@myhealth-belgium/webcomponent-vaccinations 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/main.mjs +56 -33
- package/main.umd.js +37 -15
- package/package.json +1 -1
- package/styles.css +1 -1
package/main.umd.js
CHANGED
|
@@ -775,7 +775,7 @@ Error generating stack: `+ge.message+`
|
|
|
775
775
|
* @license Angular v19.2.9
|
|
776
776
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
777
777
|
* License: MIT
|
|
778
|
-
*/let Lx=(()=>{const e=class e{constructor(r,i,s,o,l,a){d(this,"router");d(this,"route");d(this,"tabIndexAttribute");d(this,"renderer");d(this,"el");d(this,"locationStrategy");d(this,"href",null);d(this,"target");d(this,"queryParams");d(this,"fragment");d(this,"queryParamsHandling");d(this,"state");d(this,"info");d(this,"relativeTo");d(this,"isAnchorElement");d(this,"subscription");d(this,"onChanges",new sr);d(this,"preserveFragment",!1);d(this,"skipLocationChange",!1);d(this,"replaceUrl",!1);d(this,"routerLinkInput",null);var A;this.router=r,this.route=i,this.tabIndexAttribute=s,this.renderer=o,this.el=l,this.locationStrategy=a;const u=(A=l.nativeElement.tagName)==null?void 0:A.toLowerCase();this.isAnchorElement=u==="a"||u==="area",this.isAnchorElement?this.subscription=r.events.subscribe(h=>{h instanceof hd&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(r){this.tabIndexAttribute!=null||this.isAnchorElement||this.applyAttributeValue("tabindex",r)}ngOnChanges(r){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink(r){r==null?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(I0(r)?this.routerLinkInput=r:this.routerLinkInput=Array.isArray(r)?r:[r],this.setTabIndexIfNotOnNativeEl("0"))}onClick(r,i,s,o,l){const a=this.urlTree;if(a===null||this.isAnchorElement&&(r!==0||i||s||o||l||typeof this.target=="string"&&this.target!="_self"))return!0;const u={skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info};return this.router.navigateByUrl(a,u),!this.isAnchorElement}ngOnDestroy(){var r;(r=this.subscription)==null||r.unsubscribe()}updateHref(){var s;const r=this.urlTree;this.href=r!==null&&this.locationStrategy?(s=this.locationStrategy)==null?void 0:s.prepareExternalUrl(this.router.serializeUrl(r)):null;const i=this.href===null?null:fte(this.href,this.el.nativeElement.tagName.toLowerCase());this.applyAttributeValue("href",i)}applyAttributeValue(r,i){const s=this.renderer,o=this.el.nativeElement;i!==null?s.setAttribute(o,r,i):s.removeAttribute(o,r)}get urlTree(){return this.routerLinkInput===null?null:I0(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:this.relativeTo!==void 0?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}};d(e,"ɵfac",function(i){return new(i||e)(Cn(xh),Cn(p1),dS("tabindex"),Cn(ja),Cn(wr),Cn(Gf))}),d(e,"ɵdir",en({type:e,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(i,s){i&1&&ai("click",function(l){return s.onClick(l.button,l.ctrlKey,l.shiftKey,l.altKey,l.metaKey)}),i&2&&Wr("target",s.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",rr],skipLocationChange:[2,"skipLocationChange","skipLocationChange",rr],replaceUrl:[2,"replaceUrl","replaceUrl",rr],routerLink:"routerLink"},features:[Zo]}));let t=e;return t})(),fK=(()=>{const e=class e{constructor(r,i,s,o,l){d(this,"router");d(this,"element");d(this,"renderer");d(this,"cdr");d(this,"link");d(this,"links");d(this,"classes",[]);d(this,"routerEventsSubscription");d(this,"linkInputChangesSubscription");d(this,"_isActive",!1);d(this,"routerLinkActiveOptions",{exact:!1});d(this,"ariaCurrentWhenActive");d(this,"isActiveChange",new Jr);this.router=r,this.element=i,this.renderer=s,this.cdr=o,this.link=l,this.routerEventsSubscription=r.events.subscribe(a=>{a instanceof hd&&this.update()})}get isActive(){return this._isActive}ngAfterContentInit(){ar(this.links.changes,ar(null)).pipe(Mg()).subscribe(r=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){var i;(i=this.linkInputChangesSubscription)==null||i.unsubscribe();const r=[...this.links.toArray(),this.link].filter(s=>!!s).map(s=>s.onChanges);this.linkInputChangesSubscription=ho(r).pipe(Mg()).subscribe(s=>{this._isActive!==this.isLinkActive(this.router)(s)&&this.update()})}set routerLinkActive(r){const i=Array.isArray(r)?r:r.split(" ");this.classes=i.filter(s=>!!s)}ngOnChanges(r){this.update()}ngOnDestroy(){var r;this.routerEventsSubscription.unsubscribe(),(r=this.linkInputChangesSubscription)==null||r.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{const r=this.hasActiveLinks();this.classes.forEach(i=>{r?this.renderer.addClass(this.element.nativeElement,i):this.renderer.removeClass(this.element.nativeElement,i)}),r&&this.ariaCurrentWhenActive!==void 0?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==r&&(this._isActive=r,this.cdr.markForCheck(),this.isActiveChange.emit(r))})}isLinkActive(r){const i=TCe(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return s=>{const o=s.urlTree;return o?r.isActive(o,i):!1}}hasActiveLinks(){const r=this.isLinkActive(this.router);return this.link&&r(this.link)||this.links.some(r)}};d(e,"ɵfac",function(i){return new(i||e)(Cn(xh),Cn(wr),Cn(ja),Cn(Da),Cn(Lx,8))}),d(e,"ɵdir",en({type:e,selectors:[["","routerLinkActive",""]],contentQueries:function(i,s,o){if(i&1&&ps(o,Lx,5),i&2){let l;Gr(l=Lr())&&(s.links=l)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[Zo]}));let t=e;return t})();function TCe(t){return!!t.paths}class gK{}let QCe=(()=>{const e=class e{constructor(r,i,s,o){d(this,"router");d(this,"injector");d(this,"preloadingStrategy");d(this,"loader");d(this,"subscription");this.router=r,this.injector=i,this.preloadingStrategy=s,this.loader=o}setUpPreloading(){this.subscription=this.router.events.pipe(yn(r=>r instanceof hd),xg(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(r,i){const s=[];for(const o of i){o.providers&&!o._injector&&(o._injector=tD(o.providers,r,`Route: ${o.path}`));const l=o._injector??r,a=o._loadedInjector??l;(o.loadChildren&&!o._loadedRoutes&&o.canLoad===void 0||o.loadComponent&&!o._loadedComponent)&&s.push(this.preloadConfig(l,o)),(o.children||o._loadedRoutes)&&s.push(this.processRoutes(a,o.children??o._loadedRoutes))}return ho(s).pipe(Mg())}preloadConfig(r,i){return this.preloadingStrategy.preload(i,()=>{let s;i.loadChildren&&i.canLoad===void 0?s=this.loader.loadChildren(r,i):s=ar(null);const o=s.pipe(Ma(l=>l===null?ar(void 0):(i._loadedRoutes=l.routes,i._loadedInjector=l.injector,this.processRoutes(l.injector??r,l.routes))));if(i.loadComponent&&!i._loadedComponent){const l=this.loader.loadComponent(i);return ho([o,l]).pipe(Mg())}else return o})}};d(e,"ɵfac",function(i){return new(i||e)(tn(xh),tn(bl),tn(gK),tn(O3))}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();const pK=new un("");let kCe=(()=>{const e=class e{constructor(r,i,s,o,l={}){d(this,"urlSerializer");d(this,"transitions");d(this,"viewportScroller");d(this,"zone");d(this,"options");d(this,"routerEventsSubscription");d(this,"scrollEventsSubscription");d(this,"lastId",0);d(this,"lastSource","imperative");d(this,"restoredId",0);d(this,"store",{});this.urlSerializer=r,this.transitions=i,this.viewportScroller=s,this.zone=o,this.options=l,l.scrollPositionRestoration||(l.scrollPositionRestoration="disabled"),l.anchorScrolling||(l.anchorScrolling="disabled")}init(){this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(r=>{r instanceof Tx?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=r.navigationTrigger,this.restoredId=r.restoredState?r.restoredState.navigationId:0):r instanceof hd?(this.lastId=r.id,this.scheduleScrollEvent(r,this.urlSerializer.parse(r.urlAfterRedirects).fragment)):r instanceof sm&&r.code===Qx.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(r,this.urlSerializer.parse(r.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(r=>{r instanceof jJ&&(r.position?this.options.scrollPositionRestoration==="top"?this.viewportScroller.scrollToPosition([0,0]):this.options.scrollPositionRestoration==="enabled"&&this.viewportScroller.scrollToPosition(r.position):r.anchor&&this.options.anchorScrolling==="enabled"?this.viewportScroller.scrollToAnchor(r.anchor):this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(r,i){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new jJ(r,this.lastSource==="popstate"?this.store[this.restoredId]:null,i))})},0)})}ngOnDestroy(){var r,i;(r=this.routerEventsSubscription)==null||r.unsubscribe(),(i=this.scrollEventsSubscription)==null||i.unsubscribe()}};d(e,"ɵfac",function(i){Yne()}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac}));let t=e;return t})();function zCe(t){return t.routerState.root}function w1(t,e){return{ɵkind:t,ɵproviders:e}}function UCe(){const t=Qe(Js);return e=>{var s,o;const n=t.get(Gu);if(e!==n.components[0])return;const r=t.get(xh),i=t.get(mK);t.get(G3)===1&&r.initialNavigation(),(s=t.get(EK,null,mi.Optional))==null||s.setUpPreloading(),(o=t.get(pK,null,mi.Optional))==null||o.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}const mK=new un("",{factory:()=>new sr}),G3=new un("",{providedIn:"root",factory:()=>1});function PCe(){const t=[{provide:G3,useValue:0},aD(()=>{const e=Qe(Js);return e.get(Dse,Promise.resolve()).then(()=>new Promise(r=>{const i=e.get(xh),s=e.get(mK);hK(i,()=>{r(!0)}),e.get(j3).afterPreactivation=()=>(r(!0),s.closed?ar(void 0):s),i.initialNavigation()}))})];return w1(2,t)}function NCe(){const t=[aD(()=>{Qe(xh).setUpLocationChangeListener()}),{provide:G3,useValue:2}];return w1(3,t)}const EK=new un("");function OCe(t){return w1(0,[{provide:EK,useExisting:QCe},{provide:gK,useExisting:t}])}function YCe(){return w1(8,[JJ,{provide:Px,useExisting:JJ}])}function jCe(t){Zd("NgRouterViewTransitions");const e=[{provide:cK,useValue:BCe},{provide:AK,useValue:{skipNextTransition:!1,...t}}];return w1(9,e)}const GCe=[$g,{provide:A1,useClass:xx},xh,g1,{provide:p1,useFactory:zCe,deps:[xh]},O3,[]];let LCe=(()=>{const e=class e{constructor(){}static forRoot(r,i){return{ngModule:e,providers:[GCe,[],{provide:Gx,multi:!0,useValue:r},[],i!=null&&i.errorHandler?{provide:uK,useValue:i.errorHandler}:[],{provide:B1,useValue:i||{}},i!=null&&i.useHash?WCe():VCe(),HCe(),i!=null&&i.preloadingStrategy?OCe(i.preloadingStrategy).ɵproviders:[],i!=null&&i.initialNavigation?_Ce(i):[],i!=null&&i.bindToComponentInputs?YCe().ɵproviders:[],i!=null&&i.enableViewTransitions?jCe().ɵproviders:[],JCe()]}}static forChild(r){return{ngModule:e,providers:[{provide:Gx,multi:!0,useValue:r}]}}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[F3,Lx,fK,P3],exports:[F3,Lx,fK,P3]})),d(e,"ɵinj",Li({}));let t=e;return t})();function HCe(){return{provide:pK,useFactory:()=>{const t=Qe(Toe),e=Qe(Fr),n=Qe(B1),r=Qe(j3),i=Qe(A1);return n.scrollOffset&&t.setOffset(n.scrollOffset),new kCe(i,r,t,e,n)}}}function WCe(){return{provide:Gf,useClass:zse}}function VCe(){return{provide:Gf,useClass:ON}}function _Ce(t){return[t.initialNavigation==="disabled"?NCe().ɵproviders:[],t.initialNavigation==="enabledBlocking"?PCe().ɵproviders:[]]}const vK=new un("");function JCe(){return[{provide:vK,useFactory:UCe},{provide:qP,multi:!0,useExisting:vK}]}class L3{constructor(e,n,r,i,s){d(this,"_defaultMatcher");d(this,"ngControl");d(this,"_parentFormGroup");d(this,"_parentForm");d(this,"_stateChanges");d(this,"errorState",!1);d(this,"matcher");this._defaultMatcher=e,this.ngControl=n,this._parentFormGroup=r,this._parentForm=i,this._stateChanges=s}updateErrorState(){const e=this.errorState,n=this._parentFormGroup||this._parentForm,r=this.matcher||this._defaultMatcher,i=this.ngControl?this.ngControl.control:null,s=(r==null?void 0:r.isErrorState(i,n))??!1;s!==e&&(this.errorState=s,this._stateChanges.next())}}let Hx=(()=>{const e=class e{isErrorState(r,i){return!!(r&&r.invalid&&(r.touched||i&&i.submitted))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();const KCe={XS:[Io.XSmall],S:[Io.Small,Io.XSmall],M:[Io.Medium],L:[Io.Large,Io.XLarge],"!XS":[Io.Small,Io.Medium,Io.Large,Io.XLarge],"!S":[Io.Medium,Io.Large,Io.XLarge],"!M":[Io.Small,Io.XSmall,Io.Large,Io.XLarge],"!L":[Io.Small,Io.XSmall,Io.Medium]},pm=class pm{constructor(e,n,r,i){d(this,"observer");d(this,"vcRef");d(this,"cdRef");d(this,"templateRef");d(this,"subscription",new Hs);d(this,"size",Oo("L",{alias:"mhIfViewportSize"}));d(this,"updateView",({matches:e})=>{e&&!this.vcRef.length?this.vcRef.createEmbeddedView(this.templateRef):!e&&this.vcRef.length&&this.vcRef.clear(),this.cdRef.markForCheck()});this.observer=e,this.vcRef=n,this.cdRef=r,this.templateRef=i,qg(()=>{this.subscription.unsubscribe(),this.subscription=this.observeViewportSize(this.size())})}observeViewportSize(e){return this.observer.observe(KCe[e]).subscribe(this.updateView)}ngOnDestroy(){this.subscription.unsubscribe()}};d(pm,"ɵfac",function(n){return new(n||pm)(Cn(lY),Cn(qs),Cn(Da),Cn(fo))}),d(pm,"ɵdir",en({type:pm,selectors:[["","mhIfViewportSize",""]],inputs:{size:[1,"mhIfViewportSize","size"]}}));let H3=pm;function ZCe(t,e){return Hd(n=>(n.status>=300&&t(!0),ar([])))}function XCe(t,e){return e?t.filter(n=>yK(n,e)):t}function yK(t,e){return t==null?!1:typeof t=="string"?t.toLowerCase().includes(e.toLowerCase()):typeof t=="number"?t.toString().toLowerCase().includes(e.toLowerCase()):typeof t=="object"?Object.values(t).some(n=>yK(n,e)):!1}const Y0=class Y0{constructor(){d(this,"services",null)}setServices(e){this.services=e}async getToken(){var e;return((e=this.services)==null?void 0:e.getAccessToken())??null}parseJwt(e){const r=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),i=decodeURIComponent(atob(r).split("").map(s=>"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)).join(""));return JSON.parse(i)}};d(Y0,"ɵfac",function(n){return new(n||Y0)}),d(Y0,"ɵprov",qt({token:Y0,factory:Y0.ɵfac,providedIn:"root"}));let Wx=Y0;const qCe=(t,e)=>{const n=Qe(Wx);return ho(n.getToken()).pipe(da(r=>{if(!r)return e(t);const i=t.clone({setHeaders:{Authorization:`Bearer ${r}`}});return e(i)}))},$Ce=(t,e)=>{const n=Qe(rm);if(t.url.startsWith("/api/")){const r=t.clone({headers:t.headers.set("X-Accept-Language",n.language)});return e(r)}return e(t)},mm=class mm{transform(e){return e&&e.charAt(0).toUpperCase()+e.slice(1)}};d(mm,"ɵfac",function(n){return new(n||mm)}),d(mm,"ɵpipe",Sa({name:"capitalize",type:mm,pure:!0}));let W3=mm;const Em=class Em{transform(e){if(!e)return"";const n=new Date(e);return isNaN(n.getTime())?e.toString():new LD("en-US").transform(e,"dd/MM/yyyy")??""}};d(Em,"ɵfac",function(n){return new(n||Em)}),d(Em,"ɵpipe",Sa({name:"customDate",type:Em,pure:!0}));let Vx=Em;class BK{applyChanges(e,n,r,i,s){e.forEachOperation((o,l,a)=>{let u,A;if(o.previousIndex==null){const h=r(o,l,a);u=n.createEmbeddedView(h.templateRef,h.context,h.index),A=qu.INSERTED}else a==null?(n.remove(l),A=qu.REMOVED):(u=n.get(l),n.move(u,a),A=qu.MOVED);s&&s({context:u==null?void 0:u.context,operation:A,record:o})})}detach(){}}class eIe{constructor(e=!1,n,r=!0,i){d(this,"_multiple");d(this,"_emitChanges");d(this,"compareWith");d(this,"_selection",new Set);d(this,"_deselectedToEmit",[]);d(this,"_selectedToEmit",[]);d(this,"_selected");d(this,"changed",new sr);this._multiple=e,this._emitChanges=r,this.compareWith=i,n&&n.length&&(e?n.forEach(s=>this._markSelected(s)):this._markSelected(n[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...e){this._verifyValueAssignment(e),e.forEach(r=>this._markSelected(r));const n=this._hasQueuedChanges();return this._emitChangeEvent(),n}deselect(...e){this._verifyValueAssignment(e),e.forEach(r=>this._unmarkSelected(r));const n=this._hasQueuedChanges();return this._emitChangeEvent(),n}setSelection(...e){this._verifyValueAssignment(e);const n=this.selected,r=new Set(e.map(s=>this._getConcreteValue(s)));e.forEach(s=>this._markSelected(s)),n.filter(s=>!r.has(this._getConcreteValue(s,r))).forEach(s=>this._unmarkSelected(s));const i=this._hasQueuedChanges();return this._emitChangeEvent(),i}toggle(e){return this.isSelected(e)?this.deselect(e):this.select(e)}clear(e=!0){this._unmarkAll();const n=this._hasQueuedChanges();return e&&this._emitChangeEvent(),n}isSelected(e){return this._selection.has(this._getConcreteValue(e))}isEmpty(){return this._selection.size===0}hasValue(){return!this.isEmpty()}sort(e){this._multiple&&this.selected&&this._selected.sort(e)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(e){e=this._getConcreteValue(e),this.isSelected(e)||(this._multiple||this._unmarkAll(),this.isSelected(e)||this._selection.add(e),this._emitChanges&&this._selectedToEmit.push(e))}_unmarkSelected(e){e=this._getConcreteValue(e),this.isSelected(e)&&(this._selection.delete(e),this._emitChanges&&this._deselectedToEmit.push(e))}_unmarkAll(){this.isEmpty()||this._selection.forEach(e=>this._unmarkSelected(e))}_verifyValueAssignment(e){e.length>1&&this._multiple}_hasQueuedChanges(){return!!(this._deselectedToEmit.length||this._selectedToEmit.length)}_getConcreteValue(e,n){if(this.compareWith){n=n??this._selection;for(let r of n)if(this.compareWith(e,r))return r;return e}else return e}}let S0=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,Ew,ob,tb,B9,nb,$8,M9],exports:[ob,tb,nb,B9,$8,M9,_r]})),d(e,"ɵinj",Li({imports:[_r,Ew,_r]}));let t=e;return t})();const tIe=["trigger"],nIe=["panel"],rIe=[[["mat-select-trigger"]],"*"],iIe=["mat-select-trigger","*"];function sIe(t,e){if(t&1&&(Zt(0,"span",4),Qr(1),ln()),t&2){const n=Vr();rn(),Pi(n.placeholder)}}function oIe(t,e){t&1&&nr(0)}function aIe(t,e){if(t&1&&(Zt(0,"span",11),Qr(1),ln()),t&2){const n=Vr(2);rn(),Pi(n.triggerValue)}}function lIe(t,e){if(t&1&&(Zt(0,"span",5),Tr(1,oIe,1,0)(2,aIe,2,1,"span",11),ln()),t&2){const n=Vr();rn(),jr(n.customTrigger?1:2)}}function cIe(t,e){if(t&1){const n=yA();Zt(0,"div",12,1),ai("keydown",function(i){il(n);const s=Vr();return sl(s._handleKeydown(i))}),nr(2,1),ln()}if(t&2){const n=Vr();uie("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",n._getPanelTheme(),""),zr("mat-select-panel-animations-enabled",!n._animationsDisabled),Kr("ngClass",n.panelClass),Wr("id",n.id+"-panel")("aria-multiselectable",n.multiple)("aria-label",n.ariaLabel||null)("aria-labelledby",n._getPanelAriaLabelledby())}}const wK=new un("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const t=Qe($u);return()=>t.scrollStrategies.reposition()}});function AIe(t){return()=>t.scrollStrategies.reposition()}const uIe=new un("MAT_SELECT_CONFIG"),dIe={provide:wK,deps:[$u],useFactory:AIe},bK=new un("MatSelectTrigger");class hIe{constructor(e,n){d(this,"source");d(this,"value");this.source=e,this.value=n}}let V3=(()=>{var e,n,r,i;const s=class s{constructor(){d(this,"_viewportRuler",Qe(JE));d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_dir",Qe(Xu,{optional:!0}));d(this,"_idGenerator",Qe(Hc));d(this,"_renderer",Qe(ja));d(this,"_parentFormField",Qe(sb,{optional:!0}));d(this,"ngControl",Qe(Zf,{self:!0,optional:!0}));d(this,"_liveAnnouncer",Qe(pY));d(this,"_defaultOptions",Qe(uIe,{optional:!0}));d(this,"_animationsDisabled",Qe(Pc,{optional:!0})==="NoopAnimations");d(this,"_initialized",new sr);d(this,"_cleanupDetach");d(this,"options");d(this,"optionGroups");d(this,"customTrigger");d(this,"_positions",[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}]);d(this,"_scrollStrategyFactory",Qe(wK));d(this,"_panelOpen",!1);d(this,"_compareWith",(l,a)=>l===a);d(this,"_uid",this._idGenerator.getId("mat-select-"));d(this,"_triggerAriaLabelledBy",null);d(this,"_previousControl");d(this,"_destroy",new sr);d(this,"_errorStateTracker");d(this,"stateChanges",new sr);d(this,"disableAutomaticLabeling",!0);d(this,"userAriaDescribedBy");d(this,"_selectionModel");d(this,"_keyManager");d(this,"_preferredOverlayOrigin");d(this,"_overlayWidth");d(this,"_onChange",()=>{});d(this,"_onTouched",()=>{});d(this,"_valueId",this._idGenerator.getId("mat-select-value-"));d(this,"_scrollStrategy");d(this,"_overlayPanelClass",((e=this._defaultOptions)==null?void 0:e.overlayPanelClass)||"");d(this,"_focused",!1);d(this,"controlType","mat-select");d(this,"trigger");d(this,"panel");d(this,"_overlayDir");d(this,"panelClass");d(this,"disabled",!1);d(this,"disableRipple",!1);d(this,"tabIndex",0);d(this,"_hideSingleSelectionIndicator",((n=this._defaultOptions)==null?void 0:n.hideSingleSelectionIndicator)??!1);d(this,"_placeholder");d(this,"_required");d(this,"_multiple",!1);d(this,"disableOptionCentering",((r=this._defaultOptions)==null?void 0:r.disableOptionCentering)??!1);d(this,"_value");d(this,"ariaLabel","");d(this,"ariaLabelledby");d(this,"typeaheadDebounceInterval");d(this,"sortComparator");d(this,"_id");d(this,"panelWidth",this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto");d(this,"canSelectNullableOptions",((i=this._defaultOptions)==null?void 0:i.canSelectNullableOptions)??!1);d(this,"optionSelectionChanges",ER(()=>{const l=this.options;return l?l.changes.pipe(kc(l),da(()=>Zl(...l.map(a=>a.onSelectionChange)))):this._initialized.pipe(da(()=>this.optionSelectionChanges))}));d(this,"openedChange",new Jr);d(this,"_openedStream",this.openedChange.pipe(yn(l=>l),wt(()=>{})));d(this,"_closedStream",this.openedChange.pipe(yn(l=>!l),wt(()=>{})));d(this,"selectionChange",new Jr);d(this,"valueChange",new Jr);d(this,"_trackedModal",null);d(this,"_skipPredicate",l=>this.panelOpen?!1:l.disabled);var h;const l=Qe(Hx),a=Qe(Xf,{optional:!0}),u=Qe(Xw,{optional:!0}),A=Qe(new hS("tabindex"),{optional:!0});this.ngControl&&(this.ngControl.valueAccessor=this),((h=this._defaultOptions)==null?void 0:h.typeaheadDebounceInterval)!=null&&(this.typeaheadDebounceInterval=this._defaultOptions.typeaheadDebounceInterval),this._errorStateTracker=new L3(l,this.ngControl,u,a,this.stateChanges),this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=A==null?0:parseInt(A)||0,this.id=this.id}_scrollOptionIntoView(l){const a=this.options.toArray()[l];if(a){const u=this.panel.nativeElement,A=gce(l,this.options,this.optionGroups),h=a._getHostElement();l===0&&A===1?u.scrollTop=0:u.scrollTop=pce(h.offsetTop,h.offsetHeight,u.scrollTop,u.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(l){return new hIe(this,l)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(l){this._hideSingleSelectionIndicator=l,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(l){this._placeholder=l,this.stateChanges.next()}get required(){var l,a;return this._required??((a=(l=this.ngControl)==null?void 0:l.control)==null?void 0:a.hasValidator(k8.required))??!1}set required(l){this._required=l,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(l){this._selectionModel,this._multiple=l}get compareWith(){return this._compareWith}set compareWith(l){this._compareWith=l,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(l){this._assignValue(l)&&this._onChange(l)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(l){this._errorStateTracker.matcher=l}get id(){return this._id}set id(l){this._id=l||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(l){this._errorStateTracker.errorState=l}ngOnInit(){this._selectionModel=new eIe(this.multiple),this.stateChanges.next(),this._viewportRuler.change().pipe(Si(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe(Si(this._destroy)).subscribe(l=>{l.added.forEach(a=>a.select()),l.removed.forEach(a=>a.deselect())}),this.options.changes.pipe(kc(null),Si(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const l=this._getTriggerAriaLabelledby(),a=this.ngControl;if(l!==this._triggerAriaLabelledBy){const u=this._elementRef.nativeElement;this._triggerAriaLabelledBy=l,l?u.setAttribute("aria-labelledby",l):u.removeAttribute("aria-labelledby")}a&&(this._previousControl!==a.control&&(this._previousControl!==void 0&&a.disabled!==null&&a.disabled!==this.disabled&&(this.disabled=a.disabled),this._previousControl=a.control),this.updateErrorState())}ngOnChanges(l){(l.disabled||l.userAriaDescribedBy)&&this.stateChanges.next(),l.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){var l,a;(l=this._cleanupDetach)==null||l.call(this),(a=this._keyManager)==null||a.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){var l;this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),(l=this._cleanupDetach)==null||l.call(this),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._overlayDir.positionChange.pipe(ku(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()}),this._overlayDir.attachOverlay(),this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!0)))}_applyModalPanelOwnership(){const l=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!l)return;const a=`${this.id}-panel`;this._trackedModal&&d8(this._trackedModal,"aria-owns",a),MY(l,"aria-owns",a),this._trackedModal=l}_clearFromModal(){if(!this._trackedModal)return;const l=`${this.id}-panel`;d8(this._trackedModal,"aria-owns",l),this._trackedModal=null}close(){this._panelOpen&&(this._panelOpen=!1,this._exitAndDetach(),this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!1)))}_exitAndDetach(){var A;if(this._animationsDisabled||!this.panel){this._detachOverlay();return}(A=this._cleanupDetach)==null||A.call(this),this._cleanupDetach=()=>{a(),clearTimeout(u),this._cleanupDetach=void 0};const l=this.panel.nativeElement,a=this._renderer.listen(l,"animationend",h=>{var f;h.animationName==="_mat-select-exit"&&((f=this._cleanupDetach)==null||f.call(this),this._detachOverlay())}),u=setTimeout(()=>{var h;(h=this._cleanupDetach)==null||h.call(this),this._detachOverlay()},200);l.classList.add("mat-select-panel-exit")}_detachOverlay(){this._overlayDir.detachOverlay(),this._changeDetectorRef.markForCheck()}writeValue(l){this._assignValue(l)}registerOnChange(l){this._onChange=l}registerOnTouched(l){this._onTouched=l}setDisabledState(l){this.disabled=l,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){var l,a;return this.multiple?((l=this._selectionModel)==null?void 0:l.selected)||[]:(a=this._selectionModel)==null?void 0:a.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const l=this._selectionModel.selected.map(a=>a.viewValue);return this._isRtl()&&l.reverse(),l.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return this._dir?this._dir.value==="rtl":!1}_handleKeydown(l){this.disabled||(this.panelOpen?this._handleOpenKeydown(l):this._handleClosedKeydown(l))}_handleClosedKeydown(l){const a=l.keyCode,u=a===dw||a===OE||a===tY||a===nY,A=a===Vu||a===sp,h=this._keyManager;if(!h.isTyping()&&A&&!Zu(l)||(this.multiple||l.altKey)&&u)l.preventDefault(),this.open();else if(!this.multiple){const f=this.selected;h.onKeydown(l);const p=this.selected;p&&f!==p&&this._liveAnnouncer.announce(p.viewValue,1e4)}}_handleOpenKeydown(l){const a=this._keyManager,u=l.keyCode,A=u===dw||u===OE,h=a.isTyping();if(A&&l.altKey)l.preventDefault(),this.close();else if(!h&&(u===Vu||u===sp)&&a.activeItem&&!Zu(l))l.preventDefault(),a.activeItem._selectViaInteraction();else if(!h&&this._multiple&&u===rY&&l.ctrlKey){l.preventDefault();const f=this.options.some(p=>!p.disabled&&!p.selected);this.options.forEach(p=>{p.disabled||(f?p.select():p.deselect())})}else{const f=a.activeItemIndex;a.onKeydown(l),this._multiple&&A&&l.shiftKey&&a.activeItem&&a.activeItemIndex!==f&&a.activeItem._selectViaInteraction()}}_handleOverlayKeydown(l){l.keyCode===o8&&!Zu(l)&&(l.preventDefault(),this.close())}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){var l;this._focused=!1,(l=this._keyManager)==null||l.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(l){if(this.options.forEach(a=>a.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&l)l.forEach(a=>this._selectOptionByValue(a)),this._sortValues();else{const a=this._selectOptionByValue(l);a?this._keyManager.updateActiveItem(a):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(l){const a=this.options.find(u=>{if(this._selectionModel.isSelected(u))return!1;try{return(u.value!=null||this.canSelectNullableOptions)&&this._compareWith(u.value,l)}catch{return!1}});return a&&this._selectionModel.select(a),a}_assignValue(l){return l!==this._value||this._multiple&&Array.isArray(l)?(this.options&&this._setSelectionByValue(l),this._value=l,!0):!1}_getOverlayWidth(l){return this.panelWidth==="auto"?(l instanceof dp?l.elementRef:l||this._elementRef).nativeElement.getBoundingClientRect().width:this.panelWidth===null?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const l of this.options)l._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new Qle(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const l=Zl(this.options.changes,this._destroy);this.optionSelectionChanges.pipe(Si(l)).subscribe(a=>{this._onSelect(a.source,a.isUserInput),a.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),Zl(...this.options.map(a=>a._stateChanges)).pipe(Si(l)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(l,a){const u=this._selectionModel.isSelected(l);!this.canSelectNullableOptions&&l.value==null&&!this._multiple?(l.deselect(),this._selectionModel.clear(),this.value!=null&&this._propagateChanges(l.value)):(u!==l.selected&&(l.selected?this._selectionModel.select(l):this._selectionModel.deselect(l)),a&&this._keyManager.setActiveItem(l),this.multiple&&(this._sortValues(),a&&this.focus())),u!==this._selectionModel.isSelected(l)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const l=this.options.toArray();this._selectionModel.sort((a,u)=>this.sortComparator?this.sortComparator(a,u,l):l.indexOf(a)-l.indexOf(u)),this.stateChanges.next()}}_propagateChanges(l){let a;this.multiple?a=this.selected.map(u=>u.value):a=this.selected?this.selected.value:l,this._value=a,this.valueChange.emit(a),this._onChange(a),this.selectionChange.emit(this._getChangeEvent(a)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let l=-1;for(let a=0;a<this.options.length;a++)if(!this.options.get(a).disabled){l=a;break}this._keyManager.setActiveItem(l)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){var l;return!this._panelOpen&&!this.disabled&&((l=this.options)==null?void 0:l.length)>0&&!!this._overlayDir}focus(l){this._elementRef.nativeElement.focus(l)}_getPanelAriaLabelledby(){var u;if(this.ariaLabel)return null;const l=((u=this._parentFormField)==null?void 0:u.getLabelId())||null,a=l?l+" ":"";return this.ariaLabelledby?a+this.ariaLabelledby:l}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){var u;if(this.ariaLabel)return null;const l=(u=this._parentFormField)==null?void 0:u.getLabelId();let a=(l?l+" ":"")+this._valueId;return this.ariaLabelledby&&(a+=" "+this.ariaLabelledby),a}setDescribedByIds(l){l.length?this._elementRef.nativeElement.setAttribute("aria-describedby",l.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}};d(s,"ɵfac",function(a){return new(a||s)}),d(s,"ɵcmp",Dr({type:s,selectors:[["mat-select"]],contentQueries:function(a,u,A){if(a&1&&(ps(A,bK,5),ps(A,Tw,5),ps(A,b8,5)),a&2){let h;Gr(h=Lr())&&(u.customTrigger=h.first),Gr(h=Lr())&&(u.options=h),Gr(h=Lr())&&(u.optionGroups=h)}},viewQuery:function(a,u){if(a&1&&(bo(tIe,5),bo(nIe,5),bo(Nw,5)),a&2){let A;Gr(A=Lr())&&(u.trigger=A.first),Gr(A=Lr())&&(u.panel=A.first),Gr(A=Lr())&&(u._overlayDir=A.first)}},hostAttrs:["role","combobox","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(a,u){a&1&&ai("keydown",function(h){return u._handleKeydown(h)})("focus",function(){return u._onFocus()})("blur",function(){return u._onBlur()}),a&2&&(Wr("id",u.id)("tabindex",u.disabled?-1:u.tabIndex)("aria-controls",u.panelOpen?u.id+"-panel":null)("aria-expanded",u.panelOpen)("aria-label",u.ariaLabel||null)("aria-required",u.required.toString())("aria-disabled",u.disabled.toString())("aria-invalid",u.errorState)("aria-activedescendant",u._getAriaActiveDescendant()),zr("mat-mdc-select-disabled",u.disabled)("mat-mdc-select-invalid",u.errorState)("mat-mdc-select-required",u.required)("mat-mdc-select-empty",u.empty)("mat-mdc-select-multiple",u.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",rr],disableRipple:[2,"disableRipple","disableRipple",rr],tabIndex:[2,"tabIndex","tabIndex",l=>l==null?0:wA(l)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",rr],placeholder:"placeholder",required:[2,"required","required",rr],multiple:[2,"multiple","multiple",rr],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",rr],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",wA],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth",canSelectNullableOptions:[2,"canSelectNullableOptions","canSelectNullableOptions",rr]},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[ur([{provide:ib,useExisting:s},{provide:w8,useExisting:s}]),Zo],ngContentSelectors:iIe,decls:11,vars:9,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"detach","backdropClick","overlayKeydown","cdkConnectedOverlayDisableClose","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth","cdkConnectedOverlayFlexibleDimensions"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(a,u){if(a&1){const A=yA();ss(rIe),Zt(0,"div",2,0),ai("click",function(){return il(A),sl(u.open())}),Zt(3,"div",3),Tr(4,sIe,2,1,"span",4)(5,lIe,3,1,"span",5),ln(),Zt(6,"div",6)(7,"div",7),kf(),Zt(8,"svg",8),Er(9,"path",9),ln()()()(),Tr(10,cIe,3,10,"ng-template",10),ai("detach",function(){return il(A),sl(u.close())})("backdropClick",function(){return il(A),sl(u.close())})("overlayKeydown",function(f){return il(A),sl(u._handleOverlayKeydown(f))})}if(a&2){const A=KB(1);rn(3),Wr("id",u._valueId),rn(),jr(u.empty?4:5),rn(6),Kr("cdkConnectedOverlayDisableClose",!0)("cdkConnectedOverlayPanelClass",u._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",u._scrollStrategy)("cdkConnectedOverlayOrigin",u._preferredOverlayOrigin||A)("cdkConnectedOverlayPositions",u._positions)("cdkConnectedOverlayWidth",u._overlayWidth)("cdkConnectedOverlayFlexibleDimensions",!0)}},dependencies:[dp,Nw,UE],styles:['@keyframes _mat-select-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-select-exit{from{opacity:1}to{opacity:0}}.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-sys-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-sys-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-disabled .mat-mdc-select-placeholder{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-sys-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(forced-colors: active){.mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .mat-mdc-select-arrow svg{fill:GrayText}}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-select-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-select-panel-animations-enabled{animation:_mat-select-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-select-panel-animations-enabled.mat-select-panel-exit{animation:_mat-select-exit 100ms linear}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field:not(.mat-form-field-animations-enabled) .mat-mdc-select-placeholder,._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform, translateY(-8px))}'],encapsulation:2,changeDetection:0}));let t=s;return t})(),MK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["mat-select-trigger"]],features:[ur([{provide:bK,useExisting:e}])]}));let t=e;return t})(),xK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[Ow,ab,_r,V3,MK],exports:[rh,S0,V3,MK,ab,_r]})),d(e,"ɵinj",Li({providers:[dIe],imports:[Ow,ab,_r,rh,S0,ab,_r]}));let t=e;return t})();const fIe=["tooltip"],CK=20,IK=new un("mat-tooltip-scroll-strategy",{providedIn:"root",factory:()=>{const t=Qe($u);return()=>t.scrollStrategies.reposition({scrollThrottle:CK})}});function gIe(t){return()=>t.scrollStrategies.reposition({scrollThrottle:CK})}const pIe={provide:IK,deps:[$u],useFactory:gIe};function mIe(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}const EIe=new un("mat-tooltip-default-options",{providedIn:"root",factory:mIe}),RK="tooltip-panel",SK=hw({passive:!0}),vIe=8,yIe=8,BIe=24,wIe=200;let _3=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_ngZone",Qe(Fr));d(this,"_platform",Qe(go));d(this,"_ariaDescriber",Qe(CY));d(this,"_focusMonitor",Qe(jE));d(this,"_dir",Qe(Xu));d(this,"_injector",Qe(Js));d(this,"_viewContainerRef",Qe(qs));d(this,"_defaultOptions",Qe(EIe,{optional:!0}));d(this,"_overlayRef");d(this,"_tooltipInstance");d(this,"_portal");d(this,"_position","below");d(this,"_positionAtOrigin",!1);d(this,"_disabled",!1);d(this,"_tooltipClass");d(this,"_viewInitialized",!1);d(this,"_pointerExitEventsInitialized",!1);d(this,"_tooltipComponent",J3);d(this,"_viewportMargin",8);d(this,"_currentPosition");d(this,"_cssClassPrefix","mat-mdc");d(this,"_ariaDescriptionPending");d(this,"_dirSubscribed",!1);d(this,"_showDelay");d(this,"_hideDelay");d(this,"touchGestures","auto");d(this,"_message","");d(this,"_passiveListeners",[]);d(this,"_touchstartTimeout",null);d(this,"_destroyed",new sr);d(this,"_isDestroyed",!1);const r=this._defaultOptions;r&&(this._showDelay=r.showDelay,this._hideDelay=r.hideDelay,r.position&&(this.position=r.position),r.positionAtOrigin&&(this.positionAtOrigin=r.positionAtOrigin),r.touchGestures&&(this.touchGestures=r.touchGestures),r.tooltipClass&&(this.tooltipClass=r.tooltipClass)),this._viewportMargin=vIe}get position(){return this._position}set position(r){var i;r!==this._position&&(this._position=r,this._overlayRef&&(this._updatePosition(this._overlayRef),(i=this._tooltipInstance)==null||i.show(0),this._overlayRef.updatePosition()))}get positionAtOrigin(){return this._positionAtOrigin}set positionAtOrigin(r){this._positionAtOrigin=ap(r),this._detach(),this._overlayRef=null}get disabled(){return this._disabled}set disabled(r){const i=ap(r);this._disabled!==i&&(this._disabled=i,i?this.hide(0):this._setupPointerEnterEventsIfNeeded(),this._syncAriaDescription(this.message))}get showDelay(){return this._showDelay}set showDelay(r){this._showDelay=Ju(r)}get hideDelay(){return this._hideDelay}set hideDelay(r){this._hideDelay=Ju(r),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(r){const i=this._message;this._message=r!=null?String(r).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage()),this._syncAriaDescription(i)}get tooltipClass(){return this._tooltipClass}set tooltipClass(r){this._tooltipClass=r,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe(Si(this._destroyed)).subscribe(r=>{r?r==="keyboard"&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const r=this._elementRef.nativeElement;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([i,s])=>{r.removeEventListener(i,s,SK)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._isDestroyed=!0,this._ariaDescriber.removeDescription(r,this.message,"tooltip"),this._focusMonitor.stopMonitoring(r)}show(r=this.showDelay,i){var l;if(this.disabled||!this.message||this._isTooltipVisible()){(l=this._tooltipInstance)==null||l._cancelPendingAnimations();return}const s=this._createOverlay(i);this._detach(),this._portal=this._portal||new l7(this._tooltipComponent,this._viewContainerRef);const o=this._tooltipInstance=s.attach(this._portal).instance;o._triggerElement=this._elementRef.nativeElement,o._mouseLeaveHideDelay=this._hideDelay,o.afterHidden().pipe(Si(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),o.show(r)}hide(r=this.hideDelay){const i=this._tooltipInstance;i&&(i.isVisible()?i.hide(r):(i._cancelPendingAnimations(),this._detach()))}toggle(r){this._isTooltipVisible()?this.hide():this.show(void 0,r)}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(r){var l;if(this._overlayRef){const a=this._overlayRef.getConfig().positionStrategy;if((!this.positionAtOrigin||!r)&&a._origin instanceof wr)return this._overlayRef;this._detach()}const i=this._injector.get(x8).getAncestorScrollContainers(this._elementRef),s=this._injector.get($u),o=s.position().flexibleConnectedTo(this.positionAtOrigin?r||this._elementRef:this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(i);return o.positionChanges.pipe(Si(this._destroyed)).subscribe(a=>{this._updateCurrentPositionClass(a.connectionPair),this._tooltipInstance&&a.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=s.create({direction:this._dir,positionStrategy:o,panelClass:`${this._cssClassPrefix}-${RK}`,scrollStrategy:this._injector.get(IK)()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe(Si(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe(Si(this._destroyed)).subscribe(()=>{var a;return(a=this._tooltipInstance)==null?void 0:a._handleBodyInteraction()}),this._overlayRef.keydownEvents().pipe(Si(this._destroyed)).subscribe(a=>{this._isTooltipVisible()&&a.keyCode===o8&&!Zu(a)&&(a.preventDefault(),a.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),(l=this._defaultOptions)!=null&&l.disableTooltipInteractivity&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._dirSubscribed||(this._dirSubscribed=!0,this._dir.change.pipe(Si(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)})),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(r){const i=r.getConfig().positionStrategy,s=this._getOrigin(),o=this._getOverlayPosition();i.withPositions([this._addOffset({...s.main,...o.main}),this._addOffset({...s.fallback,...o.fallback})])}_addOffset(r){const i=yIe,s=!this._dir||this._dir.value=="ltr";return r.originY==="top"?r.offsetY=-8:r.originY==="bottom"?r.offsetY=i:r.originX==="start"?r.offsetX=s?-8:i:r.originX==="end"&&(r.offsetX=s?i:-8),r}_getOrigin(){const r=!this._dir||this._dir.value=="ltr",i=this.position;let s;i=="above"||i=="below"?s={originX:"center",originY:i=="above"?"top":"bottom"}:i=="before"||i=="left"&&r||i=="right"&&!r?s={originX:"start",originY:"center"}:(i=="after"||i=="right"&&r||i=="left"&&!r)&&(s={originX:"end",originY:"center"});const{x:o,y:l}=this._invertPosition(s.originX,s.originY);return{main:s,fallback:{originX:o,originY:l}}}_getOverlayPosition(){const r=!this._dir||this._dir.value=="ltr",i=this.position;let s;i=="above"?s={overlayX:"center",overlayY:"bottom"}:i=="below"?s={overlayX:"center",overlayY:"top"}:i=="before"||i=="left"&&r||i=="right"&&!r?s={overlayX:"end",overlayY:"center"}:(i=="after"||i=="right"&&r||i=="left"&&!r)&&(s={overlayX:"start",overlayY:"center"});const{x:o,y:l}=this._invertPosition(s.overlayX,s.overlayY);return{main:s,fallback:{overlayX:o,overlayY:l}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),Xd(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()},{injector:this._injector}))}_setTooltipClass(r){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=r,this._tooltipInstance._markForCheck())}_invertPosition(r,i){return this.position==="above"||this.position==="below"?i==="top"?i="bottom":i==="bottom"&&(i="top"):r==="end"?r="start":r==="start"&&(r="end"),{x:r,y:i}}_updateCurrentPositionClass(r){const{overlayY:i,originX:s,originY:o}=r;let l;if(i==="center"?this._dir&&this._dir.value==="rtl"?l=s==="end"?"left":"right":l=s==="start"?"left":"right":l=i==="bottom"&&o==="top"?"above":"below",l!==this._currentPosition){const a=this._overlayRef;if(a){const u=`${this._cssClassPrefix}-${RK}-`;a.removePanelClass(u+this._currentPosition),a.addPanelClass(u+l)}this._currentPosition=l}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",r=>{this._setupPointerExitEventsIfNeeded();let i;r.x!==void 0&&r.y!==void 0&&(i=r),this.show(void 0,i)}]):this.touchGestures!=="off"&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",r=>{var l,a;const i=(l=r.targetTouches)==null?void 0:l[0],s=i?{x:i.clientX,y:i.clientY}:void 0;this._setupPointerExitEventsIfNeeded(),this._touchstartTimeout&&clearTimeout(this._touchstartTimeout);const o=500;this._touchstartTimeout=setTimeout(()=>{this._touchstartTimeout=null,this.show(void 0,s)},((a=this._defaultOptions)==null?void 0:a.touchLongPressShowDelay)??o)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const r=[];if(this._platformSupportsMouseEvents())r.push(["mouseleave",i=>{var o;const s=i.relatedTarget;(!s||!((o=this._overlayRef)!=null&&o.overlayElement.contains(s)))&&this.hide()}],["wheel",i=>this._wheelListener(i)]);else if(this.touchGestures!=="off"){this._disableNativeGesturesIfNecessary();const i=()=>{var s;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this.hide((s=this._defaultOptions)==null?void 0:s.touchendHideDelay)};r.push(["touchend",i],["touchcancel",i])}this._addListeners(r),this._passiveListeners.push(...r)}_addListeners(r){r.forEach(([i,s])=>{this._elementRef.nativeElement.addEventListener(i,s,SK)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(r){if(this._isTooltipVisible()){const i=this._injector.get(Ei).elementFromPoint(r.clientX,r.clientY),s=this._elementRef.nativeElement;i!==s&&!s.contains(i)&&this.hide()}}_disableNativeGesturesIfNecessary(){const r=this.touchGestures;if(r!=="off"){const i=this._elementRef.nativeElement,s=i.style;(r==="on"||i.nodeName!=="INPUT"&&i.nodeName!=="TEXTAREA")&&(s.userSelect=s.msUserSelect=s.webkitUserSelect=s.MozUserSelect="none"),(r==="on"||!i.draggable)&&(s.webkitUserDrag="none"),s.touchAction="none",s.webkitTapHighlightColor="transparent"}}_syncAriaDescription(r){this._ariaDescriptionPending||(this._ariaDescriptionPending=!0,this._ariaDescriber.removeDescription(this._elementRef.nativeElement,r,"tooltip"),this._isDestroyed||Xd({write:()=>{this._ariaDescriptionPending=!1,this.message&&!this.disabled&&this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")}},{injector:this._injector}))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-mdc-tooltip-trigger"],hostVars:2,hostBindings:function(i,s){i&2&&zr("mat-mdc-tooltip-disabled",s.disabled)},inputs:{position:[0,"matTooltipPosition","position"],positionAtOrigin:[0,"matTooltipPositionAtOrigin","positionAtOrigin"],disabled:[0,"matTooltipDisabled","disabled"],showDelay:[0,"matTooltipShowDelay","showDelay"],hideDelay:[0,"matTooltipHideDelay","hideDelay"],touchGestures:[0,"matTooltipTouchGestures","touchGestures"],message:[0,"matTooltip","message"],tooltipClass:[0,"matTooltipClass","tooltipClass"]},exportAs:["matTooltip"]}));let t=e;return t})(),J3=(()=>{const e=class e{constructor(){d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_isMultiline",!1);d(this,"message");d(this,"tooltipClass");d(this,"_showTimeoutId");d(this,"_hideTimeoutId");d(this,"_triggerElement");d(this,"_mouseLeaveHideDelay");d(this,"_animationsDisabled");d(this,"_tooltip");d(this,"_closeOnInteraction",!1);d(this,"_isVisible",!1);d(this,"_onHide",new sr);d(this,"_showAnimation","mat-mdc-tooltip-show");d(this,"_hideAnimation","mat-mdc-tooltip-hide");const r=Qe(Pc,{optional:!0});this._animationsDisabled=r==="NoopAnimations"}show(r){this._hideTimeoutId!=null&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},r)}hide(r){this._showTimeoutId!=null&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},r)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){this._cancelPendingAnimations(),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:r}){(!r||!this._triggerElement.contains(r))&&(this.isVisible()?this.hide(this._mouseLeaveHideDelay):this._finalizeAnimation(!1))}_onShow(){this._isMultiline=this._isTooltipMultiline(),this._markForCheck()}_isTooltipMultiline(){const r=this._elementRef.nativeElement.getBoundingClientRect();return r.height>BIe&&r.width>=wIe}_handleAnimationEnd({animationName:r}){(r===this._showAnimation||r===this._hideAnimation)&&this._finalizeAnimation(r===this._showAnimation)}_cancelPendingAnimations(){this._showTimeoutId!=null&&clearTimeout(this._showTimeoutId),this._hideTimeoutId!=null&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=this._hideTimeoutId=void 0}_finalizeAnimation(r){r?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(r){const i=this._tooltip.nativeElement,s=this._showAnimation,o=this._hideAnimation;if(i.classList.remove(r?o:s),i.classList.add(r?s:o),this._isVisible!==r&&(this._isVisible=r,this._changeDetectorRef.markForCheck()),r&&!this._animationsDisabled&&typeof getComputedStyle=="function"){const l=getComputedStyle(i);(l.getPropertyValue("animation-duration")==="0s"||l.getPropertyValue("animation-name")==="none")&&(this._animationsDisabled=!0)}r&&this._onShow(),this._animationsDisabled&&(i.classList.add("_mat-animation-noopable"),this._finalizeAnimation(r))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-tooltip-component"]],viewQuery:function(i,s){if(i&1&&bo(fIe,7),i&2){let o;Gr(o=Lr())&&(s._tooltip=o.first)}},hostAttrs:["aria-hidden","true"],hostBindings:function(i,s){i&1&&ai("mouseleave",function(l){return s._handleMouseLeave(l)})},decls:4,vars:4,consts:[["tooltip",""],[1,"mdc-tooltip","mat-mdc-tooltip",3,"animationend","ngClass"],[1,"mat-mdc-tooltip-surface","mdc-tooltip__surface"]],template:function(i,s){if(i&1){const o=yA();Zt(0,"div",1,0),ai("animationend",function(a){return il(o),sl(s._handleAnimationEnd(a))}),Zt(2,"div",2),Qr(3),ln()()}i&2&&(zr("mdc-tooltip--multiline",s._isMultiline),Kr("ngClass",s.tooltipClass),rn(3),Pi(s.message))},dependencies:[UE],styles:['.mat-mdc-tooltip{position:relative;transform:scale(0);display:inline-flex}.mat-mdc-tooltip::before{content:"";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-surface{word-break:normal;overflow-wrap:anywhere;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center;will-change:transform,opacity;background-color:var(--mdc-plain-tooltip-container-color, var(--mat-sys-inverse-surface));color:var(--mdc-plain-tooltip-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mdc-plain-tooltip-container-shape, var(--mat-sys-corner-extra-small));font-family:var(--mdc-plain-tooltip-supporting-text-font, var(--mat-sys-body-small-font));font-size:var(--mdc-plain-tooltip-supporting-text-size, var(--mat-sys-body-small-size));font-weight:var(--mdc-plain-tooltip-supporting-text-weight, var(--mat-sys-body-small-weight));line-height:var(--mdc-plain-tooltip-supporting-text-line-height, var(--mat-sys-body-small-line-height));letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking, var(--mat-sys-body-small-tracking))}.mat-mdc-tooltip-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:right}.mat-mdc-tooltip-panel{line-height:normal}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}'],encapsulation:2,changeDetection:0}));let t=e;return t})(),DK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[BY,Ow,_r,_3,J3],exports:[_3,J3,_r,rh]})),d(e,"ɵinj",Li({providers:[pIe],imports:[BY,Ow,_r,_r,rh]}));let t=e;return t})();function bIe(t,e){if(t&1&&(Zt(0,"mat-option",17),Qr(1),ln()),t&2){const n=e.$implicit;Kr("value",n),rn(),Yo(" ",n," ")}}function MIe(t,e){if(t&1){const n=yA();Zt(0,"mat-form-field",14)(1,"mat-select",16,0),ai("selectionChange",function(i){il(n);const s=Vr(2);return sl(s._changePageSize(i.value))}),VB(3,bIe,2,2,"mat-option",17,WB),ln(),Zt(5,"div",18),ai("click",function(){il(n);const i=KB(2);return sl(i.open())}),ln()()}if(t&2){const n=Vr(2);Kr("appearance",n._formFieldAppearance)("color",n.color),rn(),Kr("value",n.pageSize)("disabled",n.disabled)("aria-labelledby",n._pageSizeLabelId)("panelClass",n.selectConfig.panelClass||"")("disableOptionCentering",n.selectConfig.disableOptionCentering),rn(2),_B(n._displayedPageSizeOptions)}}function xIe(t,e){if(t&1&&(Zt(0,"div",15),Qr(1),ln()),t&2){const n=Vr(2);rn(),Pi(n.pageSize)}}function CIe(t,e){if(t&1&&(Zt(0,"div",3)(1,"div",13),Qr(2),ln(),Tr(3,MIe,6,7,"mat-form-field",14)(4,xIe,2,1,"div",15),ln()),t&2){const n=Vr();rn(),Wr("id",n._pageSizeLabelId),rn(),Yo(" ",n._intl.itemsPerPageLabel," "),rn(),jr(n._displayedPageSizeOptions.length>1?3:-1),rn(),jr(n._displayedPageSizeOptions.length<=1?4:-1)}}function IIe(t,e){if(t&1){const n=yA();Zt(0,"button",19),ai("click",function(){il(n);const i=Vr();return sl(i._buttonClicked(0,i._previousButtonsDisabled()))}),kf(),Zt(1,"svg",8),Er(2,"path",20),ln()()}if(t&2){const n=Vr();Kr("matTooltip",n._intl.firstPageLabel)("matTooltipDisabled",n._previousButtonsDisabled())("disabled",n._previousButtonsDisabled())("tabindex",n._previousButtonsDisabled()?-1:null),Wr("aria-label",n._intl.firstPageLabel)}}function RIe(t,e){if(t&1){const n=yA();Zt(0,"button",21),ai("click",function(){il(n);const i=Vr();return sl(i._buttonClicked(i.getNumberOfPages()-1,i._nextButtonsDisabled()))}),kf(),Zt(1,"svg",8),Er(2,"path",22),ln()()}if(t&2){const n=Vr();Kr("matTooltip",n._intl.lastPageLabel)("matTooltipDisabled",n._nextButtonsDisabled())("disabled",n._nextButtonsDisabled())("tabindex",n._nextButtonsDisabled()?-1:null),Wr("aria-label",n._intl.lastPageLabel)}}let Am=(()=>{const e=class e{constructor(){d(this,"changes",new sr);d(this,"itemsPerPageLabel","Items per page:");d(this,"nextPageLabel","Next page");d(this,"previousPageLabel","Previous page");d(this,"firstPageLabel","First page");d(this,"lastPageLabel","Last page");d(this,"getRangeLabel",(r,i,s)=>{if(s==0||i==0)return`0 of ${s}`;s=Math.max(s,0);const o=r*i,l=o<s?Math.min(o+i,s):o+i;return`${o+1} – ${l} of ${s}`})}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();function SIe(t){return t||new Am}const DIe={provide:Am,deps:[[new dE,new rB,Am]],useFactory:SIe},FIe=50,TIe=new un("MAT_PAGINATOR_DEFAULT_OPTIONS");let um=(()=>{const e=class e{constructor(){d(this,"_intl",Qe(Am));d(this,"_changeDetectorRef",Qe(Da));d(this,"_formFieldAppearance");d(this,"_pageSizeLabelId",Qe(Hc).getId("mat-paginator-page-size-label-"));d(this,"_intlChanges");d(this,"_isInitialized",!1);d(this,"_initializedStream",new Hy(1));d(this,"color");d(this,"_pageIndex",0);d(this,"_length",0);d(this,"_pageSize");d(this,"_pageSizeOptions",[]);d(this,"hidePageSize",!1);d(this,"showFirstLastButtons",!1);d(this,"selectConfig",{});d(this,"disabled",!1);d(this,"page",new Jr);d(this,"_displayedPageSizeOptions");d(this,"initialized",this._initializedStream);const r=this._intl,i=Qe(TIe,{optional:!0});if(this._intlChanges=r.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),i){const{pageSize:s,pageSizeOptions:o,hidePageSize:l,showFirstLastButtons:a}=i;s!=null&&(this._pageSize=s),o!=null&&(this._pageSizeOptions=o),l!=null&&(this.hidePageSize=l),a!=null&&(this.showFirstLastButtons=a)}this._formFieldAppearance=(i==null?void 0:i.formFieldAppearance)||"outline"}get pageIndex(){return this._pageIndex}set pageIndex(r){this._pageIndex=Math.max(r||0,0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(r){this._length=r||0,this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(r){this._pageSize=Math.max(r||0,0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(r){this._pageSizeOptions=(r||[]).map(i=>wA(i,0)),this._updateDisplayedPageSizeOptions()}ngOnInit(){this._isInitialized=!0,this._updateDisplayedPageSizeOptions(),this._initializedStream.next()}ngOnDestroy(){this._initializedStream.complete(),this._intlChanges.unsubscribe()}nextPage(){this.hasNextPage()&&this._navigate(this.pageIndex+1)}previousPage(){this.hasPreviousPage()&&this._navigate(this.pageIndex-1)}firstPage(){this.hasPreviousPage()&&this._navigate(0)}lastPage(){this.hasNextPage()&&this._navigate(this.getNumberOfPages()-1)}hasPreviousPage(){return this.pageIndex>=1&&this.pageSize!=0}hasNextPage(){const r=this.getNumberOfPages()-1;return this.pageIndex<r&&this.pageSize!=0}getNumberOfPages(){return this.pageSize?Math.ceil(this.length/this.pageSize):0}_changePageSize(r){const i=this.pageIndex*this.pageSize,s=this.pageIndex;this.pageIndex=Math.floor(i/r)||0,this.pageSize=r,this._emitPageEvent(s)}_nextButtonsDisabled(){return this.disabled||!this.hasNextPage()}_previousButtonsDisabled(){return this.disabled||!this.hasPreviousPage()}_updateDisplayedPageSizeOptions(){this._isInitialized&&(this.pageSize||(this._pageSize=this.pageSizeOptions.length!=0?this.pageSizeOptions[0]:FIe),this._displayedPageSizeOptions=this.pageSizeOptions.slice(),this._displayedPageSizeOptions.indexOf(this.pageSize)===-1&&this._displayedPageSizeOptions.push(this.pageSize),this._displayedPageSizeOptions.sort((r,i)=>r-i),this._changeDetectorRef.markForCheck())}_emitPageEvent(r){this.page.emit({previousPageIndex:r,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}_navigate(r){const i=this.pageIndex;r!==i&&(this.pageIndex=r,this._emitPageEvent(i))}_buttonClicked(r,i){i||this._navigate(r)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-mdc-paginator"],inputs:{color:"color",pageIndex:[2,"pageIndex","pageIndex",wA],length:[2,"length","length",wA],pageSize:[2,"pageSize","pageSize",wA],pageSizeOptions:"pageSizeOptions",hidePageSize:[2,"hidePageSize","hidePageSize",rr],showFirstLastButtons:[2,"showFirstLastButtons","showFirstLastButtons",rr],selectConfig:"selectConfig",disabled:[2,"disabled","disabled",rr]},outputs:{page:"page"},exportAs:["matPaginator"],decls:14,vars:14,consts:[["selectRef",""],[1,"mat-mdc-paginator-outer-container"],[1,"mat-mdc-paginator-container"],[1,"mat-mdc-paginator-page-size"],[1,"mat-mdc-paginator-range-actions"],["aria-live","polite",1,"mat-mdc-paginator-range-label"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-previous",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true",1,"mat-mdc-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-next",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],[1,"mat-mdc-paginator-page-size-label"],[1,"mat-mdc-paginator-page-size-select",3,"appearance","color"],[1,"mat-mdc-paginator-page-size-value"],["hideSingleSelectionIndicator","",3,"selectionChange","value","disabled","aria-labelledby","panelClass","disableOptionCentering"],[3,"value"],[1,"mat-mdc-paginator-touch-target",3,"click"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(i,s){i&1&&(Zt(0,"div",1)(1,"div",2),Tr(2,CIe,5,4,"div",3),Zt(3,"div",4)(4,"div",5),Qr(5),ln(),Tr(6,IIe,3,5,"button",6),Zt(7,"button",7),ai("click",function(){return s._buttonClicked(s.pageIndex-1,s._previousButtonsDisabled())}),kf(),Zt(8,"svg",8),Er(9,"path",9),ln()(),H$(),Zt(10,"button",10),ai("click",function(){return s._buttonClicked(s.pageIndex+1,s._nextButtonsDisabled())}),kf(),Zt(11,"svg",8),Er(12,"path",11),ln()(),Tr(13,RIe,3,5,"button",12),ln()()()),i&2&&(rn(2),jr(s.hidePageSize?-1:2),rn(3),Yo(" ",s._intl.getRangeLabel(s.pageIndex,s.pageSize,s.length)," "),rn(),jr(s.showFirstLastButtons?6:-1),rn(),Kr("matTooltip",s._intl.previousPageLabel)("matTooltipDisabled",s._previousButtonsDisabled())("disabled",s._previousButtonsDisabled())("tabindex",s._previousButtonsDisabled()?-1:null),Wr("aria-label",s._intl.previousPageLabel),rn(3),Kr("matTooltip",s._intl.nextPageLabel)("matTooltipDisabled",s._nextButtonsDisabled())("disabled",s._nextButtonsDisabled())("tabindex",s._nextButtonsDisabled()?-1:null),Wr("aria-label",s._intl.nextPageLabel),rn(3),jr(s.showFirstLastButtons?13:-1))},dependencies:[ob,V3,Tw,xw,_3],styles:[".mat-mdc-paginator{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-paginator-container-text-color, var(--mat-sys-on-surface));background-color:var(--mat-paginator-container-background-color, var(--mat-sys-surface));font-family:var(--mat-paginator-container-text-font, var(--mat-sys-body-small-font));line-height:var(--mat-paginator-container-text-line-height, var(--mat-sys-body-small-line-height));font-size:var(--mat-paginator-container-text-size, var(--mat-sys-body-small-size));font-weight:var(--mat-paginator-container-text-weight, var(--mat-sys-body-small-weight));letter-spacing:var(--mat-paginator-container-text-tracking, var(--mat-sys-body-small-tracking));--mat-form-field-container-height:var(--mat-paginator-form-field-container-height, 40px);--mat-form-field-container-vertical-padding:var(--mat-paginator-form-field-container-vertical-padding, 8px)}.mat-mdc-paginator .mat-mdc-select-value{font-size:var(--mat-paginator-select-trigger-text-size, var(--mat-sys-body-small-size))}.mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-paginator .mat-mdc-select{line-height:1.5}.mat-mdc-paginator-outer-container{display:flex}.mat-mdc-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap;width:100%;min-height:var(--mat-paginator-container-size, 56px)}.mat-mdc-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-mdc-paginator-page-size{margin-right:0;margin-left:8px}.mat-mdc-paginator-page-size-label{margin:0 4px}.mat-mdc-paginator-page-size-select{margin:0 4px;width:84px}.mat-mdc-paginator-range-label{margin:0 32px 0 24px}.mat-mdc-paginator-range-actions{display:flex;align-items:center}.mat-mdc-paginator-icon{display:inline-block;width:28px;fill:var(--mat-paginator-enabled-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon{fill:var(--mat-paginator-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}[dir=rtl] .mat-mdc-paginator-icon{transform:rotate(180deg)}@media(forced-colors: active){.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon,.mat-mdc-paginator-icon{fill:currentColor}.mat-mdc-paginator-range-actions .mat-mdc-icon-button{outline:solid 1px}.mat-mdc-paginator-range-actions .mat-mdc-icon-button[aria-disabled]{color:GrayText}}.mat-mdc-paginator-touch-target{display:var(--mat-paginator-touch-target-display, block);position:absolute;top:50%;left:50%;width:84px;height:48px;background-color:rgba(0,0,0,0);transform:translate(-50%, -50%);cursor:pointer}"],encapsulation:2,changeDetection:0}));let t=e;return t})(),QIe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[Sw,xK,DK,um],exports:[um]})),d(e,"ɵinj",Li({providers:[DIe],imports:[Sw,xK,DK,um]}));let t=e;return t})();const jh=class jh extends Am{constructor(){super(...arguments);d(this,"translateService",Qe(rm));d(this,"itemsPerPageLabel",this.translateService.instant("paginator.itemsPerPageLabel"));d(this,"nextPageLabel",this.translateService.instant("paginator.nextPageLabel"));d(this,"previousPageLabel",this.translateService.instant("paginator.previousPageLabel"));d(this,"firstPageLabel",this.translateService.instant("paginator.firstPageLabel"));d(this,"lastPageLabel",this.translateService.instant("paginator.lastPageLabel"));d(this,"getRangeLabel",(n,r,i)=>{if(i===0||r===0)return"0 "+this.translateService.instant("paginator.ofRangeLabel")+" "+i;i=Math.max(i,0);const s=n*r,o=s<i?Math.min(s+r,i):s+r;return s+1+" - "+o+" "+this.translateService.instant("paginator.ofRangeLabel")+" "+i})}};d(jh,"ɵfac",(()=>{let n;return function(i){return(n||(n=Yr(jh)))(i||jh)}})()),d(jh,"ɵprov",qt({token:jh,factory:jh.ɵfac,providedIn:"root"}));let K3=jh;const FK=new un("IS_WEBCOMPONENT"),kIe=["*"];function zIe(t,e){t&1&&(Zt(0,"div",2),kf(),Zt(1,"svg",3),Er(2,"path",4),ln()())}const TK=new un("MAT_SORT_DEFAULT_OPTIONS");let dm=(()=>{const e=class e{constructor(r){d(this,"_defaultOptions");d(this,"_initializedStream",new Hy(1));d(this,"sortables",new Map);d(this,"_stateChanges",new sr);d(this,"active");d(this,"start","asc");d(this,"_direction","");d(this,"disableClear");d(this,"disabled",!1);d(this,"sortChange",new Jr);d(this,"initialized",this._initializedStream);this._defaultOptions=r}get direction(){return this._direction}set direction(r){this._direction=r}register(r){this.sortables.set(r.id,r)}deregister(r){this.sortables.delete(r.id)}sort(r){this.active!=r.id?(this.active=r.id,this.direction=r.start?r.start:this.start):this.direction=this.getNextSortDirection(r),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(r){var l;if(!r)return"";const i=(r==null?void 0:r.disableClear)??this.disableClear??!!((l=this._defaultOptions)!=null&&l.disableClear);let s=UIe(r.start||this.start,i),o=s.indexOf(this.direction)+1;return o>=s.length&&(o=0),s[o]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}};d(e,"ɵfac",function(i){return new(i||e)(Cn(TK,8))}),d(e,"ɵdir",en({type:e,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",rr],disabled:[2,"matSortDisabled","disabled",rr]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[Zo]}));let t=e;return t})();function UIe(t,e){let n=["asc","desc"];return t=="desc"&&n.reverse(),e||n.push(""),n}let _x=(()=>{const e=class e{constructor(){d(this,"changes",new sr)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();function PIe(t){return t||new _x}const NIe={provide:_x,deps:[[new dE,new rB,_x]],useFactory:PIe};let Z3=(()=>{const e=class e{constructor(){d(this,"_intl",Qe(_x));d(this,"_sort",Qe(dm,{optional:!0}));d(this,"_columnDef",Qe("MAT_SORT_HEADER_COLUMN_DEF",{optional:!0}));d(this,"_changeDetectorRef",Qe(Da));d(this,"_focusMonitor",Qe(jE));d(this,"_elementRef",Qe(wr));d(this,"_ariaDescriber",Qe(CY,{optional:!0}));d(this,"_renderChanges");d(this,"_animationModule",Qe(Pc,{optional:!0}));d(this,"_recentlyCleared",Ml(null));d(this,"_sortButton");d(this,"id");d(this,"arrowPosition","after");d(this,"start");d(this,"disabled",!1);d(this,"_sortActionDescription","Sort");d(this,"disableClear");Qe(Rl).load(HE);const r=Qe(TK,{optional:!0});this._sort,r!=null&&r.arrowPosition&&(this.arrowPosition=r==null?void 0:r.arrowPosition)}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(r){this._updateSortActionDescription(r)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._sort.register(this),this._renderChanges=Zl(this._sort._stateChanges,this._sort.sortChange).subscribe(()=>this._changeDetectorRef.markForCheck()),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(()=>this._recentlyCleared.set(null))}ngOnDestroy(){var r,i;this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),(r=this._renderChanges)==null||r.unsubscribe(),this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription))}_toggleOnInteraction(){if(!this._isDisabled()){const r=this._isSorted(),i=this._sort.direction;this._sort.sort(this),this._recentlyCleared.set(r&&!this._isSorted()?i:null)}}_handleKeydown(r){(r.keyCode===sp||r.keyCode===Vu)&&(r.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&(this._sort.direction==="asc"||this._sort.direction==="desc")}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?this._sort.direction=="asc"?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(r){var i,s;this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription),(s=this._ariaDescriber)==null||s.describe(this._sortButton,r)),this._sortActionDescription=r}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(i,s){i&1&&ai("click",function(){return s._toggleOnInteraction()})("keydown",function(l){return s._handleKeydown(l)})("mouseleave",function(){return s._recentlyCleared.set(null)}),i&2&&(Wr("aria-sort",s._getAriaSortAttribute()),zr("mat-sort-header-disabled",s._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",rr],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",rr]},exportAs:["matSortHeader"],ngContentSelectors:kIe,decls:4,vars:17,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],[1,"mat-sort-header-arrow"],["viewBox","0 -960 960 960","focusable","false","aria-hidden","true"],["d","M440-240v-368L296-464l-56-56 240-240 240 240-56 56-144-144v368h-80Z"]],template:function(i,s){i&1&&(ss(),Zt(0,"div",0)(1,"div",1),nr(2),ln(),Tr(3,zIe,3,0,"div",2),ln()),i&2&&(zr("mat-sort-header-sorted",s._isSorted())("mat-sort-header-position-before",s.arrowPosition==="before")("mat-sort-header-descending",s._sort.direction==="desc")("mat-sort-header-ascending",s._sort.direction==="asc")("mat-sort-header-recently-cleared-ascending",s._recentlyCleared()==="asc")("mat-sort-header-recently-cleared-descending",s._recentlyCleared()==="desc")("mat-sort-header-animations-disabled",s._animationModule==="NoopAnimations"),Wr("tabindex",s._isDisabled()?null:0)("role",s._isDisabled()?null:"button"),rn(3),jr(s._renderArrow()?3:-1))},styles:[".mat-sort-header{cursor:pointer}.mat-sort-header-disabled{cursor:default}.mat-sort-header-container{display:flex;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-container::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-sort-header-content{display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}@keyframes _mat-sort-header-recently-cleared-ascending{from{transform:translateY(0);opacity:1}to{transform:translateY(-25%);opacity:0}}@keyframes _mat-sort-header-recently-cleared-descending{from{transform:translateY(0) rotate(180deg);opacity:1}to{transform:translateY(25%) rotate(180deg);opacity:0}}.mat-sort-header-arrow{height:12px;width:12px;position:relative;transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1),opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;overflow:visible;color:var(--mat-sort-arrow-color, var(--mat-sys-on-surface))}.mat-sort-header.cdk-keyboard-focused .mat-sort-header-arrow,.mat-sort-header.cdk-program-focused .mat-sort-header-arrow,.mat-sort-header:hover .mat-sort-header-arrow{opacity:.54}.mat-sort-header .mat-sort-header-sorted .mat-sort-header-arrow{opacity:1}.mat-sort-header-descending .mat-sort-header-arrow{transform:rotate(180deg)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transform:translateY(-25%)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-ascending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-recently-cleared-descending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-descending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-animations-disabled .mat-sort-header-arrow{transition-duration:0ms;animation-duration:0ms}.mat-sort-header-arrow svg{width:24px;height:24px;fill:currentColor;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;transform:translateZ(0)}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}"],encapsulation:2,changeDetection:0}));let t=e;return t})(),OIe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,dm,Z3],exports:[dm,Z3]})),d(e,"ɵinj",Li({providers:[NIe],imports:[_r]}));let t=e;return t})();const YIe=[[["caption"]],[["colgroup"],["col"]],"*"],jIe=["caption","colgroup, col","*"];function GIe(t,e){t&1&&nr(0,2)}function LIe(t,e){t&1&&(Zt(0,"thead",0),Ga(1,1),ln(),Zt(2,"tbody",0),Ga(3,2)(4,3),ln(),Zt(5,"tfoot",0),Ga(6,4),ln())}function HIe(t,e){t&1&&Ga(0,1)(1,2)(2,3)(3,4)}function WIe(t,e){if(t&1&&(Zt(0,"th",3),Qr(1),ln()),t&2){const n=Vr();Xg("text-align",n.justify),rn(),Yo(" ",n.headerText," ")}}function VIe(t,e){if(t&1&&(Zt(0,"td",4),Qr(1),ln()),t&2){const n=e.$implicit,r=Vr();Xg("text-align",r.justify),rn(),Yo(" ",r.dataAccessor(n,r.name)," ")}}const qA=new un("CDK_TABLE"),_Ie=new un("text-column-options");let D0=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkCellDef",""]]}));let t=e;return t})(),F0=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkHeaderCellDef",""]]}));let t=e;return t})(),b1=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkFooterCellDef",""]]}));let t=e;return t})(),$A=(()=>{const e=class e{constructor(){d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_name");d(this,"_sticky",!1);d(this,"_stickyEnd",!1);d(this,"cell");d(this,"headerCell");d(this,"footerCell");d(this,"cssClassFriendlyName");d(this,"_columnCssClassName")}get name(){return this._name}set name(r){this._setNameInput(r)}get sticky(){return this._sticky}set sticky(r){r!==this._sticky&&(this._sticky=r,this._hasStickyChanged=!0)}get stickyEnd(){return this._stickyEnd}set stickyEnd(r){r!==this._stickyEnd&&(this._stickyEnd=r,this._hasStickyChanged=!0)}hasStickyChanged(){const r=this._hasStickyChanged;return this.resetStickyChanged(),r}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(r){r&&(this._name=r,this.cssClassFriendlyName=r.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkColumnDef",""]],contentQueries:function(i,s,o){if(i&1&&(ps(o,D0,5),ps(o,F0,5),ps(o,b1,5)),i&2){let l;Gr(l=Lr())&&(s.cell=l.first),Gr(l=Lr())&&(s.headerCell=l.first),Gr(l=Lr())&&(s.footerCell=l.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",rr],stickyEnd:[2,"stickyEnd","stickyEnd",rr]},features:[ur([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:e}])]}));let t=e;return t})();class X3{constructor(e,n){n.nativeElement.classList.add(...e._columnCssClassName)}}let Jx=(()=>{const e=class e extends X3{constructor(){super(Qe($A),Qe(wr))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[Vn]}));let t=e;return t})(),q3=(()=>{const e=class e extends X3{constructor(){var o;const r=Qe($A),i=Qe(wr);super(r,i);const s=(o=r._table)==null?void 0:o._getCellRole();s&&i.nativeElement.setAttribute("role",s)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[Vn]}));let t=e;return t})(),Kx=(()=>{const e=class e extends X3{constructor(){var o;const r=Qe($A),i=Qe(wr);super(r,i);const s=(o=r._table)==null?void 0:o._getCellRole();s&&i.nativeElement.setAttribute("role",s)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[Vn]}));let t=e;return t})();class QK{constructor(){d(this,"tasks",[]);d(this,"endTasks",[])}}const $3=new un("_COALESCED_STYLE_SCHEDULER");let kK=(()=>{const e=class e{constructor(){d(this,"_currentSchedule",null);d(this,"_ngZone",Qe(Fr))}schedule(r){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(r)}scheduleEnd(r){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(r)}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new QK,this._ngZone.runOutsideAngular(()=>queueMicrotask(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const r=this._currentSchedule;this._currentSchedule=new QK;for(const i of r.tasks)i();for(const i of r.endTasks)i()}this._currentSchedule=null})))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac}));let t=e;return t})(),e5=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo));d(this,"_differs",Qe(th));d(this,"columns");d(this,"_columnsDiffer")}ngOnChanges(r){if(!this._columnsDiffer){const i=r.columns&&r.columns.currentValue||[];this._columnsDiffer=this._differs.find(i).create(),this._columnsDiffer.diff(i)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(r){return this instanceof hm?r.headerCell.template:this instanceof fm?r.footerCell.template:r.cell.template}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,features:[Zo]}));let t=e;return t})(),hm=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_sticky",!1)}get sticky(){return this._sticky}set sticky(i){i!==this._sticky&&(this._sticky=i,this._hasStickyChanged=!0)}ngOnChanges(i){super.ngOnChanges(i)}hasStickyChanged(){const i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",rr]},features:[Vn,Zo]}));let t=e;return t})(),fm=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_sticky",!1)}get sticky(){return this._sticky}set sticky(i){i!==this._sticky&&(this._sticky=i,this._hasStickyChanged=!0)}ngOnChanges(i){super.ngOnChanges(i)}hasStickyChanged(){const i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",rr]},features:[Vn,Zo]}));let t=e;return t})(),M1=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"when")}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[Vn]}));let t=e;return t})(),eu=(()=>{const e=class e{constructor(){d(this,"_viewContainer",Qe(qs));d(this,"cells");d(this,"context");e.mostRecentCellOutlet=this}ngOnDestroy(){e.mostRecentCellOutlet===this&&(e.mostRecentCellOutlet=null)}};d(e,"mostRecentCellOutlet",null),d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkCellOutlet",""]]}));let t=e;return t})(),Zx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),Xx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),qx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),x1=(()=>{const e=class e{constructor(){d(this,"templateRef",Qe(fo));d(this,"_contentClassName","cdk-no-data-row")}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["ng-template","cdkNoDataRow",""]]}));let t=e;return t})();const zK=["top","bottom","left","right"];class JIe{constructor(e,n,r,i,s=!0,o=!0,l,a){d(this,"_isNativeHtmlTable");d(this,"_stickCellCss");d(this,"direction");d(this,"_coalescedStyleScheduler");d(this,"_isBrowser");d(this,"_needsPositionStickyOnElement");d(this,"_positionListener");d(this,"_tableInjector");d(this,"_elemSizeCache",new WeakMap);d(this,"_resizeObserver",globalThis!=null&&globalThis.ResizeObserver?new globalThis.ResizeObserver(e=>this._updateCachedSizes(e)):null);d(this,"_updatedStickyColumnsParamsToReplay",[]);d(this,"_stickyColumnsReplayTimeout",null);d(this,"_cachedCellWidths",[]);d(this,"_borderCellCss");d(this,"_destroyed",!1);this._isNativeHtmlTable=e,this._stickCellCss=n,this.direction=r,this._coalescedStyleScheduler=i,this._isBrowser=s,this._needsPositionStickyOnElement=o,this._positionListener=l,this._tableInjector=a,this._borderCellCss={top:`${n}-border-elem-top`,bottom:`${n}-border-elem-bottom`,left:`${n}-border-elem-left`,right:`${n}-border-elem-right`}}clearStickyPositioning(e,n){(n.includes("left")||n.includes("right"))&&this._removeFromStickyColumnReplayQueue(e);const r=[];for(const i of e)i.nodeType===i.ELEMENT_NODE&&r.push(i,...Array.from(i.children));this._afterNextRender({write:()=>{for(const i of r)this._removeStickyStyle(i,n)}})}updateStickyColumns(e,n,r,i=!0,s=!0){var B,v;if(!e.length||!this._isBrowser||!(n.some(w=>w)||r.some(w=>w))){(B=this._positionListener)==null||B.stickyColumnsUpdated({sizes:[]}),(v=this._positionListener)==null||v.stickyEndColumnsUpdated({sizes:[]});return}const o=e[0],l=o.children.length,a=this.direction==="rtl",u=a?"right":"left",A=a?"left":"right",h=n.lastIndexOf(!0),f=r.indexOf(!0);let p,m,y;s&&this._updateStickyColumnReplayQueue({rows:[...e],stickyStartStates:[...n],stickyEndStates:[...r]}),this._afterNextRender({earlyRead:()=>{p=this._getCellWidths(o,i),m=this._getStickyStartColumnPositions(p,n),y=this._getStickyEndColumnPositions(p,r)},write:()=>{for(const w of e)for(let b=0;b<l;b++){const M=w.children[b];n[b]&&this._addStickyStyle(M,u,m[b],b===h),r[b]&&this._addStickyStyle(M,A,y[b],b===f)}this._positionListener&&p.some(w=>!!w)&&(this._positionListener.stickyColumnsUpdated({sizes:h===-1?[]:p.slice(0,h+1).map((w,b)=>n[b]?w:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:f===-1?[]:p.slice(f).map((w,b)=>r[b+f]?w:null).reverse()}))}})}stickRows(e,n,r){if(!this._isBrowser)return;const i=r==="bottom"?e.slice().reverse():e,s=r==="bottom"?n.slice().reverse():n,o=[],l=[],a=[];this._afterNextRender({earlyRead:()=>{for(let u=0,A=0;u<i.length;u++){if(!s[u])continue;o[u]=A;const h=i[u];a[u]=this._isNativeHtmlTable?Array.from(h.children):[h];const f=this._retrieveElementSize(h).height;A+=f,l[u]=f}},write:()=>{var A,h;const u=s.lastIndexOf(!0);for(let f=0;f<i.length;f++){if(!s[f])continue;const p=o[f],m=f===u;for(const y of a[f])this._addStickyStyle(y,r,p,m)}r==="top"?(A=this._positionListener)==null||A.stickyHeaderRowsUpdated({sizes:l,offsets:o,elements:a}):(h=this._positionListener)==null||h.stickyFooterRowsUpdated({sizes:l,offsets:o,elements:a})}})}updateStickyFooterContainer(e,n){this._isNativeHtmlTable&&this._afterNextRender({write:()=>{const r=e.querySelector("tfoot");r&&(n.some(i=>!i)?this._removeStickyStyle(r,["bottom"]):this._addStickyStyle(r,"bottom",0,!1))}})}destroy(){var e;this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),(e=this._resizeObserver)==null||e.disconnect(),this._destroyed=!0}_removeStickyStyle(e,n){if(!e.classList.contains(this._stickCellCss))return;for(const i of n)e.style[i]="",e.classList.remove(this._borderCellCss[i]);zK.some(i=>n.indexOf(i)===-1&&e.style[i])?e.style.zIndex=this._getCalculatedZIndex(e):(e.style.zIndex="",this._needsPositionStickyOnElement&&(e.style.position=""),e.classList.remove(this._stickCellCss))}_addStickyStyle(e,n,r,i){e.classList.add(this._stickCellCss),i&&e.classList.add(this._borderCellCss[n]),e.style[n]=`${r}px`,e.style.zIndex=this._getCalculatedZIndex(e),this._needsPositionStickyOnElement&&(e.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(e){const n={top:100,bottom:10,left:1,right:1};let r=0;for(const i of zK)e.style[i]&&(r+=n[i]);return r?`${r}`:""}_getCellWidths(e,n=!0){if(!n&&this._cachedCellWidths.length)return this._cachedCellWidths;const r=[],i=e.children;for(let s=0;s<i.length;s++){const o=i[s];r.push(this._retrieveElementSize(o).width)}return this._cachedCellWidths=r,r}_getStickyStartColumnPositions(e,n){const r=[];let i=0;for(let s=0;s<e.length;s++)n[s]&&(r[s]=i,i+=e[s]);return r}_getStickyEndColumnPositions(e,n){const r=[];let i=0;for(let s=e.length;s>0;s--)n[s]&&(r[s]=i,i+=e[s]);return r}_retrieveElementSize(e){const n=this._elemSizeCache.get(e);if(n)return n;const r=e.getBoundingClientRect(),i={width:r.width,height:r.height};return this._resizeObserver&&(this._elemSizeCache.set(e,i),this._resizeObserver.observe(e,{box:"border-box"})),i}_updateStickyColumnReplayQueue(e){this._removeFromStickyColumnReplayQueue(e.rows),this._stickyColumnsReplayTimeout||this._updatedStickyColumnsParamsToReplay.push(e)}_removeFromStickyColumnReplayQueue(e){const n=new Set(e);for(const r of this._updatedStickyColumnsParamsToReplay)r.rows=r.rows.filter(i=>!n.has(i));this._updatedStickyColumnsParamsToReplay=this._updatedStickyColumnsParamsToReplay.filter(r=>!!r.rows.length)}_updateCachedSizes(e){var r,i;let n=!1;for(const s of e){const o=(r=s.borderBoxSize)!=null&&r.length?{width:s.borderBoxSize[0].inlineSize,height:s.borderBoxSize[0].blockSize}:{width:s.contentRect.width,height:s.contentRect.height};o.width!==((i=this._elemSizeCache.get(s.target))==null?void 0:i.width)&&KIe(s.target)&&(n=!0),this._elemSizeCache.set(s.target,o)}n&&this._updatedStickyColumnsParamsToReplay.length&&(this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._stickyColumnsReplayTimeout=setTimeout(()=>{if(!this._destroyed){for(const s of this._updatedStickyColumnsParamsToReplay)this.updateStickyColumns(s.rows,s.stickyStartStates,s.stickyEndStates,!0,!1);this._updatedStickyColumnsParamsToReplay=[],this._stickyColumnsReplayTimeout=null}},0))}_afterNextRender(e){this._tableInjector?Xd(e,{injector:this._tableInjector}):this._coalescedStyleScheduler.schedule(()=>{var n;(n=e.earlyRead)==null||n.call(e),e.write()})}}function KIe(t){return["cdk-cell","cdk-header-cell","cdk-footer-cell"].some(e=>t.classList.contains(e))}const t5=new un("CDK_SPL");let UK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-table","recycleRows",""],["table","cdk-table","","recycleRows",""]],features:[ur([{provide:_f,useClass:M8}])]}));let t=e;return t})(),$x=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._rowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","rowOutlet",""]]}));let t=e;return t})(),eC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._headerRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","headerRowOutlet",""]]}));let t=e;return t})(),tC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._footerRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","footerRowOutlet",""]]}));let t=e;return t})(),nC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._noDataRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","noDataRowOutlet",""]]}));let t=e;return t})(),C1=(()=>{const e=class e{constructor(){d(this,"_differs",Qe(th));d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_dir",Qe(Xu,{optional:!0}));d(this,"_platform",Qe(go));d(this,"_viewRepeater",Qe(_f));d(this,"_coalescedStyleScheduler",Qe($3));d(this,"_viewportRuler",Qe(JE));d(this,"_stickyPositioningListener",Qe(t5,{optional:!0,skipSelf:!0}));d(this,"_document",Qe(Ei));d(this,"_data");d(this,"_onDestroy",new sr);d(this,"_renderRows");d(this,"_renderChangeSubscription");d(this,"_columnDefsByName",new Map);d(this,"_rowDefs");d(this,"_headerRowDefs");d(this,"_footerRowDefs");d(this,"_dataDiffer");d(this,"_defaultRowDef");d(this,"_customColumnDefs",new Set);d(this,"_customRowDefs",new Set);d(this,"_customHeaderRowDefs",new Set);d(this,"_customFooterRowDefs",new Set);d(this,"_customNoDataRow");d(this,"_headerRowDefChanged",!0);d(this,"_footerRowDefChanged",!0);d(this,"_stickyColumnStylesNeedReset",!0);d(this,"_forceRecalculateCellWidths",!0);d(this,"_cachedRenderRowsMap",new Map);d(this,"_isNativeHtmlTable");d(this,"_stickyStyler");d(this,"stickyCssClass","cdk-table-sticky");d(this,"needsPositionStickyOnElement",!0);d(this,"_isServer");d(this,"_isShowingNoDataRow",!1);d(this,"_hasAllOutlets",!1);d(this,"_hasInitialized",!1);d(this,"_cellRoleInternal");d(this,"_trackByFn");d(this,"_dataSource");d(this,"_multiTemplateDataRows",!1);d(this,"_fixedLayout",!1);d(this,"contentChanged",new Jr);d(this,"viewChange",new ua({start:0,end:Number.MAX_VALUE}));d(this,"_rowOutlet");d(this,"_headerRowOutlet");d(this,"_footerRowOutlet");d(this,"_noDataRowOutlet");d(this,"_contentColumnDefs");d(this,"_contentRowDefs");d(this,"_contentHeaderRowDefs");d(this,"_contentFooterRowDefs");d(this,"_noDataRow");d(this,"_injector",Qe(Js));Qe(new hS("role"),{optional:!0})||this._elementRef.nativeElement.setAttribute("role","table"),this._isServer=!this._platform.isBrowser,this._isNativeHtmlTable=this._elementRef.nativeElement.nodeName==="TABLE",this._dataDiffer=this._differs.find([]).create((i,s)=>this.trackBy?this.trackBy(s.dataIndex,s.data):s)}_getCellRole(){if(this._cellRoleInternal===void 0){const r=this._elementRef.nativeElement.getAttribute("role");return r==="grid"||r==="treegrid"?"gridcell":"cell"}return this._cellRoleInternal}get trackBy(){return this._trackByFn}set trackBy(r){this._trackByFn=r}get dataSource(){return this._dataSource}set dataSource(r){this._dataSource!==r&&this._switchDataSource(r)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(r){this._multiTemplateDataRows=r,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(r){this._fixedLayout=r,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._viewportRuler.change().pipe(Si(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){var r,i,s,o;(r=this._stickyStyler)==null||r.destroy(),[(i=this._rowOutlet)==null?void 0:i.viewContainer,(s=this._headerRowOutlet)==null?void 0:s.viewContainer,(o=this._footerRowOutlet)==null?void 0:o.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(l=>{l==null||l.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),Qw(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const r=this._dataDiffer.diff(this._renderRows);if(!r){this._updateNoDataRow(),this.contentChanged.next();return}const i=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(r,i,(s,o,l)=>this._getEmbeddedViewArgs(s.item,l),s=>s.item.data,s=>{s.operation===qu.INSERTED&&s.context&&this._renderCellTemplateForItem(s.record.item.rowDef,s.context)}),this._updateRowIndexContext(),r.forEachIdentityChange(s=>{const o=i.get(s.currentIndex);o.context.$implicit=s.item.data}),this._updateNoDataRow(),this.contentChanged.next(),this.updateStickyColumnStyles()}addColumnDef(r){this._customColumnDefs.add(r)}removeColumnDef(r){this._customColumnDefs.delete(r)}addRowDef(r){this._customRowDefs.add(r)}removeRowDef(r){this._customRowDefs.delete(r)}addHeaderRowDef(r){this._customHeaderRowDefs.add(r),this._headerRowDefChanged=!0}removeHeaderRowDef(r){this._customHeaderRowDefs.delete(r),this._headerRowDefChanged=!0}addFooterRowDef(r){this._customFooterRowDefs.add(r),this._footerRowDefChanged=!0}removeFooterRowDef(r){this._customFooterRowDefs.delete(r),this._footerRowDefChanged=!0}setNoDataRow(r){this._customNoDataRow=r}updateStickyHeaderRowStyles(){const r=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){const s=PK(this._headerRowOutlet,"thead");s&&(s.style.display=r.length?"":"none")}const i=this._headerRowDefs.map(s=>s.sticky);this._stickyStyler.clearStickyPositioning(r,["top"]),this._stickyStyler.stickRows(r,i,"top"),this._headerRowDefs.forEach(s=>s.resetStickyChanged())}updateStickyFooterRowStyles(){const r=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){const s=PK(this._footerRowOutlet,"tfoot");s&&(s.style.display=r.length?"":"none")}const i=this._footerRowDefs.map(s=>s.sticky);this._stickyStyler.clearStickyPositioning(r,["bottom"]),this._stickyStyler.stickRows(r,i,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,i),this._footerRowDefs.forEach(s=>s.resetStickyChanged())}updateStickyColumnStyles(){const r=this._getRenderedRows(this._headerRowOutlet),i=this._getRenderedRows(this._rowOutlet),s=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...r,...i,...s],["left","right"]),this._stickyColumnStylesNeedReset=!1),r.forEach((o,l)=>{this._addStickyColumnStyles([o],this._headerRowDefs[l])}),this._rowDefs.forEach(o=>{const l=[];for(let a=0;a<i.length;a++)this._renderRows[a].rowDef===o&&l.push(i[a]);this._addStickyColumnStyles(l,o)}),s.forEach((o,l)=>{this._addStickyColumnStyles([o],this._footerRowDefs[l])}),Array.from(this._columnDefsByName.values()).forEach(o=>o.resetStickyChanged())}_outletAssigned(){!this._hasAllOutlets&&this._rowOutlet&&this._headerRowOutlet&&this._footerRowOutlet&&this._noDataRowOutlet&&(this._hasAllOutlets=!0,this._canRender()&&this._render())}_canRender(){return this._hasAllOutlets&&this._hasInitialized}_render(){this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&this._rowDefs.length;const i=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||i,this._forceRecalculateCellWidths=i,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}_getAllRenderRows(){const r=[],i=this._cachedRenderRowsMap;if(this._cachedRenderRowsMap=new Map,!this._data)return r;for(let s=0;s<this._data.length;s++){let o=this._data[s];const l=this._getRenderRowsForData(o,s,i.get(o));this._cachedRenderRowsMap.has(o)||this._cachedRenderRowsMap.set(o,new WeakMap);for(let a=0;a<l.length;a++){let u=l[a];const A=this._cachedRenderRowsMap.get(u.data);A.has(u.rowDef)?A.get(u.rowDef).push(u):A.set(u.rowDef,[u]),r.push(u)}}return r}_getRenderRowsForData(r,i,s){return this._getRowDefs(r,i).map(l=>{const a=s&&s.has(l)?s.get(l):[];if(a.length){const u=a.shift();return u.dataIndex=i,u}else return{data:r,rowDef:l,dataIndex:i}})}_cacheColumnDefs(){this._columnDefsByName.clear(),rC(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(i=>{this._columnDefsByName.has(i.name),this._columnDefsByName.set(i.name,i)})}_cacheRowDefs(){this._headerRowDefs=rC(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=rC(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=rC(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const r=this._rowDefs.filter(i=>!i.when);!this.multiTemplateDataRows&&r.length>1,this._defaultRowDef=r[0]}_renderUpdatedColumns(){const r=(l,a)=>{const u=!!a.getColumnsDiff();return l||u},i=this._rowDefs.reduce(r,!1);i&&this._forceRenderDataRows();const s=this._headerRowDefs.reduce(r,!1);s&&this._forceRenderHeaderRows();const o=this._footerRowDefs.reduce(r,!1);return o&&this._forceRenderFooterRows(),i||s||o}_switchDataSource(r){this._data=[],Qw(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),r||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=r}_observeRenderChanges(){if(!this.dataSource)return;let r;Qw(this.dataSource)?r=this.dataSource.connect(this):Wy(this.dataSource)?r=this.dataSource:Array.isArray(this.dataSource)&&(r=ar(this.dataSource)),this._renderChangeSubscription=r.pipe(Si(this._onDestroy)).subscribe(i=>{this._data=i||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((r,i)=>this._renderRow(this._headerRowOutlet,r,i)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((r,i)=>this._renderRow(this._footerRowOutlet,r,i)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(r,i){const s=Array.from((i==null?void 0:i.columns)||[]).map(a=>this._columnDefsByName.get(a)),o=s.map(a=>a.sticky),l=s.map(a=>a.stickyEnd);this._stickyStyler.updateStickyColumns(r,o,l,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(r){const i=[];for(let s=0;s<r.viewContainer.length;s++){const o=r.viewContainer.get(s);i.push(o.rootNodes[0])}return i}_getRowDefs(r,i){if(this._rowDefs.length==1)return[this._rowDefs[0]];let s=[];if(this.multiTemplateDataRows)s=this._rowDefs.filter(o=>!o.when||o.when(i,r));else{let o=this._rowDefs.find(l=>l.when&&l.when(i,r))||this._defaultRowDef;o&&s.push(o)}return s.length,s}_getEmbeddedViewArgs(r,i){const s=r.rowDef,o={$implicit:r.data};return{templateRef:s.template,context:o,index:i}}_renderRow(r,i,s,o={}){const l=r.viewContainer.createEmbeddedView(i.template,o,s);return this._renderCellTemplateForItem(i,o),l}_renderCellTemplateForItem(r,i){for(let s of this._getCellTemplates(r))eu.mostRecentCellOutlet&&eu.mostRecentCellOutlet._viewContainer.createEmbeddedView(s,i);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const r=this._rowOutlet.viewContainer;for(let i=0,s=r.length;i<s;i++){const l=r.get(i).context;l.count=s,l.first=i===0,l.last=i===s-1,l.even=i%2===0,l.odd=!l.even,this.multiTemplateDataRows?(l.dataIndex=this._renderRows[i].dataIndex,l.renderIndex=i):l.index=this._renderRows[i].dataIndex}}_getCellTemplates(r){return!r||!r.columns?[]:Array.from(r.columns,i=>{const s=this._columnDefsByName.get(i);return r.extractCellTemplate(s)})}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const r=(i,s)=>i||s.hasStickyChanged();this._headerRowDefs.reduce(r,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(r,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(r,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){const r=this._dir?this._dir.value:"ltr";this._stickyStyler=new JIe(this._isNativeHtmlTable,this.stickyCssClass,r,this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener,this._injector),(this._dir?this._dir.change:ar()).pipe(Si(this._onDestroy)).subscribe(i=>{this._stickyStyler.direction=i,this.updateStickyColumnStyles()})}_getOwnDefs(r){return r.filter(i=>!i._table||i._table===this)}_updateNoDataRow(){const r=this._customNoDataRow||this._noDataRow;if(!r)return;const i=this._rowOutlet.viewContainer.length===0;if(i===this._isShowingNoDataRow)return;const s=this._noDataRowOutlet.viewContainer;if(i){const o=s.createEmbeddedView(r.templateRef),l=o.rootNodes[0];o.rootNodes.length===1&&(l==null?void 0:l.nodeType)===this._document.ELEMENT_NODE&&(l.setAttribute("role","row"),l.classList.add(r._contentClassName))}else s.clear();this._isShowingNoDataRow=i,this._changeDetectorRef.markForCheck()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(i,s,o){if(i&1&&(ps(o,x1,5),ps(o,$A,5),ps(o,M1,5),ps(o,hm,5),ps(o,fm,5)),i&2){let l;Gr(l=Lr())&&(s._noDataRow=l.first),Gr(l=Lr())&&(s._contentColumnDefs=l),Gr(l=Lr())&&(s._contentRowDefs=l),Gr(l=Lr())&&(s._contentHeaderRowDefs=l),Gr(l=Lr())&&(s._contentFooterRowDefs=l)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(i,s){i&2&&zr("cdk-table-fixed-layout",s.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",rr],fixedLayout:[2,"fixedLayout","fixedLayout",rr]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[ur([{provide:qA,useExisting:e},{provide:_f,useClass:BK},{provide:$3,useClass:kK},{provide:t5,useValue:null}])],ngContentSelectors:jIe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(i,s){i&1&&(ss(YIe),nr(0),nr(1,1),Tr(2,GIe,1,0)(3,LIe,7,0)(4,HIe,4,0)),i&2&&(rn(2),jr(s._isServer?2:-1),rn(),jr(s._isNativeHtmlTable?3:4))},dependencies:[eC,$x,nC,tC],styles:[".cdk-table-fixed-layout{table-layout:fixed}"],encapsulation:2}));let t=e;return t})();function rC(t,e){return t.concat(Array.from(e))}function PK(t,e){const n=e.toUpperCase();let r=t.viewContainer.element.nativeElement;for(;r;){const i=r.nodeType===1?r.nodeName:null;if(i===n)return r;if(i==="TABLE")break;r=r.parentNode}return null}let n5=(()=>{const e=class e{constructor(){d(this,"_table",Qe(C1,{optional:!0}));d(this,"_options",Qe(_Ie,{optional:!0}));d(this,"_name");d(this,"headerText");d(this,"dataAccessor");d(this,"justify","start");d(this,"columnDef");d(this,"cell");d(this,"headerCell");this._options=this._options||{}}get name(){return this._name}set name(r){this._name=r,this._syncColumnDefName()}ngOnInit(){this._syncColumnDefName(),this.headerText===void 0&&(this.headerText=this._createDefaultHeaderText()),this.dataAccessor||(this.dataAccessor=this._options.defaultDataAccessor||((r,i)=>r[i])),this._table&&(this.columnDef.cell=this.cell,this.columnDef.headerCell=this.headerCell,this._table.addColumnDef(this.columnDef))}ngOnDestroy(){this._table&&this._table.removeColumnDef(this.columnDef)}_createDefaultHeaderText(){const r=this.name;return this._options&&this._options.defaultHeaderTextTransform?this._options.defaultHeaderTextTransform(r):r[0].toUpperCase()+r.slice(1)}_syncColumnDefName(){this.columnDef&&(this.columnDef.name=this.name)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-text-column"]],viewQuery:function(i,s){if(i&1&&(bo($A,7),bo(D0,7),bo(F0,7)),i&2){let o;Gr(o=Lr())&&(s.columnDef=o.first),Gr(o=Lr())&&(s.cell=o.first),Gr(o=Lr())&&(s.headerCell=o.first)}},inputs:{name:"name",headerText:"headerText",dataAccessor:"dataAccessor",justify:"justify"},decls:3,vars:0,consts:[["cdkColumnDef",""],["cdk-header-cell","",3,"text-align",4,"cdkHeaderCellDef"],["cdk-cell","",3,"text-align",4,"cdkCellDef"],["cdk-header-cell",""],["cdk-cell",""]],template:function(i,s){i&1&&(Nf(0,0),Tr(1,WIe,2,3,"th",1)(2,VIe,2,3,"td",2),Of())},dependencies:[$A,F0,Jx,D0,Kx],encapsulation:2}));let t=e;return t})(),NK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[up,C1,M1,D0,eu,F0,b1,$A,Kx,qx,Jx,q3,Zx,hm,Xx,fm,$x,eC,tC,n5,x1,UK,nC],exports:[C1,M1,D0,eu,F0,b1,$A,Kx,qx,Jx,q3,Zx,hm,Xx,fm,$x,eC,tC,n5,x1,UK,nC]})),d(e,"ɵinj",Li({imports:[up]}));let t=e;return t})();const ZIe=[[["caption"]],[["colgroup"],["col"]],"*"],XIe=["caption","colgroup, col","*"];function qIe(t,e){t&1&&nr(0,2)}function $Ie(t,e){t&1&&(Zt(0,"thead",0),Ga(1,1),ln(),Zt(2,"tbody",2),Ga(3,3)(4,4),ln(),Zt(5,"tfoot",0),Ga(6,5),ln())}function eRe(t,e){t&1&&Ga(0,1)(1,3)(2,4)(3,5)}function tRe(t,e){if(t&1&&(Zt(0,"th",3),Qr(1),ln()),t&2){const n=Vr();Xg("text-align",n.justify),rn(),Yo(" ",n.headerText," ")}}function nRe(t,e){if(t&1&&(Zt(0,"td",4),Qr(1),ln()),t&2){const n=e.$implicit,r=Vr();Xg("text-align",r.justify),rn(),Yo(" ",r.dataAccessor(n,r.name)," ")}}let OK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["mat-table","recycleRows",""],["table","mat-table","","recycleRows",""]],features:[ur([{provide:_f,useClass:M8}])]}));let t=e;return t})(),r5=(()=>{const e=class e extends C1{constructor(){super(...arguments);d(this,"stickyCssClass","mat-mdc-table-sticky");d(this,"needsPositionStickyOnElement",!1)}};d(e,"ɵfac",(()=>{let i;return function(o){return(i||(i=Yr(e)))(o||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(s,o){s&2&&zr("mdc-table-fixed-layout",o.fixedLayout)},exportAs:["matTable"],features:[ur([{provide:C1,useExisting:e},{provide:qA,useExisting:e},{provide:$3,useClass:kK},{provide:_f,useClass:BK},{provide:t5,useValue:null}]),Vn],ngContentSelectors:XIe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(s,o){s&1&&(ss(ZIe),nr(0),nr(1,1),Tr(2,qIe,1,0)(3,$Ie,7,0)(4,eRe,4,0)),s&2&&(rn(2),jr(o._isServer?2:-1),rn(),jr(o._isNativeHtmlTable?3:4))},dependencies:[eC,$x,nC,tC],styles:[".mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{min-width:100%;border:0;border-spacing:0;table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color, var(--mat-sys-surface))}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell{text-align:right}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-header-headline-font, var(--mat-sys-title-small-font, Roboto, sans-serif));line-height:var(--mat-table-header-headline-line-height, var(--mat-sys-title-small-line-height));font-size:var(--mat-table-header-headline-size, var(--mat-sys-title-small-size, 14px));font-weight:var(--mat-table-header-headline-weight, var(--mat-sys-title-small-weight, 500))}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-row-item-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-row-item-label-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-row-item-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-footer-supporting-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-footer-supporting-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-footer-supporting-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-footer-supporting-text-weight, var(--mat-sys-body-medium-weight));letter-spacing:var(--mat-table-footer-supporting-text-tracking, var(--mat-sys-body-medium-tracking))}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking, var(--mat-sys-title-small-tracking));font-weight:inherit;line-height:inherit;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mat-mdc-header-cell{text-align:right}.mdc-data-table__row:last-child>.mat-mdc-header-cell{border-bottom:none}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking));line-height:inherit}.mdc-data-table__row:last-child>.mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking))}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}"],encapsulation:2}));let t=e;return t})(),iC=(()=>{const e=class e extends D0{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matCellDef",""]],features:[ur([{provide:D0,useExisting:e}]),Vn]}));let t=e;return t})(),sC=(()=>{const e=class e extends F0{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matHeaderCellDef",""]],features:[ur([{provide:F0,useExisting:e}]),Vn]}));let t=e;return t})(),YK=(()=>{const e=class e extends b1{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matFooterCellDef",""]],features:[ur([{provide:b1,useExisting:e}]),Vn]}));let t=e;return t})(),oC=(()=>{const e=class e extends $A{get name(){return this._name}set name(r){this._setNameInput(r)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},features:[ur([{provide:$A,useExisting:e},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:e}]),Vn]}));let t=e;return t})(),aC=(()=>{const e=class e extends Jx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[Vn]}));let t=e;return t})(),jK=(()=>{const e=class e extends q3{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:[1,"mat-mdc-footer-cell","mdc-data-table__cell"],features:[Vn]}));let t=e;return t})(),lC=(()=>{const e=class e extends Kx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[Vn]}));let t=e;return t})(),i5=(()=>{const e=class e extends hm{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",rr]},features:[ur([{provide:hm,useExisting:e}]),Vn]}));let t=e;return t})(),GK=(()=>{const e=class e extends fm{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matFooterRowDef",""]],inputs:{columns:[0,"matFooterRowDef","columns"],sticky:[2,"matFooterRowDefSticky","sticky",rr]},features:[ur([{provide:fm,useExisting:e}]),Vn]}));let t=e;return t})(),s5=(()=>{const e=class e extends M1{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[ur([{provide:M1,useExisting:e}]),Vn]}));let t=e;return t})(),o5=(()=>{const e=class e extends Zx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[ur([{provide:Zx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),LK=(()=>{const e=class e extends Xx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-mdc-footer-row","mdc-data-table__row"],exportAs:["matFooterRow"],features:[ur([{provide:Xx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),a5=(()=>{const e=class e extends qx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[ur([{provide:qx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),HK=(()=>{const e=class e extends x1{constructor(){super(...arguments);d(this,"_contentClassName","mat-mdc-no-data-row")}};d(e,"ɵfac",(()=>{let i;return function(o){return(i||(i=Yr(e)))(o||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["ng-template","matNoDataRow",""]],features:[ur([{provide:x1,useExisting:e}]),Vn]}));let t=e;return t})(),WK=(()=>{const e=class e extends n5{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-text-column"]],features:[Vn],decls:3,vars:0,consts:[["matColumnDef",""],["mat-header-cell","",3,"text-align",4,"matHeaderCellDef"],["mat-cell","",3,"text-align",4,"matCellDef"],["mat-header-cell",""],["mat-cell",""]],template:function(i,s){i&1&&(Nf(0,0),Tr(1,tRe,2,3,"th",1)(2,nRe,2,3,"td",2),Of())},dependencies:[oC,sC,aC,iC,lC],encapsulation:2}));let t=e;return t})(),rRe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,NK,r5,OK,sC,i5,oC,iC,s5,YK,GK,aC,lC,jK,o5,a5,LK,HK,WK],exports:[_r,r5,OK,sC,i5,oC,iC,s5,YK,GK,aC,lC,jK,o5,a5,LK,HK,WK]})),d(e,"ɵinj",Li({imports:[_r,NK,_r]}));let t=e;return t})();const iRe=9007199254740991;class sRe extends t7{constructor(n=[]){super();d(this,"_data");d(this,"_renderData",new ua([]));d(this,"_filter",new ua(""));d(this,"_internalPageChanges",new sr);d(this,"_renderChangesSubscription",null);d(this,"filteredData");d(this,"_sort");d(this,"_paginator");d(this,"sortingDataAccessor",(n,r)=>{const i=n[r];if(iY(i)){const s=Number(i);return s<iRe?s:i}return i});d(this,"sortData",(n,r)=>{const i=r.active,s=r.direction;return!i||s==""?n:n.sort((o,l)=>{let a=this.sortingDataAccessor(o,i),u=this.sortingDataAccessor(l,i);const A=typeof a,h=typeof u;A!==h&&(A==="number"&&(a+=""),h==="number"&&(u+=""));let f=0;return a!=null&&u!=null?a>u?f=1:a<u&&(f=-1):a!=null?f=1:u!=null&&(f=-1),f*(s=="asc"?1:-1)})});d(this,"filterPredicate",(n,r)=>{const i=r.trim().toLowerCase();return Object.values(n).some(s=>`${s}`.toLowerCase().includes(i))});this._data=new ua(n),this._updateChangeSubscription()}get data(){return this._data.value}set data(n){n=Array.isArray(n)?n:[],this._data.next(n),this._renderChangesSubscription||this._filterData(n)}get filter(){return this._filter.value}set filter(n){this._filter.next(n),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(n){this._sort=n,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(n){this._paginator=n,this._updateChangeSubscription()}_updateChangeSubscription(){var a;const n=this._sort?Zl(this._sort.sortChange,this._sort.initialized):ar(null),r=this._paginator?Zl(this._paginator.page,this._internalPageChanges,this._paginator.initialized):ar(null),i=this._data,s=Bf([i,this._filter]).pipe(wt(([u])=>this._filterData(u))),o=Bf([s,n]).pipe(wt(([u])=>this._orderData(u))),l=Bf([o,r]).pipe(wt(([u])=>this._pageData(u)));(a=this._renderChangesSubscription)==null||a.unsubscribe(),this._renderChangesSubscription=l.subscribe(u=>this._renderData.next(u))}_filterData(n){return this.filteredData=this.filter==null||this.filter===""?n:n.filter(r=>this.filterPredicate(r,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(n){return this.sort?this.sortData(n.slice(),this.sort):n}_pageData(n){if(!this.paginator)return n;const r=this.paginator.pageIndex*this.paginator.pageSize;return n.slice(r,r+this.paginator.pageSize)}_updatePaginator(n){Promise.resolve().then(()=>{const r=this.paginator;if(r&&(r.length=n,r.pageIndex>0)){const i=Math.ceil(r.length/r.pageSize)-1||0,s=Math.min(r.pageIndex,i);s!==r.pageIndex&&(r.pageIndex=s,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var n;(n=this._renderChangesSubscription)==null||n.unsubscribe(),this._renderChangesSubscription=null}}const oRe=()=>["expandDetail"],aRe=()=>["administerDate","endDate"],lRe=()=>({height:"47px",margin:"0"});function cRe(t,e){if(t&1&&(Zt(0,"th",16),os(1,"translate"),Qr(2),os(3,"translate"),ln()),t&2){const n=Vr(2).$implicit;Kr("sortActionDescription",as(1,2,"vaccinations."+n+".sort")),rn(2),Yo(" ",as(3,4,"vaccinations."+n)," ")}}function ARe(t,e){if(t&1&&(Qr(0),os(1,"customDate")),t&2){const n=Vr().$implicit,r=Vr(2).$implicit;Yo(" ",as(1,1,n[r])," ")}}function uRe(t,e){if(t&1&&Qr(0),t&2){const n=Vr().$implicit,r=Vr(2).$implicit;Yo(" ",!n[r]||n[r]===""?"-":n[r]," ")}}function dRe(t,e){if(t&1&&(Zt(0,"td",17),Tr(1,ARe,2,3)(2,uRe,1,1),ln()),t&2){const n=Vr(2).$implicit;rn(),jr(ZB(1,aRe).includes(n)?1:2)}}function hRe(t,e){if(t&1&&(Nf(0,13),Tr(1,cRe,4,6,"th",14)(2,dRe,3,2,"td",15),Of()),t&2){const n=Vr().$implicit;Kr("matColumnDef",n)}}function fRe(t,e){if(t&1&&Tr(0,hRe,3,1,"ng-container",13),t&2){const n=e.$implicit;jr(n!=="expand"?0:-1)}}function gRe(t,e){t&1&&(Zt(0,"th",18)(1,"span"),Er(2,"mat-icon",19),Zt(3,"span"),Qr(4),os(5,"translate"),ln()()()),t&2&&(rn(4),Pi(as(5,1,"table.expand")))}function pRe(t,e){t&1&&Er(0,"mat-icon",22)}function mRe(t,e){t&1&&Er(0,"mat-icon",23)}function ERe(t,e){if(t&1){const n=yA();Zt(0,"td",20)(1,"button",21),ai("click",function(){const i=il(n).$implicit,s=Vr();return sl(s.expandedElement=s.expandedElement===i?void 0:i)}),Zt(2,"span"),Qr(3),os(4,"translate"),ln(),Tr(5,pRe,1,0,"mat-icon",22)(6,mRe,1,0,"mat-icon",23),ln()()}if(t&2){const n=e.$implicit,r=Vr();rn(3),Pi(as(4,2,"table.expand")),rn(2),jr(r.expandedElement===n?5:6)}}function vRe(t,e){if(t&1&&(Zt(0,"td",24)(1,"div",25)(2,"div",26)(3,"span",27),Qr(4),os(5,"translate"),ln(),Zt(6,"span",28),Qr(7),os(8,"customDate"),ln(),Zt(9,"span",27),Qr(10),os(11,"translate"),ln(),Zt(12,"span",28),Qr(13),os(14,"customDate"),ln(),Zt(15,"span",27),Qr(16),os(17,"translate"),ln(),Zt(18,"span",28),Qr(19),ln(),Zt(20,"span",27),Qr(21),os(22,"translate"),ln(),Zt(23,"span",28),Qr(24),ln(),Zt(25,"span",27),Qr(26),os(27,"translate"),ln(),Zt(28,"span",28),Qr(29),ln(),Zt(30,"span",27),Qr(31),os(32,"translate"),ln(),Zt(33,"span",28),Qr(34),ln()()()()),t&2){const n=e.$implicit,r=Vr();zr("mh-detail-row--expanded",n===r.expandedElement),Kr("colSpan",r.columns.length),rn(4),Pi(as(5,16,"vaccinations.administerDate")),rn(3),Pi(!n.administerDate||n.administerDate===""?"-":as(8,18,n.administerDate)),rn(3),Pi(as(11,20,"vaccinations.endDate")),rn(3),Pi(!n.endDate||n.endDate===""?"-":as(14,22,n.endDate)),rn(3),Pi(as(17,24,"vaccinations.code")),rn(3),vD(" ",!(n.code!=null&&n.code.type)||(n.code==null?null:n.code.type)===""?"-":n.code==null?null:n.code.type," ",!(n.code!=null&&n.code.value)||(n.code==null?null:n.code.value)===""?"-":n.code==null?null:n.code.value," "),rn(2),Pi(as(22,26,"vaccinations.countryCode")),rn(3),Pi(!n.countryCode||n.countryCode===""?"-":n.countryCode),rn(2),Pi(as(27,28,"vaccinations.description")),rn(3),Pi(!n.description||n.description===""?"-":n.description),rn(2),Pi(as(32,30,"vaccinations.indication")),rn(3),Pi(!n.indication||n.indication===""?"-":n.indication)}}function yRe(t,e){t&1&&Er(0,"tr",29)}function BRe(t,e){t&1&&Er(0,"tr",30)}function wRe(t,e){t&1&&Er(0,"tr",31)}function bRe(t,e){if(t&1&&Er(0,"ngx-skeleton-loader",10),t&2){const n=Vr();Kr("count",n.dataSource().data.length<=0?3:n.dataSource().data.length>n.pageSize?n.pageSize:n.dataSource().data.length)("theme",ZB(2,lRe))}}function MRe(t,e){t&1&&(Zt(0,"p",11),Qr(1),os(2,"translate"),ln()),t&2&&(rn(),Pi(as(2,1,"vaccinations.timeout")))}function xRe(t,e){t&1&&(Zt(0,"p",11),Qr(1),os(2,"translate"),ln()),t&2&&(rn(),Pi(as(2,1,"vaccinations.no-data")))}const vm=class vm{constructor(){d(this,"initialColumns",["indication","description","administerDate","endDate","expand"]);d(this,"columns",this.initialColumns);d(this,"pageSize",10);d(this,"expandedElement");d(this,"sort",NP.required(dm));d(this,"paginator",NP.required(um));d(this,"isLoading",Oo.required());d(this,"hasError",Oo.required());d(this,"vaccinations",Oo.required());d(this,"dataSource",jc(()=>{var n;const e=new sRe(this.vaccinations());return e.sort=this.sort(),e.paginator=this.paginator(),(n=this.paginator())==null||n.firstPage(),e}))}};d(vm,"ɵfac",function(n){return new(n||vm)}),d(vm,"ɵcmp",Dr({type:vm,selectors:[["mh-vaccinations-table"]],viewQuery:function(n,r){n&1&&(vN(r.sort,dm,5),vN(r.paginator,um,5)),n&2&&yN(2)},inputs:{isLoading:[1,"isLoading"],hasError:[1,"hasError"],vaccinations:[1,"vaccinations"]},features:[ur([{provide:Am,useClass:K3}])],decls:16,vars:12,consts:[[1,"mh-table"],["mat-table","","multiTemplateDataRows","","matSort","",3,"dataSource"],["matColumnDef","expand"],["class","mh-table__heading mh-table__heading--details","mat-header-cell","","aria-label","row actions",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","expandDetail"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["class","mh-table__row","mat-row","",4,"matRowDef","matRowDefColumns"],["class","mh-detail-row","mat-row","",4,"matRowDef","matRowDefColumns"],["appearance","line",3,"count","theme"],[1,"mh-table__no-data"],[3,"hidePageSize","disabled","length","pageSize"],[3,"matColumnDef"],["class","mh-table__heading","mat-header-cell","","mat-sort-header","",3,"sortActionDescription",4,"matHeaderCellDef"],["mat-cell","","class","capitalize",4,"matCellDef"],["mat-header-cell","","mat-sort-header","",1,"mh-table__heading",3,"sortActionDescription"],["mat-cell","",1,"capitalize"],["mat-header-cell","","aria-label","row actions",1,"mh-table__heading","mh-table__heading--details"],["fontIcon","info"],["mat-cell",""],["mat-button","","type","button","aria-label","expand row",1,"mh-table__row__showmore",3,"click"],["fontIcon","keyboard_arrow_up","iconPositionEnd",""],["fontIcon","keyboard_arrow_down","iconPositionEnd",""],["mat-cell","",3,"colSpan"],[1,"mh-table__details"],[1,"mh-table-detail"],[1,"mh-table-detail__label"],[1,"mh-table-detail__value"],["mat-header-row",""],["mat-row","",1,"mh-table__row"],["mat-row","",1,"mh-detail-row"]],template:function(n,r){n&1&&(Zt(0,"div",0)(1,"table",1),VB(2,fRe,1,1,null,null,WB),Nf(4,2),Tr(5,gRe,6,3,"th",3)(6,ERe,7,4,"td",4),Of(),Nf(7,5),Tr(8,vRe,35,32,"td",6),Of(),Tr(9,yRe,1,0,"tr",7)(10,BRe,1,0,"tr",8)(11,wRe,1,0,"tr",9),ln(),Tr(12,bRe,1,3,"ngx-skeleton-loader",10)(13,MRe,3,3,"p",11)(14,xRe,3,3,"p",11),Er(15,"mat-paginator",12),ln()),n&2&&(rn(),Kr("dataSource",r.dataSource()),rn(),_B(r.columns),rn(7),Kr("matHeaderRowDef",r.columns),rn(),Kr("matRowDefColumns",r.columns),rn(),Kr("matRowDefColumns",ZB(11,oRe)),rn(),jr(r.isLoading()?12:-1),rn(),jr(!r.isLoading()&&r.hasError()?13:-1),rn(),jr(!r.isLoading()&&r.dataSource().data.length===0&&!r.hasError()?14:-1),rn(),Kr("hidePageSize",!0)("disabled",r.isLoading())("length",r.dataSource().data.length)("pageSize",r.pageSize))},dependencies:[a1,bx,Sw,Cw,y8,_E,OIe,dm,Z3,rRe,r5,sC,i5,oC,iC,s5,aC,lC,o5,a5,QIe,um,XO,uw,Vx],encapsulation:2}));let l5=vm;class c5{}let VK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["ng-component"]],hostAttrs:["cdk-text-field-style-loader",""],decls:0,vars:0,template:function(i,s){},styles:["textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}"],encapsulation:2,changeDetection:0}));let t=e;return t})();const CRe={passive:!0};let _K=(()=>{const e=class e{constructor(){d(this,"_platform",Qe(go));d(this,"_ngZone",Qe(Fr));d(this,"_renderer",Qe(ec).createRenderer(null,null));d(this,"_styleLoader",Qe(Rl));d(this,"_monitoredElements",new Map)}monitor(r){if(!this._platform.isBrowser)return Kl;this._styleLoader.load(VK);const i=Ku(r),s=this._monitoredElements.get(i);if(s)return s.subject;const o=new sr,l="cdk-text-field-autofilled",a=A=>{A.animationName==="cdk-text-field-autofill-start"&&!i.classList.contains(l)?(i.classList.add(l),this._ngZone.run(()=>o.next({target:A.target,isAutofilled:!0}))):A.animationName==="cdk-text-field-autofill-end"&&i.classList.contains(l)&&(i.classList.remove(l),this._ngZone.run(()=>o.next({target:A.target,isAutofilled:!1})))},u=this._ngZone.runOutsideAngular(()=>(i.classList.add("cdk-text-field-autofill-monitored"),_u(this._renderer,i,"animationstart",a,CRe)));return this._monitoredElements.set(i,{subject:o,unlisten:u}),o}stopMonitoring(r){const i=Ku(r),s=this._monitoredElements.get(i);s&&(s.unlisten(),s.subject.complete(),i.classList.remove("cdk-text-field-autofill-monitored"),i.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(i))}ngOnDestroy(){this._monitoredElements.forEach((r,i)=>this.stopMonitoring(i))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})(),JK=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_autofillMonitor",Qe(_K));d(this,"cdkAutofill",new Jr)}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(r=>this.cdkAutofill.emit(r))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}));let t=e;return t})(),KK=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_platform",Qe(go));d(this,"_ngZone",Qe(Fr));d(this,"_renderer",Qe(ja));d(this,"_resizeEvents",new sr);d(this,"_previousValue");d(this,"_initialHeight");d(this,"_destroyed",new sr);d(this,"_listenerCleanups");d(this,"_minRows");d(this,"_maxRows");d(this,"_enabled",!0);d(this,"_previousMinRows",-1);d(this,"_textareaElement");d(this,"_cachedLineHeight");d(this,"_cachedPlaceholderHeight");d(this,"_cachedScrollTop");d(this,"_document",Qe(Ei,{optional:!0}));d(this,"_hasFocus");d(this,"_isViewInited",!1);d(this,"_handleFocusEvent",r=>{this._hasFocus=r.type==="focus"});Qe(Rl).load(VK),this._textareaElement=this._elementRef.nativeElement}get minRows(){return this._minRows}set minRows(r){this._minRows=Ju(r),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(r){this._maxRows=Ju(r),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(r){this._enabled!==r&&((this._enabled=r)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(r){this._cachedPlaceholderHeight=void 0,r?this._textareaElement.setAttribute("placeholder",r):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}_setMinHeight(){const r=this.minRows&&this._cachedLineHeight?`${this.minRows*this._cachedLineHeight}px`:null;r&&(this._textareaElement.style.minHeight=r)}_setMaxHeight(){const r=this.maxRows&&this._cachedLineHeight?`${this.maxRows*this._cachedLineHeight}px`:null;r&&(this._textareaElement.style.maxHeight=r)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{this._listenerCleanups=[this._renderer.listen("window","resize",()=>this._resizeEvents.next()),this._renderer.listen(this._textareaElement,"focus",this._handleFocusEvent),this._renderer.listen(this._textareaElement,"blur",this._handleFocusEvent)],this._resizeEvents.pipe(Jy(16)).subscribe(()=>{this._cachedLineHeight=this._cachedPlaceholderHeight=void 0,this.resizeToFitContent(!0)})}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){var r;(r=this._listenerCleanups)==null||r.forEach(i=>i()),this._resizeEvents.complete(),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;const r=this._textareaElement.cloneNode(!1),i=r.style;r.rows=1,i.position="absolute",i.visibility="hidden",i.border="none",i.padding="0",i.height="",i.minHeight="",i.maxHeight="",i.top=i.bottom=i.left=i.right="auto",i.overflow="hidden",this._textareaElement.parentNode.appendChild(r),this._cachedLineHeight=r.clientHeight,r.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const r=this._textareaElement,i=r.style.marginBottom||"",s=this._platform.FIREFOX,o=s&&this._hasFocus,l=s?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";o&&(r.style.marginBottom=`${r.clientHeight}px`),r.classList.add(l);const a=r.scrollHeight-4;return r.classList.remove(l),o&&(r.style.marginBottom=i),a}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||this._cachedPlaceholderHeight!=null)return;if(!this.placeholder){this._cachedPlaceholderHeight=0;return}const r=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=r}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(r=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),this._cachedScrollTop=this._textareaElement.scrollTop,!this._cachedLineHeight))return;const i=this._elementRef.nativeElement,s=i.value;if(!r&&this._minRows===this._previousMinRows&&s===this._previousValue)return;const o=this._measureScrollHeight(),l=Math.max(o,this._cachedPlaceholderHeight||0);i.style.height=`${l}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(i)):setTimeout(()=>this._scrollToCaretPosition(i))}),this._previousValue=s,this._previousMinRows=this._minRows}reset(){this._initialHeight!==void 0&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_scrollToCaretPosition(r){const{selectionStart:i,selectionEnd:s}=r;!this._destroyed.isStopped&&this._hasFocus&&(r.setSelectionRange(i,s),r.scrollTop=this._cachedScrollTop)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(i,s){i&1&&ai("input",function(){return s._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",rr],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}));let t=e;return t})(),ZK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[JK,KK],exports:[JK,KK]})),d(e,"ɵinj",Li({}));let t=e;return t})();const IRe=new un("MAT_INPUT_VALUE_ACCESSOR"),RRe=["button","checkbox","file","hidden","image","radio","range","reset","submit"],SRe=new un("MAT_INPUT_CONFIG");let A5=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_platform",Qe(go));d(this,"ngControl",Qe(Zf,{optional:!0,self:!0}));d(this,"_autofillMonitor",Qe(_K));d(this,"_ngZone",Qe(Fr));d(this,"_formField",Qe(sb,{optional:!0}));d(this,"_renderer",Qe(ja));d(this,"_uid",Qe(Hc).getId("mat-input-"));d(this,"_previousNativeValue");d(this,"_inputValueAccessor");d(this,"_signalBasedValueAccessor");d(this,"_previousPlaceholder");d(this,"_errorStateTracker");d(this,"_config",Qe(SRe,{optional:!0}));d(this,"_cleanupIosKeyup");d(this,"_cleanupWebkitWheel");d(this,"_formFieldDescribedBy");d(this,"_isServer");d(this,"_isNativeSelect");d(this,"_isTextarea");d(this,"_isInFormField");d(this,"focused",!1);d(this,"stateChanges",new sr);d(this,"controlType","mat-input");d(this,"autofilled",!1);d(this,"_disabled",!1);d(this,"_id");d(this,"placeholder");d(this,"name");d(this,"_required");d(this,"_type","text");d(this,"userAriaDescribedBy");d(this,"_readonly",!1);d(this,"disabledInteractive");d(this,"_neverEmptyInputTypes",["date","datetime","datetime-local","month","time","week"].filter(r=>FY().has(r)));d(this,"_iOSKeyupListener",r=>{const i=r.target;!i.value&&i.selectionStart===0&&i.selectionEnd===0&&(i.setSelectionRange(1,1),i.setSelectionRange(0,0))});d(this,"_webkitBlinkWheelListener",()=>{});var u;const r=Qe(Xf,{optional:!0}),i=Qe(Xw,{optional:!0}),s=Qe(Hx),o=Qe(IRe,{optional:!0,self:!0}),l=this._elementRef.nativeElement,a=l.nodeName.toLowerCase();o?BE(o.value)?this._signalBasedValueAccessor=o:this._inputValueAccessor=o:this._inputValueAccessor=l,this._previousNativeValue=this.value,this.id=this.id,this._platform.IOS&&this._ngZone.runOutsideAngular(()=>{this._cleanupIosKeyup=this._renderer.listen(l,"keyup",this._iOSKeyupListener)}),this._errorStateTracker=new L3(s,this.ngControl,i,r,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect=a==="select",this._isTextarea=a==="textarea",this._isInFormField=!!this._formField,this.disabledInteractive=((u=this._config)==null?void 0:u.disabledInteractive)||!1,this._isNativeSelect&&(this.controlType=l.multiple?"mat-native-select-multiple":"mat-native-select"),this._signalBasedValueAccessor&&qg(()=>{this._signalBasedValueAccessor.value(),this.stateChanges.next()})}get disabled(){return this._disabled}set disabled(r){this._disabled=ap(r),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(r){this._id=r||this._uid}get required(){var r,i;return this._required??((i=(r=this.ngControl)==null?void 0:r.control)==null?void 0:i.hasValidator(k8.required))??!1}set required(r){this._required=ap(r)}get type(){return this._type}set type(r){const i=this._type;this._type=r||"text",this._validateType(),!this._isTextarea&&FY().has(this._type)&&(this._elementRef.nativeElement.type=this._type),this._type!==i&&this._ensureWheelDefaultBehavior()}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(r){this._errorStateTracker.matcher=r}get value(){return this._signalBasedValueAccessor?this._signalBasedValueAccessor.value():this._inputValueAccessor.value}set value(r){r!==this.value&&(this._signalBasedValueAccessor?this._signalBasedValueAccessor.value.set(r):this._inputValueAccessor.value=r,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(r){this._readonly=ap(r)}get errorState(){return this._errorStateTracker.errorState}set errorState(r){this._errorStateTracker.errorState=r}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(r=>{this.autofilled=r.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){var r,i;this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),(r=this._cleanupIosKeyup)==null||r.call(this),(i=this._cleanupWebkitWheel)==null||i.call(this)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),this.ngControl.disabled!==null&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(r){this._elementRef.nativeElement.focus(r)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(r){if(r!==this.focused){if(!this._isNativeSelect&&r&&this.disabled&&this.disabledInteractive){const i=this._elementRef.nativeElement;i.type==="number"?(i.type="text",i.setSelectionRange(0,0),i.type="number"):i.setSelectionRange(0,0)}this.focused=r,this.stateChanges.next()}}_onInput(){}_dirtyCheckNativeValue(){const r=this._elementRef.nativeElement.value;this._previousNativeValue!==r&&(this._previousNativeValue=r,this.stateChanges.next())}_dirtyCheckPlaceholder(){const r=this._getPlaceholder();if(r!==this._previousPlaceholder){const i=this._elementRef.nativeElement;this._previousPlaceholder=r,r?i.setAttribute("placeholder",r):i.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){RRe.indexOf(this._type)>-1}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let r=this._elementRef.nativeElement.validity;return r&&r.badInput}get empty(){return!this._isNeverEmpty()&&!this._elementRef.nativeElement.value&&!this._isBadInput()&&!this.autofilled}get shouldLabelFloat(){if(this._isNativeSelect){const r=this._elementRef.nativeElement,i=r.options[0];return this.focused||r.multiple||!this.empty||!!(r.selectedIndex>-1&&i&&i.label)}else return this.focused&&!this.disabled||!this.empty}setDescribedByIds(r){const i=this._elementRef.nativeElement,s=i.getAttribute("aria-describedby");let o;if(s){const l=this._formFieldDescribedBy||r;o=r.concat(s.split(" ").filter(a=>a&&!l.includes(a)))}else o=r;this._formFieldDescribedBy=r,o.length?i.setAttribute("aria-describedby",o.join(" ")):i.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const r=this._elementRef.nativeElement;return this._isNativeSelect&&(r.multiple||r.size>1)}_ensureWheelDefaultBehavior(){var r;(r=this._cleanupWebkitWheel)==null||r.call(this),this._type==="number"&&(this._platform.BLINK||this._platform.WEBKIT)&&(this._cleanupWebkitWheel=this._renderer.listen(this._elementRef.nativeElement,"wheel",this._webkitBlinkWheelListener))}_getReadonlyAttribute(){return this._isNativeSelect?null:this.readonly||this.disabled&&this.disabledInteractive?"true":null}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:21,hostBindings:function(i,s){i&1&&ai("focus",function(){return s._focusChanged(!0)})("blur",function(){return s._focusChanged(!1)})("input",function(){return s._onInput()}),i&2&&(BA("id",s.id)("disabled",s.disabled&&!s.disabledInteractive)("required",s.required),Wr("name",s.name||null)("readonly",s._getReadonlyAttribute())("aria-disabled",s.disabled&&s.disabledInteractive?"true":null)("aria-invalid",s.empty&&s.required?null:s.errorState)("aria-required",s.required)("id",s.id),zr("mat-input-server",s._isServer)("mat-mdc-form-field-textarea-control",s._isInFormField&&s._isTextarea)("mat-mdc-form-field-input-control",s._isInFormField)("mat-mdc-input-disabled-interactive",s.disabledInteractive)("mdc-text-field__input",s._isInFormField)("mat-mdc-native-select-inline",s._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly",disabledInteractive:[2,"disabledInteractive","disabledInteractive",rr]},exportAs:["matInput"],features:[ur([{provide:ib,useExisting:e}]),Zo]}));let t=e;return t})(),DRe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,S0,A5],exports:[A5,S0,ZK,_r]})),d(e,"ɵinj",Li({imports:[_r,S0,S0,ZK,_r]}));let t=e;return t})();const ym=class ym{constructor(){d(this,"searchValue","");d(this,"searchValueChanged",CB())}};d(ym,"ɵfac",function(n){return new(n||ym)}),d(ym,"ɵcmp",Dr({type:ym,selectors:[["mh-vaccinations-search"]],outputs:{searchValueChanged:"searchValueChanged"},decls:4,vars:4,consts:[["appearance","outline",1,"mh-table__search"],["fontIcon","search","matPrefix",""],["matInput","","type","text","name","search",1,"mh-table__search__input",3,"ngModelChange","keyup","placeholder","ngModel"]],template:function(n,r){n&1&&(Zt(0,"mat-form-field",0),Er(1,"mat-icon",1),Zt(2,"input",2),os(3,"translate"),bN("ngModelChange",function(s){return kie(r.searchValue,s)||(r.searchValue=s),s}),ai("keyup",function(){return r.searchValueChanged.emit(r.searchValue)}),ln()()),n&2&&(rn(2),Kr("placeholder",as(3,2,"search")+" ..."),wN("ngModel",r.searchValue))},dependencies:[QAe,KE,N8,Zw,y8,_E,S0,ob,$8,DRe,A5,a1,bx],encapsulation:2}));let u5=ym;const FRe=["*"],TRe=[[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],[["","mat-card-image",""],["","matCardImage",""],["","mat-card-sm-image",""],["","matCardImageSmall",""],["","mat-card-md-image",""],["","matCardImageMedium",""],["","mat-card-lg-image",""],["","matCardImageLarge",""],["","mat-card-xl-image",""],["","matCardImageXLarge",""]],"*"],QRe=[`mat-card-title, mat-card-subtitle,
|
|
778
|
+
*/let Lx=(()=>{const e=class e{constructor(r,i,s,o,l,a){d(this,"router");d(this,"route");d(this,"tabIndexAttribute");d(this,"renderer");d(this,"el");d(this,"locationStrategy");d(this,"href",null);d(this,"target");d(this,"queryParams");d(this,"fragment");d(this,"queryParamsHandling");d(this,"state");d(this,"info");d(this,"relativeTo");d(this,"isAnchorElement");d(this,"subscription");d(this,"onChanges",new sr);d(this,"preserveFragment",!1);d(this,"skipLocationChange",!1);d(this,"replaceUrl",!1);d(this,"routerLinkInput",null);var A;this.router=r,this.route=i,this.tabIndexAttribute=s,this.renderer=o,this.el=l,this.locationStrategy=a;const u=(A=l.nativeElement.tagName)==null?void 0:A.toLowerCase();this.isAnchorElement=u==="a"||u==="area",this.isAnchorElement?this.subscription=r.events.subscribe(h=>{h instanceof hd&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(r){this.tabIndexAttribute!=null||this.isAnchorElement||this.applyAttributeValue("tabindex",r)}ngOnChanges(r){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink(r){r==null?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(I0(r)?this.routerLinkInput=r:this.routerLinkInput=Array.isArray(r)?r:[r],this.setTabIndexIfNotOnNativeEl("0"))}onClick(r,i,s,o,l){const a=this.urlTree;if(a===null||this.isAnchorElement&&(r!==0||i||s||o||l||typeof this.target=="string"&&this.target!="_self"))return!0;const u={skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info};return this.router.navigateByUrl(a,u),!this.isAnchorElement}ngOnDestroy(){var r;(r=this.subscription)==null||r.unsubscribe()}updateHref(){var s;const r=this.urlTree;this.href=r!==null&&this.locationStrategy?(s=this.locationStrategy)==null?void 0:s.prepareExternalUrl(this.router.serializeUrl(r)):null;const i=this.href===null?null:fte(this.href,this.el.nativeElement.tagName.toLowerCase());this.applyAttributeValue("href",i)}applyAttributeValue(r,i){const s=this.renderer,o=this.el.nativeElement;i!==null?s.setAttribute(o,r,i):s.removeAttribute(o,r)}get urlTree(){return this.routerLinkInput===null?null:I0(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:this.relativeTo!==void 0?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}};d(e,"ɵfac",function(i){return new(i||e)(Cn(xh),Cn(p1),dS("tabindex"),Cn(ja),Cn(wr),Cn(Gf))}),d(e,"ɵdir",en({type:e,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(i,s){i&1&&ai("click",function(l){return s.onClick(l.button,l.ctrlKey,l.shiftKey,l.altKey,l.metaKey)}),i&2&&Wr("target",s.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",rr],skipLocationChange:[2,"skipLocationChange","skipLocationChange",rr],replaceUrl:[2,"replaceUrl","replaceUrl",rr],routerLink:"routerLink"},features:[Zo]}));let t=e;return t})(),fK=(()=>{const e=class e{constructor(r,i,s,o,l){d(this,"router");d(this,"element");d(this,"renderer");d(this,"cdr");d(this,"link");d(this,"links");d(this,"classes",[]);d(this,"routerEventsSubscription");d(this,"linkInputChangesSubscription");d(this,"_isActive",!1);d(this,"routerLinkActiveOptions",{exact:!1});d(this,"ariaCurrentWhenActive");d(this,"isActiveChange",new Jr);this.router=r,this.element=i,this.renderer=s,this.cdr=o,this.link=l,this.routerEventsSubscription=r.events.subscribe(a=>{a instanceof hd&&this.update()})}get isActive(){return this._isActive}ngAfterContentInit(){ar(this.links.changes,ar(null)).pipe(Mg()).subscribe(r=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){var i;(i=this.linkInputChangesSubscription)==null||i.unsubscribe();const r=[...this.links.toArray(),this.link].filter(s=>!!s).map(s=>s.onChanges);this.linkInputChangesSubscription=ho(r).pipe(Mg()).subscribe(s=>{this._isActive!==this.isLinkActive(this.router)(s)&&this.update()})}set routerLinkActive(r){const i=Array.isArray(r)?r:r.split(" ");this.classes=i.filter(s=>!!s)}ngOnChanges(r){this.update()}ngOnDestroy(){var r;this.routerEventsSubscription.unsubscribe(),(r=this.linkInputChangesSubscription)==null||r.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{const r=this.hasActiveLinks();this.classes.forEach(i=>{r?this.renderer.addClass(this.element.nativeElement,i):this.renderer.removeClass(this.element.nativeElement,i)}),r&&this.ariaCurrentWhenActive!==void 0?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==r&&(this._isActive=r,this.cdr.markForCheck(),this.isActiveChange.emit(r))})}isLinkActive(r){const i=TCe(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return s=>{const o=s.urlTree;return o?r.isActive(o,i):!1}}hasActiveLinks(){const r=this.isLinkActive(this.router);return this.link&&r(this.link)||this.links.some(r)}};d(e,"ɵfac",function(i){return new(i||e)(Cn(xh),Cn(wr),Cn(ja),Cn(Da),Cn(Lx,8))}),d(e,"ɵdir",en({type:e,selectors:[["","routerLinkActive",""]],contentQueries:function(i,s,o){if(i&1&&ps(o,Lx,5),i&2){let l;Gr(l=Lr())&&(s.links=l)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[Zo]}));let t=e;return t})();function TCe(t){return!!t.paths}class gK{}let QCe=(()=>{const e=class e{constructor(r,i,s,o){d(this,"router");d(this,"injector");d(this,"preloadingStrategy");d(this,"loader");d(this,"subscription");this.router=r,this.injector=i,this.preloadingStrategy=s,this.loader=o}setUpPreloading(){this.subscription=this.router.events.pipe(yn(r=>r instanceof hd),xg(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(r,i){const s=[];for(const o of i){o.providers&&!o._injector&&(o._injector=tD(o.providers,r,`Route: ${o.path}`));const l=o._injector??r,a=o._loadedInjector??l;(o.loadChildren&&!o._loadedRoutes&&o.canLoad===void 0||o.loadComponent&&!o._loadedComponent)&&s.push(this.preloadConfig(l,o)),(o.children||o._loadedRoutes)&&s.push(this.processRoutes(a,o.children??o._loadedRoutes))}return ho(s).pipe(Mg())}preloadConfig(r,i){return this.preloadingStrategy.preload(i,()=>{let s;i.loadChildren&&i.canLoad===void 0?s=this.loader.loadChildren(r,i):s=ar(null);const o=s.pipe(Ma(l=>l===null?ar(void 0):(i._loadedRoutes=l.routes,i._loadedInjector=l.injector,this.processRoutes(l.injector??r,l.routes))));if(i.loadComponent&&!i._loadedComponent){const l=this.loader.loadComponent(i);return ho([o,l]).pipe(Mg())}else return o})}};d(e,"ɵfac",function(i){return new(i||e)(tn(xh),tn(bl),tn(gK),tn(O3))}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();const pK=new un("");let kCe=(()=>{const e=class e{constructor(r,i,s,o,l={}){d(this,"urlSerializer");d(this,"transitions");d(this,"viewportScroller");d(this,"zone");d(this,"options");d(this,"routerEventsSubscription");d(this,"scrollEventsSubscription");d(this,"lastId",0);d(this,"lastSource","imperative");d(this,"restoredId",0);d(this,"store",{});this.urlSerializer=r,this.transitions=i,this.viewportScroller=s,this.zone=o,this.options=l,l.scrollPositionRestoration||(l.scrollPositionRestoration="disabled"),l.anchorScrolling||(l.anchorScrolling="disabled")}init(){this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(r=>{r instanceof Tx?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=r.navigationTrigger,this.restoredId=r.restoredState?r.restoredState.navigationId:0):r instanceof hd?(this.lastId=r.id,this.scheduleScrollEvent(r,this.urlSerializer.parse(r.urlAfterRedirects).fragment)):r instanceof sm&&r.code===Qx.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(r,this.urlSerializer.parse(r.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(r=>{r instanceof jJ&&(r.position?this.options.scrollPositionRestoration==="top"?this.viewportScroller.scrollToPosition([0,0]):this.options.scrollPositionRestoration==="enabled"&&this.viewportScroller.scrollToPosition(r.position):r.anchor&&this.options.anchorScrolling==="enabled"?this.viewportScroller.scrollToAnchor(r.anchor):this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(r,i){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new jJ(r,this.lastSource==="popstate"?this.store[this.restoredId]:null,i))})},0)})}ngOnDestroy(){var r,i;(r=this.routerEventsSubscription)==null||r.unsubscribe(),(i=this.scrollEventsSubscription)==null||i.unsubscribe()}};d(e,"ɵfac",function(i){Yne()}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac}));let t=e;return t})();function zCe(t){return t.routerState.root}function w1(t,e){return{ɵkind:t,ɵproviders:e}}function UCe(){const t=Qe(Js);return e=>{var s,o;const n=t.get(Gu);if(e!==n.components[0])return;const r=t.get(xh),i=t.get(mK);t.get(G3)===1&&r.initialNavigation(),(s=t.get(EK,null,mi.Optional))==null||s.setUpPreloading(),(o=t.get(pK,null,mi.Optional))==null||o.init(),r.resetRootComponentType(n.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}const mK=new un("",{factory:()=>new sr}),G3=new un("",{providedIn:"root",factory:()=>1});function PCe(){const t=[{provide:G3,useValue:0},aD(()=>{const e=Qe(Js);return e.get(Dse,Promise.resolve()).then(()=>new Promise(r=>{const i=e.get(xh),s=e.get(mK);hK(i,()=>{r(!0)}),e.get(j3).afterPreactivation=()=>(r(!0),s.closed?ar(void 0):s),i.initialNavigation()}))})];return w1(2,t)}function NCe(){const t=[aD(()=>{Qe(xh).setUpLocationChangeListener()}),{provide:G3,useValue:2}];return w1(3,t)}const EK=new un("");function OCe(t){return w1(0,[{provide:EK,useExisting:QCe},{provide:gK,useExisting:t}])}function YCe(){return w1(8,[JJ,{provide:Px,useExisting:JJ}])}function jCe(t){Zd("NgRouterViewTransitions");const e=[{provide:cK,useValue:BCe},{provide:AK,useValue:{skipNextTransition:!1,...t}}];return w1(9,e)}const GCe=[$g,{provide:A1,useClass:xx},xh,g1,{provide:p1,useFactory:zCe,deps:[xh]},O3,[]];let LCe=(()=>{const e=class e{constructor(){}static forRoot(r,i){return{ngModule:e,providers:[GCe,[],{provide:Gx,multi:!0,useValue:r},[],i!=null&&i.errorHandler?{provide:uK,useValue:i.errorHandler}:[],{provide:B1,useValue:i||{}},i!=null&&i.useHash?WCe():VCe(),HCe(),i!=null&&i.preloadingStrategy?OCe(i.preloadingStrategy).ɵproviders:[],i!=null&&i.initialNavigation?_Ce(i):[],i!=null&&i.bindToComponentInputs?YCe().ɵproviders:[],i!=null&&i.enableViewTransitions?jCe().ɵproviders:[],JCe()]}}static forChild(r){return{ngModule:e,providers:[{provide:Gx,multi:!0,useValue:r}]}}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[F3,Lx,fK,P3],exports:[F3,Lx,fK,P3]})),d(e,"ɵinj",Li({}));let t=e;return t})();function HCe(){return{provide:pK,useFactory:()=>{const t=Qe(Toe),e=Qe(Fr),n=Qe(B1),r=Qe(j3),i=Qe(A1);return n.scrollOffset&&t.setOffset(n.scrollOffset),new kCe(i,r,t,e,n)}}}function WCe(){return{provide:Gf,useClass:zse}}function VCe(){return{provide:Gf,useClass:ON}}function _Ce(t){return[t.initialNavigation==="disabled"?NCe().ɵproviders:[],t.initialNavigation==="enabledBlocking"?PCe().ɵproviders:[]]}const vK=new un("");function JCe(){return[{provide:vK,useFactory:UCe},{provide:qP,multi:!0,useExisting:vK}]}class L3{constructor(e,n,r,i,s){d(this,"_defaultMatcher");d(this,"ngControl");d(this,"_parentFormGroup");d(this,"_parentForm");d(this,"_stateChanges");d(this,"errorState",!1);d(this,"matcher");this._defaultMatcher=e,this.ngControl=n,this._parentFormGroup=r,this._parentForm=i,this._stateChanges=s}updateErrorState(){const e=this.errorState,n=this._parentFormGroup||this._parentForm,r=this.matcher||this._defaultMatcher,i=this.ngControl?this.ngControl.control:null,s=(r==null?void 0:r.isErrorState(i,n))??!1;s!==e&&(this.errorState=s,this._stateChanges.next())}}let Hx=(()=>{const e=class e{isErrorState(r,i){return!!(r&&r.invalid&&(r.touched||i&&i.submitted))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();const KCe={XS:[Io.XSmall],S:[Io.Small,Io.XSmall],M:[Io.Medium],L:[Io.Large,Io.XLarge],"!XS":[Io.Small,Io.Medium,Io.Large,Io.XLarge],"!S":[Io.Medium,Io.Large,Io.XLarge],"!M":[Io.Small,Io.XSmall,Io.Large,Io.XLarge],"!L":[Io.Small,Io.XSmall,Io.Medium]},pm=class pm{constructor(e,n,r,i){d(this,"observer");d(this,"vcRef");d(this,"cdRef");d(this,"templateRef");d(this,"subscription",new Hs);d(this,"size",Oo("L",{alias:"mhIfViewportSize"}));d(this,"updateView",({matches:e})=>{e&&!this.vcRef.length?this.vcRef.createEmbeddedView(this.templateRef):!e&&this.vcRef.length&&this.vcRef.clear(),this.cdRef.markForCheck()});this.observer=e,this.vcRef=n,this.cdRef=r,this.templateRef=i,qg(()=>{this.subscription.unsubscribe(),this.subscription=this.observeViewportSize(this.size())})}observeViewportSize(e){return this.observer.observe(KCe[e]).subscribe(this.updateView)}ngOnDestroy(){this.subscription.unsubscribe()}};d(pm,"ɵfac",function(n){return new(n||pm)(Cn(lY),Cn(qs),Cn(Da),Cn(fo))}),d(pm,"ɵdir",en({type:pm,selectors:[["","mhIfViewportSize",""]],inputs:{size:[1,"mhIfViewportSize","size"]}}));let H3=pm;function ZCe(t,e){return Hd(n=>(n.status>=300&&t(!0),ar([])))}function XCe(t,e){return e?t.filter(n=>yK(n,e)):t}function yK(t,e){return t==null?!1:typeof t=="string"?t.toLowerCase().includes(e.toLowerCase()):typeof t=="number"?t.toString().toLowerCase().includes(e.toLowerCase()):typeof t=="object"?Object.values(t).some(n=>yK(n,e)):!1}const Y0=class Y0{constructor(){d(this,"services",null)}setServices(e){this.services=e}async getToken(){var e;return((e=this.services)==null?void 0:e.getAccessToken())??null}parseJwt(e){const r=e.split(".")[1].replace(/-/g,"+").replace(/_/g,"/"),i=decodeURIComponent(atob(r).split("").map(s=>"%"+("00"+s.charCodeAt(0).toString(16)).slice(-2)).join(""));return JSON.parse(i)}};d(Y0,"ɵfac",function(n){return new(n||Y0)}),d(Y0,"ɵprov",qt({token:Y0,factory:Y0.ɵfac,providedIn:"root"}));let Wx=Y0;const qCe=(t,e)=>{const n=Qe(Wx);return ho(n.getToken()).pipe(da(r=>{if(!r)return e(t);const i=t.clone({setHeaders:{Authorization:`Bearer ${r}`}});return e(i)}))},$Ce=(t,e)=>{const n=Qe(rm);if(t.url.startsWith("/api/")){const r=t.clone({headers:t.headers.set("X-Accept-Language",n.language)});return e(r)}return e(t)},mm=class mm{transform(e){return e&&e.charAt(0).toUpperCase()+e.slice(1)}};d(mm,"ɵfac",function(n){return new(n||mm)}),d(mm,"ɵpipe",Sa({name:"capitalize",type:mm,pure:!0}));let W3=mm;const Em=class Em{transform(e){if(!e)return"";const n=new Date(e);return isNaN(n.getTime())?e.toString():new LD("en-US").transform(e,"dd/MM/yyyy")??""}};d(Em,"ɵfac",function(n){return new(n||Em)}),d(Em,"ɵpipe",Sa({name:"customDate",type:Em,pure:!0}));let Vx=Em;const BK=new un("IS_WEBCOMPONENT");class wK{applyChanges(e,n,r,i,s){e.forEachOperation((o,l,a)=>{let u,A;if(o.previousIndex==null){const h=r(o,l,a);u=n.createEmbeddedView(h.templateRef,h.context,h.index),A=qu.INSERTED}else a==null?(n.remove(l),A=qu.REMOVED):(u=n.get(l),n.move(u,a),A=qu.MOVED);s&&s({context:u==null?void 0:u.context,operation:A,record:o})})}detach(){}}class eIe{constructor(e=!1,n,r=!0,i){d(this,"_multiple");d(this,"_emitChanges");d(this,"compareWith");d(this,"_selection",new Set);d(this,"_deselectedToEmit",[]);d(this,"_selectedToEmit",[]);d(this,"_selected");d(this,"changed",new sr);this._multiple=e,this._emitChanges=r,this.compareWith=i,n&&n.length&&(e?n.forEach(s=>this._markSelected(s)):this._markSelected(n[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...e){this._verifyValueAssignment(e),e.forEach(r=>this._markSelected(r));const n=this._hasQueuedChanges();return this._emitChangeEvent(),n}deselect(...e){this._verifyValueAssignment(e),e.forEach(r=>this._unmarkSelected(r));const n=this._hasQueuedChanges();return this._emitChangeEvent(),n}setSelection(...e){this._verifyValueAssignment(e);const n=this.selected,r=new Set(e.map(s=>this._getConcreteValue(s)));e.forEach(s=>this._markSelected(s)),n.filter(s=>!r.has(this._getConcreteValue(s,r))).forEach(s=>this._unmarkSelected(s));const i=this._hasQueuedChanges();return this._emitChangeEvent(),i}toggle(e){return this.isSelected(e)?this.deselect(e):this.select(e)}clear(e=!0){this._unmarkAll();const n=this._hasQueuedChanges();return e&&this._emitChangeEvent(),n}isSelected(e){return this._selection.has(this._getConcreteValue(e))}isEmpty(){return this._selection.size===0}hasValue(){return!this.isEmpty()}sort(e){this._multiple&&this.selected&&this._selected.sort(e)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(e){e=this._getConcreteValue(e),this.isSelected(e)||(this._multiple||this._unmarkAll(),this.isSelected(e)||this._selection.add(e),this._emitChanges&&this._selectedToEmit.push(e))}_unmarkSelected(e){e=this._getConcreteValue(e),this.isSelected(e)&&(this._selection.delete(e),this._emitChanges&&this._deselectedToEmit.push(e))}_unmarkAll(){this.isEmpty()||this._selection.forEach(e=>this._unmarkSelected(e))}_verifyValueAssignment(e){e.length>1&&this._multiple}_hasQueuedChanges(){return!!(this._deselectedToEmit.length||this._selectedToEmit.length)}_getConcreteValue(e,n){if(this.compareWith){n=n??this._selection;for(let r of n)if(this.compareWith(e,r))return r;return e}else return e}}let S0=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,Ew,ob,tb,B9,nb,$8,M9],exports:[ob,tb,nb,B9,$8,M9,_r]})),d(e,"ɵinj",Li({imports:[_r,Ew,_r]}));let t=e;return t})();const tIe=["trigger"],nIe=["panel"],rIe=[[["mat-select-trigger"]],"*"],iIe=["mat-select-trigger","*"];function sIe(t,e){if(t&1&&(Zt(0,"span",4),Qr(1),ln()),t&2){const n=Vr();rn(),Pi(n.placeholder)}}function oIe(t,e){t&1&&nr(0)}function aIe(t,e){if(t&1&&(Zt(0,"span",11),Qr(1),ln()),t&2){const n=Vr(2);rn(),Pi(n.triggerValue)}}function lIe(t,e){if(t&1&&(Zt(0,"span",5),Tr(1,oIe,1,0)(2,aIe,2,1,"span",11),ln()),t&2){const n=Vr();rn(),jr(n.customTrigger?1:2)}}function cIe(t,e){if(t&1){const n=yA();Zt(0,"div",12,1),ai("keydown",function(i){il(n);const s=Vr();return sl(s._handleKeydown(i))}),nr(2,1),ln()}if(t&2){const n=Vr();uie("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",n._getPanelTheme(),""),zr("mat-select-panel-animations-enabled",!n._animationsDisabled),Kr("ngClass",n.panelClass),Wr("id",n.id+"-panel")("aria-multiselectable",n.multiple)("aria-label",n.ariaLabel||null)("aria-labelledby",n._getPanelAriaLabelledby())}}const bK=new un("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const t=Qe($u);return()=>t.scrollStrategies.reposition()}});function AIe(t){return()=>t.scrollStrategies.reposition()}const uIe=new un("MAT_SELECT_CONFIG"),dIe={provide:bK,deps:[$u],useFactory:AIe},MK=new un("MatSelectTrigger");class hIe{constructor(e,n){d(this,"source");d(this,"value");this.source=e,this.value=n}}let V3=(()=>{var e,n,r,i;const s=class s{constructor(){d(this,"_viewportRuler",Qe(JE));d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_dir",Qe(Xu,{optional:!0}));d(this,"_idGenerator",Qe(Hc));d(this,"_renderer",Qe(ja));d(this,"_parentFormField",Qe(sb,{optional:!0}));d(this,"ngControl",Qe(Zf,{self:!0,optional:!0}));d(this,"_liveAnnouncer",Qe(pY));d(this,"_defaultOptions",Qe(uIe,{optional:!0}));d(this,"_animationsDisabled",Qe(Pc,{optional:!0})==="NoopAnimations");d(this,"_initialized",new sr);d(this,"_cleanupDetach");d(this,"options");d(this,"optionGroups");d(this,"customTrigger");d(this,"_positions",[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}]);d(this,"_scrollStrategyFactory",Qe(bK));d(this,"_panelOpen",!1);d(this,"_compareWith",(l,a)=>l===a);d(this,"_uid",this._idGenerator.getId("mat-select-"));d(this,"_triggerAriaLabelledBy",null);d(this,"_previousControl");d(this,"_destroy",new sr);d(this,"_errorStateTracker");d(this,"stateChanges",new sr);d(this,"disableAutomaticLabeling",!0);d(this,"userAriaDescribedBy");d(this,"_selectionModel");d(this,"_keyManager");d(this,"_preferredOverlayOrigin");d(this,"_overlayWidth");d(this,"_onChange",()=>{});d(this,"_onTouched",()=>{});d(this,"_valueId",this._idGenerator.getId("mat-select-value-"));d(this,"_scrollStrategy");d(this,"_overlayPanelClass",((e=this._defaultOptions)==null?void 0:e.overlayPanelClass)||"");d(this,"_focused",!1);d(this,"controlType","mat-select");d(this,"trigger");d(this,"panel");d(this,"_overlayDir");d(this,"panelClass");d(this,"disabled",!1);d(this,"disableRipple",!1);d(this,"tabIndex",0);d(this,"_hideSingleSelectionIndicator",((n=this._defaultOptions)==null?void 0:n.hideSingleSelectionIndicator)??!1);d(this,"_placeholder");d(this,"_required");d(this,"_multiple",!1);d(this,"disableOptionCentering",((r=this._defaultOptions)==null?void 0:r.disableOptionCentering)??!1);d(this,"_value");d(this,"ariaLabel","");d(this,"ariaLabelledby");d(this,"typeaheadDebounceInterval");d(this,"sortComparator");d(this,"_id");d(this,"panelWidth",this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto");d(this,"canSelectNullableOptions",((i=this._defaultOptions)==null?void 0:i.canSelectNullableOptions)??!1);d(this,"optionSelectionChanges",ER(()=>{const l=this.options;return l?l.changes.pipe(kc(l),da(()=>Zl(...l.map(a=>a.onSelectionChange)))):this._initialized.pipe(da(()=>this.optionSelectionChanges))}));d(this,"openedChange",new Jr);d(this,"_openedStream",this.openedChange.pipe(yn(l=>l),wt(()=>{})));d(this,"_closedStream",this.openedChange.pipe(yn(l=>!l),wt(()=>{})));d(this,"selectionChange",new Jr);d(this,"valueChange",new Jr);d(this,"_trackedModal",null);d(this,"_skipPredicate",l=>this.panelOpen?!1:l.disabled);var h;const l=Qe(Hx),a=Qe(Xf,{optional:!0}),u=Qe(Xw,{optional:!0}),A=Qe(new hS("tabindex"),{optional:!0});this.ngControl&&(this.ngControl.valueAccessor=this),((h=this._defaultOptions)==null?void 0:h.typeaheadDebounceInterval)!=null&&(this.typeaheadDebounceInterval=this._defaultOptions.typeaheadDebounceInterval),this._errorStateTracker=new L3(l,this.ngControl,u,a,this.stateChanges),this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=A==null?0:parseInt(A)||0,this.id=this.id}_scrollOptionIntoView(l){const a=this.options.toArray()[l];if(a){const u=this.panel.nativeElement,A=gce(l,this.options,this.optionGroups),h=a._getHostElement();l===0&&A===1?u.scrollTop=0:u.scrollTop=pce(h.offsetTop,h.offsetHeight,u.scrollTop,u.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(l){return new hIe(this,l)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(l){this._hideSingleSelectionIndicator=l,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(l){this._placeholder=l,this.stateChanges.next()}get required(){var l,a;return this._required??((a=(l=this.ngControl)==null?void 0:l.control)==null?void 0:a.hasValidator(k8.required))??!1}set required(l){this._required=l,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(l){this._selectionModel,this._multiple=l}get compareWith(){return this._compareWith}set compareWith(l){this._compareWith=l,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(l){this._assignValue(l)&&this._onChange(l)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(l){this._errorStateTracker.matcher=l}get id(){return this._id}set id(l){this._id=l||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(l){this._errorStateTracker.errorState=l}ngOnInit(){this._selectionModel=new eIe(this.multiple),this.stateChanges.next(),this._viewportRuler.change().pipe(Si(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe(Si(this._destroy)).subscribe(l=>{l.added.forEach(a=>a.select()),l.removed.forEach(a=>a.deselect())}),this.options.changes.pipe(kc(null),Si(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const l=this._getTriggerAriaLabelledby(),a=this.ngControl;if(l!==this._triggerAriaLabelledBy){const u=this._elementRef.nativeElement;this._triggerAriaLabelledBy=l,l?u.setAttribute("aria-labelledby",l):u.removeAttribute("aria-labelledby")}a&&(this._previousControl!==a.control&&(this._previousControl!==void 0&&a.disabled!==null&&a.disabled!==this.disabled&&(this.disabled=a.disabled),this._previousControl=a.control),this.updateErrorState())}ngOnChanges(l){(l.disabled||l.userAriaDescribedBy)&&this.stateChanges.next(),l.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){var l,a;(l=this._cleanupDetach)==null||l.call(this),(a=this._keyManager)==null||a.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){var l;this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),(l=this._cleanupDetach)==null||l.call(this),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._overlayDir.positionChange.pipe(ku(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()}),this._overlayDir.attachOverlay(),this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!0)))}_applyModalPanelOwnership(){const l=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!l)return;const a=`${this.id}-panel`;this._trackedModal&&d8(this._trackedModal,"aria-owns",a),MY(l,"aria-owns",a),this._trackedModal=l}_clearFromModal(){if(!this._trackedModal)return;const l=`${this.id}-panel`;d8(this._trackedModal,"aria-owns",l),this._trackedModal=null}close(){this._panelOpen&&(this._panelOpen=!1,this._exitAndDetach(),this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!1)))}_exitAndDetach(){var A;if(this._animationsDisabled||!this.panel){this._detachOverlay();return}(A=this._cleanupDetach)==null||A.call(this),this._cleanupDetach=()=>{a(),clearTimeout(u),this._cleanupDetach=void 0};const l=this.panel.nativeElement,a=this._renderer.listen(l,"animationend",h=>{var f;h.animationName==="_mat-select-exit"&&((f=this._cleanupDetach)==null||f.call(this),this._detachOverlay())}),u=setTimeout(()=>{var h;(h=this._cleanupDetach)==null||h.call(this),this._detachOverlay()},200);l.classList.add("mat-select-panel-exit")}_detachOverlay(){this._overlayDir.detachOverlay(),this._changeDetectorRef.markForCheck()}writeValue(l){this._assignValue(l)}registerOnChange(l){this._onChange=l}registerOnTouched(l){this._onTouched=l}setDisabledState(l){this.disabled=l,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){var l,a;return this.multiple?((l=this._selectionModel)==null?void 0:l.selected)||[]:(a=this._selectionModel)==null?void 0:a.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const l=this._selectionModel.selected.map(a=>a.viewValue);return this._isRtl()&&l.reverse(),l.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return this._dir?this._dir.value==="rtl":!1}_handleKeydown(l){this.disabled||(this.panelOpen?this._handleOpenKeydown(l):this._handleClosedKeydown(l))}_handleClosedKeydown(l){const a=l.keyCode,u=a===dw||a===OE||a===tY||a===nY,A=a===Vu||a===sp,h=this._keyManager;if(!h.isTyping()&&A&&!Zu(l)||(this.multiple||l.altKey)&&u)l.preventDefault(),this.open();else if(!this.multiple){const f=this.selected;h.onKeydown(l);const p=this.selected;p&&f!==p&&this._liveAnnouncer.announce(p.viewValue,1e4)}}_handleOpenKeydown(l){const a=this._keyManager,u=l.keyCode,A=u===dw||u===OE,h=a.isTyping();if(A&&l.altKey)l.preventDefault(),this.close();else if(!h&&(u===Vu||u===sp)&&a.activeItem&&!Zu(l))l.preventDefault(),a.activeItem._selectViaInteraction();else if(!h&&this._multiple&&u===rY&&l.ctrlKey){l.preventDefault();const f=this.options.some(p=>!p.disabled&&!p.selected);this.options.forEach(p=>{p.disabled||(f?p.select():p.deselect())})}else{const f=a.activeItemIndex;a.onKeydown(l),this._multiple&&A&&l.shiftKey&&a.activeItem&&a.activeItemIndex!==f&&a.activeItem._selectViaInteraction()}}_handleOverlayKeydown(l){l.keyCode===o8&&!Zu(l)&&(l.preventDefault(),this.close())}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){var l;this._focused=!1,(l=this._keyManager)==null||l.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(l){if(this.options.forEach(a=>a.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&l)l.forEach(a=>this._selectOptionByValue(a)),this._sortValues();else{const a=this._selectOptionByValue(l);a?this._keyManager.updateActiveItem(a):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(l){const a=this.options.find(u=>{if(this._selectionModel.isSelected(u))return!1;try{return(u.value!=null||this.canSelectNullableOptions)&&this._compareWith(u.value,l)}catch{return!1}});return a&&this._selectionModel.select(a),a}_assignValue(l){return l!==this._value||this._multiple&&Array.isArray(l)?(this.options&&this._setSelectionByValue(l),this._value=l,!0):!1}_getOverlayWidth(l){return this.panelWidth==="auto"?(l instanceof dp?l.elementRef:l||this._elementRef).nativeElement.getBoundingClientRect().width:this.panelWidth===null?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const l of this.options)l._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new Qle(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const l=Zl(this.options.changes,this._destroy);this.optionSelectionChanges.pipe(Si(l)).subscribe(a=>{this._onSelect(a.source,a.isUserInput),a.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),Zl(...this.options.map(a=>a._stateChanges)).pipe(Si(l)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(l,a){const u=this._selectionModel.isSelected(l);!this.canSelectNullableOptions&&l.value==null&&!this._multiple?(l.deselect(),this._selectionModel.clear(),this.value!=null&&this._propagateChanges(l.value)):(u!==l.selected&&(l.selected?this._selectionModel.select(l):this._selectionModel.deselect(l)),a&&this._keyManager.setActiveItem(l),this.multiple&&(this._sortValues(),a&&this.focus())),u!==this._selectionModel.isSelected(l)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const l=this.options.toArray();this._selectionModel.sort((a,u)=>this.sortComparator?this.sortComparator(a,u,l):l.indexOf(a)-l.indexOf(u)),this.stateChanges.next()}}_propagateChanges(l){let a;this.multiple?a=this.selected.map(u=>u.value):a=this.selected?this.selected.value:l,this._value=a,this.valueChange.emit(a),this._onChange(a),this.selectionChange.emit(this._getChangeEvent(a)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let l=-1;for(let a=0;a<this.options.length;a++)if(!this.options.get(a).disabled){l=a;break}this._keyManager.setActiveItem(l)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){var l;return!this._panelOpen&&!this.disabled&&((l=this.options)==null?void 0:l.length)>0&&!!this._overlayDir}focus(l){this._elementRef.nativeElement.focus(l)}_getPanelAriaLabelledby(){var u;if(this.ariaLabel)return null;const l=((u=this._parentFormField)==null?void 0:u.getLabelId())||null,a=l?l+" ":"";return this.ariaLabelledby?a+this.ariaLabelledby:l}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){var u;if(this.ariaLabel)return null;const l=(u=this._parentFormField)==null?void 0:u.getLabelId();let a=(l?l+" ":"")+this._valueId;return this.ariaLabelledby&&(a+=" "+this.ariaLabelledby),a}setDescribedByIds(l){l.length?this._elementRef.nativeElement.setAttribute("aria-describedby",l.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}};d(s,"ɵfac",function(a){return new(a||s)}),d(s,"ɵcmp",Dr({type:s,selectors:[["mat-select"]],contentQueries:function(a,u,A){if(a&1&&(ps(A,MK,5),ps(A,Tw,5),ps(A,b8,5)),a&2){let h;Gr(h=Lr())&&(u.customTrigger=h.first),Gr(h=Lr())&&(u.options=h),Gr(h=Lr())&&(u.optionGroups=h)}},viewQuery:function(a,u){if(a&1&&(bo(tIe,5),bo(nIe,5),bo(Nw,5)),a&2){let A;Gr(A=Lr())&&(u.trigger=A.first),Gr(A=Lr())&&(u.panel=A.first),Gr(A=Lr())&&(u._overlayDir=A.first)}},hostAttrs:["role","combobox","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(a,u){a&1&&ai("keydown",function(h){return u._handleKeydown(h)})("focus",function(){return u._onFocus()})("blur",function(){return u._onBlur()}),a&2&&(Wr("id",u.id)("tabindex",u.disabled?-1:u.tabIndex)("aria-controls",u.panelOpen?u.id+"-panel":null)("aria-expanded",u.panelOpen)("aria-label",u.ariaLabel||null)("aria-required",u.required.toString())("aria-disabled",u.disabled.toString())("aria-invalid",u.errorState)("aria-activedescendant",u._getAriaActiveDescendant()),zr("mat-mdc-select-disabled",u.disabled)("mat-mdc-select-invalid",u.errorState)("mat-mdc-select-required",u.required)("mat-mdc-select-empty",u.empty)("mat-mdc-select-multiple",u.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",rr],disableRipple:[2,"disableRipple","disableRipple",rr],tabIndex:[2,"tabIndex","tabIndex",l=>l==null?0:wA(l)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",rr],placeholder:"placeholder",required:[2,"required","required",rr],multiple:[2,"multiple","multiple",rr],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",rr],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",wA],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth",canSelectNullableOptions:[2,"canSelectNullableOptions","canSelectNullableOptions",rr]},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[ur([{provide:ib,useExisting:s},{provide:w8,useExisting:s}]),Zo],ngContentSelectors:iIe,decls:11,vars:9,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"detach","backdropClick","overlayKeydown","cdkConnectedOverlayDisableClose","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth","cdkConnectedOverlayFlexibleDimensions"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(a,u){if(a&1){const A=yA();ss(rIe),Zt(0,"div",2,0),ai("click",function(){return il(A),sl(u.open())}),Zt(3,"div",3),Tr(4,sIe,2,1,"span",4)(5,lIe,3,1,"span",5),ln(),Zt(6,"div",6)(7,"div",7),kf(),Zt(8,"svg",8),Er(9,"path",9),ln()()()(),Tr(10,cIe,3,10,"ng-template",10),ai("detach",function(){return il(A),sl(u.close())})("backdropClick",function(){return il(A),sl(u.close())})("overlayKeydown",function(f){return il(A),sl(u._handleOverlayKeydown(f))})}if(a&2){const A=KB(1);rn(3),Wr("id",u._valueId),rn(),jr(u.empty?4:5),rn(6),Kr("cdkConnectedOverlayDisableClose",!0)("cdkConnectedOverlayPanelClass",u._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",u._scrollStrategy)("cdkConnectedOverlayOrigin",u._preferredOverlayOrigin||A)("cdkConnectedOverlayPositions",u._positions)("cdkConnectedOverlayWidth",u._overlayWidth)("cdkConnectedOverlayFlexibleDimensions",!0)}},dependencies:[dp,Nw,UE],styles:['@keyframes _mat-select-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-select-exit{from{opacity:1}to{opacity:0}}.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-sys-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-sys-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-disabled .mat-mdc-select-placeholder{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-sys-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(forced-colors: active){.mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .mat-mdc-select-arrow svg{fill:GrayText}}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-select-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-select-panel-animations-enabled{animation:_mat-select-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-select-panel-animations-enabled.mat-select-panel-exit{animation:_mat-select-exit 100ms linear}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field:not(.mat-form-field-animations-enabled) .mat-mdc-select-placeholder,._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform, translateY(-8px))}'],encapsulation:2,changeDetection:0}));let t=s;return t})(),xK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["mat-select-trigger"]],features:[ur([{provide:MK,useExisting:e}])]}));let t=e;return t})(),CK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[Ow,ab,_r,V3,xK],exports:[rh,S0,V3,xK,ab,_r]})),d(e,"ɵinj",Li({providers:[dIe],imports:[Ow,ab,_r,rh,S0,ab,_r]}));let t=e;return t})();const fIe=["tooltip"],IK=20,RK=new un("mat-tooltip-scroll-strategy",{providedIn:"root",factory:()=>{const t=Qe($u);return()=>t.scrollStrategies.reposition({scrollThrottle:IK})}});function gIe(t){return()=>t.scrollStrategies.reposition({scrollThrottle:IK})}const pIe={provide:RK,deps:[$u],useFactory:gIe};function mIe(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}const EIe=new un("mat-tooltip-default-options",{providedIn:"root",factory:mIe}),SK="tooltip-panel",DK=hw({passive:!0}),vIe=8,yIe=8,BIe=24,wIe=200;let _3=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_ngZone",Qe(Fr));d(this,"_platform",Qe(go));d(this,"_ariaDescriber",Qe(CY));d(this,"_focusMonitor",Qe(jE));d(this,"_dir",Qe(Xu));d(this,"_injector",Qe(Js));d(this,"_viewContainerRef",Qe(qs));d(this,"_defaultOptions",Qe(EIe,{optional:!0}));d(this,"_overlayRef");d(this,"_tooltipInstance");d(this,"_portal");d(this,"_position","below");d(this,"_positionAtOrigin",!1);d(this,"_disabled",!1);d(this,"_tooltipClass");d(this,"_viewInitialized",!1);d(this,"_pointerExitEventsInitialized",!1);d(this,"_tooltipComponent",J3);d(this,"_viewportMargin",8);d(this,"_currentPosition");d(this,"_cssClassPrefix","mat-mdc");d(this,"_ariaDescriptionPending");d(this,"_dirSubscribed",!1);d(this,"_showDelay");d(this,"_hideDelay");d(this,"touchGestures","auto");d(this,"_message","");d(this,"_passiveListeners",[]);d(this,"_touchstartTimeout",null);d(this,"_destroyed",new sr);d(this,"_isDestroyed",!1);const r=this._defaultOptions;r&&(this._showDelay=r.showDelay,this._hideDelay=r.hideDelay,r.position&&(this.position=r.position),r.positionAtOrigin&&(this.positionAtOrigin=r.positionAtOrigin),r.touchGestures&&(this.touchGestures=r.touchGestures),r.tooltipClass&&(this.tooltipClass=r.tooltipClass)),this._viewportMargin=vIe}get position(){return this._position}set position(r){var i;r!==this._position&&(this._position=r,this._overlayRef&&(this._updatePosition(this._overlayRef),(i=this._tooltipInstance)==null||i.show(0),this._overlayRef.updatePosition()))}get positionAtOrigin(){return this._positionAtOrigin}set positionAtOrigin(r){this._positionAtOrigin=ap(r),this._detach(),this._overlayRef=null}get disabled(){return this._disabled}set disabled(r){const i=ap(r);this._disabled!==i&&(this._disabled=i,i?this.hide(0):this._setupPointerEnterEventsIfNeeded(),this._syncAriaDescription(this.message))}get showDelay(){return this._showDelay}set showDelay(r){this._showDelay=Ju(r)}get hideDelay(){return this._hideDelay}set hideDelay(r){this._hideDelay=Ju(r),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(r){const i=this._message;this._message=r!=null?String(r).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage()),this._syncAriaDescription(i)}get tooltipClass(){return this._tooltipClass}set tooltipClass(r){this._tooltipClass=r,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe(Si(this._destroyed)).subscribe(r=>{r?r==="keyboard"&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const r=this._elementRef.nativeElement;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([i,s])=>{r.removeEventListener(i,s,DK)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._isDestroyed=!0,this._ariaDescriber.removeDescription(r,this.message,"tooltip"),this._focusMonitor.stopMonitoring(r)}show(r=this.showDelay,i){var l;if(this.disabled||!this.message||this._isTooltipVisible()){(l=this._tooltipInstance)==null||l._cancelPendingAnimations();return}const s=this._createOverlay(i);this._detach(),this._portal=this._portal||new l7(this._tooltipComponent,this._viewContainerRef);const o=this._tooltipInstance=s.attach(this._portal).instance;o._triggerElement=this._elementRef.nativeElement,o._mouseLeaveHideDelay=this._hideDelay,o.afterHidden().pipe(Si(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),o.show(r)}hide(r=this.hideDelay){const i=this._tooltipInstance;i&&(i.isVisible()?i.hide(r):(i._cancelPendingAnimations(),this._detach()))}toggle(r){this._isTooltipVisible()?this.hide():this.show(void 0,r)}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(r){var l;if(this._overlayRef){const a=this._overlayRef.getConfig().positionStrategy;if((!this.positionAtOrigin||!r)&&a._origin instanceof wr)return this._overlayRef;this._detach()}const i=this._injector.get(x8).getAncestorScrollContainers(this._elementRef),s=this._injector.get($u),o=s.position().flexibleConnectedTo(this.positionAtOrigin?r||this._elementRef:this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(i);return o.positionChanges.pipe(Si(this._destroyed)).subscribe(a=>{this._updateCurrentPositionClass(a.connectionPair),this._tooltipInstance&&a.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=s.create({direction:this._dir,positionStrategy:o,panelClass:`${this._cssClassPrefix}-${SK}`,scrollStrategy:this._injector.get(RK)()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe(Si(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe(Si(this._destroyed)).subscribe(()=>{var a;return(a=this._tooltipInstance)==null?void 0:a._handleBodyInteraction()}),this._overlayRef.keydownEvents().pipe(Si(this._destroyed)).subscribe(a=>{this._isTooltipVisible()&&a.keyCode===o8&&!Zu(a)&&(a.preventDefault(),a.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),(l=this._defaultOptions)!=null&&l.disableTooltipInteractivity&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._dirSubscribed||(this._dirSubscribed=!0,this._dir.change.pipe(Si(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)})),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(r){const i=r.getConfig().positionStrategy,s=this._getOrigin(),o=this._getOverlayPosition();i.withPositions([this._addOffset({...s.main,...o.main}),this._addOffset({...s.fallback,...o.fallback})])}_addOffset(r){const i=yIe,s=!this._dir||this._dir.value=="ltr";return r.originY==="top"?r.offsetY=-8:r.originY==="bottom"?r.offsetY=i:r.originX==="start"?r.offsetX=s?-8:i:r.originX==="end"&&(r.offsetX=s?i:-8),r}_getOrigin(){const r=!this._dir||this._dir.value=="ltr",i=this.position;let s;i=="above"||i=="below"?s={originX:"center",originY:i=="above"?"top":"bottom"}:i=="before"||i=="left"&&r||i=="right"&&!r?s={originX:"start",originY:"center"}:(i=="after"||i=="right"&&r||i=="left"&&!r)&&(s={originX:"end",originY:"center"});const{x:o,y:l}=this._invertPosition(s.originX,s.originY);return{main:s,fallback:{originX:o,originY:l}}}_getOverlayPosition(){const r=!this._dir||this._dir.value=="ltr",i=this.position;let s;i=="above"?s={overlayX:"center",overlayY:"bottom"}:i=="below"?s={overlayX:"center",overlayY:"top"}:i=="before"||i=="left"&&r||i=="right"&&!r?s={overlayX:"end",overlayY:"center"}:(i=="after"||i=="right"&&r||i=="left"&&!r)&&(s={overlayX:"start",overlayY:"center"});const{x:o,y:l}=this._invertPosition(s.overlayX,s.overlayY);return{main:s,fallback:{overlayX:o,overlayY:l}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),Xd(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()},{injector:this._injector}))}_setTooltipClass(r){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=r,this._tooltipInstance._markForCheck())}_invertPosition(r,i){return this.position==="above"||this.position==="below"?i==="top"?i="bottom":i==="bottom"&&(i="top"):r==="end"?r="start":r==="start"&&(r="end"),{x:r,y:i}}_updateCurrentPositionClass(r){const{overlayY:i,originX:s,originY:o}=r;let l;if(i==="center"?this._dir&&this._dir.value==="rtl"?l=s==="end"?"left":"right":l=s==="start"?"left":"right":l=i==="bottom"&&o==="top"?"above":"below",l!==this._currentPosition){const a=this._overlayRef;if(a){const u=`${this._cssClassPrefix}-${SK}-`;a.removePanelClass(u+this._currentPosition),a.addPanelClass(u+l)}this._currentPosition=l}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",r=>{this._setupPointerExitEventsIfNeeded();let i;r.x!==void 0&&r.y!==void 0&&(i=r),this.show(void 0,i)}]):this.touchGestures!=="off"&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",r=>{var l,a;const i=(l=r.targetTouches)==null?void 0:l[0],s=i?{x:i.clientX,y:i.clientY}:void 0;this._setupPointerExitEventsIfNeeded(),this._touchstartTimeout&&clearTimeout(this._touchstartTimeout);const o=500;this._touchstartTimeout=setTimeout(()=>{this._touchstartTimeout=null,this.show(void 0,s)},((a=this._defaultOptions)==null?void 0:a.touchLongPressShowDelay)??o)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const r=[];if(this._platformSupportsMouseEvents())r.push(["mouseleave",i=>{var o;const s=i.relatedTarget;(!s||!((o=this._overlayRef)!=null&&o.overlayElement.contains(s)))&&this.hide()}],["wheel",i=>this._wheelListener(i)]);else if(this.touchGestures!=="off"){this._disableNativeGesturesIfNecessary();const i=()=>{var s;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this.hide((s=this._defaultOptions)==null?void 0:s.touchendHideDelay)};r.push(["touchend",i],["touchcancel",i])}this._addListeners(r),this._passiveListeners.push(...r)}_addListeners(r){r.forEach(([i,s])=>{this._elementRef.nativeElement.addEventListener(i,s,DK)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(r){if(this._isTooltipVisible()){const i=this._injector.get(Ei).elementFromPoint(r.clientX,r.clientY),s=this._elementRef.nativeElement;i!==s&&!s.contains(i)&&this.hide()}}_disableNativeGesturesIfNecessary(){const r=this.touchGestures;if(r!=="off"){const i=this._elementRef.nativeElement,s=i.style;(r==="on"||i.nodeName!=="INPUT"&&i.nodeName!=="TEXTAREA")&&(s.userSelect=s.msUserSelect=s.webkitUserSelect=s.MozUserSelect="none"),(r==="on"||!i.draggable)&&(s.webkitUserDrag="none"),s.touchAction="none",s.webkitTapHighlightColor="transparent"}}_syncAriaDescription(r){this._ariaDescriptionPending||(this._ariaDescriptionPending=!0,this._ariaDescriber.removeDescription(this._elementRef.nativeElement,r,"tooltip"),this._isDestroyed||Xd({write:()=>{this._ariaDescriptionPending=!1,this.message&&!this.disabled&&this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")}},{injector:this._injector}))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-mdc-tooltip-trigger"],hostVars:2,hostBindings:function(i,s){i&2&&zr("mat-mdc-tooltip-disabled",s.disabled)},inputs:{position:[0,"matTooltipPosition","position"],positionAtOrigin:[0,"matTooltipPositionAtOrigin","positionAtOrigin"],disabled:[0,"matTooltipDisabled","disabled"],showDelay:[0,"matTooltipShowDelay","showDelay"],hideDelay:[0,"matTooltipHideDelay","hideDelay"],touchGestures:[0,"matTooltipTouchGestures","touchGestures"],message:[0,"matTooltip","message"],tooltipClass:[0,"matTooltipClass","tooltipClass"]},exportAs:["matTooltip"]}));let t=e;return t})(),J3=(()=>{const e=class e{constructor(){d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_isMultiline",!1);d(this,"message");d(this,"tooltipClass");d(this,"_showTimeoutId");d(this,"_hideTimeoutId");d(this,"_triggerElement");d(this,"_mouseLeaveHideDelay");d(this,"_animationsDisabled");d(this,"_tooltip");d(this,"_closeOnInteraction",!1);d(this,"_isVisible",!1);d(this,"_onHide",new sr);d(this,"_showAnimation","mat-mdc-tooltip-show");d(this,"_hideAnimation","mat-mdc-tooltip-hide");const r=Qe(Pc,{optional:!0});this._animationsDisabled=r==="NoopAnimations"}show(r){this._hideTimeoutId!=null&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},r)}hide(r){this._showTimeoutId!=null&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},r)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){this._cancelPendingAnimations(),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:r}){(!r||!this._triggerElement.contains(r))&&(this.isVisible()?this.hide(this._mouseLeaveHideDelay):this._finalizeAnimation(!1))}_onShow(){this._isMultiline=this._isTooltipMultiline(),this._markForCheck()}_isTooltipMultiline(){const r=this._elementRef.nativeElement.getBoundingClientRect();return r.height>BIe&&r.width>=wIe}_handleAnimationEnd({animationName:r}){(r===this._showAnimation||r===this._hideAnimation)&&this._finalizeAnimation(r===this._showAnimation)}_cancelPendingAnimations(){this._showTimeoutId!=null&&clearTimeout(this._showTimeoutId),this._hideTimeoutId!=null&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=this._hideTimeoutId=void 0}_finalizeAnimation(r){r?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(r){const i=this._tooltip.nativeElement,s=this._showAnimation,o=this._hideAnimation;if(i.classList.remove(r?o:s),i.classList.add(r?s:o),this._isVisible!==r&&(this._isVisible=r,this._changeDetectorRef.markForCheck()),r&&!this._animationsDisabled&&typeof getComputedStyle=="function"){const l=getComputedStyle(i);(l.getPropertyValue("animation-duration")==="0s"||l.getPropertyValue("animation-name")==="none")&&(this._animationsDisabled=!0)}r&&this._onShow(),this._animationsDisabled&&(i.classList.add("_mat-animation-noopable"),this._finalizeAnimation(r))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-tooltip-component"]],viewQuery:function(i,s){if(i&1&&bo(fIe,7),i&2){let o;Gr(o=Lr())&&(s._tooltip=o.first)}},hostAttrs:["aria-hidden","true"],hostBindings:function(i,s){i&1&&ai("mouseleave",function(l){return s._handleMouseLeave(l)})},decls:4,vars:4,consts:[["tooltip",""],[1,"mdc-tooltip","mat-mdc-tooltip",3,"animationend","ngClass"],[1,"mat-mdc-tooltip-surface","mdc-tooltip__surface"]],template:function(i,s){if(i&1){const o=yA();Zt(0,"div",1,0),ai("animationend",function(a){return il(o),sl(s._handleAnimationEnd(a))}),Zt(2,"div",2),Qr(3),ln()()}i&2&&(zr("mdc-tooltip--multiline",s._isMultiline),Kr("ngClass",s.tooltipClass),rn(3),Pi(s.message))},dependencies:[UE],styles:['.mat-mdc-tooltip{position:relative;transform:scale(0);display:inline-flex}.mat-mdc-tooltip::before{content:"";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-surface{word-break:normal;overflow-wrap:anywhere;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center;will-change:transform,opacity;background-color:var(--mdc-plain-tooltip-container-color, var(--mat-sys-inverse-surface));color:var(--mdc-plain-tooltip-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mdc-plain-tooltip-container-shape, var(--mat-sys-corner-extra-small));font-family:var(--mdc-plain-tooltip-supporting-text-font, var(--mat-sys-body-small-font));font-size:var(--mdc-plain-tooltip-supporting-text-size, var(--mat-sys-body-small-size));font-weight:var(--mdc-plain-tooltip-supporting-text-weight, var(--mat-sys-body-small-weight));line-height:var(--mdc-plain-tooltip-supporting-text-line-height, var(--mat-sys-body-small-line-height));letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking, var(--mat-sys-body-small-tracking))}.mat-mdc-tooltip-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:right}.mat-mdc-tooltip-panel{line-height:normal}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}'],encapsulation:2,changeDetection:0}));let t=e;return t})(),FK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[BY,Ow,_r,_3,J3],exports:[_3,J3,_r,rh]})),d(e,"ɵinj",Li({providers:[pIe],imports:[BY,Ow,_r,_r,rh]}));let t=e;return t})();function bIe(t,e){if(t&1&&(Zt(0,"mat-option",17),Qr(1),ln()),t&2){const n=e.$implicit;Kr("value",n),rn(),Yo(" ",n," ")}}function MIe(t,e){if(t&1){const n=yA();Zt(0,"mat-form-field",14)(1,"mat-select",16,0),ai("selectionChange",function(i){il(n);const s=Vr(2);return sl(s._changePageSize(i.value))}),VB(3,bIe,2,2,"mat-option",17,WB),ln(),Zt(5,"div",18),ai("click",function(){il(n);const i=KB(2);return sl(i.open())}),ln()()}if(t&2){const n=Vr(2);Kr("appearance",n._formFieldAppearance)("color",n.color),rn(),Kr("value",n.pageSize)("disabled",n.disabled)("aria-labelledby",n._pageSizeLabelId)("panelClass",n.selectConfig.panelClass||"")("disableOptionCentering",n.selectConfig.disableOptionCentering),rn(2),_B(n._displayedPageSizeOptions)}}function xIe(t,e){if(t&1&&(Zt(0,"div",15),Qr(1),ln()),t&2){const n=Vr(2);rn(),Pi(n.pageSize)}}function CIe(t,e){if(t&1&&(Zt(0,"div",3)(1,"div",13),Qr(2),ln(),Tr(3,MIe,6,7,"mat-form-field",14)(4,xIe,2,1,"div",15),ln()),t&2){const n=Vr();rn(),Wr("id",n._pageSizeLabelId),rn(),Yo(" ",n._intl.itemsPerPageLabel," "),rn(),jr(n._displayedPageSizeOptions.length>1?3:-1),rn(),jr(n._displayedPageSizeOptions.length<=1?4:-1)}}function IIe(t,e){if(t&1){const n=yA();Zt(0,"button",19),ai("click",function(){il(n);const i=Vr();return sl(i._buttonClicked(0,i._previousButtonsDisabled()))}),kf(),Zt(1,"svg",8),Er(2,"path",20),ln()()}if(t&2){const n=Vr();Kr("matTooltip",n._intl.firstPageLabel)("matTooltipDisabled",n._previousButtonsDisabled())("disabled",n._previousButtonsDisabled())("tabindex",n._previousButtonsDisabled()?-1:null),Wr("aria-label",n._intl.firstPageLabel)}}function RIe(t,e){if(t&1){const n=yA();Zt(0,"button",21),ai("click",function(){il(n);const i=Vr();return sl(i._buttonClicked(i.getNumberOfPages()-1,i._nextButtonsDisabled()))}),kf(),Zt(1,"svg",8),Er(2,"path",22),ln()()}if(t&2){const n=Vr();Kr("matTooltip",n._intl.lastPageLabel)("matTooltipDisabled",n._nextButtonsDisabled())("disabled",n._nextButtonsDisabled())("tabindex",n._nextButtonsDisabled()?-1:null),Wr("aria-label",n._intl.lastPageLabel)}}let Am=(()=>{const e=class e{constructor(){d(this,"changes",new sr);d(this,"itemsPerPageLabel","Items per page:");d(this,"nextPageLabel","Next page");d(this,"previousPageLabel","Previous page");d(this,"firstPageLabel","First page");d(this,"lastPageLabel","Last page");d(this,"getRangeLabel",(r,i,s)=>{if(s==0||i==0)return`0 of ${s}`;s=Math.max(s,0);const o=r*i,l=o<s?Math.min(o+i,s):o+i;return`${o+1} – ${l} of ${s}`})}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();function SIe(t){return t||new Am}const DIe={provide:Am,deps:[[new dE,new rB,Am]],useFactory:SIe},FIe=50,TIe=new un("MAT_PAGINATOR_DEFAULT_OPTIONS");let um=(()=>{const e=class e{constructor(){d(this,"_intl",Qe(Am));d(this,"_changeDetectorRef",Qe(Da));d(this,"_formFieldAppearance");d(this,"_pageSizeLabelId",Qe(Hc).getId("mat-paginator-page-size-label-"));d(this,"_intlChanges");d(this,"_isInitialized",!1);d(this,"_initializedStream",new Hy(1));d(this,"color");d(this,"_pageIndex",0);d(this,"_length",0);d(this,"_pageSize");d(this,"_pageSizeOptions",[]);d(this,"hidePageSize",!1);d(this,"showFirstLastButtons",!1);d(this,"selectConfig",{});d(this,"disabled",!1);d(this,"page",new Jr);d(this,"_displayedPageSizeOptions");d(this,"initialized",this._initializedStream);const r=this._intl,i=Qe(TIe,{optional:!0});if(this._intlChanges=r.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),i){const{pageSize:s,pageSizeOptions:o,hidePageSize:l,showFirstLastButtons:a}=i;s!=null&&(this._pageSize=s),o!=null&&(this._pageSizeOptions=o),l!=null&&(this.hidePageSize=l),a!=null&&(this.showFirstLastButtons=a)}this._formFieldAppearance=(i==null?void 0:i.formFieldAppearance)||"outline"}get pageIndex(){return this._pageIndex}set pageIndex(r){this._pageIndex=Math.max(r||0,0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(r){this._length=r||0,this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(r){this._pageSize=Math.max(r||0,0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(r){this._pageSizeOptions=(r||[]).map(i=>wA(i,0)),this._updateDisplayedPageSizeOptions()}ngOnInit(){this._isInitialized=!0,this._updateDisplayedPageSizeOptions(),this._initializedStream.next()}ngOnDestroy(){this._initializedStream.complete(),this._intlChanges.unsubscribe()}nextPage(){this.hasNextPage()&&this._navigate(this.pageIndex+1)}previousPage(){this.hasPreviousPage()&&this._navigate(this.pageIndex-1)}firstPage(){this.hasPreviousPage()&&this._navigate(0)}lastPage(){this.hasNextPage()&&this._navigate(this.getNumberOfPages()-1)}hasPreviousPage(){return this.pageIndex>=1&&this.pageSize!=0}hasNextPage(){const r=this.getNumberOfPages()-1;return this.pageIndex<r&&this.pageSize!=0}getNumberOfPages(){return this.pageSize?Math.ceil(this.length/this.pageSize):0}_changePageSize(r){const i=this.pageIndex*this.pageSize,s=this.pageIndex;this.pageIndex=Math.floor(i/r)||0,this.pageSize=r,this._emitPageEvent(s)}_nextButtonsDisabled(){return this.disabled||!this.hasNextPage()}_previousButtonsDisabled(){return this.disabled||!this.hasPreviousPage()}_updateDisplayedPageSizeOptions(){this._isInitialized&&(this.pageSize||(this._pageSize=this.pageSizeOptions.length!=0?this.pageSizeOptions[0]:FIe),this._displayedPageSizeOptions=this.pageSizeOptions.slice(),this._displayedPageSizeOptions.indexOf(this.pageSize)===-1&&this._displayedPageSizeOptions.push(this.pageSize),this._displayedPageSizeOptions.sort((r,i)=>r-i),this._changeDetectorRef.markForCheck())}_emitPageEvent(r){this.page.emit({previousPageIndex:r,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}_navigate(r){const i=this.pageIndex;r!==i&&(this.pageIndex=r,this._emitPageEvent(i))}_buttonClicked(r,i){i||this._navigate(r)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-mdc-paginator"],inputs:{color:"color",pageIndex:[2,"pageIndex","pageIndex",wA],length:[2,"length","length",wA],pageSize:[2,"pageSize","pageSize",wA],pageSizeOptions:"pageSizeOptions",hidePageSize:[2,"hidePageSize","hidePageSize",rr],showFirstLastButtons:[2,"showFirstLastButtons","showFirstLastButtons",rr],selectConfig:"selectConfig",disabled:[2,"disabled","disabled",rr]},outputs:{page:"page"},exportAs:["matPaginator"],decls:14,vars:14,consts:[["selectRef",""],[1,"mat-mdc-paginator-outer-container"],[1,"mat-mdc-paginator-container"],[1,"mat-mdc-paginator-page-size"],[1,"mat-mdc-paginator-range-actions"],["aria-live","polite",1,"mat-mdc-paginator-range-label"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-previous",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true",1,"mat-mdc-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-next",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],[1,"mat-mdc-paginator-page-size-label"],[1,"mat-mdc-paginator-page-size-select",3,"appearance","color"],[1,"mat-mdc-paginator-page-size-value"],["hideSingleSelectionIndicator","",3,"selectionChange","value","disabled","aria-labelledby","panelClass","disableOptionCentering"],[3,"value"],[1,"mat-mdc-paginator-touch-target",3,"click"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(i,s){i&1&&(Zt(0,"div",1)(1,"div",2),Tr(2,CIe,5,4,"div",3),Zt(3,"div",4)(4,"div",5),Qr(5),ln(),Tr(6,IIe,3,5,"button",6),Zt(7,"button",7),ai("click",function(){return s._buttonClicked(s.pageIndex-1,s._previousButtonsDisabled())}),kf(),Zt(8,"svg",8),Er(9,"path",9),ln()(),H$(),Zt(10,"button",10),ai("click",function(){return s._buttonClicked(s.pageIndex+1,s._nextButtonsDisabled())}),kf(),Zt(11,"svg",8),Er(12,"path",11),ln()(),Tr(13,RIe,3,5,"button",12),ln()()()),i&2&&(rn(2),jr(s.hidePageSize?-1:2),rn(3),Yo(" ",s._intl.getRangeLabel(s.pageIndex,s.pageSize,s.length)," "),rn(),jr(s.showFirstLastButtons?6:-1),rn(),Kr("matTooltip",s._intl.previousPageLabel)("matTooltipDisabled",s._previousButtonsDisabled())("disabled",s._previousButtonsDisabled())("tabindex",s._previousButtonsDisabled()?-1:null),Wr("aria-label",s._intl.previousPageLabel),rn(3),Kr("matTooltip",s._intl.nextPageLabel)("matTooltipDisabled",s._nextButtonsDisabled())("disabled",s._nextButtonsDisabled())("tabindex",s._nextButtonsDisabled()?-1:null),Wr("aria-label",s._intl.nextPageLabel),rn(3),jr(s.showFirstLastButtons?13:-1))},dependencies:[ob,V3,Tw,xw,_3],styles:[".mat-mdc-paginator{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-paginator-container-text-color, var(--mat-sys-on-surface));background-color:var(--mat-paginator-container-background-color, var(--mat-sys-surface));font-family:var(--mat-paginator-container-text-font, var(--mat-sys-body-small-font));line-height:var(--mat-paginator-container-text-line-height, var(--mat-sys-body-small-line-height));font-size:var(--mat-paginator-container-text-size, var(--mat-sys-body-small-size));font-weight:var(--mat-paginator-container-text-weight, var(--mat-sys-body-small-weight));letter-spacing:var(--mat-paginator-container-text-tracking, var(--mat-sys-body-small-tracking));--mat-form-field-container-height:var(--mat-paginator-form-field-container-height, 40px);--mat-form-field-container-vertical-padding:var(--mat-paginator-form-field-container-vertical-padding, 8px)}.mat-mdc-paginator .mat-mdc-select-value{font-size:var(--mat-paginator-select-trigger-text-size, var(--mat-sys-body-small-size))}.mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-paginator .mat-mdc-select{line-height:1.5}.mat-mdc-paginator-outer-container{display:flex}.mat-mdc-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap;width:100%;min-height:var(--mat-paginator-container-size, 56px)}.mat-mdc-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-mdc-paginator-page-size{margin-right:0;margin-left:8px}.mat-mdc-paginator-page-size-label{margin:0 4px}.mat-mdc-paginator-page-size-select{margin:0 4px;width:84px}.mat-mdc-paginator-range-label{margin:0 32px 0 24px}.mat-mdc-paginator-range-actions{display:flex;align-items:center}.mat-mdc-paginator-icon{display:inline-block;width:28px;fill:var(--mat-paginator-enabled-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon{fill:var(--mat-paginator-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}[dir=rtl] .mat-mdc-paginator-icon{transform:rotate(180deg)}@media(forced-colors: active){.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon,.mat-mdc-paginator-icon{fill:currentColor}.mat-mdc-paginator-range-actions .mat-mdc-icon-button{outline:solid 1px}.mat-mdc-paginator-range-actions .mat-mdc-icon-button[aria-disabled]{color:GrayText}}.mat-mdc-paginator-touch-target{display:var(--mat-paginator-touch-target-display, block);position:absolute;top:50%;left:50%;width:84px;height:48px;background-color:rgba(0,0,0,0);transform:translate(-50%, -50%);cursor:pointer}"],encapsulation:2,changeDetection:0}));let t=e;return t})(),QIe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[Sw,CK,FK,um],exports:[um]})),d(e,"ɵinj",Li({providers:[DIe],imports:[Sw,CK,FK,um]}));let t=e;return t})();const jh=class jh extends Am{constructor(){super(...arguments);d(this,"translateService",Qe(rm));d(this,"itemsPerPageLabel",this.translateService.instant("paginator.itemsPerPageLabel"));d(this,"nextPageLabel",this.translateService.instant("paginator.nextPageLabel"));d(this,"previousPageLabel",this.translateService.instant("paginator.previousPageLabel"));d(this,"firstPageLabel",this.translateService.instant("paginator.firstPageLabel"));d(this,"lastPageLabel",this.translateService.instant("paginator.lastPageLabel"));d(this,"getRangeLabel",(n,r,i)=>{if(i===0||r===0)return"0 "+this.translateService.instant("paginator.ofRangeLabel")+" "+i;i=Math.max(i,0);const s=n*r,o=s<i?Math.min(s+r,i):s+r;return s+1+" - "+o+" "+this.translateService.instant("paginator.ofRangeLabel")+" "+i})}};d(jh,"ɵfac",(()=>{let n;return function(i){return(n||(n=Yr(jh)))(i||jh)}})()),d(jh,"ɵprov",qt({token:jh,factory:jh.ɵfac,providedIn:"root"}));let K3=jh;const kIe=["*"];function zIe(t,e){t&1&&(Zt(0,"div",2),kf(),Zt(1,"svg",3),Er(2,"path",4),ln()())}const TK=new un("MAT_SORT_DEFAULT_OPTIONS");let dm=(()=>{const e=class e{constructor(r){d(this,"_defaultOptions");d(this,"_initializedStream",new Hy(1));d(this,"sortables",new Map);d(this,"_stateChanges",new sr);d(this,"active");d(this,"start","asc");d(this,"_direction","");d(this,"disableClear");d(this,"disabled",!1);d(this,"sortChange",new Jr);d(this,"initialized",this._initializedStream);this._defaultOptions=r}get direction(){return this._direction}set direction(r){this._direction=r}register(r){this.sortables.set(r.id,r)}deregister(r){this.sortables.delete(r.id)}sort(r){this.active!=r.id?(this.active=r.id,this.direction=r.start?r.start:this.start):this.direction=this.getNextSortDirection(r),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(r){var l;if(!r)return"";const i=(r==null?void 0:r.disableClear)??this.disableClear??!!((l=this._defaultOptions)!=null&&l.disableClear);let s=UIe(r.start||this.start,i),o=s.indexOf(this.direction)+1;return o>=s.length&&(o=0),s[o]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}};d(e,"ɵfac",function(i){return new(i||e)(Cn(TK,8))}),d(e,"ɵdir",en({type:e,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",rr],disabled:[2,"matSortDisabled","disabled",rr]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[Zo]}));let t=e;return t})();function UIe(t,e){let n=["asc","desc"];return t=="desc"&&n.reverse(),e||n.push(""),n}let _x=(()=>{const e=class e{constructor(){d(this,"changes",new sr)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})();function PIe(t){return t||new _x}const NIe={provide:_x,deps:[[new dE,new rB,_x]],useFactory:PIe};let Z3=(()=>{const e=class e{constructor(){d(this,"_intl",Qe(_x));d(this,"_sort",Qe(dm,{optional:!0}));d(this,"_columnDef",Qe("MAT_SORT_HEADER_COLUMN_DEF",{optional:!0}));d(this,"_changeDetectorRef",Qe(Da));d(this,"_focusMonitor",Qe(jE));d(this,"_elementRef",Qe(wr));d(this,"_ariaDescriber",Qe(CY,{optional:!0}));d(this,"_renderChanges");d(this,"_animationModule",Qe(Pc,{optional:!0}));d(this,"_recentlyCleared",Ml(null));d(this,"_sortButton");d(this,"id");d(this,"arrowPosition","after");d(this,"start");d(this,"disabled",!1);d(this,"_sortActionDescription","Sort");d(this,"disableClear");Qe(Rl).load(HE);const r=Qe(TK,{optional:!0});this._sort,r!=null&&r.arrowPosition&&(this.arrowPosition=r==null?void 0:r.arrowPosition)}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(r){this._updateSortActionDescription(r)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._sort.register(this),this._renderChanges=Zl(this._sort._stateChanges,this._sort.sortChange).subscribe(()=>this._changeDetectorRef.markForCheck()),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(()=>this._recentlyCleared.set(null))}ngOnDestroy(){var r,i;this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),(r=this._renderChanges)==null||r.unsubscribe(),this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription))}_toggleOnInteraction(){if(!this._isDisabled()){const r=this._isSorted(),i=this._sort.direction;this._sort.sort(this),this._recentlyCleared.set(r&&!this._isSorted()?i:null)}}_handleKeydown(r){(r.keyCode===sp||r.keyCode===Vu)&&(r.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&(this._sort.direction==="asc"||this._sort.direction==="desc")}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?this._sort.direction=="asc"?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(r){var i,s;this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription),(s=this._ariaDescriber)==null||s.describe(this._sortButton,r)),this._sortActionDescription=r}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(i,s){i&1&&ai("click",function(){return s._toggleOnInteraction()})("keydown",function(l){return s._handleKeydown(l)})("mouseleave",function(){return s._recentlyCleared.set(null)}),i&2&&(Wr("aria-sort",s._getAriaSortAttribute()),zr("mat-sort-header-disabled",s._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",rr],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",rr]},exportAs:["matSortHeader"],ngContentSelectors:kIe,decls:4,vars:17,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],[1,"mat-sort-header-arrow"],["viewBox","0 -960 960 960","focusable","false","aria-hidden","true"],["d","M440-240v-368L296-464l-56-56 240-240 240 240-56 56-144-144v368h-80Z"]],template:function(i,s){i&1&&(ss(),Zt(0,"div",0)(1,"div",1),nr(2),ln(),Tr(3,zIe,3,0,"div",2),ln()),i&2&&(zr("mat-sort-header-sorted",s._isSorted())("mat-sort-header-position-before",s.arrowPosition==="before")("mat-sort-header-descending",s._sort.direction==="desc")("mat-sort-header-ascending",s._sort.direction==="asc")("mat-sort-header-recently-cleared-ascending",s._recentlyCleared()==="asc")("mat-sort-header-recently-cleared-descending",s._recentlyCleared()==="desc")("mat-sort-header-animations-disabled",s._animationModule==="NoopAnimations"),Wr("tabindex",s._isDisabled()?null:0)("role",s._isDisabled()?null:"button"),rn(3),jr(s._renderArrow()?3:-1))},styles:[".mat-sort-header{cursor:pointer}.mat-sort-header-disabled{cursor:default}.mat-sort-header-container{display:flex;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-container::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-sort-header-content{display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}@keyframes _mat-sort-header-recently-cleared-ascending{from{transform:translateY(0);opacity:1}to{transform:translateY(-25%);opacity:0}}@keyframes _mat-sort-header-recently-cleared-descending{from{transform:translateY(0) rotate(180deg);opacity:1}to{transform:translateY(25%) rotate(180deg);opacity:0}}.mat-sort-header-arrow{height:12px;width:12px;position:relative;transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1),opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;overflow:visible;color:var(--mat-sort-arrow-color, var(--mat-sys-on-surface))}.mat-sort-header.cdk-keyboard-focused .mat-sort-header-arrow,.mat-sort-header.cdk-program-focused .mat-sort-header-arrow,.mat-sort-header:hover .mat-sort-header-arrow{opacity:.54}.mat-sort-header .mat-sort-header-sorted .mat-sort-header-arrow{opacity:1}.mat-sort-header-descending .mat-sort-header-arrow{transform:rotate(180deg)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transform:translateY(-25%)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-ascending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-recently-cleared-descending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-descending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-animations-disabled .mat-sort-header-arrow{transition-duration:0ms;animation-duration:0ms}.mat-sort-header-arrow svg{width:24px;height:24px;fill:currentColor;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;transform:translateZ(0)}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}"],encapsulation:2,changeDetection:0}));let t=e;return t})(),OIe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,dm,Z3],exports:[dm,Z3]})),d(e,"ɵinj",Li({providers:[NIe],imports:[_r]}));let t=e;return t})();const YIe=[[["caption"]],[["colgroup"],["col"]],"*"],jIe=["caption","colgroup, col","*"];function GIe(t,e){t&1&&nr(0,2)}function LIe(t,e){t&1&&(Zt(0,"thead",0),Ga(1,1),ln(),Zt(2,"tbody",0),Ga(3,2)(4,3),ln(),Zt(5,"tfoot",0),Ga(6,4),ln())}function HIe(t,e){t&1&&Ga(0,1)(1,2)(2,3)(3,4)}function WIe(t,e){if(t&1&&(Zt(0,"th",3),Qr(1),ln()),t&2){const n=Vr();Xg("text-align",n.justify),rn(),Yo(" ",n.headerText," ")}}function VIe(t,e){if(t&1&&(Zt(0,"td",4),Qr(1),ln()),t&2){const n=e.$implicit,r=Vr();Xg("text-align",r.justify),rn(),Yo(" ",r.dataAccessor(n,r.name)," ")}}const qA=new un("CDK_TABLE"),_Ie=new un("text-column-options");let D0=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkCellDef",""]]}));let t=e;return t})(),F0=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkHeaderCellDef",""]]}));let t=e;return t})(),b1=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkFooterCellDef",""]]}));let t=e;return t})(),$A=(()=>{const e=class e{constructor(){d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_name");d(this,"_sticky",!1);d(this,"_stickyEnd",!1);d(this,"cell");d(this,"headerCell");d(this,"footerCell");d(this,"cssClassFriendlyName");d(this,"_columnCssClassName")}get name(){return this._name}set name(r){this._setNameInput(r)}get sticky(){return this._sticky}set sticky(r){r!==this._sticky&&(this._sticky=r,this._hasStickyChanged=!0)}get stickyEnd(){return this._stickyEnd}set stickyEnd(r){r!==this._stickyEnd&&(this._stickyEnd=r,this._hasStickyChanged=!0)}hasStickyChanged(){const r=this._hasStickyChanged;return this.resetStickyChanged(),r}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(r){r&&(this._name=r,this.cssClassFriendlyName=r.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkColumnDef",""]],contentQueries:function(i,s,o){if(i&1&&(ps(o,D0,5),ps(o,F0,5),ps(o,b1,5)),i&2){let l;Gr(l=Lr())&&(s.cell=l.first),Gr(l=Lr())&&(s.headerCell=l.first),Gr(l=Lr())&&(s.footerCell=l.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",rr],stickyEnd:[2,"stickyEnd","stickyEnd",rr]},features:[ur([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:e}])]}));let t=e;return t})();class X3{constructor(e,n){n.nativeElement.classList.add(...e._columnCssClassName)}}let Jx=(()=>{const e=class e extends X3{constructor(){super(Qe($A),Qe(wr))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[Vn]}));let t=e;return t})(),q3=(()=>{const e=class e extends X3{constructor(){var o;const r=Qe($A),i=Qe(wr);super(r,i);const s=(o=r._table)==null?void 0:o._getCellRole();s&&i.nativeElement.setAttribute("role",s)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[Vn]}));let t=e;return t})(),Kx=(()=>{const e=class e extends X3{constructor(){var o;const r=Qe($A),i=Qe(wr);super(r,i);const s=(o=r._table)==null?void 0:o._getCellRole();s&&i.nativeElement.setAttribute("role",s)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[Vn]}));let t=e;return t})();class QK{constructor(){d(this,"tasks",[]);d(this,"endTasks",[])}}const $3=new un("_COALESCED_STYLE_SCHEDULER");let kK=(()=>{const e=class e{constructor(){d(this,"_currentSchedule",null);d(this,"_ngZone",Qe(Fr))}schedule(r){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(r)}scheduleEnd(r){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(r)}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new QK,this._ngZone.runOutsideAngular(()=>queueMicrotask(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const r=this._currentSchedule;this._currentSchedule=new QK;for(const i of r.tasks)i();for(const i of r.endTasks)i()}this._currentSchedule=null})))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac}));let t=e;return t})(),e5=(()=>{const e=class e{constructor(){d(this,"template",Qe(fo));d(this,"_differs",Qe(th));d(this,"columns");d(this,"_columnsDiffer")}ngOnChanges(r){if(!this._columnsDiffer){const i=r.columns&&r.columns.currentValue||[];this._columnsDiffer=this._differs.find(i).create(),this._columnsDiffer.diff(i)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(r){return this instanceof hm?r.headerCell.template:this instanceof fm?r.footerCell.template:r.cell.template}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,features:[Zo]}));let t=e;return t})(),hm=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_sticky",!1)}get sticky(){return this._sticky}set sticky(i){i!==this._sticky&&(this._sticky=i,this._hasStickyChanged=!0)}ngOnChanges(i){super.ngOnChanges(i)}hasStickyChanged(){const i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",rr]},features:[Vn,Zo]}));let t=e;return t})(),fm=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"_hasStickyChanged",!1);d(this,"_sticky",!1)}get sticky(){return this._sticky}set sticky(i){i!==this._sticky&&(this._sticky=i,this._hasStickyChanged=!0)}ngOnChanges(i){super.ngOnChanges(i)}hasStickyChanged(){const i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",rr]},features:[Vn,Zo]}));let t=e;return t})(),M1=(()=>{const e=class e extends e5{constructor(){super(Qe(fo),Qe(th));d(this,"_table",Qe(qA,{optional:!0}));d(this,"when")}};d(e,"ɵfac",function(s){return new(s||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[Vn]}));let t=e;return t})(),eu=(()=>{const e=class e{constructor(){d(this,"_viewContainer",Qe(qs));d(this,"cells");d(this,"context");e.mostRecentCellOutlet=this}ngOnDestroy(){e.mostRecentCellOutlet===this&&(e.mostRecentCellOutlet=null)}};d(e,"mostRecentCellOutlet",null),d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkCellOutlet",""]]}));let t=e;return t})(),Zx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),Xx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),qx=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),x1=(()=>{const e=class e{constructor(){d(this,"templateRef",Qe(fo));d(this,"_contentClassName","cdk-no-data-row")}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["ng-template","cdkNoDataRow",""]]}));let t=e;return t})();const zK=["top","bottom","left","right"];class JIe{constructor(e,n,r,i,s=!0,o=!0,l,a){d(this,"_isNativeHtmlTable");d(this,"_stickCellCss");d(this,"direction");d(this,"_coalescedStyleScheduler");d(this,"_isBrowser");d(this,"_needsPositionStickyOnElement");d(this,"_positionListener");d(this,"_tableInjector");d(this,"_elemSizeCache",new WeakMap);d(this,"_resizeObserver",globalThis!=null&&globalThis.ResizeObserver?new globalThis.ResizeObserver(e=>this._updateCachedSizes(e)):null);d(this,"_updatedStickyColumnsParamsToReplay",[]);d(this,"_stickyColumnsReplayTimeout",null);d(this,"_cachedCellWidths",[]);d(this,"_borderCellCss");d(this,"_destroyed",!1);this._isNativeHtmlTable=e,this._stickCellCss=n,this.direction=r,this._coalescedStyleScheduler=i,this._isBrowser=s,this._needsPositionStickyOnElement=o,this._positionListener=l,this._tableInjector=a,this._borderCellCss={top:`${n}-border-elem-top`,bottom:`${n}-border-elem-bottom`,left:`${n}-border-elem-left`,right:`${n}-border-elem-right`}}clearStickyPositioning(e,n){(n.includes("left")||n.includes("right"))&&this._removeFromStickyColumnReplayQueue(e);const r=[];for(const i of e)i.nodeType===i.ELEMENT_NODE&&r.push(i,...Array.from(i.children));this._afterNextRender({write:()=>{for(const i of r)this._removeStickyStyle(i,n)}})}updateStickyColumns(e,n,r,i=!0,s=!0){var B,v;if(!e.length||!this._isBrowser||!(n.some(w=>w)||r.some(w=>w))){(B=this._positionListener)==null||B.stickyColumnsUpdated({sizes:[]}),(v=this._positionListener)==null||v.stickyEndColumnsUpdated({sizes:[]});return}const o=e[0],l=o.children.length,a=this.direction==="rtl",u=a?"right":"left",A=a?"left":"right",h=n.lastIndexOf(!0),f=r.indexOf(!0);let p,m,y;s&&this._updateStickyColumnReplayQueue({rows:[...e],stickyStartStates:[...n],stickyEndStates:[...r]}),this._afterNextRender({earlyRead:()=>{p=this._getCellWidths(o,i),m=this._getStickyStartColumnPositions(p,n),y=this._getStickyEndColumnPositions(p,r)},write:()=>{for(const w of e)for(let b=0;b<l;b++){const M=w.children[b];n[b]&&this._addStickyStyle(M,u,m[b],b===h),r[b]&&this._addStickyStyle(M,A,y[b],b===f)}this._positionListener&&p.some(w=>!!w)&&(this._positionListener.stickyColumnsUpdated({sizes:h===-1?[]:p.slice(0,h+1).map((w,b)=>n[b]?w:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:f===-1?[]:p.slice(f).map((w,b)=>r[b+f]?w:null).reverse()}))}})}stickRows(e,n,r){if(!this._isBrowser)return;const i=r==="bottom"?e.slice().reverse():e,s=r==="bottom"?n.slice().reverse():n,o=[],l=[],a=[];this._afterNextRender({earlyRead:()=>{for(let u=0,A=0;u<i.length;u++){if(!s[u])continue;o[u]=A;const h=i[u];a[u]=this._isNativeHtmlTable?Array.from(h.children):[h];const f=this._retrieveElementSize(h).height;A+=f,l[u]=f}},write:()=>{var A,h;const u=s.lastIndexOf(!0);for(let f=0;f<i.length;f++){if(!s[f])continue;const p=o[f],m=f===u;for(const y of a[f])this._addStickyStyle(y,r,p,m)}r==="top"?(A=this._positionListener)==null||A.stickyHeaderRowsUpdated({sizes:l,offsets:o,elements:a}):(h=this._positionListener)==null||h.stickyFooterRowsUpdated({sizes:l,offsets:o,elements:a})}})}updateStickyFooterContainer(e,n){this._isNativeHtmlTable&&this._afterNextRender({write:()=>{const r=e.querySelector("tfoot");r&&(n.some(i=>!i)?this._removeStickyStyle(r,["bottom"]):this._addStickyStyle(r,"bottom",0,!1))}})}destroy(){var e;this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),(e=this._resizeObserver)==null||e.disconnect(),this._destroyed=!0}_removeStickyStyle(e,n){if(!e.classList.contains(this._stickCellCss))return;for(const i of n)e.style[i]="",e.classList.remove(this._borderCellCss[i]);zK.some(i=>n.indexOf(i)===-1&&e.style[i])?e.style.zIndex=this._getCalculatedZIndex(e):(e.style.zIndex="",this._needsPositionStickyOnElement&&(e.style.position=""),e.classList.remove(this._stickCellCss))}_addStickyStyle(e,n,r,i){e.classList.add(this._stickCellCss),i&&e.classList.add(this._borderCellCss[n]),e.style[n]=`${r}px`,e.style.zIndex=this._getCalculatedZIndex(e),this._needsPositionStickyOnElement&&(e.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(e){const n={top:100,bottom:10,left:1,right:1};let r=0;for(const i of zK)e.style[i]&&(r+=n[i]);return r?`${r}`:""}_getCellWidths(e,n=!0){if(!n&&this._cachedCellWidths.length)return this._cachedCellWidths;const r=[],i=e.children;for(let s=0;s<i.length;s++){const o=i[s];r.push(this._retrieveElementSize(o).width)}return this._cachedCellWidths=r,r}_getStickyStartColumnPositions(e,n){const r=[];let i=0;for(let s=0;s<e.length;s++)n[s]&&(r[s]=i,i+=e[s]);return r}_getStickyEndColumnPositions(e,n){const r=[];let i=0;for(let s=e.length;s>0;s--)n[s]&&(r[s]=i,i+=e[s]);return r}_retrieveElementSize(e){const n=this._elemSizeCache.get(e);if(n)return n;const r=e.getBoundingClientRect(),i={width:r.width,height:r.height};return this._resizeObserver&&(this._elemSizeCache.set(e,i),this._resizeObserver.observe(e,{box:"border-box"})),i}_updateStickyColumnReplayQueue(e){this._removeFromStickyColumnReplayQueue(e.rows),this._stickyColumnsReplayTimeout||this._updatedStickyColumnsParamsToReplay.push(e)}_removeFromStickyColumnReplayQueue(e){const n=new Set(e);for(const r of this._updatedStickyColumnsParamsToReplay)r.rows=r.rows.filter(i=>!n.has(i));this._updatedStickyColumnsParamsToReplay=this._updatedStickyColumnsParamsToReplay.filter(r=>!!r.rows.length)}_updateCachedSizes(e){var r,i;let n=!1;for(const s of e){const o=(r=s.borderBoxSize)!=null&&r.length?{width:s.borderBoxSize[0].inlineSize,height:s.borderBoxSize[0].blockSize}:{width:s.contentRect.width,height:s.contentRect.height};o.width!==((i=this._elemSizeCache.get(s.target))==null?void 0:i.width)&&KIe(s.target)&&(n=!0),this._elemSizeCache.set(s.target,o)}n&&this._updatedStickyColumnsParamsToReplay.length&&(this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._stickyColumnsReplayTimeout=setTimeout(()=>{if(!this._destroyed){for(const s of this._updatedStickyColumnsParamsToReplay)this.updateStickyColumns(s.rows,s.stickyStartStates,s.stickyEndStates,!0,!1);this._updatedStickyColumnsParamsToReplay=[],this._stickyColumnsReplayTimeout=null}},0))}_afterNextRender(e){this._tableInjector?Xd(e,{injector:this._tableInjector}):this._coalescedStyleScheduler.schedule(()=>{var n;(n=e.earlyRead)==null||n.call(e),e.write()})}}function KIe(t){return["cdk-cell","cdk-header-cell","cdk-footer-cell"].some(e=>t.classList.contains(e))}const t5=new un("CDK_SPL");let UK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["cdk-table","recycleRows",""],["table","cdk-table","","recycleRows",""]],features:[ur([{provide:_f,useClass:M8}])]}));let t=e;return t})(),$x=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._rowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","rowOutlet",""]]}));let t=e;return t})(),eC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._headerRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","headerRowOutlet",""]]}));let t=e;return t})(),tC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._footerRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","footerRowOutlet",""]]}));let t=e;return t})(),nC=(()=>{const e=class e{constructor(){d(this,"viewContainer",Qe(qs));d(this,"elementRef",Qe(wr));const r=Qe(qA);r._noDataRowOutlet=this,r._outletAssigned()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","noDataRowOutlet",""]]}));let t=e;return t})(),C1=(()=>{const e=class e{constructor(){d(this,"_differs",Qe(th));d(this,"_changeDetectorRef",Qe(Da));d(this,"_elementRef",Qe(wr));d(this,"_dir",Qe(Xu,{optional:!0}));d(this,"_platform",Qe(go));d(this,"_viewRepeater",Qe(_f));d(this,"_coalescedStyleScheduler",Qe($3));d(this,"_viewportRuler",Qe(JE));d(this,"_stickyPositioningListener",Qe(t5,{optional:!0,skipSelf:!0}));d(this,"_document",Qe(Ei));d(this,"_data");d(this,"_onDestroy",new sr);d(this,"_renderRows");d(this,"_renderChangeSubscription");d(this,"_columnDefsByName",new Map);d(this,"_rowDefs");d(this,"_headerRowDefs");d(this,"_footerRowDefs");d(this,"_dataDiffer");d(this,"_defaultRowDef");d(this,"_customColumnDefs",new Set);d(this,"_customRowDefs",new Set);d(this,"_customHeaderRowDefs",new Set);d(this,"_customFooterRowDefs",new Set);d(this,"_customNoDataRow");d(this,"_headerRowDefChanged",!0);d(this,"_footerRowDefChanged",!0);d(this,"_stickyColumnStylesNeedReset",!0);d(this,"_forceRecalculateCellWidths",!0);d(this,"_cachedRenderRowsMap",new Map);d(this,"_isNativeHtmlTable");d(this,"_stickyStyler");d(this,"stickyCssClass","cdk-table-sticky");d(this,"needsPositionStickyOnElement",!0);d(this,"_isServer");d(this,"_isShowingNoDataRow",!1);d(this,"_hasAllOutlets",!1);d(this,"_hasInitialized",!1);d(this,"_cellRoleInternal");d(this,"_trackByFn");d(this,"_dataSource");d(this,"_multiTemplateDataRows",!1);d(this,"_fixedLayout",!1);d(this,"contentChanged",new Jr);d(this,"viewChange",new ua({start:0,end:Number.MAX_VALUE}));d(this,"_rowOutlet");d(this,"_headerRowOutlet");d(this,"_footerRowOutlet");d(this,"_noDataRowOutlet");d(this,"_contentColumnDefs");d(this,"_contentRowDefs");d(this,"_contentHeaderRowDefs");d(this,"_contentFooterRowDefs");d(this,"_noDataRow");d(this,"_injector",Qe(Js));Qe(new hS("role"),{optional:!0})||this._elementRef.nativeElement.setAttribute("role","table"),this._isServer=!this._platform.isBrowser,this._isNativeHtmlTable=this._elementRef.nativeElement.nodeName==="TABLE",this._dataDiffer=this._differs.find([]).create((i,s)=>this.trackBy?this.trackBy(s.dataIndex,s.data):s)}_getCellRole(){if(this._cellRoleInternal===void 0){const r=this._elementRef.nativeElement.getAttribute("role");return r==="grid"||r==="treegrid"?"gridcell":"cell"}return this._cellRoleInternal}get trackBy(){return this._trackByFn}set trackBy(r){this._trackByFn=r}get dataSource(){return this._dataSource}set dataSource(r){this._dataSource!==r&&this._switchDataSource(r)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(r){this._multiTemplateDataRows=r,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(r){this._fixedLayout=r,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._viewportRuler.change().pipe(Si(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){var r,i,s,o;(r=this._stickyStyler)==null||r.destroy(),[(i=this._rowOutlet)==null?void 0:i.viewContainer,(s=this._headerRowOutlet)==null?void 0:s.viewContainer,(o=this._footerRowOutlet)==null?void 0:o.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(l=>{l==null||l.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),Qw(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const r=this._dataDiffer.diff(this._renderRows);if(!r){this._updateNoDataRow(),this.contentChanged.next();return}const i=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(r,i,(s,o,l)=>this._getEmbeddedViewArgs(s.item,l),s=>s.item.data,s=>{s.operation===qu.INSERTED&&s.context&&this._renderCellTemplateForItem(s.record.item.rowDef,s.context)}),this._updateRowIndexContext(),r.forEachIdentityChange(s=>{const o=i.get(s.currentIndex);o.context.$implicit=s.item.data}),this._updateNoDataRow(),this.contentChanged.next(),this.updateStickyColumnStyles()}addColumnDef(r){this._customColumnDefs.add(r)}removeColumnDef(r){this._customColumnDefs.delete(r)}addRowDef(r){this._customRowDefs.add(r)}removeRowDef(r){this._customRowDefs.delete(r)}addHeaderRowDef(r){this._customHeaderRowDefs.add(r),this._headerRowDefChanged=!0}removeHeaderRowDef(r){this._customHeaderRowDefs.delete(r),this._headerRowDefChanged=!0}addFooterRowDef(r){this._customFooterRowDefs.add(r),this._footerRowDefChanged=!0}removeFooterRowDef(r){this._customFooterRowDefs.delete(r),this._footerRowDefChanged=!0}setNoDataRow(r){this._customNoDataRow=r}updateStickyHeaderRowStyles(){const r=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){const s=PK(this._headerRowOutlet,"thead");s&&(s.style.display=r.length?"":"none")}const i=this._headerRowDefs.map(s=>s.sticky);this._stickyStyler.clearStickyPositioning(r,["top"]),this._stickyStyler.stickRows(r,i,"top"),this._headerRowDefs.forEach(s=>s.resetStickyChanged())}updateStickyFooterRowStyles(){const r=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){const s=PK(this._footerRowOutlet,"tfoot");s&&(s.style.display=r.length?"":"none")}const i=this._footerRowDefs.map(s=>s.sticky);this._stickyStyler.clearStickyPositioning(r,["bottom"]),this._stickyStyler.stickRows(r,i,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,i),this._footerRowDefs.forEach(s=>s.resetStickyChanged())}updateStickyColumnStyles(){const r=this._getRenderedRows(this._headerRowOutlet),i=this._getRenderedRows(this._rowOutlet),s=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...r,...i,...s],["left","right"]),this._stickyColumnStylesNeedReset=!1),r.forEach((o,l)=>{this._addStickyColumnStyles([o],this._headerRowDefs[l])}),this._rowDefs.forEach(o=>{const l=[];for(let a=0;a<i.length;a++)this._renderRows[a].rowDef===o&&l.push(i[a]);this._addStickyColumnStyles(l,o)}),s.forEach((o,l)=>{this._addStickyColumnStyles([o],this._footerRowDefs[l])}),Array.from(this._columnDefsByName.values()).forEach(o=>o.resetStickyChanged())}_outletAssigned(){!this._hasAllOutlets&&this._rowOutlet&&this._headerRowOutlet&&this._footerRowOutlet&&this._noDataRowOutlet&&(this._hasAllOutlets=!0,this._canRender()&&this._render())}_canRender(){return this._hasAllOutlets&&this._hasInitialized}_render(){this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDefs.length&&!this._footerRowDefs.length&&this._rowDefs.length;const i=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||i,this._forceRecalculateCellWidths=i,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}_getAllRenderRows(){const r=[],i=this._cachedRenderRowsMap;if(this._cachedRenderRowsMap=new Map,!this._data)return r;for(let s=0;s<this._data.length;s++){let o=this._data[s];const l=this._getRenderRowsForData(o,s,i.get(o));this._cachedRenderRowsMap.has(o)||this._cachedRenderRowsMap.set(o,new WeakMap);for(let a=0;a<l.length;a++){let u=l[a];const A=this._cachedRenderRowsMap.get(u.data);A.has(u.rowDef)?A.get(u.rowDef).push(u):A.set(u.rowDef,[u]),r.push(u)}}return r}_getRenderRowsForData(r,i,s){return this._getRowDefs(r,i).map(l=>{const a=s&&s.has(l)?s.get(l):[];if(a.length){const u=a.shift();return u.dataIndex=i,u}else return{data:r,rowDef:l,dataIndex:i}})}_cacheColumnDefs(){this._columnDefsByName.clear(),rC(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(i=>{this._columnDefsByName.has(i.name),this._columnDefsByName.set(i.name,i)})}_cacheRowDefs(){this._headerRowDefs=rC(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=rC(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=rC(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const r=this._rowDefs.filter(i=>!i.when);!this.multiTemplateDataRows&&r.length>1,this._defaultRowDef=r[0]}_renderUpdatedColumns(){const r=(l,a)=>{const u=!!a.getColumnsDiff();return l||u},i=this._rowDefs.reduce(r,!1);i&&this._forceRenderDataRows();const s=this._headerRowDefs.reduce(r,!1);s&&this._forceRenderHeaderRows();const o=this._footerRowDefs.reduce(r,!1);return o&&this._forceRenderFooterRows(),i||s||o}_switchDataSource(r){this._data=[],Qw(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),r||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=r}_observeRenderChanges(){if(!this.dataSource)return;let r;Qw(this.dataSource)?r=this.dataSource.connect(this):Wy(this.dataSource)?r=this.dataSource:Array.isArray(this.dataSource)&&(r=ar(this.dataSource)),this._renderChangeSubscription=r.pipe(Si(this._onDestroy)).subscribe(i=>{this._data=i||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((r,i)=>this._renderRow(this._headerRowOutlet,r,i)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((r,i)=>this._renderRow(this._footerRowOutlet,r,i)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(r,i){const s=Array.from((i==null?void 0:i.columns)||[]).map(a=>this._columnDefsByName.get(a)),o=s.map(a=>a.sticky),l=s.map(a=>a.stickyEnd);this._stickyStyler.updateStickyColumns(r,o,l,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(r){const i=[];for(let s=0;s<r.viewContainer.length;s++){const o=r.viewContainer.get(s);i.push(o.rootNodes[0])}return i}_getRowDefs(r,i){if(this._rowDefs.length==1)return[this._rowDefs[0]];let s=[];if(this.multiTemplateDataRows)s=this._rowDefs.filter(o=>!o.when||o.when(i,r));else{let o=this._rowDefs.find(l=>l.when&&l.when(i,r))||this._defaultRowDef;o&&s.push(o)}return s.length,s}_getEmbeddedViewArgs(r,i){const s=r.rowDef,o={$implicit:r.data};return{templateRef:s.template,context:o,index:i}}_renderRow(r,i,s,o={}){const l=r.viewContainer.createEmbeddedView(i.template,o,s);return this._renderCellTemplateForItem(i,o),l}_renderCellTemplateForItem(r,i){for(let s of this._getCellTemplates(r))eu.mostRecentCellOutlet&&eu.mostRecentCellOutlet._viewContainer.createEmbeddedView(s,i);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const r=this._rowOutlet.viewContainer;for(let i=0,s=r.length;i<s;i++){const l=r.get(i).context;l.count=s,l.first=i===0,l.last=i===s-1,l.even=i%2===0,l.odd=!l.even,this.multiTemplateDataRows?(l.dataIndex=this._renderRows[i].dataIndex,l.renderIndex=i):l.index=this._renderRows[i].dataIndex}}_getCellTemplates(r){return!r||!r.columns?[]:Array.from(r.columns,i=>{const s=this._columnDefsByName.get(i);return r.extractCellTemplate(s)})}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const r=(i,s)=>i||s.hasStickyChanged();this._headerRowDefs.reduce(r,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(r,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(r,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){const r=this._dir?this._dir.value:"ltr";this._stickyStyler=new JIe(this._isNativeHtmlTable,this.stickyCssClass,r,this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener,this._injector),(this._dir?this._dir.change:ar()).pipe(Si(this._onDestroy)).subscribe(i=>{this._stickyStyler.direction=i,this.updateStickyColumnStyles()})}_getOwnDefs(r){return r.filter(i=>!i._table||i._table===this)}_updateNoDataRow(){const r=this._customNoDataRow||this._noDataRow;if(!r)return;const i=this._rowOutlet.viewContainer.length===0;if(i===this._isShowingNoDataRow)return;const s=this._noDataRowOutlet.viewContainer;if(i){const o=s.createEmbeddedView(r.templateRef),l=o.rootNodes[0];o.rootNodes.length===1&&(l==null?void 0:l.nodeType)===this._document.ELEMENT_NODE&&(l.setAttribute("role","row"),l.classList.add(r._contentClassName))}else s.clear();this._isShowingNoDataRow=i,this._changeDetectorRef.markForCheck()}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(i,s,o){if(i&1&&(ps(o,x1,5),ps(o,$A,5),ps(o,M1,5),ps(o,hm,5),ps(o,fm,5)),i&2){let l;Gr(l=Lr())&&(s._noDataRow=l.first),Gr(l=Lr())&&(s._contentColumnDefs=l),Gr(l=Lr())&&(s._contentRowDefs=l),Gr(l=Lr())&&(s._contentHeaderRowDefs=l),Gr(l=Lr())&&(s._contentFooterRowDefs=l)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(i,s){i&2&&zr("cdk-table-fixed-layout",s.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",rr],fixedLayout:[2,"fixedLayout","fixedLayout",rr]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[ur([{provide:qA,useExisting:e},{provide:_f,useClass:wK},{provide:$3,useClass:kK},{provide:t5,useValue:null}])],ngContentSelectors:jIe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(i,s){i&1&&(ss(YIe),nr(0),nr(1,1),Tr(2,GIe,1,0)(3,LIe,7,0)(4,HIe,4,0)),i&2&&(rn(2),jr(s._isServer?2:-1),rn(),jr(s._isNativeHtmlTable?3:4))},dependencies:[eC,$x,nC,tC],styles:[".cdk-table-fixed-layout{table-layout:fixed}"],encapsulation:2}));let t=e;return t})();function rC(t,e){return t.concat(Array.from(e))}function PK(t,e){const n=e.toUpperCase();let r=t.viewContainer.element.nativeElement;for(;r;){const i=r.nodeType===1?r.nodeName:null;if(i===n)return r;if(i==="TABLE")break;r=r.parentNode}return null}let n5=(()=>{const e=class e{constructor(){d(this,"_table",Qe(C1,{optional:!0}));d(this,"_options",Qe(_Ie,{optional:!0}));d(this,"_name");d(this,"headerText");d(this,"dataAccessor");d(this,"justify","start");d(this,"columnDef");d(this,"cell");d(this,"headerCell");this._options=this._options||{}}get name(){return this._name}set name(r){this._name=r,this._syncColumnDefName()}ngOnInit(){this._syncColumnDefName(),this.headerText===void 0&&(this.headerText=this._createDefaultHeaderText()),this.dataAccessor||(this.dataAccessor=this._options.defaultDataAccessor||((r,i)=>r[i])),this._table&&(this.columnDef.cell=this.cell,this.columnDef.headerCell=this.headerCell,this._table.addColumnDef(this.columnDef))}ngOnDestroy(){this._table&&this._table.removeColumnDef(this.columnDef)}_createDefaultHeaderText(){const r=this.name;return this._options&&this._options.defaultHeaderTextTransform?this._options.defaultHeaderTextTransform(r):r[0].toUpperCase()+r.slice(1)}_syncColumnDefName(){this.columnDef&&(this.columnDef.name=this.name)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["cdk-text-column"]],viewQuery:function(i,s){if(i&1&&(bo($A,7),bo(D0,7),bo(F0,7)),i&2){let o;Gr(o=Lr())&&(s.columnDef=o.first),Gr(o=Lr())&&(s.cell=o.first),Gr(o=Lr())&&(s.headerCell=o.first)}},inputs:{name:"name",headerText:"headerText",dataAccessor:"dataAccessor",justify:"justify"},decls:3,vars:0,consts:[["cdkColumnDef",""],["cdk-header-cell","",3,"text-align",4,"cdkHeaderCellDef"],["cdk-cell","",3,"text-align",4,"cdkCellDef"],["cdk-header-cell",""],["cdk-cell",""]],template:function(i,s){i&1&&(Nf(0,0),Tr(1,WIe,2,3,"th",1)(2,VIe,2,3,"td",2),Of())},dependencies:[$A,F0,Jx,D0,Kx],encapsulation:2}));let t=e;return t})(),NK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[up,C1,M1,D0,eu,F0,b1,$A,Kx,qx,Jx,q3,Zx,hm,Xx,fm,$x,eC,tC,n5,x1,UK,nC],exports:[C1,M1,D0,eu,F0,b1,$A,Kx,qx,Jx,q3,Zx,hm,Xx,fm,$x,eC,tC,n5,x1,UK,nC]})),d(e,"ɵinj",Li({imports:[up]}));let t=e;return t})();const ZIe=[[["caption"]],[["colgroup"],["col"]],"*"],XIe=["caption","colgroup, col","*"];function qIe(t,e){t&1&&nr(0,2)}function $Ie(t,e){t&1&&(Zt(0,"thead",0),Ga(1,1),ln(),Zt(2,"tbody",2),Ga(3,3)(4,4),ln(),Zt(5,"tfoot",0),Ga(6,5),ln())}function eRe(t,e){t&1&&Ga(0,1)(1,3)(2,4)(3,5)}function tRe(t,e){if(t&1&&(Zt(0,"th",3),Qr(1),ln()),t&2){const n=Vr();Xg("text-align",n.justify),rn(),Yo(" ",n.headerText," ")}}function nRe(t,e){if(t&1&&(Zt(0,"td",4),Qr(1),ln()),t&2){const n=e.$implicit,r=Vr();Xg("text-align",r.justify),rn(),Yo(" ",r.dataAccessor(n,r.name)," ")}}let OK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["mat-table","recycleRows",""],["table","mat-table","","recycleRows",""]],features:[ur([{provide:_f,useClass:M8}])]}));let t=e;return t})(),r5=(()=>{const e=class e extends C1{constructor(){super(...arguments);d(this,"stickyCssClass","mat-mdc-table-sticky");d(this,"needsPositionStickyOnElement",!1)}};d(e,"ɵfac",(()=>{let i;return function(o){return(i||(i=Yr(e)))(o||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(s,o){s&2&&zr("mdc-table-fixed-layout",o.fixedLayout)},exportAs:["matTable"],features:[ur([{provide:C1,useExisting:e},{provide:qA,useExisting:e},{provide:$3,useClass:kK},{provide:_f,useClass:wK},{provide:t5,useValue:null}]),Vn],ngContentSelectors:XIe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(s,o){s&1&&(ss(ZIe),nr(0),nr(1,1),Tr(2,qIe,1,0)(3,$Ie,7,0)(4,eRe,4,0)),s&2&&(rn(2),jr(o._isServer?2:-1),rn(),jr(o._isNativeHtmlTable?3:4))},dependencies:[eC,$x,nC,tC],styles:[".mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{min-width:100%;border:0;border-spacing:0;table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color, var(--mat-sys-surface))}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell{text-align:right}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-header-headline-font, var(--mat-sys-title-small-font, Roboto, sans-serif));line-height:var(--mat-table-header-headline-line-height, var(--mat-sys-title-small-line-height));font-size:var(--mat-table-header-headline-size, var(--mat-sys-title-small-size, 14px));font-weight:var(--mat-table-header-headline-weight, var(--mat-sys-title-small-weight, 500))}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-row-item-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-row-item-label-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-row-item-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-footer-supporting-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-footer-supporting-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-footer-supporting-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-footer-supporting-text-weight, var(--mat-sys-body-medium-weight));letter-spacing:var(--mat-table-footer-supporting-text-tracking, var(--mat-sys-body-medium-tracking))}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking, var(--mat-sys-title-small-tracking));font-weight:inherit;line-height:inherit;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mat-mdc-header-cell{text-align:right}.mdc-data-table__row:last-child>.mat-mdc-header-cell{border-bottom:none}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking));line-height:inherit}.mdc-data-table__row:last-child>.mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking))}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}"],encapsulation:2}));let t=e;return t})(),iC=(()=>{const e=class e extends D0{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matCellDef",""]],features:[ur([{provide:D0,useExisting:e}]),Vn]}));let t=e;return t})(),sC=(()=>{const e=class e extends F0{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matHeaderCellDef",""]],features:[ur([{provide:F0,useExisting:e}]),Vn]}));let t=e;return t})(),YK=(()=>{const e=class e extends b1{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matFooterCellDef",""]],features:[ur([{provide:b1,useExisting:e}]),Vn]}));let t=e;return t})(),oC=(()=>{const e=class e extends $A{get name(){return this._name}set name(r){this._setNameInput(r)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},features:[ur([{provide:$A,useExisting:e},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:e}]),Vn]}));let t=e;return t})(),aC=(()=>{const e=class e extends Jx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[Vn]}));let t=e;return t})(),jK=(()=>{const e=class e extends q3{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:[1,"mat-mdc-footer-cell","mdc-data-table__cell"],features:[Vn]}));let t=e;return t})(),lC=(()=>{const e=class e extends Kx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[Vn]}));let t=e;return t})(),i5=(()=>{const e=class e extends hm{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",rr]},features:[ur([{provide:hm,useExisting:e}]),Vn]}));let t=e;return t})(),GK=(()=>{const e=class e extends fm{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matFooterRowDef",""]],inputs:{columns:[0,"matFooterRowDef","columns"],sticky:[2,"matFooterRowDefSticky","sticky",rr]},features:[ur([{provide:fm,useExisting:e}]),Vn]}));let t=e;return t})(),s5=(()=>{const e=class e extends M1{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[ur([{provide:M1,useExisting:e}]),Vn]}));let t=e;return t})(),o5=(()=>{const e=class e extends Zx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[ur([{provide:Zx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),LK=(()=>{const e=class e extends Xx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-mdc-footer-row","mdc-data-table__row"],exportAs:["matFooterRow"],features:[ur([{provide:Xx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),a5=(()=>{const e=class e extends qx{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[ur([{provide:qx,useExisting:e}]),Vn],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(i,s){i&1&&Ga(0,0)},dependencies:[eu],encapsulation:2}));let t=e;return t})(),HK=(()=>{const e=class e extends x1{constructor(){super(...arguments);d(this,"_contentClassName","mat-mdc-no-data-row")}};d(e,"ɵfac",(()=>{let i;return function(o){return(i||(i=Yr(e)))(o||e)}})()),d(e,"ɵdir",en({type:e,selectors:[["ng-template","matNoDataRow",""]],features:[ur([{provide:x1,useExisting:e}]),Vn]}));let t=e;return t})(),WK=(()=>{const e=class e extends n5{};d(e,"ɵfac",(()=>{let r;return function(s){return(r||(r=Yr(e)))(s||e)}})()),d(e,"ɵcmp",Dr({type:e,selectors:[["mat-text-column"]],features:[Vn],decls:3,vars:0,consts:[["matColumnDef",""],["mat-header-cell","",3,"text-align",4,"matHeaderCellDef"],["mat-cell","",3,"text-align",4,"matCellDef"],["mat-header-cell",""],["mat-cell",""]],template:function(i,s){i&1&&(Nf(0,0),Tr(1,tRe,2,3,"th",1)(2,nRe,2,3,"td",2),Of())},dependencies:[oC,sC,aC,iC,lC],encapsulation:2}));let t=e;return t})(),rRe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,NK,r5,OK,sC,i5,oC,iC,s5,YK,GK,aC,lC,jK,o5,a5,LK,HK,WK],exports:[_r,r5,OK,sC,i5,oC,iC,s5,YK,GK,aC,lC,jK,o5,a5,LK,HK,WK]})),d(e,"ɵinj",Li({imports:[_r,NK,_r]}));let t=e;return t})();const iRe=9007199254740991;class sRe extends t7{constructor(n=[]){super();d(this,"_data");d(this,"_renderData",new ua([]));d(this,"_filter",new ua(""));d(this,"_internalPageChanges",new sr);d(this,"_renderChangesSubscription",null);d(this,"filteredData");d(this,"_sort");d(this,"_paginator");d(this,"sortingDataAccessor",(n,r)=>{const i=n[r];if(iY(i)){const s=Number(i);return s<iRe?s:i}return i});d(this,"sortData",(n,r)=>{const i=r.active,s=r.direction;return!i||s==""?n:n.sort((o,l)=>{let a=this.sortingDataAccessor(o,i),u=this.sortingDataAccessor(l,i);const A=typeof a,h=typeof u;A!==h&&(A==="number"&&(a+=""),h==="number"&&(u+=""));let f=0;return a!=null&&u!=null?a>u?f=1:a<u&&(f=-1):a!=null?f=1:u!=null&&(f=-1),f*(s=="asc"?1:-1)})});d(this,"filterPredicate",(n,r)=>{const i=r.trim().toLowerCase();return Object.values(n).some(s=>`${s}`.toLowerCase().includes(i))});this._data=new ua(n),this._updateChangeSubscription()}get data(){return this._data.value}set data(n){n=Array.isArray(n)?n:[],this._data.next(n),this._renderChangesSubscription||this._filterData(n)}get filter(){return this._filter.value}set filter(n){this._filter.next(n),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(n){this._sort=n,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(n){this._paginator=n,this._updateChangeSubscription()}_updateChangeSubscription(){var a;const n=this._sort?Zl(this._sort.sortChange,this._sort.initialized):ar(null),r=this._paginator?Zl(this._paginator.page,this._internalPageChanges,this._paginator.initialized):ar(null),i=this._data,s=Bf([i,this._filter]).pipe(wt(([u])=>this._filterData(u))),o=Bf([s,n]).pipe(wt(([u])=>this._orderData(u))),l=Bf([o,r]).pipe(wt(([u])=>this._pageData(u)));(a=this._renderChangesSubscription)==null||a.unsubscribe(),this._renderChangesSubscription=l.subscribe(u=>this._renderData.next(u))}_filterData(n){return this.filteredData=this.filter==null||this.filter===""?n:n.filter(r=>this.filterPredicate(r,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(n){return this.sort?this.sortData(n.slice(),this.sort):n}_pageData(n){if(!this.paginator)return n;const r=this.paginator.pageIndex*this.paginator.pageSize;return n.slice(r,r+this.paginator.pageSize)}_updatePaginator(n){Promise.resolve().then(()=>{const r=this.paginator;if(r&&(r.length=n,r.pageIndex>0)){const i=Math.ceil(r.length/r.pageSize)-1||0,s=Math.min(r.pageIndex,i);s!==r.pageIndex&&(r.pageIndex=s,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var n;(n=this._renderChangesSubscription)==null||n.unsubscribe(),this._renderChangesSubscription=null}}const oRe=()=>["expandDetail"],aRe=()=>["administerDate","endDate"],lRe=()=>({height:"47px",margin:"0"});function cRe(t,e){if(t&1&&(Zt(0,"th",16),os(1,"translate"),Qr(2),os(3,"translate"),ln()),t&2){const n=Vr(2).$implicit;Kr("sortActionDescription",as(1,2,"vaccinations."+n+".sort")),rn(2),Yo(" ",as(3,4,"vaccinations."+n)," ")}}function ARe(t,e){if(t&1&&(Qr(0),os(1,"customDate")),t&2){const n=Vr().$implicit,r=Vr(2).$implicit;Yo(" ",as(1,1,n[r])," ")}}function uRe(t,e){if(t&1&&Qr(0),t&2){const n=Vr().$implicit,r=Vr(2).$implicit;Yo(" ",!n[r]||n[r]===""?"-":n[r]," ")}}function dRe(t,e){if(t&1&&(Zt(0,"td",17),Tr(1,ARe,2,3)(2,uRe,1,1),ln()),t&2){const n=Vr(2).$implicit;rn(),jr(ZB(1,aRe).includes(n)?1:2)}}function hRe(t,e){if(t&1&&(Nf(0,13),Tr(1,cRe,4,6,"th",14)(2,dRe,3,2,"td",15),Of()),t&2){const n=Vr().$implicit;Kr("matColumnDef",n)}}function fRe(t,e){if(t&1&&Tr(0,hRe,3,1,"ng-container",13),t&2){const n=e.$implicit;jr(n!=="expand"?0:-1)}}function gRe(t,e){t&1&&(Zt(0,"th",18)(1,"span"),Er(2,"mat-icon",19),Zt(3,"span"),Qr(4),os(5,"translate"),ln()()()),t&2&&(rn(4),Pi(as(5,1,"table.expand")))}function pRe(t,e){t&1&&Er(0,"mat-icon",22)}function mRe(t,e){t&1&&Er(0,"mat-icon",23)}function ERe(t,e){if(t&1){const n=yA();Zt(0,"td",20)(1,"button",21),ai("click",function(){const i=il(n).$implicit,s=Vr();return sl(s.expandedElement=s.expandedElement===i?void 0:i)}),Zt(2,"span"),Qr(3),os(4,"translate"),ln(),Tr(5,pRe,1,0,"mat-icon",22)(6,mRe,1,0,"mat-icon",23),ln()()}if(t&2){const n=e.$implicit,r=Vr();rn(3),Pi(as(4,2,"table.expand")),rn(2),jr(r.expandedElement===n?5:6)}}function vRe(t,e){if(t&1&&(Zt(0,"td",24)(1,"div",25)(2,"div",26)(3,"span",27),Qr(4),os(5,"translate"),ln(),Zt(6,"span",28),Qr(7),os(8,"customDate"),ln(),Zt(9,"span",27),Qr(10),os(11,"translate"),ln(),Zt(12,"span",28),Qr(13),os(14,"customDate"),ln(),Zt(15,"span",27),Qr(16),os(17,"translate"),ln(),Zt(18,"span",28),Qr(19),ln(),Zt(20,"span",27),Qr(21),os(22,"translate"),ln(),Zt(23,"span",28),Qr(24),ln(),Zt(25,"span",27),Qr(26),os(27,"translate"),ln(),Zt(28,"span",28),Qr(29),ln(),Zt(30,"span",27),Qr(31),os(32,"translate"),ln(),Zt(33,"span",28),Qr(34),ln()()()()),t&2){const n=e.$implicit,r=Vr();zr("mh-detail-row--expanded",n===r.expandedElement),Kr("colSpan",r.columns.length),rn(4),Pi(as(5,16,"vaccinations.administerDate")),rn(3),Pi(!n.administerDate||n.administerDate===""?"-":as(8,18,n.administerDate)),rn(3),Pi(as(11,20,"vaccinations.endDate")),rn(3),Pi(!n.endDate||n.endDate===""?"-":as(14,22,n.endDate)),rn(3),Pi(as(17,24,"vaccinations.code")),rn(3),vD(" ",!(n.code!=null&&n.code.type)||(n.code==null?null:n.code.type)===""?"-":n.code==null?null:n.code.type," ",!(n.code!=null&&n.code.value)||(n.code==null?null:n.code.value)===""?"-":n.code==null?null:n.code.value," "),rn(2),Pi(as(22,26,"vaccinations.countryCode")),rn(3),Pi(!n.countryCode||n.countryCode===""?"-":n.countryCode),rn(2),Pi(as(27,28,"vaccinations.description")),rn(3),Pi(!n.description||n.description===""?"-":n.description),rn(2),Pi(as(32,30,"vaccinations.indication")),rn(3),Pi(!n.indication||n.indication===""?"-":n.indication)}}function yRe(t,e){t&1&&Er(0,"tr",29)}function BRe(t,e){t&1&&Er(0,"tr",30)}function wRe(t,e){t&1&&Er(0,"tr",31)}function bRe(t,e){if(t&1&&Er(0,"ngx-skeleton-loader",10),t&2){const n=Vr();Kr("count",n.dataSource().data.length<=0?3:n.dataSource().data.length>n.pageSize?n.pageSize:n.dataSource().data.length)("theme",ZB(2,lRe))}}function MRe(t,e){t&1&&(Zt(0,"p",11),Qr(1),os(2,"translate"),ln()),t&2&&(rn(),Pi(as(2,1,"vaccinations.timeout")))}function xRe(t,e){t&1&&(Zt(0,"p",11),Qr(1),os(2,"translate"),ln()),t&2&&(rn(),Pi(as(2,1,"vaccinations.no-data")))}const vm=class vm{constructor(){d(this,"initialColumns",["indication","description","administerDate","endDate","expand"]);d(this,"columns",this.initialColumns);d(this,"pageSize",10);d(this,"expandedElement");d(this,"sort",NP.required(dm));d(this,"paginator",NP.required(um));d(this,"isLoading",Oo.required());d(this,"hasError",Oo.required());d(this,"vaccinations",Oo.required());d(this,"dataSource",jc(()=>{var n;const e=new sRe(this.vaccinations());return e.sort=this.sort(),e.paginator=this.paginator(),(n=this.paginator())==null||n.firstPage(),e}))}};d(vm,"ɵfac",function(n){return new(n||vm)}),d(vm,"ɵcmp",Dr({type:vm,selectors:[["mh-vaccinations-table"]],viewQuery:function(n,r){n&1&&(vN(r.sort,dm,5),vN(r.paginator,um,5)),n&2&&yN(2)},inputs:{isLoading:[1,"isLoading"],hasError:[1,"hasError"],vaccinations:[1,"vaccinations"]},features:[ur([{provide:Am,useClass:K3}])],decls:16,vars:12,consts:[[1,"mh-table"],["mat-table","","multiTemplateDataRows","","matSort","",3,"dataSource"],["matColumnDef","expand"],["class","mh-table__heading mh-table__heading--details","mat-header-cell","","aria-label","row actions",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","expandDetail"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["class","mh-table__row","mat-row","",4,"matRowDef","matRowDefColumns"],["class","mh-detail-row","mat-row","",4,"matRowDef","matRowDefColumns"],["appearance","line",3,"count","theme"],[1,"mh-table__no-data"],[3,"hidePageSize","disabled","length","pageSize"],[3,"matColumnDef"],["class","mh-table__heading","mat-header-cell","","mat-sort-header","",3,"sortActionDescription",4,"matHeaderCellDef"],["mat-cell","","class","capitalize",4,"matCellDef"],["mat-header-cell","","mat-sort-header","",1,"mh-table__heading",3,"sortActionDescription"],["mat-cell","",1,"capitalize"],["mat-header-cell","","aria-label","row actions",1,"mh-table__heading","mh-table__heading--details"],["fontIcon","info"],["mat-cell",""],["mat-button","","type","button","aria-label","expand row",1,"mh-table__row__showmore",3,"click"],["fontIcon","keyboard_arrow_up","iconPositionEnd",""],["fontIcon","keyboard_arrow_down","iconPositionEnd",""],["mat-cell","",3,"colSpan"],[1,"mh-table__details"],[1,"mh-table-detail"],[1,"mh-table-detail__label"],[1,"mh-table-detail__value"],["mat-header-row",""],["mat-row","",1,"mh-table__row"],["mat-row","",1,"mh-detail-row"]],template:function(n,r){n&1&&(Zt(0,"div",0)(1,"table",1),VB(2,fRe,1,1,null,null,WB),Nf(4,2),Tr(5,gRe,6,3,"th",3)(6,ERe,7,4,"td",4),Of(),Nf(7,5),Tr(8,vRe,35,32,"td",6),Of(),Tr(9,yRe,1,0,"tr",7)(10,BRe,1,0,"tr",8)(11,wRe,1,0,"tr",9),ln(),Tr(12,bRe,1,3,"ngx-skeleton-loader",10)(13,MRe,3,3,"p",11)(14,xRe,3,3,"p",11),Er(15,"mat-paginator",12),ln()),n&2&&(rn(),Kr("dataSource",r.dataSource()),rn(),_B(r.columns),rn(7),Kr("matHeaderRowDef",r.columns),rn(),Kr("matRowDefColumns",r.columns),rn(),Kr("matRowDefColumns",ZB(11,oRe)),rn(),jr(r.isLoading()?12:-1),rn(),jr(!r.isLoading()&&r.hasError()?13:-1),rn(),jr(!r.isLoading()&&r.dataSource().data.length===0&&!r.hasError()?14:-1),rn(),Kr("hidePageSize",!0)("disabled",r.isLoading())("length",r.dataSource().data.length)("pageSize",r.pageSize))},dependencies:[a1,bx,Sw,Cw,y8,_E,OIe,dm,Z3,rRe,r5,sC,i5,oC,iC,s5,aC,lC,o5,a5,QIe,um,XO,uw,Vx],encapsulation:2}));let l5=vm;class c5{}let VK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵcmp",Dr({type:e,selectors:[["ng-component"]],hostAttrs:["cdk-text-field-style-loader",""],decls:0,vars:0,template:function(i,s){},styles:["textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}"],encapsulation:2,changeDetection:0}));let t=e;return t})();const CRe={passive:!0};let _K=(()=>{const e=class e{constructor(){d(this,"_platform",Qe(go));d(this,"_ngZone",Qe(Fr));d(this,"_renderer",Qe(ec).createRenderer(null,null));d(this,"_styleLoader",Qe(Rl));d(this,"_monitoredElements",new Map)}monitor(r){if(!this._platform.isBrowser)return Kl;this._styleLoader.load(VK);const i=Ku(r),s=this._monitoredElements.get(i);if(s)return s.subject;const o=new sr,l="cdk-text-field-autofilled",a=A=>{A.animationName==="cdk-text-field-autofill-start"&&!i.classList.contains(l)?(i.classList.add(l),this._ngZone.run(()=>o.next({target:A.target,isAutofilled:!0}))):A.animationName==="cdk-text-field-autofill-end"&&i.classList.contains(l)&&(i.classList.remove(l),this._ngZone.run(()=>o.next({target:A.target,isAutofilled:!1})))},u=this._ngZone.runOutsideAngular(()=>(i.classList.add("cdk-text-field-autofill-monitored"),_u(this._renderer,i,"animationstart",a,CRe)));return this._monitoredElements.set(i,{subject:o,unlisten:u}),o}stopMonitoring(r){const i=Ku(r),s=this._monitoredElements.get(i);s&&(s.unlisten(),s.subject.complete(),i.classList.remove("cdk-text-field-autofill-monitored"),i.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(i))}ngOnDestroy(){this._monitoredElements.forEach((r,i)=>this.stopMonitoring(i))}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵprov",qt({token:e,factory:e.ɵfac,providedIn:"root"}));let t=e;return t})(),JK=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_autofillMonitor",Qe(_K));d(this,"cdkAutofill",new Jr)}ngOnInit(){this._autofillMonitor.monitor(this._elementRef).subscribe(r=>this.cdkAutofill.emit(r))}ngOnDestroy(){this._autofillMonitor.stopMonitoring(this._elementRef)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["","cdkAutofill",""]],outputs:{cdkAutofill:"cdkAutofill"}}));let t=e;return t})(),KK=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_platform",Qe(go));d(this,"_ngZone",Qe(Fr));d(this,"_renderer",Qe(ja));d(this,"_resizeEvents",new sr);d(this,"_previousValue");d(this,"_initialHeight");d(this,"_destroyed",new sr);d(this,"_listenerCleanups");d(this,"_minRows");d(this,"_maxRows");d(this,"_enabled",!0);d(this,"_previousMinRows",-1);d(this,"_textareaElement");d(this,"_cachedLineHeight");d(this,"_cachedPlaceholderHeight");d(this,"_cachedScrollTop");d(this,"_document",Qe(Ei,{optional:!0}));d(this,"_hasFocus");d(this,"_isViewInited",!1);d(this,"_handleFocusEvent",r=>{this._hasFocus=r.type==="focus"});Qe(Rl).load(VK),this._textareaElement=this._elementRef.nativeElement}get minRows(){return this._minRows}set minRows(r){this._minRows=Ju(r),this._setMinHeight()}get maxRows(){return this._maxRows}set maxRows(r){this._maxRows=Ju(r),this._setMaxHeight()}get enabled(){return this._enabled}set enabled(r){this._enabled!==r&&((this._enabled=r)?this.resizeToFitContent(!0):this.reset())}get placeholder(){return this._textareaElement.placeholder}set placeholder(r){this._cachedPlaceholderHeight=void 0,r?this._textareaElement.setAttribute("placeholder",r):this._textareaElement.removeAttribute("placeholder"),this._cacheTextareaPlaceholderHeight()}_setMinHeight(){const r=this.minRows&&this._cachedLineHeight?`${this.minRows*this._cachedLineHeight}px`:null;r&&(this._textareaElement.style.minHeight=r)}_setMaxHeight(){const r=this.maxRows&&this._cachedLineHeight?`${this.maxRows*this._cachedLineHeight}px`:null;r&&(this._textareaElement.style.maxHeight=r)}ngAfterViewInit(){this._platform.isBrowser&&(this._initialHeight=this._textareaElement.style.height,this.resizeToFitContent(),this._ngZone.runOutsideAngular(()=>{this._listenerCleanups=[this._renderer.listen("window","resize",()=>this._resizeEvents.next()),this._renderer.listen(this._textareaElement,"focus",this._handleFocusEvent),this._renderer.listen(this._textareaElement,"blur",this._handleFocusEvent)],this._resizeEvents.pipe(Jy(16)).subscribe(()=>{this._cachedLineHeight=this._cachedPlaceholderHeight=void 0,this.resizeToFitContent(!0)})}),this._isViewInited=!0,this.resizeToFitContent(!0))}ngOnDestroy(){var r;(r=this._listenerCleanups)==null||r.forEach(i=>i()),this._resizeEvents.complete(),this._destroyed.next(),this._destroyed.complete()}_cacheTextareaLineHeight(){if(this._cachedLineHeight)return;const r=this._textareaElement.cloneNode(!1),i=r.style;r.rows=1,i.position="absolute",i.visibility="hidden",i.border="none",i.padding="0",i.height="",i.minHeight="",i.maxHeight="",i.top=i.bottom=i.left=i.right="auto",i.overflow="hidden",this._textareaElement.parentNode.appendChild(r),this._cachedLineHeight=r.clientHeight,r.remove(),this._setMinHeight(),this._setMaxHeight()}_measureScrollHeight(){const r=this._textareaElement,i=r.style.marginBottom||"",s=this._platform.FIREFOX,o=s&&this._hasFocus,l=s?"cdk-textarea-autosize-measuring-firefox":"cdk-textarea-autosize-measuring";o&&(r.style.marginBottom=`${r.clientHeight}px`),r.classList.add(l);const a=r.scrollHeight-4;return r.classList.remove(l),o&&(r.style.marginBottom=i),a}_cacheTextareaPlaceholderHeight(){if(!this._isViewInited||this._cachedPlaceholderHeight!=null)return;if(!this.placeholder){this._cachedPlaceholderHeight=0;return}const r=this._textareaElement.value;this._textareaElement.value=this._textareaElement.placeholder,this._cachedPlaceholderHeight=this._measureScrollHeight(),this._textareaElement.value=r}ngDoCheck(){this._platform.isBrowser&&this.resizeToFitContent()}resizeToFitContent(r=!1){if(!this._enabled||(this._cacheTextareaLineHeight(),this._cacheTextareaPlaceholderHeight(),this._cachedScrollTop=this._textareaElement.scrollTop,!this._cachedLineHeight))return;const i=this._elementRef.nativeElement,s=i.value;if(!r&&this._minRows===this._previousMinRows&&s===this._previousValue)return;const o=this._measureScrollHeight(),l=Math.max(o,this._cachedPlaceholderHeight||0);i.style.height=`${l}px`,this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame<"u"?requestAnimationFrame(()=>this._scrollToCaretPosition(i)):setTimeout(()=>this._scrollToCaretPosition(i))}),this._previousValue=s,this._previousMinRows=this._minRows}reset(){this._initialHeight!==void 0&&(this._textareaElement.style.height=this._initialHeight)}_noopInputHandler(){}_scrollToCaretPosition(r){const{selectionStart:i,selectionEnd:s}=r;!this._destroyed.isStopped&&this._hasFocus&&(r.setSelectionRange(i,s),r.scrollTop=this._cachedScrollTop)}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["textarea","cdkTextareaAutosize",""]],hostAttrs:["rows","1",1,"cdk-textarea-autosize"],hostBindings:function(i,s){i&1&&ai("input",function(){return s._noopInputHandler()})},inputs:{minRows:[0,"cdkAutosizeMinRows","minRows"],maxRows:[0,"cdkAutosizeMaxRows","maxRows"],enabled:[2,"cdkTextareaAutosize","enabled",rr],placeholder:"placeholder"},exportAs:["cdkTextareaAutosize"]}));let t=e;return t})(),ZK=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[JK,KK],exports:[JK,KK]})),d(e,"ɵinj",Li({}));let t=e;return t})();const IRe=new un("MAT_INPUT_VALUE_ACCESSOR"),RRe=["button","checkbox","file","hidden","image","radio","range","reset","submit"],SRe=new un("MAT_INPUT_CONFIG");let A5=(()=>{const e=class e{constructor(){d(this,"_elementRef",Qe(wr));d(this,"_platform",Qe(go));d(this,"ngControl",Qe(Zf,{optional:!0,self:!0}));d(this,"_autofillMonitor",Qe(_K));d(this,"_ngZone",Qe(Fr));d(this,"_formField",Qe(sb,{optional:!0}));d(this,"_renderer",Qe(ja));d(this,"_uid",Qe(Hc).getId("mat-input-"));d(this,"_previousNativeValue");d(this,"_inputValueAccessor");d(this,"_signalBasedValueAccessor");d(this,"_previousPlaceholder");d(this,"_errorStateTracker");d(this,"_config",Qe(SRe,{optional:!0}));d(this,"_cleanupIosKeyup");d(this,"_cleanupWebkitWheel");d(this,"_formFieldDescribedBy");d(this,"_isServer");d(this,"_isNativeSelect");d(this,"_isTextarea");d(this,"_isInFormField");d(this,"focused",!1);d(this,"stateChanges",new sr);d(this,"controlType","mat-input");d(this,"autofilled",!1);d(this,"_disabled",!1);d(this,"_id");d(this,"placeholder");d(this,"name");d(this,"_required");d(this,"_type","text");d(this,"userAriaDescribedBy");d(this,"_readonly",!1);d(this,"disabledInteractive");d(this,"_neverEmptyInputTypes",["date","datetime","datetime-local","month","time","week"].filter(r=>FY().has(r)));d(this,"_iOSKeyupListener",r=>{const i=r.target;!i.value&&i.selectionStart===0&&i.selectionEnd===0&&(i.setSelectionRange(1,1),i.setSelectionRange(0,0))});d(this,"_webkitBlinkWheelListener",()=>{});var u;const r=Qe(Xf,{optional:!0}),i=Qe(Xw,{optional:!0}),s=Qe(Hx),o=Qe(IRe,{optional:!0,self:!0}),l=this._elementRef.nativeElement,a=l.nodeName.toLowerCase();o?BE(o.value)?this._signalBasedValueAccessor=o:this._inputValueAccessor=o:this._inputValueAccessor=l,this._previousNativeValue=this.value,this.id=this.id,this._platform.IOS&&this._ngZone.runOutsideAngular(()=>{this._cleanupIosKeyup=this._renderer.listen(l,"keyup",this._iOSKeyupListener)}),this._errorStateTracker=new L3(s,this.ngControl,i,r,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect=a==="select",this._isTextarea=a==="textarea",this._isInFormField=!!this._formField,this.disabledInteractive=((u=this._config)==null?void 0:u.disabledInteractive)||!1,this._isNativeSelect&&(this.controlType=l.multiple?"mat-native-select-multiple":"mat-native-select"),this._signalBasedValueAccessor&&qg(()=>{this._signalBasedValueAccessor.value(),this.stateChanges.next()})}get disabled(){return this._disabled}set disabled(r){this._disabled=ap(r),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(r){this._id=r||this._uid}get required(){var r,i;return this._required??((i=(r=this.ngControl)==null?void 0:r.control)==null?void 0:i.hasValidator(k8.required))??!1}set required(r){this._required=ap(r)}get type(){return this._type}set type(r){const i=this._type;this._type=r||"text",this._validateType(),!this._isTextarea&&FY().has(this._type)&&(this._elementRef.nativeElement.type=this._type),this._type!==i&&this._ensureWheelDefaultBehavior()}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(r){this._errorStateTracker.matcher=r}get value(){return this._signalBasedValueAccessor?this._signalBasedValueAccessor.value():this._inputValueAccessor.value}set value(r){r!==this.value&&(this._signalBasedValueAccessor?this._signalBasedValueAccessor.value.set(r):this._inputValueAccessor.value=r,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(r){this._readonly=ap(r)}get errorState(){return this._errorStateTracker.errorState}set errorState(r){this._errorStateTracker.errorState=r}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(r=>{this.autofilled=r.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){var r,i;this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),(r=this._cleanupIosKeyup)==null||r.call(this),(i=this._cleanupWebkitWheel)==null||i.call(this)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),this.ngControl.disabled!==null&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(r){this._elementRef.nativeElement.focus(r)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(r){if(r!==this.focused){if(!this._isNativeSelect&&r&&this.disabled&&this.disabledInteractive){const i=this._elementRef.nativeElement;i.type==="number"?(i.type="text",i.setSelectionRange(0,0),i.type="number"):i.setSelectionRange(0,0)}this.focused=r,this.stateChanges.next()}}_onInput(){}_dirtyCheckNativeValue(){const r=this._elementRef.nativeElement.value;this._previousNativeValue!==r&&(this._previousNativeValue=r,this.stateChanges.next())}_dirtyCheckPlaceholder(){const r=this._getPlaceholder();if(r!==this._previousPlaceholder){const i=this._elementRef.nativeElement;this._previousPlaceholder=r,r?i.setAttribute("placeholder",r):i.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){RRe.indexOf(this._type)>-1}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let r=this._elementRef.nativeElement.validity;return r&&r.badInput}get empty(){return!this._isNeverEmpty()&&!this._elementRef.nativeElement.value&&!this._isBadInput()&&!this.autofilled}get shouldLabelFloat(){if(this._isNativeSelect){const r=this._elementRef.nativeElement,i=r.options[0];return this.focused||r.multiple||!this.empty||!!(r.selectedIndex>-1&&i&&i.label)}else return this.focused&&!this.disabled||!this.empty}setDescribedByIds(r){const i=this._elementRef.nativeElement,s=i.getAttribute("aria-describedby");let o;if(s){const l=this._formFieldDescribedBy||r;o=r.concat(s.split(" ").filter(a=>a&&!l.includes(a)))}else o=r;this._formFieldDescribedBy=r,o.length?i.setAttribute("aria-describedby",o.join(" ")):i.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const r=this._elementRef.nativeElement;return this._isNativeSelect&&(r.multiple||r.size>1)}_ensureWheelDefaultBehavior(){var r;(r=this._cleanupWebkitWheel)==null||r.call(this),this._type==="number"&&(this._platform.BLINK||this._platform.WEBKIT)&&(this._cleanupWebkitWheel=this._renderer.listen(this._elementRef.nativeElement,"wheel",this._webkitBlinkWheelListener))}_getReadonlyAttribute(){return this._isNativeSelect?null:this.readonly||this.disabled&&this.disabledInteractive?"true":null}};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵdir",en({type:e,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:21,hostBindings:function(i,s){i&1&&ai("focus",function(){return s._focusChanged(!0)})("blur",function(){return s._focusChanged(!1)})("input",function(){return s._onInput()}),i&2&&(BA("id",s.id)("disabled",s.disabled&&!s.disabledInteractive)("required",s.required),Wr("name",s.name||null)("readonly",s._getReadonlyAttribute())("aria-disabled",s.disabled&&s.disabledInteractive?"true":null)("aria-invalid",s.empty&&s.required?null:s.errorState)("aria-required",s.required)("id",s.id),zr("mat-input-server",s._isServer)("mat-mdc-form-field-textarea-control",s._isInFormField&&s._isTextarea)("mat-mdc-form-field-input-control",s._isInFormField)("mat-mdc-input-disabled-interactive",s.disabledInteractive)("mdc-text-field__input",s._isInFormField)("mat-mdc-native-select-inline",s._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly",disabledInteractive:[2,"disabledInteractive","disabledInteractive",rr]},exportAs:["matInput"],features:[ur([{provide:ib,useExisting:e}]),Zo]}));let t=e;return t})(),DRe=(()=>{const e=class e{};d(e,"ɵfac",function(i){return new(i||e)}),d(e,"ɵmod",Hi({type:e,imports:[_r,S0,A5],exports:[A5,S0,ZK,_r]})),d(e,"ɵinj",Li({imports:[_r,S0,S0,ZK,_r]}));let t=e;return t})();const ym=class ym{constructor(){d(this,"searchValue","");d(this,"searchValueChanged",CB())}};d(ym,"ɵfac",function(n){return new(n||ym)}),d(ym,"ɵcmp",Dr({type:ym,selectors:[["mh-vaccinations-search"]],outputs:{searchValueChanged:"searchValueChanged"},decls:4,vars:4,consts:[["appearance","outline",1,"mh-table__search"],["fontIcon","search","matPrefix",""],["matInput","","type","text","name","search",1,"mh-table__search__input",3,"ngModelChange","keyup","placeholder","ngModel"]],template:function(n,r){n&1&&(Zt(0,"mat-form-field",0),Er(1,"mat-icon",1),Zt(2,"input",2),os(3,"translate"),bN("ngModelChange",function(s){return kie(r.searchValue,s)||(r.searchValue=s),s}),ai("keyup",function(){return r.searchValueChanged.emit(r.searchValue)}),ln()()),n&2&&(rn(2),Kr("placeholder",as(3,2,"search")+" ..."),wN("ngModel",r.searchValue))},dependencies:[QAe,KE,N8,Zw,y8,_E,S0,ob,$8,DRe,A5,a1,bx],encapsulation:2}));let u5=ym;const FRe=["*"],TRe=[[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],[["","mat-card-image",""],["","matCardImage",""],["","mat-card-sm-image",""],["","matCardImageSmall",""],["","mat-card-md-image",""],["","matCardImageMedium",""],["","mat-card-lg-image",""],["","matCardImageLarge",""],["","mat-card-xl-image",""],["","matCardImageXLarge",""]],"*"],QRe=[`mat-card-title, mat-card-subtitle,
|
|
779
779
|
[mat-card-title], [mat-card-subtitle],
|
|
780
780
|
[matCardTitle], [matCardSubtitle]`,`[mat-card-image], [matCardImage],
|
|
781
781
|
[mat-card-sm-image], [matCardImageSmall],
|
|
@@ -1358,7 +1358,7 @@ end`),ne},Z}(cn),st=function(){function Pe(){}return Pe.open=function(q,te,ne,Ee
|
|
|
1358
1358
|
</rdf:Description>
|
|
1359
1359
|
`)},endMetadata:function(){this._addInfo(),this.metadata.end(),this.version!=1.3&&(this.metadataRef=this.ref({length:this.metadata.getLength(),Type:"Metadata",Subtype:"XML"}),this.metadataRef.compress=!1,this.metadataRef.write(A.from(this.metadata.getXML(),"utf-8")),this.metadataRef.end(),this._root.data.Metadata=this.metadataRef)}},Bs=function(Pe){function Z(){var te,ne=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};switch(te=Pe.call(this,ne)||this,te.options=ne,ne.pdfVersion){case"1.4":te.version=1.4;break;case"1.5":te.version=1.5;break;case"1.6":te.version=1.6;break;case"1.7":case"1.7ext3":te.version=1.7;break;default:te.version=1.3;break}te.compress=te.options.compress!=null?te.options.compress:!0,te._pageBuffer=[],te._pageBufferStart=0,te._offsets=[],te._waiting=0,te._ended=!1,te._offset=0;var Ee=te.ref({Type:"Pages",Count:0,Kids:[]}),Te=te.ref({Dests:new Ie});if(te._root=te.ref({Type:"Catalog",Pages:Ee,Names:Te}),te.options.lang&&(te._root.data.Lang=new String(te.options.lang)),te.page=null,te.initMetadata(),te.initColor(),te.initVector(),te.initFonts(ne.font),te.initText(),te.initImages(),te.initOutline(),te.initMarkings(ne),te.initSubset(ne),te.info={Producer:"PDFKit",Creator:"PDFKit",CreationDate:new Date},te.options.info)for(var ct in te.options.info){var Et=te.options.info[ct];te.info[ct]=Et}return te.options.displayTitle&&(te._root.data.ViewerPreferences=te.ref({DisplayDocTitle:!0})),te._id=St.generateFileID(te.info),te._security=St.create(te,ne),te._write("%PDF-"+te.version),te._write("%ÿÿÿÿ"),te.options.autoFirstPage!==!1&&te.addPage(),te}k(Z,Pe);var q=Z.prototype;return q.addPage=function(ne){ne==null&&(ne=this.options),this.options.bufferPages||this.flushPages(),this.page=new ke(this,ne),this._pageBuffer.push(this.page);var Ee=this._root.data.Pages.data;return Ee.Kids.push(this.page.dictionary),Ee.Count++,this.x=this.page.margins.left,this.y=this.page.margins.top,this._ctm=[1,0,0,1,0,0],this.transform(1,0,0,-1,0,this.page.height),this.emit("pageAdded"),this},q.continueOnNewPage=function(ne){var Ee=this.endPageMarkings(this.page);return this.addPage(ne),this.initPageMarkings(Ee),this},q.bufferedPageRange=function(){return{start:this._pageBufferStart,count:this._pageBuffer.length}},q.switchToPage=function(ne){var Ee;if(!(Ee=this._pageBuffer[ne-this._pageBufferStart]))throw new Error("switchToPage("+ne+") out of bounds, current buffer covers pages "+this._pageBufferStart+" to "+(this._pageBufferStart+this._pageBuffer.length-1));return this.page=Ee},q.flushPages=function(){var ne=this._pageBuffer;this._pageBuffer=[],this._pageBufferStart+=ne.length;for(var Ee=D(ne),Te;!(Te=Ee()).done;){var ct=Te.value;this.endPageMarkings(ct),ct.end()}},q.addNamedDestination=function(ne){for(var Ee=arguments.length,Te=new Array(Ee>1?Ee-1:0),ct=1;ct<Ee;ct++)Te[ct-1]=arguments[ct];Te.length===0&&(Te=["XYZ",null,null,null]),Te[0]==="XYZ"&&Te[2]!==null&&(Te[2]=this.page.height-Te[2]),Te.unshift(this.page.dictionary),this._root.data.Names.data.Dests.add(ne,Te)},q.addNamedEmbeddedFile=function(ne,Ee){this._root.data.Names.data.EmbeddedFiles||(this._root.data.Names.data.EmbeddedFiles=new Ie({limits:!1})),this._root.data.Names.data.EmbeddedFiles.add(ne,Ee)},q.addNamedJavaScript=function(ne,Ee){this._root.data.Names.data.JavaScript||(this._root.data.Names.data.JavaScript=new Ie);var Te={JS:new String(Ee),S:"JavaScript"};this._root.data.Names.data.JavaScript.add(ne,Te)},q.ref=function(ne){var Ee=new oe(this,this._offsets.length+1,ne);return this._offsets.push(null),this._waiting++,Ee},q._read=function(){},q._write=function(ne){return A.isBuffer(ne)||(ne=A.from(ne+`
|
|
1360
1360
|
`,"binary")),this.push(ne),this._offset+=ne.length},q.addContent=function(ne){return this.page.write(ne),this},q._refEnd=function(ne){if(this._offsets[ne.id-1]=ne.offset,--this._waiting===0&&this._ended)return this._finalize(),this._ended=!1},q.end=function(){this.flushPages(),this._info=this.ref();for(var ne in this.info){var Ee=this.info[ne];typeof Ee=="string"&&(Ee=new String(Ee));var Te=this.ref(Ee);Te.end(),this._info.data[ne]=Te}this._info.end();for(var ct in this._fontFamilies){var Et=this._fontFamilies[ct];Et.finalize()}return this.endOutline(),this.endMarkings(),this.subset&&this.endSubset(),this.endMetadata(),this._root.end(),this._root.data.Pages.end(),this._root.data.Names.end(),this.endAcroForm(),this._root.data.ViewerPreferences&&this._root.data.ViewerPreferences.end(),this._security&&this._security.end(),this._waiting===0?this._finalize():this._ended=!0},q._finalize=function(){var ne=this._offset;this._write("xref"),this._write("0 "+(this._offsets.length+1)),this._write("0000000000 65535 f ");for(var Ee=D(this._offsets),Te;!(Te=Ee()).done;){var ct=Te.value;ct=("0000000000"+ct).slice(-10),this._write(ct+" 00000 n ")}var Et={Size:this._offsets.length+1,Root:this._root,Info:this._info,ID:[this._id,this._id]};return this._security&&(Et.Encrypt=this._security.dictionary),this._write("trailer"),this._write(V.convert(Et)),this._write("startxref"),this._write(""+ne),this._write("%%EOF"),this.push(null)},q.toString=function(){return"[object PDFDocument]"},Z}(h.default.Readable),wi=function(Z){Object.assign(Bs.prototype,Z)};wi(Gs),wi(br),wi(js),wi(Ve),wi(vt),wi(er),wi(pr),wi(In),wi(Pn),wi(Ri),wi(Oi),wi(no),Bs.LineWrapper=At,l.default=Bs},90780:function(o,l,a){var u=a(42075);a(94712),o.exports=u},90868:function(o,l,a){var u=a(98828);u("Float64",function(A){return function(f,p,m){return A(this,f,p,m)}})},91102:function(o,l,a){var u=a(25567),A=a(38347),h=a(7514),f=a(43162),p=a(45495),m=a(45744),y=A([].push),B=function(v){var w=v==1,b=v==2,M=v==3,c=v==4,x=v==6,C=v==7,k=v==5||x;return function(U,D,R,S){for(var F=f(U),T=h(F),O=u(D,R),Q=p(T),N=0,z=S||m,W=w?z(U,Q):b||C?z(U,0):void 0,re,V;Q>N;N++)if((k||N in T)&&(re=T[N],V=O(re,N,F),v))if(w)W[N]=V;else if(V)switch(v){case 3:return!0;case 5:return re;case 6:return N;case 2:y(W,re)}else switch(v){case 4:return!1;case 7:y(W,re)}return x?-1:M||c?c:W}};o.exports={forEach:B(0),map:B(1),filter:B(2),some:B(3),every:B(4),find:B(5),findIndex:B(6),filterReject:B(7)}},91132:function(o,l,a){var u=a(32010),A=a(38347),h=a(7081).PROPER,f=a(59754),p=a(81755),m=a(38688),y=m("iterator"),B=u.Uint8Array,v=A(p.values),w=A(p.keys),b=A(p.entries),M=f.aTypedArray,c=f.exportTypedArrayMethod,x=B&&B.prototype[y],C=!!x&&x.name==="values",k=function(){return v(M(this))};c("entries",function(){return b(M(this))}),c("keys",function(){return w(M(this))}),c("values",k,h&&!C),c(y,k,h&&!C)},91151:function(o,l,a){var u=a(38688),A=u("match");o.exports=function(h){var f=/./;try{"/./"[h](f)}catch{try{return f[A]=!1,"/./"[h](f)}catch{}}return!1}},91159:function(o,l,a){var u=a(38347),A=a(83943),h=a(25096),f=/"/g,p=u("".replace);o.exports=function(m,y,B,v){var w=h(A(m)),b="<"+y;return B!==""&&(b+=" "+B+'="'+p(h(v),f,""")+'"'),b+">"+w+"</"+y+">"}},91780:function(o,l,a){a(39081),function(u,A,h){o.exports=A(a(48352),a(51270))}(void 0,function(u){return u.pad.Iso10126={pad:function(h,f){var p=f*4,m=p-h.sigBytes%p;h.concat(u.lib.WordArray.random(m-1)).concat(u.lib.WordArray.create([m<<24],1))},unpad:function(h){var f=h.words[h.sigBytes-1>>>2]&255;h.sigBytes-=f}},u.pad.Iso10126})},91867:function(o){function l(x){return typeof x=="string"||x instanceof String}function a(x){return typeof x=="number"||x instanceof Number}function u(x){return typeof x=="boolean"}function A(x){return Array.isArray(x)}function h(x){return typeof x=="function"}function f(x){return x!==null&&typeof x=="object"}function p(x){return x===null}function m(x){return x===void 0}function y(x){return!(!a(x)||!Number.isInteger(x)||x<=0)}function B(){for(var x={},C=0,k=arguments.length;C<k;C++){var U=arguments[C];if(U)for(var D in U)U.hasOwnProperty(D)&&(x[D]=U[D])}return x}function v(x,C,k){switch(x.type){case"ellipse":case"rect":x.x+=C,x.y+=k;break;case"line":x.x1+=C,x.x2+=C,x.y1+=k,x.y2+=k;break;case"polyline":for(var U=0,D=x.points.length;U<D;U++)x.points[U].x+=C,x.points[U].y+=k;break}}function w(x,C){return x==="font"?"font":C}function b(x){if(x.id)return x.id;if(A(x.text))for(var C=0,k=x.text.length;C<k;C++){var U=x.text[C],D=b(U);if(D)return D}return null}function M(x){return A(x)&&x.length===2}function c(x,C){return[C[x[0]],x[1]]}o.exports={isString:l,isNumber:a,isBoolean:u,isArray:A,isFunction:h,isObject:f,isNull:p,isUndefined:m,isPositiveInteger:y,pack:B,fontStringify:w,offsetVector:v,getNodeId:b,isPattern:M,getPattern:c}},92451:function(o,l,a){var u=a(59754),A=a(32843).right,h=u.aTypedArray,f=u.exportTypedArrayMethod;f("reduceRight",function(m){var y=arguments.length;return A(h(this),m,y,y>1?arguments[1]:void 0)})},92642:function(o,l,a){var u=a(43162),A=a(74841),h=a(45495),f=Math.min;o.exports=[].copyWithin||function(m,y){var B=u(this),v=h(B),w=A(m,v),b=A(y,v),M=arguments.length>2?arguments[2]:void 0,c=f((M===void 0?v:A(M,v))-b,v-w),x=1;for(b<w&&w<b+c&&(x=-1,b+=c-1,w+=c-1);c-- >0;)b in B?B[w]=B[b]:delete B[w],w+=x,b+=x;return B}},92920:function(o,l,a){var u=a(72519),A=15,h=852,f=592,p=0,m=1,y=2,B=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],v=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],w=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],b=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];o.exports=function(c,x,C,k,U,D,R,S){var F=S.bits,T=0,O=0,Q=0,N=0,z=0,W=0,re=0,V=0,oe=0,ye=0,xe,ke,Ie,Se,Ge,J=null,me=0,ae,de=new u.Buf16(A+1),ze=new u.Buf16(A+1),De=null,Ue=0,H,j,ce;for(T=0;T<=A;T++)de[T]=0;for(O=0;O<k;O++)de[x[C+O]]++;for(z=F,N=A;N>=1&&de[N]===0;N--);if(z>N&&(z=N),N===0)return U[D++]=20971520,U[D++]=20971520,S.bits=1,0;for(Q=1;Q<N&&de[Q]===0;Q++);for(z<Q&&(z=Q),V=1,T=1;T<=A;T++)if(V<<=1,V-=de[T],V<0)return-1;if(V>0&&(c===p||N!==1))return-1;for(ze[1]=0,T=1;T<A;T++)ze[T+1]=ze[T]+de[T];for(O=0;O<k;O++)x[C+O]!==0&&(R[ze[x[C+O]]++]=O);if(c===p?(J=De=R,ae=19):c===m?(J=B,me-=257,De=v,Ue-=257,ae=256):(J=w,De=b,ae=-1),ye=0,O=0,T=Q,Ge=D,W=z,re=0,Ie=-1,oe=1<<z,Se=oe-1,c===m&&oe>h||c===y&&oe>f)return 1;for(;;){H=T-re,R[O]<ae?(j=0,ce=R[O]):R[O]>ae?(j=De[Ue+R[O]],ce=J[me+R[O]]):(j=96,ce=0),xe=1<<T-re,ke=1<<W,Q=ke;do ke-=xe,U[Ge+(ye>>re)+ke]=H<<24|j<<16|ce|0;while(ke!==0);for(xe=1<<T-1;ye&xe;)xe>>=1;if(xe!==0?(ye&=xe-1,ye+=xe):ye=0,O++,--de[T]===0){if(T===N)break;T=x[C+R[O]]}if(T>z&&(ye&Se)!==Ie){for(re===0&&(re=z),Ge+=Q,W=T-re,V=1<<W;W+re<N&&(V-=de[W+re],!(V<=0));)W++,V<<=1;if(oe+=1<<W,c===m&&oe>h||c===y&&oe>f)return 1;Ie=ye&Se,U[Ie]=z<<24|W<<16|Ge-D|0}}return ye!==0&&(U[Ge+ye]=T-re<<24|4194304|0),S.bits=z,0}},93143:function(o,l,a){var u=a(9964);a(41584),a(81755),a(8953),a(14032),a(56912),a(73663),a(29883),a(35471),a(21012),a(88997),a(97464),a(2857),a(83326),a(94715),a(13624),a(91132),a(62514),a(24597),a(88042),a(4660),a(92451),a(44206),a(66288),a(13250),a(3858),a(84538),a(64793),a(74202),a(52529);var A=a(14598),h=A.Buffer,f={},p;for(p in A)A.hasOwnProperty(p)&&(p==="SlowBuffer"||p==="Buffer"||(f[p]=A[p]));var m=f.Buffer={};for(p in h)h.hasOwnProperty(p)&&(p==="allocUnsafe"||p==="allocUnsafeSlow"||(m[p]=h[p]));if(f.Buffer.prototype=h.prototype,(!m.from||m.from===Uint8Array.from)&&(m.from=function(y,B,v){if(typeof y=="number")throw new TypeError('The "value" argument must not be of type number. Received type '+typeof y);if(y&&typeof y.length>"u")throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof y);return h(y,B,v)}),m.alloc||(m.alloc=function(y,B,v){if(typeof y!="number")throw new TypeError('The "size" argument must be of type number. Received type '+typeof y);if(y<0||y>=2147483648)throw new RangeError('The value "'+y+'" is invalid for option "size"');var w=h(y);return!B||B.length===0?w.fill(0):typeof v=="string"?w.fill(B,v):w.fill(B),w}),!f.kStringMaxLength)try{f.kStringMaxLength=u.binding("buffer").kStringMaxLength}catch{}f.constants||(f.constants={MAX_LENGTH:f.kMaxLength},f.kStringMaxLength&&(f.constants.MAX_STRING_LENGTH=f.kStringMaxLength)),o.exports=f},93415:function(o,l,a){var u=a(14598).Buffer,A=a(48181);function h(f,p){this.pdfKitDoc=f,this.imageDictionary=p||{}}h.prototype.measureImage=function(f){var p,m=this;if(this.pdfKitDoc._imageRegistry[f])p=this.pdfKitDoc._imageRegistry[f];else{try{if(p=this.pdfKitDoc.openImage(B(f)),!p)throw"No image"}catch(v){throw"Invalid image: "+v.toString()+`
|
|
1361
|
-
Images dictionary should contain dataURL entries (or local file paths in node.js)`}p.embed(this.pdfKitDoc),this.pdfKitDoc._imageRegistry[f]=p}var y={width:p.width,height:p.height};return p.orientation>4&&(y={width:p.height,height:p.width}),y;function B(v){var w=m.imageDictionary[v];if(!w)return v;if(typeof w=="object")throw"Not supported image definition: "+JSON.stringify(w);if(A.existsSync(w))return A.readFileSync(w);var b=w.indexOf("base64,");return b<0?m.imageDictionary[v]:u.from(w.substring(b+7),"base64")}},o.exports=h},93666:function(o,l,a){var u=a(32010),A=a(28831),h=u.TypeError;o.exports=function(f){if(A(f))throw h("The method doesn't accept regular expressions");return f}},93975:function(o,l,a){var u=a(38347),A=u({}.toString),h=u("".slice);o.exports=function(f){return h(A(f),8,-1)}},94119:function(o,l,a){(function(u,A,h){o.exports=A(a(48352),a(18909),a(14287),a(2256),a(66947),a(16190),a(68319),a(37146),a(66664),a(11905),a(51965),a(27772),a(16720),a(1239),a(4420),a(44130),a(82747),a(51270),a(62256),a(48306),a(65881),a(6564),a(29819),a(28164),a(91780),a(14623),a(85628),a(61807),a(73948),a(22956),a(24107),a(95086),a(6819),a(75891),a(73517))})(void 0,function(u){return u})},94578:function(o){o.exports=function(l){return typeof l=="function"}},94712:function(o,l,a){var u=a(32010),A=a(23327),h=a(67797),f=a(81755),p=a(48914),m=a(38688),y=m("iterator"),B=m("toStringTag"),v=f.values,w=function(M,c){if(M){if(M[y]!==v)try{p(M,y,v)}catch{M[y]=v}if(M[B]||p(M,B,c),A[c]){for(var x in f)if(M[x]!==f[x])try{p(M,x,f[x])}catch{M[x]=f[x]}}}};for(var b in A)w(u[b]&&u[b].prototype,b);w(h,"DOMTokenList")},94715:function(o,l,a){var u=a(59754),A=a(12636).includes,h=u.aTypedArray,f=u.exportTypedArrayMethod;f("includes",function(m){return A(h(this),m,arguments.length>1?arguments[1]:void 0)})},94845:function(o,l,a){var u=a(56475),A=a(38347),h=a(7514),f=a(98086),p=a(81007),m=A([].join),y=h!=Object,B=p("join",",");u({target:"Array",proto:!0,forced:y||!B},{join:function(w){return m(f(this),w===void 0?",":w)}})},94910:function(o,l,a){var u=a(56475),A=a(32010),h=a(70176),f=a(69548),p=a(3840),m=a(2675),y=a(10819),B=a(48914),v=a(97841),w=a(34074),b=a(87811),M=a(80383),c=a(86392),x=a(45144),C=A.Error,k=[].push,U=function(S,F){var T=h(D,this)?this:y(D),O=arguments.length>2?arguments[2]:void 0;p&&(T=p(new C(void 0),f(T))),B(T,"message",c(F,"")),x&&B(T,"stack",w(T.stack,1)),b(T,O);var Q=[];return M(S,k,{that:Q}),B(T,"errors",Q),T};p?p(U,C):m(U,C);var D=U.prototype=y(C.prototype,{constructor:v(1,U),message:v(1,""),name:v(1,"AggregateError")});u({global:!0},{AggregateError:U})},95053:function(o,l,a){var u=a(93975),A=a(32010);o.exports=u(A.process)=="process"},95086:function(o,l,a){a(14032),a(68067),function(u,A,h){o.exports=A(a(48352),a(66947),a(68319),a(82747),a(51270))}(void 0,function(u){return function(){var A=u,h=A.lib,f=h.StreamCipher,p=A.algo,m=p.RC4=f.extend({_doReset:function(){for(var w=this._key,b=w.words,M=w.sigBytes,c=this._S=[],x=0;x<256;x++)c[x]=x;for(var x=0,C=0;x<256;x++){var k=x%M,U=b[k>>>2]>>>24-k%4*8&255;C=(C+c[x]+U)%256;var D=c[x];c[x]=c[C],c[C]=D}this._i=this._j=0},_doProcessBlock:function(w,b){w[b]^=y.call(this)},keySize:256/32,ivSize:0});function y(){for(var v=this._S,w=this._i,b=this._j,M=0,c=0;c<4;c++){w=(w+1)%256,b=(b+v[w])%256;var x=v[w];v[w]=v[b],v[b]=x,M|=v[(v[w]+v[b])%256]<<24-c*8}return this._i=w,this._j=b,M}A.RC4=f._createHelper(m);var B=p.RC4Drop=m.extend({cfg:m.cfg.extend({drop:192}),_doReset:function(){m._doReset.call(this);for(var w=this.cfg.drop;w>0;w--)y.call(this)}});A.RC4Drop=f._createHelper(B)}(),u.RC4})},95291:function(o,l,a){var u=a(14598).Buffer;a(41584),a(20731),a(61726),a(46467);function A(w,b){w.prototype=Object.create(b.prototype),w.prototype.constructor=w,h(w,b)}function h(w,b){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(M,c){return M.__proto__=c,M},h(w,b)}var f,p=a(9760),m=a(69591);try{f=a(54171)}catch{}var y=function(w){function b(c){var x;return c===void 0&&(c=65536),x=w.apply(this,arguments)||this,x.buffer=u.alloc(c),x.bufferOffset=0,x.pos=0,x}A(b,w);var M=b.prototype;return M._read=function(){},M.ensure=function(x){if(this.bufferOffset+x>this.buffer.length)return this.flush()},M.flush=function(){if(this.bufferOffset>0)return this.push(u.from(this.buffer.slice(0,this.bufferOffset))),this.bufferOffset=0},M.writeBuffer=function(x){return this.flush(),this.push(x),this.pos+=x.length},M.writeString=function(x,C){switch(C===void 0&&(C="ascii"),C){case"utf16le":case"ucs2":case"utf8":case"ascii":return this.writeBuffer(u.from(x,C));case"utf16be":for(var k=u.from(x,"utf16le"),U=0,D=k.length-1;U<D;U+=2){var R=k[U];k[U]=k[U+1],k[U+1]=R}return this.writeBuffer(k);default:if(f)return this.writeBuffer(f.encode(x,C));throw new Error("Install iconv-lite to enable additional string encodings.")}},M.writeUInt24BE=function(x){return this.ensure(3),this.buffer[this.bufferOffset++]=x>>>16&255,this.buffer[this.bufferOffset++]=x>>>8&255,this.buffer[this.bufferOffset++]=x&255,this.pos+=3},M.writeUInt24LE=function(x){return this.ensure(3),this.buffer[this.bufferOffset++]=x&255,this.buffer[this.bufferOffset++]=x>>>8&255,this.buffer[this.bufferOffset++]=x>>>16&255,this.pos+=3},M.writeInt24BE=function(x){return x>=0?this.writeUInt24BE(x):this.writeUInt24BE(x+16777215+1)},M.writeInt24LE=function(x){return x>=0?this.writeUInt24LE(x):this.writeUInt24LE(x+16777215+1)},M.fill=function(x,C){if(C<this.buffer.length)return this.ensure(C),this.buffer.fill(x,this.bufferOffset,this.bufferOffset+C),this.bufferOffset+=C,this.pos+=C;var k=u.alloc(C);return k.fill(x),this.writeBuffer(k)},M.end=function(){return this.flush(),this.push(null)},b}(p.Readable),B=function(b){if(b.slice(0,5)==="write"){var M=+m.TYPES[b.replace(/write|[BL]E/g,"")];y.prototype[b]=function(c){return this.ensure(M),this.buffer[b](c,this.bufferOffset),this.bufferOffset+=M,this.pos+=M}}};for(var v in u.prototype)B(v);o.exports=y},95304:function(o,l,a){var u=a(89295),A=a(18890)(),h=a(61084).functionsHaveConfigurableNames(),f=a(96785);o.exports=function(m,y){if(typeof m!="function")throw new f("`fn` is not a function");var B=arguments.length>2&&!!arguments[2];return(!B||h)&&(A?u(m,"name",y,!0,!0):u(m,"name",y)),m}},95717:function(o,l,a){var u=a(32010),A=a(25567),h=a(2834),f=a(43162),p=a(97738),m=a(89564),y=a(20884),B=a(45495),v=a(38639),w=a(15892),b=a(13872),M=u.Array;o.exports=function(x){var C=f(x),k=y(this),U=arguments.length,D=U>1?arguments[1]:void 0,R=D!==void 0;R&&(D=A(D,U>2?arguments[2]:void 0));var S=b(C),F=0,T,O,Q,N,z,W;if(S&&!(this==M&&m(S)))for(N=w(C,S),z=N.next,O=k?new this:[];!(Q=h(z,N)).done;F++)W=R?p(N,D,[Q.value,F],!0):Q.value,v(O,F,W);else for(T=B(C),O=k?new this(T):M(T);T>F;F++)W=R?D(C[F],F):C[F],v(O,F,W);return O.length=F,O}},95756:function(o,l,a){var u=a(98828);u("Int32",function(A){return function(f,p,m){return A(this,f,p,m)}})},95892:function(o,l,a){var u=a(32010),A=a(15567),h=a(18904),f=a(34984),p=a(63918),m=u.TypeError,y=Object.defineProperty;l.f=A?y:function(v,w,b){if(f(v),w=p(w),f(b),h)try{return y(v,w,b)}catch{}if("get"in b||"set"in b)throw m("Accessors not supported");return"value"in b&&(v[w]=b.value),v}},96395:function(o){var l=30,a=12;o.exports=function(A,h){var f,p,m,y,B,v,w,b,M,c,x,C,k,U,D,R,S,F,T,O,Q,N,z,W,re;f=A.state,p=A.next_in,W=A.input,m=p+(A.avail_in-5),y=A.next_out,re=A.output,B=y-(h-A.avail_out),v=y+(A.avail_out-257),w=f.dmax,b=f.wsize,M=f.whave,c=f.wnext,x=f.window,C=f.hold,k=f.bits,U=f.lencode,D=f.distcode,R=(1<<f.lenbits)-1,S=(1<<f.distbits)-1;e:do{k<15&&(C+=W[p++]<<k,k+=8,C+=W[p++]<<k,k+=8),F=U[C&R];t:for(;;){if(T=F>>>24,C>>>=T,k-=T,T=F>>>16&255,T===0)re[y++]=F&65535;else if(T&16){O=F&65535,T&=15,T&&(k<T&&(C+=W[p++]<<k,k+=8),O+=C&(1<<T)-1,C>>>=T,k-=T),k<15&&(C+=W[p++]<<k,k+=8,C+=W[p++]<<k,k+=8),F=D[C&S];n:for(;;){if(T=F>>>24,C>>>=T,k-=T,T=F>>>16&255,T&16){if(Q=F&65535,T&=15,k<T&&(C+=W[p++]<<k,k+=8,k<T&&(C+=W[p++]<<k,k+=8)),Q+=C&(1<<T)-1,Q>w){A.msg="invalid distance too far back",f.mode=l;break e}if(C>>>=T,k-=T,T=y-B,Q>T){if(T=Q-T,T>M&&f.sane){A.msg="invalid distance too far back",f.mode=l;break e}if(N=0,z=x,c===0){if(N+=b-T,T<O){O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}}else if(c<T){if(N+=b+c-T,T-=c,T<O){O-=T;do re[y++]=x[N++];while(--T);if(N=0,c<O){T=c,O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}}}else if(N+=c-T,T<O){O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}for(;O>2;)re[y++]=z[N++],re[y++]=z[N++],re[y++]=z[N++],O-=3;O&&(re[y++]=z[N++],O>1&&(re[y++]=z[N++]))}else{N=y-Q;do re[y++]=re[N++],re[y++]=re[N++],re[y++]=re[N++],O-=3;while(O>2);O&&(re[y++]=re[N++],O>1&&(re[y++]=re[N++]))}}else if((T&64)===0){F=D[(F&65535)+(C&(1<<T)-1)];continue n}else{A.msg="invalid distance code",f.mode=l;break e}break}}else if((T&64)===0){F=U[(F&65535)+(C&(1<<T)-1)];continue t}else if(T&32){f.mode=a;break e}else{A.msg="invalid literal/length code",f.mode=l;break e}break}}while(p<m&&y<v);O=k>>3,p-=O,k-=O<<3,C&=(1<<k)-1,A.next_in=p,A.next_out=y,A.avail_in=p<m?5+(m-p):5-(p-m),A.avail_out=y<v?257+(v-y):257-(y-v),f.hold=C,f.bits=k}},96785:function(o){o.exports=TypeError},97001:function(o,l,a){var u=a(56475),A=a(2834),h=a(63432),f=a(7081),p=a(94578),m=a(13945),y=a(69548),B=a(3840),v=a(15216),w=a(48914),b=a(13711),M=a(38688),c=a(15366),x=a(5844),C=f.PROPER,k=f.CONFIGURABLE,U=x.IteratorPrototype,D=x.BUGGY_SAFARI_ITERATORS,R=M("iterator"),S="keys",F="values",T="entries",O=function(){return this};o.exports=function(Q,N,z,W,re,V,oe){m(z,N,W);var ye=function(ze){if(ze===re&&Ge)return Ge;if(!D&&ze in Ie)return Ie[ze];switch(ze){case S:return function(){return new z(this,ze)};case F:return function(){return new z(this,ze)};case T:return function(){return new z(this,ze)}}return function(){return new z(this)}},xe=N+" Iterator",ke=!1,Ie=Q.prototype,Se=Ie[R]||Ie["@@iterator"]||re&&Ie[re],Ge=!D&&Se||ye(re),J=N=="Array"&&Ie.entries||Se,me,ae,de;if(J&&(me=y(J.call(new Q)),me!==Object.prototype&&me.next&&(!h&&y(me)!==U&&(B?B(me,U):p(me[R])||b(me,R,O)),v(me,xe,!0,!0),h&&(c[xe]=O))),C&&re==F&&Se&&Se.name!==F&&(!h&&k?w(Ie,"name",F):(ke=!0,Ge=function(){return A(Se,this)})),re)if(ae={values:ye(F),keys:V?Ge:ye(S),entries:ye(T)},oe)for(de in ae)(D||ke||!(de in Ie))&&b(Ie,de,ae[de]);else u({target:N,proto:!0,forced:D||ke},ae);return(!h||oe)&&Ie[R]!==Ge&&b(Ie,R,Ge,{name:re}),c[N]=Ge,ae}},97464:function(o,l,a){var u=a(59754),A=a(91102).findIndex,h=u.aTypedArray,f=u.exportTypedArrayMethod;f("findIndex",function(m){return A(h(this),m,arguments.length>1?arguments[1]:void 0)})},97514:function(o,l,a){var u=a(56475),A=a(91102).find,h=a(71156),f="find",p=!0;f in[]&&Array(1)[f](function(){p=!1}),u({target:"Array",proto:!0,forced:p},{find:function(y){return A(this,y,arguments.length>1?arguments[1]:void 0)}}),h(f)},97738:function(o,l,a){var u=a(34984),A=a(50194);o.exports=function(h,f,p,m){try{return m?f(u(p)[0],p[1]):f(p)}catch(y){A(h,"throw",y)}}},97739:function(o,l,a){var u=a(47044),A=a(32010),h=A.RegExp;o.exports=u(function(){var f=h("(?<a>b)","g");return f.exec("b").groups.a!=="b"||"b".replace(f,"$<a>c")!=="bc"})},97841:function(o){o.exports=function(l,a){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:a}}},98086:function(o,l,a){var u=a(7514),A=a(83943);o.exports=function(h){return u(A(h))}},98168:function(o,l,a){var u=a(90780);a(84151),a(98443),a(49261),a(67858),o.exports=u},98197:function(o,l){function a(A){this.buffer=A,this.pos=0}a.prototype.read=function(A,h,f){this.pos+f>this.buffer.length&&(f=this.buffer.length-this.pos);for(var p=0;p<f;p++)A[h+p]=this.buffer[this.pos+p];return this.pos+=f,f},l.z=a;function u(A){this.buffer=A,this.pos=0}u.prototype.write=function(A,h){if(this.pos+h>this.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(A.subarray(0,h),this.pos),this.pos+=h,h},l.y=u},98443:function(o,l,a){a(77074)},98527:function(o,l,a){var u=a(77802),A=a(26601),h=a(63249),f=a(89636),p=a(3534),m=A(f(),Object);u(m,{getPolyfill:f,implementation:h,shim:p}),o.exports=m},98578:function(o,l,a){var u=a(32010),A=a(59113),h=a(20884),f=a(24517),p=a(38688),m=p("species"),y=u.Array;o.exports=function(B){var v;return A(B)&&(v=B.constructor,h(v)&&(v===y||A(v.prototype))?v=void 0:f(v)&&(v=v[m],v===null&&(v=void 0))),v===void 0?y:v}},98828:function(o,l,a){var u=a(56475),A=a(32010),h=a(2834),f=a(15567),p=a(28834),m=a(59754),y=a(83124),B=a(2868),v=a(97841),w=a(48914),b=a(17506),M=a(23417),c=a(71265),x=a(80670),C=a(63918),k=a(20340),U=a(52564),D=a(24517),R=a(46290),S=a(10819),F=a(70176),T=a(3840),O=a(6611).f,Q=a(83590),N=a(91102).forEach,z=a(51334),W=a(95892),re=a(72062),V=a(70172),oe=a(51868),ye=V.get,xe=V.set,ke=W.f,Ie=re.f,Se=Math.round,Ge=A.RangeError,J=y.ArrayBuffer,me=J.prototype,ae=y.DataView,de=m.NATIVE_ARRAY_BUFFER_VIEWS,ze=m.TYPED_ARRAY_CONSTRUCTOR,De=m.TYPED_ARRAY_TAG,Ue=m.TypedArray,H=m.TypedArrayPrototype,j=m.aTypedArrayConstructor,ce=m.isTypedArray,pe="BYTES_PER_ELEMENT",Ce="Wrong length",he=function(Oe,pt){j(Oe);for(var St=0,kt=pt.length,xt=new Oe(kt);kt>St;)xt[St]=pt[St++];return xt},Me=function(Oe,pt){ke(Oe,pt,{get:function(){return ye(this)[pt]}})},Le=function(Oe){var pt;return F(me,Oe)||(pt=U(Oe))=="ArrayBuffer"||pt=="SharedArrayBuffer"},et=function(Oe,pt){return ce(Oe)&&!R(pt)&&pt in Oe&&b(+pt)&&pt>=0},Mt=function(pt,St){return St=C(St),et(pt,St)?v(2,pt[St]):Ie(pt,St)},dt=function(pt,St,kt){return St=C(St),et(pt,St)&&D(kt)&&k(kt,"value")&&!k(kt,"get")&&!k(kt,"set")&&!kt.configurable&&(!k(kt,"writable")||kt.writable)&&(!k(kt,"enumerable")||kt.enumerable)?(pt[St]=kt.value,pt):ke(pt,St,kt)};f?(de||(re.f=Mt,W.f=dt,Me(H,"buffer"),Me(H,"byteOffset"),Me(H,"byteLength"),Me(H,"length")),u({target:"Object",stat:!0,forced:!de},{getOwnPropertyDescriptor:Mt,defineProperty:dt}),o.exports=function(Oe,pt,St){var kt=Oe.match(/\d+$/)[0]/8,xt=Oe+(St?"Clamped":"")+"Array",_t="get"+Oe,Ke="set"+Oe,nt=A[xt],bt=nt,Qt=bt&&bt.prototype,qe={},lt=function(ie,L){var X=ye(ie);return X.view[_t](L*kt+X.byteOffset,!0)},mt=function(ie,L,X){var ue=ye(ie);St&&(X=(X=Se(X))<0?0:X>255?255:X&255),ue.view[Ke](L*kt+ue.byteOffset,X,!0)},be=function(ie,L){ke(ie,L,{get:function(){return lt(this,L)},set:function(X){return mt(this,L,X)},enumerable:!0})};de?p&&(bt=pt(function(ie,L,X,ue){return B(ie,Qt),oe(function(){return D(L)?Le(L)?ue!==void 0?new nt(L,x(X,kt),ue):X!==void 0?new nt(L,x(X,kt)):new nt(L):ce(L)?he(bt,L):h(Q,bt,L):new nt(c(L))}(),ie,bt)}),T&&T(bt,Ue),N(O(nt),function(ie){ie in bt||w(bt,ie,nt[ie])}),bt.prototype=Qt):(bt=pt(function(ie,L,X,ue){B(ie,Qt);var Fe=0,le=0,He,Tt,$;if(!D(L))$=c(L),Tt=$*kt,He=new J(Tt);else if(Le(L)){He=L,le=x(X,kt);var rt=L.byteLength;if(ue===void 0){if(rt%kt||(Tt=rt-le,Tt<0))throw Ge(Ce)}else if(Tt=M(ue)*kt,Tt+le>rt)throw Ge(Ce);$=Tt/kt}else return ce(L)?he(bt,L):h(Q,bt,L);for(xe(ie,{buffer:He,byteOffset:le,byteLength:Tt,length:$,view:new ae(He)});Fe<$;)be(ie,Fe++)}),T&&T(bt,Ue),Qt=bt.prototype=S(H)),Qt.constructor!==bt&&w(Qt,"constructor",bt),w(Qt,ze,bt),De&&w(Qt,De,xt),qe[xt]=bt,u({global:!0,forced:bt!=nt,sham:!de},qe),pe in bt||w(bt,pe,kt),pe in Qt||w(Qt,pe,kt),z(xt)}):o.exports=function(){}},98883:function(o,l,a){var u=a(14598).Buffer,A=a(91867).isString,h=a(91867).isNumber,f=a(91867).isBoolean,p=a(91867).isArray,m=a(91867).isUndefined,y=a(91867).fontStringify;function B(){}B.prototype.preprocessDocument=function(v){return this.parentNode=null,this.tocs=[],this.nodeReferences=[],this.preprocessNode(v)},B.prototype.preprocessNode=function(v){if(p(v)?v={stack:v}:A(v)?v={text:v}:h(v)||f(v)?v={text:v.toString()}:v==null?v={text:""}:Object.keys(v).length===0?v={text:""}:"text"in v&&(v.text===void 0||v.text===null)&&(v.text=""),v.columns)return this.preprocessColumns(v);if(v.stack)return this.preprocessVerticalContainer(v);if(v.ul)return this.preprocessList(v);if(v.ol)return this.preprocessList(v);if(v.table)return this.preprocessTable(v);if(v.text!==void 0)return this.preprocessText(v);if(v.toc)return this.preprocessToc(v);if(v.image)return this.preprocessImage(v);if(v.svg)return this.preprocessSVG(v);if(v.canvas)return this.preprocessCanvas(v);if(v.qr)return this.preprocessQr(v);if(v.pageReference||v.textReference)return this.preprocessText(v);throw"Unrecognized document structure: "+JSON.stringify(v,y)},B.prototype.preprocessColumns=function(v){for(var w=v.columns,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessVerticalContainer=function(v){for(var w=v.stack,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessList=function(v){for(var w=v.ul||v.ol,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessTable=function(v){var w,b,M,c;for(w=0,M=v.table.body[0].length;w<M;w++)for(b=0,c=v.table.body.length;b<c;b++){var x=v.table.body[b],C=x[w];C!==void 0&&(C===null&&(C=""),C._span||(x[w]=this.preprocessNode(C)))}return v},B.prototype.preprocessText=function(v){if(v.tocItem){p(v.tocItem)||(v.tocItem=[v.tocItem]);for(var w=0,b=v.tocItem.length;w<b;w++){A(v.tocItem[w])||(v.tocItem[w]="_default_");var M=v.tocItem[w];this.tocs[M]||(this.tocs[M]={toc:{_items:[],_pseudo:!0}}),v.id||(v.id="toc-"+M+"-"+this.tocs[M].toc._items.length);var c={_nodeRef:this._getNodeForNodeRef(v),_textNodeRef:v};this.tocs[M].toc._items.push(c)}}if(v.id)if(this.nodeReferences[v.id]){if(!this.nodeReferences[v.id]._pseudo)throw"Node id '"+v.id+"' already exists";this.nodeReferences[v.id]._nodeRef=this._getNodeForNodeRef(v),this.nodeReferences[v.id]._textNodeRef=v,this.nodeReferences[v.id]._pseudo=!1}else this.nodeReferences[v.id]={_nodeRef:this._getNodeForNodeRef(v),_textNodeRef:v};if(v.pageReference&&(this.nodeReferences[v.pageReference]||(this.nodeReferences[v.pageReference]={_nodeRef:{},_textNodeRef:{},_pseudo:!0}),v.text="00000",v.linkToDestination=v.pageReference,v._pageRef=this.nodeReferences[v.pageReference]),v.textReference&&(this.nodeReferences[v.textReference]||(this.nodeReferences[v.textReference]={_nodeRef:{},_pseudo:!0}),v.text="",v.linkToDestination=v.textReference,v._textRef=this.nodeReferences[v.textReference]),v.text&&v.text.text)v.text=[this.preprocessNode(v.text)];else if(p(v.text)){var x=!1;this.parentNode===null&&(this.parentNode=v,x=!0);for(var w=0,b=v.text.length;w<b;w++)v.text[w]=this.preprocessNode(v.text[w]);x&&(this.parentNode=null)}return v},B.prototype.preprocessToc=function(v){if(v.toc.id||(v.toc.id="_default_"),v.toc.title=v.toc.title?this.preprocessNode(v.toc.title):null,v.toc._items=[],this.tocs[v.toc.id]){if(!this.tocs[v.toc.id].toc._pseudo)throw"TOC '"+v.toc.id+"' already exists";v.toc._items=this.tocs[v.toc.id].toc._items}return this.tocs[v.toc.id]=v,v},B.prototype.preprocessImage=function(v){return!m(v.image.type)&&!m(v.image.data)&&v.image.type==="Buffer"&&p(v.image.data)&&(v.image=u.from(v.image.data)),v},B.prototype.preprocessSVG=function(v){return v},B.prototype.preprocessCanvas=function(v){return v},B.prototype.preprocessQr=function(v){return v},B.prototype._getNodeForNodeRef=function(v){return this.parentNode?this.parentNode:v},o.exports=B},99018:function(o,l,a){o.exports=a(64785).EventEmitter},99049:function(o){function l(){for(var A,h=[],f=0;f<256;f++){A=f;for(var p=0;p<8;p++)A=A&1?3988292384^A>>>1:A>>>1;h[f]=A}return h}var a=l();function u(A,h,f,p){var m=a,y=p+f;A^=-1;for(var B=p;B<y;B++)A=A>>>8^m[(A^h[B])&255];return A^-1}o.exports=u},99129:function(o){o.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},99757:function(o,l,a){a(14032);function u(m,y){m.prototype=Object.create(y.prototype),m.prototype.constructor=m,A(m,y)}function A(m,y){return A=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(B,v){return B.__proto__=v,B},A(m,y)}var h=a(88152),f=function(y,B){return B.reduce(function(v,w){return v&&v[w]},y)},p=function(m){function y(v,w){var b;return w===void 0&&(w={}),b=m.call(this)||this,b.type=v,b.versions=w,typeof v=="string"&&(b.versionPath=v.split(".")),b}u(y,m);var B=y.prototype;return B.decode=function(w,b,M){M===void 0&&(M=0);var c=this._setup(w,b,M);typeof this.type=="string"?c.version=f(b,this.versionPath):c.version=this.type.decode(w),this.versions.header&&this._parseFields(w,c,this.versions.header);var x=this.versions[c.version];if(x==null)throw new Error("Unknown version "+c.version);return x instanceof y?x.decode(w,b):(this._parseFields(w,c,x),this.process!=null&&this.process.call(c,w),c)},B.size=function(w,b,M){M===void 0&&(M=!0);var c,x;if(!w)throw new Error("Not a fixed size");var C={parent:b,val:w,pointerSize:0},k=0;if(typeof this.type!="string"&&(k+=this.type.size(w.version,C)),this.versions.header)for(c in this.versions.header)x=this.versions.header[c],x.size!=null&&(k+=x.size(w[c],C));var U=this.versions[w.version];if(U==null)throw new Error("Unknown version "+w.version);for(c in U)x=U[c],x.size!=null&&(k+=x.size(w[c],C));return M&&(k+=C.pointerSize),k},B.encode=function(w,b,M){var c,x;this.preEncode!=null&&this.preEncode.call(b,w);var C={pointers:[],startOffset:w.pos,parent:M,val:b,pointerSize:0};if(C.pointerOffset=w.pos+this.size(b,C,!1),typeof this.type!="string"&&this.type.encode(w,b.version),this.versions.header)for(c in this.versions.header)x=this.versions.header[c],x.encode!=null&&x.encode(w,b[c],C);var k=this.versions[b.version];for(c in k)x=k[c],x.encode!=null&&x.encode(w,b[c],C);for(var U=0;U<C.pointers.length;){var D=C.pointers[U++];D.type.encode(w,D.val,D.parent)}},y}(h);o.exports=p},99900:function(o){o.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},cp720:{type:"_sbcs",chars:"éâàçêëèïîّْô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡ًٌٍَُِ≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},99948:function(o,l,a){var u=a(93143).Buffer;l._sbcs=A;function A(p,m){if(!p)throw new Error("SBCS codec is called without the data.");if(!p.chars||p.chars.length!==128&&p.chars.length!==256)throw new Error("Encoding '"+p.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(p.chars.length===128){for(var y="",B=0;B<128;B++)y+=String.fromCharCode(B);p.chars=y+p.chars}this.decodeBuf=u.from(p.chars,"ucs2");for(var v=u.alloc(65536,m.defaultCharSingleByte.charCodeAt(0)),B=0;B<p.chars.length;B++)v[p.chars.charCodeAt(B)]=B;this.encodeBuf=v}A.prototype.encoder=h,A.prototype.decoder=f;function h(p,m){this.encodeBuf=m.encodeBuf}h.prototype.write=function(p){for(var m=u.alloc(p.length),y=0;y<p.length;y++)m[y]=this.encodeBuf[p.charCodeAt(y)];return m},h.prototype.end=function(){};function f(p,m){this.decodeBuf=m.decodeBuf}f.prototype.write=function(p){for(var m=this.decodeBuf,y=u.alloc(p.length*2),B=0,v=0,w=0;w<p.length;w++)B=p[w]*2,v=w*2,y[v]=m[B],y[v+1]=m[B+1];return y.toString("ucs2")},f.prototype.end=function(){}}},r={};function i(o){var l=r[o];if(l!==void 0)return l.exports;var a=r[o]={id:o,loaded:!1,exports:{}};return n[o].call(a.exports,a,a.exports,i),a.loaded=!0,a.exports}(function(){i.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()})(),function(){i.nmd=function(o){return o.paths=[],o.children||(o.children=[]),o}}();var s=i(73751);return s}()})}(dC)),dC.exports}var ASe=cSe();function uSe(t,e){if(t&1){const n=yA();Zt(0,"button",5),ai("click",function(){il(n);const i=Vr();return sl(i.printVaccinations())}),Er(1,"mat-icon",6),ln()}}function dSe(t,e){if(t&1){const n=yA();Zt(0,"button",7),ai("click",function(){il(n);const i=Vr();return sl(i.printVaccinations())}),Er(1,"mat-icon",6),Zt(2,"span"),Qr(3),os(4,"translate"),ln()()}t&2&&(rn(3),Pi(as(4,1,"vaccinations.print")))}function hSe(t,e){if(t&1&&Er(0,"mh-vaccinations-cards",8),t&2){const n=Vr();Kr("vaccinations",n.searchResults())("isLoading",n.isLoading())("hasError",n.hasError())}}function fSe(t,e){if(t&1&&Er(0,"mh-vaccinations-table",8),t&2){const n=Vr();Kr("vaccinations",n.searchResults())("isLoading",n.isLoading())("hasError",n.hasError())}}const wm=class wm{constructor(){d(this,"vaccinationsService",Qe(c5));d(this,"translateService",Qe(rm));d(this,"hasError",Ml(!1));d(this,"searchResults",Ml([]));d(this,"allVaccinations",Ml([]));d(this,"isLoading",Ml(!0));d(this,"isWebComponent",Ml(Qe(FK,{optional:!0})??!1));d(this,"print",CB());qg(()=>{this.searchResults.set(this.allVaccinations())})}ngOnInit(){this.getVaccinations()}searchVaccinations(e){const n=XCe(this.allVaccinations(),e);this.searchResults.set(n)}getVaccinations(){this.isLoading.set(!0),this.vaccinationsService.getVaccinations().pipe(Cg(()=>this.isLoading.set(!1)),ZCe(()=>this.hasError.set(!0))).subscribe(e=>this.allVaccinations.set(e))}printVaccinations(){const e=this.createPDF();this.isWebComponent()?e.getBase64(n=>{this.print.emit(n.toString())}):e.print()}createPDF(){const e=["indication","description","administerDate","endDate"];return ASe.createPdf({pageSize:"A4",pageMargins:[24,64,24,30],info:{title:`VACC-${new Date().toLocaleDateString("nl-be")}`,subject:`VACC-${new Date().toLocaleDateString("nl-be")}`,author:"MyHealth Belgium"},defaultStyle:{font:"OpenSans"},header:[{svg:Nae[this.translateService.language],margin:[24,10,24,0],height:50}],content:[{layout:"lightHorizontalLines",table:{headerRows:1,widths:"auto",body:[e.map(n=>({text:this.translateService.instant(`vaccinations.${n}`),bold:!0})),...this.allVaccinations().map(n=>[n.indication?n.indication.charAt(0).toUpperCase()+n.indication.slice(1):"-",n.description?n.description.charAt(0).toUpperCase()+n.description.slice(1):"-",n.administerDate?new Date(n.administerDate).toLocaleDateString("nl-be"):"-",n.endDate?new Date(n.endDate).toLocaleDateString("nl-be"):"-"])]}}]},{},{OpenSans:{normal:"OpenSans-Regular.ttf",bold:"OpenSans-Bold.ttf",italics:"OpenSans-Italic.ttf",bolditalics:"OpenSans-BoldItalic.ttf"}},Tae)}};d(wm,"ɵfac",function(n){return new(n||wm)}),d(wm,"ɵcmp",Dr({type:wm,selectors:[["mh-component-vaccinations"]],outputs:{print:"print"},decls:6,vars:4,consts:[[1,"mh-print"],[3,"searchValueChanged"],["mat-icon-button","","type","button","class","mh-print__button","aria-label","print",3,"click",4,"mhIfViewportSize"],["mat-flat-button","","type","button","class","mh-print__button",3,"click",4,"mhIfViewportSize"],[3,"vaccinations","isLoading","hasError",4,"mhIfViewportSize"],["mat-icon-button","","type","button","aria-label","print",1,"mh-print__button",3,"click"],["fontIcon","print"],["mat-flat-button","","type","button",1,"mh-print__button",3,"click"],[3,"vaccinations","isLoading","hasError"]],template:function(n,r){n&1&&(Zt(0,"div",0)(1,"mh-vaccinations-search",1),ai("searchValueChanged",function(s){return r.searchVaccinations(s)}),ln(),Tr(2,uSe,2,0,"button",2)(3,dSe,5,3,"button",3),ln(),Tr(4,hSe,1,3,"mh-vaccinations-cards",4)(5,fSe,1,3,"mh-vaccinations-table",4)),n&2&&(rn(2),Kr("mhIfViewportSize","S"),rn(),Kr("mhIfViewportSize","!S"),rn(),Kr("mhIfViewportSize","S"),rn(),Kr("mhIfViewportSize","!S"))},dependencies:[y8,_E,Sw,Cw,xw,B5,l5,u5,H3,a1,bx],styles:[`
|
|
1361
|
+
Images dictionary should contain dataURL entries (or local file paths in node.js)`}p.embed(this.pdfKitDoc),this.pdfKitDoc._imageRegistry[f]=p}var y={width:p.width,height:p.height};return p.orientation>4&&(y={width:p.height,height:p.width}),y;function B(v){var w=m.imageDictionary[v];if(!w)return v;if(typeof w=="object")throw"Not supported image definition: "+JSON.stringify(w);if(A.existsSync(w))return A.readFileSync(w);var b=w.indexOf("base64,");return b<0?m.imageDictionary[v]:u.from(w.substring(b+7),"base64")}},o.exports=h},93666:function(o,l,a){var u=a(32010),A=a(28831),h=u.TypeError;o.exports=function(f){if(A(f))throw h("The method doesn't accept regular expressions");return f}},93975:function(o,l,a){var u=a(38347),A=u({}.toString),h=u("".slice);o.exports=function(f){return h(A(f),8,-1)}},94119:function(o,l,a){(function(u,A,h){o.exports=A(a(48352),a(18909),a(14287),a(2256),a(66947),a(16190),a(68319),a(37146),a(66664),a(11905),a(51965),a(27772),a(16720),a(1239),a(4420),a(44130),a(82747),a(51270),a(62256),a(48306),a(65881),a(6564),a(29819),a(28164),a(91780),a(14623),a(85628),a(61807),a(73948),a(22956),a(24107),a(95086),a(6819),a(75891),a(73517))})(void 0,function(u){return u})},94578:function(o){o.exports=function(l){return typeof l=="function"}},94712:function(o,l,a){var u=a(32010),A=a(23327),h=a(67797),f=a(81755),p=a(48914),m=a(38688),y=m("iterator"),B=m("toStringTag"),v=f.values,w=function(M,c){if(M){if(M[y]!==v)try{p(M,y,v)}catch{M[y]=v}if(M[B]||p(M,B,c),A[c]){for(var x in f)if(M[x]!==f[x])try{p(M,x,f[x])}catch{M[x]=f[x]}}}};for(var b in A)w(u[b]&&u[b].prototype,b);w(h,"DOMTokenList")},94715:function(o,l,a){var u=a(59754),A=a(12636).includes,h=u.aTypedArray,f=u.exportTypedArrayMethod;f("includes",function(m){return A(h(this),m,arguments.length>1?arguments[1]:void 0)})},94845:function(o,l,a){var u=a(56475),A=a(38347),h=a(7514),f=a(98086),p=a(81007),m=A([].join),y=h!=Object,B=p("join",",");u({target:"Array",proto:!0,forced:y||!B},{join:function(w){return m(f(this),w===void 0?",":w)}})},94910:function(o,l,a){var u=a(56475),A=a(32010),h=a(70176),f=a(69548),p=a(3840),m=a(2675),y=a(10819),B=a(48914),v=a(97841),w=a(34074),b=a(87811),M=a(80383),c=a(86392),x=a(45144),C=A.Error,k=[].push,U=function(S,F){var T=h(D,this)?this:y(D),O=arguments.length>2?arguments[2]:void 0;p&&(T=p(new C(void 0),f(T))),B(T,"message",c(F,"")),x&&B(T,"stack",w(T.stack,1)),b(T,O);var Q=[];return M(S,k,{that:Q}),B(T,"errors",Q),T};p?p(U,C):m(U,C);var D=U.prototype=y(C.prototype,{constructor:v(1,U),message:v(1,""),name:v(1,"AggregateError")});u({global:!0},{AggregateError:U})},95053:function(o,l,a){var u=a(93975),A=a(32010);o.exports=u(A.process)=="process"},95086:function(o,l,a){a(14032),a(68067),function(u,A,h){o.exports=A(a(48352),a(66947),a(68319),a(82747),a(51270))}(void 0,function(u){return function(){var A=u,h=A.lib,f=h.StreamCipher,p=A.algo,m=p.RC4=f.extend({_doReset:function(){for(var w=this._key,b=w.words,M=w.sigBytes,c=this._S=[],x=0;x<256;x++)c[x]=x;for(var x=0,C=0;x<256;x++){var k=x%M,U=b[k>>>2]>>>24-k%4*8&255;C=(C+c[x]+U)%256;var D=c[x];c[x]=c[C],c[C]=D}this._i=this._j=0},_doProcessBlock:function(w,b){w[b]^=y.call(this)},keySize:256/32,ivSize:0});function y(){for(var v=this._S,w=this._i,b=this._j,M=0,c=0;c<4;c++){w=(w+1)%256,b=(b+v[w])%256;var x=v[w];v[w]=v[b],v[b]=x,M|=v[(v[w]+v[b])%256]<<24-c*8}return this._i=w,this._j=b,M}A.RC4=f._createHelper(m);var B=p.RC4Drop=m.extend({cfg:m.cfg.extend({drop:192}),_doReset:function(){m._doReset.call(this);for(var w=this.cfg.drop;w>0;w--)y.call(this)}});A.RC4Drop=f._createHelper(B)}(),u.RC4})},95291:function(o,l,a){var u=a(14598).Buffer;a(41584),a(20731),a(61726),a(46467);function A(w,b){w.prototype=Object.create(b.prototype),w.prototype.constructor=w,h(w,b)}function h(w,b){return h=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(M,c){return M.__proto__=c,M},h(w,b)}var f,p=a(9760),m=a(69591);try{f=a(54171)}catch{}var y=function(w){function b(c){var x;return c===void 0&&(c=65536),x=w.apply(this,arguments)||this,x.buffer=u.alloc(c),x.bufferOffset=0,x.pos=0,x}A(b,w);var M=b.prototype;return M._read=function(){},M.ensure=function(x){if(this.bufferOffset+x>this.buffer.length)return this.flush()},M.flush=function(){if(this.bufferOffset>0)return this.push(u.from(this.buffer.slice(0,this.bufferOffset))),this.bufferOffset=0},M.writeBuffer=function(x){return this.flush(),this.push(x),this.pos+=x.length},M.writeString=function(x,C){switch(C===void 0&&(C="ascii"),C){case"utf16le":case"ucs2":case"utf8":case"ascii":return this.writeBuffer(u.from(x,C));case"utf16be":for(var k=u.from(x,"utf16le"),U=0,D=k.length-1;U<D;U+=2){var R=k[U];k[U]=k[U+1],k[U+1]=R}return this.writeBuffer(k);default:if(f)return this.writeBuffer(f.encode(x,C));throw new Error("Install iconv-lite to enable additional string encodings.")}},M.writeUInt24BE=function(x){return this.ensure(3),this.buffer[this.bufferOffset++]=x>>>16&255,this.buffer[this.bufferOffset++]=x>>>8&255,this.buffer[this.bufferOffset++]=x&255,this.pos+=3},M.writeUInt24LE=function(x){return this.ensure(3),this.buffer[this.bufferOffset++]=x&255,this.buffer[this.bufferOffset++]=x>>>8&255,this.buffer[this.bufferOffset++]=x>>>16&255,this.pos+=3},M.writeInt24BE=function(x){return x>=0?this.writeUInt24BE(x):this.writeUInt24BE(x+16777215+1)},M.writeInt24LE=function(x){return x>=0?this.writeUInt24LE(x):this.writeUInt24LE(x+16777215+1)},M.fill=function(x,C){if(C<this.buffer.length)return this.ensure(C),this.buffer.fill(x,this.bufferOffset,this.bufferOffset+C),this.bufferOffset+=C,this.pos+=C;var k=u.alloc(C);return k.fill(x),this.writeBuffer(k)},M.end=function(){return this.flush(),this.push(null)},b}(p.Readable),B=function(b){if(b.slice(0,5)==="write"){var M=+m.TYPES[b.replace(/write|[BL]E/g,"")];y.prototype[b]=function(c){return this.ensure(M),this.buffer[b](c,this.bufferOffset),this.bufferOffset+=M,this.pos+=M}}};for(var v in u.prototype)B(v);o.exports=y},95304:function(o,l,a){var u=a(89295),A=a(18890)(),h=a(61084).functionsHaveConfigurableNames(),f=a(96785);o.exports=function(m,y){if(typeof m!="function")throw new f("`fn` is not a function");var B=arguments.length>2&&!!arguments[2];return(!B||h)&&(A?u(m,"name",y,!0,!0):u(m,"name",y)),m}},95717:function(o,l,a){var u=a(32010),A=a(25567),h=a(2834),f=a(43162),p=a(97738),m=a(89564),y=a(20884),B=a(45495),v=a(38639),w=a(15892),b=a(13872),M=u.Array;o.exports=function(x){var C=f(x),k=y(this),U=arguments.length,D=U>1?arguments[1]:void 0,R=D!==void 0;R&&(D=A(D,U>2?arguments[2]:void 0));var S=b(C),F=0,T,O,Q,N,z,W;if(S&&!(this==M&&m(S)))for(N=w(C,S),z=N.next,O=k?new this:[];!(Q=h(z,N)).done;F++)W=R?p(N,D,[Q.value,F],!0):Q.value,v(O,F,W);else for(T=B(C),O=k?new this(T):M(T);T>F;F++)W=R?D(C[F],F):C[F],v(O,F,W);return O.length=F,O}},95756:function(o,l,a){var u=a(98828);u("Int32",function(A){return function(f,p,m){return A(this,f,p,m)}})},95892:function(o,l,a){var u=a(32010),A=a(15567),h=a(18904),f=a(34984),p=a(63918),m=u.TypeError,y=Object.defineProperty;l.f=A?y:function(v,w,b){if(f(v),w=p(w),f(b),h)try{return y(v,w,b)}catch{}if("get"in b||"set"in b)throw m("Accessors not supported");return"value"in b&&(v[w]=b.value),v}},96395:function(o){var l=30,a=12;o.exports=function(A,h){var f,p,m,y,B,v,w,b,M,c,x,C,k,U,D,R,S,F,T,O,Q,N,z,W,re;f=A.state,p=A.next_in,W=A.input,m=p+(A.avail_in-5),y=A.next_out,re=A.output,B=y-(h-A.avail_out),v=y+(A.avail_out-257),w=f.dmax,b=f.wsize,M=f.whave,c=f.wnext,x=f.window,C=f.hold,k=f.bits,U=f.lencode,D=f.distcode,R=(1<<f.lenbits)-1,S=(1<<f.distbits)-1;e:do{k<15&&(C+=W[p++]<<k,k+=8,C+=W[p++]<<k,k+=8),F=U[C&R];t:for(;;){if(T=F>>>24,C>>>=T,k-=T,T=F>>>16&255,T===0)re[y++]=F&65535;else if(T&16){O=F&65535,T&=15,T&&(k<T&&(C+=W[p++]<<k,k+=8),O+=C&(1<<T)-1,C>>>=T,k-=T),k<15&&(C+=W[p++]<<k,k+=8,C+=W[p++]<<k,k+=8),F=D[C&S];n:for(;;){if(T=F>>>24,C>>>=T,k-=T,T=F>>>16&255,T&16){if(Q=F&65535,T&=15,k<T&&(C+=W[p++]<<k,k+=8,k<T&&(C+=W[p++]<<k,k+=8)),Q+=C&(1<<T)-1,Q>w){A.msg="invalid distance too far back",f.mode=l;break e}if(C>>>=T,k-=T,T=y-B,Q>T){if(T=Q-T,T>M&&f.sane){A.msg="invalid distance too far back",f.mode=l;break e}if(N=0,z=x,c===0){if(N+=b-T,T<O){O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}}else if(c<T){if(N+=b+c-T,T-=c,T<O){O-=T;do re[y++]=x[N++];while(--T);if(N=0,c<O){T=c,O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}}}else if(N+=c-T,T<O){O-=T;do re[y++]=x[N++];while(--T);N=y-Q,z=re}for(;O>2;)re[y++]=z[N++],re[y++]=z[N++],re[y++]=z[N++],O-=3;O&&(re[y++]=z[N++],O>1&&(re[y++]=z[N++]))}else{N=y-Q;do re[y++]=re[N++],re[y++]=re[N++],re[y++]=re[N++],O-=3;while(O>2);O&&(re[y++]=re[N++],O>1&&(re[y++]=re[N++]))}}else if((T&64)===0){F=D[(F&65535)+(C&(1<<T)-1)];continue n}else{A.msg="invalid distance code",f.mode=l;break e}break}}else if((T&64)===0){F=U[(F&65535)+(C&(1<<T)-1)];continue t}else if(T&32){f.mode=a;break e}else{A.msg="invalid literal/length code",f.mode=l;break e}break}}while(p<m&&y<v);O=k>>3,p-=O,k-=O<<3,C&=(1<<k)-1,A.next_in=p,A.next_out=y,A.avail_in=p<m?5+(m-p):5-(p-m),A.avail_out=y<v?257+(v-y):257-(y-v),f.hold=C,f.bits=k}},96785:function(o){o.exports=TypeError},97001:function(o,l,a){var u=a(56475),A=a(2834),h=a(63432),f=a(7081),p=a(94578),m=a(13945),y=a(69548),B=a(3840),v=a(15216),w=a(48914),b=a(13711),M=a(38688),c=a(15366),x=a(5844),C=f.PROPER,k=f.CONFIGURABLE,U=x.IteratorPrototype,D=x.BUGGY_SAFARI_ITERATORS,R=M("iterator"),S="keys",F="values",T="entries",O=function(){return this};o.exports=function(Q,N,z,W,re,V,oe){m(z,N,W);var ye=function(ze){if(ze===re&&Ge)return Ge;if(!D&&ze in Ie)return Ie[ze];switch(ze){case S:return function(){return new z(this,ze)};case F:return function(){return new z(this,ze)};case T:return function(){return new z(this,ze)}}return function(){return new z(this)}},xe=N+" Iterator",ke=!1,Ie=Q.prototype,Se=Ie[R]||Ie["@@iterator"]||re&&Ie[re],Ge=!D&&Se||ye(re),J=N=="Array"&&Ie.entries||Se,me,ae,de;if(J&&(me=y(J.call(new Q)),me!==Object.prototype&&me.next&&(!h&&y(me)!==U&&(B?B(me,U):p(me[R])||b(me,R,O)),v(me,xe,!0,!0),h&&(c[xe]=O))),C&&re==F&&Se&&Se.name!==F&&(!h&&k?w(Ie,"name",F):(ke=!0,Ge=function(){return A(Se,this)})),re)if(ae={values:ye(F),keys:V?Ge:ye(S),entries:ye(T)},oe)for(de in ae)(D||ke||!(de in Ie))&&b(Ie,de,ae[de]);else u({target:N,proto:!0,forced:D||ke},ae);return(!h||oe)&&Ie[R]!==Ge&&b(Ie,R,Ge,{name:re}),c[N]=Ge,ae}},97464:function(o,l,a){var u=a(59754),A=a(91102).findIndex,h=u.aTypedArray,f=u.exportTypedArrayMethod;f("findIndex",function(m){return A(h(this),m,arguments.length>1?arguments[1]:void 0)})},97514:function(o,l,a){var u=a(56475),A=a(91102).find,h=a(71156),f="find",p=!0;f in[]&&Array(1)[f](function(){p=!1}),u({target:"Array",proto:!0,forced:p},{find:function(y){return A(this,y,arguments.length>1?arguments[1]:void 0)}}),h(f)},97738:function(o,l,a){var u=a(34984),A=a(50194);o.exports=function(h,f,p,m){try{return m?f(u(p)[0],p[1]):f(p)}catch(y){A(h,"throw",y)}}},97739:function(o,l,a){var u=a(47044),A=a(32010),h=A.RegExp;o.exports=u(function(){var f=h("(?<a>b)","g");return f.exec("b").groups.a!=="b"||"b".replace(f,"$<a>c")!=="bc"})},97841:function(o){o.exports=function(l,a){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:a}}},98086:function(o,l,a){var u=a(7514),A=a(83943);o.exports=function(h){return u(A(h))}},98168:function(o,l,a){var u=a(90780);a(84151),a(98443),a(49261),a(67858),o.exports=u},98197:function(o,l){function a(A){this.buffer=A,this.pos=0}a.prototype.read=function(A,h,f){this.pos+f>this.buffer.length&&(f=this.buffer.length-this.pos);for(var p=0;p<f;p++)A[h+p]=this.buffer[this.pos+p];return this.pos+=f,f},l.z=a;function u(A){this.buffer=A,this.pos=0}u.prototype.write=function(A,h){if(this.pos+h>this.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(A.subarray(0,h),this.pos),this.pos+=h,h},l.y=u},98443:function(o,l,a){a(77074)},98527:function(o,l,a){var u=a(77802),A=a(26601),h=a(63249),f=a(89636),p=a(3534),m=A(f(),Object);u(m,{getPolyfill:f,implementation:h,shim:p}),o.exports=m},98578:function(o,l,a){var u=a(32010),A=a(59113),h=a(20884),f=a(24517),p=a(38688),m=p("species"),y=u.Array;o.exports=function(B){var v;return A(B)&&(v=B.constructor,h(v)&&(v===y||A(v.prototype))?v=void 0:f(v)&&(v=v[m],v===null&&(v=void 0))),v===void 0?y:v}},98828:function(o,l,a){var u=a(56475),A=a(32010),h=a(2834),f=a(15567),p=a(28834),m=a(59754),y=a(83124),B=a(2868),v=a(97841),w=a(48914),b=a(17506),M=a(23417),c=a(71265),x=a(80670),C=a(63918),k=a(20340),U=a(52564),D=a(24517),R=a(46290),S=a(10819),F=a(70176),T=a(3840),O=a(6611).f,Q=a(83590),N=a(91102).forEach,z=a(51334),W=a(95892),re=a(72062),V=a(70172),oe=a(51868),ye=V.get,xe=V.set,ke=W.f,Ie=re.f,Se=Math.round,Ge=A.RangeError,J=y.ArrayBuffer,me=J.prototype,ae=y.DataView,de=m.NATIVE_ARRAY_BUFFER_VIEWS,ze=m.TYPED_ARRAY_CONSTRUCTOR,De=m.TYPED_ARRAY_TAG,Ue=m.TypedArray,H=m.TypedArrayPrototype,j=m.aTypedArrayConstructor,ce=m.isTypedArray,pe="BYTES_PER_ELEMENT",Ce="Wrong length",he=function(Oe,pt){j(Oe);for(var St=0,kt=pt.length,xt=new Oe(kt);kt>St;)xt[St]=pt[St++];return xt},Me=function(Oe,pt){ke(Oe,pt,{get:function(){return ye(this)[pt]}})},Le=function(Oe){var pt;return F(me,Oe)||(pt=U(Oe))=="ArrayBuffer"||pt=="SharedArrayBuffer"},et=function(Oe,pt){return ce(Oe)&&!R(pt)&&pt in Oe&&b(+pt)&&pt>=0},Mt=function(pt,St){return St=C(St),et(pt,St)?v(2,pt[St]):Ie(pt,St)},dt=function(pt,St,kt){return St=C(St),et(pt,St)&&D(kt)&&k(kt,"value")&&!k(kt,"get")&&!k(kt,"set")&&!kt.configurable&&(!k(kt,"writable")||kt.writable)&&(!k(kt,"enumerable")||kt.enumerable)?(pt[St]=kt.value,pt):ke(pt,St,kt)};f?(de||(re.f=Mt,W.f=dt,Me(H,"buffer"),Me(H,"byteOffset"),Me(H,"byteLength"),Me(H,"length")),u({target:"Object",stat:!0,forced:!de},{getOwnPropertyDescriptor:Mt,defineProperty:dt}),o.exports=function(Oe,pt,St){var kt=Oe.match(/\d+$/)[0]/8,xt=Oe+(St?"Clamped":"")+"Array",_t="get"+Oe,Ke="set"+Oe,nt=A[xt],bt=nt,Qt=bt&&bt.prototype,qe={},lt=function(ie,L){var X=ye(ie);return X.view[_t](L*kt+X.byteOffset,!0)},mt=function(ie,L,X){var ue=ye(ie);St&&(X=(X=Se(X))<0?0:X>255?255:X&255),ue.view[Ke](L*kt+ue.byteOffset,X,!0)},be=function(ie,L){ke(ie,L,{get:function(){return lt(this,L)},set:function(X){return mt(this,L,X)},enumerable:!0})};de?p&&(bt=pt(function(ie,L,X,ue){return B(ie,Qt),oe(function(){return D(L)?Le(L)?ue!==void 0?new nt(L,x(X,kt),ue):X!==void 0?new nt(L,x(X,kt)):new nt(L):ce(L)?he(bt,L):h(Q,bt,L):new nt(c(L))}(),ie,bt)}),T&&T(bt,Ue),N(O(nt),function(ie){ie in bt||w(bt,ie,nt[ie])}),bt.prototype=Qt):(bt=pt(function(ie,L,X,ue){B(ie,Qt);var Fe=0,le=0,He,Tt,$;if(!D(L))$=c(L),Tt=$*kt,He=new J(Tt);else if(Le(L)){He=L,le=x(X,kt);var rt=L.byteLength;if(ue===void 0){if(rt%kt||(Tt=rt-le,Tt<0))throw Ge(Ce)}else if(Tt=M(ue)*kt,Tt+le>rt)throw Ge(Ce);$=Tt/kt}else return ce(L)?he(bt,L):h(Q,bt,L);for(xe(ie,{buffer:He,byteOffset:le,byteLength:Tt,length:$,view:new ae(He)});Fe<$;)be(ie,Fe++)}),T&&T(bt,Ue),Qt=bt.prototype=S(H)),Qt.constructor!==bt&&w(Qt,"constructor",bt),w(Qt,ze,bt),De&&w(Qt,De,xt),qe[xt]=bt,u({global:!0,forced:bt!=nt,sham:!de},qe),pe in bt||w(bt,pe,kt),pe in Qt||w(Qt,pe,kt),z(xt)}):o.exports=function(){}},98883:function(o,l,a){var u=a(14598).Buffer,A=a(91867).isString,h=a(91867).isNumber,f=a(91867).isBoolean,p=a(91867).isArray,m=a(91867).isUndefined,y=a(91867).fontStringify;function B(){}B.prototype.preprocessDocument=function(v){return this.parentNode=null,this.tocs=[],this.nodeReferences=[],this.preprocessNode(v)},B.prototype.preprocessNode=function(v){if(p(v)?v={stack:v}:A(v)?v={text:v}:h(v)||f(v)?v={text:v.toString()}:v==null?v={text:""}:Object.keys(v).length===0?v={text:""}:"text"in v&&(v.text===void 0||v.text===null)&&(v.text=""),v.columns)return this.preprocessColumns(v);if(v.stack)return this.preprocessVerticalContainer(v);if(v.ul)return this.preprocessList(v);if(v.ol)return this.preprocessList(v);if(v.table)return this.preprocessTable(v);if(v.text!==void 0)return this.preprocessText(v);if(v.toc)return this.preprocessToc(v);if(v.image)return this.preprocessImage(v);if(v.svg)return this.preprocessSVG(v);if(v.canvas)return this.preprocessCanvas(v);if(v.qr)return this.preprocessQr(v);if(v.pageReference||v.textReference)return this.preprocessText(v);throw"Unrecognized document structure: "+JSON.stringify(v,y)},B.prototype.preprocessColumns=function(v){for(var w=v.columns,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessVerticalContainer=function(v){for(var w=v.stack,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessList=function(v){for(var w=v.ul||v.ol,b=0,M=w.length;b<M;b++)w[b]=this.preprocessNode(w[b]);return v},B.prototype.preprocessTable=function(v){var w,b,M,c;for(w=0,M=v.table.body[0].length;w<M;w++)for(b=0,c=v.table.body.length;b<c;b++){var x=v.table.body[b],C=x[w];C!==void 0&&(C===null&&(C=""),C._span||(x[w]=this.preprocessNode(C)))}return v},B.prototype.preprocessText=function(v){if(v.tocItem){p(v.tocItem)||(v.tocItem=[v.tocItem]);for(var w=0,b=v.tocItem.length;w<b;w++){A(v.tocItem[w])||(v.tocItem[w]="_default_");var M=v.tocItem[w];this.tocs[M]||(this.tocs[M]={toc:{_items:[],_pseudo:!0}}),v.id||(v.id="toc-"+M+"-"+this.tocs[M].toc._items.length);var c={_nodeRef:this._getNodeForNodeRef(v),_textNodeRef:v};this.tocs[M].toc._items.push(c)}}if(v.id)if(this.nodeReferences[v.id]){if(!this.nodeReferences[v.id]._pseudo)throw"Node id '"+v.id+"' already exists";this.nodeReferences[v.id]._nodeRef=this._getNodeForNodeRef(v),this.nodeReferences[v.id]._textNodeRef=v,this.nodeReferences[v.id]._pseudo=!1}else this.nodeReferences[v.id]={_nodeRef:this._getNodeForNodeRef(v),_textNodeRef:v};if(v.pageReference&&(this.nodeReferences[v.pageReference]||(this.nodeReferences[v.pageReference]={_nodeRef:{},_textNodeRef:{},_pseudo:!0}),v.text="00000",v.linkToDestination=v.pageReference,v._pageRef=this.nodeReferences[v.pageReference]),v.textReference&&(this.nodeReferences[v.textReference]||(this.nodeReferences[v.textReference]={_nodeRef:{},_pseudo:!0}),v.text="",v.linkToDestination=v.textReference,v._textRef=this.nodeReferences[v.textReference]),v.text&&v.text.text)v.text=[this.preprocessNode(v.text)];else if(p(v.text)){var x=!1;this.parentNode===null&&(this.parentNode=v,x=!0);for(var w=0,b=v.text.length;w<b;w++)v.text[w]=this.preprocessNode(v.text[w]);x&&(this.parentNode=null)}return v},B.prototype.preprocessToc=function(v){if(v.toc.id||(v.toc.id="_default_"),v.toc.title=v.toc.title?this.preprocessNode(v.toc.title):null,v.toc._items=[],this.tocs[v.toc.id]){if(!this.tocs[v.toc.id].toc._pseudo)throw"TOC '"+v.toc.id+"' already exists";v.toc._items=this.tocs[v.toc.id].toc._items}return this.tocs[v.toc.id]=v,v},B.prototype.preprocessImage=function(v){return!m(v.image.type)&&!m(v.image.data)&&v.image.type==="Buffer"&&p(v.image.data)&&(v.image=u.from(v.image.data)),v},B.prototype.preprocessSVG=function(v){return v},B.prototype.preprocessCanvas=function(v){return v},B.prototype.preprocessQr=function(v){return v},B.prototype._getNodeForNodeRef=function(v){return this.parentNode?this.parentNode:v},o.exports=B},99018:function(o,l,a){o.exports=a(64785).EventEmitter},99049:function(o){function l(){for(var A,h=[],f=0;f<256;f++){A=f;for(var p=0;p<8;p++)A=A&1?3988292384^A>>>1:A>>>1;h[f]=A}return h}var a=l();function u(A,h,f,p){var m=a,y=p+f;A^=-1;for(var B=p;B<y;B++)A=A>>>8^m[(A^h[B])&255];return A^-1}o.exports=u},99129:function(o){o.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},99757:function(o,l,a){a(14032);function u(m,y){m.prototype=Object.create(y.prototype),m.prototype.constructor=m,A(m,y)}function A(m,y){return A=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(B,v){return B.__proto__=v,B},A(m,y)}var h=a(88152),f=function(y,B){return B.reduce(function(v,w){return v&&v[w]},y)},p=function(m){function y(v,w){var b;return w===void 0&&(w={}),b=m.call(this)||this,b.type=v,b.versions=w,typeof v=="string"&&(b.versionPath=v.split(".")),b}u(y,m);var B=y.prototype;return B.decode=function(w,b,M){M===void 0&&(M=0);var c=this._setup(w,b,M);typeof this.type=="string"?c.version=f(b,this.versionPath):c.version=this.type.decode(w),this.versions.header&&this._parseFields(w,c,this.versions.header);var x=this.versions[c.version];if(x==null)throw new Error("Unknown version "+c.version);return x instanceof y?x.decode(w,b):(this._parseFields(w,c,x),this.process!=null&&this.process.call(c,w),c)},B.size=function(w,b,M){M===void 0&&(M=!0);var c,x;if(!w)throw new Error("Not a fixed size");var C={parent:b,val:w,pointerSize:0},k=0;if(typeof this.type!="string"&&(k+=this.type.size(w.version,C)),this.versions.header)for(c in this.versions.header)x=this.versions.header[c],x.size!=null&&(k+=x.size(w[c],C));var U=this.versions[w.version];if(U==null)throw new Error("Unknown version "+w.version);for(c in U)x=U[c],x.size!=null&&(k+=x.size(w[c],C));return M&&(k+=C.pointerSize),k},B.encode=function(w,b,M){var c,x;this.preEncode!=null&&this.preEncode.call(b,w);var C={pointers:[],startOffset:w.pos,parent:M,val:b,pointerSize:0};if(C.pointerOffset=w.pos+this.size(b,C,!1),typeof this.type!="string"&&this.type.encode(w,b.version),this.versions.header)for(c in this.versions.header)x=this.versions.header[c],x.encode!=null&&x.encode(w,b[c],C);var k=this.versions[b.version];for(c in k)x=k[c],x.encode!=null&&x.encode(w,b[c],C);for(var U=0;U<C.pointers.length;){var D=C.pointers[U++];D.type.encode(w,D.val,D.parent)}},y}(h);o.exports=p},99900:function(o){o.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},cp720:{type:"_sbcs",chars:"éâàçêëèïîّْô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡ًٌٍَُِ≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},99948:function(o,l,a){var u=a(93143).Buffer;l._sbcs=A;function A(p,m){if(!p)throw new Error("SBCS codec is called without the data.");if(!p.chars||p.chars.length!==128&&p.chars.length!==256)throw new Error("Encoding '"+p.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(p.chars.length===128){for(var y="",B=0;B<128;B++)y+=String.fromCharCode(B);p.chars=y+p.chars}this.decodeBuf=u.from(p.chars,"ucs2");for(var v=u.alloc(65536,m.defaultCharSingleByte.charCodeAt(0)),B=0;B<p.chars.length;B++)v[p.chars.charCodeAt(B)]=B;this.encodeBuf=v}A.prototype.encoder=h,A.prototype.decoder=f;function h(p,m){this.encodeBuf=m.encodeBuf}h.prototype.write=function(p){for(var m=u.alloc(p.length),y=0;y<p.length;y++)m[y]=this.encodeBuf[p.charCodeAt(y)];return m},h.prototype.end=function(){};function f(p,m){this.decodeBuf=m.decodeBuf}f.prototype.write=function(p){for(var m=this.decodeBuf,y=u.alloc(p.length*2),B=0,v=0,w=0;w<p.length;w++)B=p[w]*2,v=w*2,y[v]=m[B],y[v+1]=m[B+1];return y.toString("ucs2")},f.prototype.end=function(){}}},r={};function i(o){var l=r[o];if(l!==void 0)return l.exports;var a=r[o]={id:o,loaded:!1,exports:{}};return n[o].call(a.exports,a,a.exports,i),a.loaded=!0,a.exports}(function(){i.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}()})(),function(){i.nmd=function(o){return o.paths=[],o.children||(o.children=[]),o}}();var s=i(73751);return s}()})}(dC)),dC.exports}var ASe=cSe();function uSe(t,e){if(t&1){const n=yA();Zt(0,"button",5),ai("click",function(){il(n);const i=Vr();return sl(i.printVaccinations())}),Er(1,"mat-icon",6),ln()}}function dSe(t,e){if(t&1){const n=yA();Zt(0,"button",7),ai("click",function(){il(n);const i=Vr();return sl(i.printVaccinations())}),Er(1,"mat-icon",6),Zt(2,"span"),Qr(3),os(4,"translate"),ln()()}t&2&&(rn(3),Pi(as(4,1,"vaccinations.print")))}function hSe(t,e){if(t&1&&Er(0,"mh-vaccinations-cards",8),t&2){const n=Vr();Kr("vaccinations",n.searchResults())("isLoading",n.isLoading())("hasError",n.hasError())}}function fSe(t,e){if(t&1&&Er(0,"mh-vaccinations-table",8),t&2){const n=Vr();Kr("vaccinations",n.searchResults())("isLoading",n.isLoading())("hasError",n.hasError())}}const wm=class wm{constructor(){d(this,"vaccinationsService",Qe(c5));d(this,"translateService",Qe(rm));d(this,"hasError",Ml(!1));d(this,"searchResults",Ml([]));d(this,"allVaccinations",Ml([]));d(this,"isLoading",Ml(!0));d(this,"isWebComponent",Ml(Qe(BK,{optional:!0})??!1));d(this,"print",CB());qg(()=>{this.searchResults.set(this.allVaccinations())})}ngOnInit(){this.getVaccinations()}searchVaccinations(e){const n=XCe(this.allVaccinations(),e);this.searchResults.set(n)}getVaccinations(){this.isLoading.set(!0),this.vaccinationsService.getVaccinations().pipe(Cg(()=>this.isLoading.set(!1)),ZCe(()=>this.hasError.set(!0))).subscribe(e=>this.allVaccinations.set(e))}printVaccinations(){const e=this.createPDF();this.isWebComponent()?e.getBase64(n=>{this.print.emit(n.toString())}):e.print()}createPDF(){const e=["indication","description","administerDate","endDate"];return ASe.createPdf({pageSize:"A4",pageMargins:[24,64,24,30],info:{title:`VACC-${new Date().toLocaleDateString("nl-be")}`,subject:`VACC-${new Date().toLocaleDateString("nl-be")}`,author:"MyHealth Belgium"},defaultStyle:{font:"OpenSans"},header:[{svg:Nae[this.translateService.language],margin:[24,10,24,0],height:50}],content:[{layout:"lightHorizontalLines",table:{headerRows:1,widths:"auto",body:[e.map(n=>({text:this.translateService.instant(`vaccinations.${n}`),bold:!0})),...this.allVaccinations().map(n=>[n.indication?n.indication.charAt(0).toUpperCase()+n.indication.slice(1):"-",n.description?n.description.charAt(0).toUpperCase()+n.description.slice(1):"-",n.administerDate?new Date(n.administerDate).toLocaleDateString("nl-be"):"-",n.endDate?new Date(n.endDate).toLocaleDateString("nl-be"):"-"])]}}]},{},{OpenSans:{normal:"OpenSans-Regular.ttf",bold:"OpenSans-Bold.ttf",italics:"OpenSans-Italic.ttf",bolditalics:"OpenSans-BoldItalic.ttf"}},Tae)}};d(wm,"ɵfac",function(n){return new(n||wm)}),d(wm,"ɵcmp",Dr({type:wm,selectors:[["mh-component-vaccinations"]],outputs:{print:"print"},decls:6,vars:4,consts:[[1,"mh-print"],[3,"searchValueChanged"],["mat-icon-button","","type","button","class","mh-print__button","aria-label","print",3,"click",4,"mhIfViewportSize"],["mat-flat-button","","type","button","class","mh-print__button",3,"click",4,"mhIfViewportSize"],[3,"vaccinations","isLoading","hasError",4,"mhIfViewportSize"],["mat-icon-button","","type","button","aria-label","print",1,"mh-print__button",3,"click"],["fontIcon","print"],["mat-flat-button","","type","button",1,"mh-print__button",3,"click"],[3,"vaccinations","isLoading","hasError"]],template:function(n,r){n&1&&(Zt(0,"div",0)(1,"mh-vaccinations-search",1),ai("searchValueChanged",function(s){return r.searchVaccinations(s)}),ln(),Tr(2,uSe,2,0,"button",2)(3,dSe,5,3,"button",3),ln(),Tr(4,hSe,1,3,"mh-vaccinations-cards",4)(5,fSe,1,3,"mh-vaccinations-table",4)),n&2&&(rn(2),Kr("mhIfViewportSize","S"),rn(),Kr("mhIfViewportSize","!S"),rn(),Kr("mhIfViewportSize","S"),rn(),Kr("mhIfViewportSize","!S"))},dependencies:[y8,_E,Sw,Cw,xw,B5,l5,u5,H3,a1,bx],styles:[`
|
|
1362
1362
|
|
|
1363
1363
|
|
|
1364
1364
|
|
|
@@ -1757,7 +1757,7 @@ U vindt die terug op Mijn Gezondheid onder 'Mijn gezondheidssamenvatting'.`},war
|
|
|
1757
1757
|
</ul>
|
|
1758
1758
|
</p>
|
|
1759
1759
|
<p><strong>We raden aan om wijzigingen alleen door te voeren als u zeker weet wat de gevolgen zijn.</strong></p>
|
|
1760
|
-
`}},belgium:{be:{logo:{alt:"België .BE-logo"},"more-info":"Andere informatie en diensten van de overheid:"}},boolean:{yes:"Ja"},button:{back:"Terug"},"care-and-support":"Mijn zorgteam",consent:{actor:{me:"Ikzelf"},author:"Actor","consent-given":{description:`<p>Ik stem ermee in om de uitwisseling van mijn medische gegevens langs elektronische weg te faciliteren in het kader van mijn gezondheidszorg.</p>
|
|
1760
|
+
`},unsaved:{cancel:"Annuleren",confirm:"Bevestigen",datatype:{content:"Je hebt wijzigingen gemaakt voor de data types. Ben je zeker dat je deze niet wilt opslaan?",title:"Aangebrachte wijzigingen"},healthcareparty:{content:"Je hebt wijzigingen gemaakt voor de zorgverleners. Ben je zeker dat je deze niet wilt opslaan?",title:"Aangebrachte wijzigingen"}}},belgium:{be:{logo:{alt:"België .BE-logo"},"more-info":"Andere informatie en diensten van de overheid:"}},boolean:{yes:"Ja"},button:{back:"Terug"},"care-and-support":"Mijn zorgteam",consent:{actor:{me:"Ikzelf"},author:"Actor","consent-given":{description:`<p>Ik stem ermee in om de uitwisseling van mijn medische gegevens langs elektronische weg te faciliteren in het kader van mijn gezondheidszorg.</p>
|
|
1761
1761
|
<p>
|
|
1762
1762
|
U hebt uw toestemming gegeven voor de uitwisseling (langs elektronische weg in het kader van uw gezondheidszorg) van gegevens betreffende uw gezondheid tussen de gemachtigde zorgverleners (er bestaat een bewezen therapeutische relatie tussen u en deze zorgverlener en u hebt geen uitsluiting ten aanzien van deze zorgverlener geregistreerd). Om deze elektronische uitwisseling mogelijk te maken stemt u er tevens mee in dat er verwijzingen naar deze gezondheidsgegevens worden opgenomen in een repertorium waarin aangeduid wordt waar deze gegevens beschikbaar zijn (bijvoorbeeld in welk ziekenhuis). Ter herinnering, deze bepaling houdt rekening met de patiëntenrechten, de wet op de bescherming van de persoonlijke levenssfeer en de medische deontologie.</p>`},consentOperation:"Actie","consent-revoked":{description:`<p>Er werd geen toestemming geregistreerd voor de elektronische uitwisseling van uw medische gegevens in het kader van uw gezondheidszorg. Op sommige momenten (bv. bij spoedopname) is het handig indien een zorgverlener, waarmee u een zorgrelatie start, toegang kan krijgen tot uw medische voorgeschiedenis. Op dit moment heeft u hiervoor geen toestemming gegeven en kunnen uw zorgrelaties dus geen enkele raadpleging of uitwisseling van gezondheidsgegevens doen. Wees u ervan bewust dat dit soms nadelige gevolgen kan hebben voor een correcte behandeling.</p>
|
|
1763
1763
|
|
|
@@ -1860,7 +1860,7 @@ Alle informatie van de vorige versie van het portaal blijft beschikbaar. Daarnaa
|
|
|
1860
1860
|
|
|
1861
1861
|
Contacteer uw behandelende arts en vraag om uw rapporten en resultaten met u te delen.`},organisation:{pharmacy:"Apotheek"},"other-portals":{content:"TODO",title:"TODO"},page:{back:"Terug","no-content":"We hebben geen inhoud gevonden die getoond kan worden op deze pagina. Mogelijk heb je een verkeerde link gebruikt."},"page-not-found":{"call-to-action":"Ga terug naar de",homepage:"startpagina","search-title":"Of probeer een nieuwe zoekopdracht",subtitle:"We konden de pagina die je zoekt, niet vinden.",title:"Oeps!"},paginator:{firstPageLabel:"Eerste pagina",itemsPerPageLabel:"Items per pagina:",lastPageLabel:"Laatste pagina",nextPageLabel:"Volgende pagina",ofRangeLabel:"van",previousPageLabel:"Vorige pagina"},"population-screening":{author:"Auteur","breast-cancer":{appointmentTime:"Afspraaktijd",location:"Locatie",screeningDate:"Datum van het screenings-\u2028onderzoek"},"cervical-cancer":{screeningMethod:"Test methode"},date:"Datum",error:"Er is een fout opgetreden bij het ophalen van de bevolkinsonderzoeken. Gelieve later opnieuw te proberen.",estimatedNextInvitationDate:"Volgende uitnodiging",eventType:"Status","event-type":{FOLLOW_UP:"Opvolging",INVITATION:"Uitnodiging",PARTICIPATION:"Deelname"},faq:{title:"Veelgestelde vragen over bevolkingsonderzoeken"},filter:"Filter resultaten","filter.apply":"Toepassen","filter.date":"Datum","filter.event-type":"Type","filter.first-date-from":"Van","filter.first-date-to":"Tot","filter.reset":"Wis filters","filter.result":"Resultaat","filter.screening-type":"Bevolkingsonderzoek","filter.title":"Filters voor mijn bevolkingsonderzoeken","filter.year":"Jaar","follow-up":{advice:"Opvolging advies",examined:"Opvolging gedaan",needed:"Opvolging nodig"},info:{text:`<p>Elk jaar krijgen 1,5 miljoen mensen in Vlaanderen een uitnodiging om zich preventief te laten onderzoeken voor borstkanker, dikkedarmkanker of baarmoederhalskanker. Door deel te nemen aan het bevolkingsonderzoek kan kanker, of een voorstadium ervan, vroeg ontdekt worden. Dit vergroot de kans op genezing en beperkt de impact van de behandeling.</p>
|
|
1862
1862
|
<p>Voor andere Belgische burgers kunnen de resultaten van screeningtesten geraadpleegd worden onder “Mijn rapporten en resultaten”. </p>
|
|
1863
|
-
<p>Voor meer info, bezoek de <a href="https://www.cvko.vlaanderen/" target="_blank">website van het centrum voor kankeropsporing</a
|
|
1863
|
+
<p>Voor meer info, bezoek de <a href="https://www.cvko.vlaanderen/" target="_blank">website van het centrum voor kankeropsporing</a> of vraag raad aan uw huisarts.</p>`,title:"Wat is een bevolkingsonderzoek?"},invitation:{date:"Uitnodigingsdatum"},nextInvitationIndication:"Volgende uitnodiging","no-data":"Voor de selectie die u aanduidde zijn geen gegevens of resultaten aanwezig. Het kan ook zijn dat deze selectie voor u niet van toepassing is.","no-selected-data":"Voor de selectie die u aanduidde zijn geen gegevens of resultaten aanwezig. Het kan ook zijn dat deze selectie voor u niet van toepassing is.",participation:{date:"Deelnamedatum"},result:"Resultaat","result.ABNORMAL_POSITIVE":"Afwijkend","result.NORMAL_NEGATIVE":"Niet afwijkend","screening-method":{HPV_SELF_TEST:"Zelfafnameset",HPV_TEST:"HPV-test",PAP_TEST:"Uitstrijkje"},screeningType:"Type bevolkingsonderzoek","screening-type":{BREAST_CANCER:"Borstkanker",CERVICAL_CANCER:"Baarmoederhalskanker",COLON_CANCER:"Dikkedarmkanker"},source:"Bron",timeout:"Er is een fout opgetreden bij het ophalen van de bevolkingsonderzoeken. Probeer later opnieuw.",year:"Jaar"},print:{mandate:{prefix:"Dit zijn de gegevens voor "}},privacy:{content:`Betreffende uw persoonsgegevens op Mijn Gezondheid (niet uw medische gegevens):
|
|
1864
1864
|
<h3>1. Bescherming van uw persoonsgegevens</h3>
|
|
1865
1865
|
|
|
1866
1866
|
<p>De Federale Overheidsdienst Volksgezondheid, Veiligheid van de Voedselketen en Leefmilieu, gelegen Galileelaan, 5 bus 2, 1210 Brussel, verbindt zich ertoe om uw privacy en uw persoonsgegevens te beschermen.</p>
|
|
@@ -2017,7 +2017,14 @@ Probeer de zoekterm in het Frans of het Nederlands
|
|
|
2017
2017
|
<a href="/faq">Overloop onze veelgestelde vragen</a>
|
|
2018
2018
|
</li>
|
|
2019
2019
|
</ul>`,"search.no-results.heading-1":"Tips voor betere zoekresultaten","search.no-results.heading-2":"Hulp nodig? Neem contact op","search.no-results.heading-3":"Nuttige koppelingen:","search.no-results.prompt":"Niet gevonden wat u zoekt?","search.no-results.title":"Sorry, we konden geen resultaten vinden voor","search.not-found.prompt":"Niet gevonden wat je zoekt?","search.placeholder":"Zoek ...","search.results.title":"Zoekresultaten voor ","search.suggestions.no-results":"Geen resultaten","search.try-new":"Probeer een nieuwe zoekopdracht",settings:"Instellingen",shared:{no:"Neen",yes:"Ja"},sumehr:{"additional-information":{title:"Bijkomende informatie"},"adverse-drug-reactions":{title:"Bijwerkingen"},allergies:{title:"Allergieën"},beginMoment:{title:"Startdatum"},cnk:"CNK","contact-persons":{title:"Contactpersonen"},endMoment:{title:"Einddatum"},faq:{title:"Veelgestelde vragen over de gezondheidssamenvatting"},info:{text:`<p>De gezondheidssamenvatting is de beknopte elektronische samenvatting van je actuele gezondheidstoestand, aangemaakt door je huisarts die jouw Globaal Medisch Dossier beheert. Zorgverleners noemen de gezondheidssamenvatting ook wel Sumehr (Summarized Electronic Health Record). Ze bevat de kerninformatie om jou als patiënt goed en veilig te verzorgen, bijvoorbeeld als je onverwacht in het ziekenhuis belandt.</p>
|
|
2020
|
-
<p>Voor meer info,
|
|
2020
|
+
<p>Voor meer info, neem contact op met je huisarts.</p>`,title:"Wat is een gezondheidssamenvatting?"},item:{empty:"Er zijn geen gegevens gevonden in de samenvatting."},"last-update":"Laatste update","last-update-by":"door",lifecycle:{title:"Status"},medical:{contact:"Medische contactpersonen"},medications:{title:"Medicatie"},"no-manager":"Er is geen beheerder gevonden voor uw gezondheidssamenvatting. Contacteer uw huisarts om dit op te lossen.","patient-will":{title:"Wilsverklaringen"},posology:{maxIntake:"Maximale inname:",maxTakesPerDay:"Maximaal per dag:",minIntake:"Minimale inname: "},problems:{title:"Problemen"},risks:{title:"Risico's"},"social-risks":{title:"Sociale risico's"},summary:{title:"Inhoudsopgave"},treatments:{title:"Behandelingen"},vaccine:{date:"Vaccinatie datum"},vaccines:{title:"Vaccinaties"}},"sumehr-contact-person":{nihii:"RIZIV-nummer"},"sumehr-manager":{nihii:"RIZIV-nummer",title:"Beheerder van je samenvatting"},"sumehr-unavailable":{empty:{text:`Er zijn geen gegevens beschikbaar.
|
|
2021
|
+
Als je op zoek bent naar gegevens van je zorgverlener of ziekenhuis in Vlaanderen, is het mogelijk dat er geen gegevens voor jou geregistreerd zijn.
|
|
2022
|
+
Als je op zoek bent naar gegevens van je zorgverlener of ziekenhuis in Brussel of Wallonië, we kunnen deze gegevens niet tonen in deze applicatie.
|
|
2023
|
+
Controleer of je gegevens beschikbaar zijn via de huisarts.
|
|
2024
|
+
`},info:{text:'Download <a href="https://vlaamspatientenplatform.be/storage/files/128a67fa-11e2-40ae-8db8-7e64a4d594b2/sumehr-brochure-02082021-invulbaar.pdf">deze brochure</a> en vul deze in voor je volgende bezoek bij de huisarts. Je kan je huisarts vragen om je gezondheidsdossier digitaal voor jou aan te vullen. Deze zal vervolgens op deze pagina beschikbaar zijn.',title:"Geen gezondheidssamenvatting beschikbaar?"},timeout:{text:"Er is een fout opgetreden bij het ophalen van de gezondheidssamenvatting. Probeer later opnieuw."}},table:{expand:"Meer info"},"tolgee-test":{content:"Dit is een Tolgee test en nog een test"},user:{"invalid-ssin":"Ongeldig rijksregisternummer"},vaccination:"Vaccinaties",vaccinations:{administerDate:"Datum",code:"Code",countryCode:"Land",description:"Beschrijving",endDate:"Einddatum",faq:{title:"Veelgestelde vragen over vaccinaties"},indication:"Vaccinatie tegen","no-data":`Er zijn geen gegevens beschikbaar.
|
|
2025
|
+
Als je op zoek bent naar gegevens van je zorgverlener of ziekenhuis in Vlaanderen, is het mogelijk dat er geen gegevens voor jou geregistreerd zijn.
|
|
2026
|
+
Als je op zoek bent naar gegevens van je zorgverlener of ziekenhuis in Brussel of Wallonië, we kunnen deze gegevens niet tonen in deze applicatie.
|
|
2027
|
+
Controleer of je gegevens beschikbaar zijn via de huisarts.`,print:"Afdrukken",timeout:"Er is een fout opgetreden bij het ophalen van de vaccinaties. Probeer later opnieuw.",type:"Type vaccinatie"},widget:{"consent-given":{description:"Je hebt toestemming gegeven voor het delen van je medische data.",navigate:"Navigeer naar je toestemming",title:"Toestemming gegeven"},"consent-revoked":{description:"U heeft geen toestemming gegeven voor het delen van uw medische gegevens.",navigate:"Navigeer naar uw toestemming",title:"Geen toestemming gegeven"},"consent-unknown":{description:"Als u uw toestemming voor het delen van gegevens wilt bekijken, moet u zich aanmelden.",navigate:"Navigeer naar aanmelden",title:"Uw toestemming"},cozo:{description:"Het Collaboratief Zorgplatform (CoZo) is een digitaal samenwerkingsplatform dat patiënten, zorgverleners en zorginstellingen toelaat om snel en veilig medische gegevens en informatie uit te wisselen en te delen.",link:"Navigeer naar CoZo",title:"Collaboratief Zorgplatform"},"dispensed medicines":{description:`In uw overzicht van afgeleverde geneesmiddelen ziet u welke medicijnen u het voorbije jaar afgehaald heeft : zowel voorgeschreven als zelf aangekochte geneesmiddelen.
|
|
2021
2028
|
(*) Ook uw arts, tandarts, apotheker en andere zorgverleners waarmee u een zorgrelatie heeft, kunnen dit raadplegen. Zo kunnen ze u beter opvolgen en behandelen.
|
|
2022
2029
|
|
|
2023
2030
|
`,link:"Navigeer naar 'Afgeleverde geneesmiddelen'",title:"Overzicht van afgeleverde geneesmiddelen bij de apotheek nu toegankelijk voor iedere patiënt en zijn zorgteam (*)"},hubs:{cozo:{description:"Collaboratief Zorgplatform",name:"CoZo"},description:"De netwerken zijn digitale samenwerkingsplatformen die patiënten, zorgverleners en zorginstellingen toelaten om snel en veilig medische gegevens uit te wisselen en te delen",rsb:{description:"Brussels Gezondheidsnetwerk",name:"BGN"},rsw:{description:"Réseau Santé Wallon",name:"RSW"},title:"Gezondheidsnetwerken",vznkul:{description:"Vlaams Ziekenhuisnetwerk",name:"VZN KUL"}},login:{description:"Om toegang te krijgen tot uw persoonlijk medisch dossier, moet u zich aanmelden.",title:"Toegang krijgen tot uw gezondheidsgegevens?"},minor:{description:"Belangrijke wijziging: vanaf 16 jaar kan een minderjarige zelf zijn medische gegevens raadplegen.",link:"Navigeer naar de 'Veelgestelde vragen'",title:"Hoe toegang krijgen tot de medische gegevens van uw kind?"},"new-release":{description:" ",link:"Navigeren naar meer info",title:"De website MijnGezondheid zit in een nieuw jasje!"},"no-sumehr":{description:"Er is geen gezondheidssamenvatting gevonden."},prescriptions:{description:"Hier kan u uw voorschriften raadplegen.",link:"Navigeer naar uw voorschriften",title:"Uw voorschriften"},reports:"Rapporten","reports.external.navigate":"Navigeer naar aanmelden","reports.logged-in.external.navigate":"Navigeer naar uw rapporten","reports.logged-out.description":"Bekijk hier een overzicht van uw rapporten","reports.logged-out.external.navigate":"Navigeer naar aanmelden","reports.logged-out.navigate":"Navigeer naar uw rapporten","reports.logged-out.title":"Uw rapporten","reports.navigate":"Navigeer naar uw rapporten","reports.RSB.navigate":"Navigeer naar BGN","reports.RSW.navigate":"Navigeer naar RSW","reports.title-without-length":"Mijn rapporten en resultaten",sumehr:{description:"Een samenvatting van uw gezondheid op één plaats",external:{navigate:"Navigeer naar mijn externe samenvatting"},"logged-out":{description:"Bekijk uw gezondheidssamenvatting na het aanmelden.",navigate:"Navigeer naar aanmelden",title:"Uw gezondheidssamenvatting"},navigate:"Navigeer naar uw samenvatting",title:"Mijn gezondheidssamenvatting"},vaccinations:{description:"Een overzicht van uw vaccinaties kan hier bekeken worden.","logged-out":{description:"Log eerst in om uw vaccinaties te bekijken",navigate:"Navigeer naar aanmelden",title:"Uw vaccinaties"},navigate:"Navigeer naar uw vaccinaties",title:"Er werden ({size}) nieuwe vaccins toegevoegd aan je vaccinatie overzicht","title-without-length":"Mijn vaccinaties"}},widgets:{"load-more":"Laad meer",timeout:"Het ophalen van informatie is mislukt. Probeer later opnieuw.","timeout.heading":"Er is een fout opgetreden"}},pFe={"about-us":{content:`<span lang="FR-BE" dir="ltr">Depuis 2013, les autorités belges chargées de la politique de santé se sont engagées à coordonner leurs initiatives portant sur le traitement électronique des données de santé. Les différents ministres concernés au niveau fédéral, des Communautés et des Régions se sont alors mis d’accord sur un plan d’actions visant à construire des systèmes de santé en ligne plus performants pour soutenir la qualité et la continuité des soins.</span></span></p>
|
|
@@ -2088,7 +2095,7 @@ Toutes les modifications sont annulées.`,"delete.snackbar-success":"Réinitiali
|
|
|
2088
2095
|
<li>Cela peut avoir un impact négatif sur votre processus de soins.</li>
|
|
2089
2096
|
</ul>
|
|
2090
2097
|
</p>
|
|
2091
|
-
<p><strong>Nous vous recommandons de n'effectuer des modifications que si vous êtes sûr des conséquences.</strong></p>`}},belgium:{be:{logo:{alt:"Belgique logo .BE"},"more-info":"Autres informations et services gouvernementaux :"}},boolean:{yes:"Oui"},button:{back:"Retour"},"care-and-support":"Mon équipe de soins",consent:{actor:{me:"Moi-même"},author:"Auteur","consent-given":{description:`<p>J'ai accepté de faciliter l'échange de mes informations médicales par voie électronique dans le cadre de mes soins de santé.</p>
|
|
2098
|
+
<p><strong>Nous vous recommandons de n'effectuer des modifications que si vous êtes sûr des conséquences.</strong></p>`},unsaved:{cancel:"Annuler",confirm:"Confirmer",datatype:{content:"Vous avez apporté des modifications aux types de données. Êtes-vous certain de ne pas vouloir les enregistrer ?",title:"Modifications apportées"},healthcareparty:{content:"Vous avez apporté des modifications pour les prestataires de soins. Êtes-vous certain de ne pas vouloir les enregistrer ?",title:"Modifications apportées"}}},belgium:{be:{logo:{alt:"Belgique logo .BE"},"more-info":"Autres informations et services gouvernementaux :"}},boolean:{yes:"Oui"},button:{back:"Retour"},"care-and-support":"Mon équipe de soins",consent:{actor:{me:"Moi-même"},author:"Auteur","consent-given":{description:`<p>J'ai accepté de faciliter l'échange de mes informations médicales par voie électronique dans le cadre de mes soins de santé.</p>
|
|
2092
2099
|
<p>
|
|
2093
2100
|
Vous avez donné votre accord à l'échange de données relatives à votre santé (par voie électronique et dans le cadre de vos soins de santé) entre des prestataires de soins autorisés ( donc, s'il existe une relation thérapeutique avérée entre vous et ce prestataire de soins et si vous n'avez pas enregistré d'exclusion à l'égard de ce prestataire de soins). Pour permettre cet échange électronique, vous acceptez également que les références à ces données de santé figurent dans un répertoire indiquant où ces données sont disponibles (par exemple dans quel hôpital).</p>
|
|
2094
2101
|
<p>
|
|
@@ -2207,7 +2214,7 @@ Nous continuons à vous fournir toutes les informations disponibles dans la vers
|
|
|
2207
2214
|
|
|
2208
2215
|
Contactez votre médecin traitant et demandez-lui de vous communiquer vos rapports et résultats.`},organisation:{pharmacy:"Pharmacie"},"other-portals":{content:"TODO",title:"TODO"},page:{back:"Retour","no-content":"Nous n'avons trouvé aucun contenu à afficher sur cette page. Il se peut que vous ayez utilisé un mauvais lien."},"page-not-found":{"call-to-action":"Retourner à la page ",homepage:"d'accueil","search-title":"Ou essayez une nouvelle recherche",subtitle:"Nous n'avons pas trouvé la page que vous recherchez.",title:"Oups !"},paginator:{firstPageLabel:"Première page",itemsPerPageLabel:"Articles par page:",lastPageLabel:"Dernière page",nextPageLabel:"Page suivante",ofRangeLabel:"de",previousPageLabel:"Page précédente"},"population-screening":{author:"Auteur","breast-cancer":{appointmentTime:"Heure du rendez-vous",location:"Lieu",screeningDate:"Date de l'examen de dépistage"},"cervical-cancer":{screeningMethod:"Méthode de test"},date:"Date",error:"Une erreur s’est produite lors de la récupération des examens de dépistage de la population. Veuillez réessayer plus tard.",estimatedNextInvitationDate:"Invitation suivante",eventType:"Statut","event-type":{FOLLOW_UP:"Suivi",INVITATION:"Invitation",PARTICIPATION:"Participation"},faq:{title:"Questions fréquemment posées sur le dépistage de la population"},filter:"Filtrer les résultats","filter.apply":"Appliquer","filter.date":"Date","filter.event-type":"Statut","filter.first-date-from":"De","filter.first-date-to":"A","filter.reset":"Effacer les filtres","filter.result":"Résultat","filter.screening-type":"Type de dépistage","filter.title":"Filtres pour mes examens de dépistage","follow-up":{advice:"Conseils de suivi"},info:{text:`<p>Chaque année, 1,5 million de personnes en Flandre reçoivent une invitation à se soumettre à un dépistage préventif du cancer du sein, du côlon ou du col de l'utérus. En participant au dépistage de la population, le cancer ou ses précurseurs peuvent être détectés à un stade précoce. Cela augmente les chances de guérison et réduit l'impact du traitement.</p>
|
|
2209
2216
|
<p>Pour les autres citoyens belges, les résultats d’examens de dépistage peuvent être consultés sous la rubrique « Mes rapports et résultats ». </p>
|
|
2210
|
-
<p>Pour plus d'informations, visitez le <a href="https://cancer.be/prevention/depistage/" target="_blank">site Internet du centre de dépistage du cancer</a
|
|
2217
|
+
<p>Pour plus d'informations, visitez le <a href="https://cancer.be/prevention/depistage/" target="_blank">site Internet du centre de dépistage du cancer</a> ou demandez conseil à votre médecin généraliste.</p>`,title:"Qu'est-ce qu'un examen de dépistage ?"},invitation:{date:"Date de l'invitation"},nextInvitationIndication:"Invitation suivante","no-data":"Aucune donnée ou aucun résultat n’est disponible pour la sélection que vous avez indiquée. Il est également possible que cette sélection ne vous concerne pas.","no-selected-data":"Aucune donnée ou aucun résultat n’est disponible pour la sélection que vous avez indiquée. Il est également possible que cette sélection ne vous concerne pas.",participation:{date:"Date de participation"},result:"Résultat","result.ABNORMAL_POSITIVE":"Déviant","result.NORMAL_NEGATIVE":"Pas déviant","screening-method":{HPV_SELF_TEST:"Kit d'autocollecte",HPV_TEST:"Test VPH",PAP_TEST:"Frottis"},screeningType:"Type de dépistage","screening-type":{BREAST_CANCER:"Cancer du sein",CERVICAL_CANCER:"Cancer du col de l'utérus",COLON_CANCER:"Cancer colorectal"},source:"Source",timeout:"Une erreur s'est produite lors de l'extraction des enquêtes sur la population. Veuillez réessayer plus tard.",year:"Année"},print:{mandate:{prefix:"Il s'agit des données pour "}},privacy:{content:`Concernant vos données personnelles sur Ma Santé (pas vos données médicales) :
|
|
2211
2218
|
<h3>1. Protection de vos données personnelles</h3>
|
|
2212
2219
|
|
|
2213
2220
|
<p>Le Service public fédéral Santé publique, Sécurité de la Chaîne alimentaire et Environnement, situé Avenue Galilée, 5 boîte 2, 1210 Bruxelles, s'engage à protéger votre vie privée et vos données à caractère personnel.</p>
|
|
@@ -2367,7 +2374,13 @@ Essayez le terme recherché en français ou en néerlandais
|
|
|
2367
2374
|
|
|
2368
2375
|
<p>Le résumé de santé est aussi appelé « Sumehr » (Summarised Electronic Health Record).</p>
|
|
2369
2376
|
|
|
2370
|
-
<p>Pour plus d'informations, vous pouvez
|
|
2377
|
+
<p>Pour plus d'informations, vous pouvez contacter votre médecin généraliste.</p>`,title:"Qu'est-ce qu'un résumé de santé ?"},item:{empty:"Aucune donnée n'a été trouvée dans le résumé."},"last-update":"Dernière mise à jour","last-update-by":"par",lifecycle:{title:"Statut"},medical:{contact:"Contacts médicaux"},medications:{title:"Médicaments"},"no-manager":"Aucun administrateur n'a été trouvé pour votre résumé de santé. Contactez votre médecin traitant pour résoudre ce problème.","patient-will":{title:"Testaments"},posology:{maxIntake:"Admission maximale:",maxTakesPerDay:"Maximum par jour:",minIntake:"Admission minimale: "},problems:{title:"Problèmes"},risks:{title:"Risques"},"social-risks":{title:"Risques sociaux"},summary:{title:"Table des matières"},treatments:{title:"Traitements"},vaccine:{date:"Date de vaccination"},vaccines:{title:"Vaccinations"}},"sumehr-contact-person":{nihii:"Numéro NIHDI"},"sumehr-manager":{nihii:"Numéro NIHDI",title:"Administrateur de votre résumé"},"sumehr-unavailable":{empty:{text:`Aucune donnée disponible.
|
|
2378
|
+
Si vous recherchez des données provenant de votre professionnel de santé ou de votre hôpital en Flandre, il est possible qu’aucune donnée n’ait été enregistrée pour vous.
|
|
2379
|
+
Si vous recherchez des données provenant de votre professionnel de santé ou de votre hôpital en Bruxelles ou de la Wallonie, cette application ne peut actuellement pas afficher ces données.
|
|
2380
|
+
Veuillez vérifier si vos données sont disponibles par l'intermédiaire du médecin.`},info:{text:'Vous pouvez télécharger <a href="https://luss.be/wp-content/uploads/sites/25/2025/02/2023-01-Brochure-SumEhr-WEB.pdf">cette brochure</a>, compléter le questionnaire qu’elle contient et l’apporter chez votre généraliste. Sur cette base, il pourra remplir votre résumé de santé qui sera alors disponible sur cette page.',title:"Il n'y a pas de résumé de santé disponible ?"},timeout:{text:"Une erreur s'est produite lors de l'extraction du résumé de santé. Veuillez réessayer plus tard."}},table:{expand:"Plus d'infos"},"tolgee-test":{content:"Ceci est une test Tolgee"},user:{"invalid-ssin":"Numéro de registre national invalide"},vaccination:"Vaccinations",vaccinations:{administerDate:"Date de vaccination",code:"Code",countryCode:"Pays",description:"Description",endDate:"Validité",faq:{title:"Questions fréquemment posées sur les vaccinations"},indication:"Vaccination contre","no-data":`Aucune donnée disponible.
|
|
2381
|
+
Si vous recherchez des données provenant de votre professionnel de santé ou de votre hôpital en Flandre, il est possible qu’aucune donnée n’ait été enregistrée pour vous.
|
|
2382
|
+
Si vous recherchez des données provenant de votre professionnel de santé ou de votre hôpital en Bruxelles ou de la Wallonie, cette application ne peut actuellement pas afficher ces données.
|
|
2383
|
+
Veuillez vérifier si vos données sont disponibles par l'intermédiaire du médecin.`,print:"Imprimer",timeout:"Une erreur s'est produite lors de la récupération des vaccinations. Veuillez réessayer plus tard.",type:"Type de vaccination"},widget:{"consent-given":{description:"Vous avez consenti au partage de vos données médicales.",navigate:"Naviguez vers votre consentement",title:"Consentement donné"},"consent-revoked":{description:"Vous n'avez pas donné votre consentement pour le partage de vos données médicales.",navigate:"Naviguez jusqu'à votre consentement",title:"Aucun consentement n'a été donné"},"consent-unknown":{description:"Pour voir votre consentement au partage des données, vous devez vous connecter.",navigate:"Lien pour se connecter",title:"Votre consentement"},cozo:{description:"La plateforme de soins collaboratifs (CoZo) est une plateforme de collaboration numérique qui permet aux patients, aux prestataires de soins et aux établissements de santé d'échanger et de partager rapidement et en toute sécurité des données et des informations médicales.",link:"Naviguez vers CoZo",title:"Collaboratief Zorgplatform"},"dispensed medicines":{description:`Dans votre aperçu, vous voyez les médicaments que vous avez obtenus au cours de l'année écoulée, qu’ils soient prescrits ou achetés par vous-même.
|
|
2371
2384
|
(*) Votre médecin, dentiste, pharmacien et d’autres prestataires de soins avec qui vous avez une relation de soins, peuvent aussi le consulter. Cela leur permet de mieux vous suivre et de vous soigner.`,link:"Naviguez vers 'Médicaments délivrés'",title:"L'aperçu des médicaments délivrés en pharmacie est désormais accessible à tous les patients et à leur équipe soignante (*)"},hubs:{cozo:{description:"Collaboratief Zorgplatform",name:"CoZo"},description:"Les réseaux sont des plateformes numériques de collaboration qui permettent aux patients, aux prestataires de soins et aux établissements de santé d'échanger et de partager des données médicales rapidement et en toute sécurité.",rsb:{description:"Réseau Santé Bruxellois",name:"RSB"},rsw:{description:"Réseau Santé Wallon",name:"RSW"},title:"Réseaux de santé",vznkul:{description:"Vlaams Ziekenhuisnetwerk",name:"VZN KUL"}},login:{description:"Pour accéder à votre dossier médical personnel, vous devez vous connecter.",title:"Avoir accès à vos données de santé ?"},minor:{description:"Modification importante : à partir de 16 ans, un mineur peut consulter lui-même ses données médicales.",link:"Accédez aux 'Questions fréquemment posées'",title:"Comment accéder aux données médicales de votre enfant ?"},"new-release":{description:" ",link:"Naviguez vers plus d'informations",title:"Le site MaSanté fait peau neuve !"},"no-sumehr":{description:"Aucun résumé de santé n'a été trouvé."},prescriptions:{description:"Vous pouvez vérifier vos prescriptions ici.",link:"Lien vers vos prescriptions",title:"Vos prescriptions"},reports:"Rapports","reports.external.navigate":"Lien pour se connecter","reports.logged-in.external.navigate":"Naviguez vers vos rapports","reports.logged-out.description":"Voir un aperçu de vos rapports ici","reports.logged-out.external.navigate":"Lien pour se connecter","reports.logged-out.navigate":"Naviguez vers vos rapports","reports.logged-out.title":"Vos rapports","reports.navigate":"Naviguez vers vos rapports","reports.RSB.navigate":"Naviguez vers RSB","reports.RSW.navigate":"Naviguez vers RSW","reports.title-without-length":"Mes rapports et résultats",sumehr:{description:"Un résumé de votre santé en un seul endroit",external:{navigate:"Naviguer vers mon résumé"},"logged-out":{description:"Pour consulter votre résumé de santé, veuillez vous connecter.",navigate:"Lien pour se connecter",title:"Votre résumé de santé"},navigate:"Naviguez vers votre résumé",title:"Mon résumé de santé"},vaccinations:{description:"Une vue d'ensemble de vos vaccinations peut être consultée ici.","logged-out":{description:"Connectez-vous d'abord pour voir vos vaccinations",navigate:"Lien pour se connecter",title:"Vos vaccins"},navigate:"Naviguez vers vos vaccinations",title:"De nouveaux vaccins ({size}) ont été ajoutés à votre liste de vaccinations","title-without-length":"Mes vaccinations"}},widgets:{"load-more":"Charger plus",timeout:"La recherche d'informations a échoué. Veuillez réessayer plus tard.","timeout.heading":"Une erreur s'est produite"}},mFe={"about-us":{content:`<p>Seit 2013 haben sich die für die Gesundheitspolitik zuständigen belgischen Behörden verpflichtet, ihre Initiativen zur elektronischen Verarbeitung von Gesundheitsdaten zu koordinieren. Die verschiedenen beteiligten Minister auf föderaler, gemeinschaftlicher und regionaler Ebene haben anschließend einen Aktionsplan zum Aufbau effizienterer, digitaler Gesundheitssysteme vereinbart, um die Qualität und Kontinuität der Gesundheitspflege zu fördern.</p>
|
|
2372
2385
|
<p>Alle Maßnahmen dieses Plans zielen darauf ab: </p>
|
|
2373
2386
|
<ul>
|
|
@@ -2420,7 +2433,8 @@ Alle Änderungen werden rückgängig gemacht.`,"delete.snackbar-success":"Reinit
|
|
|
2420
2433
|
<li>Dies kann sich negativ auf Ihren Pflegeprozess auswirken.</li>
|
|
2421
2434
|
</ul>
|
|
2422
2435
|
</p>
|
|
2423
|
-
<p><strong>Wir empfehlen Ihnen, Änderungen nur dann vorzunehmen, wenn Sie sich über die Konsequenzen im Klaren sind.</strong></p>`}
|
|
2436
|
+
<p><strong>Wir empfehlen Ihnen, Änderungen nur dann vorzunehmen, wenn Sie sich über die Konsequenzen im Klaren sind.</strong></p>`},unsaved:{cancel:"Abbrechen",confirm:"Bestätigen",datatype:{content:"Sie haben Änderungen an den Datentypen vorgenommen. Sind Sie sicher, dass Sie diese nicht speichern möchten?",title:"Vorgenommene Änderungen"},healthcareparty:{content:"Sie haben Änderungen für die Leistungserbringer vorgenommen. Sind Sie sicher, dass Sie diese nicht speichern möchten?",title:`Vorgenommene Änderungen
|
|
2437
|
+
`}}},belgium:{be:{logo:{alt:"Belgien .BE-Logo"},"more-info":"Sonstige Informationen und Behörden:"}},boolean:{yes:"Ja"},button:{back:"Zurück"},"care-and-support":"Mein Pflegeteam",consent:{actor:{me:"Ich selbst"},author:"Akteur","consent-given":{description:`<p>Ich habe zugestimmt, den Austausch meiner medizinischen Daten im Rahmen meiner Gesundheitspflege elektronisch zu ermöglichen.</p>
|
|
2424
2438
|
|
|
2425
2439
|
<p>
|
|
2426
2440
|
|
|
@@ -2537,7 +2551,7 @@ Alle Informationen der vorherigen Version des Portals sind weiterhin verfügbar.
|
|
|
2537
2551
|
|
|
2538
2552
|
Wenden Sie sich an Ihren Hausarzt, um zu überprüfen, wo Ihre Daten gespeichert sind.`},organisation:{pharmacy:"Apotheke"},"other-portals":{content:"TODO",title:"TODO"},page:{back:"Zurück","no-content":"Wir haben keinen Inhalt gefunden, der auf dieser Seite angezeigt werden kann. Sie haben vielleicht einen falschen Link benutzt."},"page-not-found":{"call-to-action":"Gehen Sie zurück",homepage:"Startseite","search-title":"Oder versuchen Sie eine neue Suche",subtitle:"Wir konnten die gesuchte Seite nicht finden.",title:"Huch!"},paginator:{firstPageLabel:"Erste Seite",itemsPerPageLabel:"Artikel pro Seite:",lastPageLabel:"Letzte Seite",nextPageLabel:"Nächste Seite",ofRangeLabel:"von",previousPageLabel:"Vorherige Seite"},"population-screening":{author:"Autor","breast-cancer":{appointmentTime:"Uhrzeit des Termins",location:"Ort",screeningDate:"Datum der Vorsorgeuntersuchung"},"cervical-cancer":{screeningMethod:"Testmethode"},date:"Datum",error:"Beim Abrufen der Bevölkerungsscreenings ist ein Fehler aufgetreten. Bitte versuchen Sie es später erneut.",estimatedNextInvitationDate:"Nächste Einladung",eventType:"Status","event-type":{FOLLOW_UP:"Nachuntersuchung",INVITATION:"Einladung",PARTICIPATION:"Teilnahme"},faq:{title:"Häufig gestellte Fragen über Screeningsuntersuchungen"},filter:"Ergebnisse filtern","filter.apply":"Anwenden","filter.date":"Datum","filter.event-type":"Art","filter.first-date-from":"Von","filter.first-date-to":"An","filter.reset":"die Filter löschen","filter.result":"Ergebnis","filter.screening-type":"Screeninguntersuchung","filter.title":"Filter für meine Krebsfrüherkennungsuntersuchungen","filter.year":"Jahr","follow-up":{advice:"Weiterverfolgung der Ratschläge"},info:{text:`<p>Jedes Jahr erhalten 1,5 Millionen Menschen in Flandern eine Einladung zur Vorsorgeuntersuchung auf Brust-, Darm- oder Gebärmutterhalskrebs. Durch die Teilnahme an der Vorsorgeuntersuchung können Krebs oder dessen Vorstufen frühzeitig erkannt werden. Das erhöht die Heilungschancen und verringert die Auswirkungen der Behandlung.</p>
|
|
2539
2553
|
<p>Für andere belgische Staatsbürger können die Ergebnisse von Vorsorgeuntersuchungen unter „Meine Berichte und Ergebnisse“ eingesehen werden.</p>
|
|
2540
|
-
<p>Weitere Informationen finden Sie auf der <a href="https://www.cvko.vlaanderen/" target="_blank">Webseite des Krebsvorsorgezentrums</a>
|
|
2554
|
+
<p>Weitere Informationen finden Sie auf der <a href="https://www.cvko.vlaanderen/" target="_blank">Webseite des Krebsvorsorgezentrums</a> oder bekommen Sie bei Ihren Hausarzt.</p>`,title:"Was ist eine Screeninguntersuchung?"},invitation:{date:"Datum der Einladung"},nextInvitationIndication:"Nächste Einladung","no-data":"Für die von Ihnen gewählte Auswahl sind keine Daten oder Ergebnisse verfügbar. Es ist auch möglich, dass diese Auswahl für Sie nicht relevant ist.","no-selected-data":"Für die von Ihnen gewählte Auswahl sind keine Daten oder Ergebnisse verfügbar. Es ist auch möglich, dass diese Auswahl für Sie nicht relevant ist.",participation:{date:"Datum der Teilnahme"},result:"Ergebnis","result.ABNORMAL_POSITIVE":"Abweichend","result.NORMAL_NEGATIVE":"Nicht abweichend","screening-method":{HPV_SELF_TEST:"Selbstabnahme-Kit",HPV_TEST:"HPV-Test",PAP_TEST:"Abstrich"},screeningType:"Art der Vorsorgeuntersuchung","screening-type":{BREAST_CANCER:"Brustkrebs",CERVICAL_CANCER:"Gebärmutterhalskrebs",COLON_CANCER:"Darmkrebs"},source:"Quelle",timeout:"Beim Abrufen der Bevölkerungsumfragen ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.",year:"Jahr"},print:{mandate:{prefix:"Dies sind die Daten für "}},privacy:{content:`<h3>1. Schutz Ihrer personenbezogenen Daten</h3>
|
|
2541
2555
|
|
|
2542
2556
|
<p>Der Föderale Öffentliche Dienst Gesundheit, Sicherheit der Nahrungsmittelkette und Umwelt, mit Sitz Avenue Galilée, 5 Box 2, 1210 Brüssel, verpflichtet sich zum Schutz Ihrer Privatsphäre und Ihrer persönlichen Daten.
|
|
2543
2557
|
</p>
|
|
@@ -2727,7 +2741,13 @@ Versuche den Suchbegriff auf Französisch oder Niederländisch
|
|
|
2727
2741
|
|
|
2728
2742
|
<p>Die Gesundheitszusammenfassung wird auch als "Sumehr" (Summarised Electronic Health Record) bezeichnet.</p>
|
|
2729
2743
|
|
|
2730
|
-
<p>Für weitere Informationen können Sie
|
|
2744
|
+
<p>Für weitere Informationen können Sie Ihren Hausarzt kontaktieren.</p>`,title:"Was ist eine Gesundheitszusammenfassung?"},item:{empty:"In der Zusammenfassung wurden keine Daten gefunden."},"last-update":"Letzte Aktualisierung","last-update-by":"durch",lifecycle:{title:"Status"},medical:{contact:"Medizinische Kontakte"},medications:{title:"Medikamente"},"no-manager":"Es wurde kein Administrator für Ihre Gesundheitsübersicht gefunden. Wenden Sie sich an Ihren Hausarzt, um das Problem zu lösen.","patient-will":{title:"Testamente"},posology:{maxIntake:"Maximale Aufnahme:",maxTakesPerDay:"Maximal pro Tag:",minIntake:"Mindestaufnahme: "},problems:{title:"Probleme"},risks:{title:"Risiken"},"social-risks":{title:"Soziale Risiken"},summary:{title:"Inhaltsübersicht"},treatments:{title:"Behandlungen"},vaccine:{date:"Datum der Impfung"},vaccines:{title:"Impfungen"}},"sumehr-contact-person":{nihii:"LIKIV-Nummer"},"sumehr-manager":{nihii:"LIKIV-Nummer",title:"Administrator deiner Zusammenfassung"},"sumehr-unavailable":{empty:{text:`Keine Daten verfügbar.
|
|
2745
|
+
Wenn Sie nach Informationen von Ihrem Gesundheitsdienstleister oder Krankenhaus in Flandern suchen, ist es möglich, dass keine Daten für Sie registriert wurden.
|
|
2746
|
+
Wenn Sie nach Informationen von Ihrem Gesundheitsdienstleister oder Krankenhaus in Brüssel oder Wallonien suchen, können diese Daten in dieser Anwendung derzeit nicht angezeigt werden.
|
|
2747
|
+
Bitte überprüfen Sie, ob Ihre Daten über den Hausarzt.`},info:{text:'Sie können <a href="https://luss.be/wp-content/uploads/sites/25/2025/02/2023-01-Brochure-SumEhr-WEB.pdf">diese Broschüre</a> herunterladen, den darin enthaltenen Fragebogen ausfüllen und ihn zu Ihrem Hausarzt bringen. Auf dieser Grundlage kann er Ihre Gesundheitszusammenfassung ausfüllen, die dann auf dieser Seite zur Verfügung steht.',title:"Keine Gesundheitszusammenfassung verfügbar?"},timeout:{text:"Beim Abrufen der Gesundheitsübersicht ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal."}},table:{expand:"Mehr wissen"},"tolgee-test":{content:"This is a Tolgee test, but then in German"},"Uber uns":"Über uns",user:{"invalid-ssin":"Ungültige Nationalregisternummer"},vaccination:"Impfungen",vaccinations:{administerDate:"Datum der Impfung",code:"Kode",countryCode:"Land",description:"Beschreibung",endDate:"Gültigkeit",faq:{title:"Häufig gestellte Fragen über Impfungen"},indication:"Impfung gegen","no-data":`Keine Daten verfügbar.
|
|
2748
|
+
Wenn Sie nach Informationen von Ihrem Gesundheitsdienstleister oder Krankenhaus in Flandern suchen, ist es möglich, dass keine Daten für Sie registriert wurden.
|
|
2749
|
+
Wenn Sie nach Informationen von Ihrem Gesundheitsdienstleister oder Krankenhaus in Brüssel oder Wallonien suchen, können diese Daten in dieser Anwendung derzeit nicht angezeigt werden.
|
|
2750
|
+
Bitte überprüfen Sie, ob Ihre Daten über den Hausarzt.`,print:"Drucken",timeout:"Beim Abrufen der Impfungen ist ein Fehler aufgetreten. Bitte versuchen Sie es später noch einmal.",type:"Art der Impfung"},widget:{"consent-given":{description:`Sie haben der Weitergabe Ihrer medizinischen Daten zugestimmt.
|
|
2731
2751
|
`,navigate:"Einwilligung verwalten",title:"Einwilligung erteilt"},"consent-revoked":{description:"Sie haben der Weitergabe Ihrer medizinischen Daten nicht zugestimmt.",navigate:`Einwilligung verwalten
|
|
2732
2752
|
`,title:"Keine Zustimmung erteilt"},"consent-unknown":{description:`Melden Sie sich an, um Ihre Einwilligung zur Datenweitergabe einzusehen.
|
|
2733
2753
|
`,navigate:"Zur Anmeldung",title:"Meine Einwilligung"},cozo:{description:"Die Collaborative Care Platform (CoZo) ist eine digitale Kollaborationsplattform, die es Patienten, Gesundheitsdienstleistern und Gesundheitseinrichtungen ermöglicht, schnell und sicher medizinische Daten und Informationen auszutauschen und gemeinsam zu nutzen.",link:"Zu CoZo navigieren",title:"Collaboratief Zorgplatform"},"dispensed medicines":{description:`In Ihrer Übersicht der ausgegebenen Medikamente können Sie sehen, welche Medikamente Sie im vergangenen Jahr abgeholt haben: sowohl verschriebene als selbst gekaufte Medikamente.
|
|
@@ -2785,7 +2805,7 @@ All modifications are undone.`,"delete.snackbar-success":"Reinitialisation succe
|
|
|
2785
2805
|
<li>This may have a negative impact on your care process.</li>
|
|
2786
2806
|
</ul>
|
|
2787
2807
|
</p>
|
|
2788
|
-
<p><strong>We recommend that you only make changes if you are certain of the consequences.</strong></p>`}},belgium:{be:{logo:{alt:"Belgium .BE logo"},"more-info":"Other government information and services:"}},boolean:{yes:"Yes"},button:{back:"Back"},"care-and-support":"My care team","collapse-menu":"Collapse menu",consent:{actor:{me:"Myself"},author:"Actor","consent-given":{description:`<p>I agreed to facilitate the exchange of my medical information electronically as part of my healthcare.</p>
|
|
2808
|
+
<p><strong>We recommend that you only make changes if you are certain of the consequences.</strong></p>`},unsaved:{cancel:"Cancel",confirm:"Confirm",datatype:{content:"You have made changes to the data types. Are you sure you don't want to save them?",title:"Changes made"},healthcareparty:{content:"You have made changes for the healthcare providers. Are you sure you don't want to save them?",title:"Changes made"}}},belgium:{be:{logo:{alt:"Belgium .BE logo"},"more-info":"Other government information and services:"}},boolean:{yes:"Yes"},button:{back:"Back"},"care-and-support":"My care team","collapse-menu":"Collapse menu",consent:{actor:{me:"Myself"},author:"Actor","consent-given":{description:`<p>I agreed to facilitate the exchange of my medical information electronically as part of my healthcare.</p>
|
|
2789
2809
|
|
|
2790
2810
|
<p>
|
|
2791
2811
|
|
|
@@ -2906,7 +2926,7 @@ All information from the previous version of the portal is still available. In a
|
|
|
2906
2926
|
|
|
2907
2927
|
Please contact your general practitioner and ask them to share your reports and results with you.`},organisation:{pharmacy:"Pharmacy"},"other-portals":{content:"TODO",title:"TODO"},page:{back:"Back","no-content":"We found no content to display on this page. You may have used a wrong link."},"page-not-found":{"call-to-action":"Go back to the",homepage:"home page","search-title":"Or try a new search",subtitle:"We could not find the page you are looking for.",title:"Oops!"},paginator:{firstPageLabel:"First page",itemsPerPageLabel:"Items per page:",lastPageLabel:"Last page",nextPageLabel:"Next page",ofRangeLabel:"of",previousPageLabel:"Previous page"},"population-screening":{author:"Author","breast-cancer":{appointmentTime:"Appointment time",location:"Location",screeningDate:"Date of screening examination"},"cervical-cancer":{screeningMethod:"Test method"},date:"Date",error:"An error occurred while retrieving the population screenings. Please try again later.",estimatedNextInvitationDate:"Next invitation",eventType:"Status","event-type":{FOLLOW_UP:"Follow-up",INVITATION:"Invitation",PARTICIPATION:"Participation"},faq:{title:"Frequently asked questions about population screening"},filter:"Filter results","filter.apply":"Apply","filter.date":"Date","filter.event-type":"Type","filter.first-date-from":"From","filter.first-date-to":"To","filter.reset":"Remove filters","filter.result":"Result","filter.screening-type":"Population screening","filter.title":"Filters for my population screenings","follow-up":{advice:"Follow-up advice"},info:{text:`<p>Every year, 1.5 million people in Flanders receive an invitation to a preventive screening for breast, colon or cervical cancer. By participating in population screening, cancer or its precursors can be detected early. This increases the chance of cure and reduces the impact of treatment.</p>
|
|
2908
2928
|
<p>For other Belgian citizens, screening results can be consulted under “My reports and results”.</p>
|
|
2909
|
-
<p>For more info, visit the <a href="https://www.cvko.vlaanderen/" target="_blank">cancer screening centre's website</a
|
|
2929
|
+
<p>For more info, visit the <a href="https://www.cvko.vlaanderen/" target="_blank">cancer screening centre's website</a> or seek advice from your general practitioner.</p>`,title:"What is a population screening?"},invitation:{date:"Invitation date"},nextInvitationIndication:"Next invitation","no-data":"No data or results are available for the selection you indicated. It is also possible that this selection is not applicable to you.","no-selected-data":"No data or results are available for the selection you indicated. It is also possible that this selection is not applicable to you.",participation:{date:"Participation date"},result:"Result","result.ABNORMAL_POSITIVE":"Deviant","result.NORMAL_NEGATIVE":"Not deviant","screening-method":{HPV_SELF_TEST:"Self-collection kit",HPV_TEST:"HPV test",PAP_TEST:"Swab"},screeningType:"Type of population screening","screening-type":{BREAST_CANCER:"Breast cancer",CERVICAL_CANCER:"Cervical cancer",COLON_CANCER:"Colorectal cancer"},source:"Source",timeout:"An error occurred while retrieving the population screenings. Please try again later.",year:"Year"},print:{mandate:{prefix:"This is the data for "}},privacy:{content:`Regarding your personal data on My Health (not your medical data):
|
|
2910
2930
|
<h3>1. Protection of your personal data</h3>
|
|
2911
2931
|
|
|
2912
2932
|
<p>The Federal Public Service Health, Food Chain Safety and Environment, located at 5, Galilée Ave box 2, 1210 Brussels, is committed to protect your privacy and your personal data.</p>
|
|
@@ -3063,8 +3083,10 @@ Try the search term in French or Dutch
|
|
|
3063
3083
|
</li>
|
|
3064
3084
|
</ul>`,"search.no-results.heading-1":"Tips for better search results","search.no-results.heading-2":"Need help? Get in touch","search.no-results.heading-3":"Useful links:","search.no-results.prompt":"Not found what you are looking for?","search.no-results.title":"Sorry, we could not find any results for","search.not-found.prompt":"Not found what you are looking for?","search.placeholder":"Search ...","search.results.title":"Search results for ","search.suggestions.no-results":"No results","search.try-new":"Try a new search",settings:"Settings",shared:{no:"No",yes:"Yes"},sumehr:{"additional-information":{title:"Additional information"},"adverse-drug-reactions":{title:"Side effects"},allergies:{title:"Allergies"},beginMoment:{title:"Start date"},cnk:"CNK","contact-persons":{title:"Contacts"},endMoment:{title:"End date"},faq:{title:"Frequently asked questions about the health summary"},info:{text:`<p>The health summary is the concise electronic summary of your current health status, created by your general practitioner (GP) who manages your Global Medical Record. Healthcare providers also refer to the health summary as Sumehr (Summarised Electronic Health Record). It contains the core information to take good and safe care of you as a patient, for example if you unexpectedly end up in hospital.</p>
|
|
3065
3085
|
|
|
3066
|
-
<p>For more info,
|
|
3067
|
-
|
|
3086
|
+
<p>For more info, contact your GP.</p>`,title:"What is a health summary?"},item:{empty:"No data was found in the summary."},"last-update":"Last update","last-update-by":"by",lifecycle:{title:"Status"},medical:{contact:"Medical contacts"},medications:{title:"Medication"},"no-manager":"No administrator was found for your health summary. Contact your doctor to resolve this.","patient-will":{title:"Wills"},posology:{maxIntake:"Maximum intake:",maxTakesPerDay:"Maximum per day:",minIntake:"Minimum intake: "},problems:{title:"Problems"},risks:{title:"Risks"},"social-risks":{title:"Social risks"},summary:{title:"Table of contents"},treatments:{title:"Treatments"},vaccine:{date:"Vaccination date"},vaccines:{title:"Vaccinations"}},"sumehr-contact-person":{nihii:"NIHDI number"},"sumehr-manager":{nihii:"NIHDI number",title:"Administrator of your summary"},"sumehr-unavailable":{empty:{text:`There's no data available.
|
|
3087
|
+
If you are looking for data from your healthcare professional or hospital in Flanders, it's possible that no data has been registered for you. If you are looking for data from your healthcare professional or hospital in Brussels or Wallonia, we are not able to show the data in this application. Please check if your data is available through the GP.`},info:{text:'Download <a href="https://vlaamspatientenplatform.be/storage/files/128a67fa-11e2-40ae-8db8-7e64a4d594b2/sumehr-brochure-02082021-invulbaar.pdf">this brochure</a> and complete it before your next visit to the general practitioner (GP). You can ask your GP to complete your health record digitally for you. It will then be available on this page.',title:"No health summary available?"},timeout:{text:"An error occurred while retrieving the health summary. Please try again later."}},table:{expand:"More info"},"tolgee-test":{content:"This is a Tolgee test"},user:{"invalid-ssin":"Invalid national register number"},vaccination:"Vaccinations",vaccinations:{administerDate:"Date",code:"Code",countryCode:"Country",description:"Description",endDate:"End date",faq:{title:"Frequently asked questions about vaccinations"},indication:"Vaccination for","no-data":`There's no data available.
|
|
3088
|
+
If you are looking for data from your healthcare professional or hospital in Flanders, it's possible that no data has been registered for you. If you are looking for data from your healthcare professional or hospital in Brussels or Wallonia, we are not able to show the data in this application. Please check if your data is available through the GP.`,print:"Print",timeout:"An error occurred while retrieving the vaccinations. Please try again later.",type:"Vaccination type"},widget:{"consent-given":{description:"You have consented to the sharing of your medical data.",navigate:"Navigate to your consent",title:"Consent given"},"consent-revoked":{description:"You have not given consent for sharing your medical data.",navigate:"Navigate to your consent",title:"No consent given"},"consent-unknown":{description:"If you want to view your data sharing consent, you need to sign in.",navigate:"Navigate to log in",title:"Your consent"},cozo:{description:"The Collaborative Care Platform (CoZo) is a digital collaboration platform that allows patients, healthcare providers and healthcare institutions to quickly and securely exchange and share medical data and information.",link:"Navigate to CoZo",title:"Collaboratief Zorgplatform"},"dispensed medicines":{description:`In your overview of delivered medicines you can see which medicines you have collected over the past year : both prescribed and self-purchased medicines.
|
|
3089
|
+
(*) Your doctor, dentist, pharmacist and other care providers with whom you have a care relationship can also consult it. This allows them to monitor and care for you better.`,link:"Navigate to ‘Delivered medicines’",title:"Overview of medicines dispensed at pharmacies now accessible to every patient and their care team (*)"},hubs:{cozo:{description:"Collaboratief Zorgplatform",name:"CoZo"},description:"The networks are digital collaboration platforms that allow patients, healthcare providers and healthcare institutions to quickly and securely exchange and share medical data",rsb:{description:"Brussels Health Network",name:"BHN"},rsw:{description:"Réseau Santé Wallon",name:"RSW"},title:"Health networks",vznkul:{description:"Vlaams Ziekenhuisnetwerk",name:"VZN KUL"}},login:{description:"To access your personal medical record, you need to log in.",title:"Get access your health data?"},minor:{description:"Important change: from the age of 16, a minor can access their medical records independently.",link:"Navigate to the 'Frequently Asked Questions'",title:"How to access your child's medical records?"},"new-release":{description:" ",link:"Navigate to more info",title:"The MyHealth website has a new look!"},"no-sumehr":{description:"No health summary was found."},prescriptions:{description:"You can check your prescriptions here.",link:"Navigate to your prescriptions",title:"Your prescriptions"},reports:"Reports","reports.external.navigate":"Navigate to log in","reports.logged-in.external.navigate":"Navigate to your reports","reports.logged-out.description":"See an overview of your reports here","reports.logged-out.external.navigate":"Navigate to log in","reports.logged-out.navigate":"Navigate to your reports","reports.logged-out.title":"Your reports","reports.navigate":"Navigate to your reports","reports.RSB.navigate":"Navigate to RSB","reports.RSW.navigate":"Navigate to RSW","reports.title-without-length":"My reports and results",sumehr:{description:"A summary of your health all in one place",external:{navigate:"Navigate to my external summary"},"logged-out":{description:"View your health summary after signing in.",navigate:"Navigate to log in",title:"Your health summary"},navigate:"Navigate to your summary",title:"My health summary"},vaccinations:{description:"An overview of vaccinations can be viewed here.","logged-out":{description:"Log in first to view your vaccinations",navigate:"Navigate to log in",title:"Your vaccinations"},navigate:"Navigate to your vaccinations",title:"Er werden ({size}) nieuwe vaccins toegevoegd aan je vaccinatie overzicht","title-without-length":"My vaccinations"}},widgets:{"load-more":"Load more",timeout:"Information retrieval failed. Please try again later.","timeout.heading":"An error has occurred"}},vFe=TR([{provide:BK,useValue:!0},{provide:yJ,useFactory:()=>ude().use(Lue()).init({availableLanguages:[tu.NL,tu.FR,tu.DE,tu.EN],defaultLanguage:tu.EN,staticData:{[tu.NL]:gFe,[tu.FR]:pFe,[tu.DE]:mFe,[tu.EN]:EFe}})},fFe(),Rae(Sae([$Ce,qCe])),A6(a1,r8,LCe.forRoot([]))]),yFe=(t,e)=>[BSe(t.settings),wSe(t.services),aD(()=>{Qe(XY).setDefaultFontSetClass(...e??["material-icons","material-symbols"],"mat-ligature-font")})],BFe=[{code:{value:"4380937",type:"CNK"},description:"Covishield - Serum Institute India",administerDate:"2022-08-17",countryCode:"BE",type:"COVID_19",indication:"COVID-19"},{code:{value:"4380945",type:"CNK"},description:"Covid-19 Vaccine Sinopharm",administerDate:"2022-01-01",countryCode:"BE",type:"COVID_19",indication:"COVID-19"},{code:{value:"3707767",type:"CNK"},description:"TRIAXIS voorgevulde spuit",administerDate:"2021-09-01",countryCode:"BE",type:"OTHER",indication:"diphtheria tetanus whooping cough"},{code:{value:"3395761",type:"CNK"},description:"PNEUMOVAX 23 voorgevulde spuit",administerDate:"2019-08-01",countryCode:"BE",type:"OTHER",indication:"Pneumokok 23"},{code:{value:"3402799",type:"CNK"},description:"GARDASIL 9 INJ SUSP",administerDate:"2010-08-12",countryCode:"BE",type:"OTHER",indication:"Human Papillomavirus (HPV)"}],j0=class j0{constructor(e){d(this,"vacinationService");d(this,"configuration");this.vacinationService=e}setConfigName(e){this.configuration=e}getVaccinations(){return this.configuration===Q0.DEMO?ar(BFe):(this.vacinationService.rootUrl=bSe(this.configuration),this.vacinationService.getVaccinations({"X-context":i8.Page}))}};d(j0,"ɵfac",function(n){return new(n||j0)(tn(NE))}),d(j0,"ɵprov",qt({token:j0,factory:j0.ɵfac,providedIn:"root"}));let bC=j0;const G0=class G0 extends b5{constructor(){super(...arguments);d(this,"vaccinationsService",Qe(c5))}ngOnInit(){this.vaccinationsService.setConfigName(this.configName())}async printVaccinations(n){this.print.emit({title:"vaccinations",content:n,mimeType:gSe.BASE64,orientation:pSe.PORTRAIT})}};d(G0,"ɵfac",(()=>{let n;return function(i){return(n||(n=Yr(G0)))(i||G0)}})()),d(G0,"ɵcmp",Dr({type:G0,selectors:[["mh-web-component-vaccinations"]],features:[ur([{provide:c5,useFactory:n=>new bC(n),deps:[NE]}]),Vn],decls:1,vars:0,consts:[[3,"print"]],template:function(r,i){r&1&&(Zt(0,"mh-component-vaccinations",0),ai("print",function(o){return i.printVaccinations(o)}),ln())},dependencies:[w5],encapsulation:2}));let J5=G0;/**
|
|
3068
3090
|
* @license Angular v19.2.9
|
|
3069
3091
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
3070
3092
|
* License: MIT
|