@smals-belgium-shared/vidis-medication-scheme-list 3.3.0 → 3.3.1-snapshot.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,29 +46,29 @@ ${t.map((n,a)=>`${a+1}) ${n.toString()}`).join(`
46
46
  `],encapsulation:2,changeDetection:0}));let e=t;return e})();function j1e(e,t,n){if(n.length){let a=t.toArray(),i=n.toArray(),r=0;for(let s=0;s<e+1;s++)a[s].group&&a[s].group===i[r]&&r++;return r}return 0}function H1e(e,t,n,a){return e<n?e:e+t>n+a?Math.max(0,e-a+t):n}var U1e=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt]}));let e=t;return e})(),zv=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[fg,zt,U1e]}));let e=t;return e})(),W1e=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/,q1e=/^(\d?\d)[:.](\d?\d)(?:[:.](\d?\d))?\s*(AM|PM)?$/i;function Qh(e,t){let n=Array(e);for(let a=0;a<e;a++)n[a]=t(a);return n}var YE=(()=>{const t=class t extends Da{constructor(){super();o(this,"useUtcForDisplay",!1);o(this,"_matDateLocale",_(sm,{optional:!0}));let i=_(sm,{optional:!0});i!==void 0&&(this._matDateLocale=i),super.setLocale(this._matDateLocale)}getYear(i){return i.getFullYear()}getMonth(i){return i.getMonth()}getDate(i){return i.getDate()}getDayOfWeek(i){return i.getDay()}getMonthNames(i){let r=new Intl.DateTimeFormat(this.locale,{month:i,timeZone:"utc"});return Qh(12,s=>this._format(r,new Date(2017,s,1)))}getDateNames(){let i=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return Qh(31,r=>this._format(i,new Date(2017,0,r+1)))}getDayOfWeekNames(i){let r=new Intl.DateTimeFormat(this.locale,{weekday:i,timeZone:"utc"});return Qh(7,s=>this._format(r,new Date(2017,0,s+1)))}getYearName(i){let r=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(r,i)}getFirstDayOfWeek(){var i,r;if(typeof Intl<"u"&&Intl.Locale){let s=new Intl.Locale(this.locale),l=((r=((i=s.getWeekInfo)==null?void 0:i.call(s))||s.weekInfo)==null?void 0:r.firstDay)??0;return l===7?0:l}return 0}getNumDaysInMonth(i){return this.getDate(this._createDateWithOverflow(this.getYear(i),this.getMonth(i)+1,0))}clone(i){return new Date(i.getTime())}createDate(i,r,s){let l=this._createDateWithOverflow(i,r,s);return l.getMonth()!=r,l}today(){return new Date}parse(i,r){return typeof i=="number"?new Date(i):i?new Date(Date.parse(i)):null}format(i,r){if(!this.isValid(i))throw Error("NativeDateAdapter: Cannot format invalid date.");let s=new Intl.DateTimeFormat(this.locale,ht(ue({},r),{timeZone:"utc"}));return this._format(s,i)}addCalendarYears(i,r){return this.addCalendarMonths(i,r*12)}addCalendarMonths(i,r){let s=this._createDateWithOverflow(this.getYear(i),this.getMonth(i)+r,this.getDate(i));return this.getMonth(s)!=((this.getMonth(i)+r)%12+12)%12&&(s=this._createDateWithOverflow(this.getYear(s),this.getMonth(s),0)),s}addCalendarDays(i,r){return this._createDateWithOverflow(this.getYear(i),this.getMonth(i),this.getDate(i)+r)}toIso8601(i){return[i.getUTCFullYear(),this._2digit(i.getUTCMonth()+1),this._2digit(i.getUTCDate())].join("-")}deserialize(i){if(typeof i=="string"){if(!i)return null;if(W1e.test(i)){let r=new Date(i);if(this.isValid(r))return r}}return super.deserialize(i)}isDateInstance(i){return i instanceof Date}isValid(i){return!isNaN(i.getTime())}invalid(){return new Date(NaN)}setTime(i,r,s,l){let c=this.clone(i);return c.setHours(r,s,l,0),c}getHours(i){return i.getHours()}getMinutes(i){return i.getMinutes()}getSeconds(i){return i.getSeconds()}parseTime(i,r){if(typeof i!="string")return i instanceof Date?new Date(i.getTime()):null;let s=i.trim();if(s.length===0)return null;let l=this._parseTimeString(s);if(l===null){let c=s.replace(/[^0-9:(AM|PM)]/gi,"").trim();c.length>0&&(l=this._parseTimeString(c))}return l||this.invalid()}addSeconds(i,r){return new Date(i.getTime()+r*1e3)}_createDateWithOverflow(i,r,s){let l=new Date;return l.setFullYear(i,r,s),l.setHours(0,0,0,0),l}_2digit(i){return("00"+i).slice(-2)}_format(i,r){let s=new Date;return s.setUTCFullYear(r.getFullYear(),r.getMonth(),r.getDate()),s.setUTCHours(r.getHours(),r.getMinutes(),r.getSeconds(),r.getMilliseconds()),i.format(s)}_parseTimeString(i){let r=i.toUpperCase().match(q1e);if(r){let s=parseInt(r[1]),l=parseInt(r[2]),c=r[3]==null?void 0:parseInt(r[3]),d=r[4];if(s===12?s=d==="AM"?0:s:d==="PM"&&(s+=12),Jh(s,0,23)&&Jh(l,0,59)&&(c==null||Jh(c,0,59)))return this.setTime(this.today(),s,l,c||0)}return null}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})();function Jh(e,t,n){return!isNaN(e)&&e>=t&&e<=n}var G1e={parse:{dateInput:null,timeInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},timeInput:{hour:"numeric",minute:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"},timeOptionLabel:{hour:"numeric",minute:"numeric"}}},Y1e=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[$1e()]}));let e=t;return e})();function $1e(e=G1e){return[{provide:Da,useClass:YE},{provide:po,useValue:e}]}function Z1e(e,t){}var yl=class{constructor(){o(this,"viewContainerRef");o(this,"injector");o(this,"id");o(this,"role","dialog");o(this,"panelClass","");o(this,"hasBackdrop",!0);o(this,"backdropClass","");o(this,"disableClose",!1);o(this,"width","");o(this,"height","");o(this,"minWidth");o(this,"minHeight");o(this,"maxWidth");o(this,"maxHeight");o(this,"positionStrategy");o(this,"data",null);o(this,"direction");o(this,"ariaDescribedBy",null);o(this,"ariaLabelledBy",null);o(this,"ariaLabel",null);o(this,"ariaModal",!1);o(this,"autoFocus","first-tabbable");o(this,"restoreFocus",!0);o(this,"scrollStrategy");o(this,"closeOnNavigation",!0);o(this,"closeOnDestroy",!0);o(this,"closeOnOverlayDetachments",!0);o(this,"componentFactoryResolver");o(this,"providers");o(this,"container");o(this,"templateContext")}},$E=(()=>{const t=class t extends Lu{constructor(){super();o(this,"_elementRef",_(Ae));o(this,"_focusTrapFactory",_(pk));o(this,"_config");o(this,"_interactivityChecker",_(uk));o(this,"_ngZone",_(Le));o(this,"_overlayRef",_(hg));o(this,"_focusMonitor",_(mo));o(this,"_renderer",_(di));o(this,"_changeDetectorRef",_(Et));o(this,"_injector",_(pt));o(this,"_platform",_($t));o(this,"_document",_(ot,{optional:!0}));o(this,"_portalOutlet");o(this,"_focusTrapped",new he);o(this,"_focusTrap",null);o(this,"_elementFocusedBeforeDialogWasOpened",null);o(this,"_closeInteractionType",null);o(this,"_ariaLabelledByQueue",[]);o(this,"_isDestroyed",!1);o(this,"attachDomPortal",i=>{this._portalOutlet.hasAttached();let r=this._portalOutlet.attachDomPortal(i);return this._contentAttached(),r});this._config=_(yl,{optional:!0})||new yl,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_addAriaLabelledBy(i){this._ariaLabelledByQueue.push(i),this._changeDetectorRef.markForCheck()}_removeAriaLabelledBy(i){let r=this._ariaLabelledByQueue.indexOf(i);r>-1&&(this._ariaLabelledByQueue.splice(r,1),this._changeDetectorRef.markForCheck())}_contentAttached(){this._initializeFocusTrap(),this._handleBackdropClicks(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._focusTrapped.complete(),this._isDestroyed=!0,this._restoreFocus()}attachComponentPortal(i){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachComponentPortal(i);return this._contentAttached(),r}attachTemplatePortal(i){this._portalOutlet.hasAttached();let r=this._portalOutlet.attachTemplatePortal(i);return this._contentAttached(),r}_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(i,r){this._interactivityChecker.isFocusable(i)||(i.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{let s=()=>{l(),c(),i.removeAttribute("tabindex")},l=this._renderer.listen(i,"blur",s),c=this._renderer.listen(i,"mousedown",s)})),i.focus(r)}_focusByCssSelector(i,r){let s=this._elementRef.nativeElement.querySelector(i);s&&this._forceFocus(s,r)}_trapFocus(i){this._isDestroyed||Hn(()=>{var s;let r=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||r.focus(i);break;case!0:case"first-tabbable":(s=this._focusTrap)!=null&&s.focusInitialElement(i)||this._focusDialogContainer(i);break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]',i);break;default:this._focusByCssSelector(this._config.autoFocus,i);break}this._focusTrapped.next()},{injector:this._injector})}_restoreFocus(){let i=this._config.restoreFocus,r=null;if(typeof i=="string"?r=this._document.querySelector(i):typeof i=="boolean"?r=i?this._elementFocusedBeforeDialogWasOpened:null:i&&(r=i),this._config.restoreFocus&&r&&typeof r.focus=="function"){let s=jo(),l=this._elementRef.nativeElement;(!s||s===this._document.body||s===l||l.contains(s))&&(this._focusMonitor?(this._focusMonitor.focusVia(r,this._closeInteractionType),this._closeInteractionType=null):r.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(i){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus(i)}_containsFocus(){let i=this._elementRef.nativeElement,r=jo();return i===r||i.contains(r)}_initializeFocusTrap(){this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=jo()))}_handleBackdropClicks(){this._overlayRef.backdropClick().subscribe(()=>{this._config.disableClose&&this._recaptureFocus()})}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-dialog-container"]],viewQuery:function(i,r){if(i&1&&Ze(fn,7),i&2){let s;ye(s=_e())&&(r._portalOutlet=s.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(i,r){i&2&&be("id",r._config.id||null)("role",r._config.role)("aria-modal",r._config.ariaModal)("aria-labelledby",r._config.ariaLabel?null:r._ariaLabelledByQueue[0])("aria-label",r._config.ariaLabel)("aria-describedby",r._config.ariaDescribedBy||null)},features:[Be],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(i,r){i&1&&V(0,Z1e,0,0,"ng-template",0)},dependencies:[fn],styles:[`.cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}
47
47
  `],encapsulation:2}));let e=t;return e})(),ep=class{constructor(e,t){o(this,"overlayRef");o(this,"config");o(this,"componentInstance");o(this,"componentRef");o(this,"containerInstance");o(this,"disableClose");o(this,"closed",new he);o(this,"backdropClick");o(this,"keydownEvents");o(this,"outsidePointerEvents");o(this,"id");o(this,"_detachSubscription");this.overlayRef=e,this.config=t,this.disableClose=t.disableClose,this.backdropClick=e.backdropClick(),this.keydownEvents=e.keydownEvents(),this.outsidePointerEvents=e.outsidePointerEvents(),this.id=t.id,this.keydownEvents.subscribe(n=>{n.keyCode===27&&!this.disableClose&&!ja(n)&&(n.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{this.disableClose||this.close(void 0,{focusOrigin:"mouse"})}),this._detachSubscription=e.detachments().subscribe(()=>{t.closeOnOverlayDetachments!==!1&&this.close()})}close(e,t){if(this.containerInstance){let n=this.closed;this.containerInstance._closeInteractionType=(t==null?void 0:t.focusOrigin)||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),n.next(e),n.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(e="",t=""){return this.overlayRef.updateSize({width:e,height:t}),this}addPanelClass(e){return this.overlayRef.addPanelClass(e),this}removePanelClass(e){return this.overlayRef.removePanelClass(e),this}},K1e=new Y("DialogScrollStrategy",{providedIn:"root",factory:()=>{let e=_(ui);return()=>e.scrollStrategies.block()}}),X1e=new Y("DialogData"),Q1e=new Y("DefaultDialogConfig"),ZE=(()=>{const t=class t{constructor(){o(this,"_overlay",_(ui));o(this,"_injector",_(pt));o(this,"_defaultOptions",_(Q1e,{optional:!0}));o(this,"_parentDialog",_(t,{optional:!0,skipSelf:!0}));o(this,"_overlayContainer",_(ug));o(this,"_idGenerator",_(la));o(this,"_openDialogsAtThisLevel",[]);o(this,"_afterAllClosedAtThisLevel",new he);o(this,"_afterOpenedAtThisLevel",new he);o(this,"_ariaHiddenElements",new Map);o(this,"_scrollStrategy",_(K1e));o(this,"afterAllClosed",sl(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe(Aa(void 0))))}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}open(a,i){let r=this._defaultOptions||new yl;i=ue(ue({},r),i),i.id=i.id||this._idGenerator.getId("cdk-dialog-"),i.id&&this.getDialogById(i.id);let s=this._getOverlayConfig(i),l=this._overlay.create(s),c=new ep(l,i),d=this._attachContainer(l,c,i);if(c.containerInstance=d,!this.openDialogs.length){let u=this._overlayContainer.getContainerElement();d._focusTrapped?d._focusTrapped.pipe(Ka(1)).subscribe(()=>{this._hideNonDialogContentFromAssistiveTechnology(u)}):this._hideNonDialogContentFromAssistiveTechnology(u)}return this._attachDialogContent(a,c,d,i),this.openDialogs.push(c),c.closed.subscribe(()=>this._removeOpenDialog(c,!0)),this.afterOpened.next(c),c}closeAll(){tp(this.openDialogs,a=>a.close())}getDialogById(a){return this.openDialogs.find(i=>i.id===a)}ngOnDestroy(){tp(this._openDialogsAtThisLevel,a=>{a.config.closeOnDestroy===!1&&this._removeOpenDialog(a,!1)}),tp(this._openDialogsAtThisLevel,a=>a.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(a){let i=new $l({positionStrategy:a.positionStrategy||this._overlay.position().global().centerHorizontally().centerVertically(),scrollStrategy:a.scrollStrategy||this._scrollStrategy(),panelClass:a.panelClass,hasBackdrop:a.hasBackdrop,direction:a.direction,minWidth:a.minWidth,minHeight:a.minHeight,maxWidth:a.maxWidth,maxHeight:a.maxHeight,width:a.width,height:a.height,disposeOnNavigation:a.closeOnNavigation});return a.backdropClass&&(i.backdropClass=a.backdropClass),i}_attachContainer(a,i,r){var u;let s=r.injector||((u=r.viewContainerRef)==null?void 0:u.injector),l=[{provide:yl,useValue:r},{provide:ep,useValue:i},{provide:hg,useValue:a}],c;r.container?typeof r.container=="function"?c=r.container:(c=r.container.type,l.push(...r.container.providers(r))):c=$E;let d=new io(c,r.viewContainerRef,pt.create({parent:s||this._injector,providers:l}));return a.attach(d).instance}_attachDialogContent(a,i,r,s){if(a instanceof ba){let l=this._createInjector(s,i,r,void 0),c={$implicit:s.data,dialogRef:i};s.templateContext&&(c=ue(ue({},c),typeof s.templateContext=="function"?s.templateContext():s.templateContext)),r.attachTemplatePortal(new go(a,null,c,l))}else{let l=this._createInjector(s,i,r,this._injector),c=r.attachComponentPortal(new io(a,s.viewContainerRef,l));i.componentRef=c,i.componentInstance=c.instance}}_createInjector(a,i,r,s){var d;let l=a.injector||((d=a.viewContainerRef)==null?void 0:d.injector),c=[{provide:X1e,useValue:a.data},{provide:ep,useValue:i}];return a.providers&&(typeof a.providers=="function"?c.push(...a.providers(i,a,r)):c.push(...a.providers)),a.direction&&(!l||!l.get(Na,null,{optional:!0}))&&c.push({provide:Na,useValue:{value:a.direction,change:vt()}}),pt.create({parent:l||s,providers:c})}_removeOpenDialog(a,i){let r=this.openDialogs.indexOf(a);r>-1&&(this.openDialogs.splice(r,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((s,l)=>{s?l.setAttribute("aria-hidden",s):l.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),i&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(a){if(a.parentElement){let i=a.parentElement.children;for(let r=i.length-1;r>-1;r--){let s=i[r];s!==a&&s.nodeName!=="SCRIPT"&&s.nodeName!=="STYLE"&&!s.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(s,s.getAttribute("aria-hidden")),s.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){let a=this._parentDialog;return a?a._getAfterAllClosed():this._afterAllClosedAtThisLevel}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})();function tp(e,t){let n=e.length;for(;n--;)t(e[n])}var J1e=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[ZE],imports:[Fu,as,gk,as]}));let e=t;return e})();function exe(e,t){}var Bv=class{constructor(){o(this,"viewContainerRef");o(this,"injector");o(this,"id");o(this,"role","dialog");o(this,"panelClass","");o(this,"hasBackdrop",!0);o(this,"backdropClass","");o(this,"disableClose",!1);o(this,"width","");o(this,"height","");o(this,"minWidth");o(this,"minHeight");o(this,"maxWidth");o(this,"maxHeight");o(this,"position");o(this,"data",null);o(this,"direction");o(this,"ariaDescribedBy",null);o(this,"ariaLabelledBy",null);o(this,"ariaLabel",null);o(this,"ariaModal",!1);o(this,"autoFocus","first-tabbable");o(this,"restoreFocus",!0);o(this,"delayFocusTrap",!0);o(this,"scrollStrategy");o(this,"closeOnNavigation",!0);o(this,"componentFactoryResolver");o(this,"enterAnimationDuration");o(this,"exitAnimationDuration")}},ap="mdc-dialog--open",jv="mdc-dialog--opening",Hv="mdc-dialog--closing",txe=150,axe=75,ixe=(()=>{const t=class t extends $E{constructor(){super(...arguments);o(this,"_animationMode",_(Oa,{optional:!0}));o(this,"_animationStateChanged",new te);o(this,"_animationsEnabled",this._animationMode!=="NoopAnimations");o(this,"_actionSectionCount",0);o(this,"_hostElement",this._elementRef.nativeElement);o(this,"_enterAnimationDuration",this._animationsEnabled?Wv(this._config.enterAnimationDuration)??txe:0);o(this,"_exitAnimationDuration",this._animationsEnabled?Wv(this._config.exitAnimationDuration)??axe:0);o(this,"_animationTimer",null);o(this,"_finishDialogOpen",()=>{this._clearAnimationClasses(),this._openAnimationDone(this._enterAnimationDuration)});o(this,"_finishDialogClose",()=>{this._clearAnimationClasses(),this._animationStateChanged.emit({state:"closed",totalTime:this._exitAnimationDuration})})}_contentAttached(){super._contentAttached(),this._startOpenAnimation()}_startOpenAnimation(){this._animationStateChanged.emit({state:"opening",totalTime:this._enterAnimationDuration}),this._animationsEnabled?(this._hostElement.style.setProperty(Uv,`${this._enterAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(jv,ap)),this._waitForAnimationToComplete(this._enterAnimationDuration,this._finishDialogOpen)):(this._hostElement.classList.add(ap),Promise.resolve().then(()=>this._finishDialogOpen()))}_startExitAnimation(){this._animationStateChanged.emit({state:"closing",totalTime:this._exitAnimationDuration}),this._hostElement.classList.remove(ap),this._animationsEnabled?(this._hostElement.style.setProperty(Uv,`${this._exitAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(Hv)),this._waitForAnimationToComplete(this._exitAnimationDuration,this._finishDialogClose)):Promise.resolve().then(()=>this._finishDialogClose())}_updateActionSectionCount(i){this._actionSectionCount+=i,this._changeDetectorRef.markForCheck()}_clearAnimationClasses(){this._hostElement.classList.remove(jv,Hv)}_waitForAnimationToComplete(i,r){this._animationTimer!==null&&clearTimeout(this._animationTimer),this._animationTimer=setTimeout(r,i)}_requestAnimationFrame(i){this._ngZone.runOutsideAngular(()=>{typeof requestAnimationFrame=="function"?requestAnimationFrame(i):i()})}_captureInitialFocus(){this._config.delayFocusTrap||this._trapFocus()}_openAnimationDone(i){this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:i})}ngOnDestroy(){super.ngOnDestroy(),this._animationTimer!==null&&clearTimeout(this._animationTimer)}attachComponentPortal(i){let r=super.attachComponentPortal(i);return r.location.nativeElement.classList.add("mat-mdc-dialog-component-host"),r}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1",1,"mat-mdc-dialog-container","mdc-dialog"],hostVars:10,hostBindings:function(i,r){i&2&&(vn("id",r._config.id),be("aria-modal",r._config.ariaModal)("role",r._config.role)("aria-labelledby",r._config.ariaLabel?null:r._ariaLabelledByQueue[0])("aria-label",r._config.ariaLabel)("aria-describedby",r._config.ariaDescribedBy||null),Se("_mat-animation-noopable",!r._animationsEnabled)("mat-mdc-dialog-container-with-actions",r._actionSectionCount>0))},features:[Be],decls:3,vars:0,consts:[[1,"mat-mdc-dialog-inner-container","mdc-dialog__container"],[1,"mat-mdc-dialog-surface","mdc-dialog__surface"],["cdkPortalOutlet",""]],template:function(i,r){i&1&&(D(0,"div",0)(1,"div",1),V(2,exe,0,0,"ng-template",2),I()())},dependencies:[fn],styles:[`.mat-mdc-dialog-container{width:100%;height:100%;display:block;box-sizing:border-box;max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;outline:0}.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-max-width, 560px);min-width:var(--mat-dialog-container-min-width, 280px)}@media(max-width: 599px){.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-small-max-width, calc(100vw - 32px))}}.mat-mdc-dialog-inner-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;opacity:0;transition:opacity linear var(--mat-dialog-transition-duration, 0ms);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mdc-dialog--closing .mat-mdc-dialog-inner-container{transition:opacity 75ms linear;transform:none}.mdc-dialog--open .mat-mdc-dialog-inner-container{opacity:1}._mat-animation-noopable .mat-mdc-dialog-inner-container{transition:none}.mat-mdc-dialog-surface{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;width:100%;height:100%;position:relative;overflow-y:auto;outline:0;transform:scale(0.8);transition:transform var(--mat-dialog-transition-duration, 0ms) cubic-bezier(0, 0, 0.2, 1);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;box-shadow:var(--mat-dialog-container-elevation-shadow, none);border-radius:var(--mdc-dialog-container-shape, var(--mat-sys-corner-extra-large, 4px));background-color:var(--mdc-dialog-container-color, var(--mat-sys-surface, white))}[dir=rtl] .mat-mdc-dialog-surface{text-align:right}.mdc-dialog--open .mat-mdc-dialog-surface,.mdc-dialog--closing .mat-mdc-dialog-surface{transform:none}._mat-animation-noopable .mat-mdc-dialog-surface{transition:none}.mat-mdc-dialog-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mat-mdc-dialog-title{display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:var(--mat-dialog-headline-padding, 6px 24px 13px)}.mat-mdc-dialog-title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}[dir=rtl] .mat-mdc-dialog-title{text-align:right}.mat-mdc-dialog-container .mat-mdc-dialog-title{color:var(--mdc-dialog-subhead-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mdc-dialog-subhead-font, var(--mat-sys-headline-small-font, inherit));line-height:var(--mdc-dialog-subhead-line-height, var(--mat-sys-headline-small-line-height, 1.5rem));font-size:var(--mdc-dialog-subhead-size, var(--mat-sys-headline-small-size, 1rem));font-weight:var(--mdc-dialog-subhead-weight, var(--mat-sys-headline-small-weight, 400));letter-spacing:var(--mdc-dialog-subhead-tracking, var(--mat-sys-headline-small-tracking, 0.03125em))}.mat-mdc-dialog-content{display:block;flex-grow:1;box-sizing:border-box;margin:0;overflow:auto;max-height:65vh}.mat-mdc-dialog-content>:first-child{margin-top:0}.mat-mdc-dialog-content>:last-child{margin-bottom:0}.mat-mdc-dialog-container .mat-mdc-dialog-content{color:var(--mdc-dialog-supporting-text-color, var(--mat-sys-on-surface-variant, rgba(0, 0, 0, 0.6)));font-family:var(--mdc-dialog-supporting-text-font, var(--mat-sys-body-medium-font, inherit));line-height:var(--mdc-dialog-supporting-text-line-height, var(--mat-sys-body-medium-line-height, 1.5rem));font-size:var(--mdc-dialog-supporting-text-size, var(--mat-sys-body-medium-size, 1rem));font-weight:var(--mdc-dialog-supporting-text-weight, var(--mat-sys-body-medium-weight, 400));letter-spacing:var(--mdc-dialog-supporting-text-tracking, var(--mat-sys-body-medium-tracking, 0.03125em))}.mat-mdc-dialog-container .mat-mdc-dialog-content{padding:var(--mat-dialog-content-padding, 20px 24px)}.mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content{padding:var(--mat-dialog-with-actions-content-padding, 20px 24px 0)}.mat-mdc-dialog-container .mat-mdc-dialog-title+.mat-mdc-dialog-content{padding-top:0}.mat-mdc-dialog-actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid rgba(0,0,0,0);padding:var(--mat-dialog-actions-padding, 16px 24px);justify-content:var(--mat-dialog-actions-alignment, flex-end)}@media(forced-colors: active){.mat-mdc-dialog-actions{border-top-color:CanvasText}}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-start,.mat-mdc-dialog-actions[align=start]{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}.mat-mdc-dialog-component-host{display:contents}
48
48
  `],encapsulation:2}));let e=t;return e})(),Uv="--mat-dialog-transition-duration";function Wv(e){return e==null?null:typeof e=="number"?e:e.endsWith("ms")?cm(e.substring(0,e.length-2)):e.endsWith("s")?cm(e.substring(0,e.length-1))*1e3:e==="0"?0:null}var ud=function(e){return e[e.OPEN=0]="OPEN",e[e.CLOSING=1]="CLOSING",e[e.CLOSED=2]="CLOSED",e}(ud||{}),Pg=class{constructor(e,t,n){o(this,"_ref");o(this,"_containerInstance");o(this,"componentInstance");o(this,"componentRef");o(this,"disableClose");o(this,"id");o(this,"_afterOpened",new he);o(this,"_beforeClosed",new he);o(this,"_result");o(this,"_closeFallbackTimeout");o(this,"_state",ud.OPEN);o(this,"_closeInteractionType");this._ref=e,this._containerInstance=n,this.disableClose=t.disableClose,this.id=e.id,e.addPanelClass("mat-mdc-dialog-panel"),n._animationStateChanged.pipe(ia(a=>a.state==="opened"),Ka(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),n._animationStateChanged.pipe(ia(a=>a.state==="closed"),Ka(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),e.overlayRef.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._finishDialogClose()}),fa(this.backdropClick(),this.keydownEvents().pipe(ia(a=>a.keyCode===27&&!this.disableClose&&!ja(a)))).subscribe(a=>{this.disableClose||(a.preventDefault(),KE(this,a.type==="keydown"?"keyboard":"mouse"))})}close(e){this._result=e,this._containerInstance._animationStateChanged.pipe(ia(t=>t.state==="closing"),Ka(1)).subscribe(t=>{this._beforeClosed.next(e),this._beforeClosed.complete(),this._ref.overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),t.totalTime+100)}),this._state=ud.CLOSING,this._containerInstance._startExitAnimation()}afterOpened(){return this._afterOpened}afterClosed(){return this._ref.closed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._ref.backdropClick}keydownEvents(){return this._ref.keydownEvents}updatePosition(e){let t=this._ref.config.positionStrategy;return e&&(e.left||e.right)?e.left?t.left(e.left):t.right(e.right):t.centerHorizontally(),e&&(e.top||e.bottom)?e.top?t.top(e.top):t.bottom(e.bottom):t.centerVertically(),this._ref.updatePosition(),this}updateSize(e="",t=""){return this._ref.updateSize(e,t),this}addPanelClass(e){return this._ref.addPanelClass(e),this}removePanelClass(e){return this._ref.removePanelClass(e),this}getState(){return this._state}_finishDialogClose(){this._state=ud.CLOSED,this._ref.close(this._result,{focusOrigin:this._closeInteractionType}),this.componentInstance=null}};function KE(e,t,n){return e._closeInteractionType=t,e.close(n)}var Ng=new Y("MatMdcDialogData"),XE=new Y("mat-mdc-dialog-default-options"),nxe=new Y("mat-mdc-dialog-scroll-strategy",{providedIn:"root",factory:()=>{let e=_(ui);return()=>e.scrollStrategies.block()}}),Ss=(()=>{const t=class t{constructor(){o(this,"_overlay",_(ui));o(this,"_defaultOptions",_(XE,{optional:!0}));o(this,"_scrollStrategy",_(nxe));o(this,"_parentDialog",_(t,{optional:!0,skipSelf:!0}));o(this,"_idGenerator",_(la));o(this,"_dialog",_(ZE));o(this,"_openDialogsAtThisLevel",[]);o(this,"_afterAllClosedAtThisLevel",new he);o(this,"_afterOpenedAtThisLevel",new he);o(this,"dialogConfigClass",Bv);o(this,"_dialogRefConstructor");o(this,"_dialogContainerType");o(this,"_dialogDataToken");o(this,"afterAllClosed",sl(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe(Aa(void 0))));this._dialogRefConstructor=Pg,this._dialogContainerType=ixe,this._dialogDataToken=Ng}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){let a=this._parentDialog;return a?a._getAfterAllClosed():this._afterAllClosedAtThisLevel}open(a,i){let r;i=ue(ue({},this._defaultOptions||new Bv),i),i.id=i.id||this._idGenerator.getId("mat-mdc-dialog-"),i.scrollStrategy=i.scrollStrategy||this._scrollStrategy();let s=this._dialog.open(a,ht(ue({},i),{positionStrategy:this._overlay.position().global().centerHorizontally().centerVertically(),disableClose:!0,closeOnDestroy:!1,closeOnOverlayDetachments:!1,container:{type:this._dialogContainerType,providers:()=>[{provide:this.dialogConfigClass,useValue:i},{provide:yl,useValue:i}]},templateContext:()=>({dialogRef:r}),providers:(l,c,d)=>(r=new this._dialogRefConstructor(l,i,d),r.updatePosition(i==null?void 0:i.position),[{provide:this._dialogContainerType,useValue:d},{provide:this._dialogDataToken,useValue:c.data},{provide:this._dialogRefConstructor,useValue:r}])}));return r.componentRef=s.componentRef,r.componentInstance=s.componentInstance,this.openDialogs.push(r),this.afterOpened.next(r),r.afterClosed().subscribe(()=>{let l=this.openDialogs.indexOf(r);l>-1&&(this.openDialogs.splice(l,1),this.openDialogs.length||this._getAfterAllClosed().next())}),r}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(a){return this.openDialogs.find(i=>i.id===a)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_closeDialogs(a){let i=a.length;for(;i--;)a[i].close()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),Wu=(()=>{const t=class t{constructor(){o(this,"dialogRef",_(Pg,{optional:!0}));o(this,"_elementRef",_(Ae));o(this,"_dialog",_(Ss));o(this,"ariaLabel");o(this,"type","button");o(this,"dialogResult");o(this,"_matDialogClose")}ngOnInit(){this.dialogRef||(this.dialogRef=JE(this._elementRef,this._dialog.openDialogs))}ngOnChanges(a){let i=a._matDialogClose||a._matDialogCloseResult;i&&(this.dialogResult=i.currentValue)}_onButtonClick(a){KE(this.dialogRef,a.screenX===0&&a.screenY===0?"keyboard":"mouse",this.dialogResult)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(a,i){a&1&&xe("click",function(r){return i._onButtonClick(r)}),a&2&&be("aria-label",i.ariaLabel||null)("type",i.type)},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],type:"type",dialogResult:[0,"mat-dialog-close","dialogResult"],_matDialogClose:[0,"matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],features:[Jt]}));let e=t;return e})(),QE=(()=>{const t=class t{constructor(){o(this,"_dialogRef",_(Pg,{optional:!0}));o(this,"_elementRef",_(Ae));o(this,"_dialog",_(Ss))}ngOnInit(){this._dialogRef||(this._dialogRef=JE(this._elementRef,this._dialog.openDialogs)),this._dialogRef&&Promise.resolve().then(()=>{this._onAdd()})}ngOnDestroy(){var a;(a=this._dialogRef)!=null&&a._containerInstance&&Promise.resolve().then(()=>{this._onRemove()})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t}));let e=t;return e})(),qu=(()=>{const t=class t extends QE{constructor(){super(...arguments);o(this,"id",_(la).getId("mat-mdc-dialog-title-"))}_onAdd(){var i,r;(r=(i=this._dialogRef._containerInstance)==null?void 0:i._addAriaLabelledBy)==null||r.call(i,this.id)}_onRemove(){var i,r,s;(s=(r=(i=this._dialogRef)==null?void 0:i._containerInstance)==null?void 0:r._removeAriaLabelledBy)==null||s.call(r,this.id)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","mat-dialog-title",""],["","matDialogTitle",""]],hostAttrs:[1,"mat-mdc-dialog-title","mdc-dialog__title"],hostVars:1,hostBindings:function(i,r){i&2&&vn("id",r.id)},inputs:{id:"id"},exportAs:["matDialogTitle"],features:[Be]}));let e=t;return e})(),Gu=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","mat-dialog-content",""],["mat-dialog-content"],["","matDialogContent",""]],hostAttrs:[1,"mat-mdc-dialog-content","mdc-dialog__content"],features:[Ife([kk])]}));let e=t;return e})(),Yu=(()=>{const t=class t extends QE{constructor(){super(...arguments);o(this,"align")}_onAdd(){var i,r;(r=(i=this._dialogRef._containerInstance)==null?void 0:i._updateActionSectionCount)==null||r.call(i,1)}_onRemove(){var i,r;(r=(i=this._dialogRef._containerInstance)==null?void 0:i._updateActionSectionCount)==null||r.call(i,-1)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","mat-dialog-actions",""],["mat-dialog-actions"],["","matDialogActions",""]],hostAttrs:[1,"mat-mdc-dialog-actions","mdc-dialog__actions"],hostVars:6,hostBindings:function(i,r){i&2&&Se("mat-mdc-dialog-actions-align-start",r.align==="start")("mat-mdc-dialog-actions-align-center",r.align==="center")("mat-mdc-dialog-actions-align-end",r.align==="end")},inputs:{align:"align"},features:[Be]}));let e=t;return e})();function JE(e,t){let n=e.nativeElement.parentElement;for(;n&&!n.classList.contains("mat-mdc-dialog-container");)n=n.parentElement;return n?t.find(a=>a.id===n.id):null}var eC=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[Ss],imports:[J1e,Fu,as,zt,zt]}));let e=t;return e})(),tC=(()=>{const t=class t{constructor(){o(this,"_listeners",[])}notify(a,i){for(let r of this._listeners)r(a,i)}listen(a){return this._listeners.push(a),()=>{this._listeners=this._listeners.filter(i=>a!==i)}}ngOnDestroy(){this._listeners=[]}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),aC=class{applyChanges(e,t,n,a,i){e.forEachOperation((r,s,l)=>{let c,d;if(r.previousIndex==null){let u=n(r,s,l);c=t.createEmbeddedView(u.templateRef,u.context,u.index),d=Js.INSERTED}else l==null?(t.remove(s),d=Js.REMOVED):(c=t.get(s),t.move(c,l),d=Js.MOVED);i&&i({context:c==null?void 0:c.context,operation:d,record:r})})}detach(){}},iC=class{constructor(e=!1,t,n=!0,a){o(this,"_multiple");o(this,"_emitChanges");o(this,"compareWith");o(this,"_selection",new Set);o(this,"_deselectedToEmit",[]);o(this,"_selectedToEmit",[]);o(this,"_selected");o(this,"changed",new he);this._multiple=e,this._emitChanges=n,this.compareWith=a,t&&t.length&&(e?t.forEach(i=>this._markSelected(i)):this._markSelected(t[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(n=>this._markSelected(n));let t=this._hasQueuedChanges();return this._emitChangeEvent(),t}deselect(...e){this._verifyValueAssignment(e),e.forEach(n=>this._unmarkSelected(n));let t=this._hasQueuedChanges();return this._emitChangeEvent(),t}setSelection(...e){this._verifyValueAssignment(e);let t=this.selected,n=new Set(e.map(i=>this._getConcreteValue(i)));e.forEach(i=>this._markSelected(i)),t.filter(i=>!n.has(this._getConcreteValue(i,n))).forEach(i=>this._unmarkSelected(i));let a=this._hasQueuedChanges();return this._emitChangeEvent(),a}toggle(e){return this.isSelected(e)?this.deselect(e):this.select(e)}clear(e=!0){this._unmarkAll();let t=this._hasQueuedChanges();return e&&this._emitChangeEvent(),t}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,t){if(this.compareWith){t=t??this._selection;for(let n of t)if(this.compareWith(e,n))return n;return e}else return e}},_l=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,dk,zt]}));let e=t;return e})(),rxe=["trigger"],oxe=["panel"],sxe=[[["mat-select-trigger"]],"*"],lxe=["mat-select-trigger","*"];function cxe(e,t){if(e&1&&(D(0,"span",4),P(1),I()),e&2){let n=L();C(),ae(n.placeholder)}}function dxe(e,t){e&1&&Re(0)}function uxe(e,t){if(e&1&&(D(0,"span",11),P(1),I()),e&2){let n=L(2);C(),ae(n.triggerValue)}}function hxe(e,t){if(e&1&&(D(0,"span",5),V(1,dxe,1,0)(2,uxe,2,1,"span",11),I()),e&2){let n=L();C(),W(n.customTrigger?1:2)}}function pxe(e,t){if(e&1){let n=xt();D(0,"div",12,1),xe("keydown",function(a){Ee(n);let i=L();return Ce(i._handleKeydown(a))}),Re(2,1),I()}if(e&2){let n=L();cge("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",n._getPanelTheme(),""),Se("mat-select-panel-animations-enabled",!n._animationsDisabled),z("ngClass",n.panelClass),be("id",n.id+"-panel")("aria-multiselectable",n.multiple)("aria-label",n.ariaLabel||null)("aria-labelledby",n._getPanelAriaLabelledby())}}var nC=new Y("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{let e=_(ui);return()=>e.scrollStrategies.reposition()}});function mxe(e){return()=>e.scrollStrategies.reposition()}var fxe=new Y("MAT_SELECT_CONFIG"),gxe={provide:nC,deps:[ui],useFactory:mxe},bxe=new Y("MatSelectTrigger"),vxe=class{constructor(e,t){o(this,"source");o(this,"value");this.source=e,this.value=t}},yxe=(()=>{var t,n,a,i;const r=class r{constructor(){o(this,"_viewportRuler",_(Yl));o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_dir",_(Na,{optional:!0}));o(this,"_idGenerator",_(la));o(this,"_renderer",_(di));o(this,"_parentFormField",_(Ql,{optional:!0}));o(this,"ngControl",_(_g,{self:!0,optional:!0}));o(this,"_liveAnnouncer",_(mk));o(this,"_defaultOptions",_(fxe,{optional:!0}));o(this,"_animationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"_initialized",new he);o(this,"_cleanupDetach");o(this,"options");o(this,"optionGroups");o(this,"customTrigger");o(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"}]);o(this,"_scrollStrategyFactory",_(nC));o(this,"_panelOpen",!1);o(this,"_compareWith",(l,c)=>l===c);o(this,"_uid",this._idGenerator.getId("mat-select-"));o(this,"_triggerAriaLabelledBy",null);o(this,"_previousControl");o(this,"_destroy",new he);o(this,"_errorStateTracker");o(this,"stateChanges",new he);o(this,"disableAutomaticLabeling",!0);o(this,"userAriaDescribedBy");o(this,"_selectionModel");o(this,"_keyManager");o(this,"_preferredOverlayOrigin");o(this,"_overlayWidth");o(this,"_onChange",()=>{});o(this,"_onTouched",()=>{});o(this,"_valueId",this._idGenerator.getId("mat-select-value-"));o(this,"_scrollStrategy");o(this,"_overlayPanelClass",((t=this._defaultOptions)==null?void 0:t.overlayPanelClass)||"");o(this,"_focused",!1);o(this,"controlType","mat-select");o(this,"trigger");o(this,"panel");o(this,"_overlayDir");o(this,"panelClass");o(this,"disabled",!1);o(this,"disableRipple",!1);o(this,"tabIndex",0);o(this,"_hideSingleSelectionIndicator",((n=this._defaultOptions)==null?void 0:n.hideSingleSelectionIndicator)??!1);o(this,"_placeholder");o(this,"_required");o(this,"_multiple",!1);o(this,"disableOptionCentering",((a=this._defaultOptions)==null?void 0:a.disableOptionCentering)??!1);o(this,"_value");o(this,"ariaLabel","");o(this,"ariaLabelledby");o(this,"typeaheadDebounceInterval");o(this,"sortComparator");o(this,"_id");o(this,"panelWidth",this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto");o(this,"canSelectNullableOptions",((i=this._defaultOptions)==null?void 0:i.canSelectNullableOptions)??!1);o(this,"optionSelectionChanges",sl(()=>{let l=this.options;return l?l.changes.pipe(Aa(l),hr(()=>fa(...l.map(c=>c.onSelectionChange)))):this._initialized.pipe(hr(()=>this.optionSelectionChanges))}));o(this,"openedChange",new te);o(this,"_openedStream",this.openedChange.pipe(ia(l=>l),Dt(()=>{})));o(this,"_closedStream",this.openedChange.pipe(ia(l=>!l),Dt(()=>{})));o(this,"selectionChange",new te);o(this,"valueChange",new te);o(this,"_trackedModal",null);o(this,"_skipPredicate",l=>this.panelOpen?!1:l.disabled);var p;let l=_(wg),c=_(ju,{optional:!0}),d=_(Hu,{optional:!0}),u=_(new fs("tabindex"),{optional:!0});this.ngControl&&(this.ngControl.valueAccessor=this),((p=this._defaultOptions)==null?void 0:p.typeaheadDebounceInterval)!=null&&(this.typeaheadDebounceInterval=this._defaultOptions.typeaheadDebounceInterval),this._errorStateTracker=new kg(l,this.ngControl,d,c,this.stateChanges),this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=u==null?0:parseInt(u)||0,this.id=this.id}_scrollOptionIntoView(l){let c=this.options.toArray()[l];if(c){let d=this.panel.nativeElement,u=j1e(l,this.options,this.optionGroups),p=c._getHostElement();l===0&&u===1?d.scrollTop=0:d.scrollTop=H1e(p.offsetTop,p.offsetHeight,d.scrollTop,d.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(l){return new vxe(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,c;return this._required??((c=(l=this.ngControl)==null?void 0:l.control)==null?void 0:c.hasValidator(ks.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 iC(this.multiple),this.stateChanges.next(),this._viewportRuler.change().pipe(Ut(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(Ut(this._destroy)).subscribe(l=>{l.added.forEach(c=>c.select()),l.removed.forEach(c=>c.deselect())}),this.options.changes.pipe(Aa(null),Ut(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){let l=this._getTriggerAriaLabelledby(),c=this.ngControl;if(l!==this._triggerAriaLabelledBy){let d=this._elementRef.nativeElement;this._triggerAriaLabelledBy=l,l?d.setAttribute("aria-labelledby",l):d.removeAttribute("aria-labelledby")}c&&(this._previousControl!==c.control&&(this._previousControl!==void 0&&c.disabled!==null&&c.disabled!==this.disabled&&(this.disabled=c.disabled),this._previousControl=c.control),this.updateErrorState())}ngOnChanges(l){(l.disabled||l.userAriaDescribedBy)&&this.stateChanges.next(),l.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){var l,c;(l=this._cleanupDetach)==null||l.call(this),(c=this._keyManager)==null||c.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(Ka(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(){let l=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!l)return;let c=`${this.id}-panel`;this._trackedModal&&dm(this._trackedModal,"aria-owns",c),yk(l,"aria-owns",c),this._trackedModal=l}_clearFromModal(){if(!this._trackedModal)return;let l=`${this.id}-panel`;dm(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 u;if(this._animationsDisabled||!this.panel){this._detachOverlay();return}(u=this._cleanupDetach)==null||u.call(this),this._cleanupDetach=()=>{c(),clearTimeout(d),this._cleanupDetach=void 0};let l=this.panel.nativeElement,c=this._renderer.listen(l,"animationend",p=>{var b;p.animationName==="_mat-select-exit"&&((b=this._cleanupDetach)==null||b.call(this),this._detachOverlay())}),d=setTimeout(()=>{var p;(p=this._cleanupDetach)==null||p.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,c;return this.multiple?((l=this._selectionModel)==null?void 0:l.selected)||[]:(c=this._selectionModel)==null?void 0:c.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){let l=this._selectionModel.selected.map(c=>c.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){let c=l.keyCode,d=c===40||c===38||c===37||c===39,u=c===13||c===32,p=this._keyManager;if(!p.isTyping()&&u&&!ja(l)||(this.multiple||l.altKey)&&d)l.preventDefault(),this.open();else if(!this.multiple){let b=this.selected;p.onKeydown(l);let g=this.selected;g&&b!==g&&this._liveAnnouncer.announce(g.viewValue,1e4)}}_handleOpenKeydown(l){let c=this._keyManager,d=l.keyCode,u=d===40||d===38,p=c.isTyping();if(u&&l.altKey)l.preventDefault(),this.close();else if(!p&&(d===13||d===32)&&c.activeItem&&!ja(l))l.preventDefault(),c.activeItem._selectViaInteraction();else if(!p&&this._multiple&&d===65&&l.ctrlKey){l.preventDefault();let b=this.options.some(g=>!g.disabled&&!g.selected);this.options.forEach(g=>{g.disabled||(b?g.select():g.deselect())})}else{let b=c.activeItemIndex;c.onKeydown(l),this._multiple&&u&&l.shiftKey&&c.activeItem&&c.activeItemIndex!==b&&c.activeItem._selectViaInteraction()}}_handleOverlayKeydown(l){l.keyCode===27&&!ja(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(c=>c.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&l)l.forEach(c=>this._selectOptionByValue(c)),this._sortValues();else{let c=this._selectOptionByValue(l);c?this._keyManager.updateActiveItem(c):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(l){let c=this.options.find(d=>{if(this._selectionModel.isSelected(d))return!1;try{return(d.value!=null||this.canSelectNullableOptions)&&this._compareWith(d.value,l)}catch{return!1}});return c&&this._selectionModel.select(c),c}_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 Ld?l.elementRef:l||this._elementRef).nativeElement.getBoundingClientRect().width:this.panelWidth===null?"":this.panelWidth}_syncParentProperties(){if(this.options)for(let l of this.options)l._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new Gbe(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(){let l=fa(this.options.changes,this._destroy);this.optionSelectionChanges.pipe(Ut(l)).subscribe(c=>{this._onSelect(c.source,c.isUserInput),c.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),fa(...this.options.map(c=>c._stateChanges)).pipe(Ut(l)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(l,c){let d=this._selectionModel.isSelected(l);!this.canSelectNullableOptions&&l.value==null&&!this._multiple?(l.deselect(),this._selectionModel.clear(),this.value!=null&&this._propagateChanges(l.value)):(d!==l.selected&&(l.selected?this._selectionModel.select(l):this._selectionModel.deselect(l)),c&&this._keyManager.setActiveItem(l),this.multiple&&(this._sortValues(),c&&this.focus())),d!==this._selectionModel.isSelected(l)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){let l=this.options.toArray();this._selectionModel.sort((c,d)=>this.sortComparator?this.sortComparator(c,d,l):l.indexOf(c)-l.indexOf(d)),this.stateChanges.next()}}_propagateChanges(l){let c;this.multiple?c=this.selected.map(d=>d.value):c=this.selected?this.selected.value:l,this._value=c,this.valueChange.emit(c),this._onChange(c),this.selectionChange.emit(this._getChangeEvent(c)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let l=-1;for(let c=0;c<this.options.length;c++)if(!this.options.get(c).disabled){l=c;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 d;if(this.ariaLabel)return null;let l=((d=this._parentFormField)==null?void 0:d.getLabelId())||null,c=l?l+" ":"";return this.ariaLabelledby?c+this.ariaLabelledby:l}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){var c;if(this.ariaLabel)return null;let l=((c=this._parentFormField)==null?void 0:c.getLabelId())||"";return this.ariaLabelledby&&(l+=" "+this.ariaLabelledby),l||(l=this._valueId),l}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}};o(r,"ɵfac",function(l){return new(l||r)}),o(r,"ɵcmp",le({type:r,selectors:[["mat-select"]],contentQueries:function(l,c,d){if(l&1&&(gt(d,bxe,5),gt(d,GE,5),gt(d,qE,5)),l&2){let u;ye(u=_e())&&(c.customTrigger=u.first),ye(u=_e())&&(c.options=u),ye(u=_e())&&(c.optionGroups=u)}},viewQuery:function(l,c){if(l&1&&(Ze(rxe,5),Ze(oxe,5),Ze($b,5)),l&2){let d;ye(d=_e())&&(c.trigger=d.first),ye(d=_e())&&(c.panel=d.first),ye(d=_e())&&(c._overlayDir=d.first)}},hostAttrs:["role","combobox","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(l,c){l&1&&xe("keydown",function(d){return c._handleKeydown(d)})("focus",function(){return c._onFocus()})("blur",function(){return c._onBlur()}),l&2&&(be("id",c.id)("tabindex",c.disabled?-1:c.tabIndex)("aria-controls",c.panelOpen?c.id+"-panel":null)("aria-expanded",c.panelOpen)("aria-label",c.ariaLabel||null)("aria-required",c.required.toString())("aria-disabled",c.disabled.toString())("aria-invalid",c.errorState)("aria-activedescendant",c._getAriaActiveDescendant()),Se("mat-mdc-select-disabled",c.disabled)("mat-mdc-select-invalid",c.errorState)("mat-mdc-select-required",c.required)("mat-mdc-select-empty",c.empty)("mat-mdc-select-multiple",c.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",me],disableRipple:[2,"disableRipple","disableRipple",me],tabIndex:[2,"tabIndex","tabIndex",l=>l==null?0:mn(l)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",me],placeholder:"placeholder",required:[2,"required","required",me],multiple:[2,"multiple","multiple",me],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",me],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",mn],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth",canSelectNullableOptions:[2,"canSelectNullableOptions","canSelectNullableOptions",me]},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[dt([{provide:Uu,useExisting:r},{provide:WE,useExisting:r}]),Jt],ngContentSelectors:lxe,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(l,c){if(l&1){let d=xt();Tt(sxe),D(0,"div",2,0),xe("click",function(){return Ee(d),Ce(c.open())}),D(3,"div",3),V(4,cxe,2,1,"span",4)(5,hxe,3,1,"span",5),I(),D(6,"div",6)(7,"div",7),dr(),D(8,"svg",8),Z(9,"path",9),I()()()(),V(10,pxe,3,10,"ng-template",10),xe("detach",function(){return Ee(d),Ce(c.close())})("backdropClick",function(){return Ee(d),Ce(c.close())})("overlayKeydown",function(u){return Ee(d),Ce(c._handleOverlayKeydown(u))})}if(l&2){let d=Ri(1);C(3),be("id",c._valueId),C(),W(c.empty?4:5),C(6),z("cdkConnectedOverlayDisableClose",!0)("cdkConnectedOverlayPanelClass",c._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",c._scrollStrategy)("cdkConnectedOverlayOrigin",c._preferredOverlayOrigin||d)("cdkConnectedOverlayPositions",c._positions)("cdkConnectedOverlayWidth",c._overlayWidth)("cdkConnectedOverlayFlexibleDimensions",!0)}},dependencies:[Ld,$b,Pu],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:relative;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}.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))}
49
- `],encapsulation:2,changeDetection:0}));let e=r;return e})(),_xe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[gxe],imports:[Fu,zv,zt,Nd,_l,zv,zt]}));let e=t;return e})(),rC=(()=>{const t=class t{constructor(){o(this,"changes",new he);o(this,"itemsPerPageLabel","Items per page:");o(this,"nextPageLabel","Next page");o(this,"previousPageLabel","Previous page");o(this,"firstPageLabel","First page");o(this,"lastPageLabel","Last page");o(this,"getRangeLabel",(a,i,r)=>{if(r==0||i==0)return`0 of ${r}`;r=Math.max(r,0);let s=a*i,l=s<r?Math.min(s+i,r):s+i;return`${s+1} – ${l} of ${r}`})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),it=function(e){return e[e.State=0]="State",e[e.Transition=1]="Transition",e[e.Sequence=2]="Sequence",e[e.Group=3]="Group",e[e.Animate=4]="Animate",e[e.Keyframes=5]="Keyframes",e[e.Style=6]="Style",e[e.Trigger=7]="Trigger",e[e.Reference=8]="Reference",e[e.AnimateChild=9]="AnimateChild",e[e.AnimateRef=10]="AnimateRef",e[e.Query=11]="Query",e[e.Stagger=12]="Stagger",e}(it||{}),Fn="*";function xxe(e,t=null){return{type:it.Sequence,steps:e,options:t}}function qv(e){return{type:it.Style,styles:e,offset:null}}var xl=class{constructor(e=0,t=0){o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_onDestroyFns",[]);o(this,"_originalOnDoneFns",[]);o(this,"_originalOnStartFns",[]);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_finished",!1);o(this,"_position",0);o(this,"parentPlayer",null);o(this,"totalTime");this.totalTime=e+t}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}onStart(e){this._originalOnStartFns.push(e),this._onStartFns.push(e)}onDone(e){this._originalOnDoneFns.push(e),this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(e=>e()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(e){this._position=this.totalTime?e*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(e){let t=e=="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},oC=class{constructor(e){o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_finished",!1);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_onDestroyFns",[]);o(this,"parentPlayer",null);o(this,"totalTime",0);o(this,"players");this.players=e;let t=0,n=0,a=0,i=this.players.length;i==0?queueMicrotask(()=>this._onFinish()):this.players.forEach(r=>{r.onDone(()=>{++t==i&&this._onFinish()}),r.onDestroy(()=>{++n==i&&this._onDestroy()}),r.onStart(()=>{++a==i&&this._onStart()})}),this.totalTime=this.players.reduce((r,s)=>Math.max(r,s.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this.players.forEach(e=>e.init())}onStart(e){this._onStartFns.push(e)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(e=>e()),this._onStartFns=[])}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(e=>e.play())}pause(){this.players.forEach(e=>e.pause())}restart(){this.players.forEach(e=>e.restart())}finish(){this._onFinish(),this.players.forEach(e=>e.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(e=>e.destroy()),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){this.players.forEach(e=>e.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(e){let t=e*this.totalTime;this.players.forEach(n=>{let a=n.totalTime?Math.min(1,t/n.totalTime):1;n.setPosition(a)})}getPosition(){let e=this.players.reduce((t,n)=>t===null||n.totalTime>t.totalTime?n:t,null);return e!=null?e.getPosition():0}beforeDestroy(){this.players.forEach(e=>{e.beforeDestroy&&e.beforeDestroy()})}triggerCallback(e){let t=e=="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},Lg="!";function Gv(e){return new ee(3e3,!1)}function wxe(){return new ee(3100,!1)}function kxe(){return new ee(3101,!1)}function Exe(e){return new ee(3001,!1)}function Cxe(e){return new ee(3003,!1)}function Sxe(e){return new ee(3004,!1)}function Dxe(e,t){return new ee(3005,!1)}function Ixe(){return new ee(3006,!1)}function Txe(){return new ee(3007,!1)}function Axe(e,t){return new ee(3008,!1)}function Oxe(e){return new ee(3002,!1)}function Rxe(e,t,n,a,i){return new ee(3010,!1)}function Mxe(){return new ee(3011,!1)}function Pxe(){return new ee(3012,!1)}function Nxe(){return new ee(3200,!1)}function Lxe(){return new ee(3202,!1)}function Fxe(){return new ee(3013,!1)}function Vxe(e){return new ee(3014,!1)}function zxe(e){return new ee(3015,!1)}function Bxe(e){return new ee(3016,!1)}function jxe(e,t){return new ee(3404,!1)}function Hxe(e){return new ee(3502,!1)}function Uxe(e){return new ee(3503,!1)}function Wxe(){return new ee(3300,!1)}function qxe(e){return new ee(3504,!1)}function Gxe(e){return new ee(3301,!1)}function Yxe(e,t){return new ee(3302,!1)}function $xe(e){return new ee(3303,!1)}function Zxe(e,t){return new ee(3400,!1)}function Kxe(e){return new ee(3401,!1)}function Xxe(e){return new ee(3402,!1)}function Qxe(e,t){return new ee(3505,!1)}function er(e){switch(e.length){case 0:return new xl;case 1:return e[0];default:return new oC(e)}}function sC(e,t,n=new Map,a=new Map){let i=[],r=[],s=-1,l=null;if(t.forEach(c=>{let d=c.get("offset"),u=d==s,p=u&&l||new Map;c.forEach((b,g)=>{let w=g,k=b;if(g!=="offset")switch(w=e.normalizePropertyName(w,i),k){case Lg:k=n.get(g);break;case Fn:k=a.get(g);break;default:k=e.normalizeStyleValue(g,w,k,i);break}p.set(w,k)}),u||r.push(p),l=p,s=d}),i.length)throw Hxe();return r}function Fg(e,t,n,a){switch(t){case"start":e.onStart(()=>a(n&&ip(n,"start",e)));break;case"done":e.onDone(()=>a(n&&ip(n,"done",e)));break;case"destroy":e.onDestroy(()=>a(n&&ip(n,"destroy",e)));break}}function ip(e,t,n){let a=n.totalTime,i=!!n.disabled,r=Vg(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,a??e.totalTime,i),s=e._data;return s!=null&&(r._data=s),r}function Vg(e,t,n,a,i="",r=0,s){return{element:e,triggerName:t,fromState:n,toState:a,phaseName:i,totalTime:r,disabled:!!s}}function gi(e,t,n){let a=e.get(t);return a||e.set(t,a=n),a}function Yv(e){let t=e.indexOf(":"),n=e.substring(1,t),a=e.slice(t+1);return[n,a]}var Jxe=typeof document>"u"?null:document.documentElement;function zg(e){let t=e.parentNode||e.host||null;return t===Jxe?null:t}function ewe(e){return e.substring(1,6)=="ebkit"}var Or=null,$v=!1;function twe(e){Or||(Or=awe()||{},$v=Or.style?"WebkitAppearance"in Or.style:!1);let t=!0;return Or.style&&!ewe(e)&&(t=e in Or.style,!t&&$v&&(t="Webkit"+e.charAt(0).toUpperCase()+e.slice(1)in Or.style)),t}function awe(){return typeof document<"u"?document.body:null}function lC(e,t){for(;t;){if(t===e)return!0;t=zg(t)}return!1}function cC(e,t,n){if(n)return Array.from(e.querySelectorAll(t));let a=e.querySelector(t);return a?[a]:[]}var iwe=1e3,dC="{{",nwe="}}",uC="ng-enter",Sm="ng-leave",Bc="ng-trigger",Ud=".ng-trigger",Zv="ng-animating",Dm=".ng-animating";function Rn(e){if(typeof e=="number")return e;let t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:Im(parseFloat(t[1]),t[2])}function Im(e,t){switch(t){case"s":return e*iwe;default:return e}}function Wd(e,t,n){return e.hasOwnProperty("duration")?e:rwe(e,t,n)}function rwe(e,t,n){let a=/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i,i,r=0,s="";if(typeof e=="string"){let l=e.match(a);if(l===null)return t.push(Gv()),{duration:0,delay:0,easing:""};i=Im(parseFloat(l[1]),l[2]);let c=l[3];c!=null&&(r=Im(parseFloat(c),l[4]));let d=l[5];d&&(s=d)}else i=e;if(!n){let l=!1,c=t.length;i<0&&(t.push(wxe()),l=!0),r<0&&(t.push(kxe()),l=!0),l&&t.splice(c,0,Gv())}return{duration:i,delay:r,easing:s}}function owe(e){return e.length?e[0]instanceof Map?e:e.map(t=>new Map(Object.entries(t))):[]}function tn(e,t,n){t.forEach((a,i)=>{let r=Bg(i);n&&!n.has(i)&&n.set(i,e.style[r]),e.style[r]=a})}function jr(e,t){t.forEach((n,a)=>{let i=Bg(a);e.style[i]=""})}function zs(e){return Array.isArray(e)?e.length==1?e[0]:xxe(e):e}function swe(e,t,n){let a=t.params||{},i=hC(e);i.length&&i.forEach(r=>{a.hasOwnProperty(r)||n.push(Exe())})}var Tm=new RegExp(`${dC}\\s*(.+?)\\s*${nwe}`,"g");function hC(e){let t=[];if(typeof e=="string"){let n;for(;n=Tm.exec(e);)t.push(n[1]);Tm.lastIndex=0}return t}function wl(e,t,n){let a=`${e}`,i=a.replace(Tm,(r,s)=>{let l=t[s];return l==null&&(n.push(Cxe()),l=""),l.toString()});return i==a?e:i}var lwe=/-+([a-z0-9])/g;function Bg(e){return e.replace(lwe,(...t)=>t[1].toUpperCase())}function cwe(e,t){return e===0||t===0}function dwe(e,t,n){if(n.size&&t.length){let a=t[0],i=[];if(n.forEach((r,s)=>{a.has(s)||i.push(s),a.set(s,r)}),i.length)for(let r=1;r<t.length;r++){let s=t[r];i.forEach(l=>s.set(l,jg(e,l)))}}return t}function fi(e,t,n){switch(t.type){case it.Trigger:return e.visitTrigger(t,n);case it.State:return e.visitState(t,n);case it.Transition:return e.visitTransition(t,n);case it.Sequence:return e.visitSequence(t,n);case it.Group:return e.visitGroup(t,n);case it.Animate:return e.visitAnimate(t,n);case it.Keyframes:return e.visitKeyframes(t,n);case it.Style:return e.visitStyle(t,n);case it.Reference:return e.visitReference(t,n);case it.AnimateChild:return e.visitAnimateChild(t,n);case it.AnimateRef:return e.visitAnimateRef(t,n);case it.Query:return e.visitQuery(t,n);case it.Stagger:return e.visitStagger(t,n);default:throw Sxe(t.type)}}function jg(e,t){return window.getComputedStyle(e)[t]}var uwe=(()=>{const t=class t{validateStyleProperty(a){return twe(a)}containsElement(a,i){return lC(a,i)}getParentElement(a){return zg(a)}query(a,i,r){return cC(a,i,r)}computeStyle(a,i,r){return r||""}animate(a,i,r,s,l,c=[],d){return new xl(r,s)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),xp,pC=(xp=class{},o(xp,"NOOP",new uwe),xp),Hg=class{},hwe=new Set(["width","height","minWidth","minHeight","maxWidth","maxHeight","left","top","bottom","right","fontSize","outlineWidth","outlineOffset","paddingTop","paddingLeft","paddingBottom","paddingRight","marginTop","marginLeft","marginBottom","marginRight","borderRadius","borderWidth","borderTopWidth","borderLeftWidth","borderRightWidth","borderBottomWidth","textIndent","perspective"]),pwe=class extends Hg{normalizePropertyName(e,t){return Bg(e)}normalizeStyleValue(e,t,n,a){let i="",r=n.toString().trim();if(hwe.has(t)&&n!==0&&n!=="0")if(typeof n=="number")i="px";else{let s=n.match(/^[+-]?[\d\.]+([a-z]*)$/);s&&s[1].length==0&&a.push(Dxe())}return r+i}},qd="*";function mwe(e,t){let n=[];return typeof e=="string"?e.split(/\s*,\s*/).forEach(a=>fwe(a,n,t)):n.push(e),n}function fwe(e,t,n){if(e[0]==":"){let c=gwe(e,n);if(typeof c=="function"){t.push(c);return}e=c}let a=e.match(/^(\*|[-\w]+)\s*(<?[=-]>)\s*(\*|[-\w]+)$/);if(a==null||a.length<4)return n.push(zxe()),t;let i=a[1],r=a[2],s=a[3];t.push(Kv(i,s));let l=i==qd&&s==qd;r[0]=="<"&&!l&&t.push(Kv(s,i))}function gwe(e,t){switch(e){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(n,a)=>parseFloat(a)>parseFloat(n);case":decrement":return(n,a)=>parseFloat(a)<parseFloat(n);default:return t.push(Bxe()),"* => *"}}var jc=new Set(["true","1"]),Hc=new Set(["false","0"]);function Kv(e,t){let n=jc.has(e)||Hc.has(e),a=jc.has(t)||Hc.has(t);return(i,r)=>{let s=e==qd||e==i,l=t==qd||t==r;return!s&&n&&typeof i=="boolean"&&(s=i?jc.has(e):Hc.has(e)),!l&&a&&typeof r=="boolean"&&(l=r?jc.has(t):Hc.has(t)),s&&l}}var mC=":self",bwe=new RegExp(`s*${mC}s*,?`,"g");function fC(e,t,n,a){return new vwe(e).build(t,n,a)}var Xv="",vwe=class{constructor(e){o(this,"_driver");this._driver=e}build(e,t,n){let a=new xwe(t);return this._resetContextStyleTimingState(a),fi(this,zs(e),a)}_resetContextStyleTimingState(e){e.currentQuerySelector=Xv,e.collectedStyles=new Map,e.collectedStyles.set(Xv,new Map),e.currentTime=0}visitTrigger(e,t){let n=t.queryCount=0,a=t.depCount=0,i=[],r=[];return e.name.charAt(0)=="@"&&t.errors.push(Ixe()),e.definitions.forEach(s=>{if(this._resetContextStyleTimingState(t),s.type==it.State){let l=s,c=l.name;c.toString().split(/\s*,\s*/).forEach(d=>{l.name=d,i.push(this.visitState(l,t))}),l.name=c}else if(s.type==it.Transition){let l=this.visitTransition(s,t);n+=l.queryCount,a+=l.depCount,r.push(l)}else t.errors.push(Txe())}),{type:it.Trigger,name:e.name,states:i,transitions:r,queryCount:n,depCount:a,options:null}}visitState(e,t){let n=this.visitStyle(e.styles,t),a=e.options&&e.options.params||null;if(n.containsDynamicStyles){let i=new Set,r=a||{};n.styles.forEach(s=>{s instanceof Map&&s.forEach(l=>{hC(l).forEach(c=>{r.hasOwnProperty(c)||i.add(c)})})}),i.size&&t.errors.push(Axe(e.name,[...i.values()]))}return{type:it.State,name:e.name,style:n,options:a?{params:a}:null}}visitTransition(e,t){t.queryCount=0,t.depCount=0;let n=fi(this,zs(e.animation),t),a=mwe(e.expr,t.errors);return{type:it.Transition,matchers:a,animation:n,queryCount:t.queryCount,depCount:t.depCount,options:Rr(e.options)}}visitSequence(e,t){return{type:it.Sequence,steps:e.steps.map(n=>fi(this,n,t)),options:Rr(e.options)}}visitGroup(e,t){let n=t.currentTime,a=0,i=e.steps.map(r=>{t.currentTime=n;let s=fi(this,r,t);return a=Math.max(a,t.currentTime),s});return t.currentTime=a,{type:it.Group,steps:i,options:Rr(e.options)}}visitAnimate(e,t){let n=kwe(e.timings,t.errors);t.currentAnimateTimings=n;let a,i=e.styles?e.styles:qv({});if(i.type==it.Keyframes)a=this.visitKeyframes(i,t);else{let r=e.styles,s=!1;if(!r){s=!0;let c={};n.easing&&(c.easing=n.easing),r=qv(c)}t.currentTime+=n.duration+n.delay;let l=this.visitStyle(r,t);l.isEmptyStep=s,a=l}return t.currentAnimateTimings=null,{type:it.Animate,timings:n,style:a,options:null}}visitStyle(e,t){let n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n}_makeStyleAst(e,t){let n=[],a=Array.isArray(e.styles)?e.styles:[e.styles];for(let s of a)typeof s=="string"?s===Fn?n.push(s):t.errors.push(Oxe()):n.push(new Map(Object.entries(s)));let i=!1,r=null;return n.forEach(s=>{if(s instanceof Map&&(s.has("easing")&&(r=s.get("easing"),s.delete("easing")),!i)){for(let l of s.values())if(l.toString().indexOf(dC)>=0){i=!0;break}}}),{type:it.Style,styles:n,easing:r,offset:e.offset,containsDynamicStyles:i,options:null}}_validateStyleAst(e,t){let n=t.currentAnimateTimings,a=t.currentTime,i=t.currentTime;n&&i>0&&(i-=n.duration+n.delay),e.styles.forEach(r=>{typeof r!="string"&&r.forEach((s,l)=>{let c=t.collectedStyles.get(t.currentQuerySelector),d=c.get(l),u=!0;d&&(i!=a&&i>=d.startTime&&a<=d.endTime&&(t.errors.push(Rxe(l,d.startTime,d.endTime)),u=!1),i=d.startTime),u&&c.set(l,{startTime:i,endTime:a}),t.options&&swe(s,t.options,t.errors)})})}visitKeyframes(e,t){let n={type:it.Keyframes,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push(Mxe()),n;let a=1,i=0,r=[],s=!1,l=!1,c=0,d=e.steps.map(S=>{let O=this._makeStyleAst(S,t),B=O.offset!=null?O.offset:wwe(O.styles),j=0;return B!=null&&(i++,j=O.offset=B),l=l||j<0||j>1,s=s||j<c,c=j,r.push(j),O});l&&t.errors.push(Pxe()),s&&t.errors.push(Nxe());let u=e.steps.length,p=0;i>0&&i<u?t.errors.push(Lxe()):i==0&&(p=a/(u-1));let b=u-1,g=t.currentTime,w=t.currentAnimateTimings,k=w.duration;return d.forEach((S,O)=>{let B=p>0?O==b?1:p*O:r[O],j=B*k;t.currentTime=g+w.delay+j,w.duration=j,this._validateStyleAst(S,t),S.offset=B,n.styles.push(S)}),n}visitReference(e,t){return{type:it.Reference,animation:fi(this,zs(e.animation),t),options:Rr(e.options)}}visitAnimateChild(e,t){return t.depCount++,{type:it.AnimateChild,options:Rr(e.options)}}visitAnimateRef(e,t){return{type:it.AnimateRef,animation:this.visitReference(e.animation,t),options:Rr(e.options)}}visitQuery(e,t){let n=t.currentQuerySelector,a=e.options||{};t.queryCount++,t.currentQuery=e;let[i,r]=ywe(e.selector);t.currentQuerySelector=n.length?n+" "+i:i,gi(t.collectedStyles,t.currentQuerySelector,new Map);let s=fi(this,zs(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:it.Query,selector:i,limit:a.limit||0,optional:!!a.optional,includeSelf:r,animation:s,originalSelector:e.selector,options:Rr(e.options)}}visitStagger(e,t){t.currentQuery||t.errors.push(Fxe());let n=e.timings==="full"?{duration:0,delay:0,easing:"full"}:Wd(e.timings,t.errors,!0);return{type:it.Stagger,animation:fi(this,zs(e.animation),t),timings:n,options:null}}};function ywe(e){let t=!!e.split(/\s*,\s*/).find(n=>n==mC);return t&&(e=e.replace(bwe,"")),e=e.replace(/@\*/g,Ud).replace(/@\w+/g,n=>Ud+"-"+n.slice(1)).replace(/:animating/g,Dm),[e,t]}function _we(e){return e?ue({},e):null}var xwe=class{constructor(e){o(this,"errors");o(this,"queryCount",0);o(this,"depCount",0);o(this,"currentTransition",null);o(this,"currentQuery",null);o(this,"currentQuerySelector",null);o(this,"currentAnimateTimings",null);o(this,"currentTime",0);o(this,"collectedStyles",new Map);o(this,"options",null);o(this,"unsupportedCSSPropertiesFound",new Set);this.errors=e}};function wwe(e){if(typeof e=="string")return null;let t=null;if(Array.isArray(e))e.forEach(n=>{if(n instanceof Map&&n.has("offset")){let a=n;t=parseFloat(a.get("offset")),a.delete("offset")}});else if(e instanceof Map&&e.has("offset")){let n=e;t=parseFloat(n.get("offset")),n.delete("offset")}return t}function kwe(e,t){if(e.hasOwnProperty("duration"))return e;if(typeof e=="number"){let i=Wd(e,t).duration;return np(i,0,"")}let n=e;if(n.split(/\s+/).some(i=>i.charAt(0)=="{"&&i.charAt(1)=="{")){let i=np(0,0,"");return i.dynamic=!0,i.strValue=n,i}let a=Wd(n,t);return np(a.duration,a.delay,a.easing)}function Rr(e){return e?(e=ue({},e),e.params&&(e.params=_we(e.params))):e={},e}function np(e,t,n){return{duration:e,delay:t,easing:n}}function Ug(e,t,n,a,i,r,s=null,l=!1){return{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:a,duration:i,delay:r,totalTime:i+r,easing:s,subTimeline:l}}var Wg=class{constructor(){o(this,"_map",new Map)}get(e){return this._map.get(e)||[]}append(e,t){let n=this._map.get(e);n||this._map.set(e,n=[]),n.push(...t)}has(e){return this._map.has(e)}clear(){this._map.clear()}},Ewe=1,Cwe=":enter",Swe=new RegExp(Cwe,"g"),Dwe=":leave",Iwe=new RegExp(Dwe,"g");function gC(e,t,n,a,i,r=new Map,s=new Map,l,c,d=[]){return new Twe().buildKeyframes(e,t,n,a,i,r,s,l,c,d)}var Twe=class{buildKeyframes(e,t,n,a,i,r,s,l,c,d=[]){c=c||new Wg;let u=new Awe(e,t,c,a,i,d,[]);u.options=l;let p=l.delay?Rn(l.delay):0;u.currentTimeline.delayNextStep(p),u.currentTimeline.setStyles([r],null,u.errors,l),fi(this,n,u);let b=u.timelines.filter(g=>g.containsAnimation());if(b.length&&s.size){let g;for(let w=b.length-1;w>=0;w--){let k=b[w];if(k.element===t){g=k;break}}g&&!g.allowOnlyTimelineStyles()&&g.setStyles([s],null,u.errors,l)}return b.length?b.map(g=>g.buildKeyframes()):[Ug(t,[],[],[],0,p,"",!1)]}visitTrigger(e,t){}visitState(e,t){}visitTransition(e,t){}visitAnimateChild(e,t){let n=t.subInstructions.get(t.element);if(n){let a=t.createSubContext(e.options),i=t.currentTimeline.currentTime,r=this._visitSubInstructions(n,a,a.options);i!=r&&t.transformIntoNewTimeline(r)}t.previousNode=e}visitAnimateRef(e,t){let n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this._applyAnimationRefDelays([e.options,e.animation.options],t,n),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e}_applyAnimationRefDelays(e,t,n){for(let a of e){let i=a==null?void 0:a.delay;if(i){let r=typeof i=="number"?i:Rn(wl(i,(a==null?void 0:a.params)??{},t.errors));n.delayNextStep(r)}}}_visitSubInstructions(e,t,n){let a=t.currentTimeline.currentTime,i=n.duration!=null?Rn(n.duration):null,r=n.delay!=null?Rn(n.delay):null;return i!==0&&e.forEach(s=>{let l=t.appendInstructionToTimeline(s,i,r);a=Math.max(a,l.duration+l.delay)}),a}visitReference(e,t){t.updateOptions(e.options,!0),fi(this,e.animation,t),t.previousNode=e}visitSequence(e,t){let n=t.subContextCount,a=t,i=e.options;if(i&&(i.params||i.delay)&&(a=t.createSubContext(i),a.transformIntoNewTimeline(),i.delay!=null)){a.previousNode.type==it.Style&&(a.currentTimeline.snapshotCurrentStyles(),a.previousNode=Gd);let r=Rn(i.delay);a.delayNextStep(r)}e.steps.length&&(e.steps.forEach(r=>fi(this,r,a)),a.currentTimeline.applyStylesToKeyframe(),a.subContextCount>n&&a.transformIntoNewTimeline()),t.previousNode=e}visitGroup(e,t){let n=[],a=t.currentTimeline.currentTime,i=e.options&&e.options.delay?Rn(e.options.delay):0;e.steps.forEach(r=>{let s=t.createSubContext(e.options);i&&s.delayNextStep(i),fi(this,r,s),a=Math.max(a,s.currentTimeline.currentTime),n.push(s.currentTimeline)}),n.forEach(r=>t.currentTimeline.mergeTimelineCollectedStyles(r)),t.transformIntoNewTimeline(a),t.previousNode=e}_visitTiming(e,t){if(e.dynamic){let n=e.strValue,a=t.params?wl(n,t.params,t.errors):n;return Wd(a,t.errors)}else return{duration:e.duration,delay:e.delay,easing:e.easing}}visitAnimate(e,t){let n=t.currentAnimateTimings=this._visitTiming(e.timings,t),a=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),a.snapshotCurrentStyles());let i=e.style;i.type==it.Keyframes?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),a.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e}visitStyle(e,t){let n=t.currentTimeline,a=t.currentAnimateTimings;!a&&n.hasCurrentStyleProperties()&&n.forwardFrame();let i=a&&a.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e}visitKeyframes(e,t){let n=t.currentAnimateTimings,a=t.currentTimeline.duration,i=n.duration,r=t.createSubContext().currentTimeline;r.easing=n.easing,e.styles.forEach(s=>{let l=s.offset||0;r.forwardTime(l*i),r.setStyles(s.styles,s.easing,t.errors,t.options),r.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(r),t.transformIntoNewTimeline(a+i),t.previousNode=e}visitQuery(e,t){let n=t.currentTimeline.currentTime,a=e.options||{},i=a.delay?Rn(a.delay):0;i&&(t.previousNode.type===it.Style||n==0&&t.currentTimeline.hasCurrentStyleProperties())&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Gd);let r=n,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!a.optional,t.errors);t.currentQueryTotal=s.length;let l=null;s.forEach((c,d)=>{t.currentQueryIndex=d;let u=t.createSubContext(e.options,c);i&&u.delayNextStep(i),c===t.element&&(l=u.currentTimeline),fi(this,e.animation,u),u.currentTimeline.applyStylesToKeyframe();let p=u.currentTimeline.currentTime;r=Math.max(r,p)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(r),l&&(t.currentTimeline.mergeTimelineCollectedStyles(l),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e}visitStagger(e,t){let n=t.parentContext,a=t.currentTimeline,i=e.timings,r=Math.abs(i.duration),s=r*(t.currentQueryTotal-1),l=r*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":l=s-l;break;case"full":l=n.currentStaggerTime;break}let c=t.currentTimeline;l&&c.delayNextStep(l);let d=c.currentTime;fi(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=a.currentTime-d+(a.startTime-n.currentTimeline.startTime)}},Gd={},Awe=class bC{constructor(t,n,a,i,r,s,l,c){o(this,"_driver");o(this,"element");o(this,"subInstructions");o(this,"_enterClassName");o(this,"_leaveClassName");o(this,"errors");o(this,"timelines");o(this,"parentContext",null);o(this,"currentTimeline");o(this,"currentAnimateTimings",null);o(this,"previousNode",Gd);o(this,"subContextCount",0);o(this,"options",{});o(this,"currentQueryIndex",0);o(this,"currentQueryTotal",0);o(this,"currentStaggerTime",0);this._driver=t,this.element=n,this.subInstructions=a,this._enterClassName=i,this._leaveClassName=r,this.errors=s,this.timelines=l,this.currentTimeline=c||new vC(this._driver,n,0),l.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(t,n){if(!t)return;let a=t,i=this.options;a.duration!=null&&(i.duration=Rn(a.duration)),a.delay!=null&&(i.delay=Rn(a.delay));let r=a.params;if(r){let s=i.params;s||(s=this.options.params={}),Object.keys(r).forEach(l=>{(!n||!s.hasOwnProperty(l))&&(s[l]=wl(r[l],s,this.errors))})}}_copyOptions(){let t={};if(this.options){let n=this.options.params;if(n){let a=t.params={};Object.keys(n).forEach(i=>{a[i]=n[i]})}}return t}createSubContext(t=null,n,a){let i=n||this.element,r=new bC(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,a||0));return r.previousNode=this.previousNode,r.currentAnimateTimings=this.currentAnimateTimings,r.options=this._copyOptions(),r.updateOptions(t),r.currentQueryIndex=this.currentQueryIndex,r.currentQueryTotal=this.currentQueryTotal,r.parentContext=this,this.subContextCount++,r}transformIntoNewTimeline(t){return this.previousNode=Gd,this.currentTimeline=this.currentTimeline.fork(this.element,t),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(t,n,a){let i={duration:n??t.duration,delay:this.currentTimeline.currentTime+(a??0)+t.delay,easing:""},r=new Owe(this._driver,t.element,t.keyframes,t.preStyleProps,t.postStyleProps,i,t.stretchStartingKeyframe);return this.timelines.push(r),i}incrementTime(t){this.currentTimeline.forwardTime(this.currentTimeline.duration+t)}delayNextStep(t){t>0&&this.currentTimeline.delayNextStep(t)}invokeQuery(t,n,a,i,r,s){let l=[];if(i&&l.push(this.element),t.length>0){t=t.replace(Swe,"."+this._enterClassName),t=t.replace(Iwe,"."+this._leaveClassName);let c=a!=1,d=this._driver.query(this.element,t,c);a!==0&&(d=a<0?d.slice(d.length+a,d.length):d.slice(0,a)),l.push(...d)}return!r&&l.length==0&&s.push(Vxe()),l}},vC=class yC{constructor(t,n,a,i){o(this,"_driver");o(this,"element");o(this,"startTime");o(this,"_elementTimelineStylesLookup");o(this,"duration",0);o(this,"easing",null);o(this,"_previousKeyframe",new Map);o(this,"_currentKeyframe",new Map);o(this,"_keyframes",new Map);o(this,"_styleSummary",new Map);o(this,"_localTimelineStyles",new Map);o(this,"_globalTimelineStyles");o(this,"_pendingStyles",new Map);o(this,"_backFill",new Map);o(this,"_currentEmptyStepKeyframe",null);this._driver=t,this.element=n,this.startTime=a,this._elementTimelineStylesLookup=i,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(n),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(n,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(t){let n=this._keyframes.size===1&&this._pendingStyles.size;this.duration||n?(this.forwardTime(this.currentTime+t),n&&this.snapshotCurrentStyles()):this.startTime+=t}fork(t,n){return this.applyStylesToKeyframe(),new yC(this._driver,t,n||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=Ewe,this._loadKeyframe()}forwardTime(t){this.applyStylesToKeyframe(),this.duration=t,this._loadKeyframe()}_updateStyle(t,n){this._localTimelineStyles.set(t,n),this._globalTimelineStyles.set(t,n),this._styleSummary.set(t,{time:this.currentTime,value:n})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(t){t&&this._previousKeyframe.set("easing",t);for(let[n,a]of this._globalTimelineStyles)this._backFill.set(n,a||Fn),this._currentKeyframe.set(n,Fn);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(t,n,a,i){n&&this._previousKeyframe.set("easing",n);let r=i&&i.params||{},s=Rwe(t,this._globalTimelineStyles);for(let[l,c]of s){let d=wl(c,r,a);this._pendingStyles.set(l,d),this._localTimelineStyles.has(l)||this._backFill.set(l,this._globalTimelineStyles.get(l)??Fn),this._updateStyle(l,d)}}applyStylesToKeyframe(){this._pendingStyles.size!=0&&(this._pendingStyles.forEach((t,n)=>{this._currentKeyframe.set(n,t)}),this._pendingStyles.clear(),this._localTimelineStyles.forEach((t,n)=>{this._currentKeyframe.has(n)||this._currentKeyframe.set(n,t)}))}snapshotCurrentStyles(){for(let[t,n]of this._localTimelineStyles)this._pendingStyles.set(t,n),this._updateStyle(t,n)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){let t=[];for(let n in this._currentKeyframe)t.push(n);return t}mergeTimelineCollectedStyles(t){t._styleSummary.forEach((n,a)=>{let i=this._styleSummary.get(a);(!i||n.time>i.time)&&this._updateStyle(a,n.value)})}buildKeyframes(){this.applyStylesToKeyframe();let t=new Set,n=new Set,a=this._keyframes.size===1&&this.duration===0,i=[];this._keyframes.forEach((l,c)=>{let d=new Map([...this._backFill,...l]);d.forEach((u,p)=>{u===Lg?t.add(p):u===Fn&&n.add(p)}),a||d.set("offset",c/this.duration),i.push(d)});let r=[...t.values()],s=[...n.values()];if(a){let l=i[0],c=new Map(l);l.set("offset",0),c.set("offset",1),i=[l,c]}return Ug(this.element,i,r,s,this.duration,this.startTime,this.easing,!1)}},Owe=class extends vC{constructor(t,n,a,i,r,s,l=!1){super(t,n,s.delay);o(this,"keyframes");o(this,"preStyleProps");o(this,"postStyleProps");o(this,"_stretchStartingKeyframe");o(this,"timings");this.keyframes=a,this.preStyleProps=i,this.postStyleProps=r,this._stretchStartingKeyframe=l,this.timings={duration:s.duration,delay:s.delay,easing:s.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let t=this.keyframes,{delay:n,duration:a,easing:i}=this.timings;if(this._stretchStartingKeyframe&&n){let r=[],s=a+n,l=n/s,c=new Map(t[0]);c.set("offset",0),r.push(c);let d=new Map(t[0]);d.set("offset",Qv(l)),r.push(d);let u=t.length-1;for(let p=1;p<=u;p++){let b=new Map(t[p]),g=b.get("offset"),w=n+g*a;b.set("offset",Qv(w/s)),r.push(b)}a=s,n=0,i="",t=r}return Ug(this.element,t,this.preStyleProps,this.postStyleProps,a,n,i,!0)}};function Qv(e,t=3){let n=Math.pow(10,t-1);return Math.round(e*n)/n}function Rwe(e,t){let n=new Map,a;return e.forEach(i=>{if(i==="*"){a??(a=t.keys());for(let r of a)n.set(r,Fn)}else for(let[r,s]of i)n.set(r,s)}),n}function Jv(e,t,n,a,i,r,s,l,c,d,u,p,b){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:r,toState:a,toStyles:s,timelines:l,queriedElements:c,preStyleProps:d,postStyleProps:u,totalTime:p,errors:b}}var rp={},_C=class{constructor(e,t,n){o(this,"_triggerName");o(this,"ast");o(this,"_stateStyles");this._triggerName=e,this.ast=t,this._stateStyles=n}match(e,t,n,a){return Mwe(this.ast.matchers,e,t,n,a)}buildStyles(e,t,n){let a=this._stateStyles.get("*");return e!==void 0&&(a=this._stateStyles.get(e==null?void 0:e.toString())||a),a?a.buildStyles(t,n):new Map}build(e,t,n,a,i,r,s,l,c,d){var _a;let u=[],p=this.ast.options&&this.ast.options.params||rp,b=s&&s.params||rp,g=this.buildStyles(n,b,u),w=l&&l.params||rp,k=this.buildStyles(a,w,u),S=new Set,O=new Map,B=new Map,j=a==="void",ge={params:xC(w,p),delay:(_a=this.ast.options)==null?void 0:_a.delay},Ne=d?[]:gC(e,t,this.ast.animation,i,r,g,k,ge,c,u),Ue=0;return Ne.forEach(ea=>{Ue=Math.max(ea.duration+ea.delay,Ue)}),u.length?Jv(t,this._triggerName,n,a,j,g,k,[],[],O,B,Ue,u):(Ne.forEach(ea=>{let Pt=ea.element,ca=gi(O,Pt,new Set);ea.preStyleProps.forEach(re=>ca.add(re));let fe=gi(B,Pt,new Set);ea.postStyleProps.forEach(re=>fe.add(re)),Pt!==t&&S.add(Pt)}),Jv(t,this._triggerName,n,a,j,g,k,Ne,[...S.values()],O,B,Ue))}};function Mwe(e,t,n,a,i){return e.some(r=>r(t,n,a,i))}function xC(e,t){let n=ue({},t);return Object.entries(e).forEach(([a,i])=>{i!=null&&(n[a]=i)}),n}var Pwe=class{constructor(e,t,n){o(this,"styles");o(this,"defaultParams");o(this,"normalizer");this.styles=e,this.defaultParams=t,this.normalizer=n}buildStyles(e,t){let n=new Map,a=xC(e,this.defaultParams);return this.styles.styles.forEach(i=>{typeof i!="string"&&i.forEach((r,s)=>{r&&(r=wl(r,a,t));let l=this.normalizer.normalizePropertyName(s,t);r=this.normalizer.normalizeStyleValue(s,l,r,t),n.set(s,r)})}),n}};function Nwe(e,t,n){return new Lwe(e,t,n)}var Lwe=class{constructor(e,t,n){o(this,"name");o(this,"ast");o(this,"_normalizer");o(this,"transitionFactories",[]);o(this,"fallbackTransition");o(this,"states",new Map);this.name=e,this.ast=t,this._normalizer=n,t.states.forEach(a=>{let i=a.options&&a.options.params||{};this.states.set(a.name,new Pwe(a.style,i,n))}),ey(this.states,"true","1"),ey(this.states,"false","0"),t.transitions.forEach(a=>{this.transitionFactories.push(new _C(e,a,this.states))}),this.fallbackTransition=Fwe(e,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(e,t,n,a){return this.transitionFactories.find(i=>i.match(e,t,n,a))||null}matchStyles(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)}};function Fwe(e,t,n){let a=[(s,l)=>!0],i={type:it.Sequence,steps:[],options:null},r={type:it.Transition,animation:i,matchers:a,options:null,queryCount:0,depCount:0};return new _C(e,r,t)}function ey(e,t,n){e.has(t)?e.has(n)||e.set(n,e.get(t)):e.has(n)&&e.set(t,e.get(n))}var Vwe=new Wg,zwe=class{constructor(e,t,n){o(this,"bodyNode");o(this,"_driver");o(this,"_normalizer");o(this,"_animations",new Map);o(this,"_playersById",new Map);o(this,"players",[]);this.bodyNode=e,this._driver=t,this._normalizer=n}register(e,t){let n=[],a=[],i=fC(this._driver,t,n,a);if(n.length)throw Uxe();this._animations.set(e,i)}_buildPlayer(e,t,n){let a=e.element,i=sC(this._normalizer,e.keyframes,t,n);return this._driver.animate(a,i,e.duration,e.delay,e.easing,[],!0)}create(e,t,n={}){let a=[],i=this._animations.get(e),r,s=new Map;if(i?(r=gC(this._driver,t,i,uC,Sm,new Map,new Map,n,Vwe,a),r.forEach(d=>{let u=gi(s,d.element,new Map);d.postStyleProps.forEach(p=>u.set(p,null))})):(a.push(Wxe()),r=[]),a.length)throw qxe();s.forEach((d,u)=>{d.forEach((p,b)=>{d.set(b,this._driver.computeStyle(u,b,Fn))})});let l=r.map(d=>{let u=s.get(d.element);return this._buildPlayer(d,new Map,u)}),c=er(l);return this._playersById.set(e,c),c.onDestroy(()=>this.destroy(e)),this.players.push(c),c}destroy(e){let t=this._getPlayer(e);t.destroy(),this._playersById.delete(e);let n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)}_getPlayer(e){let t=this._playersById.get(e);if(!t)throw Gxe();return t}listen(e,t,n,a){let i=Vg(t,"","","");return Fg(this._getPlayer(e),n,i,a),()=>{}}command(e,t,n,a){if(n=="register"){this.register(e,a[0]);return}if(n=="create"){let r=a[0]||{};this.create(e,t,r);return}let i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(a[0]));break;case"destroy":this.destroy(e);break}}},ty="ng-animate-queued",Bwe=".ng-animate-queued",op="ng-animate-disabled",jwe=".ng-animate-disabled",Hwe="ng-star-inserted",Uwe=".ng-star-inserted",Wwe=[],wC={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},qwe={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},zi="__ng_removed",Am=class{constructor(e,t=""){o(this,"namespaceId");o(this,"value");o(this,"options");this.namespaceId=t;let n=e&&e.hasOwnProperty("value"),a=n?e.value:e;if(this.value=Zwe(a),n){let i=e,{value:r}=i,s=Ale(i,["value"]);this.options=s}else this.options={};this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(e){let t=e.params;if(t){let n=this.options.params;Object.keys(t).forEach(a=>{n[a]==null&&(n[a]=t[a])})}}},el="void",sp=new Am(el),Gwe=class{constructor(e,t,n){o(this,"id");o(this,"hostElement");o(this,"_engine");o(this,"players",[]);o(this,"_triggers",new Map);o(this,"_queue",[]);o(this,"_elementListeners",new Map);o(this,"_hostClassName");this.id=e,this.hostElement=t,this._engine=n,this._hostClassName="ng-tns-"+e,Di(t,this._hostClassName)}listen(e,t,n,a){if(!this._triggers.has(t))throw Yxe();if(n==null||n.length==0)throw $xe();if(!Kwe(n))throw Zxe();let i=gi(this._elementListeners,e,[]),r={name:t,phase:n,callback:a};i.push(r);let s=gi(this._engine.statesByElement,e,new Map);return s.has(t)||(Di(e,Bc),Di(e,Bc+"-"+t),s.set(t,sp)),()=>{this._engine.afterFlush(()=>{let l=i.indexOf(r);l>=0&&i.splice(l,1),this._triggers.has(t)||s.delete(t)})}}register(e,t){return this._triggers.has(e)?!1:(this._triggers.set(e,t),!0)}_getTrigger(e){let t=this._triggers.get(e);if(!t)throw Kxe();return t}trigger(e,t,n,a=!0){let i=this._getTrigger(t),r=new Om(this.id,t,e),s=this._engine.statesByElement.get(e);s||(Di(e,Bc),Di(e,Bc+"-"+t),this._engine.statesByElement.set(e,s=new Map));let l=s.get(t),c=new Am(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&c.absorbOptions(l.options),s.set(t,c),l||(l=sp),c.value!==el&&l.value===c.value){if(!Jwe(l.params,c.params)){let b=[],g=i.matchStyles(l.value,l.params,b),w=i.matchStyles(c.value,c.params,b);b.length?this._engine.reportError(b):this._engine.afterFlush(()=>{jr(e,g),tn(e,w)})}return}let d=gi(this._engine.playersByElement,e,[]);d.forEach(b=>{b.namespaceId==this.id&&b.triggerName==t&&b.queued&&b.destroy()});let u=i.matchTransition(l.value,c.value,e,c.params),p=!1;if(!u){if(!a)return;u=i.fallbackTransition,p=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:u,fromState:l,toState:c,player:r,isFallbackTransition:p}),p||(Di(e,ty),r.onStart(()=>{Do(e,ty)})),r.onDone(()=>{let b=this.players.indexOf(r);b>=0&&this.players.splice(b,1);let g=this._engine.playersByElement.get(e);if(g){let w=g.indexOf(r);w>=0&&g.splice(w,1)}}),this.players.push(r),d.push(r),r}deregister(e){this._triggers.delete(e),this._engine.statesByElement.forEach(t=>t.delete(e)),this._elementListeners.forEach((t,n)=>{this._elementListeners.set(n,t.filter(a=>a.name!=e))})}clearElementCache(e){this._engine.statesByElement.delete(e),this._elementListeners.delete(e);let t=this._engine.playersByElement.get(e);t&&(t.forEach(n=>n.destroy()),this._engine.playersByElement.delete(e))}_signalRemovalForInnerTriggers(e,t){let n=this._engine.driver.query(e,Ud,!0);n.forEach(a=>{if(a[zi])return;let i=this._engine.fetchNamespacesByElement(a);i.size?i.forEach(r=>r.triggerLeaveAnimation(a,t,!1,!0)):this.clearElementCache(a)}),this._engine.afterFlushAnimationsDone(()=>n.forEach(a=>this.clearElementCache(a)))}triggerLeaveAnimation(e,t,n,a){let i=this._engine.statesByElement.get(e),r=new Map;if(i){let s=[];if(i.forEach((l,c)=>{if(r.set(c,l.value),this._triggers.has(c)){let d=this.trigger(e,c,el,a);d&&s.push(d)}}),s.length)return this._engine.markElementAsRemoved(this.id,e,!0,t,r),n&&er(s).onDone(()=>this._engine.processLeaveNode(e)),!0}return!1}prepareLeaveAnimationListeners(e){let t=this._elementListeners.get(e),n=this._engine.statesByElement.get(e);if(t&&n){let a=new Set;t.forEach(i=>{let r=i.name;if(a.has(r))return;a.add(r);let s=this._triggers.get(r).fallbackTransition,l=n.get(r)||sp,c=new Am(el),d=new Om(this.id,r,e);this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:r,transition:s,fromState:l,toState:c,player:d,isFallbackTransition:!0})})}}removeNode(e,t){let n=this._engine;if(e.childElementCount&&this._signalRemovalForInnerTriggers(e,t),this.triggerLeaveAnimation(e,t,!0))return;let a=!1;if(n.totalAnimations){let i=n.players.length?n.playersByQueriedElement.get(e):[];if(i&&i.length)a=!0;else{let r=e;for(;r=r.parentNode;)if(n.statesByElement.get(r)){a=!0;break}}}if(this.prepareLeaveAnimationListeners(e),a)n.markElementAsRemoved(this.id,e,!1,t);else{let i=e[zi];(!i||i===wC)&&(n.afterFlush(()=>this.clearElementCache(e)),n.destroyInnerAnimations(e),n._onRemovalComplete(e,t))}}insertNode(e,t){Di(e,this._hostClassName)}drainQueuedTransitions(e){let t=[];return this._queue.forEach(n=>{let a=n.player;if(a.destroyed)return;let i=n.element,r=this._elementListeners.get(i);r&&r.forEach(s=>{if(s.name==n.triggerName){let l=Vg(i,n.triggerName,n.fromState.value,n.toState.value);l._data=e,Fg(n.player,s.phase,l,s.callback)}}),a.markedForDestroy?this._engine.afterFlush(()=>{a.destroy()}):t.push(n)}),this._queue=[],t.sort((n,a)=>{let i=n.transition.ast.depCount,r=a.transition.ast.depCount;return i==0||r==0?i-r:this._engine.driver.containsElement(n.element,a.element)?1:-1})}destroy(e){this.players.forEach(t=>t.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,e)}},Ywe=class{constructor(e,t,n){o(this,"bodyNode");o(this,"driver");o(this,"_normalizer");o(this,"players",[]);o(this,"newHostElements",new Map);o(this,"playersByElement",new Map);o(this,"playersByQueriedElement",new Map);o(this,"statesByElement",new Map);o(this,"disabledNodes",new Set);o(this,"totalAnimations",0);o(this,"totalQueuedPlayers",0);o(this,"_namespaceLookup",{});o(this,"_namespaceList",[]);o(this,"_flushFns",[]);o(this,"_whenQuietFns",[]);o(this,"namespacesByHostElement",new Map);o(this,"collectedEnterElements",[]);o(this,"collectedLeaveElements",[]);o(this,"onRemovalComplete",(e,t)=>{});this.bodyNode=e,this.driver=t,this._normalizer=n}_onRemovalComplete(e,t){this.onRemovalComplete(e,t)}get queuedPlayers(){let e=[];return this._namespaceList.forEach(t=>{t.players.forEach(n=>{n.queued&&e.push(n)})}),e}createNamespace(e,t){let n=new Gwe(e,t,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,t)?this._balanceNamespaceList(n,t):(this.newHostElements.set(t,n),this.collectEnterElement(t)),this._namespaceLookup[e]=n}_balanceNamespaceList(e,t){let n=this._namespaceList,a=this.namespacesByHostElement;if(n.length-1>=0){let i=!1,r=this.driver.getParentElement(t);for(;r;){let s=a.get(r);if(s){let l=n.indexOf(s);n.splice(l+1,0,e),i=!0;break}r=this.driver.getParentElement(r)}i||n.unshift(e)}else n.push(e);return a.set(t,e),e}register(e,t){let n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n}registerTrigger(e,t,n){let a=this._namespaceLookup[e];a&&a.register(t,n)&&this.totalAnimations++}destroy(e,t){e&&(this.afterFlush(()=>{}),this.afterFlushAnimationsDone(()=>{let n=this._fetchNamespace(e);this.namespacesByHostElement.delete(n.hostElement);let a=this._namespaceList.indexOf(n);a>=0&&this._namespaceList.splice(a,1),n.destroy(t),delete this._namespaceLookup[e]}))}_fetchNamespace(e){return this._namespaceLookup[e]}fetchNamespacesByElement(e){let t=new Set,n=this.statesByElement.get(e);if(n){for(let a of n.values())if(a.namespaceId){let i=this._fetchNamespace(a.namespaceId);i&&t.add(i)}}return t}trigger(e,t,n,a){if(Uc(t)){let i=this._fetchNamespace(e);if(i)return i.trigger(t,n,a),!0}return!1}insertNode(e,t,n,a){if(!Uc(t))return;let i=t[zi];if(i&&i.setForRemoval){i.setForRemoval=!1,i.setForMove=!0;let r=this.collectedLeaveElements.indexOf(t);r>=0&&this.collectedLeaveElements.splice(r,1)}if(e){let r=this._fetchNamespace(e);r&&r.insertNode(t,n)}a&&this.collectEnterElement(t)}collectEnterElement(e){this.collectedEnterElements.push(e)}markElementAsDisabled(e,t){t?this.disabledNodes.has(e)||(this.disabledNodes.add(e),Di(e,op)):this.disabledNodes.has(e)&&(this.disabledNodes.delete(e),Do(e,op))}removeNode(e,t,n){if(Uc(t)){let a=e?this._fetchNamespace(e):null;a?a.removeNode(t,n):this.markElementAsRemoved(e,t,!1,n);let i=this.namespacesByHostElement.get(t);i&&i.id!==e&&i.removeNode(t,n)}else this._onRemovalComplete(t,n)}markElementAsRemoved(e,t,n,a,i){this.collectedLeaveElements.push(t),t[zi]={namespaceId:e,setForRemoval:a,hasAnimation:n,removedBeforeQueried:!1,previousTriggersValues:i}}listen(e,t,n,a,i){return Uc(t)?this._fetchNamespace(e).listen(t,n,a,i):()=>{}}_buildInstruction(e,t,n,a,i){return e.transition.build(this.driver,e.element,e.fromState.value,e.toState.value,n,a,e.fromState.options,e.toState.options,t,i)}destroyInnerAnimations(e){let t=this.driver.query(e,Ud,!0);t.forEach(n=>this.destroyActiveAnimationsForElement(n)),this.playersByQueriedElement.size!=0&&(t=this.driver.query(e,Dm,!0),t.forEach(n=>this.finishActiveQueriedAnimationOnElement(n)))}destroyActiveAnimationsForElement(e){let t=this.playersByElement.get(e);t&&t.forEach(n=>{n.queued?n.markedForDestroy=!0:n.destroy()})}finishActiveQueriedAnimationOnElement(e){let t=this.playersByQueriedElement.get(e);t&&t.forEach(n=>n.finish())}whenRenderingDone(){return new Promise(e=>{if(this.players.length)return er(this.players).onDone(()=>e());e()})}processLeaveNode(e){var n;let t=e[zi];if(t&&t.setForRemoval){if(e[zi]=wC,t.namespaceId){this.destroyInnerAnimations(e);let a=this._fetchNamespace(t.namespaceId);a&&a.clearElementCache(e)}this._onRemovalComplete(e,t.setForRemoval)}(n=e.classList)!=null&&n.contains(op)&&this.markElementAsDisabled(e,!1),this.driver.query(e,jwe,!0).forEach(a=>{this.markElementAsDisabled(a,!1)})}flush(e=-1){let t=[];if(this.newHostElements.size&&(this.newHostElements.forEach((n,a)=>this._balanceNamespaceList(n,a)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let n=0;n<this.collectedEnterElements.length;n++){let a=this.collectedEnterElements[n];Di(a,Hwe)}if(this._namespaceList.length&&(this.totalQueuedPlayers||this.collectedLeaveElements.length)){let n=[];try{t=this._flushAnimations(n,e)}finally{for(let a=0;a<n.length;a++)n[a]()}}else for(let n=0;n<this.collectedLeaveElements.length;n++){let a=this.collectedLeaveElements[n];this.processLeaveNode(a)}if(this.totalQueuedPlayers=0,this.collectedEnterElements.length=0,this.collectedLeaveElements.length=0,this._flushFns.forEach(n=>n()),this._flushFns=[],this._whenQuietFns.length){let n=this._whenQuietFns;this._whenQuietFns=[],t.length?er(t).onDone(()=>{n.forEach(a=>a())}):n.forEach(a=>a())}}reportError(e){throw Xxe()}_flushAnimations(e,t){let n=new Wg,a=[],i=new Map,r=[],s=new Map,l=new Map,c=new Map,d=new Set;this.disabledNodes.forEach(G=>{d.add(G);let X=this.driver.query(G,Bwe,!0);for(let ce=0;ce<X.length;ce++)d.add(X[ce])});let u=this.bodyNode,p=Array.from(this.statesByElement.keys()),b=ny(p,this.collectedEnterElements),g=new Map,w=0;b.forEach((G,X)=>{let ce=uC+w++;g.set(X,ce),G.forEach(et=>Di(et,ce))});let k=[],S=new Set,O=new Set;for(let G=0;G<this.collectedLeaveElements.length;G++){let X=this.collectedLeaveElements[G],ce=X[zi];ce&&ce.setForRemoval&&(k.push(X),S.add(X),ce.hasAnimation?this.driver.query(X,Uwe,!0).forEach(et=>S.add(et)):O.add(X))}let B=new Map,j=ny(p,Array.from(S));j.forEach((G,X)=>{let ce=Sm+w++;B.set(X,ce),G.forEach(et=>Di(et,ce))}),e.push(()=>{b.forEach((G,X)=>{let ce=g.get(X);G.forEach(et=>Do(et,ce))}),j.forEach((G,X)=>{let ce=B.get(X);G.forEach(et=>Do(et,ce))}),k.forEach(G=>{this.processLeaveNode(G)})});let ge=[],Ne=[];for(let G=this._namespaceList.length-1;G>=0;G--)this._namespaceList[G].drainQueuedTransitions(t).forEach(X=>{let ce=X.player,et=X.element;if(ge.push(ce),this.collectedEnterElements.length){let Nt=et[zi];if(Nt&&Nt.setForMove){if(Nt.previousTriggersValues&&Nt.previousTriggersValues.has(X.triggerName)){let Va=Nt.previousTriggersValues.get(X.triggerName),xa=this.statesByElement.get(X.element);if(xa&&xa.has(X.triggerName)){let Zi=xa.get(X.triggerName);Zi.value=Va,xa.set(X.triggerName,Zi)}}ce.destroy();return}}let At=!u||!this.driver.containsElement(u,et),Fa=B.get(et),st=g.get(et),ut=this._buildInstruction(X,n,st,Fa,At);if(ut.errors&&ut.errors.length){Ne.push(ut);return}if(At){ce.onStart(()=>jr(et,ut.fromStyles)),ce.onDestroy(()=>tn(et,ut.toStyles)),a.push(ce);return}if(X.isFallbackTransition){ce.onStart(()=>jr(et,ut.fromStyles)),ce.onDestroy(()=>tn(et,ut.toStyles)),a.push(ce);return}let Wt=[];ut.timelines.forEach(Nt=>{Nt.stretchStartingKeyframe=!0,this.disabledNodes.has(Nt.element)||Wt.push(Nt)}),ut.timelines=Wt,n.append(et,ut.timelines);let Ni={instruction:ut,player:ce,element:et};r.push(Ni),ut.queriedElements.forEach(Nt=>gi(s,Nt,[]).push(ce)),ut.preStyleProps.forEach((Nt,Va)=>{if(Nt.size){let xa=l.get(Va);xa||l.set(Va,xa=new Set),Nt.forEach((Zi,Zn)=>xa.add(Zn))}}),ut.postStyleProps.forEach((Nt,Va)=>{let xa=c.get(Va);xa||c.set(Va,xa=new Set),Nt.forEach((Zi,Zn)=>xa.add(Zn))})});if(Ne.length){let G=[];Ne.forEach(X=>{G.push(Qxe(X.triggerName,X.errors))}),ge.forEach(X=>X.destroy()),this.reportError(G)}let Ue=new Map,_a=new Map;r.forEach(G=>{let X=G.element;n.has(X)&&(_a.set(X,X),this._beforeAnimationBuild(G.player.namespaceId,G.instruction,Ue))}),a.forEach(G=>{let X=G.element;this._getPreviousPlayers(X,!1,G.namespaceId,G.triggerName,null).forEach(ce=>{gi(Ue,X,[]).push(ce),ce.destroy()})});let ea=k.filter(G=>ry(G,l,c)),Pt=new Map;iy(Pt,this.driver,O,c,Fn).forEach(G=>{ry(G,l,c)&&ea.push(G)});let ca=new Map;b.forEach((G,X)=>{iy(ca,this.driver,new Set(G),l,Lg)}),ea.forEach(G=>{let X=Pt.get(G),ce=ca.get(G);Pt.set(G,new Map([...(X==null?void 0:X.entries())??[],...(ce==null?void 0:ce.entries())??[]]))});let fe=[],re=[],Ge={};r.forEach(G=>{let{element:X,player:ce,instruction:et}=G;if(n.has(X)){if(d.has(X)){ce.onDestroy(()=>tn(X,et.toStyles)),ce.disabled=!0,ce.overrideTotalTime(et.totalTime),a.push(ce);return}let At=Ge;if(_a.size>1){let st=X,ut=[];for(;st=st.parentNode;){let Wt=_a.get(st);if(Wt){At=Wt;break}ut.push(st)}ut.forEach(Wt=>_a.set(Wt,At))}let Fa=this._buildAnimation(ce.namespaceId,et,Ue,i,ca,Pt);if(ce.setRealPlayer(Fa),At===Ge)fe.push(ce);else{let st=this.playersByElement.get(At);st&&st.length&&(ce.parentPlayer=er(st)),a.push(ce)}}else jr(X,et.fromStyles),ce.onDestroy(()=>tn(X,et.toStyles)),re.push(ce),d.has(X)&&a.push(ce)}),re.forEach(G=>{let X=i.get(G.element);if(X&&X.length){let ce=er(X);G.setRealPlayer(ce)}}),a.forEach(G=>{G.parentPlayer?G.syncPlayerEvents(G.parentPlayer):G.destroy()});for(let G=0;G<k.length;G++){let X=k[G],ce=X[zi];if(Do(X,Sm),ce&&ce.hasAnimation)continue;let et=[];if(s.size){let Fa=s.get(X);Fa&&Fa.length&&et.push(...Fa);let st=this.driver.query(X,Dm,!0);for(let ut=0;ut<st.length;ut++){let Wt=s.get(st[ut]);Wt&&Wt.length&&et.push(...Wt)}}let At=et.filter(Fa=>!Fa.destroyed);At.length?Xwe(this,X,At):this.processLeaveNode(X)}return k.length=0,fe.forEach(G=>{this.players.push(G),G.onDone(()=>{G.destroy();let X=this.players.indexOf(G);this.players.splice(X,1)}),G.play()}),fe}afterFlush(e){this._flushFns.push(e)}afterFlushAnimationsDone(e){this._whenQuietFns.push(e)}_getPreviousPlayers(e,t,n,a,i){let r=[];if(t){let s=this.playersByQueriedElement.get(e);s&&(r=s)}else{let s=this.playersByElement.get(e);if(s){let l=!i||i==el;s.forEach(c=>{c.queued||!l&&c.triggerName!=a||r.push(c)})}}return(n||a)&&(r=r.filter(s=>!(n&&n!=s.namespaceId||a&&a!=s.triggerName))),r}_beforeAnimationBuild(e,t,n){let a=t.triggerName,i=t.element,r=t.isRemovalTransition?void 0:e,s=t.isRemovalTransition?void 0:a;for(let l of t.timelines){let c=l.element,d=c!==i,u=gi(n,c,[]);this._getPreviousPlayers(c,d,r,s,t.toState).forEach(p=>{let b=p.getRealPlayer();b.beforeDestroy&&b.beforeDestroy(),p.destroy(),u.push(p)})}jr(i,t.fromStyles)}_buildAnimation(e,t,n,a,i,r){let s=t.triggerName,l=t.element,c=[],d=new Set,u=new Set,p=t.timelines.map(g=>{let w=g.element;d.add(w);let k=w[zi];if(k&&k.removedBeforeQueried)return new xl(g.duration,g.delay);let S=w!==l,O=Qwe((n.get(w)||Wwe).map(Ue=>Ue.getRealPlayer())).filter(Ue=>{let _a=Ue;return _a.element?_a.element===w:!1}),B=i.get(w),j=r.get(w),ge=sC(this._normalizer,g.keyframes,B,j),Ne=this._buildPlayer(g,ge,O);if(g.subTimeline&&a&&u.add(w),S){let Ue=new Om(e,s,w);Ue.setRealPlayer(Ne),c.push(Ue)}return Ne});c.forEach(g=>{gi(this.playersByQueriedElement,g.element,[]).push(g),g.onDone(()=>$we(this.playersByQueriedElement,g.element,g))}),d.forEach(g=>Di(g,Zv));let b=er(p);return b.onDestroy(()=>{d.forEach(g=>Do(g,Zv)),tn(l,t.toStyles)}),u.forEach(g=>{gi(a,g,[]).push(b)}),b}_buildPlayer(e,t,n){return t.length>0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new xl(e.duration,e.delay)}},Om=class{constructor(e,t,n){o(this,"namespaceId");o(this,"triggerName");o(this,"element");o(this,"_player",new xl);o(this,"_containsRealPlayer",!1);o(this,"_queuedCallbacks",new Map);o(this,"destroyed",!1);o(this,"parentPlayer",null);o(this,"markedForDestroy",!1);o(this,"disabled",!1);o(this,"queued",!0);o(this,"totalTime",0);this.namespaceId=e,this.triggerName=t,this.element=n}setRealPlayer(e){this._containsRealPlayer||(this._player=e,this._queuedCallbacks.forEach((t,n)=>{t.forEach(a=>Fg(e,n,void 0,a))}),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(e.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(e){this.totalTime=e}syncPlayerEvents(e){let t=this._player;t.triggerCallback&&e.onStart(()=>t.triggerCallback("start")),e.onDone(()=>this.finish()),e.onDestroy(()=>this.destroy())}_queueEvent(e,t){gi(this._queuedCallbacks,e,[]).push(t)}onDone(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)}onStart(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)}onDestroy(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)}init(){this._player.init()}hasStarted(){return this.queued?!1:this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(e){this.queued||this._player.setPosition(e)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(e){let t=this._player;t.triggerCallback&&t.triggerCallback(e)}};function $we(e,t,n){let a=e.get(t);if(a){if(a.length){let i=a.indexOf(n);a.splice(i,1)}a.length==0&&e.delete(t)}return a}function Zwe(e){return e??null}function Uc(e){return e&&e.nodeType===1}function Kwe(e){return e=="start"||e=="done"}function ay(e,t){let n=e.style.display;return e.style.display=t??"none",n}function iy(e,t,n,a,i){let r=[];n.forEach(c=>r.push(ay(c)));let s=[];a.forEach((c,d)=>{let u=new Map;c.forEach(p=>{let b=t.computeStyle(d,p,i);u.set(p,b),(!b||b.length==0)&&(d[zi]=qwe,s.push(d))}),e.set(d,u)});let l=0;return n.forEach(c=>ay(c,r[l++])),s}function ny(e,t){let n=new Map;if(e.forEach(l=>n.set(l,[])),t.length==0)return n;let a=1,i=new Set(t),r=new Map;function s(l){if(!l)return a;let c=r.get(l);if(c)return c;let d=l.parentNode;return n.has(d)?c=d:i.has(d)?c=a:c=s(d),r.set(l,c),c}return t.forEach(l=>{let c=s(l);c!==a&&n.get(c).push(l)}),n}function Di(e,t){var n;(n=e.classList)==null||n.add(t)}function Do(e,t){var n;(n=e.classList)==null||n.remove(t)}function Xwe(e,t,n){er(n).onDone(()=>e.processLeaveNode(t))}function Qwe(e){let t=[];return kC(e,t),t}function kC(e,t){for(let n=0;n<e.length;n++){let a=e[n];a instanceof oC?kC(a.players,t):t.push(a)}}function Jwe(e,t){let n=Object.keys(e),a=Object.keys(t);if(n.length!=a.length)return!1;for(let i=0;i<n.length;i++){let r=n[i];if(!t.hasOwnProperty(r)||e[r]!==t[r])return!1}return!0}function ry(e,t,n){let a=n.get(e);if(!a)return!1;let i=t.get(e);return i?a.forEach(r=>i.add(r)):t.set(e,a),n.delete(e),!0}var Rm=class{constructor(e,t,n){o(this,"_driver");o(this,"_normalizer");o(this,"_transitionEngine");o(this,"_timelineEngine");o(this,"_triggerCache",{});o(this,"onRemovalComplete",(e,t)=>{});this._driver=t,this._normalizer=n,this._transitionEngine=new Ywe(e.body,t,n),this._timelineEngine=new zwe(e.body,t,n),this._transitionEngine.onRemovalComplete=(a,i)=>this.onRemovalComplete(a,i)}registerTrigger(e,t,n,a,i){let r=e+"-"+a,s=this._triggerCache[r];if(!s){let l=[],c=[],d=fC(this._driver,i,l,c);if(l.length)throw jxe();s=Nwe(a,d,this._normalizer),this._triggerCache[r]=s}this._transitionEngine.registerTrigger(t,a,s)}register(e,t){this._transitionEngine.register(e,t)}destroy(e,t){this._transitionEngine.destroy(e,t)}onInsert(e,t,n,a){this._transitionEngine.insertNode(e,t,n,a)}onRemove(e,t,n){this._transitionEngine.removeNode(e,t,n)}disableAnimations(e,t){this._transitionEngine.markElementAsDisabled(e,t)}process(e,t,n,a){if(n.charAt(0)=="@"){let[i,r]=Yv(n),s=a;this._timelineEngine.command(i,t,r,s)}else this._transitionEngine.trigger(e,t,n,a)}listen(e,t,n,a,i){if(n.charAt(0)=="@"){let[r,s]=Yv(n);return this._timelineEngine.listen(r,t,s,i)}return this._transitionEngine.listen(e,t,n,a,i)}flush(e=-1){this._transitionEngine.flush(e)}get players(){return[...this._transitionEngine.players,...this._timelineEngine.players]}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}afterFlushAnimationsDone(e){this._transitionEngine.afterFlushAnimationsDone(e)}};function eke(e,t){let n=null,a=null;return Array.isArray(t)&&t.length?(n=lp(t[0]),t.length>1&&(a=lp(t[t.length-1]))):t instanceof Map&&(n=lp(t)),n||a?new tke(e,n,a):null}var tke=(()=>{const t=class t{constructor(a,i,r){o(this,"_element");o(this,"_startStyles");o(this,"_endStyles");o(this,"_state",0);o(this,"_initialStyles");this._element=a,this._startStyles=i,this._endStyles=r;let s=t.initialStylesByElement.get(a);s||t.initialStylesByElement.set(a,s=new Map),this._initialStyles=s}start(){this._state<1&&(this._startStyles&&tn(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(tn(this._element,this._initialStyles),this._endStyles&&(tn(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(t.initialStylesByElement.delete(this._element),this._startStyles&&(jr(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(jr(this._element,this._endStyles),this._endStyles=null),tn(this._element,this._initialStyles),this._state=3)}};o(t,"initialStylesByElement",new WeakMap);let e=t;return e})();function lp(e){let t=null;return e.forEach((n,a)=>{ake(a)&&(t=t||new Map,t.set(a,n))}),t}function ake(e){return e==="display"||e==="position"}var oy=class{constructor(e,t,n,a){o(this,"element");o(this,"keyframes");o(this,"options");o(this,"_specialStyles");o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_onDestroyFns",[]);o(this,"_duration");o(this,"_delay");o(this,"_initialized",!1);o(this,"_finished",!1);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_finalKeyframe");o(this,"_originalOnDoneFns",[]);o(this,"_originalOnStartFns",[]);o(this,"domPlayer");o(this,"time",0);o(this,"parentPlayer",null);o(this,"currentSnapshot",new Map);this.element=e,this.keyframes=t,this.options=n,this._specialStyles=a,this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;let e=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,e,this.options),this._finalKeyframe=e.length?e[e.length-1]:new Map;let t=()=>this._onFinish();this.domPlayer.addEventListener("finish",t),this.onDestroy(()=>{this.domPlayer.removeEventListener("finish",t)})}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_convertKeyframesToObject(e){let t=[];return e.forEach(n=>{t.push(Object.fromEntries(n))}),t}_triggerWebAnimation(e,t,n){return e.animate(this._convertKeyframesToObject(t),n)}onStart(e){this._originalOnStartFns.push(e),this._onStartFns.push(e)}onDone(e){this._originalOnDoneFns.push(e),this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(e=>e()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}setPosition(e){this.domPlayer===void 0&&this.init(),this.domPlayer.currentTime=e*this.time}getPosition(){return+(this.domPlayer.currentTime??0)/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){let e=new Map;this.hasStarted()&&this._finalKeyframe.forEach((t,n)=>{n!=="offset"&&e.set(n,this._finished?t:jg(this.element,n))}),this.currentSnapshot=e}triggerCallback(e){let t=e==="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},ike=class{validateStyleProperty(e){return!0}validateAnimatableStyleProperty(e){return!0}containsElement(e,t){return lC(e,t)}getParentElement(e){return zg(e)}query(e,t,n){return cC(e,t,n)}computeStyle(e,t,n){return jg(e,t)}animate(e,t,n,a,i,r=[]){let s=a==0?"both":"forwards",l={duration:n,delay:a,fill:s};i&&(l.easing=i);let c=new Map,d=r.filter(b=>b instanceof oy);cwe(n,a)&&d.forEach(b=>{b.currentSnapshot.forEach((g,w)=>c.set(w,g))});let u=owe(t).map(b=>new Map(b));u=dwe(e,u,c);let p=eke(e,u);return new oy(e,u,l,p)}},hd="@",EC="@.disabled",CC=class{constructor(e,t,n,a){o(this,"namespaceId");o(this,"delegate");o(this,"engine");o(this,"_onDestroy");o(this,"ɵtype",0);this.namespaceId=e,this.delegate=t,this.engine=n,this._onDestroy=a}get data(){return this.delegate.data}destroyNode(e){var t,n;(n=(t=this.delegate).destroyNode)==null||n.call(t,e)}destroy(){var e;this.engine.destroy(this.namespaceId,this.delegate),this.engine.afterFlushAnimationsDone(()=>{queueMicrotask(()=>{this.delegate.destroy()})}),(e=this._onDestroy)==null||e.call(this)}createElement(e,t){return this.delegate.createElement(e,t)}createComment(e){return this.delegate.createComment(e)}createText(e){return this.delegate.createText(e)}appendChild(e,t){this.delegate.appendChild(e,t),this.engine.onInsert(this.namespaceId,t,e,!1)}insertBefore(e,t,n,a=!0){this.delegate.insertBefore(e,t,n),this.engine.onInsert(this.namespaceId,t,e,a)}removeChild(e,t,n){this.parentNode(t)&&this.engine.onRemove(this.namespaceId,t,this.delegate)}selectRootElement(e,t){return this.delegate.selectRootElement(e,t)}parentNode(e){return this.delegate.parentNode(e)}nextSibling(e){return this.delegate.nextSibling(e)}setAttribute(e,t,n,a){this.delegate.setAttribute(e,t,n,a)}removeAttribute(e,t,n){this.delegate.removeAttribute(e,t,n)}addClass(e,t){this.delegate.addClass(e,t)}removeClass(e,t){this.delegate.removeClass(e,t)}setStyle(e,t,n,a){this.delegate.setStyle(e,t,n,a)}removeStyle(e,t,n){this.delegate.removeStyle(e,t,n)}setProperty(e,t,n){t.charAt(0)==hd&&t==EC?this.disableAnimations(e,!!n):this.delegate.setProperty(e,t,n)}setValue(e,t){this.delegate.setValue(e,t)}listen(e,t,n,a){return this.delegate.listen(e,t,n,a)}disableAnimations(e,t){this.engine.disableAnimations(e,t)}},nke=class extends CC{constructor(t,n,a,i,r){super(n,a,i,r);o(this,"factory");this.factory=t,this.namespaceId=n}setProperty(t,n,a){n.charAt(0)==hd?n.charAt(1)=="."&&n==EC?(a=a===void 0?!0:!!a,this.disableAnimations(t,a)):this.engine.process(this.namespaceId,t,n.slice(1),a):this.delegate.setProperty(t,n,a)}listen(t,n,a,i){if(n.charAt(0)==hd){let r=rke(t),s=n.slice(1),l="";return s.charAt(0)!=hd&&([s,l]=oke(s)),this.engine.listen(this.namespaceId,r,s,l,c=>{let d=c._data||-1;this.factory.scheduleListenerCallback(d,a,c)})}return this.delegate.listen(t,n,a,i)}};function rke(e){switch(e){case"body":return document.body;case"document":return document;case"window":return window;default:return e}}function oke(e){let t=e.indexOf("."),n=e.substring(0,t),a=e.slice(t+1);return[n,a]}var ske=class{constructor(e,t,n){o(this,"delegate");o(this,"engine");o(this,"_zone");o(this,"_currentId",0);o(this,"_microtaskId",1);o(this,"_animationCallbacksBuffer",[]);o(this,"_rendererCache",new Map);o(this,"_cdRecurDepth",0);this.delegate=e,this.engine=t,this._zone=n,t.onRemovalComplete=(a,i)=>{i==null||i.removeChild(null,a)}}createRenderer(e,t){var l;let n="",a=this.delegate.createRenderer(e,t);if(!e||!((l=t==null?void 0:t.data)!=null&&l.animation)){let c=this._rendererCache,d=c.get(a);if(!d){let u=()=>c.delete(a);d=new CC(n,a,this.engine,u),c.set(a,d)}return d}let i=t.id,r=t.id+"-"+this._currentId;this._currentId++,this.engine.register(r,e);let s=c=>{Array.isArray(c)?c.forEach(s):this.engine.registerTrigger(i,r,e,c.name,c)};return t.data.animation.forEach(s),new nke(this,r,a,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){queueMicrotask(()=>{this._microtaskId++})}scheduleListenerCallback(e,t,n){if(e>=0&&e<this._microtaskId){this._zone.run(()=>t(n));return}let a=this._animationCallbacksBuffer;a.length==0&&queueMicrotask(()=>{this._zone.run(()=>{a.forEach(i=>{let[r,s]=i;r(s)}),this._animationCallbacksBuffer=[]})}),a.push([t,n])}end(){this._cdRecurDepth--,this._cdRecurDepth==0&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}componentReplaced(e){var t,n;this.engine.flush(),(n=(t=this.delegate).componentReplaced)==null||n.call(t,e)}},lke=(()=>{const t=class t extends Rm{constructor(a,i,r){super(a,i,r)}ngOnDestroy(){this.flush()}};o(t,"ɵfac",function(a){return new(a||t)(ke(ot),ke(pC),ke(Hg))}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})();function cke(){return new pwe}function dke(e,t,n){return new ske(e,t,n)}var uke=[{provide:Hg,useFactory:cke},{provide:Rm,useClass:lke},{provide:Pi,useFactory:dke,deps:[xm,Rm,Le]}],hke=[{provide:pC,useFactory:()=>new ike},{provide:Oa,useFactory:()=>"BrowserAnimations"},...uke];function pke(){return co("NgEagerAnimations"),[...hke]}var mke=(()=>{const t=class t extends rC{constructor(a){super(),this.translate=a,this.getRangeLabel=(i,r,s)=>{if(s===0||r===0)return`0 / ${s}`;s=Math.max(s,0);let l=i*r,c=l<s?Math.min(l+r,s):l+r;return`${l+1} - ${c} / ${s}`},this.getAndInitTranslations=()=>{this.nextPageLabel=this.translate.instant("commons.matPaginator.nextPage"),this.previousPageLabel=this.translate.instant("commons.matPaginator.prevPage"),this.firstPageLabel=this.translate.instant("commons.matPaginator.firstPage"),this.lastPageLabel=this.translate.instant("commons.matPaginator.lastPage"),this.itemsPerPageLabel=this.translate.instant("commons.matPaginator.itemsPerPage"),this.getRangeLabel=this.getRangeLabel.bind(this),this.changes.next()},this.translate.onLangChange.subscribe(()=>{this.getAndInitTranslations()}),this.getAndInitTranslations()}};t.ɵfac=function(a){return new(a||t)(ke(La))},t.ɵprov=$({token:t,factory:t.ɵfac});let e=t;return e})(),qg=6048e5,fke=864e5,gke=6e4,bke=36e5,vke=1e3,sy=Symbol.for("constructDateFrom");function Mt(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&sy in e?e[sy](t):e instanceof Date?new e.constructor(t):new Date(t)}function rt(e,t){return Mt(t||e,e)}function Yi(e,t,n){let a=rt(e,n==null?void 0:n.in);return isNaN(t)?Mt((n==null?void 0:n.in)||e,NaN):(t&&a.setDate(a.getDate()+t),a)}function yke(e,t,n){let a=rt(e,n==null?void 0:n.in);if(isNaN(t))return Mt(e,NaN);let i=a.getDate(),r=Mt(e,a.getTime());r.setMonth(a.getMonth()+t+1,0);let s=r.getDate();return i>=s?r:(a.setFullYear(r.getFullYear(),r.getMonth(),i),a)}var _ke={};function bo(){return _ke}function ei(e,t){var l,c,d,u;let n=bo(),a=(t==null?void 0:t.weekStartsOn)??((c=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:c.weekStartsOn)??n.weekStartsOn??((u=(d=n.locale)==null?void 0:d.options)==null?void 0:u.weekStartsOn)??0,i=rt(e,t==null?void 0:t.in),r=i.getDay(),s=(r<a?7:0)+r-a;return i.setDate(i.getDate()-s),i.setHours(0,0,0,0),i}function ro(e,t){return ei(e,ht(ue({},t),{weekStartsOn:1}))}function SC(e,t){let n=rt(e,t==null?void 0:t.in),a=n.getFullYear(),i=Mt(n,0);i.setFullYear(a+1,0,4),i.setHours(0,0,0,0);let r=ro(i),s=Mt(n,0);s.setFullYear(a,0,4),s.setHours(0,0,0,0);let l=ro(s);return n.getTime()>=r.getTime()?a+1:n.getTime()>=l.getTime()?a:a-1}function ns(e){let t=rt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function kr(e,...t){let n=Mt.bind(null,e||t.find(a=>typeof a=="object"));return t.map(n)}function Ct(e,t){let n=rt(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}function $u(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=Ct(a),s=Ct(i),l=+r-ns(r),c=+s-ns(s);return Math.round((l-c)/fke)}function xke(e,t){let n=SC(e,t),a=Mt(e,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),ro(a)}function Gg(e,t,n){return Yi(e,t*7,n)}function wke(e,t,n){return yke(e,t*12,n)}function kke(e,t){let n,a=t==null?void 0:t.in;return e.forEach(i=>{!a&&typeof i=="object"&&(a=Mt.bind(null,i));let r=rt(i,a);(!n||n>r||isNaN(+r))&&(n=r)}),Mt(a,n||NaN)}function Eke(e,t){let n=+rt(e);if(isNaN(n))return NaN;let a,i;return t.forEach((r,s)=>{let l=rt(r);if(isNaN(+l)){a=NaN,i=NaN;return}let c=Math.abs(n-+l);(a==null||c<i)&&(a=s,i=c)}),a}function Cke(e,t,n){let[a,...i]=kr(n==null?void 0:n.in,e,...t),r=Eke(a,i);if(typeof r=="number"&&isNaN(r))return Mt(a,NaN);if(r!==void 0)return i[r]}function DC(e){return Mt(e,Date.now())}function IC(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return+Ct(a)==+Ct(i)}function Ske(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function Dke(e){return!(!Ske(e)&&typeof e!="number"||isNaN(+rt(e)))}function Ike(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=a.getFullYear()-i.getFullYear(),s=a.getMonth()-i.getMonth();return r*12+s}function Tke(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=ei(a,n),s=ei(i,n),l=+r-ns(r),c=+s-ns(s);return Math.round((l-c)/qg)}function Ake(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return a.getFullYear()-i.getFullYear()}function ly(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=cy(a,i),s=Math.abs($u(a,i));a.setDate(a.getDate()-r*s);let l=+(cy(a,i)===-r),c=r*(s-l);return c===0?0:c}function cy(e,t){let n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}function Zu(e,t){let n=rt(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}function Oke(e,t){let n=rt(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function Yg(e,t){var l,c,d,u;let n=bo(),a=(t==null?void 0:t.weekStartsOn)??((c=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:c.weekStartsOn)??n.weekStartsOn??((u=(d=n.locale)==null?void 0:d.options)==null?void 0:u.weekStartsOn)??0,i=rt(e,t==null?void 0:t.in),r=i.getDay(),s=(r<a?-7:0)+6-(r-a);return i.setDate(i.getDate()+s),i.setHours(23,59,59,999),i}var Rke={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Mke=(e,t,n)=>{let a,i=Rke[e];return typeof i=="string"?a=i:t===1?a=i.one:a=i.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function cp(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Pke={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Nke={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Lke={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Fke={date:cp({formats:Pke,defaultWidth:"full"}),time:cp({formats:Nke,defaultWidth:"full"}),dateTime:cp({formats:Lke,defaultWidth:"full"})},Vke={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},zke=(e,t,n,a)=>Vke[e];function Bs(e){return(t,n)=>{let a=n!=null&&n.context?String(n.context):"standalone",i;if(a==="formatting"&&e.formattingValues){let s=e.defaultFormattingWidth||e.defaultWidth,l=n!=null&&n.width?String(n.width):s;i=e.formattingValues[l]||e.formattingValues[s]}else{let s=e.defaultWidth,l=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[l]||e.values[s]}let r=e.argumentCallback?e.argumentCallback(t):t;return i[r]}}var Bke={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},jke={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Hke={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Uke={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Wke={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},qke={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},Gke=(e,t)=>{let n=Number(e),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},Yke={ordinalNumber:Gke,era:Bs({values:Bke,defaultWidth:"wide"}),quarter:Bs({values:jke,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Bs({values:Hke,defaultWidth:"wide"}),day:Bs({values:Uke,defaultWidth:"wide"}),dayPeriod:Bs({values:Wke,defaultWidth:"wide",formattingValues:qke,defaultFormattingWidth:"wide"})};function js(e){return(t,n={})=>{let a=n.width,i=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],r=t.match(i);if(!r)return null;let s=r[0],l=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(l)?Zke(l,p=>p.test(s)):$ke(l,p=>p.test(s)),d;d=e.valueCallback?e.valueCallback(c):c,d=n.valueCallback?n.valueCallback(d):d;let u=t.slice(s.length);return{value:d,rest:u}}}function $ke(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function Zke(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function Kke(e){return(t,n={})=>{let a=t.match(e.matchPattern);if(!a)return null;let i=a[0],r=t.match(e.parsePattern);if(!r)return null;let s=e.valueCallback?e.valueCallback(r[0]):r[0];s=n.valueCallback?n.valueCallback(s):s;let l=t.slice(i.length);return{value:s,rest:l}}}var Xke=/^(\d+)(th|st|nd|rd)?/i,Qke=/\d+/i,Jke={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},eEe={any:[/^b/i,/^(a|c)/i]},tEe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},aEe={any:[/1/i,/2/i,/3/i,/4/i]},iEe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},nEe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},rEe={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},oEe={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},sEe={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},lEe={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},cEe={ordinalNumber:Kke({matchPattern:Xke,parsePattern:Qke,valueCallback:e=>parseInt(e,10)}),era:js({matchPatterns:Jke,defaultMatchWidth:"wide",parsePatterns:eEe,defaultParseWidth:"any"}),quarter:js({matchPatterns:tEe,defaultMatchWidth:"wide",parsePatterns:aEe,defaultParseWidth:"any",valueCallback:e=>e+1}),month:js({matchPatterns:iEe,defaultMatchWidth:"wide",parsePatterns:nEe,defaultParseWidth:"any"}),day:js({matchPatterns:rEe,defaultMatchWidth:"wide",parsePatterns:oEe,defaultParseWidth:"any"}),dayPeriod:js({matchPatterns:sEe,defaultMatchWidth:"any",parsePatterns:lEe,defaultParseWidth:"any"})},TC={code:"en-US",formatDistance:Mke,formatLong:Fke,formatRelative:zke,localize:Yke,match:cEe,options:{weekStartsOn:0,firstWeekContainsDate:1}};function dEe(e,t){let n=rt(e,t==null?void 0:t.in);return $u(n,Oke(n))+1}function Ku(e,t){let n=rt(e,t==null?void 0:t.in),a=+ro(n)-+xke(n);return Math.round(a/qg)+1}function $g(e,t){var u,p,b,g;let n=rt(e,t==null?void 0:t.in),a=n.getFullYear(),i=bo(),r=(t==null?void 0:t.firstWeekContainsDate)??((p=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:p.firstWeekContainsDate)??i.firstWeekContainsDate??((g=(b=i.locale)==null?void 0:b.options)==null?void 0:g.firstWeekContainsDate)??1,s=Mt((t==null?void 0:t.in)||e,0);s.setFullYear(a+1,0,r),s.setHours(0,0,0,0);let l=ei(s,t),c=Mt((t==null?void 0:t.in)||e,0);c.setFullYear(a,0,r),c.setHours(0,0,0,0);let d=ei(c,t);return+n>=+l?a+1:+n>=+d?a:a-1}function uEe(e,t){var s,l,c,d;let n=bo(),a=(t==null?void 0:t.firstWeekContainsDate)??((l=(s=t==null?void 0:t.locale)==null?void 0:s.options)==null?void 0:l.firstWeekContainsDate)??n.firstWeekContainsDate??((d=(c=n.locale)==null?void 0:c.options)==null?void 0:d.firstWeekContainsDate)??1,i=$g(e,t),r=Mt((t==null?void 0:t.in)||e,0);return r.setFullYear(i,0,a),r.setHours(0,0,0,0),ei(r,t)}function AC(e,t){let n=rt(e,t==null?void 0:t.in),a=+ei(n,t)-+uEe(n,t);return Math.round(a/qg)+1}function kt(e,t){let n=e<0?"-":"",a=Math.abs(e).toString().padStart(t,"0");return n+a}var Qn={y(e,t){let n=e.getFullYear(),a=n>0?n:1-n;return kt(t==="yy"?a%100:a,t.length)},M(e,t){let n=e.getMonth();return t==="M"?String(n+1):kt(n+1,2)},d(e,t){return kt(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return kt(e.getHours()%12||12,t.length)},H(e,t){return kt(e.getHours(),t.length)},m(e,t){return kt(e.getMinutes(),t.length)},s(e,t){return kt(e.getSeconds(),t.length)},S(e,t){let n=t.length,a=e.getMilliseconds(),i=Math.trunc(a*Math.pow(10,n-3));return kt(i,t.length)}},So={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},dy={G:function(e,t,n){let a=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){let a=e.getFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return Qn.y(e,t)},Y:function(e,t,n,a){let i=$g(e,a),r=i>0?i:1-i;if(t==="YY"){let s=r%100;return kt(s,2)}return t==="Yo"?n.ordinalNumber(r,{unit:"year"}):kt(r,t.length)},R:function(e,t){let n=SC(e);return kt(n,t.length)},u:function(e,t){let n=e.getFullYear();return kt(n,t.length)},Q:function(e,t,n){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(a);case"QQ":return kt(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(e,t,n){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(a);case"qq":return kt(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(e,t,n){let a=e.getMonth();switch(t){case"M":case"MM":return Qn.M(e,t);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(e,t,n){let a=e.getMonth();switch(t){case"L":return String(a+1);case"LL":return kt(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(e,t,n,a){let i=AC(e,a);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):kt(i,t.length)},I:function(e,t,n){let a=Ku(e);return t==="Io"?n.ordinalNumber(a,{unit:"week"}):kt(a,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):Qn.d(e,t)},D:function(e,t,n){let a=dEe(e);return t==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):kt(a,t.length)},E:function(e,t,n){let a=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(e,t,n,a){let i=e.getDay(),r=(i-a.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return kt(r,2);case"eo":return n.ordinalNumber(r,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,a){let i=e.getDay(),r=(i-a.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return kt(r,t.length);case"co":return n.ordinalNumber(r,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){let a=e.getDay(),i=a===0?7:a;switch(t){case"i":return String(i);case"ii":return kt(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(e,t,n){let a=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(a,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(a,{width:"wide",context:"formatting"})}},b:function(e,t,n){let a=e.getHours(),i;switch(a===12?i=So.noon:a===0?i=So.midnight:i=a/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){let a=e.getHours(),i;switch(a>=17?i=So.evening:a>=12?i=So.afternoon:a>=4?i=So.morning:i=So.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let a=e.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return Qn.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):Qn.H(e,t)},K:function(e,t,n){let a=e.getHours()%12;return t==="Ko"?n.ordinalNumber(a,{unit:"hour"}):kt(a,t.length)},k:function(e,t,n){let a=e.getHours();return a===0&&(a=24),t==="ko"?n.ordinalNumber(a,{unit:"hour"}):kt(a,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):Qn.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):Qn.s(e,t)},S:function(e,t){return Qn.S(e,t)},X:function(e,t,n){let a=e.getTimezoneOffset();if(a===0)return"Z";switch(t){case"X":return hy(a);case"XXXX":case"XX":return Nr(a);case"XXXXX":case"XXX":default:return Nr(a,":")}},x:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"x":return hy(a);case"xxxx":case"xx":return Nr(a);case"xxxxx":case"xxx":default:return Nr(a,":")}},O:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+uy(a,":");case"OOOO":default:return"GMT"+Nr(a,":")}},z:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+uy(a,":");case"zzzz":default:return"GMT"+Nr(a,":")}},t:function(e,t,n){let a=Math.trunc(+e/1e3);return kt(a,t.length)},T:function(e,t,n){return kt(+e,t.length)}};function uy(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Math.trunc(a/60),r=a%60;return r===0?n+String(i):n+String(i)+t+kt(r,2)}function hy(e,t){return e%60===0?(e>0?"-":"+")+kt(Math.abs(e)/60,2):Nr(e,t)}function Nr(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=kt(Math.trunc(a/60),2),r=kt(a%60,2);return n+i+t+r}var py=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},OC=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},hEe=(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return py(e,t);let r;switch(a){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",py(a,t)).replace("{{time}}",OC(i,t))},Mm={p:OC,P:hEe},pEe=/^D+$/,mEe=/^Y+$/,fEe=["D","DD","YY","YYYY"];function RC(e){return pEe.test(e)}function MC(e){return mEe.test(e)}function Pm(e,t,n){let a=gEe(e,t,n);if(console.warn(a),fEe.includes(e))throw new RangeError(a)}function gEe(e,t,n){let a=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var bEe=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,vEe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,yEe=/^'([^]*?)'?$/,_Ee=/''/g,xEe=/[a-zA-Z]/;function Po(e,t,n){var u,p,b,g,w,k,S,O;let a=bo(),i=(n==null?void 0:n.locale)??a.locale??TC,r=(n==null?void 0:n.firstWeekContainsDate)??((p=(u=n==null?void 0:n.locale)==null?void 0:u.options)==null?void 0:p.firstWeekContainsDate)??a.firstWeekContainsDate??((g=(b=a.locale)==null?void 0:b.options)==null?void 0:g.firstWeekContainsDate)??1,s=(n==null?void 0:n.weekStartsOn)??((k=(w=n==null?void 0:n.locale)==null?void 0:w.options)==null?void 0:k.weekStartsOn)??a.weekStartsOn??((O=(S=a.locale)==null?void 0:S.options)==null?void 0:O.weekStartsOn)??0,l=rt(e,n==null?void 0:n.in);if(!Dke(l))throw new RangeError("Invalid time value");let c=t.match(vEe).map(B=>{let j=B[0];if(j==="p"||j==="P"){let ge=Mm[j];return ge(B,i.formatLong)}return B}).join("").match(bEe).map(B=>{if(B==="''")return{isToken:!1,value:"'"};let j=B[0];if(j==="'")return{isToken:!1,value:wEe(B)};if(dy[j])return{isToken:!0,value:B};if(j.match(xEe))throw new RangeError("Format string contains an unescaped latin alphabet character `"+j+"`");return{isToken:!1,value:B}});i.localize.preprocessor&&(c=i.localize.preprocessor(l,c));let d={firstWeekContainsDate:r,weekStartsOn:s,locale:i};return c.map(B=>{if(!B.isToken)return B.value;let j=B.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&MC(j)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&RC(j))&&Pm(j,t,String(e));let ge=dy[j[0]];return ge(l,j,i.localize,d)}).join("")}function wEe(e){let t=e.match(yEe);return t?t[1].replace(_Ee,"'"):e}function Wc(e,t){return rt(e,t==null?void 0:t.in).getDate()}function PC(){return Object.assign({},bo())}function gr(e,t){let n=rt(e,t==null?void 0:t.in).getDay();return n===0?7:n}function my(e,t){return rt(e,t==null?void 0:t.in).getMonth()}function kl(e,t){return+rt(e)>+rt(t)}function oo(e,t){return+rt(e)<+rt(t)}function No(e,t){return+rt(e)==+rt(t)}function kEe(e,t){let n=EEe(t)?new t(0):Mt(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function EEe(e){var t;return typeof e=="function"&&((t=e.prototype)==null?void 0:t.constructor)===e}var CEe=10,NC=class{constructor(){o(this,"subPriority",0)}validate(e,t){return!0}},SEe=class extends NC{constructor(e,t,n,a,i){super(),this.value=e,this.validateValue=t,this.setValue=n,this.priority=a,i&&(this.subPriority=i)}validate(e,t){return this.validateValue(e,this.value,t)}set(e,t,n){return this.setValue(e,t,this.value,n)}},DEe=class extends NC{constructor(t,n){super();o(this,"priority",CEe);o(this,"subPriority",-1);this.context=t||(a=>Mt(n,a))}set(t,n){return n.timestampIsSet?t:Mt(t,kEe(t,this.context))}},bt=class{run(e,t,n,a){let i=this.parse(e,t,n,a);return i?{setter:new SEe(i.value,this.validate,this.set,this.priority,this.subPriority),rest:i.rest}:null}validate(e,t,n){return!0}},IEe=class extends bt{constructor(){super(...arguments);o(this,"priority",140);o(this,"incompatibleTokens",["R","u","t","T"])}parse(t,n,a){switch(n){case"G":case"GG":case"GGG":return a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"});case"GGGGG":return a.era(t,{width:"narrow"});case"GGGG":default:return a.era(t,{width:"wide"})||a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"})}}set(t,n,a){return n.era=a,t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}},na={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},an={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function ra(e,t){return e&&{value:t(e.value),rest:e.rest}}function qt(e,t){let n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function nn(e,t){let n=t.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:t.slice(1)};let a=n[1]==="+"?1:-1,i=n[2]?parseInt(n[2],10):0,r=n[3]?parseInt(n[3],10):0,s=n[5]?parseInt(n[5],10):0;return{value:a*(i*bke+r*gke+s*vke),rest:t.slice(n[0].length)}}function LC(e){return qt(na.anyDigitsSigned,e)}function Qt(e,t){switch(e){case 1:return qt(na.singleDigit,t);case 2:return qt(na.twoDigits,t);case 3:return qt(na.threeDigits,t);case 4:return qt(na.fourDigits,t);default:return qt(new RegExp("^\\d{1,"+e+"}"),t)}}function Yd(e,t){switch(e){case 1:return qt(na.singleDigitSigned,t);case 2:return qt(na.twoDigitsSigned,t);case 3:return qt(na.threeDigitsSigned,t);case 4:return qt(na.fourDigitsSigned,t);default:return qt(new RegExp("^-?\\d{1,"+e+"}"),t)}}function Zg(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function FC(e,t){let n=t>0,a=n?t:1-t,i;if(a<=50)i=e||100;else{let r=a+50,s=Math.trunc(r/100)*100,l=e>=r%100;i=e+s-(l?100:0)}return n?i:1-i}function VC(e){return e%400===0||e%4===0&&e%100!==0}var TEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(t,n,a){let i=r=>({year:r,isTwoDigitYear:n==="yy"});switch(n){case"y":return ra(Qt(4,t),i);case"yo":return ra(a.ordinalNumber(t,{unit:"year"}),i);default:return ra(Qt(n.length,t),i)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a){let i=t.getFullYear();if(a.isTwoDigitYear){let s=FC(a.year,i);return t.setFullYear(s,0,1),t.setHours(0,0,0,0),t}let r=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(r,0,1),t.setHours(0,0,0,0),t}},AEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(t,n,a){let i=r=>({year:r,isTwoDigitYear:n==="YY"});switch(n){case"Y":return ra(Qt(4,t),i);case"Yo":return ra(a.ordinalNumber(t,{unit:"year"}),i);default:return ra(Qt(n.length,t),i)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a,i){let r=$g(t,i);if(a.isTwoDigitYear){let l=FC(a.year,r);return t.setFullYear(l,0,i.firstWeekContainsDate),t.setHours(0,0,0,0),ei(t,i)}let s=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(s,0,i.firstWeekContainsDate),t.setHours(0,0,0,0),ei(t,i)}},OEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(t,n){return Yd(n==="R"?4:n.length,t)}set(t,n,a){let i=Mt(t,0);return i.setFullYear(a,0,4),i.setHours(0,0,0,0),ro(i)}},REe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(t,n){return Yd(n==="u"?4:n.length,t)}set(t,n,a){return t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}},MEe=class extends bt{constructor(){super(...arguments);o(this,"priority",120);o(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"Q":case"QQ":return Qt(n.length,t);case"Qo":return a.ordinalNumber(t,{unit:"quarter"});case"QQQ":return a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQ":default:return a.quarter(t,{width:"wide",context:"formatting"})||a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}},PEe=class extends bt{constructor(){super(...arguments);o(this,"priority",120);o(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"q":case"qq":return Qt(n.length,t);case"qo":return a.ordinalNumber(t,{unit:"quarter"});case"qqq":return a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return a.quarter(t,{width:"narrow",context:"standalone"});case"qqqq":default:return a.quarter(t,{width:"wide",context:"standalone"})||a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}},NEe=class extends bt{constructor(){super(...arguments);o(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);o(this,"priority",110)}parse(t,n,a){let i=r=>r-1;switch(n){case"M":return ra(qt(na.month,t),i);case"MM":return ra(Qt(2,t),i);case"Mo":return ra(a.ordinalNumber(t,{unit:"month"}),i);case"MMM":return a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return a.month(t,{width:"narrow",context:"formatting"});case"MMMM":default:return a.month(t,{width:"wide",context:"formatting"})||a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}},LEe=class extends bt{constructor(){super(...arguments);o(this,"priority",110);o(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(t,n,a){let i=r=>r-1;switch(n){case"L":return ra(qt(na.month,t),i);case"LL":return ra(Qt(2,t),i);case"Lo":return ra(a.ordinalNumber(t,{unit:"month"}),i);case"LLL":return a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return a.month(t,{width:"narrow",context:"standalone"});case"LLLL":default:return a.month(t,{width:"wide",context:"standalone"})||a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}};function FEe(e,t,n){let a=rt(e,n==null?void 0:n.in),i=AC(a,n)-t;return a.setDate(a.getDate()-i*7),rt(a,n==null?void 0:n.in)}var VEe=class extends bt{constructor(){super(...arguments);o(this,"priority",100);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(t,n,a){switch(n){case"w":return qt(na.week,t);case"wo":return a.ordinalNumber(t,{unit:"week"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a,i){return ei(FEe(t,a,i),i)}};function zEe(e,t,n){let a=rt(e,n==null?void 0:n.in),i=Ku(a,n)-t;return a.setDate(a.getDate()-i*7),a}var BEe=class extends bt{constructor(){super(...arguments);o(this,"priority",100);o(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(t,n,a){switch(n){case"I":return qt(na.week,t);case"Io":return a.ordinalNumber(t,{unit:"week"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a){return ro(zEe(t,a))}},jEe=[31,28,31,30,31,30,31,31,30,31,30,31],HEe=[31,29,31,30,31,30,31,31,30,31,30,31],UEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"subPriority",1);o(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"d":return qt(na.date,t);case"do":return a.ordinalNumber(t,{unit:"date"});default:return Qt(n.length,t)}}validate(t,n){let a=t.getFullYear(),i=VC(a),r=t.getMonth();return i?n>=1&&n<=HEe[r]:n>=1&&n<=jEe[r]}set(t,n,a){return t.setDate(a),t.setHours(0,0,0,0),t}},WEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"subpriority",1);o(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(t,n,a){switch(n){case"D":case"DD":return qt(na.dayOfYear,t);case"Do":return a.ordinalNumber(t,{unit:"date"});default:return Qt(n.length,t)}}validate(t,n){let a=t.getFullYear();return VC(a)?n>=1&&n<=366:n>=1&&n<=365}set(t,n,a){return t.setMonth(0,a),t.setHours(0,0,0,0),t}};function Kg(e,t,n){var u,p,b,g;let a=bo(),i=(n==null?void 0:n.weekStartsOn)??((p=(u=n==null?void 0:n.locale)==null?void 0:u.options)==null?void 0:p.weekStartsOn)??a.weekStartsOn??((g=(b=a.locale)==null?void 0:b.options)==null?void 0:g.weekStartsOn)??0,r=rt(e,n==null?void 0:n.in),s=r.getDay(),l=(t%7+7)%7,c=7-i,d=t<0||t>6?t-(s+c)%7:(l+c)%7-(s+c)%7;return Yi(r,d,n)}var qEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"E":case"EE":case"EEE":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return a.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEE":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}},GEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(t,n,a,i){let r=s=>{let l=Math.floor((s-1)/7)*7;return(s+i.weekStartsOn+6)%7+l};switch(n){case"e":case"ee":return ra(Qt(n.length,t),r);case"eo":return ra(a.ordinalNumber(t,{unit:"day"}),r);case"eee":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeeee":return a.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeee":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}},YEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(t,n,a,i){let r=s=>{let l=Math.floor((s-1)/7)*7;return(s+i.weekStartsOn+6)%7+l};switch(n){case"c":case"cc":return ra(Qt(n.length,t),r);case"co":return ra(a.ordinalNumber(t,{unit:"day"}),r);case"ccc":return a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"ccccc":return a.day(t,{width:"narrow",context:"standalone"});case"cccccc":return a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"cccc":default:return a.day(t,{width:"wide",context:"standalone"})||a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}};function $Ee(e,t,n){let a=rt(e,n==null?void 0:n.in),i=gr(a,n),r=t-i;return Yi(a,r,n)}var ZEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(t,n,a){let i=r=>r===0?7:r;switch(n){case"i":case"ii":return Qt(n.length,t);case"io":return a.ordinalNumber(t,{unit:"day"});case"iii":return ra(a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i);case"iiiii":return ra(a.day(t,{width:"narrow",context:"formatting"}),i);case"iiiiii":return ra(a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i);case"iiii":default:return ra(a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i)}}validate(t,n){return n>=1&&n<=7}set(t,n,a){return t=$Ee(t,a),t.setHours(0,0,0,0),t}},KEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(t,n,a){switch(n){case"a":case"aa":case"aaa":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaa":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},XEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(t,n,a){switch(n){case"b":case"bb":case"bbb":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbb":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},QEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["a","b","t","T"])}parse(t,n,a){switch(n){case"B":case"BB":case"BBB":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBB":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},JEe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["H","K","k","t","T"])}parse(t,n,a){switch(n){case"h":return qt(na.hour12h,t);case"ho":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=12}set(t,n,a){let i=t.getHours()>=12;return i&&a<12?t.setHours(a+12,0,0,0):!i&&a===12?t.setHours(0,0,0,0):t.setHours(a,0,0,0),t}},eCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(t,n,a){switch(n){case"H":return qt(na.hour23h,t);case"Ho":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=23}set(t,n,a){return t.setHours(a,0,0,0),t}},tCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["h","H","k","t","T"])}parse(t,n,a){switch(n){case"K":return qt(na.hour11h,t);case"Ko":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.getHours()>=12&&a<12?t.setHours(a+12,0,0,0):t.setHours(a,0,0,0),t}},aCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(t,n,a){switch(n){case"k":return qt(na.hour24h,t);case"ko":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=24}set(t,n,a){let i=a<=24?a%24:a;return t.setHours(i,0,0,0),t}},iCe=class extends bt{constructor(){super(...arguments);o(this,"priority",60);o(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"m":return qt(na.minute,t);case"mo":return a.ordinalNumber(t,{unit:"minute"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setMinutes(a,0,0),t}},nCe=class extends bt{constructor(){super(...arguments);o(this,"priority",50);o(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"s":return qt(na.second,t);case"so":return a.ordinalNumber(t,{unit:"second"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setSeconds(a,0),t}},rCe=class extends bt{constructor(){super(...arguments);o(this,"priority",30);o(this,"incompatibleTokens",["t","T"])}parse(t,n){let a=i=>Math.trunc(i*Math.pow(10,-n.length+3));return ra(Qt(n.length,t),a)}set(t,n,a){return t.setMilliseconds(a),t}},oCe=class extends bt{constructor(){super(...arguments);o(this,"priority",10);o(this,"incompatibleTokens",["t","T","x"])}parse(t,n){switch(n){case"X":return nn(an.basicOptionalMinutes,t);case"XX":return nn(an.basic,t);case"XXXX":return nn(an.basicOptionalSeconds,t);case"XXXXX":return nn(an.extendedOptionalSeconds,t);case"XXX":default:return nn(an.extended,t)}}set(t,n,a){return n.timestampIsSet?t:Mt(t,t.getTime()-ns(t)-a)}},sCe=class extends bt{constructor(){super(...arguments);o(this,"priority",10);o(this,"incompatibleTokens",["t","T","X"])}parse(t,n){switch(n){case"x":return nn(an.basicOptionalMinutes,t);case"xx":return nn(an.basic,t);case"xxxx":return nn(an.basicOptionalSeconds,t);case"xxxxx":return nn(an.extendedOptionalSeconds,t);case"xxx":default:return nn(an.extended,t)}}set(t,n,a){return n.timestampIsSet?t:Mt(t,t.getTime()-ns(t)-a)}},lCe=class extends bt{constructor(){super(...arguments);o(this,"priority",40);o(this,"incompatibleTokens","*")}parse(t){return LC(t)}set(t,n,a){return[Mt(t,a*1e3),{timestampIsSet:!0}]}},cCe=class extends bt{constructor(){super(...arguments);o(this,"priority",20);o(this,"incompatibleTokens","*")}parse(t){return LC(t)}set(t,n,a){return[Mt(t,a),{timestampIsSet:!0}]}},dCe={G:new IEe,y:new TEe,Y:new AEe,R:new OEe,u:new REe,Q:new MEe,q:new PEe,M:new NEe,L:new LEe,w:new VEe,I:new BEe,d:new UEe,D:new WEe,E:new qEe,e:new GEe,c:new YEe,i:new ZEe,a:new KEe,b:new XEe,B:new QEe,h:new JEe,H:new eCe,K:new tCe,k:new aCe,m:new iCe,s:new nCe,S:new rCe,X:new oCe,x:new sCe,t:new lCe,T:new cCe},uCe=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,hCe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,pCe=/^'([^]*?)'?$/,mCe=/''/g,fCe=/\S/,gCe=/[a-zA-Z]/;function bCe(e,t,n,a){var S,O,B,j;let i=()=>Mt(n,NaN),r=PC(),s=r.locale??TC,l=r.firstWeekContainsDate??((O=(S=r.locale)==null?void 0:S.options)==null?void 0:O.firstWeekContainsDate)??1,c=r.weekStartsOn??((j=(B=r.locale)==null?void 0:B.options)==null?void 0:j.weekStartsOn)??0,d={firstWeekContainsDate:l,weekStartsOn:c,locale:s},u=[new DEe(a==null?void 0:a.in,n)],p=t.match(hCe).map(ge=>{let Ne=ge[0];if(Ne in Mm){let Ue=Mm[Ne];return Ue(ge,s.formatLong)}return ge}).join("").match(uCe),b=[];for(let ge of p){MC(ge)&&Pm(ge,t,e),RC(ge)&&Pm(ge,t,e);let Ne=ge[0],Ue=dCe[Ne];if(Ue){let{incompatibleTokens:_a}=Ue;if(Array.isArray(_a)){let Pt=b.find(ca=>_a.includes(ca.token)||ca.token===Ne);if(Pt)throw new RangeError(`The format string mustn't contain \`${Pt.fullToken}\` and \`${ge}\` at the same time`)}else if(Ue.incompatibleTokens==="*"&&b.length>0)throw new RangeError(`The format string mustn't contain \`${ge}\` and any other token at the same time`);b.push({token:Ne,fullToken:ge});let ea=Ue.run(e,ge,s.match,d);if(!ea)return i();u.push(ea.setter),e=ea.rest}else{if(Ne.match(gCe))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Ne+"`");if(ge==="''"?ge="'":Ne==="'"&&(ge=vCe(ge)),e.indexOf(ge)===0)e=e.slice(ge.length);else return i()}}if(e.length>0&&fCe.test(e))return i();let g=u.map(ge=>ge.priority).sort((ge,Ne)=>Ne-ge).filter((ge,Ne,Ue)=>Ue.indexOf(ge)===Ne).map(ge=>u.filter(Ne=>Ne.priority===ge).sort((Ne,Ue)=>Ue.subPriority-Ne.subPriority)).map(ge=>ge[0]),w=rt(n,a==null?void 0:a.in);if(isNaN(+w))return i();let k={};for(let ge of g){if(!ge.validate(w,d))return i();let Ne=ge.set(w,k,d);Array.isArray(Ne)?(w=Ne[0],Object.assign(k,Ne[1])):w=Ne}return w}function vCe(e){return e.match(pCe)[1].replace(mCe,"'")}function yCe(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return+ei(a,n)==+ei(i,n)}function _Ce(e,t){return yCe(Mt((t==null?void 0:t.in)||e,e),DC((t==null?void 0:t.in)||e),t)}function xCe(e,t){return IC(Mt(e,e),DC(e))}function Xg(e,t,n){let a=+rt(e,n==null?void 0:n.in),[i,r]=[+rt(t.start,n==null?void 0:n.in),+rt(t.end,n==null?void 0:n.in)].sort((s,l)=>s-l);return a>=i&&a<=r}function Qg(e,t,n){return Yi(e,-1,n)}function wCe(e,t,n){return Gg(e,-1,n)}var M=function(e){return e.SEPARATOR="separator",e.PERCENT="percent",e.IP="IP",e.CPF_CNPJ="CPF_CNPJ",e.MONTH="M",e.MONTHS="M0",e.MINUTE="m",e.HOUR="h",e.HOURS="H",e.MINUTES="m0",e.HOURS_HOUR="Hh",e.SECONDS="s0",e.HOURS_MINUTES_SECONDS="Hh:m0:s0",e.EMAIL_MASK="A*@A*.A*",e.HOURS_MINUTES="Hh:m0",e.MINUTES_SECONDS="m0:s0",e.DAYS_MONTHS_YEARS="d0/M0/0000",e.DAYS_MONTHS="d0/M0",e.DAYS="d0",e.DAY="d",e.SECOND="s",e.LETTER_S="S",e.DOT=".",e.COMMA=",",e.CURLY_BRACKETS_LEFT="{",e.CURLY_BRACKETS_RIGHT="}",e.MINUS="-",e.OR="||",e.HASH="#",e.EMPTY_STRING="",e.SYMBOL_STAR="*",e.SYMBOL_QUESTION="?",e.SLASH="/",e.WHITE_SPACE=" ",e.NUMBER_ZERO="0",e.NUMBER_NINE="9",e.BACKSPACE="Backspace",e.DELETE="Delete",e.ARROW_LEFT="ArrowLeft",e.ARROW_UP="ArrowUp",e.DOUBLE_ZERO="00",e}(M||{}),Jg=new Y("ngx-mask config"),zC=new Y("new ngx-mask config"),BC=new Y("initial ngx-mask config"),kCe={suffix:"",prefix:"",thousandSeparator:" ",decimalMarker:[".",","],clearIfNotMatch:!1,showTemplate:!1,showMaskTyped:!1,placeHolderCharacter:"_",dropSpecialCharacters:!0,hiddenInput:null,shownMaskExpression:"",separatorLimit:"",allowNegativeNumbers:!1,validation:!0,specialCharacters:["-","/","(",")",".",":"," ","+",",","@","[","]",'"',"'"],leadZeroDateTime:!1,apm:!1,leadZero:!1,keepCharacterPositions:!1,triggerOnMaskChange:!1,inputTransformFn:e=>e,outputTransformFn:e=>e,maskFilled:new te,patterns:{0:{pattern:new RegExp("\\d")},9:{pattern:new RegExp("\\d"),optional:!0},X:{pattern:new RegExp("\\d"),symbol:"*"},A:{pattern:new RegExp("[a-zA-Z0-9]")},S:{pattern:new RegExp("[a-zA-Z]")},U:{pattern:new RegExp("[A-Z]")},L:{pattern:new RegExp("[a-z]")},d:{pattern:new RegExp("\\d")},m:{pattern:new RegExp("\\d")},M:{pattern:new RegExp("\\d")},H:{pattern:new RegExp("\\d")},h:{pattern:new RegExp("\\d")},s:{pattern:new RegExp("\\d")}}};M.HOURS_MINUTES_SECONDS,M.HOURS_MINUTES,M.MINUTES_SECONDS;M.PERCENT,M.HOURS_HOUR,M.SECONDS,M.MINUTES,M.SEPARATOR,M.DAYS_MONTHS_YEARS,M.DAYS_MONTHS,M.DAYS,M.MONTHS;var ECe=(()=>{const t=class t{constructor(){o(this,"_config",_(Jg));o(this,"dropSpecialCharacters",this._config.dropSpecialCharacters);o(this,"hiddenInput",this._config.hiddenInput);o(this,"showTemplate");o(this,"clearIfNotMatch",this._config.clearIfNotMatch);o(this,"specialCharacters",this._config.specialCharacters);o(this,"patterns",this._config.patterns);o(this,"prefix",this._config.prefix);o(this,"suffix",this._config.suffix);o(this,"thousandSeparator",this._config.thousandSeparator);o(this,"decimalMarker",this._config.decimalMarker);o(this,"customPattern");o(this,"showMaskTyped",this._config.showMaskTyped);o(this,"placeHolderCharacter",this._config.placeHolderCharacter);o(this,"validation",this._config.validation);o(this,"separatorLimit",this._config.separatorLimit);o(this,"allowNegativeNumbers",this._config.allowNegativeNumbers);o(this,"leadZeroDateTime",this._config.leadZeroDateTime);o(this,"leadZero",this._config.leadZero);o(this,"apm",this._config.apm);o(this,"inputTransformFn",this._config.inputTransformFn);o(this,"outputTransformFn",this._config.outputTransformFn);o(this,"keepCharacterPositions",this._config.keepCharacterPositions);o(this,"_shift",new Set);o(this,"plusOnePosition",!1);o(this,"maskExpression","");o(this,"actualValue","");o(this,"showKeepCharacterExp","");o(this,"shownMaskExpression","");o(this,"deletedSpecialCharacter",!1);o(this,"ipError");o(this,"cpfCnpjError");o(this,"_formatWithSeparators",(a,i,r,s)=>{var g;let l=[],c="";if(Array.isArray(r)){let w=new RegExp(r.map(k=>"[\\^$.|?*+()".indexOf(k)>=0?`\\${k}`:k).join("|"));l=a.split(w),c=((g=a.match(w))==null?void 0:g[0])??M.EMPTY_STRING}else l=a.split(r),c=r;let d=l.length>1?`${c}${l[1]}`:M.EMPTY_STRING,u=l[0]??M.EMPTY_STRING,p=this.separatorLimit.replace(/\s/g,M.EMPTY_STRING);p&&+p&&(u[0]===M.MINUS?u=`-${u.slice(1,u.length).slice(0,p.length)}`:u=u.slice(0,p.length));let b=/(\d+)(\d{3})/;for(;i&&b.test(u);)u=u.replace(b,"$1"+i+"$2");return typeof s>"u"?u+d:s===0?u:u+d.substring(0,s+1)});o(this,"percentage",a=>{let i=a.replace(",","."),r=Number(this.allowNegativeNumbers&&a.includes(M.MINUS)?i.slice(1,a.length):i);return!isNaN(r)&&r>=0&&r<=100});o(this,"getPrecision",a=>{let i=a.split(M.DOT);return i.length>1?Number(i[i.length-1]):1/0});o(this,"checkAndRemoveSuffix",a=>{var i,r,s,l;for(let c=((i=this.suffix)==null?void 0:i.length)-1;c>=0;c--){let d=this.suffix.substring(c,(r=this.suffix)==null?void 0:r.length);if(a.includes(d)&&c!==((s=this.suffix)==null?void 0:s.length)-1&&(c-1<0||!a.includes(this.suffix.substring(c-1,(l=this.suffix)==null?void 0:l.length))))return a.replace(d,M.EMPTY_STRING)}return a});o(this,"checkInputPrecision",(a,i,r)=>{var c;let s=a,l=r;if(i<1/0){Array.isArray(l)&&(l=l.find(g=>g!==this.thousandSeparator)||l[0]);let d=new RegExp(this._charToRegExpExpression(l)+`\\d{${i}}.*$`),u=s.match(d),p=(u&&((c=u[0])==null?void 0:c.length))??0;if(p-1>i){let b=p-1-i;s=s.substring(0,s.length-b)}i===0&&this._compareOrIncludes(s[s.length-1],l,this.thousandSeparator)&&(s=s.substring(0,s.length-1))}return s})}applyMaskWithPattern(a,i){let[r,s]=i;return this.customPattern=s,this.applyMask(a,r)}applyMask(a,i,r=0,s=!1,l=!1,c=()=>{}){var ea,Pt,ca;if(!i||typeof a!="string")return M.EMPTY_STRING;let d=0,u="",p=!1,b=!1,g=1,w=!1,k=a,S=r;k.slice(0,this.prefix.length)===this.prefix&&(k=k.slice(this.prefix.length,k.length)),this.suffix&&k.length>0&&(k=this.checkAndRemoveSuffix(k)),k==="("&&this.prefix&&(k="");let O=k.toString().split(M.EMPTY_STRING);if(this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS&&(u+=k.slice(d,d+1)),i===M.IP){let fe=k.split(M.DOT);this.ipError=this._validIP(fe),i="099.099.099.099"}let B=[];for(let fe=0;fe<k.length;fe++)(ea=k[fe])!=null&&ea.match("\\d")&&B.push(k[fe]??M.EMPTY_STRING);if(i===M.CPF_CNPJ&&(this.cpfCnpjError=B.length!==11&&B.length!==14,B.length>11?i="00.000.000/0000-00":i="000.000.000-00"),i.startsWith(M.PERCENT)){if(k.match("[a-z]|[A-Z]")||k.match(/[-!$%^&*()_+|~=`{}\[\]:";'<>?,\/.]/)&&!l){k=this._stripToDecimal(k);let Ge=this.getPrecision(i);k=this.checkInputPrecision(k,Ge,this.decimalMarker)}let fe=typeof this.decimalMarker=="string"?this.decimalMarker:M.DOT;if(k.indexOf(fe)>0&&!this.percentage(k.substring(0,k.indexOf(fe)))){let Ge=k.substring(0,k.indexOf(fe)-1);this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS&&!l&&(Ge=k.substring(0,k.indexOf(fe))),k=`${Ge}${k.substring(k.indexOf(fe),k.length)}`}let re="";this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS?re=`${M.MINUS}${k.slice(d+1,d+k.length)}`:re=k,this.percentage(re)?u=this._splitPercentZero(k):u=this._splitPercentZero(k.substring(0,k.length-1))}else if(i.startsWith(M.SEPARATOR)){(k.match("[wа-яА-Я]")||k.match("[ЁёА-я]")||k.match("[a-z]|[A-Z]")||k.match(/[-@#!$%\\^&*()_£¬'+|~=`{}\]:";<>.?/]/)||k.match("[^A-Za-z0-9,]"))&&(k=this._stripToDecimal(k));let fe=this.getPrecision(i),re=Array.isArray(this.decimalMarker)?this.thousandSeparator===M.DOT?M.COMMA:M.DOT:this.decimalMarker;if(fe===0?k=this.allowNegativeNumbers?k.length>2&&k[0]===M.MINUS&&k[1]===M.NUMBER_ZERO&&k[2]!==this.thousandSeparator&&k[2]!==M.COMMA&&k[2]!==M.DOT?"-"+k.slice(2,k.length):k[0]===M.NUMBER_ZERO&&k.length>1&&k[1]!==this.thousandSeparator&&k[1]!==M.COMMA&&k[1]!==M.DOT?k.slice(1,k.length):k:k.length>1&&k[0]===M.NUMBER_ZERO&&k[1]!==this.thousandSeparator&&k[1]!==M.COMMA&&k[1]!==M.DOT?k.slice(1,k.length):k:(k[0]===re&&k.length>1&&(k=M.NUMBER_ZERO+k.slice(0,k.length+1),this.plusOnePosition=!0),k[0]===M.NUMBER_ZERO&&k[1]!==re&&k[1]!==this.thousandSeparator&&(k=k.length>1?k.slice(0,1)+re+k.slice(1,k.length+1):k,this.plusOnePosition=!0),this.allowNegativeNumbers&&k[0]===M.MINUS&&(k[1]===re||k[1]===M.NUMBER_ZERO)&&(k=k[1]===re&&k.length>2?k.slice(0,1)+M.NUMBER_ZERO+k.slice(1,k.length):k[1]===M.NUMBER_ZERO&&k.length>2&&k[2]!==re?k.slice(0,2)+re+k.slice(2,k.length):k,this.plusOnePosition=!0)),l){let st=k.slice(this._findFirstNonZeroDigitIndex(k),k.length),ut=k[S]===M.NUMBER_ZERO||k[S]===re,Wt=k[0]===M.NUMBER_ZERO,Ni=k[0]===M.MINUS,Nt=k[0]===this.thousandSeparator,Va=k[1]===re,xa=k[1]===M.NUMBER_ZERO,Zi=k[2]===re;Wt&&Va&&ut&&S<2&&(k=st),Ni&&xa&&Zi&&ut&&S<3&&(k=M.MINUS+st),st!==M.MINUS&&(S===0&&(Wt||Nt)||this.allowNegativeNumbers&&S===1&&Ni&&!xa)&&(k=Ni?M.MINUS+st:st)}let Ge=this._charToRegExpExpression(this.thousandSeparator),G='@#!$%^&*()_+|~=`{}\\[\\]:\\s,\\.";<>?\\/'.replace(Ge,"");if(Array.isArray(this.decimalMarker))for(let st of this.decimalMarker)G=G.replace(this._charToRegExpExpression(st),M.EMPTY_STRING);else G=G.replace(this._charToRegExpExpression(this.decimalMarker),"");let X=new RegExp("["+G+"]");k.match(X)&&(k=k.substring(0,k.length-1)),k=this.checkInputPrecision(k,fe,this.decimalMarker);let ce=k.replace(new RegExp(Ge,"g"),"");u=this._formatWithSeparators(ce,this.thousandSeparator,this.decimalMarker,fe);let et=u.indexOf(M.COMMA)-k.indexOf(M.COMMA),At=u.length-k.length,Fa=l&&u.length<a.length&&this.separatorLimit;if((u[S-1]===this.thousandSeparator||u[S-this.prefix.length])&&this.prefix&&l)S=S-1;else if(At>0&&u[S]!==this.thousandSeparator||Fa){b=!0;let st=0;do this._shift.add(S+st),st++;while(st<At)}else u[S-1]===this.thousandSeparator||At===-4||At===-3||u[S]===this.thousandSeparator?(this._shift.clear(),this._shift.add(S-1)):et!==0&&S>0&&!(u.indexOf(M.COMMA)>=S&&S>3)||!(u.indexOf(M.DOT)>=S&&S>3)&&At<=0?(this._shift.clear(),b=!0,g=At,S+=At,this._shift.add(S)):this._shift.clear()}else for(let fe=0,re=O[0];fe<O.length&&d!==i.length;fe++,re=O[fe]??M.EMPTY_STRING){let Ge=M.SYMBOL_STAR in this.patterns;if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)&&i[d+1]===M.SYMBOL_QUESTION)u+=re,d+=2;else if(i[d+1]===M.SYMBOL_STAR&&p&&this._checkSymbolMask(re,i[d+2]??M.EMPTY_STRING))u+=re,d+=3,p=!1;else if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)&&i[d+1]===M.SYMBOL_STAR&&!Ge)u+=re,p=!0;else if(i[d+1]===M.SYMBOL_QUESTION&&this._checkSymbolMask(re,i[d+2]??M.EMPTY_STRING))u+=re,d+=3;else if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)){if(i[d]===M.HOURS&&(this.apm?Number(re)>9:Number(re)>2)){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}if(i[d]===M.HOUR&&(this.apm?u.length===1&&Number(u)>1||u==="1"&&Number(re)>2||k.slice(d-1,d).length===1&&Number(k.slice(d-1,d))>2||k.slice(d-1,d)==="1"&&Number(re)>2:u==="2"&&Number(re)>3||(u.slice(d-2,d)==="2"||u.slice(d-3,d)==="2"||u.slice(d-4,d)==="2"||u.slice(d-1,d)==="2")&&Number(re)>3&&d>10)){S=S+1,d+=1,fe--;continue}if((i[d]===M.MINUTE||i[d]===M.SECOND)&&Number(re)>5){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}let G=31,X=k[d],ce=k[d+1],et=k[d+2],At=k[d-1],Fa=k[d-2],st=k.slice(d-3,d-1),ut=k.slice(d-1,d+1),Wt=k.slice(d,d+2),Ni=k.slice(d-2,d);if(i[d]===M.DAY){let Nt=i.slice(0,2)===M.MONTHS,Va=i.slice(0,2)===M.MONTHS&&this.specialCharacters.includes(Fa);if(Number(re)>3&&this.leadZeroDateTime||!Nt&&(Number(Wt)>G||Number(ut)>G||this.specialCharacters.includes(ce))||(Va?Number(ut)>G||!this.specialCharacters.includes(X)&&this.specialCharacters.includes(et)||this.specialCharacters.includes(X):Number(Wt)>G||this.specialCharacters.includes(ce)&&!l)){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}}if(i[d]===M.MONTH){let Nt=d===0&&(Number(re)>2||Number(Wt)>12||this.specialCharacters.includes(ce)&&!l),Va=i.slice(d+2,d+3),xa=st.includes(Va)&&i.includes("d0")&&(this.specialCharacters.includes(Fa)&&Number(ut)>12&&!this.specialCharacters.includes(X)||this.specialCharacters.includes(X)),Zi=Number(st)<=G&&!this.specialCharacters.includes(st)&&this.specialCharacters.includes(At)&&(Number(Wt)>12||this.specialCharacters.includes(ce)),Zn=Number(Wt)>12&&d===5||this.specialCharacters.includes(ce)&&d===5,lc=Number(st)>G&&!this.specialCharacters.includes(st)&&!this.specialCharacters.includes(Ni)&&Number(Ni)>12&&i.includes("d0"),cc=Number(st)<=G&&!this.specialCharacters.includes(st)&&!this.specialCharacters.includes(At)&&Number(ut)>12;if(Number(re)>1&&this.leadZeroDateTime||Nt||xa||cc||lc||Zi||Zn&&!this.leadZeroDateTime){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}}u+=re,d++}else this.specialCharacters.includes(re)&&i[d]===re?(u+=re,d++):this.specialCharacters.indexOf(i[d]??M.EMPTY_STRING)!==-1?(u+=i[d],d++,this._shiftStep(i,d,O.length),fe--):i[d]===M.NUMBER_NINE&&this.showMaskTyped?this._shiftStep(i,d,O.length):this.patterns[i[d]??M.EMPTY_STRING]&&((Pt=this.patterns[i[d]??M.EMPTY_STRING])!=null&&Pt.optional)?(O[d]&&i!=="099.099.099.099"&&i!=="000.000.000-00"&&i!=="00.000.000/0000-00"&&!i.match(/^9+\.0+$/)&&!((ca=this.patterns[i[d]??M.EMPTY_STRING])!=null&&ca.optional)&&(u+=O[d]),i.includes(M.NUMBER_NINE+M.SYMBOL_STAR)&&i.includes(M.NUMBER_ZERO+M.SYMBOL_STAR)&&d++,d++,fe--):this.maskExpression[d+1]===M.SYMBOL_STAR&&this._findSpecialChar(this.maskExpression[d+2]??M.EMPTY_STRING)&&this._findSpecialChar(re)===this.maskExpression[d+2]&&p||this.maskExpression[d+1]===M.SYMBOL_QUESTION&&this._findSpecialChar(this.maskExpression[d+2]??M.EMPTY_STRING)&&this._findSpecialChar(re)===this.maskExpression[d+2]&&p?(d+=3,u+=re):this.showMaskTyped&&this.specialCharacters.indexOf(re)<0&&re!==this.placeHolderCharacter&&this.placeHolderCharacter.length===1&&(w=!0)}u.length+1===i.length&&this.specialCharacters.indexOf(i[i.length-1]??M.EMPTY_STRING)!==-1&&(u+=i[i.length-1]);let j=S+1;for(;this._shift.has(j);)g++,j++;let ge=s&&!i.startsWith(M.SEPARATOR)?d:this._shift.has(S)?g:0;w&&ge--,c(ge,b),g<0&&this._shift.clear();let Ne=!1;l&&(Ne=O.every(fe=>this.specialCharacters.includes(fe)));let Ue=`${this.prefix}${Ne?M.EMPTY_STRING:u}${this.showMaskTyped?"":this.suffix}`;u.length===0&&(Ue=this.dropSpecialCharacters?`${u}`:`${this.prefix}${u}`);let _a=k.length===1&&this.specialCharacters.includes(i[0])&&k!==i[0];if(!this._checkSymbolMask(k,i[1])&&_a)return"";if(u.includes(M.MINUS)&&this.prefix&&this.allowNegativeNumbers){if(l&&u===M.MINUS)return"";Ue=`${M.MINUS}${this.prefix}${u.split(M.MINUS).join(M.EMPTY_STRING)}${this.suffix}`}return Ue}_findDropSpecialChar(a){return Array.isArray(this.dropSpecialCharacters)?this.dropSpecialCharacters.find(i=>i===a):this._findSpecialChar(a)}_findSpecialChar(a){return this.specialCharacters.find(i=>i===a)}_checkSymbolMask(a,i){var r,s;return this.patterns=this.customPattern?this.customPattern:this.patterns,(((r=this.patterns[i])==null?void 0:r.pattern)&&((s=this.patterns[i])==null?void 0:s.pattern.test(a)))??!1}_stripToDecimal(a){return a.split(M.EMPTY_STRING).filter((i,r)=>{let s=typeof this.decimalMarker=="string"?i===this.decimalMarker:this.decimalMarker.includes(i);return i.match("^-?\\d")||i===this.thousandSeparator||s||i===M.MINUS&&r===0&&this.allowNegativeNumbers}).join(M.EMPTY_STRING)}_charToRegExpExpression(a){return a&&(a===" "?"\\s":"[\\^$.|?*+()".indexOf(a)>=0?`\\${a}`:a)}_shiftStep(a,i,r){let s=/[*?]/g.test(a.slice(0,i))?r:i;this._shift.add(s+this.prefix.length||0)}_compareOrIncludes(a,i,r){return Array.isArray(i)?i.filter(s=>s!==r).includes(a):a===i}_validIP(a){return!(a.length===4&&!a.some((i,r)=>a.length!==r+1?i===M.EMPTY_STRING||Number(i)>255:i===M.EMPTY_STRING||Number(i.substring(0,3))>255))}_splitPercentZero(a){if(a===M.MINUS&&this.allowNegativeNumbers)return a;let i=typeof this.decimalMarker=="string"?a.indexOf(this.decimalMarker):a.indexOf(M.DOT),r=this.allowNegativeNumbers&&a.includes(M.MINUS)?"-":"";if(i===-1){let s=parseInt(r?a.slice(1,a.length):a,10);return isNaN(s)?M.EMPTY_STRING:`${r}${s}`}else{let s=parseInt(a.replace("-","").substring(0,i),10),l=a.substring(i+1),c=isNaN(s)?"":s.toString(),d=typeof this.decimalMarker=="string"?this.decimalMarker:M.DOT;return c===M.EMPTY_STRING?M.EMPTY_STRING:`${r}${c}${d}${l}`}}_findFirstNonZeroDigitIndex(a){for(let i=0;i<a.length;i++){let r=a[i];if(r&&r>="1"&&r<="9")return i}return-1}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),CCe=(()=>{const t=class t extends ECe{constructor(){super(...arguments);o(this,"isNumberValue",!1);o(this,"maskIsShown","");o(this,"selStart",null);o(this,"selEnd",null);o(this,"writingValue",!1);o(this,"maskChanged",!1);o(this,"_maskExpressionArray",[]);o(this,"triggerOnMaskChange",!1);o(this,"_previousValue","");o(this,"_currentValue","");o(this,"_emitValue",!1);o(this,"_start");o(this,"_end");o(this,"onChange",i=>{});o(this,"_elementRef",_(Ae,{optional:!0}));o(this,"document",_(ot));o(this,"_config",_(Jg));o(this,"_renderer",_(di,{optional:!0}))}applyMask(i,r,s=0,l=!1,c=!1,d=()=>{}){if(!r)return i!==this.actualValue?this.actualValue:i;if(this.maskIsShown=this.showMaskTyped?this.showMaskInInput():M.EMPTY_STRING,this.maskExpression===M.IP&&this.showMaskTyped&&(this.maskIsShown=this.showMaskInInput(i||M.HASH)),this.maskExpression===M.CPF_CNPJ&&this.showMaskTyped&&(this.maskIsShown=this.showMaskInInput(i||M.HASH)),!i&&this.showMaskTyped)return this.formControlResult(this.prefix),`${this.prefix}${this.maskIsShown}${this.suffix}`;let u=i&&typeof this.selStart=="number"?i[this.selStart]??M.EMPTY_STRING:M.EMPTY_STRING,p="",b=s;if(this.hiddenInput!==null&&!this.writingValue){let S=i&&i.length===1?i.split(M.EMPTY_STRING):this.actualValue.split(M.EMPTY_STRING);typeof this.selStart=="object"&&typeof this.selEnd=="object"?(this.selStart=Number(this.selStart),this.selEnd=Number(this.selEnd)):i!==M.EMPTY_STRING&&S.length?typeof this.selStart=="number"&&typeof this.selEnd=="number"&&(i.length>S.length?S.splice(this.selStart,0,u):i.length<S.length&&(S.length-i.length===1?c?S.splice(this.selStart-1,1):S.splice(i.length-1,1):S.splice(this.selStart,this.selEnd-this.selStart))):S=[],this.showMaskTyped&&!this.hiddenInput&&(p=this.removeMask(i)),p=this.actualValue.length&&S.length<=i.length?this.shiftTypedSymbols(S.join(M.EMPTY_STRING)):i}if(l&&(this.hiddenInput||!this.hiddenInput)&&(p=i),c&&this.specialCharacters.indexOf(this.maskExpression[b]??M.EMPTY_STRING)!==-1&&this.showMaskTyped&&!this.prefix&&(p=this._currentValue),this.deletedSpecialCharacter&&b&&(this.specialCharacters.includes(this.actualValue.slice(b,b+1))?b=b+1:r.slice(b-1,b+1)!==M.MONTHS&&(b=b-2),this.deletedSpecialCharacter=!1),this.showMaskTyped&&this.placeHolderCharacter.length===1&&!this.leadZeroDateTime&&(p=this.removeMask(i)),this.maskChanged?p=i:p=p&&p.length?p:i,this.showMaskTyped&&this.keepCharacterPositions&&this.actualValue&&!l&&!this.writingValue){let S=this.dropSpecialCharacters?this.removeMask(this.actualValue):this.actualValue;return this.formControlResult(S),this.actualValue?this.actualValue:`${this.prefix}${this.maskIsShown}${this.suffix}`}let g=super.applyMask(p,r,b,l,c,d);if(this.actualValue=this.getActualValue(g),this.thousandSeparator===M.DOT&&this.decimalMarker===M.DOT&&(this.decimalMarker=M.COMMA),this.maskExpression.startsWith(M.SEPARATOR)&&this.dropSpecialCharacters===!0&&(this.specialCharacters=this.specialCharacters.filter(S=>!this._compareOrIncludes(S,this.decimalMarker,this.thousandSeparator))),(g||g==="")&&(this._previousValue=this._currentValue,this._currentValue=g,this._emitValue=this._previousValue!==this._currentValue||this.maskChanged||this.writingValue||this._previousValue===this._currentValue&&l),this._emitValue&&(this.writingValue&&this.triggerOnMaskChange?requestAnimationFrame(()=>this.formControlResult(g)):this.formControlResult(g)),!this.showMaskTyped||this.showMaskTyped&&this.hiddenInput)return this.hiddenInput?c?this.hideInput(g,this.maskExpression):`${this.hideInput(g,this.maskExpression)}${this.maskIsShown.slice(g.length)}`:g;let w=g.length,k=`${this.prefix}${this.maskIsShown}${this.suffix}`;if(this.maskExpression.includes(M.HOURS)){let S=this._numberSkipedSymbols(g);return`${g}${k.slice(w+S)}`}else if(this.maskExpression===M.IP||this.maskExpression===M.CPF_CNPJ)return`${g}${k}`;return`${g}${k.slice(w)}`}_numberSkipedSymbols(i){let r=/(^|\D)(\d\D)/g,s=r.exec(i),l=0;for(;s!=null;)l+=1,s=r.exec(i);return l}applyValueChanges(i,r,s,l=()=>{}){var d;let c=(d=this._elementRef)==null?void 0:d.nativeElement;c&&(c.value=this.applyMask(c.value,this.maskExpression,i,r,s,l),c!==this._getActiveElement()&&this.clearIfNotMatchFn())}hideInput(i,r){return i.split(M.EMPTY_STRING).map((s,l)=>{var c,d;return this.patterns&&this.patterns[r[l]??M.EMPTY_STRING]&&((c=this.patterns[r[l]??M.EMPTY_STRING])!=null&&c.symbol)?(d=this.patterns[r[l]??M.EMPTY_STRING])==null?void 0:d.symbol:s}).join(M.EMPTY_STRING)}getActualValue(i){let r=i.split(M.EMPTY_STRING).filter((s,l)=>{let c=this.maskExpression[l]??M.EMPTY_STRING;return this._checkSymbolMask(s,c)||this.specialCharacters.includes(c)&&s===c});return r.join(M.EMPTY_STRING)===i?r.join(M.EMPTY_STRING):i}shiftTypedSymbols(i){let r="";return(i&&i.split(M.EMPTY_STRING).map((s,l)=>{if(this.specialCharacters.includes(i[l+1]??M.EMPTY_STRING)&&i[l+1]!==this.maskExpression[l+1])return r=s,i[l+1];if(r.length){let c=r;return r=M.EMPTY_STRING,c}return s})||[]).join(M.EMPTY_STRING)}numberToString(i){return!i&&i!==0||this.maskExpression.startsWith(M.SEPARATOR)&&(this.leadZero||!this.dropSpecialCharacters)||this.maskExpression.startsWith(M.SEPARATOR)&&this.separatorLimit.length>14&&String(i).length>14?String(i):Number(i).toLocaleString("fullwide",{useGrouping:!1,maximumFractionDigits:20}).replace(`/${M.MINUS}/`,M.MINUS)}showMaskInInput(i){if(this.showMaskTyped&&this.shownMaskExpression){if(this.maskExpression.length!==this.shownMaskExpression.length)throw new Error("Mask expression must match mask placeholder length");return this.shownMaskExpression}else if(this.showMaskTyped){if(i){if(this.maskExpression===M.IP)return this._checkForIp(i);if(this.maskExpression===M.CPF_CNPJ)return this._checkForCpfCnpj(i)}return this.placeHolderCharacter.length===this.maskExpression.length?this.placeHolderCharacter:this.maskExpression.replace(/\w/g,this.placeHolderCharacter)}return""}clearIfNotMatchFn(){var r;let i=(r=this._elementRef)==null?void 0:r.nativeElement;i&&this.clearIfNotMatch&&this.prefix.length+this.maskExpression.length+this.suffix.length!==i.value.replace(this.placeHolderCharacter,M.EMPTY_STRING).length&&(this.formElementProperty=["value",M.EMPTY_STRING],this.applyMask("",this.maskExpression))}set formElementProperty([i,r]){!this._renderer||!this._elementRef||Promise.resolve().then(()=>{var s,l;return(l=this._renderer)==null?void 0:l.setProperty((s=this._elementRef)==null?void 0:s.nativeElement,i,r)})}checkDropSpecialCharAmount(i){return i.split(M.EMPTY_STRING).filter(r=>this._findDropSpecialChar(r)).length}removeMask(i){return this._removeMask(this._removeSuffix(this._removePrefix(i)),this.specialCharacters.concat("_").concat(this.placeHolderCharacter))}_checkForIp(i){if(i===M.HASH)return`${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}`;let r=[];for(let s=0;s<i.length;s++){let l=i[s]??M.EMPTY_STRING;l&&l.match("\\d")&&r.push(l)}return r.length<=3?`${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}`:r.length>3&&r.length<=6?`${this.placeHolderCharacter}.${this.placeHolderCharacter}`:r.length>6&&r.length<=9?this.placeHolderCharacter:""}_checkForCpfCnpj(i){let r=`${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}-${this.placeHolderCharacter}${this.placeHolderCharacter}`,s=`${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}/${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}-${this.placeHolderCharacter}${this.placeHolderCharacter}`;if(i===M.HASH)return r;let l=[];for(let c=0;c<i.length;c++){let d=i[c]??M.EMPTY_STRING;d&&d.match("\\d")&&l.push(d)}return l.length<=3?r.slice(l.length,r.length):l.length>3&&l.length<=6?r.slice(l.length+1,r.length):l.length>6&&l.length<=9?r.slice(l.length+2,r.length):l.length>9&&l.length<11?r.slice(l.length+3,r.length):l.length===11?"":l.length===12?i.length===17?s.slice(16,s.length):s.slice(15,s.length):l.length>12&&l.length<=14?s.slice(l.length+4,s.length):""}_getActiveElement(i=this.document){var s;let r=(s=i==null?void 0:i.activeElement)==null?void 0:s.shadowRoot;return r!=null&&r.activeElement?this._getActiveElement(r):i.activeElement}formControlResult(i){if(this.writingValue&&!i){this.onChange("");return}if(this.writingValue||!this.triggerOnMaskChange&&this.maskChanged){this.triggerOnMaskChange&&this.maskChanged&&this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeSuffix(this._removePrefix(i)))))),this.maskChanged=!1;return}Array.isArray(this.dropSpecialCharacters)?this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeMask(this._removeSuffix(this._removePrefix(i)),this.dropSpecialCharacters))))):this.dropSpecialCharacters||!this.dropSpecialCharacters&&this.prefix===i?this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeSuffix(this._removePrefix(i)))))):this.onChange(this.outputTransformFn(this._toNumber(i)))}_toNumber(i){if(!this.isNumberValue||i===M.EMPTY_STRING||this.maskExpression.startsWith(M.SEPARATOR)&&(this.leadZero||!this.dropSpecialCharacters))return i;if(String(i).length>14&&this.maskExpression.startsWith(M.SEPARATOR))return String(i);let r=Number(i);if(this.maskExpression.startsWith(M.SEPARATOR)&&Number.isNaN(r)){let s=String(i).replace(",",".");return Number(s)}return Number.isNaN(r)?i:r}_removeMask(i,r){return this.maskExpression.startsWith(M.PERCENT)&&i.includes(M.DOT)?i:i&&i.replace(this._regExpForRemove(r),M.EMPTY_STRING)}_removePrefix(i){return this.prefix?i&&i.replace(this.prefix,M.EMPTY_STRING):i}_removeSuffix(i){return this.suffix?i&&i.replace(this.suffix,M.EMPTY_STRING):i}_retrieveSeparatorValue(i){let r=Array.isArray(this.dropSpecialCharacters)?this.specialCharacters.filter(s=>this.dropSpecialCharacters.includes(s)):this.specialCharacters;return!this.deletedSpecialCharacter&&this._checkPatternForSpace()&&i.includes(M.WHITE_SPACE)&&this.maskExpression.includes(M.SYMBOL_STAR)&&(r=r.filter(s=>s!==M.WHITE_SPACE)),this._removeMask(i,r)}_regExpForRemove(i){return new RegExp(i.map(r=>`\\${r}`).join("|"),"gi")}_replaceDecimalMarkerToDot(i){let r=Array.isArray(this.decimalMarker)?this.decimalMarker:[this.decimalMarker];return i.replace(this._regExpForRemove(r),M.DOT)}_checkSymbols(i){let r=i;if(r===M.EMPTY_STRING)return r;this.maskExpression.startsWith(M.PERCENT)&&this.decimalMarker===M.COMMA&&(r=r.replace(M.COMMA,M.DOT));let s=this._retrieveSeparatorPrecision(this.maskExpression),l=this._replaceDecimalMarkerToDot(this._retrieveSeparatorValue(r));return this.isNumberValue&&s?r===this.decimalMarker?null:l.length>14?String(l):this._checkPrecision(this.maskExpression,l):l}_checkPatternForSpace(){var i,r,s;for(let l in this.patterns)if(this.patterns[l]&&((i=this.patterns[l])!=null&&i.hasOwnProperty("pattern"))){let c=(r=this.patterns[l])==null?void 0:r.pattern.toString(),d=(s=this.patterns[l])==null?void 0:s.pattern;if(c!=null&&c.includes(M.WHITE_SPACE)&&(d!=null&&d.test(this.maskExpression)))return!0}return!1}_retrieveSeparatorPrecision(i){let r=i.match(new RegExp("^separator\\.([^d]*)"));return r?Number(r[1]):null}_checkPrecision(i,r){let s=this.getPrecision(i),l=r;return i.indexOf("2")>0||this.leadZero&&Number(s)>0?(this.decimalMarker===M.COMMA&&this.leadZero&&(l=l.replace(",",".")),this.leadZero?Number(l).toFixed(Number(s)):Number(l).toFixed(2)):this.numberToString(l)}_repeatPatternSymbols(i){return i.match(/{[0-9]+}/)&&i.split(M.EMPTY_STRING).reduce((r,s,l)=>{if(this._start=s===M.CURLY_BRACKETS_LEFT?l:this._start,s!==M.CURLY_BRACKETS_RIGHT)return this._findSpecialChar(s)?r+s:r;this._end=l;let c=Number(i.slice(this._start+1,this._end)),d=new Array(c+1).join(i[this._start-1]);if(i.slice(0,this._start).length>1&&i.includes(M.LETTER_S)){let u=i.slice(0,this._start-1);return u.includes(M.CURLY_BRACKETS_LEFT)?r+d:u+r+d}else return r+d},"")||i}currentLocaleDecimalMarker(){return 1.1.toLocaleString().substring(1,2)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})();function SCe(){let e=_(BC),t=_(zC);return t instanceof Function?ue(ue({},e),t()):ue(ue({},e),t)}function DCe(e){return[{provide:zC,useValue:e},{provide:BC,useValue:kCe},{provide:Jg,useFactory:SCe},CCe]}function ICe(e){return df(DCe(e))}var Xu=(()=>{const t=class t{setServices(a){this.services=a}getServices(){if(!this.services)throw new Error("ComponentServices has not been set yet.");return this.services}hasServices(){return!!this.services}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),TCe="4.0",Nm=TCe,tr=(e=>(e.DEV="dev",e.DEMO="demo",e.INT="int",e.ACC="acc",e.PROD="prod",e))(tr||{}),ACe=(()=>{const t=class t{constructor(){o(this,"version");o(this,"language");o(this,"configName");o(this,"services");o(this,"onPrint",new te);o(this,"_ngInitDone",!1);o(this,"correctlySetup",!1);o(this,"extraRequiredFields",[])}validateVersion(){let a=Nm.split(".").map(r=>parseInt(r)),i=(this.version||"").split(".").map(r=>parseInt(r));return i.length!==2?(console.error(`[BaseWebComponent] The given version (${this.version}) has the wrong format <major>.<minor>!`),!1):i[0]!==a[0]?(console.error(`[BaseWebComponent] The given version (${this.version})'s major is not compatible with this component's major version (${Nm})!`),!1):!0}validateInputs(){let a=this,i=["language","configName","services","version",...this.extraRequiredFields],{missingFields:r,presentFields:s}=i.reduce((l,c)=>(a[c]===void 0?l.missingFields.push(c):l.presentFields.push(c),l),{missingFields:[],presentFields:[]});return r.length?(console.log(`[BaseWebComponent] Waiting for missing inputs: ${r.join(", ")}; Present inputs: ${s.join(", ")}`),!1):(console.log("[BaseWebComponent] All required inputs are present"),this.validateVersion()?this.services.cacheDataStorage==null?(console.error("[BaseWebComponent] The given services input does not contain a cache service!"),!1):this.services.getAccessToken==null?(console.error("[BaseWebComponent] The given services input does not contain a getAccessToken() function!"),!1):this.services.registerRefreshCallback==null?(console.error("[BaseWebComponent] The given services input does not contain a registerRefreshCallback() function!"),!1):!0:!1)}ngOnChanges(a){this.correctlySetup=this.validateInputs(),this.correctlySetup&&(this._ngInitDone?this.onPropsChanged(a):(this.onInitialized(),this._ngInitDone=!0))}isCorrectlySetup(){return this.correctlySetup}onInitialized(){}onPropsChanged(a){}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["ng-component"]],inputs:{version:"version",language:"language",configName:"configName",services:"services"},outputs:{onPrint:"onPrint"},features:[Jt],decls:0,vars:0,template:function(a,i){},encapsulation:2}));let e=t;return e})(),jC=class{constructor(e,t,n,a,i){o(this,"logId");o(this,"services");o(this,"key");o(this,"cacheFetchingKey");o(this,"offlineDataStorageEnabled");o(this,"isOfflineAuthenticated");this.logId=i,this.services=e,this.key=t,this.cacheFetchingKey=`fetching-${this.key}`,this.offlineDataStorageEnabled=a,this.isOfflineAuthenticated=n}fetchBackendData(){return ka(this,null,function*(){let e=yield this.getDataFromBackend();return e&&(yield this.updateStoredData(e)),e})}fetchOfflineData(){return ka(this,null,function*(){if(this.services.offlineDataStorage==null)return null;let e=yield this.services.offlineDataStorage.get(this.key);return e==null&&this.logId&&console.log("[%s] Offline data not found for key [%s]",this.logId,this.key),this.logId&&console.log("[%s] Found valid data in offline store for key [%s]: [%s]",this.logId,this.key,e),this.storeDataInCache(e),e})}storeDataOffline(e){return ka(this,null,function*(){this.offlineDataStorageEnabled&&this.services.offlineDataStorage&&e&&(yield this.services.offlineDataStorage.set(this.key,e),this.logId&&console.log("[%s] Updated data in the offline store",this.logId))})}storeDataInCache(e){e&&(this.logId&&console.log("[%s] updating data in cache at [%s]",this.logId,this.key),this.services.cacheDataStorage.set(this.key,e))}getDataFromCache(){return ka(this,null,function*(){let e=t=>{this.services.cacheDataStorage.get(this.cacheFetchingKey)?(this.logId&&console.log("[%s] Another WC is fetching data... Waiting a bit.",this.logId),setTimeout(()=>{e(t)},500)):t(this.services.cacheDataStorage.get(this.key))};return this.logId&&console.log("[%s] Trying to get data from cache...",this.logId),new Promise(t=>{e(t)})})}getData(e=!1){return ka(this,null,function*(){let t=null;if(this.isOfflineAuthenticated){if(this.offlineDataStorageEnabled&&this.services.offlineDataStorage)return yield this.fetchOfflineData();throw new Error(`[${this.logId}] Trying to access offline store while it is not present or not enabled`)}if(!e){if(t=yield this.getDataFromCache(),t)return this.logId&&console.log("[%s] Data pulled from cache: ",this.logId,t),t;this.logId&&console.log("[%s] No data in cache",this.logId)}try{return this.services.cacheDataStorage.set(this.cacheFetchingKey,!0),yield this.fetchBackendData()}finally{this.services.cacheDataStorage.remove(this.cacheFetchingKey)}})}updateStoredData(e){return ka(this,null,function*(){this.storeDataInCache(e),yield this.storeDataOffline(e)})}},HC=()=>{let e=["WebView","(iPhone|iPod|iPad)(?!.*Safari)","Android.*(;\\s+wv|Version/\\d.\\d\\s+Chrome/\\d+(\\.0){3})","Linux; U; Android"],t=new RegExp("("+e.join("|")+")","ig");return!!navigator.userAgent.match(t)},UC=function(e){return e._00001="00001",e._00002="00002",e._00003="00003",e._00004="00004",e._00005="00005",e._00006="00006",e._00007="00007",e._00008="00008",e._00009="00009",e._00010="00010",e._00011="00011",e._00012="00012",e._00013="00013",e._00014="00014",e._00015="00015",e._00016="00016",e._00017="00017",e._00018="00018",e._00019="00019",e._00020="00020",e._00021="00021",e._00022="00022",e._00023="00023",e._00024="00024",e._00026="00026",e._00027="00027",e._00028="00028",e._00029="00029",e._00030="00030",e._00031="00031",e._00032="00032",e._00033="00033",e._00034="00034",e._00035="00035",e._00036="00036",e._00037="00037",e._00038="00038",e._00039="00039",e._00040="00040",e._00041="00041",e._00042="00042",e._00043="00043",e._00044="00044",e._00045="00045",e._00046="00046",e._00047="00047",e._00048="00048",e._00049="00049",e._00050="00050",e._00051="00051",e._00052="00052",e._00053="00053",e._00054="00054",e._00055="00055",e._00056="00056",e._00057="00057",e._00058="00058",e._00059="00059",e._00060="00060",e._00061="00061",e._00062="00062",e._00063="00063",e._00064="00064",e._00065="00065",e._00066="00066",e._00067="00067",e._00068="00068",e._00069="00069",e._00070="00070",e._00071="00071",e._00072="00072",e._00073="00073",e.BOTH_EARS="both_ears",e.BOTH_EYES="both_eyes",e.BOTH_NOSTRILS="both_nostrils",e.CUTANEOUS_INJECTION="cutaneous_injection",e.DERM="derm",e.DERMAL_INJECTION="dermal_injection",e.EAR_LEFT="ear_left",e.EAR_RIGHT="ear_right",e.EYE_LEFT="eye_left",e.EYE_RIGHT="eye_right",e.HYPERDERMOCLYSE="hyperdermoclyse",e.ICUT="icut",e.IDER="ider",e.LARTER="larter",e.NOSE_LEFT="nose_left",e.NOSE_RIGHT="nose_right",e.OFT="oft",e.TRANSDERMAL="transdermal",e.VITREAL_INJECTION="vitreal_injection",e}(UC||{}),Qe=function(e){return e._00001="00001",e._00002="00002",e._00003="00003",e._00004="00004",e._00005="00005",e._00006="00006",e._00007="00007",e._00008="00008",e._00009="00009",e._00010="00010",e._00011="00011",e._00012="00012",e._00013="00013",e._00014="00014",e._00015="00015",e._00016="00016",e._00017="00017",e._00018="00018",e._00019="00019",e._00020="00020",e._00021="00021",e._00022="00022",e._00023="00023",e._00024="00024",e._00026="00026",e._00027="00027",e._00028="00028",e._00029="00029",e._00030="00030",e.AMPLOULE="ampoule",e.BONDAGE="bandage",e.BOTTLE="bottle",e.BOX="box",e.CM="cm",e.EFFERVESCENT_TABLET="effervescent_tablet",e.GM="gm",e.INTERNATIONALUNITS="internationalunits",e.IU="iu",e.LITER="liter",e.MEQ="meq",e.MG="mg",e.MICROGRAMS="micrograms",e.MIU="miu",e.MMOL="mmol",e.PIECE="piece",e.SYRINGE="syringe",e.SYRINGE_AMPOULE="syringe_ampoule",e.TBL="tbl",e.TSP="tsp",e.MS="ms",e.MIN="min",e.MO="mo",e}(Qe||{}),Hr=function(e){return e.DIARY_NOTES="diarynotes",e.PRESCRIPTIONS="prescriptions",e.MEDICATION_SCHEME="medicationScheme",e.MEDICATION_SCHEME_PAGE_STATE="medicationSchemePageState",e.DELIVERED_MEDICATIONS="deliveredMedications",e.USER_INFOS="userInfos",e.MANDATE_TYPE="mandateType",e}(Hr||{}),Rt=function(e){return e.MONDAY="monday",e.TUESDAY="tuesday",e.WEDNESDAY="wednesday",e.THURSDAY="thursday",e.FRIDAY="friday",e.SATURDAY="saturday",e.SUNDAY="sunday",e}(Rt||{}),$e=function(e){return e.BEFOREBREAKFAST="beforebreakfast",e.DURINGBREAKFAST="duringbreakfast",e.AFTERBREAKFAST="afterbreakfast",e.MORNING="morning",e.BETWEENBREAKFASTANDLUNCH="betweenbreakfastandlunch",e.BEFORELUNCH="beforelunch",e.DURINGLUNCH="duringlunch",e.AFTERLUNCH="afterlunch",e.AFTERNOON="afternoon",e.BETWEENLUNCHANDDINNER="betweenlunchanddinner",e.BEFOREDINNER="beforedinner",e.DURINGDINNER="duringdinner",e.AFTERDINNER="afterdinner",e.EVENING="evening",e.THEHOUROFSLEEP="thehourofsleep",e.NIGHT="night",e.AFTERMEAL="aftermeal",e.BETWEENDINNERANDSLEEP="betweendinnerandsleep",e.BETWEENMEALS="betweenmeals",e}($e||{}),Ei=function(e){return e.CNK="cnk",e.INN="inn",e.VMP="vmp",e.EAN="ean",e.COMPOUND="compound",e}(Ei||{}),h=function(e){return e.NL="nl",e.FR="fr",e.DE="de",e.EN="en",e}(h||{}),J=function(e){return e.D="D",e.DA="DA",e.DD="DD",e.DE="DE",e.DN="DN",e.DQ="DQ",e.DT="DT",e.DV="DV",e.DW="DW",e.DX="DX",e.DZ="DZ",e.J="J",e.JD="JD",e.JH2="JH2",e.JQ="JQ",e.JT="JT",e.JV="JV",e.JZ="JZ",e.M="M",e.MA="MA",e.MC="MC",e.MD="MD",e.ME="ME",e.MN="MN",e.MQ="MQ",e.MS="MS",e.MT="MT",e.MV="MV",e.MX="MX",e.MZ2="MZ2",e.O1="O1",e.ONDEMAND="ondemand",e.U="U",e.UA="UA",e.UD="UD",e.UE="UE",e.UH="UH",e.UN="UN",e.UQ="UQ",e.US="US",e.UT="UT",e.UV="UV",e.UW="UW",e.UX="UX",e.UZ="UZ",e.W="W",e.WA="WA",e.WD="WD",e.WE="WE",e.WN="WN",e.WP="WP",e.WQ="WQ",e.WS="WS",e.WT="WT",e.WV="WV",e.WW="WW",e.WX="WX",e.WZ="WZ",e}(J||{}),Ya=function(e){return e.APPLICATION="application",e.CERTIFICATEHOLDER="certificateholder",e.DEPTALGOLOGY="deptalgology",e.DEPTANATOMOPATHOLOGY="deptanatomopathology",e.DEPTANESTHESIOLOGY="deptanesthesiology",e.DEPTBACTERIOLOGY="deptbacteriology",e.DEPTCARDIACSURGERY="deptcardiacsurgery",e.DEPTCARDIOLOGY="deptcardiology",e.DEPTCHILDANDADOLESCENTPSYCHIATRY="deptchildandadolescentpsychiatry",e.DEPTDENTISTRY="deptdentistry",e.DEPTDERMATOLOGY="deptdermatology",e.DEPTDIABETOLOGY="deptdiabetology",e.DEPTDIETETICS="deptdietetics",e.DEPTEMERGENCY="deptemergency",e.DEPTENDOCRINOLOGY="deptendocrinology",e.DEPTGASTROENTEROLOGY="deptgastroenterology",e.DEPTGENERALPRACTICE="deptgeneralpractice",e.DEPTGENETICS="deptgenetics",e.DEPTGERIATRY="deptgeriatry",e.DEPTGYNECOLOGY="deptgynecology",e.DEPTHANDSURGERY="depthandsurgery",e.DEPTHEMATOLOGY="depthematology",e.DEPTINFECTIOUSDISEASE="deptinfectiousdisease",e.DEPTINTENSIVECARE="deptintensivecare",e.DEPTKINESITHERAPY="deptkinesitherapy",e.DEPTLABORATORY="deptlaboratory",e.DEPTMAJORBURNS="deptmajorburns",e.DEPTMAXILLOFACIALSURGERY="deptmaxillofacialsurgery",e.DEPTMEDICINE="deptmedicine",e.DEPTMOLECULARBIOLOGY="deptmolecularbiology",e.DEPTNEONATALOGY="deptneonatalogy",e.DEPTNEPHROLOGY="deptnephrology",e.DEPTNEUROLOGY="deptneurology",e.DEPTNEUROSURGERY="deptneurosurgery",e.DEPTNTE="deptnte",e.DEPTNUCLEAR="deptnuclear",e.DEPTNURSING="deptnursing",e.DEPTNUTRITIONDIETETICS="deptnutritiondietetics",e.DEPTOBSTETRICS="deptobstetrics",e.DEPTOCCUPATIONALTHERAPY="deptoccupationaltherapy",e.DEPTONCOLOGY="deptoncology",e.DEPTOPHTALMOLOGY="deptophtalmology",e.DEPTORTHOPEDY="deptorthopedy",e.DEPTPALLIATIVECARE="deptpalliativecare",e.DEPTPEDIATRICINTENSIVECARE="deptpediatricintensivecare",e.DEPTPEDIATRICSURGERY="deptpediatricsurgery",e.DEPTPEDIATRY="deptpediatry",e.DEPTPHARMACY="deptpharmacy",e.DEPTPHYSICALMEDECINE="deptphysicalmedecine",e.DEPTPHYSIOTHERAPY="deptphysiotherapy",e.DEPTPLASTICANDREPARATORYSURGERY="deptplasticandreparatorysurgery",e.DEPTPNEUMOLOGY="deptpneumology",e.DEPTPODIATRY="deptpodiatry",e.DEPTPSYCHIATRY="deptpsychiatry",e.DEPTPSYCHOGERIATRY="deptpsychogeriatry",e.DEPTPSYCHOLOGY="deptpsychology",e.DEPTRADIOLOGY="deptradiology",e.DEPTRADIOTHERAPY="deptradiotherapy",e.DEPTREVALIDATION="deptrevalidation",e.DEPTRHEUMATOLOGY="deptrheumatology",e.DEPTSENOLOGY="deptsenology",e.DEPTSOCIALSERVICE="deptsocialservice",e.DEPTSPEECHTHERAPY="deptspeechtherapy",e.DEPTSPORTSMEDECINE="deptsportsmedecine",e.DEPTSTOMATOLOGY="deptstomatology",e.DEPTSURGERY="deptsurgery",e.DEPTTHORACICSURGERY="deptthoracicsurgery",e.DEPTTOXICOLOGY="depttoxicology",e.DEPTTROPICALMEDECINE="depttropicalmedecine",e.DEPTUROLOGY="depturology",e.DEPTVASCULARSURGERY="deptvascularsurgery",e.DEPTVISCERALDIGESTIVEABDOMINALSURGERY="deptvisceraldigestiveabdominalsurgery",e.GROUPOFNURSES="groupofnurses",e.GROUPOFPHYSICIANSDIFFERENTADDRESS="groupofphysiciansdifferentaddress",e.GROUPOFPHYSICIANSSAMEADDRESS="groupofphysicianssameaddress",e.GUARDPOST="guardpost",e.HUB="hub",e.ORGHOSPITAL="orghospital",e.ORGINSURANCE="orginsurance",e.ORGLABORATORY="orglaboratory",e.ORGPHARMACY="orgpharmacy",e.ORGPOLYCLINIC="orgpolyclinic",e.ORGPRACTICE="orgpractice",e.ORGPREVENTION="orgprevention",e.ORGPRIMARYHEALTHCARECENTER="orgprimaryhealthcarecenter",e.ORGPSYCHIATRICCAREHOME="orgpsychiatriccarehome",e.ORGPUBLICHEALTH="orgpublichealth",e.ORGRETIREMENTHOME="orgretirementhome",e.ORGREVALIDATIONCENTER="orgrevalidationcenter",e.ORGSHELTEREDLIVING="orgshelteredliving",e.PATIENT="patient",e.PERSADMINISTRATIVE="persadministrative",e.PERSAMBULANCEFIRSTAID="persambulancefirstaid",e.PERSAPPLIEDPSYCHBACHELOR="persappliedpsychbachelor",e.PERSAUDICIAN="persaudician",e.PERSAUDIOLOGIST="persaudiologist",e.PERSBIOLOGIST="persbiologist",e.PERSCLINICALORTHOPEDAGOGIST="persclinicalorthopedagogist",e.PERSCLINICALPSYCHOLOGIST="persclinicalpsychologist",e.PERSDENTIST="persdentist",e.PERSDIETICIAN="persdietician",e.PERSEDUCATOR="perseducator",e.PERSFAMILYSCIENCEBACHELOR="persfamilysciencebachelor",e.PERSGERONTOLOGYMASTER="persgerontologymaster",e.PERSLOGOPEDIST="perslogopedist",e.PERSMIDWIFE="persmidwife",e.PERSNURSE="persnurse",e.PERSOCCUPATIONALTHERAPIST="persoccupationaltherapist",e.PERSOPTICIAN="persoptician",e.PERSORALDENTALHYGIENIST="persoraldentalhygienist",e.PERSORTHOPEDAGOGISTMASTER="persorthopedagogistmaster",e.PERSORTHOPTIST="persorthoptist",e.PERSORTHOTIST="persorthotist",e.PERSPATIENTDRIVER="perspatientdriver",e.PERSPEDAGOGYBACHELOR="perspedagogybachelor",e.PERSPHARMACIST="perspharmacist",e.PERSPHARMACISTCLINICALBIOLOGIST="perspharmacistclinicalbiologist",e.PERSPHARMACYASSISTANT="perspharmacyassistant",e.PERSPHYSICIAN="persphysician",e.PERSPHYSIOTHERAPIST="persphysiotherapist",e.PERSPODOLOGIST="perspodologist",e.PERSPRACTICALNURSE="perspracticalnurse",e.PERSPSYCHOLOGIST="perspsychologist",e.PERSPSYCHOMOTORTHERAPYMASTER="perspsychomotortherapymaster",e.PERSREADAPTATIONBACHELOR="persreadaptationbachelor",e.PERSSOCIALWORKER="perssocialworker",e.PERSTECHNICIAN="perstechnician",e.PERSTRUSSMAKER="perstrussmaker",e}(Ya||{}),e0=function(e){return e.ascending="asc",e.descending="desc",e}(e0||{}),ji=function(e){return e.ACUTE="acute",e.CHRONIC="chronic",e.ONESHOT="oneshot",e.REACTIVATION="reactivation",e.REMISSION="remission",e.SUBACUTE="subacute",e}(ji||{});h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE;var Ur={getAuthorizationHeader:e=>`Bearer ${e}`,getUserType:e=>e.isProfessional?"professional":"patient",clientType:{webApp:"webapp",mobileApp:"mobapp"}},qo={exchangeClientId:"exchange-client-id",authorization:"Authorization",userType:"user-type",clientType:"client-type"},Ys=class extends Error{};Ys.prototype.name="InvalidTokenError";function OCe(e){return decodeURIComponent(atob(e).replace(/(.)/g,(t,n)=>{let a=n.charCodeAt(0).toString(16).toUpperCase();return a.length<2&&(a="0"+a),"%"+a}))}function RCe(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return OCe(t)}catch{return atob(t)}}function MCe(e,t){if(typeof e!="string")throw new Ys("Invalid token specified: must be a string");t||(t={});let n=t.header===!0?0:1,a=e.split(".")[n];if(typeof a!="string")throw new Ys(`Invalid token specified: missing part #${n+1}`);let i;try{i=RCe(a)}catch(r){throw new Ys(`Invalid token specified: invalid base64 for part #${n+1} (${r.message})`)}try{return JSON.parse(i)}catch(r){throw new Ys(`Invalid token specified: invalid json for part #${n+1} (${r.message})`)}}var PCe=class extends jC{constructor(e,t,n){super(e,Hr.USER_INFOS,t,n,Hr.USER_INFOS),this.getLocalAccessToken=e.getAccessToken}getDataFromBackend(){return ka(this,null,function*(){return MCe(yield this.getLocalAccessToken("")).userProfile})}},WC=(()=>{const t=class t{get isProfessional(){return this._isProfessional}set isProfessional(a){this._isProfessional=a}get patientSsin(){return this._patientSsin}set patientSsin(a){this._patientSsin=a}get isOfflineDataStorageEnabled(){return this._offlineDataStorageEnabled}set isOfflineDataStorageEnabled(a){this._offlineDataStorageEnabled=a}get isOfflineAuthenticated(){return this._isOfflineAuthenticated}set isOfflineAuthenticated(a){this._isOfflineAuthenticated=a}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})();function NCe(e){var t,n;return((t=e==null?void 0:e.children)==null?void 0:t.length)>0?e.children[0].ssin:((n=e==null?void 0:e.mandators)==null?void 0:n.length)>0?e.mandators[0].ssin:e.ssin}var LCe=(()=>{const t=class t extends WC{constructor(){super(...arguments),this.servicesStore=_(Xu)}resolveSsin(){return ka(this,null,function*(){if(this.isProfessional===!0)return this.patientSsin;let a=yield this.fetchUserProfileToken();return NCe(a)})}resolvePatientInfo(){return ka(this,null,function*(){return yield this.fetchUserProfileToken()})}resolveUserInfo(){return ka(this,null,function*(){var u,p,b,g;let a=yield this.fetchUserProfileToken(),i=a.lastName,r=a.firstName,s=this.extractProfessionalRole(a),l=((u=a==null?void 0:a.organizations)==null?void 0:u.length)>0&&((p=a==null?void 0:a.organizations[0])!=null&&p.pharmacy)?"pharmacist":void 0,c=(b=a==null?void 0:a.organizations)!=null&&b.length&&l!==void 0?a==null?void 0:a.organizations[0]:void 0,d=this.resolveProfessional(a,s)?a[s]:void 0;return{firstName:r,ssin:a.ssin,lastName:i,role:l||s,organization:c&&l?c:void 0,professional:d,mandator:((g=a==null?void 0:a.mandators)==null?void 0:g.length)>0}})}isMandator(){return ka(this,null,function*(){var a,i;return((i=(a=yield this.fetchUserProfileToken())==null?void 0:a.mandators)==null?void 0:i.length)>0})}resolveProfessional(a,i){return i?a[i]:void 0}extractProfessionalRole(a){let i=["physician","nurse","midwife","dentist"],r="patient";return i.forEach(s=>{a[s]&&(r=s)}),r}fetchUserProfileToken(){return this.accessTokenService.getData(!0)}registerAccessTokenService(a,i){this.isOfflineAuthenticated=a,this.isOfflineDataStorageEnabled=i,this.accessTokenService=new PCe(this.servicesStore.getServices(),a,i)}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),FCe=(()=>{const t=class t extends WC{resolveSsin(){return ka(this,null,function*(){return Promise.resolve("00000000097")})}resolvePatientInfo(){return Promise.resolve({firstName:"John",lastName:"Doe",ssin:"00000000097"})}resolveUserInfo(){return Promise.resolve({firstName:"John",lastName:"Doe",ssin:"00000000097",role:"patient",organization:void 0,professional:void 0,mandator:!1})}isMandator(){return ka(this,null,function*(){return Promise.resolve(!1)})}registerAccessTokenService(a,i){this.isOfflineAuthenticated=a,this.isOfflineDataStorageEnabled=i}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),VCe=(()=>{const t=class t{constructor(){this.http=_(Jl)}get(a,i,r){return qc()?this.http.get(a,{headers:r}):vt(i)}patch(a,i,r){return qc()?this.http.patch(a,{},{headers:r}):vt(i)}post(a,i,r){return qc()?this.http.post(a,{},{headers:r}):vt(i)}delete(a,i,r){return qc()?this.http.delete(a,{headers:r}):vt(i)}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),qc=()=>window.Cypress;function zCe(e){return e.firstName&&e.lastName?e.firstName+" "+e.lastName:e.name}var qC={fr:["fr","nl","de","en"],nl:["nl","fr","de","en"],de:["de","fr","nl","en"],en:["en","nl","fr","de"]};function ic(e,t){if(e){t=t==null?void 0:t.substring(0,2);for(let n of qC[t]){let a=e.find(i=>i.lang===n);if(a)return a.value}return e.length>0?e[0].value:"Missing translation"}}function BCe(e,t){if(!(!e||Object.keys(e).length<1)){t=t==null?void 0:t.substring(0,2);for(let n of qC[t]){let a=e.find(i=>i.lang===n);if(a)return a}return e.length>0?e[0]:void 0}}var ur=function(e){return e.INITIAL="INITIAL",e.LOADING="LOADING",e.SUCCESS="SUCCESS",e.UPDATING="UPDATING",e.ERROR="ERROR",e}(ur||{}),Vn=function(e){return e.NO_DATA="NO_DATA",e.TEMP_UNAVAILABLE="TEMP_UNAVAILABLE",e.NOT_AUTHORIZED="NOT_AUTHORIZED",e.OTHER="OTHER",e}(Vn||{});function jCe(e,t){return ka(this,null,function*(){t.next({status:ur.LOADING});try{let n=yield e,a={status:ur.SUCCESS,data:n};return t.next(a),a}catch(n){let a={status:ur.ERROR,error:WCe(n)};return t.next(a),a}})}var fy={[Vn.NO_DATA]:["VIDIS_0140"],[Vn.TEMP_UNAVAILABLE]:["VIDIS_0121","VIDIS_0122","VIDIS_0123","VIDIS_0124","VIDIS_0125","VIDIS_0126","VIDIS_0131","VIDIS_0132","VIDIS_0133","VIDIS_0134","VIDIS_0135","VIDIS_0136"],[Vn.NOT_AUTHORIZED]:["VIDIS_3150","VIDIS_3090","VIDIS_3140","VIDIS_3100","VIDIS_3120","VIDIS_0400","VIDIS_3030","VIDIS_0100","VIDIS_0120","VIDIS_0110","VIDIS_0200","VIDIS_0340","VIDIS_0341"],[Vn.OTHER]:[]};function HCe(e){for(let t of Object.keys(fy))if(fy[t].includes(e))return t;return Vn.OTHER}function UCe(e,t,n){let a=e||"UNKNOWN",i=HCe(a);return{code:a,message:n??"An unexpected error occurred",group:i,traceId:t}}function WCe(e){var i,r,s;let t=((i=e.error)==null?void 0:i.code)??void 0,n=((r=e.error)==null?void 0:r.message)??e.message,a=(s=e.headers)==null?void 0:s.get("trace-id");return UCe(t,a,n)}var El=(()=>{const t=class t{constructor(){this.config=_(Ds),this.injector=_(pt),this._instance=null}getInstance(){if(!this._instance){let a=this.config.getEnvironmentVariable("env")==="demo";this._instance=a?this.injector.get(FCe):this.injector.get(LCe)}return this._instance}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),qCe={HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)"};function GCe(e,t){if(e&1){let n=xt();D(0,"div",1)(1,"button",2),xe("click",function(){Ee(n);let a=L();return Ce(a.action())}),P(2),I()()}if(e&2){let n=L();C(2),ne(" ",n.data.action," ")}}var YCe=["label"];function $Ce(e,t){}var ZCe=Math.pow(2,31)-1,Lm=class{constructor(e,t){o(this,"_overlayRef");o(this,"instance");o(this,"containerInstance");o(this,"_afterDismissed",new he);o(this,"_afterOpened",new he);o(this,"_onAction",new he);o(this,"_durationTimeoutId");o(this,"_dismissedByAction",!1);this._overlayRef=t,this.containerInstance=e,e._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(e){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(e,ZCe))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}},GC=new Y("MatSnackBarData"),$d=class{constructor(){o(this,"politeness","assertive");o(this,"announcementMessage","");o(this,"viewContainerRef");o(this,"duration",0);o(this,"panelClass");o(this,"direction");o(this,"data",null);o(this,"horizontalPosition","center");o(this,"verticalPosition","bottom")}},KCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"]}));let e=t;return e})(),XCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"]}));let e=t;return e})(),QCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"]}));let e=t;return e})(),JCe=(()=>{const t=class t{constructor(){o(this,"snackBarRef",_(Lm));o(this,"data",_(GC))}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(a,i){a&1&&(D(0,"div",0),P(1),I(),V(2,GCe,3,1,"div",1)),a&2&&(C(),ne(" ",i.data.message,`
50
- `),C(),W(i.hasAction?2:-1))},dependencies:[$n,KCe,XCe,QCe],styles:[`.mat-mdc-simple-snack-bar{display:flex}
51
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),dp="_mat-snack-bar-enter",up="_mat-snack-bar-exit",eSe=(()=>{const t=class t extends Lu{constructor(){super();o(this,"_ngZone",_(Le));o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_platform",_($t));o(this,"_rendersRef");o(this,"_animationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"snackBarConfig",_($d));o(this,"_document",_(ot));o(this,"_trackedModals",new Set);o(this,"_enterFallback");o(this,"_exitFallback");o(this,"_renders",new he);o(this,"_announceDelay",150);o(this,"_announceTimeoutId");o(this,"_destroyed",!1);o(this,"_portalOutlet");o(this,"_onAnnounce",new he);o(this,"_onExit",new he);o(this,"_onEnter",new he);o(this,"_animationState","void");o(this,"_live");o(this,"_label");o(this,"_role");o(this,"_liveElementId",_(la).getId("mat-snack-bar-container-live-"));o(this,"attachDomPortal",i=>{this._assertNotAttached();let r=this._portalOutlet.attachDomPortal(i);return this._afterPortalAttached(),r});let i=this.snackBarConfig;i.politeness==="assertive"&&!i.announcementMessage?this._live="assertive":i.politeness==="off"?this._live="off":this._live="polite",this._platform.FIREFOX&&(this._live==="polite"&&(this._role="status"),this._live==="assertive"&&(this._role="alert")),this._rendersRef=Nf(()=>this._renders.next(),{manualCleanup:!0})}attachComponentPortal(i){this._assertNotAttached();let r=this._portalOutlet.attachComponentPortal(i);return this._afterPortalAttached(),r}attachTemplatePortal(i){this._assertNotAttached();let r=this._portalOutlet.attachTemplatePortal(i);return this._afterPortalAttached(),r}onAnimationEnd(i){i===up?this._completeExit():i===dp&&(clearTimeout(this._enterFallback),this._ngZone.run(()=>{this._onEnter.next(),this._onEnter.complete()}))}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce(),this._animationsDisabled?this._renders.pipe(Ka(1)).subscribe(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(dp)))}):(clearTimeout(this._enterFallback),this._enterFallback=setTimeout(()=>{this._elementRef.nativeElement.classList.add("mat-snack-bar-fallback-visible"),this.onAnimationEnd(dp)},200)))}exit(){return this._destroyed?vt(void 0):(this._ngZone.run(()=>{this._animationState="hidden",this._changeDetectorRef.markForCheck(),this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId),this._animationsDisabled?this._renders.pipe(Ka(1)).subscribe(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(up)))}):(clearTimeout(this._exitFallback),this._exitFallback=setTimeout(()=>this.onAnimationEnd(up),200))}),this._onExit)}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit(),this._renders.complete(),this._rendersRef.destroy()}_completeExit(){clearTimeout(this._exitFallback),queueMicrotask(()=>{this._onExit.next(),this._onExit.complete()})}_afterPortalAttached(){let i=this._elementRef.nativeElement,r=this.snackBarConfig.panelClass;r&&(Array.isArray(r)?r.forEach(c=>i.classList.add(c)):i.classList.add(r)),this._exposeToModals();let s=this._label.nativeElement,l="mdc-snackbar__label";s.classList.toggle(l,!s.querySelector(`.${l}`))}_exposeToModals(){let i=this._liveElementId,r=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let s=0;s<r.length;s++){let l=r[s],c=l.getAttribute("aria-owns");this._trackedModals.add(l),c?c.indexOf(i)===-1&&l.setAttribute("aria-owns",c+" "+i):l.setAttribute("aria-owns",i)}}_clearFromModals(){this._trackedModals.forEach(i=>{let r=i.getAttribute("aria-owns");if(r){let s=r.replace(this._liveElementId,"").trim();s.length>0?i.setAttribute("aria-owns",s):i.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{if(this._destroyed)return;let i=this._elementRef.nativeElement,r=i.querySelector("[aria-hidden]"),s=i.querySelector("[aria-live]");if(r&&s){let l=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&r.contains(document.activeElement)&&(l=document.activeElement),r.removeAttribute("aria-hidden"),s.appendChild(r),l==null||l.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-snack-bar-container"]],viewQuery:function(i,r){if(i&1&&(Ze(fn,7),Ze(YCe,7)),i&2){let s;ye(s=_e())&&(r._portalOutlet=s.first),ye(s=_e())&&(r._label=s.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container"],hostVars:6,hostBindings:function(i,r){i&1&&xe("animationend",function(s){return r.onAnimationEnd(s.animationName)})("animationcancel",function(s){return r.onAnimationEnd(s.animationName)}),i&2&&Se("mat-snack-bar-container-enter",r._animationState==="visible")("mat-snack-bar-container-exit",r._animationState==="hidden")("mat-snack-bar-container-animations-enabled",!r._animationsDisabled)},features:[Be],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface","mat-mdc-snackbar-surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(i,r){i&1&&(D(0,"div",1)(1,"div",2,0)(3,"div",3),V(4,$Ce,0,0,"ng-template",4),I(),Z(5,"div"),I()()),i&2&&(C(5),be("aria-live",r._live)("role",r._role)("id",r._liveElementId))},dependencies:[fn],styles:[`@keyframes _mat-snack-bar-enter{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _mat-snack-bar-exit{from{opacity:1}to{opacity:0}}.mat-mdc-snack-bar-container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:8px}.mat-mdc-snack-bar-handset .mat-mdc-snack-bar-container{width:100vw}.mat-snack-bar-container-animations-enabled{opacity:0}.mat-snack-bar-container-animations-enabled.mat-snack-bar-fallback-visible{opacity:1}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-enter{animation:_mat-snack-bar-enter 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-exit{animation:_mat-snack-bar-exit 75ms cubic-bezier(0.4, 0, 1, 1) forwards}.mat-mdc-snackbar-surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-left:0;padding-right:8px}[dir=rtl] .mat-mdc-snackbar-surface{padding-right:0;padding-left:8px}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{min-width:344px;max-width:672px}.mat-mdc-snack-bar-handset .mat-mdc-snackbar-surface{width:100%;min-width:0}@media(forced-colors: active){.mat-mdc-snackbar-surface{outline:solid 1px}}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{color:var(--mdc-snackbar-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mdc-snackbar-container-shape, var(--mat-sys-corner-extra-small));background-color:var(--mdc-snackbar-container-color, var(--mat-sys-inverse-surface))}.mdc-snackbar__label{width:100%;flex-grow:1;box-sizing:border-box;margin:0;padding:14px 8px 14px 16px}[dir=rtl] .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-family:var(--mdc-snackbar-supporting-text-font, var(--mat-sys-body-medium-font));font-size:var(--mdc-snackbar-supporting-text-size, var(--mat-sys-body-medium-size));font-weight:var(--mdc-snackbar-supporting-text-weight, var(--mat-sys-body-medium-weight));line-height:var(--mdc-snackbar-supporting-text-line-height, var(--mat-sys-body-medium-line-height))}.mat-mdc-snack-bar-actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled).mat-unthemed{color:var(--mat-snack-bar-button-color, var(--mat-sys-inverse-primary))}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){--mat-text-button-state-layer-color:currentColor;--mat-text-button-ripple-color:currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}
52
- `],encapsulation:2}));let e=t;return e})();function tSe(){return new $d}var aSe=new Y("mat-snack-bar-default-options",{providedIn:"root",factory:tSe}),iSe=(()=>{const t=class t{constructor(){o(this,"_overlay",_(ui));o(this,"_live",_(mk));o(this,"_injector",_(pt));o(this,"_breakpointObserver",_(lk));o(this,"_parentSnackBar",_(t,{optional:!0,skipSelf:!0}));o(this,"_defaultConfig",_(aSe));o(this,"_snackBarRefAtThisLevel",null);o(this,"simpleSnackBarComponent",JCe);o(this,"snackBarContainerComponent",eSe);o(this,"handsetCssClass","mat-mdc-snack-bar-handset")}get _openedSnackBarRef(){let a=this._parentSnackBar;return a?a._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(a){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=a:this._snackBarRefAtThisLevel=a}openFromComponent(a,i){return this._attach(a,i)}openFromTemplate(a,i){return this._attach(a,i)}open(a,i="",r){let s=ue(ue({},this._defaultConfig),r);return s.data={message:a,action:i},s.announcementMessage===a&&(s.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,s)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(a,i){let r=i&&i.viewContainerRef&&i.viewContainerRef.injector,s=pt.create({parent:r||this._injector,providers:[{provide:$d,useValue:i}]}),l=new io(this.snackBarContainerComponent,i.viewContainerRef,s),c=a.attach(l);return c.instance.snackBarConfig=i,c.instance}_attach(a,i){let r=ue(ue(ue({},new $d),this._defaultConfig),i),s=this._createOverlay(r),l=this._attachSnackBarContainer(s,r),c=new Lm(l,s);if(a instanceof ba){let d=new go(a,null,{$implicit:r.data,snackBarRef:c});c.instance=l.attachTemplatePortal(d)}else{let d=this._createInjector(r,c),u=new io(a,void 0,d),p=l.attachComponentPortal(u);c.instance=p.instance}return this._breakpointObserver.observe(qCe.HandsetPortrait).pipe(Ut(s.detachments())).subscribe(d=>{s.overlayElement.classList.toggle(this.handsetCssClass,d.matches)}),r.announcementMessage&&l._onAnnounce.subscribe(()=>{this._live.announce(r.announcementMessage,r.politeness)}),this._animateSnackBar(c,r),this._openedSnackBarRef=c,this._openedSnackBarRef}_animateSnackBar(a,i){a.afterDismissed().subscribe(()=>{this._openedSnackBarRef==a&&(this._openedSnackBarRef=null),i.announcementMessage&&this._live.clear()}),i.duration&&i.duration>0&&a.afterOpened().subscribe(()=>a._dismissAfter(i.duration)),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{a.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):a.containerInstance.enter()}_createOverlay(a){let i=new $l;i.direction=a.direction;let r=this._overlay.position().global(),s=a.direction==="rtl",l=a.horizontalPosition==="left"||a.horizontalPosition==="start"&&!s||a.horizontalPosition==="end"&&s,c=!l&&a.horizontalPosition!=="center";return l?r.left("0"):c?r.right("0"):r.centerHorizontally(),a.verticalPosition==="top"?r.top("0"):r.bottom("0"),i.positionStrategy=r,this._overlay.create(i)}_createInjector(a,i){let r=a&&a.viewContainerRef&&a.viewContainerRef.injector;return pt.create({parent:r||this._injector,providers:[{provide:Lm,useValue:i},{provide:GC,useValue:a.data}]})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),nSe=(()=>{const t=class t{constructor(){this.snackbar=_(iSe),this.translate=_(La)}showSuccess(a,i="commons.close",r=5e3){return this.snackbar.open(this.translate.instant(a),this.translate.instant(i),{duration:r,panelClass:"mh-snackbar--success"})}showError(a,i="commons.close",r=5e3){return this.snackbar.open(this.translate.instant(a),this.translate.instant(i),{duration:r,panelClass:"mh-snackbar--error"})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),rSe={demo:{env:tr.DEMO},dev:{apiUrl:"http://vidis-fake-api.test.paas.vasdc.be",env:tr.DEV},int:{apiUrl:"https://vidis-api.int.pub.vascloud.be/REST/vidis",env:tr.INT},acc:{apiUrl:"https://vidis-api.acc.vasha.be/REST/vidis",env:tr.ACC},prod:{apiUrl:"https://vidis-api.vasha.be/REST/vidis",env:tr.PROD}},Ds=(()=>{const t=class t{setEnvironment(a){this.configVariables=rSe[tr[a.toUpperCase()]]||{}}getEnvironmentVariable(a){return this.configVariables[a]}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),oSe=(e,t)=>{let n=_(El).getInstance(),a=_(Xu),i=_(Ds).getEnvironmentVariable("apiUrl");if(e.url.includes("assets/")||e.url.startsWith("http")||!i)return t(e);if(n.isOfflineAuthenticated)return vt();let r=e.headers||new no,s=n.isProfessional;return vr(a.getServices().getAccessToken("")).pipe(rl(l=>t(e.clone({url:`${i}${e.url}`,headers:r.set(qo.authorization,Ur.getAuthorizationHeader(l)).set(qo.userType,Ur.getUserType({isProfessional:s})).set(qo.clientType,HC()?Ur.clientType.mobileApp:Ur.clientType.webApp)}))))};function sSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var lSe=["de",[["AM","PM"],void 0,void 0],void 0,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],void 0,void 0],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",void 0,"{1} 'um' {0}",void 0],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[void 0,"р."],CUC:[void 0,"Cub$"],DEM:["DM"],FKP:[void 0,"Fl£"],GHS:[void 0,"₵"],GNF:[void 0,"F.G."],KMF:[void 0,"FC"],PHP:[void 0,"₱"],RON:[void 0,"L"],RUR:[void 0,"р."],RWF:[void 0,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[void 0,"K"]},"ltr",sSe];function cSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var dSe=["en",[["a","p"],["AM","PM"],void 0],[["AM","PM"],void 0,void 0],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],void 0,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",void 0,"{1} 'at' {0}",void 0],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",cSe];function uSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return t===0||t===1?1:a===0&&t!==0&&t%1e6===0&&n===0||!(a>=0&&a<=5)?4:5}var hSe=["fr",[["AM","PM"],void 0,void 0],void 0,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],void 0,[["av. J.-C.","ap. J.-C."],void 0,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",void 0],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[void 0,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[void 0,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[void 0,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[void 0,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[void 0,"¥"],KMF:[void 0,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[void 0,"$C"],NZD:["$NZ","$"],PHP:[void 0,"₱"],RHD:["$RH"],RON:[void 0,"L"],RWF:[void 0,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[void 0,"$T"],TTD:["$TT","$"],TWD:[void 0,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[void 0,"$"],XPF:["FCFP"],ZMW:[void 0,"Kw"]},"ltr",uSe];function pSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var mSe=["nl",[["a.m.","p.m."],void 0,void 0],void 0,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],void 0,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",void 0,"{1} 'om' {0}",void 0],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],BYN:[void 0,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[void 0,"₱"],RUR:[void 0,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",pSe];Nu(lSe,"de");Nu(mSe,"nl");Nu(hSe,"fr");Nu(dSe,"en");var fSe=class{handleError(e){throw new Error(e)}},gSe=class extends YE{getFirstDayOfWeek(){return 1}format(e){return Po(e,"dd/MM/yyyy")}parse(e){return bCe(e,"dd/MM/yyyy",new Date)}},bSe={parse:{dateInput:"DD/MM/YYYY"},display:{dateInput:"DD/MM/YYYY",monthYearLabel:{year:"numeric",month:"long"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}},vSe=[pke(),E1e(C1e([oSe])),ICe(),{provide:qi,useClass:fSe},{provide:Da,useClass:gSe,deps:[sm]},{provide:po,useValue:bSe},{provide:rC,useClass:mke},{provide:XE,useValue:{panelClass:"mh-dialog-container"}}],ySe=Ky(Rle(),1),_Se=new Y("MESSAGE_FORMAT_CONFIG"),xSe={biDiSupport:!1,formatters:{},strictNumberSign:!1,currency:"USD",strictPluralKeys:!0,throwOnError:!1,fallbackPrefix:void 0},wSe=(()=>{const t=class t extends ac{constructor(a){super(),this.mfCache=new Map;let{formatters:i,biDiSupport:r,strictNumberSign:s,currency:l,strictPluralKeys:c,throwOnError:d,fallbackPrefix:u}=ue(ue({},xSe),a);this.messageFormatOptions={customFormatters:i,biDiSupport:r,strict:s,currency:l,strictPluralKeys:c},this.throwOnError=!!d,this.fallbackPrefix=u}compile(a,i){if(this.fallbackPrefix&&a.startsWith(this.fallbackPrefix))return a.slice(this.fallbackPrefix.length);let r;try{r=this.getMessageFormatInstance(i).compile(a)}catch(s){if(this.throwOnError)throw s;console.error(s),console.error(`[ngx-translate-messageformat-compiler] Could not compile message for lang '${i}': '${a}'`),r=ESe(a,i)}return this.throwOnError||(r=kSe(r,a)),r}compileTranslations(a,i){return typeof a=="string"?this.compile(a,i):Object.keys(a).reduce((r,s)=>{let l=a[s];return r[s]=this.compileTranslations(l,i),r},{})}getMessageFormatInstance(a){return this.mfCache.has(a)||this.mfCache.set(a,new ySe.default(a,this.messageFormatOptions)),this.mfCache.get(a)}};t.ɵfac=function(a){return new(a||t)(ke(_Se,8))},t.ɵprov=$({token:t,factory:t.ɵfac});let e=t;return e})();function kSe(e,t){return n=>{let a=t;try{a=e(n)}catch(i){console.error(i),console.error(`[ngx-translate-messageformat-compiler] Could not interpolate '${t}' with params '${n}'`)}return a}}function ESe(e,t){return()=>(console.warn(`[ngx-translate-messageformat-compiler] Falling back to original invalid message: '${e}' ('${t}')`),String(e))}var YC={};ve(YC,{"00001":()=>$C,"00002":()=>ZC,"00003":()=>KC,"00004":()=>XC,"00005":()=>QC,"00006":()=>JC,"00007":()=>eS,"00008":()=>tS,"00009":()=>aS,"00010":()=>iS,"00011":()=>nS,"00012":()=>rS,"00013":()=>oS,"00014":()=>sS,"00015":()=>lS,"00016":()=>cS,"00017":()=>dS,"00018":()=>uS,"00019":()=>hS,"00020":()=>pS,"00021":()=>mS,"00022":()=>fS,"00023":()=>gS,"00024":()=>bS,"00025":()=>vS,"00026":()=>yS,"00027":()=>_S,"00028":()=>xS,"00029":()=>wS,"00030":()=>kS,ampoule:()=>ZS,bandage:()=>WS,bottle:()=>KS,box:()=>GS,cm:()=>ES,default:()=>CSe,dropsperminute:()=>CS,"effervescent-tablet":()=>HS,gm:()=>SS,internationalunits:()=>DS,iu:()=>BS,liter:()=>YS,"mck/h":()=>IS,"mck/kg/minute":()=>TS,measure:()=>AS,meq:()=>VS,mg:()=>LS,"mg/h":()=>OS,"mg/ml":()=>FS,micrograms:()=>US,miu:()=>zS,"ml/h":()=>RS,mmol:()=>jS,piece:()=>qS,syringe:()=>$S,"syringe-ampoule":()=>XS,tbl:()=>MS,tsp:()=>PS,"unt/h":()=>NS});var $C="{count, plural, one{kaffeelöffel (5 ml)} other{kaffeelöffellen (5 ml)}}",ZC="{count, plural, one{Ampulle} other{Ampullen}}",KC="anwenden",XC="{count, plural, one{Kapsel} other{Kapseln}}",QC="{count, plural, one{Tablette} other{Tabletten}}",JC="Dosis",eS="{count, plural, one{Tropf} other{Tropfen}}",tS="{count, plural, one{Fläsche} other{Fläschchen}}",aS="{count, plural, one{Implantat} other{Implantate}}",iS="{count, plural, one{Infusion} other{Infusionen}}",nS="{count, plural, one{Inhalation} other{Inhalationen}}",rS="Einstechen",oS="Kaugummi",sS="{count, plural, one{Kompresse} other{Kompressen}}",lS="{count, plural, one{Einlauf} other{Einläufe}}",cS="ml",dS="Ov.",uS="{count, plural, one{Perle} other{Perlen}}",hS="{count, plural, one{Pastille} other{Pastillen}}",pS="Pflaster",mS="cart",fS="Pen",gS="{count, plural, one{Puff} other{Puffs}}",bS="{count, plural, one{Schwamm} other{Schwämme}}",vS="{count, plural, one{Stift} other{Stifte}}",yS="Suppo",_S="Tube",xS="{count, plural, one{Docht} other{Dochte}}",wS="Beutel",kS="Beutel",ES="Zentimeter",CS="{count, plural, one{Tropf pro Minute} other{Tropfen pro Minute}}",SS="Gramm",DS="{count, plural, one{Internationale Einheit} other{Internationale Einheiten}}",IS="Mikrogramm pro Stunde",TS="Mikrogramm pro Kilogramm pro Minute",AS="Maß",OS="Miligramm pro Stunde",RS="Milliliter pro Stunde",MS="Esslöffel",PS="Kaffeelöffel",NS="{count, plural, one{Einheit pro Stunde} other{Einheiten pro Stunde}}",LS="Milligramm",FS="Milligramm pro Millimeter",VS="meq",zS="miu",BS="iu",jS="mmol",HS="effervescent-tablet",US="micrograms",WS="{count, plural, one{bandage} other{bandagen}}",qS="{count, plural, one{stück} other{stücke}}",GS="schachteln",YS="liter",$S="{count, plural, one{spritze} other{spritzen}}",ZS="{count, plural, one{glühbirn} other{glühbirnen}}",KS="{count, plural, one{Fläsche} other{Fläschchen}}",XS="{count, plural, one{spritze-ampulle} other{spritzen-ampulle}}",CSe={"00001":$C,"00002":ZC,"00003":KC,"00004":XC,"00005":QC,"00006":JC,"00007":eS,"00008":tS,"00009":aS,"00010":iS,"00011":nS,"00012":rS,"00013":oS,"00014":sS,"00015":lS,"00016":cS,"00017":dS,"00018":uS,"00019":hS,"00020":pS,"00021":mS,"00022":fS,"00023":gS,"00024":bS,"00025":vS,"00026":yS,"00027":_S,"00028":xS,"00029":wS,"00030":kS,cm:ES,dropsperminute:CS,gm:SS,internationalunits:DS,"mck/h":IS,"mck/kg/minute":TS,measure:AS,"mg/h":OS,"ml/h":RS,tbl:MS,tsp:PS,"unt/h":NS,mg:LS,"mg/ml":FS,meq:VS,miu:zS,iu:BS,mmol:jS,"effervescent-tablet":HS,micrograms:US,bandage:WS,piece:qS,box:GS,liter:YS,syringe:$S,ampoule:ZS,bottle:KS,"syringe-ampoule":XS},QS={};ve(QS,{"00001":()=>JS,"00002":()=>e2,"00003":()=>t2,"00004":()=>a2,"00005":()=>i2,"00006":()=>n2,"00007":()=>r2,"00008":()=>o2,"00009":()=>s2,"00010":()=>l2,"00011":()=>c2,"00012":()=>d2,"00013":()=>u2,"00014":()=>h2,"00015":()=>p2,"00016":()=>m2,"00017":()=>f2,"00018":()=>g2,"00019":()=>b2,"00020":()=>v2,"00021":()=>y2,"00022":()=>_2,"00023":()=>x2,"00024":()=>w2,"00025":()=>k2,"00026":()=>E2,"00027":()=>C2,"00028":()=>S2,"00029":()=>D2,"00030":()=>I2,ampoule:()=>eD,bandage:()=>Z2,bottle:()=>tD,box:()=>X2,cm:()=>T2,default:()=>SSe,dropsperminute:()=>A2,"effervescent-tablet":()=>Y2,gm:()=>O2,internationalunits:()=>R2,iu:()=>q2,liter:()=>Q2,"mck/h":()=>M2,"mck/kg/minute":()=>P2,measure:()=>N2,meq:()=>U2,mg:()=>j2,"mg/h":()=>L2,"mg/ml":()=>H2,micrograms:()=>$2,miu:()=>W2,"ml/h":()=>F2,mmol:()=>G2,piece:()=>K2,syringe:()=>J2,"syringe-ampoule":()=>aD,tbl:()=>V2,tsp:()=>z2,"unt/h":()=>B2});var JS="{count, plural, one{Teaspoon (5 ml)} other{Teaspoons (5 ml)}}",e2="{count, plural, one{ampoule} other{ampoules}}",t2="applic.",a2="{count, plural, one{capsule} other{capsules}}",i2="{count, plural, one{tablet} other{tablets}}",n2="{count, plural, one{dose} other{doses}}",r2="{count, plural, one{drop} other{drops}}",o2="{count, plural, one{bottle} other{bottles}}",s2="{count, plural, one{implant} other{implants}}",l2="{count, plural, one{perfusion} other{perfusions}}",c2="{count, plural, one{inhalation} other{inhalations}}",d2="insert",u2="{count, plural, one{chewing gum} other{chewing gums}}",h2="{count, plural, one{compress} other{compresses}}",p2="enema",m2="ml",f2="{count, plural, one{ovule} other{ovules}}",g2="{count, plural, one{pearl} other{pearls}}",b2="{count, plural, one{pastille} other{pastilles}}",v2="{count, plural, one{patch} other{patches}}",y2="{count, plural, one{cartridge} other{cartridges}}",_2="{count, plural, one{pen} other{pens}}",x2="{count, plural, one{puff} other{puffs}}",w2="{count, plural, one{sponge} other{sponges}}",k2="{count, plural, one{stylo} other{stylos}}",E2="{count, plural, one{supository} other{supositories}}",C2="{count, plural, one{tube} other{tubes}}",S2="{count, plural, one{wick} other{wicks}}",D2="{count, plural, one{bag} other{bags}}",I2="{count, plural, one{small bag} other{small bags}}",T2="centimeter",A2="{count, plural, one{drop per minute} other{drops per minute}}",O2="gram",R2="international units",M2="microgram per hour",P2="microgram per kilogram per minute",N2="{count, plural, one{measure} other{measures}}",L2="milligram per hour",F2="milliliter per hour",V2="{count, plural, one{tablespoon} other{tablespoons}}",z2="{count, plural, one{teaspoon} other{teaspoons}}",B2="{count, plural, one{unit per hour} other{units per hour}}",j2="milligram",H2="milligram per milliliter",U2="milli-equivalent",W2="miu",q2="international units",G2="millimole",Y2="{count, plural, one{effervescent tablet} other{effervescent tablets}}",$2="microgram",Z2="{count, plural, one{bandage} other{bandages}}",K2="{count, plural, one{piece} other{pieces}}",X2="{count, plural, one{spray} other{sprays}}",Q2="liter",J2="{count, plural, one{syringe} other{syringes}}",eD="{count, plural, one{ampoule} other{ampoules}}",tD="{count, plural, one{bottle} other{bottles}}",aD="{count, plural, one{syringe ampoule} other{syringe ampoules}}",SSe={"00001":JS,"00002":e2,"00003":t2,"00004":a2,"00005":i2,"00006":n2,"00007":r2,"00008":o2,"00009":s2,"00010":l2,"00011":c2,"00012":d2,"00013":u2,"00014":h2,"00015":p2,"00016":m2,"00017":f2,"00018":g2,"00019":b2,"00020":v2,"00021":y2,"00022":_2,"00023":x2,"00024":w2,"00025":k2,"00026":E2,"00027":C2,"00028":S2,"00029":D2,"00030":I2,cm:T2,dropsperminute:A2,gm:O2,internationalunits:R2,"mck/h":M2,"mck/kg/minute":P2,measure:N2,"mg/h":L2,"ml/h":F2,tbl:V2,tsp:z2,"unt/h":B2,mg:j2,"mg/ml":H2,meq:U2,miu:W2,iu:q2,mmol:G2,"effervescent-tablet":Y2,micrograms:$2,bandage:Z2,piece:K2,box:X2,liter:Q2,syringe:J2,ampoule:eD,bottle:tD,"syringe-ampoule":aD},iD={};ve(iD,{"00001":()=>nD,"00002":()=>rD,"00003":()=>oD,"00004":()=>sD,"00005":()=>lD,"00006":()=>cD,"00007":()=>dD,"00008":()=>uD,"00009":()=>hD,"00010":()=>pD,"00011":()=>mD,"00012":()=>fD,"00013":()=>gD,"00014":()=>bD,"00015":()=>vD,"00016":()=>yD,"00017":()=>_D,"00018":()=>xD,"00019":()=>wD,"00020":()=>kD,"00021":()=>ED,"00022":()=>CD,"00023":()=>SD,"00024":()=>DD,"00025":()=>ID,"00026":()=>TD,"00027":()=>AD,"00028":()=>OD,"00029":()=>RD,"00030":()=>MD,ampoule:()=>rI,bandage:()=>eI,bottle:()=>oI,box:()=>aI,cm:()=>PD,default:()=>DSe,dropsperminute:()=>ND,"effervescent-tablet":()=>QD,gm:()=>LD,internationalunits:()=>FD,iu:()=>KD,liter:()=>iI,"mck/h":()=>VD,"mck/kg/minute":()=>zD,measure:()=>BD,meq:()=>$D,mg:()=>GD,"mg/h":()=>jD,"mg/ml":()=>YD,micrograms:()=>JD,miu:()=>ZD,"ml/h":()=>HD,mmol:()=>XD,piece:()=>tI,syringe:()=>nI,"syringe-ampoule":()=>sI,tbl:()=>UD,tsp:()=>WD,"unt/h":()=>qD});var nD="{count, plural, one{cuillère à café (5 ml)} other{cuillères à café (5 ml)}}",rD="amp.",oD="applic.",sD="caps.",lD="compr.",cD="{count, plural, one{dose} other{doses}}",dD="{count, plural, one{goutte} other{gouttes}}",uD="flac.",hD="{count, plural, one{implant} other{implants}}",pD="{count, plural, one{perfusion} other{perfusions}}",mD="{count, plural, one{inhalation} other{inhalations}}",fD="insert",gD="{count, plural, one{gomme à mâcher} other{gommes à mâcher}}",bD="{count, plural, one{compres(se)} other{compres(ses)}}",vD="{count, plural, one{lavement} other{lavements}}",yD="ml",_D="ov.",xD="{count, plural, one{perle} other{perles}}",wD="{count, plural, one{pastille} other{pastilles}}",kD="{count, plural, one{patch} other{patchs}}",ED="patr.",CD="{count, plural, one{stylo} other{stylos}}",SD="{count, plural, one{puff} other{puffs}}",DD="{count, plural, one{éponge} other{éponges}}",ID="{count, plural, one{stylo} other{stylos}}",TD="suppo",AD="{count, plural, one{tube} other{tubes}}",OD="{count, plural, one{mèche} other{mèches}}",RD="{count, plural, one{sac} other{sacs}}",MD="{count, plural, one{sachet} other{sachets}}",PD="{count, plural, one{centimètre} other{centimètres}}",ND="{count, plural, one{goute par minute} other{goutes par minute}}",LD="{count, plural, one{gramme} other{grammes}}",FD="{count, plural, one{unité internationales} other{unités internationales}}",VD="{count, plural, one{microgramme par heure} other{microgrammes par heure}}",zD="{count, plural, one{microgramme par kilogramme par minute} other{microgrammes par kilogramme par minute}}",BD="{count, plural, one{mesure} other{mesures}}",jD="{count, plural, one{milligramme par heure} other{milligrammes par heure}}",HD="{count, plural, one{millilitre par heure} other{millilitres par heure}}",UD="{count, plural, one{cuillère à soupe} other{cuillères à soupe}}",WD="{count, plural, one{cuillère à café} other{cuillères à café}}",qD="{count, plural, one{unité par heure} other{unités par heure}}",GD="{count, plural, one{miligramme} other{miligrammes}}",YD="{count, plural, one{milligramme par millimètre} other{milligrammes par millimètre}}",$D="milli-équivalent",ZD="miu",KD="{count, plural, one{unité internationales} other{unités internationales}}",XD="millimol",QD="{count, plural, one{comprimé effervescent} other{comprimés effervescents}}",JD="{count, plural, one{microgramme} other{microgrammes}}",eI="{count, plural, one{bandage} other{bandages}}",tI="{count, plural, one{pièce} other{pièces}}",aI="{count, plural, one{vaporisateur} other{vaporisateurs}}",iI="{count, plural, one{litre} other{litres}}",nI="{count, plural, one{seringue} other{seringues}}",rI="{count, plural, one{ampoule} other{ampoules}}",oI="{count, plural, one{fiole} other{fioles}}",sI="{count, plural, one{ampoule de seringue} other{ampoules de seringue}}",DSe={"00001":nD,"00002":rD,"00003":oD,"00004":sD,"00005":lD,"00006":cD,"00007":dD,"00008":uD,"00009":hD,"00010":pD,"00011":mD,"00012":fD,"00013":gD,"00014":bD,"00015":vD,"00016":yD,"00017":_D,"00018":xD,"00019":wD,"00020":kD,"00021":ED,"00022":CD,"00023":SD,"00024":DD,"00025":ID,"00026":TD,"00027":AD,"00028":OD,"00029":RD,"00030":MD,cm:PD,dropsperminute:ND,gm:LD,internationalunits:FD,"mck/h":VD,"mck/kg/minute":zD,measure:BD,"mg/h":jD,"ml/h":HD,tbl:UD,tsp:WD,"unt/h":qD,mg:GD,"mg/ml":YD,meq:$D,miu:ZD,iu:KD,mmol:XD,"effervescent-tablet":QD,micrograms:JD,bandage:eI,piece:tI,box:aI,liter:iI,syringe:nI,ampoule:rI,bottle:oI,"syringe-ampoule":sI},lI={};ve(lI,{"00001":()=>cI,"00002":()=>dI,"00003":()=>uI,"00004":()=>hI,"00005":()=>pI,"00006":()=>mI,"00007":()=>fI,"00008":()=>gI,"00009":()=>bI,"00010":()=>vI,"00011":()=>yI,"00012":()=>_I,"00013":()=>xI,"00014":()=>wI,"00015":()=>kI,"00016":()=>EI,"00017":()=>CI,"00018":()=>SI,"00019":()=>DI,"00020":()=>II,"00021":()=>TI,"00022":()=>AI,"00023":()=>OI,"00024":()=>RI,"00025":()=>MI,"00026":()=>PI,"00027":()=>NI,"00028":()=>LI,"00029":()=>FI,"00030":()=>VI,ampoule:()=>dT,bandage:()=>rT,bottle:()=>uT,box:()=>sT,cm:()=>zI,default:()=>ISe,dropsperminute:()=>BI,"effervescent-tablet":()=>iT,gm:()=>jI,internationalunits:()=>HI,iu:()=>tT,liter:()=>lT,"mck/h":()=>UI,"mck/kg/minute":()=>WI,measure:()=>qI,meq:()=>JI,mg:()=>XI,"mg/h":()=>GI,"mg/ml":()=>QI,micrograms:()=>nT,miu:()=>eT,"ml/h":()=>YI,mmol:()=>aT,piece:()=>oT,syringe:()=>cT,"syringe-ampoule":()=>hT,tbl:()=>$I,tsp:()=>ZI,"unt/h":()=>KI});var cI="{count, plural, one{Koffielepel (5 ml)} other{Koffielepels (5 ml)}}",dI="{count, plural, one{ampule} other{ampullen}}",uI="aanbrengen",hI="{count, plural, one{capsule} other{capsules}}",pI="{count, plural, one{tablet} other{tabletten}}",mI="{count, plural, one{dose} other{dosissen}}",fI="{count, plural, one{druppel} other{druppels}}",gI="{count, plural, one{flesje} other{flesjes}}",bI="{count, plural, one{implantaat} other{implantaten}}",vI="{count, plural, one{infuus} other{infusen}}",yI="{count, plural, one{inhalatie} other{inhalaties}}",_I="inbrengen",xI="{count, plural, one{kauwgom} other{kauwgommen}}",wI="{count, plural, one{kompres} other{kompressen}}",kI="lavement",EI="ml",CI="{count, plural, one{ovule} other{ovules}}",SI="{count, plural, one{parel} other{parels}}",DI="{count, plural, one{pastille} other{pastilles}}",II="{count, plural, one{pleister} other{pleisters}}",TI="{count, plural, one{patroon} other{patronen}}",AI="{count, plural, one{pen} other{pennen}}",OI="{count, plural, one{puff} other{puffs}}",RI="{count, plural, one{spons} other{sponsen}}",MI="{count, plural, one{stylo} other{stylos}}",PI="{count, plural, one{zetpil} other{zetpillen}}",NI="{count, plural, one{tube} other{tubes}}",LI="{count, plural, one{wiek} other{wieken}}",FI="{count, plural, one{zak} other{zakken}}",VI="{count, plural, one{zakje} other{zakjes}}",zI="centimeter",BI="{count, plural, one{druppel per minuut} other{druppels per minuut}}",jI="gram",HI="internationale eenheden",UI="microgram per uur",WI="microgram per kilogram per minuut",qI="{count, plural, one{maat} other{maten}}",GI="milligram per uur",YI="milliliter per uur",$I="{count, plural, one{eetlepel} other{eetlepels}}",ZI="{count, plural, one{koffielepel} other{koffielepels}}",KI="{count, plural, one{eenheid per uur} other{eenheden per uur}}",XI="miligram",QI="miligram per milimeter",JI="milli-equivalent",eT="miu",tT="internationale eenheden",aT="millimol",iT="{count, plural, one{bruistablet} other{bruistabletten}}",nT="microgram",rT="{count, plural, one{verband} other{verbanden}}",oT="{count, plural, one{stuk} other{stuks}}",sT="{count, plural, one{verstuiving} other{verstuivingen}}",lT="liter",cT="{count, plural, one{spuit} other{spuiten}}",dT="{count, plural, one{ampul} other{ampullen}}",uT="{count, plural, one{fles} other{flessen}}",hT="{count, plural, one{spuitampul} other{spuitampullen}}",ISe={"00001":cI,"00002":dI,"00003":uI,"00004":hI,"00005":pI,"00006":mI,"00007":fI,"00008":gI,"00009":bI,"00010":vI,"00011":yI,"00012":_I,"00013":xI,"00014":wI,"00015":kI,"00016":EI,"00017":CI,"00018":SI,"00019":DI,"00020":II,"00021":TI,"00022":AI,"00023":OI,"00024":RI,"00025":MI,"00026":PI,"00027":NI,"00028":LI,"00029":FI,"00030":VI,cm:zI,dropsperminute:BI,gm:jI,internationalunits:HI,"mck/h":UI,"mck/kg/minute":WI,measure:qI,"mg/h":GI,"ml/h":YI,tbl:$I,tsp:ZI,"unt/h":KI,mg:XI,"mg/ml":QI,meq:JI,miu:eT,iu:tT,mmol:aT,"effervescent-tablet":iT,micrograms:nT,bandage:rT,piece:oT,box:sT,liter:lT,syringe:cT,ampoule:dT,bottle:uT,"syringe-ampoule":hT},TSe={nl:lI,fr:iD,de:YC,en:QS},pT={};ve(pT,{default:()=>ASe,friday:()=>vT,monday:()=>mT,saturday:()=>yT,sunday:()=>_T,thursday:()=>bT,tuesday:()=>fT,wednesday:()=>gT});var mT="Montag",fT="Dienstag",gT="Mittwoch",bT="Donnerstag",vT="Freitag",yT="Samstag",_T="Sonntag",ASe={monday:mT,tuesday:fT,wednesday:gT,thursday:bT,friday:vT,saturday:yT,sunday:_T},xT={};ve(xT,{default:()=>OSe,friday:()=>ST,monday:()=>wT,saturday:()=>DT,sunday:()=>IT,thursday:()=>CT,tuesday:()=>kT,wednesday:()=>ET});var wT="Monday",kT="Tuesday",ET="Wednesday",CT="Thursday",ST="Friday",DT="Saturday",IT="Sunday",OSe={monday:wT,tuesday:kT,wednesday:ET,thursday:CT,friday:ST,saturday:DT,sunday:IT},TT={};ve(TT,{default:()=>RSe,friday:()=>PT,monday:()=>AT,saturday:()=>NT,sunday:()=>LT,thursday:()=>MT,tuesday:()=>OT,wednesday:()=>RT});var AT="Lundi",OT="Mardi",RT="Mercredi",MT="Jeudi",PT="Vendredi",NT="Samedi",LT="Dimanche",RSe={monday:AT,tuesday:OT,wednesday:RT,thursday:MT,friday:PT,saturday:NT,sunday:LT},FT={};ve(FT,{default:()=>MSe,friday:()=>HT,monday:()=>VT,saturday:()=>UT,sunday:()=>WT,thursday:()=>jT,tuesday:()=>zT,wednesday:()=>BT});var VT="Maandag",zT="Dinsdag",BT="Woensdag",jT="Donderdag",HT="Vrijdag",UT="Zaterdag",WT="Zondag",MSe={monday:VT,tuesday:zT,wednesday:BT,thursday:jT,friday:HT,saturday:UT,sunday:WT},PSe={nl:FT,fr:TT,de:pT,en:xT},qT={};ve(qT,{VIDIS_0035:()=>GT,VIDIS_0050:()=>YT,VIDIS_0090:()=>$T,VIDIS_0100:()=>EA,VIDIS_0110:()=>SA,VIDIS_0120:()=>CA,VIDIS_0121:()=>ZT,VIDIS_0122:()=>KT,VIDIS_0123:()=>XT,VIDIS_0124:()=>QT,VIDIS_0125:()=>JT,VIDIS_0126:()=>eA,VIDIS_0131:()=>tA,VIDIS_0132:()=>aA,VIDIS_0133:()=>iA,VIDIS_0134:()=>nA,VIDIS_0135:()=>rA,VIDIS_0136:()=>oA,VIDIS_0190:()=>sA,VIDIS_0200:()=>DA,VIDIS_0210:()=>lA,VIDIS_0211:()=>cA,VIDIS_0230:()=>dA,VIDIS_0290:()=>uA,VIDIS_0330:()=>hA,VIDIS_0340:()=>IA,VIDIS_0341:()=>TA,VIDIS_0400:()=>wA,VIDIS_04001:()=>AA,VIDIS_0435:()=>pA,VIDIS_0440:()=>mA,VIDIS_3030:()=>kA,VIDIS_3090:()=>vA,VIDIS_3100:()=>_A,VIDIS_3120:()=>xA,VIDIS_3140:()=>yA,VIDIS_3150:()=>bA,VIDIS_5000:()=>fA,VIDIS_7000:()=>gA,"action-not-authorized-close-button":()=>XA,"action-not-authorized-title":()=>KA,"data-not-available-title":()=>ZA,default:()=>NSe,general:()=>RA,"has-hidden-prescriptions":()=>BA,invalid_date_format:()=>FA,myHealth:()=>PA,myHealthUrl:()=>NA,network_error:()=>LA,"no-access":()=>MA,prescriptionList:()=>OA,"report-message-confirm-toast":()=>$A,"report-message-content":()=>UA,"report-message-explanation":()=>HA,"report-message-ignore-button":()=>YA,"report-message-link":()=>qA,"report-message-report-button":()=>GA,"report-message-term-use":()=>WA,"report-message-title":()=>jA,"status-message-content":()=>zA,"status-message-title":()=>VA});var GT="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_0035)",YT="Die Patienten-INSS fehlt. (VIDIS_0050)",$T="Die angegebenen persönlichen Daten wurden nicht erkannt. (VIDIS_0090)",ZT="Die Einsichtnahme in die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",KT="Die Einsichtnahme in die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",XT="Die Einsichtnahme in die Daten eines Brüsseler Kinder von einem Elternteil ist derzeit nicht erlaubt.",QT="Die Einsichtnahme in die Daten eines wallonischen Kinder von einem Elternteil ist derzeit nicht erlaubt.",JT="Die Einsichtnahme in die Daten eines Brüsseler Patienten von einem Bevollmächtigter ist derzeit nicht erlaubt.",eA="Die Einsichtnahme in die Daten eines wallonischen Patienten von einem Bevollmächtigter ist derzeit nicht erlaubt.",tA="Der Zugriff auf die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",aA="Der Zugriff auf die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",iA="Der Zugriff eines Elternteils auf die Daten eines Brüsseler Kindes ist derzeit nicht erlaubt.",nA="Der Zugriff eines Elternteils auf die Daten eines wallonischen Kindes ist derzeit nicht erlaubt.",rA="Der Zugriff eines Bevollmächtigten auf die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",oA="Der Zugriff eines Bevollmächtigten auf die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",sA="Ungültige INSS-Patientennummer. (VIDIS_0190)",lA="Die Anmeldung war nicht erfolgreich. Versuchen Sie es erneut? (VIDIS_0210)",cA="Die Anmeldung war nicht erfolgreich. Versuchen Sie es erneut? (VIDIS_0211)",dA="Der Vorgang ist ungültig (VIDIS_0230)",uA='Die Benutzerrolle muss "Bürger" sein. (VIDIS_0290)',hA="Ihre Authentifizierungsstufe erlaubt keinen Zugriff auf diese Seite. Bitte melden Sie sich mit einem anderen Authentifizierungsmittel an (itsme, eID oder mit einem per E-Mail oder App verschickten Sicherheitscode). (VIDIS_0330)",pA="Die Speicherregion für den Medikamentenplan kann nicht bestimmt werden. (VIDIS_0435)",mA="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_0440)",fA="Leider konnten wir Ihre Daten nicht abrufen. Versuchen Sie es bitte noch einmal? (VIDIS_5000)",gA="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_7000)",bA="Kein Mandat zwischen Patient und Bevollmächtigtem gefunden.",vA="Das Rezept ist abgelaufen.",yA="Reservierungen müssen bei derselben Apotheke erfolgen wie die, bei der das Visi-Flag gesetzt wurde. Sie können das Visi-Flag auch offen lassen.",_A="Das Visi-Flag muss auf dieselbe Apotheke gesetzt sein, bei der Sie reserviert haben.",xA="Der Patient in der Sitzung ist nicht derselbe wie der Patient in der Anfrage.",wA="Der Benutzer ist nicht berechtigt, die Anfrage zu stellen.",kA="Kein Mandat zwischen Patient und Bevollmächtigtem gefunden.",EA="Vorgang nicht erlaubt.",CA="Es besteht keine therapeutische Beziehung zwischen Anfragendem und Patient.",SA="Keine Zustimmung zur Weitergabe von Gesundheitsdaten.",DA="Der Benutzer darf die Bearbeitung nicht vornehmen, da Antragsteller und Patient sich ausschließen.",IA="Sie sind nicht berechtigt, die Daten dieses Patienten abzurufen, da Ihr Visum nicht aktiv ist. Bitte wenden Sie sich per E-Mail unter visa@health.belgium.be an den FÖD Gesundheit.",TA="Sie sind nicht berechtigt, die Daten dieses Patienten abzurufen, entweder weil Ihr Visum nicht aktiv ist, bitte wenden Sie sich in diesem Fall per E-Mail an den FÖD Gesundheit unter visa@health.belgium.be, oder weil die LIKIV-Nummer der Apotheke ungültig ist, bitte kontaktieren Sie in diesem Fall das LIKIV per E-Mail unter dossierpharma@riziv-inami.fgov.be.",AA="Ihre Anfrage ist ungültig. Bitte versuchen Sie es später erneut.",OA="Leider war es nicht möglich, die Details der Verschreibung abzurufen. Versuchen Sie es erneut?",RA="Ein interner technischer Fehler ist aufgetreten. Bitte versuchen Sie es später nochmal.",MA="Ein interner technischer Fehler ist aufgetreten. Bitte versuchen Sie es später nochmal.",PA="Zurück zum Portal Meine Gesundheit",NA="https://wwwint.meinegesundheit.belgien.be/#/",LA="Es ist leider ein Netzwerkfehler aufgetreten. Bitte wenden Sie sich an Ihren Netzwerkadministrator, wenn das Problem weiterhin besteht.",FA="Ungültiges Datumsformat.",VA="Dienst vorübergehend nicht verfügbar",zA=`Wir haben derzeit ein Problem mit der Verbindung zum Server.
53
- Bitte versuchen Sie es zu einem späteren Zeitpunkt erneut.`,BA="Der Patient hat ein oder mehrere Verschreibungen ausgeblendet.",jA="Technisches Problem",HA="Bitte versuchen Sie es später noch einmal.",UA="Helfen Sie uns, das Problem zu identifizieren und zu lösen. Mit dem Melden akzeptieren Sie ",WA="unsere Nutzungsbedingungen",qA="https://www.riziv.fgov.be/nl/pagina/datenschutzerklarung-der-mobilen-anwendung-meinegesundheit",GA="Problem melden",YA="Nicht melden",$A="Das Problem wurde gemeldet",ZA="Daten nicht verfügbar",KA="Aktion nicht erlaubt",XA="Schließen",NSe={VIDIS_0035:GT,VIDIS_0050:YT,VIDIS_0090:$T,VIDIS_0121:ZT,VIDIS_0122:KT,VIDIS_0123:XT,VIDIS_0124:QT,VIDIS_0125:JT,VIDIS_0126:eA,VIDIS_0131:tA,VIDIS_0132:aA,VIDIS_0133:iA,VIDIS_0134:nA,VIDIS_0135:rA,VIDIS_0136:oA,VIDIS_0190:sA,VIDIS_0210:lA,VIDIS_0211:cA,VIDIS_0230:dA,VIDIS_0290:uA,VIDIS_0330:hA,VIDIS_0435:pA,VIDIS_0440:mA,VIDIS_5000:fA,VIDIS_7000:gA,VIDIS_3150:bA,VIDIS_3090:vA,VIDIS_3140:yA,VIDIS_3100:_A,VIDIS_3120:xA,VIDIS_0400:wA,VIDIS_3030:kA,VIDIS_0100:EA,VIDIS_0120:CA,VIDIS_0110:SA,VIDIS_0200:DA,VIDIS_0340:IA,VIDIS_0341:TA,VIDIS_04001:AA,prescriptionList:OA,general:RA,"no-access":MA,myHealth:PA,myHealthUrl:NA,network_error:LA,invalid_date_format:FA,"status-message-title":VA,"status-message-content":zA,"has-hidden-prescriptions":BA,"report-message-title":jA,"report-message-explanation":HA,"report-message-content":UA,"report-message-term-use":WA,"report-message-link":qA,"report-message-report-button":GA,"report-message-ignore-button":YA,"report-message-confirm-toast":$A,"data-not-available-title":ZA,"action-not-authorized-title":KA,"action-not-authorized-close-button":XA},QA={};ve(QA,{VIDIS_0035:()=>JA,VIDIS_0050:()=>eO,VIDIS_0090:()=>tO,VIDIS_0100:()=>OO,VIDIS_0110:()=>MO,VIDIS_0120:()=>RO,VIDIS_0121:()=>aO,VIDIS_0122:()=>iO,VIDIS_0123:()=>nO,VIDIS_0124:()=>rO,VIDIS_0125:()=>oO,VIDIS_0126:()=>sO,VIDIS_0131:()=>lO,VIDIS_0132:()=>cO,VIDIS_0133:()=>dO,VIDIS_0134:()=>uO,VIDIS_0135:()=>hO,VIDIS_0136:()=>pO,VIDIS_0190:()=>mO,VIDIS_0200:()=>PO,VIDIS_0210:()=>fO,VIDIS_0211:()=>gO,VIDIS_0230:()=>bO,VIDIS_0290:()=>vO,VIDIS_0330:()=>yO,VIDIS_0340:()=>NO,VIDIS_0341:()=>LO,VIDIS_0400:()=>TO,VIDIS_04001:()=>FO,VIDIS_0435:()=>_O,VIDIS_0440:()=>xO,VIDIS_3030:()=>AO,VIDIS_3090:()=>CO,VIDIS_3100:()=>DO,VIDIS_3120:()=>IO,VIDIS_3140:()=>SO,VIDIS_3150:()=>EO,VIDIS_5000:()=>wO,VIDIS_7000:()=>kO,"action-not-authorized-close-button":()=>nR,"action-not-authorized-title":()=>iR,"data-not-available-title":()=>aR,default:()=>LSe,general:()=>zO,"has-hidden-prescriptions":()=>YO,invalid_date_format:()=>WO,myHealth:()=>jO,myHealthUrl:()=>HO,network_error:()=>UO,"no-access":()=>BO,prescriptionList:()=>VO,"report-message-confirm-toast":()=>tR,"report-message-content":()=>KO,"report-message-explanation":()=>ZO,"report-message-ignore-button":()=>eR,"report-message-link":()=>QO,"report-message-report-button":()=>JO,"report-message-term-use":()=>XO,"report-message-title":()=>$O,"status-message-content":()=>GO,"status-message-title":()=>qO});var JA="Unfortunately, this did not succeed. Please try again. (VIDIS_0035)",eO="The patient's NISS number is missing (VIDIS_0050)",tO="The personal information provided was not recognised. (VIDIS_0090)",aO="Consulting data of a Brussels patient is currently not authorised.",iO="Consulting data of a Walloon patient is currently not authorised.",nO="Consulting data of a Brussels child by a parent is currently not authorised.",rO="Consulting data of a Walloon child by a parent is currently not authorised.",oO="Consulting data of a Brussels patient by a power of attorney is currently not authorised.",sO="Consulting data of a Walloon patient by a power of attorney is currently not authorised.",lO="Access to the data of a Brussels patient is currently not permitted.",cO="Access to the data of a Walloon patient is currently not permitted.",dO="A parent’s access to the data of a Brussels child is currently not permitted.",uO="A parent’s access to the data of a Walloon child is currently not permitted.",hO="A representative’s access to the data of a Brussels patient is currently not permitted.",pO="A representative’s access to the data of a Walloon patient is currently not permitted.",mO="The patient's NISS number is invalid. (VIDIS_0190)",fO="The login was unsuccessful. Please try again. (VIDIS_0210)",gO="The login was unsuccessful. Please try again. (VIDIS_0211)",bO="The request is invalid. (VIDIS_0230)",vO="User role must be citizen. (VIDIS_0290)",yO="Your authentication level is insufficient to access this page. Please authenticate by using other means (itsme, eID or a security code sent via email or an app). (VIDIS_0330)",_O="Cannot determine the storage region of the medication scheme. (VIDIS_0435)",xO="Unfortunately, this did not succeed. Please try again. (VIDIS_0440)",wO="Unfortunately your data could not be retrieved. Please try again. (VIDIS_5000)",kO="Unfortunately, this did not succeed. Please try again. (VIDIS_7000)",EO="No mandate found between patient and mandateholder.",CO="Prescription has expired.",SO="Reservations must be made at the same pharmacy as the pharmacy for which you have set your visi-flag to be able to collect your medication. You can also leave your visi-flag unset or open.",DO="The vision-flag must be set to the same pharmacy as the pharmacy where you have reserved.",IO="The patient in the session is different from the patient in the request.",TO="User is not authorized to make the request.",AO="No mandate found between patient and mandateholder.",OO="Operation is not allowed.",RO="A therapeutic relation between the requester and the patient is not available.",MO="There is no consent to share personal health information.",PO="User is not allowed to perform the operation due to an exclusion between requester and patient.",NO="You are not authorized to consult this patient’s data because your visa is not active. Please contact the FPS Public Health at: visa@health.belgium.be",LO="You are not authorized to consult this patient’s data. - Either your visa is not active. Please contact the FPS Public Health via: visa@health.belgium.be - Or the NIHDI number of the pharmacy is invalid. In that case, please contact NIHDI via: dossierpharma@riziv-inami.fgov.be",FO="Your request is invalid. Please try again later.",VO="Unfortunately the details of the prescription could not be retrieved. Please try again.",zO="An internal technical error has occured. Please try again later.",BO="An internal technical error has occured. Please try again later.",jO="Back to the MyHealth portal.",HO="https://www.myhealth.belgium.be/",UO="A network error unfortunately has occured. Please contact your network manager if the problem persists.",WO="Invalid date format.",qO="Service temporarily unavailable",GO=`We are currently having a problem connecting to the server.
54
- Please try again later.`,YO="The patient has hidden one or more prescriptions.",$O="Technical problem",ZO="Please try again later.",KO="Help us identify and resolve the issue. By reporting it, you accept ",XO="our terms of use",QO="https://www.riziv.fgov.be/nl/pagina/privacy-statement-for-the-mobile-application-myhealth",JO="Report the problem",eR="Don't report",tR="The problem has been reported",aR="Data not available",iR="Action not authorized",nR="Close",LSe={VIDIS_0035:JA,VIDIS_0050:eO,VIDIS_0090:tO,VIDIS_0121:aO,VIDIS_0122:iO,VIDIS_0123:nO,VIDIS_0124:rO,VIDIS_0125:oO,VIDIS_0126:sO,VIDIS_0131:lO,VIDIS_0132:cO,VIDIS_0133:dO,VIDIS_0134:uO,VIDIS_0135:hO,VIDIS_0136:pO,VIDIS_0190:mO,VIDIS_0210:fO,VIDIS_0211:gO,VIDIS_0230:bO,VIDIS_0290:vO,VIDIS_0330:yO,VIDIS_0435:_O,VIDIS_0440:xO,VIDIS_5000:wO,VIDIS_7000:kO,VIDIS_3150:EO,VIDIS_3090:CO,VIDIS_3140:SO,VIDIS_3100:DO,VIDIS_3120:IO,VIDIS_0400:TO,VIDIS_3030:AO,VIDIS_0100:OO,VIDIS_0120:RO,VIDIS_0110:MO,VIDIS_0200:PO,VIDIS_0340:NO,VIDIS_0341:LO,VIDIS_04001:FO,prescriptionList:VO,general:zO,"no-access":BO,myHealth:jO,myHealthUrl:HO,network_error:UO,invalid_date_format:WO,"status-message-title":qO,"status-message-content":GO,"has-hidden-prescriptions":YO,"report-message-title":$O,"report-message-explanation":ZO,"report-message-content":KO,"report-message-term-use":XO,"report-message-link":QO,"report-message-report-button":JO,"report-message-ignore-button":eR,"report-message-confirm-toast":tR,"data-not-available-title":aR,"action-not-authorized-title":iR,"action-not-authorized-close-button":nR},rR={};ve(rR,{VIDIS_0035:()=>oR,VIDIS_0050:()=>sR,VIDIS_0090:()=>lR,VIDIS_0100:()=>VR,VIDIS_0110:()=>BR,VIDIS_0120:()=>zR,VIDIS_0121:()=>cR,VIDIS_0122:()=>dR,VIDIS_0123:()=>uR,VIDIS_0124:()=>hR,VIDIS_0125:()=>pR,VIDIS_0126:()=>mR,VIDIS_0131:()=>fR,VIDIS_0132:()=>gR,VIDIS_0133:()=>bR,VIDIS_0134:()=>vR,VIDIS_0135:()=>yR,VIDIS_0136:()=>_R,VIDIS_0190:()=>xR,VIDIS_0200:()=>jR,VIDIS_0210:()=>wR,VIDIS_0211:()=>kR,VIDIS_0230:()=>ER,VIDIS_0290:()=>CR,VIDIS_0330:()=>SR,VIDIS_0340:()=>HR,VIDIS_0341:()=>UR,VIDIS_0400:()=>LR,VIDIS_04001:()=>WR,VIDIS_0435:()=>DR,VIDIS_0440:()=>IR,VIDIS_3030:()=>FR,VIDIS_3090:()=>RR,VIDIS_3100:()=>PR,VIDIS_3120:()=>NR,VIDIS_3140:()=>MR,VIDIS_3150:()=>OR,VIDIS_5000:()=>TR,VIDIS_7000:()=>AR,"action-not-authorized-close-button":()=>uM,"action-not-authorized-title":()=>dM,"data-not-available-title":()=>cM,default:()=>FSe,general:()=>GR,"has-hidden-prescriptions":()=>eM,invalid_date_format:()=>XR,myHealth:()=>$R,myHealthUrl:()=>ZR,network_error:()=>KR,"no-access":()=>YR,prescriptionList:()=>qR,"report-message-confirm-toast":()=>lM,"report-message-content":()=>iM,"report-message-explanation":()=>aM,"report-message-ignore-button":()=>sM,"report-message-link":()=>rM,"report-message-report-button":()=>oM,"report-message-term-use":()=>nM,"report-message-title":()=>tM,"status-message-content":()=>JR,"status-message-title":()=>QR});var oR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_0035)",sR="Le NISS du patient est manquant. (VIDIS_0050)",lR="Les informations personnelles fournies n'ont pas été reconnues. (VIDIS_0090)",cR="La consultation des données d'un(e) patient(e) bruxellois(e) n'est pas autorisée pour le moment.",dR="La consultation des données d'un(e) patient(e) wallon(ne) n'est pas autorisée pour le moment.",uR="La consultation des données d'un(e) enfant bruxellois(e) par un parent n'est pas autorisée pour le moment.",hR="La consultation des données d'un(e) enfant wallon(ne) par un parent n'est pas autorisée pour le moment.",pR="La consultation des données d'un(e) patient(e) bruxellois(e) par un(e) mandataire n'est pas autorisée pour le moment.",mR="La consultation des données d'un(e) patient(e) wallon(ne) par un(e) mandataire n'est pas autorisée pour le moment.",fR="La consultation des données d'un(e) patient(e) bruxellois(e) n'est pas autorisée pour le moment.",gR="La consultation des données d'un(e) patient(e) wallon(ne) n'est pas autorisée pour le moment.",bR="La consultation des données d'un(e) enfant bruxellois(e) par un parent n'est pas autorisée pour le moment.",vR="La consultation des données d'un(e) enfant wallon(ne) par un parent n'est pas autorisée pour le moment.",yR="La consultation des données d'un(e) patient(e) bruxellois(e) par un(e) mandataire n'est pas autorisée pour le moment.",_R="La consultation des données d'un(e) patient(e) wallon(ne) par un(e) mandataire n'est pas autorisée pour le moment.",xR="Le NISS du patient n’est pas valide. (VIDIS_0190)",wR="La connexion a échoué. Essayez-vous à nouveau? (VIDIS_0210)",kR="La connexion a échoué. Essayez-vous à nouveau? (VIDIS_0211)",ER="L’opération n’est pas valide. (VIDIS_0230)",CR="Le rôle d’utilisateur doit être citoyen (VIDIS_0290)",SR="Votre niveau d’authentification ne vous permet pas d’accéder à cette page. Veuillez vous connecter avec un autre moyen d’authentification (itsme, eID ou code de sécurité envoyé par e-mail ou via app). (VIDIS_0330)",DR="Impossible de déterminer la région de stockage du schéma de médication. (VIDIS_0435)",IR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_0440)",TR="Malheureusement, nous n'avons pas pu récupérer vos données. Voulez-vous réessayer ? (VIDIS_5000)",AR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_7000)",OR="Aucun mandat trouvé entre le patient et le mandataire.",RR="L’ordonnance est expirée.",MR="Les réservations doivent être faites auprès de la même pharmacie que celle pour laquelle vous avez défini votre visi-flag. Vous pouvez également laisser le visi-flag vide ou ouvert.",PR="Le visi-flag doit être défini pour la même pharmacie que celle auprès de laquelle vous avez réservé.",NR="Le patient dans la session est différent de celui dans la demande.",LR="L’utilisateur n’est pas autorisé à effectuer la requête.",FR="Aucun mandat trouvé entre le patient et le mandataire.",VR="Opération non autorisée.",zR="Aucune relation thérapeutique entre le demandeur et le patient.",BR="Aucun consentement au partage des données de santé.",jR="L’utilisateur n’est pas autorisé à effectuer l’opération en raison d’une exclusion entre le demandeur et le patient",HR="Vous n’êtes pas autorisé à consulter les données de ce patient parce que votre visa n’est pas actif. Veuillez prendre contact avec le SPF Santé publique à l’adresse e-mail suivante : visa@health.belgium.be",UR="Vous n’êtes pas autorisé à consulter les données de ce patient. - Soit votre visa n’est pas actif. Veuillez prendre contact avec le SPF Santé publique via l’adresse e-mail suivante : visa@health.belgium.be - Soit le numéro INAMI de la pharmacie n’est pas valide. Veuillez dans ce cas contacter l’INAMI à l’adresse e-mail dossierpharma@riziv-inami.fgov.be",WR="Votre requête est invalide. Veuillez réessayer plus tard.",qR="Malheureusement, il n’a pas été possible de retrouver les détails de la prescription. Essayez-vous à nouveau?",GR="Une erreur technique interne s'est produite. Veuillez réessayer plus tard.",YR="Une erreur technique interne s'est produite. Veuillez réessayer plus tard.",$R="Revenir au portail MaSanté",ZR="https://wwwint.masante.belgique.be/#/",KR="Désolé, une erreur réseau s'est produite. Veuillez contacter votre administrateur réseau si le problème persiste.",XR="Le format de date est invalide.",QR="Service temporairement indisponible",JR=`Nous rencontrons actuellement un problème de connexion au serveur.
55
- Veuillez réessayer plus tard.`,eM="Le patient a masqué une ou plusieurs prescriptions.",tM="Problème technique",aM="Veuillez réessayer plus tard.",iM="Aidez-nous à identifier et résoudre le problème. En le signalant vous acceptez nos ",nM="conditions d'utilisation",rM="https://www.riziv.fgov.be/fr/page/declaration-de-confidentialite-application-mobile-masante",oM="Signaler le problème",sM="Ignorer",lM="Le problème a été signalé",cM="Données non disponibles",dM="Action non autorisée",uM="Fermer",FSe={VIDIS_0035:oR,VIDIS_0050:sR,VIDIS_0090:lR,VIDIS_0121:cR,VIDIS_0122:dR,VIDIS_0123:uR,VIDIS_0124:hR,VIDIS_0125:pR,VIDIS_0126:mR,VIDIS_0131:fR,VIDIS_0132:gR,VIDIS_0133:bR,VIDIS_0134:vR,VIDIS_0135:yR,VIDIS_0136:_R,VIDIS_0190:xR,VIDIS_0210:wR,VIDIS_0211:kR,VIDIS_0230:ER,VIDIS_0290:CR,VIDIS_0330:SR,VIDIS_0435:DR,VIDIS_0440:IR,VIDIS_5000:TR,VIDIS_7000:AR,VIDIS_3150:OR,VIDIS_3090:RR,VIDIS_3140:MR,VIDIS_3100:PR,VIDIS_3120:NR,VIDIS_0400:LR,VIDIS_3030:FR,VIDIS_0100:VR,VIDIS_0120:zR,VIDIS_0110:BR,VIDIS_0200:jR,VIDIS_0340:HR,VIDIS_0341:UR,VIDIS_04001:WR,prescriptionList:qR,general:GR,"no-access":YR,myHealth:$R,myHealthUrl:ZR,network_error:KR,invalid_date_format:XR,"status-message-title":QR,"status-message-content":JR,"has-hidden-prescriptions":eM,"report-message-title":tM,"report-message-explanation":aM,"report-message-content":iM,"report-message-term-use":nM,"report-message-link":rM,"report-message-report-button":oM,"report-message-ignore-button":sM,"report-message-confirm-toast":lM,"data-not-available-title":cM,"action-not-authorized-title":dM,"action-not-authorized-close-button":uM},hM={};ve(hM,{VIDIS_0035:()=>pM,VIDIS_0050:()=>mM,VIDIS_0090:()=>fM,VIDIS_0100:()=>qM,VIDIS_0110:()=>YM,VIDIS_0120:()=>GM,VIDIS_0121:()=>gM,VIDIS_0122:()=>bM,VIDIS_0123:()=>vM,VIDIS_0124:()=>yM,VIDIS_0125:()=>_M,VIDIS_0126:()=>xM,VIDIS_0131:()=>wM,VIDIS_0132:()=>kM,VIDIS_0133:()=>EM,VIDIS_0134:()=>CM,VIDIS_0135:()=>SM,VIDIS_0136:()=>DM,VIDIS_0190:()=>IM,VIDIS_0200:()=>$M,VIDIS_0210:()=>TM,VIDIS_0211:()=>AM,VIDIS_0230:()=>OM,VIDIS_0290:()=>RM,VIDIS_0330:()=>MM,VIDIS_0340:()=>ZM,VIDIS_0341:()=>KM,VIDIS_0400:()=>UM,VIDIS_04001:()=>XM,VIDIS_0435:()=>PM,VIDIS_0440:()=>NM,VIDIS_3030:()=>WM,VIDIS_3090:()=>zM,VIDIS_3100:()=>jM,VIDIS_3120:()=>HM,VIDIS_3140:()=>BM,VIDIS_3150:()=>VM,VIDIS_5000:()=>LM,VIDIS_7000:()=>FM,"action-not-authorized-close-button":()=>vP,"action-not-authorized-title":()=>bP,"data-not-available-title":()=>gP,default:()=>VSe,general:()=>JM,"has-hidden-prescriptions":()=>sP,invalid_date_format:()=>nP,myHealth:()=>tP,myHealthUrl:()=>aP,network_error:()=>iP,"no-access":()=>eP,prescriptionList:()=>QM,"report-message-confirm-toast":()=>fP,"report-message-content":()=>dP,"report-message-explanation":()=>cP,"report-message-ignore-button":()=>mP,"report-message-link":()=>hP,"report-message-report-button":()=>pP,"report-message-term-use":()=>uP,"report-message-title":()=>lP,"status-message-content":()=>oP,"status-message-title":()=>rP});var pM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_0035)",mM="Het INSZ-patiëntnummer ontbreekt. (VIDIS_0050)",fM="De persoonlijke informatie verstrekt werd niet herkend. (VIDIS_0090)",gM="Het raadplegen van gegevens van een Brusselse patiënt is momenteel niet toegelaten.",bM="Het raadplegen van gegevens van een Waalse patiënt is op dit moment niet toegelaten.",vM="Het raadplegen van gegevens van een Brusselse kind door een ouder is momenteel niet toegelaten.",yM="Het raadplegen van gegevens van een Waalse kind door een ouder is momenteel niet toegelaten.",_M="Het raadplegen van gegevens van een Brusselse patiënt door een volmacht is momenteel niet toegelaten.",xM="Het raadplegen van gegevens van een Waalse patiënt door een volmacht is momenteel niet toegelaten.",wM="Het raadplegen van de gegevens van een Brusselse patiënt is momenteel niet toegestaan.",kM="Het raadplegen van de gegevens van een Waalse patiënt is momenteel niet toegestaan.",EM="Het raadplegen van de gegevens van een Brussels kind door een ouder is momenteel niet toegestaan.",CM="Het raadplegen van de gegevens van een Waals kind door een ouder is momenteel niet toegestaan.",SM="Het raadplegen van de gegevens van een Brusselse patiënt door een gemachtigde is momenteel niet toegestaan.",DM="Het raadplegen van de gegevens van een Waalse patiënt door een gemachtigde is momenteel niet toegestaan.",IM="Het INSZ-patiëntnummer is ongeldig. (VIDIS_0190)",TM="Het inloggen is niet geslaagd. Probeert u het even opnieuw? (VIDIS_0210)",AM="Het inloggen is niet geslaagd. Probeert u het even opnieuw? (VIDIS_0211)",OM="Het verzoek is ongeldig. (VIDIS_0230)",RM="Gebruikersrol moet burger zijn. (VIDIS_0290)",MM="Uw authenticatieniveau is onvoldoende om toegang te krijgen tot deze pagina. Gelieve u op een andere manier te authenticeren (itsme, eID of een beveiligingscode verstuurd via email of een app). (VIDIS_0330)",PM="Kan de opslagregio van het medicatieschema niet bepalen. (VIDIS_0435)",NM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_0440)",LM="Het is jammer genoeg niet gelukt uw gegevens op te halen. Probeert u het even opnieuw? (VIDIS_5000)",FM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_7000)",VM="Geen mandaat gevonden tussen patiënt en mandataris.",zM="Voorschrift is verlopen.",BM="Reservaties moeten gebeuren bij dezelfde apotheek als waar de visivlag is ingesteld om medicatie te kunnen afhalen. U kunt de visivlag ook leeg of open laten.",jM="De visivlag moet ingesteld zijn op dezelfde apotheek als waar u gereserveerd heeft.",HM="De patiënt in de sessie is anders dan de patiënt in de aanvraag.",UM="De gebruiker is niet gemachtigd om de aanvraag te doen.",WM="Geen mandaat gevonden tussen patiënt en mandataris.",qM="Bewerking is niet toegestaan.",GM="Er bestaat geen therapeutische relatie tussen aanvrager en patiënt.",YM="Er is geen toestemming om gezondheidsgegevens te delen.",$M="De gebruiker mag de bewerking niet uitvoeren omdat er een uitsluiting bestaat tussen de aanvrager en de patiënt.",ZM="U bent niet bevoegd om de gegevens van deze patiënt te bekijken omdat uw visum niet actief is. Gelieve contact op te nemen met de FOD Volksgezondheid via het e-mailadres visa@health.fgov.be",KM="U bent niet bevoegd om de gegevens van deze patiënt te bekijken omdat - ofwel uw visum niet actief is. Gelieve contact op te nemen met de FOD Volksgezondheid via het e-mailadres visa@health.fgov.be - ofwel het RIZIV nummer van de apotheek niet geldig is. Gelieve contact op te nemen met het RIZIV via het e-mailadres dossierpharma@riziv-inami.fgov.be",XM="Uw verzoek is ongeldig. Probeer later opnieuw.",QM="Het is jammer genoeg niet gelukt de details van het voorschrift op te halen. Probeert u het even opnieuw?",JM="Er is een interne technische fout opgetreden. Probeer het later opnieuw.",eP="Er is een interne technische fout opgetreden. Probeer het later opnieuw.",tP="Terug naar het MijnGezondheid portaal",aP="http://wwwint.mijngezondheid.belgie.be/",iP="Er is helaas een netwerkfout opgetreden. Neem contact op met uw netwerkbeheerder als het probleem aanhoudt.",nP="Ongeldig datumformaat.",rP="Service tijdelijk niet beschikbaar",oP=`Er is momenteel een probleem met de verbinding met de server.
56
- Probeer het later nog eens.`,sP="De patiënt heeft 1 of meerdere voorschriften verborgen.",lP="Technisch probleem",cP="Probeer het later opnieuw.",dP="Help ons het probleem te identificeren en op te lossen. Door het te melden gaat u akkoord met onze ",uP="gebruiksvoorwaarden",hP="https://www.riziv.fgov.be/nl/pagina/privacyverklaring-mobiele-applicatie-mijngezondheid",pP="Probleem melden",mP="Niet melden",fP="Het probleem is gemeld",gP="Gegevens niet beschikbaar",bP="Actie niet toegestaan",vP="Sluiten",VSe={VIDIS_0035:pM,VIDIS_0050:mM,VIDIS_0090:fM,VIDIS_0121:gM,VIDIS_0122:bM,VIDIS_0123:vM,VIDIS_0124:yM,VIDIS_0125:_M,VIDIS_0126:xM,VIDIS_0131:wM,VIDIS_0132:kM,VIDIS_0133:EM,VIDIS_0134:CM,VIDIS_0135:SM,VIDIS_0136:DM,VIDIS_0190:IM,VIDIS_0210:TM,VIDIS_0211:AM,VIDIS_0230:OM,VIDIS_0290:RM,VIDIS_0330:MM,VIDIS_0435:PM,VIDIS_0440:NM,VIDIS_5000:LM,VIDIS_7000:FM,VIDIS_3150:VM,VIDIS_3090:zM,VIDIS_3140:BM,VIDIS_3100:jM,VIDIS_3120:HM,VIDIS_0400:UM,VIDIS_3030:WM,VIDIS_0100:qM,VIDIS_0120:GM,VIDIS_0110:YM,VIDIS_0200:$M,VIDIS_0340:ZM,VIDIS_0341:KM,VIDIS_04001:XM,prescriptionList:QM,general:JM,"no-access":eP,myHealth:tP,myHealthUrl:aP,network_error:iP,invalid_date_format:nP,"status-message-title":rP,"status-message-content":oP,"has-hidden-prescriptions":sP,"report-message-title":lP,"report-message-explanation":cP,"report-message-content":dP,"report-message-term-use":uP,"report-message-link":hP,"report-message-report-button":pP,"report-message-ignore-button":mP,"report-message-confirm-toast":fP,"data-not-available-title":gP,"action-not-authorized-title":bP,"action-not-authorized-close-button":vP},zSe={nl:hM,fr:rR,de:qT,en:QA},yP={};ve(yP,{close:()=>_P,default:()=>BSe,downloadLeaflet:()=>xP,file:()=>wP});var _P="Schließen",xP="Download Packungsbeilage (pdf)",wP="feile",BSe={close:_P,downloadLeaflet:xP,file:wP},kP={};ve(kP,{close:()=>EP,default:()=>jSe,downloadLeaflet:()=>CP,file:()=>SP});var EP="Close",CP="Download leaflet (pdf)",SP="file",jSe={close:EP,downloadLeaflet:CP,file:SP},DP={};ve(DP,{close:()=>IP,default:()=>HSe,downloadLeaflet:()=>TP,file:()=>AP});var IP="Fermer",TP="Télécharger la notice (pdf)",AP="fichier",HSe={close:IP,downloadLeaflet:TP,file:AP},OP={};ve(OP,{close:()=>RP,default:()=>USe,downloadLeaflet:()=>MP,file:()=>PP});var RP="Sluiten",MP="Download bijsluiter (pdf)",PP="bestand",USe={close:RP,downloadLeaflet:MP,file:PP},WSe={nl:OP,fr:DP,de:yP,en:kP},NP={};ve(NP,{D:()=>LP,DA:()=>FP,DD:()=>VP,DE:()=>zP,DN:()=>BP,DQ:()=>jP,DT:()=>HP,DV:()=>UP,DW:()=>WP,DX:()=>qP,DZ:()=>GP,J:()=>YP,JD:()=>$P,JH2:()=>ZP,JQ:()=>KP,JT:()=>XP,JV:()=>QP,JZ:()=>JP,M:()=>eN,MA:()=>tN,MC:()=>aN,MD:()=>iN,ME:()=>nN,MN:()=>rN,MQ:()=>oN,MS:()=>sN,MT:()=>lN,MV:()=>cN,MX:()=>dN,MZ2:()=>uN,O1:()=>hN,U:()=>mN,UA:()=>xN,UD:()=>gN,UE:()=>EN,UH:()=>pN,UN:()=>wN,UQ:()=>vN,US:()=>_N,UT:()=>fN,UV:()=>bN,UW:()=>CN,UX:()=>kN,UZ:()=>yN,W:()=>SN,WA:()=>DN,WD:()=>IN,WE:()=>TN,WN:()=>AN,WP:()=>ON,WQ:()=>RN,WS:()=>MN,WT:()=>PN,WV:()=>NN,WW:()=>LN,WX:()=>FN,WZ:()=>VN,default:()=>qSe,ondemand:()=>zN});var LP="Pro Tag",FP="Pro 8 Tagen",VP="Pro 3 Tagen",zP="Pro 11 Tagen",BP="Pro 9 Tagen",jP="Pro 5 Tagen",HP="Pro 2 Tagen",UP="Pro 4 Tagen",WP="Pro 12 Tagen",qP="Pro 10 Tagen",GP="Pro 6 Tagen",YP="Pro Jahre",$P="Pro 3 Jahren",ZP="Pro halbes Jahre",KP="Pro 5 Jahren",XP="Pro 2 Jahren",QP="Pro 4 Jahren",JP="Pro 6 Jahren",eN="Pro Monat",tN="Pro 8 Monaten",aN="Pro 18 Monaten",iN="Pro 3 Monaten",nN="Pro 11 Monaten",rN="Pro 9 Monaten",oN="Pro 5 Monaten",sN="Pro 7 Monaten",lN="Pro 2 Monaten",cN="Pro 4 Monaten",dN="Pro 10 Monaten",uN="Pro 6 Monaten",hN="Jeden 2 Tagen",pN="Pro halbe Stunde",mN="Pro Uhr",fN="Pro 2 Uhren",gN="Pro 3 Uhren",bN="Pro 4 Uhren",vN="Pro 5 Uhren",yN="Pro 6 Uhren",_N="Pro 7 Uhren",xN="Pro 8 Uhren",wN="Pro 9 Uhren",kN="Pro 10 Uhren",EN="Pro 11 Uhren",CN="Pro 12 Uhren",SN="Pro Woche",DN="Pro 8 Wochen",IN="Pro 3 Wochen",TN="Pro 11 Wochen",AN="Pro 9 Wochen",ON="Pro 24 Wochen",RN="Pro 5 Wochen",MN="Pro 7 Wochen",PN="Pro 2 Wochen",NN="Pro 4 Wochen",LN="Pro 12 Wochen",FN="Pro 10 Wochen",VN="Pro 6 Wochen",zN="Auf Nachfrage",qSe={D:LP,DA:FP,DD:VP,DE:zP,DN:BP,DQ:jP,DT:HP,DV:UP,DW:WP,DX:qP,DZ:GP,J:YP,JD:$P,JH2:ZP,JQ:KP,JT:XP,JV:QP,JZ:JP,M:eN,MA:tN,MC:aN,MD:iN,ME:nN,MN:rN,MQ:oN,MS:sN,MT:lN,MV:cN,MX:dN,MZ2:uN,O1:hN,UH:pN,U:mN,UT:fN,UD:gN,UV:bN,UQ:vN,UZ:yN,US:_N,UA:xN,UN:wN,UX:kN,UE:EN,UW:CN,W:SN,WA:DN,WD:IN,WE:TN,WN:AN,WP:ON,WQ:RN,WS:MN,WT:PN,WV:NN,WW:LN,WX:FN,WZ:VN,ondemand:zN},BN={};ve(BN,{D:()=>e3,DA:()=>l3,DD:()=>i3,DE:()=>u3,DN:()=>c3,DQ:()=>r3,DT:()=>t3,DV:()=>n3,DW:()=>h3,DX:()=>d3,DZ:()=>o3,J:()=>F3,JD:()=>B3,JH2:()=>A3,JQ:()=>H3,JT:()=>z3,JV:()=>j3,JZ:()=>U3,M:()=>g3,MA:()=>M3,MC:()=>V3,MD:()=>S3,ME:()=>L3,MN:()=>P3,MQ:()=>I3,MS:()=>R3,MT:()=>x3,MV:()=>D3,MX:()=>N3,MZ2:()=>O3,O1:()=>a3,U:()=>HN,UA:()=>ZN,UD:()=>WN,UE:()=>QN,UH:()=>jN,UN:()=>KN,UQ:()=>GN,US:()=>$N,UT:()=>UN,UV:()=>qN,UW:()=>JN,UX:()=>XN,UZ:()=>YN,W:()=>s3,WA:()=>_3,WD:()=>m3,WE:()=>E3,WN:()=>w3,WP:()=>T3,WQ:()=>b3,WS:()=>y3,WT:()=>p3,WV:()=>f3,WW:()=>C3,WX:()=>k3,WZ:()=>v3,default:()=>GSe,ondemand:()=>W3});var jN="Per half hour",HN="Per hour",UN="Per 2 hours",WN="Per 3 hours",qN="Per 4 hours",GN="Per 5 hours",YN="Per 6 hours",$N="Per 7 hours",ZN="Per 8 hours",KN="Per 9 hours",XN="Per 10 hours",QN="Per11 hours",JN="Per 12 hours",e3="Per day",t3="Per 2 days",a3="Every 2 days",i3="Per 3 days",n3="Per 4 days",r3="Per 5 days",o3="Per 6 days",s3="Per 7 days",l3="Per 8 days",c3="Per 9 days",d3="Per 10 days",u3="Per 11 days",h3="Per 12 days",p3="Per 2 weeks",m3="Per 3 weeks",f3="Per 4 weeks",g3="Per month",b3="Per 5 weeks",v3="Per 6 weeks",y3="Per 7 weeks",_3="Per 8 weeks",x3="Per 2 months",w3="Per 9 weeks",k3="Per 10 weeks",E3="Per 11 weeks",C3="Per 12 weeks",S3="Per 3 months",D3="Per 4 months",I3="Per 5 months",T3="Per 24 weeks",A3="Per half year",O3="Per 6 months",R3="Per 7 months",M3="Per 8 months",P3="Per 9 months",N3="Per 10 months",L3="Per 11 months",F3="Per Year",V3="Per 18 months",z3="Per 2 years",B3="Per 3 years",j3="Per 4 years",H3="Per 5 years",U3="Per 6 years",W3="On demand",GSe={UH:jN,U:HN,UT:UN,UD:WN,UV:qN,UQ:GN,UZ:YN,US:$N,UA:ZN,UN:KN,UX:XN,UE:QN,UW:JN,D:e3,DT:t3,O1:a3,DD:i3,DV:n3,DQ:r3,DZ:o3,W:s3,DA:l3,DN:c3,DX:d3,DE:u3,DW:h3,WT:p3,WD:m3,WV:f3,M:g3,WQ:b3,WZ:v3,WS:y3,WA:_3,MT:x3,WN:w3,WX:k3,WE:E3,WW:C3,MD:S3,MV:D3,MQ:I3,WP:T3,JH2:A3,MZ2:O3,MS:R3,MA:M3,MN:P3,MX:N3,ME:L3,J:F3,MC:V3,JT:z3,JD:B3,JV:j3,JQ:H3,JZ:U3,ondemand:W3},q3={};ve(q3,{D:()=>G3,DA:()=>Y3,DD:()=>$3,DE:()=>Z3,DN:()=>K3,DQ:()=>X3,DT:()=>Q3,DV:()=>J3,DW:()=>e5,DX:()=>t5,DZ:()=>a5,J:()=>i5,JD:()=>n5,JH2:()=>r5,JQ:()=>o5,JT:()=>s5,JV:()=>l5,JZ:()=>c5,M:()=>d5,MA:()=>u5,MC:()=>h5,MD:()=>p5,ME:()=>m5,MN:()=>f5,MQ:()=>g5,MS:()=>b5,MT:()=>v5,MV:()=>y5,MX:()=>_5,MZ2:()=>x5,O1:()=>w5,U:()=>E5,UA:()=>O5,UD:()=>S5,UE:()=>P5,UH:()=>k5,UN:()=>R5,UQ:()=>I5,US:()=>A5,UT:()=>C5,UV:()=>D5,UW:()=>N5,UX:()=>M5,UZ:()=>T5,W:()=>L5,WA:()=>F5,WD:()=>V5,WE:()=>z5,WN:()=>B5,WP:()=>j5,WQ:()=>H5,WS:()=>U5,WT:()=>W5,WV:()=>q5,WW:()=>G5,WX:()=>Y5,WZ:()=>$5,default:()=>YSe,ondemand:()=>Z5});var G3="Par jour",Y3="Par 8 jours",$3="Par 3 jours",Z3="Par 11 jours",K3="Par 9 jours",X3="Par 5 jours",Q3="Par 2 jours",J3="Par 4 jours",e5="Par 12 jours",t5="Par 10 jours",a5="Par 6 jours",i5="Par an",n5="Par 3 années",r5="Par demi-années",o5="Par 5 années",s5="Par 2 années",l5="Par 4 années",c5="Par 6 années",d5="Par mois",u5="Par 8 mois",h5="Par 18 mois",p5="Par 3 mois",m5="Par 11 mois",f5="Par 9 mois",g5="Par 5 mois",b5="Par 7 mois",v5="Par 2 mois",y5="Par 4 mois",_5="Par 10 mois",x5="Par 6 mois",w5="Tous les 2 jours",k5="Par demi-heure",E5="Par heure",C5="Par 2 heures",S5="Par 3 heures",D5="Par 4 heures",I5="Par 5 heures",T5="Par 6 heures",A5="Par 7 heures",O5="Par 8 heures",R5="Par 9 heures",M5="Par 10 heures",P5="Par 11 heures",N5="Par 12 heures",L5="Par semaine",F5="Par 8 semaines",V5="Par 3 semaines",z5="Par 11 semaines",B5="Par 9 semaines",j5="Par 24 semaines",H5="Par 5 semaines",U5="Par 7 semaines",W5="Par 2 semaines",q5="Par 4 semaines",G5="Par 12 semaines",Y5="Par 10 semaines",$5="Par 6 semaines",Z5="Sur demande",YSe={D:G3,DA:Y3,DD:$3,DE:Z3,DN:K3,DQ:X3,DT:Q3,DV:J3,DW:e5,DX:t5,DZ:a5,J:i5,JD:n5,JH2:r5,JQ:o5,JT:s5,JV:l5,JZ:c5,M:d5,MA:u5,MC:h5,MD:p5,ME:m5,MN:f5,MQ:g5,MS:b5,MT:v5,MV:y5,MX:_5,MZ2:x5,O1:w5,UH:k5,U:E5,UT:C5,UD:S5,UV:D5,UQ:I5,UZ:T5,US:A5,UA:O5,UN:R5,UX:M5,UE:P5,UW:N5,W:L5,WA:F5,WD:V5,WE:z5,WN:B5,WP:j5,WQ:H5,WS:U5,WT:W5,WV:q5,WW:G5,WX:Y5,WZ:$5,ondemand:Z5},K5={};ve(K5,{D:()=>X5,DA:()=>Q5,DD:()=>J5,DE:()=>eL,DN:()=>tL,DQ:()=>aL,DT:()=>iL,DV:()=>nL,DW:()=>rL,DX:()=>oL,DZ:()=>sL,J:()=>lL,JD:()=>cL,JH2:()=>dL,JQ:()=>uL,JT:()=>hL,JV:()=>pL,JZ:()=>mL,M:()=>fL,MA:()=>gL,MC:()=>bL,MD:()=>vL,ME:()=>yL,MN:()=>_L,MQ:()=>xL,MS:()=>wL,MT:()=>kL,MV:()=>EL,MX:()=>CL,MZ2:()=>SL,O1:()=>DL,U:()=>TL,UA:()=>LL,UD:()=>OL,UE:()=>zL,UH:()=>IL,UN:()=>FL,UQ:()=>ML,US:()=>NL,UT:()=>AL,UV:()=>RL,UW:()=>BL,UX:()=>VL,UZ:()=>PL,W:()=>jL,WA:()=>HL,WD:()=>UL,WE:()=>WL,WN:()=>qL,WP:()=>GL,WQ:()=>YL,WS:()=>$L,WT:()=>ZL,WV:()=>KL,WW:()=>XL,WX:()=>QL,WZ:()=>JL,default:()=>$Se,ondemand:()=>eF});var X5="Dagelijks",Q5="Om de 8 dagen",J5="Om de 3 dagen",eL="Om de 11 dagen",tL="Om de 9 dagen",aL="Om de 5 dagen",iL="Om de 2 dagen",nL="Om de 4 dagen",rL="Om de 12 dagen",oL="Om de 10 dagen",sL="Om de 6 dagen",lL="Jaarlijks",cL="Om de 3 jaar",dL="Halfjaarlijks",uL="Om de 5 jaar",hL="Om de 2 jaar",pL="Om de 4 jaar",mL="Om de 6 jaar",fL="Maandelijks",gL="Om de 8 maanden",bL="Om de 18 maanden",vL="Om de 3 maanden",yL="Om de 11 maanden",_L="Om de 9 maanden",xL="Om de 5 maanden",wL="Om de 7 maanden",kL="Om de 2 maanden",EL="Om de 4 maanden",CL="Om de 10 maanden",SL="Om de 6 maanden",DL="Om de 2 dagen",IL="Om het half uur",TL="Om het uur",AL="Om de 2 uren",OL="Om de 3 uren",RL="Om de 4 uren",ML="Om de 5 uren",PL="Om de 6 uren",NL="Om de 7 uren",LL="Om de 8 uren",FL="Om de 9 uren",VL="Om de 10 uren",zL="Om de 11 uren",BL="Om de 12 uren",jL="Wekelijks",HL="Om de 8 weken",UL="Om de 3 weken",WL="Om de 11 weken",qL="Om de 9 weken",GL="Om de 24 weken",YL="Om de 5 weken",$L="Om de 7 weken",ZL="Om de 2 weken",KL="Om de 4 weken",XL="Om de 12 weken",QL="Om de 10 weken",JL="Om de 6 weken",eF="Op aanvraag",$Se={D:X5,DA:Q5,DD:J5,DE:eL,DN:tL,DQ:aL,DT:iL,DV:nL,DW:rL,DX:oL,DZ:sL,J:lL,JD:cL,JH2:dL,JQ:uL,JT:hL,JV:pL,JZ:mL,M:fL,MA:gL,MC:bL,MD:vL,ME:yL,MN:_L,MQ:xL,MS:wL,MT:kL,MV:EL,MX:CL,MZ2:SL,O1:DL,UH:IL,U:TL,UT:AL,UD:OL,UV:RL,UQ:ML,UZ:PL,US:NL,UA:LL,UN:FL,UX:VL,UE:zL,UW:BL,W:jL,WA:HL,WD:UL,WE:WL,WN:qL,WP:GL,WQ:YL,WS:$L,WT:ZL,WV:KL,WW:XL,WX:QL,WZ:JL,ondemand:eF},ZSe={nl:K5,fr:q3,de:NP,en:BN},tF={};ve(tF,{afterbreakfast:()=>aF,afterdinner:()=>iF,afterlunch:()=>nF,aftermeal:()=>rF,afternoon:()=>oF,beforebreakfast:()=>sF,beforedinner:()=>lF,beforelunch:()=>cF,betweenbreakfastandlunch:()=>dF,betweendinnerandsleep:()=>uF,betweenlunchanddinner:()=>hF,betweenmeals:()=>pF,breakfast:()=>mF,default:()=>KSe,dinner:()=>fF,duringbreakfast:()=>gF,duringdinner:()=>bF,duringlunch:()=>vF,evening:()=>yF,lunch:()=>_F,morning:()=>xF,night:()=>wF,thehourofsleep:()=>kF});var aF="nach dem Frühstück",iF="nach dem Abendessen",nF="nach dem Mittagessen",rF="nach dem Essen",oF="Nachmittag",sF="vor dem Frühstück",lF="vor dem Abendessen",cF="vor dem Mittagessen",dF="zwischen Frühstück und Mittagessen",uF="zwischen Abendessen und Nachtruhe",hF="zwischen Mittagessen und Abendessen",pF="zwischen den Mahlzeiten",mF="Frühstück",fF="Abendessen",gF="zum Frühstück",bF="zum Abendessen",vF="zum Mittagessen",yF="Abend",_F="Mittagessen",xF="Vormittag",wF="Nacht",kF="Nachtruhe",KSe={afterbreakfast:aF,afterdinner:iF,afterlunch:nF,aftermeal:rF,afternoon:oF,beforebreakfast:sF,beforedinner:lF,beforelunch:cF,betweenbreakfastandlunch:dF,betweendinnerandsleep:uF,betweenlunchanddinner:hF,betweenmeals:pF,breakfast:mF,dinner:fF,duringbreakfast:gF,duringdinner:bF,duringlunch:vF,evening:yF,lunch:_F,morning:xF,night:wF,thehourofsleep:kF},EF={};ve(EF,{afterbreakfast:()=>CF,afterdinner:()=>SF,afterlunch:()=>DF,aftermeal:()=>IF,afternoon:()=>TF,beforebreakfast:()=>AF,beforedinner:()=>OF,beforelunch:()=>RF,betweenbreakfastandlunch:()=>MF,betweendinnerandsleep:()=>PF,betweenlunchanddinner:()=>NF,betweenmeals:()=>LF,breakfast:()=>FF,default:()=>XSe,dinner:()=>VF,duringbreakfast:()=>zF,duringdinner:()=>BF,duringlunch:()=>jF,evening:()=>HF,lunch:()=>UF,morning:()=>WF,night:()=>qF,thehourofsleep:()=>GF});var CF="after breakfast",SF="after dinner",DF="after lunch",IF="after meal",TF="afternoon",AF="before breakfast",OF="before dinner",RF="before lunch",MF="between breakfast and lunch",PF="between dinner and the hour of sleep",NF="between lunch and dinner",LF="between meals",FF="breakfast",VF="dinner",zF="during breakfast",BF="during dinner",jF="during lunch",HF="evening",UF="lunch",WF="morning",qF="night",GF="the hour of sleep",XSe={afterbreakfast:CF,afterdinner:SF,afterlunch:DF,aftermeal:IF,afternoon:TF,beforebreakfast:AF,beforedinner:OF,beforelunch:RF,betweenbreakfastandlunch:MF,betweendinnerandsleep:PF,betweenlunchanddinner:NF,betweenmeals:LF,breakfast:FF,dinner:VF,duringbreakfast:zF,duringdinner:BF,duringlunch:jF,evening:HF,lunch:UF,morning:WF,night:qF,thehourofsleep:GF},YF={};ve(YF,{afterbreakfast:()=>$F,afterdinner:()=>ZF,afterlunch:()=>KF,aftermeal:()=>XF,afternoon:()=>QF,beforebreakfast:()=>JF,beforedinner:()=>e4,beforelunch:()=>t4,betweenbreakfastandlunch:()=>a4,betweendinnerandsleep:()=>i4,betweenlunchanddinner:()=>n4,betweenmeals:()=>r4,breakfast:()=>o4,default:()=>QSe,dinner:()=>s4,duringbreakfast:()=>l4,duringdinner:()=>c4,duringlunch:()=>d4,evening:()=>u4,lunch:()=>h4,morning:()=>p4,night:()=>m4,thehourofsleep:()=>f4});var $F="après le petit-déjeuner",ZF="après le repas du soir",KF="après le repas du midi",XF="après le repas",QF="après-midi",JF="avant le petit-déjeuner",e4="avant le repas du soir",t4="avant le repas du midi",a4="entre le petit-déjeuner et le repas du midi",i4="entre le repas du soir et l’heure du coucher",n4="entre le repas du midi et le repas du soir",r4="entre les repas",o4="petit-déjeuner",s4="repas du soir",l4="pendant le petit-déjeuner",c4="pendant le repas du soir",d4="pendant le repas du midi",u4="soir",h4="repas du midi",p4="matin",m4="nuit",f4="heure du coucher",QSe={afterbreakfast:$F,afterdinner:ZF,afterlunch:KF,aftermeal:XF,afternoon:QF,beforebreakfast:JF,beforedinner:e4,beforelunch:t4,betweenbreakfastandlunch:a4,betweendinnerandsleep:i4,betweenlunchanddinner:n4,betweenmeals:r4,breakfast:o4,dinner:s4,duringbreakfast:l4,duringdinner:c4,duringlunch:d4,evening:u4,lunch:h4,morning:p4,night:m4,thehourofsleep:f4},g4={};ve(g4,{afterbreakfast:()=>b4,afterdinner:()=>v4,afterlunch:()=>y4,aftermeal:()=>_4,afternoon:()=>x4,beforebreakfast:()=>w4,beforedinner:()=>k4,beforelunch:()=>E4,betweenbreakfastandlunch:()=>C4,betweendinnerandsleep:()=>S4,betweenlunchanddinner:()=>D4,betweenmeals:()=>I4,breakfast:()=>T4,default:()=>JSe,dinner:()=>A4,duringbreakfast:()=>O4,duringdinner:()=>R4,duringlunch:()=>M4,evening:()=>P4,lunch:()=>N4,morning:()=>L4,night:()=>F4,thehourofsleep:()=>V4});var b4="na het ontbijt",v4="na het avondmaal",y4="na het middagmaal",_4="na de maaltijd",x4="namiddag",w4="voor het ontbijt",k4="voor het avondmaal",E4="voor het middagmaal",C4="tussen het ontbijt en het middagmaal",S4="tussen het avondmaal en het slapen gaan",D4="tussen het middagmaal en het avondmaal",I4="tussen de maaltijden",T4="ontbijt",A4="avondmaal",O4="tijdens het ontbijt",R4="tijdens het avondmaal",M4="tijdens het middagmaal",P4="'s avonds",N4="middagmaal",L4="'s ochtends",F4="'s nachts",V4="voor het slapen gaan",JSe={afterbreakfast:b4,afterdinner:v4,afterlunch:y4,aftermeal:_4,afternoon:x4,beforebreakfast:w4,beforedinner:k4,beforelunch:E4,betweenbreakfastandlunch:C4,betweendinnerandsleep:S4,betweenlunchanddinner:D4,betweenmeals:I4,breakfast:T4,dinner:A4,duringbreakfast:O4,duringdinner:R4,duringlunch:M4,evening:P4,lunch:N4,morning:L4,night:F4,thehourofsleep:V4},e2e={nl:g4,fr:YF,de:tF,en:EF},z4={};ve(z4,{day:()=>B4,default:()=>t2e,during:()=>U4,on:()=>H4,week:()=>j4});var B4="Tag",j4="Woche",H4="am",U4="für",t2e={day:B4,week:j4,on:H4,during:U4},W4={};ve(W4,{day:()=>q4,default:()=>a2e,during:()=>$4,on:()=>Y4,week:()=>G4});var q4="day",G4="week",Y4="on",$4="during",a2e={day:q4,week:G4,on:Y4,during:$4},Z4={};ve(Z4,{day:()=>K4,default:()=>i2e,during:()=>J4,on:()=>Q4,week:()=>X4});var K4="jour",X4="semaine",Q4="le",J4="durant",i2e={day:K4,week:X4,on:Q4,during:J4},eV={};ve(eV,{day:()=>tV,default:()=>n2e,during:()=>nV,on:()=>iV,week:()=>aV});var tV="dag",aV="week",iV="op",nV="gedurende",n2e={day:tV,week:aV,on:iV,during:nV},r2e={nl:eV,fr:Z4,de:z4,en:W4},rV={};ve(rV,{ambulance_driver:()=>oV,ambulance_first_aid:()=>sV,ambulance_rescuer:()=>lV,application:()=>cV,applied_psychology_bachelor:()=>dV,audician:()=>uV,audiologist:()=>hV,biologist_pharmacist:()=>pV,care_giver:()=>mV,certificateholder:()=>fV,citizen:()=>gV,clinical_orthopedic_pedagogue:()=>bV,clinical_psychologist:()=>vV,default:()=>o2e,dental_hygienist:()=>yV,dentist:()=>_V,deptalgology:()=>xV,deptanatomopathology:()=>wV,deptanesthesiology:()=>kV,deptbacteriology:()=>EV,deptcardiacsurgery:()=>CV,deptcardiology:()=>SV,deptchildandadolescentpsychiatry:()=>DV,deptdentistry:()=>IV,deptdermatology:()=>TV,deptdiabetology:()=>AV,deptdietetics:()=>OV,deptemergency:()=>RV,deptendocrinology:()=>MV,deptgastroenterology:()=>PV,deptgeneralpractice:()=>NV,deptgenetics:()=>LV,deptgeriatry:()=>FV,deptgynecology:()=>VV,depthandsurgery:()=>zV,depthematology:()=>BV,deptinfectiousdisease:()=>jV,deptintensivecare:()=>HV,deptkinesitherapy:()=>UV,deptlaboratory:()=>WV,deptmajorburns:()=>qV,deptmaxillofacialsurgery:()=>GV,deptmedicine:()=>YV,deptmolecularbiology:()=>$V,deptneonatalogy:()=>ZV,deptnephrology:()=>KV,deptneurology:()=>XV,deptneurosurgery:()=>QV,deptnte:()=>JV,deptnuclear:()=>e7,deptnursing:()=>t7,deptnutritiondietetics:()=>a7,deptobstetrics:()=>i7,deptoccupationaltherapy:()=>n7,deptoncology:()=>r7,deptophtalmology:()=>o7,deptorthopedy:()=>s7,deptpalliativecare:()=>l7,deptpediatricintensivecare:()=>c7,deptpediatricsurgery:()=>d7,deptpediatry:()=>u7,deptpharmacy:()=>h7,deptphysicalmedecine:()=>p7,deptphysiotherapy:()=>m7,deptplasticandreparatorysurgery:()=>f7,deptpneumology:()=>g7,deptpodiatry:()=>b7,deptpodology:()=>v7,deptpsychiatry:()=>y7,deptpsychogeriatry:()=>_7,deptpsychology:()=>x7,deptradiology:()=>w7,deptradiotherapy:()=>k7,deptrevalidation:()=>E7,deptrheumatology:()=>C7,deptrhumatology:()=>S7,deptsenology:()=>D7,deptsocialservice:()=>I7,deptspeechtherapy:()=>T7,deptsportsmedecine:()=>A7,deptstomatology:()=>O7,deptsurgery:()=>R7,deptthoracicsurgery:()=>M7,depttoxicology:()=>P7,depttropicalmedecine:()=>N7,depturology:()=>L7,deptvascularsurgery:()=>F7,deptvisceraldigestiveabdominalsurgery:()=>V7,diabete_equipment_supplier:()=>z7,dietician:()=>B7,doctor:()=>j7,family_science_bachelor:()=>H7,gerontology_master:()=>U7,groupofnurses:()=>W7,groupofphysiciansdifferentaddress:()=>q7,groupofphysicianssameaddress:()=>G7,guardpost:()=>Y7,hub:()=>$7,imaging_technologist:()=>Z7,implantprovider:()=>K7,lab_technologist:()=>X7,logopedist:()=>Q7,midwife:()=>J7,nurse:()=>ez,occupational_therapist:()=>tz,optician:()=>az,orghospital:()=>iz,orginsurance:()=>nz,orglaboratory:()=>rz,orgpharmacy:()=>oz,orgpharmacyinvoicingoffice:()=>sz,orgpolyclinic:()=>lz,orgpractice:()=>cz,orgprevention:()=>dz,orgprimaryhealthcarecenter:()=>uz,orgpsychiatriccarehome:()=>hz,orgpublichealth:()=>pz,orgretirementhome:()=>mz,orgrevalidationcenter:()=>fz,orgshelteredliving:()=>gz,orthopedagogist_master:()=>bz,orthopedist:()=>vz,orthoptist:()=>yz,orthotist:()=>_z,patient:()=>xz,pediatric_nurse:()=>wz,persadministrative:()=>kz,persambulancefirstaid:()=>Ez,persappliedpsychbachelor:()=>Cz,persaudician:()=>Sz,persaudiologist:()=>Dz,persbandagistorthosiologist:()=>Iz,persbiologist:()=>Tz,perscaregiver:()=>Az,persclinicalorthopedagogist:()=>Oz,persclinicalpsychologist:()=>Rz,persdentist:()=>Mz,persdietician:()=>Pz,perseducator:()=>Nz,persfamilysciencebachelor:()=>Lz,persgerontologymaster:()=>Fz,perslogopedist:()=>Vz,persmidwife:()=>zz,persmobilityimprover:()=>Bz,persnurse:()=>jz,persoccupationaltherapist:()=>Hz,persoptician:()=>Uz,persoptometrist:()=>Wz,persoraldentalhygienist:()=>qz,persorthopedagogistmaster:()=>Gz,persorthopedist:()=>Yz,persorthoptist:()=>$z,persorthotist:()=>Zz,persparamedical:()=>Kz,perspatientdriver:()=>Xz,perspharmacist:()=>Qz,perspharmacistclinicalbiologist:()=>Jz,perspharmacyassistant:()=>e9,persphysician:()=>t9,persphysiotherapist:()=>a9,perspodologist:()=>i9,perspracticalnurse:()=>n9,persprosthesiologist:()=>r9,perspsychologist:()=>o9,perspsychomotortherapymaster:()=>s9,persreadaptationbachelor:()=>l9,persshoetechnologist:()=>c9,perssocialworker:()=>d9,perstechnician:()=>u9,perstrussmaker:()=>h9,pharmacist:()=>p9,pharmacist_assistant:()=>m9,physician:()=>f9,physiotherapist:()=>g9,podologist:()=>b9,practical_nurse:()=>v9,prosthetist:()=>y9,psychologist:()=>_9,psychomotor_therapy_master:()=>x9,readaptaion_bachelor:()=>w9,social_worker:()=>k9,specialized_educator:()=>E9,truss_maker:()=>C9});var oV="Rettungswagenfahrer",sV="Rettungssanitäter",lV="Rettungssanitäter",cV="Softwareapplikation",dV="Bachelor der angewandten Psychologie",uV="Hörgeräteakustiker",hV="Audiologe",pV="Fachapotheker für klinische Chemie",mV="Pflegekräfte",fV="Zertifikatinhaber",gV="Bürger",bV="Klinischer Heilpädagoge",vV="Klinischer Psychologe",yV="Dentalhygieniker",_V="Zahnarzt",xV="Algologie",wV="pathologische Anatomie",kV="Anästhesiologie",EV="Bakteriologie",CV="Herzchirurgie",SV="Kardiologie",DV="Kinder-und Jugendpsychiatrie",IV="Zahnheilkunde",TV="Dermatologie",AV="Diabetologie",OV="Diätetik",RV="Notaufnahme",MV="Endokrinologie",PV="Gastroenterologie",NV="Allgemeinmedizin",LV="Genetik",FV="Geriatrie",VV="Gynäkologie",zV="Handchirurgie",BV="Hämatologie",jV="Infektionskrankheit",HV="Intensivmedizin",UV="Physiotherapie",WV="Labordienst/-abteilung einer Einrichtung",qV="Schwerbrandverletztenzentrum",GV="Mund-Kiefer-Gesichtschirurgie",YV="Innere Medizin",$V="Molekularbiologie",ZV="Neonatologie",KV="Nephrologie",XV="Neurologie",QV="Neurologie",JV="Hals-Nasen-Ohren-Heilkunde (HNO)",e7="Nuklearmedizin",t7="Krankenpflege",a7="Diätetik",i7="Geburtshilfe",n7="Ergotherapie",r7="Onkologie",o7="Augenheilkunde",s7="Orthopädie",l7="Palliativpflege",c7="Kinder-Intensivstation",d7="Kinderchirurgie",u7="Pädiatrie",h7="Apothekendienst/-abteilung einer Einrichtung",p7="physikalische Medizin",m7="Physiotherapie",f7="plastische Chirurgie und rekonstruktive Chirurgie",g7="Pneumologie",b7="Podiatrie",v7="",y7="Psychiatrie",_7="Psychogeriatrie",x7="Psychologie",w7="Radiologie",k7="Strahlentherapie",E7="Rehabilitation",C7="Rheumatologie",S7="",D7="Senologie",I7="Sozialdienst",T7="Logopädie",A7="Sportmedizin",O7="Stomatologie",R7="Chirurgie",M7="Thoraxchirurgie",P7="Toxikologie",N7="Tropenmedizin",L7="Urologie",F7="Vaskuläre Chirurgie",V7="Viszeralchirurgie/Abdominalchirurgie/Bauchchirurgie",z7="Lieferant von Material für Diabetesselbstverwaltung ",B7="Diätassistent",j7="Arzt",H7="Bachelor der Familienwissenschaften",U7="Master der Gerontologie",W7="Krankenpflegeverband",q7="Zusammenschluss von Ärzten, unterschiedliche Adresse",G7="Zusammenschluss von Ärzten, gleiche Adresse",Y7="Schwesternstützpunkt",$7="Hub",Z7="Technologe im bildgebenden Diagnoseverfahren",K7="Lieferant von Implantaten",X7="Labortechniker",Q7="Logopäde",J7="Hebamme",ez="Fachkraft für Krankenpflege",tz="Ergotherapeut",az="Optiker",iz="Krankenhaus",nz="Versicherung",rz="Unabhängiges Labor",oz="Unabhängige Apotheke",sz="Rechnungstelle für Apotheken",lz="Poliklinik",cz="Praxis",dz="Präventionsdienst",uz="Gesundheits- und Sozialzentrum",hz="psychiatrische Klinik",pz="Gesundheitsbehörde",mz="Altenheim",fz="Reha-Klinik",gz="Initiative für begleitetes Wohnen",bz="Master der Heilpädagogik",vz="Orthopäde",yz="Orthoptist-Optometrist",_z="Orthopädietechniker",xz="Patient",wz="Kinderkrankenschwester",kz="Büroangestellter",Ez="Rettungswagen",Cz="Bachelor in angewandter Psychologie",Sz="Hörgeräteakustiker",Dz="Audiologe",Iz="Bandagist Orthosiologe (Orthopädietechniker)",Tz="medizinischer Labortechniker",Az="informelle Pflegeperson",Oz="Klinischer Heilpädagoge",Rz="Klinischer Psychologe",Mz="Zahnarzt",Pz="Diätassistent",Nz="Erzieher",Lz="Bachelor in Familienwissenschaften",Fz="Master in Gerontologie",Vz="Logopäde",zz="Hebamme",Bz="Mobilitätsverbesserer (Orthopädietechniker)",jz="Krankenpfleger",Hz="Ergotherapeut",Uz="Optiker",Wz="Optometrist",qz="Dentalhygieniker",Gz="Master in Heilpädagogik",Yz="Orthopädist",$z="Orthoptist",Zz="Orthopädietechniker/Prothesenbauer",Kz="medizinische Hilfskraft",Xz="Fahrdienst",Qz="Apotheker",Jz="Fachapotheker für klinische Chemie",e9="Apothekenhelfer",t9="Arzt",a9="Physiotherapeut",i9="Podologe",n9="Pfleger",r9="Orthopädietechniker (Orthopädietechniker)",o9="Psychologe",s9="Master in Psychomotorik",l9="Bachelor in Rehabilitation",c9="Schuhtechniker (Orthopädietechniker)",d9="Sozialarbeiter",u9="Techniker für medizinische Bildgebung",h9="Bandagist",p9="Apotheker",m9="Pharmazeutisch-technischer Assistent ",f9="Arzt",g9="Physiotherapeut",b9="Podologe",v9="Pflegehelfer",y9="Prothesenhersteller",_9="Psychologe",x9="Master der psychomotorischen Therapie",w9="Bachelor der Rehabilitationswissenschaften",k9="Sozialassistent",E9="Bachelor der Erziehungswissenschaften",C9="Bandagist",o2e={ambulance_driver:oV,ambulance_first_aid:sV,ambulance_rescuer:lV,application:cV,applied_psychology_bachelor:dV,audician:uV,audiologist:hV,biologist_pharmacist:pV,care_giver:mV,certificateholder:fV,citizen:gV,clinical_orthopedic_pedagogue:bV,clinical_psychologist:vV,dental_hygienist:yV,dentist:_V,deptalgology:xV,deptanatomopathology:wV,deptanesthesiology:kV,deptbacteriology:EV,deptcardiacsurgery:CV,deptcardiology:SV,deptchildandadolescentpsychiatry:DV,deptdentistry:IV,deptdermatology:TV,deptdiabetology:AV,deptdietetics:OV,deptemergency:RV,deptendocrinology:MV,deptgastroenterology:PV,deptgeneralpractice:NV,deptgenetics:LV,deptgeriatry:FV,deptgynecology:VV,depthandsurgery:zV,depthematology:BV,deptinfectiousdisease:jV,deptintensivecare:HV,deptkinesitherapy:UV,deptlaboratory:WV,deptmajorburns:qV,deptmaxillofacialsurgery:GV,deptmedicine:YV,deptmolecularbiology:$V,deptneonatalogy:ZV,deptnephrology:KV,deptneurology:XV,deptneurosurgery:QV,deptnte:JV,deptnuclear:e7,deptnursing:t7,deptnutritiondietetics:a7,deptobstetrics:i7,deptoccupationaltherapy:n7,deptoncology:r7,deptophtalmology:o7,deptorthopedy:s7,deptpalliativecare:l7,deptpediatricintensivecare:c7,deptpediatricsurgery:d7,deptpediatry:u7,deptpharmacy:h7,deptphysicalmedecine:p7,deptphysiotherapy:m7,deptplasticandreparatorysurgery:f7,deptpneumology:g7,deptpodiatry:b7,deptpodology:v7,deptpsychiatry:y7,deptpsychogeriatry:_7,deptpsychology:x7,deptradiology:w7,deptradiotherapy:k7,deptrevalidation:E7,deptrheumatology:C7,deptrhumatology:S7,deptsenology:D7,deptsocialservice:I7,deptspeechtherapy:T7,deptsportsmedecine:A7,deptstomatology:O7,deptsurgery:R7,deptthoracicsurgery:M7,depttoxicology:P7,depttropicalmedecine:N7,depturology:L7,deptvascularsurgery:F7,deptvisceraldigestiveabdominalsurgery:V7,diabete_equipment_supplier:z7,dietician:B7,doctor:j7,family_science_bachelor:H7,gerontology_master:U7,groupofnurses:W7,groupofphysiciansdifferentaddress:q7,groupofphysicianssameaddress:G7,guardpost:Y7,hub:$7,imaging_technologist:Z7,implantprovider:K7,lab_technologist:X7,logopedist:Q7,midwife:J7,nurse:ez,occupational_therapist:tz,optician:az,orghospital:iz,orginsurance:nz,orglaboratory:rz,orgpharmacy:oz,orgpharmacyinvoicingoffice:sz,orgpolyclinic:lz,orgpractice:cz,orgprevention:dz,orgprimaryhealthcarecenter:uz,orgpsychiatriccarehome:hz,orgpublichealth:pz,orgretirementhome:mz,orgrevalidationcenter:fz,orgshelteredliving:gz,orthopedagogist_master:bz,orthopedist:vz,orthoptist:yz,orthotist:_z,patient:xz,pediatric_nurse:wz,persadministrative:kz,persambulancefirstaid:Ez,persappliedpsychbachelor:Cz,persaudician:Sz,persaudiologist:Dz,persbandagistorthosiologist:Iz,persbiologist:Tz,perscaregiver:Az,persclinicalorthopedagogist:Oz,persclinicalpsychologist:Rz,persdentist:Mz,persdietician:Pz,perseducator:Nz,persfamilysciencebachelor:Lz,persgerontologymaster:Fz,perslogopedist:Vz,persmidwife:zz,persmobilityimprover:Bz,persnurse:jz,persoccupationaltherapist:Hz,persoptician:Uz,persoptometrist:Wz,persoraldentalhygienist:qz,persorthopedagogistmaster:Gz,persorthopedist:Yz,persorthoptist:$z,persorthotist:Zz,persparamedical:Kz,perspatientdriver:Xz,perspharmacist:Qz,perspharmacistclinicalbiologist:Jz,perspharmacyassistant:e9,persphysician:t9,persphysiotherapist:a9,perspodologist:i9,perspracticalnurse:n9,persprosthesiologist:r9,perspsychologist:o9,perspsychomotortherapymaster:s9,persreadaptationbachelor:l9,persshoetechnologist:c9,perssocialworker:d9,perstechnician:u9,perstrussmaker:h9,pharmacist:p9,pharmacist_assistant:m9,physician:f9,physiotherapist:g9,podologist:b9,practical_nurse:v9,prosthetist:y9,psychologist:_9,psychomotor_therapy_master:x9,readaptaion_bachelor:w9,social_worker:k9,specialized_educator:E9,truss_maker:C9},S9={};ve(S9,{ambulance_driver:()=>D9,ambulance_first_aid:()=>I9,ambulance_rescuer:()=>T9,application:()=>A9,applied_psychology_bachelor:()=>O9,audician:()=>R9,audiologist:()=>M9,biologist_pharmacist:()=>P9,care_giver:()=>N9,certificateholder:()=>L9,citizen:()=>F9,clinical_orthopedic_pedagogue:()=>V9,clinical_psychologist:()=>z9,default:()=>s2e,dental_hygienist:()=>B9,dentist:()=>j9,deptalgology:()=>H9,deptanatomopathology:()=>U9,deptanesthesiology:()=>W9,deptbacteriology:()=>q9,deptcardiacsurgery:()=>G9,deptcardiology:()=>Y9,deptchildandadolescentpsychiatry:()=>$9,deptdentistry:()=>Z9,deptdermatology:()=>K9,deptdiabetology:()=>X9,deptdietetics:()=>Q9,deptemergency:()=>J9,deptendocrinology:()=>eB,deptgastroenterology:()=>tB,deptgeneralpractice:()=>aB,deptgenetics:()=>iB,deptgeriatry:()=>nB,deptgynecology:()=>rB,depthandsurgery:()=>oB,depthematology:()=>sB,deptinfectiousdisease:()=>lB,deptintensivecare:()=>cB,deptkinesitherapy:()=>dB,deptlaboratory:()=>uB,deptmajorburns:()=>hB,deptmaxillofacialsurgery:()=>pB,deptmedicine:()=>mB,deptmolecularbiology:()=>fB,deptneonatalogy:()=>gB,deptnephrology:()=>bB,deptneurology:()=>vB,deptneurosurgery:()=>yB,deptnte:()=>_B,deptnuclear:()=>xB,deptnursing:()=>wB,deptnutritiondietetics:()=>kB,deptobstetrics:()=>EB,deptoccupationaltherapy:()=>CB,deptoncology:()=>SB,deptophtalmology:()=>DB,deptorthopedy:()=>IB,deptpalliativecare:()=>TB,deptpediatricintensivecare:()=>AB,deptpediatricsurgery:()=>OB,deptpediatry:()=>RB,deptpharmacy:()=>MB,deptphysicalmedecine:()=>PB,deptphysiotherapy:()=>NB,deptplasticandreparatorysurgery:()=>LB,deptpneumology:()=>FB,deptpodiatry:()=>VB,deptpodology:()=>zB,deptpsychiatry:()=>BB,deptpsychogeriatry:()=>jB,deptpsychology:()=>HB,deptradiology:()=>UB,deptradiotherapy:()=>WB,deptrevalidation:()=>qB,deptrheumatology:()=>GB,deptrhumatology:()=>YB,deptsenology:()=>$B,deptsocialservice:()=>ZB,deptspeechtherapy:()=>KB,deptsportsmedecine:()=>XB,deptstomatology:()=>QB,deptsurgery:()=>JB,deptthoracicsurgery:()=>e6,depttoxicology:()=>t6,depttropicalmedecine:()=>a6,depturology:()=>i6,deptvascularsurgery:()=>n6,deptvisceraldigestiveabdominalsurgery:()=>r6,diabete_equipment_supplier:()=>o6,dietician:()=>s6,doctor:()=>l6,family_science_bachelor:()=>c6,gerontology_master:()=>d6,groupofnurses:()=>u6,groupofphysiciansdifferentaddress:()=>h6,groupofphysicianssameaddress:()=>p6,guardpost:()=>m6,hub:()=>f6,imaging_technologist:()=>g6,implantprovider:()=>b6,lab_technologist:()=>v6,logopedist:()=>y6,midwife:()=>_6,nurse:()=>x6,occupational_therapist:()=>w6,optician:()=>k6,orghospital:()=>E6,orginsurance:()=>C6,orglaboratory:()=>S6,orgpharmacy:()=>D6,orgpharmacyinvoicingoffice:()=>I6,orgpolyclinic:()=>T6,orgpractice:()=>A6,orgprevention:()=>O6,orgprimaryhealthcarecenter:()=>R6,orgpsychiatriccarehome:()=>M6,orgpublichealth:()=>P6,orgretirementhome:()=>N6,orgrevalidationcenter:()=>L6,orgshelteredliving:()=>F6,orthopedagogist_master:()=>V6,orthopedist:()=>z6,orthoptist:()=>B6,orthotist:()=>j6,patient:()=>H6,pediatric_nurse:()=>U6,persadministrative:()=>W6,persambulancefirstaid:()=>q6,persappliedpsychbachelor:()=>G6,persaudician:()=>Y6,persaudiologist:()=>$6,persbandagistorthosiologist:()=>Z6,persbiologist:()=>K6,perscaregiver:()=>X6,persclinicalorthopedagogist:()=>Q6,persclinicalpsychologist:()=>J6,persdentist:()=>ej,persdietician:()=>tj,perseducator:()=>aj,persfamilysciencebachelor:()=>ij,persgerontologymaster:()=>nj,perslogopedist:()=>rj,persmidwife:()=>oj,persmobilityimprover:()=>sj,persnurse:()=>lj,persoccupationaltherapist:()=>cj,persoptician:()=>dj,persoptometrist:()=>uj,persoraldentalhygienist:()=>hj,persorthopedagogistmaster:()=>pj,persorthopedist:()=>mj,persorthoptist:()=>fj,persorthotist:()=>gj,persparamedical:()=>bj,perspatientdriver:()=>vj,perspharmacist:()=>yj,perspharmacistclinicalbiologist:()=>_j,perspharmacyassistant:()=>xj,persphysician:()=>wj,persphysiotherapist:()=>kj,perspodologist:()=>Ej,perspracticalnurse:()=>Cj,persprosthesiologist:()=>Sj,perspsychologist:()=>Dj,perspsychomotortherapymaster:()=>Ij,persreadaptationbachelor:()=>Tj,persshoetechnologist:()=>Aj,perssocialworker:()=>Oj,perstechnician:()=>Rj,perstrussmaker:()=>Mj,pharmacist:()=>Pj,pharmacist_assistant:()=>Nj,physician:()=>Lj,physiotherapist:()=>Fj,podologist:()=>Vj,practical_nurse:()=>zj,prosthetist:()=>Bj,psychologist:()=>jj,psychomotor_therapy_master:()=>Hj,readaptaion_bachelor:()=>Uj,social_worker:()=>Wj,specialized_educator:()=>qj,truss_maker:()=>Gj});var D9="Ambulance Driver",I9="Ambulance First Aider",T9="Ambulance Rescuer",A9="Software application",O9="Bachelor in Applied Psychology",R9="Audician",M9="Audiologist",P9="Biologist Pharmacist",N9="Caregiver",L9="Certificate holder",F9="Citizen",V9="Clinical Orthopedic Pedagogue",z9="Clinical Psychologist",B9="Dental Hygienist",j9="Dentist",H9="Algology",U9="Anatomopathology",W9="Anesthesiology",q9="Bacteriology",G9="Cardiac surgery",Y9="Cardiology",$9="Child and adolescent psychiatry",Z9="Dentistry",K9="Dermatology",X9="Diabetology",Q9="Dietetics",J9="Emergency",eB="Endocrinology",tB="Gastroenterology",aB="General practice",iB="Genetics",nB="Geriatry",rB="Gynecology",oB="Hand surgery",sB="Hematology",lB="Infectious disease",cB="Intensive care",dB="Kinesitherapy",uB="Laboratory service or department within an organisation",hB="Major burns",pB="Maxillofacial surgery",mB="Internal medecine",fB="Molecular biology",gB="Neonatalogy",bB="Nephrology",vB="Neurology",yB="Neurology",_B="Nose-throat-ear",xB="Nuclear",wB="Nursing",kB="Nutritional dietetics",EB="Obstetrics",CB="Occupational therapy",SB="Oncology",DB="Ophthalmology",IB="Orthopedy",TB="Palliative care",AB="Pediatric intensive care",OB="Pediatric surgery",RB="Pediatry",MB="Pharmacy Service/Department within an organization",PB="Physical medecine",NB="Physiotherapy",LB="Plastic and reparatory surgery",FB="Pneumology",VB="Podiatry",zB="Podiatry",BB="Psychiatry",jB="Psychogeriatry",HB="Psychology",UB="Radiology",WB="Radiotherapy",qB="Revalidation",GB="Rheumatology",YB="Rhumatology",$B="Senology",ZB="Social service",KB="Speech therapy",XB="Sports medecine",QB="Stomatology",JB="Surgery",e6="Thoracic surgery",t6="Toxicology",a6="Tropical medecine",i6="Urology",n6="Vascular surgery",r6="Visceral digestive abdominal surgery",o6="Diabetes Management Equipment Supplier",s6="Dietitian",l6="Doctor",c6="Bachelor in Family Science",d6="Master in Gerontology",u6="Group of nurses",h6="Group of physicians different address",p6="Group of physicians same address",m6="Guard post",f6="Hub",g6="Medical Imaging Technologist",b6="Implant Provider",v6="Laboratory Technologist",y6="Logopedist",_6="Midwife",x6="Nurse",w6="Occupational Therapist",k6="Optician",E6="Hospital",C6="Insurance",S6="Independent laboratory",D6="Independent pharmacy",I6="Pharmacy invoicing office",T6="Polyclinic",A6="Practice organisation",O6="Prevention Service",R6="Primary health care center",M6="Psychiatric care home",P6="Public health organisation",N6="Retirementhome",L6="Revalidation center",F6="Sheltered living",V6="Master's in Orthopedagogy",z6="Orthopedist",B6="Orthoptist-Optometrist",j6="Orthotist",H6="Patient",U6="Pediatric Nurse",W6="Administrative",q6="Ambulance first aid",G6="Bachelor in Applied psychology",Y6="Audician",$6="Audiologist",Z6="Bandagist orthosiologist (orthopedic technologist)",K6="Medical laboratory technician",X6="Informal Caregiver",Q6="Clinical orthopedagogist",J6="Clinical psychologist",ej="Dentist",tj="Dietician",aj="Educator",ij="Bachelor in Family sciences",nj="Master in Gerontological sciences",rj="Logopedist",oj="Midwife",sj="Mobility improver (orthopedic technologist)",lj="Nurse",cj="Occupational therapist",dj="Optician",uj="Optometrist",hj="Oral Dental Hygienist",pj="Master of orthopedagogist",mj="Orthopedist",fj="Orthoptist",gj="Orthotist/Prosthetist",bj="Paramedical staff",vj="Patient Transporter (non-urgent)",yj="Pharmacist",_j="Pharmacist-clinical biologist",xj="Pharmacy assistant",wj="Physician",kj="Physiotherapist",Ej="Podiologist",Cj="Practical nurse",Sj="prosthesiologist (orthopedic technologist)",Dj="Psychologist",Ij="Master in Psychomotor Therapy",Tj="Bachelor in Physiotherapy and Rehabilitation",Aj="shoe technologist (orthopedic technologist)",Oj="Social worker",Rj="Medical Imaging Technician",Mj="Truss maker",Pj="Pharmacist",Nj="Pharmaceutical Technician Assistant",Lj="Physician",Fj="Physiotherapist",Vj="Podiatrist",zj="Practical Nurse",Bj="Prosthetist",jj="Clinical Psychologist",Hj="Master's in Psychomotor Therapy",Uj="Bachelor in Rehabilitation",Wj="Social Worker",qj="Specialized Educator",Gj="Truss Maker",s2e={ambulance_driver:D9,ambulance_first_aid:I9,ambulance_rescuer:T9,application:A9,applied_psychology_bachelor:O9,audician:R9,audiologist:M9,biologist_pharmacist:P9,care_giver:N9,certificateholder:L9,citizen:F9,clinical_orthopedic_pedagogue:V9,clinical_psychologist:z9,dental_hygienist:B9,dentist:j9,deptalgology:H9,deptanatomopathology:U9,deptanesthesiology:W9,deptbacteriology:q9,deptcardiacsurgery:G9,deptcardiology:Y9,deptchildandadolescentpsychiatry:$9,deptdentistry:Z9,deptdermatology:K9,deptdiabetology:X9,deptdietetics:Q9,deptemergency:J9,deptendocrinology:eB,deptgastroenterology:tB,deptgeneralpractice:aB,deptgenetics:iB,deptgeriatry:nB,deptgynecology:rB,depthandsurgery:oB,depthematology:sB,deptinfectiousdisease:lB,deptintensivecare:cB,deptkinesitherapy:dB,deptlaboratory:uB,deptmajorburns:hB,deptmaxillofacialsurgery:pB,deptmedicine:mB,deptmolecularbiology:fB,deptneonatalogy:gB,deptnephrology:bB,deptneurology:vB,deptneurosurgery:yB,deptnte:_B,deptnuclear:xB,deptnursing:wB,deptnutritiondietetics:kB,deptobstetrics:EB,deptoccupationaltherapy:CB,deptoncology:SB,deptophtalmology:DB,deptorthopedy:IB,deptpalliativecare:TB,deptpediatricintensivecare:AB,deptpediatricsurgery:OB,deptpediatry:RB,deptpharmacy:MB,deptphysicalmedecine:PB,deptphysiotherapy:NB,deptplasticandreparatorysurgery:LB,deptpneumology:FB,deptpodiatry:VB,deptpodology:zB,deptpsychiatry:BB,deptpsychogeriatry:jB,deptpsychology:HB,deptradiology:UB,deptradiotherapy:WB,deptrevalidation:qB,deptrheumatology:GB,deptrhumatology:YB,deptsenology:$B,deptsocialservice:ZB,deptspeechtherapy:KB,deptsportsmedecine:XB,deptstomatology:QB,deptsurgery:JB,deptthoracicsurgery:e6,depttoxicology:t6,depttropicalmedecine:a6,depturology:i6,deptvascularsurgery:n6,deptvisceraldigestiveabdominalsurgery:r6,diabete_equipment_supplier:o6,dietician:s6,doctor:l6,family_science_bachelor:c6,gerontology_master:d6,groupofnurses:u6,groupofphysiciansdifferentaddress:h6,groupofphysicianssameaddress:p6,guardpost:m6,hub:f6,imaging_technologist:g6,implantprovider:b6,lab_technologist:v6,logopedist:y6,midwife:_6,nurse:x6,occupational_therapist:w6,optician:k6,orghospital:E6,orginsurance:C6,orglaboratory:S6,orgpharmacy:D6,orgpharmacyinvoicingoffice:I6,orgpolyclinic:T6,orgpractice:A6,orgprevention:O6,orgprimaryhealthcarecenter:R6,orgpsychiatriccarehome:M6,orgpublichealth:P6,orgretirementhome:N6,orgrevalidationcenter:L6,orgshelteredliving:F6,orthopedagogist_master:V6,orthopedist:z6,orthoptist:B6,orthotist:j6,patient:H6,pediatric_nurse:U6,persadministrative:W6,persambulancefirstaid:q6,persappliedpsychbachelor:G6,persaudician:Y6,persaudiologist:$6,persbandagistorthosiologist:Z6,persbiologist:K6,perscaregiver:X6,persclinicalorthopedagogist:Q6,persclinicalpsychologist:J6,persdentist:ej,persdietician:tj,perseducator:aj,persfamilysciencebachelor:ij,persgerontologymaster:nj,perslogopedist:rj,persmidwife:oj,persmobilityimprover:sj,persnurse:lj,persoccupationaltherapist:cj,persoptician:dj,persoptometrist:uj,persoraldentalhygienist:hj,persorthopedagogistmaster:pj,persorthopedist:mj,persorthoptist:fj,persorthotist:gj,persparamedical:bj,perspatientdriver:vj,perspharmacist:yj,perspharmacistclinicalbiologist:_j,perspharmacyassistant:xj,persphysician:wj,persphysiotherapist:kj,perspodologist:Ej,perspracticalnurse:Cj,persprosthesiologist:Sj,perspsychologist:Dj,perspsychomotortherapymaster:Ij,persreadaptationbachelor:Tj,persshoetechnologist:Aj,perssocialworker:Oj,perstechnician:Rj,perstrussmaker:Mj,pharmacist:Pj,pharmacist_assistant:Nj,physician:Lj,physiotherapist:Fj,podologist:Vj,practical_nurse:zj,prosthetist:Bj,psychologist:jj,psychomotor_therapy_master:Hj,readaptaion_bachelor:Uj,social_worker:Wj,specialized_educator:qj,truss_maker:Gj},Yj={};ve(Yj,{ambulance_driver:()=>$j,ambulance_first_aid:()=>Zj,ambulance_rescuer:()=>Kj,application:()=>Xj,applied_psychology_bachelor:()=>Qj,audician:()=>Jj,audiologist:()=>eH,biologist_pharmacist:()=>tH,care_giver:()=>aH,certificateholder:()=>iH,citizen:()=>nH,clinical_orthopedic_pedagogue:()=>rH,clinical_psychologist:()=>oH,default:()=>l2e,dental_hygienist:()=>sH,dentist:()=>lH,deptalgology:()=>cH,deptanatomopathology:()=>dH,deptanesthesiology:()=>uH,deptbacteriology:()=>hH,deptcardiacsurgery:()=>pH,deptcardiology:()=>mH,deptchildandadolescentpsychiatry:()=>fH,deptdentistry:()=>gH,deptdermatology:()=>bH,deptdiabetology:()=>vH,deptdietetics:()=>yH,deptemergency:()=>_H,deptendocrinology:()=>xH,deptgastroenterology:()=>wH,deptgeneralpractice:()=>kH,deptgenetics:()=>EH,deptgeriatry:()=>CH,deptgynecology:()=>SH,depthandsurgery:()=>DH,depthematology:()=>IH,deptinfectiousdisease:()=>TH,deptintensivecare:()=>AH,deptkinesitherapy:()=>OH,deptlaboratory:()=>RH,deptmajorburns:()=>MH,deptmaxillofacialsurgery:()=>PH,deptmedicine:()=>NH,deptmolecularbiology:()=>LH,deptneonatalogy:()=>FH,deptnephrology:()=>VH,deptneurology:()=>zH,deptneurosurgery:()=>BH,deptnte:()=>jH,deptnuclear:()=>HH,deptnursing:()=>UH,deptnutritiondietetics:()=>WH,deptobstetrics:()=>qH,deptoccupationaltherapy:()=>GH,deptoncology:()=>YH,deptophtalmology:()=>$H,deptorthopedy:()=>ZH,deptpalliativecare:()=>KH,deptpediatricintensivecare:()=>XH,deptpediatricsurgery:()=>QH,deptpediatry:()=>JH,deptpharmacy:()=>e8,deptphysicalmedecine:()=>t8,deptphysiotherapy:()=>a8,deptplasticandreparatorysurgery:()=>i8,deptpneumology:()=>n8,deptpodiatry:()=>r8,deptpodology:()=>o8,deptpsychiatry:()=>s8,deptpsychogeriatry:()=>l8,deptpsychology:()=>c8,deptradiology:()=>d8,deptradiotherapy:()=>u8,deptrevalidation:()=>h8,deptrheumatology:()=>p8,deptrhumatology:()=>m8,deptsenology:()=>f8,deptsocialservice:()=>g8,deptspeechtherapy:()=>b8,deptsportsmedecine:()=>v8,deptstomatology:()=>y8,deptsurgery:()=>_8,deptthoracicsurgery:()=>x8,depttoxicology:()=>w8,depttropicalmedecine:()=>k8,depturology:()=>E8,deptvascularsurgery:()=>C8,deptvisceraldigestiveabdominalsurgery:()=>S8,diabete_equipment_supplier:()=>D8,dietician:()=>I8,doctor:()=>T8,family_science_bachelor:()=>A8,gerontology_master:()=>O8,groupofnurses:()=>R8,groupofphysiciansdifferentaddress:()=>M8,groupofphysicianssameaddress:()=>P8,guardpost:()=>N8,hub:()=>L8,imaging_technologist:()=>F8,implantprovider:()=>V8,lab_technologist:()=>z8,logopedist:()=>B8,midwife:()=>j8,nurse:()=>H8,occupational_therapist:()=>U8,optician:()=>W8,orghospital:()=>q8,orginsurance:()=>G8,orglaboratory:()=>Y8,orgpharmacy:()=>$8,orgpharmacyinvoicingoffice:()=>Z8,orgpolyclinic:()=>K8,orgpractice:()=>X8,orgprevention:()=>Q8,orgprimaryhealthcarecenter:()=>J8,orgpsychiatriccarehome:()=>eU,orgpublichealth:()=>tU,orgretirementhome:()=>aU,orgrevalidationcenter:()=>iU,orgshelteredliving:()=>nU,orthopedagogist_master:()=>rU,orthopedist:()=>oU,orthoptist:()=>sU,orthotist:()=>lU,patient:()=>cU,pediatric_nurse:()=>dU,persadministrative:()=>uU,persambulancefirstaid:()=>hU,persappliedpsychbachelor:()=>pU,persaudician:()=>mU,persaudiologist:()=>fU,persbandagistorthosiologist:()=>gU,persbiologist:()=>bU,perscaregiver:()=>vU,persclinicalorthopedagogist:()=>yU,persclinicalpsychologist:()=>_U,persdentist:()=>xU,persdietician:()=>wU,perseducator:()=>kU,persfamilysciencebachelor:()=>EU,persgerontologymaster:()=>CU,perslogopedist:()=>SU,persmidwife:()=>DU,persmobilityimprover:()=>IU,persnurse:()=>TU,persoccupationaltherapist:()=>AU,persoptician:()=>OU,persoptometrist:()=>RU,persoraldentalhygienist:()=>MU,persorthopedagogistmaster:()=>PU,persorthopedist:()=>NU,persorthoptist:()=>LU,persorthotist:()=>FU,persparamedical:()=>VU,perspatientdriver:()=>zU,perspharmacist:()=>BU,perspharmacistclinicalbiologist:()=>jU,perspharmacyassistant:()=>HU,persphysician:()=>UU,persphysiotherapist:()=>WU,perspodologist:()=>qU,perspracticalnurse:()=>GU,persprosthesiologist:()=>YU,perspsychologist:()=>$U,perspsychomotortherapymaster:()=>ZU,persreadaptationbachelor:()=>KU,persshoetechnologist:()=>XU,perssocialworker:()=>QU,perstechnician:()=>JU,perstrussmaker:()=>eW,pharmacist:()=>tW,pharmacist_assistant:()=>aW,physician:()=>iW,physiotherapist:()=>nW,podologist:()=>rW,practical_nurse:()=>oW,prosthetist:()=>sW,psychologist:()=>lW,psychomotor_therapy_master:()=>cW,readaptaion_bachelor:()=>dW,social_worker:()=>uW,specialized_educator:()=>hW,truss_maker:()=>pW});var $j="Ambulancier",Zj="Ambulancier secouriste",Kj="Ambulancier secouriste",Xj="application logicielle",Qj="Bachelier en psychologie appliquée",Jj="Audicien",eH="Audiologue",tH="Pharmacien biologiste",aH="Personnel soignant",iH="Titulaire du certificat",nH="Citoyen",rH="Orthopédagogue clinicien",oH="Psychologue clinicien",sH="Hygiéniste bucco-dentaire",lH="Dentiste",cH="algologie",dH="anatomopathologie",uH="anesthésiologie",hH="bactériologie",pH="chirurgie cardiaque",mH="cardiologie",fH="psychiatrie de l’enfant et de l’adolescent",gH="dentisterie",bH="dermatologie",vH="diabétologie",yH="diététique",_H="services d’urgence",xH="endocrinologie",wH="gastroentérologie",kH="médecine générale",EH="génétique",CH="gériatrie",SH="gynécologie",DH="chirurgie de la main",IH="hématologie",TH="maladie infectieuse",AH="soins intensifs",OH="kinésithérapie",RH="Service/Département laboratoire au sein d’une organisation",MH="grands brûlés",PH="chirurgie maxillo-faciale",NH="médecine interne",LH="biologie moléculaire",FH="néonatologie",VH="néphrologie",zH="neurologie",BH="neurologie",jH="oto-rhino-laryngologie",HH="médecine nucléaire",UH="soins infirmiers",WH="diététique nutritionnelle",qH="obstétrique",GH="ergothérapie",YH="oncologie",$H="ophtalmologie",ZH="orthopédie",KH="soins palliatifs",XH="soins intensifs pédiatriques",QH="chirurgie pédiatrique",JH="pédiatrie",e8="Service/Département pharmacie au sein d’une organisation",t8="médecine physique",a8="physiothérapie",i8="chirurgie esthétique et réparatrice",n8="pneumologie",r8="podiatrie",o8="",s8="psychiatrie",l8="Psychogériatrie",c8="psychologie",d8="radiologie",u8="radiothérapie",h8="rééducation",p8="rhumatologie",m8="",f8="sénologie",g8="service social",b8="logopédie",v8="médecine des sports",y8="stomatologie",_8="chirurgie",x8="chirurgie thoracique",w8="toxicologie",k8="médecine tropicale",E8="urologie",C8="chirurgie vasculaire",S8="chirurgie abdominale, digestive et viscérale",D8="Fournisseur de matériel d’autogestion diabétique",I8="Diététicien",T8="Médecin",A8="Bachelier en science de la famille",O8="Master en gérontologie",R8="Regroupement d’infirmiers",M8="Regroupement de médecins adresse différente",P8="regroupement de médecins même adresse",N8="poste de garde",L8="hub",F8="Technologue en imagerie médicale",V8="Dispensateur d’implants",z8="Technologue de labo",B8="Logopède",j8="Sage-femme",H8="Infirmier\\Infirmière",U8="Ergothérapeute",W8="Opticien",q8="hôpital",G8="assurance",Y8="laboratoire indépendant",$8="Pharmacie indépendante",Z8="office de tarification",K8="polyclinique",X8="cabinet",Q8="Service de prévention",J8="Maison médicale",eU="maison de soins psychiatriques",tU="service public de santé",aU="maison de repos",iU="centre de revalidation",nU="initiative d’habitation protégée",rU="Master en Orthopédagogie",oU="Orthopédiste",sU="Orthoptiste-Optométriste",lU="Orthésiste",cU="Patient",dU="Puéricultrice",uU="personnel admistratif",hU="ambulance premier secours",pU="Bachelier en psychologie",mU="audicien",fU="audiologue",gU="orthosiologue bandagiste (technologue en orthopédie)",bU="technicien de laboratoire médical",vU="soignant informel",yU="Orthopédagogue clinicien",_U="Psychologue clinicien",xU="dentiste",wU="diététicien",kU="éducateur",EU="Bachelier en sciences de la famille",CU="Master en gérontologie",SU="logopède",DU="sage-femme",IU="améliorateur de mobilité (technologue en orthopédie)",TU="infirmier",AU="ergothérapeute",OU="opticien",RU="optométriste",MU="Hygiéniste bucco-dentaire",PU="Master en orthopédagogie",NU="orthopédiste",LU="orthoptiste",FU="Orthésiste/Prothésiste",VU="personnel paramédical",zU="Transporteur de patient (non urgent)",BU="pharmacien",jU="pharmacien-biologiste clinicien",HU="assistant en pharmacie",UU="médecin",WU="kinésithérapeute",qU="podologue",GU="aide-soignante",YU="prothésiste (technologue en orthopédie)",$U="psychologue",ZU="Master en thérapie psychomotrice",KU="Bachelier en kinésithérapie et réadaptation",XU="technicien de chaussures (technologue en orthopédie)",QU="travailleur social",JU="Technicien d’imagerie médicale",eW="Bandagiste",tW="Pharmacien",aW="Assistant Pharmaceutico-Technique",iW="Médecin",nW="Physiothérapeute",rW="Podologue",oW="Aide-soignant",sW="Prothésiste",lW="Psychologue clinicien",cW="Master en thérapie psychomotrice",dW="Bachelier en réadaptation",uW="Assistant social",hW="Educateur spécialisé",pW="Bandagiste",l2e={ambulance_driver:$j,ambulance_first_aid:Zj,ambulance_rescuer:Kj,application:Xj,applied_psychology_bachelor:Qj,audician:Jj,audiologist:eH,biologist_pharmacist:tH,care_giver:aH,certificateholder:iH,citizen:nH,clinical_orthopedic_pedagogue:rH,clinical_psychologist:oH,dental_hygienist:sH,dentist:lH,deptalgology:cH,deptanatomopathology:dH,deptanesthesiology:uH,deptbacteriology:hH,deptcardiacsurgery:pH,deptcardiology:mH,deptchildandadolescentpsychiatry:fH,deptdentistry:gH,deptdermatology:bH,deptdiabetology:vH,deptdietetics:yH,deptemergency:_H,deptendocrinology:xH,deptgastroenterology:wH,deptgeneralpractice:kH,deptgenetics:EH,deptgeriatry:CH,deptgynecology:SH,depthandsurgery:DH,depthematology:IH,deptinfectiousdisease:TH,deptintensivecare:AH,deptkinesitherapy:OH,deptlaboratory:RH,deptmajorburns:MH,deptmaxillofacialsurgery:PH,deptmedicine:NH,deptmolecularbiology:LH,deptneonatalogy:FH,deptnephrology:VH,deptneurology:zH,deptneurosurgery:BH,deptnte:jH,deptnuclear:HH,deptnursing:UH,deptnutritiondietetics:WH,deptobstetrics:qH,deptoccupationaltherapy:GH,deptoncology:YH,deptophtalmology:$H,deptorthopedy:ZH,deptpalliativecare:KH,deptpediatricintensivecare:XH,deptpediatricsurgery:QH,deptpediatry:JH,deptpharmacy:e8,deptphysicalmedecine:t8,deptphysiotherapy:a8,deptplasticandreparatorysurgery:i8,deptpneumology:n8,deptpodiatry:r8,deptpodology:o8,deptpsychiatry:s8,deptpsychogeriatry:l8,deptpsychology:c8,deptradiology:d8,deptradiotherapy:u8,deptrevalidation:h8,deptrheumatology:p8,deptrhumatology:m8,deptsenology:f8,deptsocialservice:g8,deptspeechtherapy:b8,deptsportsmedecine:v8,deptstomatology:y8,deptsurgery:_8,deptthoracicsurgery:x8,depttoxicology:w8,depttropicalmedecine:k8,depturology:E8,deptvascularsurgery:C8,deptvisceraldigestiveabdominalsurgery:S8,diabete_equipment_supplier:D8,dietician:I8,doctor:T8,family_science_bachelor:A8,gerontology_master:O8,groupofnurses:R8,groupofphysiciansdifferentaddress:M8,groupofphysicianssameaddress:P8,guardpost:N8,hub:L8,imaging_technologist:F8,implantprovider:V8,lab_technologist:z8,logopedist:B8,midwife:j8,nurse:H8,occupational_therapist:U8,optician:W8,orghospital:q8,orginsurance:G8,orglaboratory:Y8,orgpharmacy:$8,orgpharmacyinvoicingoffice:Z8,orgpolyclinic:K8,orgpractice:X8,orgprevention:Q8,orgprimaryhealthcarecenter:J8,orgpsychiatriccarehome:eU,orgpublichealth:tU,orgretirementhome:aU,orgrevalidationcenter:iU,orgshelteredliving:nU,orthopedagogist_master:rU,orthopedist:oU,orthoptist:sU,orthotist:lU,patient:cU,pediatric_nurse:dU,persadministrative:uU,persambulancefirstaid:hU,persappliedpsychbachelor:pU,persaudician:mU,persaudiologist:fU,persbandagistorthosiologist:gU,persbiologist:bU,perscaregiver:vU,persclinicalorthopedagogist:yU,persclinicalpsychologist:_U,persdentist:xU,persdietician:wU,perseducator:kU,persfamilysciencebachelor:EU,persgerontologymaster:CU,perslogopedist:SU,persmidwife:DU,persmobilityimprover:IU,persnurse:TU,persoccupationaltherapist:AU,persoptician:OU,persoptometrist:RU,persoraldentalhygienist:MU,persorthopedagogistmaster:PU,persorthopedist:NU,persorthoptist:LU,persorthotist:FU,persparamedical:VU,perspatientdriver:zU,perspharmacist:BU,perspharmacistclinicalbiologist:jU,perspharmacyassistant:HU,persphysician:UU,persphysiotherapist:WU,perspodologist:qU,perspracticalnurse:GU,persprosthesiologist:YU,perspsychologist:$U,perspsychomotortherapymaster:ZU,persreadaptationbachelor:KU,persshoetechnologist:XU,perssocialworker:QU,perstechnician:JU,perstrussmaker:eW,pharmacist:tW,pharmacist_assistant:aW,physician:iW,physiotherapist:nW,podologist:rW,practical_nurse:oW,prosthetist:sW,psychologist:lW,psychomotor_therapy_master:cW,readaptaion_bachelor:dW,social_worker:uW,specialized_educator:hW,truss_maker:pW},mW={};ve(mW,{ambulance_driver:()=>fW,ambulance_first_aid:()=>gW,ambulance_rescuer:()=>bW,application:()=>vW,applied_psychology_bachelor:()=>yW,audician:()=>_W,audiologist:()=>xW,biologist_pharmacist:()=>wW,care_giver:()=>kW,certificateholder:()=>EW,citizen:()=>CW,clinical_orthopedic_pedagogue:()=>SW,clinical_psychologist:()=>DW,default:()=>c2e,dental_hygienist:()=>IW,dentist:()=>TW,deptalgology:()=>AW,deptanatomopathology:()=>OW,deptanesthesiology:()=>RW,deptbacteriology:()=>MW,deptcardiacsurgery:()=>PW,deptcardiology:()=>NW,deptchildandadolescentpsychiatry:()=>LW,deptdentistry:()=>FW,deptdermatology:()=>VW,deptdiabetology:()=>zW,deptdietetics:()=>BW,deptemergency:()=>jW,deptendocrinology:()=>HW,deptgastroenterology:()=>UW,deptgeneralpractice:()=>WW,deptgenetics:()=>qW,deptgeriatry:()=>GW,deptgynecology:()=>YW,depthandsurgery:()=>$W,depthematology:()=>ZW,deptinfectiousdisease:()=>KW,deptintensivecare:()=>XW,deptkinesitherapy:()=>QW,deptlaboratory:()=>JW,deptmajorburns:()=>eq,deptmaxillofacialsurgery:()=>tq,deptmedicine:()=>aq,deptmolecularbiology:()=>iq,deptneonatalogy:()=>nq,deptnephrology:()=>rq,deptneurology:()=>oq,deptneurosurgery:()=>sq,deptnte:()=>lq,deptnuclear:()=>cq,deptnursing:()=>dq,deptnutritiondietetics:()=>uq,deptobstetrics:()=>hq,deptoccupationaltherapy:()=>pq,deptoncology:()=>mq,deptophtalmology:()=>fq,deptorthopedy:()=>gq,deptpalliativecare:()=>bq,deptpediatricintensivecare:()=>vq,deptpediatricsurgery:()=>yq,deptpediatry:()=>_q,deptpharmacy:()=>xq,deptphysicalmedecine:()=>wq,deptphysiotherapy:()=>kq,deptplasticandreparatorysurgery:()=>Eq,deptpneumology:()=>Cq,deptpodiatry:()=>Sq,deptpodology:()=>Dq,deptpsychiatry:()=>Iq,deptpsychogeriatry:()=>Tq,deptpsychology:()=>Aq,deptradiology:()=>Oq,deptradiotherapy:()=>Rq,deptrevalidation:()=>Mq,deptrheumatology:()=>Pq,deptsenology:()=>Nq,deptsocialservice:()=>Lq,deptspeechtherapy:()=>Fq,deptsportsmedecine:()=>Vq,deptstomatology:()=>zq,deptsurgery:()=>Bq,deptthoracicsurgery:()=>jq,depttoxicology:()=>Hq,depttropicalmedecine:()=>Uq,depturology:()=>Wq,deptvascularsurgery:()=>qq,deptvisceraldigestiveabdominalsurgery:()=>Gq,diabete_equipment_supplier:()=>Yq,dietician:()=>$q,doctor:()=>Zq,family_science_bachelor:()=>Kq,gerontology_master:()=>Xq,groupofnurses:()=>Qq,groupofphysiciansdifferentaddress:()=>Jq,groupofphysicianssameaddress:()=>eG,guardpost:()=>tG,hub:()=>aG,imaging_technologist:()=>iG,implantprovider:()=>nG,lab_technologist:()=>rG,logopedist:()=>oG,midwife:()=>sG,nurse:()=>lG,occupational_therapist:()=>cG,optician:()=>dG,orghospital:()=>uG,orginsurance:()=>hG,orglaboratory:()=>pG,orgpharmacy:()=>mG,orgpharmacyinvoicingoffice:()=>fG,orgpolyclinic:()=>gG,orgpractice:()=>bG,orgprevention:()=>vG,orgprimaryhealthcarecenter:()=>yG,orgpsychiatriccarehome:()=>_G,orgpublichealth:()=>xG,orgretirementhome:()=>wG,orgrevalidationcenter:()=>kG,orgshelteredliving:()=>EG,orthopedagogist_master:()=>CG,orthopedist:()=>SG,orthoptist:()=>DG,orthotist:()=>IG,patient:()=>TG,pediatric_nurse:()=>AG,persadministrative:()=>OG,persambulancefirstaid:()=>RG,persappliedpsychbachelor:()=>MG,persaudician:()=>PG,persaudiologist:()=>NG,persbandagistorthosiologist:()=>LG,persbiologist:()=>FG,perscaregiver:()=>VG,persclinicalorthopedagogist:()=>zG,persclinicalpsychologist:()=>BG,persdentist:()=>jG,persdietician:()=>HG,perseducator:()=>UG,persfamilysciencebachelor:()=>WG,persgerontologymaster:()=>qG,perslogopedist:()=>GG,persmidwife:()=>YG,persmobilityimprover:()=>$G,persnurse:()=>ZG,persoccupationaltherapist:()=>KG,persoptician:()=>XG,persoptometrist:()=>QG,persoraldentalhygienist:()=>JG,persorthopedagogistmaster:()=>eY,persorthopedist:()=>tY,persorthoptist:()=>aY,persorthotist:()=>iY,persparamedical:()=>nY,perspatientdriver:()=>rY,perspharmacist:()=>oY,perspharmacistclinicalbiologist:()=>sY,perspharmacyassistant:()=>lY,persphysician:()=>cY,persphysiotherapist:()=>dY,perspodologist:()=>uY,perspracticalnurse:()=>hY,persprosthesiologist:()=>pY,perspsychologist:()=>mY,perspsychomotortherapymaster:()=>fY,persreadaptationbachelor:()=>gY,persshoetechnologist:()=>bY,perssocialworker:()=>vY,perstechnician:()=>yY,perstrussmaker:()=>_Y,pharmacist:()=>xY,pharmacist_assistant:()=>wY,physician:()=>kY,physiotherapist:()=>EY,podologist:()=>CY,practical_nurse:()=>SY,prosthetist:()=>DY,psychologist:()=>IY,psychomotor_therapy_master:()=>TY,readaptaion_bachelor:()=>AY,social_worker:()=>OY,specialized_educator:()=>RY,truss_maker:()=>MY});var fW="Ambulancebestuurder",gW="Ambulancier eerste hulp",bW="Amublancier eerste hulp",vW="softwaretoepassing",yW="Bachelor toegepaste psychologie",_W="Audicien",xW="Audioloog",wW="Apotheker-bioloog",kW="Verzorgingspersoneel",EW="Houder van certificaat",CW="Burger",SW="Klinische orthopedagoog",DW="Klinische psycholoog",IW="Mondhygiënist",TW="Tandarts",AW="algologie",OW="anatomo-pathologie",RW="anesthesiologie",MW="bacteriologie",PW="hartchirurgie",NW="cardiologie",LW="kinder- en jeugdpsychiatrie",FW="tandheelkunde",VW="dermatologie",zW="diabetologie",BW="diëtetiek",jW="spoeddiensten",HW="endocrinologie/hormonenleer",UW="gastro-enterologie",WW="algemene geneeskunde",qW="genetica",GW="geriatrie",YW="gynaecologie",$W="handchirurgie",ZW="hematologie",KW="infectieziekte",XW="intensieve zorgen",QW="kinesitherapie",JW="Laboratoriumdienst of -afdeling binnen een organisatie",eq="brandwondencentrum",tq="mond-, kaak- en aangezichtschirurgie",aq="interne geneeskunde",iq="moleculaire biologie",nq="neonatologie",rq="nefrologie",oq="neurologie",sq="neurologie",lq="oto-rhino-laryngologie",cq="nucleaire geneeskunde",dq="verpleegkunde",uq="diëtetiek",hq="verloskunde",pq="ergotherapie",mq="oncologie",fq="oftalmologie",gq="orthopedie",bq="palliatieve zorg",vq="intensieve zorg voor kinderen",yq="kinderchirurgie",_q="pediatrie",xq="Apotheekdienst of -afdeling binnen een organisatie",wq="fysische geneeskunde",kq="fysiotherapie",Eq="plastische en reconstructieve chirurgie",Cq="pulmonologie",Sq="podiatrie",Dq="",Iq="psychiatrie",Tq="Psychogeriatrie",Aq="psychologie",Oq="radiologie",Rq="radiotherapie",Mq="revalidatie",Pq="reumatologie",Nq="senologie",Lq="sociale dienst",Fq="logopedie",Vq="sportgeneeskunde",zq="stomatologie",Bq="chirurgie",jq="thoraxchirurgie",Hq="toxicologie",Uq="tropische geneeskunde",Wq="urologie",qq="vasculaire chirurgie",Gq="digestieve/viscerale chirurgie/buikchirurgie",Yq="Leverancier van materiaal voor diabetische zelfzorg ",$q="Diëtist",Zq="Arts",Kq="Bachelor gezinswetenschappen",Xq="Master gerontologie",Qq="Groepering van verplegers",Jq="Groepering van artsen verschillend adres",eG="groepering van artsen zelfde adres",tG="wachtpost",aG="hub",iG="Technoloog medische beeldvorming",nG="Leverancier implantaten",rG="Laboratoriumtechnoloog",oG="Logopedist",sG="Vroedvrouw",lG="verpleegkundige",cG="Ergotherapeut",dG="Opticien",uG="ziekenhuis",hG="verzekering",pG="Onafhankelijk laboratorium",mG="Onafhankelijke apotheek",fG="Facturatie kantoor apotheek",gG="polikliniek",bG="praktijk",vG="Preventiedienst",yG="medisch huis",_G="psychiatrisch verzorgingstehuis",xG="openbare gezondheidsdienst",wG="woonzorgcentrum",kG="revalidatiecentrum",EG="initiatief voor beschut wonen",CG="Master orthopedagogie",SG="Orthopedist",DG="Orthoptist-optometrist",IG="Orthesist",TG="Patiënt",AG="Kinderverzorgsters",OG="administratief medewerker",RG="ambulance eerste hulp",MG="Bachelor in de toegepaste psychologie",PG="audicien",NG="audioloog",LG="Bandagist orthosioloog (orthopedisch technoloog)",FG="medisch laboratoriumtechnoloog",VG="mantelzorger",zG="Klinisch orthopedagoog",BG="Klinisch psycholoog",jG="tandarts",HG="diëtist",UG="opvoeder",WG="Bachelor in de gezinswetenschappen",qG="Master in de gerontologie",GG="logopedist",YG="vroedvrouw",$G="mobiliteitsverbeteraar (orthopedisch technoloog)",ZG="verpleegkundige",KG="ergotherapeut",XG="opticien",QG="optometrist",JG="Mondhygiënist",eY="Master in de orthopedagogie",tY="orthopedist",aY="orthoptist",iY="Orthopedisch technicus",nY="paramedisch personeel",rY="Ziekenvervoerder (niet urgent)",oY="apotheker",sY="apotheker-klinisch bioloog",lY="apothekersassistent",cY="arts",dY="kinesitherapeut",uY="podologist",hY="verzorgende",pY="prothesemaker (orthopedisch technoloog)",mY="psycholoog",fY="Master in de psychomotorische therapie",gY="Bachelor in de readaptatiewetenschappen",bY="schoentechnicus (orthopedisch technoloog)",vY="maatschappelijk werker",yY="Technicus medische beeldvorming",_Y="Bandagist",xY="Apotheker",wY="Farmaceutisch-technisch assistent",kY="Arts",EY="Fysiotherapeut",CY="Podoloog",SY="Zorgkundige",DY="Prothesist",IY="Psycholoog",TY="Master psychomotorische therapie",AY="Bachelor readaptatiewetenschappen",OY="Sociaal assistent",RY="Bachelor opvoedkunde",MY="Bandagist",c2e={ambulance_driver:fW,ambulance_first_aid:gW,ambulance_rescuer:bW,application:vW,applied_psychology_bachelor:yW,audician:_W,audiologist:xW,biologist_pharmacist:wW,care_giver:kW,certificateholder:EW,citizen:CW,clinical_orthopedic_pedagogue:SW,clinical_psychologist:DW,dental_hygienist:IW,dentist:TW,deptalgology:AW,deptanatomopathology:OW,deptanesthesiology:RW,deptbacteriology:MW,deptcardiacsurgery:PW,deptcardiology:NW,deptchildandadolescentpsychiatry:LW,deptdentistry:FW,deptdermatology:VW,deptdiabetology:zW,deptdietetics:BW,deptemergency:jW,deptendocrinology:HW,deptgastroenterology:UW,deptgeneralpractice:WW,deptgenetics:qW,deptgeriatry:GW,deptgynecology:YW,depthandsurgery:$W,depthematology:ZW,deptinfectiousdisease:KW,deptintensivecare:XW,deptkinesitherapy:QW,deptlaboratory:JW,deptmajorburns:eq,deptmaxillofacialsurgery:tq,deptmedicine:aq,deptmolecularbiology:iq,deptneonatalogy:nq,deptnephrology:rq,deptneurology:oq,deptneurosurgery:sq,deptnte:lq,deptnuclear:cq,deptnursing:dq,deptnutritiondietetics:uq,deptobstetrics:hq,deptoccupationaltherapy:pq,deptoncology:mq,deptophtalmology:fq,deptorthopedy:gq,deptpalliativecare:bq,deptpediatricintensivecare:vq,deptpediatricsurgery:yq,deptpediatry:_q,deptpharmacy:xq,deptphysicalmedecine:wq,deptphysiotherapy:kq,deptplasticandreparatorysurgery:Eq,deptpneumology:Cq,deptpodiatry:Sq,deptpodology:Dq,deptpsychiatry:Iq,deptpsychogeriatry:Tq,deptpsychology:Aq,deptradiology:Oq,deptradiotherapy:Rq,deptrevalidation:Mq,deptrheumatology:Pq,deptsenology:Nq,deptsocialservice:Lq,deptspeechtherapy:Fq,deptsportsmedecine:Vq,deptstomatology:zq,deptsurgery:Bq,deptthoracicsurgery:jq,depttoxicology:Hq,depttropicalmedecine:Uq,depturology:Wq,deptvascularsurgery:qq,deptvisceraldigestiveabdominalsurgery:Gq,diabete_equipment_supplier:Yq,dietician:$q,doctor:Zq,family_science_bachelor:Kq,gerontology_master:Xq,groupofnurses:Qq,groupofphysiciansdifferentaddress:Jq,groupofphysicianssameaddress:eG,guardpost:tG,hub:aG,imaging_technologist:iG,implantprovider:nG,lab_technologist:rG,logopedist:oG,midwife:sG,nurse:lG,occupational_therapist:cG,optician:dG,orghospital:uG,orginsurance:hG,orglaboratory:pG,orgpharmacy:mG,orgpharmacyinvoicingoffice:fG,orgpolyclinic:gG,orgpractice:bG,orgprevention:vG,orgprimaryhealthcarecenter:yG,orgpsychiatriccarehome:_G,orgpublichealth:xG,orgretirementhome:wG,orgrevalidationcenter:kG,orgshelteredliving:EG,orthopedagogist_master:CG,orthopedist:SG,orthoptist:DG,orthotist:IG,patient:TG,pediatric_nurse:AG,persadministrative:OG,persambulancefirstaid:RG,persappliedpsychbachelor:MG,persaudician:PG,persaudiologist:NG,persbandagistorthosiologist:LG,persbiologist:FG,perscaregiver:VG,persclinicalorthopedagogist:zG,persclinicalpsychologist:BG,persdentist:jG,persdietician:HG,perseducator:UG,persfamilysciencebachelor:WG,persgerontologymaster:qG,perslogopedist:GG,persmidwife:YG,persmobilityimprover:$G,persnurse:ZG,persoccupationaltherapist:KG,persoptician:XG,persoptometrist:QG,persoraldentalhygienist:JG,persorthopedagogistmaster:eY,persorthopedist:tY,persorthoptist:aY,persorthotist:iY,persparamedical:nY,perspatientdriver:rY,perspharmacist:oY,perspharmacistclinicalbiologist:sY,perspharmacyassistant:lY,persphysician:cY,persphysiotherapist:dY,perspodologist:uY,perspracticalnurse:hY,persprosthesiologist:pY,perspsychologist:mY,perspsychomotortherapymaster:fY,persreadaptationbachelor:gY,persshoetechnologist:bY,perssocialworker:vY,perstechnician:yY,perstrussmaker:_Y,pharmacist:xY,pharmacist_assistant:wY,physician:kY,physiotherapist:EY,podologist:CY,practical_nurse:SY,prosthetist:DY,psychologist:IY,psychomotor_therapy_master:TY,readaptaion_bachelor:AY,social_worker:OY,specialized_educator:RY,truss_maker:MY},d2e={nl:mW,fr:Yj,de:rV,en:S9},PY={};ve(PY,{"00001":()=>NY,"00002":()=>LY,"00003":()=>FY,"00004":()=>VY,"00005":()=>zY,"00006":()=>BY,"00007":()=>jY,"00008":()=>HY,"00009":()=>UY,"00010":()=>WY,"00011":()=>qY,"00012":()=>GY,"00013":()=>YY,"00014":()=>$Y,"00015":()=>ZY,"00016":()=>KY,"00017":()=>XY,"00018":()=>QY,"00019":()=>JY,"00020":()=>e$,"00021":()=>t$,"00022":()=>a$,"00023":()=>i$,"00024":()=>n$,"00025":()=>r$,"00026":()=>o$,"00027":()=>s$,"00028":()=>l$,"00029":()=>c$,"00030":()=>d$,"00031":()=>u$,"00032":()=>h$,"00033":()=>p$,"00034":()=>m$,"00035":()=>f$,"00036":()=>g$,"00037":()=>b$,"00038":()=>v$,"00039":()=>y$,"00040":()=>_$,"00041":()=>x$,"00042":()=>w$,"00043":()=>k$,"00044":()=>E$,"00045":()=>C$,"00046":()=>S$,"00047":()=>D$,"00048":()=>I$,"00049":()=>T$,"00050":()=>A$,"00051":()=>O$,"00052":()=>R$,"00053":()=>M$,"00054":()=>P$,"00055":()=>N$,"00056":()=>L$,"00057":()=>F$,"00058":()=>V$,"00059":()=>z$,"00060":()=>B$,"00061":()=>j$,"00062":()=>H$,"00063":()=>U$,"00064":()=>W$,"00065":()=>q$,"00066":()=>G$,"00067":()=>Y$,"00068":()=>$$,"00069":()=>Z$,"00070":()=>K$,"00071":()=>X$,"00072":()=>Q$,"00073":()=>J$,"both-ears":()=>eZ,"both-eyes":()=>tZ,"both-nostrils":()=>aZ,"cutaneous-injection":()=>iZ,default:()=>u2e,derm:()=>nZ,"dermal-injection":()=>rZ,"ear-left":()=>oZ,"ear-right":()=>sZ,"eye-left":()=>lZ,"eye-right":()=>cZ,hyperdermoclyse:()=>dZ,icut:()=>uZ,ider:()=>hZ,larter:()=>pZ,"nose-left":()=>mZ,"nose-right":()=>fZ,oft:()=>gZ,transdermal:()=>bZ,"vitreal-injection":()=>vZ});var NY="ins Ohr",LY="auf die Haut",FY="derm./rect",VY="derm./vag.",zY="Injektion außerhalb der Hirnhaut",BY="e.dur./i.thec./lokal",jY="p.dur./lokal",HY="in die Luftröhre",UY="in den Gebärmutterhals einführen",WY="Injektion in eine Arterie",qY="Injektion in den Penis",GY="Injektion in die Haut",YY="Injektion in einen Muskel",$Y="i.m./i.thec./p.dur./s.c.",ZY="i.m./i.v.",KY="i.m./i.v./inf.",XY="i.m./i.v./inf./e.dur./s.c.",QY="i.m./i.v./inf./i.arter./i.thec.",JY="i.m./i.v./perf./i.artér./lokal/s.c.",e$="i.m./i.v./inf./i.thec.",t$="i.m./i.v./inf./rect.",a$="i.m./i.v./inf./s.c.",i$="i.m./i.v./inhal.",n$="i.m./i.v./lokal",r$="i.m./i.v./or.",o$="i.m./i.v./rect",s$="i.m./i.v./s.c.",l$="i.m./inf.",c$="i.m./perf./lokal",d$="i.m./lokal",u$="i.m./lokal/rect.",h$="i.m./s.c.",p$="Injektion ins Rückenmark",m$="in die Gebärmutter einführen",f$="Injektion in eine Vene",g$="i.v./p.dur./lokal",b$="i.v./i.arter./i.ves.",v$="i.v./inf.",y$="i.v./perf./p.dur.",_$="i.v./inf./i.arter.",x$="i.v./inf./i.thec./s.c.",w$="i.v./inf./inhal.",k$="i.v./inf./s.c.",E$="i.v./s.c.",C$="in die Harnblase",S$="Infusion",D$="perf./i.ves.",I$="perf./s.c.",T$="Inhalation",A$="inhal./nas./lokal",O$="Injektion",R$="auf die Lippen",M$="lokal",P$="auf die Schleimhaut",N$="in die Nase",L$="in die Augen",F$="opht./auric.",V$="opht./auric./nas.",z$="opht./auric./nas./lokal",B$="einnehmen",j$="or./orofar./derm.",H$="or./rect.",U$="or./s.l.",W$="durch den Mund",q$="orofar./derm.",G$="durch Mund und Nase",Y$="rektal",$$="Spritze unter die Haut",Z$="s.c./i.derm.",K$="unter die Zunge",X$="auf die Zähne",Q$="in den Harnleiter",J$="vaginal",eZ="beide Ohren",tZ="beide Augen",aZ="beide Nasenlöcher",iZ="kutane Injektion",nZ="dermatologisch",rZ="dermale Injektion",oZ="linkes Ohr",sZ="rechtes Ohr",lZ="linkes Auge",cZ="rechtes Auge",dZ="Hyperdermoklyse",uZ="intrakutan",hZ="intradermal",pZ="intraarteriell",mZ="linke Nase",fZ="rechte Nase",gZ="ophthalmologisch",bZ="transdermal",vZ="vitreale Injektion",u2e={"00001":NY,"00002":LY,"00003":FY,"00004":VY,"00005":zY,"00006":BY,"00007":jY,"00008":HY,"00009":UY,"00010":WY,"00011":qY,"00012":GY,"00013":YY,"00014":$Y,"00015":ZY,"00016":KY,"00017":XY,"00018":QY,"00019":JY,"00020":e$,"00021":t$,"00022":a$,"00023":i$,"00024":n$,"00025":r$,"00026":o$,"00027":s$,"00028":l$,"00029":c$,"00030":d$,"00031":u$,"00032":h$,"00033":p$,"00034":m$,"00035":f$,"00036":g$,"00037":b$,"00038":v$,"00039":y$,"00040":_$,"00041":x$,"00042":w$,"00043":k$,"00044":E$,"00045":C$,"00046":S$,"00047":D$,"00048":I$,"00049":T$,"00050":A$,"00051":O$,"00052":R$,"00053":M$,"00054":P$,"00055":N$,"00056":L$,"00057":F$,"00058":V$,"00059":z$,"00060":B$,"00061":j$,"00062":H$,"00063":U$,"00064":W$,"00065":q$,"00066":G$,"00067":Y$,"00068":$$,"00069":Z$,"00070":K$,"00071":X$,"00072":Q$,"00073":J$,"both-ears":eZ,"both-eyes":tZ,"both-nostrils":aZ,"cutaneous-injection":iZ,derm:nZ,"dermal-injection":rZ,"ear-left":oZ,"ear-right":sZ,"eye-left":lZ,"eye-right":cZ,hyperdermoclyse:dZ,icut:uZ,ider:hZ,larter:pZ,"nose-left":mZ,"nose-right":fZ,oft:gZ,transdermal:bZ,"vitreal-injection":vZ},yZ={};ve(yZ,{"00001":()=>_Z,"00002":()=>xZ,"00003":()=>wZ,"00004":()=>kZ,"00005":()=>EZ,"00006":()=>CZ,"00007":()=>SZ,"00008":()=>DZ,"00009":()=>IZ,"00010":()=>TZ,"00011":()=>AZ,"00012":()=>OZ,"00013":()=>RZ,"00014":()=>MZ,"00015":()=>PZ,"00016":()=>NZ,"00017":()=>LZ,"00018":()=>FZ,"00019":()=>VZ,"00020":()=>zZ,"00021":()=>BZ,"00022":()=>jZ,"00023":()=>HZ,"00024":()=>UZ,"00025":()=>WZ,"00026":()=>qZ,"00027":()=>GZ,"00028":()=>YZ,"00029":()=>$Z,"00030":()=>ZZ,"00031":()=>KZ,"00032":()=>XZ,"00033":()=>QZ,"00034":()=>JZ,"00035":()=>eK,"00036":()=>tK,"00037":()=>aK,"00038":()=>iK,"00039":()=>nK,"00040":()=>rK,"00041":()=>oK,"00042":()=>sK,"00043":()=>lK,"00044":()=>cK,"00045":()=>dK,"00046":()=>uK,"00047":()=>hK,"00048":()=>pK,"00049":()=>mK,"00050":()=>fK,"00051":()=>gK,"00052":()=>bK,"00053":()=>vK,"00054":()=>yK,"00055":()=>_K,"00056":()=>xK,"00057":()=>wK,"00058":()=>kK,"00059":()=>EK,"00060":()=>CK,"00061":()=>SK,"00062":()=>DK,"00063":()=>IK,"00064":()=>TK,"00065":()=>AK,"00066":()=>OK,"00067":()=>RK,"00068":()=>MK,"00069":()=>PK,"00070":()=>NK,"00071":()=>LK,"00072":()=>FK,"00073":()=>VK,"both-ears":()=>zK,"both-eyes":()=>BK,"both-nostrils":()=>jK,"cutaneous-injection":()=>HK,default:()=>h2e,derm:()=>UK,"dermal-injection":()=>WK,"ear-left":()=>qK,"ear-right":()=>GK,"eye-left":()=>YK,"eye-right":()=>$K,hyperdermoclyse:()=>ZK,icut:()=>KK,ider:()=>XK,larter:()=>QK,"nose-left":()=>JK,"nose-right":()=>eX,oft:()=>tX,transdermal:()=>aX,"vitreal-injection":()=>iX});var _Z="auric.",xZ="derm.",wZ="derm./rect",kZ="derm./vag.",EZ="e.dur.",CZ="e.dur./i.thec./local",SZ="e.dur./local",DZ="e.trach.",IZ="endocerv.",TZ="i.arter.",AZ="i.cavern.",OZ="i.derm.",RZ="i.m.",MZ="i.m./i.thec./e.dur./s.c.",PZ="i.m./i.v.",NZ="i.m./i.v./inf.",LZ="i.m./i.v./inf./e.dur./s.c.",FZ="i.m./i.v./inf./i.arter./i.thec.",VZ="i.m./i.v./perf./i.artér./local/s.c.",zZ="i.m./i.v./inf./i.thec.",BZ="i.m./i.v./inf./rect.",jZ="i.m./i.v./inf./s.c.",HZ="i.m./i.v./inhal.",UZ="i.m./i.v./local",WZ="i.m./i.v./or.",qZ="i.m./i.v./rect",GZ="i.m./i.v./s.c.",YZ="i.m./inf.",$Z="i.m./perf./local",ZZ="i.m./local",KZ="i.m./local/rect.",XZ="i.m./s.c.",QZ="i.thec.",JZ="i.ut.",eK="i.v.",tK="i.v./p.dur./local",aK="i.v./i.arter./i.ves.",iK="i.v./inf.",nK="i.v./perf./p.dur.",rK="i.v./perf./i.artér.",oK="i.v./perf./i.théc./s.c.",sK="i.v./perf./inhal.",lK="i.v./perf./s.c.",cK="i.v./s.c.",dK="i.ves.",uK="perf.",hK="perf./i.ves.",pK="perf./s.c.",mK="inhal.",fK="inhal./nas./local",gK="inj.",bK="lip",vK="local",yK="muc.",_K="nas.",xK="opht.",wK="opht./auric.",kK="opht./auric./nas.",EK="opht./auric./nas./local",CK="or.",SK="or./bucco-phar./derm.",DK="or./rect.",IK="or./s.l.",TK="bucco-phar.",AK="bucco-phar./derm.",OK="bucco-phar./nas.",RK="rect.",MK="s.c.",PK="s.c./i.derm.",NK="s.l.",LK="teeth",FK="urethr.",VK="vag.",zK="both ears",BK="both eyes",jK="both nostrils",HK="cutaneous injection",UK="dermatologically",WK="dermal injection",qK="ear left",GK="ear right",YK="eye left",$K="eye right",ZK="hyperdermoclyse",KK="intracutaneous",XK="intradermally",QK="intra-arterial",JK="nose left",eX="nose right",tX="ophtalmological",aX="transdermal",iX="vitreal injection",h2e={"00001":_Z,"00002":xZ,"00003":wZ,"00004":kZ,"00005":EZ,"00006":CZ,"00007":SZ,"00008":DZ,"00009":IZ,"00010":TZ,"00011":AZ,"00012":OZ,"00013":RZ,"00014":MZ,"00015":PZ,"00016":NZ,"00017":LZ,"00018":FZ,"00019":VZ,"00020":zZ,"00021":BZ,"00022":jZ,"00023":HZ,"00024":UZ,"00025":WZ,"00026":qZ,"00027":GZ,"00028":YZ,"00029":$Z,"00030":ZZ,"00031":KZ,"00032":XZ,"00033":QZ,"00034":JZ,"00035":eK,"00036":tK,"00037":aK,"00038":iK,"00039":nK,"00040":rK,"00041":oK,"00042":sK,"00043":lK,"00044":cK,"00045":dK,"00046":uK,"00047":hK,"00048":pK,"00049":mK,"00050":fK,"00051":gK,"00052":bK,"00053":vK,"00054":yK,"00055":_K,"00056":xK,"00057":wK,"00058":kK,"00059":EK,"00060":CK,"00061":SK,"00062":DK,"00063":IK,"00064":TK,"00065":AK,"00066":OK,"00067":RK,"00068":MK,"00069":PK,"00070":NK,"00071":LK,"00072":FK,"00073":VK,"both-ears":zK,"both-eyes":BK,"both-nostrils":jK,"cutaneous-injection":HK,derm:UK,"dermal-injection":WK,"ear-left":qK,"ear-right":GK,"eye-left":YK,"eye-right":$K,hyperdermoclyse:ZK,icut:KK,ider:XK,larter:QK,"nose-left":JK,"nose-right":eX,oft:tX,transdermal:aX,"vitreal-injection":iX},nX={};ve(nX,{"00001":()=>rX,"00002":()=>oX,"00003":()=>sX,"00004":()=>lX,"00005":()=>cX,"00006":()=>dX,"00007":()=>uX,"00008":()=>hX,"00009":()=>pX,"00010":()=>mX,"00011":()=>fX,"00012":()=>gX,"00013":()=>bX,"00014":()=>vX,"00015":()=>yX,"00016":()=>_X,"00017":()=>xX,"00018":()=>wX,"00019":()=>kX,"00020":()=>EX,"00021":()=>CX,"00022":()=>SX,"00023":()=>DX,"00024":()=>IX,"00025":()=>TX,"00026":()=>AX,"00027":()=>OX,"00028":()=>RX,"00029":()=>MX,"00030":()=>PX,"00031":()=>NX,"00032":()=>LX,"00033":()=>FX,"00034":()=>VX,"00035":()=>zX,"00036":()=>BX,"00037":()=>jX,"00038":()=>HX,"00039":()=>UX,"00040":()=>WX,"00041":()=>qX,"00042":()=>GX,"00043":()=>YX,"00044":()=>$X,"00045":()=>ZX,"00046":()=>KX,"00047":()=>XX,"00048":()=>QX,"00049":()=>JX,"00050":()=>eQ,"00051":()=>tQ,"00052":()=>aQ,"00053":()=>iQ,"00054":()=>nQ,"00055":()=>rQ,"00056":()=>oQ,"00057":()=>sQ,"00058":()=>lQ,"00059":()=>cQ,"00060":()=>dQ,"00061":()=>uQ,"00062":()=>hQ,"00063":()=>pQ,"00064":()=>mQ,"00065":()=>fQ,"00066":()=>gQ,"00067":()=>bQ,"00068":()=>vQ,"00069":()=>yQ,"00070":()=>_Q,"00071":()=>xQ,"00072":()=>wQ,"00073":()=>kQ,"both-ears":()=>EQ,"both-eyes":()=>CQ,"both-nostrils":()=>SQ,"cutaneous-injection":()=>DQ,default:()=>p2e,derm:()=>IQ,"dermal-injection":()=>TQ,"ear-left":()=>AQ,"ear-right":()=>OQ,"eye-left":()=>RQ,"eye-right":()=>MQ,hyperdermoclyse:()=>PQ,icut:()=>NQ,ider:()=>LQ,larter:()=>FQ,"nose-left":()=>VQ,"nose-right":()=>zQ,oft:()=>BQ,transdermal:()=>jQ,"vitreal-injection":()=>HQ});var rX="dans l’oreille",oX="sur la peau",sX="derm./rect",lX="derm./vag.",cX="injection en dehors de la méninge",dX="e.dur./i.théc./local",uX="e.dur./local",hX="dans la trachée",pX="introduire dans le col de l’utérus",mX="injection dans l’artère",fX="injection dans le pénis",gX="injection dans la peau",bX="injection dans un muscle",vX="i.m./i.théc./e.dur./s.c.",yX="i.m./i.v.",_X="i.m./i.v./perf.",xX="i.m./i.v./perf./e.dur./s.c.",wX="i.m./i.v./inf./i.arter./i.thec.",kX="i.m./i.v./perf./i.artér./local/s.c.",EX="i.m./i.v./inf./i.thec.",CX="i.m./i.v./perf./rect.",SX="i.m./i.v./perf./s.c.",DX="i.m./i.v./inhal.",IX="i.m./i.v./local",TX="i.m./i.v./or.",AX="i.m./i.v./rect",OX="i.m./i.v./s.c.",RX="i.m./perf.",MX="i.m./perf./local",PX="i.m./local",NX="i.m./local/rect.",LX="i.m./s.c.",FX="injection dans la moelle épinière",VX="introduire dans l’utérus",zX="injection dans une veine",BX="i.v./p.dur./local",jX="i.v./i.arter./i.ves.",HX="i.v./perf.",UX="i.v./perf./p.dur.",WX="i.v./perf./i.artér.",qX="i.v./perf./i.théc./s.c.",GX="i.v./perf./inhal.",YX="i.v./perf./s.c.",$X="i.v./s.c.",ZX="dans la vessie",KX="perfusion",XX="perf./i.vés.",QX="perf./s.c.",JX="inhalation",eQ="inhal./nas./local",tQ="injection",aQ="lèvre",iQ="local",nQ="sur la muqueuse",rQ="dans le nez",oQ="dans les yeux",sQ="opht./auric.",lQ="opht./auric./nas.",cQ="opht./auric./nas./local",dQ="prendre/avaler",uQ="or./bucco-phar./derm.",hQ="or./rect.",pQ="or./s.l.",mQ="par la bouche",fQ="bucco-phar./derm.",gQ="par la bouche et dans le nez",bQ="par voie rectale",vQ="injection sous-cutanée",yQ="s.c./i.derm.",_Q="sous la langue",xQ="sur les dents",wQ="dans l’uretère",kQ="par voie vaginale",EQ="les deux oreilles",CQ="les deux yeux",SQ="les deux narines",DQ="injection cutanée",IQ="dermatologique",TQ="injection dermique",AQ="oreille gauche",OQ="oreille droite",RQ="oeil gauche",MQ="oeil droite",PQ="hyperdermoclyse",NQ="intracutané",LQ="intradermique",FQ="intra-artérielle",VQ="nez gauche",zQ="nez droite",BQ="ophtalmologique",jQ="transdermique",HQ="injection vitrale",p2e={"00001":rX,"00002":oX,"00003":sX,"00004":lX,"00005":cX,"00006":dX,"00007":uX,"00008":hX,"00009":pX,"00010":mX,"00011":fX,"00012":gX,"00013":bX,"00014":vX,"00015":yX,"00016":_X,"00017":xX,"00018":wX,"00019":kX,"00020":EX,"00021":CX,"00022":SX,"00023":DX,"00024":IX,"00025":TX,"00026":AX,"00027":OX,"00028":RX,"00029":MX,"00030":PX,"00031":NX,"00032":LX,"00033":FX,"00034":VX,"00035":zX,"00036":BX,"00037":jX,"00038":HX,"00039":UX,"00040":WX,"00041":qX,"00042":GX,"00043":YX,"00044":$X,"00045":ZX,"00046":KX,"00047":XX,"00048":QX,"00049":JX,"00050":eQ,"00051":tQ,"00052":aQ,"00053":iQ,"00054":nQ,"00055":rQ,"00056":oQ,"00057":sQ,"00058":lQ,"00059":cQ,"00060":dQ,"00061":uQ,"00062":hQ,"00063":pQ,"00064":mQ,"00065":fQ,"00066":gQ,"00067":bQ,"00068":vQ,"00069":yQ,"00070":_Q,"00071":xQ,"00072":wQ,"00073":kQ,"both-ears":EQ,"both-eyes":CQ,"both-nostrils":SQ,"cutaneous-injection":DQ,derm:IQ,"dermal-injection":TQ,"ear-left":AQ,"ear-right":OQ,"eye-left":RQ,"eye-right":MQ,hyperdermoclyse:PQ,icut:NQ,ider:LQ,larter:FQ,"nose-left":VQ,"nose-right":zQ,oft:BQ,transdermal:jQ,"vitreal-injection":HQ},UQ={};ve(UQ,{"00001":()=>WQ,"00002":()=>qQ,"00003":()=>zJ,"00004":()=>BJ,"00005":()=>GQ,"00006":()=>jJ,"00007":()=>HJ,"00008":()=>YQ,"00009":()=>$Q,"00010":()=>ZQ,"00011":()=>KQ,"00012":()=>XQ,"00013":()=>QQ,"00014":()=>UJ,"00015":()=>WJ,"00016":()=>qJ,"00017":()=>GJ,"00018":()=>YJ,"00019":()=>$J,"00020":()=>ZJ,"00021":()=>KJ,"00022":()=>XJ,"00023":()=>QJ,"00024":()=>JJ,"00025":()=>eee,"00026":()=>tee,"00027":()=>aee,"00028":()=>iee,"00029":()=>nee,"00030":()=>ree,"00031":()=>oee,"00032":()=>see,"00033":()=>JQ,"00034":()=>eJ,"00035":()=>tJ,"00036":()=>lee,"00037":()=>cee,"00038":()=>dee,"00039":()=>uee,"00040":()=>hee,"00041":()=>pee,"00042":()=>mee,"00043":()=>fee,"00044":()=>gee,"00045":()=>aJ,"00046":()=>iJ,"00047":()=>bee,"00048":()=>vee,"00049":()=>nJ,"00050":()=>yee,"00051":()=>rJ,"00052":()=>oJ,"00053":()=>sJ,"00054":()=>lJ,"00055":()=>cJ,"00056":()=>dJ,"00057":()=>_ee,"00058":()=>xee,"00059":()=>wee,"00060":()=>uJ,"00061":()=>kee,"00062":()=>Eee,"00063":()=>Cee,"00064":()=>hJ,"00065":()=>See,"00066":()=>pJ,"00067":()=>mJ,"00068":()=>fJ,"00069":()=>Dee,"00070":()=>gJ,"00071":()=>bJ,"00072":()=>vJ,"00073":()=>yJ,"both-ears":()=>NJ,"both-eyes":()=>RJ,"both-nostrils":()=>TJ,"cutaneous-injection":()=>CJ,default:()=>m2e,derm:()=>_J,"dermal-injection":()=>SJ,"ear-left":()=>MJ,"ear-right":()=>PJ,"eye-left":()=>AJ,"eye-right":()=>OJ,hyperdermoclyse:()=>VJ,icut:()=>wJ,ider:()=>kJ,larter:()=>xJ,"nose-left":()=>DJ,"nose-right":()=>IJ,oft:()=>EJ,transdermal:()=>FJ,"vitreal-injection":()=>LJ});var WQ="in het oor",qQ="op de huid",GQ="inspuiting buiten het hersenvlies",YQ="in de luchtpijp",$Q="inbrengen in de baarmoederhals",ZQ="inspuiting in een slagader",KQ="inspuiting in de penis",XQ="inspuiting in de huid",QQ="inspuiting in een spier",JQ="inspuiting in het ruggenmerg",eJ="inbrengen in de baarmoeder",tJ="inspuiting in een ader",aJ="in de urineblaas",iJ="infuus",nJ="inhalatie",rJ="inspuiting",oJ="op de lippen",sJ="lokaal",lJ="op het slijmvlies",cJ="in de neus",dJ="in de ogen",uJ="innemen",hJ="in de mond",pJ="in de mond en in de neus",mJ="anaal opsteken",fJ="onderhuidse inspuiting",gJ="onder de tong",bJ="op de tanden",vJ="in de urineleider",yJ="vaginaal",_J="dermatologisch",xJ="intra-arterieel",wJ="intracutaan",kJ="intradermaal",EJ="oftalmologisch",CJ="cutane injectie",SJ="dermale injectie",DJ="neus links",IJ="neus rechts",TJ="beide neusgaten",AJ="oog links",OJ="oog rechts",RJ="beide ogen",MJ="oor links",PJ="oor rechts",NJ="beide oren",LJ="vitreale injectie",FJ="transdermaal",VJ="hyperdermoclyse",zJ="derm./rect",BJ="derm./vag.",jJ="e.dur./i.thec./lokaal",HJ="e.dur./lokaal",UJ="i.m./i.thec./p.dur./s.c.",WJ="i.m./i.v.",qJ="i.m./i.v./inf.",GJ="i.m./i.v./inf./e.dur./s.c.",YJ="i.m./i.v./inf./i.arter./i.thec.",$J="i.m./i.v./perf./i.artér./lokaal/s.c.",ZJ="i.m./i.v./inf./i.thec.",KJ="i.m./i.v./inf./rect.",XJ="i.m./i.v./inf./s.c.",QJ="i.m./i.v./inhal.",JJ="i.m./i.v./lokaal",eee="i.m./i.v./or.",tee="i.m./i.v./rect",aee="i.m./i.v./s.c.",iee="i.m./inf.",nee="i.m./perf./lokaal",ree="i.m./lokaal",oee="i.m./lokaal/rect.",see="i.m./s.c.",lee="i.v./p.dur./lokaal",cee="i.v./i.arter./i.ves.",dee="i.v./inf.",uee="i.v./perf./p.dur.",hee="i.v./inf./i.arter.",pee="i.v./inf./i.thec./s.c.",mee="i.v./inf./inhal.",fee="i.v./inf./s.c.",gee="i.v./s.c.",bee="perf./i.ves.",vee="perf./s.c.",yee="inhal./nas./lokaal",_ee="oft./auric.",xee="oft./auric./nas.",wee="oft./auric./nas./lokaal",kee="or./orofar./derm.",Eee="or./rect.",Cee="or./s.l.",See="orofar./derm.",Dee="s.c./i.derm.",m2e={"00001":WQ,"00002":qQ,"00005":GQ,"00008":YQ,"00009":$Q,"00010":ZQ,"00011":KQ,"00012":XQ,"00013":QQ,"00033":JQ,"00034":eJ,"00035":tJ,"00045":aJ,"00046":iJ,"00049":nJ,"00051":rJ,"00052":oJ,"00053":sJ,"00054":lJ,"00055":cJ,"00056":dJ,"00060":uJ,"00064":hJ,"00066":pJ,"00067":mJ,"00068":fJ,"00070":gJ,"00071":bJ,"00072":vJ,"00073":yJ,derm:_J,larter:xJ,icut:wJ,ider:kJ,oft:EJ,"cutaneous-injection":CJ,"dermal-injection":SJ,"nose-left":DJ,"nose-right":IJ,"both-nostrils":TJ,"eye-left":AJ,"eye-right":OJ,"both-eyes":RJ,"ear-left":MJ,"ear-right":PJ,"both-ears":NJ,"vitreal-injection":LJ,transdermal:FJ,hyperdermoclyse:VJ,"00003":zJ,"00004":BJ,"00006":jJ,"00007":HJ,"00014":UJ,"00015":WJ,"00016":qJ,"00017":GJ,"00018":YJ,"00019":$J,"00020":ZJ,"00021":KJ,"00022":XJ,"00023":QJ,"00024":JJ,"00025":eee,"00026":tee,"00027":aee,"00028":iee,"00029":nee,"00030":ree,"00031":oee,"00032":see,"00036":lee,"00037":cee,"00038":dee,"00039":uee,"00040":hee,"00041":pee,"00042":mee,"00043":fee,"00044":gee,"00047":bee,"00048":vee,"00050":yee,"00057":_ee,"00058":xee,"00059":wee,"00061":kee,"00062":Eee,"00063":Cee,"00065":See,"00069":Dee},f2e={nl:UQ,fr:nX,de:PY,en:yZ},Iee={};ve(Iee,{default:()=>g2e,rsb:()=>Oee,rsw:()=>Aee,vitalink:()=>Tee});var Tee="Vitalink",Aee="Réseau Santé Wallon",Oee="Brüsseler Gesundheitsnetzwerk",g2e={vitalink:Tee,rsw:Aee,rsb:Oee},Ree={};ve(Ree,{default:()=>b2e,rsb:()=>Nee,rsw:()=>Pee,vitalink:()=>Mee});var Mee="Vitalink",Pee="Réseau Santé Wallon",Nee="Brussels Health Network",b2e={vitalink:Mee,rsw:Pee,rsb:Nee},Lee={};ve(Lee,{default:()=>v2e,rsb:()=>zee,rsw:()=>Vee,vitalink:()=>Fee});var Fee="Vitalink",Vee="Réseau Santé Wallon",zee="Réseau Santé Bruxellois",v2e={vitalink:Fee,rsw:Vee,rsb:zee},Bee={};ve(Bee,{default:()=>y2e,rsb:()=>Uee,rsw:()=>Hee,vitalink:()=>jee});var jee="Vitalink",Hee="Réseau Santé Wallon",Uee="Brusselse Gezondheidsnetwerk",y2e={vitalink:jee,rsw:Hee,rsb:Uee},_2e={nl:Bee,fr:Lee,de:Iee,en:Ree},Wee={};ve(Wee,{alphabetical:()=>ete,author:()=>Yee,date:()=>$ee,default:()=>x2e,expiration:()=>Jee,medicationName:()=>qee,role:()=>Zee,sort:()=>Qee,"sorting-ascendant":()=>Kee,"sorting-descendent":()=>Xee,validityDate:()=>Gee});var qee="Arzneimittel",Gee="Ablaufdatum",Yee="Verfasser",$ee="Datum",Zee="Benutzerrolle",Kee="Aufsteigend sortieren",Xee="Absteigend sortieren",Qee="Sortieren",Jee={asc:"läuft zuerst ab",desc:"läuft zuletzt ab"},ete={asc:"Medikamentenname (A→Z)",desc:"Medikamentenname (Z→A)"},x2e={medicationName:qee,validityDate:Gee,author:Yee,date:$ee,role:Zee,"sorting-ascendant":Kee,"sorting-descendent":Xee,sort:Qee,expiration:Jee,alphabetical:ete},tte={};ve(tte,{alphabetical:()=>ute,author:()=>ote,date:()=>ste,default:()=>w2e,expiration:()=>dte,medicationName:()=>ate,role:()=>lte,sort:()=>cte,"sorting-ascendant":()=>nte,"sorting-descendent":()=>rte,validityDate:()=>ite});var ate="Drug",ite="Validity",nte="Sort by ascending order",rte="Sort by descending order",ote="Author",ste="Date",lte="Role",cte="Sort by",dte={asc:"expires first",desc:"expires last"},ute={asc:"medication name (A→Z)",desc:"medication name (Z→A)"},w2e={medicationName:ate,validityDate:ite,"sorting-ascendant":nte,"sorting-descendent":rte,author:ote,date:ste,role:lte,sort:cte,expiration:dte,alphabetical:ute},hte={};ve(hte,{alphabetical:()=>wte,author:()=>fte,date:()=>gte,default:()=>k2e,expiration:()=>xte,medicationName:()=>pte,role:()=>bte,sort:()=>_te,"sorting-ascendant":()=>vte,"sorting-descendent":()=>yte,validityDate:()=>mte});var pte="Médicament",mte="Validité",fte="Auteur",gte="Date",bte="Qualité",vte="Trier par ordre croissant",yte="Trier par ordre décroissant",_te="Trier",xte={asc:"expire en premier",desc:"expire en dernier"},wte={asc:"nom du médicament (A→Z)",desc:"nom du médicament (Z→A)"},k2e={medicationName:pte,validityDate:mte,author:fte,date:gte,role:bte,"sorting-ascendant":vte,"sorting-descendent":yte,sort:_te,expiration:xte,alphabetical:wte},kte={};ve(kte,{alphabetical:()=>Mte,author:()=>Ste,date:()=>Dte,default:()=>E2e,expiration:()=>Rte,medicationName:()=>Ete,role:()=>Ite,sort:()=>Ote,"sorting-ascendant":()=>Tte,"sorting-descendent":()=>Ate,validityDate:()=>Cte});var Ete="Geneesmiddel",Cte="Geldigheid",Ste="Auteur",Dte="Datum",Ite="Rol",Tte="Oplopend sorteren",Ate="Aflopend sorteren",Ote="Sorteren",Rte={asc:"vervalt eerst",desc:"vervalt laatst"},Mte={asc:"medicatienaam (A→Z)",desc:"medicatienaam (Z→A)"},E2e={medicationName:Ete,validityDate:Cte,author:Ste,date:Dte,role:Ite,"sorting-ascendant":Tte,"sorting-descendent":Ate,sort:Ote,expiration:Rte,alphabetical:Mte},C2e={nl:kte,fr:hte,de:Wee,en:tte},Pte={};ve(Pte,{author:()=>Bte,default:()=>S2e,profession:()=>jte,source:()=>zte,title:()=>Nte,updated:()=>Fte,updatedBy:()=>Vte,version:()=>Lte});var Nte="Versionsdetails",Lte="Version",Fte="Aktualisiert am",Vte="Von",zte="Ursprung",Bte="Verfasser",jte="Beruf",S2e={title:Nte,version:Lte,updated:Fte,updatedBy:Vte,source:zte,author:Bte,profession:jte},Hte={};ve(Hte,{author:()=>$te,default:()=>D2e,profession:()=>Zte,source:()=>Yte,title:()=>Ute,updated:()=>qte,updatedBy:()=>Gte,version:()=>Wte});var Ute="Version details",Wte="Version",qte="Updated on",Gte="By",Yte="Source",$te="Author",Zte="Appeal",D2e={title:Ute,version:Wte,updated:qte,updatedBy:Gte,source:Yte,author:$te,profession:Zte},Kte={};ve(Kte,{author:()=>aae,default:()=>I2e,profession:()=>iae,source:()=>tae,title:()=>Xte,updated:()=>Jte,updatedBy:()=>eae,version:()=>Qte});var Xte="Détails de la version",Qte="Version",Jte="Mis à jour le",eae="Par",tae="Source",aae="Auteur",iae="Profession",I2e={title:Xte,version:Qte,updated:Jte,updatedBy:eae,source:tae,author:aae,profession:iae},nae={};ve(nae,{author:()=>dae,default:()=>T2e,profession:()=>uae,source:()=>cae,title:()=>rae,updated:()=>sae,updatedBy:()=>lae,version:()=>oae});var rae="Versie details",oae="Versie",sae="Bijgewerkt op",lae="Door",cae="Bron",dae="Auteur",uae="Beroep",T2e={title:rae,version:oae,updated:sae,updatedBy:lae,source:cae,author:dae,profession:uae},A2e={nl:nae,fr:Kte,de:Pte,en:Hte},hae={};ve(hae,{day:()=>pae,default:()=>O2e,moreInformations:()=>wae,nextday:()=>_ae,nextweek:()=>vae,openCalendar:()=>xae,previousday:()=>yae,previousweek:()=>bae,returnToCurrentWeek:()=>gae,returnToToday:()=>fae,week:()=>mae});var pae="Tagesansicht",mae="Wochenansicht",fae="Zurück zu heute",gae="Diese Woche",bae="Vorige week",vae="Volgende week",yae="Vorige dag",_ae="Volgende dag",xae="den Kalender öffnen",wae="Weitere Informationen",O2e={day:pae,week:mae,returnToToday:fae,returnToCurrentWeek:gae,previousweek:bae,nextweek:vae,previousday:yae,nextday:_ae,openCalendar:xae,moreInformations:wae},kae={};ve(kae,{day:()=>Eae,default:()=>R2e,moreInformations:()=>Mae,nextday:()=>Oae,nextweek:()=>Tae,openCalendar:()=>Rae,previousday:()=>Aae,previousweek:()=>Iae,returnToCurrentWeek:()=>Dae,returnToToday:()=>Sae,week:()=>Cae});var Eae="Day overview",Cae="Week overview",Sae="Back to today",Dae="Present week",Iae="Previous week",Tae="Next week",Aae="Previous day",Oae="Next day",Rae="open the calendar",Mae="More information",R2e={day:Eae,week:Cae,returnToToday:Sae,returnToCurrentWeek:Dae,previousweek:Iae,nextweek:Tae,previousday:Aae,nextday:Oae,openCalendar:Rae,moreInformations:Mae},Pae={};ve(Pae,{day:()=>Nae,default:()=>M2e,moreInformations:()=>Wae,nextday:()=>Hae,nextweek:()=>Bae,openCalendar:()=>Uae,previousday:()=>jae,previousweek:()=>zae,returnToCurrentWeek:()=>Vae,returnToToday:()=>Fae,week:()=>Lae});var Nae="Vue journalière",Lae="Vue semaine",Fae="Revenir à aujourd'hui",Vae="Cette semaine",zae="Semaine précédente",Bae="Semaine suivante",jae="Jour précédent",Hae="Jour suivant",Uae="Ouvrir le calendrier",Wae="Plus d'informations",M2e={day:Nae,week:Lae,returnToToday:Fae,returnToCurrentWeek:Vae,previousweek:zae,nextweek:Bae,previousday:jae,nextday:Hae,openCalendar:Uae,moreInformations:Wae},qae={};ve(qae,{day:()=>Gae,default:()=>P2e,moreInformations:()=>tie,nextday:()=>Jae,nextweek:()=>Xae,openCalendar:()=>eie,previousday:()=>Qae,previousweek:()=>Kae,returnToCurrentWeek:()=>Zae,returnToToday:()=>$ae,week:()=>Yae});var Gae="Dagoverzicht",Yae="Weekoverzicht",$ae="Terug naar vandaag",Zae="Huidige week",Kae="vorherige Woche",Xae="nächste Woche",Qae="vorheriger Tag",Jae="nächster Tag",eie="de kalender openen",tie="Meer informatie",P2e={day:Gae,week:Yae,returnToToday:$ae,returnToCurrentWeek:Zae,previousweek:Kae,nextweek:Xae,previousday:Qae,nextday:Jae,openCalendar:eie,moreInformations:tie},N2e={nl:qae,fr:Pae,de:hae,en:kae},aie={};ve(aie,{comment:()=>gie,default:()=>L2e,end:()=>sie,endCondition:()=>mie,indication:()=>nie,instructions:()=>fie,medication:()=>iie,noDetails:()=>bie,periodicity:()=>die,posologie:()=>uie,prescriber:()=>rie,quantity:()=>cie,route:()=>hie,start:()=>oie,startCondition:()=>pie,suspension:()=>lie});var iie="Arzneimittel",nie="Grund",rie="verschreibende Person",oie="Beginn",sie="Ende",lie={label:"Aufhängungen",end:"Wiederaufgenommen am",start:"Ausgesetzt am",reason:"Grund"},cie="Darreichungsform",die="Abstand",uie="Dosierung",hie="Verabreichung",pie="Anfangszustand",mie="Endzustand",fie="Hinweise",gie="Kommentar",bie="Die angeforderte arzneimittel wurde gelöscht oder existiert nicht.",L2e={medication:iie,indication:nie,prescriber:rie,start:oie,end:sie,suspension:lie,quantity:cie,periodicity:die,posologie:uie,route:hie,startCondition:pie,endCondition:mie,instructions:fie,comment:gie,noDetails:bie},vie={};ve(vie,{comment:()=>Rie,default:()=>F2e,end:()=>kie,endCondition:()=>Aie,indication:()=>_ie,instructions:()=>Oie,medication:()=>yie,noDetails:()=>Mie,periodicity:()=>Sie,posologie:()=>Die,prescriber:()=>xie,quantity:()=>Cie,route:()=>Iie,start:()=>wie,startCondition:()=>Tie,suspension:()=>Eie});var yie="Medication",_ie="Reason",xie="Prescriber",wie="Beginning",kie="End",Eie={label:"Interruption",end:"Resumed on",start:"Interupted on",reason:"Reason"},Cie="Pharmaceutical form",Sie="Frequency",Die="Dosage",Iie="Route of administration",Tie="Condition at the beginning",Aie="Condition at the end",Oie="Instructions ",Rie="Comments",Mie="The requested information has been deleted or doesn't exist.",F2e={medication:yie,indication:_ie,prescriber:xie,start:wie,end:kie,suspension:Eie,quantity:Cie,periodicity:Sie,posologie:Die,route:Iie,startCondition:Tie,endCondition:Aie,instructions:Oie,comment:Rie,noDetails:Mie},Pie={};ve(Pie,{comment:()=>$ie,default:()=>V2e,end:()=>zie,endCondition:()=>Gie,indication:()=>Lie,instructions:()=>Yie,medication:()=>Nie,noDetails:()=>Zie,periodicity:()=>Hie,posologie:()=>Uie,prescriber:()=>Fie,quantity:()=>jie,route:()=>Wie,start:()=>Vie,startCondition:()=>qie,suspension:()=>Bie});var Nie="Médicament",Lie="Raison",Fie="Prescripteur",Vie="Début",zie="Fin",Bie={label:"Suspensions",end:"Reprise le",start:"Suspendu le",reason:"Raison"},jie="Forme pharmaceutique",Hie="Fréquence",Uie="Posologie",Wie="Voie d’administration",qie="Condition de début",Gie="Condition de fin",Yie="Instructions",$ie="Commentaire",Zie="Le médicament demandé a été supprimé ou n'existe pas.",V2e={medication:Nie,indication:Lie,prescriber:Fie,start:Vie,end:zie,suspension:Bie,quantity:jie,periodicity:Hie,posologie:Uie,route:Wie,startCondition:qie,endCondition:Gie,instructions:Yie,comment:$ie,noDetails:Zie},Kie={};ve(Kie,{comment:()=>dne,default:()=>z2e,end:()=>tne,endCondition:()=>lne,indication:()=>Qie,instructions:()=>cne,medication:()=>Xie,noDetails:()=>une,periodicity:()=>nne,posologie:()=>rne,prescriber:()=>Jie,quantity:()=>ine,route:()=>one,start:()=>ene,startCondition:()=>sne,suspension:()=>ane});var Xie="Geneesmiddel",Qie="Reden",Jie="Voorschrijver",ene="Start",tne="Einde",ane={label:"Opschortingen",end:"Hervat op",start:"Opgeschort op",reason:"Reden"},ine="Farmaceutische vorm",nne="Frequentie",rne="Posologie",one="Toedieningsweg",sne="Beginconditie",lne="Eindconditie",cne="Instructies",dne="Commentaar",une="Het gevraagde geneesmiddel is verwijderd of bestaat niet.",z2e={medication:Xie,indication:Qie,prescriber:Jie,start:ene,end:tne,suspension:ane,quantity:ine,periodicity:nne,posologie:rne,route:one,startCondition:sne,endCondition:lne,instructions:cne,comment:dne,noDetails:une},B2e={nl:Kie,fr:Pie,de:aie,en:vie},hne={};ve(hne,{all:()=>pne,atYourConvenienceText:()=>xne,consultDetails:()=>vne,current:()=>mne,days:()=>wne,default:()=>j2e,disclaimer:()=>Cne,future:()=>fne,headers:()=>bne,noMedications:()=>Ene,remarks:()=>yne,return:()=>gne,toPlan:()=>_ne,toTake:()=>kne});var pne="Vollständige Liste",mne="Aktuel",fne="Künftig",gne="Zurück zur Übersicht",bne={moment:"Moment",medication:"Arzneimittel",dose:"Dosis",indication:"Grund",dayperiod:"Tageszeit",remark:"Anmerkung",leaflet:"Packungsbeilage",days:"Tagen",startCondition:"Anfangszustand",instructions:"Hinweise"},vne="Siehe Details",yne={ifneeded:"Gegebenenfalls",lastDayTemporary:"Letzter Tag vor Aussetzung",lastDayDefinitive:"Letzter Tag",suspended:"Aussetzen",end:"Ende"},_ne="Noch zu vereinbaren",xne="Einige Medikamente wurden vom Arzt keiner bestimmten Tageszeit zugeordnet und werden deshalb unter 'Spezifische Anweisungen' angezeigt. Wenn Ihr Arzt Hinweise zur Einnahme des Arzneimittels gegeben hat, halten Sie diese bitte ein. Wenn dieses Medikament in bestimmten Abständen eingenommen werden muss, halten Sie sich bitte den ganzen Tag daran.",wne={monday:"Mo",tuesday:"Di",wednesday:"Mi",thursday:"Do",friday:"Fr",saturday:"Sa",sunday:"So",allDays:"Täglich"},kne="am {days} zu nehmen",Ene={all:"Es wurden keine Arzneimitteln gefunden",current:"Es wurden keine Aktuelle Arzneimitteln gefunden",future:"Es wurden keine Künftige Arzneimitteln gefunden",day:"Es wurden keine Arzneimitteln für diesen Tag und diese Tageszeit gefunden",week:"Es wurden keine Arzneimitteln für diesen Woche und diese Tageszeit gefunden"},Cne="Dies ist ein Medikamentenplan, der von Ihrem Pflegeteam verwaltet und über {safe} geteilt wird. Weitere Informationen finden Sie unter {safe}. Die Informationen im Medikamentenplan, den Sie anfordern möchten, sind möglicherweise nicht vollständig. Denken Sie daran, wenn Sie sich auf diesen Medikamentenplan stützen.",j2e={all:pne,current:mne,future:fne,return:gne,headers:bne,consultDetails:vne,remarks:yne,toPlan:_ne,atYourConvenienceText:xne,days:wne,toTake:kne,noMedications:Ene,disclaimer:Cne},Sne={};ve(Sne,{all:()=>Dne,atYourConvenienceText:()=>Lne,consultDetails:()=>Rne,current:()=>Ine,days:()=>Fne,default:()=>H2e,disclaimer:()=>Bne,future:()=>Tne,headers:()=>One,noMedications:()=>zne,notSpecified:()=>Mne,remarks:()=>Pne,return:()=>Ane,toPlan:()=>Nne,toTake:()=>Vne});var Dne="Complete list",Ine="Current",Tne="Future",Ane="Back to overview",One={moment:"Moment",medication:"Medication",dose:"Dose",indication:"Reason",dayperiod:"Time",remark:"Note",leaflet:"Leaflet",days:"Number of days",startCondition:"Condition at the beginning",instructions:"Instructions "},Rne="See details",Mne="Dosage not filled",Pne={ifneeded:"If necessary",lastDayTemporary:"Last day for suspension",lastDayDefinitive:"Last day",suspended:"Suspend",end:"End"},Nne="Remains to be planned",Lne="Some medications are not assigned to a specific time of day by the doctor and are therefore placed in ‘Specific instructions’. If your doctor gave instructions regarding the moment you must take the medication, follow them up. If the medication must be taken according to a specific scheme, stick to it during the whole day.",Fne={monday:"Mon",tuesday:"Tue",thursday:"Thu",wednesday:"Wed",friday:"Fri",saturday:"Sat",sunday:"Sun",allDays:"Every day"},Vne="To take on {days}",zne={all:"No medication was found.",current:"No present medication was found.",future:"No future medication was found.",day:"No medication was found for this day with that moment.",week:"No medication was found for this day week with that moment."},Bne="This is a medication scheme managed by your care team and shared via {safe}. More information to be found on {safe}. The information contained in the medication scheme that you wish to question is maybe incomplete. Take that into account if you base yourself on that medication scheme.",H2e={all:Dne,current:Ine,future:Tne,return:Ane,headers:One,consultDetails:Rne,notSpecified:Mne,remarks:Pne,toPlan:Nne,atYourConvenienceText:Lne,days:Fne,toTake:Vne,noMedications:zne,disclaimer:Bne},jne={};ve(jne,{all:()=>Hne,atYourConvenienceText:()=>Kne,consultDetails:()=>Yne,current:()=>Une,days:()=>Xne,default:()=>U2e,disclaimer:()=>ere,future:()=>Wne,headers:()=>Gne,noMedications:()=>Jne,remarks:()=>$ne,return:()=>qne,toPlan:()=>Zne,toTake:()=>Qne});var Hne="Toute la liste",Une="En cours",Wne="futur",qne="Retour à la vue d'ensemble",Gne={moment:"Moment",medication:"Médicament",dose:"Dose",indication:"Raison",dayperiod:"Période",remark:"Remarque",leaflet:"Notice",days:"Jours",startCondition:"Condition de début",instructions:"Instructions"},Yne="Voir les détails",$ne={ifneeded:"Si nécessaire",lastDayTemporary:"Dernier jour avant suspension",lastDayDefinitive:"Dernier jour",suspended:"Suspendre",end:"Fin"},Zne="À convenir",Kne="Quelques médicaments n’ont pas été assignés à une période précise de la journée par le médecin, et sont donc placés dans ‘Instructions spécifiques’. Si votre médecin a donné des instructions pour le moment de la prise du médicament, veuillez les suivre. Si ce médicament doit être pris selon une fréquence horaire précise, veuillez respecter cette consigne tout au long de la journée.",Xne={monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Jeu",friday:"Ven",saturday:"Sam",sunday:"Dim",allDays:"Tous les jours"},Qne="À prendre {days}",Jne={all:"Aucun médicament a été trouvé",current:"Aucun médicament actuel a été trouvé",future:"Aucun médicament futur a été trouvé",day:"Aucun médicament a été trouvé pour ce jour avec cette période de la journée",week:"Aucun médicament a été trouvé pour cette semaine avec cette période de la journée"},ere="Il s’agit d’un schéma de médication qui est géré par votre équipe de soins et partagé via le(s) portail(s) {safe}. Plus d’informations peuvent être trouvées sur le(s) portail(s) {safe}. Il est possible que les informations figurant dans le schéma de médication que vous souhaitez demander ne soient pas complètes. Prenez cela en considération lorsque vous vous basez sur ce schéma de médication.",U2e={all:Hne,current:Une,future:Wne,return:qne,headers:Gne,consultDetails:Yne,remarks:$ne,toPlan:Zne,atYourConvenienceText:Kne,days:Xne,toTake:Qne,noMedications:Jne,disclaimer:ere},tre={};ve(tre,{all:()=>are,atYourConvenienceText:()=>ure,consultDetails:()=>sre,current:()=>ire,days:()=>hre,default:()=>W2e,disclaimer:()=>fre,future:()=>nre,headers:()=>ore,noMedications:()=>mre,notSpecified:()=>lre,remarks:()=>cre,return:()=>rre,toPlan:()=>dre,toTake:()=>pre});var are="Volledige lijst",ire="Huidig",nre="Toekomstig",rre="Terug naar overzicht",ore={moment:"Moment",medication:"Geneesmiddel",dose:"Dosis",indication:"Reden",dayperiod:"Tijdstip",remark:"Opmerking",leaflet:"Bijsluiter",days:"Dagen",startCondition:"Beginconditie",instructions:"Instructies"},sre="Zie details",lre="Dosering niet ingevuld",cre={ifneeded:"Indien nodig",lastDayTemporary:"Laatste dag voor opschorting",lastDayDefinitive:"Laatste dag",suspended:"Opschorten",end:"Einde"},dre="Nog in te plannen",ure="Sommige medicijnen zijn door de arts niet aan een bepaald tijdstip van de dag toegewezen en worden daarom in 'Specifieke instructies' geplaatst. Als uw arts instructies heeft gegeven voor wanneer u het geneesmiddel moet innemen, volg die dan op. Als dit medicijn volgens een bepaald schema moet worden ingenomen, houdt u hier dan de hele dag aan.",hre={monday:"Ma",tuesday:"Di",thursday:"Do",wednesday:"Woe",friday:"Vr",saturday:"Za",sunday:"Zo",allDays:"Elke dag"},pre="Te nemen op {days}",mre={all:"Er werden geneesmiddelen gevonden",current:"Er werden geen huidige geneesmiddelen gevonden",future:"Er werden geen toekomstige geneesmiddelen gevonden",day:"Er werden geen geneesmiddelen voor deze dag met deze tijdstip gevonden",week:"Er werden geen geneesmiddelen voor deze week met deze tijdstip gevonden"},fre="Dit is een medicatieschema dat wordt beheerd door uw zorgteam en wordt gedeeld via {safe}. Meer informatie te vinden op {safe}. De informatie opgenomen in het medicatieschema dat u wenst op te vragen, is mogelijk niet volledig. Houd hier rekening mee wanneer u zich baseert op dit medicatieschema.",W2e={all:are,current:ire,future:nre,return:rre,headers:ore,consultDetails:sre,notSpecified:lre,remarks:cre,toPlan:dre,atYourConvenienceText:ure,days:hre,toTake:pre,noMedications:mre,disclaimer:fre},q2e={nl:tre,fr:jne,de:hne,en:Sne},gre={};ve(gre,{default:()=>G2e,flanders:()=>yre,subtitle:()=>vre,title:()=>bre,walloniaBrussels:()=>_re});var bre="Medikamentenplan",vre="Was ist, wenn ich in diesem Abschnitt keine Inhalte sehe?",yre={intro:"Ich lebe in Flandern",text:"Es liegt noch kein Medikamentenplan für Sie vor. Sie nehmen Arzneimittel ein, haben aber noch keinen Medikamentenplan? Bitten Sie Ihren behandelnden Arzt, einen zu erstellen.",introPro:"Ihr Patient lebt in Flandern",textPro:"Wenn Ihr Patient seinen Wohnsitz in Flandern hat und Sie sehen kein gemeinsames Medikationsschema auf seinem oder ihrem Namen, dann es gibt keinen Medikamenten-Zeitplan für ihn oder sie. Wenn Ihr Patient Medikamente nimmt, aber noch keinen Medikamentenplan hat, dann können Sie ein Medikationsschema erstellen über über die Software für Arzte oder Apotheker."},_re={intro:"Ich lebe in Wallonien oder in Brüssel",text1:"Wenn Sie mit Ihrem Namen angemeldet sind, steht Ihnen noch keine Medikation zur Verfügung. Nehmen Sie Medikamente ein, haben aber noch keine Medikation? Zögern Sie nicht, Ihren Arzt zu bitten, es zu erstellen.",text2:"Wenn Sie als Bevollmächtigter für eine andere Person oder als Elternteil eines minderjährigen Kindes angemeldet sind, haben Sie über diese Anwendung keinen Zugriff auf das Medikamentenplan. Sie können jedoch den Medikamentenplan in den regionalen Gesundheitssafes ‘Réseau Santé Wallon’ oder ‘Réseau Santé Bruxellois’ einsehen.",introPro:"Ihr Patient lebt in Wallonien oder in Brüssel",textPro:'Sie können direkt über das regionale Portal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=de">Réseau Santé Wallon</a> oder das regionale Portal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=en">Brüsseler Gesundheitsnetzwerk</a>'},G2e={title:bre,subtitle:vre,flanders:yre,walloniaBrussels:_re},xre={};ve(xre,{default:()=>Y2e,flanders:()=>Ere,subtitle:()=>kre,title:()=>wre,walloniaBrussels:()=>Cre});var wre="Medication scheme",kre="What to do if I I don't see any content in this part?",Ere={intro:"I live in Flanders",text:"No shared medication scheme has been shared yet. If you use medication you don't have a medication scheme yet, ask your doctor to make create one for you.",introPro:"Your patient lives in Flanders",textPro:"There is no medication schedule for him yet. Is your patient taking medication but doesn't have a medication schedule yet? You can create one using the software for doctors or pharmacists."},Cre={intro:"I live in Wallonia or in Brussels",text1:"If you are registered in your own name, then no medication scheme is available for you at the moment. If you use medication while you don't have a medication scheme yet, ask your doctor to make create one for you.",text2:"If you are registered as a mandate holder for another person or as a parent of a minor child, you cannot access the medication scheme by using this application. However, you can view the current medication scheme on the regional health safes ‘Réseau Santé Wallon’ or the ‘Brussels Health Network’.",introPro:"Your patient lives in Wallonia or Brussels",textPro:`You can directly access your patient's medication schedule via the regional portal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=fr">Réseau Santé Wallon</a> or via the regional portal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=fr">Réseau Santé Bruxellois</a>`},Y2e={title:wre,subtitle:kre,flanders:Ere,walloniaBrussels:Cre},Sre={};ve(Sre,{default:()=>$2e,flanders:()=>Tre,subtitle:()=>Ire,title:()=>Dre,walloniaBrussels:()=>Are});var Dre="Schéma de médication",Ire="Que faire si je ne vois aucun contenu dans cette partie ?",Tre={intro:"J’habite en Flandre",text:"Il n’y a pas encore de schéma de médication à votre nom. Vous prenez des médicaments mais vous n’avez pas encore de schéma de médication ? N’hésitez pas à demander à votre médecin traitant de le créer.",introPro:"Votre patient habite en Flandre",textPro:"Il n’y a pas encore de schéma de médication pour lui. Votre patient prend des médicaments mais n’a pas encore de schéma de médication ? Vous pouvez en créer un via le logiciel pour les médecins ou les pharmaciens"},Are={intro:"J’habite en Wallonie ou à Bruxelles",text1:"Si vous êtes connecté à votre nom, il n’y a pas encore de schéma de médication disponible pour vous. Vous prenez des médicaments mais vous n’avez pas encore de schéma de médication ? N’hésitez pas à demander à votre médecin traitant de le créer.",text2:"Si vous êtes connecté comme mandataire pour une autre personne ou comme parent d’un enfant mineur, vous n’avez pas accès au schéma de médication via cette application. Vous pouvez toutefois consulter le schéma de médication dans les coffres-forts régionaux de santé via les portails ‘Réseau Santé Wallon’ et du ‘Réseau Santé Bruxellois’",introPro:"Votre patient habite en Wallonie ou à Bruxelles",textPro:'Vous pouvez accéder directement au schéma de médication de votre patient via le portail régional <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=fr">Réseau Santé Wallon</a> ou le portail régional <a class="link" href="https://webapp.abrumet.be/portal/pro?l=fr">Réseau Santé Bruxellois</a>'},$2e={title:Dre,subtitle:Ire,flanders:Tre,walloniaBrussels:Are},Ore={};ve(Ore,{default:()=>Z2e,flanders:()=>Pre,subtitle:()=>Mre,title:()=>Rre,walloniaBrussels:()=>Nre});var Rre="Medicatieschema",Mre="Wat te doen indien ik geen inhoud zie in dit deel?",Pre={intro:"Ik woon in Vlaanderen",text:"Er is voor u nog geen gedeeld medicatieschema beschikbaar. Als u medicijnen gebruikt en nog geen medicatieschema heeft, vraagt u aan uw arts er een aan te maken voor u",introPro:"Uw patiënt woont in Vlaanderen",textPro:"Als uw patiënt gedomicilieerd is in Vlaanderen en u ziet geen gedeeld medicatieschema op zijn of haar naam, dan is er nog geen. Indien uw patiënt wel geneesmiddelen neemt, maar nog geen medicatieschema heeft, dan kan u een medicatieschema aanmaken via de software voor huisartsen of apothekers."},Nre={intro:"Ik woon in Wallonië of Brussel",text1:"Indien u aangemeld bent in eigen naam, dan is er voor u nog geen medicatieschema beschikbaar. Als u medicijnen gebruikt en nog geen medicatieschema heeft, vraagt u aan uw arts er een aan te maken voor u.",text2:"Indien u aangemeld bent als mandaathouder voor een andere persoon of als ouder van een minderjarig kind, dan heeft u via deze applicatie geen toegang tot het medicatieschema. U kan wel het actuele medicatieschema bekijken bij de regionale gezondheidskluizen ‘Réseau Santé Wallon’ of het ‘Brusselse Gezondheidsnetwerk’.",introPro:"Uw patiënt woont in Wallonië of Brussel",textPro:'U kan rechtstreeks toegang krijgen tot het medicatieschema van uw patiënt via het regionaal portaal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=nl">Réseau Santé Wallon</a> of het regionaal portaal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=nl">Brusselse Gezondheidsnetwerk</a>'},Z2e={title:Rre,subtitle:Mre,flanders:Pre,walloniaBrussels:Nre},K2e={nl:Ore,fr:Sre,de:gre,en:xre},Lre={};ve(Lre,{day:()=>zre,default:()=>X2e,list:()=>Fre,week:()=>Vre});var Fre="Liste",Vre="Woche",zre="Tag",X2e={list:Fre,week:Vre,day:zre},Bre={};ve(Bre,{day:()=>Ure,default:()=>Q2e,list:()=>jre,week:()=>Hre});var jre="List",Hre="Week",Ure="Day",Q2e={list:jre,week:Hre,day:Ure},Wre={};ve(Wre,{day:()=>Yre,default:()=>J2e,list:()=>qre,week:()=>Gre});var qre="Liste",Gre="Semaine",Yre="Jour",J2e={list:qre,week:Gre,day:Yre},$re={};ve($re,{day:()=>Xre,default:()=>eDe,list:()=>Zre,week:()=>Kre});var Zre="Lijst",Kre="Week",Xre="Dag",eDe={list:Zre,week:Kre,day:Xre},tDe={nl:$re,fr:Wre,de:Lre,en:Bre},Qre={};ve(Qre,{default:()=>aDe,evening:()=>aoe,ifNeeded:()=>noe,morning:()=>eoe,night:()=>ioe,noon:()=>toe,toPlan:()=>Jre});var Jre="Spezifische Anweisungen",eoe="Morgen",toe="Mittag und Nachmittag",aoe="Abends",ioe="Zubettgehen",noe="Gegebenenfalls",aDe={toPlan:Jre,morning:eoe,noon:toe,evening:aoe,night:ioe,ifNeeded:noe},roe={};ve(roe,{default:()=>iDe,evening:()=>coe,ifNeeded:()=>uoe,morning:()=>soe,night:()=>doe,noon:()=>loe,toPlan:()=>ooe});var ooe="Specific instructions",soe="Morning",loe="Noon and afternoon",coe="Evening meal",doe="Going to sleep",uoe="If necessary",iDe={toPlan:ooe,morning:soe,noon:loe,evening:coe,night:doe,ifNeeded:uoe},hoe={};ve(hoe,{default:()=>nDe,evening:()=>goe,ifNeeded:()=>voe,morning:()=>moe,night:()=>boe,noon:()=>foe,toPlan:()=>poe});var poe="Instructions spécifiques",moe="Matin",foe="Midi et Après-midi",goe="Soir",boe="Au coucher",voe="Si nécessaire",nDe={toPlan:poe,morning:moe,noon:foe,evening:goe,night:boe,ifNeeded:voe},yoe={};ve(yoe,{default:()=>rDe,evening:()=>koe,ifNeeded:()=>Coe,morning:()=>xoe,night:()=>Eoe,noon:()=>woe,toPlan:()=>_oe});var _oe="Specifieke instructies",xoe="Ochtend",woe="Middag en namiddag",koe="Avondmaal",Eoe="Bij het slapen gaan",Coe="Indien nodig",rDe={toPlan:_oe,morning:xoe,noon:woe,evening:koe,night:Eoe,ifNeeded:Coe},oDe={nl:yoe,fr:hoe,de:Qre,en:roe},sDe=class extends ec{getTranslation(e){return vt({commons:ht(ue({},WSe[e]),{days:PSe[e],errors:zSe[e],roles:d2e[e],safes:_2e[e],periodicities:ZSe[e],administrationUnits:TSe[e],period:e2e[e],routes:f2e[e],posology:r2e[e],sortDropdown:C2e[e]}),medicationSchemeListView:q2e[e],medicationSchemeOverview:tDe[e],medicationSchemeMoments:oDe[e],medicationSchemeNoData:K2e[e],medicationSchemeDateToggler:N2e[e],medicationSchemeCreationDetails:A2e[e],medicationSchemeDetails:B2e[e]})}},lDe=[vSe,M1e({defaultLanguage:"fr",loader:{provide:ec,useClass:sDe},compiler:{provide:ac,useClass:wSe}})];function nc(e){e||(Fl(),e=_(yi));let t=new It(n=>e.onDestroy(n.next.bind(n)));return n=>n.pipe(Ut(t))}function Soe(e,t){var c;let n=!(t!=null&&t.manualCleanup);n&&!(t!=null&&t.injector)&&Fl();let a=n?((c=t==null?void 0:t.injector)==null?void 0:c.get(yi))??_(yi):null,i=cDe(t==null?void 0:t.equal),r;t!=null&&t.requireSync?r=Qa({kind:0},{equal:i}):r=Qa({kind:1,value:t==null?void 0:t.initialValue},{equal:i});let s,l=e.subscribe({next:d=>r.set({kind:1,value:d}),error:d=>{if(t!=null&&t.rejectErrors)throw d;r.set({kind:2,error:d})},complete:()=>{s==null||s()}});if(t!=null&&t.requireSync&&r().kind===0)throw new ee(601,!1);return s=a==null?void 0:a.onDestroy(l.unsubscribe.bind(l)),ga(()=>{let d=r();switch(d.kind){case 1:return d.value;case 2:throw d.error;case 0:throw new ee(601,!1)}},{equal:t==null?void 0:t.equal})}function cDe(e=Object.is){return(t,n)=>t.kind===1&&n.kind===1&&e(t.value,n.value)}var t0=["*"];function dDe(e,t){e&1&&Re(0)}var uDe=["tabListContainer"],hDe=["tabList"],pDe=["tabListInner"],mDe=["nextPaginator"],fDe=["previousPaginator"],gDe=["content"];function bDe(e,t){}var vDe=["tabBodyWrapper"],yDe=["tabHeader"];function _De(e,t){}function xDe(e,t){if(e&1&&V(0,_De,0,0,"ng-template",12),e&2){let n=L().$implicit;z("cdkPortalOutlet",n.templateLabel)}}function wDe(e,t){if(e&1&&P(0),e&2){let n=L().$implicit;ae(n.textLabel)}}function kDe(e,t){if(e&1){let n=xt();D(0,"div",7,2),xe("click",function(){let a=Ee(n),i=a.$implicit,r=a.$index,s=L(),l=Ri(1);return Ce(s._handleClick(i,l,r))})("cdkFocusChange",function(a){let i=Ee(n).$index,r=L();return Ce(r._tabFocusChanged(a,i))}),Z(2,"span",8)(3,"div",9),D(4,"span",10)(5,"span",11),V(6,xDe,1,1,null,12)(7,wDe,1,1),I()()()}if(e&2){let n=t.$implicit,a=t.$index,i=Ri(1),r=L();Ai(n.labelClass),Se("mdc-tab--active",r.selectedIndex===a),z("id",r._getTabLabelId(n,a))("disabled",n.disabled)("fitInkBarToContent",r.fitInkBarToContent),be("tabIndex",r._getTabIndex(a))("aria-posinset",a+1)("aria-setsize",r._tabs.length)("aria-controls",r._getTabContentId(a))("aria-selected",r.selectedIndex===a)("aria-label",n.ariaLabel||null)("aria-labelledby",!n.ariaLabel&&n.ariaLabelledby?n.ariaLabelledby:null),C(3),z("matRippleTrigger",i)("matRippleDisabled",n.disabled||r.disableRipple),C(3),W(n.templateLabel?6:7)}}function EDe(e,t){e&1&&Re(0)}function CDe(e,t){if(e&1){let n=xt();D(0,"mat-tab-body",13),xe("_onCentered",function(){Ee(n);let a=L();return Ce(a._removeTabBodyWrapperHeight())})("_onCentering",function(a){Ee(n);let i=L();return Ce(i._setTabBodyWrapperHeight(a))})("_beforeCentering",function(a){Ee(n);let i=L();return Ce(i._bodyCentered(a))}),I()}if(e&2){let n=t.$implicit,a=t.$index,i=L();Ai(n.bodyClass),z("id",i._getTabContentId(a))("content",n.content)("position",n.position)("animationDuration",i.animationDuration)("preserveContent",i.preserveContent),be("tabindex",i.contentTabIndex!=null&&i.selectedIndex===a?i.contentTabIndex:null)("aria-labelledby",i._getTabLabelId(n,a))("aria-hidden",i.selectedIndex!==a)}}var SDe=new Y("MatTabContent"),DDe=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matTabContent",""]],features:[dt([{provide:SDe,useExisting:t}])]}));let e=t;return e})(),IDe=new Y("MatTabLabel"),Doe=new Y("MAT_TAB"),TDe=(()=>{const t=class t extends nve{constructor(){super(...arguments);o(this,"_closestTab",_(Doe,{optional:!0}))}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[dt([{provide:IDe,useExisting:t}]),Be]}));let e=t;return e})(),Ioe=new Y("MAT_TAB_GROUP"),Toe=(()=>{const t=class t{constructor(){o(this,"_viewContainerRef",_(ti));o(this,"_closestTabGroup",_(Ioe,{optional:!0}));o(this,"disabled",!1);o(this,"_templateLabel");o(this,"_explicitContent");o(this,"_implicitContent");o(this,"textLabel","");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"labelClass");o(this,"bodyClass");o(this,"id",null);o(this,"_contentPortal",null);o(this,"_stateChanges",new he);o(this,"position",null);o(this,"origin",null);o(this,"isActive",!1);_(Ra).load(Yn)}get templateLabel(){return this._templateLabel}set templateLabel(a){this._setTemplateLabelInput(a)}get content(){return this._contentPortal}ngOnChanges(a){(a.hasOwnProperty("textLabel")||a.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new go(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(a){a&&a._closestTab===this&&(this._templateLabel=a)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab"]],contentQueries:function(a,i,r){if(a&1&&(gt(r,TDe,5),gt(r,DDe,7,ba)),a&2){let s;ye(s=_e())&&(i.templateLabel=s.first),ye(s=_e())&&(i._explicitContent=s.first)}},viewQuery:function(a,i){if(a&1&&Ze(ba,7),a&2){let r;ye(r=_e())&&(i._implicitContent=r.first)}},hostAttrs:["hidden",""],hostVars:1,hostBindings:function(a,i){a&2&&be("id",null)},inputs:{disabled:[2,"disabled","disabled",me],textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass",id:"id"},exportAs:["matTab"],features:[dt([{provide:Doe,useExisting:t}]),Jt],ngContentSelectors:t0,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),V(0,dDe,1,0,"ng-template"))},encapsulation:2}));let e=t;return e})(),hp="mdc-tab-indicator--active",gy="mdc-tab-indicator--no-transition",ADe=class{constructor(e){o(this,"_items");o(this,"_currentItem");this._items=e}hide(){this._items.forEach(e=>e.deactivateInkBar()),this._currentItem=void 0}alignToElement(e){var a,i;let t=this._items.find(r=>r.elementRef.nativeElement===e),n=this._currentItem;if(t!==n&&(n==null||n.deactivateInkBar(),t)){let r=(i=n==null?void 0:(a=n.elementRef.nativeElement).getBoundingClientRect)==null?void 0:i.call(a);t.activateInkBar(r),this._currentItem=t}}},ODe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_inkBarElement");o(this,"_inkBarContentElement");o(this,"_fitToContent",!1)}get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(a){this._fitToContent!==a&&(this._fitToContent=a,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(a){let i=this._elementRef.nativeElement;if(!a||!i.getBoundingClientRect||!this._inkBarContentElement){i.classList.add(hp);return}let r=i.getBoundingClientRect(),s=a.width/r.width,l=a.left-r.left;i.classList.add(gy),this._inkBarContentElement.style.setProperty("transform",`translateX(${l}px) scaleX(${s})`),i.getBoundingClientRect(),i.classList.remove(gy),i.classList.add(hp),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this._elementRef.nativeElement.classList.remove(hp)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){var a;(a=this._inkBarElement)==null||a.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){let a=this._elementRef.nativeElement.ownerDocument||document,i=this._inkBarElement=a.createElement("span"),r=this._inkBarContentElement=a.createElement("span");i.className="mdc-tab-indicator",r.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",i.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){this._inkBarElement,(this._fitToContent?this._elementRef.nativeElement.querySelector(".mdc-tab__content"):this._elementRef.nativeElement).appendChild(this._inkBarElement)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",me]}}));let e=t;return e})(),Aoe=(()=>{const t=class t extends ODe{constructor(){super(...arguments);o(this,"elementRef",_(Ae));o(this,"disabled",!1)}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(i,r){i&2&&(be("aria-disabled",!!r.disabled),Se("mat-mdc-tab-disabled",r.disabled))},inputs:{disabled:[2,"disabled","disabled",me]},features:[Be]}));let e=t;return e})(),by={passive:!0},RDe=650,MDe=100,PDe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_viewportRuler",_(Yl));o(this,"_dir",_(Na,{optional:!0}));o(this,"_ngZone",_(Le));o(this,"_platform",_($t));o(this,"_sharedResizeObserver",_(rE));o(this,"_injector",_(pt));o(this,"_renderer",_(di));o(this,"_animationMode",_(Oa,{optional:!0}));o(this,"_eventCleanups");o(this,"_scrollDistance",0);o(this,"_selectedIndexChanged",!1);o(this,"_destroyed",new he);o(this,"_showPaginationControls",!1);o(this,"_disableScrollAfter",!0);o(this,"_disableScrollBefore",!0);o(this,"_tabLabelCount");o(this,"_scrollDistanceChanged");o(this,"_keyManager");o(this,"_currentTextContent");o(this,"_stopScrolling",new he);o(this,"disablePagination",!1);o(this,"_selectedIndex",0);o(this,"selectFocusedIndex",new te);o(this,"indexFocused",new te);this._eventCleanups=this._ngZone.runOutsideAngular(()=>[this._renderer.listen(this._elementRef.nativeElement,"mouseleave",()=>this._stopInterval())])}get selectedIndex(){return this._selectedIndex}set selectedIndex(a){let i=isNaN(a)?0:a;this._selectedIndex!=i&&(this._selectedIndexChanged=!0,this._selectedIndex=i,this._keyManager&&this._keyManager.updateActiveItem(i))}ngAfterViewInit(){this._eventCleanups.push(Ta(this._renderer,this._previousPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("before"),by),Ta(this._renderer,this._nextPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("after"),by))}ngAfterContentInit(){let a=this._dir?this._dir.change:vt("ltr"),i=this._sharedResizeObserver.observe(this._elementRef.nativeElement).pipe(su(32),Ut(this._destroyed)),r=this._viewportRuler.change(150).pipe(Ut(this._destroyed)),s=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new cg(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(Math.max(this._selectedIndex,0)),Hn(s,{injector:this._injector}),fa(a,r,i,this._items.changes,this._itemsResized()).pipe(Ut(this._destroyed)).subscribe(()=>{var l;this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),s()})}),(l=this._keyManager)==null||l.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe(l=>{this.indexFocused.emit(l),this._setTabFocus(l)})}_itemsResized(){return typeof ResizeObserver!="function"?Ml:this._items.changes.pipe(Aa(this._items),hr(a=>new It(i=>this._ngZone.runOutsideAngular(()=>{let r=new ResizeObserver(s=>i.next(s));return a.forEach(s=>r.observe(s.elementRef.nativeElement)),()=>{r.disconnect()}}))),of(1),ia(a=>a.some(i=>i.contentRect.width>0&&i.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){var a;this._eventCleanups.forEach(i=>i()),(a=this._keyManager)==null||a.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(a){var i;if(!ja(a))switch(a.keyCode){case 13:case 32:if(this.focusIndex!==this.selectedIndex){let r=this._items.get(this.focusIndex);r&&!r.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(a))}break;default:(i=this._keyManager)==null||i.onKeydown(a)}}_onContentChanges(){let a=this._elementRef.nativeElement.textContent;a!==this._currentTextContent&&(this._currentTextContent=a||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(a){!this._isValidIndex(a)||this.focusIndex===a||!this._keyManager||this._keyManager.setActiveItem(a)}_isValidIndex(a){return this._items?!!this._items.toArray()[a]:!0}_setTabFocus(a){if(this._showPaginationControls&&this._scrollToLabel(a),this._items&&this._items.length){this._items.toArray()[a].focus();let i=this._tabListContainer.nativeElement;this._getLayoutDirection()=="ltr"?i.scrollLeft=0:i.scrollLeft=i.scrollWidth-i.offsetWidth}}_getLayoutDirection(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;let a=this.scrollDistance,i=this._getLayoutDirection()==="ltr"?-a:a;this._tabList.nativeElement.style.transform=`translateX(${Math.round(i)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(a){this._scrollTo(a)}_scrollHeader(a){let i=this._tabListContainer.nativeElement.offsetWidth,r=(a=="before"?-1:1)*i/3;return this._scrollTo(this._scrollDistance+r)}_handlePaginatorClick(a){this._stopInterval(),this._scrollHeader(a)}_scrollToLabel(a){if(this.disablePagination)return;let i=this._items?this._items.toArray()[a]:null;if(!i)return;let r=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:s,offsetWidth:l}=i.elementRef.nativeElement,c,d;this._getLayoutDirection()=="ltr"?(c=s,d=c+l):(d=this._tabListInner.nativeElement.offsetWidth-s,c=d-l);let u=this.scrollDistance,p=this.scrollDistance+r;c<u?this.scrollDistance-=u-c:d>p&&(this.scrollDistance+=Math.min(d-p,c-u))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{let a=this._tabListInner.nativeElement.scrollWidth,i=this._elementRef.nativeElement.offsetWidth,r=a-i>=5;r||(this.scrollDistance=0),r!==this._showPaginationControls&&(this._showPaginationControls=r,this._changeDetectorRef.markForCheck())}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=this.scrollDistance==0,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){let a=this._tabListInner.nativeElement.scrollWidth,i=this._tabListContainer.nativeElement.offsetWidth;return a-i||0}_alignInkBarToSelectedTab(){let a=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,i=a?a.elementRef.nativeElement:null;i?this._inkBar.alignToElement(i):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(a,i){i&&i.button!=null&&i.button!==0||(this._stopInterval(),B_(RDe,MDe).pipe(Ut(fa(this._stopScrolling,this._destroyed))).subscribe(()=>{let{maxScrollDistance:r,distance:s}=this._scrollHeader(a);(s===0||s>=r)&&this._stopInterval()}))}_scrollTo(a){if(this.disablePagination)return{maxScrollDistance:0,distance:0};let i=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(i,a)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:i,distance:this._scrollDistance}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,inputs:{disablePagination:[2,"disablePagination","disablePagination",me],selectedIndex:[2,"selectedIndex","selectedIndex",mn]},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}}));let e=t;return e})(),NDe=(()=>{const t=class t extends PDe{constructor(){super(...arguments);o(this,"_items");o(this,"_tabListContainer");o(this,"_tabList");o(this,"_tabListInner");o(this,"_nextPaginator");o(this,"_previousPaginator");o(this,"_inkBar");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"disableRipple",!1)}ngAfterContentInit(){this._inkBar=new ADe(this._items),super.ngAfterContentInit()}_itemSelected(i){i.preventDefault()}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-header"]],contentQueries:function(i,r,s){if(i&1&&gt(s,Aoe,4),i&2){let l;ye(l=_e())&&(r._items=l)}},viewQuery:function(i,r){if(i&1&&(Ze(uDe,7),Ze(hDe,7),Ze(pDe,7),Ze(mDe,5),Ze(fDe,5)),i&2){let s;ye(s=_e())&&(r._tabListContainer=s.first),ye(s=_e())&&(r._tabList=s.first),ye(s=_e())&&(r._tabListInner=s.first),ye(s=_e())&&(r._nextPaginator=s.first),ye(s=_e())&&(r._previousPaginator=s.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(i,r){i&2&&Se("mat-mdc-tab-header-pagination-controls-enabled",r._showPaginationControls)("mat-mdc-tab-header-rtl",r._getLayoutDirection()=="rtl")},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],disableRipple:[2,"disableRipple","disableRipple",me]},features:[Be],ngContentSelectors:t0,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled"]],template:function(i,r){if(i&1){let s=xt();Tt(),D(0,"div",5,0),xe("click",function(){return Ee(s),Ce(r._handlePaginatorClick("before"))})("mousedown",function(l){return Ee(s),Ce(r._handlePaginatorPress("before",l))})("touchend",function(){return Ee(s),Ce(r._stopInterval())}),Z(2,"div",6),I(),D(3,"div",7,1),xe("keydown",function(l){return Ee(s),Ce(r._handleKeydown(l))}),D(5,"div",8,2),xe("cdkObserveContent",function(){return Ee(s),Ce(r._onContentChanges())}),D(7,"div",9,3),Re(9),I()()(),D(10,"div",10,4),xe("mousedown",function(l){return Ee(s),Ce(r._handlePaginatorPress("after",l))})("click",function(){return Ee(s),Ce(r._handlePaginatorClick("after"))})("touchend",function(){return Ee(s),Ce(r._stopInterval())}),Z(12,"div",6),I()}i&2&&(Se("mat-mdc-tab-header-pagination-disabled",r._disableScrollBefore),z("matRippleDisabled",r._disableScrollBefore||r.disableRipple),C(3),Se("_mat-animation-noopable",r._animationMode==="NoopAnimations"),C(2),be("aria-label",r.ariaLabel||null)("aria-labelledby",r.ariaLabelledby||null),C(5),Se("mat-mdc-tab-header-pagination-disabled",r._disableScrollAfter),z("matRippleDisabled",r._disableScrollAfter||r.disableRipple))},dependencies:[Vu,Dbe],styles:[`.mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;outline:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height, 1px);border-bottom-color:var(--mat-tab-header-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-group-inverted-header .mat-mdc-tab-label-container{border-bottom:none;border-top-style:solid;border-top-width:var(--mat-tab-header-divider-height, 1px);border-top-color:var(--mat-tab-header-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.cdk-drop-list .mat-mdc-tab-labels,.mat-mdc-tab-labels.cdk-drop-list{min-height:var(--mdc-secondary-navigation-tab-container-height, 48px)}.mat-mdc-tab::before{margin:5px}@media(forced-colors: active){.mat-mdc-tab[aria-disabled=true]{color:GrayText}}
57
- `],encapsulation:2}));let e=t;return e})(),LDe=new Y("MAT_TABS_CONFIG"),vy=(()=>{const t=class t extends fn{constructor(){super();o(this,"_host",_(Fm));o(this,"_centeringSub",Ke.EMPTY);o(this,"_leavingSub",Ke.EMPTY)}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe(Aa(this._host._isCenterPosition())).subscribe(i=>{this._host._content&&i&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matTabBodyHost",""]],features:[Be]}));let e=t;return e})(),Fm=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_dir",_(Na,{optional:!0}));o(this,"_ngZone",_(Le));o(this,"_injector",_(pt));o(this,"_renderer",_(di));o(this,"_animationsModule",_(Oa,{optional:!0}));o(this,"_eventCleanups");o(this,"_initialized");o(this,"_fallbackTimer");o(this,"_positionIndex");o(this,"_dirChangeSubscription",Ke.EMPTY);o(this,"_position");o(this,"_previousPosition");o(this,"_onCentering",new te);o(this,"_beforeCentering",new te);o(this,"_afterLeavingCenter",new te);o(this,"_onCentered",new te(!0));o(this,"_portalHost");o(this,"_contentElement");o(this,"_content");o(this,"animationDuration","500ms");o(this,"preserveContent",!1);if(this._dir){let a=_(Et);this._dirChangeSubscription=this._dir.change.subscribe(i=>{this._computePositionAnimationState(i),a.markForCheck()})}}set position(a){this._positionIndex=a,this._computePositionAnimationState()}ngOnInit(){this._bindTransitionEvents(),this._position==="center"&&(this._setActiveClass(!0),Hn(()=>this._onCentering.emit(this._elementRef.nativeElement.clientHeight),{injector:this._injector})),this._initialized=!0}ngOnDestroy(){var a;clearTimeout(this._fallbackTimer),(a=this._eventCleanups)==null||a.forEach(i=>i()),this._dirChangeSubscription.unsubscribe()}_bindTransitionEvents(){this._ngZone.runOutsideAngular(()=>{let a=this._elementRef.nativeElement,i=r=>{var s;r.target===((s=this._contentElement)==null?void 0:s.nativeElement)&&(this._elementRef.nativeElement.classList.remove("mat-tab-body-animating"),r.type==="transitionend"&&this._transitionDone())};this._eventCleanups=[this._renderer.listen(a,"transitionstart",r=>{var s;r.target===((s=this._contentElement)==null?void 0:s.nativeElement)&&(this._elementRef.nativeElement.classList.add("mat-tab-body-animating"),this._transitionStarted())}),this._renderer.listen(a,"transitionend",i),this._renderer.listen(a,"transitioncancel",i)]})}_transitionStarted(){clearTimeout(this._fallbackTimer);let a=this._position==="center";this._beforeCentering.emit(a),a&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_transitionDone(){this._position==="center"?this._onCentered.emit():this._previousPosition==="center"&&this._afterLeavingCenter.emit()}_setActiveClass(a){this._elementRef.nativeElement.classList.toggle("mat-mdc-tab-body-active",a)}_getLayoutDirection(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}_isCenterPosition(){return this._positionIndex===0}_computePositionAnimationState(a=this._getLayoutDirection()){this._previousPosition=this._position,this._positionIndex<0?this._position=a=="ltr"?"left":"right":this._positionIndex>0?this._position=a=="ltr"?"right":"left":this._position="center",this._animationsDisabled()?this._simulateTransitionEvents():this._initialized&&(this._position==="center"||this._previousPosition==="center")&&(clearTimeout(this._fallbackTimer),this._fallbackTimer=this._ngZone.runOutsideAngular(()=>setTimeout(()=>this._simulateTransitionEvents(),100)))}_simulateTransitionEvents(){this._transitionStarted(),Hn(()=>this._transitionDone(),{injector:this._injector})}_animationsDisabled(){return this._animationsModule==="NoopAnimations"||this.animationDuration==="0ms"||this.animationDuration==="0s"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-body"]],viewQuery:function(a,i){if(a&1&&(Ze(vy,5),Ze(gDe,5)),a&2){let r;ye(r=_e())&&(i._portalHost=r.first),ye(r=_e())&&(i._contentElement=r.first)}},hostAttrs:[1,"mat-mdc-tab-body"],hostVars:1,hostBindings:function(a,i){a&2&&be("inert",i._position==="center"?null:"")},inputs:{_content:[0,"content","_content"],animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_onCentered:"_onCentered"},decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(a,i){a&1&&(D(0,"div",1,0),V(2,bDe,0,0,"ng-template",2),I()),a&2&&Se("mat-tab-body-content-left",i._position==="left")("mat-tab-body-content-right",i._position==="right")("mat-tab-body-content-can-animate",i._position==="center"||i._previousPosition==="center")},dependencies:[vy,kk],styles:[`.mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto;transform:none;visibility:hidden}.mat-tab-body-animating>.mat-mdc-tab-body-content,.mat-mdc-tab-body-active>.mat-mdc-tab-body-content{visibility:visible}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-tab-body-content-can-animate{transition:transform var(--mat-tab-animation-duration) 1ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable .mat-tab-body-content-can-animate{transition:none}.mat-tab-body-content-left{transform:translate3d(-100%, 0, 0)}.mat-tab-body-content-right{transform:translate3d(100%, 0, 0)}
58
- `],encapsulation:2}));let e=t;return e})(),FDe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_ngZone",_(Le));o(this,"_tabsSubscription",Ke.EMPTY);o(this,"_tabLabelSubscription",Ke.EMPTY);o(this,"_tabBodySubscription",Ke.EMPTY);o(this,"_diAnimationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"_allTabs");o(this,"_tabBodies");o(this,"_tabBodyWrapper");o(this,"_tabHeader");o(this,"_tabs",new Qo);o(this,"_indexToSelect",0);o(this,"_lastFocusedTabIndex",null);o(this,"_tabBodyWrapperHeight",0);o(this,"color");o(this,"_fitInkBarToContent",!1);o(this,"stretchTabs",!0);o(this,"alignTabs",null);o(this,"dynamicHeight",!1);o(this,"_selectedIndex",null);o(this,"headerPosition","above");o(this,"_animationDuration");o(this,"_contentTabIndex");o(this,"disablePagination",!1);o(this,"disableRipple",!1);o(this,"preserveContent",!1);o(this,"_backgroundColor");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"selectedIndexChange",new te);o(this,"focusChange",new te);o(this,"animationDone",new te);o(this,"selectedTabChange",new te(!0));o(this,"_groupId");o(this,"_isServer",!_($t).isBrowser);let a=_(LDe,{optional:!0});this._groupId=_(la).getId("mat-tab-group-"),this.animationDuration=a&&a.animationDuration?a.animationDuration:"500ms",this.disablePagination=a&&a.disablePagination!=null?a.disablePagination:!1,this.dynamicHeight=a&&a.dynamicHeight!=null?a.dynamicHeight:!1,(a==null?void 0:a.contentTabIndex)!=null&&(this.contentTabIndex=a.contentTabIndex),this.preserveContent=!!(a!=null&&a.preserveContent),this.fitInkBarToContent=a&&a.fitInkBarToContent!=null?a.fitInkBarToContent:!1,this.stretchTabs=a&&a.stretchTabs!=null?a.stretchTabs:!0,this.alignTabs=a&&a.alignTabs!=null?a.alignTabs:null}get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(a){this._fitInkBarToContent=a,this._changeDetectorRef.markForCheck()}get selectedIndex(){return this._selectedIndex}set selectedIndex(a){this._indexToSelect=isNaN(a)?null:a}get animationDuration(){return this._animationDuration}set animationDuration(a){let i=a+"";this._animationDuration=/^\d+$/.test(i)?a+"ms":i}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(a){this._contentTabIndex=isNaN(a)?null:a}get backgroundColor(){return this._backgroundColor}set backgroundColor(a){let i=this._elementRef.nativeElement.classList;i.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),a&&i.add("mat-tabs-with-background",`mat-background-${a}`),this._backgroundColor=a}ngAfterContentChecked(){let a=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=a){let i=this._selectedIndex==null;if(!i){this.selectedTabChange.emit(this._createChangeEvent(a));let r=this._tabBodyWrapper.nativeElement;r.style.minHeight=r.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((r,s)=>r.isActive=s===a),i||(this.selectedIndexChange.emit(a),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((i,r)=>{i.position=r-a,this._selectedIndex!=null&&i.position==0&&!i.origin&&(i.origin=a-this._selectedIndex)}),this._selectedIndex!==a&&(this._selectedIndex=a,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{let a=this._clampTabIndex(this._indexToSelect);if(a===this._selectedIndex){let i=this._tabs.toArray(),r;for(let s=0;s<i.length;s++)if(i[s].isActive){this._indexToSelect=this._selectedIndex=s,this._lastFocusedTabIndex=null,r=i[s];break}!r&&i[a]&&Promise.resolve().then(()=>{i[a].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(a))})}this._changeDetectorRef.markForCheck()})}ngAfterViewInit(){this._tabBodySubscription=this._tabBodies.changes.subscribe(()=>this._bodyCentered(!0))}_subscribeToAllTabChanges(){this._allTabs.changes.pipe(Aa(this._allTabs)).subscribe(a=>{this._tabs.reset(a.filter(i=>i._closestTabGroup===this||!i._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe(),this._tabBodySubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(a){let i=this._tabHeader;i&&(i.focusIndex=a)}_focusChanged(a){this._lastFocusedTabIndex=a,this.focusChange.emit(this._createChangeEvent(a))}_createChangeEvent(a){let i=new VDe;return i.index=a,this._tabs&&this._tabs.length&&(i.tab=this._tabs.toArray()[a]),i}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=fa(...this._tabs.map(a=>a._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(a){return Math.min(this._tabs.length-1,Math.max(a||0,0))}_getTabLabelId(a,i){return a.id||`${this._groupId}-label-${i}`}_getTabContentId(a){return`${this._groupId}-content-${a}`}_setTabBodyWrapperHeight(a){if(!this.dynamicHeight||!this._tabBodyWrapperHeight){this._tabBodyWrapperHeight=a;return}let i=this._tabBodyWrapper.nativeElement;i.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(i.style.height=a+"px")}_removeTabBodyWrapperHeight(){let a=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=a.clientHeight,a.style.height="",this._ngZone.run(()=>this.animationDone.emit())}_handleClick(a,i,r){i.focusIndex=r,a.disabled||(this.selectedIndex=r)}_getTabIndex(a){let i=this._lastFocusedTabIndex??this.selectedIndex;return a===i?0:-1}_tabFocusChanged(a,i){a&&a!=="mouse"&&a!=="touch"&&(this._tabHeader.focusIndex=i)}_bodyCentered(a){var i;a&&((i=this._tabBodies)==null||i.forEach((r,s)=>r._setActiveClass(s===this._selectedIndex)))}_animationsDisabled(){return this._diAnimationsDisabled||this.animationDuration==="0"||this.animationDuration==="0ms"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-group"]],contentQueries:function(a,i,r){if(a&1&&gt(r,Toe,5),a&2){let s;ye(s=_e())&&(i._allTabs=s)}},viewQuery:function(a,i){if(a&1&&(Ze(vDe,5),Ze(yDe,5),Ze(Fm,5)),a&2){let r;ye(r=_e())&&(i._tabBodyWrapper=r.first),ye(r=_e())&&(i._tabHeader=r.first),ye(r=_e())&&(i._tabBodies=r)}},hostAttrs:[1,"mat-mdc-tab-group"],hostVars:11,hostBindings:function(a,i){a&2&&(be("mat-align-tabs",i.alignTabs),Ai("mat-"+(i.color||"primary")),Gn("--mat-tab-animation-duration",i.animationDuration),Se("mat-mdc-tab-group-dynamic-height",i.dynamicHeight)("mat-mdc-tab-group-inverted-header",i.headerPosition==="below")("mat-mdc-tab-group-stretch-tabs",i.stretchTabs))},inputs:{color:"color",fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",me],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",me],alignTabs:[0,"mat-align-tabs","alignTabs"],dynamicHeight:[2,"dynamicHeight","dynamicHeight",me],selectedIndex:[2,"selectedIndex","selectedIndex",mn],headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:[2,"contentTabIndex","contentTabIndex",mn],disablePagination:[2,"disablePagination","disablePagination",me],disableRipple:[2,"disableRipple","disableRipple",me],preserveContent:[2,"preserveContent","preserveContent",me],backgroundColor:"backgroundColor",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"]},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],features:[dt([{provide:Ioe,useExisting:t}])],ngContentSelectors:t0,decls:9,vars:8,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination","aria-label","aria-labelledby"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"id","mdc-tab--active","class","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","class","content","position","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"click","cdkFocusChange","id","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","_beforeCentering","id","content","position","animationDuration","preserveContent"]],template:function(a,i){if(a&1){let r=xt();Tt(),D(0,"mat-tab-header",3,0),xe("indexFocused",function(s){return Ee(r),Ce(i._focusChanged(s))})("selectFocusedIndex",function(s){return Ee(r),Ce(i.selectedIndex=s)}),Ua(2,kDe,8,17,"div",4,Oi),I(),V(4,EDe,1,0),D(5,"div",5,1),Ua(7,CDe,1,10,"mat-tab-body",6,Oi),I()}a&2&&(z("selectedIndex",i.selectedIndex||0)("disableRipple",i.disableRipple)("disablePagination",i.disablePagination)("aria-label",i.ariaLabel)("aria-labelledby",i.ariaLabelledby),C(2),Wa(i._tabs),C(2),W(i._isServer?4:-1),C(),Se("_mat-animation-noopable",i._animationsDisabled()),C(2),Wa(i._tabs))},dependencies:[NDe,Aoe,lg,Vu,fn,Fm],styles:[`.mdc-tab{min-width:90px;padding:0 24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;z-index:1}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab--active .mdc-tab__text-label{transition-delay:100ms}._mat-animation-noopable .mdc-tab__text-label{transition:none}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transition:var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}._mat-animation-noopable .mdc-tab-indicator__content,.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mat-mdc-tab-ripple.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;height:var(--mdc-secondary-navigation-tab-container-height, 48px);font-family:var(--mat-tab-header-label-text-font, var(--mat-sys-title-small-font));font-size:var(--mat-tab-header-label-text-size, var(--mat-sys-title-small-size));letter-spacing:var(--mat-tab-header-label-text-tracking, var(--mat-sys-title-small-tracking));line-height:var(--mat-tab-header-label-text-line-height, var(--mat-sys-title-small-line-height));font-weight:var(--mat-tab-header-label-text-weight, var(--mat-sys-title-small-weight))}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, var(--mat-sys-primary));border-top-width:var(--mdc-tab-indicator-active-indicator-height, 2px);border-radius:var(--mdc-tab-indicator-active-indicator-shape, 0)}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color, var(--mat-sys-on-surface));display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}
59
- `],encapsulation:2}));let e=t;return e})(),VDe=class{constructor(){o(this,"index");o(this,"tab")}},zDe=(()=>{const t=class t{constructor(){o(this,"_vertical",!1);o(this,"_inset",!1)}get vertical(){return this._vertical}set vertical(a){this._vertical=Ho(a)}get inset(){return this._inset}set inset(a){this._inset=Ho(a)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(a,i){a&2&&(be("aria-orientation",i.vertical?"vertical":"horizontal"),Se("mat-divider-vertical",i.vertical)("mat-divider-horizontal",!i.vertical)("mat-divider-inset",i.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(a,i){},styles:[`.mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-sys-outline));border-top-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-sys-outline));border-right-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}
60
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),Ooe={"application/prs.cww":["cww"],"application/prs.xsf+xml":["xsf"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["*xfdf"],"application/vnd.age":["age"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.autodesk.fbx":["fbx"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dcmp+xml":["dcmp"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["*fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.slides":["ggs"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.drawing":["gdraw"],"application/vnd.google-apps.form":["gform"],"application/vnd.google-apps.jam":["gjam"],"application/vnd.google-apps.map":["gmap"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.script":["gscript"],"application/vnd.google-apps.site":["gsite"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.gov.sk.xmldatacontainer+xml":["xdcf"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["*mpp","mpt"],"application/vnd.ms-visio.viewer":["vdx"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.nato.bindingdataobject+xml":["bdo"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.procrate.brushset":["brushset"],"application/vnd.procreate.brush":["brush"],"application/vnd.procreate.dream":["drm"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.pwg-xhtml-print+xml":["xhtm"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml","uo"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw","vsdx","vtx"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blender":["blend"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-compressed":["*rar"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-ipynb+json":["ipynb"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["*prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["*sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zip-compressed":["*zip"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["*aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif","btf"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.blockfact.facti":["facti"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-adobe-dng":["dng"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.bary":["bary"],"model/vnd.cld":["cld"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["*mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.pytha.pyox":["pyo","pyox"],"model/vnd.sap.vds":["vds"],"model/vnd.usda":["usda"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.familysearch.gedcom":["ged"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]};Object.freeze(Ooe);var BDe=Ooe,Roe={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/dicom":["dcm"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg","one","onea"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"application/zip+dotlottie":["lottie"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a","m4b"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/ief":["ief"],"image/jaii":["jaii"],"image/jais":["jais"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpg","jpeg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxl":["jxl"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/pjpeg":["jfif"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime","mht","mhtml"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step":["step","stp","stpnc","p21","210"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts","m2t","m2ts","mts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(Roe);var jDe=Roe,ki=function(e,t,n,a){if(typeof t=="function"?e!==t||!0:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?a:n==="a"?a.call(e):a?a.value:t.get(e)},Io,$s,Lr,HDe=class{constructor(...e){Io.set(this,new Map),$s.set(this,new Map),Lr.set(this,new Map);for(let t of e)this.define(t)}define(e,t=!1){for(let[n,a]of Object.entries(e)){n=n.toLowerCase(),a=a.map(s=>s.toLowerCase()),ki(this,Lr,"f").has(n)||ki(this,Lr,"f").set(n,new Set);let i=ki(this,Lr,"f").get(n),r=!0;for(let s of a){let l=s.startsWith("*");if(s=l?s.slice(1):s,i==null||i.add(s),r&&ki(this,$s,"f").set(n,s),r=!1,l)continue;let c=ki(this,Io,"f").get(s);if(c&&c!=n&&!t)throw new Error(`"${n} -> ${s}" conflicts with "${c} -> ${s}". Pass \`force=true\` to override this definition.`);ki(this,Io,"f").set(s,n)}}return this}getType(e){if(typeof e!="string")return null;let t=e.replace(/^.*[/\\]/s,"").toLowerCase(),n=t.replace(/^.*\./s,"").toLowerCase(),a=t.length<e.length;return!(n.length<t.length-1)&&a?null:ki(this,Io,"f").get(n)??null}getExtension(e){var t;return typeof e!="string"?null:(e=(t=e==null?void 0:e.split)==null?void 0:t.call(e,";")[0],(e&&ki(this,$s,"f").get(e.trim().toLowerCase()))??null)}getAllExtensions(e){return typeof e!="string"?null:ki(this,Lr,"f").get(e.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(let e of ki(this,Lr,"f").values())Object.freeze(e);return this}_getTestState(){return{types:ki(this,Io,"f"),extensions:ki(this,$s,"f")}}};Io=new WeakMap,$s=new WeakMap,Lr=new WeakMap;var UDe=HDe;new UDe(jDe,BDe)._freeze();var WDe=(()=>{const t=class t{transform(a){return a?"":"no"}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"canTranslateForAttr",type:t,pure:!0});let e=t;return e})(),$i=(()=>{const t=class t{transform(a){let i="";return Array.isArray(a)&&a.forEach(r=>{i+=r.charAt(0).toUpperCase()+r.slice(1)+" "}),typeof a=="string"&&a.split(" ").length>1&&a.split(" ").forEach((r,s)=>{s===0?i=r.charAt(0).toUpperCase()+r.slice(1):i+=" "+r}),typeof a=="string"&&a.split(" ").length===1&&(i=a.charAt(0).toUpperCase()+a.slice(1)),i}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"firstLetterUppercase",type:t,pure:!0});let e=t;return e})(),a0=(()=>{const t=class t{transform(a){return zCe(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"fullname",type:t,pure:!0});let e=t;return e})(),qDe=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return a||this.translate.currentLang}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"getLangForAttrLang",type:t,pure:!0});let e=t;return e})(),i0=(()=>{const t=class t{transform(a){if(a){let i=a%1,r=Math.floor(a)>0?`${Math.floor(a)} + `:"";return i===.25?`${r}¼`:i===.5?`${r}½`:i===.75?`${r}¾`:a.toString()}return""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"quantity",type:t,pure:!0});let e=t;return e})(),GDe=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return BCe(a,this.translate.currentLang)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"translateObject",type:t,pure:!0});let e=t;return e})(),rc=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return ic(a,this.translate.currentLang)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"translateValue",type:t,pure:!0});let e=t;return e})(),YDe={1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday",7:"sunday"},$De=(()=>{const t=class t{transform(a){return YDe[gr(a)]}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"weekdayName",type:t,pure:!0});let e=t;return e})(),ZDe=(()=>{const t=class t{transform(a){let i=new Date;return a==null?void 0:a.filter(r=>r.type==="definitive"||r.endDate&&!oo(new Date(r.endDate),i))}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"activeAndFutureSuspensions",type:t,pure:!0});let e=t;return e})(),Moe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.medication),this.cdRef.markForCheck()})}transform(a){return this.medication!==a&&(this.medication=a,this.result=this.getResult(a)),this.result}getResult(a){var r,s;let i=a.posology;if(i){if(i.length===1&&this.posologiesAreWithDayPeriodOrWithTime(i)&&((r=a.frequency)!=null&&r.periodicity))return i[0].quantity.value+" - 1x/"+this.translate.instant("commons.periodicities."+a.frequency.periodicity);if(i.length>1&&this.posologiesAreWithDayPeriodOrWithTime(i)&&i.every(l=>l.quantity.value===i[0].quantity.value)&&((s=a.frequency)!=null&&s.periodicity))return i[0].quantity.value+" - "+i.length+"x/"+this.translate.instant("commons.periodicities."+a.frequency.periodicity);if(i[0].text)return ic(i[0].text,this.translate.currentLang)}}posologiesAreWithDayPeriodOrWithTime(a){return a.some(i=>{var r,s;return!!((r=i==null?void 0:i.daytime)!=null&&r.dayPeriod)||!!((s=i==null?void 0:i.daytime)!=null&&s.time)})}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"dose",type:t,pure:!1});let e=t;return e})(),Pe=function(e){return e.TO_PLAN="toPlan",e.MORNING="morning",e.NOON="noon",e.EVENING="evening",e.NIGHT="night",e.IF_NEEDED="ifNeeded",e}(Pe||{}),tl=function(e){return e.ALL="all",e.CURRENT="current",e.FUTURE="future",e}(tl||{}),Poe=function(e){return e.VITALINK="vitalink",e.RSB="rsb",e.RSW="rsw",e}(Poe||{}),bi=function(e){return e.LIST="list",e.DAY="day",e.WEEK="week",e}(bi||{});function Zd(e,t){return!oo(e,t)}function KDe(e,t){return!kl(e,t)}function XDe(e,t){let n=[],a=e;for(;!kl(a,t);)n.push(a),a=Ct(Yi(a,1));return n}function Qu(e){switch(e){case Rt.MONDAY:return 1;case Rt.TUESDAY:return 2;case Rt.WEDNESDAY:return 3;case Rt.THURSDAY:return 4;case Rt.FRIDAY:return 5;case Rt.SATURDAY:return 6;case Rt.SUNDAY:return 7;default:return}}var Noe="minutes",pi="hours",mi="days",ii="weeks",ni="months",Fr="years",QDe=new Map([[J.UH,{number:30,unit:Noe}],[J.U,{number:1,unit:pi}],[J.UT,{number:2,unit:pi}],[J.UD,{number:3,unit:pi}],[J.UV,{number:4,unit:pi}],[J.UQ,{number:5,unit:pi}],[J.UZ,{number:6,unit:pi}],[J.US,{number:7,unit:pi}],[J.UA,{number:8,unit:pi}],[J.UN,{number:9,unit:pi}],[J.UX,{number:10,unit:pi}],[J.UE,{number:11,unit:pi}],[J.UW,{number:12,unit:pi}],[J.D,{number:1,unit:mi}],[J.DT,{number:2,unit:mi}],[J.O1,{number:2,unit:mi}],[J.DD,{number:3,unit:mi}],[J.DV,{number:4,unit:mi}],[J.DQ,{number:5,unit:mi}],[J.DZ,{number:6,unit:mi}],[J.DA,{number:8,unit:mi}],[J.DN,{number:9,unit:mi}],[J.DX,{number:10,unit:mi}],[J.DE,{number:11,unit:mi}],[J.DW,{number:12,unit:mi}],[J.WT,{number:2,unit:ii}],[J.WD,{number:3,unit:ii}],[J.WV,{number:4,unit:ii}],[J.WQ,{number:5,unit:ii}],[J.WZ,{number:6,unit:ii}],[J.WS,{number:7,unit:ii}],[J.WA,{number:8,unit:ii}],[J.WN,{number:9,unit:ii}],[J.WX,{number:10,unit:ii}],[J.WE,{number:11,unit:ii}],[J.WW,{number:12,unit:ii}],[J.WP,{number:24,unit:ii}],[J.W,{number:1,unit:ii}],[J.M,{number:1,unit:ni}],[J.MT,{number:2,unit:ni}],[J.MD,{number:3,unit:ni}],[J.MV,{number:4,unit:ni}],[J.MQ,{number:5,unit:ni}],[J.MZ2,{number:6,unit:ni}],[J.MS,{number:7,unit:ni}],[J.MA,{number:8,unit:ni}],[J.MN,{number:9,unit:ni}],[J.MX,{number:10,unit:ni}],[J.ME,{number:11,unit:ni}],[J.MC,{number:18,unit:ni}],[J.JH2,{number:6,unit:ni}],[J.J,{number:1,unit:Fr}],[J.JT,{number:2,unit:Fr}],[J.JD,{number:3,unit:Fr}],[J.JV,{number:4,unit:Fr}],[J.JQ,{number:5,unit:Fr}],[J.JZ,{number:6,unit:Fr}]]);function JDe(e,t,n){var i;let a=QDe.get((i=t.frequency)==null?void 0:i.periodicity);switch(a==null?void 0:a.unit){case Noe:case pi:return!0;case mi:return eIe(e,t,a,n);case ii:return tIe(e,t,a,n);case ni:return aIe(e,t,a,n);case Fr:return iIe(e,t,a,n);default:return!1}}function eIe(e,t,n,a){var d;let i=Ct(new Date(t.treatmentStartDate)),r=$u(a,i),s=Math.floor(r/n.number),l=n.number*s,c=((d=e.day)==null?void 0:d.dayNumber)||1;return r===l+c-1}function tIe(e,t,n,a){var r,s,l;let i=Ct(new Date(t.treatmentStartDate));if((s=(r=e.day)==null?void 0:r.weekday)!=null&&s.day)return Tke(i,a)%n.number===0&&gr(a)===Qu(e.day.weekday.day);{let c=$u(a,i),d=Math.floor(c/(n.number*7)),u=n.number*7*d,p=((l=e.day)==null?void 0:l.dayNumber)||1;return c===u+p-1}}function aIe(e,t,n,a){var s,l;let i;(s=e.day)!=null&&s.date?i=Ct(new Date(e.day.date)):(l=e.day)!=null&&l.dayNumber?i=Ct(Yi(new Date(t.treatmentStartDate),e.day.dayNumber-1)):i=Ct(new Date(t.treatmentStartDate));let r=Ike(i,a);return n.number>1?r%n.number===0&&No(a.getDate(),i.getDate()):No(a.getDate(),i.getDate())}function iIe(e,t,n,a){var s;let i=(s=e.day)!=null&&s.date?Ct(new Date(e.day.date)):Ct(new Date(t.treatmentStartDate)),r=Ake(i,a);return n.number>1?r%n.number===0&&yy(a,i):yy(a,i)}function yy(e,t){return e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}var nIe=[J.M,J.MT,J.MD,J.MV,J.MQ,J.MZ2,J.MS,J.MA,J.MN,J.MX,J.ME,J.MC];function pp(e){return nIe.includes(e)}var rIe=[J.J,J.JH2,J.JT,J.JD,J.JV,J.JQ,J.JZ];function mp(e){return rIe.includes(e)}function oIe(e,t){return Zd(t,Ct(new Date(e.treatmentStartDate)))&&(!e.treatmentEndDate||KDe(t,Zu(new Date(e.treatmentEndDate))))}function Loe(e,t){var n;return(n=e.suspensions)!=null&&n.length?e.suspensions.some(a=>a.startDate&&a.endDate?Xg(t,{start:Ct(new Date(a.startDate)),end:Zu(new Date(a.endDate))}):Zd(t,Ct(new Date(a.startDate)))):!1}function sIe(e,t){var a;let n=(a=e.suspensions)==null?void 0:a.filter(i=>i.type==="temporary");return n!=null&&n.length?n.some(i=>Xg(t,{start:Ct(new Date(i.startDate)),end:Zu(new Date(i.endDate))})):!1}function Foe(e,t,n){var a,i,r,s,l,c,d;return(a=t.frequency)!=null&&a.periodicity?JDe(e,t,n):(i=e.day)!=null&&i.date?No(n,Ct(new Date(e.day.date))):(r=e.day)!=null&&r.dayNumber?No(n,Ct(Yi(new Date(t.treatmentStartDate),e.day.dayNumber-1))):(l=(s=e.day)==null?void 0:s.weekday)!=null&&l.day||(d=(c=e.day)==null?void 0:c.weekday)!=null&&d.weekNumber?e.day.weekday.weekNumber?Ku(n)===e.day.weekday.weekNumber&&(Qu(e.day.weekday.day)||1)===gr(n):No(n,Voe(e,t)):!!(t.treatmentStartDate&&No(n,Ct(new Date(t.treatmentStartDate))))}function lIe(e,t){var n,a;return(a=(n=e.day)==null?void 0:n.weekday)!=null&&a.weekNumber?cIe(e,t):Voe(e,t)}function cIe(e,t){let n=new Date(t.treatmentStartDate),a=Ku(n),i=Ct(Yi(Gg(ro(n),e.day.weekday.weekNumber-a),(Qu(e.day.weekday.day)||1)-1));return oo(i,n)?wke(i,1):i}function Voe(e,t){var i,r;let n=Qu((r=(i=e.day)==null?void 0:i.weekday)==null?void 0:r.day)||0,a=gr(new Date(t.treatmentStartDate));return Ct(Yi(new Date(t.treatmentStartDate),(n-a+7)%7))}function zoe(e,t){let n=e.treatmentEndDate?new Date(e.treatmentEndDate):null,a=dIe(e,t);return n&&a?kke([n,a]):n||a}function dIe(e,t){var a;if(!((a=e.suspensions)!=null&&a.length))return null;let n=e.suspensions.filter(i=>uIe(i,t)).map(i=>Qg(new Date(i.startDate)));return Cke(t,n)}function uIe(e,t){return e.startDate&&Zd(new Date(e.startDate),t)||oo(new Date(e.startDate),t)&&Zd(new Date(e.endDate),t)}function Boe(e,t,n){let a=new Date(t.treatmentStartDate);if(!n||oo(n,a))return n;let i,r=n;for(;!i&&!oo(r,a);)Foe(e,t,r)?i=r:r=Qg(r);return r}function hIe(e,t){let n=Object.values(Pe),a=i=>ic(i.medication.name,t)||"";return[...e||[]].sort((i,r)=>{let s=n.indexOf(i.posology.dayPart)-n.indexOf(r.posology.dayPart);return s===0?a(i).localeCompare(a(r),void 0,{sensitivity:"base"}):s})}function pIe(e,t,n="asc"){let a=i=>ic(i.name,t)||"";return[...e||[]].sort((i,r)=>a(i).localeCompare(a(r),void 0,{sensitivity:"base"})*(n==="asc"?1:-1))}function mIe(e){return e?e.flatMap(t=>t!=null&&t.posology?t.posology.map(n=>({medication:t,posology:n})):t?[{medication:t,posology:{dayPart:Pe.TO_PLAN}}]:[]).filter(t=>t!==void 0):[]}function _y(e,t){return oIe(e.medication,t)&&!Loe(e.medication,t)&&Foe(e.posology,e.medication,t)}function fIe(e){return e.filter(t=>joe(t))}function joe(e){let t=Ct(new Date),n=e.treatmentEndDate;return e.treatmentStartDate&&kl(new Date(e.treatmentStartDate).setHours(0),t)?!1:!Loe(e,t)&&(!n||kl(new Date(n),t))}function gIe(e){return e.filter(t=>Ju(t))}function Ju(e){let t=Ct(new Date);return e.treatmentStartDate&&kl(new Date(e.treatmentStartDate).setHours(0),t)?!0:e.treatmentStartDate&&sIe(e,t)}function bIe(e){return e.filter(t=>joe(t)||Ju(t))}var vIe=(()=>{const t=class t{transform(a,i){return a.filter(r=>i===r.posology.dayPart)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"filterMedicationByDayPart",type:t,pure:!0});let e=t;return e})(),yIe=(()=>{const t=class t{transform(a,i){switch(i){case"current":return fIe(a);case"future":return gIe(a);case"all":default:return bIe(a)}}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"filterMedicationTo",type:t,pure:!0});let e=t;return e})(),Hoe=(()=>{const t=class t{transform(a){return Ju(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"isFutureMedication",type:t,pure:!0});let e=t;return e})(),_Ie=(()=>{const t=class t{transform(a,i){let r=zoe(a.medication,i),s=Boe(a.posology,a.medication,r);return IC(Ct(s),Ct(i))}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"isLastIngestionDay",type:t,pure:!0});let e=t;return e})(),xIe=(()=>{const t=class t{transform(a,i,r){let s=zoe(a.medication,i),l=Boe(a.posology,a.medication,s);return Xg(l,{start:Ct(i),end:Zu(r)})?{lastDay:s,lastIngestionDay:l}:null}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"lastIngestionPeriod",type:t,pure:!0});let e=t;return e})(),wIe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.posology),this.cdRef.markForCheck()})}transform(a){return this.posology!==a&&(this.posology=a,this.result=this.getResult(a)),this.result}getResult(a){if(a!=null&&a.daytime){if(a.daytime.dayPeriod)return this.translate.instant("commons.period."+a.daytime.dayPeriod);if(a.daytime.time)return a.daytime.time.substring(0,5)}return""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"posologyDayTime",type:t,pure:!1});let e=t;return e})(),kIe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.posology,this.medication),this.cdRef.markForCheck()})}transform(a,i){return(this.posology!==a||this.medication!==i)&&(this.posology=a,this.medication=i,this.result=this.getResult(a,i)),this.result}getResult(a,i){var s,l,c;if(!((s=a.daytime)!=null&&s.dayPeriod)&&!((l=a.daytime)!=null&&l.time))return"";let r=[this.getPosologyDayTimeTranslation(a)];return(c=i.frequency)!=null&&c.periodicity?r.push(...this.getPeriodicityText(a,i.frequency.periodicity,new Date(i.treatmentStartDate))):r.push(...this.getPosologyText(a,i,new Date(i.treatmentStartDate))),r.join(" ").trim()}getPeriodicityText(a,i,r){var s,l,c,d,u;if(((s=a.day)==null?void 0:s.weekday)!=null&&a.daytime!=null&&!pp(i)&&!mp(i))return[this.translate.instant("commons.posology.on"),this.translate.instant("commons.days."+a.day.weekday.day).toLowerCase()];if(((l=a.day)==null?void 0:l.dayNumber)!=null&&a.daytime!=null&&!pp(i)&&!mp(i))return[this.translate.instant("commons.posology.day"),a.day.dayNumber.toString()];if(pp(i))return((c=a.day)==null?void 0:c.date)!=null?[this.translate.instant("commons.posology.day"),Wc(new Date(a.day.date)).toString()]:((d=a.day)==null?void 0:d.dayNumber)!=null?[this.translate.instant("commons.posology.day"),a.day.dayNumber.toString()]:[this.translate.instant("commons.posology.day"),Wc(r).toString()];if(mp(i)){let p=[this.translate.instant("commons.posology.on")];return(u=a.day)!=null&&u.date?p.push(Wc(new Date(a.day.date))+"/"+(my(a.day.date)+1)):p.push(Wc(r)+"/"+(my(r)+1)),p}return[]}getPosologyText(a,i,r){var l,c,d;let s=[this.translate.instant("commons.posology.on")];return((l=a.day)==null?void 0:l.date)!=null?s.push(Po(new Date(a.day.date),"dd-MM-yyyy")):((c=a.day)==null?void 0:c.weekday)!=null?s.push(Po(lIe(a,i),"dd-MM-yyyy")):((d=a.day)==null?void 0:d.dayNumber)!=null?s.push(Po(Yi(r,a.day.dayNumber-1),"dd-MM-yyyy")):s.push(Po(r,"dd-MM-yyyy")),s}getPosologyDayTimeTranslation(a){var i,r,s;return a&&((i=a.daytime)!=null&&i.dayPeriod)&&Object.values($e).includes((r=a.daytime)==null?void 0:r.dayPeriod)?this.translate.instant("commons.period."+a.daytime.dayPeriod):(s=a.daytime)!=null&&s.time?a.daytime.time.substring(0,5):""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"posologySpecification",type:t,pure:!1});let e=t;return e})(),EIe=(()=>{const t=class t{transform(a,i){var r,s;return((s=(r=a.suspensions)==null?void 0:r.filter(l=>oo(i,Ct(new Date(l.startDate)))).reduce((l,c)=>this.getClosestToLastIngestionDate(i,l,c),null))==null?void 0:s.type)||""}getClosestToLastIngestionDate(a,i,r){if(i==null)return r;let s=ly(new Date(i.startDate),a),l=ly(new Date(r.startDate),a);return s===l?i.type==="definitive"?i:r:s<l?i:r}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"suspensionType",type:t,pure:!0});let e=t;return e})(),Uoe=e=>({posology:e}),CIe=e=>({count:e});function SIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I()),e&2&&(C(),ne("",N(2,1,"medicationSchemeListView.remarks.ifneeded"),":"))}function DIe(e,t){if(e&1&&(D(0,"li"),Ja(1,2),I()),e&2){let n=t.$implicit;L(3);let a=Ri(3);C(),z("ngTemplateOutlet",a)("ngTemplateOutletContext",yn(2,Uoe,n))}}function IIe(e,t){if(e&1&&(D(0,"ul"),Ua(1,DIe,2,4,"li",null,Oi),I()),e&2){let n=L(2);C(),Wa(n.medication().posology)}}function TIe(e,t){if(e&1&&Ja(0,2),e&2){let n=L(2),a=Ri(3);z("ngTemplateOutlet",a)("ngTemplateOutletContext",yn(2,Uoe,n.medication().posology[0]))}}function AIe(e,t){if(e&1&&V(0,SIe,3,3,"span",1)(1,IIe,3,0,"ul")(2,TIe,1,4,"ng-container",2),e&2){let n=L();W(n.medication().temporality===n.temporalities.ONESHOT?0:-1),C(),W(n.medication().posology.length>1?1:2)}}function OIe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified"),`
61
- `)}function RIe(e,t){e&1&&(D(0,"span"),P(1),I()),e&2&&(C(),ne(" ",t,""))}function MIe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"translate"),I(),V(3,RIe,2,1,"span"),A(4,"posologySpecification")),e&2){let n,a=L(2).posology,i=L();C(),ne(" ",sa(2,2,"commons.administrationUnits."+a.quantity.unit,yn(8,CIe,a.quantity.value)),""),C(2),W((n=sa(4,5,a,i.medication()))?3:-1,n)}}function PIe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"quantity"),I(),V(3,MIe,5,10)),e&2){let n=L().posology;C(),ae(N(2,2,n.quantity.value)),C(2),W(n.quantity.unit?3:-1)}}function NIe(e,t){if(e&1&&(D(0,"span",3),A(1,"getLangForAttrLang"),A(2,"canTranslateForAttr"),P(3),I()),e&2){let n=L();z("lang",N(1,3,n.lang)),be("translate",N(2,5,n.lang)),C(3),ne("  ",t," ")}}function LIe(e,t){if(e&1&&(D(0,"span",3),A(1,"getLangForAttrLang"),A(2,"canTranslateForAttr"),P(3),I(),V(4,NIe,4,7,"span",3),A(5,"posologySpecification")),e&2){let n,a=t,i=L().posology,r=L();z("lang",N(1,4,a.lang)),be("translate",N(2,6,a.lang)),C(3),ne(" ",a.value," "),C(),W((n=sa(5,8,i,r.medication()))?4:-1,n)}}function FIe(e,t){if(e&1&&(D(0,"div"),V(1,PIe,4,4)(2,LIe,6,11),A(3,"translateObject"),I()),e&2){let n,a=t.posology;C(),W(a.quantity?1:-1),C(),W((n=N(3,2,a.text))?2:-1,n)}}var VIe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporalities=ji}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-posology"]],inputs:{medication:[1,"medication"]},decls:4,vars:1,consts:[["posologyTemplate",""],[1,"if-needed"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"lang"]],template:function(a,i){if(a&1&&V(0,AIe,3,2)(1,OIe,2,3)(2,FIe,4,4,"ng-template",null,0,Bw),a&2){let r;W((r=i.medication().posology)!=null&&r.length?0:1)}},dependencies:[Zt,i0,kIe,GDe,WDe,qDe,Qw],styles:[".if-needed[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:700;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}ul[_ngcontent-%COMP%]{padding-inline-start:20px;margin-block:0}"],changeDetection:0});let e=t;return e})(),zIe=e=>({count:e});function BIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.indication")),C(3),ae(N(5,4,t)))}function jIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"fullname"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.prescriber")),C(3),ae(N(5,4,t)))}function HIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.start")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function UIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.end")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function WIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",5),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.start")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function qIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",5),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.end")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function GIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.reason")),C(3),ae(N(5,4,t)))}function YIe(e,t){e&1&&Z(0,"span",1)(1,"span",2)}function $Ie(e,t){e&1&&Z(0,"mat-divider")}function ZIe(e,t){if(e&1&&(V(0,WIe,6,7)(1,qIe,6,7)(2,GIe,6,6),A(3,"translateValue"),V(4,YIe,2,0)(5,$Ie,1,0,"mat-divider")),e&2){let n,a,i,r=t.$implicit,s=t.$index,l=t.$count;W((n=r.startDate)?0:-1,n),C(),W((a=r.endDate)?1:-1,a),C(),W((i=N(3,5,r.reason))?2:-1,i),C(2),W(r.type==="definitive"?4:-1),C(),W(s!==l-1?5:-1)}}function KIe(e,t){if(e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",4),Ua(4,ZIe,6,7,null,null,Oi),I()),e&2){let n=L();C(),ae(N(2,1,"medicationSchemeDetails.suspension.label")),C(3),Wa(n)}}function XIe(e,t){e&1&&V(0,KIe,6,3),e&2&&W(t.length>0?0:-1)}function QIe(e,t){if(e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),A(6,"firstLetterUppercase"),I()),e&2){let n=L();C(),ae(N(2,2,"medicationSchemeDetails.quantity")),C(3),ae(N(6,7,sa(5,4,"commons.administrationUnits."+n.medication().posology[0].quantity.unit,yn(9,zIe,n.medication().posology[0].quantity.value))))}}function JIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.periodicity")),C(3),ae(N(5,4,"commons.periodicities."+t)))}function eTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),A(6,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.route")),C(3),ae(N(6,6,N(5,4,"commons.routes."+t))))}function tTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.startCondition")),C(3),ae(t))}function aTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.endCondition")),C(3),ae(t))}function iTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.instructions")),C(3),ae(t))}function nTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.comment")),C(3),ae(t))}var Woe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporalities=ji}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-details-row"]],inputs:{medication:[1,"medication"]},decls:29,vars:32,consts:[[1,"details"],[1,"details__label"],[1,"details__value"],[3,"medication"],[1,"details__value","suspension"],[1,"details__value","suspension__date"]],template:function(a,i){if(a&1&&(D(0,"span",0)(1,"span",1),P(2),A(3,"translate"),I(),D(4,"span",2),P(5),A(6,"translateValue"),A(7,"firstLetterUppercase"),I(),V(8,BIe,6,6),A(9,"translateValue"),V(10,jIe,6,6)(11,HIe,6,7)(12,UIe,6,7)(13,XIe,1,1),A(14,"activeAndFutureSuspensions"),V(15,QIe,7,11)(16,JIe,6,6),D(17,"span",1),P(18),A(19,"translate"),I(),D(20,"span",2),Z(21,"vidis-medication-scheme-posology",3),I(),V(22,eTe,7,8)(23,tTe,5,4)(24,aTe,5,4)(25,iTe,5,4),A(26,"translateValue"),V(27,nTe,5,4),A(28,"translateValue"),I()),a&2){let r,s,l,c,d,u,p,b,g,w,k,S;C(2),ae(N(3,16,"medicationSchemeDetails.medication")),C(3),ae(N(7,20,N(6,18,i.medication().name))),C(3),W((r=N(9,22,i.medication().indication))?8:-1,r),C(2),W((s=i.medication().author)?10:-1,s),C(),W((l=i.medication().treatmentStartDate)?11:-1,l),C(),W((c=i.medication().treatmentEndDate)?12:-1,c),C(),W((d=N(14,24,i.medication().suspensions))?13:-1,d),C(2),W(!((u=i.medication().posology)==null||u[0]==null||u[0].quantity==null)&&u[0].quantity.unit?15:-1),C(),W((p=(p=i.medication().frequency)==null?null:p.periodicity)?16:-1,p),C(2),ae(N(19,26,"medicationSchemeDetails.posologie")),C(3),z("medication",i.medication()),C(),W((b=i.medication().route)?22:-1,b),C(),W((g=i.medication().treatmentStartCondition)?23:-1,g),C(),W((w=i.medication().treatmentEndCondition)?24:-1,w),C(),W((k=N(26,28,i.medication().instructions))?25:-1,k),C(2),W((S=N(28,30,i.medication().comment))?27:-1,S)}},dependencies:[ai,zDe,Zt,VIe,Gl,a0,$i,rc,ZDe],styles:[".details[_ngcontent-%COMP%], .details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{display:grid}@media only screen and (min-width: 960px){.details[_ngcontent-%COMP%]{grid-template-columns:max-content auto;gap:10px 20px}.details[_ngcontent-%COMP%] mat-divider[_ngcontent-%COMP%]{display:none}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{grid-template-columns:max-content max-content max-content max-content max-content max-content;column-gap:10px}.details[_ngcontent-%COMP%] .suspension__date[_ngcontent-%COMP%]{margin-right:20px}}@media only screen and (max-width: 960px){.details__value[_ngcontent-%COMP%]{margin-bottom:10px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{border:1px solid #8f8f8f;padding:8px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] mat-divider[_ngcontent-%COMP%]{margin-top:6px;margin-bottom:6px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] .details__label[_ngcontent-%COMP%], .details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] .details__value[_ngcontent-%COMP%]{margin-bottom:0}}.details__label[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:700;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}.details__value[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}"],changeDetection:0});let e=t;return e})(),eh=(()=>{const t=class t{setClientId(a){this.clientId=a}buildClientIdHeader(){return this.clientId&&new no().set(qo.exchangeClientId,this.clientId)}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),qoe=(()=>{const t=class t extends eh{constructor(){super(...arguments),this.http=_(Jl)}find(a){return this.http.post("/v1/medicationscheme",{ssins:a?[a]:[]},{headers:this.buildClientIdHeader()})}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),rTe={schemes:[{patient:{ssin:"00000000097",firstName:"John",lastName:"Doe"},lastChange:{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},date:"2024-10-16T09:59:18.000+0000"},version:"42",medications:[{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0041020",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.DD},name:[{lang:h.FR,value:"Fasigyn 500 mg compr. pellic. 4"},{lang:h.NL,value:"Fasigyn 500 mg filmomh. tabl. 4"},{lang:h.DE,value:"Fasigyn 500 mg Filmtabl. 4"},{lang:h.EN,value:"Fasigyn 500 mg film-coat. tabl. 4"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc812a1e5c015ab30ac66d"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc812a1e5c015ab30ac68a"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc81291e5c015ab30ac650"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING}],treatmentStartDate:"2018-04-19",treatmentEndCondition:"wanneer niet nodig"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},frequency:{periodicity:J.M},name:[{lang:h.NL,value:"magistrale bereiding"}],posology:[{text:[{lang:h.NL,value:"adhoc: wanneer nodig"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2018-04-19",comment:[{lang:h.NL,value:"magistrale bereiding"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0039347",type:Ei.CNK},frequency:{periodicity:J.W},route:UC._00064,name:[{lang:h.FR,value:"Dafalgan 500 mg comp. 30"},{lang:h.NL,value:"Dafalgan 500 mg tabl. 30"},{lang:h.DE,value:"Dafalgan 500 mg Tabl. 30"},{lang:h.EN,value:"Dafalgan 500 mg tabl. 30"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70ce1e5c015ab3f12a1e"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70d01e5c015ab3f12fb6"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70cd1e5c015ab3f124e4"}],posology:[{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.MONDAY}}},{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.WEDNESDAY}}},{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.FRIDAY}}}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"2120046",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.W},name:[{lang:h.FR,value:"Fluconazole Viatris 50 mg gél. 10"},{lang:h.NL,value:"Fluconazole Viatris 50 mg harde caps. 10"},{lang:h.DE,value:"Fluconazole Viatris 50 mg Hartkaps. 10"},{lang:h.EN,value:"Fluconazole Viatris 50 mg hard caps. 10"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac21e5c015ab3e5eaeb"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac21e5c015ab3e5ecd2"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac11e5c015ab3e5e82d"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{weekday:{day:Rt.SATURDAY}}}],treatmentStartDate:"2022-01-01"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},identifier:{value:"0119065",type:Ei.CNK},frequency:{periodicity:J.D},instructions:[{lang:h.NL,value:"volgens bloedanalyse"}],name:[{lang:h.FR,value:"Marcoumar 3 mg comp. 25"},{lang:h.NL,value:"Marcoumar 3 mg tabl. 25"},{lang:h.DE,value:"Marcoumar 3 mg Tabl. 25"},{lang:h.EN,value:"Marcoumar 3 mg tabl. 25"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f801e5c015ab30e40ab"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f811e5c015ab30e40dd"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f7f1e5c015ab30e4079"}],posology:[{text:[{lang:h.NL,value:"volgens bloedanalyse"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2099-04-19"},{author:{firstName:"Minny",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHARMACIST,organization:{type:Ya.ORGPHARMACY,nihdi:"80000551",name:"Pharmacie Sans Soucis"}},identifier:{value:"2257095",type:Ei.CNK},frequency:{periodicity:J.D},name:[{lang:h.FR,value:"Amoxicilline EG 1000 mg compr. efferv. 8"},{lang:h.NL,value:"Amoxicilline EG 1000 mg bruistabl. 8"},{lang:h.DE,value:"Amoxicilline EG 1000 mg Brausetabl. 8"},{lang:h.EN,value:"Amoxicilline EG 1000 mg efferv. tabl. 8"}],posology:[{text:[{lang:h.NL,value:"Free text posology"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2022-06-10",treatmentEndDate:"2022-06-20",indication:[{lang:h.NL,value:"To treat bacterial infections"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0066746",type:Ei.CNK},temporality:ji.ACUTE,frequency:{periodicity:J.O1},name:[{lang:h.FR,value:"Penicilline 1 000 000 UI sol. inj. (pdr.) i.m./i.v./i.artic. flac. 100 x 1 10*6 UI"},{lang:h.NL,value:"Penicilline 1 000 000 IE inj. opl. (pdr.) i.m./i.v./i.artic. flac. 100 x 1 10*6 IE"},{lang:h.DE,value:"Penicilline 1 000 000 IE Inj-Lös. (Plv.) i.m./i.v./i.artik. Dstfl. 100 x 1 10*6 IE"},{lang:h.EN,value:"Penicilline 1 000 000 IU inj. sol. (pwdr.) i.m./i.v./i.artic. vial 100 x 1 10*6 IU"}],posology:[{text:[{lang:h.NL,value:"Free text posology"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2022-07-02",treatmentEndDate:"2022-07-20",comment:[{lang:h.NL,value:"Stopping of drug"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"1557396",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.DN},name:[{lang:h.FR,value:"Zinnat 500 mg compr. pellic. 20"},{lang:h.NL,value:"Zinnat 500 mg filmomh. tabl. 20"},{lang:h.DE,value:"Zinnat 500 mg Filmtabl. 20"},{lang:h.EN,value:"Zinnat 500 mg film-coat. tabl. 20"}],leaflet:[{lang:h.FR,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773e1e5c015ab3faf955"},{lang:h.NL,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773f1e5c015ab3fafa9d"},{lang:h.DE,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773d1e5c015ab3faf792"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:9}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:9}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:9}}],treatmentStartDate:"2023-01-01"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"2915353",type:Ei.CNK},frequency:{periodicity:J.D},name:[{lang:h.FR,value:"Clarithromycine Sandoz 500 mg compr. pellic. 21"},{lang:h.NL,value:"Clarithromycine Sandoz 500 mg filmomh. tabl. 21"},{lang:h.DE,value:"Clarithromycine Sandoz 500 mg Filmtabl. 21"},{lang:h.EN,value:"Clarithromycine Sandoz 500 mg film-coat. tabl. 21"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60891e5c015ab3cfc523"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60891e5c015ab3cfc661"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60881e5c015ab3cfc3ce"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.BEFOREBREAKFAST},dayPart:Pe.MORNING}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Piggy",lastName:"Muppets",nihdi:"40000000401",role:Ya.PERSNURSE},identifier:{value:"2744753",type:Ei.CNK},frequency:{periodicity:J.DT},name:[{lang:h.FR,value:"Clindamycine Fresenius Kabi 150 mg/ml sol. inj. i.m./i.v. amp. 10 x 2 ml"},{lang:h.NL,value:"Clindamycine Fresenius Kabi 150 mg/ml inj. opl. i.m./i.v. amp. 10 x 2 ml"},{lang:h.DE,value:"Clindamycine Fresenius Kabi 150 mg/ml Inj-Lös. i.m./i.v. Amp. 10 x 2 ml"},{lang:h.EN,value:"Clindamycine Fresenius Kabi 150 mg/ml inj. sol. i.m./i.v. amp. 10 x 2 ml"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d71e5c015ab3db5fd8"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d71e5c015ab3db604c"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d61e5c015ab3db5fa6"}],posology:[{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGDINNER},dayPart:Pe.EVENING,day:{dayNumber:2}}],treatmentStartDate:"2018-04-19",treatmentStartCondition:"afwisselend: 1/2 per dag, en 2x 1/2 per dag"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},identifier:{value:"0062521",type:Ei.CNK},temporality:ji.ONESHOT,name:[{lang:h.FR,value:"Nystatine Labaz 100 000 UI/ml susp. buv. 24 ml"},{lang:h.NL,value:"Nystatine Labaz 100 000 IE/ml or. susp. 24 ml"},{lang:h.DE,value:"Nystatine Labaz 100 000 IE/ml Susp. z. Einnehm. 24 ml"},{lang:h.EN,value:"Nystatine Labaz 100 000 IU/ml or. susp. 24 ml"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c41e5c015ab30cc9ac"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c41e5c015ab30ccab5"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c31e5c015ab30cc8ae"}],posology:[{text:[{lang:h.NL,value:"adhoc"}],dayPart:Pe.IF_NEEDED}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"3301",type:Ei.VMP},temporality:ji.CHRONIC,name:[{lang:h.FR,value:"benzylpénicilline (sodium) injection/perfusion 1 000 000 UI"},{lang:h.NL,value:"benzylpenicilline (natrium) injectie/infusie 1 000 000 IE"}],posology:[{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGDINNER},dayPart:Pe.EVENING}],treatmentStartDate:"2018-04-19"}],source:Poe.VITALINK}],errors:[]},Goe=(()=>{const t=class t extends eh{constructor(){super(...arguments),this.demoService=_(VCe)}find(a){return this.demoService.post("/v1/medicationscheme",rTe,this.buildClientIdHeader())}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),br=class Ci{constructor(){this._dataLength=0,this._bufferLength=0,this._state=new Int32Array(4),this._buffer=new ArrayBuffer(68),this._buffer8=new Uint8Array(this._buffer,0,68),this._buffer32=new Uint32Array(this._buffer,0,17),this.start()}static hashStr(t,n=!1){return this.onePassHasher.start().appendStr(t).end(n)}static hashAsciiStr(t,n=!1){return this.onePassHasher.start().appendAsciiStr(t).end(n)}static _hex(t){let n=Ci.hexChars,a=Ci.hexOut,i,r,s,l;for(l=0;l<4;l+=1)for(r=l*8,i=t[l],s=0;s<8;s+=2)a[r+1+s]=n.charAt(i&15),i>>>=4,a[r+0+s]=n.charAt(i&15),i>>>=4;return a.join("")}static _md5cycle(t,n){let a=t[0],i=t[1],r=t[2],s=t[3];a+=(i&r|~i&s)+n[0]-680876936|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[1]-389564586|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[2]+606105819|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[3]-1044525330|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[4]-176418897|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[5]+1200080426|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[6]-1473231341|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[7]-45705983|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[8]+1770035416|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[9]-1958414417|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[10]-42063|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[11]-1990404162|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[12]+1804603682|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[13]-40341101|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[14]-1502002290|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[15]+1236535329|0,i=(i<<22|i>>>10)+r|0,a+=(i&s|r&~s)+n[1]-165796510|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[6]-1069501632|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[11]+643717713|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[0]-373897302|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[5]-701558691|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[10]+38016083|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[15]-660478335|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[4]-405537848|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[9]+568446438|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[14]-1019803690|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[3]-187363961|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[8]+1163531501|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[13]-1444681467|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[2]-51403784|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[7]+1735328473|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[12]-1926607734|0,i=(i<<20|i>>>12)+r|0,a+=(i^r^s)+n[5]-378558|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[8]-2022574463|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[11]+1839030562|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[14]-35309556|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[1]-1530992060|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[4]+1272893353|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[7]-155497632|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[10]-1094730640|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[13]+681279174|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[0]-358537222|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[3]-722521979|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[6]+76029189|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[9]-640364487|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[12]-421815835|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[15]+530742520|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[2]-995338651|0,i=(i<<23|i>>>9)+r|0,a+=(r^(i|~s))+n[0]-198630844|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[7]+1126891415|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[14]-1416354905|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[5]-57434055|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[12]+1700485571|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[3]-1894986606|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[10]-1051523|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[1]-2054922799|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[8]+1873313359|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[15]-30611744|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[6]-1560198380|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[13]+1309151649|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[4]-145523070|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[11]-1120210379|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[2]+718787259|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[9]-343485551|0,i=(i<<21|i>>>11)+r|0,t[0]=a+t[0]|0,t[1]=i+t[1]|0,t[2]=r+t[2]|0,t[3]=s+t[3]|0}start(){return this._dataLength=0,this._bufferLength=0,this._state.set(Ci.stateIdentity),this}appendStr(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s;for(s=0;s<t.length;s+=1){if(r=t.charCodeAt(s),r<128)n[i++]=r;else if(r<2048)n[i++]=(r>>>6)+192,n[i++]=r&63|128;else if(r<55296||r>56319)n[i++]=(r>>>12)+224,n[i++]=r>>>6&63|128,n[i++]=r&63|128;else{if(r=(r-55296)*1024+(t.charCodeAt(++s)-56320)+65536,r>1114111)throw new Error("Unicode standard supports code points up to U+10FFFF");n[i++]=(r>>>18)+240,n[i++]=r>>>12&63|128,n[i++]=r>>>6&63|128,n[i++]=r&63|128}i>=64&&(this._dataLength+=64,Ci._md5cycle(this._state,a),i-=64,a[0]=a[16])}return this._bufferLength=i,this}appendAsciiStr(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s=0;for(;;){for(r=Math.min(t.length-s,64-i);r--;)n[i++]=t.charCodeAt(s++);if(i<64)break;this._dataLength+=64,Ci._md5cycle(this._state,a),i=0}return this._bufferLength=i,this}appendByteArray(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s=0;for(;;){for(r=Math.min(t.length-s,64-i);r--;)n[i++]=t[s++];if(i<64)break;this._dataLength+=64,Ci._md5cycle(this._state,a),i=0}return this._bufferLength=i,this}getState(){let t=this._state;return{buffer:String.fromCharCode.apply(null,Array.from(this._buffer8)),buflen:this._bufferLength,length:this._dataLength,state:[t[0],t[1],t[2],t[3]]}}setState(t){let n=t.buffer,a=t.state,i=this._state,r;for(this._dataLength=t.length,this._bufferLength=t.buflen,i[0]=a[0],i[1]=a[1],i[2]=a[2],i[3]=a[3],r=0;r<n.length;r+=1)this._buffer8[r]=n.charCodeAt(r)}end(t=!1){let n=this._bufferLength,a=this._buffer8,i=this._buffer32,r=(n>>2)+1;this._dataLength+=n;let s=this._dataLength*8;if(a[n]=128,a[n+1]=a[n+2]=a[n+3]=0,i.set(Ci.buffer32Identity.subarray(r),r),n>55&&(Ci._md5cycle(this._state,i),i.set(Ci.buffer32Identity)),s<=4294967295)i[14]=s;else{let l=s.toString(16).match(/(.*?)(.{0,8})$/);if(l===null)return;let c=parseInt(l[2],16),d=parseInt(l[1],16)||0;i[14]=c,i[15]=d}return Ci._md5cycle(this._state,i),t?this._state:Ci._hex(this._state)}};br.stateIdentity=new Int32Array([1732584193,-271733879,-1732584194,271733878]);br.buffer32Identity=new Int32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);br.hexChars="0123456789abcdef";br.hexOut=[];br.onePassHasher=new br;if(br.hashStr("hello")!=="5d41402abc4b2a76b9719d911017c592")throw new Error("Md5 self test failed.");var xy=(()=>{const t=class t extends jC{constructor(a,i){super(a.getServices(),Hr.MEDICATION_SCHEME,i.getInstance().isOfflineAuthenticated,i.getInstance().isOfflineDataStorageEnabled,Hr.MEDICATION_SCHEME),this.medicationSchemeApiService=_(eh),this.authServiceSelector=_(El),this.medicationSchemeStateSubject$=new Wr({status:ur.INITIAL}),this.medicationSchemeState$=this.medicationSchemeStateSubject$.asObservable(),this.fnsOptions={weekStartsOn:1},this.addIdToMedication=()=>r=>r.pipe(Dt(s=>ht(ue({},s),{schemes:s.schemes.map(l=>ht(ue({},l),{medications:l.medications.map(c=>ht(ue({},c),{id:c.id??br.hashStr(JSON.stringify(c))}))}))})))}fetchMedicationScheme(a=!0){return ka(this,null,function*(){return jCe(this.getData(a),this.medicationSchemeStateSubject$)})}getPageState(){return this.services.cacheDataStorage.get(Hr.MEDICATION_SCHEME_PAGE_STATE)??{filter:tl.ALL,view:0,date:{displayDate:new Date,startOfWeek:ei(new Date,this.fnsOptions),endOfWeek:Yg(new Date,this.fnsOptions)}}}setPageState(a){let i=this.getPageState(),r=ue(ue({},i),a);this.services.cacheDataStorage.set(Hr.MEDICATION_SCHEME_PAGE_STATE,r)}getDataFromBackend(){return ka(this,null,function*(){let a=yield this.authServiceSelector.getInstance().resolveSsin();return dde(this.medicationSchemeApiService.find(a).pipe(this.addIdToMedication()))})}setClientId(a){this.medicationSchemeApiService.setClientId(a)}};t.ɵfac=function(a){return new(a||t)(ke(Xu),ke(El))},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),oTe=(e,t)=>e.getEnvironmentVariable("env")===tr.DEMO?t.get(Goe):t.get(qoe),sTe={provide:eh,useFactory:oTe,deps:[Ds,pt]};Ky(gce());var Gc;function lTe(){if(Gc===void 0&&(Gc=null,typeof window<"u")){let e=window;e.trustedTypes!==void 0&&(Gc=e.trustedTypes.createPolicy("angular#components",{createHTML:t=>t}))}return Gc}function Hs(e){var t;return((t=lTe())==null?void 0:t.createHTML(e))||e}function wy(e){return Error(`Unable to find icon with the name "${e}"`)}function cTe(){return Error("Could not find HttpClient for use with Angular Material icons. Please add provideHttpClient() to your providers.")}function ky(e){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${e}".`)}function Ey(e){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${e}".`)}var Mr=class{constructor(e,t,n){o(this,"url");o(this,"svgText");o(this,"options");o(this,"svgElement");this.url=e,this.svgText=t,this.options=n}},dTe=(()=>{const t=class t{constructor(a,i,r,s){o(this,"_httpClient");o(this,"_sanitizer");o(this,"_errorHandler");o(this,"_document");o(this,"_svgIconConfigs",new Map);o(this,"_iconSetConfigs",new Map);o(this,"_cachedIconsByUrl",new Map);o(this,"_inProgressUrlFetches",new Map);o(this,"_fontCssClassesByAlias",new Map);o(this,"_resolvers",[]);o(this,"_defaultFontSetClass",["material-icons","mat-ligature-font"]);this._httpClient=a,this._sanitizer=i,this._errorHandler=s,this._document=r}addSvgIcon(a,i,r){return this.addSvgIconInNamespace("",a,i,r)}addSvgIconLiteral(a,i,r){return this.addSvgIconLiteralInNamespace("",a,i,r)}addSvgIconInNamespace(a,i,r,s){return this._addSvgIconConfig(a,i,new Mr(r,null,s))}addSvgIconResolver(a){return this._resolvers.push(a),this}addSvgIconLiteralInNamespace(a,i,r,s){let l=this._sanitizer.sanitize(oi.HTML,r);if(!l)throw Ey(r);let c=Hs(l);return this._addSvgIconConfig(a,i,new Mr("",c,s))}addSvgIconSet(a,i){return this.addSvgIconSetInNamespace("",a,i)}addSvgIconSetLiteral(a,i){return this.addSvgIconSetLiteralInNamespace("",a,i)}addSvgIconSetInNamespace(a,i,r){return this._addSvgIconSetConfig(a,new Mr(i,null,r))}addSvgIconSetLiteralInNamespace(a,i,r){let s=this._sanitizer.sanitize(oi.HTML,i);if(!s)throw Ey(i);let l=Hs(s);return this._addSvgIconSetConfig(a,new Mr("",l,r))}registerFontClassAlias(a,i=a){return this._fontCssClassesByAlias.set(a,i),this}classNameForFontAlias(a){return this._fontCssClassesByAlias.get(a)||a}setDefaultFontSetClass(...a){return this._defaultFontSetClass=a,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(a){let i=this._sanitizer.sanitize(oi.RESOURCE_URL,a);if(!i)throw ky(a);let r=this._cachedIconsByUrl.get(i);return r?vt(Yc(r)):this._loadSvgIconFromConfig(new Mr(a,null)).pipe(Jc(s=>this._cachedIconsByUrl.set(i,s)),Dt(s=>Yc(s)))}getNamedSvgIcon(a,i=""){let r=Cy(i,a),s=this._svgIconConfigs.get(r);if(s)return this._getSvgFromConfig(s);if(s=this._getIconConfigFromResolvers(i,a),s)return this._svgIconConfigs.set(r,s),this._getSvgFromConfig(s);let l=this._iconSetConfigs.get(i);return l?this._getSvgFromIconSetConfigs(a,l):lde(wy(r))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(a){return a.svgText?vt(Yc(this._svgElementFromConfig(a))):this._loadSvgIconFromConfig(a).pipe(Dt(i=>Yc(i)))}_getSvgFromIconSetConfigs(a,i){let r=this._extractIconWithNameFromAnySet(a,i);if(r)return vt(r);let s=i.filter(l=>!l.svgText).map(l=>this._loadSvgIconSetFromConfig(l).pipe(H_(c=>{let d=`Loading icon set URL: ${this._sanitizer.sanitize(oi.RESOURCE_URL,l.url)} failed: ${c.message}`;return this._errorHandler.handleError(new Error(d)),vt(null)})));return rf(s).pipe(Dt(()=>{let l=this._extractIconWithNameFromAnySet(a,i);if(!l)throw wy(a);return l}))}_extractIconWithNameFromAnySet(a,i){for(let r=i.length-1;r>=0;r--){let s=i[r];if(s.svgText&&s.svgText.toString().indexOf(a)>-1){let l=this._svgElementFromConfig(s),c=this._extractSvgIconFromSet(l,a,s.options);if(c)return c}}return null}_loadSvgIconFromConfig(a){return this._fetchIcon(a).pipe(Jc(i=>a.svgText=i),Dt(()=>this._svgElementFromConfig(a)))}_loadSvgIconSetFromConfig(a){return a.svgText?vt(null):this._fetchIcon(a).pipe(Jc(i=>a.svgText=i))}_extractSvgIconFromSet(a,i,r){let s=a.querySelector(`[id="${i}"]`);if(!s)return null;let l=s.cloneNode(!0);if(l.removeAttribute("id"),l.nodeName.toLowerCase()==="svg")return this._setSvgAttributes(l,r);if(l.nodeName.toLowerCase()==="symbol")return this._setSvgAttributes(this._toSvgElement(l),r);let c=this._svgElementFromString(Hs("<svg></svg>"));return c.appendChild(l),this._setSvgAttributes(c,r)}_svgElementFromString(a){let i=this._document.createElement("DIV");i.innerHTML=a;let r=i.querySelector("svg");if(!r)throw Error("<svg> tag not found");return r}_toSvgElement(a){let i=this._svgElementFromString(Hs("<svg></svg>")),r=a.attributes;for(let s=0;s<r.length;s++){let{name:l,value:c}=r[s];l!=="id"&&i.setAttribute(l,c)}for(let s=0;s<a.childNodes.length;s++)a.childNodes[s].nodeType===this._document.ELEMENT_NODE&&i.appendChild(a.childNodes[s].cloneNode(!0));return i}_setSvgAttributes(a,i){return a.setAttribute("fit",""),a.setAttribute("height","100%"),a.setAttribute("width","100%"),a.setAttribute("preserveAspectRatio","xMidYMid meet"),a.setAttribute("focusable","false"),i&&i.viewBox&&a.setAttribute("viewBox",i.viewBox),a}_fetchIcon(a){let{url:i,options:r}=a,s=(r==null?void 0:r.withCredentials)??!1;if(!this._httpClient)throw cTe();if(i==null)throw Error(`Cannot fetch icon from URL "${i}".`);let l=this._sanitizer.sanitize(oi.RESOURCE_URL,i);if(!l)throw ky(i);let c=this._inProgressUrlFetches.get(l);if(c)return c;let d=this._httpClient.get(l,{responseType:"text",withCredentials:s}).pipe(Dt(u=>Hs(u)),W_(()=>this._inProgressUrlFetches.delete(l)),q_());return this._inProgressUrlFetches.set(l,d),d}_addSvgIconConfig(a,i,r){return this._svgIconConfigs.set(Cy(a,i),r),this}_addSvgIconSetConfig(a,i){let r=this._iconSetConfigs.get(a);return r?r.push(i):this._iconSetConfigs.set(a,[i]),this}_svgElementFromConfig(a){if(!a.svgElement){let i=this._svgElementFromString(a.svgText);this._setSvgAttributes(i,a.options),a.svgElement=i}return a.svgElement}_getIconConfigFromResolvers(a,i){for(let r=0;r<this._resolvers.length;r++){let s=this._resolvers[r](i,a);if(s)return uTe(s)?new Mr(s.url,null,s.options):new Mr(s,null)}}};o(t,"ɵfac",function(a){return new(a||t)(ke(Jl,8),ke(FE),ke(ot,8),ke(qi))}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})();function Yc(e){return e.cloneNode(!0)}function Cy(e,t){return e+":"+t}function uTe(e){return!!(e.url&&e.options)}var hTe=["*"],pTe=new Y("MAT_ICON_DEFAULT_OPTIONS"),mTe=new Y("mat-icon-location",{providedIn:"root",factory:fTe});function fTe(){let e=_(ot),t=e?e.location:null;return{getPathname:()=>t?t.pathname+t.search:""}}var Yoe=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],gTe=Yoe.map(e=>`[${e}]`).join(", "),bTe=/^url\(['"]?#(.*?)['"]?\)$/,Er=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_iconRegistry",_(dTe));o(this,"_location",_(mTe));o(this,"_errorHandler",_(qi));o(this,"_defaultColor");o(this,"_color");o(this,"inline",!1);o(this,"_svgIcon");o(this,"_fontSet");o(this,"_fontIcon");o(this,"_previousFontSetClass",[]);o(this,"_previousFontIconClass");o(this,"_svgName");o(this,"_svgNamespace");o(this,"_previousPath");o(this,"_elementsWithExternalReferences");o(this,"_currentIconFetch",Ke.EMPTY);let a=_(new fs("aria-hidden"),{optional:!0}),i=_(pTe,{optional:!0});i&&(i.color&&(this.color=this._defaultColor=i.color),i.fontSet&&(this.fontSet=i.fontSet)),a||this._elementRef.nativeElement.setAttribute("aria-hidden","true")}get color(){return this._color||this._defaultColor}set color(a){this._color=a}get svgIcon(){return this._svgIcon}set svgIcon(a){a!==this._svgIcon&&(a?this._updateSvgIcon(a):this._svgIcon&&this._clearSvgElement(),this._svgIcon=a)}get fontSet(){return this._fontSet}set fontSet(a){let i=this._cleanupFontValue(a);i!==this._fontSet&&(this._fontSet=i,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(a){let i=this._cleanupFontValue(a);i!==this._fontIcon&&(this._fontIcon=i,this._updateFontIconClasses())}_splitIconName(a){if(!a)return["",""];let i=a.split(":");switch(i.length){case 1:return["",i[0]];case 2:return i;default:throw Error(`Invalid icon name: "${a}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){let a=this._elementsWithExternalReferences;if(a&&a.size){let i=this._location.getPathname();i!==this._previousPath&&(this._previousPath=i,this._prependPathToReferences(i))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(a){this._clearSvgElement();let i=this._location.getPathname();this._previousPath=i,this._cacheChildrenWithExternalReferences(a),this._prependPathToReferences(i),this._elementRef.nativeElement.appendChild(a)}_clearSvgElement(){let a=this._elementRef.nativeElement,i=a.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();i--;){let r=a.childNodes[i];(r.nodeType!==1||r.nodeName.toLowerCase()==="svg")&&r.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;let a=this._elementRef.nativeElement,i=(this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet).split(/ +/):this._iconRegistry.getDefaultFontSetClass()).filter(r=>r.length>0);this._previousFontSetClass.forEach(r=>a.classList.remove(r)),i.forEach(r=>a.classList.add(r)),this._previousFontSetClass=i,this.fontIcon!==this._previousFontIconClass&&!i.includes("mat-ligature-font")&&(this._previousFontIconClass&&a.classList.remove(this._previousFontIconClass),this.fontIcon&&a.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(a){return typeof a=="string"?a.trim().split(" ")[0]:a}_prependPathToReferences(a){let i=this._elementsWithExternalReferences;i&&i.forEach((r,s)=>{r.forEach(l=>{s.setAttribute(l.name,`url('${a}#${l.value}')`)})})}_cacheChildrenWithExternalReferences(a){let i=a.querySelectorAll(gTe),r=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let s=0;s<i.length;s++)Yoe.forEach(l=>{let c=i[s],d=c.getAttribute(l),u=d?d.match(bTe):null;if(u){let p=r.get(c);p||(p=[],r.set(c,p)),p.push({name:l,value:u[1]})}})}_updateSvgIcon(a){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),a){let[i,r]=this._splitIconName(a);i&&(this._svgNamespace=i),r&&(this._svgName=r),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(r,i).pipe(Ka(1)).subscribe(s=>this._setSvgElement(s),s=>{let l=`Error retrieving icon ${i}:${r}! ${s.message}`;this._errorHandler.handleError(new Error(l))})}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:10,hostBindings:function(a,i){a&2&&(be("data-mat-icon-type",i._usingFontIcon()?"font":"svg")("data-mat-icon-name",i._svgName||i.fontIcon)("data-mat-icon-namespace",i._svgNamespace||i.fontSet)("fontIcon",i._usingFontIcon()?i.fontIcon:null),Ai(i.color?"mat-"+i.color:""),Se("mat-icon-inline",i.inline)("mat-icon-no-color",i.color!=="primary"&&i.color!=="accent"&&i.color!=="warn"))},inputs:{color:"color",inline:[2,"inline","inline",me],svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],ngContentSelectors:hTe,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),Re(0))},styles:[`mat-icon,mat-icon.mat-primary,mat-icon.mat-accent,mat-icon.mat-warn{color:var(--mat-icon-color, inherit)}.mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}.mat-icon.mat-ligature-font[fontIcon]::before{content:attr(fontIcon)}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}
62
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),th=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,zt]}));let e=t;return e})(),vTe=(()=>{const t=class t{constructor(){this.message=Oe.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-error-display"]],inputs:{message:[1,"message"]},decls:3,vars:3,consts:[["fontIcon","info"]],template:function(a,i){a&1&&(Z(0,"mat-icon",0),P(1),A(2,"translate")),a&2&&(C(),ne(" ",N(2,1,"commons.errors."+i.message())," "))},dependencies:[Er,Zt],styles:["[_nghost-%COMP%]{display:flex;align-items:center;background:#c41c0d0d;color:#c41c0d;font-weight:700;padding:16px}mat-icon[_ngcontent-%COMP%]{margin-right:8px}mat-icon[_ngcontent-%COMP%]{--mat-icon-color: #c41c0d}"]});let e=t;return e})(),yTe=(()=>{const t=class t{};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-report-error-dialog"]],decls:24,vars:23,consts:[["mat-dialog-title",""],["target","_blank",3,"href"],["mat-flat-button","","type","button",3,"mat-dialog-close"],["mat-stroked-button","","type","button",3,"mat-dialog-close"]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"p")(5,"span"),P(6),A(7,"translate"),I()(),D(8,"p")(9,"span"),P(10),A(11,"translate"),I(),D(12,"a",1),A(13,"translate"),P(14),A(15,"translate"),I(),P(16,"."),I()(),D(17,"mat-dialog-actions")(18,"button",2),P(19),A(20,"translate"),I(),D(21,"button",3),P(22),A(23,"translate"),I()()),a&2&&(C(),ae(N(2,9,"commons.errors.report-message-title")),C(5),ae(N(7,11,"commons.errors.report-message-explanation")),C(4),ae(N(11,13,"commons.errors.report-message-content")),C(2),z("href",N(13,15,"commons.errors.report-message-link"),Vf),C(2),ae(N(15,17,"commons.errors.report-message-term-use")),C(4),z("mat-dialog-close",!0),C(),ne(" ",N(20,19,"commons.errors.report-message-report-button")," "),C(2),z("mat-dialog-close",!1),C(),ne(" ",N(23,21,"commons.errors.report-message-ignore-button")," "))},dependencies:[eC,Wu,qu,Yu,Gu,ai,$n,Zt],encapsulation:2});let e=t;return e})(),_Te=(()=>{const t=class t{constructor(){this.vidisErrorCode=_(Ng)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-not-authorized-dialog"]],decls:12,vars:10,consts:[["mat-dialog-title",""],["mat-flat-button","","type","button",3,"mat-dialog-close"]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"p")(5,"span"),P(6),A(7,"translate"),I()()(),D(8,"mat-dialog-actions")(9,"button",1),P(10),A(11,"translate"),I()()),a&2&&(C(),ae(N(2,4,"commons.errors.action-not-authorized-title")),C(5),ae(N(7,6,"commons.errors."+i.vidisErrorCode)),C(3),z("mat-dialog-close",!1),C(),ne(" ",N(11,8,"commons.errors.action-not-authorized-close-button")," "))},dependencies:[eC,Wu,qu,Yu,Gu,ai,$n,Zt],encapsulation:2});let e=t;return e})();function Sy(e,t,n){let a=PC(),i=kTe(e,n.timeZone,n.locale??a.locale);return"formatToParts"in i?xTe(i,t):wTe(i,t)}function xTe(e,t){let n=e.formatToParts(t);for(let a=n.length-1;a>=0;--a)if(n[a].type==="timeZoneName")return n[a].value}function wTe(e,t){let n=e.format(t).replace(/\u200E/g,""),a=/ [\w-+ ]+$/.exec(n);return a?a[0].substr(1):""}function kTe(e,t,n){return new Intl.DateTimeFormat(n?[n.code,"en-US"]:void 0,{timeZone:t,timeZoneName:e})}function ETe(e,t){let n=TTe(t);return"formatToParts"in n?STe(n,e):DTe(n,e)}var CTe={year:0,month:1,day:2,hour:3,minute:4,second:5};function STe(e,t){try{let n=e.formatToParts(t),a=[];for(let i=0;i<n.length;i++){let r=CTe[n[i].type];r!==void 0&&(a[r]=parseInt(n[i].value,10))}return a}catch(n){if(n instanceof RangeError)return[NaN];throw n}}function DTe(e,t){let n=e.format(t),a=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);return[parseInt(a[3],10),parseInt(a[1],10),parseInt(a[2],10),parseInt(a[4],10),parseInt(a[5],10),parseInt(a[6],10)]}var fp={},Dy=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),ITe=Dy==="06/25/2014, 00:00:00"||Dy==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function TTe(e){return fp[e]||(fp[e]=ITe?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),fp[e]}function $oe(e,t,n,a,i,r,s){let l=new Date(0);return l.setUTCFullYear(e,t,n),l.setUTCHours(a,i,r,s),l}var Iy=36e5,ATe=6e4,gp={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Zoe(e,t,n){if(!e)return 0;let a=gp.timezoneZ.exec(e);if(a)return 0;let i,r;if(a=gp.timezoneHH.exec(e),a)return i=parseInt(a[1],10),Ty(i)?-(i*Iy):NaN;if(a=gp.timezoneHHMM.exec(e),a){i=parseInt(a[2],10);let s=parseInt(a[3],10);return Ty(i,s)?(r=Math.abs(i)*Iy+s*ATe,a[1]==="+"?-r:r):NaN}if(MTe(e)){t=new Date(t||Date.now());let s=n?t:OTe(t),l=Vm(s,e);return-(n?l:RTe(t,l,e))}return NaN}function OTe(e){return $oe(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())}function Vm(e,t){let n=ETe(e,t),a=$oe(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime(),i=e.getTime(),r=i%1e3;return i-=r>=0?r:1e3+r,a-i}function RTe(e,t,n){let a=e.getTime()-t,i=Vm(new Date(a),n);if(t===i)return t;a-=i-t;let r=Vm(new Date(a),n);return i===r?i:Math.max(i,r)}function Ty(e,t){return-23<=e&&e<=23&&(t==null||0<=t&&t<=59)}var Ay={};function MTe(e){if(Ay[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),Ay[e]=!0,!0}catch{return!1}}var PTe=60*1e3,NTe={X:function(e,t,n){let a=bp(n.timeZone,e);if(a===0)return"Z";switch(t){case"X":return Oy(a);case"XXXX":case"XX":return To(a);case"XXXXX":case"XXX":default:return To(a,":")}},x:function(e,t,n){let a=bp(n.timeZone,e);switch(t){case"x":return Oy(a);case"xxxx":case"xx":return To(a);case"xxxxx":case"xxx":default:return To(a,":")}},O:function(e,t,n){let a=bp(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+LTe(a,":");case"OOOO":default:return"GMT"+To(a,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return Sy("short",e,n);case"zzzz":default:return Sy("long",e,n)}}};function bp(e,t){let n=e?Zoe(e,t,!0)/PTe:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(n))throw new RangeError("Invalid time zone specified: "+e);return n}function Kd(e,t){let n=e<0?"-":"",a=Math.abs(e).toString();for(;a.length<t;)a="0"+a;return n+a}function To(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Kd(Math.floor(a/60),2),r=Kd(Math.floor(a%60),2);return n+i+t+r}function Oy(e,t){return e%60===0?(e>0?"-":"+")+Kd(Math.abs(e)/60,2):To(e,t)}function LTe(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Math.floor(a/60),r=a%60;return r===0?n+String(i):n+String(i)+t+Kd(r,2)}function Ry(e){let t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),+e-+t}var FTe=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,vp=36e5,My=6e4,VTe=2,Za={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:FTe};function zTe(e,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(e===null)return new Date(NaN);let n=t.additionalDigits==null?VTe:Number(t.additionalDigits);if(n!==2&&n!==1&&n!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]")return new Date(e.getTime());if(typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]")return new Date(e);if(Object.prototype.toString.call(e)!=="[object String]")return new Date(NaN);let a=BTe(e),{year:i,restDateString:r}=jTe(a.date,n),s=HTe(r,i);if(s===null||isNaN(s.getTime()))return new Date(NaN);if(s){let l=s.getTime(),c=0,d;if(a.time&&(c=UTe(a.time),c===null||isNaN(c)))return new Date(NaN);if(a.timeZone||t.timeZone){if(d=Zoe(a.timeZone||t.timeZone,new Date(l+c)),isNaN(d))return new Date(NaN)}else d=Ry(new Date(l+c)),d=Ry(new Date(l+c+d));return new Date(l+c+d)}else return new Date(NaN)}function BTe(e){let t={},n=Za.dateTimePattern.exec(e),a;if(n?(t.date=n[1],a=n[3]):(n=Za.datePattern.exec(e),n?(t.date=n[1],a=n[2]):(t.date=null,a=e)),a){let i=Za.timeZone.exec(a);i?(t.time=a.replace(i[1],""),t.timeZone=i[1].trim()):t.time=a}return t}function jTe(e,t){if(e){let n=Za.YYY[t],a=Za.YYYYY[t],i=Za.YYYY.exec(e)||a.exec(e);if(i){let r=i[1];return{year:parseInt(r,10),restDateString:e.slice(r.length)}}if(i=Za.YY.exec(e)||n.exec(e),i){let r=i[1];return{year:parseInt(r,10)*100,restDateString:e.slice(r.length)}}}return{year:null}}function HTe(e,t){if(t===null)return null;let n,a,i;if(!e||!e.length)return n=new Date(0),n.setUTCFullYear(t),n;let r=Za.MM.exec(e);if(r)return n=new Date(0),a=parseInt(r[1],10)-1,Ny(t,a)?(n.setUTCFullYear(t,a),n):new Date(NaN);if(r=Za.DDD.exec(e),r){n=new Date(0);let s=parseInt(r[1],10);return GTe(t,s)?(n.setUTCFullYear(t,0,s),n):new Date(NaN)}if(r=Za.MMDD.exec(e),r){n=new Date(0),a=parseInt(r[1],10)-1;let s=parseInt(r[2],10);return Ny(t,a,s)?(n.setUTCFullYear(t,a,s),n):new Date(NaN)}if(r=Za.Www.exec(e),r)return i=parseInt(r[1],10)-1,Ly(i)?Py(t,i):new Date(NaN);if(r=Za.WwwD.exec(e),r){i=parseInt(r[1],10)-1;let s=parseInt(r[2],10)-1;return Ly(i,s)?Py(t,i,s):new Date(NaN)}return null}function UTe(e){let t,n,a=Za.HH.exec(e);if(a)return t=parseFloat(a[1].replace(",",".")),yp(t)?t%24*vp:NaN;if(a=Za.HHMM.exec(e),a)return t=parseInt(a[1],10),n=parseFloat(a[2].replace(",",".")),yp(t,n)?t%24*vp+n*My:NaN;if(a=Za.HHMMSS.exec(e),a){t=parseInt(a[1],10),n=parseInt(a[2],10);let i=parseFloat(a[3].replace(",","."));return yp(t,n,i)?t%24*vp+n*My+i*1e3:NaN}return null}function Py(e,t,n){t=t||0,n=n||0;let a=new Date(0);a.setUTCFullYear(e,0,4);let i=a.getUTCDay()||7,r=t*7+n+1-i;return a.setUTCDate(a.getUTCDate()+r),a}var WTe=[31,28,31,30,31,30,31,31,30,31,30,31],qTe=[31,29,31,30,31,30,31,31,30,31,30,31];function Koe(e){return e%400===0||e%4===0&&e%100!==0}function Ny(e,t,n){if(t<0||t>11)return!1;if(n!=null){if(n<1)return!1;let a=Koe(e);if(a&&n>qTe[t]||!a&&n>WTe[t])return!1}return!0}function GTe(e,t){if(t<1)return!1;let n=Koe(e);return!(n&&t>366||!n&&t>365)}function Ly(e,t){return!(e<0||e>52||t!=null&&(t<0||t>6))}function yp(e,t,n){return!(e<0||e>=25||t!=null&&(t<0||t>=60)||n!=null&&(n<0||n>=60))}var YTe=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function $Te(e,t,n={}){t=String(t);let a=t.match(YTe);if(a){let i=zTe(n.originalDate||e,n);t=a.reduce(function(r,s){if(s[0]==="'")return r;let l=r.indexOf(s),c=r[l-1]==="'",d=r.replace(s,"'"+NTe[s[0]](i,s,n)+"'");return c?d.substring(0,l-1)+d.substring(l+1):d},t)}return Po(e,t,n)}var ZTe=(()=>{const t=class t{reportError(a){return vt({status:"ok"})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),KTe=(()=>{const t=class t{constructor(){this.http=_(Jl),this.authService=_(El).getInstance(),this.apiUrl=_(Ds).getEnvironmentVariable("apiUrl")}reportError(a){return this.http.post(`${this.apiUrl}/v2/report/error`,a,{headers:{[qo.userType]:Ur.getUserType({isProfessional:this.authService.isProfessional}),[qo.clientType]:HC()?Ur.clientType.mobileApp:Ur.clientType.webApp}})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),XTe=(()=>{const t=class t{constructor(){this.config=_(Ds),this.injector=_(pt),this._instance=null}getInstance(){if(!this._instance){let a=this.config.getEnvironmentVariable("env")==="demo";this._instance=a?this.injector.get(ZTe):this.injector.get(KTe)}return this._instance}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),QTe=(()=>{const t=class t extends ACe{constructor(){super(...arguments),this.version=Nm,this.authServiceSelector=_(El),this.translateService=_(La),this.webComponentConfig=_(Ds),this.injector=_(pt),this.servicesStore=_(Xu),this.matDialog=_(Ss),this.destroyRef=_(yi),this.errorServiceSelector=_(XTe),this.snackbarService=_(nSe),this.extraRequiredFields=["offlineDataStorageEnabled","isOfflineAuthenticated","professional","ssin"]}onInitialized(){return ka(this,null,function*(){this.webComponentConfig.setEnvironment(this.configName),this.translateService.use(this.language),this.servicesStore.setServices(this.services),this.authServiceSelector.getInstance().isProfessional=this.professional,this.authServiceSelector.getInstance().patientSsin=this.ssin,this.authServiceSelector.getInstance().registerAccessTokenService(this.isOfflineAuthenticated,this.offlineDataStorageEnabled),this.injectService(),yield this.fetchData(!0),this.services.registerRefreshCallback(a=>ka(this,null,function*(){yield this.fetchData(!0),a()}))})}onPropsChanged(a){a.language&&this.translateService.use(this.language)}checkError(a){(a==null?void 0:a.group)===Vn.NOT_AUTHORIZED?this.showNotAuthorizedErrorPopup(a.code):(a==null?void 0:a.group)===Vn.OTHER&&this.showTechnicalErrorPopup(a)}showTechnicalErrorPopup(a){this.matDialog.open(yTe,{data:{error:a}}).beforeClosed().pipe(ia(i=>i),nc(this.destroyRef)).subscribe(()=>{this.reportVidisError(a)})}reportVidisError(a){let i={backendTraceId:"",errorMessage:a.message,pageUrl:window.location.href,timestamp:this.formatDateWithZone()};this.errorServiceSelector.getInstance().reportError(i).subscribe({next:r=>{r.status==="ok"?this.snackbarService.showSuccess("commons.errors.report-message-confirm-toast"):this.snackbarService.showError("commons.errors..general")},error:()=>{this.snackbarService.showError("commons.errors.general")}})}showNotAuthorizedErrorPopup(a){this.matDialog.open(_Te,{data:a})}formatDateWithZone(){return $Te(new Date,"yyyy-MM-dd'T'HH:mm:ssXXX",{timeZone:"Europe/Brussels"})}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵcmp=le({type:t,selectors:[["ng-component"]],inputs:{isOfflineAuthenticated:"isOfflineAuthenticated",offlineDataStorageEnabled:"offlineDataStorageEnabled",professional:"professional",ssin:"ssin"},features:[Be],decls:0,vars:0,template:function(a,i){},encapsulation:2});let e=t;return e})();function JTe(e,t){if(e&1&&(D(0,"mat-option",4),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;z("value",n),C(),ae(N(2,2,"commons.sortDropdown."+n))}}function eAe(e,t){if(e&1){let n=xt();D(0,"button",6),A(1,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.emitNewData({sort:a.sortData().sort,order:a.sortDirection.descending}))}),Z(2,"mat-icon",7),I()}if(e&2){let n=L();z("disabled",n.disabled()),be("aria-label",N(1,2,"commons.sortDropdown.sorting-ascendant"))}}function tAe(e,t){if(e&1){let n=xt();D(0,"button",6),A(1,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.emitNewData({sort:a.sortData().sort,order:a.sortDirection.ascending}))}),Z(2,"mat-icon",8),I()}if(e&2){let n=L();z("disabled",n.disabled()),be("aria-label",N(1,2,"commons.sortDropdown.sorting-descendent"))}}var aAe=(()=>{const t=class t{constructor(){this.sortData=_s.required(),this.sortItems=Oe.required(),this.disabled=Oe(!1),this.sortDirection=e0}emitNewData(a){this.sortData.set(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-sort-dropdown"]],inputs:{sortData:[1,"sortData"],sortItems:[1,"sortItems"],disabled:[1,"disabled"]},outputs:{sortData:"sortDataChange"},decls:8,vars:3,consts:[[1,"wrap"],[1,"mh-form-field"],["appearance","outline"],[3,"valueChange","value","disabled"],[3,"value"],["mat-icon-button","",3,"disabled"],["mat-icon-button","",3,"click","disabled"],["fontIcon","sort",1,"ascending"],["fontIcon","sort"]],template:function(a,i){a&1&&(D(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-select",3),xe("valueChange",function(r){return i.emitNewData({sort:r,order:i.sortData().order})}),Ua(4,JTe,3,4,"mat-option",4,Oi),I()()(),V(6,eAe,3,4,"button",5)(7,tAe,3,4,"button",5),I()),a&2&&(C(3),z("value",i.sortData().sort)("disabled",i.disabled()),C(),Wa(i.sortItems()),C(2),W(i.sortData().order===i.sortDirection.ascending?6:7))},dependencies:[Er,ai,Zl,_l,sE,_xe,yxe,GE,Zt],styles:[".wrap[_ngcontent-%COMP%]{margin-bottom:16px;display:flex;gap:16px;align-items:baseline}.wrap[_ngcontent-%COMP%] .mh-form-field[_ngcontent-%COMP%]{width:100%}.wrap[_ngcontent-%COMP%] .ascending[_ngcontent-%COMP%]{transform:rotateX(180deg)}"]});let e=t;return e})(),iAe=[[["","alert-details",""]]],nAe=["[alert-details]"];function rAe(e,t){if(e&1&&(D(0,"h2"),P(1),I()),e&2){let n=L();C(),ne(" ",n.alertTitle()," ")}}function oAe(e,t){if(e&1){let n=xt();D(0,"button",7),xe("click",function(){Ee(n);let a=L(2);return Ce(a.onActionButtonClicked())}),P(1),I()}if(e&2){let n=L(2);z("disabled",n.buttonDisabled()),C(),ne(" ",n.buttonLabel()," ")}}function sAe(e,t){if(e&1&&(D(0,"span",5),Re(1),I(),V(2,oAe,2,2,"button",6)),e&2){let n=L();C(2),W(n.actionButton()?2:-1)}}function lAe(e,t){if(e&1){let n=xt();D(0,"mat-icon",8),xe("click",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())})("keydown.enter",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())})("keydown.space",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())}),I()}if(e&2){let n=L();be("aria-label",n.closeButtonAriaLabel())}}function cAe(e,t){if(e&1){let n=xt();D(0,"mat-icon",9),xe("click",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())})("keydown.enter",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())})("keydown.space",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())}),I()}if(e&2){let n=L();z("fontIcon",n.expanded()?"keyboard_arrow_up":"keyboard_arrow_down"),be("aria-label",n.currentExpandIconAriaLabel)}}var dAe=(()=>{const t=class t{constructor(){o(this,"usage",Oe("info"));o(this,"backgroundColor",Oe("color"));o(this,"alertTitle",Oe());o(this,"actionButton",Oe(!1));o(this,"buttonDisabled",Oe(!1));o(this,"buttonLabel",Oe());o(this,"dismissMode",Oe("pinned"));o(this,"closeButtonAriaLabel",Oe(""));o(this,"startExpanded",Oe(!1));o(this,"expandedButtonAriaLabel",Oe(""));o(this,"collapsedButtonAriaLabel",Oe(""));o(this,"closeButtonClicked",to());o(this,"actionButtonClicked",to());o(this,"expanded",_0e(()=>this.startExpanded()));o(this,"currentExpandIconAriaLabel",ga(()=>this.expanded()?this.expandedButtonAriaLabel():this.collapsedButtonAriaLabel()));o(this,"toggleExpanded",()=>{this.expanded.update(a=>!a)});o(this,"onActionButtonClicked",()=>{this.actionButtonClicked.emit()});o(this,"fontIcon",ga(()=>({info:"info",success:"check_circle",warning:"warning",error:"emergency_home",notification:"notifications"})[this.usage()]??"info"))}onCloseButtonClick(){this.closeButtonClicked.emit()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mh-alert"]],inputs:{usage:[1,"usage"],backgroundColor:[1,"backgroundColor"],alertTitle:[1,"alertTitle"],actionButton:[1,"actionButton"],buttonDisabled:[1,"buttonDisabled"],buttonLabel:[1,"buttonLabel"],dismissMode:[1,"dismissMode"],closeButtonAriaLabel:[1,"closeButtonAriaLabel"],startExpanded:[1,"startExpanded"],expandedButtonAriaLabel:[1,"expandedButtonAriaLabel"],collapsedButtonAriaLabel:[1,"collapsedButtonAriaLabel"]},outputs:{closeButtonClicked:"closeButtonClicked",actionButtonClicked:"actionButtonClicked"},ngContentSelectors:nAe,decls:7,vars:8,consts:[["role","alert","aria-live","assertive"],[3,"fontIcon"],[1,"flex-grow"],["type","button","tabindex","0","fontIcon","close",1,"top-right-icon"],["type","button","tabindex","0",1,"top-right-icon",3,"fontIcon"],[1,"alert-details"],["type","button","mat-flat-button","",3,"disabled"],["type","button","mat-flat-button","",3,"click","disabled"],["type","button","tabindex","0","fontIcon","close",1,"top-right-icon",3,"click","keydown.enter","keydown.space"],["type","button","tabindex","0",1,"top-right-icon",3,"click","keydown.enter","keydown.space","fontIcon"]],template:function(a,i){a&1&&(Tt(iAe),D(0,"div",0),Z(1,"mat-icon",1),D(2,"div",2),V(3,rAe,2,1,"h2")(4,sAe,3,1),I(),V(5,lAe,1,1,"mat-icon",3)(6,cAe,1,2,"mat-icon",4),I()),a&2&&(Ai(i.usage()),Se("white",i.backgroundColor()==="white"),C(),z("fontIcon",i.fontIcon()),C(2),W(i.alertTitle()?3:-1),C(),W(i.dismissMode()!=="expandable"||i.expanded()?4:-1),C(),W(i.dismissMode()==="closable"?5:i.dismissMode()==="expandable"?6:-1))},dependencies:[Jw,Er,$n],styles:[".info[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f2f7fd}.info[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.info[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#1d5caf;margin:0}.info[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#1d5caf;margin:0}.info[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#1d5caf;flex-shrink:0}.info[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#2473db;width:max-content}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#1d5caf}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#1d5caf}.success[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f2fcf8}.success[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.success[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#1d8657;margin:0}.success[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#1d8657;margin:0}.success[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#1d8657;flex-shrink:0}.success[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#1d8657;width:max-content}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#145c3c}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#145c3c}.warning[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#ffeee0}.warning[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.warning[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#662e00;margin:0}.warning[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#662e00;margin:0}.warning[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#662e00;flex-shrink:0}.warning[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#994500;width:max-content}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#662e00}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#662e00}.error[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#fff6f5}.error[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.error[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#c41c0d;margin:0}.error[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#c41c0d;margin:0}.error[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#c41c0d;flex-shrink:0}.error[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#c41c0d;width:max-content}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#8f0c00}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#8f0c00}.notification[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f5f5f5}.notification[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.notification[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#0d0d0d;margin:0}.notification[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#0d0d0d;margin:0}.notification[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#c41c0d;flex-shrink:0}.notification[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#2473db;width:max-content}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#1d5caf}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#1d5caf}.notification[_ngcontent-%COMP%] mat-icon.close[_ngcontent-%COMP%]{color:#0d0d0d}.white[_ngcontent-%COMP%]{background:#fff}.white[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .white[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{color:#0d0d0d}"]}));let e=t;return e})();function uAe(e,t){if(e&1&&(D(0,"mh-alert",0),A(1,"translate"),D(2,"div",1),P(3),A(4,"translate"),I()()),e&2){let n=L();z("alertTitle",N(1,2,"commons.errors.data-not-available-title")),C(3),ae(N(4,4,"commons.errors."+n.error().code))}}var hAe=(()=>{const t=class t{constructor(){this.error=Oe.required(),this.vidisErrorGroup=Vn}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-status-message"]],inputs:{error:[1,"error"]},decls:1,vars:1,consts:[["usage","info",3,"alertTitle"],["alert-details",""]],template:function(a,i){a&1&&V(0,uAe,5,6,"mh-alert",0),a&2&&W(i.error().group===i.vidisErrorGroup.TEMP_UNAVAILABLE?0:-1)},dependencies:[Zt,dAe],styles:["mat-card-header[_ngcontent-%COMP%]{color:#c41c0d}mat-card-header[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{margin-right:8px}span[_ngcontent-%COMP%]{white-space:pre-line}"]});let e=t;return e})(),pAe=["*"],Xoe=(()=>{const t=class t{constructor(){this.item=Oe.required(),this.expandedElement=_s.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-table-detail-button"]],inputs:{item:[1,"item"],expandedElement:[1,"expandedElement"]},outputs:{expandedElement:"expandedElementChange"},ngContentSelectors:pAe,decls:3,vars:1,consts:[["mat-button","",1,"font",3,"click"],[3,"fontIcon"]],template:function(a,i){a&1&&(Tt(),D(0,"button",0),xe("click",function(){return i.expandedElement.set(i.expandedElement()===i.item()?null:i.item())}),Z(1,"mat-icon",1),Re(2),I()),a&2&&(C(),z("fontIcon",i.item()===i.expandedElement()?"keyboard_arrow_up":"keyboard_arrow_down"))},dependencies:[ai,$n,Er],styles:[".font[_ngcontent-%COMP%]{font-size:1rem}"]});let e=t;return e})(),mAe=["*"],fAe=(e,t,n,a,i)=>({"custom-content":e,circle:t,progress:n,"progress-dark":a,pulse:i});function gAe(e,t){e&1&&Re(0)}function bAe(e,t){if(e&1&&(D(0,"div",0),V(1,gAe,1,0),I()),e&2){let n=L(),a=kb(0),i=kb(1);z("ngClass",Fge(5,fAe,a==="custom-content",a==="circle",i==="progress",i==="progress-dark",i==="pulse"))("ngStyle",n.styles()),be("aria-label",n.ariaLabel())("aria-valuetext",n.loadingText()),C(),W(a==="custom-content"?1:-1)}}var Qoe=new Y("ngx-skeleton-loader.config"),oc=(()=>{var t;const n=class n{constructor(){w0(this,t);var i,r,s,l,c,d;k0(this,t,_(Qoe,{optional:!0})),this.count=Oe(((i=An(this,t))==null?void 0:i.count)||1,{transform:mn}),this.loadingText=Oe(((r=An(this,t))==null?void 0:r.loadingText)||"Loading..."),this.appearance=Oe(((s=An(this,t))==null?void 0:s.appearance)||"line"),this.animation=Oe(((l=An(this,t))==null?void 0:l.animation)||"progress"),this.ariaLabel=Oe(((c=An(this,t))==null?void 0:c.ariaLabel)||"loading"),this.theme=Oe(((d=An(this,t))==null?void 0:d.theme)||null),this.items=ga(()=>{let u=this.count()||1;return this.appearance()==="custom-content"&&a0e(),[...Array(u)].map((p,b)=>b)}),this.styles=ga(()=>{var p,b,g;let u=this.theme();return(b=(p=An(this,t))==null?void 0:p.theme)!=null&&b.extendsFromRoot?ue(ue({},(g=An(this,t))==null?void 0:g.theme),u):u})}};t=new WeakMap,n.ɵfac=function(i){return new(i||n)},n.ɵcmp=le({type:n,selectors:[["ngx-skeleton-loader"]],inputs:{count:[1,"count"],loadingText:[1,"loadingText"],appearance:[1,"appearance"],animation:[1,"animation"],ariaLabel:[1,"ariaLabel"],theme:[1,"theme"]},ngContentSelectors:mAe,decls:4,vars:2,consts:[["aria-busy","true","aria-valuemin","0","aria-valuemax","100","role","progressbar","tabindex","-1",1,"skeleton-loader",3,"ngClass","ngStyle"]],template:function(i,r){i&1&&(Tt(),rg(0)(1),Ua(2,bAe,2,11,"div",0,Oi)),i&2&&(wb(r.appearance()),C(),wb(r.animation()),C(),Wa(r.items()))},dependencies:[Pu,Xw],styles:['.skeleton-loader[_ngcontent-%COMP%]{box-sizing:border-box;overflow:hidden;position:relative;background:#eff1f6 no-repeat;border-radius:4px;width:100%;height:20px;display:inline-block;margin-bottom:10px;will-change:transform}.skeleton-loader[_ngcontent-%COMP%]:after, .skeleton-loader[_ngcontent-%COMP%]:before{box-sizing:border-box}.skeleton-loader.circle[_ngcontent-%COMP%]{width:40px;height:40px;margin:5px;border-radius:50%}.skeleton-loader.progress[_ngcontent-%COMP%], .skeleton-loader.progress-dark[_ngcontent-%COMP%]{transform:translateZ(0)}.skeleton-loader.progress[_ngcontent-%COMP%]:after, .skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:after, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{box-sizing:border-box}.skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{animation:_ngcontent-%COMP%_progress 2s ease-in-out infinite;background-size:200px 100%;position:absolute;z-index:1;top:0;left:0;width:200px;height:100%;content:""}.skeleton-loader.progress[_ngcontent-%COMP%]:before{background-image:linear-gradient(90deg,#fff0,#fff9,#fff0)}.skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent)}.skeleton-loader.pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse 1.5s cubic-bezier(.4,0,.2,1) infinite;animation-delay:.5s}.skeleton-loader.custom-content[_ngcontent-%COMP%]{height:100%;background:none}@media (prefers-reduced-motion: reduce){.skeleton-loader.pulse[_ngcontent-%COMP%], .skeleton-loader.progress-dark[_ngcontent-%COMP%], .skeleton-loader.custom-content[_ngcontent-%COMP%], .skeleton-loader.progress[_ngcontent-%COMP%]:before{animation:none}.skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%], .skeleton-loader.custom-content[_ngcontent-%COMP%]{background-image:none}}@media screen and (min-device-width: 1200px){.skeleton-loader[_ngcontent-%COMP%]{-webkit-user-select:none;user-select:none;cursor:wait}}@keyframes _ngcontent-%COMP%_progress{0%{transform:translate3d(-200px,0,0)}to{transform:translate3d(calc(200px + 100vw),0,0)}}@keyframes _ngcontent-%COMP%_pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}'],changeDetection:0});let e=n;return e})(),sc=(()=>{const t=class t{static forRoot(a){return{ngModule:t,providers:[{provide:Qoe,useValue:a}]}}};t.ɵfac=function(a){return new(a||t)},t.ɵmod=_t({type:t}),t.ɵinj=yt({imports:[Jw]});let e=t;return e})(),vAe=(()=>{const t=class t{constructor(){this.creationDetails=_(Ng)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["ng-component"]],decls:39,vars:38,consts:[["mat-dialog-title",""],["mat-flat-button","","mat-dialog-close",""]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"dl")(5,"dt"),P(6),A(7,"translate"),I(),D(8,"dd"),P(9),I(),D(10,"dt"),P(11),A(12,"translate"),I(),D(13,"dd"),P(14),A(15,"date"),I(),D(16,"dt"),P(17),A(18,"translate"),I(),D(19,"dd"),P(20),A(21,"fullname"),I(),D(22,"dt"),P(23),A(24,"translate"),I(),D(25,"dd"),P(26),A(27,"translate"),A(28,"firstLetterUppercase"),I(),D(29,"dt"),P(30),A(31,"translate"),I(),D(32,"dd"),P(33),A(34,"translate"),I()()(),D(35,"mat-dialog-actions")(36,"button",1),P(37),A(38,"translate"),I()()),a&2&&(C(),ae(N(2,13,"medicationSchemeCreationDetails.title")),C(5),ne("",N(7,15,"medicationSchemeCreationDetails.version"),":"),C(3),ae(i.creationDetails.version),C(2),ne("",N(12,17,"medicationSchemeCreationDetails.updated"),":"),C(3),ae(sa(15,19,i.creationDetails.lastChange.date,"dd/MM/yyyy")),C(3),ne("",N(18,22,"medicationSchemeCreationDetails.author"),":"),C(3),ae(N(21,24,i.creationDetails.lastChange==null?null:i.creationDetails.lastChange.author)),C(3),ne("",N(24,26,"medicationSchemeCreationDetails.profession"),":"),C(2),be("translate","no"),C(),ne(" ",N(28,30,N(27,28,"commons.roles."+i.creationDetails.lastChange.author.role.toLowerCase()))," "),C(4),ne("",N(31,32,"medicationSchemeCreationDetails.source"),":"),C(3),ae(N(34,34,"commons.safes."+i.creationDetails.source.toLowerCase())),C(4),ae(N(38,36,"commons.close")))},dependencies:[qu,Gu,Yu,Wu,ai,$n,Zt,Gl,a0,$i],styles:["dd[_ngcontent-%COMP%]{color:#0d0d0d;margin-inline-start:0;margin-bottom:16px}"],changeDetection:0});let e=t;return e})(),yAe=()=>({height:"47px",width:"50%",margin:"0px"});function _Ae(e,t){e&1&&Z(0,"ngx-skeleton-loader",0),e&2&&z("count",1)("theme",pn(2,yAe))}function xAe(e,t){if(e&1){let n=xt();D(0,"dl")(1,"dt"),P(2),A(3,"translate"),I(),D(4,"dd"),P(5),I(),D(6,"dt"),P(7),A(8,"translate"),I(),D(9,"dd"),P(10),A(11,"date"),I(),D(12,"dt"),P(13),A(14,"translate"),I(),D(15,"dd"),P(16),A(17,"fullname"),A(18,"translate"),A(19,"firstLetterUppercase"),I(),D(20,"dt"),P(21),A(22,"translate"),I(),D(23,"dd"),P(24),A(25,"translate"),I()(),D(26,"div"),P(27),A(28,"translate"),D(29,"a",1),xe("click",function(){Ee(n);let a=L();return Ce(a.openCreationDetails())}),P(30),A(31,"date"),I()()}if(e&2){let n,a=L();C(2),ne("",N(3,12,"medicationSchemeCreationDetails.version"),":"),C(3),ae(a.creationDetails().version),C(2),ne("",N(8,14,"medicationSchemeCreationDetails.updated"),":"),C(3),ae(sa(11,16,a.creationDetails().lastChange.date,"dd/MM/yyyy")),C(3),ne("",N(14,19,"medicationSchemeCreationDetails.updatedBy"),":"),C(2),be("translate","no"),C(),mr(" ",N(17,21,(n=a.creationDetails().lastChange)==null?null:n.author),", ",N(19,25,N(18,23,"commons.roles."+a.creationDetails().lastChange.author.role.toLowerCase()))," "),C(5),ne("",N(22,27,"medicationSchemeCreationDetails.source"),":"),C(3),ae(N(25,29,"commons.safes."+a.creationDetails().source.toLowerCase())),C(3),ne(" ",N(28,31,"medicationSchemeCreationDetails.updated"),": "),C(3),ae(sa(31,33,a.creationDetails().lastChange.date,"dd/MM/yyyy"))}}var wAe=(()=>{const t=class t{constructor(){this.matDialog=_(Ss),this.isLoading=Oe.required(),this.creationDetails=Oe.required()}openCreationDetails(){this.matDialog.open(vAe,{data:this.creationDetails()})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-creation-details"]],inputs:{isLoading:[1,"isLoading"],creationDetails:[1,"creationDetails"]},decls:2,vars:1,consts:[["appearance","line",3,"count","theme"],["mat-button","",3,"click"]],template:function(a,i){a&1&&V(0,_Ae,1,3,"ngx-skeleton-loader",0)(1,xAe,32,36),a&2&&W(i.isLoading()?0:i.creationDetails()?1:-1)},dependencies:[ai,Nk,Zt,sc,oc,a0,$i,Gl],styles:["dl[_ngcontent-%COMP%]{display:flex}dt[_ngcontent-%COMP%]{color:#8f8f8f;margin-right:8px}dd[_ngcontent-%COMP%]{margin-right:20px;margin-inline-start:0}@media only screen and (max-width: 600px){dl[_ngcontent-%COMP%]{display:none}}@media only screen and (min-width: 600px){div[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),kAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["ng-component"]],hostAttrs:["cdk-text-field-style-loader",""],decls:0,vars:0,template:function(a,i){},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}
63
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),EAe={passive:!0},CAe=(()=>{const t=class t{constructor(){o(this,"_platform",_($t));o(this,"_ngZone",_(Le));o(this,"_renderer",_(Pi).createRenderer(null,null));o(this,"_styleLoader",_(Ra));o(this,"_monitoredElements",new Map)}monitor(a){if(!this._platform.isBrowser)return Ml;this._styleLoader.load(kAe);let i=Bn(a),r=this._monitoredElements.get(i);if(r)return r.subject;let s=new he,l="cdk-text-field-autofilled",c=u=>{u.animationName==="cdk-text-field-autofill-start"&&!i.classList.contains(l)?(i.classList.add(l),this._ngZone.run(()=>s.next({target:u.target,isAutofilled:!0}))):u.animationName==="cdk-text-field-autofill-end"&&i.classList.contains(l)&&(i.classList.remove(l),this._ngZone.run(()=>s.next({target:u.target,isAutofilled:!1})))},d=this._ngZone.runOutsideAngular(()=>(i.classList.add("cdk-text-field-autofill-monitored"),Ta(this._renderer,i,"animationstart",c,EAe)));return this._monitoredElements.set(i,{subject:s,unlisten:d}),s}stopMonitoring(a){let i=Bn(a),r=this._monitoredElements.get(i);r&&(r.unlisten(),r.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((a,i)=>this.stopMonitoring(i))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),SAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({}));let e=t;return e})(),DAe=["button","checkbox","file","hidden","image","radio","range","reset","submit"],IAe=new Y("MAT_INPUT_CONFIG"),TAe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_platform",_($t));o(this,"ngControl",_(_g,{optional:!0,self:!0}));o(this,"_autofillMonitor",_(CAe));o(this,"_ngZone",_(Le));o(this,"_formField",_(Ql,{optional:!0}));o(this,"_renderer",_(di));o(this,"_uid",_(la).getId("mat-input-"));o(this,"_previousNativeValue");o(this,"_inputValueAccessor");o(this,"_signalBasedValueAccessor");o(this,"_previousPlaceholder");o(this,"_errorStateTracker");o(this,"_config",_(IAe,{optional:!0}));o(this,"_cleanupIosKeyup");o(this,"_cleanupWebkitWheel");o(this,"_formFieldDescribedBy");o(this,"_isServer");o(this,"_isNativeSelect");o(this,"_isTextarea");o(this,"_isInFormField");o(this,"focused",!1);o(this,"stateChanges",new he);o(this,"controlType","mat-input");o(this,"autofilled",!1);o(this,"_disabled",!1);o(this,"_id");o(this,"placeholder");o(this,"name");o(this,"_required");o(this,"_type","text");o(this,"userAriaDescribedBy");o(this,"_readonly",!1);o(this,"disabledInteractive");o(this,"_neverEmptyInputTypes",["date","datetime","datetime-local","month","time","week"].filter(a=>Kb().has(a)));o(this,"_iOSKeyupListener",a=>{let i=a.target;!i.value&&i.selectionStart===0&&i.selectionEnd===0&&(i.setSelectionRange(1,1),i.setSelectionRange(0,0))});o(this,"_webkitBlinkWheelListener",()=>{});var d;let a=_(ju,{optional:!0}),i=_(Hu,{optional:!0}),r=_(wg),s=_(nE,{optional:!0,self:!0}),l=this._elementRef.nativeElement,c=l.nodeName.toLowerCase();s?ul(s.value)?this._signalBasedValueAccessor=s:this._inputValueAccessor=s: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 kg(r,this.ngControl,i,a,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect=c==="select",this._isTextarea=c==="textarea",this._isInFormField=!!this._formField,this.disabledInteractive=((d=this._config)==null?void 0:d.disabledInteractive)||!1,this._isNativeSelect&&(this.controlType=l.multiple?"mat-native-select-multiple":"mat-native-select"),this._signalBasedValueAccessor&&Ou(()=>{this._signalBasedValueAccessor.value(),this.stateChanges.next()})}get disabled(){return this._disabled}set disabled(a){this._disabled=Ho(a),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(a){this._id=a||this._uid}get required(){var a,i;return this._required??((i=(a=this.ngControl)==null?void 0:a.control)==null?void 0:i.hasValidator(ks.required))??!1}set required(a){this._required=Ho(a)}get type(){return this._type}set type(a){let i=this._type;this._type=a||"text",this._validateType(),!this._isTextarea&&Kb().has(this._type)&&(this._elementRef.nativeElement.type=this._type),this._type!==i&&this._ensureWheelDefaultBehavior()}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(a){this._errorStateTracker.matcher=a}get value(){return this._signalBasedValueAccessor?this._signalBasedValueAccessor.value():this._inputValueAccessor.value}set value(a){a!==this.value&&(this._signalBasedValueAccessor?this._signalBasedValueAccessor.value.set(a):this._inputValueAccessor.value=a,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(a){this._readonly=Ho(a)}get errorState(){return this._errorStateTracker.errorState}set errorState(a){this._errorStateTracker.errorState=a}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(a=>{this.autofilled=a.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){var a,i;this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),(a=this._cleanupIosKeyup)==null||a.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(a){this._elementRef.nativeElement.focus(a)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(a){if(a!==this.focused){if(!this._isNativeSelect&&a&&this.disabled&&this.disabledInteractive){let i=this._elementRef.nativeElement;i.type==="number"?(i.type="text",i.setSelectionRange(0,0),i.type="number"):i.setSelectionRange(0,0)}this.focused=a,this.stateChanges.next()}}_onInput(){}_dirtyCheckNativeValue(){let a=this._elementRef.nativeElement.value;this._previousNativeValue!==a&&(this._previousNativeValue=a,this.stateChanges.next())}_dirtyCheckPlaceholder(){let a=this._getPlaceholder();if(a!==this._previousPlaceholder){let i=this._elementRef.nativeElement;this._previousPlaceholder=a,a?i.setAttribute("placeholder",a):i.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){DAe.indexOf(this._type)>-1}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let a=this._elementRef.nativeElement.validity;return a&&a.badInput}get empty(){return!this._isNeverEmpty()&&!this._elementRef.nativeElement.value&&!this._isBadInput()&&!this.autofilled}get shouldLabelFloat(){if(this._isNativeSelect){let a=this._elementRef.nativeElement,i=a.options[0];return this.focused||a.multiple||!this.empty||!!(a.selectedIndex>-1&&i&&i.label)}else return this.focused&&!this.disabled||!this.empty}setDescribedByIds(a){let i=this._elementRef.nativeElement,r=i.getAttribute("aria-describedby"),s;if(r){let l=this._formFieldDescribedBy||a;s=a.concat(r.split(" ").filter(c=>c&&!l.includes(c)))}else s=a;this._formFieldDescribedBy=a,s.length?i.setAttribute("aria-describedby",s.join(" ")):i.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){let a=this._elementRef.nativeElement;return this._isNativeSelect&&(a.multiple||a.size>1)}_ensureWheelDefaultBehavior(){var a;(a=this._cleanupWebkitWheel)==null||a.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}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:21,hostBindings:function(a,i){a&1&&xe("focus",function(){return i._focusChanged(!0)})("blur",function(){return i._focusChanged(!1)})("input",function(){return i._onInput()}),a&2&&(vn("id",i.id)("disabled",i.disabled&&!i.disabledInteractive)("required",i.required),be("name",i.name||null)("readonly",i._getReadonlyAttribute())("aria-disabled",i.disabled&&i.disabledInteractive?"true":null)("aria-invalid",i.empty&&i.required?null:i.errorState)("aria-required",i.required)("id",i.id),Se("mat-input-server",i._isServer)("mat-mdc-form-field-textarea-control",i._isInFormField&&i._isTextarea)("mat-mdc-form-field-input-control",i._isInFormField)("mat-mdc-input-disabled-interactive",i.disabledInteractive)("mdc-text-field__input",i._isInFormField)("mat-mdc-native-select-inline",i._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",me]},exportAs:["matInput"],features:[dt([{provide:Uu,useExisting:t}]),Jt]}));let e=t;return e})(),AAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,_l,_l,SAe,zt]}));let e=t;return e})(),OAe=e=>({visibility:e});function RAe(e,t){if(e&1){let n=xt();D(0,"mat-form-field")(1,"input",8),xe("dateChange",function(a){Ee(n);let i=L();return Ce(i.onChangeDate(a))}),I(),Z(2,"mat-datepicker",null,0),I(),D(4,"a",9),A(5,"translate"),xe("click",function(){Ee(n);let a=Ri(3);return Ce(a.open())}),P(6),A(7,"date"),A(8,"firstLetterUppercase"),Z(9,"br"),P(10),A(11,"date"),A(12,"firstLetterUppercase"),I()}if(e&2){let n=Ri(3),a=L();Gn("height","0px")("width","0px"),C(),z("matDatepicker",n),C(3),be("aria-label",N(5,8,"medicationSchemeDateToggler.openCalendar")),C(2),ne(" ",N(8,15,Gr(7,10,a.activeDate().displayDate,"EEEE",void 0,a.locale))," "),C(4),ne(" ",N(12,22,Gr(11,17,a.activeDate().displayDate,"dd MMMM yyyy",void 0,a.locale))," ")}}function MAe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"date"),A(3,"date"),Z(4,"br"),P(5),A(6,"date"),I()),e&2){let n=L(2);C(),mr(" ",Gr(2,3,n.activeDate().startOfWeek,"dd",void 0,n.locale)," - ",Gr(3,8,n.activeDate().endOfWeek,"dd",void 0,n.locale)," "),C(4),ne(" ",Gr(6,13,n.activeDate().endOfWeek,"MMMM y",void 0,n.locale)," ")}}function PAe(e,t){if(e&1&&(P(0),A(1,"date"),Z(2,"br"),P(3," - "),Z(4,"br"),P(5),A(6,"date")),e&2){let n=L(2);ne(" ",Gr(1,2,n.activeDate().startOfWeek,"dd MMMM y",void 0,n.locale)," "),C(5),ne(" ",Gr(6,7,n.activeDate().endOfWeek,"dd MMMM y",void 0,n.locale)," ")}}function NAe(e,t){if(e&1){let n=xt();D(0,"mat-form-field")(1,"mat-date-range-input",10)(2,"input",11),xe("dateChange",function(a){Ee(n);let i=L();return Ce(i.onChangeDate(a))}),I(),Z(3,"input",12),I(),Z(4,"mat-date-range-picker",null,0),I(),D(6,"a",9),A(7,"translate"),xe("click",function(){Ee(n);let a=Ri(5);return Ce(a.open())}),V(8,MAe,7,18,"span")(9,PAe,7,12),I()}if(e&2){let n=Ri(5),a=L();Gn("height","0px")("width","0px"),C(),z("rangePicker",n),C(),z("value",a.activeDate().startOfWeek),C(),z("value",a.activeDate().endOfWeek),C(3),be("aria-label",N(7,9,"medicationSchemeDateToggler.openCalendar")),C(2),W(a.activeDate().startOfWeek.getFullYear()===a.activeDate().endOfWeek.getFullYear()?8:9)}}var LAe=(()=>{const t=class t{constructor(){this.translate=_(La),this.dateAdapter=_(Da),this.destroyRef=_(yi),this.activeDate=_s.required(),this.fnsOptions={weekStartsOn:1},this.views=bi}ngOnInit(){this.locale=this.translate.currentLang==="de"?"de-DE":`${this.translate.currentLang}-BE`,this.dateAdapter.setLocale(this.translate.currentLang),this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(({lang:a})=>{this.locale=this.translate.currentLang==="de"?"de-DE":`${this.translate.currentLang}-BE`,this.dateAdapter.setLocale(a)})}onChangeDate(a){this.activeDate().displayDate=new Date(a.value),this.emitDateChange()}onTogglePrevious(){switch(this.activeDate().view){case bi.DAY:this.activeDate().displayDate=Qg(this.activeDate().displayDate);break;case bi.WEEK:this.activeDate().displayDate=wCe(this.activeDate().displayDate);break}this.emitDateChange()}onToggleNext(){switch(this.activeDate().view){case bi.DAY:this.activeDate().displayDate=Yi(this.activeDate().displayDate,1);break;case bi.WEEK:this.activeDate().displayDate=Gg(this.activeDate().displayDate,1);break}this.emitDateChange()}onSetCurrent(){this.activeDate().displayDate=Ct(new Date),this.emitDateChange()}isDisplayDateToday(a){return xCe(new Date(a))}isDisplayDateThisWeek(a){return _Ce(new Date(a),this.fnsOptions)}emitDateChange(){this.activeDate.set(ht(ue({},this.activeDate()),{startOfWeek:ei(this.activeDate().displayDate,this.fnsOptions),endOfWeek:Yg(this.activeDate().displayDate,this.fnsOptions)}))}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-date-toggler"]],inputs:{activeDate:[1,"activeDate"]},outputs:{activeDate:"activeDateChange"},decls:16,vars:16,consts:[["calendar",""],[1,"text-center"],[1,"items-center"],["mat-icon-button","",3,"click"],["fontIcon","chevron_left"],["fontIcon","chevron_right"],["mat-button","",3,"click","ngStyle"],["fontIcon","replay"],["matInput","","tabindex","-1",3,"dateChange","matDatepicker"],["mat-button","",3,"click"],["tabindex","-1",3,"rangePicker"],["matStartDate","",3,"dateChange","value"],["matEndDate","",3,"value"]],template:function(a,i){a&1&&(D(0,"div",1)(1,"div",2)(2,"button",3),A(3,"translate"),xe("click",function(){return i.onTogglePrevious()}),Z(4,"mat-icon",4),I(),D(5,"div"),V(6,RAe,13,24)(7,NAe,10,11),I(),D(8,"button",3),A(9,"translate"),xe("click",function(){return i.onToggleNext()}),Z(10,"mat-icon",5),I()(),D(11,"a",6),A(12,"translate"),xe("click",function(){return i.onSetCurrent()}),Z(13,"mat-icon",7),P(14),A(15,"translate"),I()()),a&2&&(C(2),be("aria-label",N(3,6,"medicationSchemeDateToggler.previous"+i.activeDate().view)),C(4),W(i.activeDate().view===i.views.DAY?6:7),C(2),be("aria-label",N(9,8,"medicationSchemeDateToggler.next"+i.activeDate().view)),C(3),z("ngStyle",yn(14,OAe,i.isDisplayDateToday(i.activeDate().displayDate)&&i.isDisplayDateThisWeek(i.activeDate().displayDate)?"hidden":"visible")),be("aria-label",N(12,10,"medicationSchemeDateToggler.returnTo"+(i.activeDate().view===i.views.DAY?"Today":"CurrentWeek"))),C(3),ne(" ",N(15,12,"medicationSchemeDateToggler.returnTo"+(i.activeDate().view===i.views.DAY?"Today":"CurrentWeek"))," "))},dependencies:[Y1e,_l,sE,AAe,TAe,I_e,b_e,Cg,bE,C_e,S_e,D_e,ai,Nk,Zl,th,Er,Zt,$i,Gl,Xw],styles:["@media only screen and (min-width: 600px){br[_ngcontent-%COMP%]{display:none}}.text-center[_ngcontent-%COMP%]{text-align:center}.items-center[_ngcontent-%COMP%]{align-items:center;justify-content:center;display:flex;flex-wrap:wrap;margin-top:16px;margin-bottom:16px}"],changeDetection:0});let e=t;return e})(),FAe=[[["caption"]],[["colgroup"],["col"]],"*"],VAe=["caption","colgroup, col","*"];function zAe(e,t){e&1&&Re(0,2)}function BAe(e,t){e&1&&(D(0,"thead",0),Ja(1,1),I(),D(2,"tbody",0),Ja(3,2)(4,3),I(),D(5,"tfoot",0),Ja(6,4),I())}function jAe(e,t){e&1&&Ja(0,1)(1,2)(2,3)(3,4)}var _n=new Y("CDK_TABLE"),zm=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkCellDef",""]]}));let e=t;return e})(),Bm=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkHeaderCellDef",""]]}));let e=t;return e})(),HAe=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkFooterCellDef",""]]}));let e=t;return e})(),Cl=(()=>{const t=class t{constructor(){o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(this,"_name");o(this,"_sticky",!1);o(this,"_stickyEnd",!1);o(this,"cell");o(this,"headerCell");o(this,"footerCell");o(this,"cssClassFriendlyName");o(this,"_columnCssClassName")}get name(){return this._name}set name(a){this._setNameInput(a)}get sticky(){return this._sticky}set sticky(a){a!==this._sticky&&(this._sticky=a,this._hasStickyChanged=!0)}get stickyEnd(){return this._stickyEnd}set stickyEnd(a){a!==this._stickyEnd&&(this._stickyEnd=a,this._hasStickyChanged=!0)}hasStickyChanged(){let a=this._hasStickyChanged;return this.resetStickyChanged(),a}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(a){a&&(this._name=a,this.cssClassFriendlyName=a.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkColumnDef",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,zm,5),gt(r,Bm,5),gt(r,HAe,5)),a&2){let s;ye(s=_e())&&(i.cell=s.first),ye(s=_e())&&(i.headerCell=s.first),ye(s=_e())&&(i.footerCell=s.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",me],stickyEnd:[2,"stickyEnd","stickyEnd",me]},features:[dt([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}])]}));let e=t;return e})(),Joe=class{constructor(e,t){t.nativeElement.classList.add(...e._columnCssClassName)}},UAe=(()=>{const t=class t extends Joe{constructor(){super(_(Cl),_(Ae))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[Be]}));let e=t;return e})(),WAe=(()=>{const t=class t extends Joe{constructor(){var s;let a=_(Cl),i=_(Ae);super(a,i);let r=(s=a._table)==null?void 0:s._getCellRole();r&&i.nativeElement.setAttribute("role",r)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[Be]}));let e=t;return e})(),Fy=class{constructor(){o(this,"tasks",[]);o(this,"endTasks",[])}},jm=new Y("_COALESCED_STYLE_SCHEDULER"),ese=(()=>{const t=class t{constructor(){o(this,"_currentSchedule",null);o(this,"_ngZone",_(Le))}schedule(a){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(a)}scheduleEnd(a){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(a)}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new Fy,this._ngZone.runOutsideAngular(()=>queueMicrotask(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){let a=this._currentSchedule;this._currentSchedule=new Fy;for(let i of a.tasks)i();for(let i of a.endTasks)i()}this._currentSchedule=null})))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),n0=(()=>{const t=class t{constructor(){o(this,"template",_(ba));o(this,"_differs",_(ws));o(this,"columns");o(this,"_columnsDiffer")}ngOnChanges(a){if(!this._columnsDiffer){let i=a.columns&&a.columns.currentValue||[];this._columnsDiffer=this._differs.find(i).create(),this._columnsDiffer.diff(i)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(a){return this instanceof Xd?a.headerCell.template:this instanceof tse?a.footerCell.template:a.cell.template}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,features:[Jt]}));let e=t;return e})(),Xd=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(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(){let i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",me]},features:[Be,Jt]}));let e=t;return e})(),tse=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(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(){let i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",me]},features:[Be,Jt]}));let e=t;return e})(),Hm=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"when")}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[Be]}));let e=t;return e})(),rs=(()=>{const t=class t{constructor(){o(this,"_viewContainer",_(ti));o(this,"cells");o(this,"context");t.mostRecentCellOutlet=this}ngOnDestroy(){t.mostRecentCellOutlet===this&&(t.mostRecentCellOutlet=null)}};o(t,"mostRecentCellOutlet",null),o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkCellOutlet",""]]}));let e=t;return e})(),Vy=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),zy=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),qAe=(()=>{const t=class t{constructor(){o(this,"templateRef",_(ba));o(this,"_contentClassName","cdk-no-data-row")}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["ng-template","cdkNoDataRow",""]]}));let e=t;return e})(),By=["top","bottom","left","right"],GAe=class{constructor(e,t,n,a,i=!0,r=!0,s,l){o(this,"_isNativeHtmlTable");o(this,"_stickCellCss");o(this,"direction");o(this,"_coalescedStyleScheduler");o(this,"_isBrowser");o(this,"_needsPositionStickyOnElement");o(this,"_positionListener");o(this,"_tableInjector");o(this,"_elemSizeCache",new WeakMap);o(this,"_resizeObserver",globalThis!=null&&globalThis.ResizeObserver?new globalThis.ResizeObserver(e=>this._updateCachedSizes(e)):null);o(this,"_updatedStickyColumnsParamsToReplay",[]);o(this,"_stickyColumnsReplayTimeout",null);o(this,"_cachedCellWidths",[]);o(this,"_borderCellCss");o(this,"_destroyed",!1);this._isNativeHtmlTable=e,this._stickCellCss=t,this.direction=n,this._coalescedStyleScheduler=a,this._isBrowser=i,this._needsPositionStickyOnElement=r,this._positionListener=s,this._tableInjector=l,this._borderCellCss={top:`${t}-border-elem-top`,bottom:`${t}-border-elem-bottom`,left:`${t}-border-elem-left`,right:`${t}-border-elem-right`}}clearStickyPositioning(e,t){(t.includes("left")||t.includes("right"))&&this._removeFromStickyColumnReplayQueue(e);let n=[];for(let a of e)a.nodeType===a.ELEMENT_NODE&&n.push(a,...Array.from(a.children));this._afterNextRender({write:()=>{for(let a of n)this._removeStickyStyle(a,t)}})}updateStickyColumns(e,t,n,a=!0,i=!0){var k,S;if(!e.length||!this._isBrowser||!(t.some(O=>O)||n.some(O=>O))){(k=this._positionListener)==null||k.stickyColumnsUpdated({sizes:[]}),(S=this._positionListener)==null||S.stickyEndColumnsUpdated({sizes:[]});return}let r=e[0],s=r.children.length,l=this.direction==="rtl",c=l?"right":"left",d=l?"left":"right",u=t.lastIndexOf(!0),p=n.indexOf(!0),b,g,w;i&&this._updateStickyColumnReplayQueue({rows:[...e],stickyStartStates:[...t],stickyEndStates:[...n]}),this._afterNextRender({earlyRead:()=>{b=this._getCellWidths(r,a),g=this._getStickyStartColumnPositions(b,t),w=this._getStickyEndColumnPositions(b,n)},write:()=>{for(let O of e)for(let B=0;B<s;B++){let j=O.children[B];t[B]&&this._addStickyStyle(j,c,g[B],B===u),n[B]&&this._addStickyStyle(j,d,w[B],B===p)}this._positionListener&&b.some(O=>!!O)&&(this._positionListener.stickyColumnsUpdated({sizes:u===-1?[]:b.slice(0,u+1).map((O,B)=>t[B]?O:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:p===-1?[]:b.slice(p).map((O,B)=>n[B+p]?O:null).reverse()}))}})}stickRows(e,t,n){if(!this._isBrowser)return;let a=n==="bottom"?e.slice().reverse():e,i=n==="bottom"?t.slice().reverse():t,r=[],s=[],l=[];this._afterNextRender({earlyRead:()=>{for(let c=0,d=0;c<a.length;c++){if(!i[c])continue;r[c]=d;let u=a[c];l[c]=this._isNativeHtmlTable?Array.from(u.children):[u];let p=this._retrieveElementSize(u).height;d+=p,s[c]=p}},write:()=>{var d,u;let c=i.lastIndexOf(!0);for(let p=0;p<a.length;p++){if(!i[p])continue;let b=r[p],g=p===c;for(let w of l[p])this._addStickyStyle(w,n,b,g)}n==="top"?(d=this._positionListener)==null||d.stickyHeaderRowsUpdated({sizes:s,offsets:r,elements:l}):(u=this._positionListener)==null||u.stickyFooterRowsUpdated({sizes:s,offsets:r,elements:l})}})}updateStickyFooterContainer(e,t){this._isNativeHtmlTable&&this._afterNextRender({write:()=>{let n=e.querySelector("tfoot");n&&(t.some(a=>!a)?this._removeStickyStyle(n,["bottom"]):this._addStickyStyle(n,"bottom",0,!1))}})}destroy(){var e;this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),(e=this._resizeObserver)==null||e.disconnect(),this._destroyed=!0}_removeStickyStyle(e,t){if(e.classList.contains(this._stickCellCss)){for(let n of t)e.style[n]="",e.classList.remove(this._borderCellCss[n]);By.some(n=>t.indexOf(n)===-1&&e.style[n])?e.style.zIndex=this._getCalculatedZIndex(e):(e.style.zIndex="",this._needsPositionStickyOnElement&&(e.style.position=""),e.classList.remove(this._stickCellCss))}}_addStickyStyle(e,t,n,a){e.classList.add(this._stickCellCss),a&&e.classList.add(this._borderCellCss[t]),e.style[t]=`${n}px`,e.style.zIndex=this._getCalculatedZIndex(e),this._needsPositionStickyOnElement&&(e.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(e){let t={top:100,bottom:10,left:1,right:1},n=0;for(let a of By)e.style[a]&&(n+=t[a]);return n?`${n}`:""}_getCellWidths(e,t=!0){if(!t&&this._cachedCellWidths.length)return this._cachedCellWidths;let n=[],a=e.children;for(let i=0;i<a.length;i++){let r=a[i];n.push(this._retrieveElementSize(r).width)}return this._cachedCellWidths=n,n}_getStickyStartColumnPositions(e,t){let n=[],a=0;for(let i=0;i<e.length;i++)t[i]&&(n[i]=a,a+=e[i]);return n}_getStickyEndColumnPositions(e,t){let n=[],a=0;for(let i=e.length;i>0;i--)t[i]&&(n[i]=a,a+=e[i]);return n}_retrieveElementSize(e){let t=this._elemSizeCache.get(e);if(t)return t;let n=e.getBoundingClientRect(),a={width:n.width,height:n.height};return this._resizeObserver&&(this._elemSizeCache.set(e,a),this._resizeObserver.observe(e,{box:"border-box"})),a}_updateStickyColumnReplayQueue(e){this._removeFromStickyColumnReplayQueue(e.rows),this._stickyColumnsReplayTimeout||this._updatedStickyColumnsParamsToReplay.push(e)}_removeFromStickyColumnReplayQueue(e){let t=new Set(e);for(let n of this._updatedStickyColumnsParamsToReplay)n.rows=n.rows.filter(a=>!t.has(a));this._updatedStickyColumnsParamsToReplay=this._updatedStickyColumnsParamsToReplay.filter(n=>!!n.rows.length)}_updateCachedSizes(e){var n,a;let t=!1;for(let i of e){let r=(n=i.borderBoxSize)!=null&&n.length?{width:i.borderBoxSize[0].inlineSize,height:i.borderBoxSize[0].blockSize}:{width:i.contentRect.width,height:i.contentRect.height};r.width!==((a=this._elemSizeCache.get(i.target))==null?void 0:a.width)&&YAe(i.target)&&(t=!0),this._elemSizeCache.set(i.target,r)}t&&this._updatedStickyColumnsParamsToReplay.length&&(this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._stickyColumnsReplayTimeout=setTimeout(()=>{if(!this._destroyed){for(let i of this._updatedStickyColumnsParamsToReplay)this.updateStickyColumns(i.rows,i.stickyStartStates,i.stickyEndStates,!0,!1);this._updatedStickyColumnsParamsToReplay=[],this._stickyColumnsReplayTimeout=null}},0))}_afterNextRender(e){this._tableInjector?Hn(e,{injector:this._tableInjector}):this._coalescedStyleScheduler.schedule(()=>{var t;(t=e.earlyRead)==null||t.call(e),e.write()})}};function YAe(e){return["cdk-cell","cdk-header-cell","cdk-footer-cell"].some(t=>e.classList.contains(t))}var Um=new Y("CDK_SPL"),ase=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._rowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","rowOutlet",""]]}));let e=t;return e})(),ise=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._headerRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","headerRowOutlet",""]]}));let e=t;return e})(),nse=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._footerRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","footerRowOutlet",""]]}));let e=t;return e})(),rse=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._noDataRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","noDataRowOutlet",""]]}));let e=t;return e})(),jy=(()=>{const t=class t{constructor(){o(this,"_differs",_(ws));o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_dir",_(Na,{optional:!0}));o(this,"_platform",_($t));o(this,"_viewRepeater",_(hm));o(this,"_coalescedStyleScheduler",_(jm));o(this,"_viewportRuler",_(Yl));o(this,"_stickyPositioningListener",_(Um,{optional:!0,skipSelf:!0}));o(this,"_document",_(ot));o(this,"_data");o(this,"_onDestroy",new he);o(this,"_renderRows");o(this,"_renderChangeSubscription");o(this,"_columnDefsByName",new Map);o(this,"_rowDefs");o(this,"_headerRowDefs");o(this,"_footerRowDefs");o(this,"_dataDiffer");o(this,"_defaultRowDef");o(this,"_customColumnDefs",new Set);o(this,"_customRowDefs",new Set);o(this,"_customHeaderRowDefs",new Set);o(this,"_customFooterRowDefs",new Set);o(this,"_customNoDataRow");o(this,"_headerRowDefChanged",!0);o(this,"_footerRowDefChanged",!0);o(this,"_stickyColumnStylesNeedReset",!0);o(this,"_forceRecalculateCellWidths",!0);o(this,"_cachedRenderRowsMap",new Map);o(this,"_isNativeHtmlTable");o(this,"_stickyStyler");o(this,"stickyCssClass","cdk-table-sticky");o(this,"needsPositionStickyOnElement",!0);o(this,"_isServer");o(this,"_isShowingNoDataRow",!1);o(this,"_hasAllOutlets",!1);o(this,"_hasInitialized",!1);o(this,"_cellRoleInternal");o(this,"_trackByFn");o(this,"_dataSource");o(this,"_multiTemplateDataRows",!1);o(this,"_fixedLayout",!1);o(this,"contentChanged",new te);o(this,"viewChange",new Wr({start:0,end:Number.MAX_VALUE}));o(this,"_rowOutlet");o(this,"_headerRowOutlet");o(this,"_footerRowOutlet");o(this,"_noDataRowOutlet");o(this,"_contentColumnDefs");o(this,"_contentRowDefs");o(this,"_contentHeaderRowDefs");o(this,"_contentFooterRowDefs");o(this,"_noDataRow");o(this,"_injector",_(pt));_(new fs("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((a,i)=>this.trackBy?this.trackBy(i.dataIndex,i.data):i)}_getCellRole(){if(this._cellRoleInternal===void 0){let a=this._elementRef.nativeElement.getAttribute("role");return a==="grid"||a==="treegrid"?"gridcell":"cell"}return this._cellRoleInternal}get trackBy(){return this._trackByFn}set trackBy(a){this._trackByFn=a}get dataSource(){return this._dataSource}set dataSource(a){this._dataSource!==a&&this._switchDataSource(a)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(a){this._multiTemplateDataRows=a,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(a){this._fixedLayout=a,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._viewportRuler.change().pipe(Ut(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){var a,i,r,s;(a=this._stickyStyler)==null||a.destroy(),[(i=this._rowOutlet)==null?void 0:i.viewContainer,(r=this._headerRowOutlet)==null?void 0:r.viewContainer,(s=this._footerRowOutlet)==null?void 0:s.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(),Vh(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();let a=this._dataDiffer.diff(this._renderRows);if(!a){this._updateNoDataRow(),this.contentChanged.next();return}let i=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(a,i,(r,s,l)=>this._getEmbeddedViewArgs(r.item,l),r=>r.item.data,r=>{r.operation===Js.INSERTED&&r.context&&this._renderCellTemplateForItem(r.record.item.rowDef,r.context)}),this._updateRowIndexContext(),a.forEachIdentityChange(r=>{let s=i.get(r.currentIndex);s.context.$implicit=r.item.data}),this._updateNoDataRow(),this.contentChanged.next(),this.updateStickyColumnStyles()}addColumnDef(a){this._customColumnDefs.add(a)}removeColumnDef(a){this._customColumnDefs.delete(a)}addRowDef(a){this._customRowDefs.add(a)}removeRowDef(a){this._customRowDefs.delete(a)}addHeaderRowDef(a){this._customHeaderRowDefs.add(a),this._headerRowDefChanged=!0}removeHeaderRowDef(a){this._customHeaderRowDefs.delete(a),this._headerRowDefChanged=!0}addFooterRowDef(a){this._customFooterRowDefs.add(a),this._footerRowDefChanged=!0}removeFooterRowDef(a){this._customFooterRowDefs.delete(a),this._footerRowDefChanged=!0}setNoDataRow(a){this._customNoDataRow=a}updateStickyHeaderRowStyles(){let a=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){let r=Hy(this._headerRowOutlet,"thead");r&&(r.style.display=a.length?"":"none")}let i=this._headerRowDefs.map(r=>r.sticky);this._stickyStyler.clearStickyPositioning(a,["top"]),this._stickyStyler.stickRows(a,i,"top"),this._headerRowDefs.forEach(r=>r.resetStickyChanged())}updateStickyFooterRowStyles(){let a=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){let r=Hy(this._footerRowOutlet,"tfoot");r&&(r.style.display=a.length?"":"none")}let i=this._footerRowDefs.map(r=>r.sticky);this._stickyStyler.clearStickyPositioning(a,["bottom"]),this._stickyStyler.stickRows(a,i,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,i),this._footerRowDefs.forEach(r=>r.resetStickyChanged())}updateStickyColumnStyles(){let a=this._getRenderedRows(this._headerRowOutlet),i=this._getRenderedRows(this._rowOutlet),r=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...a,...i,...r],["left","right"]),this._stickyColumnStylesNeedReset=!1),a.forEach((s,l)=>{this._addStickyColumnStyles([s],this._headerRowDefs[l])}),this._rowDefs.forEach(s=>{let l=[];for(let c=0;c<i.length;c++)this._renderRows[c].rowDef===s&&l.push(i[c]);this._addStickyColumnStyles(l,s)}),r.forEach((s,l)=>{this._addStickyColumnStyles([s],this._footerRowDefs[l])}),Array.from(this._columnDefsByName.values()).forEach(s=>s.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;let a=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||a,this._forceRecalculateCellWidths=a,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(){let a=[],i=this._cachedRenderRowsMap;if(this._cachedRenderRowsMap=new Map,!this._data)return a;for(let r=0;r<this._data.length;r++){let s=this._data[r],l=this._getRenderRowsForData(s,r,i.get(s));this._cachedRenderRowsMap.has(s)||this._cachedRenderRowsMap.set(s,new WeakMap);for(let c=0;c<l.length;c++){let d=l[c],u=this._cachedRenderRowsMap.get(d.data);u.has(d.rowDef)?u.get(d.rowDef).push(d):u.set(d.rowDef,[d]),a.push(d)}}return a}_getRenderRowsForData(a,i,r){return this._getRowDefs(a,i).map(s=>{let l=r&&r.has(s)?r.get(s):[];if(l.length){let c=l.shift();return c.dataIndex=i,c}else return{data:a,rowDef:s,dataIndex:i}})}_cacheColumnDefs(){this._columnDefsByName.clear(),$c(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(a=>{this._columnDefsByName.has(a.name),this._columnDefsByName.set(a.name,a)})}_cacheRowDefs(){this._headerRowDefs=$c(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=$c(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=$c(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);let a=this._rowDefs.filter(i=>!i.when);!this.multiTemplateDataRows&&a.length>1,this._defaultRowDef=a[0]}_renderUpdatedColumns(){let a=(l,c)=>{let d=!!c.getColumnsDiff();return l||d},i=this._rowDefs.reduce(a,!1);i&&this._forceRenderDataRows();let r=this._headerRowDefs.reduce(a,!1);r&&this._forceRenderHeaderRows();let s=this._footerRowDefs.reduce(a,!1);return s&&this._forceRenderFooterRows(),i||r||s}_switchDataSource(a){this._data=[],Vh(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),a||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=a}_observeRenderChanges(){if(!this.dataSource)return;let a;Vh(this.dataSource)?a=this.dataSource.connect(this):Vo(this.dataSource)?a=this.dataSource:Array.isArray(this.dataSource)&&(a=vt(this.dataSource)),this._renderChangeSubscription=a.pipe(Ut(this._onDestroy)).subscribe(i=>{this._data=i||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((a,i)=>this._renderRow(this._headerRowOutlet,a,i)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((a,i)=>this._renderRow(this._footerRowOutlet,a,i)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(a,i){let r=Array.from((i==null?void 0:i.columns)||[]).map(c=>this._columnDefsByName.get(c)),s=r.map(c=>c.sticky),l=r.map(c=>c.stickyEnd);this._stickyStyler.updateStickyColumns(a,s,l,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(a){let i=[];for(let r=0;r<a.viewContainer.length;r++){let s=a.viewContainer.get(r);i.push(s.rootNodes[0])}return i}_getRowDefs(a,i){if(this._rowDefs.length==1)return[this._rowDefs[0]];let r=[];if(this.multiTemplateDataRows)r=this._rowDefs.filter(s=>!s.when||s.when(i,a));else{let s=this._rowDefs.find(l=>l.when&&l.when(i,a))||this._defaultRowDef;s&&r.push(s)}return r.length,r}_getEmbeddedViewArgs(a,i){let r=a.rowDef,s={$implicit:a.data};return{templateRef:r.template,context:s,index:i}}_renderRow(a,i,r,s={}){let l=a.viewContainer.createEmbeddedView(i.template,s,r);return this._renderCellTemplateForItem(i,s),l}_renderCellTemplateForItem(a,i){for(let r of this._getCellTemplates(a))rs.mostRecentCellOutlet&&rs.mostRecentCellOutlet._viewContainer.createEmbeddedView(r,i);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){let a=this._rowOutlet.viewContainer;for(let i=0,r=a.length;i<r;i++){let s=a.get(i).context;s.count=r,s.first=i===0,s.last=i===r-1,s.even=i%2===0,s.odd=!s.even,this.multiTemplateDataRows?(s.dataIndex=this._renderRows[i].dataIndex,s.renderIndex=i):s.index=this._renderRows[i].dataIndex}}_getCellTemplates(a){return!a||!a.columns?[]:Array.from(a.columns,i=>{let r=this._columnDefsByName.get(i);return a.extractCellTemplate(r)})}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){let a=(i,r)=>i||r.hasStickyChanged();this._headerRowDefs.reduce(a,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(a,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(a,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){let a=this._dir?this._dir.value:"ltr";this._stickyStyler=new GAe(this._isNativeHtmlTable,this.stickyCssClass,a,this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener,this._injector),(this._dir?this._dir.change:vt()).pipe(Ut(this._onDestroy)).subscribe(i=>{this._stickyStyler.direction=i,this.updateStickyColumnStyles()})}_getOwnDefs(a){return a.filter(i=>!i._table||i._table===this)}_updateNoDataRow(){let a=this._customNoDataRow||this._noDataRow;if(!a)return;let i=this._rowOutlet.viewContainer.length===0;if(i===this._isShowingNoDataRow)return;let r=this._noDataRowOutlet.viewContainer;if(i){let s=r.createEmbeddedView(a.templateRef),l=s.rootNodes[0];s.rootNodes.length===1&&(l==null?void 0:l.nodeType)===this._document.ELEMENT_NODE&&(l.setAttribute("role","row"),l.classList.add(a._contentClassName))}else r.clear();this._isShowingNoDataRow=i,this._changeDetectorRef.markForCheck()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,qAe,5),gt(r,Cl,5),gt(r,Hm,5),gt(r,Xd,5),gt(r,tse,5)),a&2){let s;ye(s=_e())&&(i._noDataRow=s.first),ye(s=_e())&&(i._contentColumnDefs=s),ye(s=_e())&&(i._contentRowDefs=s),ye(s=_e())&&(i._contentHeaderRowDefs=s),ye(s=_e())&&(i._contentFooterRowDefs=s)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(a,i){a&2&&Se("cdk-table-fixed-layout",i.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",me],fixedLayout:[2,"fixedLayout","fixedLayout",me]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[dt([{provide:_n,useExisting:t},{provide:hm,useClass:aC},{provide:jm,useClass:ese},{provide:Um,useValue:null}])],ngContentSelectors:VAe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(a,i){a&1&&(Tt(FAe),Re(0),Re(1,1),V(2,zAe,1,0)(3,BAe,7,0)(4,jAe,4,0)),a&2&&(C(2),W(i._isServer?2:-1),C(),W(i._isNativeHtmlTable?3:4))},dependencies:[ise,ase,rse,nse],styles:[`.cdk-table-fixed-layout{table-layout:fixed}
64
- `],encapsulation:2}));let e=t;return e})();function $c(e,t){return e.concat(Array.from(t))}function Hy(e,t){let n=t.toUpperCase(),a=e.viewContainer.element.nativeElement;for(;a;){let i=a.nodeType===1?a.nodeName:null;if(i===n)return a;if(i==="TABLE")break;a=a.parentNode}return null}var $Ae=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[pm]}));let e=t;return e})(),ZAe=[[["caption"]],[["colgroup"],["col"]],"*"],KAe=["caption","colgroup, col","*"];function XAe(e,t){e&1&&Re(0,2)}function QAe(e,t){e&1&&(D(0,"thead",0),Ja(1,1),I(),D(2,"tbody",2),Ja(3,3)(4,4),I(),D(5,"tfoot",0),Ja(6,5),I())}function JAe(e,t){e&1&&Ja(0,1)(1,3)(2,4)(3,5)}var ose=(()=>{const t=class t extends jy{constructor(){super(...arguments);o(this,"stickyCssClass","mat-mdc-table-sticky");o(this,"needsPositionStickyOnElement",!1)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(i,r){i&2&&Se("mdc-table-fixed-layout",r.fixedLayout)},exportAs:["matTable"],features:[dt([{provide:jy,useExisting:t},{provide:_n,useExisting:t},{provide:jm,useClass:ese},{provide:hm,useClass:aC},{provide:Um,useValue:null}]),Be],ngContentSelectors:KAe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(i,r){i&1&&(Tt(ZAe),Re(0),Re(1,1),V(2,XAe,1,0)(3,QAe,7,0)(4,JAe,4,0)),i&2&&(C(2),W(r._isServer?2:-1),C(),W(r._isNativeHtmlTable?3:4))},dependencies:[ise,ase,rse,nse],styles:[`.mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:var(--mat-table-header-container-height, 56px)}mat-row{min-height:var(--mat-table-row-item-container-height, 52px)}mat-footer-row{min-height:var(--mat-table-footer-container-height, 52px)}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}
65
- `],encapsulation:2}));let e=t;return e})(),sse=(()=>{const t=class t extends zm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matCellDef",""]],features:[dt([{provide:zm,useExisting:t}]),Be]}));let e=t;return e})(),lse=(()=>{const t=class t extends Bm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matHeaderCellDef",""]],features:[dt([{provide:Bm,useExisting:t}]),Be]}));let e=t;return e})(),cse=(()=>{const t=class t extends Cl{get name(){return this._name}set name(a){this._setNameInput(a)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},features:[dt([{provide:Cl,useExisting:t},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}]),Be]}));let e=t;return e})(),dse=(()=>{const t=class t extends UAe{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[Be]}));let e=t;return e})(),use=(()=>{const t=class t extends WAe{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[Be]}));let e=t;return e})(),hse=(()=>{const t=class t extends Xd{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",me]},features:[dt([{provide:Xd,useExisting:t}]),Be]}));let e=t;return e})(),pse=(()=>{const t=class t extends Hm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[dt([{provide:Hm,useExisting:t}]),Be]}));let e=t;return e})(),mse=(()=>{const t=class t extends Vy{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[dt([{provide:Vy,useExisting:t}]),Be],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),fse=(()=>{const t=class t extends zy{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[dt([{provide:zy,useExisting:t}]),Be],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),gse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,$Ae,zt]}));let e=t;return e})(),eOe=9007199254740991,bse=class extends Jbe{constructor(t=[]){super();o(this,"_data");o(this,"_renderData",new Wr([]));o(this,"_filter",new Wr(""));o(this,"_internalPageChanges",new he);o(this,"_renderChangesSubscription",null);o(this,"filteredData");o(this,"_sort");o(this,"_paginator");o(this,"sortingDataAccessor",(t,n)=>{let a=t[n];if(ok(a)){let i=Number(a);return i<eOe?i:a}return a});o(this,"sortData",(t,n)=>{let a=n.active,i=n.direction;return!a||i==""?t:t.sort((r,s)=>{let l=this.sortingDataAccessor(r,a),c=this.sortingDataAccessor(s,a),d=typeof l,u=typeof c;d!==u&&(d==="number"&&(l+=""),u==="number"&&(c+=""));let p=0;return l!=null&&c!=null?l>c?p=1:l<c&&(p=-1):l!=null?p=1:c!=null&&(p=-1),p*(i=="asc"?1:-1)})});o(this,"filterPredicate",(t,n)=>{let a=n.trim().toLowerCase();return Object.values(t).some(i=>`${i}`.toLowerCase().includes(a))});this._data=new Wr(t),this._updateChangeSubscription()}get data(){return this._data.value}set data(t){t=Array.isArray(t)?t:[],this._data.next(t),this._renderChangesSubscription||this._filterData(t)}get filter(){return this._filter.value}set filter(t){this._filter.next(t),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(t){this._sort=t,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(t){this._paginator=t,this._updateChangeSubscription()}_updateChangeSubscription(){var l;let t=this._sort?fa(this._sort.sortChange,this._sort.initialized):vt(null),n=this._paginator?fa(this._paginator.page,this._internalPageChanges,this._paginator.initialized):vt(null),a=this._data,i=Qc([a,this._filter]).pipe(Dt(([c])=>this._filterData(c))),r=Qc([i,t]).pipe(Dt(([c])=>this._orderData(c))),s=Qc([r,n]).pipe(Dt(([c])=>this._pageData(c)));(l=this._renderChangesSubscription)==null||l.unsubscribe(),this._renderChangesSubscription=s.subscribe(c=>this._renderData.next(c))}_filterData(t){return this.filteredData=this.filter==null||this.filter===""?t:t.filter(n=>this.filterPredicate(n,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(t){return this.sort?this.sortData(t.slice(),this.sort):t}_pageData(t){if(!this.paginator)return t;let n=this.paginator.pageIndex*this.paginator.pageSize;return t.slice(n,n+this.paginator.pageSize)}_updatePaginator(t){Promise.resolve().then(()=>{let n=this.paginator;if(n&&(n.length=t,n.pageIndex>0)){let a=Math.ceil(n.length/n.pageSize)-1||0,i=Math.min(n.pageIndex,a);i!==n.pageIndex&&(n.pageIndex=i,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var t;(t=this._renderChangesSubscription)==null||t.unsubscribe(),this._renderChangesSubscription=null}},tOe=["*",[["mat-chip-avatar"],["","matChipAvatar",""]],[["mat-chip-trailing-icon"],["","matChipRemove",""],["","matChipTrailingIcon",""]]],aOe=["*","mat-chip-avatar, [matChipAvatar]","mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"];function iOe(e,t){e&1&&(D(0,"span",3),Re(1,1),I())}function nOe(e,t){e&1&&(D(0,"span",6),Re(1,2),I())}var rOe=["*"],Uy=new Y("MatChipAvatar"),Wy=new Y("MatChipTrailingIcon"),qy=new Y("MatChipRemove"),vse=new Y("MatChip"),Gy=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_parentChip",_(vse));o(this,"isInteractive",!0);o(this,"_isPrimary",!0);o(this,"_disabled",!1);o(this,"tabIndex",-1);o(this,"_allowFocusWhenDisabled",!1);_(Ra).load(Yn),this._elementRef.nativeElement.nodeName==="BUTTON"&&this._elementRef.nativeElement.setAttribute("type","button")}get disabled(){var a;return this._disabled||((a=this._parentChip)==null?void 0:a.disabled)||!1}set disabled(a){this._disabled=a}_getDisabledAttribute(){return this.disabled&&!this._allowFocusWhenDisabled?"":null}_getTabindex(){return this.disabled&&!this._allowFocusWhenDisabled||!this.isInteractive?null:this.tabIndex.toString()}focus(){this._elementRef.nativeElement.focus()}_handleClick(a){!this.disabled&&this.isInteractive&&this._isPrimary&&(a.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}_handleKeydown(a){(a.keyCode===13||a.keyCode===32)&&!this.disabled&&this.isInteractive&&this._isPrimary&&!this._parentChip._isEditing&&(a.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matChipAction",""]],hostAttrs:[1,"mdc-evolution-chip__action","mat-mdc-chip-action"],hostVars:9,hostBindings:function(a,i){a&1&&xe("click",function(r){return i._handleClick(r)})("keydown",function(r){return i._handleKeydown(r)}),a&2&&(be("tabindex",i._getTabindex())("disabled",i._getDisabledAttribute())("aria-disabled",i.disabled),Se("mdc-evolution-chip__action--primary",i._isPrimary)("mdc-evolution-chip__action--presentational",!i.isInteractive)("mdc-evolution-chip__action--trailing",!i._isPrimary))},inputs:{isInteractive:"isInteractive",disabled:[2,"disabled","disabled",me],tabIndex:[2,"tabIndex","tabIndex",a=>a==null?-1:mn(a)],_allowFocusWhenDisabled:"_allowFocusWhenDisabled"}}));let e=t;return e})(),ah=(()=>{const t=class t{constructor(){o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_ngZone",_(Le));o(this,"_focusMonitor",_(mo));o(this,"_globalRippleOptions",_(pg,{optional:!0}));o(this,"_document",_(ot));o(this,"_onFocus",new he);o(this,"_onBlur",new he);o(this,"_isBasicChip");o(this,"role",null);o(this,"_hasFocusInternal",!1);o(this,"_pendingFocus");o(this,"_actionChanges");o(this,"_animationsDisabled");o(this,"_allLeadingIcons");o(this,"_allTrailingIcons");o(this,"_allRemoveIcons");o(this,"id",_(la).getId("mat-mdc-chip-"));o(this,"ariaLabel",null);o(this,"ariaDescription",null);o(this,"_ariaDescriptionId",`${this.id}-aria-description`);o(this,"_chipListDisabled",!1);o(this,"_textElement");o(this,"_value");o(this,"color");o(this,"removable",!0);o(this,"highlighted",!1);o(this,"disableRipple",!1);o(this,"_disabled",!1);o(this,"removed",new te);o(this,"destroyed",new te);o(this,"basicChipAttrName","mat-basic-chip");o(this,"leadingIcon");o(this,"trailingIcon");o(this,"removeIcon");o(this,"primaryAction");o(this,"_rippleLoader",_(Ak));o(this,"_injector",_(pt));var r;let a=_(Ra);a.load(Yn),a.load(fo);let i=_(Oa,{optional:!0});this._animationsDisabled=i==="NoopAnimations",this._monitorFocus(),(r=this._rippleLoader)==null||r.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-chip-ripple",disabled:this._isRippleDisabled()})}_hasFocus(){return this._hasFocusInternal}get value(){return this._value!==void 0?this._value:this._textElement.textContent.trim()}set value(a){this._value=a}get disabled(){return this._disabled||this._chipListDisabled}set disabled(a){this._disabled=a}ngOnInit(){let a=this._elementRef.nativeElement;this._isBasicChip=a.hasAttribute(this.basicChipAttrName)||a.tagName.toLowerCase()===this.basicChipAttrName}ngAfterViewInit(){this._textElement=this._elementRef.nativeElement.querySelector(".mat-mdc-chip-action-label"),this._pendingFocus&&(this._pendingFocus=!1,this.focus())}ngAfterContentInit(){this._actionChanges=fa(this._allLeadingIcons.changes,this._allTrailingIcons.changes,this._allRemoveIcons.changes).subscribe(()=>this._changeDetectorRef.markForCheck())}ngDoCheck(){this._rippleLoader.setDisabled(this._elementRef.nativeElement,this._isRippleDisabled())}ngOnDestroy(){var a,i;this._focusMonitor.stopMonitoring(this._elementRef),(a=this._rippleLoader)==null||a.destroyRipple(this._elementRef.nativeElement),(i=this._actionChanges)==null||i.unsubscribe(),this.destroyed.emit({chip:this}),this.destroyed.complete()}remove(){this.removable&&this.removed.emit({chip:this})}_isRippleDisabled(){var a;return this.disabled||this.disableRipple||this._animationsDisabled||this._isBasicChip||!!((a=this._globalRippleOptions)!=null&&a.disabled)}_hasTrailingIcon(){return!!(this.trailingIcon||this.removeIcon)}_handleKeydown(a){(a.keyCode===8&&!a.repeat||a.keyCode===46)&&(a.preventDefault(),this.remove())}focus(){this.disabled||(this.primaryAction?this.primaryAction.focus():this._pendingFocus=!0)}_getSourceAction(a){return this._getActions().find(i=>{let r=i._elementRef.nativeElement;return r===a||r.contains(a)})}_getActions(){let a=[];return this.primaryAction&&a.push(this.primaryAction),this.removeIcon&&a.push(this.removeIcon),this.trailingIcon&&a.push(this.trailingIcon),a}_handlePrimaryActionInteraction(){}_monitorFocus(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(a=>{let i=a!==null;i!==this._hasFocusInternal&&(this._hasFocusInternal=i,i?this._onFocus.next({chip:this}):(this._changeDetectorRef.markForCheck(),setTimeout(()=>this._ngZone.run(()=>this._onBlur.next({chip:this})))))})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,Uy,5),gt(r,Wy,5),gt(r,qy,5),gt(r,Uy,5),gt(r,Wy,5),gt(r,qy,5)),a&2){let s;ye(s=_e())&&(i.leadingIcon=s.first),ye(s=_e())&&(i.trailingIcon=s.first),ye(s=_e())&&(i.removeIcon=s.first),ye(s=_e())&&(i._allLeadingIcons=s),ye(s=_e())&&(i._allTrailingIcons=s),ye(s=_e())&&(i._allRemoveIcons=s)}},viewQuery:function(a,i){if(a&1&&Ze(Gy,5),a&2){let r;ye(r=_e())&&(i.primaryAction=r.first)}},hostAttrs:[1,"mat-mdc-chip"],hostVars:31,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._handleKeydown(r)}),a&2&&(vn("id",i.id),be("role",i.role)("aria-label",i.ariaLabel),Ai("mat-"+(i.color||"primary")),Se("mdc-evolution-chip",!i._isBasicChip)("mdc-evolution-chip--disabled",i.disabled)("mdc-evolution-chip--with-trailing-action",i._hasTrailingIcon())("mdc-evolution-chip--with-primary-graphic",i.leadingIcon)("mdc-evolution-chip--with-primary-icon",i.leadingIcon)("mdc-evolution-chip--with-avatar",i.leadingIcon)("mat-mdc-chip-with-avatar",i.leadingIcon)("mat-mdc-chip-highlighted",i.highlighted)("mat-mdc-chip-disabled",i.disabled)("mat-mdc-basic-chip",i._isBasicChip)("mat-mdc-standard-chip",!i._isBasicChip)("mat-mdc-chip-with-trailing-icon",i._hasTrailingIcon())("_mat-animation-noopable",i._animationsDisabled))},inputs:{role:"role",id:"id",ariaLabel:[0,"aria-label","ariaLabel"],ariaDescription:[0,"aria-description","ariaDescription"],value:"value",color:"color",removable:[2,"removable","removable",me],highlighted:[2,"highlighted","highlighted",me],disableRipple:[2,"disableRipple","disableRipple",me],disabled:[2,"disabled","disabled",me]},outputs:{removed:"removed",destroyed:"destroyed"},exportAs:["matChip"],features:[dt([{provide:vse,useExisting:t}])],ngContentSelectors:aOe,decls:8,vars:3,consts:[[1,"mat-mdc-chip-focus-overlay"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--primary"],["matChipAction","",3,"isInteractive"],[1,"mdc-evolution-chip__graphic","mat-mdc-chip-graphic"],[1,"mdc-evolution-chip__text-label","mat-mdc-chip-action-label"],[1,"mat-mdc-chip-primary-focus-indicator","mat-focus-indicator"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--trailing"]],template:function(a,i){a&1&&(Tt(tOe),Z(0,"span",0),D(1,"span",1)(2,"span",2),V(3,iOe,2,0,"span",3),D(4,"span",4),Re(5),Z(6,"span",5),I()()(),V(7,nOe,2,0,"span",6)),a&2&&(C(2),z("isInteractive",!1),C(),W(i.leadingIcon?3:-1),C(4),W(i._hasTrailingIcon()?7:-1))},dependencies:[Gy],styles:[`.mdc-evolution-chip,.mdc-evolution-chip__cell,.mdc-evolution-chip__action{display:inline-flex;align-items:center}.mdc-evolution-chip{position:relative;max-width:100%}.mdc-evolution-chip__cell,.mdc-evolution-chip__action{height:100%}.mdc-evolution-chip__cell--primary{flex-basis:100%;overflow-x:hidden}.mdc-evolution-chip__cell--trailing{flex:1 0 auto}.mdc-evolution-chip__action{align-items:center;background:none;border:none;box-sizing:content-box;cursor:pointer;display:inline-flex;justify-content:center;outline:none;padding:0;text-decoration:none;color:inherit}.mdc-evolution-chip__action--presentational{cursor:auto}.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{pointer-events:none}@media(forced-colors: active){.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{forced-color-adjust:none}}.mdc-evolution-chip__action--primary{font:inherit;letter-spacing:inherit;white-space:inherit;overflow-x:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary::before{border-width:var(--mdc-chip-outline-width, 1px);border-radius:var(--mdc-chip-container-shape-radius, 8px);box-sizing:border-box;content:"";height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%;z-index:1;border-style:solid}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--primary::before{border-color:var(--mdc-chip-outline-color, var(--mat-sys-outline))}.mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus::before{border-color:var(--mdc-chip-focus-outline-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary::before{border-color:var(--mdc-chip-disabled-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__action--primary::before{border-width:var(--mdc-chip-flat-selected-outline-width, 0)}.mat-mdc-basic-chip .mdc-evolution-chip__action--primary{font:inherit}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip__action--trailing{position:relative;overflow:visible}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--trailing{color:var(--mdc-chip-with-trailing-icon-trailing-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--trailing{color:var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mdc-evolution-chip__text-label{-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-family:var(--mdc-chip-label-text-font, var(--mat-sys-label-large-font));line-height:var(--mdc-chip-label-text-line-height, var(--mat-sys-label-large-line-height));font-size:var(--mdc-chip-label-text-size, var(--mat-sys-label-large-size));font-weight:var(--mdc-chip-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mdc-chip-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mdc-chip-label-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mdc-chip-selected-label-text-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label{color:var(--mdc-chip-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-evolution-chip__graphic{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;pointer-events:none;position:relative;flex:1 0 auto}.mat-mdc-standard-chip .mdc-evolution-chip__graphic{width:var(--mdc-chip-with-avatar-avatar-size, 24px);height:var(--mdc-chip-with-avatar-avatar-size, 24px);font-size:var(--mdc-chip-with-avatar-avatar-size, 24px)}.mdc-evolution-chip--selecting .mdc-evolution-chip__graphic{transition:width 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--selected):not(.mdc-evolution-chip--with-primary-icon) .mdc-evolution-chip__graphic{width:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mdc-evolution-chip__checkmark{position:absolute;opacity:0;top:50%;left:50%;height:20px;width:20px}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark{transition:transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-75%, -50%)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{transform:translate(-50%, -50%);opacity:1}.mdc-evolution-chip__checkmark-svg{display:block}.mdc-evolution-chip__checkmark-path{stroke-width:2px;stroke-dasharray:29.7833385;stroke-dashoffset:29.7833385;stroke:currentColor}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark-path{transition:stroke-dashoffset 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}@media(forced-colors: active){.mdc-evolution-chip__checkmark-path{stroke:CanvasText !important}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing{height:18px;width:18px;font-size:18px}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove{opacity:calc(var(--mat-chip-trailing-action-opacity, 1)*var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove:focus{opacity:calc(var(--mat-chip-trailing-action-focus-opacity, 1)*var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mat-mdc-standard-chip{border-radius:var(--mdc-chip-container-shape-radius, 8px);height:var(--mdc-chip-container-height, 32px)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:var(--mdc-chip-elevated-container-color, transparent)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-elevated-disabled-container-color)}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled){background-color:var(--mdc-chip-elevated-selected-container-color, var(--mat-sys-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-flat-disabled-selected-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}@media(forced-colors: active){.mat-mdc-standard-chip{outline:solid 1px}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--primary{border-radius:var(--mdc-chip-with-avatar-avatar-shape-radius, 24px);width:var(--mdc-chip-with-icon-icon-size, 18px);height:var(--mdc-chip-with-icon-icon-size, 18px);font-size:var(--mdc-chip-with-icon-icon-size, 18px)}.mdc-evolution-chip--selected .mdc-evolution-chip__icon--primary{opacity:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-highlighted{--mdc-chip-with-icon-icon-color:var(--mdc-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container));--mdc-chip-elevated-container-color:var(--mdc-chip-elevated-selected-container-color, var(--mat-sys-secondary-container));--mdc-chip-label-text-color:var(--mdc-chip-selected-label-text-color, var(--mat-sys-on-secondary-container));--mdc-chip-outline-width:var(--mdc-chip-flat-selected-outline-width, 0)}.mat-mdc-chip-focus-overlay{background:var(--mdc-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-hover-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mdc-chip-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-focus-overlay .mat-mdc-chip-selected:hover,.mat-mdc-chip-highlighted:hover .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-hover-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mdc-chip-selected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mdc-chip-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected.cdk-focused .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mdc-chip-selected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-evolution-chip--disabled:not(.mdc-evolution-chip--selected) .mat-mdc-chip-avatar{opacity:var(--mdc-chip-with-avatar-disabled-avatar-opacity, 0.38)}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{opacity:var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38)}.mdc-evolution-chip--disabled.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{opacity:var(--mdc-chip-with-icon-disabled-icon-opacity, 0.38)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:var(--mat-chip-disabled-container-opacity, 1)}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-trailing-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-remove{opacity:var(--mat-chip-trailing-action-opacity, 1)}.mat-mdc-chip-remove:focus{opacity:var(--mat-chip-trailing-action-focus-opacity, 1)}.mat-mdc-chip-remove::after{background-color:var(--mat-chip-trailing-action-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-remove:hover::after{opacity:var(--mat-chip-trailing-action-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-remove:focus::after{opacity:var(--mat-chip-trailing-action-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected .mat-mdc-chip-remove::after,.mat-mdc-chip-highlighted .mat-mdc-chip-remove::after{background-color:var(--mat-chip-selected-trailing-action-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:visible}.mat-mdc-standard-chip .mat-mdc-chip-graphic,.mat-mdc-standard-chip .mat-mdc-chip-trailing-icon{box-sizing:content-box}.mat-mdc-standard-chip._mat-animation-noopable,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__graphic,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark-path{transition-duration:1ms;animation-duration:1ms}.mat-mdc-chip-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;opacity:0;border-radius:inherit;transition:opacity 150ms linear}._mat-animation-noopable .mat-mdc-chip-focus-overlay{transition:none}.mat-mdc-basic-chip .mat-mdc-chip-focus-overlay{display:none}.mat-mdc-chip .mat-ripple.mat-mdc-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-chip-avatar{text-align:center;line-height:1;color:var(--mdc-chip-with-icon-icon-color, currentColor)}.mat-mdc-chip{position:relative;z-index:0}.mat-mdc-chip-action-label{text-align:left;z-index:1}[dir=rtl] .mat-mdc-chip-action-label{text-align:right}.mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label{position:relative}.mat-mdc-chip-action-label .mat-mdc-chip-primary-focus-indicator{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mat-mdc-chip-action-label .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-chip-remove::before{margin:calc(var(--mat-focus-indicator-border-width, 3px)*-1);left:8px;right:8px}.mat-mdc-chip-remove::after{content:"";display:block;opacity:0;position:absolute;top:-3px;bottom:-3px;left:5px;right:5px;border-radius:50%;box-sizing:border-box;padding:12px;margin:-12px;background-clip:content-box}.mat-mdc-chip-remove .mat-icon{width:18px;height:18px;font-size:18px;box-sizing:content-box}.mat-chip-edit-input{cursor:text;display:inline-block;color:inherit;outline:0}@media(forced-colors: active){.mat-mdc-chip-selected:not(.mat-mdc-chip-multiple){outline-width:3px}}.mat-mdc-chip-action:focus .mat-focus-indicator::before{content:""}.mdc-evolution-chip__icon,.mat-mdc-chip-remove .mat-icon{min-height:fit-content}
66
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),yse=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_dir",_(Na,{optional:!0}));o(this,"_lastDestroyedFocusedChipIndex",null);o(this,"_keyManager");o(this,"_destroyed",new he);o(this,"_defaultRole","presentation");o(this,"_disabled",!1);o(this,"tabIndex",0);o(this,"_explicitRole",null);o(this,"_chips");o(this,"_chipActions",new Qo)}get chipFocusChanges(){return this._getChipStream(a=>a._onFocus)}get chipDestroyedChanges(){return this._getChipStream(a=>a.destroyed)}get chipRemovedChanges(){return this._getChipStream(a=>a.removed)}get disabled(){return this._disabled}set disabled(a){this._disabled=a,this._syncChipsState()}get empty(){return!this._chips||this._chips.length===0}get role(){return this._explicitRole?this._explicitRole:this.empty?null:this._defaultRole}set role(a){this._explicitRole=a}get focused(){return this._hasFocusedChip()}ngAfterViewInit(){this._setUpFocusManagement(),this._trackChipSetChanges(),this._trackDestroyedFocusedChip()}ngOnDestroy(){var a;(a=this._keyManager)==null||a.destroy(),this._chipActions.destroy(),this._destroyed.next(),this._destroyed.complete()}_hasFocusedChip(){return this._chips&&this._chips.some(a=>a._hasFocus())}_syncChipsState(){var a;(a=this._chips)==null||a.forEach(i=>{i._chipListDisabled=this._disabled,i._changeDetectorRef.markForCheck()})}focus(){}_handleKeydown(a){this._originatesFromChip(a)&&this._keyManager.onKeydown(a)}_isValidIndex(a){return a>=0&&a<this._chips.length}_allowFocusEscape(){let a=this._elementRef.nativeElement.tabIndex;a!==-1&&(this._elementRef.nativeElement.tabIndex=-1,setTimeout(()=>this._elementRef.nativeElement.tabIndex=a))}_getChipStream(a){return this._chips.changes.pipe(Aa(null),hr(()=>fa(...this._chips.map(a))))}_originatesFromChip(a){let i=a.target;for(;i&&i!==this._elementRef.nativeElement;){if(i.classList.contains("mat-mdc-chip"))return!0;i=i.parentElement}return!1}_setUpFocusManagement(){var a;this._chips.changes.pipe(Aa(this._chips)).subscribe(i=>{let r=[];i.forEach(s=>s._getActions().forEach(l=>r.push(l))),this._chipActions.reset(r),this._chipActions.notifyOnChanges()}),this._keyManager=new cg(this._chipActions).withVerticalOrientation().withHorizontalOrientation(this._dir?this._dir.value:"ltr").withHomeAndEnd().skipPredicate(i=>this._skipPredicate(i)),this.chipFocusChanges.pipe(Ut(this._destroyed)).subscribe(({chip:i})=>{let r=i._getSourceAction(document.activeElement);r&&this._keyManager.updateActiveItem(r)}),(a=this._dir)==null||a.change.pipe(Ut(this._destroyed)).subscribe(i=>this._keyManager.withHorizontalOrientation(i))}_skipPredicate(a){return!a.isInteractive||a.disabled}_trackChipSetChanges(){this._chips.changes.pipe(Aa(null),Ut(this._destroyed)).subscribe(()=>{this.disabled&&Promise.resolve().then(()=>this._syncChipsState()),this._redirectDestroyedChipFocus()})}_trackDestroyedFocusedChip(){this.chipDestroyedChanges.pipe(Ut(this._destroyed)).subscribe(a=>{let i=this._chips.toArray().indexOf(a.chip);this._isValidIndex(i)&&a.chip._hasFocus()&&(this._lastDestroyedFocusedChipIndex=i)})}_redirectDestroyedChipFocus(){if(this._lastDestroyedFocusedChipIndex!=null){if(this._chips.length){let a=Math.min(this._lastDestroyedFocusedChipIndex,this._chips.length-1),i=this._chips.toArray()[a];i.disabled?this._chips.length===1?this.focus():this._keyManager.setPreviousItemActive():i.focus()}else this.focus();this._lastDestroyedFocusedChipIndex=null}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-chip-set"]],contentQueries:function(a,i,r){if(a&1&&gt(r,ah,5),a&2){let s;ye(s=_e())&&(i._chips=s)}},hostAttrs:[1,"mat-mdc-chip-set","mdc-evolution-chip-set"],hostVars:1,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._handleKeydown(r)}),a&2&&be("role",i.role)},inputs:{disabled:[2,"disabled","disabled",me],role:"role",tabIndex:[2,"tabIndex","tabIndex",a=>a==null?0:mn(a)]},ngContentSelectors:rOe,decls:2,vars:0,consts:[["role","presentation",1,"mdc-evolution-chip-set__chips"]],template:function(a,i){a&1&&(Tt(),D(0,"div",0),Re(1),I())},styles:[`.mat-mdc-chip-set{display:flex}.mat-mdc-chip-set:focus{outline:none}.mat-mdc-chip-set .mdc-evolution-chip-set__chips{min-width:100%;margin-left:-8px;margin-right:0}.mat-mdc-chip-set .mdc-evolution-chip{margin:4px 0 4px 8px}[dir=rtl] .mat-mdc-chip-set .mdc-evolution-chip-set__chips{margin-left:0;margin-right:-8px}[dir=rtl] .mat-mdc-chip-set .mdc-evolution-chip{margin-left:0;margin-right:8px}.mdc-evolution-chip-set__chips{display:flex;flex-flow:wrap;min-width:0}.mat-mdc-chip-set-stacked{flex-direction:column;align-items:flex-start}.mat-mdc-chip-set-stacked .mat-mdc-chip{width:100%}.mat-mdc-chip-set-stacked .mdc-evolution-chip__graphic{flex-grow:0}.mat-mdc-chip-set-stacked .mdc-evolution-chip__action--primary{flex-basis:100%;justify-content:start}input.mat-mdc-chip-input{flex:1 0 150px;margin-left:8px}[dir=rtl] input.mat-mdc-chip-input{margin-left:0;margin-right:8px}
67
- `],encapsulation:2,changeDetection:0}));let e=t;return e})();function oOe(e,t){if(e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase"),A(3,"date")),e&2){let n=L();mr(" ",N(2,4,N(1,2,"medicationSchemeListView.remarks.suspended")),": ",sa(3,6,n.lastDay,"dd/MM")," ")}}function sOe(e,t){if(e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase"),A(3,"date")),e&2){let n=L();mr(" ",N(2,4,N(1,2,"medicationSchemeListView.remarks.end")),": ",sa(3,6,n.lastIngestionDay,"dd/MM")," ")}}function lOe(e,t){if(e&1&&(D(0,"mat-chip",0),V(1,oOe,4,9),A(2,"suspensionType"),V(3,sOe,4,9),I()),e&2){let n=L();z("disableRipple",!0),C(),W(sa(2,2,n.item().medication,t.lastIngestionDay)==="temporary"?1:3)}}function cOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"medicationSchemeListView.remarks.lastDayTemporary"))," ")}function dOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"medicationSchemeListView.remarks.lastDayDefinitive"))," ")}function uOe(e,t){if(e&1&&(D(0,"mat-chip",0),V(1,cOe,3,5),A(2,"suspensionType"),V(3,dOe,3,5),I()),e&2){let n=L();z("disableRipple",!0),C(),W(sa(2,2,n.item().medication,n.dateInfo().displayDate)==="temporary"?1:3)}}function hOe(e,t){e&1&&(D(0,"mat-chip",0),P(1),A(2,"translate"),I()),e&2&&(z("disableRipple",!0),C(),ne(" ",N(2,2,"medicationSchemeListView.remarks.ifneeded")," "))}var ih=(()=>{const t=class t{constructor(){this.dateInfo=Oe.required(),this.item=Oe.required(),this.views=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-remark-flag"]],inputs:{dateInfo:[1,"dateInfo"],item:[1,"item"]},decls:5,vars:8,consts:[[1,"mh-orange--outline","mh-no-overlay",3,"disableRipple"]],template:function(a,i){if(a&1&&(V(0,lOe,4,5,"mat-chip",0),A(1,"lastIngestionPeriod"),A(2,"isLastIngestionDay"),V(3,uOe,4,5,"mat-chip",0)(4,hOe,3,4,"mat-chip",0)),a&2){let r;W((r=i.dateInfo().view===i.views.WEEK&&jge(1,1,i.item(),i.dateInfo().startOfWeek,i.dateInfo().endOfWeek))?0:i.dateInfo().view===i.views.DAY&&sa(2,5,i.item(),i.dateInfo().displayDate)?3:i.dateInfo().view===i.views.LIST?4:-1,r)}},dependencies:[ah,Zt,xIe,_Ie,$i,EIe,Gl],styles:[".remark[_ngcontent-%COMP%]{white-space:nowrap;border:2px solid #e68619;font-weight:700;padding:6px 8px;border-radius:6px}mat-chip[_ngcontent-%COMP%]{--mdc-chip-outline-width: 2px}"],changeDetection:0});let e=t;return e})(),pOe=(()=>{const t=class t{};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["ng-component"]],decls:10,vars:9,consts:[["mat-dialog-title",""],["mat-button","","mat-dialog-close",""]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content"),P(4),A(5,"translate"),I(),D(6,"mat-dialog-actions")(7,"button",1),P(8),A(9,"translate"),I()()),a&2&&(C(),ae(N(2,3,"medicationSchemeListView.toPlan")),C(3),ne(" ",N(5,5,"medicationSchemeListView.atYourConvenienceText"),`
68
- `),C(4),ae(N(9,7,"commons.close")))},dependencies:[qu,Gu,Yu,Wu,ai,$n,Zt],styles:["dd[_ngcontent-%COMP%]{color:#0d0d0d;margin-inline-start:0;margin-bottom:16px}"],changeDetection:0});let e=t;return e})();function mOe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"commons.periodicities."+t)," ")}function fOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"commons.period."+t))," ")}function gOe(e,t){if(e&1){let n=xt();D(0,"div",0),P(1),A(2,"translate"),D(3,"button",1),A(4,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.openToPlanInfo())}),Z(5,"mat-icon",2),I()(),D(6,"strong"),V(7,mOe,2,3)(8,fOe,3,5),I()}if(e&2){let n,a,i=L();C(),ne(" ",N(2,4,"medicationSchemeListView.toPlan")," "),C(2),be("aria-label",N(4,6,"medicationSchemeDateToggler.moreInformations")),C(4),W((n=(n=i.item().medication.frequency)==null?null:n.periodicity)?7:-1,n),C(),W((a=(a=i.item().posology)==null||a.daytime==null?null:a.daytime.dayPeriod)?8:-1,a)}}function bOe(e,t){if(e&1&&(P(0),A(1,"posologyDayTime"),A(2,"firstLetterUppercase")),e&2){let n=L();ne(" ",N(2,3,N(1,1,n.item().posology)),`
69
- `)}}var _se=(()=>{const t=class t{constructor(){this.dialog=_(Ss),this.item=Oe.required(),this.dayParts=Pe}openToPlanInfo(){this.dialog.open(pOe)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-day-part"]],inputs:{item:[1,"item"]},decls:2,vars:1,consts:[[1,"to-plan"],["mat-icon-button","",1,"btn-help",3,"click"],["fontIcon","help"]],template:function(a,i){a&1&&V(0,gOe,9,8)(1,bOe,3,5),a&2&&W(i.item().posology.dayPart===i.dayParts.TO_PLAN?0:1)},dependencies:[ai,Zl,Er,Zt,$i,wIe],styles:[".to-plan[_ngcontent-%COMP%]{white-space:nowrap}@media only screen and (max-width: 960px){.to-plan[_ngcontent-%COMP%] .btn-help[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),vOe=()=>["moment","noData"],yOe=()=>["expandDetails"],_Oe=e=>({count:e}),xOe=()=>({height:"47px",margin:"0px"});function wOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.moment")," "))}function kOe(e,t){if(e&1&&(D(0,"td",21),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;C(),ne(" ",N(2,1,"medicationSchemeMoments."+n.posology.dayPart)," ")}}function EOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.medication")," "))}function COe(e,t){if(e&1){let n=xt();D(0,"td",21)(1,"vidis-table-detail-button",22),wr("expandedElementChange",function(a){Ee(n);let i=L();return ho(i.expandedElement,a)||(i.expandedElement=a),Ce(a)}),D(2,"span",23),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I()()()}if(e&2){let n=t.$implicit,a=L();C(),z("item",n),xr("expandedElement",a.expandedElement),C(2),ae(N(5,5,N(4,3,n.medication.name)))}}function SOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dose")," "))}function DOe(e,t){e&1&&(D(0,"div",24),P(1),A(2,"translateValue"),I()),e&2&&(C(),ae(N(2,1,t)))}function IOe(e,t){if(e&1&&(P(0),A(1,"translate")),e&2){let n=L();ne(" ",sa(1,1,"commons.administrationUnits."+n.unit,yn(4,_Oe,n.value))," ")}}function TOe(e,t){if(e&1&&(P(0),A(1,"quantity"),V(2,IOe,2,6)),e&2){let n=t;ne(" ",N(1,2,n.value)," "),C(2),W(n.unit?2:-1)}}function AOe(e,t){if(e&1&&(D(0,"td",21),V(1,DOe,3,3,"div",24)(2,TOe,3,4),I()),e&2){let n,a,i=t.$implicit;C(),W((n=i.posology.text)?1:-1,n),C(),W((a=i.posology.quantity)?2:-1,a)}}function OOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dayperiod")," "))}function ROe(e,t){if(e&1&&(D(0,"td",21),Z(1,"vidis-medication-scheme-day-part",25),I()),e&2){let n=t.$implicit;C(),z("item",n)}}function MOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.remark")," "))}function POe(e,t){if(e&1&&(D(0,"td",21),Z(1,"vidis-medication-scheme-remark-flag",26),I()),e&2){let n=t.$implicit,a=L();C(),z("item",n)("dateInfo",a.dateInfo())}}function NOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.days")," "))}function LOe(e,t){e&1&&(D(0,"span"),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.days.allDays")," "))}function FOe(e,t){e&1&&P(0," , ")}function VOe(e,t){if(e&1&&(P(0),A(1,"weekdayName"),A(2,"translate"),A(3,"firstLetterUppercase"),V(4,FOe,1,0)),e&2){let n=t.$implicit,a=t.$index,i=t.$count;ne(" ",N(3,6,N(2,4,"medicationSchemeListView.days."+N(1,2,n)))," "),C(4),W(a!==i-1?4:-1)}}function zOe(e,t){if(e&1&&(D(0,"span",27),Ua(1,VOe,5,8,null,null,Oi),I()),e&2){let n=L().$implicit,a=L();be("aria-label",a.getAriaLabel(n.dates)),C(),Wa(n.dates)}}function BOe(e,t){if(e&1&&(D(0,"td",21),V(1,LOe,3,3,"span")(2,zOe,3,1,"span",27),I()),e&2){let n=t.$implicit;Gn("white-space","nowrap"),C(),W(n.dates.length===7?1:n.dates.length<7?2:-1)}}function jOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.startCondition")," "))}function HOe(e,t){if(e&1&&(D(0,"td",21),P(1),I()),e&2){let n=t.$implicit;C(),ne(" ",n.medication.treatmentStartCondition," ")}}function UOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.instructions")," "))}function WOe(e,t){if(e&1&&(D(0,"td",21),P(1),A(2,"translateValue"),I()),e&2){let n=t.$implicit;C(),ne(" ",N(2,1,n.medication.instructions)," ")}}function qOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.leaflet")," "))}function GOe(e,t){e&1&&(D(0,"a",28),A(1,"translateValue"),A(2,"translate"),Z(3,"mat-icon",29),I()),e&2&&(z("href",N(1,2,t),Vf),be("aria-label",N(2,4,"medicationSchemeListView.headers.leaflet")))}function YOe(e,t){if(e&1&&(D(0,"td",21),V(1,GOe,4,6,"a",28),I()),e&2){let n,a=t.$implicit;C(),W((n=a.medication.leaflet)?1:-1,n)}}function $Oe(e,t){if(e&1&&(D(0,"td",30)(1,"div",31),Z(2,"vidis-medication-scheme-details-row",32),I()()),e&2){let n=t.$implicit,a=L();Se("mh-detail-row--expanded",n===a.expandedElement()),z("colSpan",a.columns().length),C(2),z("medication",n.medication)}}function ZOe(e,t){if(e&1&&(D(0,"td",21),P(1,"/"),I()),e&2){let n=L();be("colspan",n.columns().length-1)}}function KOe(e,t){e&1&&Z(0,"tr",33)}function XOe(e,t){if(e&1&&Z(0,"tr",34),e&2){let n=L();z("hidden",n.isLoading())}}function QOe(e,t){if(e&1&&Z(0,"tr",34),e&2){let n=L();z("hidden",n.isLoading())}}function JOe(e,t){if(e&1&&Z(0,"tr",35),e&2){let n=L();z("hidden",n.isLoading())}}function eRe(e,t){if(e&1&&Z(0,"ngx-skeleton-loader",19),e&2){let n=L();z("count",n.dataSource().data.length<=0?3:n.dataSource.data.length>n.data.pagination.pageSize?n.data.pagination.pageSize:n.dataSource.data.length)("theme",pn(2,xOe))}}var tRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.dateInfo=Oe.required(),this.items=Oe.required(),this.dataSource=ga(()=>new bse(this.items())),this.columns=ga(()=>this.dateInfo().view===bi.WEEK?["moment","medication","dose","dayperiod","days","remark","leaflet"]:["moment","medication","dose","dayperiod","remark","leaflet"]),this.expandedElement=Qa(null),this.hasMedication=(a,i)=>i.medication,this.hasNoMedication=(a,i)=>!i.medication}getAriaLabel(a){let i=[Rt.MONDAY,Rt.TUESDAY,Rt.WEDNESDAY,Rt.THURSDAY,Rt.FRIDAY,Rt.SATURDAY,Rt.SUNDAY],r=a.map(s=>i[gr(s)-1]).map(s=>this.translate.instant("commons.days."+s).toLowerCase()).join(", ");return this.translate.instant("medicationSchemeListView.toTake",{days:r})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-desktop"]],inputs:{isLoading:[1,"isLoading"],dateInfo:[1,"dateInfo"],items:[1,"items"]},decls:38,vars:14,consts:[["mat-table","","multiTemplateDataRows","",3,"dataSource"],["matColumnDef","moment"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","medication"],["matColumnDef","dose"],["matColumnDef","dayperiod"],["matColumnDef","remark"],["matColumnDef","days"],["mat-cell","",3,"white-space",4,"matCellDef"],["matColumnDef","startCondition"],["matColumnDef","instructions"],["matColumnDef","leaflet"],["matColumnDef","expandDetails"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["matColumnDef","noData"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["class","mh-detail-row","mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["appearance","line",3,"count","theme"],["mat-header-cell",""],["mat-cell",""],[3,"expandedElementChange","item","expandedElement"],[1,"textOverflow","align-left"],[1,"textOverflow"],[3,"item"],[3,"item","dateInfo"],[1,"chip"],["mat-icon-button","","target","_blank",3,"href"],["fontIcon","menu_book"],["mat-cell","",3,"colSpan"],[1,"details"],[3,"medication"],["mat-header-row",""],["mat-row","",3,"hidden"],["mat-row","",1,"mh-detail-row",3,"hidden"]],template:function(a,i){a&1&&(D(0,"table",0),A(1,"translate"),pa(2,1),V(3,wOe,3,3,"th",2)(4,kOe,3,3,"td",3),ma(),pa(5,4),V(6,EOe,3,3,"th",2)(7,COe,6,7,"td",3),ma(),pa(8,5),V(9,SOe,3,3,"th",2)(10,AOe,3,2,"td",3),ma(),pa(11,6),V(12,OOe,3,3,"th",2)(13,ROe,2,1,"td",3),ma(),pa(14,7),V(15,MOe,3,3,"th",2)(16,POe,2,2,"td",3),ma(),pa(17,8),V(18,NOe,3,3,"th",2)(19,BOe,3,3,"td",9),ma(),pa(20,10),V(21,jOe,3,3,"th",2)(22,HOe,2,1,"td",3),ma(),pa(23,11),V(24,UOe,3,3,"th",2)(25,WOe,3,3,"td",3),ma(),pa(26,12),V(27,qOe,3,3,"th",2)(28,YOe,2,1,"td",3),ma(),pa(29,13),V(30,$Oe,3,4,"td",14),ma(),pa(31,15),V(32,ZOe,2,1,"td",3),ma(),V(33,KOe,1,0,"tr",16)(34,XOe,1,1,"tr",17)(35,QOe,1,1,"tr",17)(36,JOe,1,1,"tr",18),I(),V(37,eRe,1,3,"ngx-skeleton-loader",19)),a&2&&(z("dataSource",i.dataSource()),be("aria-label",N(1,10,"medicationSchemeDateToggler."+i.dateInfo().view)),C(33),z("matHeaderRowDef",i.columns()),C(),z("matRowDefColumns",i.columns())("matRowDefWhen",i.hasMedication),C(),z("matRowDefColumns",pn(12,vOe))("matRowDefWhen",i.hasNoMedication),C(),z("matRowDefColumns",pn(13,yOe))("matRowDefWhen",i.hasMedication),C(),W(i.isLoading()?37:-1))},dependencies:[gse,ose,lse,hse,cse,sse,pse,dse,use,mse,fse,ai,Ove,th,Er,Zt,ih,_se,Woe,Xoe,rc,$i,i0,$De],styles:["tr[_ngcontent-%COMP%]:not(.mh-detail-row) > td[_ngcontent-%COMP%]{padding-top:10px;padding-bottom:10px}.chip[_ngcontent-%COMP%]{padding:6px 8px;border-radius:9999px;background-color:#b8efd6}"],changeDetection:0});let e=t;return e})(),Wm=new Y("CdkAccordion"),aRe=(()=>{const t=class t{constructor(){o(this,"_stateChanges",new he);o(this,"_openCloseAllActions",new he);o(this,"id",_(la).getId("cdk-accordion-"));o(this,"multi",!1)}openAll(){this.multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(a){this._stateChanges.next(a)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:[2,"multi","multi",me]},exportAs:["cdkAccordion"],features:[dt([{provide:Wm,useExisting:t}]),Jt]}));let e=t;return e})(),iRe=(()=>{const t=class t{constructor(){o(this,"accordion",_(Wm,{optional:!0,skipSelf:!0}));o(this,"_changeDetectorRef",_(Et));o(this,"_expansionDispatcher",_(tC));o(this,"_openCloseAllSubscription",Ke.EMPTY);o(this,"closed",new te);o(this,"opened",new te);o(this,"destroyed",new te);o(this,"expandedChange",new te);o(this,"id",_(la).getId("cdk-accordion-child-"));o(this,"_expanded",!1);o(this,"disabled",!1);o(this,"_removeUniqueSelectionListener",()=>{})}get expanded(){return this._expanded}set expanded(a){if(this._expanded!==a){if(this._expanded=a,this.expandedChange.emit(a),a){this.opened.emit();let i=this.accordion?this.accordion.id:this.id;this._expansionDispatcher.notify(this.id,i)}else this.closed.emit();this._changeDetectorRef.markForCheck()}}ngOnInit(){this._removeUniqueSelectionListener=this._expansionDispatcher.listen((a,i)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===i&&this.id!==a&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(a=>{this.disabled||(this.expanded=a)})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:[2,"expanded","expanded",me],disabled:[2,"disabled","disabled",me]},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[dt([{provide:Wm,useValue:void 0}])]}));let e=t;return e})(),nRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({}));let e=t;return e})(),rRe=["body"],oRe=["bodyWrapper"],sRe=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],lRe=["mat-expansion-panel-header","*","mat-action-row"];function cRe(e,t){}var dRe=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],uRe=["mat-panel-title","mat-panel-description","*"];function hRe(e,t){e&1&&(D(0,"span",1),dr(),D(1,"svg",2),Z(2,"path",3),I()())}var qm=new Y("MAT_ACCORDION"),xse=new Y("MAT_EXPANSION_PANEL"),pRe=(()=>{const t=class t{constructor(){o(this,"_template",_(ba));o(this,"_expansionPanel",_(xse,{optional:!0}))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["ng-template","matExpansionPanelContent",""]]}));let e=t;return e})(),wse=new Y("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS"),r0=(()=>{const t=class t extends iRe{constructor(){super();o(this,"_viewContainerRef",_(ti));o(this,"_animationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"_document",_(ot));o(this,"_ngZone",_(Le));o(this,"_elementRef",_(Ae));o(this,"_renderer",_(di));o(this,"_cleanupTransitionEnd");o(this,"_hideToggle",!1);o(this,"_togglePosition");o(this,"afterExpand",new te);o(this,"afterCollapse",new te);o(this,"_inputChanges",new he);o(this,"accordion",_(qm,{optional:!0,skipSelf:!0}));o(this,"_lazyContent");o(this,"_body");o(this,"_bodyWrapper");o(this,"_portal");o(this,"_headerId",_(la).getId("mat-expansion-panel-header-"));o(this,"_transitionEndListener",({target:i,propertyName:r})=>{var s;i===((s=this._bodyWrapper)==null?void 0:s.nativeElement)&&r==="grid-template-rows"&&this._ngZone.run(()=>{this.expanded?this.afterExpand.emit():this.afterCollapse.emit()})});let i=_(wse,{optional:!0});this._expansionDispatcher=_(tC),i&&(this.hideToggle=i.hideToggle)}get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(i){this._hideToggle=i}get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(i){this._togglePosition=i}_hasSpacing(){return this.accordion?this.expanded&&this.accordion.displayMode==="default":!1}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this._lazyContent._expansionPanel===this&&this.opened.pipe(Aa(null),ia(()=>this.expanded&&!this._portal),Ka(1)).subscribe(()=>{this._portal=new go(this._lazyContent._template,this._viewContainerRef)}),this._setupAnimationEvents()}ngOnChanges(i){this._inputChanges.next(i)}ngOnDestroy(){var i;super.ngOnDestroy(),(i=this._cleanupTransitionEnd)==null||i.call(this),this._inputChanges.complete()}_containsFocus(){if(this._body){let i=this._document.activeElement,r=this._body.nativeElement;return i===r||r.contains(i)}return!1}_setupAnimationEvents(){this._ngZone.runOutsideAngular(()=>{this._animationsDisabled?(this.opened.subscribe(()=>this._ngZone.run(()=>this.afterExpand.emit())),this.closed.subscribe(()=>this._ngZone.run(()=>this.afterCollapse.emit()))):setTimeout(()=>{let i=this._elementRef.nativeElement;this._cleanupTransitionEnd=this._renderer.listen(i,"transitionend",this._transitionEndListener),i.classList.add("mat-expansion-panel-animations-enabled")},200)})}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-expansion-panel"]],contentQueries:function(i,r,s){if(i&1&&gt(s,pRe,5),i&2){let l;ye(l=_e())&&(r._lazyContent=l.first)}},viewQuery:function(i,r){if(i&1&&(Ze(rRe,5),Ze(oRe,5)),i&2){let s;ye(s=_e())&&(r._body=s.first),ye(s=_e())&&(r._bodyWrapper=s.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:4,hostBindings:function(i,r){i&2&&Se("mat-expanded",r.expanded)("mat-expansion-panel-spacing",r._hasSpacing())},inputs:{hideToggle:[2,"hideToggle","hideToggle",me],togglePosition:"togglePosition"},outputs:{afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[dt([{provide:qm,useValue:void 0},{provide:xse,useExisting:t}]),Be,Jt],ngContentSelectors:lRe,decls:9,vars:4,consts:[["bodyWrapper",""],["body",""],[1,"mat-expansion-panel-content-wrapper"],["role","region",1,"mat-expansion-panel-content",3,"id"],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(i,r){i&1&&(Tt(sRe),Re(0),D(1,"div",2,0)(3,"div",3,1)(5,"div",4),Re(6,1),V(7,cRe,0,0,"ng-template",5),I(),Re(8,2),I()()),i&2&&(C(),be("inert",r.expanded?null:""),C(2),z("id",r.id),be("aria-labelledby",r._headerId),C(4),z("cdkPortalOutlet",r._portal))},dependencies:[fn],styles:[`.mat-expansion-panel{box-sizing:content-box;display:block;margin:0;overflow:hidden;position:relative;background:var(--mat-expansion-container-background-color, var(--mat-sys-surface));color:var(--mat-expansion-container-text-color, var(--mat-sys-on-surface));border-radius:var(--mat-expansion-container-shape, 12px)}.mat-expansion-panel.mat-expansion-panel-animations-enabled{transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-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-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:var(--mat-expansion-container-shape, 12px);border-top-left-radius:var(--mat-expansion-container-shape, 12px)}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:var(--mat-expansion-container-shape, 12px);border-bottom-left-radius:var(--mat-expansion-container-shape, 12px)}@media(forced-colors: active){.mat-expansion-panel{outline:solid 1px}}.mat-expansion-panel-content-wrapper{display:grid;grid-template-rows:0fr;grid-template-columns:100%}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content-wrapper{transition:grid-template-rows 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{grid-template-rows:1fr}@supports not (grid-template-rows: 0fr){.mat-expansion-panel-content-wrapper{height:0}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{height:auto}}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible;min-height:0;visibility:hidden;font-family:var(--mat-expansion-container-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-expansion-container-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-expansion-container-text-weight, var(--mat-sys-body-large-weight));line-height:var(--mat-expansion-container-text-line-height, var(--mat-sys-body-large-line-height));letter-spacing:var(--mat-expansion-container-text-tracking, var(--mat-sys-body-large-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content{transition:visibility 190ms linear}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper>.mat-expansion-panel-content{visibility:visible}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px;border-top-color:var(--mat-expansion-actions-divider-color, var(--mat-sys-outline))}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}
70
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),o0=(()=>{const t=class t{constructor(){o(this,"panel",_(r0,{host:!0}));o(this,"_element",_(Ae));o(this,"_focusMonitor",_(mo));o(this,"_changeDetectorRef",_(Et));o(this,"_parentChangeSubscription",Ke.EMPTY);o(this,"expandedHeight");o(this,"collapsedHeight");o(this,"tabIndex",0);_(Ra).load(Yn);let a=this.panel,i=_(wse,{optional:!0}),r=_(new fs("tabindex"),{optional:!0}),s=a.accordion?a.accordion._stateChanges.pipe(ia(l=>!!(l.hideToggle||l.togglePosition))):Ml;this.tabIndex=parseInt(r||"")||0,this._parentChangeSubscription=fa(a.opened,a.closed,s,a._inputChanges.pipe(ia(l=>!!(l.hideToggle||l.disabled||l.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),a.closed.pipe(ia(()=>a._containsFocus())).subscribe(()=>this._focusMonitor.focusVia(this._element,"program")),i&&(this.expandedHeight=i.expandedHeight,this.collapsedHeight=i.collapsedHeight)}get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){let a=this._isExpanded();return a&&this.expandedHeight?this.expandedHeight:!a&&this.collapsedHeight?this.collapsedHeight:null}_keydown(a){switch(a.keyCode){case 32:case 13:ja(a)||(a.preventDefault(),this._toggle());break;default:this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(a);return}}focus(a,i){a?this._focusMonitor.focusVia(this._element,a,i):this._element.nativeElement.focus(i)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(a=>{a&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:13,hostBindings:function(a,i){a&1&&xe("click",function(){return i._toggle()})("keydown",function(r){return i._keydown(r)}),a&2&&(be("id",i.panel._headerId)("tabindex",i.disabled?-1:i.tabIndex)("aria-controls",i._getPanelId())("aria-expanded",i._isExpanded())("aria-disabled",i.panel.disabled),Gn("height",i._getHeaderHeight()),Se("mat-expanded",i._isExpanded())("mat-expansion-toggle-indicator-after",i._getTogglePosition()==="after")("mat-expansion-toggle-indicator-before",i._getTogglePosition()==="before"))},inputs:{expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight",tabIndex:[2,"tabIndex","tabIndex",a=>a==null?0:mn(a)]},ngContentSelectors:uRe,decls:5,vars:3,consts:[[1,"mat-content"],[1,"mat-expansion-indicator"],["xmlns","http://www.w3.org/2000/svg","viewBox","0 -960 960 960","aria-hidden","true","focusable","false"],["d","M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z"]],template:function(a,i){a&1&&(Tt(dRe),D(0,"span",0),Re(1),Re(2,1),Re(3,2),I(),V(4,hRe,3,0,"span",1)),a&2&&(Se("mat-content-hide-toggle",!i._showToggle()),C(4),W(i._showToggle()?4:-1))},styles:[`.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;height:var(--mat-expansion-header-collapsed-state-height, 48px);font-family:var(--mat-expansion-header-text-font, var(--mat-sys-title-medium-font));font-size:var(--mat-expansion-header-text-size, var(--mat-sys-title-medium-size));font-weight:var(--mat-expansion-header-text-weight, var(--mat-sys-title-medium-weight));line-height:var(--mat-expansion-header-text-line-height, var(--mat-sys-title-medium-line-height));letter-spacing:var(--mat-expansion-header-text-tracking, var(--mat-sys-title-medium-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-header{transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header::before{border-radius:inherit}.mat-expansion-panel-header.mat-expanded{height:var(--mat-expansion-header-expanded-state-height, 64px)}.mat-expansion-panel-header[aria-disabled=true]{color:var(--mat-expansion-header-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-header-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}@media(hover: none){.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-container-background-color, var(--mat-sys-surface))}}.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused{background:var(--mat-expansion-header-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent))}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-content.mat-content-hide-toggle{margin-right:8px}[dir=rtl] .mat-content.mat-content-hide-toggle{margin-right:0;margin-left:8px}.mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-left:24px;margin-right:0}[dir=rtl] .mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-right:24px;margin-left:0}.mat-expansion-panel-header-title{color:var(--mat-expansion-header-text-color, var(--mat-sys-on-surface))}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;flex-basis:0;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header-description{flex-grow:2;color:var(--mat-expansion-header-description-color, var(--mat-sys-on-surface-variant))}.mat-expansion-panel-animations-enabled .mat-expansion-indicator{transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header.mat-expanded .mat-expansion-indicator{transform:rotate(180deg)}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle;color:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-legacy-header-indicator-display, none)}.mat-expansion-indicator svg{width:24px;height:24px;margin:0 -8px;vertical-align:middle;fill:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-header-indicator-display, inline-block)}@media(forced-colors: active){.mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}}
71
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),kse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]}));let e=t;return e})(),Ese=(()=>{const t=class t extends aRe{constructor(){super(...arguments);o(this,"_keyManager");o(this,"_ownHeaders",new Qo);o(this,"_headers");o(this,"hideToggle",!1);o(this,"displayMode","default");o(this,"togglePosition","after")}ngAfterContentInit(){this._headers.changes.pipe(Aa(this._headers)).subscribe(i=>{this._ownHeaders.reset(i.filter(r=>r.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new cg(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(i){this._keyManager.onKeydown(i)}_handleHeaderFocus(i){this._keyManager.updateActiveItem(i)}ngOnDestroy(){var i;super.ngOnDestroy(),(i=this._keyManager)==null||i.destroy(),this._ownHeaders.destroy()}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-accordion"]],contentQueries:function(i,r,s){if(i&1&&gt(s,o0,5),i&2){let l;ye(l=_e())&&(r._headers=l)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(i,r){i&2&&Se("mat-accordion-multi",r.multi)},inputs:{hideToggle:[2,"hideToggle","hideToggle",me],displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[dt([{provide:qm,useExisting:t}]),Be]}));let e=t;return e})(),Cse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,nRe,as]}));let e=t;return e})(),mRe=["*"],fRe=new Y("MAT_CARD_CONFIG"),Sse=(()=>{const t=class t{constructor(){o(this,"appearance");let a=_(fRe,{optional:!0});this.appearance=(a==null?void 0:a.appearance)||"raised"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-card"]],hostAttrs:[1,"mat-mdc-card","mdc-card"],hostVars:4,hostBindings:function(a,i){a&2&&Se("mat-mdc-card-outlined",i.appearance==="outlined")("mdc-card--outlined",i.appearance==="outlined")},inputs:{appearance:"appearance"},exportAs:["matCard"],ngContentSelectors:mRe,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),Re(0))},styles:[`.mat-mdc-card{display:flex;flex-direction:column;box-sizing:border-box;position:relative;border-style:solid;border-width:0;background-color:var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));border-color:var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));border-radius:var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium));box-shadow:var(--mdc-elevated-card-container-elevation, var(--mat-sys-level1))}.mat-mdc-card::after{position:absolute;top:0;left:0;width:100%;height:100%;border:solid 1px rgba(0,0,0,0);content:"";display:block;pointer-events:none;box-sizing:border-box;border-radius:var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium))}.mat-mdc-card-outlined{background-color:var(--mdc-outlined-card-container-color, var(--mat-sys-surface));border-radius:var(--mdc-outlined-card-container-shape, var(--mat-sys-corner-medium));border-width:var(--mdc-outlined-card-outline-width, 1px);border-color:var(--mdc-outlined-card-outline-color, var(--mat-sys-outline-variant));box-shadow:var(--mdc-outlined-card-container-elevation, var(--mat-sys-level0))}.mat-mdc-card-outlined::after{border:none}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mat-mdc-card-actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mat-mdc-card-title{font-family:var(--mat-card-title-text-font, var(--mat-sys-title-large-font));line-height:var(--mat-card-title-text-line-height, var(--mat-sys-title-large-line-height));font-size:var(--mat-card-title-text-size, var(--mat-sys-title-large-size));letter-spacing:var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));font-weight:var(--mat-card-title-text-weight, var(--mat-sys-title-large-weight))}.mat-mdc-card-subtitle{color:var(--mat-card-subtitle-text-color, var(--mat-sys-on-surface));font-family:var(--mat-card-subtitle-text-font, var(--mat-sys-title-medium-font));line-height:var(--mat-card-subtitle-text-line-height, var(--mat-sys-title-medium-line-height));font-size:var(--mat-card-subtitle-text-size, var(--mat-sys-title-medium-size));letter-spacing:var(--mat-card-subtitle-text-tracking, var(--mat-sys-title-medium-tracking));font-weight:var(--mat-card-subtitle-text-weight, var(--mat-sys-title-medium-weight))}.mat-mdc-card-title,.mat-mdc-card-subtitle{display:block;margin:0}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle{padding:16px 16px 0}.mat-mdc-card-header{display:flex;padding:16px 16px 0}.mat-mdc-card-content{display:block;padding:0 16px}.mat-mdc-card-content:first-child{padding-top:16px}.mat-mdc-card-content:last-child{padding-bottom:16px}.mat-mdc-card-title-group{display:flex;justify-content:space-between;width:100%}.mat-mdc-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;margin-bottom:16px;object-fit:cover}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title{line-height:normal}.mat-mdc-card-sm-image{width:80px;height:80px}.mat-mdc-card-md-image{width:112px;height:112px}.mat-mdc-card-lg-image{width:152px;height:152px}.mat-mdc-card-xl-image{width:240px;height:240px}.mat-mdc-card-subtitle~.mat-mdc-card-title,.mat-mdc-card-title~.mat-mdc-card-subtitle,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-title-group .mat-mdc-card-title,.mat-mdc-card-title-group .mat-mdc-card-subtitle{padding-top:0}.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer){margin-bottom:0}.mat-mdc-card-actions-align-end{justify-content:flex-end}
72
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),Dse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-card-content"]],hostAttrs:[1,"mat-mdc-card-content"]}));let e=t;return e})(),Ise=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,zt]}));let e=t;return e})();function gRe(e,t){return this.dates()}function bRe(e,t){if(e&1&&(D(0,"span",0),P(1),A(2,"translate"),A(3,"firstLetterUppercase"),I()),e&2){let n=t.$implicit,a=L();z("ngClass",a.activeWeekDays().includes(n)?"active":"inactive"),C(),ne(" ",N(3,4,N(2,2,"medicationSchemeListView.days."+n))," ")}}var vRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.dates=Oe.required(),this.allDays=[Rt.MONDAY,Rt.TUESDAY,Rt.WEDNESDAY,Rt.THURSDAY,Rt.FRIDAY,Rt.SATURDAY,Rt.SUNDAY],this.activeWeekDays=ga(()=>this.dates().map(a=>this.allDays[gr(a)-1]))}get ariaLabel(){let a=this.dates().map(i=>this.allDays[gr(i)-1]).map(i=>this.translate.instant("commons.days."+i).toLowerCase()).join(", ");return this.translate.instant("medicationSchemeListView.toTake",{days:a})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-weekdays-intake"]],hostVars:1,hostBindings:function(a,i){a&2&&be("aria-label",i.ariaLabel)},inputs:{dates:[1,"dates"]},decls:2,vars:0,consts:[[3,"ngClass"]],template:function(a,i){a&1&&Ua(0,bRe,4,6,"span",0,gRe,!0),a&2&&Wa(i.allDays)},dependencies:[Pu,Zt,$i],styles:["[_nghost-%COMP%]{display:flex;margin:16px 0}@media only screen and (max-width: 600px){[_nghost-%COMP%]{justify-content:space-between}}@media only screen and (min-width: 600px){[_nghost-%COMP%] span[_ngcontent-%COMP%]{margin-right:8px}}[_nghost-%COMP%] span[_ngcontent-%COMP%]{font-weight:700;border-radius:6px;padding:6px}@media (max-width: 360px){[_nghost-%COMP%] span[_ngcontent-%COMP%]{padding:2px}}[_nghost-%COMP%] .active[_ngcontent-%COMP%]{color:#0d0d0d;background:#b8efd6;border:2px solid #1d8657}[_nghost-%COMP%] .inactive[_ngcontent-%COMP%]{color:gray;background:transparent;border:2px solid #808080}"],changeDetection:0});let e=t;return e})(),yRe=e=>({count:e});function _Re(e,t){e&1&&(P(0),A(1,"translateValue")),e&2&&ne(" ",N(1,1,t)," ")}function xRe(e,t){if(e&1&&(P(0),A(1,"translate")),e&2){let n=L();ne(" ",sa(1,1,"commons.administrationUnits."+n.unit,yn(4,yRe,n.value))," ")}}function wRe(e,t){if(e&1&&(P(0),A(1,"quantity"),V(2,xRe,2,6)),e&2){let n=t;ne(" ",N(1,2,n.value)," "),C(2),W(n.unit?2:-1)}}function kRe(e,t){e&1&&(D(0,"p"),P(1),I()),e&2&&(C(),ae(t))}function ERe(e,t){e&1&&(D(0,"p"),P(1),I()),e&2&&(C(),ae(t))}function CRe(e,t){if(e&1&&(V(0,kRe,2,1,"p")(1,ERe,2,1,"p"),A(2,"translateValue")),e&2){let n,a,i=L();W((n=i.item().medication.treatmentStartCondition)?0:-1,n),C(),W((a=N(2,2,i.item().medication.instructions))?1:-1,a)}}function SRe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-weekdays-intake",2),e&2){let n=L(2);z("dates",n.item().dates)}}function DRe(e,t){if(e&1&&(V(0,SRe,1,1,"vidis-medication-scheme-weekdays-intake",2),Z(1,"vidis-medication-scheme-remark-flag",3)),e&2){let n=L();W(n.dateInfo().view===n.views.WEEK?0:-1),C(),z("item",n.item())("dateInfo",n.dateInfo())}}var IRe=(()=>{const t=class t{constructor(){this.activeTab=Oe.required(),this.dateInfo=Oe.required(),this.item=Oe.required(),this.dayParts=Pe,this.views=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-card"]],inputs:{activeTab:[1,"activeTab"],dateInfo:[1,"dateInfo"],item:[1,"item"]},decls:13,vars:10,consts:[[1,"textOverflow"],[3,"item"],[3,"dates"],[3,"item","dateInfo"]],template:function(a,i){if(a&1&&(D(0,"mat-card")(1,"mat-card-content")(2,"strong",0),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I(),D(6,"p",0),V(7,_Re,2,3)(8,wRe,3,4),I(),D(9,"p"),Z(10,"vidis-medication-scheme-day-part",1),I(),V(11,CRe,3,4)(12,DRe,2,3),I()()),a&2){let r,s;C(3),ae(N(5,8,N(4,6,i.item().medication.name))),C(4),W((r=i.item().posology.text)?7:-1,r),C(),W((s=i.item().posology.quantity)?8:-1,s),C(2),z("item",i.item()),C(),W(i.activeTab()===i.dayParts.IF_NEEDED?11:-1),C(),W(i.activeTab()!==i.dayParts.IF_NEEDED?12:-1)}},dependencies:[Ise,Sse,Dse,ai,th,Zt,ih,vRe,_se,rc,$i,i0],styles:["mat-card[_ngcontent-%COMP%]{margin-top:10px}mat-card[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-left:16px}"],changeDetection:0});let e=t;return e})(),TRe=()=>({height:"250px",margin:"3px"});function ARe(e,t){e&1&&Z(0,"ngx-skeleton-loader",1),e&2&&z("count",2)("theme",pn(2,TRe))}function ORe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-card",3),xe("click",function(){let a=Ee(n).$implicit,i=L(4);return Ce(i.clickDetails.emit(a.medication.id))}),I()}if(e&2){let n=t.$implicit,a=L(3).$implicit,i=L();z("activeTab",a.part)("dateInfo",i.dateInfo())("item",n)}}function RRe(e,t){if(e&1&&Ua(0,ORe,1,3,"vidis-medication-scheme-card",2,Oi),e&2){let n=L();Wa(n)}}function MRe(e,t){if(e&1&&(D(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),P(3),A(4,"translate"),I()(),V(5,ARe,1,3,"ngx-skeleton-loader",1)(6,RRe,2,0),I()),e&2){let n=t,a=L().$implicit,i=L();z("disabled",!i.isLoading()&&n.length<=0),C(3),mr("",N(4,4,"medicationSchemeMoments."+a)," (",n.length,")"),C(2),W(i.isLoading()?5:6)}}function PRe(e,t){if(e&1&&(V(0,MRe,7,6,"mat-expansion-panel",0),A(1,"filterMedicationByDayPart")),e&2){let n,a=t.$implicit,i=L();W((n=sa(1,1,i.items(),a))?0:-1,n)}}var NRe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.dateInfo=Oe.required(),this.items=Oe.required({transform:this.filterOutUndefinedMedications}),this.clickDetails=to(),this.dayPartOrder=Object.values(Pe)}filterOutUndefinedMedications(a){return a.filter(i=>i.medication)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-mobile"]],inputs:{isLoading:[1,"isLoading"],dateInfo:[1,"dateInfo"],items:[1,"items"]},outputs:{clickDetails:"clickDetails"},decls:3,vars:0,consts:[[3,"disabled"],["appearence","line",3,"count","theme"],[3,"activeTab","dateInfo","item"],[3,"click","activeTab","dateInfo","item"]],template:function(a,i){a&1&&(D(0,"mat-accordion"),Ua(1,PRe,2,4,null,null,Oi),I()),a&2&&(C(),Wa(i.dayPartOrder))},dependencies:[Ese,Cse,r0,o0,kse,sc,oc,IRe,vIe,Zt],styles:["mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-text-color: #2473db}mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-indicator-color: #2473db}mat-card[_ngcontent-%COMP%]{margin-top:10px}"],changeDetection:0});let e=t;return e})();function LRe(e,t){if(e&1&&(D(0,"p",3),P(1),A(2,"translate"),I()),e&2){let n=L();C(),ae(N(2,1,"medicationSchemeListView.noMedications."+n.activeDate().view))}}var FRe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.filteredMedicationViewItems=Oe.required(),this.activeDate=_s.required(),this.clickDetails=to()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-moment-view"]],inputs:{isLoading:[1,"isLoading"],filteredMedicationViewItems:[1,"filteredMedicationViewItems"],activeDate:[1,"activeDate"]},outputs:{activeDate:"activeDateChange",clickDetails:"clickDetails"},decls:4,vars:8,consts:[[3,"activeDateChange","activeDate"],[3,"isLoading","dateInfo","items"],[3,"clickDetails","isLoading","dateInfo","items"],[1,"no-content"]],template:function(a,i){a&1&&(D(0,"vidis-medication-scheme-date-toggler",0),wr("activeDateChange",function(r){return ho(i.activeDate,r)||(i.activeDate=r),r}),I(),Z(1,"vidis-medication-scheme-desktop",1),D(2,"vidis-medication-scheme-mobile",2),xe("clickDetails",function(r){return i.clickDetails.emit(r)}),I(),V(3,LRe,3,3,"p",3)),a&2&&(xr("activeDate",i.activeDate),C(),z("isLoading",i.isLoading())("dateInfo",i.activeDate())("items",i.filteredMedicationViewItems()),C(),z("isLoading",i.isLoading())("dateInfo",i.activeDate())("items",i.filteredMedicationViewItems()),C(),W(!i.isLoading()&&i.filteredMedicationViewItems().length<=0?3:-1))},dependencies:[ai,Zt,tRe,NRe,LAe],styles:["@media only screen and (min-width: 960px){vidis-medication-scheme-mobile[_ngcontent-%COMP%]{display:none}}@media only screen and (max-width: 960px){vidis-medication-scheme-desktop[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),VRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.loadingStatus=ur,this.isLoading=Oe.required(),this.medicationScheme=Oe.required(),this.view=Oe.required(),this.clickDetails=to(),this.dateToggleEmit=_s.required(),this.activeDate=ga(()=>ht(ue({},this.dateToggleEmit()),{view:this.view()})),this.currentLang=Soe(this.translate.onLangChange.pipe(Dt(a=>a.lang),Aa(this.translate.currentLang))),this.filteredMedicationViewItems=ga(()=>{let a=this.medicationScheme(),i=Object.values(Pe);if(!this.isLoading()&&a){let r=mIe(a.medications),s=this.filterMedications(r,this.activeDate());return i.forEach(l=>{s.some(c=>c.posology.dayPart===l)||s.push({medication:void 0,posology:{dayPart:l}})}),hIe(s,this.currentLang())}return[]})}filterMedications(a,i){if(this.view()==bi.DAY)return a.filter(s=>_y(s,i.displayDate));let r=XDe(i.startOfWeek,i.endOfWeek);return a.map(s=>ht(ue({},s),{dates:r.filter(l=>_y(s,l))})).filter(s=>s.dates.length)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-daily-weekly"]],inputs:{isLoading:[1,"isLoading"],medicationScheme:[1,"medicationScheme"],view:[1,"view"],dateToggleEmit:[1,"dateToggleEmit"]},outputs:{clickDetails:"clickDetails",dateToggleEmit:"dateToggleEmitChange"},decls:1,vars:3,consts:[[3,"activeDateChange","clickDetails","isLoading","filteredMedicationViewItems","activeDate"]],template:function(a,i){a&1&&(D(0,"vidis-medication-scheme-moment-view",0),xe("activeDateChange",function(r){return i.dateToggleEmit.set(r)})("clickDetails",function(r){return i.clickDetails.emit(r)}),I()),a&2&&z("isLoading",i.isLoading())("filteredMedicationViewItems",i.filteredMedicationViewItems())("activeDate",i.activeDate())},dependencies:[FRe],encapsulation:2,changeDetection:0});let e=t;return e})(),zRe=["button"],BRe=["*"];function jRe(e,t){if(e&1&&(D(0,"div",2),Z(1,"mat-pseudo-checkbox",6),I()),e&2){let n=L();C(),z("disabled",n.disabled)}}var Tse=new Y("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS",{providedIn:"root",factory:HRe});function HRe(){return{hideSingleSelectionIndicator:!1,hideMultipleSelectionIndicator:!1,disabledInteractive:!1}}var Ase=new Y("MatButtonToggleGroup"),URe={provide:zu,useExisting:so(()=>Rse),multi:!0},Ose=class{constructor(e,t){o(this,"source");o(this,"value");this.source=e,this.value=t}},Rse=(()=>{const t=class t{constructor(){o(this,"_changeDetector",_(Et));o(this,"_dir",_(Na,{optional:!0}));o(this,"_multiple",!1);o(this,"_disabled",!1);o(this,"_disabledInteractive",!1);o(this,"_selectionModel");o(this,"_rawValue");o(this,"_controlValueAccessorChangeFn",()=>{});o(this,"_onTouched",()=>{});o(this,"_buttonToggles");o(this,"appearance");o(this,"_name",_(la).getId("mat-button-toggle-group-"));o(this,"vertical");o(this,"valueChange",new te);o(this,"change",new te);o(this,"_hideSingleSelectionIndicator");o(this,"_hideMultipleSelectionIndicator");let a=_(Tse,{optional:!0});this.appearance=a&&a.appearance?a.appearance:"standard",this.hideSingleSelectionIndicator=(a==null?void 0:a.hideSingleSelectionIndicator)??!1,this.hideMultipleSelectionIndicator=(a==null?void 0:a.hideMultipleSelectionIndicator)??!1}get name(){return this._name}set name(a){this._name=a,this._markButtonsForCheck()}get value(){let a=this._selectionModel?this._selectionModel.selected:[];return this.multiple?a.map(i=>i.value):a[0]?a[0].value:void 0}set value(a){this._setSelectionByValue(a),this.valueChange.emit(this.value)}get selected(){let a=this._selectionModel?this._selectionModel.selected:[];return this.multiple?a:a[0]||null}get multiple(){return this._multiple}set multiple(a){this._multiple=a,this._markButtonsForCheck()}get disabled(){return this._disabled}set disabled(a){this._disabled=a,this._markButtonsForCheck()}get disabledInteractive(){return this._disabledInteractive}set disabledInteractive(a){this._disabledInteractive=a,this._markButtonsForCheck()}get dir(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(a){this._hideSingleSelectionIndicator=a,this._markButtonsForCheck()}get hideMultipleSelectionIndicator(){return this._hideMultipleSelectionIndicator}set hideMultipleSelectionIndicator(a){this._hideMultipleSelectionIndicator=a,this._markButtonsForCheck()}ngOnInit(){this._selectionModel=new iC(this.multiple,void 0,!1)}ngAfterContentInit(){this._selectionModel.select(...this._buttonToggles.filter(a=>a.checked)),this.multiple||this._initializeTabIndex()}writeValue(a){this.value=a,this._changeDetector.markForCheck()}registerOnChange(a){this._controlValueAccessorChangeFn=a}registerOnTouched(a){this._onTouched=a}setDisabledState(a){this.disabled=a}_keydown(a){if(this.multiple||this.disabled)return;let i=a.target.id,r=this._buttonToggles.toArray().findIndex(l=>l.buttonId===i),s=null;switch(a.keyCode){case 32:case 13:s=this._buttonToggles.get(r)||null;break;case 38:s=this._getNextButton(r,-1);break;case 37:s=this._getNextButton(r,this.dir==="ltr"?-1:1);break;case 40:s=this._getNextButton(r,1);break;case 39:s=this._getNextButton(r,this.dir==="ltr"?1:-1);break;default:return}s&&(a.preventDefault(),s._onButtonClick(),s.focus())}_emitChangeEvent(a){let i=new Ose(a,this.value);this._rawValue=i.value,this._controlValueAccessorChangeFn(i.value),this.change.emit(i)}_syncButtonToggle(a,i,r=!1,s=!1){!this.multiple&&this.selected&&!a.checked&&(this.selected.checked=!1),this._selectionModel?i?this._selectionModel.select(a):this._selectionModel.deselect(a):s=!0,s?Promise.resolve().then(()=>this._updateModelValue(a,r)):this._updateModelValue(a,r)}_isSelected(a){return this._selectionModel&&this._selectionModel.isSelected(a)}_isPrechecked(a){return typeof this._rawValue>"u"?!1:this.multiple&&Array.isArray(this._rawValue)?this._rawValue.some(i=>a.value!=null&&i===a.value):a.value===this._rawValue}_initializeTabIndex(){if(this._buttonToggles.forEach(a=>{a.tabIndex=-1}),this.selected)this.selected.tabIndex=0;else for(let a=0;a<this._buttonToggles.length;a++){let i=this._buttonToggles.get(a);if(!i.disabled){i.tabIndex=0;break}}this._markButtonsForCheck()}_getNextButton(a,i){let r=this._buttonToggles;for(let s=1;s<=r.length;s++){let l=(a+i*s+r.length)%r.length,c=r.get(l);if(c&&!c.disabled)return c}return null}_setSelectionByValue(a){if(this._rawValue=a,!this._buttonToggles)return;let i=this._buttonToggles.toArray();if(this.multiple&&a?(this._clearSelection(),a.forEach(r=>this._selectValue(r,i))):(this._clearSelection(),this._selectValue(a,i)),!this.multiple&&i.every(r=>r.tabIndex===-1)){for(let r of i)if(!r.disabled){r.tabIndex=0;break}}}_clearSelection(){this._selectionModel.clear(),this._buttonToggles.forEach(a=>{a.checked=!1,this.multiple||(a.tabIndex=-1)})}_selectValue(a,i){for(let r of i)if(r.value===a){r.checked=!0,this._selectionModel.select(r),this.multiple||(r.tabIndex=0);break}}_updateModelValue(a,i){i&&this._emitChangeEvent(a),this.valueChange.emit(this.value)}_markButtonsForCheck(){var a;(a=this._buttonToggles)==null||a.forEach(i=>i._markForCheck())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-button-toggle-group"]],contentQueries:function(a,i,r){if(a&1&&gt(r,s0,5),a&2){let s;ye(s=_e())&&(i._buttonToggles=s)}},hostAttrs:[1,"mat-button-toggle-group"],hostVars:6,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._keydown(r)}),a&2&&(be("role",i.multiple?"group":"radiogroup")("aria-disabled",i.disabled),Se("mat-button-toggle-vertical",i.vertical)("mat-button-toggle-group-appearance-standard",i.appearance==="standard"))},inputs:{appearance:"appearance",name:"name",vertical:[2,"vertical","vertical",me],value:"value",multiple:[2,"multiple","multiple",me],disabled:[2,"disabled","disabled",me],disabledInteractive:[2,"disabledInteractive","disabledInteractive",me],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",me],hideMultipleSelectionIndicator:[2,"hideMultipleSelectionIndicator","hideMultipleSelectionIndicator",me]},outputs:{valueChange:"valueChange",change:"change"},exportAs:["matButtonToggleGroup"],features:[dt([URe,{provide:Ase,useExisting:t}])]}));let e=t;return e})(),s0=(()=>{const t=class t{constructor(){o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_focusMonitor",_(mo));o(this,"_idGenerator",_(la));o(this,"_animationMode",_(Oa,{optional:!0}));o(this,"_checked",!1);o(this,"ariaLabel");o(this,"ariaLabelledby",null);o(this,"_buttonElement");o(this,"buttonToggleGroup");o(this,"id");o(this,"name");o(this,"value");o(this,"_tabIndex");o(this,"disableRipple");o(this,"_appearance");o(this,"_disabled",!1);o(this,"_disabledInteractive");o(this,"change",new te);_(Ra).load(Yn);let a=_(Ase,{optional:!0}),i=_(new fs("tabindex"),{optional:!0})||"",r=_(Tse,{optional:!0});this._tabIndex=parseInt(i)||0,this.buttonToggleGroup=a,this.appearance=r&&r.appearance?r.appearance:"standard",this.disabledInteractive=(r==null?void 0:r.disabledInteractive)??!1}get buttonId(){return`${this.id}-button`}get tabIndex(){return this._tabIndex}set tabIndex(a){a!==this._tabIndex&&(this._tabIndex=a,this._markForCheck())}get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(a){this._appearance=a}get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(a){a!==this._checked&&(this._checked=a,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(a){this._disabled=a}get disabledInteractive(){return this._disabledInteractive||this.buttonToggleGroup!==null&&this.buttonToggleGroup.disabledInteractive}set disabledInteractive(a){this._disabledInteractive=a}ngOnInit(){let a=this.buttonToggleGroup;this.id=this.id||this._idGenerator.getId("mat-button-toggle-"),a&&(a._isPrechecked(this)?this.checked=!0:a._isSelected(this)!==this._checked&&a._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._animationMode!=="NoopAnimations"&&this._elementRef.nativeElement.classList.add("mat-button-toggle-animations-enabled"),this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){let a=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),a&&a._isSelected(this)&&a._syncButtonToggle(this,!1,!1,!0)}focus(a){this._buttonElement.nativeElement.focus(a)}_onButtonClick(){if(this.disabled)return;let a=this.isSingleSelector()?!0:!this._checked;if(a!==this._checked&&(this._checked=a,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.isSingleSelector()){let i=this.buttonToggleGroup._buttonToggles.find(r=>r.tabIndex===0);i&&(i.tabIndex=-1),this.tabIndex=0}this.change.emit(new Ose(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this.isSingleSelector()?this.buttonToggleGroup.name:this.name||null}isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-button-toggle"]],viewQuery:function(a,i){if(a&1&&Ze(zRe,5),a&2){let r;ye(r=_e())&&(i._buttonElement=r.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:14,hostBindings:function(a,i){a&1&&xe("focus",function(){return i.focus()}),a&2&&(be("aria-label",null)("aria-labelledby",null)("id",i.id)("name",null),Se("mat-button-toggle-standalone",!i.buttonToggleGroup)("mat-button-toggle-checked",i.checked)("mat-button-toggle-disabled",i.disabled)("mat-button-toggle-disabled-interactive",i.disabledInteractive)("mat-button-toggle-appearance-standard",i.appearance==="standard"))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",disableRipple:[2,"disableRipple","disableRipple",me],appearance:"appearance",checked:[2,"checked","checked",me],disabled:[2,"disabled","disabled",me],disabledInteractive:[2,"disabledInteractive","disabledInteractive",me]},outputs:{change:"change"},exportAs:["matButtonToggle"],ngContentSelectors:BRe,decls:7,vars:13,consts:[["button",""],["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"click","id","disabled"],[1,"mat-button-toggle-checkbox-wrapper"],[1,"mat-button-toggle-label-content"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"],["state","checked","aria-hidden","true","appearance","minimal",3,"disabled"]],template:function(a,i){if(a&1){let r=xt();Tt(),D(0,"button",1,0),xe("click",function(){return Ee(r),Ce(i._onButtonClick())}),V(2,jRe,2,1,"div",2),D(3,"span",3),Re(4),I()(),Z(5,"span",4)(6,"span",5)}if(a&2){let r=Ri(1);z("id",i.buttonId)("disabled",i.disabled&&!i.disabledInteractive||null),be("role",i.isSingleSelector()?"radio":"button")("tabindex",i.disabled&&!i.disabledInteractive?-1:i.tabIndex)("aria-pressed",i.isSingleSelector()?null:i.checked)("aria-checked",i.isSingleSelector()?i.checked:null)("name",i._getButtonName())("aria-label",i.ariaLabel)("aria-labelledby",i.ariaLabelledby)("aria-disabled",i.disabled&&i.disabledInteractive?"true":null),C(2),W(i.buttonToggleGroup&&(!i.buttonToggleGroup.multiple&&!i.buttonToggleGroup.hideSingleSelectionIndicator||i.buttonToggleGroup.multiple&&!i.buttonToggleGroup.hideMultipleSelectionIndicator)?2:-1),C(4),z("matRippleTrigger",r)("matRippleDisabled",i.disableRipple||i.disabled)}},dependencies:[Vu,UE],styles:[`.mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:translateZ(0);border-radius:var(--mat-legacy-button-toggle-shape)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-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)}@media(forced-colors: active){.mat-button-toggle-standalone,.mat-button-toggle-group{outline:solid 1px}}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,.mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}@media(forced-colors: active){.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{outline:0}}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle{white-space:nowrap;position:relative;color:var(--mat-legacy-button-toggle-text-color);font-family:var(--mat-legacy-button-toggle-label-text-font);font-size:var(--mat-legacy-button-toggle-label-text-size);line-height:var(--mat-legacy-button-toggle-label-text-line-height);font-weight:var(--mat-legacy-button-toggle-label-text-weight);letter-spacing:var(--mat-legacy-button-toggle-label-text-tracking);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-legacy-button-toggle-selected-state-text-color)}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-legacy-button-toggle-focus-state-layer-opacity)}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle-checkbox-wrapper{display:inline-block;justify-content:flex-start;align-items:center;width:0;height:18px;line-height:18px;overflow:hidden;box-sizing:border-box;position:absolute;top:50%;left:16px;transform:translate3d(0, -50%, 0)}[dir=rtl] .mat-button-toggle-checkbox-wrapper{left:auto;right:16px}.mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:12px}[dir=rtl] .mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:auto;right:12px}.mat-button-toggle-checked .mat-button-toggle-checkbox-wrapper{width:18px}.mat-button-toggle-animations-enabled .mat-button-toggle-checkbox-wrapper{transition:width 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-checkbox-wrapper{transition:none}.mat-button-toggle-checked{color:var(--mat-legacy-button-toggle-selected-state-text-color);background-color:var(--mat-legacy-button-toggle-selected-state-background-color)}.mat-button-toggle-disabled{pointer-events:none;color:var(--mat-legacy-button-toggle-disabled-state-text-color);background-color:var(--mat-legacy-button-toggle-disabled-state-background-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-legacy-button-toggle-disabled-state-text-color)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:var(--mat-legacy-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-disabled-interactive{pointer-events:auto}.mat-button-toggle-appearance-standard{color:var(--mat-standard-button-toggle-text-color, var(--mat-sys-on-surface));background-color:var(--mat-standard-button-toggle-background-color, transparent);font-family:var(--mat-standard-button-toggle-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-standard-button-toggle-label-text-size, var(--mat-sys-label-large-size));line-height:var(--mat-standard-button-toggle-label-text-line-height, var(--mat-sys-label-large-line-height));font-weight:var(--mat-standard-button-toggle-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mat-standard-button-toggle-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:none;border-top:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container));background-color:var(--mat-standard-button-toggle-selected-state-background-color, var(--mat-sys-secondary-container))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled{color:var(--mat-standard-button-toggle-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-standard-button-toggle-disabled-state-background-color, transparent)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-standard-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-standard-button-toggle-disabled-selected-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:var(--mat-standard-button-toggle-state-layer-color, var(--mat-sys-on-surface))}.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-button-toggle-appearance-standard.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}@media(hover: none){.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{display:none}}.mat-button-toggle-label-content{-webkit-user-select:none;user-select:none;display:inline-block;padding:0 16px;line-height:var(--mat-legacy-button-toggle-height);position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px;line-height:var(--mat-standard-button-toggle-height, 40px)}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;pointer-events:none;opacity:0;background-color:var(--mat-legacy-button-toggle-state-layer-color)}@media(forced-colors: active){.mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 500px;opacity:.5;height:0}.mat-button-toggle-checked:hover .mat-button-toggle-focus-overlay{opacity:.6}.mat-button-toggle-checked.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{border-bottom:solid 500px}}.mat-button-toggle .mat-button-toggle-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-toggle-button{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.mat-button-toggle-animations-enabled .mat-button-toggle-button{transition:padding 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-button{transition:none}.mat-button-toggle-disabled .mat-button-toggle-button{cursor:default}.mat-button-toggle-button::-moz-focus-inner{border:0}.mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:30px}[dir=rtl] .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:0;padding-right:30px}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{--mat-focus-indicator-border-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-bottom-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-top-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}
73
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),WRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,fg,s0,zt]}));let e=t;return e})(),qRe=["*"];function GRe(e,t){e&1&&(D(0,"div",2),dr(),D(1,"svg",3),Z(2,"path",4),I()())}var Mse=new Y("MAT_SORT_DEFAULT_OPTIONS"),Gm=(()=>{const t=class t{constructor(a){o(this,"_defaultOptions");o(this,"_initializedStream",new tf(1));o(this,"sortables",new Map);o(this,"_stateChanges",new he);o(this,"active");o(this,"start","asc");o(this,"_direction","");o(this,"disableClear");o(this,"disabled",!1);o(this,"sortChange",new te);o(this,"initialized",this._initializedStream);this._defaultOptions=a}get direction(){return this._direction}set direction(a){this._direction=a}register(a){this.sortables.set(a.id,a)}deregister(a){this.sortables.delete(a.id)}sort(a){this.active!=a.id?(this.active=a.id,this.direction=a.start?a.start:this.start):this.direction=this.getNextSortDirection(a),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(a){var l;if(!a)return"";let i=(a==null?void 0:a.disableClear)??this.disableClear??!!((l=this._defaultOptions)!=null&&l.disableClear),r=YRe(a.start||this.start,i),s=r.indexOf(this.direction)+1;return s>=r.length&&(s=0),r[s]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}};o(t,"ɵfac",function(a){return new(a||t)(Xt(Mse,8))}),o(t,"ɵdir",pe({type:t,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",me],disabled:[2,"matSortDisabled","disabled",me]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[Jt]}));let e=t;return e})();function YRe(e,t){let n=["asc","desc"];return e=="desc"&&n.reverse(),t||n.push(""),n}var Qd=(()=>{const t=class t{constructor(){o(this,"changes",new he)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})();function $Re(e){return e||new Qd}var ZRe={provide:Qd,deps:[[new ls,new cs,Qd]],useFactory:$Re},KRe=(()=>{const t=class t{constructor(){o(this,"_intl",_(Qd));o(this,"_sort",_(Gm,{optional:!0}));o(this,"_columnDef",_("MAT_SORT_HEADER_COLUMN_DEF",{optional:!0}));o(this,"_changeDetectorRef",_(Et));o(this,"_focusMonitor",_(mo));o(this,"_elementRef",_(Ae));o(this,"_ariaDescriber",_(Ybe,{optional:!0}));o(this,"_renderChanges");o(this,"_animationModule",_(Oa,{optional:!0}));o(this,"_recentlyCleared",Qa(null));o(this,"_sortButton");o(this,"id");o(this,"arrowPosition","after");o(this,"start");o(this,"disabled",!1);o(this,"_sortActionDescription","Sort");o(this,"disableClear");_(Ra).load(Yn);let a=_(Mse,{optional:!0});this._sort,a!=null&&a.arrowPosition&&(this.arrowPosition=a==null?void 0:a.arrowPosition)}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(a){this._updateSortActionDescription(a)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._sort.register(this),this._renderChanges=fa(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 a,i;this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),(a=this._renderChanges)==null||a.unsubscribe(),this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription))}_toggleOnInteraction(){if(!this._isDisabled()){let a=this._isSorted(),i=this._sort.direction;this._sort.sort(this),this._recentlyCleared.set(a&&!this._isSorted()?i:null)}}_handleKeydown(a){(a.keyCode===32||a.keyCode===13)&&(a.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(a){var i,r;this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription),(r=this._ariaDescriber)==null||r.describe(this._sortButton,a)),this._sortActionDescription=a}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(a,i){a&1&&xe("click",function(){return i._toggleOnInteraction()})("keydown",function(r){return i._handleKeydown(r)})("mouseleave",function(){return i._recentlyCleared.set(null)}),a&2&&(be("aria-sort",i._getAriaSortAttribute()),Se("mat-sort-header-disabled",i._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",me],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",me]},exportAs:["matSortHeader"],ngContentSelectors:qRe,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(a,i){a&1&&(Tt(),D(0,"div",0)(1,"div",1),Re(2),I(),V(3,GRe,3,0,"div",2),I()),a&2&&(Se("mat-sort-header-sorted",i._isSorted())("mat-sort-header-position-before",i.arrowPosition==="before")("mat-sort-header-descending",i._sort.direction==="desc")("mat-sort-header-ascending",i._sort.direction==="asc")("mat-sort-header-recently-cleared-ascending",i._recentlyCleared()==="asc")("mat-sort-header-recently-cleared-descending",i._recentlyCleared()==="desc")("mat-sort-header-animations-disabled",i._animationModule==="NoopAnimations"),be("tabindex",i._isDisabled()?null:0)("role",i._isDisabled()?null:"button"),C(3),W(i._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}
74
- `],encapsulation:2,changeDetection:0}));let e=t;return e})(),XRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[ZRe],imports:[zt]}));let e=t;return e})(),QRe=()=>["expandDetails"],JRe=e=>({view:e}),eMe=()=>({height:"47px",margin:"0px"});function tMe(e,t){e&1&&(D(0,"th",16),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.medication")," "))}function aMe(e,t){if(e&1){let n=xt();D(0,"td",17)(1,"vidis-table-detail-button",18),wr("expandedElementChange",function(a){Ee(n);let i=L();return ho(i.expandedElement,a)||(i.expandedElement=a),Ce(a)}),D(2,"div",19),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I()()()}if(e&2){let n=t.$implicit,a=L();C(),z("item",n),xr("expandedElement",a.expandedElement),C(2),ae(N(5,5,N(4,3,n.name)))}}function iMe(e,t){e&1&&Z(0,"th",20)}function nMe(e,t){e&1&&(D(0,"mat-chip-set")(1,"mat-chip",21),P(2),A(3,"translate"),I()()),e&2&&(C(),z("disableRipple",!0),C(),ne(" ",N(3,2,"medicationSchemeListView.future")," "))}function rMe(e,t){if(e&1&&(D(0,"td",17),V(1,nMe,4,4,"mat-chip-set"),A(2,"isFutureMedication"),I()),e&2){let n=t.$implicit;C(),W(N(2,1,n)?1:-1)}}function oMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dose")," "))}function sMe(e,t){e&1&&(D(0,"div",22),P(1),I()),e&2&&(C(),ae(t))}function lMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.consultDetails")," ")}function cMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified")," ")}function dMe(e,t){if(e&1&&(D(0,"td",17),V(1,sMe,2,1,"div",22),A(2,"dose"),V(3,lMe,2,3)(4,cMe,2,3),I()),e&2){let n,a=t.$implicit;C(),W((n=N(2,1,a))?1:!(a.posology==null||a.posology[0]==null)&&a.posology[0].quantity||!(a.posology==null||a.posology[0]==null)&&a.posology[0].text?3:4,n)}}function uMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.indication")," "))}function hMe(e,t){if(e&1&&(D(0,"div",22),P(1),A(2,"translateValue"),A(3,"firstLetterUppercase"),I()),e&2){let n=L().$implicit;C(),ae(N(3,3,N(2,1,n.indication)))}}function pMe(e,t){if(e&1&&(D(0,"td",17),V(1,hMe,4,5,"div",22),I()),e&2){let n=t.$implicit;C(),W(n.indication?1:-1)}}function mMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.remark")," "))}function fMe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-remark-flag",23),e&2){let n=L(2);z("dateInfo",yn(1,JRe,n.dateTogglerViews.LIST))}}function gMe(e,t){if(e&1&&(D(0,"td",17),V(1,fMe,1,3,"vidis-medication-scheme-remark-flag",23),I()),e&2){let n=t.$implicit,a=L();C(),W(n.temporality===a.temporality.ONESHOT?1:-1)}}function bMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.leaflet")," "))}function vMe(e,t){e&1&&(D(0,"a",24),A(1,"translateValue"),A(2,"translate"),Z(3,"mat-icon",25),I()),e&2&&(z("href",N(1,2,t),Vf),be("aria-label",N(2,4,"medicationSchemeListView.headers.leaflet")))}function yMe(e,t){if(e&1&&(D(0,"td",17),V(1,vMe,4,6,"a",24),I()),e&2){let n,a=t.$implicit;C(),W((n=a.leaflet)?1:-1,n)}}function _Me(e,t){if(e&1&&(D(0,"td",26)(1,"div"),Z(2,"vidis-medication-scheme-details-row",27),I()()),e&2){let n=t.$implicit,a=L();Se("mh-detail-row--expanded",n===a.expandedElement()),z("colSpan",a.columnsToDisplay().length),C(2),z("medication",n)}}function xMe(e,t){e&1&&Z(0,"tr",28)}function wMe(e,t){if(e&1&&Z(0,"tr",29),e&2){let n=L();z("hidden",n.isLoading())}}function kMe(e,t){if(e&1&&Z(0,"tr",30),e&2){let n=L();z("hidden",n.isLoading())}}function EMe(e,t){e&1&&Z(0,"ngx-skeleton-loader",15),e&2&&z("count",3)("theme",pn(2,eMe))}var CMe=(()=>{const t=class t{set sort(a){this.dataSource.sort=a,this.dataSource.sortingDataAccessor=(i,r)=>this.getSortingAccessor(i,r)}constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.view=Oe.required(),this.medications=Oe.required(),this.temporality=ji,this.dateTogglerViews=bi,this.dataSource=new bse([]),this.columnsToDisplay=ga(()=>{var a;return(a=this.medications())!=null&&a.some(i=>Ju(i))?["name","future","dose","indication","remark","leaflet"]:["name","dose","indication","remark","leaflet"]}),this.expandedElement=Qa(null),Ou(()=>this.dataSource.data=this.medications())}getSortingAccessor(a,i){var r;return i!=="name"||!a[i]?"":(r=ic(a[i],this.translate.currentLang))==null?void 0:r.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLocaleLowerCase()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-desktop"]],viewQuery:function(a,i){if(a&1&&Ze(Gm,7),a&2){let r;ye(r=_e())&&(i.sort=r.first)}},inputs:{isLoading:[1,"isLoading"],view:[1,"view"],medications:[1,"medications"]},decls:26,vars:9,consts:[["mat-table","","matSort","","matSortActive","name","matSortDirection","asc","matSortDisableClear","","multiTemplateDataRows","",3,"dataSource"],["matColumnDef","name"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","future"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","dose"],["matColumnDef","indication"],["matColumnDef","remark"],["matColumnDef","leaflet"],["matColumnDef","expandDetails"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns"],["class","mh-detail-row","mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns"],["appearance","line",3,"count","theme"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[3,"expandedElementChange","item","expandedElement"],[1,"textOverflow","align-left"],["mat-header-cell",""],[1,"mh-green","mh-no-overlay",3,"disableRipple"],[1,"textOverflow"],[3,"dateInfo"],["mat-icon-button","","target","_blank",3,"href"],["fontIcon","menu_book"],["mat-cell","",3,"colSpan"],[3,"medication"],["mat-header-row",""],["mat-row","",3,"hidden"],["mat-row","",1,"mh-detail-row",3,"hidden"]],template:function(a,i){a&1&&(D(0,"table",0),A(1,"translate"),pa(2,1),V(3,tMe,3,3,"th",2)(4,aMe,6,7,"td",3),ma(),pa(5,4),V(6,iMe,1,0,"th",5)(7,rMe,3,3,"td",3),ma(),pa(8,6),V(9,oMe,3,3,"th",5)(10,dMe,5,3,"td",3),ma(),pa(11,7),V(12,uMe,3,3,"th",5)(13,pMe,2,1,"td",3),ma(),pa(14,8),V(15,mMe,3,3,"th",5)(16,gMe,2,1,"td",3),ma(),pa(17,9),V(18,bMe,3,3,"th",5)(19,yMe,2,1,"td",3),ma(),pa(20,10),V(21,_Me,3,4,"td",11),ma(),V(22,xMe,1,0,"tr",12)(23,wMe,1,1,"tr",13)(24,kMe,1,1,"tr",14),I(),V(25,EMe,1,3,"ngx-skeleton-loader",15)),a&2&&(z("dataSource",i.dataSource),be("aria-label",N(1,6,"medicationSchemeListView."+i.view())),C(22),z("matHeaderRowDef",i.columnsToDisplay()),C(),z("matRowDefColumns",i.columnsToDisplay()),C(),z("matRowDefColumns",pn(8,QRe)),C(),W(i.isLoading()?25:-1))},dependencies:[yse,ah,gse,ose,lse,hse,cse,sse,pse,dse,use,mse,fse,XRe,Gm,KRe,th,Er,sc,oc,Zt,ih,Woe,Xoe,rc,$i,Moe,Hoe],styles:[".font[_ngcontent-%COMP%]{font-size:1rem}"],changeDetection:0});let e=t;return e})(),SMe=e=>({view:e});function DMe(e,t){e&1&&(D(0,"div",0)(1,"mat-chip-set")(2,"mat-chip",3),P(3),A(4,"translate"),I()()()),e&2&&(C(2),z("disableRipple",!0),C(),ne(" ",N(4,2,"medicationSchemeListView.future")," "))}function IMe(e,t){e&1&&P(0),e&2&&ne(" ",t," ")}function TMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.consultDetails")," ")}function AMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified")," ")}function OMe(e,t){e&1&&(D(0,"p",1),P(1),A(2,"firstLetterUppercase"),I()),e&2&&(C(),ne(" ",N(2,1,t)," "))}function RMe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-remark-flag",2),e&2){let n=L();z("dateInfo",yn(1,SMe,n.dateTogglerViews.LIST))}}var MMe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporality=ji,this.dateTogglerViews=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-card"]],inputs:{medication:[1,"medication"]},decls:16,vars:15,consts:[[1,"text-end"],[1,"textOverflow"],[3,"dateInfo"],[1,"mh-green","mh-no-overlay",3,"disableRipple"]],template:function(a,i){if(a&1&&(D(0,"mat-card")(1,"mat-card-content"),V(2,DMe,5,4,"div",0),A(3,"isFutureMedication"),D(4,"strong",1),P(5),A(6,"translateValue"),A(7,"firstLetterUppercase"),I(),D(8,"p",1),V(9,IMe,1,1),A(10,"dose"),V(11,TMe,2,3)(12,AMe,2,3),I(),V(13,OMe,3,3,"p",1),A(14,"translateValue"),V(15,RMe,1,3,"vidis-medication-scheme-remark-flag",2),I()()),a&2){let r,s,l;C(2),W(N(3,5,i.medication())?2:-1),C(3),ae(N(7,9,N(6,7,i.medication().name))),C(4),W((r=N(10,11,i.medication()))?9:!((s=i.medication().posology)==null||s[0]==null)&&s[0].quantity||!((s=i.medication().posology)==null||s[0]==null)&&s[0].text?11:12,r),C(4),W((l=N(14,13,i.medication().indication))?13:-1,l),C(2),W(i.medication().temporality===i.temporality.ONESHOT?15:-1)}},dependencies:[yse,ah,Ise,Sse,Dse,ai,Zt,ih,rc,$i,Moe,Hoe],styles:["mat-card[_ngcontent-%COMP%]{margin-top:10px}mat-card[_ngcontent-%COMP%] .text-end[_ngcontent-%COMP%]{justify-items:end;margin-bottom:10px}mat-card[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-left:16px}"],changeDetection:0});let e=t;return e})(),PMe=()=>({height:"250px",margin:"3px"});function NMe(e,t){e&1&&Z(0,"ngx-skeleton-loader",1),e&2&&z("count",2)("theme",pn(2,PMe))}function LMe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-list-card",3),xe("click",function(){let a=Ee(n).$implicit,i=L(2);return Ce(i.clickDetails.emit(a.id))}),I()}if(e&2){let n=t.$implicit;z("medication",n)}}function FMe(e,t){if(e&1&&Ua(0,LMe,1,1,"vidis-medication-scheme-list-card",2,Oi),e&2){let n=L();Wa(n.sortedMedications())}}var VMe=(()=>{const t=class t{constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.medications=Oe.required(),this.clickDetails=to(),this.sortedMedications=ga(()=>pIe(this.medications(),this.translate.currentLang,this.sorting().order)),this.sortingDropdownSet=["medicationName"],this.sorting=Qa({sort:"medicationName",order:e0.ascending})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-mobile"]],inputs:{isLoading:[1,"isLoading"],medications:[1,"medications"]},outputs:{clickDetails:"clickDetails"},decls:3,vars:3,consts:[[3,"emitNewSortValue","sortDataChange","sortItems","sortData"],["appearence","line",3,"count","theme"],[3,"medication"],[3,"click","medication"]],template:function(a,i){a&1&&(D(0,"vidis-sort-dropdown",0),xe("emitNewSortValue",function(r){return i.sorting.set(r)}),wr("sortDataChange",function(r){return ho(i.sorting,r)||(i.sorting=r),r}),I(),V(1,NMe,1,3,"ngx-skeleton-loader",1)(2,FMe,2,0)),a&2&&(z("sortItems",i.sortingDropdownSet),xr("sortData",i.sorting),C(),W(i.isLoading()?1:2))},dependencies:[sc,oc,aAe,MMe],encapsulation:2,changeDetection:0});let e=t;return e})(),zMe=()=>[];function BMe(e,t){if(e&1&&(D(0,"mat-button-toggle",1),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;z("value",n),C(),ae(N(2,2,"medicationSchemeListView."+n))}}function jMe(e,t){if(e&1&&(D(0,"p",4),P(1),A(2,"translate"),I()),e&2){let n=L(2);C(),ne(" ",N(2,1,"medicationSchemeListView.noMedications."+n.filterTo())," ")}}function HMe(e,t){if(e&1){let n=xt();Z(0,"vidis-medication-scheme-list-desktop",2),D(1,"vidis-medication-scheme-list-mobile",3),xe("clickDetails",function(a){Ee(n);let i=L();return Ce(i.clickDetails.emit(a))}),I(),V(2,jMe,3,3,"p",4)}if(e&2){let n=t,a=L();z("isLoading",a.isLoading())("view",a.tab)("medications",n),C(),z("isLoading",a.isLoading())("medications",n),C(),W(!a.isLoading()&&n.length<=0?2:-1)}}var UMe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.medicationScheme=Oe.required(),this.clickDetails=to(),this.filterTo=_s.required(),this.filterChips=[tl.ALL,tl.CURRENT,tl.FUTURE]}changeFilter(a){this.filterTo.set(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-view"]],inputs:{isLoading:[1,"isLoading"],medicationScheme:[1,"medicationScheme"],filterTo:[1,"filterTo"]},outputs:{clickDetails:"clickDetails",filterTo:"filterToChange"},decls:5,vars:6,consts:[[3,"change","value"],[3,"value"],[3,"isLoading","view","medications"],[3,"clickDetails","isLoading","medications"],[1,"no-content"]],template:function(a,i){if(a&1&&(D(0,"mat-button-toggle-group",0),xe("change",function(r){return i.changeFilter(r.value)}),Ua(1,BMe,3,4,"mat-button-toggle",1,Oi),I(),V(3,HMe,3,6),A(4,"filterMedicationTo")),a&2){let r;z("value",i.filterTo()),C(),Wa(i.filterChips),C(2),W((r=sa(4,2,((r=i.medicationScheme())==null?null:r.medications)||pn(5,zMe),i.filterTo()))?3:-1,r)}},dependencies:[WRe,Rse,s0,CMe,VMe,Zt,yIe],styles:["mat-button-toggle-group[_ngcontent-%COMP%]{margin:16px 0}@media only screen and (min-width: 960px){vidis-medication-scheme-list-mobile[_ngcontent-%COMP%]{display:none}}@media only screen and (max-width: 960px){vidis-medication-scheme-list-desktop[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})();function WMe(e,t){e&1&&(Z(0,"div",2),A(1,"translate")),e&2&&z("innerHTML",N(1,1,"medicationSchemeNoData.walloniaBrussels.textPro"),wx)}function qMe(e,t){e&1&&(D(0,"ul")(1,"li"),P(2),A(3,"translate"),I(),D(4,"li"),P(5),A(6,"translate"),I()()),e&2&&(C(2),ae(N(3,2,"medicationSchemeNoData.walloniaBrussels.text1")),C(3),ae(N(6,4,"medicationSchemeNoData.walloniaBrussels.text2")))}function GMe(e,t){e&1&&(Z(0,"div",2),A(1,"translate")),e&2&&z("innerHTML",N(1,1,"medicationSchemeNoData.flanders.textPro"),wx)}function YMe(e,t){e&1&&(D(0,"span"),P(1),A(2,"translate"),I()),e&2&&(C(),ae(N(2,1,"medicationSchemeNoData.flanders.text")))}var $Me=(()=>{const t=class t{constructor(){this.isProfessional=Oe.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-no-data"]],inputs:{isProfessional:[1,"isProfessional"]},decls:46,vars:11,consts:[[1,"content"],[1,"content__accordion"],[3,"innerHTML"],[1,"image"],["xmlns","http://www.w3.org/2000/svg","width","271.257","height","216.322","viewBox","0 0 271.257 216.322"],["id","Group_4712","data-name","Group 4712","transform","translate(-1002 -319)"],["id","Path_4332","data-name","Path 4332","d","M274.281,666.383a132.077,132.077,0,0,0,1.245,16.972c.027.2.057.4.084.592l53.175-.3c.156-.2.31-.395.459-.6.5-.665.962-1.349,1.389-2.056,2.053-3.408,2.993-7.4,2.051-10.15l-.017-.043a4.829,4.829,0,0,0-.943-1.638c-2.147-2.417-6.489-2.014-10.429-.063,3.534-3.868,6.348-8.75,6.562-13.107.21-4.25-2.013-7.286-4.423-9.866-.079-.085-.158-.168-.237-.251-.038-.043-.079-.083-.117-.126-1.881-1.966-4.073-3.9-7.246-3.67-3.48.258-7.339,3.173-10.045,6.57s-4.5,7.251-6.326,11.015a44.457,44.457,0,0,1-6.727,10.833c3.966-5.016,7.164-10.724,8.345-16.275s.142-10.882-3.393-13.5a8.266,8.266,0,0,0-3.621-1.461c-.152-.025-.307-.046-.465-.064a14.512,14.512,0,0,0-10.5,3.464,24.178,24.178,0,0,0-7.461,11.585A39.527,39.527,0,0,0,274.281,666.383Z","transform","translate(940.206 -148.625)","fill","#9bd68c"],["id","Path_4333","data-name","Path 4333","d","M275.759,723.859l1.017-.006q.484-.3.973-.6c.2-.127.406-.25.61-.375q5.059-3.09,10.181-5.928t10.287-5.419a.426.426,0,0,0,.245-.487.123.123,0,0,0-.017-.036c-.048-.09-.155-.128-.312-.051-.423.212-.848.424-1.27.641q-5.183,2.623-10.322,5.507t-10.212,6.021l-.214.132Z","transform","translate(973.519 -188.724)","fill","#fff"],["id","Path_4334","data-name","Path 4334","d","M296.04,692.365l.629,0c.142-.2.281-.4.423-.6l9.993-14.017q8.181-11.474,16.357-22.948a.4.4,0,0,0,.071-.138c.047-.169-.078-.269-.237-.251a.478.478,0,0,0-.332.211l-9.171,12.864L297.5,690.318l-1.035,1.451C296.321,691.969,296.179,692.167,296.04,692.365Z","transform","translate(940.128 -157.156)","fill","#fff"],["id","Path_4335","data-name","Path 4335","d","M362.616,680.131c.032,1.06.1,2.1.194,3.135l.053.593.66,0c-.02-.2-.04-.4-.058-.593-.139-1.493-.238-3-.252-4.552a63.509,63.509,0,0,1,1.25-12.8,79.7,79.7,0,0,1,3.872-13.3,91.322,91.322,0,0,1,6.335-13.158.351.351,0,0,0,.058-.234c-.027-.188-.278-.244-.465-.064a.545.545,0,0,0-.095.12q-.456.785-.9,1.574a91.27,91.27,0,0,0-6.064,13.2,79.325,79.325,0,0,0-3.61,13.319A62.652,62.652,0,0,0,362.616,680.131Z","transform","translate(859.544 -148.573)","fill","#fff"],["id","Path_4337","data-name","Path 4337","d","M439.615,341.8H625.647a6.9,6.9,0,0,0,6.89-6.89V237.229a6.9,6.9,0,0,0-6.89-6.89H439.615a6.9,6.9,0,0,0-6.89,6.89v97.677A6.9,6.9,0,0,0,439.615,341.8ZM625.647,231.15a6.086,6.086,0,0,1,6.079,6.079v97.677a6.086,6.086,0,0,1-6.079,6.079H439.615a6.086,6.086,0,0,1-6.08-6.079V237.229a6.086,6.086,0,0,1,6.079-6.079Z","transform","translate(570.775 90.161)","fill","none","stroke","#277694","stroke-width","3","opacity","0.21"],["id","Group_4711","data-name","Group 4711","transform","translate(1070 342)","opacity","0.43"],["id","Path_4338","data-name","Path 4338","d","M478.228,356.428h52.082a7.512,7.512,0,0,0,7.5-7.5V296.842a7.512,7.512,0,0,0-7.5-7.5H478.228a7.512,7.512,0,0,0-7.5,7.5v52.082A7.512,7.512,0,0,0,478.228,356.428Zm52.082-66.206a6.628,6.628,0,0,1,6.621,6.621v52.082a6.628,6.628,0,0,1-6.621,6.621H478.228a6.628,6.628,0,0,1-6.621-6.621V296.842a6.628,6.628,0,0,1,6.621-6.621Z","transform","translate(-470.725 -289.339)","fill","#d16c1e"],["id","Path_4343","data-name","Path 4343","d","M477.114,356.228a.439.439,0,0,0,.314-.131l61.623-62.454a.441.441,0,0,0-.628-.62L476.8,355.477a.441.441,0,0,0,.314.751Z","transform","translate(-474.716 -291.323)","fill","#d16c1e"],["id","Path_4344","data-name","Path 4344","d","M537.224,356.228a.441.441,0,0,0,.314-.751l-61.621-62.454a.441.441,0,0,0-.628.62L536.91,356.1A.439.439,0,0,0,537.224,356.228Z","transform","translate(-472.534 -291.323)","fill","#d16c1e"],["id","Path_4346","data-name","Path 4346","d","M414.926,739.446H282.072a.441.441,0,1,1,0-.883H414.926a.441.441,0,1,1,0,.883Z","transform","translate(854.643 -204.167)","fill","#3f3d56","opacity","0.16"],["id","Path_4347","data-name","Path 4347","d","M204.267,543.356h-5.411l-2.574-20.872h7.986Z","transform","translate(982.355 -13.131)","fill","#ffb8b8"],["id","Path_4348","data-name","Path 4348","d","M0,6.571H17.007V0H6.571A6.571,6.571,0,0,0,0,6.571H0Z","transform","translate(1170.777 528.68)","fill","#2f2e41"],["id","Path_4349","data-name","Path 4349","d","M123.265,531.857l-4.922,2.248L107.329,516.19l7.265-3.318Z","transform","translate(1102.62 -7.762)","fill","#ffb8b8"],["id","Path_4350","data-name","Path 4350","d","M0,6.571H17.006V0H6.571A6.571,6.571,0,0,0,0,6.571H0Z","transform","translate(1210.83 529.273) rotate(-24.548)","fill","#2f2e41"],["id","Path_4351","data-name","Path 4351","d","M409.262,542.8a4.438,4.438,0,0,0,.354-6.8l6.361-14.433-8.081,1.37-4.8,13.5a4.462,4.462,0,0,0,6.168,6.364Z","transform","translate(800.865 -82.949)","fill","#ffb8b8"],["id","Path_4352","data-name","Path 4352","d","M402.061,614.577l5.191-45.34a1.545,1.545,0,0,1,3.047-.138l2.574,12.4a1.977,1.977,0,0,0,.178.5L428.117,611.3a1.987,1.987,0,0,0,2.453.955l5.238-1.93a1.986,1.986,0,0,0,1.167-2.578l-12.264-31.8a1.54,1.54,0,0,1-.1-.527l-.626-33.207a1.987,1.987,0,0,0-1.793-1.939l-32.545-3.175a1.986,1.986,0,0,0-2.174,2.121l5.467,75.28a1.994,1.994,0,0,0,1.981,1.842h5.169A1.986,1.986,0,0,0,402.061,614.577Z","transform","translate(786.19 -91.616)","fill","#63b6d6"],["id","Ellipse_1470","data-name","Ellipse 1470","cx","10.841","cy","10.841","rx","10.841","ry","10.841","transform","translate(1178.011 367.056)","fill","#ffb8b8"],["id","Path_4353","data-name","Path 4353","d","M420.045,419q.445-.213.884-.409h0a21.951,21.951,0,0,1,22.078,2.384,18.629,18.629,0,0,1,7.635,17.764c-1.942,14.73.281,34.711.512,36.7-17.821,8.195-33.455-2.108-34.843-3.065Z","transform","translate(759.413 -24.345)","fill","#3193b9"],["id","Path_4354","data-name","Path 4354","d","M397.972,491.077a1.981,1.981,0,0,0,1.5-1.144l9.1-20.155a5.054,5.054,0,0,0-.3-4.736L397.09,446.915a3.667,3.667,0,0,0-6.54,3.315l8.263,17.353-5.431,18.382a2,2,0,0,0,.441,1.9l2.371,2.587a1.98,1.98,0,0,0,1.462.644A2.018,2.018,0,0,0,397.972,491.077Z","transform","translate(813.08 -40.167)","fill","#3193b9"],["id","Path_4355","data-name","Path 4355","d","M475.088,497.229l1.682-33.633-.436-.057-7.56,35.576H473.1a1.985,1.985,0,0,0,1.984-1.887Z","transform","translate(710.641 -50.531)","opacity","0.2"],["id","Path_4356","data-name","Path 4356","d","M489.108,536.134a4.438,4.438,0,0,0-1.065-6.722l3.226-15.439-7.621,3.017-1.895,14.2a4.462,4.462,0,0,0,7.355,4.945Z","transform","translate(690.63 -78.705)","fill","#ffb8b8"],["id","Path_4357","data-name","Path 4357","d","M476.832,473.5l6.369-42.457.006-.04-1.231-5.663a5.971,5.971,0,0,0-11.8,1.022l-1.911,46.248a1.993,1.993,0,0,0,1.765,2.056l4.619.513a2.073,2.073,0,0,0,.224.012,1.98,1.98,0,0,0,1.959-1.692Z","transform","translate(704.429 -26.567)","fill","#3193b9"],["id","Path_4358","data-name","Path 4358","d","M454.275,374.354a7.808,7.808,0,0,0,7.009-4.506h0a15.9,15.9,0,0,0,1.66-5.033c.259-3.263-1.584-8.39-4.026-11.2-2.679-3.079-6.918-3.508-11.018-3.924-1.12-.114-2.278-.231-3.375-.4a6.346,6.346,0,0,0-3.107.041,2.253,2.253,0,0,0-1.294,1.224.779.779,0,0,1-.437.437.66.66,0,0,1-.53-.025,1.186,1.186,0,0,0-1.074,0,1.043,1.043,0,0,0-.561.763,1.093,1.093,0,0,1-.1.32,1.266,1.266,0,0,1-.827.626,1.118,1.118,0,0,0-.869,1.2c.066.557.094,1.158.121,1.739.1,2.187.208,4.448,2.406,4.412a6.329,6.329,0,0,0,1.655-.292,2.456,2.456,0,0,1,2.273.132c1.3.812,1.516,2.51,1.7,4.008l.033.262c.219,1.713,1.125,3.775,2.955,3.947a4.255,4.255,0,0,0,1.7-.295,3.047,3.047,0,0,1,1.772-.213,2.442,2.442,0,0,1,1.448,2.525,9.85,9.85,0,0,1-.163,1.266,6.746,6.746,0,0,0-.141,2.019c.052.411.525.682,1.487.853A7.453,7.453,0,0,0,454.275,374.354Z","transform","translate(739.033 13.388)","fill","#2f2e41"]],template:function(a,i){a&1&&(D(0,"div",0)(1,"div",1)(2,"p"),P(3),A(4,"translate"),I(),D(5,"mat-accordion")(6,"mat-expansion-panel")(7,"mat-expansion-panel-header")(8,"mat-panel-title"),P(9),A(10,"translate"),I()(),V(11,WMe,2,3,"div",2)(12,qMe,7,6,"ul"),I(),D(13,"mat-expansion-panel")(14,"mat-expansion-panel-header")(15,"mat-panel-title"),P(16),A(17,"translate"),I()(),V(18,GMe,2,3,"div",2)(19,YMe,3,3,"span"),I()()(),D(20,"div",3),dr(),D(21,"svg",4)(22,"g",5),Z(23,"path",6)(24,"path",7)(25,"path",8)(26,"path",9)(27,"path",10),D(28,"g",11),Z(29,"path",12)(30,"path",13)(31,"path",14),I(),Z(32,"path",15)(33,"path",16)(34,"path",17)(35,"path",18)(36,"path",19)(37,"path",20)(38,"path",21)(39,"ellipse",22)(40,"path",23)(41,"path",24)(42,"path",25)(43,"path",26)(44,"path",27)(45,"path",28),I()()()()),a&2&&(C(3),ae(N(4,5,"medicationSchemeNoData.subtitle")),C(6),ae(N(10,7,"medicationSchemeNoData.walloniaBrussels."+(i.isProfessional()?"introPro":"intro"))),C(2),W(i.isProfessional()?11:12),C(5),ae(N(17,9,"medicationSchemeNoData.flanders."+(i.isProfessional()?"introPro":"intro"))),C(2),W(i.isProfessional()?18:19))},dependencies:[Ese,Cse,r0,o0,kse,Zt],styles:["ul[_ngcontent-%COMP%]{padding-inline-start:20px}.content[_ngcontent-%COMP%]{display:flex;justify-content:space-between;min-width:250px}.content__accordion[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .content__accordion[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{display:block;margin-left:20px;margin-top:10px;padding-bottom:16px;max-width:800px}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%]{margin:20px 20px 0}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%] mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-text-color: #2473db}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%] mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-indicator-color: #2473db}.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{height:100%}.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{height:100%}@media only screen and (max-width: 960px){.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),ZMe=(e,t)=>[e,t],KMe=()=>({height:"50px",margin:"0px"}),XMe=e=>({safe:e});function QMe(e,t){e&1&&(D(0,"div"),P(1,"Component not properly initialized!"),I())}function JMe(e,t){if(e&1&&Z(0,"vidis-status-message",0),e&2){let n=L();z("error",n.error)}}function ePe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-no-data",1),e&2){let n=L(4);z("isProfessional",n.professional)}}function tPe(e,t){if(e&1&&Z(0,"vidis-error-display",5),e&2){let n=L(3);z("message",n.data.errors[0].code)}}function aPe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-list-view",8),xe("filterToChange",function(a){Ee(n);let i=L(5);return Ce(i.onPageStateChange({filter:a}))})("clickDetails",function(a){Ee(n);let i=L(5);return Ce(i.onSelectMedication.emit(a))}),I()}if(e&2){let n=L(3),a=L(2);z("isLoading",n.status===a.loadingStatus.LOADING)("medicationScheme",n==null||n.data==null?null:n.data.schemes[0])("view",a.view)("filterTo",a.pageState.filter)}}function iPe(e,t){if(e&1&&Z(0,"vidis-error-display",5),e&2){let n=L(4);z("message",n.data.errors[0].code)}}function nPe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-daily-weekly",10),xe("clickDetails",function(a){Ee(n);let i=L(6);return Ce(i.onSelectMedication.emit(a))})("dateToggleEmitChange",function(a){Ee(n);let i=L(6);return Ce(i.onPageStateChange({date:a}))}),I()}if(e&2){let n=L().$implicit,a=L(3),i=L(2);z("isLoading",a.status===i.loadingStatus.LOADING)("medicationScheme",a==null||a.data==null?null:a.data.schemes[0])("view",n)("dateToggleEmit",i.pageState.date)}}function rPe(e,t){if(e&1&&(D(0,"mat-tab",4),A(1,"translate"),V(2,iPe,1,1,"vidis-error-display",5)(3,nPe,1,4,"vidis-medication-scheme-daily-weekly",9),I()),e&2){let n=t.$implicit,a=L(3);z("label",N(1,2,"medicationSchemeOverview."+n)),C(2),W(!(a==null||a.data==null)&&a.data.errors[0]?2:3)}}function oPe(e,t){e&1&&Z(0,"ngx-skeleton-loader",7),e&2&&z("count",1)("theme",pn(2,KMe))}function sPe(e,t){if(e&1&&(D(0,"p"),P(1),A(2,"translate"),A(3,"translate"),I()),e&2){let n=L(3);C(),ne(" ",sa(3,3,"medicationSchemeListView.disclaimer",yn(6,XMe,N(2,1,"commons.safes."+n.data.schemes[0].source)))," ")}}function lPe(e,t){if(e&1){let n=xt();Z(0,"vidis-medication-scheme-creation-details",2),D(1,"mat-tab-group",3),xe("selectedTabChange",function(a){Ee(n);let i=L(4);return Ce(i.onPageStateChange({view:a.index}))}),D(2,"mat-tab",4),A(3,"translate"),V(4,tPe,1,1,"vidis-error-display",5)(5,aPe,1,4,"vidis-medication-scheme-list-view",6),I(),Ua(6,rPe,4,4,"mat-tab",4,Oi),I(),V(8,oPe,1,3,"ngx-skeleton-loader",7)(9,sPe,4,8,"p")}if(e&2){let n=L(2),a=L(2);z("isLoading",n.status===a.loadingStatus.LOADING)("creationDetails",a.creationDetails()),C(),z("selectedIndex",a.pageState.view),C(),z("label",N(3,6,"medicationSchemeOverview.list")),C(2),W(!(n==null||n.data==null)&&n.data.errors[0]?4:5),C(2),Wa(Lge(8,ZMe,a.viewsEnum.WEEK,a.viewsEnum.DAY)),C(2),W(n.status===a.loadingStatus.LOADING?8:n.status===a.loadingStatus.SUCCESS&&n.data.schemes[0]?9:-1)}}function cPe(e,t){if(e&1&&V(0,ePe,1,1,"vidis-medication-scheme-no-data",1)(1,lPe,10,11),e&2){let n=L(),a=L(2);W((n==null||n.data==null?null:n.data.errors)<=0&&(n==null||n.data==null?null:n.data.schemes.length)<=0&&n.status!==a.loadingStatus.LOADING?0:1)}}function dPe(e,t){if(e&1&&V(0,JMe,1,1,"vidis-status-message",0)(1,cPe,2,1),e&2){let n=L(2);W(t.status===n.loadingStatus.ERROR?0:1)}}function uPe(e,t){if(e&1&&V(0,dPe,2,1),e&2){let n,a=L();W((n=a.medicationSchemeState())?0:-1,n)}}var hPe=(()=>{const t=class t extends QTe{constructor(){super(...arguments),this.onSelectMedication=new te,this.extraRequiredFields=["professional","ssin","offlineDataStorageEnabled","isOfflineAuthenticated","exchangeClientId"],this.creationDetails=ga(()=>{let a=this.medicationSchemeState();if(a.status===ur.SUCCESS&&a.data.schemes[0]){let i=a.data.schemes[0];return{version:i.version,lastChange:i.lastChange,source:i.source}}}),this.loadingStatus=ur,this.viewsEnum=bi}fetchData(a){return ka(this,null,function*(){return this.medicationSchemeService.setClientId(this.exchangeClientId),this.pageState=this.medicationSchemeService.getPageState(),this.medicationSchemeService.fetchMedicationScheme(a)})}injectService(){hu(this.injector,()=>{this.medicationSchemeService=_(xy),this.medicationSchemeState=Soe(this.medicationSchemeService.medicationSchemeState$),Ou(()=>{let a=this.medicationSchemeState();this.checkError(a.error)})})}onPageStateChange(a){this.medicationSchemeService.setPageState(a)}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵcmp=le({type:t,selectors:[["ng-component"]],inputs:{exchangeClientId:"exchangeClientId"},outputs:{onSelectMedication:"onSelectMedication"},features:[dt([xy,qoe,Goe,sTe]),Be],decls:2,vars:1,consts:[[3,"error"],[3,"isProfessional"],[3,"isLoading","creationDetails"],["mat-stretch-tabs","true",3,"selectedTabChange","selectedIndex"],[3,"label"],[3,"message"],[3,"isLoading","medicationScheme","view","filterTo"],["appearance","line",3,"count","theme"],[3,"filterToChange","clickDetails","isLoading","medicationScheme","view","filterTo"],[3,"isLoading","medicationScheme","view","dateToggleEmit"],[3,"clickDetails","dateToggleEmitChange","isLoading","medicationScheme","view","dateToggleEmit"]],template:function(a,i){a&1&&V(0,QMe,2,0,"div")(1,uPe,1,1),a&2&&W(i.isCorrectlySetup()?1:0)},dependencies:[FDe,Toe,hAe,vTe,UMe,VRe,wAe,$Me,sc,oc,Zt],encapsulation:2,changeDetection:0});let e=t;return e})(),pPe=class{selectionFinished(e){return this.createWeekRange(e)}createPreview(e){return this.createWeekRange(e)}createWeekRange(e){let t={weekStartsOn:1};if(e){let n=ei(e,t),a=Yg(e,t);return new Ca(n,a)}return new Ca(null,null)}};q_e({providers:[lDe,{provide:vl,useClass:pPe}]}).then(e=>{let t=M0e(hPe,{injector:e.injector});customElements.define("vidis-medication-scheme-list",t)}).catch(e=>console.error(e));
49
+ `],encapsulation:2,changeDetection:0}));let e=r;return e})(),_xe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[gxe],imports:[Fu,zv,zt,Nd,_l,zv,zt]}));let e=t;return e})(),rC=(()=>{const t=class t{constructor(){o(this,"changes",new he);o(this,"itemsPerPageLabel","Items per page:");o(this,"nextPageLabel","Next page");o(this,"previousPageLabel","Previous page");o(this,"firstPageLabel","First page");o(this,"lastPageLabel","Last page");o(this,"getRangeLabel",(a,i,r)=>{if(r==0||i==0)return`0 of ${r}`;r=Math.max(r,0);let s=a*i,l=s<r?Math.min(s+i,r):s+i;return`${s+1} – ${l} of ${r}`})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),it=function(e){return e[e.State=0]="State",e[e.Transition=1]="Transition",e[e.Sequence=2]="Sequence",e[e.Group=3]="Group",e[e.Animate=4]="Animate",e[e.Keyframes=5]="Keyframes",e[e.Style=6]="Style",e[e.Trigger=7]="Trigger",e[e.Reference=8]="Reference",e[e.AnimateChild=9]="AnimateChild",e[e.AnimateRef=10]="AnimateRef",e[e.Query=11]="Query",e[e.Stagger=12]="Stagger",e}(it||{}),Fn="*";function xxe(e,t=null){return{type:it.Sequence,steps:e,options:t}}function qv(e){return{type:it.Style,styles:e,offset:null}}var xl=class{constructor(e=0,t=0){o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_onDestroyFns",[]);o(this,"_originalOnDoneFns",[]);o(this,"_originalOnStartFns",[]);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_finished",!1);o(this,"_position",0);o(this,"parentPlayer",null);o(this,"totalTime");this.totalTime=e+t}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}onStart(e){this._originalOnStartFns.push(e),this._onStartFns.push(e)}onDone(e){this._originalOnDoneFns.push(e),this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(e=>e()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(e){this._position=this.totalTime?e*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(e){let t=e=="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},oC=class{constructor(e){o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_finished",!1);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_onDestroyFns",[]);o(this,"parentPlayer",null);o(this,"totalTime",0);o(this,"players");this.players=e;let t=0,n=0,a=0,i=this.players.length;i==0?queueMicrotask(()=>this._onFinish()):this.players.forEach(r=>{r.onDone(()=>{++t==i&&this._onFinish()}),r.onDestroy(()=>{++n==i&&this._onDestroy()}),r.onStart(()=>{++a==i&&this._onStart()})}),this.totalTime=this.players.reduce((r,s)=>Math.max(r,s.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this.players.forEach(e=>e.init())}onStart(e){this._onStartFns.push(e)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(e=>e()),this._onStartFns=[])}onDone(e){this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(e=>e.play())}pause(){this.players.forEach(e=>e.pause())}restart(){this.players.forEach(e=>e.restart())}finish(){this._onFinish(),this.players.forEach(e=>e.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(e=>e.destroy()),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}reset(){this.players.forEach(e=>e.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(e){let t=e*this.totalTime;this.players.forEach(n=>{let a=n.totalTime?Math.min(1,t/n.totalTime):1;n.setPosition(a)})}getPosition(){let e=this.players.reduce((t,n)=>t===null||n.totalTime>t.totalTime?n:t,null);return e!=null?e.getPosition():0}beforeDestroy(){this.players.forEach(e=>{e.beforeDestroy&&e.beforeDestroy()})}triggerCallback(e){let t=e=="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},Lg="!";function Gv(e){return new ee(3e3,!1)}function wxe(){return new ee(3100,!1)}function kxe(){return new ee(3101,!1)}function Exe(e){return new ee(3001,!1)}function Cxe(e){return new ee(3003,!1)}function Sxe(e){return new ee(3004,!1)}function Dxe(e,t){return new ee(3005,!1)}function Ixe(){return new ee(3006,!1)}function Txe(){return new ee(3007,!1)}function Axe(e,t){return new ee(3008,!1)}function Oxe(e){return new ee(3002,!1)}function Rxe(e,t,n,a,i){return new ee(3010,!1)}function Mxe(){return new ee(3011,!1)}function Pxe(){return new ee(3012,!1)}function Nxe(){return new ee(3200,!1)}function Lxe(){return new ee(3202,!1)}function Fxe(){return new ee(3013,!1)}function Vxe(e){return new ee(3014,!1)}function zxe(e){return new ee(3015,!1)}function Bxe(e){return new ee(3016,!1)}function jxe(e,t){return new ee(3404,!1)}function Hxe(e){return new ee(3502,!1)}function Uxe(e){return new ee(3503,!1)}function Wxe(){return new ee(3300,!1)}function qxe(e){return new ee(3504,!1)}function Gxe(e){return new ee(3301,!1)}function Yxe(e,t){return new ee(3302,!1)}function $xe(e){return new ee(3303,!1)}function Zxe(e,t){return new ee(3400,!1)}function Kxe(e){return new ee(3401,!1)}function Xxe(e){return new ee(3402,!1)}function Qxe(e,t){return new ee(3505,!1)}function er(e){switch(e.length){case 0:return new xl;case 1:return e[0];default:return new oC(e)}}function sC(e,t,n=new Map,a=new Map){let i=[],r=[],s=-1,l=null;if(t.forEach(c=>{let d=c.get("offset"),u=d==s,p=u&&l||new Map;c.forEach((b,g)=>{let w=g,k=b;if(g!=="offset")switch(w=e.normalizePropertyName(w,i),k){case Lg:k=n.get(g);break;case Fn:k=a.get(g);break;default:k=e.normalizeStyleValue(g,w,k,i);break}p.set(w,k)}),u||r.push(p),l=p,s=d}),i.length)throw Hxe();return r}function Fg(e,t,n,a){switch(t){case"start":e.onStart(()=>a(n&&ip(n,"start",e)));break;case"done":e.onDone(()=>a(n&&ip(n,"done",e)));break;case"destroy":e.onDestroy(()=>a(n&&ip(n,"destroy",e)));break}}function ip(e,t,n){let a=n.totalTime,i=!!n.disabled,r=Vg(e.element,e.triggerName,e.fromState,e.toState,t||e.phaseName,a??e.totalTime,i),s=e._data;return s!=null&&(r._data=s),r}function Vg(e,t,n,a,i="",r=0,s){return{element:e,triggerName:t,fromState:n,toState:a,phaseName:i,totalTime:r,disabled:!!s}}function gi(e,t,n){let a=e.get(t);return a||e.set(t,a=n),a}function Yv(e){let t=e.indexOf(":"),n=e.substring(1,t),a=e.slice(t+1);return[n,a]}var Jxe=typeof document>"u"?null:document.documentElement;function zg(e){let t=e.parentNode||e.host||null;return t===Jxe?null:t}function ewe(e){return e.substring(1,6)=="ebkit"}var Or=null,$v=!1;function twe(e){Or||(Or=awe()||{},$v=Or.style?"WebkitAppearance"in Or.style:!1);let t=!0;return Or.style&&!ewe(e)&&(t=e in Or.style,!t&&$v&&(t="Webkit"+e.charAt(0).toUpperCase()+e.slice(1)in Or.style)),t}function awe(){return typeof document<"u"?document.body:null}function lC(e,t){for(;t;){if(t===e)return!0;t=zg(t)}return!1}function cC(e,t,n){if(n)return Array.from(e.querySelectorAll(t));let a=e.querySelector(t);return a?[a]:[]}var iwe=1e3,dC="{{",nwe="}}",uC="ng-enter",Sm="ng-leave",Bc="ng-trigger",Ud=".ng-trigger",Zv="ng-animating",Dm=".ng-animating";function Rn(e){if(typeof e=="number")return e;let t=e.match(/^(-?[\.\d]+)(m?s)/);return!t||t.length<2?0:Im(parseFloat(t[1]),t[2])}function Im(e,t){switch(t){case"s":return e*iwe;default:return e}}function Wd(e,t,n){return e.hasOwnProperty("duration")?e:rwe(e,t,n)}function rwe(e,t,n){let a=/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i,i,r=0,s="";if(typeof e=="string"){let l=e.match(a);if(l===null)return t.push(Gv()),{duration:0,delay:0,easing:""};i=Im(parseFloat(l[1]),l[2]);let c=l[3];c!=null&&(r=Im(parseFloat(c),l[4]));let d=l[5];d&&(s=d)}else i=e;if(!n){let l=!1,c=t.length;i<0&&(t.push(wxe()),l=!0),r<0&&(t.push(kxe()),l=!0),l&&t.splice(c,0,Gv())}return{duration:i,delay:r,easing:s}}function owe(e){return e.length?e[0]instanceof Map?e:e.map(t=>new Map(Object.entries(t))):[]}function tn(e,t,n){t.forEach((a,i)=>{let r=Bg(i);n&&!n.has(i)&&n.set(i,e.style[r]),e.style[r]=a})}function jr(e,t){t.forEach((n,a)=>{let i=Bg(a);e.style[i]=""})}function zs(e){return Array.isArray(e)?e.length==1?e[0]:xxe(e):e}function swe(e,t,n){let a=t.params||{},i=hC(e);i.length&&i.forEach(r=>{a.hasOwnProperty(r)||n.push(Exe())})}var Tm=new RegExp(`${dC}\\s*(.+?)\\s*${nwe}`,"g");function hC(e){let t=[];if(typeof e=="string"){let n;for(;n=Tm.exec(e);)t.push(n[1]);Tm.lastIndex=0}return t}function wl(e,t,n){let a=`${e}`,i=a.replace(Tm,(r,s)=>{let l=t[s];return l==null&&(n.push(Cxe()),l=""),l.toString()});return i==a?e:i}var lwe=/-+([a-z0-9])/g;function Bg(e){return e.replace(lwe,(...t)=>t[1].toUpperCase())}function cwe(e,t){return e===0||t===0}function dwe(e,t,n){if(n.size&&t.length){let a=t[0],i=[];if(n.forEach((r,s)=>{a.has(s)||i.push(s),a.set(s,r)}),i.length)for(let r=1;r<t.length;r++){let s=t[r];i.forEach(l=>s.set(l,jg(e,l)))}}return t}function fi(e,t,n){switch(t.type){case it.Trigger:return e.visitTrigger(t,n);case it.State:return e.visitState(t,n);case it.Transition:return e.visitTransition(t,n);case it.Sequence:return e.visitSequence(t,n);case it.Group:return e.visitGroup(t,n);case it.Animate:return e.visitAnimate(t,n);case it.Keyframes:return e.visitKeyframes(t,n);case it.Style:return e.visitStyle(t,n);case it.Reference:return e.visitReference(t,n);case it.AnimateChild:return e.visitAnimateChild(t,n);case it.AnimateRef:return e.visitAnimateRef(t,n);case it.Query:return e.visitQuery(t,n);case it.Stagger:return e.visitStagger(t,n);default:throw Sxe(t.type)}}function jg(e,t){return window.getComputedStyle(e)[t]}var uwe=(()=>{const t=class t{validateStyleProperty(a){return twe(a)}containsElement(a,i){return lC(a,i)}getParentElement(a){return zg(a)}query(a,i,r){return cC(a,i,r)}computeStyle(a,i,r){return r||""}animate(a,i,r,s,l,c=[],d){return new xl(r,s)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),xp,pC=(xp=class{},o(xp,"NOOP",new uwe),xp),Hg=class{},hwe=new Set(["width","height","minWidth","minHeight","maxWidth","maxHeight","left","top","bottom","right","fontSize","outlineWidth","outlineOffset","paddingTop","paddingLeft","paddingBottom","paddingRight","marginTop","marginLeft","marginBottom","marginRight","borderRadius","borderWidth","borderTopWidth","borderLeftWidth","borderRightWidth","borderBottomWidth","textIndent","perspective"]),pwe=class extends Hg{normalizePropertyName(e,t){return Bg(e)}normalizeStyleValue(e,t,n,a){let i="",r=n.toString().trim();if(hwe.has(t)&&n!==0&&n!=="0")if(typeof n=="number")i="px";else{let s=n.match(/^[+-]?[\d\.]+([a-z]*)$/);s&&s[1].length==0&&a.push(Dxe())}return r+i}},qd="*";function mwe(e,t){let n=[];return typeof e=="string"?e.split(/\s*,\s*/).forEach(a=>fwe(a,n,t)):n.push(e),n}function fwe(e,t,n){if(e[0]==":"){let c=gwe(e,n);if(typeof c=="function"){t.push(c);return}e=c}let a=e.match(/^(\*|[-\w]+)\s*(<?[=-]>)\s*(\*|[-\w]+)$/);if(a==null||a.length<4)return n.push(zxe()),t;let i=a[1],r=a[2],s=a[3];t.push(Kv(i,s));let l=i==qd&&s==qd;r[0]=="<"&&!l&&t.push(Kv(s,i))}function gwe(e,t){switch(e){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(n,a)=>parseFloat(a)>parseFloat(n);case":decrement":return(n,a)=>parseFloat(a)<parseFloat(n);default:return t.push(Bxe()),"* => *"}}var jc=new Set(["true","1"]),Hc=new Set(["false","0"]);function Kv(e,t){let n=jc.has(e)||Hc.has(e),a=jc.has(t)||Hc.has(t);return(i,r)=>{let s=e==qd||e==i,l=t==qd||t==r;return!s&&n&&typeof i=="boolean"&&(s=i?jc.has(e):Hc.has(e)),!l&&a&&typeof r=="boolean"&&(l=r?jc.has(t):Hc.has(t)),s&&l}}var mC=":self",bwe=new RegExp(`s*${mC}s*,?`,"g");function fC(e,t,n,a){return new vwe(e).build(t,n,a)}var Xv="",vwe=class{constructor(e){o(this,"_driver");this._driver=e}build(e,t,n){let a=new xwe(t);return this._resetContextStyleTimingState(a),fi(this,zs(e),a)}_resetContextStyleTimingState(e){e.currentQuerySelector=Xv,e.collectedStyles=new Map,e.collectedStyles.set(Xv,new Map),e.currentTime=0}visitTrigger(e,t){let n=t.queryCount=0,a=t.depCount=0,i=[],r=[];return e.name.charAt(0)=="@"&&t.errors.push(Ixe()),e.definitions.forEach(s=>{if(this._resetContextStyleTimingState(t),s.type==it.State){let l=s,c=l.name;c.toString().split(/\s*,\s*/).forEach(d=>{l.name=d,i.push(this.visitState(l,t))}),l.name=c}else if(s.type==it.Transition){let l=this.visitTransition(s,t);n+=l.queryCount,a+=l.depCount,r.push(l)}else t.errors.push(Txe())}),{type:it.Trigger,name:e.name,states:i,transitions:r,queryCount:n,depCount:a,options:null}}visitState(e,t){let n=this.visitStyle(e.styles,t),a=e.options&&e.options.params||null;if(n.containsDynamicStyles){let i=new Set,r=a||{};n.styles.forEach(s=>{s instanceof Map&&s.forEach(l=>{hC(l).forEach(c=>{r.hasOwnProperty(c)||i.add(c)})})}),i.size&&t.errors.push(Axe(e.name,[...i.values()]))}return{type:it.State,name:e.name,style:n,options:a?{params:a}:null}}visitTransition(e,t){t.queryCount=0,t.depCount=0;let n=fi(this,zs(e.animation),t),a=mwe(e.expr,t.errors);return{type:it.Transition,matchers:a,animation:n,queryCount:t.queryCount,depCount:t.depCount,options:Rr(e.options)}}visitSequence(e,t){return{type:it.Sequence,steps:e.steps.map(n=>fi(this,n,t)),options:Rr(e.options)}}visitGroup(e,t){let n=t.currentTime,a=0,i=e.steps.map(r=>{t.currentTime=n;let s=fi(this,r,t);return a=Math.max(a,t.currentTime),s});return t.currentTime=a,{type:it.Group,steps:i,options:Rr(e.options)}}visitAnimate(e,t){let n=kwe(e.timings,t.errors);t.currentAnimateTimings=n;let a,i=e.styles?e.styles:qv({});if(i.type==it.Keyframes)a=this.visitKeyframes(i,t);else{let r=e.styles,s=!1;if(!r){s=!0;let c={};n.easing&&(c.easing=n.easing),r=qv(c)}t.currentTime+=n.duration+n.delay;let l=this.visitStyle(r,t);l.isEmptyStep=s,a=l}return t.currentAnimateTimings=null,{type:it.Animate,timings:n,style:a,options:null}}visitStyle(e,t){let n=this._makeStyleAst(e,t);return this._validateStyleAst(n,t),n}_makeStyleAst(e,t){let n=[],a=Array.isArray(e.styles)?e.styles:[e.styles];for(let s of a)typeof s=="string"?s===Fn?n.push(s):t.errors.push(Oxe()):n.push(new Map(Object.entries(s)));let i=!1,r=null;return n.forEach(s=>{if(s instanceof Map&&(s.has("easing")&&(r=s.get("easing"),s.delete("easing")),!i)){for(let l of s.values())if(l.toString().indexOf(dC)>=0){i=!0;break}}}),{type:it.Style,styles:n,easing:r,offset:e.offset,containsDynamicStyles:i,options:null}}_validateStyleAst(e,t){let n=t.currentAnimateTimings,a=t.currentTime,i=t.currentTime;n&&i>0&&(i-=n.duration+n.delay),e.styles.forEach(r=>{typeof r!="string"&&r.forEach((s,l)=>{let c=t.collectedStyles.get(t.currentQuerySelector),d=c.get(l),u=!0;d&&(i!=a&&i>=d.startTime&&a<=d.endTime&&(t.errors.push(Rxe(l,d.startTime,d.endTime)),u=!1),i=d.startTime),u&&c.set(l,{startTime:i,endTime:a}),t.options&&swe(s,t.options,t.errors)})})}visitKeyframes(e,t){let n={type:it.Keyframes,styles:[],options:null};if(!t.currentAnimateTimings)return t.errors.push(Mxe()),n;let a=1,i=0,r=[],s=!1,l=!1,c=0,d=e.steps.map(S=>{let O=this._makeStyleAst(S,t),B=O.offset!=null?O.offset:wwe(O.styles),j=0;return B!=null&&(i++,j=O.offset=B),l=l||j<0||j>1,s=s||j<c,c=j,r.push(j),O});l&&t.errors.push(Pxe()),s&&t.errors.push(Nxe());let u=e.steps.length,p=0;i>0&&i<u?t.errors.push(Lxe()):i==0&&(p=a/(u-1));let b=u-1,g=t.currentTime,w=t.currentAnimateTimings,k=w.duration;return d.forEach((S,O)=>{let B=p>0?O==b?1:p*O:r[O],j=B*k;t.currentTime=g+w.delay+j,w.duration=j,this._validateStyleAst(S,t),S.offset=B,n.styles.push(S)}),n}visitReference(e,t){return{type:it.Reference,animation:fi(this,zs(e.animation),t),options:Rr(e.options)}}visitAnimateChild(e,t){return t.depCount++,{type:it.AnimateChild,options:Rr(e.options)}}visitAnimateRef(e,t){return{type:it.AnimateRef,animation:this.visitReference(e.animation,t),options:Rr(e.options)}}visitQuery(e,t){let n=t.currentQuerySelector,a=e.options||{};t.queryCount++,t.currentQuery=e;let[i,r]=ywe(e.selector);t.currentQuerySelector=n.length?n+" "+i:i,gi(t.collectedStyles,t.currentQuerySelector,new Map);let s=fi(this,zs(e.animation),t);return t.currentQuery=null,t.currentQuerySelector=n,{type:it.Query,selector:i,limit:a.limit||0,optional:!!a.optional,includeSelf:r,animation:s,originalSelector:e.selector,options:Rr(e.options)}}visitStagger(e,t){t.currentQuery||t.errors.push(Fxe());let n=e.timings==="full"?{duration:0,delay:0,easing:"full"}:Wd(e.timings,t.errors,!0);return{type:it.Stagger,animation:fi(this,zs(e.animation),t),timings:n,options:null}}};function ywe(e){let t=!!e.split(/\s*,\s*/).find(n=>n==mC);return t&&(e=e.replace(bwe,"")),e=e.replace(/@\*/g,Ud).replace(/@\w+/g,n=>Ud+"-"+n.slice(1)).replace(/:animating/g,Dm),[e,t]}function _we(e){return e?ue({},e):null}var xwe=class{constructor(e){o(this,"errors");o(this,"queryCount",0);o(this,"depCount",0);o(this,"currentTransition",null);o(this,"currentQuery",null);o(this,"currentQuerySelector",null);o(this,"currentAnimateTimings",null);o(this,"currentTime",0);o(this,"collectedStyles",new Map);o(this,"options",null);o(this,"unsupportedCSSPropertiesFound",new Set);this.errors=e}};function wwe(e){if(typeof e=="string")return null;let t=null;if(Array.isArray(e))e.forEach(n=>{if(n instanceof Map&&n.has("offset")){let a=n;t=parseFloat(a.get("offset")),a.delete("offset")}});else if(e instanceof Map&&e.has("offset")){let n=e;t=parseFloat(n.get("offset")),n.delete("offset")}return t}function kwe(e,t){if(e.hasOwnProperty("duration"))return e;if(typeof e=="number"){let i=Wd(e,t).duration;return np(i,0,"")}let n=e;if(n.split(/\s+/).some(i=>i.charAt(0)=="{"&&i.charAt(1)=="{")){let i=np(0,0,"");return i.dynamic=!0,i.strValue=n,i}let a=Wd(n,t);return np(a.duration,a.delay,a.easing)}function Rr(e){return e?(e=ue({},e),e.params&&(e.params=_we(e.params))):e={},e}function np(e,t,n){return{duration:e,delay:t,easing:n}}function Ug(e,t,n,a,i,r,s=null,l=!1){return{type:1,element:e,keyframes:t,preStyleProps:n,postStyleProps:a,duration:i,delay:r,totalTime:i+r,easing:s,subTimeline:l}}var Wg=class{constructor(){o(this,"_map",new Map)}get(e){return this._map.get(e)||[]}append(e,t){let n=this._map.get(e);n||this._map.set(e,n=[]),n.push(...t)}has(e){return this._map.has(e)}clear(){this._map.clear()}},Ewe=1,Cwe=":enter",Swe=new RegExp(Cwe,"g"),Dwe=":leave",Iwe=new RegExp(Dwe,"g");function gC(e,t,n,a,i,r=new Map,s=new Map,l,c,d=[]){return new Twe().buildKeyframes(e,t,n,a,i,r,s,l,c,d)}var Twe=class{buildKeyframes(e,t,n,a,i,r,s,l,c,d=[]){c=c||new Wg;let u=new Awe(e,t,c,a,i,d,[]);u.options=l;let p=l.delay?Rn(l.delay):0;u.currentTimeline.delayNextStep(p),u.currentTimeline.setStyles([r],null,u.errors,l),fi(this,n,u);let b=u.timelines.filter(g=>g.containsAnimation());if(b.length&&s.size){let g;for(let w=b.length-1;w>=0;w--){let k=b[w];if(k.element===t){g=k;break}}g&&!g.allowOnlyTimelineStyles()&&g.setStyles([s],null,u.errors,l)}return b.length?b.map(g=>g.buildKeyframes()):[Ug(t,[],[],[],0,p,"",!1)]}visitTrigger(e,t){}visitState(e,t){}visitTransition(e,t){}visitAnimateChild(e,t){let n=t.subInstructions.get(t.element);if(n){let a=t.createSubContext(e.options),i=t.currentTimeline.currentTime,r=this._visitSubInstructions(n,a,a.options);i!=r&&t.transformIntoNewTimeline(r)}t.previousNode=e}visitAnimateRef(e,t){let n=t.createSubContext(e.options);n.transformIntoNewTimeline(),this._applyAnimationRefDelays([e.options,e.animation.options],t,n),this.visitReference(e.animation,n),t.transformIntoNewTimeline(n.currentTimeline.currentTime),t.previousNode=e}_applyAnimationRefDelays(e,t,n){for(let a of e){let i=a==null?void 0:a.delay;if(i){let r=typeof i=="number"?i:Rn(wl(i,(a==null?void 0:a.params)??{},t.errors));n.delayNextStep(r)}}}_visitSubInstructions(e,t,n){let a=t.currentTimeline.currentTime,i=n.duration!=null?Rn(n.duration):null,r=n.delay!=null?Rn(n.delay):null;return i!==0&&e.forEach(s=>{let l=t.appendInstructionToTimeline(s,i,r);a=Math.max(a,l.duration+l.delay)}),a}visitReference(e,t){t.updateOptions(e.options,!0),fi(this,e.animation,t),t.previousNode=e}visitSequence(e,t){let n=t.subContextCount,a=t,i=e.options;if(i&&(i.params||i.delay)&&(a=t.createSubContext(i),a.transformIntoNewTimeline(),i.delay!=null)){a.previousNode.type==it.Style&&(a.currentTimeline.snapshotCurrentStyles(),a.previousNode=Gd);let r=Rn(i.delay);a.delayNextStep(r)}e.steps.length&&(e.steps.forEach(r=>fi(this,r,a)),a.currentTimeline.applyStylesToKeyframe(),a.subContextCount>n&&a.transformIntoNewTimeline()),t.previousNode=e}visitGroup(e,t){let n=[],a=t.currentTimeline.currentTime,i=e.options&&e.options.delay?Rn(e.options.delay):0;e.steps.forEach(r=>{let s=t.createSubContext(e.options);i&&s.delayNextStep(i),fi(this,r,s),a=Math.max(a,s.currentTimeline.currentTime),n.push(s.currentTimeline)}),n.forEach(r=>t.currentTimeline.mergeTimelineCollectedStyles(r)),t.transformIntoNewTimeline(a),t.previousNode=e}_visitTiming(e,t){if(e.dynamic){let n=e.strValue,a=t.params?wl(n,t.params,t.errors):n;return Wd(a,t.errors)}else return{duration:e.duration,delay:e.delay,easing:e.easing}}visitAnimate(e,t){let n=t.currentAnimateTimings=this._visitTiming(e.timings,t),a=t.currentTimeline;n.delay&&(t.incrementTime(n.delay),a.snapshotCurrentStyles());let i=e.style;i.type==it.Keyframes?this.visitKeyframes(i,t):(t.incrementTime(n.duration),this.visitStyle(i,t),a.applyStylesToKeyframe()),t.currentAnimateTimings=null,t.previousNode=e}visitStyle(e,t){let n=t.currentTimeline,a=t.currentAnimateTimings;!a&&n.hasCurrentStyleProperties()&&n.forwardFrame();let i=a&&a.easing||e.easing;e.isEmptyStep?n.applyEmptyStep(i):n.setStyles(e.styles,i,t.errors,t.options),t.previousNode=e}visitKeyframes(e,t){let n=t.currentAnimateTimings,a=t.currentTimeline.duration,i=n.duration,r=t.createSubContext().currentTimeline;r.easing=n.easing,e.styles.forEach(s=>{let l=s.offset||0;r.forwardTime(l*i),r.setStyles(s.styles,s.easing,t.errors,t.options),r.applyStylesToKeyframe()}),t.currentTimeline.mergeTimelineCollectedStyles(r),t.transformIntoNewTimeline(a+i),t.previousNode=e}visitQuery(e,t){let n=t.currentTimeline.currentTime,a=e.options||{},i=a.delay?Rn(a.delay):0;i&&(t.previousNode.type===it.Style||n==0&&t.currentTimeline.hasCurrentStyleProperties())&&(t.currentTimeline.snapshotCurrentStyles(),t.previousNode=Gd);let r=n,s=t.invokeQuery(e.selector,e.originalSelector,e.limit,e.includeSelf,!!a.optional,t.errors);t.currentQueryTotal=s.length;let l=null;s.forEach((c,d)=>{t.currentQueryIndex=d;let u=t.createSubContext(e.options,c);i&&u.delayNextStep(i),c===t.element&&(l=u.currentTimeline),fi(this,e.animation,u),u.currentTimeline.applyStylesToKeyframe();let p=u.currentTimeline.currentTime;r=Math.max(r,p)}),t.currentQueryIndex=0,t.currentQueryTotal=0,t.transformIntoNewTimeline(r),l&&(t.currentTimeline.mergeTimelineCollectedStyles(l),t.currentTimeline.snapshotCurrentStyles()),t.previousNode=e}visitStagger(e,t){let n=t.parentContext,a=t.currentTimeline,i=e.timings,r=Math.abs(i.duration),s=r*(t.currentQueryTotal-1),l=r*t.currentQueryIndex;switch(i.duration<0?"reverse":i.easing){case"reverse":l=s-l;break;case"full":l=n.currentStaggerTime;break}let c=t.currentTimeline;l&&c.delayNextStep(l);let d=c.currentTime;fi(this,e.animation,t),t.previousNode=e,n.currentStaggerTime=a.currentTime-d+(a.startTime-n.currentTimeline.startTime)}},Gd={},Awe=class bC{constructor(t,n,a,i,r,s,l,c){o(this,"_driver");o(this,"element");o(this,"subInstructions");o(this,"_enterClassName");o(this,"_leaveClassName");o(this,"errors");o(this,"timelines");o(this,"parentContext",null);o(this,"currentTimeline");o(this,"currentAnimateTimings",null);o(this,"previousNode",Gd);o(this,"subContextCount",0);o(this,"options",{});o(this,"currentQueryIndex",0);o(this,"currentQueryTotal",0);o(this,"currentStaggerTime",0);this._driver=t,this.element=n,this.subInstructions=a,this._enterClassName=i,this._leaveClassName=r,this.errors=s,this.timelines=l,this.currentTimeline=c||new vC(this._driver,n,0),l.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(t,n){if(!t)return;let a=t,i=this.options;a.duration!=null&&(i.duration=Rn(a.duration)),a.delay!=null&&(i.delay=Rn(a.delay));let r=a.params;if(r){let s=i.params;s||(s=this.options.params={}),Object.keys(r).forEach(l=>{(!n||!s.hasOwnProperty(l))&&(s[l]=wl(r[l],s,this.errors))})}}_copyOptions(){let t={};if(this.options){let n=this.options.params;if(n){let a=t.params={};Object.keys(n).forEach(i=>{a[i]=n[i]})}}return t}createSubContext(t=null,n,a){let i=n||this.element,r=new bC(this._driver,i,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(i,a||0));return r.previousNode=this.previousNode,r.currentAnimateTimings=this.currentAnimateTimings,r.options=this._copyOptions(),r.updateOptions(t),r.currentQueryIndex=this.currentQueryIndex,r.currentQueryTotal=this.currentQueryTotal,r.parentContext=this,this.subContextCount++,r}transformIntoNewTimeline(t){return this.previousNode=Gd,this.currentTimeline=this.currentTimeline.fork(this.element,t),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(t,n,a){let i={duration:n??t.duration,delay:this.currentTimeline.currentTime+(a??0)+t.delay,easing:""},r=new Owe(this._driver,t.element,t.keyframes,t.preStyleProps,t.postStyleProps,i,t.stretchStartingKeyframe);return this.timelines.push(r),i}incrementTime(t){this.currentTimeline.forwardTime(this.currentTimeline.duration+t)}delayNextStep(t){t>0&&this.currentTimeline.delayNextStep(t)}invokeQuery(t,n,a,i,r,s){let l=[];if(i&&l.push(this.element),t.length>0){t=t.replace(Swe,"."+this._enterClassName),t=t.replace(Iwe,"."+this._leaveClassName);let c=a!=1,d=this._driver.query(this.element,t,c);a!==0&&(d=a<0?d.slice(d.length+a,d.length):d.slice(0,a)),l.push(...d)}return!r&&l.length==0&&s.push(Vxe()),l}},vC=class yC{constructor(t,n,a,i){o(this,"_driver");o(this,"element");o(this,"startTime");o(this,"_elementTimelineStylesLookup");o(this,"duration",0);o(this,"easing",null);o(this,"_previousKeyframe",new Map);o(this,"_currentKeyframe",new Map);o(this,"_keyframes",new Map);o(this,"_styleSummary",new Map);o(this,"_localTimelineStyles",new Map);o(this,"_globalTimelineStyles");o(this,"_pendingStyles",new Map);o(this,"_backFill",new Map);o(this,"_currentEmptyStepKeyframe",null);this._driver=t,this.element=n,this.startTime=a,this._elementTimelineStylesLookup=i,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(n),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(n,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(t){let n=this._keyframes.size===1&&this._pendingStyles.size;this.duration||n?(this.forwardTime(this.currentTime+t),n&&this.snapshotCurrentStyles()):this.startTime+=t}fork(t,n){return this.applyStylesToKeyframe(),new yC(this._driver,t,n||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=Ewe,this._loadKeyframe()}forwardTime(t){this.applyStylesToKeyframe(),this.duration=t,this._loadKeyframe()}_updateStyle(t,n){this._localTimelineStyles.set(t,n),this._globalTimelineStyles.set(t,n),this._styleSummary.set(t,{time:this.currentTime,value:n})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(t){t&&this._previousKeyframe.set("easing",t);for(let[n,a]of this._globalTimelineStyles)this._backFill.set(n,a||Fn),this._currentKeyframe.set(n,Fn);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(t,n,a,i){n&&this._previousKeyframe.set("easing",n);let r=i&&i.params||{},s=Rwe(t,this._globalTimelineStyles);for(let[l,c]of s){let d=wl(c,r,a);this._pendingStyles.set(l,d),this._localTimelineStyles.has(l)||this._backFill.set(l,this._globalTimelineStyles.get(l)??Fn),this._updateStyle(l,d)}}applyStylesToKeyframe(){this._pendingStyles.size!=0&&(this._pendingStyles.forEach((t,n)=>{this._currentKeyframe.set(n,t)}),this._pendingStyles.clear(),this._localTimelineStyles.forEach((t,n)=>{this._currentKeyframe.has(n)||this._currentKeyframe.set(n,t)}))}snapshotCurrentStyles(){for(let[t,n]of this._localTimelineStyles)this._pendingStyles.set(t,n),this._updateStyle(t,n)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){let t=[];for(let n in this._currentKeyframe)t.push(n);return t}mergeTimelineCollectedStyles(t){t._styleSummary.forEach((n,a)=>{let i=this._styleSummary.get(a);(!i||n.time>i.time)&&this._updateStyle(a,n.value)})}buildKeyframes(){this.applyStylesToKeyframe();let t=new Set,n=new Set,a=this._keyframes.size===1&&this.duration===0,i=[];this._keyframes.forEach((l,c)=>{let d=new Map([...this._backFill,...l]);d.forEach((u,p)=>{u===Lg?t.add(p):u===Fn&&n.add(p)}),a||d.set("offset",c/this.duration),i.push(d)});let r=[...t.values()],s=[...n.values()];if(a){let l=i[0],c=new Map(l);l.set("offset",0),c.set("offset",1),i=[l,c]}return Ug(this.element,i,r,s,this.duration,this.startTime,this.easing,!1)}},Owe=class extends vC{constructor(t,n,a,i,r,s,l=!1){super(t,n,s.delay);o(this,"keyframes");o(this,"preStyleProps");o(this,"postStyleProps");o(this,"_stretchStartingKeyframe");o(this,"timings");this.keyframes=a,this.preStyleProps=i,this.postStyleProps=r,this._stretchStartingKeyframe=l,this.timings={duration:s.duration,delay:s.delay,easing:s.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let t=this.keyframes,{delay:n,duration:a,easing:i}=this.timings;if(this._stretchStartingKeyframe&&n){let r=[],s=a+n,l=n/s,c=new Map(t[0]);c.set("offset",0),r.push(c);let d=new Map(t[0]);d.set("offset",Qv(l)),r.push(d);let u=t.length-1;for(let p=1;p<=u;p++){let b=new Map(t[p]),g=b.get("offset"),w=n+g*a;b.set("offset",Qv(w/s)),r.push(b)}a=s,n=0,i="",t=r}return Ug(this.element,t,this.preStyleProps,this.postStyleProps,a,n,i,!0)}};function Qv(e,t=3){let n=Math.pow(10,t-1);return Math.round(e*n)/n}function Rwe(e,t){let n=new Map,a;return e.forEach(i=>{if(i==="*"){a??(a=t.keys());for(let r of a)n.set(r,Fn)}else for(let[r,s]of i)n.set(r,s)}),n}function Jv(e,t,n,a,i,r,s,l,c,d,u,p,b){return{type:0,element:e,triggerName:t,isRemovalTransition:i,fromState:n,fromStyles:r,toState:a,toStyles:s,timelines:l,queriedElements:c,preStyleProps:d,postStyleProps:u,totalTime:p,errors:b}}var rp={},_C=class{constructor(e,t,n){o(this,"_triggerName");o(this,"ast");o(this,"_stateStyles");this._triggerName=e,this.ast=t,this._stateStyles=n}match(e,t,n,a){return Mwe(this.ast.matchers,e,t,n,a)}buildStyles(e,t,n){let a=this._stateStyles.get("*");return e!==void 0&&(a=this._stateStyles.get(e==null?void 0:e.toString())||a),a?a.buildStyles(t,n):new Map}build(e,t,n,a,i,r,s,l,c,d){var _a;let u=[],p=this.ast.options&&this.ast.options.params||rp,b=s&&s.params||rp,g=this.buildStyles(n,b,u),w=l&&l.params||rp,k=this.buildStyles(a,w,u),S=new Set,O=new Map,B=new Map,j=a==="void",ge={params:xC(w,p),delay:(_a=this.ast.options)==null?void 0:_a.delay},Ne=d?[]:gC(e,t,this.ast.animation,i,r,g,k,ge,c,u),Ue=0;return Ne.forEach(ea=>{Ue=Math.max(ea.duration+ea.delay,Ue)}),u.length?Jv(t,this._triggerName,n,a,j,g,k,[],[],O,B,Ue,u):(Ne.forEach(ea=>{let Pt=ea.element,ca=gi(O,Pt,new Set);ea.preStyleProps.forEach(re=>ca.add(re));let fe=gi(B,Pt,new Set);ea.postStyleProps.forEach(re=>fe.add(re)),Pt!==t&&S.add(Pt)}),Jv(t,this._triggerName,n,a,j,g,k,Ne,[...S.values()],O,B,Ue))}};function Mwe(e,t,n,a,i){return e.some(r=>r(t,n,a,i))}function xC(e,t){let n=ue({},t);return Object.entries(e).forEach(([a,i])=>{i!=null&&(n[a]=i)}),n}var Pwe=class{constructor(e,t,n){o(this,"styles");o(this,"defaultParams");o(this,"normalizer");this.styles=e,this.defaultParams=t,this.normalizer=n}buildStyles(e,t){let n=new Map,a=xC(e,this.defaultParams);return this.styles.styles.forEach(i=>{typeof i!="string"&&i.forEach((r,s)=>{r&&(r=wl(r,a,t));let l=this.normalizer.normalizePropertyName(s,t);r=this.normalizer.normalizeStyleValue(s,l,r,t),n.set(s,r)})}),n}};function Nwe(e,t,n){return new Lwe(e,t,n)}var Lwe=class{constructor(e,t,n){o(this,"name");o(this,"ast");o(this,"_normalizer");o(this,"transitionFactories",[]);o(this,"fallbackTransition");o(this,"states",new Map);this.name=e,this.ast=t,this._normalizer=n,t.states.forEach(a=>{let i=a.options&&a.options.params||{};this.states.set(a.name,new Pwe(a.style,i,n))}),ey(this.states,"true","1"),ey(this.states,"false","0"),t.transitions.forEach(a=>{this.transitionFactories.push(new _C(e,a,this.states))}),this.fallbackTransition=Fwe(e,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(e,t,n,a){return this.transitionFactories.find(i=>i.match(e,t,n,a))||null}matchStyles(e,t,n){return this.fallbackTransition.buildStyles(e,t,n)}};function Fwe(e,t,n){let a=[(s,l)=>!0],i={type:it.Sequence,steps:[],options:null},r={type:it.Transition,animation:i,matchers:a,options:null,queryCount:0,depCount:0};return new _C(e,r,t)}function ey(e,t,n){e.has(t)?e.has(n)||e.set(n,e.get(t)):e.has(n)&&e.set(t,e.get(n))}var Vwe=new Wg,zwe=class{constructor(e,t,n){o(this,"bodyNode");o(this,"_driver");o(this,"_normalizer");o(this,"_animations",new Map);o(this,"_playersById",new Map);o(this,"players",[]);this.bodyNode=e,this._driver=t,this._normalizer=n}register(e,t){let n=[],a=[],i=fC(this._driver,t,n,a);if(n.length)throw Uxe();this._animations.set(e,i)}_buildPlayer(e,t,n){let a=e.element,i=sC(this._normalizer,e.keyframes,t,n);return this._driver.animate(a,i,e.duration,e.delay,e.easing,[],!0)}create(e,t,n={}){let a=[],i=this._animations.get(e),r,s=new Map;if(i?(r=gC(this._driver,t,i,uC,Sm,new Map,new Map,n,Vwe,a),r.forEach(d=>{let u=gi(s,d.element,new Map);d.postStyleProps.forEach(p=>u.set(p,null))})):(a.push(Wxe()),r=[]),a.length)throw qxe();s.forEach((d,u)=>{d.forEach((p,b)=>{d.set(b,this._driver.computeStyle(u,b,Fn))})});let l=r.map(d=>{let u=s.get(d.element);return this._buildPlayer(d,new Map,u)}),c=er(l);return this._playersById.set(e,c),c.onDestroy(()=>this.destroy(e)),this.players.push(c),c}destroy(e){let t=this._getPlayer(e);t.destroy(),this._playersById.delete(e);let n=this.players.indexOf(t);n>=0&&this.players.splice(n,1)}_getPlayer(e){let t=this._playersById.get(e);if(!t)throw Gxe();return t}listen(e,t,n,a){let i=Vg(t,"","","");return Fg(this._getPlayer(e),n,i,a),()=>{}}command(e,t,n,a){if(n=="register"){this.register(e,a[0]);return}if(n=="create"){let r=a[0]||{};this.create(e,t,r);return}let i=this._getPlayer(e);switch(n){case"play":i.play();break;case"pause":i.pause();break;case"reset":i.reset();break;case"restart":i.restart();break;case"finish":i.finish();break;case"init":i.init();break;case"setPosition":i.setPosition(parseFloat(a[0]));break;case"destroy":this.destroy(e);break}}},ty="ng-animate-queued",Bwe=".ng-animate-queued",op="ng-animate-disabled",jwe=".ng-animate-disabled",Hwe="ng-star-inserted",Uwe=".ng-star-inserted",Wwe=[],wC={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},qwe={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},zi="__ng_removed",Am=class{constructor(e,t=""){o(this,"namespaceId");o(this,"value");o(this,"options");this.namespaceId=t;let n=e&&e.hasOwnProperty("value"),a=n?e.value:e;if(this.value=Zwe(a),n){let i=e,{value:r}=i,s=Ale(i,["value"]);this.options=s}else this.options={};this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(e){let t=e.params;if(t){let n=this.options.params;Object.keys(t).forEach(a=>{n[a]==null&&(n[a]=t[a])})}}},el="void",sp=new Am(el),Gwe=class{constructor(e,t,n){o(this,"id");o(this,"hostElement");o(this,"_engine");o(this,"players",[]);o(this,"_triggers",new Map);o(this,"_queue",[]);o(this,"_elementListeners",new Map);o(this,"_hostClassName");this.id=e,this.hostElement=t,this._engine=n,this._hostClassName="ng-tns-"+e,Di(t,this._hostClassName)}listen(e,t,n,a){if(!this._triggers.has(t))throw Yxe();if(n==null||n.length==0)throw $xe();if(!Kwe(n))throw Zxe();let i=gi(this._elementListeners,e,[]),r={name:t,phase:n,callback:a};i.push(r);let s=gi(this._engine.statesByElement,e,new Map);return s.has(t)||(Di(e,Bc),Di(e,Bc+"-"+t),s.set(t,sp)),()=>{this._engine.afterFlush(()=>{let l=i.indexOf(r);l>=0&&i.splice(l,1),this._triggers.has(t)||s.delete(t)})}}register(e,t){return this._triggers.has(e)?!1:(this._triggers.set(e,t),!0)}_getTrigger(e){let t=this._triggers.get(e);if(!t)throw Kxe();return t}trigger(e,t,n,a=!0){let i=this._getTrigger(t),r=new Om(this.id,t,e),s=this._engine.statesByElement.get(e);s||(Di(e,Bc),Di(e,Bc+"-"+t),this._engine.statesByElement.set(e,s=new Map));let l=s.get(t),c=new Am(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&c.absorbOptions(l.options),s.set(t,c),l||(l=sp),c.value!==el&&l.value===c.value){if(!Jwe(l.params,c.params)){let b=[],g=i.matchStyles(l.value,l.params,b),w=i.matchStyles(c.value,c.params,b);b.length?this._engine.reportError(b):this._engine.afterFlush(()=>{jr(e,g),tn(e,w)})}return}let d=gi(this._engine.playersByElement,e,[]);d.forEach(b=>{b.namespaceId==this.id&&b.triggerName==t&&b.queued&&b.destroy()});let u=i.matchTransition(l.value,c.value,e,c.params),p=!1;if(!u){if(!a)return;u=i.fallbackTransition,p=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:t,transition:u,fromState:l,toState:c,player:r,isFallbackTransition:p}),p||(Di(e,ty),r.onStart(()=>{Do(e,ty)})),r.onDone(()=>{let b=this.players.indexOf(r);b>=0&&this.players.splice(b,1);let g=this._engine.playersByElement.get(e);if(g){let w=g.indexOf(r);w>=0&&g.splice(w,1)}}),this.players.push(r),d.push(r),r}deregister(e){this._triggers.delete(e),this._engine.statesByElement.forEach(t=>t.delete(e)),this._elementListeners.forEach((t,n)=>{this._elementListeners.set(n,t.filter(a=>a.name!=e))})}clearElementCache(e){this._engine.statesByElement.delete(e),this._elementListeners.delete(e);let t=this._engine.playersByElement.get(e);t&&(t.forEach(n=>n.destroy()),this._engine.playersByElement.delete(e))}_signalRemovalForInnerTriggers(e,t){let n=this._engine.driver.query(e,Ud,!0);n.forEach(a=>{if(a[zi])return;let i=this._engine.fetchNamespacesByElement(a);i.size?i.forEach(r=>r.triggerLeaveAnimation(a,t,!1,!0)):this.clearElementCache(a)}),this._engine.afterFlushAnimationsDone(()=>n.forEach(a=>this.clearElementCache(a)))}triggerLeaveAnimation(e,t,n,a){let i=this._engine.statesByElement.get(e),r=new Map;if(i){let s=[];if(i.forEach((l,c)=>{if(r.set(c,l.value),this._triggers.has(c)){let d=this.trigger(e,c,el,a);d&&s.push(d)}}),s.length)return this._engine.markElementAsRemoved(this.id,e,!0,t,r),n&&er(s).onDone(()=>this._engine.processLeaveNode(e)),!0}return!1}prepareLeaveAnimationListeners(e){let t=this._elementListeners.get(e),n=this._engine.statesByElement.get(e);if(t&&n){let a=new Set;t.forEach(i=>{let r=i.name;if(a.has(r))return;a.add(r);let s=this._triggers.get(r).fallbackTransition,l=n.get(r)||sp,c=new Am(el),d=new Om(this.id,r,e);this._engine.totalQueuedPlayers++,this._queue.push({element:e,triggerName:r,transition:s,fromState:l,toState:c,player:d,isFallbackTransition:!0})})}}removeNode(e,t){let n=this._engine;if(e.childElementCount&&this._signalRemovalForInnerTriggers(e,t),this.triggerLeaveAnimation(e,t,!0))return;let a=!1;if(n.totalAnimations){let i=n.players.length?n.playersByQueriedElement.get(e):[];if(i&&i.length)a=!0;else{let r=e;for(;r=r.parentNode;)if(n.statesByElement.get(r)){a=!0;break}}}if(this.prepareLeaveAnimationListeners(e),a)n.markElementAsRemoved(this.id,e,!1,t);else{let i=e[zi];(!i||i===wC)&&(n.afterFlush(()=>this.clearElementCache(e)),n.destroyInnerAnimations(e),n._onRemovalComplete(e,t))}}insertNode(e,t){Di(e,this._hostClassName)}drainQueuedTransitions(e){let t=[];return this._queue.forEach(n=>{let a=n.player;if(a.destroyed)return;let i=n.element,r=this._elementListeners.get(i);r&&r.forEach(s=>{if(s.name==n.triggerName){let l=Vg(i,n.triggerName,n.fromState.value,n.toState.value);l._data=e,Fg(n.player,s.phase,l,s.callback)}}),a.markedForDestroy?this._engine.afterFlush(()=>{a.destroy()}):t.push(n)}),this._queue=[],t.sort((n,a)=>{let i=n.transition.ast.depCount,r=a.transition.ast.depCount;return i==0||r==0?i-r:this._engine.driver.containsElement(n.element,a.element)?1:-1})}destroy(e){this.players.forEach(t=>t.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,e)}},Ywe=class{constructor(e,t,n){o(this,"bodyNode");o(this,"driver");o(this,"_normalizer");o(this,"players",[]);o(this,"newHostElements",new Map);o(this,"playersByElement",new Map);o(this,"playersByQueriedElement",new Map);o(this,"statesByElement",new Map);o(this,"disabledNodes",new Set);o(this,"totalAnimations",0);o(this,"totalQueuedPlayers",0);o(this,"_namespaceLookup",{});o(this,"_namespaceList",[]);o(this,"_flushFns",[]);o(this,"_whenQuietFns",[]);o(this,"namespacesByHostElement",new Map);o(this,"collectedEnterElements",[]);o(this,"collectedLeaveElements",[]);o(this,"onRemovalComplete",(e,t)=>{});this.bodyNode=e,this.driver=t,this._normalizer=n}_onRemovalComplete(e,t){this.onRemovalComplete(e,t)}get queuedPlayers(){let e=[];return this._namespaceList.forEach(t=>{t.players.forEach(n=>{n.queued&&e.push(n)})}),e}createNamespace(e,t){let n=new Gwe(e,t,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,t)?this._balanceNamespaceList(n,t):(this.newHostElements.set(t,n),this.collectEnterElement(t)),this._namespaceLookup[e]=n}_balanceNamespaceList(e,t){let n=this._namespaceList,a=this.namespacesByHostElement;if(n.length-1>=0){let i=!1,r=this.driver.getParentElement(t);for(;r;){let s=a.get(r);if(s){let l=n.indexOf(s);n.splice(l+1,0,e),i=!0;break}r=this.driver.getParentElement(r)}i||n.unshift(e)}else n.push(e);return a.set(t,e),e}register(e,t){let n=this._namespaceLookup[e];return n||(n=this.createNamespace(e,t)),n}registerTrigger(e,t,n){let a=this._namespaceLookup[e];a&&a.register(t,n)&&this.totalAnimations++}destroy(e,t){e&&(this.afterFlush(()=>{}),this.afterFlushAnimationsDone(()=>{let n=this._fetchNamespace(e);this.namespacesByHostElement.delete(n.hostElement);let a=this._namespaceList.indexOf(n);a>=0&&this._namespaceList.splice(a,1),n.destroy(t),delete this._namespaceLookup[e]}))}_fetchNamespace(e){return this._namespaceLookup[e]}fetchNamespacesByElement(e){let t=new Set,n=this.statesByElement.get(e);if(n){for(let a of n.values())if(a.namespaceId){let i=this._fetchNamespace(a.namespaceId);i&&t.add(i)}}return t}trigger(e,t,n,a){if(Uc(t)){let i=this._fetchNamespace(e);if(i)return i.trigger(t,n,a),!0}return!1}insertNode(e,t,n,a){if(!Uc(t))return;let i=t[zi];if(i&&i.setForRemoval){i.setForRemoval=!1,i.setForMove=!0;let r=this.collectedLeaveElements.indexOf(t);r>=0&&this.collectedLeaveElements.splice(r,1)}if(e){let r=this._fetchNamespace(e);r&&r.insertNode(t,n)}a&&this.collectEnterElement(t)}collectEnterElement(e){this.collectedEnterElements.push(e)}markElementAsDisabled(e,t){t?this.disabledNodes.has(e)||(this.disabledNodes.add(e),Di(e,op)):this.disabledNodes.has(e)&&(this.disabledNodes.delete(e),Do(e,op))}removeNode(e,t,n){if(Uc(t)){let a=e?this._fetchNamespace(e):null;a?a.removeNode(t,n):this.markElementAsRemoved(e,t,!1,n);let i=this.namespacesByHostElement.get(t);i&&i.id!==e&&i.removeNode(t,n)}else this._onRemovalComplete(t,n)}markElementAsRemoved(e,t,n,a,i){this.collectedLeaveElements.push(t),t[zi]={namespaceId:e,setForRemoval:a,hasAnimation:n,removedBeforeQueried:!1,previousTriggersValues:i}}listen(e,t,n,a,i){return Uc(t)?this._fetchNamespace(e).listen(t,n,a,i):()=>{}}_buildInstruction(e,t,n,a,i){return e.transition.build(this.driver,e.element,e.fromState.value,e.toState.value,n,a,e.fromState.options,e.toState.options,t,i)}destroyInnerAnimations(e){let t=this.driver.query(e,Ud,!0);t.forEach(n=>this.destroyActiveAnimationsForElement(n)),this.playersByQueriedElement.size!=0&&(t=this.driver.query(e,Dm,!0),t.forEach(n=>this.finishActiveQueriedAnimationOnElement(n)))}destroyActiveAnimationsForElement(e){let t=this.playersByElement.get(e);t&&t.forEach(n=>{n.queued?n.markedForDestroy=!0:n.destroy()})}finishActiveQueriedAnimationOnElement(e){let t=this.playersByQueriedElement.get(e);t&&t.forEach(n=>n.finish())}whenRenderingDone(){return new Promise(e=>{if(this.players.length)return er(this.players).onDone(()=>e());e()})}processLeaveNode(e){var n;let t=e[zi];if(t&&t.setForRemoval){if(e[zi]=wC,t.namespaceId){this.destroyInnerAnimations(e);let a=this._fetchNamespace(t.namespaceId);a&&a.clearElementCache(e)}this._onRemovalComplete(e,t.setForRemoval)}(n=e.classList)!=null&&n.contains(op)&&this.markElementAsDisabled(e,!1),this.driver.query(e,jwe,!0).forEach(a=>{this.markElementAsDisabled(a,!1)})}flush(e=-1){let t=[];if(this.newHostElements.size&&(this.newHostElements.forEach((n,a)=>this._balanceNamespaceList(n,a)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let n=0;n<this.collectedEnterElements.length;n++){let a=this.collectedEnterElements[n];Di(a,Hwe)}if(this._namespaceList.length&&(this.totalQueuedPlayers||this.collectedLeaveElements.length)){let n=[];try{t=this._flushAnimations(n,e)}finally{for(let a=0;a<n.length;a++)n[a]()}}else for(let n=0;n<this.collectedLeaveElements.length;n++){let a=this.collectedLeaveElements[n];this.processLeaveNode(a)}if(this.totalQueuedPlayers=0,this.collectedEnterElements.length=0,this.collectedLeaveElements.length=0,this._flushFns.forEach(n=>n()),this._flushFns=[],this._whenQuietFns.length){let n=this._whenQuietFns;this._whenQuietFns=[],t.length?er(t).onDone(()=>{n.forEach(a=>a())}):n.forEach(a=>a())}}reportError(e){throw Xxe()}_flushAnimations(e,t){let n=new Wg,a=[],i=new Map,r=[],s=new Map,l=new Map,c=new Map,d=new Set;this.disabledNodes.forEach(G=>{d.add(G);let X=this.driver.query(G,Bwe,!0);for(let ce=0;ce<X.length;ce++)d.add(X[ce])});let u=this.bodyNode,p=Array.from(this.statesByElement.keys()),b=ny(p,this.collectedEnterElements),g=new Map,w=0;b.forEach((G,X)=>{let ce=uC+w++;g.set(X,ce),G.forEach(et=>Di(et,ce))});let k=[],S=new Set,O=new Set;for(let G=0;G<this.collectedLeaveElements.length;G++){let X=this.collectedLeaveElements[G],ce=X[zi];ce&&ce.setForRemoval&&(k.push(X),S.add(X),ce.hasAnimation?this.driver.query(X,Uwe,!0).forEach(et=>S.add(et)):O.add(X))}let B=new Map,j=ny(p,Array.from(S));j.forEach((G,X)=>{let ce=Sm+w++;B.set(X,ce),G.forEach(et=>Di(et,ce))}),e.push(()=>{b.forEach((G,X)=>{let ce=g.get(X);G.forEach(et=>Do(et,ce))}),j.forEach((G,X)=>{let ce=B.get(X);G.forEach(et=>Do(et,ce))}),k.forEach(G=>{this.processLeaveNode(G)})});let ge=[],Ne=[];for(let G=this._namespaceList.length-1;G>=0;G--)this._namespaceList[G].drainQueuedTransitions(t).forEach(X=>{let ce=X.player,et=X.element;if(ge.push(ce),this.collectedEnterElements.length){let Nt=et[zi];if(Nt&&Nt.setForMove){if(Nt.previousTriggersValues&&Nt.previousTriggersValues.has(X.triggerName)){let Va=Nt.previousTriggersValues.get(X.triggerName),xa=this.statesByElement.get(X.element);if(xa&&xa.has(X.triggerName)){let Zi=xa.get(X.triggerName);Zi.value=Va,xa.set(X.triggerName,Zi)}}ce.destroy();return}}let At=!u||!this.driver.containsElement(u,et),Fa=B.get(et),st=g.get(et),ut=this._buildInstruction(X,n,st,Fa,At);if(ut.errors&&ut.errors.length){Ne.push(ut);return}if(At){ce.onStart(()=>jr(et,ut.fromStyles)),ce.onDestroy(()=>tn(et,ut.toStyles)),a.push(ce);return}if(X.isFallbackTransition){ce.onStart(()=>jr(et,ut.fromStyles)),ce.onDestroy(()=>tn(et,ut.toStyles)),a.push(ce);return}let Wt=[];ut.timelines.forEach(Nt=>{Nt.stretchStartingKeyframe=!0,this.disabledNodes.has(Nt.element)||Wt.push(Nt)}),ut.timelines=Wt,n.append(et,ut.timelines);let Ni={instruction:ut,player:ce,element:et};r.push(Ni),ut.queriedElements.forEach(Nt=>gi(s,Nt,[]).push(ce)),ut.preStyleProps.forEach((Nt,Va)=>{if(Nt.size){let xa=l.get(Va);xa||l.set(Va,xa=new Set),Nt.forEach((Zi,Zn)=>xa.add(Zn))}}),ut.postStyleProps.forEach((Nt,Va)=>{let xa=c.get(Va);xa||c.set(Va,xa=new Set),Nt.forEach((Zi,Zn)=>xa.add(Zn))})});if(Ne.length){let G=[];Ne.forEach(X=>{G.push(Qxe(X.triggerName,X.errors))}),ge.forEach(X=>X.destroy()),this.reportError(G)}let Ue=new Map,_a=new Map;r.forEach(G=>{let X=G.element;n.has(X)&&(_a.set(X,X),this._beforeAnimationBuild(G.player.namespaceId,G.instruction,Ue))}),a.forEach(G=>{let X=G.element;this._getPreviousPlayers(X,!1,G.namespaceId,G.triggerName,null).forEach(ce=>{gi(Ue,X,[]).push(ce),ce.destroy()})});let ea=k.filter(G=>ry(G,l,c)),Pt=new Map;iy(Pt,this.driver,O,c,Fn).forEach(G=>{ry(G,l,c)&&ea.push(G)});let ca=new Map;b.forEach((G,X)=>{iy(ca,this.driver,new Set(G),l,Lg)}),ea.forEach(G=>{let X=Pt.get(G),ce=ca.get(G);Pt.set(G,new Map([...(X==null?void 0:X.entries())??[],...(ce==null?void 0:ce.entries())??[]]))});let fe=[],re=[],Ge={};r.forEach(G=>{let{element:X,player:ce,instruction:et}=G;if(n.has(X)){if(d.has(X)){ce.onDestroy(()=>tn(X,et.toStyles)),ce.disabled=!0,ce.overrideTotalTime(et.totalTime),a.push(ce);return}let At=Ge;if(_a.size>1){let st=X,ut=[];for(;st=st.parentNode;){let Wt=_a.get(st);if(Wt){At=Wt;break}ut.push(st)}ut.forEach(Wt=>_a.set(Wt,At))}let Fa=this._buildAnimation(ce.namespaceId,et,Ue,i,ca,Pt);if(ce.setRealPlayer(Fa),At===Ge)fe.push(ce);else{let st=this.playersByElement.get(At);st&&st.length&&(ce.parentPlayer=er(st)),a.push(ce)}}else jr(X,et.fromStyles),ce.onDestroy(()=>tn(X,et.toStyles)),re.push(ce),d.has(X)&&a.push(ce)}),re.forEach(G=>{let X=i.get(G.element);if(X&&X.length){let ce=er(X);G.setRealPlayer(ce)}}),a.forEach(G=>{G.parentPlayer?G.syncPlayerEvents(G.parentPlayer):G.destroy()});for(let G=0;G<k.length;G++){let X=k[G],ce=X[zi];if(Do(X,Sm),ce&&ce.hasAnimation)continue;let et=[];if(s.size){let Fa=s.get(X);Fa&&Fa.length&&et.push(...Fa);let st=this.driver.query(X,Dm,!0);for(let ut=0;ut<st.length;ut++){let Wt=s.get(st[ut]);Wt&&Wt.length&&et.push(...Wt)}}let At=et.filter(Fa=>!Fa.destroyed);At.length?Xwe(this,X,At):this.processLeaveNode(X)}return k.length=0,fe.forEach(G=>{this.players.push(G),G.onDone(()=>{G.destroy();let X=this.players.indexOf(G);this.players.splice(X,1)}),G.play()}),fe}afterFlush(e){this._flushFns.push(e)}afterFlushAnimationsDone(e){this._whenQuietFns.push(e)}_getPreviousPlayers(e,t,n,a,i){let r=[];if(t){let s=this.playersByQueriedElement.get(e);s&&(r=s)}else{let s=this.playersByElement.get(e);if(s){let l=!i||i==el;s.forEach(c=>{c.queued||!l&&c.triggerName!=a||r.push(c)})}}return(n||a)&&(r=r.filter(s=>!(n&&n!=s.namespaceId||a&&a!=s.triggerName))),r}_beforeAnimationBuild(e,t,n){let a=t.triggerName,i=t.element,r=t.isRemovalTransition?void 0:e,s=t.isRemovalTransition?void 0:a;for(let l of t.timelines){let c=l.element,d=c!==i,u=gi(n,c,[]);this._getPreviousPlayers(c,d,r,s,t.toState).forEach(p=>{let b=p.getRealPlayer();b.beforeDestroy&&b.beforeDestroy(),p.destroy(),u.push(p)})}jr(i,t.fromStyles)}_buildAnimation(e,t,n,a,i,r){let s=t.triggerName,l=t.element,c=[],d=new Set,u=new Set,p=t.timelines.map(g=>{let w=g.element;d.add(w);let k=w[zi];if(k&&k.removedBeforeQueried)return new xl(g.duration,g.delay);let S=w!==l,O=Qwe((n.get(w)||Wwe).map(Ue=>Ue.getRealPlayer())).filter(Ue=>{let _a=Ue;return _a.element?_a.element===w:!1}),B=i.get(w),j=r.get(w),ge=sC(this._normalizer,g.keyframes,B,j),Ne=this._buildPlayer(g,ge,O);if(g.subTimeline&&a&&u.add(w),S){let Ue=new Om(e,s,w);Ue.setRealPlayer(Ne),c.push(Ue)}return Ne});c.forEach(g=>{gi(this.playersByQueriedElement,g.element,[]).push(g),g.onDone(()=>$we(this.playersByQueriedElement,g.element,g))}),d.forEach(g=>Di(g,Zv));let b=er(p);return b.onDestroy(()=>{d.forEach(g=>Do(g,Zv)),tn(l,t.toStyles)}),u.forEach(g=>{gi(a,g,[]).push(b)}),b}_buildPlayer(e,t,n){return t.length>0?this.driver.animate(e.element,t,e.duration,e.delay,e.easing,n):new xl(e.duration,e.delay)}},Om=class{constructor(e,t,n){o(this,"namespaceId");o(this,"triggerName");o(this,"element");o(this,"_player",new xl);o(this,"_containsRealPlayer",!1);o(this,"_queuedCallbacks",new Map);o(this,"destroyed",!1);o(this,"parentPlayer",null);o(this,"markedForDestroy",!1);o(this,"disabled",!1);o(this,"queued",!0);o(this,"totalTime",0);this.namespaceId=e,this.triggerName=t,this.element=n}setRealPlayer(e){this._containsRealPlayer||(this._player=e,this._queuedCallbacks.forEach((t,n)=>{t.forEach(a=>Fg(e,n,void 0,a))}),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(e.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(e){this.totalTime=e}syncPlayerEvents(e){let t=this._player;t.triggerCallback&&e.onStart(()=>t.triggerCallback("start")),e.onDone(()=>this.finish()),e.onDestroy(()=>this.destroy())}_queueEvent(e,t){gi(this._queuedCallbacks,e,[]).push(t)}onDone(e){this.queued&&this._queueEvent("done",e),this._player.onDone(e)}onStart(e){this.queued&&this._queueEvent("start",e),this._player.onStart(e)}onDestroy(e){this.queued&&this._queueEvent("destroy",e),this._player.onDestroy(e)}init(){this._player.init()}hasStarted(){return this.queued?!1:this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(e){this.queued||this._player.setPosition(e)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(e){let t=this._player;t.triggerCallback&&t.triggerCallback(e)}};function $we(e,t,n){let a=e.get(t);if(a){if(a.length){let i=a.indexOf(n);a.splice(i,1)}a.length==0&&e.delete(t)}return a}function Zwe(e){return e??null}function Uc(e){return e&&e.nodeType===1}function Kwe(e){return e=="start"||e=="done"}function ay(e,t){let n=e.style.display;return e.style.display=t??"none",n}function iy(e,t,n,a,i){let r=[];n.forEach(c=>r.push(ay(c)));let s=[];a.forEach((c,d)=>{let u=new Map;c.forEach(p=>{let b=t.computeStyle(d,p,i);u.set(p,b),(!b||b.length==0)&&(d[zi]=qwe,s.push(d))}),e.set(d,u)});let l=0;return n.forEach(c=>ay(c,r[l++])),s}function ny(e,t){let n=new Map;if(e.forEach(l=>n.set(l,[])),t.length==0)return n;let a=1,i=new Set(t),r=new Map;function s(l){if(!l)return a;let c=r.get(l);if(c)return c;let d=l.parentNode;return n.has(d)?c=d:i.has(d)?c=a:c=s(d),r.set(l,c),c}return t.forEach(l=>{let c=s(l);c!==a&&n.get(c).push(l)}),n}function Di(e,t){var n;(n=e.classList)==null||n.add(t)}function Do(e,t){var n;(n=e.classList)==null||n.remove(t)}function Xwe(e,t,n){er(n).onDone(()=>e.processLeaveNode(t))}function Qwe(e){let t=[];return kC(e,t),t}function kC(e,t){for(let n=0;n<e.length;n++){let a=e[n];a instanceof oC?kC(a.players,t):t.push(a)}}function Jwe(e,t){let n=Object.keys(e),a=Object.keys(t);if(n.length!=a.length)return!1;for(let i=0;i<n.length;i++){let r=n[i];if(!t.hasOwnProperty(r)||e[r]!==t[r])return!1}return!0}function ry(e,t,n){let a=n.get(e);if(!a)return!1;let i=t.get(e);return i?a.forEach(r=>i.add(r)):t.set(e,a),n.delete(e),!0}var Rm=class{constructor(e,t,n){o(this,"_driver");o(this,"_normalizer");o(this,"_transitionEngine");o(this,"_timelineEngine");o(this,"_triggerCache",{});o(this,"onRemovalComplete",(e,t)=>{});this._driver=t,this._normalizer=n,this._transitionEngine=new Ywe(e.body,t,n),this._timelineEngine=new zwe(e.body,t,n),this._transitionEngine.onRemovalComplete=(a,i)=>this.onRemovalComplete(a,i)}registerTrigger(e,t,n,a,i){let r=e+"-"+a,s=this._triggerCache[r];if(!s){let l=[],c=[],d=fC(this._driver,i,l,c);if(l.length)throw jxe();s=Nwe(a,d,this._normalizer),this._triggerCache[r]=s}this._transitionEngine.registerTrigger(t,a,s)}register(e,t){this._transitionEngine.register(e,t)}destroy(e,t){this._transitionEngine.destroy(e,t)}onInsert(e,t,n,a){this._transitionEngine.insertNode(e,t,n,a)}onRemove(e,t,n){this._transitionEngine.removeNode(e,t,n)}disableAnimations(e,t){this._transitionEngine.markElementAsDisabled(e,t)}process(e,t,n,a){if(n.charAt(0)=="@"){let[i,r]=Yv(n),s=a;this._timelineEngine.command(i,t,r,s)}else this._transitionEngine.trigger(e,t,n,a)}listen(e,t,n,a,i){if(n.charAt(0)=="@"){let[r,s]=Yv(n);return this._timelineEngine.listen(r,t,s,i)}return this._transitionEngine.listen(e,t,n,a,i)}flush(e=-1){this._transitionEngine.flush(e)}get players(){return[...this._transitionEngine.players,...this._timelineEngine.players]}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}afterFlushAnimationsDone(e){this._transitionEngine.afterFlushAnimationsDone(e)}};function eke(e,t){let n=null,a=null;return Array.isArray(t)&&t.length?(n=lp(t[0]),t.length>1&&(a=lp(t[t.length-1]))):t instanceof Map&&(n=lp(t)),n||a?new tke(e,n,a):null}var tke=(()=>{const t=class t{constructor(a,i,r){o(this,"_element");o(this,"_startStyles");o(this,"_endStyles");o(this,"_state",0);o(this,"_initialStyles");this._element=a,this._startStyles=i,this._endStyles=r;let s=t.initialStylesByElement.get(a);s||t.initialStylesByElement.set(a,s=new Map),this._initialStyles=s}start(){this._state<1&&(this._startStyles&&tn(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(tn(this._element,this._initialStyles),this._endStyles&&(tn(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(t.initialStylesByElement.delete(this._element),this._startStyles&&(jr(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(jr(this._element,this._endStyles),this._endStyles=null),tn(this._element,this._initialStyles),this._state=3)}};o(t,"initialStylesByElement",new WeakMap);let e=t;return e})();function lp(e){let t=null;return e.forEach((n,a)=>{ake(a)&&(t=t||new Map,t.set(a,n))}),t}function ake(e){return e==="display"||e==="position"}var oy=class{constructor(e,t,n,a){o(this,"element");o(this,"keyframes");o(this,"options");o(this,"_specialStyles");o(this,"_onDoneFns",[]);o(this,"_onStartFns",[]);o(this,"_onDestroyFns",[]);o(this,"_duration");o(this,"_delay");o(this,"_initialized",!1);o(this,"_finished",!1);o(this,"_started",!1);o(this,"_destroyed",!1);o(this,"_finalKeyframe");o(this,"_originalOnDoneFns",[]);o(this,"_originalOnStartFns",[]);o(this,"domPlayer");o(this,"time",0);o(this,"parentPlayer",null);o(this,"currentSnapshot",new Map);this.element=e,this.keyframes=t,this.options=n,this._specialStyles=a,this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(e=>e()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;let e=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,e,this.options),this._finalKeyframe=e.length?e[e.length-1]:new Map;let t=()=>this._onFinish();this.domPlayer.addEventListener("finish",t),this.onDestroy(()=>{this.domPlayer.removeEventListener("finish",t)})}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_convertKeyframesToObject(e){let t=[];return e.forEach(n=>{t.push(Object.fromEntries(n))}),t}_triggerWebAnimation(e,t,n){return e.animate(this._convertKeyframesToObject(t),n)}onStart(e){this._originalOnStartFns.push(e),this._onStartFns.push(e)}onDone(e){this._originalOnDoneFns.push(e),this._onDoneFns.push(e)}onDestroy(e){this._onDestroyFns.push(e)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(e=>e()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(e=>e()),this._onDestroyFns=[])}setPosition(e){this.domPlayer===void 0&&this.init(),this.domPlayer.currentTime=e*this.time}getPosition(){return+(this.domPlayer.currentTime??0)/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){let e=new Map;this.hasStarted()&&this._finalKeyframe.forEach((t,n)=>{n!=="offset"&&e.set(n,this._finished?t:jg(this.element,n))}),this.currentSnapshot=e}triggerCallback(e){let t=e==="start"?this._onStartFns:this._onDoneFns;t.forEach(n=>n()),t.length=0}},ike=class{validateStyleProperty(e){return!0}validateAnimatableStyleProperty(e){return!0}containsElement(e,t){return lC(e,t)}getParentElement(e){return zg(e)}query(e,t,n){return cC(e,t,n)}computeStyle(e,t,n){return jg(e,t)}animate(e,t,n,a,i,r=[]){let s=a==0?"both":"forwards",l={duration:n,delay:a,fill:s};i&&(l.easing=i);let c=new Map,d=r.filter(b=>b instanceof oy);cwe(n,a)&&d.forEach(b=>{b.currentSnapshot.forEach((g,w)=>c.set(w,g))});let u=owe(t).map(b=>new Map(b));u=dwe(e,u,c);let p=eke(e,u);return new oy(e,u,l,p)}},hd="@",EC="@.disabled",CC=class{constructor(e,t,n,a){o(this,"namespaceId");o(this,"delegate");o(this,"engine");o(this,"_onDestroy");o(this,"ɵtype",0);this.namespaceId=e,this.delegate=t,this.engine=n,this._onDestroy=a}get data(){return this.delegate.data}destroyNode(e){var t,n;(n=(t=this.delegate).destroyNode)==null||n.call(t,e)}destroy(){var e;this.engine.destroy(this.namespaceId,this.delegate),this.engine.afterFlushAnimationsDone(()=>{queueMicrotask(()=>{this.delegate.destroy()})}),(e=this._onDestroy)==null||e.call(this)}createElement(e,t){return this.delegate.createElement(e,t)}createComment(e){return this.delegate.createComment(e)}createText(e){return this.delegate.createText(e)}appendChild(e,t){this.delegate.appendChild(e,t),this.engine.onInsert(this.namespaceId,t,e,!1)}insertBefore(e,t,n,a=!0){this.delegate.insertBefore(e,t,n),this.engine.onInsert(this.namespaceId,t,e,a)}removeChild(e,t,n){this.parentNode(t)&&this.engine.onRemove(this.namespaceId,t,this.delegate)}selectRootElement(e,t){return this.delegate.selectRootElement(e,t)}parentNode(e){return this.delegate.parentNode(e)}nextSibling(e){return this.delegate.nextSibling(e)}setAttribute(e,t,n,a){this.delegate.setAttribute(e,t,n,a)}removeAttribute(e,t,n){this.delegate.removeAttribute(e,t,n)}addClass(e,t){this.delegate.addClass(e,t)}removeClass(e,t){this.delegate.removeClass(e,t)}setStyle(e,t,n,a){this.delegate.setStyle(e,t,n,a)}removeStyle(e,t,n){this.delegate.removeStyle(e,t,n)}setProperty(e,t,n){t.charAt(0)==hd&&t==EC?this.disableAnimations(e,!!n):this.delegate.setProperty(e,t,n)}setValue(e,t){this.delegate.setValue(e,t)}listen(e,t,n,a){return this.delegate.listen(e,t,n,a)}disableAnimations(e,t){this.engine.disableAnimations(e,t)}},nke=class extends CC{constructor(t,n,a,i,r){super(n,a,i,r);o(this,"factory");this.factory=t,this.namespaceId=n}setProperty(t,n,a){n.charAt(0)==hd?n.charAt(1)=="."&&n==EC?(a=a===void 0?!0:!!a,this.disableAnimations(t,a)):this.engine.process(this.namespaceId,t,n.slice(1),a):this.delegate.setProperty(t,n,a)}listen(t,n,a,i){if(n.charAt(0)==hd){let r=rke(t),s=n.slice(1),l="";return s.charAt(0)!=hd&&([s,l]=oke(s)),this.engine.listen(this.namespaceId,r,s,l,c=>{let d=c._data||-1;this.factory.scheduleListenerCallback(d,a,c)})}return this.delegate.listen(t,n,a,i)}};function rke(e){switch(e){case"body":return document.body;case"document":return document;case"window":return window;default:return e}}function oke(e){let t=e.indexOf("."),n=e.substring(0,t),a=e.slice(t+1);return[n,a]}var ske=class{constructor(e,t,n){o(this,"delegate");o(this,"engine");o(this,"_zone");o(this,"_currentId",0);o(this,"_microtaskId",1);o(this,"_animationCallbacksBuffer",[]);o(this,"_rendererCache",new Map);o(this,"_cdRecurDepth",0);this.delegate=e,this.engine=t,this._zone=n,t.onRemovalComplete=(a,i)=>{i==null||i.removeChild(null,a)}}createRenderer(e,t){var l;let n="",a=this.delegate.createRenderer(e,t);if(!e||!((l=t==null?void 0:t.data)!=null&&l.animation)){let c=this._rendererCache,d=c.get(a);if(!d){let u=()=>c.delete(a);d=new CC(n,a,this.engine,u),c.set(a,d)}return d}let i=t.id,r=t.id+"-"+this._currentId;this._currentId++,this.engine.register(r,e);let s=c=>{Array.isArray(c)?c.forEach(s):this.engine.registerTrigger(i,r,e,c.name,c)};return t.data.animation.forEach(s),new nke(this,r,a,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){queueMicrotask(()=>{this._microtaskId++})}scheduleListenerCallback(e,t,n){if(e>=0&&e<this._microtaskId){this._zone.run(()=>t(n));return}let a=this._animationCallbacksBuffer;a.length==0&&queueMicrotask(()=>{this._zone.run(()=>{a.forEach(i=>{let[r,s]=i;r(s)}),this._animationCallbacksBuffer=[]})}),a.push([t,n])}end(){this._cdRecurDepth--,this._cdRecurDepth==0&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}componentReplaced(e){var t,n;this.engine.flush(),(n=(t=this.delegate).componentReplaced)==null||n.call(t,e)}},lke=(()=>{const t=class t extends Rm{constructor(a,i,r){super(a,i,r)}ngOnDestroy(){this.flush()}};o(t,"ɵfac",function(a){return new(a||t)(ke(ot),ke(pC),ke(Hg))}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})();function cke(){return new pwe}function dke(e,t,n){return new ske(e,t,n)}var uke=[{provide:Hg,useFactory:cke},{provide:Rm,useClass:lke},{provide:Pi,useFactory:dke,deps:[xm,Rm,Le]}],hke=[{provide:pC,useFactory:()=>new ike},{provide:Oa,useFactory:()=>"BrowserAnimations"},...uke];function pke(){return co("NgEagerAnimations"),[...hke]}var mke=(()=>{const t=class t extends rC{constructor(a){super(),this.translate=a,this.getRangeLabel=(i,r,s)=>{if(s===0||r===0)return`0 / ${s}`;s=Math.max(s,0);let l=i*r,c=l<s?Math.min(l+r,s):l+r;return`${l+1} - ${c} / ${s}`},this.getAndInitTranslations=()=>{this.nextPageLabel=this.translate.instant("commons.matPaginator.nextPage"),this.previousPageLabel=this.translate.instant("commons.matPaginator.prevPage"),this.firstPageLabel=this.translate.instant("commons.matPaginator.firstPage"),this.lastPageLabel=this.translate.instant("commons.matPaginator.lastPage"),this.itemsPerPageLabel=this.translate.instant("commons.matPaginator.itemsPerPage"),this.getRangeLabel=this.getRangeLabel.bind(this),this.changes.next()},this.translate.onLangChange.subscribe(()=>{this.getAndInitTranslations()}),this.getAndInitTranslations()}};t.ɵfac=function(a){return new(a||t)(ke(La))},t.ɵprov=$({token:t,factory:t.ɵfac});let e=t;return e})(),qg=6048e5,fke=864e5,gke=6e4,bke=36e5,vke=1e3,sy=Symbol.for("constructDateFrom");function Mt(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&sy in e?e[sy](t):e instanceof Date?new e.constructor(t):new Date(t)}function rt(e,t){return Mt(t||e,e)}function Yi(e,t,n){let a=rt(e,n==null?void 0:n.in);return isNaN(t)?Mt((n==null?void 0:n.in)||e,NaN):(t&&a.setDate(a.getDate()+t),a)}function yke(e,t,n){let a=rt(e,n==null?void 0:n.in);if(isNaN(t))return Mt(e,NaN);let i=a.getDate(),r=Mt(e,a.getTime());r.setMonth(a.getMonth()+t+1,0);let s=r.getDate();return i>=s?r:(a.setFullYear(r.getFullYear(),r.getMonth(),i),a)}var _ke={};function bo(){return _ke}function ei(e,t){var l,c,d,u;let n=bo(),a=(t==null?void 0:t.weekStartsOn)??((c=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:c.weekStartsOn)??n.weekStartsOn??((u=(d=n.locale)==null?void 0:d.options)==null?void 0:u.weekStartsOn)??0,i=rt(e,t==null?void 0:t.in),r=i.getDay(),s=(r<a?7:0)+r-a;return i.setDate(i.getDate()-s),i.setHours(0,0,0,0),i}function ro(e,t){return ei(e,ht(ue({},t),{weekStartsOn:1}))}function SC(e,t){let n=rt(e,t==null?void 0:t.in),a=n.getFullYear(),i=Mt(n,0);i.setFullYear(a+1,0,4),i.setHours(0,0,0,0);let r=ro(i),s=Mt(n,0);s.setFullYear(a,0,4),s.setHours(0,0,0,0);let l=ro(s);return n.getTime()>=r.getTime()?a+1:n.getTime()>=l.getTime()?a:a-1}function ns(e){let t=rt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function kr(e,...t){let n=Mt.bind(null,e||t.find(a=>typeof a=="object"));return t.map(n)}function Ct(e,t){let n=rt(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}function $u(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=Ct(a),s=Ct(i),l=+r-ns(r),c=+s-ns(s);return Math.round((l-c)/fke)}function xke(e,t){let n=SC(e,t),a=Mt(e,0);return a.setFullYear(n,0,4),a.setHours(0,0,0,0),ro(a)}function Gg(e,t,n){return Yi(e,t*7,n)}function wke(e,t,n){return yke(e,t*12,n)}function kke(e,t){let n,a=t==null?void 0:t.in;return e.forEach(i=>{!a&&typeof i=="object"&&(a=Mt.bind(null,i));let r=rt(i,a);(!n||n>r||isNaN(+r))&&(n=r)}),Mt(a,n||NaN)}function Eke(e,t){let n=+rt(e);if(isNaN(n))return NaN;let a,i;return t.forEach((r,s)=>{let l=rt(r);if(isNaN(+l)){a=NaN,i=NaN;return}let c=Math.abs(n-+l);(a==null||c<i)&&(a=s,i=c)}),a}function Cke(e,t,n){let[a,...i]=kr(n==null?void 0:n.in,e,...t),r=Eke(a,i);if(typeof r=="number"&&isNaN(r))return Mt(a,NaN);if(r!==void 0)return i[r]}function DC(e){return Mt(e,Date.now())}function IC(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return+Ct(a)==+Ct(i)}function Ske(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function Dke(e){return!(!Ske(e)&&typeof e!="number"||isNaN(+rt(e)))}function Ike(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=a.getFullYear()-i.getFullYear(),s=a.getMonth()-i.getMonth();return r*12+s}function Tke(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=ei(a,n),s=ei(i,n),l=+r-ns(r),c=+s-ns(s);return Math.round((l-c)/qg)}function Ake(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return a.getFullYear()-i.getFullYear()}function ly(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t),r=cy(a,i),s=Math.abs($u(a,i));a.setDate(a.getDate()-r*s);let l=+(cy(a,i)===-r),c=r*(s-l);return c===0?0:c}function cy(e,t){let n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}function Zu(e,t){let n=rt(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}function Oke(e,t){let n=rt(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function Yg(e,t){var l,c,d,u;let n=bo(),a=(t==null?void 0:t.weekStartsOn)??((c=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:c.weekStartsOn)??n.weekStartsOn??((u=(d=n.locale)==null?void 0:d.options)==null?void 0:u.weekStartsOn)??0,i=rt(e,t==null?void 0:t.in),r=i.getDay(),s=(r<a?-7:0)+6-(r-a);return i.setDate(i.getDate()+s),i.setHours(23,59,59,999),i}var Rke={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},Mke=(e,t,n)=>{let a,i=Rke[e];return typeof i=="string"?a=i:t===1?a=i.one:a=i.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+a:a+" ago":a};function cp(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Pke={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Nke={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Lke={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Fke={date:cp({formats:Pke,defaultWidth:"full"}),time:cp({formats:Nke,defaultWidth:"full"}),dateTime:cp({formats:Lke,defaultWidth:"full"})},Vke={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},zke=(e,t,n,a)=>Vke[e];function Bs(e){return(t,n)=>{let a=n!=null&&n.context?String(n.context):"standalone",i;if(a==="formatting"&&e.formattingValues){let s=e.defaultFormattingWidth||e.defaultWidth,l=n!=null&&n.width?String(n.width):s;i=e.formattingValues[l]||e.formattingValues[s]}else{let s=e.defaultWidth,l=n!=null&&n.width?String(n.width):e.defaultWidth;i=e.values[l]||e.values[s]}let r=e.argumentCallback?e.argumentCallback(t):t;return i[r]}}var Bke={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},jke={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Hke={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},Uke={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},Wke={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},qke={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},Gke=(e,t)=>{let n=Number(e),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},Yke={ordinalNumber:Gke,era:Bs({values:Bke,defaultWidth:"wide"}),quarter:Bs({values:jke,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Bs({values:Hke,defaultWidth:"wide"}),day:Bs({values:Uke,defaultWidth:"wide"}),dayPeriod:Bs({values:Wke,defaultWidth:"wide",formattingValues:qke,defaultFormattingWidth:"wide"})};function js(e){return(t,n={})=>{let a=n.width,i=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],r=t.match(i);if(!r)return null;let s=r[0],l=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(l)?Zke(l,p=>p.test(s)):$ke(l,p=>p.test(s)),d;d=e.valueCallback?e.valueCallback(c):c,d=n.valueCallback?n.valueCallback(d):d;let u=t.slice(s.length);return{value:d,rest:u}}}function $ke(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function Zke(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function Kke(e){return(t,n={})=>{let a=t.match(e.matchPattern);if(!a)return null;let i=a[0],r=t.match(e.parsePattern);if(!r)return null;let s=e.valueCallback?e.valueCallback(r[0]):r[0];s=n.valueCallback?n.valueCallback(s):s;let l=t.slice(i.length);return{value:s,rest:l}}}var Xke=/^(\d+)(th|st|nd|rd)?/i,Qke=/\d+/i,Jke={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},eEe={any:[/^b/i,/^(a|c)/i]},tEe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},aEe={any:[/1/i,/2/i,/3/i,/4/i]},iEe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},nEe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},rEe={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},oEe={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},sEe={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},lEe={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},cEe={ordinalNumber:Kke({matchPattern:Xke,parsePattern:Qke,valueCallback:e=>parseInt(e,10)}),era:js({matchPatterns:Jke,defaultMatchWidth:"wide",parsePatterns:eEe,defaultParseWidth:"any"}),quarter:js({matchPatterns:tEe,defaultMatchWidth:"wide",parsePatterns:aEe,defaultParseWidth:"any",valueCallback:e=>e+1}),month:js({matchPatterns:iEe,defaultMatchWidth:"wide",parsePatterns:nEe,defaultParseWidth:"any"}),day:js({matchPatterns:rEe,defaultMatchWidth:"wide",parsePatterns:oEe,defaultParseWidth:"any"}),dayPeriod:js({matchPatterns:sEe,defaultMatchWidth:"any",parsePatterns:lEe,defaultParseWidth:"any"})},TC={code:"en-US",formatDistance:Mke,formatLong:Fke,formatRelative:zke,localize:Yke,match:cEe,options:{weekStartsOn:0,firstWeekContainsDate:1}};function dEe(e,t){let n=rt(e,t==null?void 0:t.in);return $u(n,Oke(n))+1}function Ku(e,t){let n=rt(e,t==null?void 0:t.in),a=+ro(n)-+xke(n);return Math.round(a/qg)+1}function $g(e,t){var u,p,b,g;let n=rt(e,t==null?void 0:t.in),a=n.getFullYear(),i=bo(),r=(t==null?void 0:t.firstWeekContainsDate)??((p=(u=t==null?void 0:t.locale)==null?void 0:u.options)==null?void 0:p.firstWeekContainsDate)??i.firstWeekContainsDate??((g=(b=i.locale)==null?void 0:b.options)==null?void 0:g.firstWeekContainsDate)??1,s=Mt((t==null?void 0:t.in)||e,0);s.setFullYear(a+1,0,r),s.setHours(0,0,0,0);let l=ei(s,t),c=Mt((t==null?void 0:t.in)||e,0);c.setFullYear(a,0,r),c.setHours(0,0,0,0);let d=ei(c,t);return+n>=+l?a+1:+n>=+d?a:a-1}function uEe(e,t){var s,l,c,d;let n=bo(),a=(t==null?void 0:t.firstWeekContainsDate)??((l=(s=t==null?void 0:t.locale)==null?void 0:s.options)==null?void 0:l.firstWeekContainsDate)??n.firstWeekContainsDate??((d=(c=n.locale)==null?void 0:c.options)==null?void 0:d.firstWeekContainsDate)??1,i=$g(e,t),r=Mt((t==null?void 0:t.in)||e,0);return r.setFullYear(i,0,a),r.setHours(0,0,0,0),ei(r,t)}function AC(e,t){let n=rt(e,t==null?void 0:t.in),a=+ei(n,t)-+uEe(n,t);return Math.round(a/qg)+1}function kt(e,t){let n=e<0?"-":"",a=Math.abs(e).toString().padStart(t,"0");return n+a}var Qn={y(e,t){let n=e.getFullYear(),a=n>0?n:1-n;return kt(t==="yy"?a%100:a,t.length)},M(e,t){let n=e.getMonth();return t==="M"?String(n+1):kt(n+1,2)},d(e,t){return kt(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return kt(e.getHours()%12||12,t.length)},H(e,t){return kt(e.getHours(),t.length)},m(e,t){return kt(e.getMinutes(),t.length)},s(e,t){return kt(e.getSeconds(),t.length)},S(e,t){let n=t.length,a=e.getMilliseconds(),i=Math.trunc(a*Math.pow(10,n-3));return kt(i,t.length)}},So={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},dy={G:function(e,t,n){let a=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(a,{width:"abbreviated"});case"GGGGG":return n.era(a,{width:"narrow"});case"GGGG":default:return n.era(a,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){let a=e.getFullYear(),i=a>0?a:1-a;return n.ordinalNumber(i,{unit:"year"})}return Qn.y(e,t)},Y:function(e,t,n,a){let i=$g(e,a),r=i>0?i:1-i;if(t==="YY"){let s=r%100;return kt(s,2)}return t==="Yo"?n.ordinalNumber(r,{unit:"year"}):kt(r,t.length)},R:function(e,t){let n=SC(e);return kt(n,t.length)},u:function(e,t){let n=e.getFullYear();return kt(n,t.length)},Q:function(e,t,n){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(a);case"QQ":return kt(a,2);case"Qo":return n.ordinalNumber(a,{unit:"quarter"});case"QQQ":return n.quarter(a,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(a,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(a,{width:"wide",context:"formatting"})}},q:function(e,t,n){let a=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(a);case"qq":return kt(a,2);case"qo":return n.ordinalNumber(a,{unit:"quarter"});case"qqq":return n.quarter(a,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(a,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(a,{width:"wide",context:"standalone"})}},M:function(e,t,n){let a=e.getMonth();switch(t){case"M":case"MM":return Qn.M(e,t);case"Mo":return n.ordinalNumber(a+1,{unit:"month"});case"MMM":return n.month(a,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(a,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(a,{width:"wide",context:"formatting"})}},L:function(e,t,n){let a=e.getMonth();switch(t){case"L":return String(a+1);case"LL":return kt(a+1,2);case"Lo":return n.ordinalNumber(a+1,{unit:"month"});case"LLL":return n.month(a,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(a,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(a,{width:"wide",context:"standalone"})}},w:function(e,t,n,a){let i=AC(e,a);return t==="wo"?n.ordinalNumber(i,{unit:"week"}):kt(i,t.length)},I:function(e,t,n){let a=Ku(e);return t==="Io"?n.ordinalNumber(a,{unit:"week"}):kt(a,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):Qn.d(e,t)},D:function(e,t,n){let a=dEe(e);return t==="Do"?n.ordinalNumber(a,{unit:"dayOfYear"}):kt(a,t.length)},E:function(e,t,n){let a=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(a,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(a,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(a,{width:"short",context:"formatting"});case"EEEE":default:return n.day(a,{width:"wide",context:"formatting"})}},e:function(e,t,n,a){let i=e.getDay(),r=(i-a.weekStartsOn+8)%7||7;switch(t){case"e":return String(r);case"ee":return kt(r,2);case"eo":return n.ordinalNumber(r,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(e,t,n,a){let i=e.getDay(),r=(i-a.weekStartsOn+8)%7||7;switch(t){case"c":return String(r);case"cc":return kt(r,t.length);case"co":return n.ordinalNumber(r,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(e,t,n){let a=e.getDay(),i=a===0?7:a;switch(t){case"i":return String(i);case"ii":return kt(i,t.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(a,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(a,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(a,{width:"short",context:"formatting"});case"iiii":default:return n.day(a,{width:"wide",context:"formatting"})}},a:function(e,t,n){let a=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(a,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(a,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(a,{width:"wide",context:"formatting"})}},b:function(e,t,n){let a=e.getHours(),i;switch(a===12?i=So.noon:a===0?i=So.midnight:i=a/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},B:function(e,t,n){let a=e.getHours(),i;switch(a>=17?i=So.evening:a>=12?i=So.afternoon:a>=4?i=So.morning:i=So.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let a=e.getHours()%12;return a===0&&(a=12),n.ordinalNumber(a,{unit:"hour"})}return Qn.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):Qn.H(e,t)},K:function(e,t,n){let a=e.getHours()%12;return t==="Ko"?n.ordinalNumber(a,{unit:"hour"}):kt(a,t.length)},k:function(e,t,n){let a=e.getHours();return a===0&&(a=24),t==="ko"?n.ordinalNumber(a,{unit:"hour"}):kt(a,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):Qn.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):Qn.s(e,t)},S:function(e,t){return Qn.S(e,t)},X:function(e,t,n){let a=e.getTimezoneOffset();if(a===0)return"Z";switch(t){case"X":return hy(a);case"XXXX":case"XX":return Nr(a);case"XXXXX":case"XXX":default:return Nr(a,":")}},x:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"x":return hy(a);case"xxxx":case"xx":return Nr(a);case"xxxxx":case"xxx":default:return Nr(a,":")}},O:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+uy(a,":");case"OOOO":default:return"GMT"+Nr(a,":")}},z:function(e,t,n){let a=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+uy(a,":");case"zzzz":default:return"GMT"+Nr(a,":")}},t:function(e,t,n){let a=Math.trunc(+e/1e3);return kt(a,t.length)},T:function(e,t,n){return kt(+e,t.length)}};function uy(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Math.trunc(a/60),r=a%60;return r===0?n+String(i):n+String(i)+t+kt(r,2)}function hy(e,t){return e%60===0?(e>0?"-":"+")+kt(Math.abs(e)/60,2):Nr(e,t)}function Nr(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=kt(Math.trunc(a/60),2),r=kt(a%60,2);return n+i+t+r}var py=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},OC=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},hEe=(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],a=n[1],i=n[2];if(!i)return py(e,t);let r;switch(a){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;case"PPPP":default:r=t.dateTime({width:"full"});break}return r.replace("{{date}}",py(a,t)).replace("{{time}}",OC(i,t))},Mm={p:OC,P:hEe},pEe=/^D+$/,mEe=/^Y+$/,fEe=["D","DD","YY","YYYY"];function RC(e){return pEe.test(e)}function MC(e){return mEe.test(e)}function Pm(e,t,n){let a=gEe(e,t,n);if(console.warn(a),fEe.includes(e))throw new RangeError(a)}function gEe(e,t,n){let a=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${a} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var bEe=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,vEe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,yEe=/^'([^]*?)'?$/,_Ee=/''/g,xEe=/[a-zA-Z]/;function Po(e,t,n){var u,p,b,g,w,k,S,O;let a=bo(),i=(n==null?void 0:n.locale)??a.locale??TC,r=(n==null?void 0:n.firstWeekContainsDate)??((p=(u=n==null?void 0:n.locale)==null?void 0:u.options)==null?void 0:p.firstWeekContainsDate)??a.firstWeekContainsDate??((g=(b=a.locale)==null?void 0:b.options)==null?void 0:g.firstWeekContainsDate)??1,s=(n==null?void 0:n.weekStartsOn)??((k=(w=n==null?void 0:n.locale)==null?void 0:w.options)==null?void 0:k.weekStartsOn)??a.weekStartsOn??((O=(S=a.locale)==null?void 0:S.options)==null?void 0:O.weekStartsOn)??0,l=rt(e,n==null?void 0:n.in);if(!Dke(l))throw new RangeError("Invalid time value");let c=t.match(vEe).map(B=>{let j=B[0];if(j==="p"||j==="P"){let ge=Mm[j];return ge(B,i.formatLong)}return B}).join("").match(bEe).map(B=>{if(B==="''")return{isToken:!1,value:"'"};let j=B[0];if(j==="'")return{isToken:!1,value:wEe(B)};if(dy[j])return{isToken:!0,value:B};if(j.match(xEe))throw new RangeError("Format string contains an unescaped latin alphabet character `"+j+"`");return{isToken:!1,value:B}});i.localize.preprocessor&&(c=i.localize.preprocessor(l,c));let d={firstWeekContainsDate:r,weekStartsOn:s,locale:i};return c.map(B=>{if(!B.isToken)return B.value;let j=B.value;(!(n!=null&&n.useAdditionalWeekYearTokens)&&MC(j)||!(n!=null&&n.useAdditionalDayOfYearTokens)&&RC(j))&&Pm(j,t,String(e));let ge=dy[j[0]];return ge(l,j,i.localize,d)}).join("")}function wEe(e){let t=e.match(yEe);return t?t[1].replace(_Ee,"'"):e}function Wc(e,t){return rt(e,t==null?void 0:t.in).getDate()}function PC(){return Object.assign({},bo())}function gr(e,t){let n=rt(e,t==null?void 0:t.in).getDay();return n===0?7:n}function my(e,t){return rt(e,t==null?void 0:t.in).getMonth()}function kl(e,t){return+rt(e)>+rt(t)}function oo(e,t){return+rt(e)<+rt(t)}function No(e,t){return+rt(e)==+rt(t)}function kEe(e,t){let n=EEe(t)?new t(0):Mt(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function EEe(e){var t;return typeof e=="function"&&((t=e.prototype)==null?void 0:t.constructor)===e}var CEe=10,NC=class{constructor(){o(this,"subPriority",0)}validate(e,t){return!0}},SEe=class extends NC{constructor(e,t,n,a,i){super(),this.value=e,this.validateValue=t,this.setValue=n,this.priority=a,i&&(this.subPriority=i)}validate(e,t){return this.validateValue(e,this.value,t)}set(e,t,n){return this.setValue(e,t,this.value,n)}},DEe=class extends NC{constructor(t,n){super();o(this,"priority",CEe);o(this,"subPriority",-1);this.context=t||(a=>Mt(n,a))}set(t,n){return n.timestampIsSet?t:Mt(t,kEe(t,this.context))}},bt=class{run(e,t,n,a){let i=this.parse(e,t,n,a);return i?{setter:new SEe(i.value,this.validate,this.set,this.priority,this.subPriority),rest:i.rest}:null}validate(e,t,n){return!0}},IEe=class extends bt{constructor(){super(...arguments);o(this,"priority",140);o(this,"incompatibleTokens",["R","u","t","T"])}parse(t,n,a){switch(n){case"G":case"GG":case"GGG":return a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"});case"GGGGG":return a.era(t,{width:"narrow"});case"GGGG":default:return a.era(t,{width:"wide"})||a.era(t,{width:"abbreviated"})||a.era(t,{width:"narrow"})}}set(t,n,a){return n.era=a,t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}},na={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},an={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function ra(e,t){return e&&{value:t(e.value),rest:e.rest}}function qt(e,t){let n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function nn(e,t){let n=t.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:t.slice(1)};let a=n[1]==="+"?1:-1,i=n[2]?parseInt(n[2],10):0,r=n[3]?parseInt(n[3],10):0,s=n[5]?parseInt(n[5],10):0;return{value:a*(i*bke+r*gke+s*vke),rest:t.slice(n[0].length)}}function LC(e){return qt(na.anyDigitsSigned,e)}function Qt(e,t){switch(e){case 1:return qt(na.singleDigit,t);case 2:return qt(na.twoDigits,t);case 3:return qt(na.threeDigits,t);case 4:return qt(na.fourDigits,t);default:return qt(new RegExp("^\\d{1,"+e+"}"),t)}}function Yd(e,t){switch(e){case 1:return qt(na.singleDigitSigned,t);case 2:return qt(na.twoDigitsSigned,t);case 3:return qt(na.threeDigitsSigned,t);case 4:return qt(na.fourDigitsSigned,t);default:return qt(new RegExp("^-?\\d{1,"+e+"}"),t)}}function Zg(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function FC(e,t){let n=t>0,a=n?t:1-t,i;if(a<=50)i=e||100;else{let r=a+50,s=Math.trunc(r/100)*100,l=e>=r%100;i=e+s-(l?100:0)}return n?i:1-i}function VC(e){return e%400===0||e%4===0&&e%100!==0}var TEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(t,n,a){let i=r=>({year:r,isTwoDigitYear:n==="yy"});switch(n){case"y":return ra(Qt(4,t),i);case"yo":return ra(a.ordinalNumber(t,{unit:"year"}),i);default:return ra(Qt(n.length,t),i)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a){let i=t.getFullYear();if(a.isTwoDigitYear){let s=FC(a.year,i);return t.setFullYear(s,0,1),t.setHours(0,0,0,0),t}let r=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(r,0,1),t.setHours(0,0,0,0),t}},AEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(t,n,a){let i=r=>({year:r,isTwoDigitYear:n==="YY"});switch(n){case"Y":return ra(Qt(4,t),i);case"Yo":return ra(a.ordinalNumber(t,{unit:"year"}),i);default:return ra(Qt(n.length,t),i)}}validate(t,n){return n.isTwoDigitYear||n.year>0}set(t,n,a,i){let r=$g(t,i);if(a.isTwoDigitYear){let l=FC(a.year,r);return t.setFullYear(l,0,i.firstWeekContainsDate),t.setHours(0,0,0,0),ei(t,i)}let s=!("era"in n)||n.era===1?a.year:1-a.year;return t.setFullYear(s,0,i.firstWeekContainsDate),t.setHours(0,0,0,0),ei(t,i)}},OEe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(t,n){return Yd(n==="R"?4:n.length,t)}set(t,n,a){let i=Mt(t,0);return i.setFullYear(a,0,4),i.setHours(0,0,0,0),ro(i)}},REe=class extends bt{constructor(){super(...arguments);o(this,"priority",130);o(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(t,n){return Yd(n==="u"?4:n.length,t)}set(t,n,a){return t.setFullYear(a,0,1),t.setHours(0,0,0,0),t}},MEe=class extends bt{constructor(){super(...arguments);o(this,"priority",120);o(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"Q":case"QQ":return Qt(n.length,t);case"Qo":return a.ordinalNumber(t,{unit:"quarter"});case"QQQ":return a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return a.quarter(t,{width:"narrow",context:"formatting"});case"QQQQ":default:return a.quarter(t,{width:"wide",context:"formatting"})||a.quarter(t,{width:"abbreviated",context:"formatting"})||a.quarter(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}},PEe=class extends bt{constructor(){super(...arguments);o(this,"priority",120);o(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"q":case"qq":return Qt(n.length,t);case"qo":return a.ordinalNumber(t,{unit:"quarter"});case"qqq":return a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return a.quarter(t,{width:"narrow",context:"standalone"});case"qqqq":default:return a.quarter(t,{width:"wide",context:"standalone"})||a.quarter(t,{width:"abbreviated",context:"standalone"})||a.quarter(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=1&&n<=4}set(t,n,a){return t.setMonth((a-1)*3,1),t.setHours(0,0,0,0),t}},NEe=class extends bt{constructor(){super(...arguments);o(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);o(this,"priority",110)}parse(t,n,a){let i=r=>r-1;switch(n){case"M":return ra(qt(na.month,t),i);case"MM":return ra(Qt(2,t),i);case"Mo":return ra(a.ordinalNumber(t,{unit:"month"}),i);case"MMM":return a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return a.month(t,{width:"narrow",context:"formatting"});case"MMMM":default:return a.month(t,{width:"wide",context:"formatting"})||a.month(t,{width:"abbreviated",context:"formatting"})||a.month(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}},LEe=class extends bt{constructor(){super(...arguments);o(this,"priority",110);o(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(t,n,a){let i=r=>r-1;switch(n){case"L":return ra(qt(na.month,t),i);case"LL":return ra(Qt(2,t),i);case"Lo":return ra(a.ordinalNumber(t,{unit:"month"}),i);case"LLL":return a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return a.month(t,{width:"narrow",context:"standalone"});case"LLLL":default:return a.month(t,{width:"wide",context:"standalone"})||a.month(t,{width:"abbreviated",context:"standalone"})||a.month(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.setMonth(a,1),t.setHours(0,0,0,0),t}};function FEe(e,t,n){let a=rt(e,n==null?void 0:n.in),i=AC(a,n)-t;return a.setDate(a.getDate()-i*7),rt(a,n==null?void 0:n.in)}var VEe=class extends bt{constructor(){super(...arguments);o(this,"priority",100);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(t,n,a){switch(n){case"w":return qt(na.week,t);case"wo":return a.ordinalNumber(t,{unit:"week"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a,i){return ei(FEe(t,a,i),i)}};function zEe(e,t,n){let a=rt(e,n==null?void 0:n.in),i=Ku(a,n)-t;return a.setDate(a.getDate()-i*7),a}var BEe=class extends bt{constructor(){super(...arguments);o(this,"priority",100);o(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(t,n,a){switch(n){case"I":return qt(na.week,t);case"Io":return a.ordinalNumber(t,{unit:"week"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=53}set(t,n,a){return ro(zEe(t,a))}},jEe=[31,28,31,30,31,30,31,31,30,31,30,31],HEe=[31,29,31,30,31,30,31,31,30,31,30,31],UEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"subPriority",1);o(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"d":return qt(na.date,t);case"do":return a.ordinalNumber(t,{unit:"date"});default:return Qt(n.length,t)}}validate(t,n){let a=t.getFullYear(),i=VC(a),r=t.getMonth();return i?n>=1&&n<=HEe[r]:n>=1&&n<=jEe[r]}set(t,n,a){return t.setDate(a),t.setHours(0,0,0,0),t}},WEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"subpriority",1);o(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(t,n,a){switch(n){case"D":case"DD":return qt(na.dayOfYear,t);case"Do":return a.ordinalNumber(t,{unit:"date"});default:return Qt(n.length,t)}}validate(t,n){let a=t.getFullYear();return VC(a)?n>=1&&n<=366:n>=1&&n<=365}set(t,n,a){return t.setMonth(0,a),t.setHours(0,0,0,0),t}};function Kg(e,t,n){var u,p,b,g;let a=bo(),i=(n==null?void 0:n.weekStartsOn)??((p=(u=n==null?void 0:n.locale)==null?void 0:u.options)==null?void 0:p.weekStartsOn)??a.weekStartsOn??((g=(b=a.locale)==null?void 0:b.options)==null?void 0:g.weekStartsOn)??0,r=rt(e,n==null?void 0:n.in),s=r.getDay(),l=(t%7+7)%7,c=7-i,d=t<0||t>6?t-(s+c)%7:(l+c)%7-(s+c)%7;return Yi(r,d,n)}var qEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(t,n,a){switch(n){case"E":case"EE":case"EEE":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return a.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"EEEE":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}},GEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(t,n,a,i){let r=s=>{let l=Math.floor((s-1)/7)*7;return(s+i.weekStartsOn+6)%7+l};switch(n){case"e":case"ee":return ra(Qt(n.length,t),r);case"eo":return ra(a.ordinalNumber(t,{unit:"day"}),r);case"eee":return a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeeee":return a.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"});case"eeee":default:return a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}},YEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(t,n,a,i){let r=s=>{let l=Math.floor((s-1)/7)*7;return(s+i.weekStartsOn+6)%7+l};switch(n){case"c":case"cc":return ra(Qt(n.length,t),r);case"co":return ra(a.ordinalNumber(t,{unit:"day"}),r);case"ccc":return a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"ccccc":return a.day(t,{width:"narrow",context:"standalone"});case"cccccc":return a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"});case"cccc":default:return a.day(t,{width:"wide",context:"standalone"})||a.day(t,{width:"abbreviated",context:"standalone"})||a.day(t,{width:"short",context:"standalone"})||a.day(t,{width:"narrow",context:"standalone"})}}validate(t,n){return n>=0&&n<=6}set(t,n,a,i){return t=Kg(t,a,i),t.setHours(0,0,0,0),t}};function $Ee(e,t,n){let a=rt(e,n==null?void 0:n.in),i=gr(a,n),r=t-i;return Yi(a,r,n)}var ZEe=class extends bt{constructor(){super(...arguments);o(this,"priority",90);o(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(t,n,a){let i=r=>r===0?7:r;switch(n){case"i":case"ii":return Qt(n.length,t);case"io":return a.ordinalNumber(t,{unit:"day"});case"iii":return ra(a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i);case"iiiii":return ra(a.day(t,{width:"narrow",context:"formatting"}),i);case"iiiiii":return ra(a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i);case"iiii":default:return ra(a.day(t,{width:"wide",context:"formatting"})||a.day(t,{width:"abbreviated",context:"formatting"})||a.day(t,{width:"short",context:"formatting"})||a.day(t,{width:"narrow",context:"formatting"}),i)}}validate(t,n){return n>=1&&n<=7}set(t,n,a){return t=$Ee(t,a),t.setHours(0,0,0,0),t}},KEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(t,n,a){switch(n){case"a":case"aa":case"aaa":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaa":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},XEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(t,n,a){switch(n){case"b":case"bb":case"bbb":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbb":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},QEe=class extends bt{constructor(){super(...arguments);o(this,"priority",80);o(this,"incompatibleTokens",["a","b","t","T"])}parse(t,n,a){switch(n){case"B":case"BB":case"BBB":return a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return a.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBB":default:return a.dayPeriod(t,{width:"wide",context:"formatting"})||a.dayPeriod(t,{width:"abbreviated",context:"formatting"})||a.dayPeriod(t,{width:"narrow",context:"formatting"})}}set(t,n,a){return t.setHours(Zg(a),0,0,0),t}},JEe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["H","K","k","t","T"])}parse(t,n,a){switch(n){case"h":return qt(na.hour12h,t);case"ho":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=12}set(t,n,a){let i=t.getHours()>=12;return i&&a<12?t.setHours(a+12,0,0,0):!i&&a===12?t.setHours(0,0,0,0):t.setHours(a,0,0,0),t}},eCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(t,n,a){switch(n){case"H":return qt(na.hour23h,t);case"Ho":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=23}set(t,n,a){return t.setHours(a,0,0,0),t}},tCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["h","H","k","t","T"])}parse(t,n,a){switch(n){case"K":return qt(na.hour11h,t);case"Ko":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=11}set(t,n,a){return t.getHours()>=12&&a<12?t.setHours(a+12,0,0,0):t.setHours(a,0,0,0),t}},aCe=class extends bt{constructor(){super(...arguments);o(this,"priority",70);o(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(t,n,a){switch(n){case"k":return qt(na.hour24h,t);case"ko":return a.ordinalNumber(t,{unit:"hour"});default:return Qt(n.length,t)}}validate(t,n){return n>=1&&n<=24}set(t,n,a){let i=a<=24?a%24:a;return t.setHours(i,0,0,0),t}},iCe=class extends bt{constructor(){super(...arguments);o(this,"priority",60);o(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"m":return qt(na.minute,t);case"mo":return a.ordinalNumber(t,{unit:"minute"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setMinutes(a,0,0),t}},nCe=class extends bt{constructor(){super(...arguments);o(this,"priority",50);o(this,"incompatibleTokens",["t","T"])}parse(t,n,a){switch(n){case"s":return qt(na.second,t);case"so":return a.ordinalNumber(t,{unit:"second"});default:return Qt(n.length,t)}}validate(t,n){return n>=0&&n<=59}set(t,n,a){return t.setSeconds(a,0),t}},rCe=class extends bt{constructor(){super(...arguments);o(this,"priority",30);o(this,"incompatibleTokens",["t","T"])}parse(t,n){let a=i=>Math.trunc(i*Math.pow(10,-n.length+3));return ra(Qt(n.length,t),a)}set(t,n,a){return t.setMilliseconds(a),t}},oCe=class extends bt{constructor(){super(...arguments);o(this,"priority",10);o(this,"incompatibleTokens",["t","T","x"])}parse(t,n){switch(n){case"X":return nn(an.basicOptionalMinutes,t);case"XX":return nn(an.basic,t);case"XXXX":return nn(an.basicOptionalSeconds,t);case"XXXXX":return nn(an.extendedOptionalSeconds,t);case"XXX":default:return nn(an.extended,t)}}set(t,n,a){return n.timestampIsSet?t:Mt(t,t.getTime()-ns(t)-a)}},sCe=class extends bt{constructor(){super(...arguments);o(this,"priority",10);o(this,"incompatibleTokens",["t","T","X"])}parse(t,n){switch(n){case"x":return nn(an.basicOptionalMinutes,t);case"xx":return nn(an.basic,t);case"xxxx":return nn(an.basicOptionalSeconds,t);case"xxxxx":return nn(an.extendedOptionalSeconds,t);case"xxx":default:return nn(an.extended,t)}}set(t,n,a){return n.timestampIsSet?t:Mt(t,t.getTime()-ns(t)-a)}},lCe=class extends bt{constructor(){super(...arguments);o(this,"priority",40);o(this,"incompatibleTokens","*")}parse(t){return LC(t)}set(t,n,a){return[Mt(t,a*1e3),{timestampIsSet:!0}]}},cCe=class extends bt{constructor(){super(...arguments);o(this,"priority",20);o(this,"incompatibleTokens","*")}parse(t){return LC(t)}set(t,n,a){return[Mt(t,a),{timestampIsSet:!0}]}},dCe={G:new IEe,y:new TEe,Y:new AEe,R:new OEe,u:new REe,Q:new MEe,q:new PEe,M:new NEe,L:new LEe,w:new VEe,I:new BEe,d:new UEe,D:new WEe,E:new qEe,e:new GEe,c:new YEe,i:new ZEe,a:new KEe,b:new XEe,B:new QEe,h:new JEe,H:new eCe,K:new tCe,k:new aCe,m:new iCe,s:new nCe,S:new rCe,X:new oCe,x:new sCe,t:new lCe,T:new cCe},uCe=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,hCe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,pCe=/^'([^]*?)'?$/,mCe=/''/g,fCe=/\S/,gCe=/[a-zA-Z]/;function bCe(e,t,n,a){var S,O,B,j;let i=()=>Mt(n,NaN),r=PC(),s=r.locale??TC,l=r.firstWeekContainsDate??((O=(S=r.locale)==null?void 0:S.options)==null?void 0:O.firstWeekContainsDate)??1,c=r.weekStartsOn??((j=(B=r.locale)==null?void 0:B.options)==null?void 0:j.weekStartsOn)??0,d={firstWeekContainsDate:l,weekStartsOn:c,locale:s},u=[new DEe(a==null?void 0:a.in,n)],p=t.match(hCe).map(ge=>{let Ne=ge[0];if(Ne in Mm){let Ue=Mm[Ne];return Ue(ge,s.formatLong)}return ge}).join("").match(uCe),b=[];for(let ge of p){MC(ge)&&Pm(ge,t,e),RC(ge)&&Pm(ge,t,e);let Ne=ge[0],Ue=dCe[Ne];if(Ue){let{incompatibleTokens:_a}=Ue;if(Array.isArray(_a)){let Pt=b.find(ca=>_a.includes(ca.token)||ca.token===Ne);if(Pt)throw new RangeError(`The format string mustn't contain \`${Pt.fullToken}\` and \`${ge}\` at the same time`)}else if(Ue.incompatibleTokens==="*"&&b.length>0)throw new RangeError(`The format string mustn't contain \`${ge}\` and any other token at the same time`);b.push({token:Ne,fullToken:ge});let ea=Ue.run(e,ge,s.match,d);if(!ea)return i();u.push(ea.setter),e=ea.rest}else{if(Ne.match(gCe))throw new RangeError("Format string contains an unescaped latin alphabet character `"+Ne+"`");if(ge==="''"?ge="'":Ne==="'"&&(ge=vCe(ge)),e.indexOf(ge)===0)e=e.slice(ge.length);else return i()}}if(e.length>0&&fCe.test(e))return i();let g=u.map(ge=>ge.priority).sort((ge,Ne)=>Ne-ge).filter((ge,Ne,Ue)=>Ue.indexOf(ge)===Ne).map(ge=>u.filter(Ne=>Ne.priority===ge).sort((Ne,Ue)=>Ue.subPriority-Ne.subPriority)).map(ge=>ge[0]),w=rt(n,a==null?void 0:a.in);if(isNaN(+w))return i();let k={};for(let ge of g){if(!ge.validate(w,d))return i();let Ne=ge.set(w,k,d);Array.isArray(Ne)?(w=Ne[0],Object.assign(k,Ne[1])):w=Ne}return w}function vCe(e){return e.match(pCe)[1].replace(mCe,"'")}function yCe(e,t,n){let[a,i]=kr(n==null?void 0:n.in,e,t);return+ei(a,n)==+ei(i,n)}function _Ce(e,t){return yCe(Mt((t==null?void 0:t.in)||e,e),DC((t==null?void 0:t.in)||e),t)}function xCe(e,t){return IC(Mt(e,e),DC(e))}function Xg(e,t,n){let a=+rt(e,n==null?void 0:n.in),[i,r]=[+rt(t.start,n==null?void 0:n.in),+rt(t.end,n==null?void 0:n.in)].sort((s,l)=>s-l);return a>=i&&a<=r}function Qg(e,t,n){return Yi(e,-1,n)}function wCe(e,t,n){return Gg(e,-1,n)}var M=function(e){return e.SEPARATOR="separator",e.PERCENT="percent",e.IP="IP",e.CPF_CNPJ="CPF_CNPJ",e.MONTH="M",e.MONTHS="M0",e.MINUTE="m",e.HOUR="h",e.HOURS="H",e.MINUTES="m0",e.HOURS_HOUR="Hh",e.SECONDS="s0",e.HOURS_MINUTES_SECONDS="Hh:m0:s0",e.EMAIL_MASK="A*@A*.A*",e.HOURS_MINUTES="Hh:m0",e.MINUTES_SECONDS="m0:s0",e.DAYS_MONTHS_YEARS="d0/M0/0000",e.DAYS_MONTHS="d0/M0",e.DAYS="d0",e.DAY="d",e.SECOND="s",e.LETTER_S="S",e.DOT=".",e.COMMA=",",e.CURLY_BRACKETS_LEFT="{",e.CURLY_BRACKETS_RIGHT="}",e.MINUS="-",e.OR="||",e.HASH="#",e.EMPTY_STRING="",e.SYMBOL_STAR="*",e.SYMBOL_QUESTION="?",e.SLASH="/",e.WHITE_SPACE=" ",e.NUMBER_ZERO="0",e.NUMBER_NINE="9",e.BACKSPACE="Backspace",e.DELETE="Delete",e.ARROW_LEFT="ArrowLeft",e.ARROW_UP="ArrowUp",e.DOUBLE_ZERO="00",e}(M||{}),Jg=new Y("ngx-mask config"),zC=new Y("new ngx-mask config"),BC=new Y("initial ngx-mask config"),kCe={suffix:"",prefix:"",thousandSeparator:" ",decimalMarker:[".",","],clearIfNotMatch:!1,showTemplate:!1,showMaskTyped:!1,placeHolderCharacter:"_",dropSpecialCharacters:!0,hiddenInput:null,shownMaskExpression:"",separatorLimit:"",allowNegativeNumbers:!1,validation:!0,specialCharacters:["-","/","(",")",".",":"," ","+",",","@","[","]",'"',"'"],leadZeroDateTime:!1,apm:!1,leadZero:!1,keepCharacterPositions:!1,triggerOnMaskChange:!1,inputTransformFn:e=>e,outputTransformFn:e=>e,maskFilled:new te,patterns:{0:{pattern:new RegExp("\\d")},9:{pattern:new RegExp("\\d"),optional:!0},X:{pattern:new RegExp("\\d"),symbol:"*"},A:{pattern:new RegExp("[a-zA-Z0-9]")},S:{pattern:new RegExp("[a-zA-Z]")},U:{pattern:new RegExp("[A-Z]")},L:{pattern:new RegExp("[a-z]")},d:{pattern:new RegExp("\\d")},m:{pattern:new RegExp("\\d")},M:{pattern:new RegExp("\\d")},H:{pattern:new RegExp("\\d")},h:{pattern:new RegExp("\\d")},s:{pattern:new RegExp("\\d")}}};M.HOURS_MINUTES_SECONDS,M.HOURS_MINUTES,M.MINUTES_SECONDS;M.PERCENT,M.HOURS_HOUR,M.SECONDS,M.MINUTES,M.SEPARATOR,M.DAYS_MONTHS_YEARS,M.DAYS_MONTHS,M.DAYS,M.MONTHS;var ECe=(()=>{const t=class t{constructor(){o(this,"_config",_(Jg));o(this,"dropSpecialCharacters",this._config.dropSpecialCharacters);o(this,"hiddenInput",this._config.hiddenInput);o(this,"showTemplate");o(this,"clearIfNotMatch",this._config.clearIfNotMatch);o(this,"specialCharacters",this._config.specialCharacters);o(this,"patterns",this._config.patterns);o(this,"prefix",this._config.prefix);o(this,"suffix",this._config.suffix);o(this,"thousandSeparator",this._config.thousandSeparator);o(this,"decimalMarker",this._config.decimalMarker);o(this,"customPattern");o(this,"showMaskTyped",this._config.showMaskTyped);o(this,"placeHolderCharacter",this._config.placeHolderCharacter);o(this,"validation",this._config.validation);o(this,"separatorLimit",this._config.separatorLimit);o(this,"allowNegativeNumbers",this._config.allowNegativeNumbers);o(this,"leadZeroDateTime",this._config.leadZeroDateTime);o(this,"leadZero",this._config.leadZero);o(this,"apm",this._config.apm);o(this,"inputTransformFn",this._config.inputTransformFn);o(this,"outputTransformFn",this._config.outputTransformFn);o(this,"keepCharacterPositions",this._config.keepCharacterPositions);o(this,"_shift",new Set);o(this,"plusOnePosition",!1);o(this,"maskExpression","");o(this,"actualValue","");o(this,"showKeepCharacterExp","");o(this,"shownMaskExpression","");o(this,"deletedSpecialCharacter",!1);o(this,"ipError");o(this,"cpfCnpjError");o(this,"_formatWithSeparators",(a,i,r,s)=>{var g;let l=[],c="";if(Array.isArray(r)){let w=new RegExp(r.map(k=>"[\\^$.|?*+()".indexOf(k)>=0?`\\${k}`:k).join("|"));l=a.split(w),c=((g=a.match(w))==null?void 0:g[0])??M.EMPTY_STRING}else l=a.split(r),c=r;let d=l.length>1?`${c}${l[1]}`:M.EMPTY_STRING,u=l[0]??M.EMPTY_STRING,p=this.separatorLimit.replace(/\s/g,M.EMPTY_STRING);p&&+p&&(u[0]===M.MINUS?u=`-${u.slice(1,u.length).slice(0,p.length)}`:u=u.slice(0,p.length));let b=/(\d+)(\d{3})/;for(;i&&b.test(u);)u=u.replace(b,"$1"+i+"$2");return typeof s>"u"?u+d:s===0?u:u+d.substring(0,s+1)});o(this,"percentage",a=>{let i=a.replace(",","."),r=Number(this.allowNegativeNumbers&&a.includes(M.MINUS)?i.slice(1,a.length):i);return!isNaN(r)&&r>=0&&r<=100});o(this,"getPrecision",a=>{let i=a.split(M.DOT);return i.length>1?Number(i[i.length-1]):1/0});o(this,"checkAndRemoveSuffix",a=>{var i,r,s,l;for(let c=((i=this.suffix)==null?void 0:i.length)-1;c>=0;c--){let d=this.suffix.substring(c,(r=this.suffix)==null?void 0:r.length);if(a.includes(d)&&c!==((s=this.suffix)==null?void 0:s.length)-1&&(c-1<0||!a.includes(this.suffix.substring(c-1,(l=this.suffix)==null?void 0:l.length))))return a.replace(d,M.EMPTY_STRING)}return a});o(this,"checkInputPrecision",(a,i,r)=>{var c;let s=a,l=r;if(i<1/0){Array.isArray(l)&&(l=l.find(g=>g!==this.thousandSeparator)||l[0]);let d=new RegExp(this._charToRegExpExpression(l)+`\\d{${i}}.*$`),u=s.match(d),p=(u&&((c=u[0])==null?void 0:c.length))??0;if(p-1>i){let b=p-1-i;s=s.substring(0,s.length-b)}i===0&&this._compareOrIncludes(s[s.length-1],l,this.thousandSeparator)&&(s=s.substring(0,s.length-1))}return s})}applyMaskWithPattern(a,i){let[r,s]=i;return this.customPattern=s,this.applyMask(a,r)}applyMask(a,i,r=0,s=!1,l=!1,c=()=>{}){var ea,Pt,ca;if(!i||typeof a!="string")return M.EMPTY_STRING;let d=0,u="",p=!1,b=!1,g=1,w=!1,k=a,S=r;k.slice(0,this.prefix.length)===this.prefix&&(k=k.slice(this.prefix.length,k.length)),this.suffix&&k.length>0&&(k=this.checkAndRemoveSuffix(k)),k==="("&&this.prefix&&(k="");let O=k.toString().split(M.EMPTY_STRING);if(this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS&&(u+=k.slice(d,d+1)),i===M.IP){let fe=k.split(M.DOT);this.ipError=this._validIP(fe),i="099.099.099.099"}let B=[];for(let fe=0;fe<k.length;fe++)(ea=k[fe])!=null&&ea.match("\\d")&&B.push(k[fe]??M.EMPTY_STRING);if(i===M.CPF_CNPJ&&(this.cpfCnpjError=B.length!==11&&B.length!==14,B.length>11?i="00.000.000/0000-00":i="000.000.000-00"),i.startsWith(M.PERCENT)){if(k.match("[a-z]|[A-Z]")||k.match(/[-!$%^&*()_+|~=`{}\[\]:";'<>?,\/.]/)&&!l){k=this._stripToDecimal(k);let Ge=this.getPrecision(i);k=this.checkInputPrecision(k,Ge,this.decimalMarker)}let fe=typeof this.decimalMarker=="string"?this.decimalMarker:M.DOT;if(k.indexOf(fe)>0&&!this.percentage(k.substring(0,k.indexOf(fe)))){let Ge=k.substring(0,k.indexOf(fe)-1);this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS&&!l&&(Ge=k.substring(0,k.indexOf(fe))),k=`${Ge}${k.substring(k.indexOf(fe),k.length)}`}let re="";this.allowNegativeNumbers&&k.slice(d,d+1)===M.MINUS?re=`${M.MINUS}${k.slice(d+1,d+k.length)}`:re=k,this.percentage(re)?u=this._splitPercentZero(k):u=this._splitPercentZero(k.substring(0,k.length-1))}else if(i.startsWith(M.SEPARATOR)){(k.match("[wа-яА-Я]")||k.match("[ЁёА-я]")||k.match("[a-z]|[A-Z]")||k.match(/[-@#!$%\\^&*()_£¬'+|~=`{}\]:";<>.?/]/)||k.match("[^A-Za-z0-9,]"))&&(k=this._stripToDecimal(k));let fe=this.getPrecision(i),re=Array.isArray(this.decimalMarker)?this.thousandSeparator===M.DOT?M.COMMA:M.DOT:this.decimalMarker;if(fe===0?k=this.allowNegativeNumbers?k.length>2&&k[0]===M.MINUS&&k[1]===M.NUMBER_ZERO&&k[2]!==this.thousandSeparator&&k[2]!==M.COMMA&&k[2]!==M.DOT?"-"+k.slice(2,k.length):k[0]===M.NUMBER_ZERO&&k.length>1&&k[1]!==this.thousandSeparator&&k[1]!==M.COMMA&&k[1]!==M.DOT?k.slice(1,k.length):k:k.length>1&&k[0]===M.NUMBER_ZERO&&k[1]!==this.thousandSeparator&&k[1]!==M.COMMA&&k[1]!==M.DOT?k.slice(1,k.length):k:(k[0]===re&&k.length>1&&(k=M.NUMBER_ZERO+k.slice(0,k.length+1),this.plusOnePosition=!0),k[0]===M.NUMBER_ZERO&&k[1]!==re&&k[1]!==this.thousandSeparator&&(k=k.length>1?k.slice(0,1)+re+k.slice(1,k.length+1):k,this.plusOnePosition=!0),this.allowNegativeNumbers&&k[0]===M.MINUS&&(k[1]===re||k[1]===M.NUMBER_ZERO)&&(k=k[1]===re&&k.length>2?k.slice(0,1)+M.NUMBER_ZERO+k.slice(1,k.length):k[1]===M.NUMBER_ZERO&&k.length>2&&k[2]!==re?k.slice(0,2)+re+k.slice(2,k.length):k,this.plusOnePosition=!0)),l){let st=k.slice(this._findFirstNonZeroDigitIndex(k),k.length),ut=k[S]===M.NUMBER_ZERO||k[S]===re,Wt=k[0]===M.NUMBER_ZERO,Ni=k[0]===M.MINUS,Nt=k[0]===this.thousandSeparator,Va=k[1]===re,xa=k[1]===M.NUMBER_ZERO,Zi=k[2]===re;Wt&&Va&&ut&&S<2&&(k=st),Ni&&xa&&Zi&&ut&&S<3&&(k=M.MINUS+st),st!==M.MINUS&&(S===0&&(Wt||Nt)||this.allowNegativeNumbers&&S===1&&Ni&&!xa)&&(k=Ni?M.MINUS+st:st)}let Ge=this._charToRegExpExpression(this.thousandSeparator),G='@#!$%^&*()_+|~=`{}\\[\\]:\\s,\\.";<>?\\/'.replace(Ge,"");if(Array.isArray(this.decimalMarker))for(let st of this.decimalMarker)G=G.replace(this._charToRegExpExpression(st),M.EMPTY_STRING);else G=G.replace(this._charToRegExpExpression(this.decimalMarker),"");let X=new RegExp("["+G+"]");k.match(X)&&(k=k.substring(0,k.length-1)),k=this.checkInputPrecision(k,fe,this.decimalMarker);let ce=k.replace(new RegExp(Ge,"g"),"");u=this._formatWithSeparators(ce,this.thousandSeparator,this.decimalMarker,fe);let et=u.indexOf(M.COMMA)-k.indexOf(M.COMMA),At=u.length-k.length,Fa=l&&u.length<a.length&&this.separatorLimit;if((u[S-1]===this.thousandSeparator||u[S-this.prefix.length])&&this.prefix&&l)S=S-1;else if(At>0&&u[S]!==this.thousandSeparator||Fa){b=!0;let st=0;do this._shift.add(S+st),st++;while(st<At)}else u[S-1]===this.thousandSeparator||At===-4||At===-3||u[S]===this.thousandSeparator?(this._shift.clear(),this._shift.add(S-1)):et!==0&&S>0&&!(u.indexOf(M.COMMA)>=S&&S>3)||!(u.indexOf(M.DOT)>=S&&S>3)&&At<=0?(this._shift.clear(),b=!0,g=At,S+=At,this._shift.add(S)):this._shift.clear()}else for(let fe=0,re=O[0];fe<O.length&&d!==i.length;fe++,re=O[fe]??M.EMPTY_STRING){let Ge=M.SYMBOL_STAR in this.patterns;if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)&&i[d+1]===M.SYMBOL_QUESTION)u+=re,d+=2;else if(i[d+1]===M.SYMBOL_STAR&&p&&this._checkSymbolMask(re,i[d+2]??M.EMPTY_STRING))u+=re,d+=3,p=!1;else if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)&&i[d+1]===M.SYMBOL_STAR&&!Ge)u+=re,p=!0;else if(i[d+1]===M.SYMBOL_QUESTION&&this._checkSymbolMask(re,i[d+2]??M.EMPTY_STRING))u+=re,d+=3;else if(this._checkSymbolMask(re,i[d]??M.EMPTY_STRING)){if(i[d]===M.HOURS&&(this.apm?Number(re)>9:Number(re)>2)){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}if(i[d]===M.HOUR&&(this.apm?u.length===1&&Number(u)>1||u==="1"&&Number(re)>2||k.slice(d-1,d).length===1&&Number(k.slice(d-1,d))>2||k.slice(d-1,d)==="1"&&Number(re)>2:u==="2"&&Number(re)>3||(u.slice(d-2,d)==="2"||u.slice(d-3,d)==="2"||u.slice(d-4,d)==="2"||u.slice(d-1,d)==="2")&&Number(re)>3&&d>10)){S=S+1,d+=1,fe--;continue}if((i[d]===M.MINUTE||i[d]===M.SECOND)&&Number(re)>5){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}let G=31,X=k[d],ce=k[d+1],et=k[d+2],At=k[d-1],Fa=k[d-2],st=k.slice(d-3,d-1),ut=k.slice(d-1,d+1),Wt=k.slice(d,d+2),Ni=k.slice(d-2,d);if(i[d]===M.DAY){let Nt=i.slice(0,2)===M.MONTHS,Va=i.slice(0,2)===M.MONTHS&&this.specialCharacters.includes(Fa);if(Number(re)>3&&this.leadZeroDateTime||!Nt&&(Number(Wt)>G||Number(ut)>G||this.specialCharacters.includes(ce))||(Va?Number(ut)>G||!this.specialCharacters.includes(X)&&this.specialCharacters.includes(et)||this.specialCharacters.includes(X):Number(Wt)>G||this.specialCharacters.includes(ce)&&!l)){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}}if(i[d]===M.MONTH){let Nt=d===0&&(Number(re)>2||Number(Wt)>12||this.specialCharacters.includes(ce)&&!l),Va=i.slice(d+2,d+3),xa=st.includes(Va)&&i.includes("d0")&&(this.specialCharacters.includes(Fa)&&Number(ut)>12&&!this.specialCharacters.includes(X)||this.specialCharacters.includes(X)),Zi=Number(st)<=G&&!this.specialCharacters.includes(st)&&this.specialCharacters.includes(At)&&(Number(Wt)>12||this.specialCharacters.includes(ce)),Zn=Number(Wt)>12&&d===5||this.specialCharacters.includes(ce)&&d===5,lc=Number(st)>G&&!this.specialCharacters.includes(st)&&!this.specialCharacters.includes(Ni)&&Number(Ni)>12&&i.includes("d0"),cc=Number(st)<=G&&!this.specialCharacters.includes(st)&&!this.specialCharacters.includes(At)&&Number(ut)>12;if(Number(re)>1&&this.leadZeroDateTime||Nt||xa||cc||lc||Zi||Zn&&!this.leadZeroDateTime){S=this.leadZeroDateTime?S:S+1,d+=1,this._shiftStep(i,d,O.length),fe--,this.leadZeroDateTime&&(u+="0");continue}}u+=re,d++}else this.specialCharacters.includes(re)&&i[d]===re?(u+=re,d++):this.specialCharacters.indexOf(i[d]??M.EMPTY_STRING)!==-1?(u+=i[d],d++,this._shiftStep(i,d,O.length),fe--):i[d]===M.NUMBER_NINE&&this.showMaskTyped?this._shiftStep(i,d,O.length):this.patterns[i[d]??M.EMPTY_STRING]&&((Pt=this.patterns[i[d]??M.EMPTY_STRING])!=null&&Pt.optional)?(O[d]&&i!=="099.099.099.099"&&i!=="000.000.000-00"&&i!=="00.000.000/0000-00"&&!i.match(/^9+\.0+$/)&&!((ca=this.patterns[i[d]??M.EMPTY_STRING])!=null&&ca.optional)&&(u+=O[d]),i.includes(M.NUMBER_NINE+M.SYMBOL_STAR)&&i.includes(M.NUMBER_ZERO+M.SYMBOL_STAR)&&d++,d++,fe--):this.maskExpression[d+1]===M.SYMBOL_STAR&&this._findSpecialChar(this.maskExpression[d+2]??M.EMPTY_STRING)&&this._findSpecialChar(re)===this.maskExpression[d+2]&&p||this.maskExpression[d+1]===M.SYMBOL_QUESTION&&this._findSpecialChar(this.maskExpression[d+2]??M.EMPTY_STRING)&&this._findSpecialChar(re)===this.maskExpression[d+2]&&p?(d+=3,u+=re):this.showMaskTyped&&this.specialCharacters.indexOf(re)<0&&re!==this.placeHolderCharacter&&this.placeHolderCharacter.length===1&&(w=!0)}u.length+1===i.length&&this.specialCharacters.indexOf(i[i.length-1]??M.EMPTY_STRING)!==-1&&(u+=i[i.length-1]);let j=S+1;for(;this._shift.has(j);)g++,j++;let ge=s&&!i.startsWith(M.SEPARATOR)?d:this._shift.has(S)?g:0;w&&ge--,c(ge,b),g<0&&this._shift.clear();let Ne=!1;l&&(Ne=O.every(fe=>this.specialCharacters.includes(fe)));let Ue=`${this.prefix}${Ne?M.EMPTY_STRING:u}${this.showMaskTyped?"":this.suffix}`;u.length===0&&(Ue=this.dropSpecialCharacters?`${u}`:`${this.prefix}${u}`);let _a=k.length===1&&this.specialCharacters.includes(i[0])&&k!==i[0];if(!this._checkSymbolMask(k,i[1])&&_a)return"";if(u.includes(M.MINUS)&&this.prefix&&this.allowNegativeNumbers){if(l&&u===M.MINUS)return"";Ue=`${M.MINUS}${this.prefix}${u.split(M.MINUS).join(M.EMPTY_STRING)}${this.suffix}`}return Ue}_findDropSpecialChar(a){return Array.isArray(this.dropSpecialCharacters)?this.dropSpecialCharacters.find(i=>i===a):this._findSpecialChar(a)}_findSpecialChar(a){return this.specialCharacters.find(i=>i===a)}_checkSymbolMask(a,i){var r,s;return this.patterns=this.customPattern?this.customPattern:this.patterns,(((r=this.patterns[i])==null?void 0:r.pattern)&&((s=this.patterns[i])==null?void 0:s.pattern.test(a)))??!1}_stripToDecimal(a){return a.split(M.EMPTY_STRING).filter((i,r)=>{let s=typeof this.decimalMarker=="string"?i===this.decimalMarker:this.decimalMarker.includes(i);return i.match("^-?\\d")||i===this.thousandSeparator||s||i===M.MINUS&&r===0&&this.allowNegativeNumbers}).join(M.EMPTY_STRING)}_charToRegExpExpression(a){return a&&(a===" "?"\\s":"[\\^$.|?*+()".indexOf(a)>=0?`\\${a}`:a)}_shiftStep(a,i,r){let s=/[*?]/g.test(a.slice(0,i))?r:i;this._shift.add(s+this.prefix.length||0)}_compareOrIncludes(a,i,r){return Array.isArray(i)?i.filter(s=>s!==r).includes(a):a===i}_validIP(a){return!(a.length===4&&!a.some((i,r)=>a.length!==r+1?i===M.EMPTY_STRING||Number(i)>255:i===M.EMPTY_STRING||Number(i.substring(0,3))>255))}_splitPercentZero(a){if(a===M.MINUS&&this.allowNegativeNumbers)return a;let i=typeof this.decimalMarker=="string"?a.indexOf(this.decimalMarker):a.indexOf(M.DOT),r=this.allowNegativeNumbers&&a.includes(M.MINUS)?"-":"";if(i===-1){let s=parseInt(r?a.slice(1,a.length):a,10);return isNaN(s)?M.EMPTY_STRING:`${r}${s}`}else{let s=parseInt(a.replace("-","").substring(0,i),10),l=a.substring(i+1),c=isNaN(s)?"":s.toString(),d=typeof this.decimalMarker=="string"?this.decimalMarker:M.DOT;return c===M.EMPTY_STRING?M.EMPTY_STRING:`${r}${c}${d}${l}`}}_findFirstNonZeroDigitIndex(a){for(let i=0;i<a.length;i++){let r=a[i];if(r&&r>="1"&&r<="9")return i}return-1}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),CCe=(()=>{const t=class t extends ECe{constructor(){super(...arguments);o(this,"isNumberValue",!1);o(this,"maskIsShown","");o(this,"selStart",null);o(this,"selEnd",null);o(this,"writingValue",!1);o(this,"maskChanged",!1);o(this,"_maskExpressionArray",[]);o(this,"triggerOnMaskChange",!1);o(this,"_previousValue","");o(this,"_currentValue","");o(this,"_emitValue",!1);o(this,"_start");o(this,"_end");o(this,"onChange",i=>{});o(this,"_elementRef",_(Ae,{optional:!0}));o(this,"document",_(ot));o(this,"_config",_(Jg));o(this,"_renderer",_(di,{optional:!0}))}applyMask(i,r,s=0,l=!1,c=!1,d=()=>{}){if(!r)return i!==this.actualValue?this.actualValue:i;if(this.maskIsShown=this.showMaskTyped?this.showMaskInInput():M.EMPTY_STRING,this.maskExpression===M.IP&&this.showMaskTyped&&(this.maskIsShown=this.showMaskInInput(i||M.HASH)),this.maskExpression===M.CPF_CNPJ&&this.showMaskTyped&&(this.maskIsShown=this.showMaskInInput(i||M.HASH)),!i&&this.showMaskTyped)return this.formControlResult(this.prefix),`${this.prefix}${this.maskIsShown}${this.suffix}`;let u=i&&typeof this.selStart=="number"?i[this.selStart]??M.EMPTY_STRING:M.EMPTY_STRING,p="",b=s;if(this.hiddenInput!==null&&!this.writingValue){let S=i&&i.length===1?i.split(M.EMPTY_STRING):this.actualValue.split(M.EMPTY_STRING);typeof this.selStart=="object"&&typeof this.selEnd=="object"?(this.selStart=Number(this.selStart),this.selEnd=Number(this.selEnd)):i!==M.EMPTY_STRING&&S.length?typeof this.selStart=="number"&&typeof this.selEnd=="number"&&(i.length>S.length?S.splice(this.selStart,0,u):i.length<S.length&&(S.length-i.length===1?c?S.splice(this.selStart-1,1):S.splice(i.length-1,1):S.splice(this.selStart,this.selEnd-this.selStart))):S=[],this.showMaskTyped&&!this.hiddenInput&&(p=this.removeMask(i)),p=this.actualValue.length&&S.length<=i.length?this.shiftTypedSymbols(S.join(M.EMPTY_STRING)):i}if(l&&(this.hiddenInput||!this.hiddenInput)&&(p=i),c&&this.specialCharacters.indexOf(this.maskExpression[b]??M.EMPTY_STRING)!==-1&&this.showMaskTyped&&!this.prefix&&(p=this._currentValue),this.deletedSpecialCharacter&&b&&(this.specialCharacters.includes(this.actualValue.slice(b,b+1))?b=b+1:r.slice(b-1,b+1)!==M.MONTHS&&(b=b-2),this.deletedSpecialCharacter=!1),this.showMaskTyped&&this.placeHolderCharacter.length===1&&!this.leadZeroDateTime&&(p=this.removeMask(i)),this.maskChanged?p=i:p=p&&p.length?p:i,this.showMaskTyped&&this.keepCharacterPositions&&this.actualValue&&!l&&!this.writingValue){let S=this.dropSpecialCharacters?this.removeMask(this.actualValue):this.actualValue;return this.formControlResult(S),this.actualValue?this.actualValue:`${this.prefix}${this.maskIsShown}${this.suffix}`}let g=super.applyMask(p,r,b,l,c,d);if(this.actualValue=this.getActualValue(g),this.thousandSeparator===M.DOT&&this.decimalMarker===M.DOT&&(this.decimalMarker=M.COMMA),this.maskExpression.startsWith(M.SEPARATOR)&&this.dropSpecialCharacters===!0&&(this.specialCharacters=this.specialCharacters.filter(S=>!this._compareOrIncludes(S,this.decimalMarker,this.thousandSeparator))),(g||g==="")&&(this._previousValue=this._currentValue,this._currentValue=g,this._emitValue=this._previousValue!==this._currentValue||this.maskChanged||this.writingValue||this._previousValue===this._currentValue&&l),this._emitValue&&(this.writingValue&&this.triggerOnMaskChange?requestAnimationFrame(()=>this.formControlResult(g)):this.formControlResult(g)),!this.showMaskTyped||this.showMaskTyped&&this.hiddenInput)return this.hiddenInput?c?this.hideInput(g,this.maskExpression):`${this.hideInput(g,this.maskExpression)}${this.maskIsShown.slice(g.length)}`:g;let w=g.length,k=`${this.prefix}${this.maskIsShown}${this.suffix}`;if(this.maskExpression.includes(M.HOURS)){let S=this._numberSkipedSymbols(g);return`${g}${k.slice(w+S)}`}else if(this.maskExpression===M.IP||this.maskExpression===M.CPF_CNPJ)return`${g}${k}`;return`${g}${k.slice(w)}`}_numberSkipedSymbols(i){let r=/(^|\D)(\d\D)/g,s=r.exec(i),l=0;for(;s!=null;)l+=1,s=r.exec(i);return l}applyValueChanges(i,r,s,l=()=>{}){var d;let c=(d=this._elementRef)==null?void 0:d.nativeElement;c&&(c.value=this.applyMask(c.value,this.maskExpression,i,r,s,l),c!==this._getActiveElement()&&this.clearIfNotMatchFn())}hideInput(i,r){return i.split(M.EMPTY_STRING).map((s,l)=>{var c,d;return this.patterns&&this.patterns[r[l]??M.EMPTY_STRING]&&((c=this.patterns[r[l]??M.EMPTY_STRING])!=null&&c.symbol)?(d=this.patterns[r[l]??M.EMPTY_STRING])==null?void 0:d.symbol:s}).join(M.EMPTY_STRING)}getActualValue(i){let r=i.split(M.EMPTY_STRING).filter((s,l)=>{let c=this.maskExpression[l]??M.EMPTY_STRING;return this._checkSymbolMask(s,c)||this.specialCharacters.includes(c)&&s===c});return r.join(M.EMPTY_STRING)===i?r.join(M.EMPTY_STRING):i}shiftTypedSymbols(i){let r="";return(i&&i.split(M.EMPTY_STRING).map((s,l)=>{if(this.specialCharacters.includes(i[l+1]??M.EMPTY_STRING)&&i[l+1]!==this.maskExpression[l+1])return r=s,i[l+1];if(r.length){let c=r;return r=M.EMPTY_STRING,c}return s})||[]).join(M.EMPTY_STRING)}numberToString(i){return!i&&i!==0||this.maskExpression.startsWith(M.SEPARATOR)&&(this.leadZero||!this.dropSpecialCharacters)||this.maskExpression.startsWith(M.SEPARATOR)&&this.separatorLimit.length>14&&String(i).length>14?String(i):Number(i).toLocaleString("fullwide",{useGrouping:!1,maximumFractionDigits:20}).replace(`/${M.MINUS}/`,M.MINUS)}showMaskInInput(i){if(this.showMaskTyped&&this.shownMaskExpression){if(this.maskExpression.length!==this.shownMaskExpression.length)throw new Error("Mask expression must match mask placeholder length");return this.shownMaskExpression}else if(this.showMaskTyped){if(i){if(this.maskExpression===M.IP)return this._checkForIp(i);if(this.maskExpression===M.CPF_CNPJ)return this._checkForCpfCnpj(i)}return this.placeHolderCharacter.length===this.maskExpression.length?this.placeHolderCharacter:this.maskExpression.replace(/\w/g,this.placeHolderCharacter)}return""}clearIfNotMatchFn(){var r;let i=(r=this._elementRef)==null?void 0:r.nativeElement;i&&this.clearIfNotMatch&&this.prefix.length+this.maskExpression.length+this.suffix.length!==i.value.replace(this.placeHolderCharacter,M.EMPTY_STRING).length&&(this.formElementProperty=["value",M.EMPTY_STRING],this.applyMask("",this.maskExpression))}set formElementProperty([i,r]){!this._renderer||!this._elementRef||Promise.resolve().then(()=>{var s,l;return(l=this._renderer)==null?void 0:l.setProperty((s=this._elementRef)==null?void 0:s.nativeElement,i,r)})}checkDropSpecialCharAmount(i){return i.split(M.EMPTY_STRING).filter(r=>this._findDropSpecialChar(r)).length}removeMask(i){return this._removeMask(this._removeSuffix(this._removePrefix(i)),this.specialCharacters.concat("_").concat(this.placeHolderCharacter))}_checkForIp(i){if(i===M.HASH)return`${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}`;let r=[];for(let s=0;s<i.length;s++){let l=i[s]??M.EMPTY_STRING;l&&l.match("\\d")&&r.push(l)}return r.length<=3?`${this.placeHolderCharacter}.${this.placeHolderCharacter}.${this.placeHolderCharacter}`:r.length>3&&r.length<=6?`${this.placeHolderCharacter}.${this.placeHolderCharacter}`:r.length>6&&r.length<=9?this.placeHolderCharacter:""}_checkForCpfCnpj(i){let r=`${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}-${this.placeHolderCharacter}${this.placeHolderCharacter}`,s=`${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}.${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}/${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}${this.placeHolderCharacter}-${this.placeHolderCharacter}${this.placeHolderCharacter}`;if(i===M.HASH)return r;let l=[];for(let c=0;c<i.length;c++){let d=i[c]??M.EMPTY_STRING;d&&d.match("\\d")&&l.push(d)}return l.length<=3?r.slice(l.length,r.length):l.length>3&&l.length<=6?r.slice(l.length+1,r.length):l.length>6&&l.length<=9?r.slice(l.length+2,r.length):l.length>9&&l.length<11?r.slice(l.length+3,r.length):l.length===11?"":l.length===12?i.length===17?s.slice(16,s.length):s.slice(15,s.length):l.length>12&&l.length<=14?s.slice(l.length+4,s.length):""}_getActiveElement(i=this.document){var s;let r=(s=i==null?void 0:i.activeElement)==null?void 0:s.shadowRoot;return r!=null&&r.activeElement?this._getActiveElement(r):i.activeElement}formControlResult(i){if(this.writingValue&&!i){this.onChange("");return}if(this.writingValue||!this.triggerOnMaskChange&&this.maskChanged){this.triggerOnMaskChange&&this.maskChanged&&this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeSuffix(this._removePrefix(i)))))),this.maskChanged=!1;return}Array.isArray(this.dropSpecialCharacters)?this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeMask(this._removeSuffix(this._removePrefix(i)),this.dropSpecialCharacters))))):this.dropSpecialCharacters||!this.dropSpecialCharacters&&this.prefix===i?this.onChange(this.outputTransformFn(this._toNumber(this._checkSymbols(this._removeSuffix(this._removePrefix(i)))))):this.onChange(this.outputTransformFn(this._toNumber(i)))}_toNumber(i){if(!this.isNumberValue||i===M.EMPTY_STRING||this.maskExpression.startsWith(M.SEPARATOR)&&(this.leadZero||!this.dropSpecialCharacters))return i;if(String(i).length>14&&this.maskExpression.startsWith(M.SEPARATOR))return String(i);let r=Number(i);if(this.maskExpression.startsWith(M.SEPARATOR)&&Number.isNaN(r)){let s=String(i).replace(",",".");return Number(s)}return Number.isNaN(r)?i:r}_removeMask(i,r){return this.maskExpression.startsWith(M.PERCENT)&&i.includes(M.DOT)?i:i&&i.replace(this._regExpForRemove(r),M.EMPTY_STRING)}_removePrefix(i){return this.prefix?i&&i.replace(this.prefix,M.EMPTY_STRING):i}_removeSuffix(i){return this.suffix?i&&i.replace(this.suffix,M.EMPTY_STRING):i}_retrieveSeparatorValue(i){let r=Array.isArray(this.dropSpecialCharacters)?this.specialCharacters.filter(s=>this.dropSpecialCharacters.includes(s)):this.specialCharacters;return!this.deletedSpecialCharacter&&this._checkPatternForSpace()&&i.includes(M.WHITE_SPACE)&&this.maskExpression.includes(M.SYMBOL_STAR)&&(r=r.filter(s=>s!==M.WHITE_SPACE)),this._removeMask(i,r)}_regExpForRemove(i){return new RegExp(i.map(r=>`\\${r}`).join("|"),"gi")}_replaceDecimalMarkerToDot(i){let r=Array.isArray(this.decimalMarker)?this.decimalMarker:[this.decimalMarker];return i.replace(this._regExpForRemove(r),M.DOT)}_checkSymbols(i){let r=i;if(r===M.EMPTY_STRING)return r;this.maskExpression.startsWith(M.PERCENT)&&this.decimalMarker===M.COMMA&&(r=r.replace(M.COMMA,M.DOT));let s=this._retrieveSeparatorPrecision(this.maskExpression),l=this._replaceDecimalMarkerToDot(this._retrieveSeparatorValue(r));return this.isNumberValue&&s?r===this.decimalMarker?null:l.length>14?String(l):this._checkPrecision(this.maskExpression,l):l}_checkPatternForSpace(){var i,r,s;for(let l in this.patterns)if(this.patterns[l]&&((i=this.patterns[l])!=null&&i.hasOwnProperty("pattern"))){let c=(r=this.patterns[l])==null?void 0:r.pattern.toString(),d=(s=this.patterns[l])==null?void 0:s.pattern;if(c!=null&&c.includes(M.WHITE_SPACE)&&(d!=null&&d.test(this.maskExpression)))return!0}return!1}_retrieveSeparatorPrecision(i){let r=i.match(new RegExp("^separator\\.([^d]*)"));return r?Number(r[1]):null}_checkPrecision(i,r){let s=this.getPrecision(i),l=r;return i.indexOf("2")>0||this.leadZero&&Number(s)>0?(this.decimalMarker===M.COMMA&&this.leadZero&&(l=l.replace(",",".")),this.leadZero?Number(l).toFixed(Number(s)):Number(l).toFixed(2)):this.numberToString(l)}_repeatPatternSymbols(i){return i.match(/{[0-9]+}/)&&i.split(M.EMPTY_STRING).reduce((r,s,l)=>{if(this._start=s===M.CURLY_BRACKETS_LEFT?l:this._start,s!==M.CURLY_BRACKETS_RIGHT)return this._findSpecialChar(s)?r+s:r;this._end=l;let c=Number(i.slice(this._start+1,this._end)),d=new Array(c+1).join(i[this._start-1]);if(i.slice(0,this._start).length>1&&i.includes(M.LETTER_S)){let u=i.slice(0,this._start-1);return u.includes(M.CURLY_BRACKETS_LEFT)?r+d:u+r+d}else return r+d},"")||i}currentLocaleDecimalMarker(){return 1.1.toLocaleString().substring(1,2)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})();function SCe(){let e=_(BC),t=_(zC);return t instanceof Function?ue(ue({},e),t()):ue(ue({},e),t)}function DCe(e){return[{provide:zC,useValue:e},{provide:BC,useValue:kCe},{provide:Jg,useFactory:SCe},CCe]}function ICe(e){return df(DCe(e))}var Xu=(()=>{const t=class t{setServices(a){this.services=a}getServices(){if(!this.services)throw new Error("ComponentServices has not been set yet.");return this.services}hasServices(){return!!this.services}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),TCe="4.0",Nm=TCe,tr=(e=>(e.DEV="dev",e.DEMO="demo",e.INT="int",e.ACC="acc",e.PROD="prod",e))(tr||{}),ACe=(()=>{const t=class t{constructor(){o(this,"version");o(this,"language");o(this,"configName");o(this,"services");o(this,"onPrint",new te);o(this,"_ngInitDone",!1);o(this,"correctlySetup",!1);o(this,"extraRequiredFields",[])}validateVersion(){let a=Nm.split(".").map(r=>parseInt(r)),i=(this.version||"").split(".").map(r=>parseInt(r));return i.length!==2?(console.error(`[BaseWebComponent] The given version (${this.version}) has the wrong format <major>.<minor>!`),!1):i[0]!==a[0]?(console.error(`[BaseWebComponent] The given version (${this.version})'s major is not compatible with this component's major version (${Nm})!`),!1):!0}validateInputs(){let a=this,i=["language","configName","services","version",...this.extraRequiredFields],{missingFields:r,presentFields:s}=i.reduce((l,c)=>(a[c]===void 0?l.missingFields.push(c):l.presentFields.push(c),l),{missingFields:[],presentFields:[]});return r.length?(console.log(`[BaseWebComponent] Waiting for missing inputs: ${r.join(", ")}; Present inputs: ${s.join(", ")}`),!1):(console.log("[BaseWebComponent] All required inputs are present"),this.validateVersion()?this.services.cacheDataStorage==null?(console.error("[BaseWebComponent] The given services input does not contain a cache service!"),!1):this.services.getAccessToken==null?(console.error("[BaseWebComponent] The given services input does not contain a getAccessToken() function!"),!1):this.services.registerRefreshCallback==null?(console.error("[BaseWebComponent] The given services input does not contain a registerRefreshCallback() function!"),!1):!0:!1)}ngOnChanges(a){this.correctlySetup=this.validateInputs(),this.correctlySetup&&(this._ngInitDone?this.onPropsChanged(a):(this.onInitialized(),this._ngInitDone=!0))}isCorrectlySetup(){return this.correctlySetup}onInitialized(){}onPropsChanged(a){}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["ng-component"]],inputs:{version:"version",language:"language",configName:"configName",services:"services"},outputs:{onPrint:"onPrint"},features:[Jt],decls:0,vars:0,template:function(a,i){},encapsulation:2}));let e=t;return e})(),jC=class{constructor(e,t,n,a,i){o(this,"logId");o(this,"services");o(this,"key");o(this,"cacheFetchingKey");o(this,"offlineDataStorageEnabled");o(this,"isOfflineAuthenticated");this.logId=i,this.services=e,this.key=t,this.cacheFetchingKey=`fetching-${this.key}`,this.offlineDataStorageEnabled=a,this.isOfflineAuthenticated=n}fetchBackendData(){return ka(this,null,function*(){let e=yield this.getDataFromBackend();return e&&(yield this.updateStoredData(e)),e})}fetchOfflineData(){return ka(this,null,function*(){if(this.services.offlineDataStorage==null)return null;let e=yield this.services.offlineDataStorage.get(this.key);return e==null&&this.logId&&console.log("[%s] Offline data not found for key [%s]",this.logId,this.key),this.logId&&console.log("[%s] Found valid data in offline store for key [%s]: [%s]",this.logId,this.key,e),this.storeDataInCache(e),e})}storeDataOffline(e){return ka(this,null,function*(){this.offlineDataStorageEnabled&&this.services.offlineDataStorage&&e&&(yield this.services.offlineDataStorage.set(this.key,e),this.logId&&console.log("[%s] Updated data in the offline store",this.logId))})}storeDataInCache(e){e&&(this.logId&&console.log("[%s] updating data in cache at [%s]",this.logId,this.key),this.services.cacheDataStorage.set(this.key,e))}getDataFromCache(){return ka(this,null,function*(){let e=t=>{this.services.cacheDataStorage.get(this.cacheFetchingKey)?(this.logId&&console.log("[%s] Another WC is fetching data... Waiting a bit.",this.logId),setTimeout(()=>{e(t)},500)):t(this.services.cacheDataStorage.get(this.key))};return this.logId&&console.log("[%s] Trying to get data from cache...",this.logId),new Promise(t=>{e(t)})})}getData(e=!1){return ka(this,null,function*(){let t=null;if(this.isOfflineAuthenticated){if(this.offlineDataStorageEnabled&&this.services.offlineDataStorage)return yield this.fetchOfflineData();throw new Error(`[${this.logId}] Trying to access offline store while it is not present or not enabled`)}if(!e){if(t=yield this.getDataFromCache(),t)return this.logId&&console.log("[%s] Data pulled from cache: ",this.logId,t),t;this.logId&&console.log("[%s] No data in cache",this.logId)}try{return this.services.cacheDataStorage.set(this.cacheFetchingKey,!0),yield this.fetchBackendData()}finally{this.services.cacheDataStorage.remove(this.cacheFetchingKey)}})}updateStoredData(e){return ka(this,null,function*(){this.storeDataInCache(e),yield this.storeDataOffline(e)})}},HC=()=>{let e=["WebView","(iPhone|iPod|iPad)(?!.*Safari)","Android.*(;\\s+wv|Version/\\d.\\d\\s+Chrome/\\d+(\\.0){3})","Linux; U; Android"],t=new RegExp("("+e.join("|")+")","ig");return!!navigator.userAgent.match(t)},UC=function(e){return e._00001="00001",e._00002="00002",e._00003="00003",e._00004="00004",e._00005="00005",e._00006="00006",e._00007="00007",e._00008="00008",e._00009="00009",e._00010="00010",e._00011="00011",e._00012="00012",e._00013="00013",e._00014="00014",e._00015="00015",e._00016="00016",e._00017="00017",e._00018="00018",e._00019="00019",e._00020="00020",e._00021="00021",e._00022="00022",e._00023="00023",e._00024="00024",e._00026="00026",e._00027="00027",e._00028="00028",e._00029="00029",e._00030="00030",e._00031="00031",e._00032="00032",e._00033="00033",e._00034="00034",e._00035="00035",e._00036="00036",e._00037="00037",e._00038="00038",e._00039="00039",e._00040="00040",e._00041="00041",e._00042="00042",e._00043="00043",e._00044="00044",e._00045="00045",e._00046="00046",e._00047="00047",e._00048="00048",e._00049="00049",e._00050="00050",e._00051="00051",e._00052="00052",e._00053="00053",e._00054="00054",e._00055="00055",e._00056="00056",e._00057="00057",e._00058="00058",e._00059="00059",e._00060="00060",e._00061="00061",e._00062="00062",e._00063="00063",e._00064="00064",e._00065="00065",e._00066="00066",e._00067="00067",e._00068="00068",e._00069="00069",e._00070="00070",e._00071="00071",e._00072="00072",e._00073="00073",e.BOTH_EARS="both_ears",e.BOTH_EYES="both_eyes",e.BOTH_NOSTRILS="both_nostrils",e.CUTANEOUS_INJECTION="cutaneous_injection",e.DERM="derm",e.DERMAL_INJECTION="dermal_injection",e.EAR_LEFT="ear_left",e.EAR_RIGHT="ear_right",e.EYE_LEFT="eye_left",e.EYE_RIGHT="eye_right",e.HYPERDERMOCLYSE="hyperdermoclyse",e.ICUT="icut",e.IDER="ider",e.LARTER="larter",e.NOSE_LEFT="nose_left",e.NOSE_RIGHT="nose_right",e.OFT="oft",e.TRANSDERMAL="transdermal",e.VITREAL_INJECTION="vitreal_injection",e}(UC||{}),Qe=function(e){return e._00001="00001",e._00002="00002",e._00003="00003",e._00004="00004",e._00005="00005",e._00006="00006",e._00007="00007",e._00008="00008",e._00009="00009",e._00010="00010",e._00011="00011",e._00012="00012",e._00013="00013",e._00014="00014",e._00015="00015",e._00016="00016",e._00017="00017",e._00018="00018",e._00019="00019",e._00020="00020",e._00021="00021",e._00022="00022",e._00023="00023",e._00024="00024",e._00026="00026",e._00027="00027",e._00028="00028",e._00029="00029",e._00030="00030",e.AMPLOULE="ampoule",e.BONDAGE="bandage",e.BOTTLE="bottle",e.BOX="box",e.CM="cm",e.EFFERVESCENT_TABLET="effervescent_tablet",e.GM="gm",e.INTERNATIONALUNITS="internationalunits",e.IU="iu",e.LITER="liter",e.MEQ="meq",e.MG="mg",e.MICROGRAMS="micrograms",e.MIU="miu",e.MMOL="mmol",e.PIECE="piece",e.SYRINGE="syringe",e.SYRINGE_AMPOULE="syringe_ampoule",e.TBL="tbl",e.TSP="tsp",e.MS="ms",e.MIN="min",e.MO="mo",e}(Qe||{}),Hr=function(e){return e.DIARY_NOTES="diarynotes",e.PRESCRIPTIONS="prescriptions",e.MEDICATION_SCHEME="medicationScheme",e.MEDICATION_SCHEME_PAGE_STATE="medicationSchemePageState",e.DELIVERED_MEDICATIONS="deliveredMedications",e.USER_INFOS="userInfos",e.MANDATE_TYPE="mandateType",e}(Hr||{}),Rt=function(e){return e.MONDAY="monday",e.TUESDAY="tuesday",e.WEDNESDAY="wednesday",e.THURSDAY="thursday",e.FRIDAY="friday",e.SATURDAY="saturday",e.SUNDAY="sunday",e}(Rt||{}),$e=function(e){return e.BEFOREBREAKFAST="beforebreakfast",e.DURINGBREAKFAST="duringbreakfast",e.AFTERBREAKFAST="afterbreakfast",e.MORNING="morning",e.BETWEENBREAKFASTANDLUNCH="betweenbreakfastandlunch",e.BEFORELUNCH="beforelunch",e.DURINGLUNCH="duringlunch",e.AFTERLUNCH="afterlunch",e.AFTERNOON="afternoon",e.BETWEENLUNCHANDDINNER="betweenlunchanddinner",e.BEFOREDINNER="beforedinner",e.DURINGDINNER="duringdinner",e.AFTERDINNER="afterdinner",e.EVENING="evening",e.THEHOUROFSLEEP="thehourofsleep",e.NIGHT="night",e.AFTERMEAL="aftermeal",e.BETWEENDINNERANDSLEEP="betweendinnerandsleep",e.BETWEENMEALS="betweenmeals",e}($e||{}),Ei=function(e){return e.CNK="cnk",e.INN="inn",e.VMP="vmp",e.EAN="ean",e.COMPOUND="compound",e}(Ei||{}),h=function(e){return e.NL="nl",e.FR="fr",e.DE="de",e.EN="en",e}(h||{}),J=function(e){return e.D="D",e.DA="DA",e.DD="DD",e.DE="DE",e.DN="DN",e.DQ="DQ",e.DT="DT",e.DV="DV",e.DW="DW",e.DX="DX",e.DZ="DZ",e.J="J",e.JD="JD",e.JH2="JH2",e.JQ="JQ",e.JT="JT",e.JV="JV",e.JZ="JZ",e.M="M",e.MA="MA",e.MC="MC",e.MD="MD",e.ME="ME",e.MN="MN",e.MQ="MQ",e.MS="MS",e.MT="MT",e.MV="MV",e.MX="MX",e.MZ2="MZ2",e.O1="O1",e.ONDEMAND="ondemand",e.U="U",e.UA="UA",e.UD="UD",e.UE="UE",e.UH="UH",e.UN="UN",e.UQ="UQ",e.US="US",e.UT="UT",e.UV="UV",e.UW="UW",e.UX="UX",e.UZ="UZ",e.W="W",e.WA="WA",e.WD="WD",e.WE="WE",e.WN="WN",e.WP="WP",e.WQ="WQ",e.WS="WS",e.WT="WT",e.WV="WV",e.WW="WW",e.WX="WX",e.WZ="WZ",e}(J||{}),Ya=function(e){return e.APPLICATION="application",e.CERTIFICATEHOLDER="certificateholder",e.DEPTALGOLOGY="deptalgology",e.DEPTANATOMOPATHOLOGY="deptanatomopathology",e.DEPTANESTHESIOLOGY="deptanesthesiology",e.DEPTBACTERIOLOGY="deptbacteriology",e.DEPTCARDIACSURGERY="deptcardiacsurgery",e.DEPTCARDIOLOGY="deptcardiology",e.DEPTCHILDANDADOLESCENTPSYCHIATRY="deptchildandadolescentpsychiatry",e.DEPTDENTISTRY="deptdentistry",e.DEPTDERMATOLOGY="deptdermatology",e.DEPTDIABETOLOGY="deptdiabetology",e.DEPTDIETETICS="deptdietetics",e.DEPTEMERGENCY="deptemergency",e.DEPTENDOCRINOLOGY="deptendocrinology",e.DEPTGASTROENTEROLOGY="deptgastroenterology",e.DEPTGENERALPRACTICE="deptgeneralpractice",e.DEPTGENETICS="deptgenetics",e.DEPTGERIATRY="deptgeriatry",e.DEPTGYNECOLOGY="deptgynecology",e.DEPTHANDSURGERY="depthandsurgery",e.DEPTHEMATOLOGY="depthematology",e.DEPTINFECTIOUSDISEASE="deptinfectiousdisease",e.DEPTINTENSIVECARE="deptintensivecare",e.DEPTKINESITHERAPY="deptkinesitherapy",e.DEPTLABORATORY="deptlaboratory",e.DEPTMAJORBURNS="deptmajorburns",e.DEPTMAXILLOFACIALSURGERY="deptmaxillofacialsurgery",e.DEPTMEDICINE="deptmedicine",e.DEPTMOLECULARBIOLOGY="deptmolecularbiology",e.DEPTNEONATALOGY="deptneonatalogy",e.DEPTNEPHROLOGY="deptnephrology",e.DEPTNEUROLOGY="deptneurology",e.DEPTNEUROSURGERY="deptneurosurgery",e.DEPTNTE="deptnte",e.DEPTNUCLEAR="deptnuclear",e.DEPTNURSING="deptnursing",e.DEPTNUTRITIONDIETETICS="deptnutritiondietetics",e.DEPTOBSTETRICS="deptobstetrics",e.DEPTOCCUPATIONALTHERAPY="deptoccupationaltherapy",e.DEPTONCOLOGY="deptoncology",e.DEPTOPHTALMOLOGY="deptophtalmology",e.DEPTORTHOPEDY="deptorthopedy",e.DEPTPALLIATIVECARE="deptpalliativecare",e.DEPTPEDIATRICINTENSIVECARE="deptpediatricintensivecare",e.DEPTPEDIATRICSURGERY="deptpediatricsurgery",e.DEPTPEDIATRY="deptpediatry",e.DEPTPHARMACY="deptpharmacy",e.DEPTPHYSICALMEDECINE="deptphysicalmedecine",e.DEPTPHYSIOTHERAPY="deptphysiotherapy",e.DEPTPLASTICANDREPARATORYSURGERY="deptplasticandreparatorysurgery",e.DEPTPNEUMOLOGY="deptpneumology",e.DEPTPODIATRY="deptpodiatry",e.DEPTPSYCHIATRY="deptpsychiatry",e.DEPTPSYCHOGERIATRY="deptpsychogeriatry",e.DEPTPSYCHOLOGY="deptpsychology",e.DEPTRADIOLOGY="deptradiology",e.DEPTRADIOTHERAPY="deptradiotherapy",e.DEPTREVALIDATION="deptrevalidation",e.DEPTRHEUMATOLOGY="deptrheumatology",e.DEPTSENOLOGY="deptsenology",e.DEPTSOCIALSERVICE="deptsocialservice",e.DEPTSPEECHTHERAPY="deptspeechtherapy",e.DEPTSPORTSMEDECINE="deptsportsmedecine",e.DEPTSTOMATOLOGY="deptstomatology",e.DEPTSURGERY="deptsurgery",e.DEPTTHORACICSURGERY="deptthoracicsurgery",e.DEPTTOXICOLOGY="depttoxicology",e.DEPTTROPICALMEDECINE="depttropicalmedecine",e.DEPTUROLOGY="depturology",e.DEPTVASCULARSURGERY="deptvascularsurgery",e.DEPTVISCERALDIGESTIVEABDOMINALSURGERY="deptvisceraldigestiveabdominalsurgery",e.GROUPOFNURSES="groupofnurses",e.GROUPOFPHYSICIANSDIFFERENTADDRESS="groupofphysiciansdifferentaddress",e.GROUPOFPHYSICIANSSAMEADDRESS="groupofphysicianssameaddress",e.GUARDPOST="guardpost",e.HUB="hub",e.ORGHOSPITAL="orghospital",e.ORGINSURANCE="orginsurance",e.ORGLABORATORY="orglaboratory",e.ORGPHARMACY="orgpharmacy",e.ORGPOLYCLINIC="orgpolyclinic",e.ORGPRACTICE="orgpractice",e.ORGPREVENTION="orgprevention",e.ORGPRIMARYHEALTHCARECENTER="orgprimaryhealthcarecenter",e.ORGPSYCHIATRICCAREHOME="orgpsychiatriccarehome",e.ORGPUBLICHEALTH="orgpublichealth",e.ORGRETIREMENTHOME="orgretirementhome",e.ORGREVALIDATIONCENTER="orgrevalidationcenter",e.ORGSHELTEREDLIVING="orgshelteredliving",e.PATIENT="patient",e.PERSADMINISTRATIVE="persadministrative",e.PERSAMBULANCEFIRSTAID="persambulancefirstaid",e.PERSAPPLIEDPSYCHBACHELOR="persappliedpsychbachelor",e.PERSAUDICIAN="persaudician",e.PERSAUDIOLOGIST="persaudiologist",e.PERSBIOLOGIST="persbiologist",e.PERSCLINICALORTHOPEDAGOGIST="persclinicalorthopedagogist",e.PERSCLINICALPSYCHOLOGIST="persclinicalpsychologist",e.PERSDENTIST="persdentist",e.PERSDIETICIAN="persdietician",e.PERSEDUCATOR="perseducator",e.PERSFAMILYSCIENCEBACHELOR="persfamilysciencebachelor",e.PERSGERONTOLOGYMASTER="persgerontologymaster",e.PERSLOGOPEDIST="perslogopedist",e.PERSMIDWIFE="persmidwife",e.PERSNURSE="persnurse",e.PERSOCCUPATIONALTHERAPIST="persoccupationaltherapist",e.PERSOPTICIAN="persoptician",e.PERSORALDENTALHYGIENIST="persoraldentalhygienist",e.PERSORTHOPEDAGOGISTMASTER="persorthopedagogistmaster",e.PERSORTHOPTIST="persorthoptist",e.PERSORTHOTIST="persorthotist",e.PERSPATIENTDRIVER="perspatientdriver",e.PERSPEDAGOGYBACHELOR="perspedagogybachelor",e.PERSPHARMACIST="perspharmacist",e.PERSPHARMACISTCLINICALBIOLOGIST="perspharmacistclinicalbiologist",e.PERSPHARMACYASSISTANT="perspharmacyassistant",e.PERSPHYSICIAN="persphysician",e.PERSPHYSIOTHERAPIST="persphysiotherapist",e.PERSPODOLOGIST="perspodologist",e.PERSPRACTICALNURSE="perspracticalnurse",e.PERSPSYCHOLOGIST="perspsychologist",e.PERSPSYCHOMOTORTHERAPYMASTER="perspsychomotortherapymaster",e.PERSREADAPTATIONBACHELOR="persreadaptationbachelor",e.PERSSOCIALWORKER="perssocialworker",e.PERSTECHNICIAN="perstechnician",e.PERSTRUSSMAKER="perstrussmaker",e}(Ya||{}),e0=function(e){return e.ascending="asc",e.descending="desc",e}(e0||{}),ji=function(e){return e.ACUTE="acute",e.CHRONIC="chronic",e.ONESHOT="oneshot",e.REACTIVATION="reactivation",e.REMISSION="remission",e.SUBACUTE="subacute",e}(ji||{});h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE,h.EN,h.NL,h.FR,h.DE;var Ur={getAuthorizationHeader:e=>`Bearer ${e}`,getUserType:e=>e.isProfessional?"professional":"patient",clientType:{webApp:"webapp",mobileApp:"mobapp"}},qo={exchangeClientId:"exchange-client-id",authorization:"Authorization",userType:"user-type",clientType:"client-type"},Ys=class extends Error{};Ys.prototype.name="InvalidTokenError";function OCe(e){return decodeURIComponent(atob(e).replace(/(.)/g,(t,n)=>{let a=n.charCodeAt(0).toString(16).toUpperCase();return a.length<2&&(a="0"+a),"%"+a}))}function RCe(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return OCe(t)}catch{return atob(t)}}function MCe(e,t){if(typeof e!="string")throw new Ys("Invalid token specified: must be a string");t||(t={});let n=t.header===!0?0:1,a=e.split(".")[n];if(typeof a!="string")throw new Ys(`Invalid token specified: missing part #${n+1}`);let i;try{i=RCe(a)}catch(r){throw new Ys(`Invalid token specified: invalid base64 for part #${n+1} (${r.message})`)}try{return JSON.parse(i)}catch(r){throw new Ys(`Invalid token specified: invalid json for part #${n+1} (${r.message})`)}}var PCe=class extends jC{constructor(e,t,n){super(e,Hr.USER_INFOS,t,n,Hr.USER_INFOS),this.getLocalAccessToken=e.getAccessToken}getDataFromBackend(){return ka(this,null,function*(){return MCe(yield this.getLocalAccessToken("")).userProfile})}},WC=(()=>{const t=class t{get isProfessional(){return this._isProfessional}set isProfessional(a){this._isProfessional=a}get patientSsin(){return this._patientSsin}set patientSsin(a){this._patientSsin=a}get isOfflineDataStorageEnabled(){return this._offlineDataStorageEnabled}set isOfflineDataStorageEnabled(a){this._offlineDataStorageEnabled=a}get isOfflineAuthenticated(){return this._isOfflineAuthenticated}set isOfflineAuthenticated(a){this._isOfflineAuthenticated=a}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})();function NCe(e){var t,n;return((t=e==null?void 0:e.children)==null?void 0:t.length)>0?e.children[0].ssin:((n=e==null?void 0:e.mandators)==null?void 0:n.length)>0?e.mandators[0].ssin:e.ssin}function LCe(e){var t,n;return((t=e==null?void 0:e.children)==null?void 0:t.length)>0?e.children[0]:((n=e==null?void 0:e.mandators)==null?void 0:n.length)>0?e.mandators[0]:{ssin:e.ssin,lastName:e==null?void 0:e.lastName,firstName:e==null?void 0:e.firstName}}var FCe=(()=>{const t=class t extends WC{constructor(){super(...arguments),this.servicesStore=_(Xu)}resolveSsin(){return ka(this,null,function*(){if(this.isProfessional===!0)return this.patientSsin;let a=yield this.fetchUserProfileToken();return NCe(a)})}resolvePatientInfo(){return ka(this,null,function*(){let a=yield this.fetchUserProfileToken();return LCe(a)})}resolveUserInfo(){return ka(this,null,function*(){var u,p,b,g;let a=yield this.fetchUserProfileToken(),i=a.lastName,r=a.firstName,s=this.extractProfessionalRole(a),l=((u=a==null?void 0:a.organizations)==null?void 0:u.length)>0&&((p=a==null?void 0:a.organizations[0])!=null&&p.pharmacy)?"pharmacist":void 0,c=(b=a==null?void 0:a.organizations)!=null&&b.length&&l!==void 0?a==null?void 0:a.organizations[0]:void 0,d=this.resolveProfessional(a,s)?a[s]:void 0;return{firstName:r,ssin:a.ssin,lastName:i,role:l||s,organization:c&&l?c:void 0,professional:d,mandator:((g=a==null?void 0:a.mandators)==null?void 0:g.length)>0}})}isMandator(){return ka(this,null,function*(){var a,i;return((i=(a=yield this.fetchUserProfileToken())==null?void 0:a.mandators)==null?void 0:i.length)>0})}resolveProfessional(a,i){return i?a[i]:void 0}extractProfessionalRole(a){let i=["physician","nurse","midwife","dentist"],r="patient";return i.forEach(s=>{a[s]&&(r=s)}),r}fetchUserProfileToken(){return this.accessTokenService.getData(!0)}registerAccessTokenService(a,i){this.isOfflineAuthenticated=a,this.isOfflineDataStorageEnabled=i,this.accessTokenService=new PCe(this.servicesStore.getServices(),a,i)}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),VCe=(()=>{const t=class t extends WC{resolveSsin(){return ka(this,null,function*(){return Promise.resolve("00000000097")})}resolvePatientInfo(){return Promise.resolve({firstName:"John",lastName:"Doe",ssin:"00000000097"})}resolveUserInfo(){return Promise.resolve({firstName:"John",lastName:"Doe",ssin:"00000000097",role:"patient",organization:void 0,professional:void 0,mandator:!1})}isMandator(){return ka(this,null,function*(){return Promise.resolve(!1)})}registerAccessTokenService(a,i){this.isOfflineAuthenticated=a,this.isOfflineDataStorageEnabled=i}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),zCe=(()=>{const t=class t{constructor(){this.http=_(Jl)}get(a,i,r){return qc()?this.http.get(a,{headers:r}):vt(i)}patch(a,i,r){return qc()?this.http.patch(a,{},{headers:r}):vt(i)}post(a,i,r){return qc()?this.http.post(a,{},{headers:r}):vt(i)}delete(a,i,r){return qc()?this.http.delete(a,{headers:r}):vt(i)}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),qc=()=>window.Cypress;function BCe(e){return e.firstName&&e.lastName?e.firstName+" "+e.lastName:e.name}var qC={fr:["fr","nl","de","en"],nl:["nl","fr","de","en"],de:["de","fr","nl","en"],en:["en","nl","fr","de"]};function ic(e,t){if(e){t=t==null?void 0:t.substring(0,2);for(let n of qC[t]){let a=e.find(i=>i.lang===n);if(a)return a.value}return e.length>0?e[0].value:"Missing translation"}}function jCe(e,t){if(!(!e||Object.keys(e).length<1)){t=t==null?void 0:t.substring(0,2);for(let n of qC[t]){let a=e.find(i=>i.lang===n);if(a)return a}return e.length>0?e[0]:void 0}}var ur=function(e){return e.INITIAL="INITIAL",e.LOADING="LOADING",e.SUCCESS="SUCCESS",e.UPDATING="UPDATING",e.ERROR="ERROR",e}(ur||{}),Vn=function(e){return e.NO_DATA="NO_DATA",e.TEMP_UNAVAILABLE="TEMP_UNAVAILABLE",e.NOT_AUTHORIZED="NOT_AUTHORIZED",e.OTHER="OTHER",e}(Vn||{});function HCe(e,t){return ka(this,null,function*(){t.next({status:ur.LOADING});try{let n=yield e,a={status:ur.SUCCESS,data:n};return t.next(a),a}catch(n){let a={status:ur.ERROR,error:qCe(n)};return t.next(a),a}})}var fy={[Vn.NO_DATA]:["VIDIS_0140"],[Vn.TEMP_UNAVAILABLE]:["VIDIS_0121","VIDIS_0122","VIDIS_0123","VIDIS_0124","VIDIS_0125","VIDIS_0126","VIDIS_0131","VIDIS_0132","VIDIS_0133","VIDIS_0134","VIDIS_0135","VIDIS_0136"],[Vn.NOT_AUTHORIZED]:["VIDIS_3150","VIDIS_3090","VIDIS_3140","VIDIS_3100","VIDIS_3120","VIDIS_0400","VIDIS_3030","VIDIS_0100","VIDIS_0120","VIDIS_0110","VIDIS_0200","VIDIS_0340","VIDIS_0341"],[Vn.OTHER]:[]};function UCe(e){for(let t of Object.keys(fy))if(fy[t].includes(e))return t;return Vn.OTHER}function WCe(e,t,n){let a=e||"UNKNOWN",i=UCe(a);return{code:a,message:n??"An unexpected error occurred",group:i,traceId:t}}function qCe(e){var i,r,s;let t=((i=e.error)==null?void 0:i.code)??void 0,n=((r=e.error)==null?void 0:r.message)??e.message,a=(s=e.headers)==null?void 0:s.get("trace-id");return WCe(t,a,n)}var El=(()=>{const t=class t{constructor(){this.config=_(Ds),this.injector=_(pt),this._instance=null}getInstance(){if(!this._instance){let a=this.config.getEnvironmentVariable("env")==="demo";this._instance=a?this.injector.get(VCe):this.injector.get(FCe)}return this._instance}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),GCe={HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)"};function YCe(e,t){if(e&1){let n=xt();D(0,"div",1)(1,"button",2),xe("click",function(){Ee(n);let a=L();return Ce(a.action())}),P(2),I()()}if(e&2){let n=L();C(2),ne(" ",n.data.action," ")}}var $Ce=["label"];function ZCe(e,t){}var KCe=Math.pow(2,31)-1,Lm=class{constructor(e,t){o(this,"_overlayRef");o(this,"instance");o(this,"containerInstance");o(this,"_afterDismissed",new he);o(this,"_afterOpened",new he);o(this,"_onAction",new he);o(this,"_durationTimeoutId");o(this,"_dismissedByAction",!1);this._overlayRef=t,this.containerInstance=e,e._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(e){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(e,KCe))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}},GC=new Y("MatSnackBarData"),$d=class{constructor(){o(this,"politeness","assertive");o(this,"announcementMessage","");o(this,"viewContainerRef");o(this,"duration",0);o(this,"panelClass");o(this,"direction");o(this,"data",null);o(this,"horizontalPosition","center");o(this,"verticalPosition","bottom")}},XCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"]}));let e=t;return e})(),QCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"]}));let e=t;return e})(),JCe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"]}));let e=t;return e})(),eSe=(()=>{const t=class t{constructor(){o(this,"snackBarRef",_(Lm));o(this,"data",_(GC))}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(a,i){a&1&&(D(0,"div",0),P(1),I(),V(2,YCe,3,1,"div",1)),a&2&&(C(),ne(" ",i.data.message,`
50
+ `),C(),W(i.hasAction?2:-1))},dependencies:[$n,XCe,QCe,JCe],styles:[`.mat-mdc-simple-snack-bar{display:flex}
51
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),dp="_mat-snack-bar-enter",up="_mat-snack-bar-exit",tSe=(()=>{const t=class t extends Lu{constructor(){super();o(this,"_ngZone",_(Le));o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_platform",_($t));o(this,"_rendersRef");o(this,"_animationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"snackBarConfig",_($d));o(this,"_document",_(ot));o(this,"_trackedModals",new Set);o(this,"_enterFallback");o(this,"_exitFallback");o(this,"_renders",new he);o(this,"_announceDelay",150);o(this,"_announceTimeoutId");o(this,"_destroyed",!1);o(this,"_portalOutlet");o(this,"_onAnnounce",new he);o(this,"_onExit",new he);o(this,"_onEnter",new he);o(this,"_animationState","void");o(this,"_live");o(this,"_label");o(this,"_role");o(this,"_liveElementId",_(la).getId("mat-snack-bar-container-live-"));o(this,"attachDomPortal",i=>{this._assertNotAttached();let r=this._portalOutlet.attachDomPortal(i);return this._afterPortalAttached(),r});let i=this.snackBarConfig;i.politeness==="assertive"&&!i.announcementMessage?this._live="assertive":i.politeness==="off"?this._live="off":this._live="polite",this._platform.FIREFOX&&(this._live==="polite"&&(this._role="status"),this._live==="assertive"&&(this._role="alert")),this._rendersRef=Nf(()=>this._renders.next(),{manualCleanup:!0})}attachComponentPortal(i){this._assertNotAttached();let r=this._portalOutlet.attachComponentPortal(i);return this._afterPortalAttached(),r}attachTemplatePortal(i){this._assertNotAttached();let r=this._portalOutlet.attachTemplatePortal(i);return this._afterPortalAttached(),r}onAnimationEnd(i){i===up?this._completeExit():i===dp&&(clearTimeout(this._enterFallback),this._ngZone.run(()=>{this._onEnter.next(),this._onEnter.complete()}))}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce(),this._animationsDisabled?this._renders.pipe(Ka(1)).subscribe(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(dp)))}):(clearTimeout(this._enterFallback),this._enterFallback=setTimeout(()=>{this._elementRef.nativeElement.classList.add("mat-snack-bar-fallback-visible"),this.onAnimationEnd(dp)},200)))}exit(){return this._destroyed?vt(void 0):(this._ngZone.run(()=>{this._animationState="hidden",this._changeDetectorRef.markForCheck(),this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId),this._animationsDisabled?this._renders.pipe(Ka(1)).subscribe(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(up)))}):(clearTimeout(this._exitFallback),this._exitFallback=setTimeout(()=>this.onAnimationEnd(up),200))}),this._onExit)}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit(),this._renders.complete(),this._rendersRef.destroy()}_completeExit(){clearTimeout(this._exitFallback),queueMicrotask(()=>{this._onExit.next(),this._onExit.complete()})}_afterPortalAttached(){let i=this._elementRef.nativeElement,r=this.snackBarConfig.panelClass;r&&(Array.isArray(r)?r.forEach(c=>i.classList.add(c)):i.classList.add(r)),this._exposeToModals();let s=this._label.nativeElement,l="mdc-snackbar__label";s.classList.toggle(l,!s.querySelector(`.${l}`))}_exposeToModals(){let i=this._liveElementId,r=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let s=0;s<r.length;s++){let l=r[s],c=l.getAttribute("aria-owns");this._trackedModals.add(l),c?c.indexOf(i)===-1&&l.setAttribute("aria-owns",c+" "+i):l.setAttribute("aria-owns",i)}}_clearFromModals(){this._trackedModals.forEach(i=>{let r=i.getAttribute("aria-owns");if(r){let s=r.replace(this._liveElementId,"").trim();s.length>0?i.setAttribute("aria-owns",s):i.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{if(this._destroyed)return;let i=this._elementRef.nativeElement,r=i.querySelector("[aria-hidden]"),s=i.querySelector("[aria-live]");if(r&&s){let l=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&r.contains(document.activeElement)&&(l=document.activeElement),r.removeAttribute("aria-hidden"),s.appendChild(r),l==null||l.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-snack-bar-container"]],viewQuery:function(i,r){if(i&1&&(Ze(fn,7),Ze($Ce,7)),i&2){let s;ye(s=_e())&&(r._portalOutlet=s.first),ye(s=_e())&&(r._label=s.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container"],hostVars:6,hostBindings:function(i,r){i&1&&xe("animationend",function(s){return r.onAnimationEnd(s.animationName)})("animationcancel",function(s){return r.onAnimationEnd(s.animationName)}),i&2&&Se("mat-snack-bar-container-enter",r._animationState==="visible")("mat-snack-bar-container-exit",r._animationState==="hidden")("mat-snack-bar-container-animations-enabled",!r._animationsDisabled)},features:[Be],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface","mat-mdc-snackbar-surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(i,r){i&1&&(D(0,"div",1)(1,"div",2,0)(3,"div",3),V(4,ZCe,0,0,"ng-template",4),I(),Z(5,"div"),I()()),i&2&&(C(5),be("aria-live",r._live)("role",r._role)("id",r._liveElementId))},dependencies:[fn],styles:[`@keyframes _mat-snack-bar-enter{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _mat-snack-bar-exit{from{opacity:1}to{opacity:0}}.mat-mdc-snack-bar-container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:8px}.mat-mdc-snack-bar-handset .mat-mdc-snack-bar-container{width:100vw}.mat-snack-bar-container-animations-enabled{opacity:0}.mat-snack-bar-container-animations-enabled.mat-snack-bar-fallback-visible{opacity:1}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-enter{animation:_mat-snack-bar-enter 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-exit{animation:_mat-snack-bar-exit 75ms cubic-bezier(0.4, 0, 1, 1) forwards}.mat-mdc-snackbar-surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-left:0;padding-right:8px}[dir=rtl] .mat-mdc-snackbar-surface{padding-right:0;padding-left:8px}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{min-width:344px;max-width:672px}.mat-mdc-snack-bar-handset .mat-mdc-snackbar-surface{width:100%;min-width:0}@media(forced-colors: active){.mat-mdc-snackbar-surface{outline:solid 1px}}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{color:var(--mdc-snackbar-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mdc-snackbar-container-shape, var(--mat-sys-corner-extra-small));background-color:var(--mdc-snackbar-container-color, var(--mat-sys-inverse-surface))}.mdc-snackbar__label{width:100%;flex-grow:1;box-sizing:border-box;margin:0;padding:14px 8px 14px 16px}[dir=rtl] .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-family:var(--mdc-snackbar-supporting-text-font, var(--mat-sys-body-medium-font));font-size:var(--mdc-snackbar-supporting-text-size, var(--mat-sys-body-medium-size));font-weight:var(--mdc-snackbar-supporting-text-weight, var(--mat-sys-body-medium-weight));line-height:var(--mdc-snackbar-supporting-text-line-height, var(--mat-sys-body-medium-line-height))}.mat-mdc-snack-bar-actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled).mat-unthemed{color:var(--mat-snack-bar-button-color, var(--mat-sys-inverse-primary))}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){--mat-text-button-state-layer-color:currentColor;--mat-text-button-ripple-color:currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}
52
+ `],encapsulation:2}));let e=t;return e})();function aSe(){return new $d}var iSe=new Y("mat-snack-bar-default-options",{providedIn:"root",factory:aSe}),nSe=(()=>{const t=class t{constructor(){o(this,"_overlay",_(ui));o(this,"_live",_(mk));o(this,"_injector",_(pt));o(this,"_breakpointObserver",_(lk));o(this,"_parentSnackBar",_(t,{optional:!0,skipSelf:!0}));o(this,"_defaultConfig",_(iSe));o(this,"_snackBarRefAtThisLevel",null);o(this,"simpleSnackBarComponent",eSe);o(this,"snackBarContainerComponent",tSe);o(this,"handsetCssClass","mat-mdc-snack-bar-handset")}get _openedSnackBarRef(){let a=this._parentSnackBar;return a?a._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(a){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=a:this._snackBarRefAtThisLevel=a}openFromComponent(a,i){return this._attach(a,i)}openFromTemplate(a,i){return this._attach(a,i)}open(a,i="",r){let s=ue(ue({},this._defaultConfig),r);return s.data={message:a,action:i},s.announcementMessage===a&&(s.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,s)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(a,i){let r=i&&i.viewContainerRef&&i.viewContainerRef.injector,s=pt.create({parent:r||this._injector,providers:[{provide:$d,useValue:i}]}),l=new io(this.snackBarContainerComponent,i.viewContainerRef,s),c=a.attach(l);return c.instance.snackBarConfig=i,c.instance}_attach(a,i){let r=ue(ue(ue({},new $d),this._defaultConfig),i),s=this._createOverlay(r),l=this._attachSnackBarContainer(s,r),c=new Lm(l,s);if(a instanceof ba){let d=new go(a,null,{$implicit:r.data,snackBarRef:c});c.instance=l.attachTemplatePortal(d)}else{let d=this._createInjector(r,c),u=new io(a,void 0,d),p=l.attachComponentPortal(u);c.instance=p.instance}return this._breakpointObserver.observe(GCe.HandsetPortrait).pipe(Ut(s.detachments())).subscribe(d=>{s.overlayElement.classList.toggle(this.handsetCssClass,d.matches)}),r.announcementMessage&&l._onAnnounce.subscribe(()=>{this._live.announce(r.announcementMessage,r.politeness)}),this._animateSnackBar(c,r),this._openedSnackBarRef=c,this._openedSnackBarRef}_animateSnackBar(a,i){a.afterDismissed().subscribe(()=>{this._openedSnackBarRef==a&&(this._openedSnackBarRef=null),i.announcementMessage&&this._live.clear()}),i.duration&&i.duration>0&&a.afterOpened().subscribe(()=>a._dismissAfter(i.duration)),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{a.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):a.containerInstance.enter()}_createOverlay(a){let i=new $l;i.direction=a.direction;let r=this._overlay.position().global(),s=a.direction==="rtl",l=a.horizontalPosition==="left"||a.horizontalPosition==="start"&&!s||a.horizontalPosition==="end"&&s,c=!l&&a.horizontalPosition!=="center";return l?r.left("0"):c?r.right("0"):r.centerHorizontally(),a.verticalPosition==="top"?r.top("0"):r.bottom("0"),i.positionStrategy=r,this._overlay.create(i)}_createInjector(a,i){let r=a&&a.viewContainerRef&&a.viewContainerRef.injector;return pt.create({parent:r||this._injector,providers:[{provide:Lm,useValue:i},{provide:GC,useValue:a.data}]})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),rSe=(()=>{const t=class t{constructor(){this.snackbar=_(nSe),this.translate=_(La)}showSuccess(a,i="commons.close",r=5e3){return this.snackbar.open(this.translate.instant(a),this.translate.instant(i),{duration:r,panelClass:"mh-snackbar--success"})}showError(a,i="commons.close",r=5e3){return this.snackbar.open(this.translate.instant(a),this.translate.instant(i),{duration:r,panelClass:"mh-snackbar--error"})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),oSe={demo:{env:tr.DEMO},dev:{apiUrl:"http://vidis-fake-api.test.paas.vasdc.be",env:tr.DEV},int:{apiUrl:"https://vidis-api.int.pub.vascloud.be/REST/vidis",env:tr.INT},acc:{apiUrl:"https://vidis-api.acc.vasha.be/REST/vidis",env:tr.ACC},prod:{apiUrl:"https://vidis-api.vasha.be/REST/vidis",env:tr.PROD}},Ds=(()=>{const t=class t{setEnvironment(a){this.configVariables=oSe[tr[a.toUpperCase()]]||{}}getEnvironmentVariable(a){return this.configVariables[a]}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),sSe=(e,t)=>{let n=_(El).getInstance(),a=_(Xu),i=_(Ds).getEnvironmentVariable("apiUrl");if(e.url.includes("assets/")||e.url.startsWith("http")||!i)return t(e);if(n.isOfflineAuthenticated)return vt();let r=e.headers||new no,s=n.isProfessional;return vr(a.getServices().getAccessToken("")).pipe(rl(l=>t(e.clone({url:`${i}${e.url}`,headers:r.set(qo.authorization,Ur.getAuthorizationHeader(l)).set(qo.userType,Ur.getUserType({isProfessional:s})).set(qo.clientType,HC()?Ur.clientType.mobileApp:Ur.clientType.webApp)}))))};function lSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var cSe=["de",[["AM","PM"],void 0,void 0],void 0,[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],void 0,void 0],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",void 0,"{1} 'um' {0}",void 0],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","Euro",{ATS:["öS"],AUD:["AU$","$"],BGM:["BGK"],BGO:["BGJ"],BYN:[void 0,"р."],CUC:[void 0,"Cub$"],DEM:["DM"],FKP:[void 0,"Fl£"],GHS:[void 0,"₵"],GNF:[void 0,"F.G."],KMF:[void 0,"FC"],PHP:[void 0,"₱"],RON:[void 0,"L"],RUR:[void 0,"р."],RWF:[void 0,"F.Rw"],SYP:[],THB:["฿"],TWD:["NT$"],XXX:[],ZMW:[void 0,"K"]},"ltr",lSe];function dSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var uSe=["en",[["a","p"],["AM","PM"],void 0],[["AM","PM"],void 0,void 0],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],void 0,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",void 0,"{1} 'at' {0}",void 0],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",dSe];function hSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,a=parseInt(e.toString().replace(/^[^e]*(e([-+]?\d+))?/,"$2"))||0;return t===0||t===1?1:a===0&&t!==0&&t%1e6===0&&n===0||!(a>=0&&a<=5)?4:5}var pSe=["fr",[["AM","PM"],void 0,void 0],void 0,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],void 0,[["av. J.-C.","ap. J.-C."],void 0,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'à' {0}",void 0],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"EUR","€","euro",{ARS:["$AR","$"],AUD:["$AU","$"],BEF:["FB"],BMD:["$BM","$"],BND:["$BN","$"],BYN:[void 0,"р."],BZD:["$BZ","$"],CAD:["$CA","$"],CLP:["$CL","$"],CNY:[void 0,"¥"],COP:["$CO","$"],CYP:["£CY"],EGP:[void 0,"£E"],FJD:["$FJ","$"],FKP:["£FK","£"],FRF:["F"],GBP:["£GB","£"],GIP:["£GI","£"],HKD:[void 0,"$"],IEP:["£IE"],ILP:["£IL"],ITL:["₤IT"],JPY:[void 0,"¥"],KMF:[void 0,"FC"],LBP:["£LB","£L"],MTP:["£MT"],MXN:["$MX","$"],NAD:["$NA","$"],NIO:[void 0,"$C"],NZD:["$NZ","$"],PHP:[void 0,"₱"],RHD:["$RH"],RON:[void 0,"L"],RWF:[void 0,"FR"],SBD:["$SB","$"],SGD:["$SG","$"],SRD:["$SR","$"],TOP:[void 0,"$T"],TTD:["$TT","$"],TWD:[void 0,"NT$"],USD:["$US","$"],UYU:["$UY","$"],WST:["$WS"],XCD:[void 0,"$"],XPF:["FCFP"],ZMW:[void 0,"Kw"]},"ltr",hSe];function mSe(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var fSe=["nl",[["a.m.","p.m."],void 0,void 0],void 0,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],void 0,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],void 0,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",void 0,"{1} 'om' {0}",void 0],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"EUR","€","Euro",{AUD:["AU$","$"],BYN:[void 0,"р."],CAD:["C$","$"],FJD:["FJ$","$"],JPY:["JP¥","¥"],PHP:[void 0,"₱"],RUR:[void 0,"р."],SBD:["SI$","$"],THB:["฿"],TWD:["NT$"],USD:["US$","$"],XPF:[],XXX:[]},"ltr",mSe];Nu(cSe,"de");Nu(fSe,"nl");Nu(pSe,"fr");Nu(uSe,"en");var gSe=class{handleError(e){throw new Error(e)}},bSe=class extends YE{getFirstDayOfWeek(){return 1}format(e){return Po(e,"dd/MM/yyyy")}parse(e){return bCe(e,"dd/MM/yyyy",new Date)}},vSe={parse:{dateInput:"DD/MM/YYYY"},display:{dateInput:"DD/MM/YYYY",monthYearLabel:{year:"numeric",month:"long"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}},ySe=[pke(),E1e(C1e([sSe])),ICe(),{provide:qi,useClass:gSe},{provide:Da,useClass:bSe,deps:[sm]},{provide:po,useValue:vSe},{provide:rC,useClass:mke},{provide:XE,useValue:{panelClass:"mh-dialog-container"}}],_Se=Ky(Rle(),1),xSe=new Y("MESSAGE_FORMAT_CONFIG"),wSe={biDiSupport:!1,formatters:{},strictNumberSign:!1,currency:"USD",strictPluralKeys:!0,throwOnError:!1,fallbackPrefix:void 0},kSe=(()=>{const t=class t extends ac{constructor(a){super(),this.mfCache=new Map;let{formatters:i,biDiSupport:r,strictNumberSign:s,currency:l,strictPluralKeys:c,throwOnError:d,fallbackPrefix:u}=ue(ue({},wSe),a);this.messageFormatOptions={customFormatters:i,biDiSupport:r,strict:s,currency:l,strictPluralKeys:c},this.throwOnError=!!d,this.fallbackPrefix=u}compile(a,i){if(this.fallbackPrefix&&a.startsWith(this.fallbackPrefix))return a.slice(this.fallbackPrefix.length);let r;try{r=this.getMessageFormatInstance(i).compile(a)}catch(s){if(this.throwOnError)throw s;console.error(s),console.error(`[ngx-translate-messageformat-compiler] Could not compile message for lang '${i}': '${a}'`),r=CSe(a,i)}return this.throwOnError||(r=ESe(r,a)),r}compileTranslations(a,i){return typeof a=="string"?this.compile(a,i):Object.keys(a).reduce((r,s)=>{let l=a[s];return r[s]=this.compileTranslations(l,i),r},{})}getMessageFormatInstance(a){return this.mfCache.has(a)||this.mfCache.set(a,new _Se.default(a,this.messageFormatOptions)),this.mfCache.get(a)}};t.ɵfac=function(a){return new(a||t)(ke(xSe,8))},t.ɵprov=$({token:t,factory:t.ɵfac});let e=t;return e})();function ESe(e,t){return n=>{let a=t;try{a=e(n)}catch(i){console.error(i),console.error(`[ngx-translate-messageformat-compiler] Could not interpolate '${t}' with params '${n}'`)}return a}}function CSe(e,t){return()=>(console.warn(`[ngx-translate-messageformat-compiler] Falling back to original invalid message: '${e}' ('${t}')`),String(e))}var YC={};ve(YC,{"00001":()=>$C,"00002":()=>ZC,"00003":()=>KC,"00004":()=>XC,"00005":()=>QC,"00006":()=>JC,"00007":()=>eS,"00008":()=>tS,"00009":()=>aS,"00010":()=>iS,"00011":()=>nS,"00012":()=>rS,"00013":()=>oS,"00014":()=>sS,"00015":()=>lS,"00016":()=>cS,"00017":()=>dS,"00018":()=>uS,"00019":()=>hS,"00020":()=>pS,"00021":()=>mS,"00022":()=>fS,"00023":()=>gS,"00024":()=>bS,"00025":()=>vS,"00026":()=>yS,"00027":()=>_S,"00028":()=>xS,"00029":()=>wS,"00030":()=>kS,ampoule:()=>ZS,bandage:()=>WS,bottle:()=>KS,box:()=>GS,cm:()=>ES,default:()=>SSe,dropsperminute:()=>CS,"effervescent-tablet":()=>HS,gm:()=>SS,internationalunits:()=>DS,iu:()=>BS,liter:()=>YS,"mck/h":()=>IS,"mck/kg/minute":()=>TS,measure:()=>AS,meq:()=>VS,mg:()=>LS,"mg/h":()=>OS,"mg/ml":()=>FS,micrograms:()=>US,miu:()=>zS,"ml/h":()=>RS,mmol:()=>jS,piece:()=>qS,syringe:()=>$S,"syringe-ampoule":()=>XS,tbl:()=>MS,tsp:()=>PS,"unt/h":()=>NS});var $C="{count, plural, one{kaffeelöffel (5 ml)} other{kaffeelöffellen (5 ml)}}",ZC="{count, plural, one{Ampulle} other{Ampullen}}",KC="anwenden",XC="{count, plural, one{Kapsel} other{Kapseln}}",QC="{count, plural, one{Tablette} other{Tabletten}}",JC="Dosis",eS="{count, plural, one{Tropf} other{Tropfen}}",tS="{count, plural, one{Fläsche} other{Fläschchen}}",aS="{count, plural, one{Implantat} other{Implantate}}",iS="{count, plural, one{Infusion} other{Infusionen}}",nS="{count, plural, one{Inhalation} other{Inhalationen}}",rS="Einstechen",oS="Kaugummi",sS="{count, plural, one{Kompresse} other{Kompressen}}",lS="{count, plural, one{Einlauf} other{Einläufe}}",cS="ml",dS="Ov.",uS="{count, plural, one{Perle} other{Perlen}}",hS="{count, plural, one{Pastille} other{Pastillen}}",pS="Pflaster",mS="cart",fS="Pen",gS="{count, plural, one{Puff} other{Puffs}}",bS="{count, plural, one{Schwamm} other{Schwämme}}",vS="{count, plural, one{Stift} other{Stifte}}",yS="Suppo",_S="Tube",xS="{count, plural, one{Docht} other{Dochte}}",wS="Beutel",kS="Beutel",ES="Zentimeter",CS="{count, plural, one{Tropf pro Minute} other{Tropfen pro Minute}}",SS="Gramm",DS="{count, plural, one{Internationale Einheit} other{Internationale Einheiten}}",IS="Mikrogramm pro Stunde",TS="Mikrogramm pro Kilogramm pro Minute",AS="Maß",OS="Miligramm pro Stunde",RS="Milliliter pro Stunde",MS="Esslöffel",PS="Kaffeelöffel",NS="{count, plural, one{Einheit pro Stunde} other{Einheiten pro Stunde}}",LS="Milligramm",FS="Milligramm pro Millimeter",VS="meq",zS="miu",BS="iu",jS="mmol",HS="effervescent-tablet",US="micrograms",WS="{count, plural, one{bandage} other{bandagen}}",qS="{count, plural, one{stück} other{stücke}}",GS="schachteln",YS="liter",$S="{count, plural, one{spritze} other{spritzen}}",ZS="{count, plural, one{glühbirn} other{glühbirnen}}",KS="{count, plural, one{Fläsche} other{Fläschchen}}",XS="{count, plural, one{spritze-ampulle} other{spritzen-ampulle}}",SSe={"00001":$C,"00002":ZC,"00003":KC,"00004":XC,"00005":QC,"00006":JC,"00007":eS,"00008":tS,"00009":aS,"00010":iS,"00011":nS,"00012":rS,"00013":oS,"00014":sS,"00015":lS,"00016":cS,"00017":dS,"00018":uS,"00019":hS,"00020":pS,"00021":mS,"00022":fS,"00023":gS,"00024":bS,"00025":vS,"00026":yS,"00027":_S,"00028":xS,"00029":wS,"00030":kS,cm:ES,dropsperminute:CS,gm:SS,internationalunits:DS,"mck/h":IS,"mck/kg/minute":TS,measure:AS,"mg/h":OS,"ml/h":RS,tbl:MS,tsp:PS,"unt/h":NS,mg:LS,"mg/ml":FS,meq:VS,miu:zS,iu:BS,mmol:jS,"effervescent-tablet":HS,micrograms:US,bandage:WS,piece:qS,box:GS,liter:YS,syringe:$S,ampoule:ZS,bottle:KS,"syringe-ampoule":XS},QS={};ve(QS,{"00001":()=>JS,"00002":()=>e2,"00003":()=>t2,"00004":()=>a2,"00005":()=>i2,"00006":()=>n2,"00007":()=>r2,"00008":()=>o2,"00009":()=>s2,"00010":()=>l2,"00011":()=>c2,"00012":()=>d2,"00013":()=>u2,"00014":()=>h2,"00015":()=>p2,"00016":()=>m2,"00017":()=>f2,"00018":()=>g2,"00019":()=>b2,"00020":()=>v2,"00021":()=>y2,"00022":()=>_2,"00023":()=>x2,"00024":()=>w2,"00025":()=>k2,"00026":()=>E2,"00027":()=>C2,"00028":()=>S2,"00029":()=>D2,"00030":()=>I2,ampoule:()=>eD,bandage:()=>Z2,bottle:()=>tD,box:()=>X2,cm:()=>T2,default:()=>DSe,dropsperminute:()=>A2,"effervescent-tablet":()=>Y2,gm:()=>O2,internationalunits:()=>R2,iu:()=>q2,liter:()=>Q2,"mck/h":()=>M2,"mck/kg/minute":()=>P2,measure:()=>N2,meq:()=>U2,mg:()=>j2,"mg/h":()=>L2,"mg/ml":()=>H2,micrograms:()=>$2,miu:()=>W2,"ml/h":()=>F2,mmol:()=>G2,piece:()=>K2,syringe:()=>J2,"syringe-ampoule":()=>aD,tbl:()=>V2,tsp:()=>z2,"unt/h":()=>B2});var JS="{count, plural, one{Teaspoon (5 ml)} other{Teaspoons (5 ml)}}",e2="{count, plural, one{ampoule} other{ampoules}}",t2="applic.",a2="{count, plural, one{capsule} other{capsules}}",i2="{count, plural, one{tablet} other{tablets}}",n2="{count, plural, one{dose} other{doses}}",r2="{count, plural, one{drop} other{drops}}",o2="{count, plural, one{bottle} other{bottles}}",s2="{count, plural, one{implant} other{implants}}",l2="{count, plural, one{perfusion} other{perfusions}}",c2="{count, plural, one{inhalation} other{inhalations}}",d2="insert",u2="{count, plural, one{chewing gum} other{chewing gums}}",h2="{count, plural, one{compress} other{compresses}}",p2="enema",m2="ml",f2="{count, plural, one{ovule} other{ovules}}",g2="{count, plural, one{pearl} other{pearls}}",b2="{count, plural, one{pastille} other{pastilles}}",v2="{count, plural, one{patch} other{patches}}",y2="{count, plural, one{cartridge} other{cartridges}}",_2="{count, plural, one{pen} other{pens}}",x2="{count, plural, one{puff} other{puffs}}",w2="{count, plural, one{sponge} other{sponges}}",k2="{count, plural, one{stylo} other{stylos}}",E2="{count, plural, one{supository} other{supositories}}",C2="{count, plural, one{tube} other{tubes}}",S2="{count, plural, one{wick} other{wicks}}",D2="{count, plural, one{bag} other{bags}}",I2="{count, plural, one{small bag} other{small bags}}",T2="centimeter",A2="{count, plural, one{drop per minute} other{drops per minute}}",O2="gram",R2="international units",M2="microgram per hour",P2="microgram per kilogram per minute",N2="{count, plural, one{measure} other{measures}}",L2="milligram per hour",F2="milliliter per hour",V2="{count, plural, one{tablespoon} other{tablespoons}}",z2="{count, plural, one{teaspoon} other{teaspoons}}",B2="{count, plural, one{unit per hour} other{units per hour}}",j2="milligram",H2="milligram per milliliter",U2="milli-equivalent",W2="miu",q2="international units",G2="millimole",Y2="{count, plural, one{effervescent tablet} other{effervescent tablets}}",$2="microgram",Z2="{count, plural, one{bandage} other{bandages}}",K2="{count, plural, one{piece} other{pieces}}",X2="{count, plural, one{spray} other{sprays}}",Q2="liter",J2="{count, plural, one{syringe} other{syringes}}",eD="{count, plural, one{ampoule} other{ampoules}}",tD="{count, plural, one{bottle} other{bottles}}",aD="{count, plural, one{syringe ampoule} other{syringe ampoules}}",DSe={"00001":JS,"00002":e2,"00003":t2,"00004":a2,"00005":i2,"00006":n2,"00007":r2,"00008":o2,"00009":s2,"00010":l2,"00011":c2,"00012":d2,"00013":u2,"00014":h2,"00015":p2,"00016":m2,"00017":f2,"00018":g2,"00019":b2,"00020":v2,"00021":y2,"00022":_2,"00023":x2,"00024":w2,"00025":k2,"00026":E2,"00027":C2,"00028":S2,"00029":D2,"00030":I2,cm:T2,dropsperminute:A2,gm:O2,internationalunits:R2,"mck/h":M2,"mck/kg/minute":P2,measure:N2,"mg/h":L2,"ml/h":F2,tbl:V2,tsp:z2,"unt/h":B2,mg:j2,"mg/ml":H2,meq:U2,miu:W2,iu:q2,mmol:G2,"effervescent-tablet":Y2,micrograms:$2,bandage:Z2,piece:K2,box:X2,liter:Q2,syringe:J2,ampoule:eD,bottle:tD,"syringe-ampoule":aD},iD={};ve(iD,{"00001":()=>nD,"00002":()=>rD,"00003":()=>oD,"00004":()=>sD,"00005":()=>lD,"00006":()=>cD,"00007":()=>dD,"00008":()=>uD,"00009":()=>hD,"00010":()=>pD,"00011":()=>mD,"00012":()=>fD,"00013":()=>gD,"00014":()=>bD,"00015":()=>vD,"00016":()=>yD,"00017":()=>_D,"00018":()=>xD,"00019":()=>wD,"00020":()=>kD,"00021":()=>ED,"00022":()=>CD,"00023":()=>SD,"00024":()=>DD,"00025":()=>ID,"00026":()=>TD,"00027":()=>AD,"00028":()=>OD,"00029":()=>RD,"00030":()=>MD,ampoule:()=>rI,bandage:()=>eI,bottle:()=>oI,box:()=>aI,cm:()=>PD,default:()=>ISe,dropsperminute:()=>ND,"effervescent-tablet":()=>QD,gm:()=>LD,internationalunits:()=>FD,iu:()=>KD,liter:()=>iI,"mck/h":()=>VD,"mck/kg/minute":()=>zD,measure:()=>BD,meq:()=>$D,mg:()=>GD,"mg/h":()=>jD,"mg/ml":()=>YD,micrograms:()=>JD,miu:()=>ZD,"ml/h":()=>HD,mmol:()=>XD,piece:()=>tI,syringe:()=>nI,"syringe-ampoule":()=>sI,tbl:()=>UD,tsp:()=>WD,"unt/h":()=>qD});var nD="{count, plural, one{cuillère à café (5 ml)} other{cuillères à café (5 ml)}}",rD="amp.",oD="applic.",sD="caps.",lD="compr.",cD="{count, plural, one{dose} other{doses}}",dD="{count, plural, one{goutte} other{gouttes}}",uD="flac.",hD="{count, plural, one{implant} other{implants}}",pD="{count, plural, one{perfusion} other{perfusions}}",mD="{count, plural, one{inhalation} other{inhalations}}",fD="insert",gD="{count, plural, one{gomme à mâcher} other{gommes à mâcher}}",bD="{count, plural, one{compres(se)} other{compres(ses)}}",vD="{count, plural, one{lavement} other{lavements}}",yD="ml",_D="ov.",xD="{count, plural, one{perle} other{perles}}",wD="{count, plural, one{pastille} other{pastilles}}",kD="{count, plural, one{patch} other{patchs}}",ED="patr.",CD="{count, plural, one{stylo} other{stylos}}",SD="{count, plural, one{puff} other{puffs}}",DD="{count, plural, one{éponge} other{éponges}}",ID="{count, plural, one{stylo} other{stylos}}",TD="suppo",AD="{count, plural, one{tube} other{tubes}}",OD="{count, plural, one{mèche} other{mèches}}",RD="{count, plural, one{sac} other{sacs}}",MD="{count, plural, one{sachet} other{sachets}}",PD="{count, plural, one{centimètre} other{centimètres}}",ND="{count, plural, one{goute par minute} other{goutes par minute}}",LD="{count, plural, one{gramme} other{grammes}}",FD="{count, plural, one{unité internationales} other{unités internationales}}",VD="{count, plural, one{microgramme par heure} other{microgrammes par heure}}",zD="{count, plural, one{microgramme par kilogramme par minute} other{microgrammes par kilogramme par minute}}",BD="{count, plural, one{mesure} other{mesures}}",jD="{count, plural, one{milligramme par heure} other{milligrammes par heure}}",HD="{count, plural, one{millilitre par heure} other{millilitres par heure}}",UD="{count, plural, one{cuillère à soupe} other{cuillères à soupe}}",WD="{count, plural, one{cuillère à café} other{cuillères à café}}",qD="{count, plural, one{unité par heure} other{unités par heure}}",GD="{count, plural, one{miligramme} other{miligrammes}}",YD="{count, plural, one{milligramme par millimètre} other{milligrammes par millimètre}}",$D="milli-équivalent",ZD="miu",KD="{count, plural, one{unité internationales} other{unités internationales}}",XD="millimol",QD="{count, plural, one{comprimé effervescent} other{comprimés effervescents}}",JD="{count, plural, one{microgramme} other{microgrammes}}",eI="{count, plural, one{bandage} other{bandages}}",tI="{count, plural, one{pièce} other{pièces}}",aI="{count, plural, one{vaporisateur} other{vaporisateurs}}",iI="{count, plural, one{litre} other{litres}}",nI="{count, plural, one{seringue} other{seringues}}",rI="{count, plural, one{ampoule} other{ampoules}}",oI="{count, plural, one{fiole} other{fioles}}",sI="{count, plural, one{ampoule de seringue} other{ampoules de seringue}}",ISe={"00001":nD,"00002":rD,"00003":oD,"00004":sD,"00005":lD,"00006":cD,"00007":dD,"00008":uD,"00009":hD,"00010":pD,"00011":mD,"00012":fD,"00013":gD,"00014":bD,"00015":vD,"00016":yD,"00017":_D,"00018":xD,"00019":wD,"00020":kD,"00021":ED,"00022":CD,"00023":SD,"00024":DD,"00025":ID,"00026":TD,"00027":AD,"00028":OD,"00029":RD,"00030":MD,cm:PD,dropsperminute:ND,gm:LD,internationalunits:FD,"mck/h":VD,"mck/kg/minute":zD,measure:BD,"mg/h":jD,"ml/h":HD,tbl:UD,tsp:WD,"unt/h":qD,mg:GD,"mg/ml":YD,meq:$D,miu:ZD,iu:KD,mmol:XD,"effervescent-tablet":QD,micrograms:JD,bandage:eI,piece:tI,box:aI,liter:iI,syringe:nI,ampoule:rI,bottle:oI,"syringe-ampoule":sI},lI={};ve(lI,{"00001":()=>cI,"00002":()=>dI,"00003":()=>uI,"00004":()=>hI,"00005":()=>pI,"00006":()=>mI,"00007":()=>fI,"00008":()=>gI,"00009":()=>bI,"00010":()=>vI,"00011":()=>yI,"00012":()=>_I,"00013":()=>xI,"00014":()=>wI,"00015":()=>kI,"00016":()=>EI,"00017":()=>CI,"00018":()=>SI,"00019":()=>DI,"00020":()=>II,"00021":()=>TI,"00022":()=>AI,"00023":()=>OI,"00024":()=>RI,"00025":()=>MI,"00026":()=>PI,"00027":()=>NI,"00028":()=>LI,"00029":()=>FI,"00030":()=>VI,ampoule:()=>dT,bandage:()=>rT,bottle:()=>uT,box:()=>sT,cm:()=>zI,default:()=>TSe,dropsperminute:()=>BI,"effervescent-tablet":()=>iT,gm:()=>jI,internationalunits:()=>HI,iu:()=>tT,liter:()=>lT,"mck/h":()=>UI,"mck/kg/minute":()=>WI,measure:()=>qI,meq:()=>JI,mg:()=>XI,"mg/h":()=>GI,"mg/ml":()=>QI,micrograms:()=>nT,miu:()=>eT,"ml/h":()=>YI,mmol:()=>aT,piece:()=>oT,syringe:()=>cT,"syringe-ampoule":()=>hT,tbl:()=>$I,tsp:()=>ZI,"unt/h":()=>KI});var cI="{count, plural, one{Koffielepel (5 ml)} other{Koffielepels (5 ml)}}",dI="{count, plural, one{ampule} other{ampullen}}",uI="aanbrengen",hI="{count, plural, one{capsule} other{capsules}}",pI="{count, plural, one{tablet} other{tabletten}}",mI="{count, plural, one{dose} other{dosissen}}",fI="{count, plural, one{druppel} other{druppels}}",gI="{count, plural, one{flesje} other{flesjes}}",bI="{count, plural, one{implantaat} other{implantaten}}",vI="{count, plural, one{infuus} other{infusen}}",yI="{count, plural, one{inhalatie} other{inhalaties}}",_I="inbrengen",xI="{count, plural, one{kauwgom} other{kauwgommen}}",wI="{count, plural, one{kompres} other{kompressen}}",kI="lavement",EI="ml",CI="{count, plural, one{ovule} other{ovules}}",SI="{count, plural, one{parel} other{parels}}",DI="{count, plural, one{pastille} other{pastilles}}",II="{count, plural, one{pleister} other{pleisters}}",TI="{count, plural, one{patroon} other{patronen}}",AI="{count, plural, one{pen} other{pennen}}",OI="{count, plural, one{puff} other{puffs}}",RI="{count, plural, one{spons} other{sponsen}}",MI="{count, plural, one{stylo} other{stylos}}",PI="{count, plural, one{zetpil} other{zetpillen}}",NI="{count, plural, one{tube} other{tubes}}",LI="{count, plural, one{wiek} other{wieken}}",FI="{count, plural, one{zak} other{zakken}}",VI="{count, plural, one{zakje} other{zakjes}}",zI="centimeter",BI="{count, plural, one{druppel per minuut} other{druppels per minuut}}",jI="gram",HI="internationale eenheden",UI="microgram per uur",WI="microgram per kilogram per minuut",qI="{count, plural, one{maat} other{maten}}",GI="milligram per uur",YI="milliliter per uur",$I="{count, plural, one{eetlepel} other{eetlepels}}",ZI="{count, plural, one{koffielepel} other{koffielepels}}",KI="{count, plural, one{eenheid per uur} other{eenheden per uur}}",XI="miligram",QI="miligram per milimeter",JI="milli-equivalent",eT="miu",tT="internationale eenheden",aT="millimol",iT="{count, plural, one{bruistablet} other{bruistabletten}}",nT="microgram",rT="{count, plural, one{verband} other{verbanden}}",oT="{count, plural, one{stuk} other{stuks}}",sT="{count, plural, one{verstuiving} other{verstuivingen}}",lT="liter",cT="{count, plural, one{spuit} other{spuiten}}",dT="{count, plural, one{ampul} other{ampullen}}",uT="{count, plural, one{fles} other{flessen}}",hT="{count, plural, one{spuitampul} other{spuitampullen}}",TSe={"00001":cI,"00002":dI,"00003":uI,"00004":hI,"00005":pI,"00006":mI,"00007":fI,"00008":gI,"00009":bI,"00010":vI,"00011":yI,"00012":_I,"00013":xI,"00014":wI,"00015":kI,"00016":EI,"00017":CI,"00018":SI,"00019":DI,"00020":II,"00021":TI,"00022":AI,"00023":OI,"00024":RI,"00025":MI,"00026":PI,"00027":NI,"00028":LI,"00029":FI,"00030":VI,cm:zI,dropsperminute:BI,gm:jI,internationalunits:HI,"mck/h":UI,"mck/kg/minute":WI,measure:qI,"mg/h":GI,"ml/h":YI,tbl:$I,tsp:ZI,"unt/h":KI,mg:XI,"mg/ml":QI,meq:JI,miu:eT,iu:tT,mmol:aT,"effervescent-tablet":iT,micrograms:nT,bandage:rT,piece:oT,box:sT,liter:lT,syringe:cT,ampoule:dT,bottle:uT,"syringe-ampoule":hT},ASe={nl:lI,fr:iD,de:YC,en:QS},pT={};ve(pT,{default:()=>OSe,friday:()=>vT,monday:()=>mT,saturday:()=>yT,sunday:()=>_T,thursday:()=>bT,tuesday:()=>fT,wednesday:()=>gT});var mT="Montag",fT="Dienstag",gT="Mittwoch",bT="Donnerstag",vT="Freitag",yT="Samstag",_T="Sonntag",OSe={monday:mT,tuesday:fT,wednesday:gT,thursday:bT,friday:vT,saturday:yT,sunday:_T},xT={};ve(xT,{default:()=>RSe,friday:()=>ST,monday:()=>wT,saturday:()=>DT,sunday:()=>IT,thursday:()=>CT,tuesday:()=>kT,wednesday:()=>ET});var wT="Monday",kT="Tuesday",ET="Wednesday",CT="Thursday",ST="Friday",DT="Saturday",IT="Sunday",RSe={monday:wT,tuesday:kT,wednesday:ET,thursday:CT,friday:ST,saturday:DT,sunday:IT},TT={};ve(TT,{default:()=>MSe,friday:()=>PT,monday:()=>AT,saturday:()=>NT,sunday:()=>LT,thursday:()=>MT,tuesday:()=>OT,wednesday:()=>RT});var AT="Lundi",OT="Mardi",RT="Mercredi",MT="Jeudi",PT="Vendredi",NT="Samedi",LT="Dimanche",MSe={monday:AT,tuesday:OT,wednesday:RT,thursday:MT,friday:PT,saturday:NT,sunday:LT},FT={};ve(FT,{default:()=>PSe,friday:()=>HT,monday:()=>VT,saturday:()=>UT,sunday:()=>WT,thursday:()=>jT,tuesday:()=>zT,wednesday:()=>BT});var VT="Maandag",zT="Dinsdag",BT="Woensdag",jT="Donderdag",HT="Vrijdag",UT="Zaterdag",WT="Zondag",PSe={monday:VT,tuesday:zT,wednesday:BT,thursday:jT,friday:HT,saturday:UT,sunday:WT},NSe={nl:FT,fr:TT,de:pT,en:xT},qT={};ve(qT,{VIDIS_0035:()=>GT,VIDIS_0050:()=>YT,VIDIS_0090:()=>$T,VIDIS_0100:()=>EA,VIDIS_0110:()=>SA,VIDIS_0120:()=>CA,VIDIS_0121:()=>ZT,VIDIS_0122:()=>KT,VIDIS_0123:()=>XT,VIDIS_0124:()=>QT,VIDIS_0125:()=>JT,VIDIS_0126:()=>eA,VIDIS_0131:()=>tA,VIDIS_0132:()=>aA,VIDIS_0133:()=>iA,VIDIS_0134:()=>nA,VIDIS_0135:()=>rA,VIDIS_0136:()=>oA,VIDIS_0190:()=>sA,VIDIS_0200:()=>DA,VIDIS_0210:()=>lA,VIDIS_0211:()=>cA,VIDIS_0230:()=>dA,VIDIS_0290:()=>uA,VIDIS_0330:()=>hA,VIDIS_0340:()=>IA,VIDIS_0341:()=>TA,VIDIS_0400:()=>wA,VIDIS_04001:()=>AA,VIDIS_0435:()=>pA,VIDIS_0440:()=>mA,VIDIS_3030:()=>kA,VIDIS_3090:()=>vA,VIDIS_3100:()=>_A,VIDIS_3120:()=>xA,VIDIS_3140:()=>yA,VIDIS_3150:()=>bA,VIDIS_5000:()=>fA,VIDIS_7000:()=>gA,"action-not-authorized-close-button":()=>XA,"action-not-authorized-title":()=>KA,"data-not-available-title":()=>ZA,default:()=>LSe,general:()=>RA,"has-hidden-prescriptions":()=>BA,invalid_date_format:()=>FA,myHealth:()=>PA,myHealthUrl:()=>NA,network_error:()=>LA,"no-access":()=>MA,prescriptionList:()=>OA,"report-message-confirm-toast":()=>$A,"report-message-content":()=>UA,"report-message-explanation":()=>HA,"report-message-ignore-button":()=>YA,"report-message-link":()=>qA,"report-message-report-button":()=>GA,"report-message-term-use":()=>WA,"report-message-title":()=>jA,"status-message-content":()=>zA,"status-message-title":()=>VA});var GT="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_0035)",YT="Die Patienten-INSS fehlt. (VIDIS_0050)",$T="Die angegebenen persönlichen Daten wurden nicht erkannt. (VIDIS_0090)",ZT="Die Einsichtnahme in die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",KT="Die Einsichtnahme in die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",XT="Die Einsichtnahme in die Daten eines Brüsseler Kinder von einem Elternteil ist derzeit nicht erlaubt.",QT="Die Einsichtnahme in die Daten eines wallonischen Kinder von einem Elternteil ist derzeit nicht erlaubt.",JT="Die Einsichtnahme in die Daten eines Brüsseler Patienten von einem Bevollmächtigter ist derzeit nicht erlaubt.",eA="Die Einsichtnahme in die Daten eines wallonischen Patienten von einem Bevollmächtigter ist derzeit nicht erlaubt.",tA="Der Zugriff auf die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",aA="Der Zugriff auf die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",iA="Der Zugriff eines Elternteils auf die Daten eines Brüsseler Kindes ist derzeit nicht erlaubt.",nA="Der Zugriff eines Elternteils auf die Daten eines wallonischen Kindes ist derzeit nicht erlaubt.",rA="Der Zugriff eines Bevollmächtigten auf die Daten eines Brüsseler Patienten ist derzeit nicht erlaubt.",oA="Der Zugriff eines Bevollmächtigten auf die Daten eines wallonischen Patienten ist derzeit nicht erlaubt.",sA="Ungültige INSS-Patientennummer. (VIDIS_0190)",lA="Die Anmeldung war nicht erfolgreich. Versuchen Sie es erneut? (VIDIS_0210)",cA="Die Anmeldung war nicht erfolgreich. Versuchen Sie es erneut? (VIDIS_0211)",dA="Der Vorgang ist ungültig (VIDIS_0230)",uA='Die Benutzerrolle muss "Bürger" sein. (VIDIS_0290)',hA="Ihre Authentifizierungsstufe erlaubt keinen Zugriff auf diese Seite. Bitte melden Sie sich mit einem anderen Authentifizierungsmittel an (itsme, eID oder mit einem per E-Mail oder App verschickten Sicherheitscode). (VIDIS_0330)",pA="Die Speicherregion für den Medikamentenplan kann nicht bestimmt werden. (VIDIS_0435)",mA="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_0440)",fA="Leider konnten wir Ihre Daten nicht abrufen. Versuchen Sie es bitte noch einmal? (VIDIS_5000)",gA="Leider ging dies nicht gut. Versuchen Sie es bitte noch einmal? (VIDIS_7000)",bA="Kein Mandat zwischen Patient und Bevollmächtigtem gefunden.",vA="Das Rezept ist abgelaufen.",yA="Reservierungen müssen bei derselben Apotheke erfolgen wie die, bei der das Visi-Flag gesetzt wurde. Sie können das Visi-Flag auch offen lassen.",_A="Das Visi-Flag muss auf dieselbe Apotheke gesetzt sein, bei der Sie reserviert haben.",xA="Der Patient in der Sitzung ist nicht derselbe wie der Patient in der Anfrage.",wA="Der Benutzer ist nicht berechtigt, die Anfrage zu stellen.",kA="Kein Mandat zwischen Patient und Bevollmächtigtem gefunden.",EA="Vorgang nicht erlaubt.",CA="Es besteht keine therapeutische Beziehung zwischen Anfragendem und Patient.",SA="Keine Zustimmung zur Weitergabe von Gesundheitsdaten.",DA="Der Benutzer darf die Bearbeitung nicht vornehmen, da Antragsteller und Patient sich ausschließen.",IA="Sie sind nicht berechtigt, die Daten dieses Patienten abzurufen, da Ihr Visum nicht aktiv ist. Bitte wenden Sie sich per E-Mail unter visa@health.belgium.be an den FÖD Gesundheit.",TA="Sie sind nicht berechtigt, die Daten dieses Patienten abzurufen, entweder weil Ihr Visum nicht aktiv ist, bitte wenden Sie sich in diesem Fall per E-Mail an den FÖD Gesundheit unter visa@health.belgium.be, oder weil die LIKIV-Nummer der Apotheke ungültig ist, bitte kontaktieren Sie in diesem Fall das LIKIV per E-Mail unter dossierpharma@riziv-inami.fgov.be.",AA="Ihre Anfrage ist ungültig. Bitte versuchen Sie es später erneut.",OA="Leider war es nicht möglich, die Details der Verschreibung abzurufen. Versuchen Sie es erneut?",RA="Ein interner technischer Fehler ist aufgetreten. Bitte versuchen Sie es später nochmal.",MA="Ein interner technischer Fehler ist aufgetreten. Bitte versuchen Sie es später nochmal.",PA="Zurück zum Portal Meine Gesundheit",NA="https://wwwint.meinegesundheit.belgien.be/#/",LA="Es ist leider ein Netzwerkfehler aufgetreten. Bitte wenden Sie sich an Ihren Netzwerkadministrator, wenn das Problem weiterhin besteht.",FA="Ungültiges Datumsformat.",VA="Dienst vorübergehend nicht verfügbar",zA=`Wir haben derzeit ein Problem mit der Verbindung zum Server.
53
+ Bitte versuchen Sie es zu einem späteren Zeitpunkt erneut.`,BA="Der Patient hat ein oder mehrere Verschreibungen ausgeblendet.",jA="Technisches Problem",HA="Bitte versuchen Sie es später noch einmal.",UA="Helfen Sie uns, das Problem zu identifizieren und zu lösen. Mit dem Melden akzeptieren Sie ",WA="unsere Nutzungsbedingungen",qA="https://www.riziv.fgov.be/nl/pagina/datenschutzerklarung-der-mobilen-anwendung-meinegesundheit",GA="Problem melden",YA="Nicht melden",$A="Das Problem wurde gemeldet",ZA="Daten nicht verfügbar",KA="Aktion nicht erlaubt",XA="Schließen",LSe={VIDIS_0035:GT,VIDIS_0050:YT,VIDIS_0090:$T,VIDIS_0121:ZT,VIDIS_0122:KT,VIDIS_0123:XT,VIDIS_0124:QT,VIDIS_0125:JT,VIDIS_0126:eA,VIDIS_0131:tA,VIDIS_0132:aA,VIDIS_0133:iA,VIDIS_0134:nA,VIDIS_0135:rA,VIDIS_0136:oA,VIDIS_0190:sA,VIDIS_0210:lA,VIDIS_0211:cA,VIDIS_0230:dA,VIDIS_0290:uA,VIDIS_0330:hA,VIDIS_0435:pA,VIDIS_0440:mA,VIDIS_5000:fA,VIDIS_7000:gA,VIDIS_3150:bA,VIDIS_3090:vA,VIDIS_3140:yA,VIDIS_3100:_A,VIDIS_3120:xA,VIDIS_0400:wA,VIDIS_3030:kA,VIDIS_0100:EA,VIDIS_0120:CA,VIDIS_0110:SA,VIDIS_0200:DA,VIDIS_0340:IA,VIDIS_0341:TA,VIDIS_04001:AA,prescriptionList:OA,general:RA,"no-access":MA,myHealth:PA,myHealthUrl:NA,network_error:LA,invalid_date_format:FA,"status-message-title":VA,"status-message-content":zA,"has-hidden-prescriptions":BA,"report-message-title":jA,"report-message-explanation":HA,"report-message-content":UA,"report-message-term-use":WA,"report-message-link":qA,"report-message-report-button":GA,"report-message-ignore-button":YA,"report-message-confirm-toast":$A,"data-not-available-title":ZA,"action-not-authorized-title":KA,"action-not-authorized-close-button":XA},QA={};ve(QA,{VIDIS_0035:()=>JA,VIDIS_0050:()=>eO,VIDIS_0090:()=>tO,VIDIS_0100:()=>OO,VIDIS_0110:()=>MO,VIDIS_0120:()=>RO,VIDIS_0121:()=>aO,VIDIS_0122:()=>iO,VIDIS_0123:()=>nO,VIDIS_0124:()=>rO,VIDIS_0125:()=>oO,VIDIS_0126:()=>sO,VIDIS_0131:()=>lO,VIDIS_0132:()=>cO,VIDIS_0133:()=>dO,VIDIS_0134:()=>uO,VIDIS_0135:()=>hO,VIDIS_0136:()=>pO,VIDIS_0190:()=>mO,VIDIS_0200:()=>PO,VIDIS_0210:()=>fO,VIDIS_0211:()=>gO,VIDIS_0230:()=>bO,VIDIS_0290:()=>vO,VIDIS_0330:()=>yO,VIDIS_0340:()=>NO,VIDIS_0341:()=>LO,VIDIS_0400:()=>TO,VIDIS_04001:()=>FO,VIDIS_0435:()=>_O,VIDIS_0440:()=>xO,VIDIS_3030:()=>AO,VIDIS_3090:()=>CO,VIDIS_3100:()=>DO,VIDIS_3120:()=>IO,VIDIS_3140:()=>SO,VIDIS_3150:()=>EO,VIDIS_5000:()=>wO,VIDIS_7000:()=>kO,"action-not-authorized-close-button":()=>nR,"action-not-authorized-title":()=>iR,"data-not-available-title":()=>aR,default:()=>FSe,general:()=>zO,"has-hidden-prescriptions":()=>YO,invalid_date_format:()=>WO,myHealth:()=>jO,myHealthUrl:()=>HO,network_error:()=>UO,"no-access":()=>BO,prescriptionList:()=>VO,"report-message-confirm-toast":()=>tR,"report-message-content":()=>KO,"report-message-explanation":()=>ZO,"report-message-ignore-button":()=>eR,"report-message-link":()=>QO,"report-message-report-button":()=>JO,"report-message-term-use":()=>XO,"report-message-title":()=>$O,"status-message-content":()=>GO,"status-message-title":()=>qO});var JA="Unfortunately, this did not succeed. Please try again. (VIDIS_0035)",eO="The patient's NISS number is missing (VIDIS_0050)",tO="The personal information provided was not recognised. (VIDIS_0090)",aO="Consulting data of a Brussels patient is currently not authorised.",iO="Consulting data of a Walloon patient is currently not authorised.",nO="Consulting data of a Brussels child by a parent is currently not authorised.",rO="Consulting data of a Walloon child by a parent is currently not authorised.",oO="Consulting data of a Brussels patient by a power of attorney is currently not authorised.",sO="Consulting data of a Walloon patient by a power of attorney is currently not authorised.",lO="Access to the data of a Brussels patient is currently not permitted.",cO="Access to the data of a Walloon patient is currently not permitted.",dO="A parent’s access to the data of a Brussels child is currently not permitted.",uO="A parent’s access to the data of a Walloon child is currently not permitted.",hO="A representative’s access to the data of a Brussels patient is currently not permitted.",pO="A representative’s access to the data of a Walloon patient is currently not permitted.",mO="The patient's NISS number is invalid. (VIDIS_0190)",fO="The login was unsuccessful. Please try again. (VIDIS_0210)",gO="The login was unsuccessful. Please try again. (VIDIS_0211)",bO="The request is invalid. (VIDIS_0230)",vO="User role must be citizen. (VIDIS_0290)",yO="Your authentication level is insufficient to access this page. Please authenticate by using other means (itsme, eID or a security code sent via email or an app). (VIDIS_0330)",_O="Cannot determine the storage region of the medication scheme. (VIDIS_0435)",xO="Unfortunately, this did not succeed. Please try again. (VIDIS_0440)",wO="Unfortunately your data could not be retrieved. Please try again. (VIDIS_5000)",kO="Unfortunately, this did not succeed. Please try again. (VIDIS_7000)",EO="No mandate found between patient and mandateholder.",CO="Prescription has expired.",SO="Reservations must be made at the same pharmacy as the pharmacy for which you have set your visi-flag to be able to collect your medication. You can also leave your visi-flag unset or open.",DO="The vision-flag must be set to the same pharmacy as the pharmacy where you have reserved.",IO="The patient in the session is different from the patient in the request.",TO="User is not authorized to make the request.",AO="No mandate found between patient and mandateholder.",OO="Operation is not allowed.",RO="A therapeutic relation between the requester and the patient is not available.",MO="There is no consent to share personal health information.",PO="User is not allowed to perform the operation due to an exclusion between requester and patient.",NO="You are not authorized to consult this patient’s data because your visa is not active. Please contact the FPS Public Health at: visa@health.belgium.be",LO="You are not authorized to consult this patient’s data. - Either your visa is not active. Please contact the FPS Public Health via: visa@health.belgium.be - Or the NIHDI number of the pharmacy is invalid. In that case, please contact NIHDI via: dossierpharma@riziv-inami.fgov.be",FO="Your request is invalid. Please try again later.",VO="Unfortunately the details of the prescription could not be retrieved. Please try again.",zO="An internal technical error has occured. Please try again later.",BO="An internal technical error has occured. Please try again later.",jO="Back to the MyHealth portal.",HO="https://www.myhealth.belgium.be/",UO="A network error unfortunately has occured. Please contact your network manager if the problem persists.",WO="Invalid date format.",qO="Service temporarily unavailable",GO=`We are currently having a problem connecting to the server.
54
+ Please try again later.`,YO="The patient has hidden one or more prescriptions.",$O="Technical problem",ZO="Please try again later.",KO="Help us identify and resolve the issue. By reporting it, you accept ",XO="our terms of use",QO="https://www.riziv.fgov.be/nl/pagina/privacy-statement-for-the-mobile-application-myhealth",JO="Report the problem",eR="Don't report",tR="The problem has been reported",aR="Data not available",iR="Action not authorized",nR="Close",FSe={VIDIS_0035:JA,VIDIS_0050:eO,VIDIS_0090:tO,VIDIS_0121:aO,VIDIS_0122:iO,VIDIS_0123:nO,VIDIS_0124:rO,VIDIS_0125:oO,VIDIS_0126:sO,VIDIS_0131:lO,VIDIS_0132:cO,VIDIS_0133:dO,VIDIS_0134:uO,VIDIS_0135:hO,VIDIS_0136:pO,VIDIS_0190:mO,VIDIS_0210:fO,VIDIS_0211:gO,VIDIS_0230:bO,VIDIS_0290:vO,VIDIS_0330:yO,VIDIS_0435:_O,VIDIS_0440:xO,VIDIS_5000:wO,VIDIS_7000:kO,VIDIS_3150:EO,VIDIS_3090:CO,VIDIS_3140:SO,VIDIS_3100:DO,VIDIS_3120:IO,VIDIS_0400:TO,VIDIS_3030:AO,VIDIS_0100:OO,VIDIS_0120:RO,VIDIS_0110:MO,VIDIS_0200:PO,VIDIS_0340:NO,VIDIS_0341:LO,VIDIS_04001:FO,prescriptionList:VO,general:zO,"no-access":BO,myHealth:jO,myHealthUrl:HO,network_error:UO,invalid_date_format:WO,"status-message-title":qO,"status-message-content":GO,"has-hidden-prescriptions":YO,"report-message-title":$O,"report-message-explanation":ZO,"report-message-content":KO,"report-message-term-use":XO,"report-message-link":QO,"report-message-report-button":JO,"report-message-ignore-button":eR,"report-message-confirm-toast":tR,"data-not-available-title":aR,"action-not-authorized-title":iR,"action-not-authorized-close-button":nR},rR={};ve(rR,{VIDIS_0035:()=>oR,VIDIS_0050:()=>sR,VIDIS_0090:()=>lR,VIDIS_0100:()=>VR,VIDIS_0110:()=>BR,VIDIS_0120:()=>zR,VIDIS_0121:()=>cR,VIDIS_0122:()=>dR,VIDIS_0123:()=>uR,VIDIS_0124:()=>hR,VIDIS_0125:()=>pR,VIDIS_0126:()=>mR,VIDIS_0131:()=>fR,VIDIS_0132:()=>gR,VIDIS_0133:()=>bR,VIDIS_0134:()=>vR,VIDIS_0135:()=>yR,VIDIS_0136:()=>_R,VIDIS_0190:()=>xR,VIDIS_0200:()=>jR,VIDIS_0210:()=>wR,VIDIS_0211:()=>kR,VIDIS_0230:()=>ER,VIDIS_0290:()=>CR,VIDIS_0330:()=>SR,VIDIS_0340:()=>HR,VIDIS_0341:()=>UR,VIDIS_0400:()=>LR,VIDIS_04001:()=>WR,VIDIS_0435:()=>DR,VIDIS_0440:()=>IR,VIDIS_3030:()=>FR,VIDIS_3090:()=>RR,VIDIS_3100:()=>PR,VIDIS_3120:()=>NR,VIDIS_3140:()=>MR,VIDIS_3150:()=>OR,VIDIS_5000:()=>TR,VIDIS_7000:()=>AR,"action-not-authorized-close-button":()=>uM,"action-not-authorized-title":()=>dM,"data-not-available-title":()=>cM,default:()=>VSe,general:()=>GR,"has-hidden-prescriptions":()=>eM,invalid_date_format:()=>XR,myHealth:()=>$R,myHealthUrl:()=>ZR,network_error:()=>KR,"no-access":()=>YR,prescriptionList:()=>qR,"report-message-confirm-toast":()=>lM,"report-message-content":()=>iM,"report-message-explanation":()=>aM,"report-message-ignore-button":()=>sM,"report-message-link":()=>rM,"report-message-report-button":()=>oM,"report-message-term-use":()=>nM,"report-message-title":()=>tM,"status-message-content":()=>JR,"status-message-title":()=>QR});var oR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_0035)",sR="Le NISS du patient est manquant. (VIDIS_0050)",lR="Les informations personnelles fournies n'ont pas été reconnues. (VIDIS_0090)",cR="La consultation des données d'un(e) patient(e) bruxellois(e) n'est pas autorisée pour le moment.",dR="La consultation des données d'un(e) patient(e) wallon(ne) n'est pas autorisée pour le moment.",uR="La consultation des données d'un(e) enfant bruxellois(e) par un parent n'est pas autorisée pour le moment.",hR="La consultation des données d'un(e) enfant wallon(ne) par un parent n'est pas autorisée pour le moment.",pR="La consultation des données d'un(e) patient(e) bruxellois(e) par un(e) mandataire n'est pas autorisée pour le moment.",mR="La consultation des données d'un(e) patient(e) wallon(ne) par un(e) mandataire n'est pas autorisée pour le moment.",fR="La consultation des données d'un(e) patient(e) bruxellois(e) n'est pas autorisée pour le moment.",gR="La consultation des données d'un(e) patient(e) wallon(ne) n'est pas autorisée pour le moment.",bR="La consultation des données d'un(e) enfant bruxellois(e) par un parent n'est pas autorisée pour le moment.",vR="La consultation des données d'un(e) enfant wallon(ne) par un parent n'est pas autorisée pour le moment.",yR="La consultation des données d'un(e) patient(e) bruxellois(e) par un(e) mandataire n'est pas autorisée pour le moment.",_R="La consultation des données d'un(e) patient(e) wallon(ne) par un(e) mandataire n'est pas autorisée pour le moment.",xR="Le NISS du patient n’est pas valide. (VIDIS_0190)",wR="La connexion a échoué. Essayez-vous à nouveau? (VIDIS_0210)",kR="La connexion a échoué. Essayez-vous à nouveau? (VIDIS_0211)",ER="L’opération n’est pas valide. (VIDIS_0230)",CR="Le rôle d’utilisateur doit être citoyen (VIDIS_0290)",SR="Votre niveau d’authentification ne vous permet pas d’accéder à cette page. Veuillez vous connecter avec un autre moyen d’authentification (itsme, eID ou code de sécurité envoyé par e-mail ou via app). (VIDIS_0330)",DR="Impossible de déterminer la région de stockage du schéma de médication. (VIDIS_0435)",IR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_0440)",TR="Malheureusement, nous n'avons pas pu récupérer vos données. Voulez-vous réessayer ? (VIDIS_5000)",AR="Malheureusement, cela ne s'est pas bien passé. Voulez-vous réessayer ? (VIDIS_7000)",OR="Aucun mandat trouvé entre le patient et le mandataire.",RR="L’ordonnance est expirée.",MR="Les réservations doivent être faites auprès de la même pharmacie que celle pour laquelle vous avez défini votre visi-flag. Vous pouvez également laisser le visi-flag vide ou ouvert.",PR="Le visi-flag doit être défini pour la même pharmacie que celle auprès de laquelle vous avez réservé.",NR="Le patient dans la session est différent de celui dans la demande.",LR="L’utilisateur n’est pas autorisé à effectuer la requête.",FR="Aucun mandat trouvé entre le patient et le mandataire.",VR="Opération non autorisée.",zR="Aucune relation thérapeutique entre le demandeur et le patient.",BR="Aucun consentement au partage des données de santé.",jR="L’utilisateur n’est pas autorisé à effectuer l’opération en raison d’une exclusion entre le demandeur et le patient",HR="Vous n’êtes pas autorisé à consulter les données de ce patient parce que votre visa n’est pas actif. Veuillez prendre contact avec le SPF Santé publique à l’adresse e-mail suivante : visa@health.belgium.be",UR="Vous n’êtes pas autorisé à consulter les données de ce patient. - Soit votre visa n’est pas actif. Veuillez prendre contact avec le SPF Santé publique via l’adresse e-mail suivante : visa@health.belgium.be - Soit le numéro INAMI de la pharmacie n’est pas valide. Veuillez dans ce cas contacter l’INAMI à l’adresse e-mail dossierpharma@riziv-inami.fgov.be",WR="Votre requête est invalide. Veuillez réessayer plus tard.",qR="Malheureusement, il n’a pas été possible de retrouver les détails de la prescription. Essayez-vous à nouveau?",GR="Une erreur technique interne s'est produite. Veuillez réessayer plus tard.",YR="Une erreur technique interne s'est produite. Veuillez réessayer plus tard.",$R="Revenir au portail MaSanté",ZR="https://wwwint.masante.belgique.be/#/",KR="Désolé, une erreur réseau s'est produite. Veuillez contacter votre administrateur réseau si le problème persiste.",XR="Le format de date est invalide.",QR="Service temporairement indisponible",JR=`Nous rencontrons actuellement un problème de connexion au serveur.
55
+ Veuillez réessayer plus tard.`,eM="Le patient a masqué une ou plusieurs prescriptions.",tM="Problème technique",aM="Veuillez réessayer plus tard.",iM="Aidez-nous à identifier et résoudre le problème. En le signalant vous acceptez nos ",nM="conditions d'utilisation",rM="https://www.riziv.fgov.be/fr/page/declaration-de-confidentialite-application-mobile-masante",oM="Signaler le problème",sM="Ignorer",lM="Le problème a été signalé",cM="Données non disponibles",dM="Action non autorisée",uM="Fermer",VSe={VIDIS_0035:oR,VIDIS_0050:sR,VIDIS_0090:lR,VIDIS_0121:cR,VIDIS_0122:dR,VIDIS_0123:uR,VIDIS_0124:hR,VIDIS_0125:pR,VIDIS_0126:mR,VIDIS_0131:fR,VIDIS_0132:gR,VIDIS_0133:bR,VIDIS_0134:vR,VIDIS_0135:yR,VIDIS_0136:_R,VIDIS_0190:xR,VIDIS_0210:wR,VIDIS_0211:kR,VIDIS_0230:ER,VIDIS_0290:CR,VIDIS_0330:SR,VIDIS_0435:DR,VIDIS_0440:IR,VIDIS_5000:TR,VIDIS_7000:AR,VIDIS_3150:OR,VIDIS_3090:RR,VIDIS_3140:MR,VIDIS_3100:PR,VIDIS_3120:NR,VIDIS_0400:LR,VIDIS_3030:FR,VIDIS_0100:VR,VIDIS_0120:zR,VIDIS_0110:BR,VIDIS_0200:jR,VIDIS_0340:HR,VIDIS_0341:UR,VIDIS_04001:WR,prescriptionList:qR,general:GR,"no-access":YR,myHealth:$R,myHealthUrl:ZR,network_error:KR,invalid_date_format:XR,"status-message-title":QR,"status-message-content":JR,"has-hidden-prescriptions":eM,"report-message-title":tM,"report-message-explanation":aM,"report-message-content":iM,"report-message-term-use":nM,"report-message-link":rM,"report-message-report-button":oM,"report-message-ignore-button":sM,"report-message-confirm-toast":lM,"data-not-available-title":cM,"action-not-authorized-title":dM,"action-not-authorized-close-button":uM},hM={};ve(hM,{VIDIS_0035:()=>pM,VIDIS_0050:()=>mM,VIDIS_0090:()=>fM,VIDIS_0100:()=>qM,VIDIS_0110:()=>YM,VIDIS_0120:()=>GM,VIDIS_0121:()=>gM,VIDIS_0122:()=>bM,VIDIS_0123:()=>vM,VIDIS_0124:()=>yM,VIDIS_0125:()=>_M,VIDIS_0126:()=>xM,VIDIS_0131:()=>wM,VIDIS_0132:()=>kM,VIDIS_0133:()=>EM,VIDIS_0134:()=>CM,VIDIS_0135:()=>SM,VIDIS_0136:()=>DM,VIDIS_0190:()=>IM,VIDIS_0200:()=>$M,VIDIS_0210:()=>TM,VIDIS_0211:()=>AM,VIDIS_0230:()=>OM,VIDIS_0290:()=>RM,VIDIS_0330:()=>MM,VIDIS_0340:()=>ZM,VIDIS_0341:()=>KM,VIDIS_0400:()=>UM,VIDIS_04001:()=>XM,VIDIS_0435:()=>PM,VIDIS_0440:()=>NM,VIDIS_3030:()=>WM,VIDIS_3090:()=>zM,VIDIS_3100:()=>jM,VIDIS_3120:()=>HM,VIDIS_3140:()=>BM,VIDIS_3150:()=>VM,VIDIS_5000:()=>LM,VIDIS_7000:()=>FM,"action-not-authorized-close-button":()=>vP,"action-not-authorized-title":()=>bP,"data-not-available-title":()=>gP,default:()=>zSe,general:()=>JM,"has-hidden-prescriptions":()=>sP,invalid_date_format:()=>nP,myHealth:()=>tP,myHealthUrl:()=>aP,network_error:()=>iP,"no-access":()=>eP,prescriptionList:()=>QM,"report-message-confirm-toast":()=>fP,"report-message-content":()=>dP,"report-message-explanation":()=>cP,"report-message-ignore-button":()=>mP,"report-message-link":()=>hP,"report-message-report-button":()=>pP,"report-message-term-use":()=>uP,"report-message-title":()=>lP,"status-message-content":()=>oP,"status-message-title":()=>rP});var pM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_0035)",mM="Het INSZ-patiëntnummer ontbreekt. (VIDIS_0050)",fM="De persoonlijke informatie verstrekt werd niet herkend. (VIDIS_0090)",gM="Het raadplegen van gegevens van een Brusselse patiënt is momenteel niet toegelaten.",bM="Het raadplegen van gegevens van een Waalse patiënt is op dit moment niet toegelaten.",vM="Het raadplegen van gegevens van een Brusselse kind door een ouder is momenteel niet toegelaten.",yM="Het raadplegen van gegevens van een Waalse kind door een ouder is momenteel niet toegelaten.",_M="Het raadplegen van gegevens van een Brusselse patiënt door een volmacht is momenteel niet toegelaten.",xM="Het raadplegen van gegevens van een Waalse patiënt door een volmacht is momenteel niet toegelaten.",wM="Het raadplegen van de gegevens van een Brusselse patiënt is momenteel niet toegestaan.",kM="Het raadplegen van de gegevens van een Waalse patiënt is momenteel niet toegestaan.",EM="Het raadplegen van de gegevens van een Brussels kind door een ouder is momenteel niet toegestaan.",CM="Het raadplegen van de gegevens van een Waals kind door een ouder is momenteel niet toegestaan.",SM="Het raadplegen van de gegevens van een Brusselse patiënt door een gemachtigde is momenteel niet toegestaan.",DM="Het raadplegen van de gegevens van een Waalse patiënt door een gemachtigde is momenteel niet toegestaan.",IM="Het INSZ-patiëntnummer is ongeldig. (VIDIS_0190)",TM="Het inloggen is niet geslaagd. Probeert u het even opnieuw? (VIDIS_0210)",AM="Het inloggen is niet geslaagd. Probeert u het even opnieuw? (VIDIS_0211)",OM="Het verzoek is ongeldig. (VIDIS_0230)",RM="Gebruikersrol moet burger zijn. (VIDIS_0290)",MM="Uw authenticatieniveau is onvoldoende om toegang te krijgen tot deze pagina. Gelieve u op een andere manier te authenticeren (itsme, eID of een beveiligingscode verstuurd via email of een app). (VIDIS_0330)",PM="Kan de opslagregio van het medicatieschema niet bepalen. (VIDIS_0435)",NM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_0440)",LM="Het is jammer genoeg niet gelukt uw gegevens op te halen. Probeert u het even opnieuw? (VIDIS_5000)",FM="Dit ging jammer genoeg niet goed. Probeert u het even opnieuw? (VIDIS_7000)",VM="Geen mandaat gevonden tussen patiënt en mandataris.",zM="Voorschrift is verlopen.",BM="Reservaties moeten gebeuren bij dezelfde apotheek als waar de visivlag is ingesteld om medicatie te kunnen afhalen. U kunt de visivlag ook leeg of open laten.",jM="De visivlag moet ingesteld zijn op dezelfde apotheek als waar u gereserveerd heeft.",HM="De patiënt in de sessie is anders dan de patiënt in de aanvraag.",UM="De gebruiker is niet gemachtigd om de aanvraag te doen.",WM="Geen mandaat gevonden tussen patiënt en mandataris.",qM="Bewerking is niet toegestaan.",GM="Er bestaat geen therapeutische relatie tussen aanvrager en patiënt.",YM="Er is geen toestemming om gezondheidsgegevens te delen.",$M="De gebruiker mag de bewerking niet uitvoeren omdat er een uitsluiting bestaat tussen de aanvrager en de patiënt.",ZM="U bent niet bevoegd om de gegevens van deze patiënt te bekijken omdat uw visum niet actief is. Gelieve contact op te nemen met de FOD Volksgezondheid via het e-mailadres visa@health.fgov.be",KM="U bent niet bevoegd om de gegevens van deze patiënt te bekijken omdat - ofwel uw visum niet actief is. Gelieve contact op te nemen met de FOD Volksgezondheid via het e-mailadres visa@health.fgov.be - ofwel het RIZIV nummer van de apotheek niet geldig is. Gelieve contact op te nemen met het RIZIV via het e-mailadres dossierpharma@riziv-inami.fgov.be",XM="Uw verzoek is ongeldig. Probeer later opnieuw.",QM="Het is jammer genoeg niet gelukt de details van het voorschrift op te halen. Probeert u het even opnieuw?",JM="Er is een interne technische fout opgetreden. Probeer het later opnieuw.",eP="Er is een interne technische fout opgetreden. Probeer het later opnieuw.",tP="Terug naar het MijnGezondheid portaal",aP="http://wwwint.mijngezondheid.belgie.be/",iP="Er is helaas een netwerkfout opgetreden. Neem contact op met uw netwerkbeheerder als het probleem aanhoudt.",nP="Ongeldig datumformaat.",rP="Service tijdelijk niet beschikbaar",oP=`Er is momenteel een probleem met de verbinding met de server.
56
+ Probeer het later nog eens.`,sP="De patiënt heeft 1 of meerdere voorschriften verborgen.",lP="Technisch probleem",cP="Probeer het later opnieuw.",dP="Help ons het probleem te identificeren en op te lossen. Door het te melden gaat u akkoord met onze ",uP="gebruiksvoorwaarden",hP="https://www.riziv.fgov.be/nl/pagina/privacyverklaring-mobiele-applicatie-mijngezondheid",pP="Probleem melden",mP="Niet melden",fP="Het probleem is gemeld",gP="Gegevens niet beschikbaar",bP="Actie niet toegestaan",vP="Sluiten",zSe={VIDIS_0035:pM,VIDIS_0050:mM,VIDIS_0090:fM,VIDIS_0121:gM,VIDIS_0122:bM,VIDIS_0123:vM,VIDIS_0124:yM,VIDIS_0125:_M,VIDIS_0126:xM,VIDIS_0131:wM,VIDIS_0132:kM,VIDIS_0133:EM,VIDIS_0134:CM,VIDIS_0135:SM,VIDIS_0136:DM,VIDIS_0190:IM,VIDIS_0210:TM,VIDIS_0211:AM,VIDIS_0230:OM,VIDIS_0290:RM,VIDIS_0330:MM,VIDIS_0435:PM,VIDIS_0440:NM,VIDIS_5000:LM,VIDIS_7000:FM,VIDIS_3150:VM,VIDIS_3090:zM,VIDIS_3140:BM,VIDIS_3100:jM,VIDIS_3120:HM,VIDIS_0400:UM,VIDIS_3030:WM,VIDIS_0100:qM,VIDIS_0120:GM,VIDIS_0110:YM,VIDIS_0200:$M,VIDIS_0340:ZM,VIDIS_0341:KM,VIDIS_04001:XM,prescriptionList:QM,general:JM,"no-access":eP,myHealth:tP,myHealthUrl:aP,network_error:iP,invalid_date_format:nP,"status-message-title":rP,"status-message-content":oP,"has-hidden-prescriptions":sP,"report-message-title":lP,"report-message-explanation":cP,"report-message-content":dP,"report-message-term-use":uP,"report-message-link":hP,"report-message-report-button":pP,"report-message-ignore-button":mP,"report-message-confirm-toast":fP,"data-not-available-title":gP,"action-not-authorized-title":bP,"action-not-authorized-close-button":vP},BSe={nl:hM,fr:rR,de:qT,en:QA},yP={};ve(yP,{close:()=>_P,default:()=>jSe,downloadLeaflet:()=>xP,file:()=>wP});var _P="Schließen",xP="Download Packungsbeilage (pdf)",wP="feile",jSe={close:_P,downloadLeaflet:xP,file:wP},kP={};ve(kP,{close:()=>EP,default:()=>HSe,downloadLeaflet:()=>CP,file:()=>SP});var EP="Close",CP="Download leaflet (pdf)",SP="file",HSe={close:EP,downloadLeaflet:CP,file:SP},DP={};ve(DP,{close:()=>IP,default:()=>USe,downloadLeaflet:()=>TP,file:()=>AP});var IP="Fermer",TP="Télécharger la notice (pdf)",AP="fichier",USe={close:IP,downloadLeaflet:TP,file:AP},OP={};ve(OP,{close:()=>RP,default:()=>WSe,downloadLeaflet:()=>MP,file:()=>PP});var RP="Sluiten",MP="Download bijsluiter (pdf)",PP="bestand",WSe={close:RP,downloadLeaflet:MP,file:PP},qSe={nl:OP,fr:DP,de:yP,en:kP},NP={};ve(NP,{D:()=>LP,DA:()=>FP,DD:()=>VP,DE:()=>zP,DN:()=>BP,DQ:()=>jP,DT:()=>HP,DV:()=>UP,DW:()=>WP,DX:()=>qP,DZ:()=>GP,J:()=>YP,JD:()=>$P,JH2:()=>ZP,JQ:()=>KP,JT:()=>XP,JV:()=>QP,JZ:()=>JP,M:()=>eN,MA:()=>tN,MC:()=>aN,MD:()=>iN,ME:()=>nN,MN:()=>rN,MQ:()=>oN,MS:()=>sN,MT:()=>lN,MV:()=>cN,MX:()=>dN,MZ2:()=>uN,O1:()=>hN,U:()=>mN,UA:()=>xN,UD:()=>gN,UE:()=>EN,UH:()=>pN,UN:()=>wN,UQ:()=>vN,US:()=>_N,UT:()=>fN,UV:()=>bN,UW:()=>CN,UX:()=>kN,UZ:()=>yN,W:()=>SN,WA:()=>DN,WD:()=>IN,WE:()=>TN,WN:()=>AN,WP:()=>ON,WQ:()=>RN,WS:()=>MN,WT:()=>PN,WV:()=>NN,WW:()=>LN,WX:()=>FN,WZ:()=>VN,default:()=>GSe,ondemand:()=>zN});var LP="Pro Tag",FP="Pro 8 Tagen",VP="Pro 3 Tagen",zP="Pro 11 Tagen",BP="Pro 9 Tagen",jP="Pro 5 Tagen",HP="Pro 2 Tagen",UP="Pro 4 Tagen",WP="Pro 12 Tagen",qP="Pro 10 Tagen",GP="Pro 6 Tagen",YP="Pro Jahre",$P="Pro 3 Jahren",ZP="Pro halbes Jahre",KP="Pro 5 Jahren",XP="Pro 2 Jahren",QP="Pro 4 Jahren",JP="Pro 6 Jahren",eN="Pro Monat",tN="Pro 8 Monaten",aN="Pro 18 Monaten",iN="Pro 3 Monaten",nN="Pro 11 Monaten",rN="Pro 9 Monaten",oN="Pro 5 Monaten",sN="Pro 7 Monaten",lN="Pro 2 Monaten",cN="Pro 4 Monaten",dN="Pro 10 Monaten",uN="Pro 6 Monaten",hN="Jeden 2 Tagen",pN="Pro halbe Stunde",mN="Pro Uhr",fN="Pro 2 Uhren",gN="Pro 3 Uhren",bN="Pro 4 Uhren",vN="Pro 5 Uhren",yN="Pro 6 Uhren",_N="Pro 7 Uhren",xN="Pro 8 Uhren",wN="Pro 9 Uhren",kN="Pro 10 Uhren",EN="Pro 11 Uhren",CN="Pro 12 Uhren",SN="Pro Woche",DN="Pro 8 Wochen",IN="Pro 3 Wochen",TN="Pro 11 Wochen",AN="Pro 9 Wochen",ON="Pro 24 Wochen",RN="Pro 5 Wochen",MN="Pro 7 Wochen",PN="Pro 2 Wochen",NN="Pro 4 Wochen",LN="Pro 12 Wochen",FN="Pro 10 Wochen",VN="Pro 6 Wochen",zN="Auf Nachfrage",GSe={D:LP,DA:FP,DD:VP,DE:zP,DN:BP,DQ:jP,DT:HP,DV:UP,DW:WP,DX:qP,DZ:GP,J:YP,JD:$P,JH2:ZP,JQ:KP,JT:XP,JV:QP,JZ:JP,M:eN,MA:tN,MC:aN,MD:iN,ME:nN,MN:rN,MQ:oN,MS:sN,MT:lN,MV:cN,MX:dN,MZ2:uN,O1:hN,UH:pN,U:mN,UT:fN,UD:gN,UV:bN,UQ:vN,UZ:yN,US:_N,UA:xN,UN:wN,UX:kN,UE:EN,UW:CN,W:SN,WA:DN,WD:IN,WE:TN,WN:AN,WP:ON,WQ:RN,WS:MN,WT:PN,WV:NN,WW:LN,WX:FN,WZ:VN,ondemand:zN},BN={};ve(BN,{D:()=>e3,DA:()=>l3,DD:()=>i3,DE:()=>u3,DN:()=>c3,DQ:()=>r3,DT:()=>t3,DV:()=>n3,DW:()=>h3,DX:()=>d3,DZ:()=>o3,J:()=>F3,JD:()=>B3,JH2:()=>A3,JQ:()=>H3,JT:()=>z3,JV:()=>j3,JZ:()=>U3,M:()=>g3,MA:()=>M3,MC:()=>V3,MD:()=>S3,ME:()=>L3,MN:()=>P3,MQ:()=>I3,MS:()=>R3,MT:()=>x3,MV:()=>D3,MX:()=>N3,MZ2:()=>O3,O1:()=>a3,U:()=>HN,UA:()=>ZN,UD:()=>WN,UE:()=>QN,UH:()=>jN,UN:()=>KN,UQ:()=>GN,US:()=>$N,UT:()=>UN,UV:()=>qN,UW:()=>JN,UX:()=>XN,UZ:()=>YN,W:()=>s3,WA:()=>_3,WD:()=>m3,WE:()=>E3,WN:()=>w3,WP:()=>T3,WQ:()=>b3,WS:()=>y3,WT:()=>p3,WV:()=>f3,WW:()=>C3,WX:()=>k3,WZ:()=>v3,default:()=>YSe,ondemand:()=>W3});var jN="Per half hour",HN="Per hour",UN="Per 2 hours",WN="Per 3 hours",qN="Per 4 hours",GN="Per 5 hours",YN="Per 6 hours",$N="Per 7 hours",ZN="Per 8 hours",KN="Per 9 hours",XN="Per 10 hours",QN="Per11 hours",JN="Per 12 hours",e3="Per day",t3="Per 2 days",a3="Every 2 days",i3="Per 3 days",n3="Per 4 days",r3="Per 5 days",o3="Per 6 days",s3="Per 7 days",l3="Per 8 days",c3="Per 9 days",d3="Per 10 days",u3="Per 11 days",h3="Per 12 days",p3="Per 2 weeks",m3="Per 3 weeks",f3="Per 4 weeks",g3="Per month",b3="Per 5 weeks",v3="Per 6 weeks",y3="Per 7 weeks",_3="Per 8 weeks",x3="Per 2 months",w3="Per 9 weeks",k3="Per 10 weeks",E3="Per 11 weeks",C3="Per 12 weeks",S3="Per 3 months",D3="Per 4 months",I3="Per 5 months",T3="Per 24 weeks",A3="Per half year",O3="Per 6 months",R3="Per 7 months",M3="Per 8 months",P3="Per 9 months",N3="Per 10 months",L3="Per 11 months",F3="Per Year",V3="Per 18 months",z3="Per 2 years",B3="Per 3 years",j3="Per 4 years",H3="Per 5 years",U3="Per 6 years",W3="On demand",YSe={UH:jN,U:HN,UT:UN,UD:WN,UV:qN,UQ:GN,UZ:YN,US:$N,UA:ZN,UN:KN,UX:XN,UE:QN,UW:JN,D:e3,DT:t3,O1:a3,DD:i3,DV:n3,DQ:r3,DZ:o3,W:s3,DA:l3,DN:c3,DX:d3,DE:u3,DW:h3,WT:p3,WD:m3,WV:f3,M:g3,WQ:b3,WZ:v3,WS:y3,WA:_3,MT:x3,WN:w3,WX:k3,WE:E3,WW:C3,MD:S3,MV:D3,MQ:I3,WP:T3,JH2:A3,MZ2:O3,MS:R3,MA:M3,MN:P3,MX:N3,ME:L3,J:F3,MC:V3,JT:z3,JD:B3,JV:j3,JQ:H3,JZ:U3,ondemand:W3},q3={};ve(q3,{D:()=>G3,DA:()=>Y3,DD:()=>$3,DE:()=>Z3,DN:()=>K3,DQ:()=>X3,DT:()=>Q3,DV:()=>J3,DW:()=>e5,DX:()=>t5,DZ:()=>a5,J:()=>i5,JD:()=>n5,JH2:()=>r5,JQ:()=>o5,JT:()=>s5,JV:()=>l5,JZ:()=>c5,M:()=>d5,MA:()=>u5,MC:()=>h5,MD:()=>p5,ME:()=>m5,MN:()=>f5,MQ:()=>g5,MS:()=>b5,MT:()=>v5,MV:()=>y5,MX:()=>_5,MZ2:()=>x5,O1:()=>w5,U:()=>E5,UA:()=>O5,UD:()=>S5,UE:()=>P5,UH:()=>k5,UN:()=>R5,UQ:()=>I5,US:()=>A5,UT:()=>C5,UV:()=>D5,UW:()=>N5,UX:()=>M5,UZ:()=>T5,W:()=>L5,WA:()=>F5,WD:()=>V5,WE:()=>z5,WN:()=>B5,WP:()=>j5,WQ:()=>H5,WS:()=>U5,WT:()=>W5,WV:()=>q5,WW:()=>G5,WX:()=>Y5,WZ:()=>$5,default:()=>$Se,ondemand:()=>Z5});var G3="Par jour",Y3="Par 8 jours",$3="Par 3 jours",Z3="Par 11 jours",K3="Par 9 jours",X3="Par 5 jours",Q3="Par 2 jours",J3="Par 4 jours",e5="Par 12 jours",t5="Par 10 jours",a5="Par 6 jours",i5="Par an",n5="Par 3 années",r5="Par demi-années",o5="Par 5 années",s5="Par 2 années",l5="Par 4 années",c5="Par 6 années",d5="Par mois",u5="Par 8 mois",h5="Par 18 mois",p5="Par 3 mois",m5="Par 11 mois",f5="Par 9 mois",g5="Par 5 mois",b5="Par 7 mois",v5="Par 2 mois",y5="Par 4 mois",_5="Par 10 mois",x5="Par 6 mois",w5="Tous les 2 jours",k5="Par demi-heure",E5="Par heure",C5="Par 2 heures",S5="Par 3 heures",D5="Par 4 heures",I5="Par 5 heures",T5="Par 6 heures",A5="Par 7 heures",O5="Par 8 heures",R5="Par 9 heures",M5="Par 10 heures",P5="Par 11 heures",N5="Par 12 heures",L5="Par semaine",F5="Par 8 semaines",V5="Par 3 semaines",z5="Par 11 semaines",B5="Par 9 semaines",j5="Par 24 semaines",H5="Par 5 semaines",U5="Par 7 semaines",W5="Par 2 semaines",q5="Par 4 semaines",G5="Par 12 semaines",Y5="Par 10 semaines",$5="Par 6 semaines",Z5="Sur demande",$Se={D:G3,DA:Y3,DD:$3,DE:Z3,DN:K3,DQ:X3,DT:Q3,DV:J3,DW:e5,DX:t5,DZ:a5,J:i5,JD:n5,JH2:r5,JQ:o5,JT:s5,JV:l5,JZ:c5,M:d5,MA:u5,MC:h5,MD:p5,ME:m5,MN:f5,MQ:g5,MS:b5,MT:v5,MV:y5,MX:_5,MZ2:x5,O1:w5,UH:k5,U:E5,UT:C5,UD:S5,UV:D5,UQ:I5,UZ:T5,US:A5,UA:O5,UN:R5,UX:M5,UE:P5,UW:N5,W:L5,WA:F5,WD:V5,WE:z5,WN:B5,WP:j5,WQ:H5,WS:U5,WT:W5,WV:q5,WW:G5,WX:Y5,WZ:$5,ondemand:Z5},K5={};ve(K5,{D:()=>X5,DA:()=>Q5,DD:()=>J5,DE:()=>eL,DN:()=>tL,DQ:()=>aL,DT:()=>iL,DV:()=>nL,DW:()=>rL,DX:()=>oL,DZ:()=>sL,J:()=>lL,JD:()=>cL,JH2:()=>dL,JQ:()=>uL,JT:()=>hL,JV:()=>pL,JZ:()=>mL,M:()=>fL,MA:()=>gL,MC:()=>bL,MD:()=>vL,ME:()=>yL,MN:()=>_L,MQ:()=>xL,MS:()=>wL,MT:()=>kL,MV:()=>EL,MX:()=>CL,MZ2:()=>SL,O1:()=>DL,U:()=>TL,UA:()=>LL,UD:()=>OL,UE:()=>zL,UH:()=>IL,UN:()=>FL,UQ:()=>ML,US:()=>NL,UT:()=>AL,UV:()=>RL,UW:()=>BL,UX:()=>VL,UZ:()=>PL,W:()=>jL,WA:()=>HL,WD:()=>UL,WE:()=>WL,WN:()=>qL,WP:()=>GL,WQ:()=>YL,WS:()=>$L,WT:()=>ZL,WV:()=>KL,WW:()=>XL,WX:()=>QL,WZ:()=>JL,default:()=>ZSe,ondemand:()=>eF});var X5="Dagelijks",Q5="Om de 8 dagen",J5="Om de 3 dagen",eL="Om de 11 dagen",tL="Om de 9 dagen",aL="Om de 5 dagen",iL="Om de 2 dagen",nL="Om de 4 dagen",rL="Om de 12 dagen",oL="Om de 10 dagen",sL="Om de 6 dagen",lL="Jaarlijks",cL="Om de 3 jaar",dL="Halfjaarlijks",uL="Om de 5 jaar",hL="Om de 2 jaar",pL="Om de 4 jaar",mL="Om de 6 jaar",fL="Maandelijks",gL="Om de 8 maanden",bL="Om de 18 maanden",vL="Om de 3 maanden",yL="Om de 11 maanden",_L="Om de 9 maanden",xL="Om de 5 maanden",wL="Om de 7 maanden",kL="Om de 2 maanden",EL="Om de 4 maanden",CL="Om de 10 maanden",SL="Om de 6 maanden",DL="Om de 2 dagen",IL="Om het half uur",TL="Om het uur",AL="Om de 2 uren",OL="Om de 3 uren",RL="Om de 4 uren",ML="Om de 5 uren",PL="Om de 6 uren",NL="Om de 7 uren",LL="Om de 8 uren",FL="Om de 9 uren",VL="Om de 10 uren",zL="Om de 11 uren",BL="Om de 12 uren",jL="Wekelijks",HL="Om de 8 weken",UL="Om de 3 weken",WL="Om de 11 weken",qL="Om de 9 weken",GL="Om de 24 weken",YL="Om de 5 weken",$L="Om de 7 weken",ZL="Om de 2 weken",KL="Om de 4 weken",XL="Om de 12 weken",QL="Om de 10 weken",JL="Om de 6 weken",eF="Op aanvraag",ZSe={D:X5,DA:Q5,DD:J5,DE:eL,DN:tL,DQ:aL,DT:iL,DV:nL,DW:rL,DX:oL,DZ:sL,J:lL,JD:cL,JH2:dL,JQ:uL,JT:hL,JV:pL,JZ:mL,M:fL,MA:gL,MC:bL,MD:vL,ME:yL,MN:_L,MQ:xL,MS:wL,MT:kL,MV:EL,MX:CL,MZ2:SL,O1:DL,UH:IL,U:TL,UT:AL,UD:OL,UV:RL,UQ:ML,UZ:PL,US:NL,UA:LL,UN:FL,UX:VL,UE:zL,UW:BL,W:jL,WA:HL,WD:UL,WE:WL,WN:qL,WP:GL,WQ:YL,WS:$L,WT:ZL,WV:KL,WW:XL,WX:QL,WZ:JL,ondemand:eF},KSe={nl:K5,fr:q3,de:NP,en:BN},tF={};ve(tF,{afterbreakfast:()=>aF,afterdinner:()=>iF,afterlunch:()=>nF,aftermeal:()=>rF,afternoon:()=>oF,beforebreakfast:()=>sF,beforedinner:()=>lF,beforelunch:()=>cF,betweenbreakfastandlunch:()=>dF,betweendinnerandsleep:()=>uF,betweenlunchanddinner:()=>hF,betweenmeals:()=>pF,breakfast:()=>mF,default:()=>XSe,dinner:()=>fF,duringbreakfast:()=>gF,duringdinner:()=>bF,duringlunch:()=>vF,evening:()=>yF,lunch:()=>_F,morning:()=>xF,night:()=>wF,thehourofsleep:()=>kF});var aF="nach dem Frühstück",iF="nach dem Abendessen",nF="nach dem Mittagessen",rF="nach dem Essen",oF="Nachmittag",sF="vor dem Frühstück",lF="vor dem Abendessen",cF="vor dem Mittagessen",dF="zwischen Frühstück und Mittagessen",uF="zwischen Abendessen und Nachtruhe",hF="zwischen Mittagessen und Abendessen",pF="zwischen den Mahlzeiten",mF="Frühstück",fF="Abendessen",gF="zum Frühstück",bF="zum Abendessen",vF="zum Mittagessen",yF="Abend",_F="Mittagessen",xF="Vormittag",wF="Nacht",kF="Nachtruhe",XSe={afterbreakfast:aF,afterdinner:iF,afterlunch:nF,aftermeal:rF,afternoon:oF,beforebreakfast:sF,beforedinner:lF,beforelunch:cF,betweenbreakfastandlunch:dF,betweendinnerandsleep:uF,betweenlunchanddinner:hF,betweenmeals:pF,breakfast:mF,dinner:fF,duringbreakfast:gF,duringdinner:bF,duringlunch:vF,evening:yF,lunch:_F,morning:xF,night:wF,thehourofsleep:kF},EF={};ve(EF,{afterbreakfast:()=>CF,afterdinner:()=>SF,afterlunch:()=>DF,aftermeal:()=>IF,afternoon:()=>TF,beforebreakfast:()=>AF,beforedinner:()=>OF,beforelunch:()=>RF,betweenbreakfastandlunch:()=>MF,betweendinnerandsleep:()=>PF,betweenlunchanddinner:()=>NF,betweenmeals:()=>LF,breakfast:()=>FF,default:()=>QSe,dinner:()=>VF,duringbreakfast:()=>zF,duringdinner:()=>BF,duringlunch:()=>jF,evening:()=>HF,lunch:()=>UF,morning:()=>WF,night:()=>qF,thehourofsleep:()=>GF});var CF="after breakfast",SF="after dinner",DF="after lunch",IF="after meal",TF="afternoon",AF="before breakfast",OF="before dinner",RF="before lunch",MF="between breakfast and lunch",PF="between dinner and the hour of sleep",NF="between lunch and dinner",LF="between meals",FF="breakfast",VF="dinner",zF="during breakfast",BF="during dinner",jF="during lunch",HF="evening",UF="lunch",WF="morning",qF="night",GF="the hour of sleep",QSe={afterbreakfast:CF,afterdinner:SF,afterlunch:DF,aftermeal:IF,afternoon:TF,beforebreakfast:AF,beforedinner:OF,beforelunch:RF,betweenbreakfastandlunch:MF,betweendinnerandsleep:PF,betweenlunchanddinner:NF,betweenmeals:LF,breakfast:FF,dinner:VF,duringbreakfast:zF,duringdinner:BF,duringlunch:jF,evening:HF,lunch:UF,morning:WF,night:qF,thehourofsleep:GF},YF={};ve(YF,{afterbreakfast:()=>$F,afterdinner:()=>ZF,afterlunch:()=>KF,aftermeal:()=>XF,afternoon:()=>QF,beforebreakfast:()=>JF,beforedinner:()=>e4,beforelunch:()=>t4,betweenbreakfastandlunch:()=>a4,betweendinnerandsleep:()=>i4,betweenlunchanddinner:()=>n4,betweenmeals:()=>r4,breakfast:()=>o4,default:()=>JSe,dinner:()=>s4,duringbreakfast:()=>l4,duringdinner:()=>c4,duringlunch:()=>d4,evening:()=>u4,lunch:()=>h4,morning:()=>p4,night:()=>m4,thehourofsleep:()=>f4});var $F="après le petit-déjeuner",ZF="après le repas du soir",KF="après le repas du midi",XF="après le repas",QF="après-midi",JF="avant le petit-déjeuner",e4="avant le repas du soir",t4="avant le repas du midi",a4="entre le petit-déjeuner et le repas du midi",i4="entre le repas du soir et l’heure du coucher",n4="entre le repas du midi et le repas du soir",r4="entre les repas",o4="petit-déjeuner",s4="repas du soir",l4="pendant le petit-déjeuner",c4="pendant le repas du soir",d4="pendant le repas du midi",u4="soir",h4="repas du midi",p4="matin",m4="nuit",f4="heure du coucher",JSe={afterbreakfast:$F,afterdinner:ZF,afterlunch:KF,aftermeal:XF,afternoon:QF,beforebreakfast:JF,beforedinner:e4,beforelunch:t4,betweenbreakfastandlunch:a4,betweendinnerandsleep:i4,betweenlunchanddinner:n4,betweenmeals:r4,breakfast:o4,dinner:s4,duringbreakfast:l4,duringdinner:c4,duringlunch:d4,evening:u4,lunch:h4,morning:p4,night:m4,thehourofsleep:f4},g4={};ve(g4,{afterbreakfast:()=>b4,afterdinner:()=>v4,afterlunch:()=>y4,aftermeal:()=>_4,afternoon:()=>x4,beforebreakfast:()=>w4,beforedinner:()=>k4,beforelunch:()=>E4,betweenbreakfastandlunch:()=>C4,betweendinnerandsleep:()=>S4,betweenlunchanddinner:()=>D4,betweenmeals:()=>I4,breakfast:()=>T4,default:()=>e2e,dinner:()=>A4,duringbreakfast:()=>O4,duringdinner:()=>R4,duringlunch:()=>M4,evening:()=>P4,lunch:()=>N4,morning:()=>L4,night:()=>F4,thehourofsleep:()=>V4});var b4="na het ontbijt",v4="na het avondmaal",y4="na het middagmaal",_4="na de maaltijd",x4="namiddag",w4="voor het ontbijt",k4="voor het avondmaal",E4="voor het middagmaal",C4="tussen het ontbijt en het middagmaal",S4="tussen het avondmaal en het slapen gaan",D4="tussen het middagmaal en het avondmaal",I4="tussen de maaltijden",T4="ontbijt",A4="avondmaal",O4="tijdens het ontbijt",R4="tijdens het avondmaal",M4="tijdens het middagmaal",P4="'s avonds",N4="middagmaal",L4="'s ochtends",F4="'s nachts",V4="voor het slapen gaan",e2e={afterbreakfast:b4,afterdinner:v4,afterlunch:y4,aftermeal:_4,afternoon:x4,beforebreakfast:w4,beforedinner:k4,beforelunch:E4,betweenbreakfastandlunch:C4,betweendinnerandsleep:S4,betweenlunchanddinner:D4,betweenmeals:I4,breakfast:T4,dinner:A4,duringbreakfast:O4,duringdinner:R4,duringlunch:M4,evening:P4,lunch:N4,morning:L4,night:F4,thehourofsleep:V4},t2e={nl:g4,fr:YF,de:tF,en:EF},z4={};ve(z4,{day:()=>B4,default:()=>a2e,during:()=>U4,on:()=>H4,week:()=>j4});var B4="Tag",j4="Woche",H4="am",U4="für",a2e={day:B4,week:j4,on:H4,during:U4},W4={};ve(W4,{day:()=>q4,default:()=>i2e,during:()=>$4,on:()=>Y4,week:()=>G4});var q4="day",G4="week",Y4="on",$4="during",i2e={day:q4,week:G4,on:Y4,during:$4},Z4={};ve(Z4,{day:()=>K4,default:()=>n2e,during:()=>J4,on:()=>Q4,week:()=>X4});var K4="jour",X4="semaine",Q4="le",J4="durant",n2e={day:K4,week:X4,on:Q4,during:J4},eV={};ve(eV,{day:()=>tV,default:()=>r2e,during:()=>nV,on:()=>iV,week:()=>aV});var tV="dag",aV="week",iV="op",nV="gedurende",r2e={day:tV,week:aV,on:iV,during:nV},o2e={nl:eV,fr:Z4,de:z4,en:W4},rV={};ve(rV,{ambulance_driver:()=>oV,ambulance_first_aid:()=>sV,ambulance_rescuer:()=>lV,application:()=>cV,applied_psychology_bachelor:()=>dV,audician:()=>uV,audiologist:()=>hV,biologist_pharmacist:()=>pV,care_giver:()=>mV,certificateholder:()=>fV,citizen:()=>gV,clinical_orthopedic_pedagogue:()=>bV,clinical_psychologist:()=>vV,default:()=>s2e,dental_hygienist:()=>yV,dentist:()=>_V,deptalgology:()=>xV,deptanatomopathology:()=>wV,deptanesthesiology:()=>kV,deptbacteriology:()=>EV,deptcardiacsurgery:()=>CV,deptcardiology:()=>SV,deptchildandadolescentpsychiatry:()=>DV,deptdentistry:()=>IV,deptdermatology:()=>TV,deptdiabetology:()=>AV,deptdietetics:()=>OV,deptemergency:()=>RV,deptendocrinology:()=>MV,deptgastroenterology:()=>PV,deptgeneralpractice:()=>NV,deptgenetics:()=>LV,deptgeriatry:()=>FV,deptgynecology:()=>VV,depthandsurgery:()=>zV,depthematology:()=>BV,deptinfectiousdisease:()=>jV,deptintensivecare:()=>HV,deptkinesitherapy:()=>UV,deptlaboratory:()=>WV,deptmajorburns:()=>qV,deptmaxillofacialsurgery:()=>GV,deptmedicine:()=>YV,deptmolecularbiology:()=>$V,deptneonatalogy:()=>ZV,deptnephrology:()=>KV,deptneurology:()=>XV,deptneurosurgery:()=>QV,deptnte:()=>JV,deptnuclear:()=>e7,deptnursing:()=>t7,deptnutritiondietetics:()=>a7,deptobstetrics:()=>i7,deptoccupationaltherapy:()=>n7,deptoncology:()=>r7,deptophtalmology:()=>o7,deptorthopedy:()=>s7,deptpalliativecare:()=>l7,deptpediatricintensivecare:()=>c7,deptpediatricsurgery:()=>d7,deptpediatry:()=>u7,deptpharmacy:()=>h7,deptphysicalmedecine:()=>p7,deptphysiotherapy:()=>m7,deptplasticandreparatorysurgery:()=>f7,deptpneumology:()=>g7,deptpodiatry:()=>b7,deptpodology:()=>v7,deptpsychiatry:()=>y7,deptpsychogeriatry:()=>_7,deptpsychology:()=>x7,deptradiology:()=>w7,deptradiotherapy:()=>k7,deptrevalidation:()=>E7,deptrheumatology:()=>C7,deptrhumatology:()=>S7,deptsenology:()=>D7,deptsocialservice:()=>I7,deptspeechtherapy:()=>T7,deptsportsmedecine:()=>A7,deptstomatology:()=>O7,deptsurgery:()=>R7,deptthoracicsurgery:()=>M7,depttoxicology:()=>P7,depttropicalmedecine:()=>N7,depturology:()=>L7,deptvascularsurgery:()=>F7,deptvisceraldigestiveabdominalsurgery:()=>V7,diabete_equipment_supplier:()=>z7,dietician:()=>B7,doctor:()=>j7,family_science_bachelor:()=>H7,gerontology_master:()=>U7,groupofnurses:()=>W7,groupofphysiciansdifferentaddress:()=>q7,groupofphysicianssameaddress:()=>G7,guardpost:()=>Y7,hub:()=>$7,imaging_technologist:()=>Z7,implantprovider:()=>K7,lab_technologist:()=>X7,logopedist:()=>Q7,midwife:()=>J7,nurse:()=>ez,occupational_therapist:()=>tz,optician:()=>az,orghospital:()=>iz,orginsurance:()=>nz,orglaboratory:()=>rz,orgpharmacy:()=>oz,orgpharmacyinvoicingoffice:()=>sz,orgpolyclinic:()=>lz,orgpractice:()=>cz,orgprevention:()=>dz,orgprimaryhealthcarecenter:()=>uz,orgpsychiatriccarehome:()=>hz,orgpublichealth:()=>pz,orgretirementhome:()=>mz,orgrevalidationcenter:()=>fz,orgshelteredliving:()=>gz,orthopedagogist_master:()=>bz,orthopedist:()=>vz,orthoptist:()=>yz,orthotist:()=>_z,patient:()=>xz,pediatric_nurse:()=>wz,persadministrative:()=>kz,persambulancefirstaid:()=>Ez,persappliedpsychbachelor:()=>Cz,persaudician:()=>Sz,persaudiologist:()=>Dz,persbandagistorthosiologist:()=>Iz,persbiologist:()=>Tz,perscaregiver:()=>Az,persclinicalorthopedagogist:()=>Oz,persclinicalpsychologist:()=>Rz,persdentist:()=>Mz,persdietician:()=>Pz,perseducator:()=>Nz,persfamilysciencebachelor:()=>Lz,persgerontologymaster:()=>Fz,perslogopedist:()=>Vz,persmidwife:()=>zz,persmobilityimprover:()=>Bz,persnurse:()=>jz,persoccupationaltherapist:()=>Hz,persoptician:()=>Uz,persoptometrist:()=>Wz,persoraldentalhygienist:()=>qz,persorthopedagogistmaster:()=>Gz,persorthopedist:()=>Yz,persorthoptist:()=>$z,persorthotist:()=>Zz,persparamedical:()=>Kz,perspatientdriver:()=>Xz,perspharmacist:()=>Qz,perspharmacistclinicalbiologist:()=>Jz,perspharmacyassistant:()=>e9,persphysician:()=>t9,persphysiotherapist:()=>a9,perspodologist:()=>i9,perspracticalnurse:()=>n9,persprosthesiologist:()=>r9,perspsychologist:()=>o9,perspsychomotortherapymaster:()=>s9,persreadaptationbachelor:()=>l9,persshoetechnologist:()=>c9,perssocialworker:()=>d9,perstechnician:()=>u9,perstrussmaker:()=>h9,pharmacist:()=>p9,pharmacist_assistant:()=>m9,physician:()=>f9,physiotherapist:()=>g9,podologist:()=>b9,practical_nurse:()=>v9,prosthetist:()=>y9,psychologist:()=>_9,psychomotor_therapy_master:()=>x9,readaptaion_bachelor:()=>w9,social_worker:()=>k9,specialized_educator:()=>E9,truss_maker:()=>C9});var oV="Rettungswagenfahrer",sV="Rettungssanitäter",lV="Rettungssanitäter",cV="Softwareapplikation",dV="Bachelor der angewandten Psychologie",uV="Hörgeräteakustiker",hV="Audiologe",pV="Fachapotheker für klinische Chemie",mV="Pflegekräfte",fV="Zertifikatinhaber",gV="Bürger",bV="Klinischer Heilpädagoge",vV="Klinischer Psychologe",yV="Dentalhygieniker",_V="Zahnarzt",xV="Algologie",wV="pathologische Anatomie",kV="Anästhesiologie",EV="Bakteriologie",CV="Herzchirurgie",SV="Kardiologie",DV="Kinder-und Jugendpsychiatrie",IV="Zahnheilkunde",TV="Dermatologie",AV="Diabetologie",OV="Diätetik",RV="Notaufnahme",MV="Endokrinologie",PV="Gastroenterologie",NV="Allgemeinmedizin",LV="Genetik",FV="Geriatrie",VV="Gynäkologie",zV="Handchirurgie",BV="Hämatologie",jV="Infektionskrankheit",HV="Intensivmedizin",UV="Physiotherapie",WV="Labordienst/-abteilung einer Einrichtung",qV="Schwerbrandverletztenzentrum",GV="Mund-Kiefer-Gesichtschirurgie",YV="Innere Medizin",$V="Molekularbiologie",ZV="Neonatologie",KV="Nephrologie",XV="Neurologie",QV="Neurologie",JV="Hals-Nasen-Ohren-Heilkunde (HNO)",e7="Nuklearmedizin",t7="Krankenpflege",a7="Diätetik",i7="Geburtshilfe",n7="Ergotherapie",r7="Onkologie",o7="Augenheilkunde",s7="Orthopädie",l7="Palliativpflege",c7="Kinder-Intensivstation",d7="Kinderchirurgie",u7="Pädiatrie",h7="Apothekendienst/-abteilung einer Einrichtung",p7="physikalische Medizin",m7="Physiotherapie",f7="plastische Chirurgie und rekonstruktive Chirurgie",g7="Pneumologie",b7="Podiatrie",v7="",y7="Psychiatrie",_7="Psychogeriatrie",x7="Psychologie",w7="Radiologie",k7="Strahlentherapie",E7="Rehabilitation",C7="Rheumatologie",S7="",D7="Senologie",I7="Sozialdienst",T7="Logopädie",A7="Sportmedizin",O7="Stomatologie",R7="Chirurgie",M7="Thoraxchirurgie",P7="Toxikologie",N7="Tropenmedizin",L7="Urologie",F7="Vaskuläre Chirurgie",V7="Viszeralchirurgie/Abdominalchirurgie/Bauchchirurgie",z7="Lieferant von Material für Diabetesselbstverwaltung ",B7="Diätassistent",j7="Arzt",H7="Bachelor der Familienwissenschaften",U7="Master der Gerontologie",W7="Krankenpflegeverband",q7="Zusammenschluss von Ärzten, unterschiedliche Adresse",G7="Zusammenschluss von Ärzten, gleiche Adresse",Y7="Schwesternstützpunkt",$7="Hub",Z7="Technologe im bildgebenden Diagnoseverfahren",K7="Lieferant von Implantaten",X7="Labortechniker",Q7="Logopäde",J7="Hebamme",ez="Fachkraft für Krankenpflege",tz="Ergotherapeut",az="Optiker",iz="Krankenhaus",nz="Versicherung",rz="Unabhängiges Labor",oz="Unabhängige Apotheke",sz="Rechnungstelle für Apotheken",lz="Poliklinik",cz="Praxis",dz="Präventionsdienst",uz="Gesundheits- und Sozialzentrum",hz="psychiatrische Klinik",pz="Gesundheitsbehörde",mz="Altenheim",fz="Reha-Klinik",gz="Initiative für begleitetes Wohnen",bz="Master der Heilpädagogik",vz="Orthopäde",yz="Orthoptist-Optometrist",_z="Orthopädietechniker",xz="Patient",wz="Kinderkrankenschwester",kz="Büroangestellter",Ez="Rettungswagen",Cz="Bachelor in angewandter Psychologie",Sz="Hörgeräteakustiker",Dz="Audiologe",Iz="Bandagist Orthosiologe (Orthopädietechniker)",Tz="medizinischer Labortechniker",Az="informelle Pflegeperson",Oz="Klinischer Heilpädagoge",Rz="Klinischer Psychologe",Mz="Zahnarzt",Pz="Diätassistent",Nz="Erzieher",Lz="Bachelor in Familienwissenschaften",Fz="Master in Gerontologie",Vz="Logopäde",zz="Hebamme",Bz="Mobilitätsverbesserer (Orthopädietechniker)",jz="Krankenpfleger",Hz="Ergotherapeut",Uz="Optiker",Wz="Optometrist",qz="Dentalhygieniker",Gz="Master in Heilpädagogik",Yz="Orthopädist",$z="Orthoptist",Zz="Orthopädietechniker/Prothesenbauer",Kz="medizinische Hilfskraft",Xz="Fahrdienst",Qz="Apotheker",Jz="Fachapotheker für klinische Chemie",e9="Apothekenhelfer",t9="Arzt",a9="Physiotherapeut",i9="Podologe",n9="Pfleger",r9="Orthopädietechniker (Orthopädietechniker)",o9="Psychologe",s9="Master in Psychomotorik",l9="Bachelor in Rehabilitation",c9="Schuhtechniker (Orthopädietechniker)",d9="Sozialarbeiter",u9="Techniker für medizinische Bildgebung",h9="Bandagist",p9="Apotheker",m9="Pharmazeutisch-technischer Assistent ",f9="Arzt",g9="Physiotherapeut",b9="Podologe",v9="Pflegehelfer",y9="Prothesenhersteller",_9="Psychologe",x9="Master der psychomotorischen Therapie",w9="Bachelor der Rehabilitationswissenschaften",k9="Sozialassistent",E9="Bachelor der Erziehungswissenschaften",C9="Bandagist",s2e={ambulance_driver:oV,ambulance_first_aid:sV,ambulance_rescuer:lV,application:cV,applied_psychology_bachelor:dV,audician:uV,audiologist:hV,biologist_pharmacist:pV,care_giver:mV,certificateholder:fV,citizen:gV,clinical_orthopedic_pedagogue:bV,clinical_psychologist:vV,dental_hygienist:yV,dentist:_V,deptalgology:xV,deptanatomopathology:wV,deptanesthesiology:kV,deptbacteriology:EV,deptcardiacsurgery:CV,deptcardiology:SV,deptchildandadolescentpsychiatry:DV,deptdentistry:IV,deptdermatology:TV,deptdiabetology:AV,deptdietetics:OV,deptemergency:RV,deptendocrinology:MV,deptgastroenterology:PV,deptgeneralpractice:NV,deptgenetics:LV,deptgeriatry:FV,deptgynecology:VV,depthandsurgery:zV,depthematology:BV,deptinfectiousdisease:jV,deptintensivecare:HV,deptkinesitherapy:UV,deptlaboratory:WV,deptmajorburns:qV,deptmaxillofacialsurgery:GV,deptmedicine:YV,deptmolecularbiology:$V,deptneonatalogy:ZV,deptnephrology:KV,deptneurology:XV,deptneurosurgery:QV,deptnte:JV,deptnuclear:e7,deptnursing:t7,deptnutritiondietetics:a7,deptobstetrics:i7,deptoccupationaltherapy:n7,deptoncology:r7,deptophtalmology:o7,deptorthopedy:s7,deptpalliativecare:l7,deptpediatricintensivecare:c7,deptpediatricsurgery:d7,deptpediatry:u7,deptpharmacy:h7,deptphysicalmedecine:p7,deptphysiotherapy:m7,deptplasticandreparatorysurgery:f7,deptpneumology:g7,deptpodiatry:b7,deptpodology:v7,deptpsychiatry:y7,deptpsychogeriatry:_7,deptpsychology:x7,deptradiology:w7,deptradiotherapy:k7,deptrevalidation:E7,deptrheumatology:C7,deptrhumatology:S7,deptsenology:D7,deptsocialservice:I7,deptspeechtherapy:T7,deptsportsmedecine:A7,deptstomatology:O7,deptsurgery:R7,deptthoracicsurgery:M7,depttoxicology:P7,depttropicalmedecine:N7,depturology:L7,deptvascularsurgery:F7,deptvisceraldigestiveabdominalsurgery:V7,diabete_equipment_supplier:z7,dietician:B7,doctor:j7,family_science_bachelor:H7,gerontology_master:U7,groupofnurses:W7,groupofphysiciansdifferentaddress:q7,groupofphysicianssameaddress:G7,guardpost:Y7,hub:$7,imaging_technologist:Z7,implantprovider:K7,lab_technologist:X7,logopedist:Q7,midwife:J7,nurse:ez,occupational_therapist:tz,optician:az,orghospital:iz,orginsurance:nz,orglaboratory:rz,orgpharmacy:oz,orgpharmacyinvoicingoffice:sz,orgpolyclinic:lz,orgpractice:cz,orgprevention:dz,orgprimaryhealthcarecenter:uz,orgpsychiatriccarehome:hz,orgpublichealth:pz,orgretirementhome:mz,orgrevalidationcenter:fz,orgshelteredliving:gz,orthopedagogist_master:bz,orthopedist:vz,orthoptist:yz,orthotist:_z,patient:xz,pediatric_nurse:wz,persadministrative:kz,persambulancefirstaid:Ez,persappliedpsychbachelor:Cz,persaudician:Sz,persaudiologist:Dz,persbandagistorthosiologist:Iz,persbiologist:Tz,perscaregiver:Az,persclinicalorthopedagogist:Oz,persclinicalpsychologist:Rz,persdentist:Mz,persdietician:Pz,perseducator:Nz,persfamilysciencebachelor:Lz,persgerontologymaster:Fz,perslogopedist:Vz,persmidwife:zz,persmobilityimprover:Bz,persnurse:jz,persoccupationaltherapist:Hz,persoptician:Uz,persoptometrist:Wz,persoraldentalhygienist:qz,persorthopedagogistmaster:Gz,persorthopedist:Yz,persorthoptist:$z,persorthotist:Zz,persparamedical:Kz,perspatientdriver:Xz,perspharmacist:Qz,perspharmacistclinicalbiologist:Jz,perspharmacyassistant:e9,persphysician:t9,persphysiotherapist:a9,perspodologist:i9,perspracticalnurse:n9,persprosthesiologist:r9,perspsychologist:o9,perspsychomotortherapymaster:s9,persreadaptationbachelor:l9,persshoetechnologist:c9,perssocialworker:d9,perstechnician:u9,perstrussmaker:h9,pharmacist:p9,pharmacist_assistant:m9,physician:f9,physiotherapist:g9,podologist:b9,practical_nurse:v9,prosthetist:y9,psychologist:_9,psychomotor_therapy_master:x9,readaptaion_bachelor:w9,social_worker:k9,specialized_educator:E9,truss_maker:C9},S9={};ve(S9,{ambulance_driver:()=>D9,ambulance_first_aid:()=>I9,ambulance_rescuer:()=>T9,application:()=>A9,applied_psychology_bachelor:()=>O9,audician:()=>R9,audiologist:()=>M9,biologist_pharmacist:()=>P9,care_giver:()=>N9,certificateholder:()=>L9,citizen:()=>F9,clinical_orthopedic_pedagogue:()=>V9,clinical_psychologist:()=>z9,default:()=>l2e,dental_hygienist:()=>B9,dentist:()=>j9,deptalgology:()=>H9,deptanatomopathology:()=>U9,deptanesthesiology:()=>W9,deptbacteriology:()=>q9,deptcardiacsurgery:()=>G9,deptcardiology:()=>Y9,deptchildandadolescentpsychiatry:()=>$9,deptdentistry:()=>Z9,deptdermatology:()=>K9,deptdiabetology:()=>X9,deptdietetics:()=>Q9,deptemergency:()=>J9,deptendocrinology:()=>eB,deptgastroenterology:()=>tB,deptgeneralpractice:()=>aB,deptgenetics:()=>iB,deptgeriatry:()=>nB,deptgynecology:()=>rB,depthandsurgery:()=>oB,depthematology:()=>sB,deptinfectiousdisease:()=>lB,deptintensivecare:()=>cB,deptkinesitherapy:()=>dB,deptlaboratory:()=>uB,deptmajorburns:()=>hB,deptmaxillofacialsurgery:()=>pB,deptmedicine:()=>mB,deptmolecularbiology:()=>fB,deptneonatalogy:()=>gB,deptnephrology:()=>bB,deptneurology:()=>vB,deptneurosurgery:()=>yB,deptnte:()=>_B,deptnuclear:()=>xB,deptnursing:()=>wB,deptnutritiondietetics:()=>kB,deptobstetrics:()=>EB,deptoccupationaltherapy:()=>CB,deptoncology:()=>SB,deptophtalmology:()=>DB,deptorthopedy:()=>IB,deptpalliativecare:()=>TB,deptpediatricintensivecare:()=>AB,deptpediatricsurgery:()=>OB,deptpediatry:()=>RB,deptpharmacy:()=>MB,deptphysicalmedecine:()=>PB,deptphysiotherapy:()=>NB,deptplasticandreparatorysurgery:()=>LB,deptpneumology:()=>FB,deptpodiatry:()=>VB,deptpodology:()=>zB,deptpsychiatry:()=>BB,deptpsychogeriatry:()=>jB,deptpsychology:()=>HB,deptradiology:()=>UB,deptradiotherapy:()=>WB,deptrevalidation:()=>qB,deptrheumatology:()=>GB,deptrhumatology:()=>YB,deptsenology:()=>$B,deptsocialservice:()=>ZB,deptspeechtherapy:()=>KB,deptsportsmedecine:()=>XB,deptstomatology:()=>QB,deptsurgery:()=>JB,deptthoracicsurgery:()=>e6,depttoxicology:()=>t6,depttropicalmedecine:()=>a6,depturology:()=>i6,deptvascularsurgery:()=>n6,deptvisceraldigestiveabdominalsurgery:()=>r6,diabete_equipment_supplier:()=>o6,dietician:()=>s6,doctor:()=>l6,family_science_bachelor:()=>c6,gerontology_master:()=>d6,groupofnurses:()=>u6,groupofphysiciansdifferentaddress:()=>h6,groupofphysicianssameaddress:()=>p6,guardpost:()=>m6,hub:()=>f6,imaging_technologist:()=>g6,implantprovider:()=>b6,lab_technologist:()=>v6,logopedist:()=>y6,midwife:()=>_6,nurse:()=>x6,occupational_therapist:()=>w6,optician:()=>k6,orghospital:()=>E6,orginsurance:()=>C6,orglaboratory:()=>S6,orgpharmacy:()=>D6,orgpharmacyinvoicingoffice:()=>I6,orgpolyclinic:()=>T6,orgpractice:()=>A6,orgprevention:()=>O6,orgprimaryhealthcarecenter:()=>R6,orgpsychiatriccarehome:()=>M6,orgpublichealth:()=>P6,orgretirementhome:()=>N6,orgrevalidationcenter:()=>L6,orgshelteredliving:()=>F6,orthopedagogist_master:()=>V6,orthopedist:()=>z6,orthoptist:()=>B6,orthotist:()=>j6,patient:()=>H6,pediatric_nurse:()=>U6,persadministrative:()=>W6,persambulancefirstaid:()=>q6,persappliedpsychbachelor:()=>G6,persaudician:()=>Y6,persaudiologist:()=>$6,persbandagistorthosiologist:()=>Z6,persbiologist:()=>K6,perscaregiver:()=>X6,persclinicalorthopedagogist:()=>Q6,persclinicalpsychologist:()=>J6,persdentist:()=>ej,persdietician:()=>tj,perseducator:()=>aj,persfamilysciencebachelor:()=>ij,persgerontologymaster:()=>nj,perslogopedist:()=>rj,persmidwife:()=>oj,persmobilityimprover:()=>sj,persnurse:()=>lj,persoccupationaltherapist:()=>cj,persoptician:()=>dj,persoptometrist:()=>uj,persoraldentalhygienist:()=>hj,persorthopedagogistmaster:()=>pj,persorthopedist:()=>mj,persorthoptist:()=>fj,persorthotist:()=>gj,persparamedical:()=>bj,perspatientdriver:()=>vj,perspharmacist:()=>yj,perspharmacistclinicalbiologist:()=>_j,perspharmacyassistant:()=>xj,persphysician:()=>wj,persphysiotherapist:()=>kj,perspodologist:()=>Ej,perspracticalnurse:()=>Cj,persprosthesiologist:()=>Sj,perspsychologist:()=>Dj,perspsychomotortherapymaster:()=>Ij,persreadaptationbachelor:()=>Tj,persshoetechnologist:()=>Aj,perssocialworker:()=>Oj,perstechnician:()=>Rj,perstrussmaker:()=>Mj,pharmacist:()=>Pj,pharmacist_assistant:()=>Nj,physician:()=>Lj,physiotherapist:()=>Fj,podologist:()=>Vj,practical_nurse:()=>zj,prosthetist:()=>Bj,psychologist:()=>jj,psychomotor_therapy_master:()=>Hj,readaptaion_bachelor:()=>Uj,social_worker:()=>Wj,specialized_educator:()=>qj,truss_maker:()=>Gj});var D9="Ambulance Driver",I9="Ambulance First Aider",T9="Ambulance Rescuer",A9="Software application",O9="Bachelor in Applied Psychology",R9="Audician",M9="Audiologist",P9="Biologist Pharmacist",N9="Caregiver",L9="Certificate holder",F9="Citizen",V9="Clinical Orthopedic Pedagogue",z9="Clinical Psychologist",B9="Dental Hygienist",j9="Dentist",H9="Algology",U9="Anatomopathology",W9="Anesthesiology",q9="Bacteriology",G9="Cardiac surgery",Y9="Cardiology",$9="Child and adolescent psychiatry",Z9="Dentistry",K9="Dermatology",X9="Diabetology",Q9="Dietetics",J9="Emergency",eB="Endocrinology",tB="Gastroenterology",aB="General practice",iB="Genetics",nB="Geriatry",rB="Gynecology",oB="Hand surgery",sB="Hematology",lB="Infectious disease",cB="Intensive care",dB="Kinesitherapy",uB="Laboratory service or department within an organisation",hB="Major burns",pB="Maxillofacial surgery",mB="Internal medecine",fB="Molecular biology",gB="Neonatalogy",bB="Nephrology",vB="Neurology",yB="Neurology",_B="Nose-throat-ear",xB="Nuclear",wB="Nursing",kB="Nutritional dietetics",EB="Obstetrics",CB="Occupational therapy",SB="Oncology",DB="Ophthalmology",IB="Orthopedy",TB="Palliative care",AB="Pediatric intensive care",OB="Pediatric surgery",RB="Pediatry",MB="Pharmacy Service/Department within an organization",PB="Physical medecine",NB="Physiotherapy",LB="Plastic and reparatory surgery",FB="Pneumology",VB="Podiatry",zB="Podiatry",BB="Psychiatry",jB="Psychogeriatry",HB="Psychology",UB="Radiology",WB="Radiotherapy",qB="Revalidation",GB="Rheumatology",YB="Rhumatology",$B="Senology",ZB="Social service",KB="Speech therapy",XB="Sports medecine",QB="Stomatology",JB="Surgery",e6="Thoracic surgery",t6="Toxicology",a6="Tropical medecine",i6="Urology",n6="Vascular surgery",r6="Visceral digestive abdominal surgery",o6="Diabetes Management Equipment Supplier",s6="Dietitian",l6="Doctor",c6="Bachelor in Family Science",d6="Master in Gerontology",u6="Group of nurses",h6="Group of physicians different address",p6="Group of physicians same address",m6="Guard post",f6="Hub",g6="Medical Imaging Technologist",b6="Implant Provider",v6="Laboratory Technologist",y6="Logopedist",_6="Midwife",x6="Nurse",w6="Occupational Therapist",k6="Optician",E6="Hospital",C6="Insurance",S6="Independent laboratory",D6="Independent pharmacy",I6="Pharmacy invoicing office",T6="Polyclinic",A6="Practice organisation",O6="Prevention Service",R6="Primary health care center",M6="Psychiatric care home",P6="Public health organisation",N6="Retirementhome",L6="Revalidation center",F6="Sheltered living",V6="Master's in Orthopedagogy",z6="Orthopedist",B6="Orthoptist-Optometrist",j6="Orthotist",H6="Patient",U6="Pediatric Nurse",W6="Administrative",q6="Ambulance first aid",G6="Bachelor in Applied psychology",Y6="Audician",$6="Audiologist",Z6="Bandagist orthosiologist (orthopedic technologist)",K6="Medical laboratory technician",X6="Informal Caregiver",Q6="Clinical orthopedagogist",J6="Clinical psychologist",ej="Dentist",tj="Dietician",aj="Educator",ij="Bachelor in Family sciences",nj="Master in Gerontological sciences",rj="Logopedist",oj="Midwife",sj="Mobility improver (orthopedic technologist)",lj="Nurse",cj="Occupational therapist",dj="Optician",uj="Optometrist",hj="Oral Dental Hygienist",pj="Master of orthopedagogist",mj="Orthopedist",fj="Orthoptist",gj="Orthotist/Prosthetist",bj="Paramedical staff",vj="Patient Transporter (non-urgent)",yj="Pharmacist",_j="Pharmacist-clinical biologist",xj="Pharmacy assistant",wj="Physician",kj="Physiotherapist",Ej="Podiologist",Cj="Practical nurse",Sj="prosthesiologist (orthopedic technologist)",Dj="Psychologist",Ij="Master in Psychomotor Therapy",Tj="Bachelor in Physiotherapy and Rehabilitation",Aj="shoe technologist (orthopedic technologist)",Oj="Social worker",Rj="Medical Imaging Technician",Mj="Truss maker",Pj="Pharmacist",Nj="Pharmaceutical Technician Assistant",Lj="Physician",Fj="Physiotherapist",Vj="Podiatrist",zj="Practical Nurse",Bj="Prosthetist",jj="Clinical Psychologist",Hj="Master's in Psychomotor Therapy",Uj="Bachelor in Rehabilitation",Wj="Social Worker",qj="Specialized Educator",Gj="Truss Maker",l2e={ambulance_driver:D9,ambulance_first_aid:I9,ambulance_rescuer:T9,application:A9,applied_psychology_bachelor:O9,audician:R9,audiologist:M9,biologist_pharmacist:P9,care_giver:N9,certificateholder:L9,citizen:F9,clinical_orthopedic_pedagogue:V9,clinical_psychologist:z9,dental_hygienist:B9,dentist:j9,deptalgology:H9,deptanatomopathology:U9,deptanesthesiology:W9,deptbacteriology:q9,deptcardiacsurgery:G9,deptcardiology:Y9,deptchildandadolescentpsychiatry:$9,deptdentistry:Z9,deptdermatology:K9,deptdiabetology:X9,deptdietetics:Q9,deptemergency:J9,deptendocrinology:eB,deptgastroenterology:tB,deptgeneralpractice:aB,deptgenetics:iB,deptgeriatry:nB,deptgynecology:rB,depthandsurgery:oB,depthematology:sB,deptinfectiousdisease:lB,deptintensivecare:cB,deptkinesitherapy:dB,deptlaboratory:uB,deptmajorburns:hB,deptmaxillofacialsurgery:pB,deptmedicine:mB,deptmolecularbiology:fB,deptneonatalogy:gB,deptnephrology:bB,deptneurology:vB,deptneurosurgery:yB,deptnte:_B,deptnuclear:xB,deptnursing:wB,deptnutritiondietetics:kB,deptobstetrics:EB,deptoccupationaltherapy:CB,deptoncology:SB,deptophtalmology:DB,deptorthopedy:IB,deptpalliativecare:TB,deptpediatricintensivecare:AB,deptpediatricsurgery:OB,deptpediatry:RB,deptpharmacy:MB,deptphysicalmedecine:PB,deptphysiotherapy:NB,deptplasticandreparatorysurgery:LB,deptpneumology:FB,deptpodiatry:VB,deptpodology:zB,deptpsychiatry:BB,deptpsychogeriatry:jB,deptpsychology:HB,deptradiology:UB,deptradiotherapy:WB,deptrevalidation:qB,deptrheumatology:GB,deptrhumatology:YB,deptsenology:$B,deptsocialservice:ZB,deptspeechtherapy:KB,deptsportsmedecine:XB,deptstomatology:QB,deptsurgery:JB,deptthoracicsurgery:e6,depttoxicology:t6,depttropicalmedecine:a6,depturology:i6,deptvascularsurgery:n6,deptvisceraldigestiveabdominalsurgery:r6,diabete_equipment_supplier:o6,dietician:s6,doctor:l6,family_science_bachelor:c6,gerontology_master:d6,groupofnurses:u6,groupofphysiciansdifferentaddress:h6,groupofphysicianssameaddress:p6,guardpost:m6,hub:f6,imaging_technologist:g6,implantprovider:b6,lab_technologist:v6,logopedist:y6,midwife:_6,nurse:x6,occupational_therapist:w6,optician:k6,orghospital:E6,orginsurance:C6,orglaboratory:S6,orgpharmacy:D6,orgpharmacyinvoicingoffice:I6,orgpolyclinic:T6,orgpractice:A6,orgprevention:O6,orgprimaryhealthcarecenter:R6,orgpsychiatriccarehome:M6,orgpublichealth:P6,orgretirementhome:N6,orgrevalidationcenter:L6,orgshelteredliving:F6,orthopedagogist_master:V6,orthopedist:z6,orthoptist:B6,orthotist:j6,patient:H6,pediatric_nurse:U6,persadministrative:W6,persambulancefirstaid:q6,persappliedpsychbachelor:G6,persaudician:Y6,persaudiologist:$6,persbandagistorthosiologist:Z6,persbiologist:K6,perscaregiver:X6,persclinicalorthopedagogist:Q6,persclinicalpsychologist:J6,persdentist:ej,persdietician:tj,perseducator:aj,persfamilysciencebachelor:ij,persgerontologymaster:nj,perslogopedist:rj,persmidwife:oj,persmobilityimprover:sj,persnurse:lj,persoccupationaltherapist:cj,persoptician:dj,persoptometrist:uj,persoraldentalhygienist:hj,persorthopedagogistmaster:pj,persorthopedist:mj,persorthoptist:fj,persorthotist:gj,persparamedical:bj,perspatientdriver:vj,perspharmacist:yj,perspharmacistclinicalbiologist:_j,perspharmacyassistant:xj,persphysician:wj,persphysiotherapist:kj,perspodologist:Ej,perspracticalnurse:Cj,persprosthesiologist:Sj,perspsychologist:Dj,perspsychomotortherapymaster:Ij,persreadaptationbachelor:Tj,persshoetechnologist:Aj,perssocialworker:Oj,perstechnician:Rj,perstrussmaker:Mj,pharmacist:Pj,pharmacist_assistant:Nj,physician:Lj,physiotherapist:Fj,podologist:Vj,practical_nurse:zj,prosthetist:Bj,psychologist:jj,psychomotor_therapy_master:Hj,readaptaion_bachelor:Uj,social_worker:Wj,specialized_educator:qj,truss_maker:Gj},Yj={};ve(Yj,{ambulance_driver:()=>$j,ambulance_first_aid:()=>Zj,ambulance_rescuer:()=>Kj,application:()=>Xj,applied_psychology_bachelor:()=>Qj,audician:()=>Jj,audiologist:()=>eH,biologist_pharmacist:()=>tH,care_giver:()=>aH,certificateholder:()=>iH,citizen:()=>nH,clinical_orthopedic_pedagogue:()=>rH,clinical_psychologist:()=>oH,default:()=>c2e,dental_hygienist:()=>sH,dentist:()=>lH,deptalgology:()=>cH,deptanatomopathology:()=>dH,deptanesthesiology:()=>uH,deptbacteriology:()=>hH,deptcardiacsurgery:()=>pH,deptcardiology:()=>mH,deptchildandadolescentpsychiatry:()=>fH,deptdentistry:()=>gH,deptdermatology:()=>bH,deptdiabetology:()=>vH,deptdietetics:()=>yH,deptemergency:()=>_H,deptendocrinology:()=>xH,deptgastroenterology:()=>wH,deptgeneralpractice:()=>kH,deptgenetics:()=>EH,deptgeriatry:()=>CH,deptgynecology:()=>SH,depthandsurgery:()=>DH,depthematology:()=>IH,deptinfectiousdisease:()=>TH,deptintensivecare:()=>AH,deptkinesitherapy:()=>OH,deptlaboratory:()=>RH,deptmajorburns:()=>MH,deptmaxillofacialsurgery:()=>PH,deptmedicine:()=>NH,deptmolecularbiology:()=>LH,deptneonatalogy:()=>FH,deptnephrology:()=>VH,deptneurology:()=>zH,deptneurosurgery:()=>BH,deptnte:()=>jH,deptnuclear:()=>HH,deptnursing:()=>UH,deptnutritiondietetics:()=>WH,deptobstetrics:()=>qH,deptoccupationaltherapy:()=>GH,deptoncology:()=>YH,deptophtalmology:()=>$H,deptorthopedy:()=>ZH,deptpalliativecare:()=>KH,deptpediatricintensivecare:()=>XH,deptpediatricsurgery:()=>QH,deptpediatry:()=>JH,deptpharmacy:()=>e8,deptphysicalmedecine:()=>t8,deptphysiotherapy:()=>a8,deptplasticandreparatorysurgery:()=>i8,deptpneumology:()=>n8,deptpodiatry:()=>r8,deptpodology:()=>o8,deptpsychiatry:()=>s8,deptpsychogeriatry:()=>l8,deptpsychology:()=>c8,deptradiology:()=>d8,deptradiotherapy:()=>u8,deptrevalidation:()=>h8,deptrheumatology:()=>p8,deptrhumatology:()=>m8,deptsenology:()=>f8,deptsocialservice:()=>g8,deptspeechtherapy:()=>b8,deptsportsmedecine:()=>v8,deptstomatology:()=>y8,deptsurgery:()=>_8,deptthoracicsurgery:()=>x8,depttoxicology:()=>w8,depttropicalmedecine:()=>k8,depturology:()=>E8,deptvascularsurgery:()=>C8,deptvisceraldigestiveabdominalsurgery:()=>S8,diabete_equipment_supplier:()=>D8,dietician:()=>I8,doctor:()=>T8,family_science_bachelor:()=>A8,gerontology_master:()=>O8,groupofnurses:()=>R8,groupofphysiciansdifferentaddress:()=>M8,groupofphysicianssameaddress:()=>P8,guardpost:()=>N8,hub:()=>L8,imaging_technologist:()=>F8,implantprovider:()=>V8,lab_technologist:()=>z8,logopedist:()=>B8,midwife:()=>j8,nurse:()=>H8,occupational_therapist:()=>U8,optician:()=>W8,orghospital:()=>q8,orginsurance:()=>G8,orglaboratory:()=>Y8,orgpharmacy:()=>$8,orgpharmacyinvoicingoffice:()=>Z8,orgpolyclinic:()=>K8,orgpractice:()=>X8,orgprevention:()=>Q8,orgprimaryhealthcarecenter:()=>J8,orgpsychiatriccarehome:()=>eU,orgpublichealth:()=>tU,orgretirementhome:()=>aU,orgrevalidationcenter:()=>iU,orgshelteredliving:()=>nU,orthopedagogist_master:()=>rU,orthopedist:()=>oU,orthoptist:()=>sU,orthotist:()=>lU,patient:()=>cU,pediatric_nurse:()=>dU,persadministrative:()=>uU,persambulancefirstaid:()=>hU,persappliedpsychbachelor:()=>pU,persaudician:()=>mU,persaudiologist:()=>fU,persbandagistorthosiologist:()=>gU,persbiologist:()=>bU,perscaregiver:()=>vU,persclinicalorthopedagogist:()=>yU,persclinicalpsychologist:()=>_U,persdentist:()=>xU,persdietician:()=>wU,perseducator:()=>kU,persfamilysciencebachelor:()=>EU,persgerontologymaster:()=>CU,perslogopedist:()=>SU,persmidwife:()=>DU,persmobilityimprover:()=>IU,persnurse:()=>TU,persoccupationaltherapist:()=>AU,persoptician:()=>OU,persoptometrist:()=>RU,persoraldentalhygienist:()=>MU,persorthopedagogistmaster:()=>PU,persorthopedist:()=>NU,persorthoptist:()=>LU,persorthotist:()=>FU,persparamedical:()=>VU,perspatientdriver:()=>zU,perspharmacist:()=>BU,perspharmacistclinicalbiologist:()=>jU,perspharmacyassistant:()=>HU,persphysician:()=>UU,persphysiotherapist:()=>WU,perspodologist:()=>qU,perspracticalnurse:()=>GU,persprosthesiologist:()=>YU,perspsychologist:()=>$U,perspsychomotortherapymaster:()=>ZU,persreadaptationbachelor:()=>KU,persshoetechnologist:()=>XU,perssocialworker:()=>QU,perstechnician:()=>JU,perstrussmaker:()=>eW,pharmacist:()=>tW,pharmacist_assistant:()=>aW,physician:()=>iW,physiotherapist:()=>nW,podologist:()=>rW,practical_nurse:()=>oW,prosthetist:()=>sW,psychologist:()=>lW,psychomotor_therapy_master:()=>cW,readaptaion_bachelor:()=>dW,social_worker:()=>uW,specialized_educator:()=>hW,truss_maker:()=>pW});var $j="Ambulancier",Zj="Ambulancier secouriste",Kj="Ambulancier secouriste",Xj="application logicielle",Qj="Bachelier en psychologie appliquée",Jj="Audicien",eH="Audiologue",tH="Pharmacien biologiste",aH="Personnel soignant",iH="Titulaire du certificat",nH="Citoyen",rH="Orthopédagogue clinicien",oH="Psychologue clinicien",sH="Hygiéniste bucco-dentaire",lH="Dentiste",cH="algologie",dH="anatomopathologie",uH="anesthésiologie",hH="bactériologie",pH="chirurgie cardiaque",mH="cardiologie",fH="psychiatrie de l’enfant et de l’adolescent",gH="dentisterie",bH="dermatologie",vH="diabétologie",yH="diététique",_H="services d’urgence",xH="endocrinologie",wH="gastroentérologie",kH="médecine générale",EH="génétique",CH="gériatrie",SH="gynécologie",DH="chirurgie de la main",IH="hématologie",TH="maladie infectieuse",AH="soins intensifs",OH="kinésithérapie",RH="Service/Département laboratoire au sein d’une organisation",MH="grands brûlés",PH="chirurgie maxillo-faciale",NH="médecine interne",LH="biologie moléculaire",FH="néonatologie",VH="néphrologie",zH="neurologie",BH="neurologie",jH="oto-rhino-laryngologie",HH="médecine nucléaire",UH="soins infirmiers",WH="diététique nutritionnelle",qH="obstétrique",GH="ergothérapie",YH="oncologie",$H="ophtalmologie",ZH="orthopédie",KH="soins palliatifs",XH="soins intensifs pédiatriques",QH="chirurgie pédiatrique",JH="pédiatrie",e8="Service/Département pharmacie au sein d’une organisation",t8="médecine physique",a8="physiothérapie",i8="chirurgie esthétique et réparatrice",n8="pneumologie",r8="podiatrie",o8="",s8="psychiatrie",l8="Psychogériatrie",c8="psychologie",d8="radiologie",u8="radiothérapie",h8="rééducation",p8="rhumatologie",m8="",f8="sénologie",g8="service social",b8="logopédie",v8="médecine des sports",y8="stomatologie",_8="chirurgie",x8="chirurgie thoracique",w8="toxicologie",k8="médecine tropicale",E8="urologie",C8="chirurgie vasculaire",S8="chirurgie abdominale, digestive et viscérale",D8="Fournisseur de matériel d’autogestion diabétique",I8="Diététicien",T8="Médecin",A8="Bachelier en science de la famille",O8="Master en gérontologie",R8="Regroupement d’infirmiers",M8="Regroupement de médecins adresse différente",P8="regroupement de médecins même adresse",N8="poste de garde",L8="hub",F8="Technologue en imagerie médicale",V8="Dispensateur d’implants",z8="Technologue de labo",B8="Logopède",j8="Sage-femme",H8="Infirmier\\Infirmière",U8="Ergothérapeute",W8="Opticien",q8="hôpital",G8="assurance",Y8="laboratoire indépendant",$8="Pharmacie indépendante",Z8="office de tarification",K8="polyclinique",X8="cabinet",Q8="Service de prévention",J8="Maison médicale",eU="maison de soins psychiatriques",tU="service public de santé",aU="maison de repos",iU="centre de revalidation",nU="initiative d’habitation protégée",rU="Master en Orthopédagogie",oU="Orthopédiste",sU="Orthoptiste-Optométriste",lU="Orthésiste",cU="Patient",dU="Puéricultrice",uU="personnel admistratif",hU="ambulance premier secours",pU="Bachelier en psychologie",mU="audicien",fU="audiologue",gU="orthosiologue bandagiste (technologue en orthopédie)",bU="technicien de laboratoire médical",vU="soignant informel",yU="Orthopédagogue clinicien",_U="Psychologue clinicien",xU="dentiste",wU="diététicien",kU="éducateur",EU="Bachelier en sciences de la famille",CU="Master en gérontologie",SU="logopède",DU="sage-femme",IU="améliorateur de mobilité (technologue en orthopédie)",TU="infirmier",AU="ergothérapeute",OU="opticien",RU="optométriste",MU="Hygiéniste bucco-dentaire",PU="Master en orthopédagogie",NU="orthopédiste",LU="orthoptiste",FU="Orthésiste/Prothésiste",VU="personnel paramédical",zU="Transporteur de patient (non urgent)",BU="pharmacien",jU="pharmacien-biologiste clinicien",HU="assistant en pharmacie",UU="médecin",WU="kinésithérapeute",qU="podologue",GU="aide-soignante",YU="prothésiste (technologue en orthopédie)",$U="psychologue",ZU="Master en thérapie psychomotrice",KU="Bachelier en kinésithérapie et réadaptation",XU="technicien de chaussures (technologue en orthopédie)",QU="travailleur social",JU="Technicien d’imagerie médicale",eW="Bandagiste",tW="Pharmacien",aW="Assistant Pharmaceutico-Technique",iW="Médecin",nW="Physiothérapeute",rW="Podologue",oW="Aide-soignant",sW="Prothésiste",lW="Psychologue clinicien",cW="Master en thérapie psychomotrice",dW="Bachelier en réadaptation",uW="Assistant social",hW="Educateur spécialisé",pW="Bandagiste",c2e={ambulance_driver:$j,ambulance_first_aid:Zj,ambulance_rescuer:Kj,application:Xj,applied_psychology_bachelor:Qj,audician:Jj,audiologist:eH,biologist_pharmacist:tH,care_giver:aH,certificateholder:iH,citizen:nH,clinical_orthopedic_pedagogue:rH,clinical_psychologist:oH,dental_hygienist:sH,dentist:lH,deptalgology:cH,deptanatomopathology:dH,deptanesthesiology:uH,deptbacteriology:hH,deptcardiacsurgery:pH,deptcardiology:mH,deptchildandadolescentpsychiatry:fH,deptdentistry:gH,deptdermatology:bH,deptdiabetology:vH,deptdietetics:yH,deptemergency:_H,deptendocrinology:xH,deptgastroenterology:wH,deptgeneralpractice:kH,deptgenetics:EH,deptgeriatry:CH,deptgynecology:SH,depthandsurgery:DH,depthematology:IH,deptinfectiousdisease:TH,deptintensivecare:AH,deptkinesitherapy:OH,deptlaboratory:RH,deptmajorburns:MH,deptmaxillofacialsurgery:PH,deptmedicine:NH,deptmolecularbiology:LH,deptneonatalogy:FH,deptnephrology:VH,deptneurology:zH,deptneurosurgery:BH,deptnte:jH,deptnuclear:HH,deptnursing:UH,deptnutritiondietetics:WH,deptobstetrics:qH,deptoccupationaltherapy:GH,deptoncology:YH,deptophtalmology:$H,deptorthopedy:ZH,deptpalliativecare:KH,deptpediatricintensivecare:XH,deptpediatricsurgery:QH,deptpediatry:JH,deptpharmacy:e8,deptphysicalmedecine:t8,deptphysiotherapy:a8,deptplasticandreparatorysurgery:i8,deptpneumology:n8,deptpodiatry:r8,deptpodology:o8,deptpsychiatry:s8,deptpsychogeriatry:l8,deptpsychology:c8,deptradiology:d8,deptradiotherapy:u8,deptrevalidation:h8,deptrheumatology:p8,deptrhumatology:m8,deptsenology:f8,deptsocialservice:g8,deptspeechtherapy:b8,deptsportsmedecine:v8,deptstomatology:y8,deptsurgery:_8,deptthoracicsurgery:x8,depttoxicology:w8,depttropicalmedecine:k8,depturology:E8,deptvascularsurgery:C8,deptvisceraldigestiveabdominalsurgery:S8,diabete_equipment_supplier:D8,dietician:I8,doctor:T8,family_science_bachelor:A8,gerontology_master:O8,groupofnurses:R8,groupofphysiciansdifferentaddress:M8,groupofphysicianssameaddress:P8,guardpost:N8,hub:L8,imaging_technologist:F8,implantprovider:V8,lab_technologist:z8,logopedist:B8,midwife:j8,nurse:H8,occupational_therapist:U8,optician:W8,orghospital:q8,orginsurance:G8,orglaboratory:Y8,orgpharmacy:$8,orgpharmacyinvoicingoffice:Z8,orgpolyclinic:K8,orgpractice:X8,orgprevention:Q8,orgprimaryhealthcarecenter:J8,orgpsychiatriccarehome:eU,orgpublichealth:tU,orgretirementhome:aU,orgrevalidationcenter:iU,orgshelteredliving:nU,orthopedagogist_master:rU,orthopedist:oU,orthoptist:sU,orthotist:lU,patient:cU,pediatric_nurse:dU,persadministrative:uU,persambulancefirstaid:hU,persappliedpsychbachelor:pU,persaudician:mU,persaudiologist:fU,persbandagistorthosiologist:gU,persbiologist:bU,perscaregiver:vU,persclinicalorthopedagogist:yU,persclinicalpsychologist:_U,persdentist:xU,persdietician:wU,perseducator:kU,persfamilysciencebachelor:EU,persgerontologymaster:CU,perslogopedist:SU,persmidwife:DU,persmobilityimprover:IU,persnurse:TU,persoccupationaltherapist:AU,persoptician:OU,persoptometrist:RU,persoraldentalhygienist:MU,persorthopedagogistmaster:PU,persorthopedist:NU,persorthoptist:LU,persorthotist:FU,persparamedical:VU,perspatientdriver:zU,perspharmacist:BU,perspharmacistclinicalbiologist:jU,perspharmacyassistant:HU,persphysician:UU,persphysiotherapist:WU,perspodologist:qU,perspracticalnurse:GU,persprosthesiologist:YU,perspsychologist:$U,perspsychomotortherapymaster:ZU,persreadaptationbachelor:KU,persshoetechnologist:XU,perssocialworker:QU,perstechnician:JU,perstrussmaker:eW,pharmacist:tW,pharmacist_assistant:aW,physician:iW,physiotherapist:nW,podologist:rW,practical_nurse:oW,prosthetist:sW,psychologist:lW,psychomotor_therapy_master:cW,readaptaion_bachelor:dW,social_worker:uW,specialized_educator:hW,truss_maker:pW},mW={};ve(mW,{ambulance_driver:()=>fW,ambulance_first_aid:()=>gW,ambulance_rescuer:()=>bW,application:()=>vW,applied_psychology_bachelor:()=>yW,audician:()=>_W,audiologist:()=>xW,biologist_pharmacist:()=>wW,care_giver:()=>kW,certificateholder:()=>EW,citizen:()=>CW,clinical_orthopedic_pedagogue:()=>SW,clinical_psychologist:()=>DW,default:()=>d2e,dental_hygienist:()=>IW,dentist:()=>TW,deptalgology:()=>AW,deptanatomopathology:()=>OW,deptanesthesiology:()=>RW,deptbacteriology:()=>MW,deptcardiacsurgery:()=>PW,deptcardiology:()=>NW,deptchildandadolescentpsychiatry:()=>LW,deptdentistry:()=>FW,deptdermatology:()=>VW,deptdiabetology:()=>zW,deptdietetics:()=>BW,deptemergency:()=>jW,deptendocrinology:()=>HW,deptgastroenterology:()=>UW,deptgeneralpractice:()=>WW,deptgenetics:()=>qW,deptgeriatry:()=>GW,deptgynecology:()=>YW,depthandsurgery:()=>$W,depthematology:()=>ZW,deptinfectiousdisease:()=>KW,deptintensivecare:()=>XW,deptkinesitherapy:()=>QW,deptlaboratory:()=>JW,deptmajorburns:()=>eq,deptmaxillofacialsurgery:()=>tq,deptmedicine:()=>aq,deptmolecularbiology:()=>iq,deptneonatalogy:()=>nq,deptnephrology:()=>rq,deptneurology:()=>oq,deptneurosurgery:()=>sq,deptnte:()=>lq,deptnuclear:()=>cq,deptnursing:()=>dq,deptnutritiondietetics:()=>uq,deptobstetrics:()=>hq,deptoccupationaltherapy:()=>pq,deptoncology:()=>mq,deptophtalmology:()=>fq,deptorthopedy:()=>gq,deptpalliativecare:()=>bq,deptpediatricintensivecare:()=>vq,deptpediatricsurgery:()=>yq,deptpediatry:()=>_q,deptpharmacy:()=>xq,deptphysicalmedecine:()=>wq,deptphysiotherapy:()=>kq,deptplasticandreparatorysurgery:()=>Eq,deptpneumology:()=>Cq,deptpodiatry:()=>Sq,deptpodology:()=>Dq,deptpsychiatry:()=>Iq,deptpsychogeriatry:()=>Tq,deptpsychology:()=>Aq,deptradiology:()=>Oq,deptradiotherapy:()=>Rq,deptrevalidation:()=>Mq,deptrheumatology:()=>Pq,deptsenology:()=>Nq,deptsocialservice:()=>Lq,deptspeechtherapy:()=>Fq,deptsportsmedecine:()=>Vq,deptstomatology:()=>zq,deptsurgery:()=>Bq,deptthoracicsurgery:()=>jq,depttoxicology:()=>Hq,depttropicalmedecine:()=>Uq,depturology:()=>Wq,deptvascularsurgery:()=>qq,deptvisceraldigestiveabdominalsurgery:()=>Gq,diabete_equipment_supplier:()=>Yq,dietician:()=>$q,doctor:()=>Zq,family_science_bachelor:()=>Kq,gerontology_master:()=>Xq,groupofnurses:()=>Qq,groupofphysiciansdifferentaddress:()=>Jq,groupofphysicianssameaddress:()=>eG,guardpost:()=>tG,hub:()=>aG,imaging_technologist:()=>iG,implantprovider:()=>nG,lab_technologist:()=>rG,logopedist:()=>oG,midwife:()=>sG,nurse:()=>lG,occupational_therapist:()=>cG,optician:()=>dG,orghospital:()=>uG,orginsurance:()=>hG,orglaboratory:()=>pG,orgpharmacy:()=>mG,orgpharmacyinvoicingoffice:()=>fG,orgpolyclinic:()=>gG,orgpractice:()=>bG,orgprevention:()=>vG,orgprimaryhealthcarecenter:()=>yG,orgpsychiatriccarehome:()=>_G,orgpublichealth:()=>xG,orgretirementhome:()=>wG,orgrevalidationcenter:()=>kG,orgshelteredliving:()=>EG,orthopedagogist_master:()=>CG,orthopedist:()=>SG,orthoptist:()=>DG,orthotist:()=>IG,patient:()=>TG,pediatric_nurse:()=>AG,persadministrative:()=>OG,persambulancefirstaid:()=>RG,persappliedpsychbachelor:()=>MG,persaudician:()=>PG,persaudiologist:()=>NG,persbandagistorthosiologist:()=>LG,persbiologist:()=>FG,perscaregiver:()=>VG,persclinicalorthopedagogist:()=>zG,persclinicalpsychologist:()=>BG,persdentist:()=>jG,persdietician:()=>HG,perseducator:()=>UG,persfamilysciencebachelor:()=>WG,persgerontologymaster:()=>qG,perslogopedist:()=>GG,persmidwife:()=>YG,persmobilityimprover:()=>$G,persnurse:()=>ZG,persoccupationaltherapist:()=>KG,persoptician:()=>XG,persoptometrist:()=>QG,persoraldentalhygienist:()=>JG,persorthopedagogistmaster:()=>eY,persorthopedist:()=>tY,persorthoptist:()=>aY,persorthotist:()=>iY,persparamedical:()=>nY,perspatientdriver:()=>rY,perspharmacist:()=>oY,perspharmacistclinicalbiologist:()=>sY,perspharmacyassistant:()=>lY,persphysician:()=>cY,persphysiotherapist:()=>dY,perspodologist:()=>uY,perspracticalnurse:()=>hY,persprosthesiologist:()=>pY,perspsychologist:()=>mY,perspsychomotortherapymaster:()=>fY,persreadaptationbachelor:()=>gY,persshoetechnologist:()=>bY,perssocialworker:()=>vY,perstechnician:()=>yY,perstrussmaker:()=>_Y,pharmacist:()=>xY,pharmacist_assistant:()=>wY,physician:()=>kY,physiotherapist:()=>EY,podologist:()=>CY,practical_nurse:()=>SY,prosthetist:()=>DY,psychologist:()=>IY,psychomotor_therapy_master:()=>TY,readaptaion_bachelor:()=>AY,social_worker:()=>OY,specialized_educator:()=>RY,truss_maker:()=>MY});var fW="Ambulancebestuurder",gW="Ambulancier eerste hulp",bW="Amublancier eerste hulp",vW="softwaretoepassing",yW="Bachelor toegepaste psychologie",_W="Audicien",xW="Audioloog",wW="Apotheker-bioloog",kW="Verzorgingspersoneel",EW="Houder van certificaat",CW="Burger",SW="Klinische orthopedagoog",DW="Klinische psycholoog",IW="Mondhygiënist",TW="Tandarts",AW="algologie",OW="anatomo-pathologie",RW="anesthesiologie",MW="bacteriologie",PW="hartchirurgie",NW="cardiologie",LW="kinder- en jeugdpsychiatrie",FW="tandheelkunde",VW="dermatologie",zW="diabetologie",BW="diëtetiek",jW="spoeddiensten",HW="endocrinologie/hormonenleer",UW="gastro-enterologie",WW="algemene geneeskunde",qW="genetica",GW="geriatrie",YW="gynaecologie",$W="handchirurgie",ZW="hematologie",KW="infectieziekte",XW="intensieve zorgen",QW="kinesitherapie",JW="Laboratoriumdienst of -afdeling binnen een organisatie",eq="brandwondencentrum",tq="mond-, kaak- en aangezichtschirurgie",aq="interne geneeskunde",iq="moleculaire biologie",nq="neonatologie",rq="nefrologie",oq="neurologie",sq="neurologie",lq="oto-rhino-laryngologie",cq="nucleaire geneeskunde",dq="verpleegkunde",uq="diëtetiek",hq="verloskunde",pq="ergotherapie",mq="oncologie",fq="oftalmologie",gq="orthopedie",bq="palliatieve zorg",vq="intensieve zorg voor kinderen",yq="kinderchirurgie",_q="pediatrie",xq="Apotheekdienst of -afdeling binnen een organisatie",wq="fysische geneeskunde",kq="fysiotherapie",Eq="plastische en reconstructieve chirurgie",Cq="pulmonologie",Sq="podiatrie",Dq="",Iq="psychiatrie",Tq="Psychogeriatrie",Aq="psychologie",Oq="radiologie",Rq="radiotherapie",Mq="revalidatie",Pq="reumatologie",Nq="senologie",Lq="sociale dienst",Fq="logopedie",Vq="sportgeneeskunde",zq="stomatologie",Bq="chirurgie",jq="thoraxchirurgie",Hq="toxicologie",Uq="tropische geneeskunde",Wq="urologie",qq="vasculaire chirurgie",Gq="digestieve/viscerale chirurgie/buikchirurgie",Yq="Leverancier van materiaal voor diabetische zelfzorg ",$q="Diëtist",Zq="Arts",Kq="Bachelor gezinswetenschappen",Xq="Master gerontologie",Qq="Groepering van verplegers",Jq="Groepering van artsen verschillend adres",eG="groepering van artsen zelfde adres",tG="wachtpost",aG="hub",iG="Technoloog medische beeldvorming",nG="Leverancier implantaten",rG="Laboratoriumtechnoloog",oG="Logopedist",sG="Vroedvrouw",lG="verpleegkundige",cG="Ergotherapeut",dG="Opticien",uG="ziekenhuis",hG="verzekering",pG="Onafhankelijk laboratorium",mG="Onafhankelijke apotheek",fG="Facturatie kantoor apotheek",gG="polikliniek",bG="praktijk",vG="Preventiedienst",yG="medisch huis",_G="psychiatrisch verzorgingstehuis",xG="openbare gezondheidsdienst",wG="woonzorgcentrum",kG="revalidatiecentrum",EG="initiatief voor beschut wonen",CG="Master orthopedagogie",SG="Orthopedist",DG="Orthoptist-optometrist",IG="Orthesist",TG="Patiënt",AG="Kinderverzorgsters",OG="administratief medewerker",RG="ambulance eerste hulp",MG="Bachelor in de toegepaste psychologie",PG="audicien",NG="audioloog",LG="Bandagist orthosioloog (orthopedisch technoloog)",FG="medisch laboratoriumtechnoloog",VG="mantelzorger",zG="Klinisch orthopedagoog",BG="Klinisch psycholoog",jG="tandarts",HG="diëtist",UG="opvoeder",WG="Bachelor in de gezinswetenschappen",qG="Master in de gerontologie",GG="logopedist",YG="vroedvrouw",$G="mobiliteitsverbeteraar (orthopedisch technoloog)",ZG="verpleegkundige",KG="ergotherapeut",XG="opticien",QG="optometrist",JG="Mondhygiënist",eY="Master in de orthopedagogie",tY="orthopedist",aY="orthoptist",iY="Orthopedisch technicus",nY="paramedisch personeel",rY="Ziekenvervoerder (niet urgent)",oY="apotheker",sY="apotheker-klinisch bioloog",lY="apothekersassistent",cY="arts",dY="kinesitherapeut",uY="podologist",hY="verzorgende",pY="prothesemaker (orthopedisch technoloog)",mY="psycholoog",fY="Master in de psychomotorische therapie",gY="Bachelor in de readaptatiewetenschappen",bY="schoentechnicus (orthopedisch technoloog)",vY="maatschappelijk werker",yY="Technicus medische beeldvorming",_Y="Bandagist",xY="Apotheker",wY="Farmaceutisch-technisch assistent",kY="Arts",EY="Fysiotherapeut",CY="Podoloog",SY="Zorgkundige",DY="Prothesist",IY="Psycholoog",TY="Master psychomotorische therapie",AY="Bachelor readaptatiewetenschappen",OY="Sociaal assistent",RY="Bachelor opvoedkunde",MY="Bandagist",d2e={ambulance_driver:fW,ambulance_first_aid:gW,ambulance_rescuer:bW,application:vW,applied_psychology_bachelor:yW,audician:_W,audiologist:xW,biologist_pharmacist:wW,care_giver:kW,certificateholder:EW,citizen:CW,clinical_orthopedic_pedagogue:SW,clinical_psychologist:DW,dental_hygienist:IW,dentist:TW,deptalgology:AW,deptanatomopathology:OW,deptanesthesiology:RW,deptbacteriology:MW,deptcardiacsurgery:PW,deptcardiology:NW,deptchildandadolescentpsychiatry:LW,deptdentistry:FW,deptdermatology:VW,deptdiabetology:zW,deptdietetics:BW,deptemergency:jW,deptendocrinology:HW,deptgastroenterology:UW,deptgeneralpractice:WW,deptgenetics:qW,deptgeriatry:GW,deptgynecology:YW,depthandsurgery:$W,depthematology:ZW,deptinfectiousdisease:KW,deptintensivecare:XW,deptkinesitherapy:QW,deptlaboratory:JW,deptmajorburns:eq,deptmaxillofacialsurgery:tq,deptmedicine:aq,deptmolecularbiology:iq,deptneonatalogy:nq,deptnephrology:rq,deptneurology:oq,deptneurosurgery:sq,deptnte:lq,deptnuclear:cq,deptnursing:dq,deptnutritiondietetics:uq,deptobstetrics:hq,deptoccupationaltherapy:pq,deptoncology:mq,deptophtalmology:fq,deptorthopedy:gq,deptpalliativecare:bq,deptpediatricintensivecare:vq,deptpediatricsurgery:yq,deptpediatry:_q,deptpharmacy:xq,deptphysicalmedecine:wq,deptphysiotherapy:kq,deptplasticandreparatorysurgery:Eq,deptpneumology:Cq,deptpodiatry:Sq,deptpodology:Dq,deptpsychiatry:Iq,deptpsychogeriatry:Tq,deptpsychology:Aq,deptradiology:Oq,deptradiotherapy:Rq,deptrevalidation:Mq,deptrheumatology:Pq,deptsenology:Nq,deptsocialservice:Lq,deptspeechtherapy:Fq,deptsportsmedecine:Vq,deptstomatology:zq,deptsurgery:Bq,deptthoracicsurgery:jq,depttoxicology:Hq,depttropicalmedecine:Uq,depturology:Wq,deptvascularsurgery:qq,deptvisceraldigestiveabdominalsurgery:Gq,diabete_equipment_supplier:Yq,dietician:$q,doctor:Zq,family_science_bachelor:Kq,gerontology_master:Xq,groupofnurses:Qq,groupofphysiciansdifferentaddress:Jq,groupofphysicianssameaddress:eG,guardpost:tG,hub:aG,imaging_technologist:iG,implantprovider:nG,lab_technologist:rG,logopedist:oG,midwife:sG,nurse:lG,occupational_therapist:cG,optician:dG,orghospital:uG,orginsurance:hG,orglaboratory:pG,orgpharmacy:mG,orgpharmacyinvoicingoffice:fG,orgpolyclinic:gG,orgpractice:bG,orgprevention:vG,orgprimaryhealthcarecenter:yG,orgpsychiatriccarehome:_G,orgpublichealth:xG,orgretirementhome:wG,orgrevalidationcenter:kG,orgshelteredliving:EG,orthopedagogist_master:CG,orthopedist:SG,orthoptist:DG,orthotist:IG,patient:TG,pediatric_nurse:AG,persadministrative:OG,persambulancefirstaid:RG,persappliedpsychbachelor:MG,persaudician:PG,persaudiologist:NG,persbandagistorthosiologist:LG,persbiologist:FG,perscaregiver:VG,persclinicalorthopedagogist:zG,persclinicalpsychologist:BG,persdentist:jG,persdietician:HG,perseducator:UG,persfamilysciencebachelor:WG,persgerontologymaster:qG,perslogopedist:GG,persmidwife:YG,persmobilityimprover:$G,persnurse:ZG,persoccupationaltherapist:KG,persoptician:XG,persoptometrist:QG,persoraldentalhygienist:JG,persorthopedagogistmaster:eY,persorthopedist:tY,persorthoptist:aY,persorthotist:iY,persparamedical:nY,perspatientdriver:rY,perspharmacist:oY,perspharmacistclinicalbiologist:sY,perspharmacyassistant:lY,persphysician:cY,persphysiotherapist:dY,perspodologist:uY,perspracticalnurse:hY,persprosthesiologist:pY,perspsychologist:mY,perspsychomotortherapymaster:fY,persreadaptationbachelor:gY,persshoetechnologist:bY,perssocialworker:vY,perstechnician:yY,perstrussmaker:_Y,pharmacist:xY,pharmacist_assistant:wY,physician:kY,physiotherapist:EY,podologist:CY,practical_nurse:SY,prosthetist:DY,psychologist:IY,psychomotor_therapy_master:TY,readaptaion_bachelor:AY,social_worker:OY,specialized_educator:RY,truss_maker:MY},u2e={nl:mW,fr:Yj,de:rV,en:S9},PY={};ve(PY,{"00001":()=>NY,"00002":()=>LY,"00003":()=>FY,"00004":()=>VY,"00005":()=>zY,"00006":()=>BY,"00007":()=>jY,"00008":()=>HY,"00009":()=>UY,"00010":()=>WY,"00011":()=>qY,"00012":()=>GY,"00013":()=>YY,"00014":()=>$Y,"00015":()=>ZY,"00016":()=>KY,"00017":()=>XY,"00018":()=>QY,"00019":()=>JY,"00020":()=>e$,"00021":()=>t$,"00022":()=>a$,"00023":()=>i$,"00024":()=>n$,"00025":()=>r$,"00026":()=>o$,"00027":()=>s$,"00028":()=>l$,"00029":()=>c$,"00030":()=>d$,"00031":()=>u$,"00032":()=>h$,"00033":()=>p$,"00034":()=>m$,"00035":()=>f$,"00036":()=>g$,"00037":()=>b$,"00038":()=>v$,"00039":()=>y$,"00040":()=>_$,"00041":()=>x$,"00042":()=>w$,"00043":()=>k$,"00044":()=>E$,"00045":()=>C$,"00046":()=>S$,"00047":()=>D$,"00048":()=>I$,"00049":()=>T$,"00050":()=>A$,"00051":()=>O$,"00052":()=>R$,"00053":()=>M$,"00054":()=>P$,"00055":()=>N$,"00056":()=>L$,"00057":()=>F$,"00058":()=>V$,"00059":()=>z$,"00060":()=>B$,"00061":()=>j$,"00062":()=>H$,"00063":()=>U$,"00064":()=>W$,"00065":()=>q$,"00066":()=>G$,"00067":()=>Y$,"00068":()=>$$,"00069":()=>Z$,"00070":()=>K$,"00071":()=>X$,"00072":()=>Q$,"00073":()=>J$,"both-ears":()=>eZ,"both-eyes":()=>tZ,"both-nostrils":()=>aZ,"cutaneous-injection":()=>iZ,default:()=>h2e,derm:()=>nZ,"dermal-injection":()=>rZ,"ear-left":()=>oZ,"ear-right":()=>sZ,"eye-left":()=>lZ,"eye-right":()=>cZ,hyperdermoclyse:()=>dZ,icut:()=>uZ,ider:()=>hZ,larter:()=>pZ,"nose-left":()=>mZ,"nose-right":()=>fZ,oft:()=>gZ,transdermal:()=>bZ,"vitreal-injection":()=>vZ});var NY="ins Ohr",LY="auf die Haut",FY="derm./rect",VY="derm./vag.",zY="Injektion außerhalb der Hirnhaut",BY="e.dur./i.thec./lokal",jY="p.dur./lokal",HY="in die Luftröhre",UY="in den Gebärmutterhals einführen",WY="Injektion in eine Arterie",qY="Injektion in den Penis",GY="Injektion in die Haut",YY="Injektion in einen Muskel",$Y="i.m./i.thec./p.dur./s.c.",ZY="i.m./i.v.",KY="i.m./i.v./inf.",XY="i.m./i.v./inf./e.dur./s.c.",QY="i.m./i.v./inf./i.arter./i.thec.",JY="i.m./i.v./perf./i.artér./lokal/s.c.",e$="i.m./i.v./inf./i.thec.",t$="i.m./i.v./inf./rect.",a$="i.m./i.v./inf./s.c.",i$="i.m./i.v./inhal.",n$="i.m./i.v./lokal",r$="i.m./i.v./or.",o$="i.m./i.v./rect",s$="i.m./i.v./s.c.",l$="i.m./inf.",c$="i.m./perf./lokal",d$="i.m./lokal",u$="i.m./lokal/rect.",h$="i.m./s.c.",p$="Injektion ins Rückenmark",m$="in die Gebärmutter einführen",f$="Injektion in eine Vene",g$="i.v./p.dur./lokal",b$="i.v./i.arter./i.ves.",v$="i.v./inf.",y$="i.v./perf./p.dur.",_$="i.v./inf./i.arter.",x$="i.v./inf./i.thec./s.c.",w$="i.v./inf./inhal.",k$="i.v./inf./s.c.",E$="i.v./s.c.",C$="in die Harnblase",S$="Infusion",D$="perf./i.ves.",I$="perf./s.c.",T$="Inhalation",A$="inhal./nas./lokal",O$="Injektion",R$="auf die Lippen",M$="lokal",P$="auf die Schleimhaut",N$="in die Nase",L$="in die Augen",F$="opht./auric.",V$="opht./auric./nas.",z$="opht./auric./nas./lokal",B$="einnehmen",j$="or./orofar./derm.",H$="or./rect.",U$="or./s.l.",W$="durch den Mund",q$="orofar./derm.",G$="durch Mund und Nase",Y$="rektal",$$="Spritze unter die Haut",Z$="s.c./i.derm.",K$="unter die Zunge",X$="auf die Zähne",Q$="in den Harnleiter",J$="vaginal",eZ="beide Ohren",tZ="beide Augen",aZ="beide Nasenlöcher",iZ="kutane Injektion",nZ="dermatologisch",rZ="dermale Injektion",oZ="linkes Ohr",sZ="rechtes Ohr",lZ="linkes Auge",cZ="rechtes Auge",dZ="Hyperdermoklyse",uZ="intrakutan",hZ="intradermal",pZ="intraarteriell",mZ="linke Nase",fZ="rechte Nase",gZ="ophthalmologisch",bZ="transdermal",vZ="vitreale Injektion",h2e={"00001":NY,"00002":LY,"00003":FY,"00004":VY,"00005":zY,"00006":BY,"00007":jY,"00008":HY,"00009":UY,"00010":WY,"00011":qY,"00012":GY,"00013":YY,"00014":$Y,"00015":ZY,"00016":KY,"00017":XY,"00018":QY,"00019":JY,"00020":e$,"00021":t$,"00022":a$,"00023":i$,"00024":n$,"00025":r$,"00026":o$,"00027":s$,"00028":l$,"00029":c$,"00030":d$,"00031":u$,"00032":h$,"00033":p$,"00034":m$,"00035":f$,"00036":g$,"00037":b$,"00038":v$,"00039":y$,"00040":_$,"00041":x$,"00042":w$,"00043":k$,"00044":E$,"00045":C$,"00046":S$,"00047":D$,"00048":I$,"00049":T$,"00050":A$,"00051":O$,"00052":R$,"00053":M$,"00054":P$,"00055":N$,"00056":L$,"00057":F$,"00058":V$,"00059":z$,"00060":B$,"00061":j$,"00062":H$,"00063":U$,"00064":W$,"00065":q$,"00066":G$,"00067":Y$,"00068":$$,"00069":Z$,"00070":K$,"00071":X$,"00072":Q$,"00073":J$,"both-ears":eZ,"both-eyes":tZ,"both-nostrils":aZ,"cutaneous-injection":iZ,derm:nZ,"dermal-injection":rZ,"ear-left":oZ,"ear-right":sZ,"eye-left":lZ,"eye-right":cZ,hyperdermoclyse:dZ,icut:uZ,ider:hZ,larter:pZ,"nose-left":mZ,"nose-right":fZ,oft:gZ,transdermal:bZ,"vitreal-injection":vZ},yZ={};ve(yZ,{"00001":()=>_Z,"00002":()=>xZ,"00003":()=>wZ,"00004":()=>kZ,"00005":()=>EZ,"00006":()=>CZ,"00007":()=>SZ,"00008":()=>DZ,"00009":()=>IZ,"00010":()=>TZ,"00011":()=>AZ,"00012":()=>OZ,"00013":()=>RZ,"00014":()=>MZ,"00015":()=>PZ,"00016":()=>NZ,"00017":()=>LZ,"00018":()=>FZ,"00019":()=>VZ,"00020":()=>zZ,"00021":()=>BZ,"00022":()=>jZ,"00023":()=>HZ,"00024":()=>UZ,"00025":()=>WZ,"00026":()=>qZ,"00027":()=>GZ,"00028":()=>YZ,"00029":()=>$Z,"00030":()=>ZZ,"00031":()=>KZ,"00032":()=>XZ,"00033":()=>QZ,"00034":()=>JZ,"00035":()=>eK,"00036":()=>tK,"00037":()=>aK,"00038":()=>iK,"00039":()=>nK,"00040":()=>rK,"00041":()=>oK,"00042":()=>sK,"00043":()=>lK,"00044":()=>cK,"00045":()=>dK,"00046":()=>uK,"00047":()=>hK,"00048":()=>pK,"00049":()=>mK,"00050":()=>fK,"00051":()=>gK,"00052":()=>bK,"00053":()=>vK,"00054":()=>yK,"00055":()=>_K,"00056":()=>xK,"00057":()=>wK,"00058":()=>kK,"00059":()=>EK,"00060":()=>CK,"00061":()=>SK,"00062":()=>DK,"00063":()=>IK,"00064":()=>TK,"00065":()=>AK,"00066":()=>OK,"00067":()=>RK,"00068":()=>MK,"00069":()=>PK,"00070":()=>NK,"00071":()=>LK,"00072":()=>FK,"00073":()=>VK,"both-ears":()=>zK,"both-eyes":()=>BK,"both-nostrils":()=>jK,"cutaneous-injection":()=>HK,default:()=>p2e,derm:()=>UK,"dermal-injection":()=>WK,"ear-left":()=>qK,"ear-right":()=>GK,"eye-left":()=>YK,"eye-right":()=>$K,hyperdermoclyse:()=>ZK,icut:()=>KK,ider:()=>XK,larter:()=>QK,"nose-left":()=>JK,"nose-right":()=>eX,oft:()=>tX,transdermal:()=>aX,"vitreal-injection":()=>iX});var _Z="auric.",xZ="derm.",wZ="derm./rect",kZ="derm./vag.",EZ="e.dur.",CZ="e.dur./i.thec./local",SZ="e.dur./local",DZ="e.trach.",IZ="endocerv.",TZ="i.arter.",AZ="i.cavern.",OZ="i.derm.",RZ="i.m.",MZ="i.m./i.thec./e.dur./s.c.",PZ="i.m./i.v.",NZ="i.m./i.v./inf.",LZ="i.m./i.v./inf./e.dur./s.c.",FZ="i.m./i.v./inf./i.arter./i.thec.",VZ="i.m./i.v./perf./i.artér./local/s.c.",zZ="i.m./i.v./inf./i.thec.",BZ="i.m./i.v./inf./rect.",jZ="i.m./i.v./inf./s.c.",HZ="i.m./i.v./inhal.",UZ="i.m./i.v./local",WZ="i.m./i.v./or.",qZ="i.m./i.v./rect",GZ="i.m./i.v./s.c.",YZ="i.m./inf.",$Z="i.m./perf./local",ZZ="i.m./local",KZ="i.m./local/rect.",XZ="i.m./s.c.",QZ="i.thec.",JZ="i.ut.",eK="i.v.",tK="i.v./p.dur./local",aK="i.v./i.arter./i.ves.",iK="i.v./inf.",nK="i.v./perf./p.dur.",rK="i.v./perf./i.artér.",oK="i.v./perf./i.théc./s.c.",sK="i.v./perf./inhal.",lK="i.v./perf./s.c.",cK="i.v./s.c.",dK="i.ves.",uK="perf.",hK="perf./i.ves.",pK="perf./s.c.",mK="inhal.",fK="inhal./nas./local",gK="inj.",bK="lip",vK="local",yK="muc.",_K="nas.",xK="opht.",wK="opht./auric.",kK="opht./auric./nas.",EK="opht./auric./nas./local",CK="or.",SK="or./bucco-phar./derm.",DK="or./rect.",IK="or./s.l.",TK="bucco-phar.",AK="bucco-phar./derm.",OK="bucco-phar./nas.",RK="rect.",MK="s.c.",PK="s.c./i.derm.",NK="s.l.",LK="teeth",FK="urethr.",VK="vag.",zK="both ears",BK="both eyes",jK="both nostrils",HK="cutaneous injection",UK="dermatologically",WK="dermal injection",qK="ear left",GK="ear right",YK="eye left",$K="eye right",ZK="hyperdermoclyse",KK="intracutaneous",XK="intradermally",QK="intra-arterial",JK="nose left",eX="nose right",tX="ophtalmological",aX="transdermal",iX="vitreal injection",p2e={"00001":_Z,"00002":xZ,"00003":wZ,"00004":kZ,"00005":EZ,"00006":CZ,"00007":SZ,"00008":DZ,"00009":IZ,"00010":TZ,"00011":AZ,"00012":OZ,"00013":RZ,"00014":MZ,"00015":PZ,"00016":NZ,"00017":LZ,"00018":FZ,"00019":VZ,"00020":zZ,"00021":BZ,"00022":jZ,"00023":HZ,"00024":UZ,"00025":WZ,"00026":qZ,"00027":GZ,"00028":YZ,"00029":$Z,"00030":ZZ,"00031":KZ,"00032":XZ,"00033":QZ,"00034":JZ,"00035":eK,"00036":tK,"00037":aK,"00038":iK,"00039":nK,"00040":rK,"00041":oK,"00042":sK,"00043":lK,"00044":cK,"00045":dK,"00046":uK,"00047":hK,"00048":pK,"00049":mK,"00050":fK,"00051":gK,"00052":bK,"00053":vK,"00054":yK,"00055":_K,"00056":xK,"00057":wK,"00058":kK,"00059":EK,"00060":CK,"00061":SK,"00062":DK,"00063":IK,"00064":TK,"00065":AK,"00066":OK,"00067":RK,"00068":MK,"00069":PK,"00070":NK,"00071":LK,"00072":FK,"00073":VK,"both-ears":zK,"both-eyes":BK,"both-nostrils":jK,"cutaneous-injection":HK,derm:UK,"dermal-injection":WK,"ear-left":qK,"ear-right":GK,"eye-left":YK,"eye-right":$K,hyperdermoclyse:ZK,icut:KK,ider:XK,larter:QK,"nose-left":JK,"nose-right":eX,oft:tX,transdermal:aX,"vitreal-injection":iX},nX={};ve(nX,{"00001":()=>rX,"00002":()=>oX,"00003":()=>sX,"00004":()=>lX,"00005":()=>cX,"00006":()=>dX,"00007":()=>uX,"00008":()=>hX,"00009":()=>pX,"00010":()=>mX,"00011":()=>fX,"00012":()=>gX,"00013":()=>bX,"00014":()=>vX,"00015":()=>yX,"00016":()=>_X,"00017":()=>xX,"00018":()=>wX,"00019":()=>kX,"00020":()=>EX,"00021":()=>CX,"00022":()=>SX,"00023":()=>DX,"00024":()=>IX,"00025":()=>TX,"00026":()=>AX,"00027":()=>OX,"00028":()=>RX,"00029":()=>MX,"00030":()=>PX,"00031":()=>NX,"00032":()=>LX,"00033":()=>FX,"00034":()=>VX,"00035":()=>zX,"00036":()=>BX,"00037":()=>jX,"00038":()=>HX,"00039":()=>UX,"00040":()=>WX,"00041":()=>qX,"00042":()=>GX,"00043":()=>YX,"00044":()=>$X,"00045":()=>ZX,"00046":()=>KX,"00047":()=>XX,"00048":()=>QX,"00049":()=>JX,"00050":()=>eQ,"00051":()=>tQ,"00052":()=>aQ,"00053":()=>iQ,"00054":()=>nQ,"00055":()=>rQ,"00056":()=>oQ,"00057":()=>sQ,"00058":()=>lQ,"00059":()=>cQ,"00060":()=>dQ,"00061":()=>uQ,"00062":()=>hQ,"00063":()=>pQ,"00064":()=>mQ,"00065":()=>fQ,"00066":()=>gQ,"00067":()=>bQ,"00068":()=>vQ,"00069":()=>yQ,"00070":()=>_Q,"00071":()=>xQ,"00072":()=>wQ,"00073":()=>kQ,"both-ears":()=>EQ,"both-eyes":()=>CQ,"both-nostrils":()=>SQ,"cutaneous-injection":()=>DQ,default:()=>m2e,derm:()=>IQ,"dermal-injection":()=>TQ,"ear-left":()=>AQ,"ear-right":()=>OQ,"eye-left":()=>RQ,"eye-right":()=>MQ,hyperdermoclyse:()=>PQ,icut:()=>NQ,ider:()=>LQ,larter:()=>FQ,"nose-left":()=>VQ,"nose-right":()=>zQ,oft:()=>BQ,transdermal:()=>jQ,"vitreal-injection":()=>HQ});var rX="dans l’oreille",oX="sur la peau",sX="derm./rect",lX="derm./vag.",cX="injection en dehors de la méninge",dX="e.dur./i.théc./local",uX="e.dur./local",hX="dans la trachée",pX="introduire dans le col de l’utérus",mX="injection dans l’artère",fX="injection dans le pénis",gX="injection dans la peau",bX="injection dans un muscle",vX="i.m./i.théc./e.dur./s.c.",yX="i.m./i.v.",_X="i.m./i.v./perf.",xX="i.m./i.v./perf./e.dur./s.c.",wX="i.m./i.v./inf./i.arter./i.thec.",kX="i.m./i.v./perf./i.artér./local/s.c.",EX="i.m./i.v./inf./i.thec.",CX="i.m./i.v./perf./rect.",SX="i.m./i.v./perf./s.c.",DX="i.m./i.v./inhal.",IX="i.m./i.v./local",TX="i.m./i.v./or.",AX="i.m./i.v./rect",OX="i.m./i.v./s.c.",RX="i.m./perf.",MX="i.m./perf./local",PX="i.m./local",NX="i.m./local/rect.",LX="i.m./s.c.",FX="injection dans la moelle épinière",VX="introduire dans l’utérus",zX="injection dans une veine",BX="i.v./p.dur./local",jX="i.v./i.arter./i.ves.",HX="i.v./perf.",UX="i.v./perf./p.dur.",WX="i.v./perf./i.artér.",qX="i.v./perf./i.théc./s.c.",GX="i.v./perf./inhal.",YX="i.v./perf./s.c.",$X="i.v./s.c.",ZX="dans la vessie",KX="perfusion",XX="perf./i.vés.",QX="perf./s.c.",JX="inhalation",eQ="inhal./nas./local",tQ="injection",aQ="lèvre",iQ="local",nQ="sur la muqueuse",rQ="dans le nez",oQ="dans les yeux",sQ="opht./auric.",lQ="opht./auric./nas.",cQ="opht./auric./nas./local",dQ="prendre/avaler",uQ="or./bucco-phar./derm.",hQ="or./rect.",pQ="or./s.l.",mQ="par la bouche",fQ="bucco-phar./derm.",gQ="par la bouche et dans le nez",bQ="par voie rectale",vQ="injection sous-cutanée",yQ="s.c./i.derm.",_Q="sous la langue",xQ="sur les dents",wQ="dans l’uretère",kQ="par voie vaginale",EQ="les deux oreilles",CQ="les deux yeux",SQ="les deux narines",DQ="injection cutanée",IQ="dermatologique",TQ="injection dermique",AQ="oreille gauche",OQ="oreille droite",RQ="oeil gauche",MQ="oeil droite",PQ="hyperdermoclyse",NQ="intracutané",LQ="intradermique",FQ="intra-artérielle",VQ="nez gauche",zQ="nez droite",BQ="ophtalmologique",jQ="transdermique",HQ="injection vitrale",m2e={"00001":rX,"00002":oX,"00003":sX,"00004":lX,"00005":cX,"00006":dX,"00007":uX,"00008":hX,"00009":pX,"00010":mX,"00011":fX,"00012":gX,"00013":bX,"00014":vX,"00015":yX,"00016":_X,"00017":xX,"00018":wX,"00019":kX,"00020":EX,"00021":CX,"00022":SX,"00023":DX,"00024":IX,"00025":TX,"00026":AX,"00027":OX,"00028":RX,"00029":MX,"00030":PX,"00031":NX,"00032":LX,"00033":FX,"00034":VX,"00035":zX,"00036":BX,"00037":jX,"00038":HX,"00039":UX,"00040":WX,"00041":qX,"00042":GX,"00043":YX,"00044":$X,"00045":ZX,"00046":KX,"00047":XX,"00048":QX,"00049":JX,"00050":eQ,"00051":tQ,"00052":aQ,"00053":iQ,"00054":nQ,"00055":rQ,"00056":oQ,"00057":sQ,"00058":lQ,"00059":cQ,"00060":dQ,"00061":uQ,"00062":hQ,"00063":pQ,"00064":mQ,"00065":fQ,"00066":gQ,"00067":bQ,"00068":vQ,"00069":yQ,"00070":_Q,"00071":xQ,"00072":wQ,"00073":kQ,"both-ears":EQ,"both-eyes":CQ,"both-nostrils":SQ,"cutaneous-injection":DQ,derm:IQ,"dermal-injection":TQ,"ear-left":AQ,"ear-right":OQ,"eye-left":RQ,"eye-right":MQ,hyperdermoclyse:PQ,icut:NQ,ider:LQ,larter:FQ,"nose-left":VQ,"nose-right":zQ,oft:BQ,transdermal:jQ,"vitreal-injection":HQ},UQ={};ve(UQ,{"00001":()=>WQ,"00002":()=>qQ,"00003":()=>zJ,"00004":()=>BJ,"00005":()=>GQ,"00006":()=>jJ,"00007":()=>HJ,"00008":()=>YQ,"00009":()=>$Q,"00010":()=>ZQ,"00011":()=>KQ,"00012":()=>XQ,"00013":()=>QQ,"00014":()=>UJ,"00015":()=>WJ,"00016":()=>qJ,"00017":()=>GJ,"00018":()=>YJ,"00019":()=>$J,"00020":()=>ZJ,"00021":()=>KJ,"00022":()=>XJ,"00023":()=>QJ,"00024":()=>JJ,"00025":()=>eee,"00026":()=>tee,"00027":()=>aee,"00028":()=>iee,"00029":()=>nee,"00030":()=>ree,"00031":()=>oee,"00032":()=>see,"00033":()=>JQ,"00034":()=>eJ,"00035":()=>tJ,"00036":()=>lee,"00037":()=>cee,"00038":()=>dee,"00039":()=>uee,"00040":()=>hee,"00041":()=>pee,"00042":()=>mee,"00043":()=>fee,"00044":()=>gee,"00045":()=>aJ,"00046":()=>iJ,"00047":()=>bee,"00048":()=>vee,"00049":()=>nJ,"00050":()=>yee,"00051":()=>rJ,"00052":()=>oJ,"00053":()=>sJ,"00054":()=>lJ,"00055":()=>cJ,"00056":()=>dJ,"00057":()=>_ee,"00058":()=>xee,"00059":()=>wee,"00060":()=>uJ,"00061":()=>kee,"00062":()=>Eee,"00063":()=>Cee,"00064":()=>hJ,"00065":()=>See,"00066":()=>pJ,"00067":()=>mJ,"00068":()=>fJ,"00069":()=>Dee,"00070":()=>gJ,"00071":()=>bJ,"00072":()=>vJ,"00073":()=>yJ,"both-ears":()=>NJ,"both-eyes":()=>RJ,"both-nostrils":()=>TJ,"cutaneous-injection":()=>CJ,default:()=>f2e,derm:()=>_J,"dermal-injection":()=>SJ,"ear-left":()=>MJ,"ear-right":()=>PJ,"eye-left":()=>AJ,"eye-right":()=>OJ,hyperdermoclyse:()=>VJ,icut:()=>wJ,ider:()=>kJ,larter:()=>xJ,"nose-left":()=>DJ,"nose-right":()=>IJ,oft:()=>EJ,transdermal:()=>FJ,"vitreal-injection":()=>LJ});var WQ="in het oor",qQ="op de huid",GQ="inspuiting buiten het hersenvlies",YQ="in de luchtpijp",$Q="inbrengen in de baarmoederhals",ZQ="inspuiting in een slagader",KQ="inspuiting in de penis",XQ="inspuiting in de huid",QQ="inspuiting in een spier",JQ="inspuiting in het ruggenmerg",eJ="inbrengen in de baarmoeder",tJ="inspuiting in een ader",aJ="in de urineblaas",iJ="infuus",nJ="inhalatie",rJ="inspuiting",oJ="op de lippen",sJ="lokaal",lJ="op het slijmvlies",cJ="in de neus",dJ="in de ogen",uJ="innemen",hJ="in de mond",pJ="in de mond en in de neus",mJ="anaal opsteken",fJ="onderhuidse inspuiting",gJ="onder de tong",bJ="op de tanden",vJ="in de urineleider",yJ="vaginaal",_J="dermatologisch",xJ="intra-arterieel",wJ="intracutaan",kJ="intradermaal",EJ="oftalmologisch",CJ="cutane injectie",SJ="dermale injectie",DJ="neus links",IJ="neus rechts",TJ="beide neusgaten",AJ="oog links",OJ="oog rechts",RJ="beide ogen",MJ="oor links",PJ="oor rechts",NJ="beide oren",LJ="vitreale injectie",FJ="transdermaal",VJ="hyperdermoclyse",zJ="derm./rect",BJ="derm./vag.",jJ="e.dur./i.thec./lokaal",HJ="e.dur./lokaal",UJ="i.m./i.thec./p.dur./s.c.",WJ="i.m./i.v.",qJ="i.m./i.v./inf.",GJ="i.m./i.v./inf./e.dur./s.c.",YJ="i.m./i.v./inf./i.arter./i.thec.",$J="i.m./i.v./perf./i.artér./lokaal/s.c.",ZJ="i.m./i.v./inf./i.thec.",KJ="i.m./i.v./inf./rect.",XJ="i.m./i.v./inf./s.c.",QJ="i.m./i.v./inhal.",JJ="i.m./i.v./lokaal",eee="i.m./i.v./or.",tee="i.m./i.v./rect",aee="i.m./i.v./s.c.",iee="i.m./inf.",nee="i.m./perf./lokaal",ree="i.m./lokaal",oee="i.m./lokaal/rect.",see="i.m./s.c.",lee="i.v./p.dur./lokaal",cee="i.v./i.arter./i.ves.",dee="i.v./inf.",uee="i.v./perf./p.dur.",hee="i.v./inf./i.arter.",pee="i.v./inf./i.thec./s.c.",mee="i.v./inf./inhal.",fee="i.v./inf./s.c.",gee="i.v./s.c.",bee="perf./i.ves.",vee="perf./s.c.",yee="inhal./nas./lokaal",_ee="oft./auric.",xee="oft./auric./nas.",wee="oft./auric./nas./lokaal",kee="or./orofar./derm.",Eee="or./rect.",Cee="or./s.l.",See="orofar./derm.",Dee="s.c./i.derm.",f2e={"00001":WQ,"00002":qQ,"00005":GQ,"00008":YQ,"00009":$Q,"00010":ZQ,"00011":KQ,"00012":XQ,"00013":QQ,"00033":JQ,"00034":eJ,"00035":tJ,"00045":aJ,"00046":iJ,"00049":nJ,"00051":rJ,"00052":oJ,"00053":sJ,"00054":lJ,"00055":cJ,"00056":dJ,"00060":uJ,"00064":hJ,"00066":pJ,"00067":mJ,"00068":fJ,"00070":gJ,"00071":bJ,"00072":vJ,"00073":yJ,derm:_J,larter:xJ,icut:wJ,ider:kJ,oft:EJ,"cutaneous-injection":CJ,"dermal-injection":SJ,"nose-left":DJ,"nose-right":IJ,"both-nostrils":TJ,"eye-left":AJ,"eye-right":OJ,"both-eyes":RJ,"ear-left":MJ,"ear-right":PJ,"both-ears":NJ,"vitreal-injection":LJ,transdermal:FJ,hyperdermoclyse:VJ,"00003":zJ,"00004":BJ,"00006":jJ,"00007":HJ,"00014":UJ,"00015":WJ,"00016":qJ,"00017":GJ,"00018":YJ,"00019":$J,"00020":ZJ,"00021":KJ,"00022":XJ,"00023":QJ,"00024":JJ,"00025":eee,"00026":tee,"00027":aee,"00028":iee,"00029":nee,"00030":ree,"00031":oee,"00032":see,"00036":lee,"00037":cee,"00038":dee,"00039":uee,"00040":hee,"00041":pee,"00042":mee,"00043":fee,"00044":gee,"00047":bee,"00048":vee,"00050":yee,"00057":_ee,"00058":xee,"00059":wee,"00061":kee,"00062":Eee,"00063":Cee,"00065":See,"00069":Dee},g2e={nl:UQ,fr:nX,de:PY,en:yZ},Iee={};ve(Iee,{default:()=>b2e,rsb:()=>Oee,rsw:()=>Aee,vitalink:()=>Tee});var Tee="Vitalink",Aee="Réseau Santé Wallon",Oee="Brüsseler Gesundheitsnetzwerk",b2e={vitalink:Tee,rsw:Aee,rsb:Oee},Ree={};ve(Ree,{default:()=>v2e,rsb:()=>Nee,rsw:()=>Pee,vitalink:()=>Mee});var Mee="Vitalink",Pee="Réseau Santé Wallon",Nee="Brussels Health Network",v2e={vitalink:Mee,rsw:Pee,rsb:Nee},Lee={};ve(Lee,{default:()=>y2e,rsb:()=>zee,rsw:()=>Vee,vitalink:()=>Fee});var Fee="Vitalink",Vee="Réseau Santé Wallon",zee="Réseau Santé Bruxellois",y2e={vitalink:Fee,rsw:Vee,rsb:zee},Bee={};ve(Bee,{default:()=>_2e,rsb:()=>Uee,rsw:()=>Hee,vitalink:()=>jee});var jee="Vitalink",Hee="Réseau Santé Wallon",Uee="Brusselse Gezondheidsnetwerk",_2e={vitalink:jee,rsw:Hee,rsb:Uee},x2e={nl:Bee,fr:Lee,de:Iee,en:Ree},Wee={};ve(Wee,{alphabetical:()=>ete,author:()=>Yee,date:()=>$ee,default:()=>w2e,expiration:()=>Jee,medicationName:()=>qee,role:()=>Zee,sort:()=>Qee,"sorting-ascendant":()=>Kee,"sorting-descendent":()=>Xee,validityDate:()=>Gee});var qee="Arzneimittel",Gee="Ablaufdatum",Yee="Verfasser",$ee="Datum",Zee="Benutzerrolle",Kee="Aufsteigend sortieren",Xee="Absteigend sortieren",Qee="Sortieren",Jee={asc:"läuft zuerst ab",desc:"läuft zuletzt ab"},ete={asc:"Medikamentenname (A→Z)",desc:"Medikamentenname (Z→A)"},w2e={medicationName:qee,validityDate:Gee,author:Yee,date:$ee,role:Zee,"sorting-ascendant":Kee,"sorting-descendent":Xee,sort:Qee,expiration:Jee,alphabetical:ete},tte={};ve(tte,{alphabetical:()=>ute,author:()=>ote,date:()=>ste,default:()=>k2e,expiration:()=>dte,medicationName:()=>ate,role:()=>lte,sort:()=>cte,"sorting-ascendant":()=>nte,"sorting-descendent":()=>rte,validityDate:()=>ite});var ate="Drug",ite="Validity",nte="Sort by ascending order",rte="Sort by descending order",ote="Author",ste="Date",lte="Role",cte="Sort by",dte={asc:"expires first",desc:"expires last"},ute={asc:"medication name (A→Z)",desc:"medication name (Z→A)"},k2e={medicationName:ate,validityDate:ite,"sorting-ascendant":nte,"sorting-descendent":rte,author:ote,date:ste,role:lte,sort:cte,expiration:dte,alphabetical:ute},hte={};ve(hte,{alphabetical:()=>wte,author:()=>fte,date:()=>gte,default:()=>E2e,expiration:()=>xte,medicationName:()=>pte,role:()=>bte,sort:()=>_te,"sorting-ascendant":()=>vte,"sorting-descendent":()=>yte,validityDate:()=>mte});var pte="Médicament",mte="Validité",fte="Auteur",gte="Date",bte="Qualité",vte="Trier par ordre croissant",yte="Trier par ordre décroissant",_te="Trier",xte={asc:"expire en premier",desc:"expire en dernier"},wte={asc:"nom du médicament (A→Z)",desc:"nom du médicament (Z→A)"},E2e={medicationName:pte,validityDate:mte,author:fte,date:gte,role:bte,"sorting-ascendant":vte,"sorting-descendent":yte,sort:_te,expiration:xte,alphabetical:wte},kte={};ve(kte,{alphabetical:()=>Mte,author:()=>Ste,date:()=>Dte,default:()=>C2e,expiration:()=>Rte,medicationName:()=>Ete,role:()=>Ite,sort:()=>Ote,"sorting-ascendant":()=>Tte,"sorting-descendent":()=>Ate,validityDate:()=>Cte});var Ete="Geneesmiddel",Cte="Geldigheid",Ste="Auteur",Dte="Datum",Ite="Rol",Tte="Oplopend sorteren",Ate="Aflopend sorteren",Ote="Sorteren",Rte={asc:"vervalt eerst",desc:"vervalt laatst"},Mte={asc:"medicatienaam (A→Z)",desc:"medicatienaam (Z→A)"},C2e={medicationName:Ete,validityDate:Cte,author:Ste,date:Dte,role:Ite,"sorting-ascendant":Tte,"sorting-descendent":Ate,sort:Ote,expiration:Rte,alphabetical:Mte},S2e={nl:kte,fr:hte,de:Wee,en:tte},Pte={};ve(Pte,{author:()=>Bte,default:()=>D2e,profession:()=>jte,source:()=>zte,title:()=>Nte,updated:()=>Fte,updatedBy:()=>Vte,version:()=>Lte});var Nte="Versionsdetails",Lte="Version",Fte="Aktualisiert am",Vte="Von",zte="Ursprung",Bte="Verfasser",jte="Beruf",D2e={title:Nte,version:Lte,updated:Fte,updatedBy:Vte,source:zte,author:Bte,profession:jte},Hte={};ve(Hte,{author:()=>$te,default:()=>I2e,profession:()=>Zte,source:()=>Yte,title:()=>Ute,updated:()=>qte,updatedBy:()=>Gte,version:()=>Wte});var Ute="Version details",Wte="Version",qte="Updated on",Gte="By",Yte="Source",$te="Author",Zte="Appeal",I2e={title:Ute,version:Wte,updated:qte,updatedBy:Gte,source:Yte,author:$te,profession:Zte},Kte={};ve(Kte,{author:()=>aae,default:()=>T2e,profession:()=>iae,source:()=>tae,title:()=>Xte,updated:()=>Jte,updatedBy:()=>eae,version:()=>Qte});var Xte="Détails de la version",Qte="Version",Jte="Mis à jour le",eae="Par",tae="Source",aae="Auteur",iae="Profession",T2e={title:Xte,version:Qte,updated:Jte,updatedBy:eae,source:tae,author:aae,profession:iae},nae={};ve(nae,{author:()=>dae,default:()=>A2e,profession:()=>uae,source:()=>cae,title:()=>rae,updated:()=>sae,updatedBy:()=>lae,version:()=>oae});var rae="Versie details",oae="Versie",sae="Bijgewerkt op",lae="Door",cae="Bron",dae="Auteur",uae="Beroep",A2e={title:rae,version:oae,updated:sae,updatedBy:lae,source:cae,author:dae,profession:uae},O2e={nl:nae,fr:Kte,de:Pte,en:Hte},hae={};ve(hae,{day:()=>pae,default:()=>R2e,moreInformations:()=>wae,nextday:()=>_ae,nextweek:()=>vae,openCalendar:()=>xae,previousday:()=>yae,previousweek:()=>bae,returnToCurrentWeek:()=>gae,returnToToday:()=>fae,week:()=>mae});var pae="Tagesansicht",mae="Wochenansicht",fae="Zurück zu heute",gae="Diese Woche",bae="Vorige week",vae="Volgende week",yae="Vorige dag",_ae="Volgende dag",xae="den Kalender öffnen",wae="Weitere Informationen",R2e={day:pae,week:mae,returnToToday:fae,returnToCurrentWeek:gae,previousweek:bae,nextweek:vae,previousday:yae,nextday:_ae,openCalendar:xae,moreInformations:wae},kae={};ve(kae,{day:()=>Eae,default:()=>M2e,moreInformations:()=>Mae,nextday:()=>Oae,nextweek:()=>Tae,openCalendar:()=>Rae,previousday:()=>Aae,previousweek:()=>Iae,returnToCurrentWeek:()=>Dae,returnToToday:()=>Sae,week:()=>Cae});var Eae="Day overview",Cae="Week overview",Sae="Back to today",Dae="Present week",Iae="Previous week",Tae="Next week",Aae="Previous day",Oae="Next day",Rae="open the calendar",Mae="More information",M2e={day:Eae,week:Cae,returnToToday:Sae,returnToCurrentWeek:Dae,previousweek:Iae,nextweek:Tae,previousday:Aae,nextday:Oae,openCalendar:Rae,moreInformations:Mae},Pae={};ve(Pae,{day:()=>Nae,default:()=>P2e,moreInformations:()=>Wae,nextday:()=>Hae,nextweek:()=>Bae,openCalendar:()=>Uae,previousday:()=>jae,previousweek:()=>zae,returnToCurrentWeek:()=>Vae,returnToToday:()=>Fae,week:()=>Lae});var Nae="Vue journalière",Lae="Vue semaine",Fae="Revenir à aujourd'hui",Vae="Cette semaine",zae="Semaine précédente",Bae="Semaine suivante",jae="Jour précédent",Hae="Jour suivant",Uae="Ouvrir le calendrier",Wae="Plus d'informations",P2e={day:Nae,week:Lae,returnToToday:Fae,returnToCurrentWeek:Vae,previousweek:zae,nextweek:Bae,previousday:jae,nextday:Hae,openCalendar:Uae,moreInformations:Wae},qae={};ve(qae,{day:()=>Gae,default:()=>N2e,moreInformations:()=>tie,nextday:()=>Jae,nextweek:()=>Xae,openCalendar:()=>eie,previousday:()=>Qae,previousweek:()=>Kae,returnToCurrentWeek:()=>Zae,returnToToday:()=>$ae,week:()=>Yae});var Gae="Dagoverzicht",Yae="Weekoverzicht",$ae="Terug naar vandaag",Zae="Huidige week",Kae="vorherige Woche",Xae="nächste Woche",Qae="vorheriger Tag",Jae="nächster Tag",eie="de kalender openen",tie="Meer informatie",N2e={day:Gae,week:Yae,returnToToday:$ae,returnToCurrentWeek:Zae,previousweek:Kae,nextweek:Xae,previousday:Qae,nextday:Jae,openCalendar:eie,moreInformations:tie},L2e={nl:qae,fr:Pae,de:hae,en:kae},aie={};ve(aie,{comment:()=>gie,default:()=>F2e,end:()=>sie,endCondition:()=>mie,indication:()=>nie,instructions:()=>fie,medication:()=>iie,noDetails:()=>bie,periodicity:()=>die,posologie:()=>uie,prescriber:()=>rie,quantity:()=>cie,route:()=>hie,start:()=>oie,startCondition:()=>pie,suspension:()=>lie});var iie="Arzneimittel",nie="Grund",rie="verschreibende Person",oie="Beginn",sie="Ende",lie={label:"Aufhängungen",end:"Wiederaufgenommen am",start:"Ausgesetzt am",reason:"Grund"},cie="Darreichungsform",die="Abstand",uie="Dosierung",hie="Verabreichung",pie="Anfangszustand",mie="Endzustand",fie="Hinweise",gie="Kommentar",bie="Die angeforderte arzneimittel wurde gelöscht oder existiert nicht.",F2e={medication:iie,indication:nie,prescriber:rie,start:oie,end:sie,suspension:lie,quantity:cie,periodicity:die,posologie:uie,route:hie,startCondition:pie,endCondition:mie,instructions:fie,comment:gie,noDetails:bie},vie={};ve(vie,{comment:()=>Rie,default:()=>V2e,end:()=>kie,endCondition:()=>Aie,indication:()=>_ie,instructions:()=>Oie,medication:()=>yie,noDetails:()=>Mie,periodicity:()=>Sie,posologie:()=>Die,prescriber:()=>xie,quantity:()=>Cie,route:()=>Iie,start:()=>wie,startCondition:()=>Tie,suspension:()=>Eie});var yie="Medication",_ie="Reason",xie="Prescriber",wie="Beginning",kie="End",Eie={label:"Interruption",end:"Resumed on",start:"Interupted on",reason:"Reason"},Cie="Pharmaceutical form",Sie="Frequency",Die="Dosage",Iie="Route of administration",Tie="Condition at the beginning",Aie="Condition at the end",Oie="Instructions ",Rie="Comments",Mie="The requested information has been deleted or doesn't exist.",V2e={medication:yie,indication:_ie,prescriber:xie,start:wie,end:kie,suspension:Eie,quantity:Cie,periodicity:Sie,posologie:Die,route:Iie,startCondition:Tie,endCondition:Aie,instructions:Oie,comment:Rie,noDetails:Mie},Pie={};ve(Pie,{comment:()=>$ie,default:()=>z2e,end:()=>zie,endCondition:()=>Gie,indication:()=>Lie,instructions:()=>Yie,medication:()=>Nie,noDetails:()=>Zie,periodicity:()=>Hie,posologie:()=>Uie,prescriber:()=>Fie,quantity:()=>jie,route:()=>Wie,start:()=>Vie,startCondition:()=>qie,suspension:()=>Bie});var Nie="Médicament",Lie="Raison",Fie="Prescripteur",Vie="Début",zie="Fin",Bie={label:"Suspensions",end:"Reprise le",start:"Suspendu le",reason:"Raison"},jie="Forme pharmaceutique",Hie="Fréquence",Uie="Posologie",Wie="Voie d’administration",qie="Condition de début",Gie="Condition de fin",Yie="Instructions",$ie="Commentaire",Zie="Le médicament demandé a été supprimé ou n'existe pas.",z2e={medication:Nie,indication:Lie,prescriber:Fie,start:Vie,end:zie,suspension:Bie,quantity:jie,periodicity:Hie,posologie:Uie,route:Wie,startCondition:qie,endCondition:Gie,instructions:Yie,comment:$ie,noDetails:Zie},Kie={};ve(Kie,{comment:()=>dne,default:()=>B2e,end:()=>tne,endCondition:()=>lne,indication:()=>Qie,instructions:()=>cne,medication:()=>Xie,noDetails:()=>une,periodicity:()=>nne,posologie:()=>rne,prescriber:()=>Jie,quantity:()=>ine,route:()=>one,start:()=>ene,startCondition:()=>sne,suspension:()=>ane});var Xie="Geneesmiddel",Qie="Reden",Jie="Voorschrijver",ene="Start",tne="Einde",ane={label:"Opschortingen",end:"Hervat op",start:"Opgeschort op",reason:"Reden"},ine="Farmaceutische vorm",nne="Frequentie",rne="Posologie",one="Toedieningsweg",sne="Beginconditie",lne="Eindconditie",cne="Instructies",dne="Commentaar",une="Het gevraagde geneesmiddel is verwijderd of bestaat niet.",B2e={medication:Xie,indication:Qie,prescriber:Jie,start:ene,end:tne,suspension:ane,quantity:ine,periodicity:nne,posologie:rne,route:one,startCondition:sne,endCondition:lne,instructions:cne,comment:dne,noDetails:une},j2e={nl:Kie,fr:Pie,de:aie,en:vie},hne={};ve(hne,{all:()=>pne,atYourConvenienceText:()=>xne,consultDetails:()=>vne,current:()=>mne,days:()=>wne,default:()=>H2e,disclaimer:()=>Cne,future:()=>fne,headers:()=>bne,noMedications:()=>Ene,remarks:()=>yne,return:()=>gne,toPlan:()=>_ne,toTake:()=>kne});var pne="Vollständige Liste",mne="Aktuel",fne="Künftig",gne="Zurück zur Übersicht",bne={moment:"Moment",medication:"Arzneimittel",dose:"Dosis",indication:"Grund",dayperiod:"Tageszeit",remark:"Anmerkung",leaflet:"Packungsbeilage",days:"Tagen",startCondition:"Anfangszustand",instructions:"Hinweise"},vne="Siehe Details",yne={ifneeded:"Gegebenenfalls",lastDayTemporary:"Letzter Tag vor Aussetzung",lastDayDefinitive:"Letzter Tag",suspended:"Aussetzen",end:"Ende"},_ne="Noch zu vereinbaren",xne="Einige Medikamente wurden vom Arzt keiner bestimmten Tageszeit zugeordnet und werden deshalb unter 'Spezifische Anweisungen' angezeigt. Wenn Ihr Arzt Hinweise zur Einnahme des Arzneimittels gegeben hat, halten Sie diese bitte ein. Wenn dieses Medikament in bestimmten Abständen eingenommen werden muss, halten Sie sich bitte den ganzen Tag daran.",wne={monday:"Mo",tuesday:"Di",wednesday:"Mi",thursday:"Do",friday:"Fr",saturday:"Sa",sunday:"So",allDays:"Täglich"},kne="am {days} zu nehmen",Ene={all:"Es wurden keine Arzneimitteln gefunden",current:"Es wurden keine Aktuelle Arzneimitteln gefunden",future:"Es wurden keine Künftige Arzneimitteln gefunden",day:"Es wurden keine Arzneimitteln für diesen Tag und diese Tageszeit gefunden",week:"Es wurden keine Arzneimitteln für diesen Woche und diese Tageszeit gefunden"},Cne="Dies ist ein Medikamentenplan, der von Ihrem Pflegeteam verwaltet und über {safe} geteilt wird. Weitere Informationen finden Sie unter {safe}. Die Informationen im Medikamentenplan, den Sie anfordern möchten, sind möglicherweise nicht vollständig. Denken Sie daran, wenn Sie sich auf diesen Medikamentenplan stützen.",H2e={all:pne,current:mne,future:fne,return:gne,headers:bne,consultDetails:vne,remarks:yne,toPlan:_ne,atYourConvenienceText:xne,days:wne,toTake:kne,noMedications:Ene,disclaimer:Cne},Sne={};ve(Sne,{all:()=>Dne,atYourConvenienceText:()=>Lne,consultDetails:()=>Rne,current:()=>Ine,days:()=>Fne,default:()=>U2e,disclaimer:()=>Bne,future:()=>Tne,headers:()=>One,noMedications:()=>zne,notSpecified:()=>Mne,remarks:()=>Pne,return:()=>Ane,toPlan:()=>Nne,toTake:()=>Vne});var Dne="Complete list",Ine="Current",Tne="Future",Ane="Back to overview",One={moment:"Moment",medication:"Medication",dose:"Dose",indication:"Reason",dayperiod:"Time",remark:"Note",leaflet:"Leaflet",days:"Number of days",startCondition:"Condition at the beginning",instructions:"Instructions "},Rne="See details",Mne="Dosage not filled",Pne={ifneeded:"If necessary",lastDayTemporary:"Last day for suspension",lastDayDefinitive:"Last day",suspended:"Suspend",end:"End"},Nne="Remains to be planned",Lne="Some medications are not assigned to a specific time of day by the doctor and are therefore placed in ‘Specific instructions’. If your doctor gave instructions regarding the moment you must take the medication, follow them up. If the medication must be taken according to a specific scheme, stick to it during the whole day.",Fne={monday:"Mon",tuesday:"Tue",thursday:"Thu",wednesday:"Wed",friday:"Fri",saturday:"Sat",sunday:"Sun",allDays:"Every day"},Vne="To take on {days}",zne={all:"No medication was found.",current:"No present medication was found.",future:"No future medication was found.",day:"No medication was found for this day with that moment.",week:"No medication was found for this day week with that moment."},Bne="This is a medication scheme managed by your care team and shared via {safe}. More information to be found on {safe}. The information contained in the medication scheme that you wish to question is maybe incomplete. Take that into account if you base yourself on that medication scheme.",U2e={all:Dne,current:Ine,future:Tne,return:Ane,headers:One,consultDetails:Rne,notSpecified:Mne,remarks:Pne,toPlan:Nne,atYourConvenienceText:Lne,days:Fne,toTake:Vne,noMedications:zne,disclaimer:Bne},jne={};ve(jne,{all:()=>Hne,atYourConvenienceText:()=>Kne,consultDetails:()=>Yne,current:()=>Une,days:()=>Xne,default:()=>W2e,disclaimer:()=>ere,future:()=>Wne,headers:()=>Gne,noMedications:()=>Jne,remarks:()=>$ne,return:()=>qne,toPlan:()=>Zne,toTake:()=>Qne});var Hne="Toute la liste",Une="En cours",Wne="futur",qne="Retour à la vue d'ensemble",Gne={moment:"Moment",medication:"Médicament",dose:"Dose",indication:"Raison",dayperiod:"Période",remark:"Remarque",leaflet:"Notice",days:"Jours",startCondition:"Condition de début",instructions:"Instructions"},Yne="Voir les détails",$ne={ifneeded:"Si nécessaire",lastDayTemporary:"Dernier jour avant suspension",lastDayDefinitive:"Dernier jour",suspended:"Suspendre",end:"Fin"},Zne="À convenir",Kne="Quelques médicaments n’ont pas été assignés à une période précise de la journée par le médecin, et sont donc placés dans ‘Instructions spécifiques’. Si votre médecin a donné des instructions pour le moment de la prise du médicament, veuillez les suivre. Si ce médicament doit être pris selon une fréquence horaire précise, veuillez respecter cette consigne tout au long de la journée.",Xne={monday:"Lun",tuesday:"Mar",wednesday:"Mer",thursday:"Jeu",friday:"Ven",saturday:"Sam",sunday:"Dim",allDays:"Tous les jours"},Qne="À prendre {days}",Jne={all:"Aucun médicament a été trouvé",current:"Aucun médicament actuel a été trouvé",future:"Aucun médicament futur a été trouvé",day:"Aucun médicament a été trouvé pour ce jour avec cette période de la journée",week:"Aucun médicament a été trouvé pour cette semaine avec cette période de la journée"},ere="Il s’agit d’un schéma de médication qui est géré par votre équipe de soins et partagé via le(s) portail(s) {safe}. Plus d’informations peuvent être trouvées sur le(s) portail(s) {safe}. Il est possible que les informations figurant dans le schéma de médication que vous souhaitez demander ne soient pas complètes. Prenez cela en considération lorsque vous vous basez sur ce schéma de médication.",W2e={all:Hne,current:Une,future:Wne,return:qne,headers:Gne,consultDetails:Yne,remarks:$ne,toPlan:Zne,atYourConvenienceText:Kne,days:Xne,toTake:Qne,noMedications:Jne,disclaimer:ere},tre={};ve(tre,{all:()=>are,atYourConvenienceText:()=>ure,consultDetails:()=>sre,current:()=>ire,days:()=>hre,default:()=>q2e,disclaimer:()=>fre,future:()=>nre,headers:()=>ore,noMedications:()=>mre,notSpecified:()=>lre,remarks:()=>cre,return:()=>rre,toPlan:()=>dre,toTake:()=>pre});var are="Volledige lijst",ire="Huidig",nre="Toekomstig",rre="Terug naar overzicht",ore={moment:"Moment",medication:"Geneesmiddel",dose:"Dosis",indication:"Reden",dayperiod:"Tijdstip",remark:"Opmerking",leaflet:"Bijsluiter",days:"Dagen",startCondition:"Beginconditie",instructions:"Instructies"},sre="Zie details",lre="Dosering niet ingevuld",cre={ifneeded:"Indien nodig",lastDayTemporary:"Laatste dag voor opschorting",lastDayDefinitive:"Laatste dag",suspended:"Opschorten",end:"Einde"},dre="Nog in te plannen",ure="Sommige medicijnen zijn door de arts niet aan een bepaald tijdstip van de dag toegewezen en worden daarom in 'Specifieke instructies' geplaatst. Als uw arts instructies heeft gegeven voor wanneer u het geneesmiddel moet innemen, volg die dan op. Als dit medicijn volgens een bepaald schema moet worden ingenomen, houdt u hier dan de hele dag aan.",hre={monday:"Ma",tuesday:"Di",thursday:"Do",wednesday:"Woe",friday:"Vr",saturday:"Za",sunday:"Zo",allDays:"Elke dag"},pre="Te nemen op {days}",mre={all:"Er werden geneesmiddelen gevonden",current:"Er werden geen huidige geneesmiddelen gevonden",future:"Er werden geen toekomstige geneesmiddelen gevonden",day:"Er werden geen geneesmiddelen voor deze dag met deze tijdstip gevonden",week:"Er werden geen geneesmiddelen voor deze week met deze tijdstip gevonden"},fre="Dit is een medicatieschema dat wordt beheerd door uw zorgteam en wordt gedeeld via {safe}. Meer informatie te vinden op {safe}. De informatie opgenomen in het medicatieschema dat u wenst op te vragen, is mogelijk niet volledig. Houd hier rekening mee wanneer u zich baseert op dit medicatieschema.",q2e={all:are,current:ire,future:nre,return:rre,headers:ore,consultDetails:sre,notSpecified:lre,remarks:cre,toPlan:dre,atYourConvenienceText:ure,days:hre,toTake:pre,noMedications:mre,disclaimer:fre},G2e={nl:tre,fr:jne,de:hne,en:Sne},gre={};ve(gre,{default:()=>Y2e,flanders:()=>yre,subtitle:()=>vre,title:()=>bre,walloniaBrussels:()=>_re});var bre="Medikamentenplan",vre="Was ist, wenn ich in diesem Abschnitt keine Inhalte sehe?",yre={intro:"Ich lebe in Flandern",text:"Es liegt noch kein Medikamentenplan für Sie vor. Sie nehmen Arzneimittel ein, haben aber noch keinen Medikamentenplan? Bitten Sie Ihren behandelnden Arzt, einen zu erstellen.",introPro:"Ihr Patient lebt in Flandern",textPro:"Wenn Ihr Patient seinen Wohnsitz in Flandern hat und Sie sehen kein gemeinsames Medikationsschema auf seinem oder ihrem Namen, dann es gibt keinen Medikamenten-Zeitplan für ihn oder sie. Wenn Ihr Patient Medikamente nimmt, aber noch keinen Medikamentenplan hat, dann können Sie ein Medikationsschema erstellen über über die Software für Arzte oder Apotheker."},_re={intro:"Ich lebe in Wallonien oder in Brüssel",text1:"Wenn Sie mit Ihrem Namen angemeldet sind, steht Ihnen noch keine Medikation zur Verfügung. Nehmen Sie Medikamente ein, haben aber noch keine Medikation? Zögern Sie nicht, Ihren Arzt zu bitten, es zu erstellen.",text2:"Wenn Sie als Bevollmächtigter für eine andere Person oder als Elternteil eines minderjährigen Kindes angemeldet sind, haben Sie über diese Anwendung keinen Zugriff auf das Medikamentenplan. Sie können jedoch den Medikamentenplan in den regionalen Gesundheitssafes ‘Réseau Santé Wallon’ oder ‘Réseau Santé Bruxellois’ einsehen.",introPro:"Ihr Patient lebt in Wallonien oder in Brüssel",textPro:'Sie können direkt über das regionale Portal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=de">Réseau Santé Wallon</a> oder das regionale Portal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=en">Brüsseler Gesundheitsnetzwerk</a>'},Y2e={title:bre,subtitle:vre,flanders:yre,walloniaBrussels:_re},xre={};ve(xre,{default:()=>$2e,flanders:()=>Ere,subtitle:()=>kre,title:()=>wre,walloniaBrussels:()=>Cre});var wre="Medication scheme",kre="What to do if I I don't see any content in this part?",Ere={intro:"I live in Flanders",text:"No shared medication scheme has been shared yet. If you use medication you don't have a medication scheme yet, ask your doctor to make create one for you.",introPro:"Your patient lives in Flanders",textPro:"There is no medication schedule for him yet. Is your patient taking medication but doesn't have a medication schedule yet? You can create one using the software for doctors or pharmacists."},Cre={intro:"I live in Wallonia or in Brussels",text1:"If you are registered in your own name, then no medication scheme is available for you at the moment. If you use medication while you don't have a medication scheme yet, ask your doctor to make create one for you.",text2:"If you are registered as a mandate holder for another person or as a parent of a minor child, you cannot access the medication scheme by using this application. However, you can view the current medication scheme on the regional health safes ‘Réseau Santé Wallon’ or the ‘Brussels Health Network’.",introPro:"Your patient lives in Wallonia or Brussels",textPro:`You can directly access your patient's medication schedule via the regional portal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=fr">Réseau Santé Wallon</a> or via the regional portal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=fr">Réseau Santé Bruxellois</a>`},$2e={title:wre,subtitle:kre,flanders:Ere,walloniaBrussels:Cre},Sre={};ve(Sre,{default:()=>Z2e,flanders:()=>Tre,subtitle:()=>Ire,title:()=>Dre,walloniaBrussels:()=>Are});var Dre="Schéma de médication",Ire="Que faire si je ne vois aucun contenu dans cette partie ?",Tre={intro:"J’habite en Flandre",text:"Il n’y a pas encore de schéma de médication à votre nom. Vous prenez des médicaments mais vous n’avez pas encore de schéma de médication ? N’hésitez pas à demander à votre médecin traitant de le créer.",introPro:"Votre patient habite en Flandre",textPro:"Il n’y a pas encore de schéma de médication pour lui. Votre patient prend des médicaments mais n’a pas encore de schéma de médication ? Vous pouvez en créer un via le logiciel pour les médecins ou les pharmaciens"},Are={intro:"J’habite en Wallonie ou à Bruxelles",text1:"Si vous êtes connecté à votre nom, il n’y a pas encore de schéma de médication disponible pour vous. Vous prenez des médicaments mais vous n’avez pas encore de schéma de médication ? N’hésitez pas à demander à votre médecin traitant de le créer.",text2:"Si vous êtes connecté comme mandataire pour une autre personne ou comme parent d’un enfant mineur, vous n’avez pas accès au schéma de médication via cette application. Vous pouvez toutefois consulter le schéma de médication dans les coffres-forts régionaux de santé via les portails ‘Réseau Santé Wallon’ et du ‘Réseau Santé Bruxellois’",introPro:"Votre patient habite en Wallonie ou à Bruxelles",textPro:'Vous pouvez accéder directement au schéma de médication de votre patient via le portail régional <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=fr">Réseau Santé Wallon</a> ou le portail régional <a class="link" href="https://webapp.abrumet.be/portal/pro?l=fr">Réseau Santé Bruxellois</a>'},Z2e={title:Dre,subtitle:Ire,flanders:Tre,walloniaBrussels:Are},Ore={};ve(Ore,{default:()=>K2e,flanders:()=>Pre,subtitle:()=>Mre,title:()=>Rre,walloniaBrussels:()=>Nre});var Rre="Medicatieschema",Mre="Wat te doen indien ik geen inhoud zie in dit deel?",Pre={intro:"Ik woon in Vlaanderen",text:"Er is voor u nog geen gedeeld medicatieschema beschikbaar. Als u medicijnen gebruikt en nog geen medicatieschema heeft, vraagt u aan uw arts er een aan te maken voor u",introPro:"Uw patiënt woont in Vlaanderen",textPro:"Als uw patiënt gedomicilieerd is in Vlaanderen en u ziet geen gedeeld medicatieschema op zijn of haar naam, dan is er nog geen. Indien uw patiënt wel geneesmiddelen neemt, maar nog geen medicatieschema heeft, dan kan u een medicatieschema aanmaken via de software voor huisartsen of apothekers."},Nre={intro:"Ik woon in Wallonië of Brussel",text1:"Indien u aangemeld bent in eigen naam, dan is er voor u nog geen medicatieschema beschikbaar. Als u medicijnen gebruikt en nog geen medicatieschema heeft, vraagt u aan uw arts er een aan te maken voor u.",text2:"Indien u aangemeld bent als mandaathouder voor een andere persoon of als ouder van een minderjarig kind, dan heeft u via deze applicatie geen toegang tot het medicatieschema. U kan wel het actuele medicatieschema bekijken bij de regionale gezondheidskluizen ‘Réseau Santé Wallon’ of het ‘Brusselse Gezondheidsnetwerk’.",introPro:"Uw patiënt woont in Wallonië of Brussel",textPro:'U kan rechtstreeks toegang krijgen tot het medicatieschema van uw patiënt via het regionaal portaal <a class="link" href="https://webapp.reseausantewallon.be/portal/pro?l=nl">Réseau Santé Wallon</a> of het regionaal portaal <a class="link" href="https://webapp.abrumet.be/portal/pro?l=nl">Brusselse Gezondheidsnetwerk</a>'},K2e={title:Rre,subtitle:Mre,flanders:Pre,walloniaBrussels:Nre},X2e={nl:Ore,fr:Sre,de:gre,en:xre},Lre={};ve(Lre,{day:()=>zre,default:()=>Q2e,list:()=>Fre,week:()=>Vre});var Fre="Liste",Vre="Woche",zre="Tag",Q2e={list:Fre,week:Vre,day:zre},Bre={};ve(Bre,{day:()=>Ure,default:()=>J2e,list:()=>jre,week:()=>Hre});var jre="List",Hre="Week",Ure="Day",J2e={list:jre,week:Hre,day:Ure},Wre={};ve(Wre,{day:()=>Yre,default:()=>eDe,list:()=>qre,week:()=>Gre});var qre="Liste",Gre="Semaine",Yre="Jour",eDe={list:qre,week:Gre,day:Yre},$re={};ve($re,{day:()=>Xre,default:()=>tDe,list:()=>Zre,week:()=>Kre});var Zre="Lijst",Kre="Week",Xre="Dag",tDe={list:Zre,week:Kre,day:Xre},aDe={nl:$re,fr:Wre,de:Lre,en:Bre},Qre={};ve(Qre,{default:()=>iDe,evening:()=>aoe,ifNeeded:()=>noe,morning:()=>eoe,night:()=>ioe,noon:()=>toe,toPlan:()=>Jre});var Jre="Spezifische Anweisungen",eoe="Morgen",toe="Mittag und Nachmittag",aoe="Abends",ioe="Zubettgehen",noe="Gegebenenfalls",iDe={toPlan:Jre,morning:eoe,noon:toe,evening:aoe,night:ioe,ifNeeded:noe},roe={};ve(roe,{default:()=>nDe,evening:()=>coe,ifNeeded:()=>uoe,morning:()=>soe,night:()=>doe,noon:()=>loe,toPlan:()=>ooe});var ooe="Specific instructions",soe="Morning",loe="Noon and afternoon",coe="Evening meal",doe="Going to sleep",uoe="If necessary",nDe={toPlan:ooe,morning:soe,noon:loe,evening:coe,night:doe,ifNeeded:uoe},hoe={};ve(hoe,{default:()=>rDe,evening:()=>goe,ifNeeded:()=>voe,morning:()=>moe,night:()=>boe,noon:()=>foe,toPlan:()=>poe});var poe="Instructions spécifiques",moe="Matin",foe="Midi et Après-midi",goe="Soir",boe="Au coucher",voe="Si nécessaire",rDe={toPlan:poe,morning:moe,noon:foe,evening:goe,night:boe,ifNeeded:voe},yoe={};ve(yoe,{default:()=>oDe,evening:()=>koe,ifNeeded:()=>Coe,morning:()=>xoe,night:()=>Eoe,noon:()=>woe,toPlan:()=>_oe});var _oe="Specifieke instructies",xoe="Ochtend",woe="Middag en namiddag",koe="Avondmaal",Eoe="Bij het slapen gaan",Coe="Indien nodig",oDe={toPlan:_oe,morning:xoe,noon:woe,evening:koe,night:Eoe,ifNeeded:Coe},sDe={nl:yoe,fr:hoe,de:Qre,en:roe},lDe=class extends ec{getTranslation(e){return vt({commons:ht(ue({},qSe[e]),{days:NSe[e],errors:BSe[e],roles:u2e[e],safes:x2e[e],periodicities:KSe[e],administrationUnits:ASe[e],period:t2e[e],routes:g2e[e],posology:o2e[e],sortDropdown:S2e[e]}),medicationSchemeListView:G2e[e],medicationSchemeOverview:aDe[e],medicationSchemeMoments:sDe[e],medicationSchemeNoData:X2e[e],medicationSchemeDateToggler:L2e[e],medicationSchemeCreationDetails:O2e[e],medicationSchemeDetails:j2e[e]})}},cDe=[ySe,M1e({defaultLanguage:"fr",loader:{provide:ec,useClass:lDe},compiler:{provide:ac,useClass:kSe}})];function nc(e){e||(Fl(),e=_(yi));let t=new It(n=>e.onDestroy(n.next.bind(n)));return n=>n.pipe(Ut(t))}function Soe(e,t){var c;let n=!(t!=null&&t.manualCleanup);n&&!(t!=null&&t.injector)&&Fl();let a=n?((c=t==null?void 0:t.injector)==null?void 0:c.get(yi))??_(yi):null,i=dDe(t==null?void 0:t.equal),r;t!=null&&t.requireSync?r=Qa({kind:0},{equal:i}):r=Qa({kind:1,value:t==null?void 0:t.initialValue},{equal:i});let s,l=e.subscribe({next:d=>r.set({kind:1,value:d}),error:d=>{if(t!=null&&t.rejectErrors)throw d;r.set({kind:2,error:d})},complete:()=>{s==null||s()}});if(t!=null&&t.requireSync&&r().kind===0)throw new ee(601,!1);return s=a==null?void 0:a.onDestroy(l.unsubscribe.bind(l)),ga(()=>{let d=r();switch(d.kind){case 1:return d.value;case 2:throw d.error;case 0:throw new ee(601,!1)}},{equal:t==null?void 0:t.equal})}function dDe(e=Object.is){return(t,n)=>t.kind===1&&n.kind===1&&e(t.value,n.value)}var t0=["*"];function uDe(e,t){e&1&&Re(0)}var hDe=["tabListContainer"],pDe=["tabList"],mDe=["tabListInner"],fDe=["nextPaginator"],gDe=["previousPaginator"],bDe=["content"];function vDe(e,t){}var yDe=["tabBodyWrapper"],_De=["tabHeader"];function xDe(e,t){}function wDe(e,t){if(e&1&&V(0,xDe,0,0,"ng-template",12),e&2){let n=L().$implicit;z("cdkPortalOutlet",n.templateLabel)}}function kDe(e,t){if(e&1&&P(0),e&2){let n=L().$implicit;ae(n.textLabel)}}function EDe(e,t){if(e&1){let n=xt();D(0,"div",7,2),xe("click",function(){let a=Ee(n),i=a.$implicit,r=a.$index,s=L(),l=Ri(1);return Ce(s._handleClick(i,l,r))})("cdkFocusChange",function(a){let i=Ee(n).$index,r=L();return Ce(r._tabFocusChanged(a,i))}),Z(2,"span",8)(3,"div",9),D(4,"span",10)(5,"span",11),V(6,wDe,1,1,null,12)(7,kDe,1,1),I()()()}if(e&2){let n=t.$implicit,a=t.$index,i=Ri(1),r=L();Ai(n.labelClass),Se("mdc-tab--active",r.selectedIndex===a),z("id",r._getTabLabelId(n,a))("disabled",n.disabled)("fitInkBarToContent",r.fitInkBarToContent),be("tabIndex",r._getTabIndex(a))("aria-posinset",a+1)("aria-setsize",r._tabs.length)("aria-controls",r._getTabContentId(a))("aria-selected",r.selectedIndex===a)("aria-label",n.ariaLabel||null)("aria-labelledby",!n.ariaLabel&&n.ariaLabelledby?n.ariaLabelledby:null),C(3),z("matRippleTrigger",i)("matRippleDisabled",n.disabled||r.disableRipple),C(3),W(n.templateLabel?6:7)}}function CDe(e,t){e&1&&Re(0)}function SDe(e,t){if(e&1){let n=xt();D(0,"mat-tab-body",13),xe("_onCentered",function(){Ee(n);let a=L();return Ce(a._removeTabBodyWrapperHeight())})("_onCentering",function(a){Ee(n);let i=L();return Ce(i._setTabBodyWrapperHeight(a))})("_beforeCentering",function(a){Ee(n);let i=L();return Ce(i._bodyCentered(a))}),I()}if(e&2){let n=t.$implicit,a=t.$index,i=L();Ai(n.bodyClass),z("id",i._getTabContentId(a))("content",n.content)("position",n.position)("animationDuration",i.animationDuration)("preserveContent",i.preserveContent),be("tabindex",i.contentTabIndex!=null&&i.selectedIndex===a?i.contentTabIndex:null)("aria-labelledby",i._getTabLabelId(n,a))("aria-hidden",i.selectedIndex!==a)}}var DDe=new Y("MatTabContent"),IDe=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matTabContent",""]],features:[dt([{provide:DDe,useExisting:t}])]}));let e=t;return e})(),TDe=new Y("MatTabLabel"),Doe=new Y("MAT_TAB"),ADe=(()=>{const t=class t extends nve{constructor(){super(...arguments);o(this,"_closestTab",_(Doe,{optional:!0}))}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[dt([{provide:TDe,useExisting:t}]),Be]}));let e=t;return e})(),Ioe=new Y("MAT_TAB_GROUP"),Toe=(()=>{const t=class t{constructor(){o(this,"_viewContainerRef",_(ti));o(this,"_closestTabGroup",_(Ioe,{optional:!0}));o(this,"disabled",!1);o(this,"_templateLabel");o(this,"_explicitContent");o(this,"_implicitContent");o(this,"textLabel","");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"labelClass");o(this,"bodyClass");o(this,"id",null);o(this,"_contentPortal",null);o(this,"_stateChanges",new he);o(this,"position",null);o(this,"origin",null);o(this,"isActive",!1);_(Ra).load(Yn)}get templateLabel(){return this._templateLabel}set templateLabel(a){this._setTemplateLabelInput(a)}get content(){return this._contentPortal}ngOnChanges(a){(a.hasOwnProperty("textLabel")||a.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new go(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(a){a&&a._closestTab===this&&(this._templateLabel=a)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab"]],contentQueries:function(a,i,r){if(a&1&&(gt(r,ADe,5),gt(r,IDe,7,ba)),a&2){let s;ye(s=_e())&&(i.templateLabel=s.first),ye(s=_e())&&(i._explicitContent=s.first)}},viewQuery:function(a,i){if(a&1&&Ze(ba,7),a&2){let r;ye(r=_e())&&(i._implicitContent=r.first)}},hostAttrs:["hidden",""],hostVars:1,hostBindings:function(a,i){a&2&&be("id",null)},inputs:{disabled:[2,"disabled","disabled",me],textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass",id:"id"},exportAs:["matTab"],features:[dt([{provide:Doe,useExisting:t}]),Jt],ngContentSelectors:t0,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),V(0,uDe,1,0,"ng-template"))},encapsulation:2}));let e=t;return e})(),hp="mdc-tab-indicator--active",gy="mdc-tab-indicator--no-transition",ODe=class{constructor(e){o(this,"_items");o(this,"_currentItem");this._items=e}hide(){this._items.forEach(e=>e.deactivateInkBar()),this._currentItem=void 0}alignToElement(e){var a,i;let t=this._items.find(r=>r.elementRef.nativeElement===e),n=this._currentItem;if(t!==n&&(n==null||n.deactivateInkBar(),t)){let r=(i=n==null?void 0:(a=n.elementRef.nativeElement).getBoundingClientRect)==null?void 0:i.call(a);t.activateInkBar(r),this._currentItem=t}}},RDe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_inkBarElement");o(this,"_inkBarContentElement");o(this,"_fitToContent",!1)}get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(a){this._fitToContent!==a&&(this._fitToContent=a,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(a){let i=this._elementRef.nativeElement;if(!a||!i.getBoundingClientRect||!this._inkBarContentElement){i.classList.add(hp);return}let r=i.getBoundingClientRect(),s=a.width/r.width,l=a.left-r.left;i.classList.add(gy),this._inkBarContentElement.style.setProperty("transform",`translateX(${l}px) scaleX(${s})`),i.getBoundingClientRect(),i.classList.remove(gy),i.classList.add(hp),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this._elementRef.nativeElement.classList.remove(hp)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){var a;(a=this._inkBarElement)==null||a.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){let a=this._elementRef.nativeElement.ownerDocument||document,i=this._inkBarElement=a.createElement("span"),r=this._inkBarContentElement=a.createElement("span");i.className="mdc-tab-indicator",r.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",i.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){this._inkBarElement,(this._fitToContent?this._elementRef.nativeElement.querySelector(".mdc-tab__content"):this._elementRef.nativeElement).appendChild(this._inkBarElement)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",me]}}));let e=t;return e})(),Aoe=(()=>{const t=class t extends RDe{constructor(){super(...arguments);o(this,"elementRef",_(Ae));o(this,"disabled",!1)}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(i,r){i&2&&(be("aria-disabled",!!r.disabled),Se("mat-mdc-tab-disabled",r.disabled))},inputs:{disabled:[2,"disabled","disabled",me]},features:[Be]}));let e=t;return e})(),by={passive:!0},MDe=650,PDe=100,NDe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_viewportRuler",_(Yl));o(this,"_dir",_(Na,{optional:!0}));o(this,"_ngZone",_(Le));o(this,"_platform",_($t));o(this,"_sharedResizeObserver",_(rE));o(this,"_injector",_(pt));o(this,"_renderer",_(di));o(this,"_animationMode",_(Oa,{optional:!0}));o(this,"_eventCleanups");o(this,"_scrollDistance",0);o(this,"_selectedIndexChanged",!1);o(this,"_destroyed",new he);o(this,"_showPaginationControls",!1);o(this,"_disableScrollAfter",!0);o(this,"_disableScrollBefore",!0);o(this,"_tabLabelCount");o(this,"_scrollDistanceChanged");o(this,"_keyManager");o(this,"_currentTextContent");o(this,"_stopScrolling",new he);o(this,"disablePagination",!1);o(this,"_selectedIndex",0);o(this,"selectFocusedIndex",new te);o(this,"indexFocused",new te);this._eventCleanups=this._ngZone.runOutsideAngular(()=>[this._renderer.listen(this._elementRef.nativeElement,"mouseleave",()=>this._stopInterval())])}get selectedIndex(){return this._selectedIndex}set selectedIndex(a){let i=isNaN(a)?0:a;this._selectedIndex!=i&&(this._selectedIndexChanged=!0,this._selectedIndex=i,this._keyManager&&this._keyManager.updateActiveItem(i))}ngAfterViewInit(){this._eventCleanups.push(Ta(this._renderer,this._previousPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("before"),by),Ta(this._renderer,this._nextPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("after"),by))}ngAfterContentInit(){let a=this._dir?this._dir.change:vt("ltr"),i=this._sharedResizeObserver.observe(this._elementRef.nativeElement).pipe(su(32),Ut(this._destroyed)),r=this._viewportRuler.change(150).pipe(Ut(this._destroyed)),s=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new cg(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(Math.max(this._selectedIndex,0)),Hn(s,{injector:this._injector}),fa(a,r,i,this._items.changes,this._itemsResized()).pipe(Ut(this._destroyed)).subscribe(()=>{var l;this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),s()})}),(l=this._keyManager)==null||l.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe(l=>{this.indexFocused.emit(l),this._setTabFocus(l)})}_itemsResized(){return typeof ResizeObserver!="function"?Ml:this._items.changes.pipe(Aa(this._items),hr(a=>new It(i=>this._ngZone.runOutsideAngular(()=>{let r=new ResizeObserver(s=>i.next(s));return a.forEach(s=>r.observe(s.elementRef.nativeElement)),()=>{r.disconnect()}}))),of(1),ia(a=>a.some(i=>i.contentRect.width>0&&i.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){var a;this._eventCleanups.forEach(i=>i()),(a=this._keyManager)==null||a.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(a){var i;if(!ja(a))switch(a.keyCode){case 13:case 32:if(this.focusIndex!==this.selectedIndex){let r=this._items.get(this.focusIndex);r&&!r.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(a))}break;default:(i=this._keyManager)==null||i.onKeydown(a)}}_onContentChanges(){let a=this._elementRef.nativeElement.textContent;a!==this._currentTextContent&&(this._currentTextContent=a||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(a){!this._isValidIndex(a)||this.focusIndex===a||!this._keyManager||this._keyManager.setActiveItem(a)}_isValidIndex(a){return this._items?!!this._items.toArray()[a]:!0}_setTabFocus(a){if(this._showPaginationControls&&this._scrollToLabel(a),this._items&&this._items.length){this._items.toArray()[a].focus();let i=this._tabListContainer.nativeElement;this._getLayoutDirection()=="ltr"?i.scrollLeft=0:i.scrollLeft=i.scrollWidth-i.offsetWidth}}_getLayoutDirection(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;let a=this.scrollDistance,i=this._getLayoutDirection()==="ltr"?-a:a;this._tabList.nativeElement.style.transform=`translateX(${Math.round(i)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(a){this._scrollTo(a)}_scrollHeader(a){let i=this._tabListContainer.nativeElement.offsetWidth,r=(a=="before"?-1:1)*i/3;return this._scrollTo(this._scrollDistance+r)}_handlePaginatorClick(a){this._stopInterval(),this._scrollHeader(a)}_scrollToLabel(a){if(this.disablePagination)return;let i=this._items?this._items.toArray()[a]:null;if(!i)return;let r=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:s,offsetWidth:l}=i.elementRef.nativeElement,c,d;this._getLayoutDirection()=="ltr"?(c=s,d=c+l):(d=this._tabListInner.nativeElement.offsetWidth-s,c=d-l);let u=this.scrollDistance,p=this.scrollDistance+r;c<u?this.scrollDistance-=u-c:d>p&&(this.scrollDistance+=Math.min(d-p,c-u))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{let a=this._tabListInner.nativeElement.scrollWidth,i=this._elementRef.nativeElement.offsetWidth,r=a-i>=5;r||(this.scrollDistance=0),r!==this._showPaginationControls&&(this._showPaginationControls=r,this._changeDetectorRef.markForCheck())}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=this.scrollDistance==0,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){let a=this._tabListInner.nativeElement.scrollWidth,i=this._tabListContainer.nativeElement.offsetWidth;return a-i||0}_alignInkBarToSelectedTab(){let a=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,i=a?a.elementRef.nativeElement:null;i?this._inkBar.alignToElement(i):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(a,i){i&&i.button!=null&&i.button!==0||(this._stopInterval(),B_(MDe,PDe).pipe(Ut(fa(this._stopScrolling,this._destroyed))).subscribe(()=>{let{maxScrollDistance:r,distance:s}=this._scrollHeader(a);(s===0||s>=r)&&this._stopInterval()}))}_scrollTo(a){if(this.disablePagination)return{maxScrollDistance:0,distance:0};let i=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(i,a)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:i,distance:this._scrollDistance}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,inputs:{disablePagination:[2,"disablePagination","disablePagination",me],selectedIndex:[2,"selectedIndex","selectedIndex",mn]},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}}));let e=t;return e})(),LDe=(()=>{const t=class t extends NDe{constructor(){super(...arguments);o(this,"_items");o(this,"_tabListContainer");o(this,"_tabList");o(this,"_tabListInner");o(this,"_nextPaginator");o(this,"_previousPaginator");o(this,"_inkBar");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"disableRipple",!1)}ngAfterContentInit(){this._inkBar=new ODe(this._items),super.ngAfterContentInit()}_itemSelected(i){i.preventDefault()}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-header"]],contentQueries:function(i,r,s){if(i&1&&gt(s,Aoe,4),i&2){let l;ye(l=_e())&&(r._items=l)}},viewQuery:function(i,r){if(i&1&&(Ze(hDe,7),Ze(pDe,7),Ze(mDe,7),Ze(fDe,5),Ze(gDe,5)),i&2){let s;ye(s=_e())&&(r._tabListContainer=s.first),ye(s=_e())&&(r._tabList=s.first),ye(s=_e())&&(r._tabListInner=s.first),ye(s=_e())&&(r._nextPaginator=s.first),ye(s=_e())&&(r._previousPaginator=s.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(i,r){i&2&&Se("mat-mdc-tab-header-pagination-controls-enabled",r._showPaginationControls)("mat-mdc-tab-header-rtl",r._getLayoutDirection()=="rtl")},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],disableRipple:[2,"disableRipple","disableRipple",me]},features:[Be],ngContentSelectors:t0,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled"]],template:function(i,r){if(i&1){let s=xt();Tt(),D(0,"div",5,0),xe("click",function(){return Ee(s),Ce(r._handlePaginatorClick("before"))})("mousedown",function(l){return Ee(s),Ce(r._handlePaginatorPress("before",l))})("touchend",function(){return Ee(s),Ce(r._stopInterval())}),Z(2,"div",6),I(),D(3,"div",7,1),xe("keydown",function(l){return Ee(s),Ce(r._handleKeydown(l))}),D(5,"div",8,2),xe("cdkObserveContent",function(){return Ee(s),Ce(r._onContentChanges())}),D(7,"div",9,3),Re(9),I()()(),D(10,"div",10,4),xe("mousedown",function(l){return Ee(s),Ce(r._handlePaginatorPress("after",l))})("click",function(){return Ee(s),Ce(r._handlePaginatorClick("after"))})("touchend",function(){return Ee(s),Ce(r._stopInterval())}),Z(12,"div",6),I()}i&2&&(Se("mat-mdc-tab-header-pagination-disabled",r._disableScrollBefore),z("matRippleDisabled",r._disableScrollBefore||r.disableRipple),C(3),Se("_mat-animation-noopable",r._animationMode==="NoopAnimations"),C(2),be("aria-label",r.ariaLabel||null)("aria-labelledby",r.ariaLabelledby||null),C(5),Se("mat-mdc-tab-header-pagination-disabled",r._disableScrollAfter),z("matRippleDisabled",r._disableScrollAfter||r.disableRipple))},dependencies:[Vu,Dbe],styles:[`.mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;outline:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height, 1px);border-bottom-color:var(--mat-tab-header-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-group-inverted-header .mat-mdc-tab-label-container{border-bottom:none;border-top-style:solid;border-top-width:var(--mat-tab-header-divider-height, 1px);border-top-color:var(--mat-tab-header-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.cdk-drop-list .mat-mdc-tab-labels,.mat-mdc-tab-labels.cdk-drop-list{min-height:var(--mdc-secondary-navigation-tab-container-height, 48px)}.mat-mdc-tab::before{margin:5px}@media(forced-colors: active){.mat-mdc-tab[aria-disabled=true]{color:GrayText}}
57
+ `],encapsulation:2}));let e=t;return e})(),FDe=new Y("MAT_TABS_CONFIG"),vy=(()=>{const t=class t extends fn{constructor(){super();o(this,"_host",_(Fm));o(this,"_centeringSub",Ke.EMPTY);o(this,"_leavingSub",Ke.EMPTY)}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe(Aa(this._host._isCenterPosition())).subscribe(i=>{this._host._content&&i&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matTabBodyHost",""]],features:[Be]}));let e=t;return e})(),Fm=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_dir",_(Na,{optional:!0}));o(this,"_ngZone",_(Le));o(this,"_injector",_(pt));o(this,"_renderer",_(di));o(this,"_animationsModule",_(Oa,{optional:!0}));o(this,"_eventCleanups");o(this,"_initialized");o(this,"_fallbackTimer");o(this,"_positionIndex");o(this,"_dirChangeSubscription",Ke.EMPTY);o(this,"_position");o(this,"_previousPosition");o(this,"_onCentering",new te);o(this,"_beforeCentering",new te);o(this,"_afterLeavingCenter",new te);o(this,"_onCentered",new te(!0));o(this,"_portalHost");o(this,"_contentElement");o(this,"_content");o(this,"animationDuration","500ms");o(this,"preserveContent",!1);if(this._dir){let a=_(Et);this._dirChangeSubscription=this._dir.change.subscribe(i=>{this._computePositionAnimationState(i),a.markForCheck()})}}set position(a){this._positionIndex=a,this._computePositionAnimationState()}ngOnInit(){this._bindTransitionEvents(),this._position==="center"&&(this._setActiveClass(!0),Hn(()=>this._onCentering.emit(this._elementRef.nativeElement.clientHeight),{injector:this._injector})),this._initialized=!0}ngOnDestroy(){var a;clearTimeout(this._fallbackTimer),(a=this._eventCleanups)==null||a.forEach(i=>i()),this._dirChangeSubscription.unsubscribe()}_bindTransitionEvents(){this._ngZone.runOutsideAngular(()=>{let a=this._elementRef.nativeElement,i=r=>{var s;r.target===((s=this._contentElement)==null?void 0:s.nativeElement)&&(this._elementRef.nativeElement.classList.remove("mat-tab-body-animating"),r.type==="transitionend"&&this._transitionDone())};this._eventCleanups=[this._renderer.listen(a,"transitionstart",r=>{var s;r.target===((s=this._contentElement)==null?void 0:s.nativeElement)&&(this._elementRef.nativeElement.classList.add("mat-tab-body-animating"),this._transitionStarted())}),this._renderer.listen(a,"transitionend",i),this._renderer.listen(a,"transitioncancel",i)]})}_transitionStarted(){clearTimeout(this._fallbackTimer);let a=this._position==="center";this._beforeCentering.emit(a),a&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_transitionDone(){this._position==="center"?this._onCentered.emit():this._previousPosition==="center"&&this._afterLeavingCenter.emit()}_setActiveClass(a){this._elementRef.nativeElement.classList.toggle("mat-mdc-tab-body-active",a)}_getLayoutDirection(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}_isCenterPosition(){return this._positionIndex===0}_computePositionAnimationState(a=this._getLayoutDirection()){this._previousPosition=this._position,this._positionIndex<0?this._position=a=="ltr"?"left":"right":this._positionIndex>0?this._position=a=="ltr"?"right":"left":this._position="center",this._animationsDisabled()?this._simulateTransitionEvents():this._initialized&&(this._position==="center"||this._previousPosition==="center")&&(clearTimeout(this._fallbackTimer),this._fallbackTimer=this._ngZone.runOutsideAngular(()=>setTimeout(()=>this._simulateTransitionEvents(),100)))}_simulateTransitionEvents(){this._transitionStarted(),Hn(()=>this._transitionDone(),{injector:this._injector})}_animationsDisabled(){return this._animationsModule==="NoopAnimations"||this.animationDuration==="0ms"||this.animationDuration==="0s"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-body"]],viewQuery:function(a,i){if(a&1&&(Ze(vy,5),Ze(bDe,5)),a&2){let r;ye(r=_e())&&(i._portalHost=r.first),ye(r=_e())&&(i._contentElement=r.first)}},hostAttrs:[1,"mat-mdc-tab-body"],hostVars:1,hostBindings:function(a,i){a&2&&be("inert",i._position==="center"?null:"")},inputs:{_content:[0,"content","_content"],animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_onCentered:"_onCentered"},decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(a,i){a&1&&(D(0,"div",1,0),V(2,vDe,0,0,"ng-template",2),I()),a&2&&Se("mat-tab-body-content-left",i._position==="left")("mat-tab-body-content-right",i._position==="right")("mat-tab-body-content-can-animate",i._position==="center"||i._previousPosition==="center")},dependencies:[vy,kk],styles:[`.mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto;transform:none;visibility:hidden}.mat-tab-body-animating>.mat-mdc-tab-body-content,.mat-mdc-tab-body-active>.mat-mdc-tab-body-content{visibility:visible}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-tab-body-content-can-animate{transition:transform var(--mat-tab-animation-duration) 1ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable .mat-tab-body-content-can-animate{transition:none}.mat-tab-body-content-left{transform:translate3d(-100%, 0, 0)}.mat-tab-body-content-right{transform:translate3d(100%, 0, 0)}
58
+ `],encapsulation:2}));let e=t;return e})(),VDe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_ngZone",_(Le));o(this,"_tabsSubscription",Ke.EMPTY);o(this,"_tabLabelSubscription",Ke.EMPTY);o(this,"_tabBodySubscription",Ke.EMPTY);o(this,"_diAnimationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"_allTabs");o(this,"_tabBodies");o(this,"_tabBodyWrapper");o(this,"_tabHeader");o(this,"_tabs",new Qo);o(this,"_indexToSelect",0);o(this,"_lastFocusedTabIndex",null);o(this,"_tabBodyWrapperHeight",0);o(this,"color");o(this,"_fitInkBarToContent",!1);o(this,"stretchTabs",!0);o(this,"alignTabs",null);o(this,"dynamicHeight",!1);o(this,"_selectedIndex",null);o(this,"headerPosition","above");o(this,"_animationDuration");o(this,"_contentTabIndex");o(this,"disablePagination",!1);o(this,"disableRipple",!1);o(this,"preserveContent",!1);o(this,"_backgroundColor");o(this,"ariaLabel");o(this,"ariaLabelledby");o(this,"selectedIndexChange",new te);o(this,"focusChange",new te);o(this,"animationDone",new te);o(this,"selectedTabChange",new te(!0));o(this,"_groupId");o(this,"_isServer",!_($t).isBrowser);let a=_(FDe,{optional:!0});this._groupId=_(la).getId("mat-tab-group-"),this.animationDuration=a&&a.animationDuration?a.animationDuration:"500ms",this.disablePagination=a&&a.disablePagination!=null?a.disablePagination:!1,this.dynamicHeight=a&&a.dynamicHeight!=null?a.dynamicHeight:!1,(a==null?void 0:a.contentTabIndex)!=null&&(this.contentTabIndex=a.contentTabIndex),this.preserveContent=!!(a!=null&&a.preserveContent),this.fitInkBarToContent=a&&a.fitInkBarToContent!=null?a.fitInkBarToContent:!1,this.stretchTabs=a&&a.stretchTabs!=null?a.stretchTabs:!0,this.alignTabs=a&&a.alignTabs!=null?a.alignTabs:null}get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(a){this._fitInkBarToContent=a,this._changeDetectorRef.markForCheck()}get selectedIndex(){return this._selectedIndex}set selectedIndex(a){this._indexToSelect=isNaN(a)?null:a}get animationDuration(){return this._animationDuration}set animationDuration(a){let i=a+"";this._animationDuration=/^\d+$/.test(i)?a+"ms":i}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(a){this._contentTabIndex=isNaN(a)?null:a}get backgroundColor(){return this._backgroundColor}set backgroundColor(a){let i=this._elementRef.nativeElement.classList;i.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),a&&i.add("mat-tabs-with-background",`mat-background-${a}`),this._backgroundColor=a}ngAfterContentChecked(){let a=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=a){let i=this._selectedIndex==null;if(!i){this.selectedTabChange.emit(this._createChangeEvent(a));let r=this._tabBodyWrapper.nativeElement;r.style.minHeight=r.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((r,s)=>r.isActive=s===a),i||(this.selectedIndexChange.emit(a),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((i,r)=>{i.position=r-a,this._selectedIndex!=null&&i.position==0&&!i.origin&&(i.origin=a-this._selectedIndex)}),this._selectedIndex!==a&&(this._selectedIndex=a,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{let a=this._clampTabIndex(this._indexToSelect);if(a===this._selectedIndex){let i=this._tabs.toArray(),r;for(let s=0;s<i.length;s++)if(i[s].isActive){this._indexToSelect=this._selectedIndex=s,this._lastFocusedTabIndex=null,r=i[s];break}!r&&i[a]&&Promise.resolve().then(()=>{i[a].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(a))})}this._changeDetectorRef.markForCheck()})}ngAfterViewInit(){this._tabBodySubscription=this._tabBodies.changes.subscribe(()=>this._bodyCentered(!0))}_subscribeToAllTabChanges(){this._allTabs.changes.pipe(Aa(this._allTabs)).subscribe(a=>{this._tabs.reset(a.filter(i=>i._closestTabGroup===this||!i._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe(),this._tabBodySubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(a){let i=this._tabHeader;i&&(i.focusIndex=a)}_focusChanged(a){this._lastFocusedTabIndex=a,this.focusChange.emit(this._createChangeEvent(a))}_createChangeEvent(a){let i=new zDe;return i.index=a,this._tabs&&this._tabs.length&&(i.tab=this._tabs.toArray()[a]),i}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=fa(...this._tabs.map(a=>a._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(a){return Math.min(this._tabs.length-1,Math.max(a||0,0))}_getTabLabelId(a,i){return a.id||`${this._groupId}-label-${i}`}_getTabContentId(a){return`${this._groupId}-content-${a}`}_setTabBodyWrapperHeight(a){if(!this.dynamicHeight||!this._tabBodyWrapperHeight){this._tabBodyWrapperHeight=a;return}let i=this._tabBodyWrapper.nativeElement;i.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(i.style.height=a+"px")}_removeTabBodyWrapperHeight(){let a=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=a.clientHeight,a.style.height="",this._ngZone.run(()=>this.animationDone.emit())}_handleClick(a,i,r){i.focusIndex=r,a.disabled||(this.selectedIndex=r)}_getTabIndex(a){let i=this._lastFocusedTabIndex??this.selectedIndex;return a===i?0:-1}_tabFocusChanged(a,i){a&&a!=="mouse"&&a!=="touch"&&(this._tabHeader.focusIndex=i)}_bodyCentered(a){var i;a&&((i=this._tabBodies)==null||i.forEach((r,s)=>r._setActiveClass(s===this._selectedIndex)))}_animationsDisabled(){return this._diAnimationsDisabled||this.animationDuration==="0"||this.animationDuration==="0ms"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-tab-group"]],contentQueries:function(a,i,r){if(a&1&&gt(r,Toe,5),a&2){let s;ye(s=_e())&&(i._allTabs=s)}},viewQuery:function(a,i){if(a&1&&(Ze(yDe,5),Ze(_De,5),Ze(Fm,5)),a&2){let r;ye(r=_e())&&(i._tabBodyWrapper=r.first),ye(r=_e())&&(i._tabHeader=r.first),ye(r=_e())&&(i._tabBodies=r)}},hostAttrs:[1,"mat-mdc-tab-group"],hostVars:11,hostBindings:function(a,i){a&2&&(be("mat-align-tabs",i.alignTabs),Ai("mat-"+(i.color||"primary")),Gn("--mat-tab-animation-duration",i.animationDuration),Se("mat-mdc-tab-group-dynamic-height",i.dynamicHeight)("mat-mdc-tab-group-inverted-header",i.headerPosition==="below")("mat-mdc-tab-group-stretch-tabs",i.stretchTabs))},inputs:{color:"color",fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",me],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",me],alignTabs:[0,"mat-align-tabs","alignTabs"],dynamicHeight:[2,"dynamicHeight","dynamicHeight",me],selectedIndex:[2,"selectedIndex","selectedIndex",mn],headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:[2,"contentTabIndex","contentTabIndex",mn],disablePagination:[2,"disablePagination","disablePagination",me],disableRipple:[2,"disableRipple","disableRipple",me],preserveContent:[2,"preserveContent","preserveContent",me],backgroundColor:"backgroundColor",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"]},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],features:[dt([{provide:Ioe,useExisting:t}])],ngContentSelectors:t0,decls:9,vars:8,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination","aria-label","aria-labelledby"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"id","mdc-tab--active","class","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","class","content","position","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"click","cdkFocusChange","id","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","_beforeCentering","id","content","position","animationDuration","preserveContent"]],template:function(a,i){if(a&1){let r=xt();Tt(),D(0,"mat-tab-header",3,0),xe("indexFocused",function(s){return Ee(r),Ce(i._focusChanged(s))})("selectFocusedIndex",function(s){return Ee(r),Ce(i.selectedIndex=s)}),Ua(2,EDe,8,17,"div",4,Oi),I(),V(4,CDe,1,0),D(5,"div",5,1),Ua(7,SDe,1,10,"mat-tab-body",6,Oi),I()}a&2&&(z("selectedIndex",i.selectedIndex||0)("disableRipple",i.disableRipple)("disablePagination",i.disablePagination)("aria-label",i.ariaLabel)("aria-labelledby",i.ariaLabelledby),C(2),Wa(i._tabs),C(2),W(i._isServer?4:-1),C(),Se("_mat-animation-noopable",i._animationsDisabled()),C(2),Wa(i._tabs))},dependencies:[LDe,Aoe,lg,Vu,fn,Fm],styles:[`.mdc-tab{min-width:90px;padding:0 24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;z-index:1}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab--active .mdc-tab__text-label{transition-delay:100ms}._mat-animation-noopable .mdc-tab__text-label{transition:none}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transition:var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}._mat-animation-noopable .mdc-tab-indicator__content,.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mat-mdc-tab-ripple.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;height:var(--mdc-secondary-navigation-tab-container-height, 48px);font-family:var(--mat-tab-header-label-text-font, var(--mat-sys-title-small-font));font-size:var(--mat-tab-header-label-text-size, var(--mat-sys-title-small-size));letter-spacing:var(--mat-tab-header-label-text-tracking, var(--mat-sys-title-small-tracking));line-height:var(--mat-tab-header-label-text-line-height, var(--mat-sys-title-small-line-height));font-weight:var(--mat-tab-header-label-text-weight, var(--mat-sys-title-small-weight))}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, var(--mat-sys-primary));border-top-width:var(--mdc-tab-indicator-active-indicator-height, 2px);border-radius:var(--mdc-tab-indicator-active-indicator-shape, 0)}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color, var(--mat-sys-on-surface));display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}
59
+ `],encapsulation:2}));let e=t;return e})(),zDe=class{constructor(){o(this,"index");o(this,"tab")}},BDe=(()=>{const t=class t{constructor(){o(this,"_vertical",!1);o(this,"_inset",!1)}get vertical(){return this._vertical}set vertical(a){this._vertical=Ho(a)}get inset(){return this._inset}set inset(a){this._inset=Ho(a)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(a,i){a&2&&(be("aria-orientation",i.vertical?"vertical":"horizontal"),Se("mat-divider-vertical",i.vertical)("mat-divider-horizontal",!i.vertical)("mat-divider-inset",i.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(a,i){},styles:[`.mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-sys-outline));border-top-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-sys-outline));border-right-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}
60
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),Ooe={"application/prs.cww":["cww"],"application/prs.xsf+xml":["xsf"],"application/vnd.1000minds.decision-model+xml":["1km"],"application/vnd.3gpp.pic-bw-large":["plb"],"application/vnd.3gpp.pic-bw-small":["psb"],"application/vnd.3gpp.pic-bw-var":["pvb"],"application/vnd.3gpp2.tcap":["tcap"],"application/vnd.3m.post-it-notes":["pwn"],"application/vnd.accpac.simply.aso":["aso"],"application/vnd.accpac.simply.imp":["imp"],"application/vnd.acucobol":["acu"],"application/vnd.acucorp":["atc","acutc"],"application/vnd.adobe.air-application-installer-package+zip":["air"],"application/vnd.adobe.formscentral.fcdt":["fcdt"],"application/vnd.adobe.fxp":["fxp","fxpl"],"application/vnd.adobe.xdp+xml":["xdp"],"application/vnd.adobe.xfdf":["*xfdf"],"application/vnd.age":["age"],"application/vnd.ahead.space":["ahead"],"application/vnd.airzip.filesecure.azf":["azf"],"application/vnd.airzip.filesecure.azs":["azs"],"application/vnd.amazon.ebook":["azw"],"application/vnd.americandynamics.acc":["acc"],"application/vnd.amiga.ami":["ami"],"application/vnd.android.package-archive":["apk"],"application/vnd.anser-web-certificate-issue-initiation":["cii"],"application/vnd.anser-web-funds-transfer-initiation":["fti"],"application/vnd.antix.game-component":["atx"],"application/vnd.apple.installer+xml":["mpkg"],"application/vnd.apple.keynote":["key"],"application/vnd.apple.mpegurl":["m3u8"],"application/vnd.apple.numbers":["numbers"],"application/vnd.apple.pages":["pages"],"application/vnd.apple.pkpass":["pkpass"],"application/vnd.aristanetworks.swi":["swi"],"application/vnd.astraea-software.iota":["iota"],"application/vnd.audiograph":["aep"],"application/vnd.autodesk.fbx":["fbx"],"application/vnd.balsamiq.bmml+xml":["bmml"],"application/vnd.blueice.multipass":["mpm"],"application/vnd.bmi":["bmi"],"application/vnd.businessobjects":["rep"],"application/vnd.chemdraw+xml":["cdxml"],"application/vnd.chipnuts.karaoke-mmd":["mmd"],"application/vnd.cinderella":["cdy"],"application/vnd.citationstyles.style+xml":["csl"],"application/vnd.claymore":["cla"],"application/vnd.cloanto.rp9":["rp9"],"application/vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"application/vnd.cluetrust.cartomobile-config":["c11amc"],"application/vnd.cluetrust.cartomobile-config-pkg":["c11amz"],"application/vnd.commonspace":["csp"],"application/vnd.contact.cmsg":["cdbcmsg"],"application/vnd.cosmocaller":["cmc"],"application/vnd.crick.clicker":["clkx"],"application/vnd.crick.clicker.keyboard":["clkk"],"application/vnd.crick.clicker.palette":["clkp"],"application/vnd.crick.clicker.template":["clkt"],"application/vnd.crick.clicker.wordbank":["clkw"],"application/vnd.criticaltools.wbs+xml":["wbs"],"application/vnd.ctc-posml":["pml"],"application/vnd.cups-ppd":["ppd"],"application/vnd.curl.car":["car"],"application/vnd.curl.pcurl":["pcurl"],"application/vnd.dart":["dart"],"application/vnd.data-vision.rdz":["rdz"],"application/vnd.dbf":["dbf"],"application/vnd.dcmp+xml":["dcmp"],"application/vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"application/vnd.dece.ttml+xml":["uvt","uvvt"],"application/vnd.dece.unspecified":["uvx","uvvx"],"application/vnd.dece.zip":["uvz","uvvz"],"application/vnd.denovo.fcselayout-link":["fe_launch"],"application/vnd.dna":["dna"],"application/vnd.dolby.mlp":["mlp"],"application/vnd.dpgraph":["dpg"],"application/vnd.dreamfactory":["dfac"],"application/vnd.ds-keypoint":["kpxx"],"application/vnd.dvb.ait":["ait"],"application/vnd.dvb.service":["svc"],"application/vnd.dynageo":["geo"],"application/vnd.ecowin.chart":["mag"],"application/vnd.enliven":["nml"],"application/vnd.epson.esf":["esf"],"application/vnd.epson.msf":["msf"],"application/vnd.epson.quickanime":["qam"],"application/vnd.epson.salt":["slt"],"application/vnd.epson.ssf":["ssf"],"application/vnd.eszigno3+xml":["es3","et3"],"application/vnd.ezpix-album":["ez2"],"application/vnd.ezpix-package":["ez3"],"application/vnd.fdf":["*fdf"],"application/vnd.fdsn.mseed":["mseed"],"application/vnd.fdsn.seed":["seed","dataless"],"application/vnd.flographit":["gph"],"application/vnd.fluxtime.clip":["ftc"],"application/vnd.framemaker":["fm","frame","maker","book"],"application/vnd.frogans.fnc":["fnc"],"application/vnd.frogans.ltf":["ltf"],"application/vnd.fsc.weblaunch":["fsc"],"application/vnd.fujitsu.oasys":["oas"],"application/vnd.fujitsu.oasys2":["oa2"],"application/vnd.fujitsu.oasys3":["oa3"],"application/vnd.fujitsu.oasysgp":["fg5"],"application/vnd.fujitsu.oasysprs":["bh2"],"application/vnd.fujixerox.ddd":["ddd"],"application/vnd.fujixerox.docuworks":["xdw"],"application/vnd.fujixerox.docuworks.binder":["xbd"],"application/vnd.fuzzysheet":["fzs"],"application/vnd.genomatix.tuxedo":["txd"],"application/vnd.geogebra.file":["ggb"],"application/vnd.geogebra.slides":["ggs"],"application/vnd.geogebra.tool":["ggt"],"application/vnd.geometry-explorer":["gex","gre"],"application/vnd.geonext":["gxt"],"application/vnd.geoplan":["g2w"],"application/vnd.geospace":["g3w"],"application/vnd.gmx":["gmx"],"application/vnd.google-apps.document":["gdoc"],"application/vnd.google-apps.drawing":["gdraw"],"application/vnd.google-apps.form":["gform"],"application/vnd.google-apps.jam":["gjam"],"application/vnd.google-apps.map":["gmap"],"application/vnd.google-apps.presentation":["gslides"],"application/vnd.google-apps.script":["gscript"],"application/vnd.google-apps.site":["gsite"],"application/vnd.google-apps.spreadsheet":["gsheet"],"application/vnd.google-earth.kml+xml":["kml"],"application/vnd.google-earth.kmz":["kmz"],"application/vnd.gov.sk.xmldatacontainer+xml":["xdcf"],"application/vnd.grafeq":["gqf","gqs"],"application/vnd.groove-account":["gac"],"application/vnd.groove-help":["ghf"],"application/vnd.groove-identity-message":["gim"],"application/vnd.groove-injector":["grv"],"application/vnd.groove-tool-message":["gtm"],"application/vnd.groove-tool-template":["tpl"],"application/vnd.groove-vcard":["vcg"],"application/vnd.hal+xml":["hal"],"application/vnd.handheld-entertainment+xml":["zmm"],"application/vnd.hbci":["hbci"],"application/vnd.hhe.lesson-player":["les"],"application/vnd.hp-hpgl":["hpgl"],"application/vnd.hp-hpid":["hpid"],"application/vnd.hp-hps":["hps"],"application/vnd.hp-jlyt":["jlt"],"application/vnd.hp-pcl":["pcl"],"application/vnd.hp-pclxl":["pclxl"],"application/vnd.hydrostatix.sof-data":["sfd-hdstx"],"application/vnd.ibm.minipay":["mpy"],"application/vnd.ibm.modcap":["afp","listafp","list3820"],"application/vnd.ibm.rights-management":["irm"],"application/vnd.ibm.secure-container":["sc"],"application/vnd.iccprofile":["icc","icm"],"application/vnd.igloader":["igl"],"application/vnd.immervision-ivp":["ivp"],"application/vnd.immervision-ivu":["ivu"],"application/vnd.insors.igm":["igm"],"application/vnd.intercon.formnet":["xpw","xpx"],"application/vnd.intergeo":["i2g"],"application/vnd.intu.qbo":["qbo"],"application/vnd.intu.qfx":["qfx"],"application/vnd.ipunplugged.rcprofile":["rcprofile"],"application/vnd.irepository.package+xml":["irp"],"application/vnd.is-xpr":["xpr"],"application/vnd.isac.fcs":["fcs"],"application/vnd.jam":["jam"],"application/vnd.jcp.javame.midlet-rms":["rms"],"application/vnd.jisp":["jisp"],"application/vnd.joost.joda-archive":["joda"],"application/vnd.kahootz":["ktz","ktr"],"application/vnd.kde.karbon":["karbon"],"application/vnd.kde.kchart":["chrt"],"application/vnd.kde.kformula":["kfo"],"application/vnd.kde.kivio":["flw"],"application/vnd.kde.kontour":["kon"],"application/vnd.kde.kpresenter":["kpr","kpt"],"application/vnd.kde.kspread":["ksp"],"application/vnd.kde.kword":["kwd","kwt"],"application/vnd.kenameaapp":["htke"],"application/vnd.kidspiration":["kia"],"application/vnd.kinar":["kne","knp"],"application/vnd.koan":["skp","skd","skt","skm"],"application/vnd.kodak-descriptor":["sse"],"application/vnd.las.las+xml":["lasxml"],"application/vnd.llamagraphics.life-balance.desktop":["lbd"],"application/vnd.llamagraphics.life-balance.exchange+xml":["lbe"],"application/vnd.lotus-1-2-3":["123"],"application/vnd.lotus-approach":["apr"],"application/vnd.lotus-freelance":["pre"],"application/vnd.lotus-notes":["nsf"],"application/vnd.lotus-organizer":["org"],"application/vnd.lotus-screencam":["scm"],"application/vnd.lotus-wordpro":["lwp"],"application/vnd.macports.portpkg":["portpkg"],"application/vnd.mapbox-vector-tile":["mvt"],"application/vnd.mcd":["mcd"],"application/vnd.medcalcdata":["mc1"],"application/vnd.mediastation.cdkey":["cdkey"],"application/vnd.mfer":["mwf"],"application/vnd.mfmp":["mfm"],"application/vnd.micrografx.flo":["flo"],"application/vnd.micrografx.igx":["igx"],"application/vnd.mif":["mif"],"application/vnd.mobius.daf":["daf"],"application/vnd.mobius.dis":["dis"],"application/vnd.mobius.mbk":["mbk"],"application/vnd.mobius.mqy":["mqy"],"application/vnd.mobius.msl":["msl"],"application/vnd.mobius.plc":["plc"],"application/vnd.mobius.txf":["txf"],"application/vnd.mophun.application":["mpn"],"application/vnd.mophun.certificate":["mpc"],"application/vnd.mozilla.xul+xml":["xul"],"application/vnd.ms-artgalry":["cil"],"application/vnd.ms-cab-compressed":["cab"],"application/vnd.ms-excel":["xls","xlm","xla","xlc","xlt","xlw"],"application/vnd.ms-excel.addin.macroenabled.12":["xlam"],"application/vnd.ms-excel.sheet.binary.macroenabled.12":["xlsb"],"application/vnd.ms-excel.sheet.macroenabled.12":["xlsm"],"application/vnd.ms-excel.template.macroenabled.12":["xltm"],"application/vnd.ms-fontobject":["eot"],"application/vnd.ms-htmlhelp":["chm"],"application/vnd.ms-ims":["ims"],"application/vnd.ms-lrm":["lrm"],"application/vnd.ms-officetheme":["thmx"],"application/vnd.ms-outlook":["msg"],"application/vnd.ms-pki.seccat":["cat"],"application/vnd.ms-pki.stl":["*stl"],"application/vnd.ms-powerpoint":["ppt","pps","pot"],"application/vnd.ms-powerpoint.addin.macroenabled.12":["ppam"],"application/vnd.ms-powerpoint.presentation.macroenabled.12":["pptm"],"application/vnd.ms-powerpoint.slide.macroenabled.12":["sldm"],"application/vnd.ms-powerpoint.slideshow.macroenabled.12":["ppsm"],"application/vnd.ms-powerpoint.template.macroenabled.12":["potm"],"application/vnd.ms-project":["*mpp","mpt"],"application/vnd.ms-visio.viewer":["vdx"],"application/vnd.ms-word.document.macroenabled.12":["docm"],"application/vnd.ms-word.template.macroenabled.12":["dotm"],"application/vnd.ms-works":["wps","wks","wcm","wdb"],"application/vnd.ms-wpl":["wpl"],"application/vnd.ms-xpsdocument":["xps"],"application/vnd.mseq":["mseq"],"application/vnd.musician":["mus"],"application/vnd.muvee.style":["msty"],"application/vnd.mynfc":["taglet"],"application/vnd.nato.bindingdataobject+xml":["bdo"],"application/vnd.neurolanguage.nlu":["nlu"],"application/vnd.nitf":["ntf","nitf"],"application/vnd.noblenet-directory":["nnd"],"application/vnd.noblenet-sealer":["nns"],"application/vnd.noblenet-web":["nnw"],"application/vnd.nokia.n-gage.ac+xml":["*ac"],"application/vnd.nokia.n-gage.data":["ngdat"],"application/vnd.nokia.n-gage.symbian.install":["n-gage"],"application/vnd.nokia.radio-preset":["rpst"],"application/vnd.nokia.radio-presets":["rpss"],"application/vnd.novadigm.edm":["edm"],"application/vnd.novadigm.edx":["edx"],"application/vnd.novadigm.ext":["ext"],"application/vnd.oasis.opendocument.chart":["odc"],"application/vnd.oasis.opendocument.chart-template":["otc"],"application/vnd.oasis.opendocument.database":["odb"],"application/vnd.oasis.opendocument.formula":["odf"],"application/vnd.oasis.opendocument.formula-template":["odft"],"application/vnd.oasis.opendocument.graphics":["odg"],"application/vnd.oasis.opendocument.graphics-template":["otg"],"application/vnd.oasis.opendocument.image":["odi"],"application/vnd.oasis.opendocument.image-template":["oti"],"application/vnd.oasis.opendocument.presentation":["odp"],"application/vnd.oasis.opendocument.presentation-template":["otp"],"application/vnd.oasis.opendocument.spreadsheet":["ods"],"application/vnd.oasis.opendocument.spreadsheet-template":["ots"],"application/vnd.oasis.opendocument.text":["odt"],"application/vnd.oasis.opendocument.text-master":["odm"],"application/vnd.oasis.opendocument.text-template":["ott"],"application/vnd.oasis.opendocument.text-web":["oth"],"application/vnd.olpc-sugar":["xo"],"application/vnd.oma.dd2+xml":["dd2"],"application/vnd.openblox.game+xml":["obgx"],"application/vnd.openofficeorg.extension":["oxt"],"application/vnd.openstreetmap.data+xml":["osm"],"application/vnd.openxmlformats-officedocument.presentationml.presentation":["pptx"],"application/vnd.openxmlformats-officedocument.presentationml.slide":["sldx"],"application/vnd.openxmlformats-officedocument.presentationml.slideshow":["ppsx"],"application/vnd.openxmlformats-officedocument.presentationml.template":["potx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":["xlsx"],"application/vnd.openxmlformats-officedocument.spreadsheetml.template":["xltx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.document":["docx"],"application/vnd.openxmlformats-officedocument.wordprocessingml.template":["dotx"],"application/vnd.osgeo.mapguide.package":["mgp"],"application/vnd.osgi.dp":["dp"],"application/vnd.osgi.subsystem":["esa"],"application/vnd.palm":["pdb","pqa","oprc"],"application/vnd.pawaafile":["paw"],"application/vnd.pg.format":["str"],"application/vnd.pg.osasli":["ei6"],"application/vnd.picsel":["efif"],"application/vnd.pmi.widget":["wg"],"application/vnd.pocketlearn":["plf"],"application/vnd.powerbuilder6":["pbd"],"application/vnd.previewsystems.box":["box"],"application/vnd.procrate.brushset":["brushset"],"application/vnd.procreate.brush":["brush"],"application/vnd.procreate.dream":["drm"],"application/vnd.proteus.magazine":["mgz"],"application/vnd.publishare-delta-tree":["qps"],"application/vnd.pvi.ptid1":["ptid"],"application/vnd.pwg-xhtml-print+xml":["xhtm"],"application/vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"application/vnd.rar":["rar"],"application/vnd.realvnc.bed":["bed"],"application/vnd.recordare.musicxml":["mxl"],"application/vnd.recordare.musicxml+xml":["musicxml"],"application/vnd.rig.cryptonote":["cryptonote"],"application/vnd.rim.cod":["cod"],"application/vnd.rn-realmedia":["rm"],"application/vnd.rn-realmedia-vbr":["rmvb"],"application/vnd.route66.link66+xml":["link66"],"application/vnd.sailingtracker.track":["st"],"application/vnd.seemail":["see"],"application/vnd.sema":["sema"],"application/vnd.semd":["semd"],"application/vnd.semf":["semf"],"application/vnd.shana.informed.formdata":["ifm"],"application/vnd.shana.informed.formtemplate":["itp"],"application/vnd.shana.informed.interchange":["iif"],"application/vnd.shana.informed.package":["ipk"],"application/vnd.simtech-mindmapper":["twd","twds"],"application/vnd.smaf":["mmf"],"application/vnd.smart.teacher":["teacher"],"application/vnd.software602.filler.form+xml":["fo"],"application/vnd.solent.sdkm+xml":["sdkm","sdkd"],"application/vnd.spotfire.dxp":["dxp"],"application/vnd.spotfire.sfs":["sfs"],"application/vnd.stardivision.calc":["sdc"],"application/vnd.stardivision.draw":["sda"],"application/vnd.stardivision.impress":["sdd"],"application/vnd.stardivision.math":["smf"],"application/vnd.stardivision.writer":["sdw","vor"],"application/vnd.stardivision.writer-global":["sgl"],"application/vnd.stepmania.package":["smzip"],"application/vnd.stepmania.stepchart":["sm"],"application/vnd.sun.wadl+xml":["wadl"],"application/vnd.sun.xml.calc":["sxc"],"application/vnd.sun.xml.calc.template":["stc"],"application/vnd.sun.xml.draw":["sxd"],"application/vnd.sun.xml.draw.template":["std"],"application/vnd.sun.xml.impress":["sxi"],"application/vnd.sun.xml.impress.template":["sti"],"application/vnd.sun.xml.math":["sxm"],"application/vnd.sun.xml.writer":["sxw"],"application/vnd.sun.xml.writer.global":["sxg"],"application/vnd.sun.xml.writer.template":["stw"],"application/vnd.sus-calendar":["sus","susp"],"application/vnd.svd":["svd"],"application/vnd.symbian.install":["sis","sisx"],"application/vnd.syncml+xml":["xsm"],"application/vnd.syncml.dm+wbxml":["bdm"],"application/vnd.syncml.dm+xml":["xdm"],"application/vnd.syncml.dmddf+xml":["ddf"],"application/vnd.tao.intent-module-archive":["tao"],"application/vnd.tcpdump.pcap":["pcap","cap","dmp"],"application/vnd.tmobile-livetv":["tmo"],"application/vnd.trid.tpt":["tpt"],"application/vnd.triscape.mxs":["mxs"],"application/vnd.trueapp":["tra"],"application/vnd.ufdl":["ufd","ufdl"],"application/vnd.uiq.theme":["utz"],"application/vnd.umajin":["umj"],"application/vnd.unity":["unityweb"],"application/vnd.uoml+xml":["uoml","uo"],"application/vnd.vcx":["vcx"],"application/vnd.visio":["vsd","vst","vss","vsw","vsdx","vtx"],"application/vnd.visionary":["vis"],"application/vnd.vsf":["vsf"],"application/vnd.wap.wbxml":["wbxml"],"application/vnd.wap.wmlc":["wmlc"],"application/vnd.wap.wmlscriptc":["wmlsc"],"application/vnd.webturbo":["wtb"],"application/vnd.wolfram.player":["nbp"],"application/vnd.wordperfect":["wpd"],"application/vnd.wqd":["wqd"],"application/vnd.wt.stf":["stf"],"application/vnd.xara":["xar"],"application/vnd.xfdl":["xfdl"],"application/vnd.yamaha.hv-dic":["hvd"],"application/vnd.yamaha.hv-script":["hvs"],"application/vnd.yamaha.hv-voice":["hvp"],"application/vnd.yamaha.openscoreformat":["osf"],"application/vnd.yamaha.openscoreformat.osfpvg+xml":["osfpvg"],"application/vnd.yamaha.smaf-audio":["saf"],"application/vnd.yamaha.smaf-phrase":["spf"],"application/vnd.yellowriver-custom-menu":["cmp"],"application/vnd.zul":["zir","zirz"],"application/vnd.zzazz.deck+xml":["zaz"],"application/x-7z-compressed":["7z"],"application/x-abiword":["abw"],"application/x-ace-compressed":["ace"],"application/x-apple-diskimage":["*dmg"],"application/x-arj":["arj"],"application/x-authorware-bin":["aab","x32","u32","vox"],"application/x-authorware-map":["aam"],"application/x-authorware-seg":["aas"],"application/x-bcpio":["bcpio"],"application/x-bdoc":["*bdoc"],"application/x-bittorrent":["torrent"],"application/x-blender":["blend"],"application/x-blorb":["blb","blorb"],"application/x-bzip":["bz"],"application/x-bzip2":["bz2","boz"],"application/x-cbr":["cbr","cba","cbt","cbz","cb7"],"application/x-cdlink":["vcd"],"application/x-cfs-compressed":["cfs"],"application/x-chat":["chat"],"application/x-chess-pgn":["pgn"],"application/x-chrome-extension":["crx"],"application/x-cocoa":["cco"],"application/x-compressed":["*rar"],"application/x-conference":["nsc"],"application/x-cpio":["cpio"],"application/x-csh":["csh"],"application/x-debian-package":["*deb","udeb"],"application/x-dgc-compressed":["dgc"],"application/x-director":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"],"application/x-doom":["wad"],"application/x-dtbncx+xml":["ncx"],"application/x-dtbook+xml":["dtb"],"application/x-dtbresource+xml":["res"],"application/x-dvi":["dvi"],"application/x-envoy":["evy"],"application/x-eva":["eva"],"application/x-font-bdf":["bdf"],"application/x-font-ghostscript":["gsf"],"application/x-font-linux-psf":["psf"],"application/x-font-pcf":["pcf"],"application/x-font-snf":["snf"],"application/x-font-type1":["pfa","pfb","pfm","afm"],"application/x-freearc":["arc"],"application/x-futuresplash":["spl"],"application/x-gca-compressed":["gca"],"application/x-glulx":["ulx"],"application/x-gnumeric":["gnumeric"],"application/x-gramps-xml":["gramps"],"application/x-gtar":["gtar"],"application/x-hdf":["hdf"],"application/x-httpd-php":["php"],"application/x-install-instructions":["install"],"application/x-ipynb+json":["ipynb"],"application/x-iso9660-image":["*iso"],"application/x-iwork-keynote-sffkey":["*key"],"application/x-iwork-numbers-sffnumbers":["*numbers"],"application/x-iwork-pages-sffpages":["*pages"],"application/x-java-archive-diff":["jardiff"],"application/x-java-jnlp-file":["jnlp"],"application/x-keepass2":["kdbx"],"application/x-latex":["latex"],"application/x-lua-bytecode":["luac"],"application/x-lzh-compressed":["lzh","lha"],"application/x-makeself":["run"],"application/x-mie":["mie"],"application/x-mobipocket-ebook":["*prc","mobi"],"application/x-ms-application":["application"],"application/x-ms-shortcut":["lnk"],"application/x-ms-wmd":["wmd"],"application/x-ms-wmz":["wmz"],"application/x-ms-xbap":["xbap"],"application/x-msaccess":["mdb"],"application/x-msbinder":["obd"],"application/x-mscardfile":["crd"],"application/x-msclip":["clp"],"application/x-msdos-program":["*exe"],"application/x-msdownload":["*exe","*dll","com","bat","*msi"],"application/x-msmediaview":["mvb","m13","m14"],"application/x-msmetafile":["*wmf","*wmz","*emf","emz"],"application/x-msmoney":["mny"],"application/x-mspublisher":["pub"],"application/x-msschedule":["scd"],"application/x-msterminal":["trm"],"application/x-mswrite":["wri"],"application/x-netcdf":["nc","cdf"],"application/x-ns-proxy-autoconfig":["pac"],"application/x-nzb":["nzb"],"application/x-perl":["pl","pm"],"application/x-pilot":["*prc","*pdb"],"application/x-pkcs12":["p12","pfx"],"application/x-pkcs7-certificates":["p7b","spc"],"application/x-pkcs7-certreqresp":["p7r"],"application/x-rar-compressed":["*rar"],"application/x-redhat-package-manager":["rpm"],"application/x-research-info-systems":["ris"],"application/x-sea":["sea"],"application/x-sh":["sh"],"application/x-shar":["shar"],"application/x-shockwave-flash":["swf"],"application/x-silverlight-app":["xap"],"application/x-sql":["*sql"],"application/x-stuffit":["sit"],"application/x-stuffitx":["sitx"],"application/x-subrip":["srt"],"application/x-sv4cpio":["sv4cpio"],"application/x-sv4crc":["sv4crc"],"application/x-t3vm-image":["t3"],"application/x-tads":["gam"],"application/x-tar":["tar"],"application/x-tcl":["tcl","tk"],"application/x-tex":["tex"],"application/x-tex-tfm":["tfm"],"application/x-texinfo":["texinfo","texi"],"application/x-tgif":["*obj"],"application/x-ustar":["ustar"],"application/x-virtualbox-hdd":["hdd"],"application/x-virtualbox-ova":["ova"],"application/x-virtualbox-ovf":["ovf"],"application/x-virtualbox-vbox":["vbox"],"application/x-virtualbox-vbox-extpack":["vbox-extpack"],"application/x-virtualbox-vdi":["vdi"],"application/x-virtualbox-vhd":["vhd"],"application/x-virtualbox-vmdk":["vmdk"],"application/x-wais-source":["src"],"application/x-web-app-manifest+json":["webapp"],"application/x-x509-ca-cert":["der","crt","pem"],"application/x-xfig":["fig"],"application/x-xliff+xml":["*xlf"],"application/x-xpinstall":["xpi"],"application/x-xz":["xz"],"application/x-zip-compressed":["*zip"],"application/x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"audio/vnd.dece.audio":["uva","uvva"],"audio/vnd.digital-winds":["eol"],"audio/vnd.dra":["dra"],"audio/vnd.dts":["dts"],"audio/vnd.dts.hd":["dtshd"],"audio/vnd.lucent.voice":["lvp"],"audio/vnd.ms-playready.media.pya":["pya"],"audio/vnd.nuera.ecelp4800":["ecelp4800"],"audio/vnd.nuera.ecelp7470":["ecelp7470"],"audio/vnd.nuera.ecelp9600":["ecelp9600"],"audio/vnd.rip":["rip"],"audio/x-aac":["*aac"],"audio/x-aiff":["aif","aiff","aifc"],"audio/x-caf":["caf"],"audio/x-flac":["flac"],"audio/x-m4a":["*m4a"],"audio/x-matroska":["mka"],"audio/x-mpegurl":["m3u"],"audio/x-ms-wax":["wax"],"audio/x-ms-wma":["wma"],"audio/x-pn-realaudio":["ram","ra"],"audio/x-pn-realaudio-plugin":["rmp"],"audio/x-realaudio":["*ra"],"audio/x-wav":["*wav"],"chemical/x-cdx":["cdx"],"chemical/x-cif":["cif"],"chemical/x-cmdf":["cmdf"],"chemical/x-cml":["cml"],"chemical/x-csml":["csml"],"chemical/x-xyz":["xyz"],"image/prs.btif":["btif","btf"],"image/prs.pti":["pti"],"image/vnd.adobe.photoshop":["psd"],"image/vnd.airzip.accelerator.azv":["azv"],"image/vnd.blockfact.facti":["facti"],"image/vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"image/vnd.djvu":["djvu","djv"],"image/vnd.dvb.subtitle":["*sub"],"image/vnd.dwg":["dwg"],"image/vnd.dxf":["dxf"],"image/vnd.fastbidsheet":["fbs"],"image/vnd.fpx":["fpx"],"image/vnd.fst":["fst"],"image/vnd.fujixerox.edmics-mmr":["mmr"],"image/vnd.fujixerox.edmics-rlc":["rlc"],"image/vnd.microsoft.icon":["ico"],"image/vnd.ms-dds":["dds"],"image/vnd.ms-modi":["mdi"],"image/vnd.ms-photo":["wdp"],"image/vnd.net-fpx":["npx"],"image/vnd.pco.b16":["b16"],"image/vnd.tencent.tap":["tap"],"image/vnd.valve.source.texture":["vtf"],"image/vnd.wap.wbmp":["wbmp"],"image/vnd.xiff":["xif"],"image/vnd.zbrush.pcx":["pcx"],"image/x-3ds":["3ds"],"image/x-adobe-dng":["dng"],"image/x-cmu-raster":["ras"],"image/x-cmx":["cmx"],"image/x-freehand":["fh","fhc","fh4","fh5","fh7"],"image/x-icon":["*ico"],"image/x-jng":["jng"],"image/x-mrsid-image":["sid"],"image/x-ms-bmp":["*bmp"],"image/x-pcx":["*pcx"],"image/x-pict":["pic","pct"],"image/x-portable-anymap":["pnm"],"image/x-portable-bitmap":["pbm"],"image/x-portable-graymap":["pgm"],"image/x-portable-pixmap":["ppm"],"image/x-rgb":["rgb"],"image/x-tga":["tga"],"image/x-xbitmap":["xbm"],"image/x-xpixmap":["xpm"],"image/x-xwindowdump":["xwd"],"message/vnd.wfa.wsc":["wsc"],"model/vnd.bary":["bary"],"model/vnd.cld":["cld"],"model/vnd.collada+xml":["dae"],"model/vnd.dwf":["dwf"],"model/vnd.gdl":["gdl"],"model/vnd.gtw":["gtw"],"model/vnd.mts":["*mts"],"model/vnd.opengex":["ogex"],"model/vnd.parasolid.transmit.binary":["x_b"],"model/vnd.parasolid.transmit.text":["x_t"],"model/vnd.pytha.pyox":["pyo","pyox"],"model/vnd.sap.vds":["vds"],"model/vnd.usda":["usda"],"model/vnd.usdz+zip":["usdz"],"model/vnd.valve.source.compiled-map":["bsp"],"model/vnd.vtu":["vtu"],"text/prs.lines.tag":["dsc"],"text/vnd.curl":["curl"],"text/vnd.curl.dcurl":["dcurl"],"text/vnd.curl.mcurl":["mcurl"],"text/vnd.curl.scurl":["scurl"],"text/vnd.dvb.subtitle":["sub"],"text/vnd.familysearch.gedcom":["ged"],"text/vnd.fly":["fly"],"text/vnd.fmi.flexstor":["flx"],"text/vnd.graphviz":["gv"],"text/vnd.in3d.3dml":["3dml"],"text/vnd.in3d.spot":["spot"],"text/vnd.sun.j2me.app-descriptor":["jad"],"text/vnd.wap.wml":["wml"],"text/vnd.wap.wmlscript":["wmls"],"text/x-asm":["s","asm"],"text/x-c":["c","cc","cxx","cpp","h","hh","dic"],"text/x-component":["htc"],"text/x-fortran":["f","for","f77","f90"],"text/x-handlebars-template":["hbs"],"text/x-java-source":["java"],"text/x-lua":["lua"],"text/x-markdown":["mkd"],"text/x-nfo":["nfo"],"text/x-opml":["opml"],"text/x-org":["*org"],"text/x-pascal":["p","pas"],"text/x-processing":["pde"],"text/x-sass":["sass"],"text/x-scss":["scss"],"text/x-setext":["etx"],"text/x-sfv":["sfv"],"text/x-suse-ymp":["ymp"],"text/x-uuencode":["uu"],"text/x-vcalendar":["vcs"],"text/x-vcard":["vcf"],"video/vnd.dece.hd":["uvh","uvvh"],"video/vnd.dece.mobile":["uvm","uvvm"],"video/vnd.dece.pd":["uvp","uvvp"],"video/vnd.dece.sd":["uvs","uvvs"],"video/vnd.dece.video":["uvv","uvvv"],"video/vnd.dvb.file":["dvb"],"video/vnd.fvt":["fvt"],"video/vnd.mpegurl":["mxu","m4u"],"video/vnd.ms-playready.media.pyv":["pyv"],"video/vnd.uvvu.mp4":["uvu","uvvu"],"video/vnd.vivo":["viv"],"video/x-f4v":["f4v"],"video/x-fli":["fli"],"video/x-flv":["flv"],"video/x-m4v":["m4v"],"video/x-matroska":["mkv","mk3d","mks"],"video/x-mng":["mng"],"video/x-ms-asf":["asf","asx"],"video/x-ms-vob":["vob"],"video/x-ms-wm":["wm"],"video/x-ms-wmv":["wmv"],"video/x-ms-wmx":["wmx"],"video/x-ms-wvx":["wvx"],"video/x-msvideo":["avi"],"video/x-sgi-movie":["movie"],"video/x-smv":["smv"],"x-conference/x-cooltalk":["ice"]};Object.freeze(Ooe);var jDe=Ooe,Roe={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/dicom":["dcm"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg","one","onea"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"application/zip+dotlottie":["lottie"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a","m4b"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/ief":["ief"],"image/jaii":["jaii"],"image/jais":["jais"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpg","jpeg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxl":["jxl"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/pjpeg":["jfif"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime","mht","mhtml"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step":["step","stp","stpnc","p21","210"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts","m2t","m2ts","mts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(Roe);var HDe=Roe,ki=function(e,t,n,a){if(typeof t=="function"?e!==t||!0:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?a:n==="a"?a.call(e):a?a.value:t.get(e)},Io,$s,Lr,UDe=class{constructor(...e){Io.set(this,new Map),$s.set(this,new Map),Lr.set(this,new Map);for(let t of e)this.define(t)}define(e,t=!1){for(let[n,a]of Object.entries(e)){n=n.toLowerCase(),a=a.map(s=>s.toLowerCase()),ki(this,Lr,"f").has(n)||ki(this,Lr,"f").set(n,new Set);let i=ki(this,Lr,"f").get(n),r=!0;for(let s of a){let l=s.startsWith("*");if(s=l?s.slice(1):s,i==null||i.add(s),r&&ki(this,$s,"f").set(n,s),r=!1,l)continue;let c=ki(this,Io,"f").get(s);if(c&&c!=n&&!t)throw new Error(`"${n} -> ${s}" conflicts with "${c} -> ${s}". Pass \`force=true\` to override this definition.`);ki(this,Io,"f").set(s,n)}}return this}getType(e){if(typeof e!="string")return null;let t=e.replace(/^.*[/\\]/s,"").toLowerCase(),n=t.replace(/^.*\./s,"").toLowerCase(),a=t.length<e.length;return!(n.length<t.length-1)&&a?null:ki(this,Io,"f").get(n)??null}getExtension(e){var t;return typeof e!="string"?null:(e=(t=e==null?void 0:e.split)==null?void 0:t.call(e,";")[0],(e&&ki(this,$s,"f").get(e.trim().toLowerCase()))??null)}getAllExtensions(e){return typeof e!="string"?null:ki(this,Lr,"f").get(e.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(let e of ki(this,Lr,"f").values())Object.freeze(e);return this}_getTestState(){return{types:ki(this,Io,"f"),extensions:ki(this,$s,"f")}}};Io=new WeakMap,$s=new WeakMap,Lr=new WeakMap;var WDe=UDe;new WDe(HDe,jDe)._freeze();var qDe=(()=>{const t=class t{transform(a){return a?"":"no"}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"canTranslateForAttr",type:t,pure:!0});let e=t;return e})(),$i=(()=>{const t=class t{transform(a){let i="";return Array.isArray(a)&&a.forEach(r=>{i+=r.charAt(0).toUpperCase()+r.slice(1)+" "}),typeof a=="string"&&a.split(" ").length>1&&a.split(" ").forEach((r,s)=>{s===0?i=r.charAt(0).toUpperCase()+r.slice(1):i+=" "+r}),typeof a=="string"&&a.split(" ").length===1&&(i=a.charAt(0).toUpperCase()+a.slice(1)),i}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"firstLetterUppercase",type:t,pure:!0});let e=t;return e})(),a0=(()=>{const t=class t{transform(a){return BCe(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"fullname",type:t,pure:!0});let e=t;return e})(),GDe=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return a||this.translate.currentLang}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"getLangForAttrLang",type:t,pure:!0});let e=t;return e})(),i0=(()=>{const t=class t{transform(a){if(a){let i=a%1,r=Math.floor(a)>0?`${Math.floor(a)} + `:"";return i===.25?`${r}¼`:i===.5?`${r}½`:i===.75?`${r}¾`:a.toString()}return""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"quantity",type:t,pure:!0});let e=t;return e})(),YDe=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return jCe(a,this.translate.currentLang)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"translateObject",type:t,pure:!0});let e=t;return e})(),rc=(()=>{const t=class t{constructor(){this.translate=_(La)}transform(a){return ic(a,this.translate.currentLang)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"translateValue",type:t,pure:!0});let e=t;return e})(),$De={1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday",7:"sunday"},ZDe=(()=>{const t=class t{transform(a){return $De[gr(a)]}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"weekdayName",type:t,pure:!0});let e=t;return e})(),KDe=(()=>{const t=class t{transform(a){let i=new Date;return a==null?void 0:a.filter(r=>r.type==="definitive"||r.endDate&&!oo(new Date(r.endDate),i))}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"activeAndFutureSuspensions",type:t,pure:!0});let e=t;return e})(),Moe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.medication),this.cdRef.markForCheck()})}transform(a){return this.medication!==a&&(this.medication=a,this.result=this.getResult(a)),this.result}getResult(a){var r,s;let i=a.posology;if(i){if(i.length===1&&this.posologiesAreWithDayPeriodOrWithTime(i)&&((r=a.frequency)!=null&&r.periodicity))return i[0].quantity.value+" - 1x/"+this.translate.instant("commons.periodicities."+a.frequency.periodicity);if(i.length>1&&this.posologiesAreWithDayPeriodOrWithTime(i)&&i.every(l=>l.quantity.value===i[0].quantity.value)&&((s=a.frequency)!=null&&s.periodicity))return i[0].quantity.value+" - "+i.length+"x/"+this.translate.instant("commons.periodicities."+a.frequency.periodicity);if(i[0].text)return ic(i[0].text,this.translate.currentLang)}}posologiesAreWithDayPeriodOrWithTime(a){return a.some(i=>{var r,s;return!!((r=i==null?void 0:i.daytime)!=null&&r.dayPeriod)||!!((s=i==null?void 0:i.daytime)!=null&&s.time)})}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"dose",type:t,pure:!1});let e=t;return e})(),Pe=function(e){return e.TO_PLAN="toPlan",e.MORNING="morning",e.NOON="noon",e.EVENING="evening",e.NIGHT="night",e.IF_NEEDED="ifNeeded",e}(Pe||{}),tl=function(e){return e.ALL="all",e.CURRENT="current",e.FUTURE="future",e}(tl||{}),Poe=function(e){return e.VITALINK="vitalink",e.RSB="rsb",e.RSW="rsw",e}(Poe||{}),bi=function(e){return e.LIST="list",e.DAY="day",e.WEEK="week",e}(bi||{});function Zd(e,t){return!oo(e,t)}function XDe(e,t){return!kl(e,t)}function QDe(e,t){let n=[],a=e;for(;!kl(a,t);)n.push(a),a=Ct(Yi(a,1));return n}function Qu(e){switch(e){case Rt.MONDAY:return 1;case Rt.TUESDAY:return 2;case Rt.WEDNESDAY:return 3;case Rt.THURSDAY:return 4;case Rt.FRIDAY:return 5;case Rt.SATURDAY:return 6;case Rt.SUNDAY:return 7;default:return}}var Noe="minutes",pi="hours",mi="days",ii="weeks",ni="months",Fr="years",JDe=new Map([[J.UH,{number:30,unit:Noe}],[J.U,{number:1,unit:pi}],[J.UT,{number:2,unit:pi}],[J.UD,{number:3,unit:pi}],[J.UV,{number:4,unit:pi}],[J.UQ,{number:5,unit:pi}],[J.UZ,{number:6,unit:pi}],[J.US,{number:7,unit:pi}],[J.UA,{number:8,unit:pi}],[J.UN,{number:9,unit:pi}],[J.UX,{number:10,unit:pi}],[J.UE,{number:11,unit:pi}],[J.UW,{number:12,unit:pi}],[J.D,{number:1,unit:mi}],[J.DT,{number:2,unit:mi}],[J.O1,{number:2,unit:mi}],[J.DD,{number:3,unit:mi}],[J.DV,{number:4,unit:mi}],[J.DQ,{number:5,unit:mi}],[J.DZ,{number:6,unit:mi}],[J.DA,{number:8,unit:mi}],[J.DN,{number:9,unit:mi}],[J.DX,{number:10,unit:mi}],[J.DE,{number:11,unit:mi}],[J.DW,{number:12,unit:mi}],[J.WT,{number:2,unit:ii}],[J.WD,{number:3,unit:ii}],[J.WV,{number:4,unit:ii}],[J.WQ,{number:5,unit:ii}],[J.WZ,{number:6,unit:ii}],[J.WS,{number:7,unit:ii}],[J.WA,{number:8,unit:ii}],[J.WN,{number:9,unit:ii}],[J.WX,{number:10,unit:ii}],[J.WE,{number:11,unit:ii}],[J.WW,{number:12,unit:ii}],[J.WP,{number:24,unit:ii}],[J.W,{number:1,unit:ii}],[J.M,{number:1,unit:ni}],[J.MT,{number:2,unit:ni}],[J.MD,{number:3,unit:ni}],[J.MV,{number:4,unit:ni}],[J.MQ,{number:5,unit:ni}],[J.MZ2,{number:6,unit:ni}],[J.MS,{number:7,unit:ni}],[J.MA,{number:8,unit:ni}],[J.MN,{number:9,unit:ni}],[J.MX,{number:10,unit:ni}],[J.ME,{number:11,unit:ni}],[J.MC,{number:18,unit:ni}],[J.JH2,{number:6,unit:ni}],[J.J,{number:1,unit:Fr}],[J.JT,{number:2,unit:Fr}],[J.JD,{number:3,unit:Fr}],[J.JV,{number:4,unit:Fr}],[J.JQ,{number:5,unit:Fr}],[J.JZ,{number:6,unit:Fr}]]);function eIe(e,t,n){var i;let a=JDe.get((i=t.frequency)==null?void 0:i.periodicity);switch(a==null?void 0:a.unit){case Noe:case pi:return!0;case mi:return tIe(e,t,a,n);case ii:return aIe(e,t,a,n);case ni:return iIe(e,t,a,n);case Fr:return nIe(e,t,a,n);default:return!1}}function tIe(e,t,n,a){var d;let i=Ct(new Date(t.treatmentStartDate)),r=$u(a,i),s=Math.floor(r/n.number),l=n.number*s,c=((d=e.day)==null?void 0:d.dayNumber)||1;return r===l+c-1}function aIe(e,t,n,a){var r,s,l;let i=Ct(new Date(t.treatmentStartDate));if((s=(r=e.day)==null?void 0:r.weekday)!=null&&s.day)return Tke(i,a)%n.number===0&&gr(a)===Qu(e.day.weekday.day);{let c=$u(a,i),d=Math.floor(c/(n.number*7)),u=n.number*7*d,p=((l=e.day)==null?void 0:l.dayNumber)||1;return c===u+p-1}}function iIe(e,t,n,a){var s,l;let i;(s=e.day)!=null&&s.date?i=Ct(new Date(e.day.date)):(l=e.day)!=null&&l.dayNumber?i=Ct(Yi(new Date(t.treatmentStartDate),e.day.dayNumber-1)):i=Ct(new Date(t.treatmentStartDate));let r=Ike(i,a);return n.number>1?r%n.number===0&&No(a.getDate(),i.getDate()):No(a.getDate(),i.getDate())}function nIe(e,t,n,a){var s;let i=(s=e.day)!=null&&s.date?Ct(new Date(e.day.date)):Ct(new Date(t.treatmentStartDate)),r=Ake(i,a);return n.number>1?r%n.number===0&&yy(a,i):yy(a,i)}function yy(e,t){return e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}var rIe=[J.M,J.MT,J.MD,J.MV,J.MQ,J.MZ2,J.MS,J.MA,J.MN,J.MX,J.ME,J.MC];function pp(e){return rIe.includes(e)}var oIe=[J.J,J.JH2,J.JT,J.JD,J.JV,J.JQ,J.JZ];function mp(e){return oIe.includes(e)}function sIe(e,t){return Zd(t,Ct(new Date(e.treatmentStartDate)))&&(!e.treatmentEndDate||XDe(t,Zu(new Date(e.treatmentEndDate))))}function Loe(e,t){var n;return(n=e.suspensions)!=null&&n.length?e.suspensions.some(a=>a.startDate&&a.endDate?Xg(t,{start:Ct(new Date(a.startDate)),end:Zu(new Date(a.endDate))}):Zd(t,Ct(new Date(a.startDate)))):!1}function lIe(e,t){var a;let n=(a=e.suspensions)==null?void 0:a.filter(i=>i.type==="temporary");return n!=null&&n.length?n.some(i=>Xg(t,{start:Ct(new Date(i.startDate)),end:Zu(new Date(i.endDate))})):!1}function Foe(e,t,n){var a,i,r,s,l,c,d;return(a=t.frequency)!=null&&a.periodicity?eIe(e,t,n):(i=e.day)!=null&&i.date?No(n,Ct(new Date(e.day.date))):(r=e.day)!=null&&r.dayNumber?No(n,Ct(Yi(new Date(t.treatmentStartDate),e.day.dayNumber-1))):(l=(s=e.day)==null?void 0:s.weekday)!=null&&l.day||(d=(c=e.day)==null?void 0:c.weekday)!=null&&d.weekNumber?e.day.weekday.weekNumber?Ku(n)===e.day.weekday.weekNumber&&(Qu(e.day.weekday.day)||1)===gr(n):No(n,Voe(e,t)):!!(t.treatmentStartDate&&No(n,Ct(new Date(t.treatmentStartDate))))}function cIe(e,t){var n,a;return(a=(n=e.day)==null?void 0:n.weekday)!=null&&a.weekNumber?dIe(e,t):Voe(e,t)}function dIe(e,t){let n=new Date(t.treatmentStartDate),a=Ku(n),i=Ct(Yi(Gg(ro(n),e.day.weekday.weekNumber-a),(Qu(e.day.weekday.day)||1)-1));return oo(i,n)?wke(i,1):i}function Voe(e,t){var i,r;let n=Qu((r=(i=e.day)==null?void 0:i.weekday)==null?void 0:r.day)||0,a=gr(new Date(t.treatmentStartDate));return Ct(Yi(new Date(t.treatmentStartDate),(n-a+7)%7))}function zoe(e,t){let n=e.treatmentEndDate?new Date(e.treatmentEndDate):null,a=uIe(e,t);return n&&a?kke([n,a]):n||a}function uIe(e,t){var a;if(!((a=e.suspensions)!=null&&a.length))return null;let n=e.suspensions.filter(i=>hIe(i,t)).map(i=>Qg(new Date(i.startDate)));return Cke(t,n)}function hIe(e,t){return e.startDate&&Zd(new Date(e.startDate),t)||oo(new Date(e.startDate),t)&&Zd(new Date(e.endDate),t)}function Boe(e,t,n){let a=new Date(t.treatmentStartDate);if(!n||oo(n,a))return n;let i,r=n;for(;!i&&!oo(r,a);)Foe(e,t,r)?i=r:r=Qg(r);return r}function pIe(e,t){let n=Object.values(Pe),a=i=>ic(i.medication.name,t)||"";return[...e||[]].sort((i,r)=>{let s=n.indexOf(i.posology.dayPart)-n.indexOf(r.posology.dayPart);return s===0?a(i).localeCompare(a(r),void 0,{sensitivity:"base"}):s})}function mIe(e,t,n="asc"){let a=i=>ic(i.name,t)||"";return[...e||[]].sort((i,r)=>a(i).localeCompare(a(r),void 0,{sensitivity:"base"})*(n==="asc"?1:-1))}function fIe(e){return e?e.flatMap(t=>t!=null&&t.posology?t.posology.map(n=>({medication:t,posology:n})):t?[{medication:t,posology:{dayPart:Pe.TO_PLAN}}]:[]).filter(t=>t!==void 0):[]}function _y(e,t){return sIe(e.medication,t)&&!Loe(e.medication,t)&&Foe(e.posology,e.medication,t)}function gIe(e){return e.filter(t=>joe(t))}function joe(e){let t=Ct(new Date),n=e.treatmentEndDate;return e.treatmentStartDate&&kl(new Date(e.treatmentStartDate).setHours(0),t)?!1:!Loe(e,t)&&(!n||kl(new Date(n),t))}function bIe(e){return e.filter(t=>Ju(t))}function Ju(e){let t=Ct(new Date);return e.treatmentStartDate&&kl(new Date(e.treatmentStartDate).setHours(0),t)?!0:e.treatmentStartDate&&lIe(e,t)}function vIe(e){return e.filter(t=>joe(t)||Ju(t))}var yIe=(()=>{const t=class t{transform(a,i){return a.filter(r=>i===r.posology.dayPart)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"filterMedicationByDayPart",type:t,pure:!0});let e=t;return e})(),_Ie=(()=>{const t=class t{transform(a,i){switch(i){case"current":return gIe(a);case"future":return bIe(a);case"all":default:return vIe(a)}}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"filterMedicationTo",type:t,pure:!0});let e=t;return e})(),Hoe=(()=>{const t=class t{transform(a){return Ju(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"isFutureMedication",type:t,pure:!0});let e=t;return e})(),xIe=(()=>{const t=class t{transform(a,i){let r=zoe(a.medication,i),s=Boe(a.posology,a.medication,r);return IC(Ct(s),Ct(i))}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"isLastIngestionDay",type:t,pure:!0});let e=t;return e})(),wIe=(()=>{const t=class t{transform(a,i,r){let s=zoe(a.medication,i),l=Boe(a.posology,a.medication,s);return Xg(l,{start:Ct(i),end:Zu(r)})?{lastDay:s,lastIngestionDay:l}:null}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"lastIngestionPeriod",type:t,pure:!0});let e=t;return e})(),kIe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.posology),this.cdRef.markForCheck()})}transform(a){return this.posology!==a&&(this.posology=a,this.result=this.getResult(a)),this.result}getResult(a){if(a!=null&&a.daytime){if(a.daytime.dayPeriod)return this.translate.instant("commons.period."+a.daytime.dayPeriod);if(a.daytime.time)return a.daytime.time.substring(0,5)}return""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"posologyDayTime",type:t,pure:!1});let e=t;return e})(),EIe=(()=>{const t=class t{constructor(){this.translate=_(La),this.cdRef=_(Et),this.destroyRef=_(yi),this.result="",this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(()=>{this.result=this.getResult(this.posology,this.medication),this.cdRef.markForCheck()})}transform(a,i){return(this.posology!==a||this.medication!==i)&&(this.posology=a,this.medication=i,this.result=this.getResult(a,i)),this.result}getResult(a,i){var s,l,c;if(!((s=a.daytime)!=null&&s.dayPeriod)&&!((l=a.daytime)!=null&&l.time))return"";let r=[this.getPosologyDayTimeTranslation(a)];return(c=i.frequency)!=null&&c.periodicity?r.push(...this.getPeriodicityText(a,i.frequency.periodicity,new Date(i.treatmentStartDate))):r.push(...this.getPosologyText(a,i,new Date(i.treatmentStartDate))),r.join(" ").trim()}getPeriodicityText(a,i,r){var s,l,c,d,u;if(((s=a.day)==null?void 0:s.weekday)!=null&&a.daytime!=null&&!pp(i)&&!mp(i))return[this.translate.instant("commons.posology.on"),this.translate.instant("commons.days."+a.day.weekday.day).toLowerCase()];if(((l=a.day)==null?void 0:l.dayNumber)!=null&&a.daytime!=null&&!pp(i)&&!mp(i))return[this.translate.instant("commons.posology.day"),a.day.dayNumber.toString()];if(pp(i))return((c=a.day)==null?void 0:c.date)!=null?[this.translate.instant("commons.posology.day"),Wc(new Date(a.day.date)).toString()]:((d=a.day)==null?void 0:d.dayNumber)!=null?[this.translate.instant("commons.posology.day"),a.day.dayNumber.toString()]:[this.translate.instant("commons.posology.day"),Wc(r).toString()];if(mp(i)){let p=[this.translate.instant("commons.posology.on")];return(u=a.day)!=null&&u.date?p.push(Wc(new Date(a.day.date))+"/"+(my(a.day.date)+1)):p.push(Wc(r)+"/"+(my(r)+1)),p}return[]}getPosologyText(a,i,r){var l,c,d;let s=[this.translate.instant("commons.posology.on")];return((l=a.day)==null?void 0:l.date)!=null?s.push(Po(new Date(a.day.date),"dd-MM-yyyy")):((c=a.day)==null?void 0:c.weekday)!=null?s.push(Po(cIe(a,i),"dd-MM-yyyy")):((d=a.day)==null?void 0:d.dayNumber)!=null?s.push(Po(Yi(r,a.day.dayNumber-1),"dd-MM-yyyy")):s.push(Po(r,"dd-MM-yyyy")),s}getPosologyDayTimeTranslation(a){var i,r,s;return a&&((i=a.daytime)!=null&&i.dayPeriod)&&Object.values($e).includes((r=a.daytime)==null?void 0:r.dayPeriod)?this.translate.instant("commons.period."+a.daytime.dayPeriod):(s=a.daytime)!=null&&s.time?a.daytime.time.substring(0,5):""}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"posologySpecification",type:t,pure:!1});let e=t;return e})(),CIe=(()=>{const t=class t{transform(a,i){var r,s;return((s=(r=a.suspensions)==null?void 0:r.filter(l=>oo(i,Ct(new Date(l.startDate)))).reduce((l,c)=>this.getClosestToLastIngestionDate(i,l,c),null))==null?void 0:s.type)||""}getClosestToLastIngestionDate(a,i,r){if(i==null)return r;let s=ly(new Date(i.startDate),a),l=ly(new Date(r.startDate),a);return s===l?i.type==="definitive"?i:r:s<l?i:r}};t.ɵfac=function(a){return new(a||t)},t.ɵpipe=ya({name:"suspensionType",type:t,pure:!0});let e=t;return e})(),Uoe=e=>({posology:e}),SIe=e=>({count:e});function DIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I()),e&2&&(C(),ne("",N(2,1,"medicationSchemeListView.remarks.ifneeded"),":"))}function IIe(e,t){if(e&1&&(D(0,"li"),Ja(1,2),I()),e&2){let n=t.$implicit;L(3);let a=Ri(3);C(),z("ngTemplateOutlet",a)("ngTemplateOutletContext",yn(2,Uoe,n))}}function TIe(e,t){if(e&1&&(D(0,"ul"),Ua(1,IIe,2,4,"li",null,Oi),I()),e&2){let n=L(2);C(),Wa(n.medication().posology)}}function AIe(e,t){if(e&1&&Ja(0,2),e&2){let n=L(2),a=Ri(3);z("ngTemplateOutlet",a)("ngTemplateOutletContext",yn(2,Uoe,n.medication().posology[0]))}}function OIe(e,t){if(e&1&&V(0,DIe,3,3,"span",1)(1,TIe,3,0,"ul")(2,AIe,1,4,"ng-container",2),e&2){let n=L();W(n.medication().temporality===n.temporalities.ONESHOT?0:-1),C(),W(n.medication().posology.length>1?1:2)}}function RIe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified"),`
61
+ `)}function MIe(e,t){e&1&&(D(0,"span"),P(1),I()),e&2&&(C(),ne(" ",t,""))}function PIe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"translate"),I(),V(3,MIe,2,1,"span"),A(4,"posologySpecification")),e&2){let n,a=L(2).posology,i=L();C(),ne(" ",sa(2,2,"commons.administrationUnits."+a.quantity.unit,yn(8,SIe,a.quantity.value)),""),C(2),W((n=sa(4,5,a,i.medication()))?3:-1,n)}}function NIe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"quantity"),I(),V(3,PIe,5,10)),e&2){let n=L().posology;C(),ae(N(2,2,n.quantity.value)),C(2),W(n.quantity.unit?3:-1)}}function LIe(e,t){if(e&1&&(D(0,"span",3),A(1,"getLangForAttrLang"),A(2,"canTranslateForAttr"),P(3),I()),e&2){let n=L();z("lang",N(1,3,n.lang)),be("translate",N(2,5,n.lang)),C(3),ne("  ",t," ")}}function FIe(e,t){if(e&1&&(D(0,"span",3),A(1,"getLangForAttrLang"),A(2,"canTranslateForAttr"),P(3),I(),V(4,LIe,4,7,"span",3),A(5,"posologySpecification")),e&2){let n,a=t,i=L().posology,r=L();z("lang",N(1,4,a.lang)),be("translate",N(2,6,a.lang)),C(3),ne(" ",a.value," "),C(),W((n=sa(5,8,i,r.medication()))?4:-1,n)}}function VIe(e,t){if(e&1&&(D(0,"div"),V(1,NIe,4,4)(2,FIe,6,11),A(3,"translateObject"),I()),e&2){let n,a=t.posology;C(),W(a.quantity?1:-1),C(),W((n=N(3,2,a.text))?2:-1,n)}}var zIe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporalities=ji}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-posology"]],inputs:{medication:[1,"medication"]},decls:4,vars:1,consts:[["posologyTemplate",""],[1,"if-needed"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"lang"]],template:function(a,i){if(a&1&&V(0,OIe,3,2)(1,RIe,2,3)(2,VIe,4,4,"ng-template",null,0,Bw),a&2){let r;W((r=i.medication().posology)!=null&&r.length?0:1)}},dependencies:[Zt,i0,EIe,YDe,qDe,GDe,Qw],styles:[".if-needed[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:700;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}ul[_ngcontent-%COMP%]{padding-inline-start:20px;margin-block:0}"],changeDetection:0});let e=t;return e})(),BIe=e=>({count:e});function jIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.indication")),C(3),ae(N(5,4,t)))}function HIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"fullname"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.prescriber")),C(3),ae(N(5,4,t)))}function UIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.start")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function WIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.end")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function qIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",5),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.start")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function GIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",5),P(4),A(5,"date"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.end")),C(3),ae(sa(5,4,t,"dd/MM/yyyy")))}function YIe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.suspension.reason")),C(3),ae(N(5,4,t)))}function $Ie(e,t){e&1&&Z(0,"span",1)(1,"span",2)}function ZIe(e,t){e&1&&Z(0,"mat-divider")}function KIe(e,t){if(e&1&&(V(0,qIe,6,7)(1,GIe,6,7)(2,YIe,6,6),A(3,"translateValue"),V(4,$Ie,2,0)(5,ZIe,1,0,"mat-divider")),e&2){let n,a,i,r=t.$implicit,s=t.$index,l=t.$count;W((n=r.startDate)?0:-1,n),C(),W((a=r.endDate)?1:-1,a),C(),W((i=N(3,5,r.reason))?2:-1,i),C(2),W(r.type==="definitive"?4:-1),C(),W(s!==l-1?5:-1)}}function XIe(e,t){if(e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",4),Ua(4,KIe,6,7,null,null,Oi),I()),e&2){let n=L();C(),ae(N(2,1,"medicationSchemeDetails.suspension.label")),C(3),Wa(n)}}function QIe(e,t){e&1&&V(0,XIe,6,3),e&2&&W(t.length>0?0:-1)}function JIe(e,t){if(e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),A(6,"firstLetterUppercase"),I()),e&2){let n=L();C(),ae(N(2,2,"medicationSchemeDetails.quantity")),C(3),ae(N(6,7,sa(5,4,"commons.administrationUnits."+n.medication().posology[0].quantity.unit,yn(9,BIe,n.medication().posology[0].quantity.value))))}}function eTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.periodicity")),C(3),ae(N(5,4,"commons.periodicities."+t)))}function tTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),A(5,"translate"),A(6,"firstLetterUppercase"),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.route")),C(3),ae(N(6,6,N(5,4,"commons.routes."+t))))}function aTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.startCondition")),C(3),ae(t))}function iTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.endCondition")),C(3),ae(t))}function nTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.instructions")),C(3),ae(t))}function rTe(e,t){e&1&&(D(0,"span",1),P(1),A(2,"translate"),I(),D(3,"span",2),P(4),I()),e&2&&(C(),ae(N(2,2,"medicationSchemeDetails.comment")),C(3),ae(t))}var Woe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporalities=ji}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-details-row"]],inputs:{medication:[1,"medication"]},decls:29,vars:32,consts:[[1,"details"],[1,"details__label"],[1,"details__value"],[3,"medication"],[1,"details__value","suspension"],[1,"details__value","suspension__date"]],template:function(a,i){if(a&1&&(D(0,"span",0)(1,"span",1),P(2),A(3,"translate"),I(),D(4,"span",2),P(5),A(6,"translateValue"),A(7,"firstLetterUppercase"),I(),V(8,jIe,6,6),A(9,"translateValue"),V(10,HIe,6,6)(11,UIe,6,7)(12,WIe,6,7)(13,QIe,1,1),A(14,"activeAndFutureSuspensions"),V(15,JIe,7,11)(16,eTe,6,6),D(17,"span",1),P(18),A(19,"translate"),I(),D(20,"span",2),Z(21,"vidis-medication-scheme-posology",3),I(),V(22,tTe,7,8)(23,aTe,5,4)(24,iTe,5,4)(25,nTe,5,4),A(26,"translateValue"),V(27,rTe,5,4),A(28,"translateValue"),I()),a&2){let r,s,l,c,d,u,p,b,g,w,k,S;C(2),ae(N(3,16,"medicationSchemeDetails.medication")),C(3),ae(N(7,20,N(6,18,i.medication().name))),C(3),W((r=N(9,22,i.medication().indication))?8:-1,r),C(2),W((s=i.medication().author)?10:-1,s),C(),W((l=i.medication().treatmentStartDate)?11:-1,l),C(),W((c=i.medication().treatmentEndDate)?12:-1,c),C(),W((d=N(14,24,i.medication().suspensions))?13:-1,d),C(2),W(!((u=i.medication().posology)==null||u[0]==null||u[0].quantity==null)&&u[0].quantity.unit?15:-1),C(),W((p=(p=i.medication().frequency)==null?null:p.periodicity)?16:-1,p),C(2),ae(N(19,26,"medicationSchemeDetails.posologie")),C(3),z("medication",i.medication()),C(),W((b=i.medication().route)?22:-1,b),C(),W((g=i.medication().treatmentStartCondition)?23:-1,g),C(),W((w=i.medication().treatmentEndCondition)?24:-1,w),C(),W((k=N(26,28,i.medication().instructions))?25:-1,k),C(2),W((S=N(28,30,i.medication().comment))?27:-1,S)}},dependencies:[ai,BDe,Zt,zIe,Gl,a0,$i,rc,KDe],styles:[".details[_ngcontent-%COMP%], .details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{display:grid}@media only screen and (min-width: 960px){.details[_ngcontent-%COMP%]{grid-template-columns:max-content auto;gap:10px 20px}.details[_ngcontent-%COMP%] mat-divider[_ngcontent-%COMP%]{display:none}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{grid-template-columns:max-content max-content max-content max-content max-content max-content;column-gap:10px}.details[_ngcontent-%COMP%] .suspension__date[_ngcontent-%COMP%]{margin-right:20px}}@media only screen and (max-width: 960px){.details__value[_ngcontent-%COMP%]{margin-bottom:10px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%]{border:1px solid #8f8f8f;padding:8px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] mat-divider[_ngcontent-%COMP%]{margin-top:6px;margin-bottom:6px}.details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] .details__label[_ngcontent-%COMP%], .details[_ngcontent-%COMP%] .suspension[_ngcontent-%COMP%] .details__value[_ngcontent-%COMP%]{margin-bottom:0}}.details__label[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:700;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}.details__value[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em}"],changeDetection:0});let e=t;return e})(),eh=(()=>{const t=class t{setClientId(a){this.clientId=a}buildClientIdHeader(){return this.clientId&&new no().set(qo.exchangeClientId,this.clientId)}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),qoe=(()=>{const t=class t extends eh{constructor(){super(...arguments),this.http=_(Jl)}find(a){return this.http.post("/v1/medicationscheme",{ssins:a?[a]:[]},{headers:this.buildClientIdHeader()})}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),oTe={schemes:[{patient:{ssin:"00000000097",firstName:"John",lastName:"Doe"},lastChange:{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},date:"2024-10-16T09:59:18.000+0000"},version:"42",medications:[{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0041020",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.DD},name:[{lang:h.FR,value:"Fasigyn 500 mg compr. pellic. 4"},{lang:h.NL,value:"Fasigyn 500 mg filmomh. tabl. 4"},{lang:h.DE,value:"Fasigyn 500 mg Filmtabl. 4"},{lang:h.EN,value:"Fasigyn 500 mg film-coat. tabl. 4"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc812a1e5c015ab30ac66d"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc812a1e5c015ab30ac68a"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc81291e5c015ab30ac650"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING}],treatmentStartDate:"2018-04-19",treatmentEndCondition:"wanneer niet nodig"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},frequency:{periodicity:J.M},name:[{lang:h.NL,value:"magistrale bereiding"}],posology:[{text:[{lang:h.NL,value:"adhoc: wanneer nodig"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2018-04-19",comment:[{lang:h.NL,value:"magistrale bereiding"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0039347",type:Ei.CNK},frequency:{periodicity:J.W},route:UC._00064,name:[{lang:h.FR,value:"Dafalgan 500 mg comp. 30"},{lang:h.NL,value:"Dafalgan 500 mg tabl. 30"},{lang:h.DE,value:"Dafalgan 500 mg Tabl. 30"},{lang:h.EN,value:"Dafalgan 500 mg tabl. 30"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70ce1e5c015ab3f12a1e"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70d01e5c015ab3f12fb6"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc70cd1e5c015ab3f124e4"}],posology:[{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.MONDAY}}},{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.WEDNESDAY}}},{quantity:{unit:Qe._00005,value:1},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING,day:{weekday:{day:Rt.FRIDAY}}}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"2120046",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.W},name:[{lang:h.FR,value:"Fluconazole Viatris 50 mg gél. 10"},{lang:h.NL,value:"Fluconazole Viatris 50 mg harde caps. 10"},{lang:h.DE,value:"Fluconazole Viatris 50 mg Hartkaps. 10"},{lang:h.EN,value:"Fluconazole Viatris 50 mg hard caps. 10"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac21e5c015ab3e5eaeb"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac21e5c015ab3e5ecd2"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc6ac11e5c015ab3e5e82d"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{weekday:{day:Rt.SATURDAY}}}],treatmentStartDate:"2022-01-01"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},identifier:{value:"0119065",type:Ei.CNK},frequency:{periodicity:J.D},instructions:[{lang:h.NL,value:"volgens bloedanalyse"}],name:[{lang:h.FR,value:"Marcoumar 3 mg comp. 25"},{lang:h.NL,value:"Marcoumar 3 mg tabl. 25"},{lang:h.DE,value:"Marcoumar 3 mg Tabl. 25"},{lang:h.EN,value:"Marcoumar 3 mg tabl. 25"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f801e5c015ab30e40ab"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f811e5c015ab30e40dd"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc8f7f1e5c015ab30e4079"}],posology:[{text:[{lang:h.NL,value:"volgens bloedanalyse"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2099-04-19"},{author:{firstName:"Minny",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHARMACIST,organization:{type:Ya.ORGPHARMACY,nihdi:"80000551",name:"Pharmacie Sans Soucis"}},identifier:{value:"2257095",type:Ei.CNK},frequency:{periodicity:J.D},name:[{lang:h.FR,value:"Amoxicilline EG 1000 mg compr. efferv. 8"},{lang:h.NL,value:"Amoxicilline EG 1000 mg bruistabl. 8"},{lang:h.DE,value:"Amoxicilline EG 1000 mg Brausetabl. 8"},{lang:h.EN,value:"Amoxicilline EG 1000 mg efferv. tabl. 8"}],posology:[{text:[{lang:h.NL,value:"Free text posology"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2022-06-10",treatmentEndDate:"2022-06-20",indication:[{lang:h.NL,value:"To treat bacterial infections"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"0066746",type:Ei.CNK},temporality:ji.ACUTE,frequency:{periodicity:J.O1},name:[{lang:h.FR,value:"Penicilline 1 000 000 UI sol. inj. (pdr.) i.m./i.v./i.artic. flac. 100 x 1 10*6 UI"},{lang:h.NL,value:"Penicilline 1 000 000 IE inj. opl. (pdr.) i.m./i.v./i.artic. flac. 100 x 1 10*6 IE"},{lang:h.DE,value:"Penicilline 1 000 000 IE Inj-Lös. (Plv.) i.m./i.v./i.artik. Dstfl. 100 x 1 10*6 IE"},{lang:h.EN,value:"Penicilline 1 000 000 IU inj. sol. (pwdr.) i.m./i.v./i.artic. vial 100 x 1 10*6 IU"}],posology:[{text:[{lang:h.NL,value:"Free text posology"}],dayPart:Pe.TO_PLAN}],treatmentStartDate:"2022-07-02",treatmentEndDate:"2022-07-20",comment:[{lang:h.NL,value:"Stopping of drug"}]},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"1557396",type:Ei.CNK},temporality:ji.CHRONIC,frequency:{periodicity:J.DN},name:[{lang:h.FR,value:"Zinnat 500 mg compr. pellic. 20"},{lang:h.NL,value:"Zinnat 500 mg filmomh. tabl. 20"},{lang:h.DE,value:"Zinnat 500 mg Filmtabl. 20"},{lang:h.EN,value:"Zinnat 500 mg film-coat. tabl. 20"}],leaflet:[{lang:h.FR,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773e1e5c015ab3faf955"},{lang:h.NL,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773f1e5c015ab3fafa9d"},{lang:h.DE,value:"https://app.fagg-afmps.be/pharma-status/api/files/62bc773d1e5c015ab3faf792"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:3}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:4}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:5}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:6}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:7}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:8}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:9}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGLUNCH},dayPart:Pe.NOON,day:{dayNumber:9}},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.THEHOUROFSLEEP},dayPart:Pe.NIGHT,day:{dayNumber:9}}],treatmentStartDate:"2023-01-01"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"2915353",type:Ei.CNK},frequency:{periodicity:J.D},name:[{lang:h.FR,value:"Clarithromycine Sandoz 500 mg compr. pellic. 21"},{lang:h.NL,value:"Clarithromycine Sandoz 500 mg filmomh. tabl. 21"},{lang:h.DE,value:"Clarithromycine Sandoz 500 mg Filmtabl. 21"},{lang:h.EN,value:"Clarithromycine Sandoz 500 mg film-coat. tabl. 21"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60891e5c015ab3cfc523"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60891e5c015ab3cfc661"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc60881e5c015ab3cfc3ce"}],posology:[{quantity:{unit:Qe._00001,value:1},daytime:{dayPeriod:$e.BEFOREBREAKFAST},dayPart:Pe.MORNING}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Piggy",lastName:"Muppets",nihdi:"40000000401",role:Ya.PERSNURSE},identifier:{value:"2744753",type:Ei.CNK},frequency:{periodicity:J.DT},name:[{lang:h.FR,value:"Clindamycine Fresenius Kabi 150 mg/ml sol. inj. i.m./i.v. amp. 10 x 2 ml"},{lang:h.NL,value:"Clindamycine Fresenius Kabi 150 mg/ml inj. opl. i.m./i.v. amp. 10 x 2 ml"},{lang:h.DE,value:"Clindamycine Fresenius Kabi 150 mg/ml Inj-Lös. i.m./i.v. Amp. 10 x 2 ml"},{lang:h.EN,value:"Clindamycine Fresenius Kabi 150 mg/ml inj. sol. i.m./i.v. amp. 10 x 2 ml"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d71e5c015ab3db5fd8"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d71e5c015ab3db604c"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc65d61e5c015ab3db5fa6"}],posology:[{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:1}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.MORNING},dayPart:Pe.MORNING,day:{dayNumber:2}},{quantity:{unit:Qe._00001,value:.5},daytime:{dayPeriod:$e.DURINGDINNER},dayPart:Pe.EVENING,day:{dayNumber:2}}],treatmentStartDate:"2018-04-19",treatmentStartCondition:"afwisselend: 1/2 per dag, en 2x 1/2 per dag"},{author:{firstName:"Goof",lastName:"Goofy",nihdi:"20000000001",role:Ya.PERSPHARMACIST},identifier:{value:"0062521",type:Ei.CNK},temporality:ji.ONESHOT,name:[{lang:h.FR,value:"Nystatine Labaz 100 000 UI/ml susp. buv. 24 ml"},{lang:h.NL,value:"Nystatine Labaz 100 000 IE/ml or. susp. 24 ml"},{lang:h.DE,value:"Nystatine Labaz 100 000 IE/ml Susp. z. Einnehm. 24 ml"},{lang:h.EN,value:"Nystatine Labaz 100 000 IU/ml or. susp. 24 ml"}],leaflet:[{lang:h.FR,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c41e5c015ab30cc9ac"},{lang:h.NL,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c41e5c015ab30ccab5"},{lang:h.DE,value:"https://uat.app.fagg-afmps.be/pharma-status/api/files/62bc85c31e5c015ab30cc8ae"}],posology:[{text:[{lang:h.NL,value:"adhoc"}],dayPart:Pe.IF_NEEDED}],treatmentStartDate:"2018-04-19"},{author:{firstName:"Mickey",lastName:"Mouse",nihdi:"10000000004",role:Ya.PERSPHYSICIAN},identifier:{value:"3301",type:Ei.VMP},temporality:ji.CHRONIC,name:[{lang:h.FR,value:"benzylpénicilline (sodium) injection/perfusion 1 000 000 UI"},{lang:h.NL,value:"benzylpenicilline (natrium) injectie/infusie 1 000 000 IE"}],posology:[{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGBREAKFAST},dayPart:Pe.MORNING},{quantity:{unit:Qe._00001,value:.25},daytime:{dayPeriod:$e.DURINGDINNER},dayPart:Pe.EVENING}],treatmentStartDate:"2018-04-19"}],source:Poe.VITALINK}],errors:[]},Goe=(()=>{const t=class t extends eh{constructor(){super(...arguments),this.demoService=_(zCe)}find(a){return this.demoService.post("/v1/medicationscheme",oTe,this.buildClientIdHeader())}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),br=class Ci{constructor(){this._dataLength=0,this._bufferLength=0,this._state=new Int32Array(4),this._buffer=new ArrayBuffer(68),this._buffer8=new Uint8Array(this._buffer,0,68),this._buffer32=new Uint32Array(this._buffer,0,17),this.start()}static hashStr(t,n=!1){return this.onePassHasher.start().appendStr(t).end(n)}static hashAsciiStr(t,n=!1){return this.onePassHasher.start().appendAsciiStr(t).end(n)}static _hex(t){let n=Ci.hexChars,a=Ci.hexOut,i,r,s,l;for(l=0;l<4;l+=1)for(r=l*8,i=t[l],s=0;s<8;s+=2)a[r+1+s]=n.charAt(i&15),i>>>=4,a[r+0+s]=n.charAt(i&15),i>>>=4;return a.join("")}static _md5cycle(t,n){let a=t[0],i=t[1],r=t[2],s=t[3];a+=(i&r|~i&s)+n[0]-680876936|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[1]-389564586|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[2]+606105819|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[3]-1044525330|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[4]-176418897|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[5]+1200080426|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[6]-1473231341|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[7]-45705983|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[8]+1770035416|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[9]-1958414417|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[10]-42063|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[11]-1990404162|0,i=(i<<22|i>>>10)+r|0,a+=(i&r|~i&s)+n[12]+1804603682|0,a=(a<<7|a>>>25)+i|0,s+=(a&i|~a&r)+n[13]-40341101|0,s=(s<<12|s>>>20)+a|0,r+=(s&a|~s&i)+n[14]-1502002290|0,r=(r<<17|r>>>15)+s|0,i+=(r&s|~r&a)+n[15]+1236535329|0,i=(i<<22|i>>>10)+r|0,a+=(i&s|r&~s)+n[1]-165796510|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[6]-1069501632|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[11]+643717713|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[0]-373897302|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[5]-701558691|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[10]+38016083|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[15]-660478335|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[4]-405537848|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[9]+568446438|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[14]-1019803690|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[3]-187363961|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[8]+1163531501|0,i=(i<<20|i>>>12)+r|0,a+=(i&s|r&~s)+n[13]-1444681467|0,a=(a<<5|a>>>27)+i|0,s+=(a&r|i&~r)+n[2]-51403784|0,s=(s<<9|s>>>23)+a|0,r+=(s&i|a&~i)+n[7]+1735328473|0,r=(r<<14|r>>>18)+s|0,i+=(r&a|s&~a)+n[12]-1926607734|0,i=(i<<20|i>>>12)+r|0,a+=(i^r^s)+n[5]-378558|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[8]-2022574463|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[11]+1839030562|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[14]-35309556|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[1]-1530992060|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[4]+1272893353|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[7]-155497632|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[10]-1094730640|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[13]+681279174|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[0]-358537222|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[3]-722521979|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[6]+76029189|0,i=(i<<23|i>>>9)+r|0,a+=(i^r^s)+n[9]-640364487|0,a=(a<<4|a>>>28)+i|0,s+=(a^i^r)+n[12]-421815835|0,s=(s<<11|s>>>21)+a|0,r+=(s^a^i)+n[15]+530742520|0,r=(r<<16|r>>>16)+s|0,i+=(r^s^a)+n[2]-995338651|0,i=(i<<23|i>>>9)+r|0,a+=(r^(i|~s))+n[0]-198630844|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[7]+1126891415|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[14]-1416354905|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[5]-57434055|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[12]+1700485571|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[3]-1894986606|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[10]-1051523|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[1]-2054922799|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[8]+1873313359|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[15]-30611744|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[6]-1560198380|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[13]+1309151649|0,i=(i<<21|i>>>11)+r|0,a+=(r^(i|~s))+n[4]-145523070|0,a=(a<<6|a>>>26)+i|0,s+=(i^(a|~r))+n[11]-1120210379|0,s=(s<<10|s>>>22)+a|0,r+=(a^(s|~i))+n[2]+718787259|0,r=(r<<15|r>>>17)+s|0,i+=(s^(r|~a))+n[9]-343485551|0,i=(i<<21|i>>>11)+r|0,t[0]=a+t[0]|0,t[1]=i+t[1]|0,t[2]=r+t[2]|0,t[3]=s+t[3]|0}start(){return this._dataLength=0,this._bufferLength=0,this._state.set(Ci.stateIdentity),this}appendStr(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s;for(s=0;s<t.length;s+=1){if(r=t.charCodeAt(s),r<128)n[i++]=r;else if(r<2048)n[i++]=(r>>>6)+192,n[i++]=r&63|128;else if(r<55296||r>56319)n[i++]=(r>>>12)+224,n[i++]=r>>>6&63|128,n[i++]=r&63|128;else{if(r=(r-55296)*1024+(t.charCodeAt(++s)-56320)+65536,r>1114111)throw new Error("Unicode standard supports code points up to U+10FFFF");n[i++]=(r>>>18)+240,n[i++]=r>>>12&63|128,n[i++]=r>>>6&63|128,n[i++]=r&63|128}i>=64&&(this._dataLength+=64,Ci._md5cycle(this._state,a),i-=64,a[0]=a[16])}return this._bufferLength=i,this}appendAsciiStr(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s=0;for(;;){for(r=Math.min(t.length-s,64-i);r--;)n[i++]=t.charCodeAt(s++);if(i<64)break;this._dataLength+=64,Ci._md5cycle(this._state,a),i=0}return this._bufferLength=i,this}appendByteArray(t){let n=this._buffer8,a=this._buffer32,i=this._bufferLength,r,s=0;for(;;){for(r=Math.min(t.length-s,64-i);r--;)n[i++]=t[s++];if(i<64)break;this._dataLength+=64,Ci._md5cycle(this._state,a),i=0}return this._bufferLength=i,this}getState(){let t=this._state;return{buffer:String.fromCharCode.apply(null,Array.from(this._buffer8)),buflen:this._bufferLength,length:this._dataLength,state:[t[0],t[1],t[2],t[3]]}}setState(t){let n=t.buffer,a=t.state,i=this._state,r;for(this._dataLength=t.length,this._bufferLength=t.buflen,i[0]=a[0],i[1]=a[1],i[2]=a[2],i[3]=a[3],r=0;r<n.length;r+=1)this._buffer8[r]=n.charCodeAt(r)}end(t=!1){let n=this._bufferLength,a=this._buffer8,i=this._buffer32,r=(n>>2)+1;this._dataLength+=n;let s=this._dataLength*8;if(a[n]=128,a[n+1]=a[n+2]=a[n+3]=0,i.set(Ci.buffer32Identity.subarray(r),r),n>55&&(Ci._md5cycle(this._state,i),i.set(Ci.buffer32Identity)),s<=4294967295)i[14]=s;else{let l=s.toString(16).match(/(.*?)(.{0,8})$/);if(l===null)return;let c=parseInt(l[2],16),d=parseInt(l[1],16)||0;i[14]=c,i[15]=d}return Ci._md5cycle(this._state,i),t?this._state:Ci._hex(this._state)}};br.stateIdentity=new Int32Array([1732584193,-271733879,-1732584194,271733878]);br.buffer32Identity=new Int32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);br.hexChars="0123456789abcdef";br.hexOut=[];br.onePassHasher=new br;if(br.hashStr("hello")!=="5d41402abc4b2a76b9719d911017c592")throw new Error("Md5 self test failed.");var xy=(()=>{const t=class t extends jC{constructor(a,i){super(a.getServices(),Hr.MEDICATION_SCHEME,i.getInstance().isOfflineAuthenticated,i.getInstance().isOfflineDataStorageEnabled,Hr.MEDICATION_SCHEME),this.medicationSchemeApiService=_(eh),this.authServiceSelector=_(El),this.medicationSchemeStateSubject$=new Wr({status:ur.INITIAL}),this.medicationSchemeState$=this.medicationSchemeStateSubject$.asObservable(),this.fnsOptions={weekStartsOn:1},this.addIdToMedication=()=>r=>r.pipe(Dt(s=>ht(ue({},s),{schemes:s.schemes.map(l=>ht(ue({},l),{medications:l.medications.map(c=>ht(ue({},c),{id:c.id??br.hashStr(JSON.stringify(c))}))}))})))}fetchMedicationScheme(a=!0){return ka(this,null,function*(){return HCe(this.getData(a),this.medicationSchemeStateSubject$)})}getPageState(){return this.services.cacheDataStorage.get(Hr.MEDICATION_SCHEME_PAGE_STATE)??{filter:tl.ALL,view:0,date:{displayDate:new Date,startOfWeek:ei(new Date,this.fnsOptions),endOfWeek:Yg(new Date,this.fnsOptions)}}}setPageState(a){let i=this.getPageState(),r=ue(ue({},i),a);this.services.cacheDataStorage.set(Hr.MEDICATION_SCHEME_PAGE_STATE,r)}getDataFromBackend(){return ka(this,null,function*(){let a=yield this.authServiceSelector.getInstance().resolveSsin();return dde(this.medicationSchemeApiService.find(a).pipe(this.addIdToMedication()))})}setClientId(a){this.medicationSchemeApiService.setClientId(a)}};t.ɵfac=function(a){return new(a||t)(ke(Xu),ke(El))},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),sTe=(e,t)=>e.getEnvironmentVariable("env")===tr.DEMO?t.get(Goe):t.get(qoe),lTe={provide:eh,useFactory:sTe,deps:[Ds,pt]};Ky(gce());var Gc;function cTe(){if(Gc===void 0&&(Gc=null,typeof window<"u")){let e=window;e.trustedTypes!==void 0&&(Gc=e.trustedTypes.createPolicy("angular#components",{createHTML:t=>t}))}return Gc}function Hs(e){var t;return((t=cTe())==null?void 0:t.createHTML(e))||e}function wy(e){return Error(`Unable to find icon with the name "${e}"`)}function dTe(){return Error("Could not find HttpClient for use with Angular Material icons. Please add provideHttpClient() to your providers.")}function ky(e){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${e}".`)}function Ey(e){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${e}".`)}var Mr=class{constructor(e,t,n){o(this,"url");o(this,"svgText");o(this,"options");o(this,"svgElement");this.url=e,this.svgText=t,this.options=n}},uTe=(()=>{const t=class t{constructor(a,i,r,s){o(this,"_httpClient");o(this,"_sanitizer");o(this,"_errorHandler");o(this,"_document");o(this,"_svgIconConfigs",new Map);o(this,"_iconSetConfigs",new Map);o(this,"_cachedIconsByUrl",new Map);o(this,"_inProgressUrlFetches",new Map);o(this,"_fontCssClassesByAlias",new Map);o(this,"_resolvers",[]);o(this,"_defaultFontSetClass",["material-icons","mat-ligature-font"]);this._httpClient=a,this._sanitizer=i,this._errorHandler=s,this._document=r}addSvgIcon(a,i,r){return this.addSvgIconInNamespace("",a,i,r)}addSvgIconLiteral(a,i,r){return this.addSvgIconLiteralInNamespace("",a,i,r)}addSvgIconInNamespace(a,i,r,s){return this._addSvgIconConfig(a,i,new Mr(r,null,s))}addSvgIconResolver(a){return this._resolvers.push(a),this}addSvgIconLiteralInNamespace(a,i,r,s){let l=this._sanitizer.sanitize(oi.HTML,r);if(!l)throw Ey(r);let c=Hs(l);return this._addSvgIconConfig(a,i,new Mr("",c,s))}addSvgIconSet(a,i){return this.addSvgIconSetInNamespace("",a,i)}addSvgIconSetLiteral(a,i){return this.addSvgIconSetLiteralInNamespace("",a,i)}addSvgIconSetInNamespace(a,i,r){return this._addSvgIconSetConfig(a,new Mr(i,null,r))}addSvgIconSetLiteralInNamespace(a,i,r){let s=this._sanitizer.sanitize(oi.HTML,i);if(!s)throw Ey(i);let l=Hs(s);return this._addSvgIconSetConfig(a,new Mr("",l,r))}registerFontClassAlias(a,i=a){return this._fontCssClassesByAlias.set(a,i),this}classNameForFontAlias(a){return this._fontCssClassesByAlias.get(a)||a}setDefaultFontSetClass(...a){return this._defaultFontSetClass=a,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(a){let i=this._sanitizer.sanitize(oi.RESOURCE_URL,a);if(!i)throw ky(a);let r=this._cachedIconsByUrl.get(i);return r?vt(Yc(r)):this._loadSvgIconFromConfig(new Mr(a,null)).pipe(Jc(s=>this._cachedIconsByUrl.set(i,s)),Dt(s=>Yc(s)))}getNamedSvgIcon(a,i=""){let r=Cy(i,a),s=this._svgIconConfigs.get(r);if(s)return this._getSvgFromConfig(s);if(s=this._getIconConfigFromResolvers(i,a),s)return this._svgIconConfigs.set(r,s),this._getSvgFromConfig(s);let l=this._iconSetConfigs.get(i);return l?this._getSvgFromIconSetConfigs(a,l):lde(wy(r))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(a){return a.svgText?vt(Yc(this._svgElementFromConfig(a))):this._loadSvgIconFromConfig(a).pipe(Dt(i=>Yc(i)))}_getSvgFromIconSetConfigs(a,i){let r=this._extractIconWithNameFromAnySet(a,i);if(r)return vt(r);let s=i.filter(l=>!l.svgText).map(l=>this._loadSvgIconSetFromConfig(l).pipe(H_(c=>{let d=`Loading icon set URL: ${this._sanitizer.sanitize(oi.RESOURCE_URL,l.url)} failed: ${c.message}`;return this._errorHandler.handleError(new Error(d)),vt(null)})));return rf(s).pipe(Dt(()=>{let l=this._extractIconWithNameFromAnySet(a,i);if(!l)throw wy(a);return l}))}_extractIconWithNameFromAnySet(a,i){for(let r=i.length-1;r>=0;r--){let s=i[r];if(s.svgText&&s.svgText.toString().indexOf(a)>-1){let l=this._svgElementFromConfig(s),c=this._extractSvgIconFromSet(l,a,s.options);if(c)return c}}return null}_loadSvgIconFromConfig(a){return this._fetchIcon(a).pipe(Jc(i=>a.svgText=i),Dt(()=>this._svgElementFromConfig(a)))}_loadSvgIconSetFromConfig(a){return a.svgText?vt(null):this._fetchIcon(a).pipe(Jc(i=>a.svgText=i))}_extractSvgIconFromSet(a,i,r){let s=a.querySelector(`[id="${i}"]`);if(!s)return null;let l=s.cloneNode(!0);if(l.removeAttribute("id"),l.nodeName.toLowerCase()==="svg")return this._setSvgAttributes(l,r);if(l.nodeName.toLowerCase()==="symbol")return this._setSvgAttributes(this._toSvgElement(l),r);let c=this._svgElementFromString(Hs("<svg></svg>"));return c.appendChild(l),this._setSvgAttributes(c,r)}_svgElementFromString(a){let i=this._document.createElement("DIV");i.innerHTML=a;let r=i.querySelector("svg");if(!r)throw Error("<svg> tag not found");return r}_toSvgElement(a){let i=this._svgElementFromString(Hs("<svg></svg>")),r=a.attributes;for(let s=0;s<r.length;s++){let{name:l,value:c}=r[s];l!=="id"&&i.setAttribute(l,c)}for(let s=0;s<a.childNodes.length;s++)a.childNodes[s].nodeType===this._document.ELEMENT_NODE&&i.appendChild(a.childNodes[s].cloneNode(!0));return i}_setSvgAttributes(a,i){return a.setAttribute("fit",""),a.setAttribute("height","100%"),a.setAttribute("width","100%"),a.setAttribute("preserveAspectRatio","xMidYMid meet"),a.setAttribute("focusable","false"),i&&i.viewBox&&a.setAttribute("viewBox",i.viewBox),a}_fetchIcon(a){let{url:i,options:r}=a,s=(r==null?void 0:r.withCredentials)??!1;if(!this._httpClient)throw dTe();if(i==null)throw Error(`Cannot fetch icon from URL "${i}".`);let l=this._sanitizer.sanitize(oi.RESOURCE_URL,i);if(!l)throw ky(i);let c=this._inProgressUrlFetches.get(l);if(c)return c;let d=this._httpClient.get(l,{responseType:"text",withCredentials:s}).pipe(Dt(u=>Hs(u)),W_(()=>this._inProgressUrlFetches.delete(l)),q_());return this._inProgressUrlFetches.set(l,d),d}_addSvgIconConfig(a,i,r){return this._svgIconConfigs.set(Cy(a,i),r),this}_addSvgIconSetConfig(a,i){let r=this._iconSetConfigs.get(a);return r?r.push(i):this._iconSetConfigs.set(a,[i]),this}_svgElementFromConfig(a){if(!a.svgElement){let i=this._svgElementFromString(a.svgText);this._setSvgAttributes(i,a.options),a.svgElement=i}return a.svgElement}_getIconConfigFromResolvers(a,i){for(let r=0;r<this._resolvers.length;r++){let s=this._resolvers[r](i,a);if(s)return hTe(s)?new Mr(s.url,null,s.options):new Mr(s,null)}}};o(t,"ɵfac",function(a){return new(a||t)(ke(Jl,8),ke(FE),ke(ot,8),ke(qi))}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})();function Yc(e){return e.cloneNode(!0)}function Cy(e,t){return e+":"+t}function hTe(e){return!!(e.url&&e.options)}var pTe=["*"],mTe=new Y("MAT_ICON_DEFAULT_OPTIONS"),fTe=new Y("mat-icon-location",{providedIn:"root",factory:gTe});function gTe(){let e=_(ot),t=e?e.location:null;return{getPathname:()=>t?t.pathname+t.search:""}}var Yoe=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],bTe=Yoe.map(e=>`[${e}]`).join(", "),vTe=/^url\(['"]?#(.*?)['"]?\)$/,Er=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_iconRegistry",_(uTe));o(this,"_location",_(fTe));o(this,"_errorHandler",_(qi));o(this,"_defaultColor");o(this,"_color");o(this,"inline",!1);o(this,"_svgIcon");o(this,"_fontSet");o(this,"_fontIcon");o(this,"_previousFontSetClass",[]);o(this,"_previousFontIconClass");o(this,"_svgName");o(this,"_svgNamespace");o(this,"_previousPath");o(this,"_elementsWithExternalReferences");o(this,"_currentIconFetch",Ke.EMPTY);let a=_(new fs("aria-hidden"),{optional:!0}),i=_(mTe,{optional:!0});i&&(i.color&&(this.color=this._defaultColor=i.color),i.fontSet&&(this.fontSet=i.fontSet)),a||this._elementRef.nativeElement.setAttribute("aria-hidden","true")}get color(){return this._color||this._defaultColor}set color(a){this._color=a}get svgIcon(){return this._svgIcon}set svgIcon(a){a!==this._svgIcon&&(a?this._updateSvgIcon(a):this._svgIcon&&this._clearSvgElement(),this._svgIcon=a)}get fontSet(){return this._fontSet}set fontSet(a){let i=this._cleanupFontValue(a);i!==this._fontSet&&(this._fontSet=i,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(a){let i=this._cleanupFontValue(a);i!==this._fontIcon&&(this._fontIcon=i,this._updateFontIconClasses())}_splitIconName(a){if(!a)return["",""];let i=a.split(":");switch(i.length){case 1:return["",i[0]];case 2:return i;default:throw Error(`Invalid icon name: "${a}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){let a=this._elementsWithExternalReferences;if(a&&a.size){let i=this._location.getPathname();i!==this._previousPath&&(this._previousPath=i,this._prependPathToReferences(i))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(a){this._clearSvgElement();let i=this._location.getPathname();this._previousPath=i,this._cacheChildrenWithExternalReferences(a),this._prependPathToReferences(i),this._elementRef.nativeElement.appendChild(a)}_clearSvgElement(){let a=this._elementRef.nativeElement,i=a.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();i--;){let r=a.childNodes[i];(r.nodeType!==1||r.nodeName.toLowerCase()==="svg")&&r.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;let a=this._elementRef.nativeElement,i=(this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet).split(/ +/):this._iconRegistry.getDefaultFontSetClass()).filter(r=>r.length>0);this._previousFontSetClass.forEach(r=>a.classList.remove(r)),i.forEach(r=>a.classList.add(r)),this._previousFontSetClass=i,this.fontIcon!==this._previousFontIconClass&&!i.includes("mat-ligature-font")&&(this._previousFontIconClass&&a.classList.remove(this._previousFontIconClass),this.fontIcon&&a.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(a){return typeof a=="string"?a.trim().split(" ")[0]:a}_prependPathToReferences(a){let i=this._elementsWithExternalReferences;i&&i.forEach((r,s)=>{r.forEach(l=>{s.setAttribute(l.name,`url('${a}#${l.value}')`)})})}_cacheChildrenWithExternalReferences(a){let i=a.querySelectorAll(bTe),r=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let s=0;s<i.length;s++)Yoe.forEach(l=>{let c=i[s],d=c.getAttribute(l),u=d?d.match(vTe):null;if(u){let p=r.get(c);p||(p=[],r.set(c,p)),p.push({name:l,value:u[1]})}})}_updateSvgIcon(a){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),a){let[i,r]=this._splitIconName(a);i&&(this._svgNamespace=i),r&&(this._svgName=r),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(r,i).pipe(Ka(1)).subscribe(s=>this._setSvgElement(s),s=>{let l=`Error retrieving icon ${i}:${r}! ${s.message}`;this._errorHandler.handleError(new Error(l))})}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:10,hostBindings:function(a,i){a&2&&(be("data-mat-icon-type",i._usingFontIcon()?"font":"svg")("data-mat-icon-name",i._svgName||i.fontIcon)("data-mat-icon-namespace",i._svgNamespace||i.fontSet)("fontIcon",i._usingFontIcon()?i.fontIcon:null),Ai(i.color?"mat-"+i.color:""),Se("mat-icon-inline",i.inline)("mat-icon-no-color",i.color!=="primary"&&i.color!=="accent"&&i.color!=="warn"))},inputs:{color:"color",inline:[2,"inline","inline",me],svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],ngContentSelectors:pTe,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),Re(0))},styles:[`mat-icon,mat-icon.mat-primary,mat-icon.mat-accent,mat-icon.mat-warn{color:var(--mat-icon-color, inherit)}.mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}.mat-icon.mat-ligature-font[fontIcon]::before{content:attr(fontIcon)}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}
62
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),th=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,zt]}));let e=t;return e})(),yTe=(()=>{const t=class t{constructor(){this.message=Oe.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-error-display"]],inputs:{message:[1,"message"]},decls:3,vars:3,consts:[["fontIcon","info"]],template:function(a,i){a&1&&(Z(0,"mat-icon",0),P(1),A(2,"translate")),a&2&&(C(),ne(" ",N(2,1,"commons.errors."+i.message())," "))},dependencies:[Er,Zt],styles:["[_nghost-%COMP%]{display:flex;align-items:center;background:#c41c0d0d;color:#c41c0d;font-weight:700;padding:16px}mat-icon[_ngcontent-%COMP%]{margin-right:8px}mat-icon[_ngcontent-%COMP%]{--mat-icon-color: #c41c0d}"]});let e=t;return e})(),_Te=(()=>{const t=class t{};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-report-error-dialog"]],decls:24,vars:23,consts:[["mat-dialog-title",""],["target","_blank",3,"href"],["mat-flat-button","","type","button",3,"mat-dialog-close"],["mat-stroked-button","","type","button",3,"mat-dialog-close"]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"p")(5,"span"),P(6),A(7,"translate"),I()(),D(8,"p")(9,"span"),P(10),A(11,"translate"),I(),D(12,"a",1),A(13,"translate"),P(14),A(15,"translate"),I(),P(16,"."),I()(),D(17,"mat-dialog-actions")(18,"button",2),P(19),A(20,"translate"),I(),D(21,"button",3),P(22),A(23,"translate"),I()()),a&2&&(C(),ae(N(2,9,"commons.errors.report-message-title")),C(5),ae(N(7,11,"commons.errors.report-message-explanation")),C(4),ae(N(11,13,"commons.errors.report-message-content")),C(2),z("href",N(13,15,"commons.errors.report-message-link"),Vf),C(2),ae(N(15,17,"commons.errors.report-message-term-use")),C(4),z("mat-dialog-close",!0),C(),ne(" ",N(20,19,"commons.errors.report-message-report-button")," "),C(2),z("mat-dialog-close",!1),C(),ne(" ",N(23,21,"commons.errors.report-message-ignore-button")," "))},dependencies:[eC,Wu,qu,Yu,Gu,ai,$n,Zt],encapsulation:2});let e=t;return e})(),xTe=(()=>{const t=class t{constructor(){this.vidisErrorCode=_(Ng)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-not-authorized-dialog"]],decls:12,vars:10,consts:[["mat-dialog-title",""],["mat-flat-button","","type","button",3,"mat-dialog-close"]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"p")(5,"span"),P(6),A(7,"translate"),I()()(),D(8,"mat-dialog-actions")(9,"button",1),P(10),A(11,"translate"),I()()),a&2&&(C(),ae(N(2,4,"commons.errors.action-not-authorized-title")),C(5),ae(N(7,6,"commons.errors."+i.vidisErrorCode)),C(3),z("mat-dialog-close",!1),C(),ne(" ",N(11,8,"commons.errors.action-not-authorized-close-button")," "))},dependencies:[eC,Wu,qu,Yu,Gu,ai,$n,Zt],encapsulation:2});let e=t;return e})();function Sy(e,t,n){let a=PC(),i=ETe(e,n.timeZone,n.locale??a.locale);return"formatToParts"in i?wTe(i,t):kTe(i,t)}function wTe(e,t){let n=e.formatToParts(t);for(let a=n.length-1;a>=0;--a)if(n[a].type==="timeZoneName")return n[a].value}function kTe(e,t){let n=e.format(t).replace(/\u200E/g,""),a=/ [\w-+ ]+$/.exec(n);return a?a[0].substr(1):""}function ETe(e,t,n){return new Intl.DateTimeFormat(n?[n.code,"en-US"]:void 0,{timeZone:t,timeZoneName:e})}function CTe(e,t){let n=ATe(t);return"formatToParts"in n?DTe(n,e):ITe(n,e)}var STe={year:0,month:1,day:2,hour:3,minute:4,second:5};function DTe(e,t){try{let n=e.formatToParts(t),a=[];for(let i=0;i<n.length;i++){let r=STe[n[i].type];r!==void 0&&(a[r]=parseInt(n[i].value,10))}return a}catch(n){if(n instanceof RangeError)return[NaN];throw n}}function ITe(e,t){let n=e.format(t),a=/(\d+)\/(\d+)\/(\d+),? (\d+):(\d+):(\d+)/.exec(n);return[parseInt(a[3],10),parseInt(a[1],10),parseInt(a[2],10),parseInt(a[4],10),parseInt(a[5],10),parseInt(a[6],10)]}var fp={},Dy=new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:"America/New_York",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}).format(new Date("2014-06-25T04:00:00.123Z")),TTe=Dy==="06/25/2014, 00:00:00"||Dy==="‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00";function ATe(e){return fp[e]||(fp[e]=TTe?new Intl.DateTimeFormat("en-US",{hourCycle:"h23",timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"}):new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})),fp[e]}function $oe(e,t,n,a,i,r,s){let l=new Date(0);return l.setUTCFullYear(e,t,n),l.setUTCHours(a,i,r,s),l}var Iy=36e5,OTe=6e4,gp={timezoneZ:/^(Z)$/,timezoneHH:/^([+-]\d{2})$/,timezoneHHMM:/^([+-])(\d{2}):?(\d{2})$/};function Zoe(e,t,n){if(!e)return 0;let a=gp.timezoneZ.exec(e);if(a)return 0;let i,r;if(a=gp.timezoneHH.exec(e),a)return i=parseInt(a[1],10),Ty(i)?-(i*Iy):NaN;if(a=gp.timezoneHHMM.exec(e),a){i=parseInt(a[2],10);let s=parseInt(a[3],10);return Ty(i,s)?(r=Math.abs(i)*Iy+s*OTe,a[1]==="+"?-r:r):NaN}if(PTe(e)){t=new Date(t||Date.now());let s=n?t:RTe(t),l=Vm(s,e);return-(n?l:MTe(t,l,e))}return NaN}function RTe(e){return $oe(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())}function Vm(e,t){let n=CTe(e,t),a=$oe(n[0],n[1]-1,n[2],n[3]%24,n[4],n[5],0).getTime(),i=e.getTime(),r=i%1e3;return i-=r>=0?r:1e3+r,a-i}function MTe(e,t,n){let a=e.getTime()-t,i=Vm(new Date(a),n);if(t===i)return t;a-=i-t;let r=Vm(new Date(a),n);return i===r?i:Math.max(i,r)}function Ty(e,t){return-23<=e&&e<=23&&(t==null||0<=t&&t<=59)}var Ay={};function PTe(e){if(Ay[e])return!0;try{return new Intl.DateTimeFormat(void 0,{timeZone:e}),Ay[e]=!0,!0}catch{return!1}}var NTe=60*1e3,LTe={X:function(e,t,n){let a=bp(n.timeZone,e);if(a===0)return"Z";switch(t){case"X":return Oy(a);case"XXXX":case"XX":return To(a);case"XXXXX":case"XXX":default:return To(a,":")}},x:function(e,t,n){let a=bp(n.timeZone,e);switch(t){case"x":return Oy(a);case"xxxx":case"xx":return To(a);case"xxxxx":case"xxx":default:return To(a,":")}},O:function(e,t,n){let a=bp(n.timeZone,e);switch(t){case"O":case"OO":case"OOO":return"GMT"+FTe(a,":");case"OOOO":default:return"GMT"+To(a,":")}},z:function(e,t,n){switch(t){case"z":case"zz":case"zzz":return Sy("short",e,n);case"zzzz":default:return Sy("long",e,n)}}};function bp(e,t){let n=e?Zoe(e,t,!0)/NTe:(t==null?void 0:t.getTimezoneOffset())??0;if(Number.isNaN(n))throw new RangeError("Invalid time zone specified: "+e);return n}function Kd(e,t){let n=e<0?"-":"",a=Math.abs(e).toString();for(;a.length<t;)a="0"+a;return n+a}function To(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Kd(Math.floor(a/60),2),r=Kd(Math.floor(a%60),2);return n+i+t+r}function Oy(e,t){return e%60===0?(e>0?"-":"+")+Kd(Math.abs(e)/60,2):To(e,t)}function FTe(e,t=""){let n=e>0?"-":"+",a=Math.abs(e),i=Math.floor(a/60),r=a%60;return r===0?n+String(i):n+String(i)+t+Kd(r,2)}function Ry(e){let t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),+e-+t}var VTe=/(Z|[+-]\d{2}(?::?\d{2})?| UTC| [a-zA-Z]+\/[a-zA-Z_]+(?:\/[a-zA-Z_]+)?)$/,vp=36e5,My=6e4,zTe=2,Za={dateTimePattern:/^([0-9W+-]+)(T| )(.*)/,datePattern:/^([0-9W+-]+)(.*)/,YY:/^(\d{2})$/,YYY:[/^([+-]\d{2})$/,/^([+-]\d{3})$/,/^([+-]\d{4})$/],YYYY:/^(\d{4})/,YYYYY:[/^([+-]\d{4})/,/^([+-]\d{5})/,/^([+-]\d{6})/],MM:/^-(\d{2})$/,DDD:/^-?(\d{3})$/,MMDD:/^-?(\d{2})-?(\d{2})$/,Www:/^-?W(\d{2})$/,WwwD:/^-?W(\d{2})-?(\d{1})$/,HH:/^(\d{2}([.,]\d*)?)$/,HHMM:/^(\d{2}):?(\d{2}([.,]\d*)?)$/,HHMMSS:/^(\d{2}):?(\d{2}):?(\d{2}([.,]\d*)?)$/,timeZone:VTe};function BTe(e,t={}){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");if(e===null)return new Date(NaN);let n=t.additionalDigits==null?zTe:Number(t.additionalDigits);if(n!==2&&n!==1&&n!==0)throw new RangeError("additionalDigits must be 0, 1 or 2");if(e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]")return new Date(e.getTime());if(typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]")return new Date(e);if(Object.prototype.toString.call(e)!=="[object String]")return new Date(NaN);let a=jTe(e),{year:i,restDateString:r}=HTe(a.date,n),s=UTe(r,i);if(s===null||isNaN(s.getTime()))return new Date(NaN);if(s){let l=s.getTime(),c=0,d;if(a.time&&(c=WTe(a.time),c===null||isNaN(c)))return new Date(NaN);if(a.timeZone||t.timeZone){if(d=Zoe(a.timeZone||t.timeZone,new Date(l+c)),isNaN(d))return new Date(NaN)}else d=Ry(new Date(l+c)),d=Ry(new Date(l+c+d));return new Date(l+c+d)}else return new Date(NaN)}function jTe(e){let t={},n=Za.dateTimePattern.exec(e),a;if(n?(t.date=n[1],a=n[3]):(n=Za.datePattern.exec(e),n?(t.date=n[1],a=n[2]):(t.date=null,a=e)),a){let i=Za.timeZone.exec(a);i?(t.time=a.replace(i[1],""),t.timeZone=i[1].trim()):t.time=a}return t}function HTe(e,t){if(e){let n=Za.YYY[t],a=Za.YYYYY[t],i=Za.YYYY.exec(e)||a.exec(e);if(i){let r=i[1];return{year:parseInt(r,10),restDateString:e.slice(r.length)}}if(i=Za.YY.exec(e)||n.exec(e),i){let r=i[1];return{year:parseInt(r,10)*100,restDateString:e.slice(r.length)}}}return{year:null}}function UTe(e,t){if(t===null)return null;let n,a,i;if(!e||!e.length)return n=new Date(0),n.setUTCFullYear(t),n;let r=Za.MM.exec(e);if(r)return n=new Date(0),a=parseInt(r[1],10)-1,Ny(t,a)?(n.setUTCFullYear(t,a),n):new Date(NaN);if(r=Za.DDD.exec(e),r){n=new Date(0);let s=parseInt(r[1],10);return YTe(t,s)?(n.setUTCFullYear(t,0,s),n):new Date(NaN)}if(r=Za.MMDD.exec(e),r){n=new Date(0),a=parseInt(r[1],10)-1;let s=parseInt(r[2],10);return Ny(t,a,s)?(n.setUTCFullYear(t,a,s),n):new Date(NaN)}if(r=Za.Www.exec(e),r)return i=parseInt(r[1],10)-1,Ly(i)?Py(t,i):new Date(NaN);if(r=Za.WwwD.exec(e),r){i=parseInt(r[1],10)-1;let s=parseInt(r[2],10)-1;return Ly(i,s)?Py(t,i,s):new Date(NaN)}return null}function WTe(e){let t,n,a=Za.HH.exec(e);if(a)return t=parseFloat(a[1].replace(",",".")),yp(t)?t%24*vp:NaN;if(a=Za.HHMM.exec(e),a)return t=parseInt(a[1],10),n=parseFloat(a[2].replace(",",".")),yp(t,n)?t%24*vp+n*My:NaN;if(a=Za.HHMMSS.exec(e),a){t=parseInt(a[1],10),n=parseInt(a[2],10);let i=parseFloat(a[3].replace(",","."));return yp(t,n,i)?t%24*vp+n*My+i*1e3:NaN}return null}function Py(e,t,n){t=t||0,n=n||0;let a=new Date(0);a.setUTCFullYear(e,0,4);let i=a.getUTCDay()||7,r=t*7+n+1-i;return a.setUTCDate(a.getUTCDate()+r),a}var qTe=[31,28,31,30,31,30,31,31,30,31,30,31],GTe=[31,29,31,30,31,30,31,31,30,31,30,31];function Koe(e){return e%400===0||e%4===0&&e%100!==0}function Ny(e,t,n){if(t<0||t>11)return!1;if(n!=null){if(n<1)return!1;let a=Koe(e);if(a&&n>GTe[t]||!a&&n>qTe[t])return!1}return!0}function YTe(e,t){if(t<1)return!1;let n=Koe(e);return!(n&&t>366||!n&&t>365)}function Ly(e,t){return!(e<0||e>52||t!=null&&(t<0||t>6))}function yp(e,t,n){return!(e<0||e>=25||t!=null&&(t<0||t>=60)||n!=null&&(n<0||n>=60))}var $Te=/([xXOz]+)|''|'(''|[^'])+('|$)/g;function ZTe(e,t,n={}){t=String(t);let a=t.match($Te);if(a){let i=BTe(n.originalDate||e,n);t=a.reduce(function(r,s){if(s[0]==="'")return r;let l=r.indexOf(s),c=r[l-1]==="'",d=r.replace(s,"'"+LTe[s[0]](i,s,n)+"'");return c?d.substring(0,l-1)+d.substring(l+1):d},t)}return Po(e,t,n)}var KTe=(()=>{const t=class t{reportError(a){return vt({status:"ok"})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),XTe=(()=>{const t=class t{constructor(){this.http=_(Jl),this.authService=_(El).getInstance(),this.apiUrl=_(Ds).getEnvironmentVariable("apiUrl")}reportError(a){return this.http.post(`${this.apiUrl}/v2/report/error`,a,{headers:{[qo.userType]:Ur.getUserType({isProfessional:this.authService.isProfessional}),[qo.clientType]:HC()?Ur.clientType.mobileApp:Ur.clientType.webApp}})}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),QTe=(()=>{const t=class t{constructor(){this.config=_(Ds),this.injector=_(pt),this._instance=null}getInstance(){if(!this._instance){let a=this.config.getEnvironmentVariable("env")==="demo";this._instance=a?this.injector.get(KTe):this.injector.get(XTe)}return this._instance}};t.ɵfac=function(a){return new(a||t)},t.ɵprov=$({token:t,factory:t.ɵfac,providedIn:"root"});let e=t;return e})(),JTe=(()=>{const t=class t extends ACe{constructor(){super(...arguments),this.version=Nm,this.authServiceSelector=_(El),this.translateService=_(La),this.webComponentConfig=_(Ds),this.injector=_(pt),this.servicesStore=_(Xu),this.matDialog=_(Ss),this.destroyRef=_(yi),this.errorServiceSelector=_(QTe),this.snackbarService=_(rSe),this.extraRequiredFields=["offlineDataStorageEnabled","isOfflineAuthenticated","professional","ssin"]}onInitialized(){return ka(this,null,function*(){this.webComponentConfig.setEnvironment(this.configName),this.translateService.use(this.language),this.servicesStore.setServices(this.services),this.authServiceSelector.getInstance().isProfessional=this.professional,this.authServiceSelector.getInstance().patientSsin=this.ssin,this.authServiceSelector.getInstance().registerAccessTokenService(this.isOfflineAuthenticated,this.offlineDataStorageEnabled),this.injectService(),yield this.fetchData(!0),this.services.registerRefreshCallback(a=>ka(this,null,function*(){yield this.fetchData(!0),a()}))})}onPropsChanged(a){a.language&&this.translateService.use(this.language)}checkError(a){(a==null?void 0:a.group)===Vn.NOT_AUTHORIZED?this.showNotAuthorizedErrorPopup(a.code):(a==null?void 0:a.group)===Vn.OTHER&&this.showTechnicalErrorPopup(a)}showTechnicalErrorPopup(a){this.matDialog.open(_Te,{data:{error:a}}).beforeClosed().pipe(ia(i=>i),nc(this.destroyRef)).subscribe(()=>{this.reportVidisError(a)})}reportVidisError(a){let i={backendTraceId:"",errorMessage:a.message,pageUrl:window.location.href,timestamp:this.formatDateWithZone()};this.errorServiceSelector.getInstance().reportError(i).subscribe({next:r=>{r.status==="ok"?this.snackbarService.showSuccess("commons.errors.report-message-confirm-toast"):this.snackbarService.showError("commons.errors..general")},error:()=>{this.snackbarService.showError("commons.errors.general")}})}showNotAuthorizedErrorPopup(a){this.matDialog.open(xTe,{data:a})}formatDateWithZone(){return ZTe(new Date,"yyyy-MM-dd'T'HH:mm:ssXXX",{timeZone:"Europe/Brussels"})}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵcmp=le({type:t,selectors:[["ng-component"]],inputs:{isOfflineAuthenticated:"isOfflineAuthenticated",offlineDataStorageEnabled:"offlineDataStorageEnabled",professional:"professional",ssin:"ssin"},features:[Be],decls:0,vars:0,template:function(a,i){},encapsulation:2});let e=t;return e})();function eAe(e,t){if(e&1&&(D(0,"mat-option",4),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;z("value",n),C(),ae(N(2,2,"commons.sortDropdown."+n))}}function tAe(e,t){if(e&1){let n=xt();D(0,"button",6),A(1,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.emitNewData({sort:a.sortData().sort,order:a.sortDirection.descending}))}),Z(2,"mat-icon",7),I()}if(e&2){let n=L();z("disabled",n.disabled()),be("aria-label",N(1,2,"commons.sortDropdown.sorting-ascendant"))}}function aAe(e,t){if(e&1){let n=xt();D(0,"button",6),A(1,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.emitNewData({sort:a.sortData().sort,order:a.sortDirection.ascending}))}),Z(2,"mat-icon",8),I()}if(e&2){let n=L();z("disabled",n.disabled()),be("aria-label",N(1,2,"commons.sortDropdown.sorting-descendent"))}}var iAe=(()=>{const t=class t{constructor(){this.sortData=_s.required(),this.sortItems=Oe.required(),this.disabled=Oe(!1),this.sortDirection=e0}emitNewData(a){this.sortData.set(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-sort-dropdown"]],inputs:{sortData:[1,"sortData"],sortItems:[1,"sortItems"],disabled:[1,"disabled"]},outputs:{sortData:"sortDataChange"},decls:8,vars:3,consts:[[1,"wrap"],[1,"mh-form-field"],["appearance","outline"],[3,"valueChange","value","disabled"],[3,"value"],["mat-icon-button","",3,"disabled"],["mat-icon-button","",3,"click","disabled"],["fontIcon","sort",1,"ascending"],["fontIcon","sort"]],template:function(a,i){a&1&&(D(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-select",3),xe("valueChange",function(r){return i.emitNewData({sort:r,order:i.sortData().order})}),Ua(4,eAe,3,4,"mat-option",4,Oi),I()()(),V(6,tAe,3,4,"button",5)(7,aAe,3,4,"button",5),I()),a&2&&(C(3),z("value",i.sortData().sort)("disabled",i.disabled()),C(),Wa(i.sortItems()),C(2),W(i.sortData().order===i.sortDirection.ascending?6:7))},dependencies:[Er,ai,Zl,_l,sE,_xe,yxe,GE,Zt],styles:[".wrap[_ngcontent-%COMP%]{margin-bottom:16px;display:flex;gap:16px;align-items:baseline}.wrap[_ngcontent-%COMP%] .mh-form-field[_ngcontent-%COMP%]{width:100%}.wrap[_ngcontent-%COMP%] .ascending[_ngcontent-%COMP%]{transform:rotateX(180deg)}"]});let e=t;return e})(),nAe=[[["","alert-details",""]]],rAe=["[alert-details]"];function oAe(e,t){if(e&1&&(D(0,"h2"),P(1),I()),e&2){let n=L();C(),ne(" ",n.alertTitle()," ")}}function sAe(e,t){if(e&1){let n=xt();D(0,"button",7),xe("click",function(){Ee(n);let a=L(2);return Ce(a.onActionButtonClicked())}),P(1),I()}if(e&2){let n=L(2);z("disabled",n.buttonDisabled()),C(),ne(" ",n.buttonLabel()," ")}}function lAe(e,t){if(e&1&&(D(0,"span",5),Re(1),I(),V(2,sAe,2,2,"button",6)),e&2){let n=L();C(2),W(n.actionButton()?2:-1)}}function cAe(e,t){if(e&1){let n=xt();D(0,"mat-icon",8),xe("click",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())})("keydown.enter",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())})("keydown.space",function(){Ee(n);let a=L();return Ce(a.onCloseButtonClick())}),I()}if(e&2){let n=L();be("aria-label",n.closeButtonAriaLabel())}}function dAe(e,t){if(e&1){let n=xt();D(0,"mat-icon",9),xe("click",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())})("keydown.enter",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())})("keydown.space",function(){Ee(n);let a=L();return Ce(a.toggleExpanded())}),I()}if(e&2){let n=L();z("fontIcon",n.expanded()?"keyboard_arrow_up":"keyboard_arrow_down"),be("aria-label",n.currentExpandIconAriaLabel)}}var uAe=(()=>{const t=class t{constructor(){o(this,"usage",Oe("info"));o(this,"backgroundColor",Oe("color"));o(this,"alertTitle",Oe());o(this,"actionButton",Oe(!1));o(this,"buttonDisabled",Oe(!1));o(this,"buttonLabel",Oe());o(this,"dismissMode",Oe("pinned"));o(this,"closeButtonAriaLabel",Oe(""));o(this,"startExpanded",Oe(!1));o(this,"expandedButtonAriaLabel",Oe(""));o(this,"collapsedButtonAriaLabel",Oe(""));o(this,"closeButtonClicked",to());o(this,"actionButtonClicked",to());o(this,"expanded",_0e(()=>this.startExpanded()));o(this,"currentExpandIconAriaLabel",ga(()=>this.expanded()?this.expandedButtonAriaLabel():this.collapsedButtonAriaLabel()));o(this,"toggleExpanded",()=>{this.expanded.update(a=>!a)});o(this,"onActionButtonClicked",()=>{this.actionButtonClicked.emit()});o(this,"fontIcon",ga(()=>({info:"info",success:"check_circle",warning:"warning",error:"emergency_home",notification:"notifications"})[this.usage()]??"info"))}onCloseButtonClick(){this.closeButtonClicked.emit()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mh-alert"]],inputs:{usage:[1,"usage"],backgroundColor:[1,"backgroundColor"],alertTitle:[1,"alertTitle"],actionButton:[1,"actionButton"],buttonDisabled:[1,"buttonDisabled"],buttonLabel:[1,"buttonLabel"],dismissMode:[1,"dismissMode"],closeButtonAriaLabel:[1,"closeButtonAriaLabel"],startExpanded:[1,"startExpanded"],expandedButtonAriaLabel:[1,"expandedButtonAriaLabel"],collapsedButtonAriaLabel:[1,"collapsedButtonAriaLabel"]},outputs:{closeButtonClicked:"closeButtonClicked",actionButtonClicked:"actionButtonClicked"},ngContentSelectors:rAe,decls:7,vars:8,consts:[["role","alert","aria-live","assertive"],[3,"fontIcon"],[1,"flex-grow"],["type","button","tabindex","0","fontIcon","close",1,"top-right-icon"],["type","button","tabindex","0",1,"top-right-icon",3,"fontIcon"],[1,"alert-details"],["type","button","mat-flat-button","",3,"disabled"],["type","button","mat-flat-button","",3,"click","disabled"],["type","button","tabindex","0","fontIcon","close",1,"top-right-icon",3,"click","keydown.enter","keydown.space"],["type","button","tabindex","0",1,"top-right-icon",3,"click","keydown.enter","keydown.space","fontIcon"]],template:function(a,i){a&1&&(Tt(nAe),D(0,"div",0),Z(1,"mat-icon",1),D(2,"div",2),V(3,oAe,2,1,"h2")(4,lAe,3,1),I(),V(5,cAe,1,1,"mat-icon",3)(6,dAe,1,2,"mat-icon",4),I()),a&2&&(Ai(i.usage()),Se("white",i.backgroundColor()==="white"),C(),z("fontIcon",i.fontIcon()),C(2),W(i.alertTitle()?3:-1),C(),W(i.dismissMode()!=="expandable"||i.expanded()?4:-1),C(),W(i.dismissMode()==="closable"?5:i.dismissMode()==="expandable"?6:-1))},dependencies:[Jw,Er,$n],styles:[".info[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f2f7fd}.info[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.info[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#1d5caf;margin:0}.info[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#1d5caf;margin:0}.info[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#1d5caf;flex-shrink:0}.info[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#2473db;width:max-content}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#1d5caf}.info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .info[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#1d5caf}.success[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f2fcf8}.success[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.success[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#1d8657;margin:0}.success[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#1d8657;margin:0}.success[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#1d8657;flex-shrink:0}.success[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#1d8657;width:max-content}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#145c3c}.success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .success[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#145c3c}.warning[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#ffeee0}.warning[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.warning[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#662e00;margin:0}.warning[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#662e00;margin:0}.warning[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#662e00;flex-shrink:0}.warning[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#994500;width:max-content}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#662e00}.warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .warning[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#662e00}.error[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#fff6f5}.error[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.error[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;color:#0d0d0d;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#c41c0d;margin:0}.error[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;color:#0d0d0d;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#c41c0d;margin:0}.error[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#c41c0d;flex-shrink:0}.error[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#c41c0d;width:max-content}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#8f0c00}.error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .error[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#8f0c00}.notification[_ngcontent-%COMP%]{display:flex;padding:10px;gap:10px;border-radius:var(--Radius-Small, 6px);box-shadow:1px 1px 4px #00000021;background:#f5f5f5}.notification[_ngcontent-%COMP%] .flex-grow[_ngcontent-%COMP%]{flex-grow:1;flex-shrink:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;display:flex;flex-direction:column;gap:10px}.notification[_ngcontent-%COMP%] h2[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:600;font-size:1rem;line-height:1.375rem;letter-spacing:0em;color:#0d0d0d;margin:0}.notification[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{font-family:Open Sans,Roboto,sans-serif;font-weight:400;font-size:.875rem;line-height:normal;letter-spacing:0em;color:#0d0d0d;margin:0}.notification[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{color:#c41c0d;flex-shrink:0}.notification[_ngcontent-%COMP%] mat-icon.top-right-icon[_ngcontent-%COMP%]{cursor:pointer}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]{background-color:#2473db;width:max-content}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:disabled{background-color:#ebebeb}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:hover{background-color:#1d5caf}.notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:focus, .notification[_ngcontent-%COMP%] button[mat-flat-button][_ngcontent-%COMP%]:active{background-color:#1d5caf}.notification[_ngcontent-%COMP%] mat-icon.close[_ngcontent-%COMP%]{color:#0d0d0d}.white[_ngcontent-%COMP%]{background:#fff}.white[_ngcontent-%COMP%] h2[_ngcontent-%COMP%], .white[_ngcontent-%COMP%] .alert-details[_ngcontent-%COMP%]{color:#0d0d0d}"]}));let e=t;return e})();function hAe(e,t){if(e&1&&(D(0,"mh-alert",0),A(1,"translate"),D(2,"div",1),P(3),A(4,"translate"),I()()),e&2){let n=L();z("alertTitle",N(1,2,"commons.errors.data-not-available-title")),C(3),ae(N(4,4,"commons.errors."+n.error().code))}}var pAe=(()=>{const t=class t{constructor(){this.error=Oe.required(),this.vidisErrorGroup=Vn}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-status-message"]],inputs:{error:[1,"error"]},decls:1,vars:1,consts:[["usage","info",3,"alertTitle"],["alert-details",""]],template:function(a,i){a&1&&V(0,hAe,5,6,"mh-alert",0),a&2&&W(i.error().group===i.vidisErrorGroup.TEMP_UNAVAILABLE?0:-1)},dependencies:[Zt,uAe],styles:["mat-card-header[_ngcontent-%COMP%]{color:#c41c0d}mat-card-header[_ngcontent-%COMP%] mat-icon[_ngcontent-%COMP%]{margin-right:8px}span[_ngcontent-%COMP%]{white-space:pre-line}"]});let e=t;return e})(),mAe=["*"],Xoe=(()=>{const t=class t{constructor(){this.item=Oe.required(),this.expandedElement=_s.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-table-detail-button"]],inputs:{item:[1,"item"],expandedElement:[1,"expandedElement"]},outputs:{expandedElement:"expandedElementChange"},ngContentSelectors:mAe,decls:3,vars:1,consts:[["mat-button","",1,"font",3,"click"],[3,"fontIcon"]],template:function(a,i){a&1&&(Tt(),D(0,"button",0),xe("click",function(){return i.expandedElement.set(i.expandedElement()===i.item()?null:i.item())}),Z(1,"mat-icon",1),Re(2),I()),a&2&&(C(),z("fontIcon",i.item()===i.expandedElement()?"keyboard_arrow_up":"keyboard_arrow_down"))},dependencies:[ai,$n,Er],styles:[".font[_ngcontent-%COMP%]{font-size:1rem}"]});let e=t;return e})(),fAe=["*"],gAe=(e,t,n,a,i)=>({"custom-content":e,circle:t,progress:n,"progress-dark":a,pulse:i});function bAe(e,t){e&1&&Re(0)}function vAe(e,t){if(e&1&&(D(0,"div",0),V(1,bAe,1,0),I()),e&2){let n=L(),a=kb(0),i=kb(1);z("ngClass",Fge(5,gAe,a==="custom-content",a==="circle",i==="progress",i==="progress-dark",i==="pulse"))("ngStyle",n.styles()),be("aria-label",n.ariaLabel())("aria-valuetext",n.loadingText()),C(),W(a==="custom-content"?1:-1)}}var Qoe=new Y("ngx-skeleton-loader.config"),oc=(()=>{var t;const n=class n{constructor(){w0(this,t);var i,r,s,l,c,d;k0(this,t,_(Qoe,{optional:!0})),this.count=Oe(((i=An(this,t))==null?void 0:i.count)||1,{transform:mn}),this.loadingText=Oe(((r=An(this,t))==null?void 0:r.loadingText)||"Loading..."),this.appearance=Oe(((s=An(this,t))==null?void 0:s.appearance)||"line"),this.animation=Oe(((l=An(this,t))==null?void 0:l.animation)||"progress"),this.ariaLabel=Oe(((c=An(this,t))==null?void 0:c.ariaLabel)||"loading"),this.theme=Oe(((d=An(this,t))==null?void 0:d.theme)||null),this.items=ga(()=>{let u=this.count()||1;return this.appearance()==="custom-content"&&a0e(),[...Array(u)].map((p,b)=>b)}),this.styles=ga(()=>{var p,b,g;let u=this.theme();return(b=(p=An(this,t))==null?void 0:p.theme)!=null&&b.extendsFromRoot?ue(ue({},(g=An(this,t))==null?void 0:g.theme),u):u})}};t=new WeakMap,n.ɵfac=function(i){return new(i||n)},n.ɵcmp=le({type:n,selectors:[["ngx-skeleton-loader"]],inputs:{count:[1,"count"],loadingText:[1,"loadingText"],appearance:[1,"appearance"],animation:[1,"animation"],ariaLabel:[1,"ariaLabel"],theme:[1,"theme"]},ngContentSelectors:fAe,decls:4,vars:2,consts:[["aria-busy","true","aria-valuemin","0","aria-valuemax","100","role","progressbar","tabindex","-1",1,"skeleton-loader",3,"ngClass","ngStyle"]],template:function(i,r){i&1&&(Tt(),rg(0)(1),Ua(2,vAe,2,11,"div",0,Oi)),i&2&&(wb(r.appearance()),C(),wb(r.animation()),C(),Wa(r.items()))},dependencies:[Pu,Xw],styles:['.skeleton-loader[_ngcontent-%COMP%]{box-sizing:border-box;overflow:hidden;position:relative;background:#eff1f6 no-repeat;border-radius:4px;width:100%;height:20px;display:inline-block;margin-bottom:10px;will-change:transform}.skeleton-loader[_ngcontent-%COMP%]:after, .skeleton-loader[_ngcontent-%COMP%]:before{box-sizing:border-box}.skeleton-loader.circle[_ngcontent-%COMP%]{width:40px;height:40px;margin:5px;border-radius:50%}.skeleton-loader.progress[_ngcontent-%COMP%], .skeleton-loader.progress-dark[_ngcontent-%COMP%]{transform:translateZ(0)}.skeleton-loader.progress[_ngcontent-%COMP%]:after, .skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:after, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{box-sizing:border-box}.skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{animation:_ngcontent-%COMP%_progress 2s ease-in-out infinite;background-size:200px 100%;position:absolute;z-index:1;top:0;left:0;width:200px;height:100%;content:""}.skeleton-loader.progress[_ngcontent-%COMP%]:before{background-image:linear-gradient(90deg,#fff0,#fff9,#fff0)}.skeleton-loader.progress-dark[_ngcontent-%COMP%]:before{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent)}.skeleton-loader.pulse[_ngcontent-%COMP%]{animation:_ngcontent-%COMP%_pulse 1.5s cubic-bezier(.4,0,.2,1) infinite;animation-delay:.5s}.skeleton-loader.custom-content[_ngcontent-%COMP%]{height:100%;background:none}@media (prefers-reduced-motion: reduce){.skeleton-loader.pulse[_ngcontent-%COMP%], .skeleton-loader.progress-dark[_ngcontent-%COMP%], .skeleton-loader.custom-content[_ngcontent-%COMP%], .skeleton-loader.progress[_ngcontent-%COMP%]:before{animation:none}.skeleton-loader.progress[_ngcontent-%COMP%]:before, .skeleton-loader.progress-dark[_ngcontent-%COMP%], .skeleton-loader.custom-content[_ngcontent-%COMP%]{background-image:none}}@media screen and (min-device-width: 1200px){.skeleton-loader[_ngcontent-%COMP%]{-webkit-user-select:none;user-select:none;cursor:wait}}@keyframes _ngcontent-%COMP%_progress{0%{transform:translate3d(-200px,0,0)}to{transform:translate3d(calc(200px + 100vw),0,0)}}@keyframes _ngcontent-%COMP%_pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}'],changeDetection:0});let e=n;return e})(),sc=(()=>{const t=class t{static forRoot(a){return{ngModule:t,providers:[{provide:Qoe,useValue:a}]}}};t.ɵfac=function(a){return new(a||t)},t.ɵmod=_t({type:t}),t.ɵinj=yt({imports:[Jw]});let e=t;return e})(),yAe=(()=>{const t=class t{constructor(){this.creationDetails=_(Ng)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["ng-component"]],decls:39,vars:38,consts:[["mat-dialog-title",""],["mat-flat-button","","mat-dialog-close",""]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content")(4,"dl")(5,"dt"),P(6),A(7,"translate"),I(),D(8,"dd"),P(9),I(),D(10,"dt"),P(11),A(12,"translate"),I(),D(13,"dd"),P(14),A(15,"date"),I(),D(16,"dt"),P(17),A(18,"translate"),I(),D(19,"dd"),P(20),A(21,"fullname"),I(),D(22,"dt"),P(23),A(24,"translate"),I(),D(25,"dd"),P(26),A(27,"translate"),A(28,"firstLetterUppercase"),I(),D(29,"dt"),P(30),A(31,"translate"),I(),D(32,"dd"),P(33),A(34,"translate"),I()()(),D(35,"mat-dialog-actions")(36,"button",1),P(37),A(38,"translate"),I()()),a&2&&(C(),ae(N(2,13,"medicationSchemeCreationDetails.title")),C(5),ne("",N(7,15,"medicationSchemeCreationDetails.version"),":"),C(3),ae(i.creationDetails.version),C(2),ne("",N(12,17,"medicationSchemeCreationDetails.updated"),":"),C(3),ae(sa(15,19,i.creationDetails.lastChange.date,"dd/MM/yyyy")),C(3),ne("",N(18,22,"medicationSchemeCreationDetails.author"),":"),C(3),ae(N(21,24,i.creationDetails.lastChange==null?null:i.creationDetails.lastChange.author)),C(3),ne("",N(24,26,"medicationSchemeCreationDetails.profession"),":"),C(2),be("translate","no"),C(),ne(" ",N(28,30,N(27,28,"commons.roles."+i.creationDetails.lastChange.author.role.toLowerCase()))," "),C(4),ne("",N(31,32,"medicationSchemeCreationDetails.source"),":"),C(3),ae(N(34,34,"commons.safes."+i.creationDetails.source.toLowerCase())),C(4),ae(N(38,36,"commons.close")))},dependencies:[qu,Gu,Yu,Wu,ai,$n,Zt,Gl,a0,$i],styles:["dd[_ngcontent-%COMP%]{color:#0d0d0d;margin-inline-start:0;margin-bottom:16px}"],changeDetection:0});let e=t;return e})(),_Ae=()=>({height:"47px",width:"50%",margin:"0px"});function xAe(e,t){e&1&&Z(0,"ngx-skeleton-loader",0),e&2&&z("count",1)("theme",pn(2,_Ae))}function wAe(e,t){if(e&1){let n=xt();D(0,"dl")(1,"dt"),P(2),A(3,"translate"),I(),D(4,"dd"),P(5),I(),D(6,"dt"),P(7),A(8,"translate"),I(),D(9,"dd"),P(10),A(11,"date"),I(),D(12,"dt"),P(13),A(14,"translate"),I(),D(15,"dd"),P(16),A(17,"fullname"),A(18,"translate"),A(19,"firstLetterUppercase"),I(),D(20,"dt"),P(21),A(22,"translate"),I(),D(23,"dd"),P(24),A(25,"translate"),I()(),D(26,"div"),P(27),A(28,"translate"),D(29,"a",1),xe("click",function(){Ee(n);let a=L();return Ce(a.openCreationDetails())}),P(30),A(31,"date"),I()()}if(e&2){let n,a=L();C(2),ne("",N(3,12,"medicationSchemeCreationDetails.version"),":"),C(3),ae(a.creationDetails().version),C(2),ne("",N(8,14,"medicationSchemeCreationDetails.updated"),":"),C(3),ae(sa(11,16,a.creationDetails().lastChange.date,"dd/MM/yyyy")),C(3),ne("",N(14,19,"medicationSchemeCreationDetails.updatedBy"),":"),C(2),be("translate","no"),C(),mr(" ",N(17,21,(n=a.creationDetails().lastChange)==null?null:n.author),", ",N(19,25,N(18,23,"commons.roles."+a.creationDetails().lastChange.author.role.toLowerCase()))," "),C(5),ne("",N(22,27,"medicationSchemeCreationDetails.source"),":"),C(3),ae(N(25,29,"commons.safes."+a.creationDetails().source.toLowerCase())),C(3),ne(" ",N(28,31,"medicationSchemeCreationDetails.updated"),": "),C(3),ae(sa(31,33,a.creationDetails().lastChange.date,"dd/MM/yyyy"))}}var kAe=(()=>{const t=class t{constructor(){this.matDialog=_(Ss),this.isLoading=Oe.required(),this.creationDetails=Oe.required()}openCreationDetails(){this.matDialog.open(yAe,{data:this.creationDetails()})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-creation-details"]],inputs:{isLoading:[1,"isLoading"],creationDetails:[1,"creationDetails"]},decls:2,vars:1,consts:[["appearance","line",3,"count","theme"],["mat-button","",3,"click"]],template:function(a,i){a&1&&V(0,xAe,1,3,"ngx-skeleton-loader",0)(1,wAe,32,36),a&2&&W(i.isLoading()?0:i.creationDetails()?1:-1)},dependencies:[ai,Nk,Zt,sc,oc,a0,$i,Gl],styles:["dl[_ngcontent-%COMP%]{display:flex}dt[_ngcontent-%COMP%]{color:#8f8f8f;margin-right:8px}dd[_ngcontent-%COMP%]{margin-right:20px;margin-inline-start:0}@media only screen and (max-width: 600px){dl[_ngcontent-%COMP%]{display:none}}@media only screen and (min-width: 600px){div[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),EAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["ng-component"]],hostAttrs:["cdk-text-field-style-loader",""],decls:0,vars:0,template:function(a,i){},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}
63
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),CAe={passive:!0},SAe=(()=>{const t=class t{constructor(){o(this,"_platform",_($t));o(this,"_ngZone",_(Le));o(this,"_renderer",_(Pi).createRenderer(null,null));o(this,"_styleLoader",_(Ra));o(this,"_monitoredElements",new Map)}monitor(a){if(!this._platform.isBrowser)return Ml;this._styleLoader.load(EAe);let i=Bn(a),r=this._monitoredElements.get(i);if(r)return r.subject;let s=new he,l="cdk-text-field-autofilled",c=u=>{u.animationName==="cdk-text-field-autofill-start"&&!i.classList.contains(l)?(i.classList.add(l),this._ngZone.run(()=>s.next({target:u.target,isAutofilled:!0}))):u.animationName==="cdk-text-field-autofill-end"&&i.classList.contains(l)&&(i.classList.remove(l),this._ngZone.run(()=>s.next({target:u.target,isAutofilled:!1})))},d=this._ngZone.runOutsideAngular(()=>(i.classList.add("cdk-text-field-autofill-monitored"),Ta(this._renderer,i,"animationstart",c,CAe)));return this._monitoredElements.set(i,{subject:s,unlisten:d}),s}stopMonitoring(a){let i=Bn(a),r=this._monitoredElements.get(i);r&&(r.unlisten(),r.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((a,i)=>this.stopMonitoring(i))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})(),DAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({}));let e=t;return e})(),IAe=["button","checkbox","file","hidden","image","radio","range","reset","submit"],TAe=new Y("MAT_INPUT_CONFIG"),AAe=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_platform",_($t));o(this,"ngControl",_(_g,{optional:!0,self:!0}));o(this,"_autofillMonitor",_(SAe));o(this,"_ngZone",_(Le));o(this,"_formField",_(Ql,{optional:!0}));o(this,"_renderer",_(di));o(this,"_uid",_(la).getId("mat-input-"));o(this,"_previousNativeValue");o(this,"_inputValueAccessor");o(this,"_signalBasedValueAccessor");o(this,"_previousPlaceholder");o(this,"_errorStateTracker");o(this,"_config",_(TAe,{optional:!0}));o(this,"_cleanupIosKeyup");o(this,"_cleanupWebkitWheel");o(this,"_formFieldDescribedBy");o(this,"_isServer");o(this,"_isNativeSelect");o(this,"_isTextarea");o(this,"_isInFormField");o(this,"focused",!1);o(this,"stateChanges",new he);o(this,"controlType","mat-input");o(this,"autofilled",!1);o(this,"_disabled",!1);o(this,"_id");o(this,"placeholder");o(this,"name");o(this,"_required");o(this,"_type","text");o(this,"userAriaDescribedBy");o(this,"_readonly",!1);o(this,"disabledInteractive");o(this,"_neverEmptyInputTypes",["date","datetime","datetime-local","month","time","week"].filter(a=>Kb().has(a)));o(this,"_iOSKeyupListener",a=>{let i=a.target;!i.value&&i.selectionStart===0&&i.selectionEnd===0&&(i.setSelectionRange(1,1),i.setSelectionRange(0,0))});o(this,"_webkitBlinkWheelListener",()=>{});var d;let a=_(ju,{optional:!0}),i=_(Hu,{optional:!0}),r=_(wg),s=_(nE,{optional:!0,self:!0}),l=this._elementRef.nativeElement,c=l.nodeName.toLowerCase();s?ul(s.value)?this._signalBasedValueAccessor=s:this._inputValueAccessor=s: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 kg(r,this.ngControl,i,a,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect=c==="select",this._isTextarea=c==="textarea",this._isInFormField=!!this._formField,this.disabledInteractive=((d=this._config)==null?void 0:d.disabledInteractive)||!1,this._isNativeSelect&&(this.controlType=l.multiple?"mat-native-select-multiple":"mat-native-select"),this._signalBasedValueAccessor&&Ou(()=>{this._signalBasedValueAccessor.value(),this.stateChanges.next()})}get disabled(){return this._disabled}set disabled(a){this._disabled=Ho(a),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(a){this._id=a||this._uid}get required(){var a,i;return this._required??((i=(a=this.ngControl)==null?void 0:a.control)==null?void 0:i.hasValidator(ks.required))??!1}set required(a){this._required=Ho(a)}get type(){return this._type}set type(a){let i=this._type;this._type=a||"text",this._validateType(),!this._isTextarea&&Kb().has(this._type)&&(this._elementRef.nativeElement.type=this._type),this._type!==i&&this._ensureWheelDefaultBehavior()}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(a){this._errorStateTracker.matcher=a}get value(){return this._signalBasedValueAccessor?this._signalBasedValueAccessor.value():this._inputValueAccessor.value}set value(a){a!==this.value&&(this._signalBasedValueAccessor?this._signalBasedValueAccessor.value.set(a):this._inputValueAccessor.value=a,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(a){this._readonly=Ho(a)}get errorState(){return this._errorStateTracker.errorState}set errorState(a){this._errorStateTracker.errorState=a}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(a=>{this.autofilled=a.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){var a,i;this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),(a=this._cleanupIosKeyup)==null||a.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(a){this._elementRef.nativeElement.focus(a)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(a){if(a!==this.focused){if(!this._isNativeSelect&&a&&this.disabled&&this.disabledInteractive){let i=this._elementRef.nativeElement;i.type==="number"?(i.type="text",i.setSelectionRange(0,0),i.type="number"):i.setSelectionRange(0,0)}this.focused=a,this.stateChanges.next()}}_onInput(){}_dirtyCheckNativeValue(){let a=this._elementRef.nativeElement.value;this._previousNativeValue!==a&&(this._previousNativeValue=a,this.stateChanges.next())}_dirtyCheckPlaceholder(){let a=this._getPlaceholder();if(a!==this._previousPlaceholder){let i=this._elementRef.nativeElement;this._previousPlaceholder=a,a?i.setAttribute("placeholder",a):i.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){IAe.indexOf(this._type)>-1}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let a=this._elementRef.nativeElement.validity;return a&&a.badInput}get empty(){return!this._isNeverEmpty()&&!this._elementRef.nativeElement.value&&!this._isBadInput()&&!this.autofilled}get shouldLabelFloat(){if(this._isNativeSelect){let a=this._elementRef.nativeElement,i=a.options[0];return this.focused||a.multiple||!this.empty||!!(a.selectedIndex>-1&&i&&i.label)}else return this.focused&&!this.disabled||!this.empty}setDescribedByIds(a){let i=this._elementRef.nativeElement,r=i.getAttribute("aria-describedby"),s;if(r){let l=this._formFieldDescribedBy||a;s=a.concat(r.split(" ").filter(c=>c&&!l.includes(c)))}else s=a;this._formFieldDescribedBy=a,s.length?i.setAttribute("aria-describedby",s.join(" ")):i.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){let a=this._elementRef.nativeElement;return this._isNativeSelect&&(a.multiple||a.size>1)}_ensureWheelDefaultBehavior(){var a;(a=this._cleanupWebkitWheel)==null||a.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}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:21,hostBindings:function(a,i){a&1&&xe("focus",function(){return i._focusChanged(!0)})("blur",function(){return i._focusChanged(!1)})("input",function(){return i._onInput()}),a&2&&(vn("id",i.id)("disabled",i.disabled&&!i.disabledInteractive)("required",i.required),be("name",i.name||null)("readonly",i._getReadonlyAttribute())("aria-disabled",i.disabled&&i.disabledInteractive?"true":null)("aria-invalid",i.empty&&i.required?null:i.errorState)("aria-required",i.required)("id",i.id),Se("mat-input-server",i._isServer)("mat-mdc-form-field-textarea-control",i._isInFormField&&i._isTextarea)("mat-mdc-form-field-input-control",i._isInFormField)("mat-mdc-input-disabled-interactive",i.disabledInteractive)("mdc-text-field__input",i._isInFormField)("mat-mdc-native-select-inline",i._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",me]},exportAs:["matInput"],features:[dt([{provide:Uu,useExisting:t}]),Jt]}));let e=t;return e})(),OAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,_l,_l,DAe,zt]}));let e=t;return e})(),RAe=e=>({visibility:e});function MAe(e,t){if(e&1){let n=xt();D(0,"mat-form-field")(1,"input",8),xe("dateChange",function(a){Ee(n);let i=L();return Ce(i.onChangeDate(a))}),I(),Z(2,"mat-datepicker",null,0),I(),D(4,"a",9),A(5,"translate"),xe("click",function(){Ee(n);let a=Ri(3);return Ce(a.open())}),P(6),A(7,"date"),A(8,"firstLetterUppercase"),Z(9,"br"),P(10),A(11,"date"),A(12,"firstLetterUppercase"),I()}if(e&2){let n=Ri(3),a=L();Gn("height","0px")("width","0px"),C(),z("matDatepicker",n),C(3),be("aria-label",N(5,8,"medicationSchemeDateToggler.openCalendar")),C(2),ne(" ",N(8,15,Gr(7,10,a.activeDate().displayDate,"EEEE",void 0,a.locale))," "),C(4),ne(" ",N(12,22,Gr(11,17,a.activeDate().displayDate,"dd MMMM yyyy",void 0,a.locale))," ")}}function PAe(e,t){if(e&1&&(D(0,"span"),P(1),A(2,"date"),A(3,"date"),Z(4,"br"),P(5),A(6,"date"),I()),e&2){let n=L(2);C(),mr(" ",Gr(2,3,n.activeDate().startOfWeek,"dd",void 0,n.locale)," - ",Gr(3,8,n.activeDate().endOfWeek,"dd",void 0,n.locale)," "),C(4),ne(" ",Gr(6,13,n.activeDate().endOfWeek,"MMMM y",void 0,n.locale)," ")}}function NAe(e,t){if(e&1&&(P(0),A(1,"date"),Z(2,"br"),P(3," - "),Z(4,"br"),P(5),A(6,"date")),e&2){let n=L(2);ne(" ",Gr(1,2,n.activeDate().startOfWeek,"dd MMMM y",void 0,n.locale)," "),C(5),ne(" ",Gr(6,7,n.activeDate().endOfWeek,"dd MMMM y",void 0,n.locale)," ")}}function LAe(e,t){if(e&1){let n=xt();D(0,"mat-form-field")(1,"mat-date-range-input",10)(2,"input",11),xe("dateChange",function(a){Ee(n);let i=L();return Ce(i.onChangeDate(a))}),I(),Z(3,"input",12),I(),Z(4,"mat-date-range-picker",null,0),I(),D(6,"a",9),A(7,"translate"),xe("click",function(){Ee(n);let a=Ri(5);return Ce(a.open())}),V(8,PAe,7,18,"span")(9,NAe,7,12),I()}if(e&2){let n=Ri(5),a=L();Gn("height","0px")("width","0px"),C(),z("rangePicker",n),C(),z("value",a.activeDate().startOfWeek),C(),z("value",a.activeDate().endOfWeek),C(3),be("aria-label",N(7,9,"medicationSchemeDateToggler.openCalendar")),C(2),W(a.activeDate().startOfWeek.getFullYear()===a.activeDate().endOfWeek.getFullYear()?8:9)}}var FAe=(()=>{const t=class t{constructor(){this.translate=_(La),this.dateAdapter=_(Da),this.destroyRef=_(yi),this.activeDate=_s.required(),this.fnsOptions={weekStartsOn:1},this.views=bi}ngOnInit(){this.locale=this.translate.currentLang==="de"?"de-DE":`${this.translate.currentLang}-BE`,this.dateAdapter.setLocale(this.translate.currentLang),this.translate.onLangChange.pipe(nc(this.destroyRef)).subscribe(({lang:a})=>{this.locale=this.translate.currentLang==="de"?"de-DE":`${this.translate.currentLang}-BE`,this.dateAdapter.setLocale(a)})}onChangeDate(a){this.activeDate().displayDate=new Date(a.value),this.emitDateChange()}onTogglePrevious(){switch(this.activeDate().view){case bi.DAY:this.activeDate().displayDate=Qg(this.activeDate().displayDate);break;case bi.WEEK:this.activeDate().displayDate=wCe(this.activeDate().displayDate);break}this.emitDateChange()}onToggleNext(){switch(this.activeDate().view){case bi.DAY:this.activeDate().displayDate=Yi(this.activeDate().displayDate,1);break;case bi.WEEK:this.activeDate().displayDate=Gg(this.activeDate().displayDate,1);break}this.emitDateChange()}onSetCurrent(){this.activeDate().displayDate=Ct(new Date),this.emitDateChange()}isDisplayDateToday(a){return xCe(new Date(a))}isDisplayDateThisWeek(a){return _Ce(new Date(a),this.fnsOptions)}emitDateChange(){this.activeDate.set(ht(ue({},this.activeDate()),{startOfWeek:ei(this.activeDate().displayDate,this.fnsOptions),endOfWeek:Yg(this.activeDate().displayDate,this.fnsOptions)}))}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-date-toggler"]],inputs:{activeDate:[1,"activeDate"]},outputs:{activeDate:"activeDateChange"},decls:16,vars:16,consts:[["calendar",""],[1,"text-center"],[1,"items-center"],["mat-icon-button","",3,"click"],["fontIcon","chevron_left"],["fontIcon","chevron_right"],["mat-button","",3,"click","ngStyle"],["fontIcon","replay"],["matInput","","tabindex","-1",3,"dateChange","matDatepicker"],["mat-button","",3,"click"],["tabindex","-1",3,"rangePicker"],["matStartDate","",3,"dateChange","value"],["matEndDate","",3,"value"]],template:function(a,i){a&1&&(D(0,"div",1)(1,"div",2)(2,"button",3),A(3,"translate"),xe("click",function(){return i.onTogglePrevious()}),Z(4,"mat-icon",4),I(),D(5,"div"),V(6,MAe,13,24)(7,LAe,10,11),I(),D(8,"button",3),A(9,"translate"),xe("click",function(){return i.onToggleNext()}),Z(10,"mat-icon",5),I()(),D(11,"a",6),A(12,"translate"),xe("click",function(){return i.onSetCurrent()}),Z(13,"mat-icon",7),P(14),A(15,"translate"),I()()),a&2&&(C(2),be("aria-label",N(3,6,"medicationSchemeDateToggler.previous"+i.activeDate().view)),C(4),W(i.activeDate().view===i.views.DAY?6:7),C(2),be("aria-label",N(9,8,"medicationSchemeDateToggler.next"+i.activeDate().view)),C(3),z("ngStyle",yn(14,RAe,i.isDisplayDateToday(i.activeDate().displayDate)&&i.isDisplayDateThisWeek(i.activeDate().displayDate)?"hidden":"visible")),be("aria-label",N(12,10,"medicationSchemeDateToggler.returnTo"+(i.activeDate().view===i.views.DAY?"Today":"CurrentWeek"))),C(3),ne(" ",N(15,12,"medicationSchemeDateToggler.returnTo"+(i.activeDate().view===i.views.DAY?"Today":"CurrentWeek"))," "))},dependencies:[Y1e,_l,sE,OAe,AAe,I_e,b_e,Cg,bE,C_e,S_e,D_e,ai,Nk,Zl,th,Er,Zt,$i,Gl,Xw],styles:["@media only screen and (min-width: 600px){br[_ngcontent-%COMP%]{display:none}}.text-center[_ngcontent-%COMP%]{text-align:center}.items-center[_ngcontent-%COMP%]{align-items:center;justify-content:center;display:flex;flex-wrap:wrap;margin-top:16px;margin-bottom:16px}"],changeDetection:0});let e=t;return e})(),VAe=[[["caption"]],[["colgroup"],["col"]],"*"],zAe=["caption","colgroup, col","*"];function BAe(e,t){e&1&&Re(0,2)}function jAe(e,t){e&1&&(D(0,"thead",0),Ja(1,1),I(),D(2,"tbody",0),Ja(3,2)(4,3),I(),D(5,"tfoot",0),Ja(6,4),I())}function HAe(e,t){e&1&&Ja(0,1)(1,2)(2,3)(3,4)}var _n=new Y("CDK_TABLE"),zm=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkCellDef",""]]}));let e=t;return e})(),Bm=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkHeaderCellDef",""]]}));let e=t;return e})(),UAe=(()=>{const t=class t{constructor(){o(this,"template",_(ba))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkFooterCellDef",""]]}));let e=t;return e})(),Cl=(()=>{const t=class t{constructor(){o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(this,"_name");o(this,"_sticky",!1);o(this,"_stickyEnd",!1);o(this,"cell");o(this,"headerCell");o(this,"footerCell");o(this,"cssClassFriendlyName");o(this,"_columnCssClassName")}get name(){return this._name}set name(a){this._setNameInput(a)}get sticky(){return this._sticky}set sticky(a){a!==this._sticky&&(this._sticky=a,this._hasStickyChanged=!0)}get stickyEnd(){return this._stickyEnd}set stickyEnd(a){a!==this._stickyEnd&&(this._stickyEnd=a,this._hasStickyChanged=!0)}hasStickyChanged(){let a=this._hasStickyChanged;return this.resetStickyChanged(),a}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(a){a&&(this._name=a,this.cssClassFriendlyName=a.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkColumnDef",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,zm,5),gt(r,Bm,5),gt(r,UAe,5)),a&2){let s;ye(s=_e())&&(i.cell=s.first),ye(s=_e())&&(i.headerCell=s.first),ye(s=_e())&&(i.footerCell=s.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",me],stickyEnd:[2,"stickyEnd","stickyEnd",me]},features:[dt([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}])]}));let e=t;return e})(),Joe=class{constructor(e,t){t.nativeElement.classList.add(...e._columnCssClassName)}},WAe=(()=>{const t=class t extends Joe{constructor(){super(_(Cl),_(Ae))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[Be]}));let e=t;return e})(),qAe=(()=>{const t=class t extends Joe{constructor(){var s;let a=_(Cl),i=_(Ae);super(a,i);let r=(s=a._table)==null?void 0:s._getCellRole();r&&i.nativeElement.setAttribute("role",r)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[Be]}));let e=t;return e})(),Fy=class{constructor(){o(this,"tasks",[]);o(this,"endTasks",[])}},jm=new Y("_COALESCED_STYLE_SCHEDULER"),ese=(()=>{const t=class t{constructor(){o(this,"_currentSchedule",null);o(this,"_ngZone",_(Le))}schedule(a){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(a)}scheduleEnd(a){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(a)}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new Fy,this._ngZone.runOutsideAngular(()=>queueMicrotask(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){let a=this._currentSchedule;this._currentSchedule=new Fy;for(let i of a.tasks)i();for(let i of a.endTasks)i()}this._currentSchedule=null})))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac}));let e=t;return e})(),n0=(()=>{const t=class t{constructor(){o(this,"template",_(ba));o(this,"_differs",_(ws));o(this,"columns");o(this,"_columnsDiffer")}ngOnChanges(a){if(!this._columnsDiffer){let i=a.columns&&a.columns.currentValue||[];this._columnsDiffer=this._differs.find(i).create(),this._columnsDiffer.diff(i)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(a){return this instanceof Xd?a.headerCell.template:this instanceof tse?a.footerCell.template:a.cell.template}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,features:[Jt]}));let e=t;return e})(),Xd=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(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(){let i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",me]},features:[Be,Jt]}));let e=t;return e})(),tse=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"_hasStickyChanged",!1);o(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(){let i=this._hasStickyChanged;return this.resetStickyChanged(),i}resetStickyChanged(){this._hasStickyChanged=!1}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",me]},features:[Be,Jt]}));let e=t;return e})(),Hm=(()=>{const t=class t extends n0{constructor(){super(_(ba),_(ws));o(this,"_table",_(_n,{optional:!0}));o(this,"when")}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[Be]}));let e=t;return e})(),rs=(()=>{const t=class t{constructor(){o(this,"_viewContainer",_(ti));o(this,"cells");o(this,"context");t.mostRecentCellOutlet=this}ngOnDestroy(){t.mostRecentCellOutlet===this&&(t.mostRecentCellOutlet=null)}};o(t,"mostRecentCellOutlet",null),o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","cdkCellOutlet",""]]}));let e=t;return e})(),Vy=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),zy=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),GAe=(()=>{const t=class t{constructor(){o(this,"templateRef",_(ba));o(this,"_contentClassName","cdk-no-data-row")}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["ng-template","cdkNoDataRow",""]]}));let e=t;return e})(),By=["top","bottom","left","right"],YAe=class{constructor(e,t,n,a,i=!0,r=!0,s,l){o(this,"_isNativeHtmlTable");o(this,"_stickCellCss");o(this,"direction");o(this,"_coalescedStyleScheduler");o(this,"_isBrowser");o(this,"_needsPositionStickyOnElement");o(this,"_positionListener");o(this,"_tableInjector");o(this,"_elemSizeCache",new WeakMap);o(this,"_resizeObserver",globalThis!=null&&globalThis.ResizeObserver?new globalThis.ResizeObserver(e=>this._updateCachedSizes(e)):null);o(this,"_updatedStickyColumnsParamsToReplay",[]);o(this,"_stickyColumnsReplayTimeout",null);o(this,"_cachedCellWidths",[]);o(this,"_borderCellCss");o(this,"_destroyed",!1);this._isNativeHtmlTable=e,this._stickCellCss=t,this.direction=n,this._coalescedStyleScheduler=a,this._isBrowser=i,this._needsPositionStickyOnElement=r,this._positionListener=s,this._tableInjector=l,this._borderCellCss={top:`${t}-border-elem-top`,bottom:`${t}-border-elem-bottom`,left:`${t}-border-elem-left`,right:`${t}-border-elem-right`}}clearStickyPositioning(e,t){(t.includes("left")||t.includes("right"))&&this._removeFromStickyColumnReplayQueue(e);let n=[];for(let a of e)a.nodeType===a.ELEMENT_NODE&&n.push(a,...Array.from(a.children));this._afterNextRender({write:()=>{for(let a of n)this._removeStickyStyle(a,t)}})}updateStickyColumns(e,t,n,a=!0,i=!0){var k,S;if(!e.length||!this._isBrowser||!(t.some(O=>O)||n.some(O=>O))){(k=this._positionListener)==null||k.stickyColumnsUpdated({sizes:[]}),(S=this._positionListener)==null||S.stickyEndColumnsUpdated({sizes:[]});return}let r=e[0],s=r.children.length,l=this.direction==="rtl",c=l?"right":"left",d=l?"left":"right",u=t.lastIndexOf(!0),p=n.indexOf(!0),b,g,w;i&&this._updateStickyColumnReplayQueue({rows:[...e],stickyStartStates:[...t],stickyEndStates:[...n]}),this._afterNextRender({earlyRead:()=>{b=this._getCellWidths(r,a),g=this._getStickyStartColumnPositions(b,t),w=this._getStickyEndColumnPositions(b,n)},write:()=>{for(let O of e)for(let B=0;B<s;B++){let j=O.children[B];t[B]&&this._addStickyStyle(j,c,g[B],B===u),n[B]&&this._addStickyStyle(j,d,w[B],B===p)}this._positionListener&&b.some(O=>!!O)&&(this._positionListener.stickyColumnsUpdated({sizes:u===-1?[]:b.slice(0,u+1).map((O,B)=>t[B]?O:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:p===-1?[]:b.slice(p).map((O,B)=>n[B+p]?O:null).reverse()}))}})}stickRows(e,t,n){if(!this._isBrowser)return;let a=n==="bottom"?e.slice().reverse():e,i=n==="bottom"?t.slice().reverse():t,r=[],s=[],l=[];this._afterNextRender({earlyRead:()=>{for(let c=0,d=0;c<a.length;c++){if(!i[c])continue;r[c]=d;let u=a[c];l[c]=this._isNativeHtmlTable?Array.from(u.children):[u];let p=this._retrieveElementSize(u).height;d+=p,s[c]=p}},write:()=>{var d,u;let c=i.lastIndexOf(!0);for(let p=0;p<a.length;p++){if(!i[p])continue;let b=r[p],g=p===c;for(let w of l[p])this._addStickyStyle(w,n,b,g)}n==="top"?(d=this._positionListener)==null||d.stickyHeaderRowsUpdated({sizes:s,offsets:r,elements:l}):(u=this._positionListener)==null||u.stickyFooterRowsUpdated({sizes:s,offsets:r,elements:l})}})}updateStickyFooterContainer(e,t){this._isNativeHtmlTable&&this._afterNextRender({write:()=>{let n=e.querySelector("tfoot");n&&(t.some(a=>!a)?this._removeStickyStyle(n,["bottom"]):this._addStickyStyle(n,"bottom",0,!1))}})}destroy(){var e;this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),(e=this._resizeObserver)==null||e.disconnect(),this._destroyed=!0}_removeStickyStyle(e,t){if(e.classList.contains(this._stickCellCss)){for(let n of t)e.style[n]="",e.classList.remove(this._borderCellCss[n]);By.some(n=>t.indexOf(n)===-1&&e.style[n])?e.style.zIndex=this._getCalculatedZIndex(e):(e.style.zIndex="",this._needsPositionStickyOnElement&&(e.style.position=""),e.classList.remove(this._stickCellCss))}}_addStickyStyle(e,t,n,a){e.classList.add(this._stickCellCss),a&&e.classList.add(this._borderCellCss[t]),e.style[t]=`${n}px`,e.style.zIndex=this._getCalculatedZIndex(e),this._needsPositionStickyOnElement&&(e.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(e){let t={top:100,bottom:10,left:1,right:1},n=0;for(let a of By)e.style[a]&&(n+=t[a]);return n?`${n}`:""}_getCellWidths(e,t=!0){if(!t&&this._cachedCellWidths.length)return this._cachedCellWidths;let n=[],a=e.children;for(let i=0;i<a.length;i++){let r=a[i];n.push(this._retrieveElementSize(r).width)}return this._cachedCellWidths=n,n}_getStickyStartColumnPositions(e,t){let n=[],a=0;for(let i=0;i<e.length;i++)t[i]&&(n[i]=a,a+=e[i]);return n}_getStickyEndColumnPositions(e,t){let n=[],a=0;for(let i=e.length;i>0;i--)t[i]&&(n[i]=a,a+=e[i]);return n}_retrieveElementSize(e){let t=this._elemSizeCache.get(e);if(t)return t;let n=e.getBoundingClientRect(),a={width:n.width,height:n.height};return this._resizeObserver&&(this._elemSizeCache.set(e,a),this._resizeObserver.observe(e,{box:"border-box"})),a}_updateStickyColumnReplayQueue(e){this._removeFromStickyColumnReplayQueue(e.rows),this._stickyColumnsReplayTimeout||this._updatedStickyColumnsParamsToReplay.push(e)}_removeFromStickyColumnReplayQueue(e){let t=new Set(e);for(let n of this._updatedStickyColumnsParamsToReplay)n.rows=n.rows.filter(a=>!t.has(a));this._updatedStickyColumnsParamsToReplay=this._updatedStickyColumnsParamsToReplay.filter(n=>!!n.rows.length)}_updateCachedSizes(e){var n,a;let t=!1;for(let i of e){let r=(n=i.borderBoxSize)!=null&&n.length?{width:i.borderBoxSize[0].inlineSize,height:i.borderBoxSize[0].blockSize}:{width:i.contentRect.width,height:i.contentRect.height};r.width!==((a=this._elemSizeCache.get(i.target))==null?void 0:a.width)&&$Ae(i.target)&&(t=!0),this._elemSizeCache.set(i.target,r)}t&&this._updatedStickyColumnsParamsToReplay.length&&(this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._stickyColumnsReplayTimeout=setTimeout(()=>{if(!this._destroyed){for(let i of this._updatedStickyColumnsParamsToReplay)this.updateStickyColumns(i.rows,i.stickyStartStates,i.stickyEndStates,!0,!1);this._updatedStickyColumnsParamsToReplay=[],this._stickyColumnsReplayTimeout=null}},0))}_afterNextRender(e){this._tableInjector?Hn(e,{injector:this._tableInjector}):this._coalescedStyleScheduler.schedule(()=>{var t;(t=e.earlyRead)==null||t.call(e),e.write()})}};function $Ae(e){return["cdk-cell","cdk-header-cell","cdk-footer-cell"].some(t=>e.classList.contains(t))}var Um=new Y("CDK_SPL"),ase=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._rowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","rowOutlet",""]]}));let e=t;return e})(),ise=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._headerRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","headerRowOutlet",""]]}));let e=t;return e})(),nse=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._footerRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","footerRowOutlet",""]]}));let e=t;return e})(),rse=(()=>{const t=class t{constructor(){o(this,"viewContainer",_(ti));o(this,"elementRef",_(Ae));let a=_(_n);a._noDataRowOutlet=this,a._outletAssigned()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","noDataRowOutlet",""]]}));let e=t;return e})(),jy=(()=>{const t=class t{constructor(){o(this,"_differs",_(ws));o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_dir",_(Na,{optional:!0}));o(this,"_platform",_($t));o(this,"_viewRepeater",_(hm));o(this,"_coalescedStyleScheduler",_(jm));o(this,"_viewportRuler",_(Yl));o(this,"_stickyPositioningListener",_(Um,{optional:!0,skipSelf:!0}));o(this,"_document",_(ot));o(this,"_data");o(this,"_onDestroy",new he);o(this,"_renderRows");o(this,"_renderChangeSubscription");o(this,"_columnDefsByName",new Map);o(this,"_rowDefs");o(this,"_headerRowDefs");o(this,"_footerRowDefs");o(this,"_dataDiffer");o(this,"_defaultRowDef");o(this,"_customColumnDefs",new Set);o(this,"_customRowDefs",new Set);o(this,"_customHeaderRowDefs",new Set);o(this,"_customFooterRowDefs",new Set);o(this,"_customNoDataRow");o(this,"_headerRowDefChanged",!0);o(this,"_footerRowDefChanged",!0);o(this,"_stickyColumnStylesNeedReset",!0);o(this,"_forceRecalculateCellWidths",!0);o(this,"_cachedRenderRowsMap",new Map);o(this,"_isNativeHtmlTable");o(this,"_stickyStyler");o(this,"stickyCssClass","cdk-table-sticky");o(this,"needsPositionStickyOnElement",!0);o(this,"_isServer");o(this,"_isShowingNoDataRow",!1);o(this,"_hasAllOutlets",!1);o(this,"_hasInitialized",!1);o(this,"_cellRoleInternal");o(this,"_trackByFn");o(this,"_dataSource");o(this,"_multiTemplateDataRows",!1);o(this,"_fixedLayout",!1);o(this,"contentChanged",new te);o(this,"viewChange",new Wr({start:0,end:Number.MAX_VALUE}));o(this,"_rowOutlet");o(this,"_headerRowOutlet");o(this,"_footerRowOutlet");o(this,"_noDataRowOutlet");o(this,"_contentColumnDefs");o(this,"_contentRowDefs");o(this,"_contentHeaderRowDefs");o(this,"_contentFooterRowDefs");o(this,"_noDataRow");o(this,"_injector",_(pt));_(new fs("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((a,i)=>this.trackBy?this.trackBy(i.dataIndex,i.data):i)}_getCellRole(){if(this._cellRoleInternal===void 0){let a=this._elementRef.nativeElement.getAttribute("role");return a==="grid"||a==="treegrid"?"gridcell":"cell"}return this._cellRoleInternal}get trackBy(){return this._trackByFn}set trackBy(a){this._trackByFn=a}get dataSource(){return this._dataSource}set dataSource(a){this._dataSource!==a&&this._switchDataSource(a)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(a){this._multiTemplateDataRows=a,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(a){this._fixedLayout=a,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._viewportRuler.change().pipe(Ut(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){var a,i,r,s;(a=this._stickyStyler)==null||a.destroy(),[(i=this._rowOutlet)==null?void 0:i.viewContainer,(r=this._headerRowOutlet)==null?void 0:r.viewContainer,(s=this._footerRowOutlet)==null?void 0:s.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(),Vh(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();let a=this._dataDiffer.diff(this._renderRows);if(!a){this._updateNoDataRow(),this.contentChanged.next();return}let i=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(a,i,(r,s,l)=>this._getEmbeddedViewArgs(r.item,l),r=>r.item.data,r=>{r.operation===Js.INSERTED&&r.context&&this._renderCellTemplateForItem(r.record.item.rowDef,r.context)}),this._updateRowIndexContext(),a.forEachIdentityChange(r=>{let s=i.get(r.currentIndex);s.context.$implicit=r.item.data}),this._updateNoDataRow(),this.contentChanged.next(),this.updateStickyColumnStyles()}addColumnDef(a){this._customColumnDefs.add(a)}removeColumnDef(a){this._customColumnDefs.delete(a)}addRowDef(a){this._customRowDefs.add(a)}removeRowDef(a){this._customRowDefs.delete(a)}addHeaderRowDef(a){this._customHeaderRowDefs.add(a),this._headerRowDefChanged=!0}removeHeaderRowDef(a){this._customHeaderRowDefs.delete(a),this._headerRowDefChanged=!0}addFooterRowDef(a){this._customFooterRowDefs.add(a),this._footerRowDefChanged=!0}removeFooterRowDef(a){this._customFooterRowDefs.delete(a),this._footerRowDefChanged=!0}setNoDataRow(a){this._customNoDataRow=a}updateStickyHeaderRowStyles(){let a=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){let r=Hy(this._headerRowOutlet,"thead");r&&(r.style.display=a.length?"":"none")}let i=this._headerRowDefs.map(r=>r.sticky);this._stickyStyler.clearStickyPositioning(a,["top"]),this._stickyStyler.stickRows(a,i,"top"),this._headerRowDefs.forEach(r=>r.resetStickyChanged())}updateStickyFooterRowStyles(){let a=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){let r=Hy(this._footerRowOutlet,"tfoot");r&&(r.style.display=a.length?"":"none")}let i=this._footerRowDefs.map(r=>r.sticky);this._stickyStyler.clearStickyPositioning(a,["bottom"]),this._stickyStyler.stickRows(a,i,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,i),this._footerRowDefs.forEach(r=>r.resetStickyChanged())}updateStickyColumnStyles(){let a=this._getRenderedRows(this._headerRowOutlet),i=this._getRenderedRows(this._rowOutlet),r=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...a,...i,...r],["left","right"]),this._stickyColumnStylesNeedReset=!1),a.forEach((s,l)=>{this._addStickyColumnStyles([s],this._headerRowDefs[l])}),this._rowDefs.forEach(s=>{let l=[];for(let c=0;c<i.length;c++)this._renderRows[c].rowDef===s&&l.push(i[c]);this._addStickyColumnStyles(l,s)}),r.forEach((s,l)=>{this._addStickyColumnStyles([s],this._footerRowDefs[l])}),Array.from(this._columnDefsByName.values()).forEach(s=>s.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;let a=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||a,this._forceRecalculateCellWidths=a,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(){let a=[],i=this._cachedRenderRowsMap;if(this._cachedRenderRowsMap=new Map,!this._data)return a;for(let r=0;r<this._data.length;r++){let s=this._data[r],l=this._getRenderRowsForData(s,r,i.get(s));this._cachedRenderRowsMap.has(s)||this._cachedRenderRowsMap.set(s,new WeakMap);for(let c=0;c<l.length;c++){let d=l[c],u=this._cachedRenderRowsMap.get(d.data);u.has(d.rowDef)?u.get(d.rowDef).push(d):u.set(d.rowDef,[d]),a.push(d)}}return a}_getRenderRowsForData(a,i,r){return this._getRowDefs(a,i).map(s=>{let l=r&&r.has(s)?r.get(s):[];if(l.length){let c=l.shift();return c.dataIndex=i,c}else return{data:a,rowDef:s,dataIndex:i}})}_cacheColumnDefs(){this._columnDefsByName.clear(),$c(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(a=>{this._columnDefsByName.has(a.name),this._columnDefsByName.set(a.name,a)})}_cacheRowDefs(){this._headerRowDefs=$c(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=$c(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=$c(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);let a=this._rowDefs.filter(i=>!i.when);!this.multiTemplateDataRows&&a.length>1,this._defaultRowDef=a[0]}_renderUpdatedColumns(){let a=(l,c)=>{let d=!!c.getColumnsDiff();return l||d},i=this._rowDefs.reduce(a,!1);i&&this._forceRenderDataRows();let r=this._headerRowDefs.reduce(a,!1);r&&this._forceRenderHeaderRows();let s=this._footerRowDefs.reduce(a,!1);return s&&this._forceRenderFooterRows(),i||r||s}_switchDataSource(a){this._data=[],Vh(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),a||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=a}_observeRenderChanges(){if(!this.dataSource)return;let a;Vh(this.dataSource)?a=this.dataSource.connect(this):Vo(this.dataSource)?a=this.dataSource:Array.isArray(this.dataSource)&&(a=vt(this.dataSource)),this._renderChangeSubscription=a.pipe(Ut(this._onDestroy)).subscribe(i=>{this._data=i||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((a,i)=>this._renderRow(this._headerRowOutlet,a,i)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((a,i)=>this._renderRow(this._footerRowOutlet,a,i)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(a,i){let r=Array.from((i==null?void 0:i.columns)||[]).map(c=>this._columnDefsByName.get(c)),s=r.map(c=>c.sticky),l=r.map(c=>c.stickyEnd);this._stickyStyler.updateStickyColumns(a,s,l,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(a){let i=[];for(let r=0;r<a.viewContainer.length;r++){let s=a.viewContainer.get(r);i.push(s.rootNodes[0])}return i}_getRowDefs(a,i){if(this._rowDefs.length==1)return[this._rowDefs[0]];let r=[];if(this.multiTemplateDataRows)r=this._rowDefs.filter(s=>!s.when||s.when(i,a));else{let s=this._rowDefs.find(l=>l.when&&l.when(i,a))||this._defaultRowDef;s&&r.push(s)}return r.length,r}_getEmbeddedViewArgs(a,i){let r=a.rowDef,s={$implicit:a.data};return{templateRef:r.template,context:s,index:i}}_renderRow(a,i,r,s={}){let l=a.viewContainer.createEmbeddedView(i.template,s,r);return this._renderCellTemplateForItem(i,s),l}_renderCellTemplateForItem(a,i){for(let r of this._getCellTemplates(a))rs.mostRecentCellOutlet&&rs.mostRecentCellOutlet._viewContainer.createEmbeddedView(r,i);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){let a=this._rowOutlet.viewContainer;for(let i=0,r=a.length;i<r;i++){let s=a.get(i).context;s.count=r,s.first=i===0,s.last=i===r-1,s.even=i%2===0,s.odd=!s.even,this.multiTemplateDataRows?(s.dataIndex=this._renderRows[i].dataIndex,s.renderIndex=i):s.index=this._renderRows[i].dataIndex}}_getCellTemplates(a){return!a||!a.columns?[]:Array.from(a.columns,i=>{let r=this._columnDefsByName.get(i);return a.extractCellTemplate(r)})}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){let a=(i,r)=>i||r.hasStickyChanged();this._headerRowDefs.reduce(a,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(a,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(a,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){let a=this._dir?this._dir.value:"ltr";this._stickyStyler=new YAe(this._isNativeHtmlTable,this.stickyCssClass,a,this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener,this._injector),(this._dir?this._dir.change:vt()).pipe(Ut(this._onDestroy)).subscribe(i=>{this._stickyStyler.direction=i,this.updateStickyColumnStyles()})}_getOwnDefs(a){return a.filter(i=>!i._table||i._table===this)}_updateNoDataRow(){let a=this._customNoDataRow||this._noDataRow;if(!a)return;let i=this._rowOutlet.viewContainer.length===0;if(i===this._isShowingNoDataRow)return;let r=this._noDataRowOutlet.viewContainer;if(i){let s=r.createEmbeddedView(a.templateRef),l=s.rootNodes[0];s.rootNodes.length===1&&(l==null?void 0:l.nodeType)===this._document.ELEMENT_NODE&&(l.setAttribute("role","row"),l.classList.add(a._contentClassName))}else r.clear();this._isShowingNoDataRow=i,this._changeDetectorRef.markForCheck()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,GAe,5),gt(r,Cl,5),gt(r,Hm,5),gt(r,Xd,5),gt(r,tse,5)),a&2){let s;ye(s=_e())&&(i._noDataRow=s.first),ye(s=_e())&&(i._contentColumnDefs=s),ye(s=_e())&&(i._contentRowDefs=s),ye(s=_e())&&(i._contentHeaderRowDefs=s),ye(s=_e())&&(i._contentFooterRowDefs=s)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(a,i){a&2&&Se("cdk-table-fixed-layout",i.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",me],fixedLayout:[2,"fixedLayout","fixedLayout",me]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[dt([{provide:_n,useExisting:t},{provide:hm,useClass:aC},{provide:jm,useClass:ese},{provide:Um,useValue:null}])],ngContentSelectors:zAe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(a,i){a&1&&(Tt(VAe),Re(0),Re(1,1),V(2,BAe,1,0)(3,jAe,7,0)(4,HAe,4,0)),a&2&&(C(2),W(i._isServer?2:-1),C(),W(i._isNativeHtmlTable?3:4))},dependencies:[ise,ase,rse,nse],styles:[`.cdk-table-fixed-layout{table-layout:fixed}
64
+ `],encapsulation:2}));let e=t;return e})();function $c(e,t){return e.concat(Array.from(t))}function Hy(e,t){let n=t.toUpperCase(),a=e.viewContainer.element.nativeElement;for(;a;){let i=a.nodeType===1?a.nodeName:null;if(i===n)return a;if(i==="TABLE")break;a=a.parentNode}return null}var ZAe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[pm]}));let e=t;return e})(),KAe=[[["caption"]],[["colgroup"],["col"]],"*"],XAe=["caption","colgroup, col","*"];function QAe(e,t){e&1&&Re(0,2)}function JAe(e,t){e&1&&(D(0,"thead",0),Ja(1,1),I(),D(2,"tbody",2),Ja(3,3)(4,4),I(),D(5,"tfoot",0),Ja(6,5),I())}function eOe(e,t){e&1&&Ja(0,1)(1,3)(2,4)(3,5)}var ose=(()=>{const t=class t extends jy{constructor(){super(...arguments);o(this,"stickyCssClass","mat-mdc-table-sticky");o(this,"needsPositionStickyOnElement",!1)}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(i,r){i&2&&Se("mdc-table-fixed-layout",r.fixedLayout)},exportAs:["matTable"],features:[dt([{provide:jy,useExisting:t},{provide:_n,useExisting:t},{provide:jm,useClass:ese},{provide:hm,useClass:aC},{provide:Um,useValue:null}]),Be],ngContentSelectors:XAe,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(i,r){i&1&&(Tt(KAe),Re(0),Re(1,1),V(2,QAe,1,0)(3,JAe,7,0)(4,eOe,4,0)),i&2&&(C(2),W(r._isServer?2:-1),C(),W(r._isNativeHtmlTable?3:4))},dependencies:[ise,ase,rse,nse],styles:[`.mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:var(--mat-table-header-container-height, 56px)}mat-row{min-height:var(--mat-table-row-item-container-height, 52px)}mat-footer-row{min-height:var(--mat-table-footer-container-height, 52px)}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}
65
+ `],encapsulation:2}));let e=t;return e})(),sse=(()=>{const t=class t extends zm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matCellDef",""]],features:[dt([{provide:zm,useExisting:t}]),Be]}));let e=t;return e})(),lse=(()=>{const t=class t extends Bm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matHeaderCellDef",""]],features:[dt([{provide:Bm,useExisting:t}]),Be]}));let e=t;return e})(),cse=(()=>{const t=class t extends Cl{get name(){return this._name}set name(a){this._setNameInput(a)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},features:[dt([{provide:Cl,useExisting:t},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:t}]),Be]}));let e=t;return e})(),dse=(()=>{const t=class t extends WAe{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[Be]}));let e=t;return e})(),use=(()=>{const t=class t extends qAe{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[Be]}));let e=t;return e})(),hse=(()=>{const t=class t extends Xd{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",me]},features:[dt([{provide:Xd,useExisting:t}]),Be]}));let e=t;return e})(),pse=(()=>{const t=class t extends Hm{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[dt([{provide:Hm,useExisting:t}]),Be]}));let e=t;return e})(),mse=(()=>{const t=class t extends Vy{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[dt([{provide:Vy,useExisting:t}]),Be],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),fse=(()=>{const t=class t extends zy{};o(t,"ɵfac",(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})()),o(t,"ɵcmp",le({type:t,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[dt([{provide:zy,useExisting:t}]),Be],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(a,i){a&1&&Ja(0,0)},dependencies:[rs],encapsulation:2}));let e=t;return e})(),gse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,ZAe,zt]}));let e=t;return e})(),tOe=9007199254740991,bse=class extends Jbe{constructor(t=[]){super();o(this,"_data");o(this,"_renderData",new Wr([]));o(this,"_filter",new Wr(""));o(this,"_internalPageChanges",new he);o(this,"_renderChangesSubscription",null);o(this,"filteredData");o(this,"_sort");o(this,"_paginator");o(this,"sortingDataAccessor",(t,n)=>{let a=t[n];if(ok(a)){let i=Number(a);return i<tOe?i:a}return a});o(this,"sortData",(t,n)=>{let a=n.active,i=n.direction;return!a||i==""?t:t.sort((r,s)=>{let l=this.sortingDataAccessor(r,a),c=this.sortingDataAccessor(s,a),d=typeof l,u=typeof c;d!==u&&(d==="number"&&(l+=""),u==="number"&&(c+=""));let p=0;return l!=null&&c!=null?l>c?p=1:l<c&&(p=-1):l!=null?p=1:c!=null&&(p=-1),p*(i=="asc"?1:-1)})});o(this,"filterPredicate",(t,n)=>{let a=n.trim().toLowerCase();return Object.values(t).some(i=>`${i}`.toLowerCase().includes(a))});this._data=new Wr(t),this._updateChangeSubscription()}get data(){return this._data.value}set data(t){t=Array.isArray(t)?t:[],this._data.next(t),this._renderChangesSubscription||this._filterData(t)}get filter(){return this._filter.value}set filter(t){this._filter.next(t),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(t){this._sort=t,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(t){this._paginator=t,this._updateChangeSubscription()}_updateChangeSubscription(){var l;let t=this._sort?fa(this._sort.sortChange,this._sort.initialized):vt(null),n=this._paginator?fa(this._paginator.page,this._internalPageChanges,this._paginator.initialized):vt(null),a=this._data,i=Qc([a,this._filter]).pipe(Dt(([c])=>this._filterData(c))),r=Qc([i,t]).pipe(Dt(([c])=>this._orderData(c))),s=Qc([r,n]).pipe(Dt(([c])=>this._pageData(c)));(l=this._renderChangesSubscription)==null||l.unsubscribe(),this._renderChangesSubscription=s.subscribe(c=>this._renderData.next(c))}_filterData(t){return this.filteredData=this.filter==null||this.filter===""?t:t.filter(n=>this.filterPredicate(n,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(t){return this.sort?this.sortData(t.slice(),this.sort):t}_pageData(t){if(!this.paginator)return t;let n=this.paginator.pageIndex*this.paginator.pageSize;return t.slice(n,n+this.paginator.pageSize)}_updatePaginator(t){Promise.resolve().then(()=>{let n=this.paginator;if(n&&(n.length=t,n.pageIndex>0)){let a=Math.ceil(n.length/n.pageSize)-1||0,i=Math.min(n.pageIndex,a);i!==n.pageIndex&&(n.pageIndex=i,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var t;(t=this._renderChangesSubscription)==null||t.unsubscribe(),this._renderChangesSubscription=null}},aOe=["*",[["mat-chip-avatar"],["","matChipAvatar",""]],[["mat-chip-trailing-icon"],["","matChipRemove",""],["","matChipTrailingIcon",""]]],iOe=["*","mat-chip-avatar, [matChipAvatar]","mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"];function nOe(e,t){e&1&&(D(0,"span",3),Re(1,1),I())}function rOe(e,t){e&1&&(D(0,"span",6),Re(1,2),I())}var oOe=["*"],Uy=new Y("MatChipAvatar"),Wy=new Y("MatChipTrailingIcon"),qy=new Y("MatChipRemove"),vse=new Y("MatChip"),Gy=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_parentChip",_(vse));o(this,"isInteractive",!0);o(this,"_isPrimary",!0);o(this,"_disabled",!1);o(this,"tabIndex",-1);o(this,"_allowFocusWhenDisabled",!1);_(Ra).load(Yn),this._elementRef.nativeElement.nodeName==="BUTTON"&&this._elementRef.nativeElement.setAttribute("type","button")}get disabled(){var a;return this._disabled||((a=this._parentChip)==null?void 0:a.disabled)||!1}set disabled(a){this._disabled=a}_getDisabledAttribute(){return this.disabled&&!this._allowFocusWhenDisabled?"":null}_getTabindex(){return this.disabled&&!this._allowFocusWhenDisabled||!this.isInteractive?null:this.tabIndex.toString()}focus(){this._elementRef.nativeElement.focus()}_handleClick(a){!this.disabled&&this.isInteractive&&this._isPrimary&&(a.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}_handleKeydown(a){(a.keyCode===13||a.keyCode===32)&&!this.disabled&&this.isInteractive&&this._isPrimary&&!this._parentChip._isEditing&&(a.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["","matChipAction",""]],hostAttrs:[1,"mdc-evolution-chip__action","mat-mdc-chip-action"],hostVars:9,hostBindings:function(a,i){a&1&&xe("click",function(r){return i._handleClick(r)})("keydown",function(r){return i._handleKeydown(r)}),a&2&&(be("tabindex",i._getTabindex())("disabled",i._getDisabledAttribute())("aria-disabled",i.disabled),Se("mdc-evolution-chip__action--primary",i._isPrimary)("mdc-evolution-chip__action--presentational",!i.isInteractive)("mdc-evolution-chip__action--trailing",!i._isPrimary))},inputs:{isInteractive:"isInteractive",disabled:[2,"disabled","disabled",me],tabIndex:[2,"tabIndex","tabIndex",a=>a==null?-1:mn(a)],_allowFocusWhenDisabled:"_allowFocusWhenDisabled"}}));let e=t;return e})(),ah=(()=>{const t=class t{constructor(){o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_ngZone",_(Le));o(this,"_focusMonitor",_(mo));o(this,"_globalRippleOptions",_(pg,{optional:!0}));o(this,"_document",_(ot));o(this,"_onFocus",new he);o(this,"_onBlur",new he);o(this,"_isBasicChip");o(this,"role",null);o(this,"_hasFocusInternal",!1);o(this,"_pendingFocus");o(this,"_actionChanges");o(this,"_animationsDisabled");o(this,"_allLeadingIcons");o(this,"_allTrailingIcons");o(this,"_allRemoveIcons");o(this,"id",_(la).getId("mat-mdc-chip-"));o(this,"ariaLabel",null);o(this,"ariaDescription",null);o(this,"_ariaDescriptionId",`${this.id}-aria-description`);o(this,"_chipListDisabled",!1);o(this,"_textElement");o(this,"_value");o(this,"color");o(this,"removable",!0);o(this,"highlighted",!1);o(this,"disableRipple",!1);o(this,"_disabled",!1);o(this,"removed",new te);o(this,"destroyed",new te);o(this,"basicChipAttrName","mat-basic-chip");o(this,"leadingIcon");o(this,"trailingIcon");o(this,"removeIcon");o(this,"primaryAction");o(this,"_rippleLoader",_(Ak));o(this,"_injector",_(pt));var r;let a=_(Ra);a.load(Yn),a.load(fo);let i=_(Oa,{optional:!0});this._animationsDisabled=i==="NoopAnimations",this._monitorFocus(),(r=this._rippleLoader)==null||r.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-chip-ripple",disabled:this._isRippleDisabled()})}_hasFocus(){return this._hasFocusInternal}get value(){return this._value!==void 0?this._value:this._textElement.textContent.trim()}set value(a){this._value=a}get disabled(){return this._disabled||this._chipListDisabled}set disabled(a){this._disabled=a}ngOnInit(){let a=this._elementRef.nativeElement;this._isBasicChip=a.hasAttribute(this.basicChipAttrName)||a.tagName.toLowerCase()===this.basicChipAttrName}ngAfterViewInit(){this._textElement=this._elementRef.nativeElement.querySelector(".mat-mdc-chip-action-label"),this._pendingFocus&&(this._pendingFocus=!1,this.focus())}ngAfterContentInit(){this._actionChanges=fa(this._allLeadingIcons.changes,this._allTrailingIcons.changes,this._allRemoveIcons.changes).subscribe(()=>this._changeDetectorRef.markForCheck())}ngDoCheck(){this._rippleLoader.setDisabled(this._elementRef.nativeElement,this._isRippleDisabled())}ngOnDestroy(){var a,i;this._focusMonitor.stopMonitoring(this._elementRef),(a=this._rippleLoader)==null||a.destroyRipple(this._elementRef.nativeElement),(i=this._actionChanges)==null||i.unsubscribe(),this.destroyed.emit({chip:this}),this.destroyed.complete()}remove(){this.removable&&this.removed.emit({chip:this})}_isRippleDisabled(){var a;return this.disabled||this.disableRipple||this._animationsDisabled||this._isBasicChip||!!((a=this._globalRippleOptions)!=null&&a.disabled)}_hasTrailingIcon(){return!!(this.trailingIcon||this.removeIcon)}_handleKeydown(a){(a.keyCode===8&&!a.repeat||a.keyCode===46)&&(a.preventDefault(),this.remove())}focus(){this.disabled||(this.primaryAction?this.primaryAction.focus():this._pendingFocus=!0)}_getSourceAction(a){return this._getActions().find(i=>{let r=i._elementRef.nativeElement;return r===a||r.contains(a)})}_getActions(){let a=[];return this.primaryAction&&a.push(this.primaryAction),this.removeIcon&&a.push(this.removeIcon),this.trailingIcon&&a.push(this.trailingIcon),a}_handlePrimaryActionInteraction(){}_monitorFocus(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(a=>{let i=a!==null;i!==this._hasFocusInternal&&(this._hasFocusInternal=i,i?this._onFocus.next({chip:this}):(this._changeDetectorRef.markForCheck(),setTimeout(()=>this._ngZone.run(()=>this._onBlur.next({chip:this})))))})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(a,i,r){if(a&1&&(gt(r,Uy,5),gt(r,Wy,5),gt(r,qy,5),gt(r,Uy,5),gt(r,Wy,5),gt(r,qy,5)),a&2){let s;ye(s=_e())&&(i.leadingIcon=s.first),ye(s=_e())&&(i.trailingIcon=s.first),ye(s=_e())&&(i.removeIcon=s.first),ye(s=_e())&&(i._allLeadingIcons=s),ye(s=_e())&&(i._allTrailingIcons=s),ye(s=_e())&&(i._allRemoveIcons=s)}},viewQuery:function(a,i){if(a&1&&Ze(Gy,5),a&2){let r;ye(r=_e())&&(i.primaryAction=r.first)}},hostAttrs:[1,"mat-mdc-chip"],hostVars:31,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._handleKeydown(r)}),a&2&&(vn("id",i.id),be("role",i.role)("aria-label",i.ariaLabel),Ai("mat-"+(i.color||"primary")),Se("mdc-evolution-chip",!i._isBasicChip)("mdc-evolution-chip--disabled",i.disabled)("mdc-evolution-chip--with-trailing-action",i._hasTrailingIcon())("mdc-evolution-chip--with-primary-graphic",i.leadingIcon)("mdc-evolution-chip--with-primary-icon",i.leadingIcon)("mdc-evolution-chip--with-avatar",i.leadingIcon)("mat-mdc-chip-with-avatar",i.leadingIcon)("mat-mdc-chip-highlighted",i.highlighted)("mat-mdc-chip-disabled",i.disabled)("mat-mdc-basic-chip",i._isBasicChip)("mat-mdc-standard-chip",!i._isBasicChip)("mat-mdc-chip-with-trailing-icon",i._hasTrailingIcon())("_mat-animation-noopable",i._animationsDisabled))},inputs:{role:"role",id:"id",ariaLabel:[0,"aria-label","ariaLabel"],ariaDescription:[0,"aria-description","ariaDescription"],value:"value",color:"color",removable:[2,"removable","removable",me],highlighted:[2,"highlighted","highlighted",me],disableRipple:[2,"disableRipple","disableRipple",me],disabled:[2,"disabled","disabled",me]},outputs:{removed:"removed",destroyed:"destroyed"},exportAs:["matChip"],features:[dt([{provide:vse,useExisting:t}])],ngContentSelectors:iOe,decls:8,vars:3,consts:[[1,"mat-mdc-chip-focus-overlay"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--primary"],["matChipAction","",3,"isInteractive"],[1,"mdc-evolution-chip__graphic","mat-mdc-chip-graphic"],[1,"mdc-evolution-chip__text-label","mat-mdc-chip-action-label"],[1,"mat-mdc-chip-primary-focus-indicator","mat-focus-indicator"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--trailing"]],template:function(a,i){a&1&&(Tt(aOe),Z(0,"span",0),D(1,"span",1)(2,"span",2),V(3,nOe,2,0,"span",3),D(4,"span",4),Re(5),Z(6,"span",5),I()()(),V(7,rOe,2,0,"span",6)),a&2&&(C(2),z("isInteractive",!1),C(),W(i.leadingIcon?3:-1),C(4),W(i._hasTrailingIcon()?7:-1))},dependencies:[Gy],styles:[`.mdc-evolution-chip,.mdc-evolution-chip__cell,.mdc-evolution-chip__action{display:inline-flex;align-items:center}.mdc-evolution-chip{position:relative;max-width:100%}.mdc-evolution-chip__cell,.mdc-evolution-chip__action{height:100%}.mdc-evolution-chip__cell--primary{flex-basis:100%;overflow-x:hidden}.mdc-evolution-chip__cell--trailing{flex:1 0 auto}.mdc-evolution-chip__action{align-items:center;background:none;border:none;box-sizing:content-box;cursor:pointer;display:inline-flex;justify-content:center;outline:none;padding:0;text-decoration:none;color:inherit}.mdc-evolution-chip__action--presentational{cursor:auto}.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{pointer-events:none}@media(forced-colors: active){.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{forced-color-adjust:none}}.mdc-evolution-chip__action--primary{font:inherit;letter-spacing:inherit;white-space:inherit;overflow-x:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary::before{border-width:var(--mdc-chip-outline-width, 1px);border-radius:var(--mdc-chip-container-shape-radius, 8px);box-sizing:border-box;content:"";height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%;z-index:1;border-style:solid}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--primary::before{border-color:var(--mdc-chip-outline-color, var(--mat-sys-outline))}.mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus::before{border-color:var(--mdc-chip-focus-outline-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary::before{border-color:var(--mdc-chip-disabled-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__action--primary::before{border-width:var(--mdc-chip-flat-selected-outline-width, 0)}.mat-mdc-basic-chip .mdc-evolution-chip__action--primary{font:inherit}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip__action--trailing{position:relative;overflow:visible}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--trailing{color:var(--mdc-chip-with-trailing-icon-trailing-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--trailing{color:var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}.mdc-evolution-chip__text-label{-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-family:var(--mdc-chip-label-text-font, var(--mat-sys-label-large-font));line-height:var(--mdc-chip-label-text-line-height, var(--mat-sys-label-large-line-height));font-size:var(--mdc-chip-label-text-size, var(--mat-sys-label-large-size));font-weight:var(--mdc-chip-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mdc-chip-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mdc-chip-label-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mdc-chip-selected-label-text-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label{color:var(--mdc-chip-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-evolution-chip__graphic{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;pointer-events:none;position:relative;flex:1 0 auto}.mat-mdc-standard-chip .mdc-evolution-chip__graphic{width:var(--mdc-chip-with-avatar-avatar-size, 24px);height:var(--mdc-chip-with-avatar-avatar-size, 24px);font-size:var(--mdc-chip-with-avatar-avatar-size, 24px)}.mdc-evolution-chip--selecting .mdc-evolution-chip__graphic{transition:width 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--selected):not(.mdc-evolution-chip--with-primary-icon) .mdc-evolution-chip__graphic{width:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mdc-evolution-chip__checkmark{position:absolute;opacity:0;top:50%;left:50%;height:20px;width:20px}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark{transition:transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-75%, -50%)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{transform:translate(-50%, -50%);opacity:1}.mdc-evolution-chip__checkmark-svg{display:block}.mdc-evolution-chip__checkmark-path{stroke-width:2px;stroke-dasharray:29.7833385;stroke-dashoffset:29.7833385;stroke:currentColor}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark-path{transition:stroke-dashoffset 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}@media(forced-colors: active){.mdc-evolution-chip__checkmark-path{stroke:CanvasText !important}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing{height:18px;width:18px;font-size:18px}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove{opacity:calc(var(--mat-chip-trailing-action-opacity, 1)*var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove:focus{opacity:calc(var(--mat-chip-trailing-action-focus-opacity, 1)*var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mat-mdc-standard-chip{border-radius:var(--mdc-chip-container-shape-radius, 8px);height:var(--mdc-chip-container-height, 32px)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:var(--mdc-chip-elevated-container-color, transparent)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-elevated-disabled-container-color)}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled){background-color:var(--mdc-chip-elevated-selected-container-color, var(--mat-sys-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-flat-disabled-selected-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}@media(forced-colors: active){.mat-mdc-standard-chip{outline:solid 1px}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--primary{border-radius:var(--mdc-chip-with-avatar-avatar-shape-radius, 24px);width:var(--mdc-chip-with-icon-icon-size, 18px);height:var(--mdc-chip-with-icon-icon-size, 18px);font-size:var(--mdc-chip-with-icon-icon-size, 18px)}.mdc-evolution-chip--selected .mdc-evolution-chip__icon--primary{opacity:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-highlighted{--mdc-chip-with-icon-icon-color:var(--mdc-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container));--mdc-chip-elevated-container-color:var(--mdc-chip-elevated-selected-container-color, var(--mat-sys-secondary-container));--mdc-chip-label-text-color:var(--mdc-chip-selected-label-text-color, var(--mat-sys-on-secondary-container));--mdc-chip-outline-width:var(--mdc-chip-flat-selected-outline-width, 0)}.mat-mdc-chip-focus-overlay{background:var(--mdc-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-hover-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mdc-chip-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-focus-overlay .mat-mdc-chip-selected:hover,.mat-mdc-chip-highlighted:hover .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-hover-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mdc-chip-selected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mdc-chip-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected.cdk-focused .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mdc-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mdc-chip-selected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-evolution-chip--disabled:not(.mdc-evolution-chip--selected) .mat-mdc-chip-avatar{opacity:var(--mdc-chip-with-avatar-disabled-avatar-opacity, 0.38)}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{opacity:var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38)}.mdc-evolution-chip--disabled.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{opacity:var(--mdc-chip-with-icon-disabled-icon-opacity, 0.38)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:var(--mat-chip-disabled-container-opacity, 1)}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-trailing-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-remove{opacity:var(--mat-chip-trailing-action-opacity, 1)}.mat-mdc-chip-remove:focus{opacity:var(--mat-chip-trailing-action-focus-opacity, 1)}.mat-mdc-chip-remove::after{background-color:var(--mat-chip-trailing-action-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-remove:hover::after{opacity:var(--mat-chip-trailing-action-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-remove:focus::after{opacity:var(--mat-chip-trailing-action-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected .mat-mdc-chip-remove::after,.mat-mdc-chip-highlighted .mat-mdc-chip-remove::after{background-color:var(--mat-chip-selected-trailing-action-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:visible}.mat-mdc-standard-chip .mat-mdc-chip-graphic,.mat-mdc-standard-chip .mat-mdc-chip-trailing-icon{box-sizing:content-box}.mat-mdc-standard-chip._mat-animation-noopable,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__graphic,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark-path{transition-duration:1ms;animation-duration:1ms}.mat-mdc-chip-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;opacity:0;border-radius:inherit;transition:opacity 150ms linear}._mat-animation-noopable .mat-mdc-chip-focus-overlay{transition:none}.mat-mdc-basic-chip .mat-mdc-chip-focus-overlay{display:none}.mat-mdc-chip .mat-ripple.mat-mdc-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-chip-avatar{text-align:center;line-height:1;color:var(--mdc-chip-with-icon-icon-color, currentColor)}.mat-mdc-chip{position:relative;z-index:0}.mat-mdc-chip-action-label{text-align:left;z-index:1}[dir=rtl] .mat-mdc-chip-action-label{text-align:right}.mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label{position:relative}.mat-mdc-chip-action-label .mat-mdc-chip-primary-focus-indicator{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mat-mdc-chip-action-label .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-chip-remove::before{margin:calc(var(--mat-focus-indicator-border-width, 3px)*-1);left:8px;right:8px}.mat-mdc-chip-remove::after{content:"";display:block;opacity:0;position:absolute;top:-3px;bottom:-3px;left:5px;right:5px;border-radius:50%;box-sizing:border-box;padding:12px;margin:-12px;background-clip:content-box}.mat-mdc-chip-remove .mat-icon{width:18px;height:18px;font-size:18px;box-sizing:content-box}.mat-chip-edit-input{cursor:text;display:inline-block;color:inherit;outline:0}@media(forced-colors: active){.mat-mdc-chip-selected:not(.mat-mdc-chip-multiple){outline-width:3px}}.mat-mdc-chip-action:focus .mat-focus-indicator::before{content:""}.mdc-evolution-chip__icon,.mat-mdc-chip-remove .mat-icon{min-height:fit-content}
66
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),yse=(()=>{const t=class t{constructor(){o(this,"_elementRef",_(Ae));o(this,"_changeDetectorRef",_(Et));o(this,"_dir",_(Na,{optional:!0}));o(this,"_lastDestroyedFocusedChipIndex",null);o(this,"_keyManager");o(this,"_destroyed",new he);o(this,"_defaultRole","presentation");o(this,"_disabled",!1);o(this,"tabIndex",0);o(this,"_explicitRole",null);o(this,"_chips");o(this,"_chipActions",new Qo)}get chipFocusChanges(){return this._getChipStream(a=>a._onFocus)}get chipDestroyedChanges(){return this._getChipStream(a=>a.destroyed)}get chipRemovedChanges(){return this._getChipStream(a=>a.removed)}get disabled(){return this._disabled}set disabled(a){this._disabled=a,this._syncChipsState()}get empty(){return!this._chips||this._chips.length===0}get role(){return this._explicitRole?this._explicitRole:this.empty?null:this._defaultRole}set role(a){this._explicitRole=a}get focused(){return this._hasFocusedChip()}ngAfterViewInit(){this._setUpFocusManagement(),this._trackChipSetChanges(),this._trackDestroyedFocusedChip()}ngOnDestroy(){var a;(a=this._keyManager)==null||a.destroy(),this._chipActions.destroy(),this._destroyed.next(),this._destroyed.complete()}_hasFocusedChip(){return this._chips&&this._chips.some(a=>a._hasFocus())}_syncChipsState(){var a;(a=this._chips)==null||a.forEach(i=>{i._chipListDisabled=this._disabled,i._changeDetectorRef.markForCheck()})}focus(){}_handleKeydown(a){this._originatesFromChip(a)&&this._keyManager.onKeydown(a)}_isValidIndex(a){return a>=0&&a<this._chips.length}_allowFocusEscape(){let a=this._elementRef.nativeElement.tabIndex;a!==-1&&(this._elementRef.nativeElement.tabIndex=-1,setTimeout(()=>this._elementRef.nativeElement.tabIndex=a))}_getChipStream(a){return this._chips.changes.pipe(Aa(null),hr(()=>fa(...this._chips.map(a))))}_originatesFromChip(a){let i=a.target;for(;i&&i!==this._elementRef.nativeElement;){if(i.classList.contains("mat-mdc-chip"))return!0;i=i.parentElement}return!1}_setUpFocusManagement(){var a;this._chips.changes.pipe(Aa(this._chips)).subscribe(i=>{let r=[];i.forEach(s=>s._getActions().forEach(l=>r.push(l))),this._chipActions.reset(r),this._chipActions.notifyOnChanges()}),this._keyManager=new cg(this._chipActions).withVerticalOrientation().withHorizontalOrientation(this._dir?this._dir.value:"ltr").withHomeAndEnd().skipPredicate(i=>this._skipPredicate(i)),this.chipFocusChanges.pipe(Ut(this._destroyed)).subscribe(({chip:i})=>{let r=i._getSourceAction(document.activeElement);r&&this._keyManager.updateActiveItem(r)}),(a=this._dir)==null||a.change.pipe(Ut(this._destroyed)).subscribe(i=>this._keyManager.withHorizontalOrientation(i))}_skipPredicate(a){return!a.isInteractive||a.disabled}_trackChipSetChanges(){this._chips.changes.pipe(Aa(null),Ut(this._destroyed)).subscribe(()=>{this.disabled&&Promise.resolve().then(()=>this._syncChipsState()),this._redirectDestroyedChipFocus()})}_trackDestroyedFocusedChip(){this.chipDestroyedChanges.pipe(Ut(this._destroyed)).subscribe(a=>{let i=this._chips.toArray().indexOf(a.chip);this._isValidIndex(i)&&a.chip._hasFocus()&&(this._lastDestroyedFocusedChipIndex=i)})}_redirectDestroyedChipFocus(){if(this._lastDestroyedFocusedChipIndex!=null){if(this._chips.length){let a=Math.min(this._lastDestroyedFocusedChipIndex,this._chips.length-1),i=this._chips.toArray()[a];i.disabled?this._chips.length===1?this.focus():this._keyManager.setPreviousItemActive():i.focus()}else this.focus();this._lastDestroyedFocusedChipIndex=null}}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-chip-set"]],contentQueries:function(a,i,r){if(a&1&&gt(r,ah,5),a&2){let s;ye(s=_e())&&(i._chips=s)}},hostAttrs:[1,"mat-mdc-chip-set","mdc-evolution-chip-set"],hostVars:1,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._handleKeydown(r)}),a&2&&be("role",i.role)},inputs:{disabled:[2,"disabled","disabled",me],role:"role",tabIndex:[2,"tabIndex","tabIndex",a=>a==null?0:mn(a)]},ngContentSelectors:oOe,decls:2,vars:0,consts:[["role","presentation",1,"mdc-evolution-chip-set__chips"]],template:function(a,i){a&1&&(Tt(),D(0,"div",0),Re(1),I())},styles:[`.mat-mdc-chip-set{display:flex}.mat-mdc-chip-set:focus{outline:none}.mat-mdc-chip-set .mdc-evolution-chip-set__chips{min-width:100%;margin-left:-8px;margin-right:0}.mat-mdc-chip-set .mdc-evolution-chip{margin:4px 0 4px 8px}[dir=rtl] .mat-mdc-chip-set .mdc-evolution-chip-set__chips{margin-left:0;margin-right:-8px}[dir=rtl] .mat-mdc-chip-set .mdc-evolution-chip{margin-left:0;margin-right:8px}.mdc-evolution-chip-set__chips{display:flex;flex-flow:wrap;min-width:0}.mat-mdc-chip-set-stacked{flex-direction:column;align-items:flex-start}.mat-mdc-chip-set-stacked .mat-mdc-chip{width:100%}.mat-mdc-chip-set-stacked .mdc-evolution-chip__graphic{flex-grow:0}.mat-mdc-chip-set-stacked .mdc-evolution-chip__action--primary{flex-basis:100%;justify-content:start}input.mat-mdc-chip-input{flex:1 0 150px;margin-left:8px}[dir=rtl] input.mat-mdc-chip-input{margin-left:0;margin-right:8px}
67
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})();function sOe(e,t){if(e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase"),A(3,"date")),e&2){let n=L();mr(" ",N(2,4,N(1,2,"medicationSchemeListView.remarks.suspended")),": ",sa(3,6,n.lastDay,"dd/MM")," ")}}function lOe(e,t){if(e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase"),A(3,"date")),e&2){let n=L();mr(" ",N(2,4,N(1,2,"medicationSchemeListView.remarks.end")),": ",sa(3,6,n.lastIngestionDay,"dd/MM")," ")}}function cOe(e,t){if(e&1&&(D(0,"mat-chip",0),V(1,sOe,4,9),A(2,"suspensionType"),V(3,lOe,4,9),I()),e&2){let n=L();z("disableRipple",!0),C(),W(sa(2,2,n.item().medication,t.lastIngestionDay)==="temporary"?1:3)}}function dOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"medicationSchemeListView.remarks.lastDayTemporary"))," ")}function uOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"medicationSchemeListView.remarks.lastDayDefinitive"))," ")}function hOe(e,t){if(e&1&&(D(0,"mat-chip",0),V(1,dOe,3,5),A(2,"suspensionType"),V(3,uOe,3,5),I()),e&2){let n=L();z("disableRipple",!0),C(),W(sa(2,2,n.item().medication,n.dateInfo().displayDate)==="temporary"?1:3)}}function pOe(e,t){e&1&&(D(0,"mat-chip",0),P(1),A(2,"translate"),I()),e&2&&(z("disableRipple",!0),C(),ne(" ",N(2,2,"medicationSchemeListView.remarks.ifneeded")," "))}var ih=(()=>{const t=class t{constructor(){this.dateInfo=Oe.required(),this.item=Oe.required(),this.views=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-remark-flag"]],inputs:{dateInfo:[1,"dateInfo"],item:[1,"item"]},decls:5,vars:8,consts:[[1,"mh-orange--outline","mh-no-overlay",3,"disableRipple"]],template:function(a,i){if(a&1&&(V(0,cOe,4,5,"mat-chip",0),A(1,"lastIngestionPeriod"),A(2,"isLastIngestionDay"),V(3,hOe,4,5,"mat-chip",0)(4,pOe,3,4,"mat-chip",0)),a&2){let r;W((r=i.dateInfo().view===i.views.WEEK&&jge(1,1,i.item(),i.dateInfo().startOfWeek,i.dateInfo().endOfWeek))?0:i.dateInfo().view===i.views.DAY&&sa(2,5,i.item(),i.dateInfo().displayDate)?3:i.dateInfo().view===i.views.LIST?4:-1,r)}},dependencies:[ah,Zt,wIe,xIe,$i,CIe,Gl],styles:[".remark[_ngcontent-%COMP%]{white-space:nowrap;border:2px solid #e68619;font-weight:700;padding:6px 8px;border-radius:6px}mat-chip[_ngcontent-%COMP%]{--mdc-chip-outline-width: 2px}"],changeDetection:0});let e=t;return e})(),mOe=(()=>{const t=class t{};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["ng-component"]],decls:10,vars:9,consts:[["mat-dialog-title",""],["mat-button","","mat-dialog-close",""]],template:function(a,i){a&1&&(D(0,"h2",0),P(1),A(2,"translate"),I(),D(3,"mat-dialog-content"),P(4),A(5,"translate"),I(),D(6,"mat-dialog-actions")(7,"button",1),P(8),A(9,"translate"),I()()),a&2&&(C(),ae(N(2,3,"medicationSchemeListView.toPlan")),C(3),ne(" ",N(5,5,"medicationSchemeListView.atYourConvenienceText"),`
68
+ `),C(4),ae(N(9,7,"commons.close")))},dependencies:[qu,Gu,Yu,Wu,ai,$n,Zt],styles:["dd[_ngcontent-%COMP%]{color:#0d0d0d;margin-inline-start:0;margin-bottom:16px}"],changeDetection:0});let e=t;return e})();function fOe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"commons.periodicities."+t)," ")}function gOe(e,t){e&1&&(P(0),A(1,"translate"),A(2,"firstLetterUppercase")),e&2&&ne(" ",N(2,3,N(1,1,"commons.period."+t))," ")}function bOe(e,t){if(e&1){let n=xt();D(0,"div",0),P(1),A(2,"translate"),D(3,"button",1),A(4,"translate"),xe("click",function(){Ee(n);let a=L();return Ce(a.openToPlanInfo())}),Z(5,"mat-icon",2),I()(),D(6,"strong"),V(7,fOe,2,3)(8,gOe,3,5),I()}if(e&2){let n,a,i=L();C(),ne(" ",N(2,4,"medicationSchemeListView.toPlan")," "),C(2),be("aria-label",N(4,6,"medicationSchemeDateToggler.moreInformations")),C(4),W((n=(n=i.item().medication.frequency)==null?null:n.periodicity)?7:-1,n),C(),W((a=(a=i.item().posology)==null||a.daytime==null?null:a.daytime.dayPeriod)?8:-1,a)}}function vOe(e,t){if(e&1&&(P(0),A(1,"posologyDayTime"),A(2,"firstLetterUppercase")),e&2){let n=L();ne(" ",N(2,3,N(1,1,n.item().posology)),`
69
+ `)}}var _se=(()=>{const t=class t{constructor(){this.dialog=_(Ss),this.item=Oe.required(),this.dayParts=Pe}openToPlanInfo(){this.dialog.open(mOe)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-day-part"]],inputs:{item:[1,"item"]},decls:2,vars:1,consts:[[1,"to-plan"],["mat-icon-button","",1,"btn-help",3,"click"],["fontIcon","help"]],template:function(a,i){a&1&&V(0,bOe,9,8)(1,vOe,3,5),a&2&&W(i.item().posology.dayPart===i.dayParts.TO_PLAN?0:1)},dependencies:[ai,Zl,Er,Zt,$i,kIe],styles:[".to-plan[_ngcontent-%COMP%]{white-space:nowrap}@media only screen and (max-width: 960px){.to-plan[_ngcontent-%COMP%] .btn-help[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),yOe=()=>["moment","noData"],_Oe=()=>["expandDetails"],xOe=e=>({count:e}),wOe=()=>({height:"47px",margin:"0px"});function kOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.moment")," "))}function EOe(e,t){if(e&1&&(D(0,"td",21),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;C(),ne(" ",N(2,1,"medicationSchemeMoments."+n.posology.dayPart)," ")}}function COe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.medication")," "))}function SOe(e,t){if(e&1){let n=xt();D(0,"td",21)(1,"vidis-table-detail-button",22),wr("expandedElementChange",function(a){Ee(n);let i=L();return ho(i.expandedElement,a)||(i.expandedElement=a),Ce(a)}),D(2,"span",23),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I()()()}if(e&2){let n=t.$implicit,a=L();C(),z("item",n),xr("expandedElement",a.expandedElement),C(2),ae(N(5,5,N(4,3,n.medication.name)))}}function DOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dose")," "))}function IOe(e,t){e&1&&(D(0,"div",24),P(1),A(2,"translateValue"),I()),e&2&&(C(),ae(N(2,1,t)))}function TOe(e,t){if(e&1&&(P(0),A(1,"translate")),e&2){let n=L();ne(" ",sa(1,1,"commons.administrationUnits."+n.unit,yn(4,xOe,n.value))," ")}}function AOe(e,t){if(e&1&&(P(0),A(1,"quantity"),V(2,TOe,2,6)),e&2){let n=t;ne(" ",N(1,2,n.value)," "),C(2),W(n.unit?2:-1)}}function OOe(e,t){if(e&1&&(D(0,"td",21),V(1,IOe,3,3,"div",24)(2,AOe,3,4),I()),e&2){let n,a,i=t.$implicit;C(),W((n=i.posology.text)?1:-1,n),C(),W((a=i.posology.quantity)?2:-1,a)}}function ROe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dayperiod")," "))}function MOe(e,t){if(e&1&&(D(0,"td",21),Z(1,"vidis-medication-scheme-day-part",25),I()),e&2){let n=t.$implicit;C(),z("item",n)}}function POe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.remark")," "))}function NOe(e,t){if(e&1&&(D(0,"td",21),Z(1,"vidis-medication-scheme-remark-flag",26),I()),e&2){let n=t.$implicit,a=L();C(),z("item",n)("dateInfo",a.dateInfo())}}function LOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.days")," "))}function FOe(e,t){e&1&&(D(0,"span"),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.days.allDays")," "))}function VOe(e,t){e&1&&P(0," , ")}function zOe(e,t){if(e&1&&(P(0),A(1,"weekdayName"),A(2,"translate"),A(3,"firstLetterUppercase"),V(4,VOe,1,0)),e&2){let n=t.$implicit,a=t.$index,i=t.$count;ne(" ",N(3,6,N(2,4,"medicationSchemeListView.days."+N(1,2,n)))," "),C(4),W(a!==i-1?4:-1)}}function BOe(e,t){if(e&1&&(D(0,"span",27),Ua(1,zOe,5,8,null,null,Oi),I()),e&2){let n=L().$implicit,a=L();be("aria-label",a.getAriaLabel(n.dates)),C(),Wa(n.dates)}}function jOe(e,t){if(e&1&&(D(0,"td",21),V(1,FOe,3,3,"span")(2,BOe,3,1,"span",27),I()),e&2){let n=t.$implicit;Gn("white-space","nowrap"),C(),W(n.dates.length===7?1:n.dates.length<7?2:-1)}}function HOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.startCondition")," "))}function UOe(e,t){if(e&1&&(D(0,"td",21),P(1),I()),e&2){let n=t.$implicit;C(),ne(" ",n.medication.treatmentStartCondition," ")}}function WOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.instructions")," "))}function qOe(e,t){if(e&1&&(D(0,"td",21),P(1),A(2,"translateValue"),I()),e&2){let n=t.$implicit;C(),ne(" ",N(2,1,n.medication.instructions)," ")}}function GOe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.leaflet")," "))}function YOe(e,t){e&1&&(D(0,"a",28),A(1,"translateValue"),A(2,"translate"),Z(3,"mat-icon",29),I()),e&2&&(z("href",N(1,2,t),Vf),be("aria-label",N(2,4,"medicationSchemeListView.headers.leaflet")))}function $Oe(e,t){if(e&1&&(D(0,"td",21),V(1,YOe,4,6,"a",28),I()),e&2){let n,a=t.$implicit;C(),W((n=a.medication.leaflet)?1:-1,n)}}function ZOe(e,t){if(e&1&&(D(0,"td",30)(1,"div",31),Z(2,"vidis-medication-scheme-details-row",32),I()()),e&2){let n=t.$implicit,a=L();Se("mh-detail-row--expanded",n===a.expandedElement()),z("colSpan",a.columns().length),C(2),z("medication",n.medication)}}function KOe(e,t){if(e&1&&(D(0,"td",21),P(1,"/"),I()),e&2){let n=L();be("colspan",n.columns().length-1)}}function XOe(e,t){e&1&&Z(0,"tr",33)}function QOe(e,t){if(e&1&&Z(0,"tr",34),e&2){let n=L();z("hidden",n.isLoading())}}function JOe(e,t){if(e&1&&Z(0,"tr",34),e&2){let n=L();z("hidden",n.isLoading())}}function eRe(e,t){if(e&1&&Z(0,"tr",35),e&2){let n=L();z("hidden",n.isLoading())}}function tRe(e,t){if(e&1&&Z(0,"ngx-skeleton-loader",19),e&2){let n=L();z("count",n.dataSource().data.length<=0?3:n.dataSource.data.length>n.data.pagination.pageSize?n.data.pagination.pageSize:n.dataSource.data.length)("theme",pn(2,wOe))}}var aRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.dateInfo=Oe.required(),this.items=Oe.required(),this.dataSource=ga(()=>new bse(this.items())),this.columns=ga(()=>this.dateInfo().view===bi.WEEK?["moment","medication","dose","dayperiod","days","remark","leaflet"]:["moment","medication","dose","dayperiod","remark","leaflet"]),this.expandedElement=Qa(null),this.hasMedication=(a,i)=>i.medication,this.hasNoMedication=(a,i)=>!i.medication}getAriaLabel(a){let i=[Rt.MONDAY,Rt.TUESDAY,Rt.WEDNESDAY,Rt.THURSDAY,Rt.FRIDAY,Rt.SATURDAY,Rt.SUNDAY],r=a.map(s=>i[gr(s)-1]).map(s=>this.translate.instant("commons.days."+s).toLowerCase()).join(", ");return this.translate.instant("medicationSchemeListView.toTake",{days:r})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-desktop"]],inputs:{isLoading:[1,"isLoading"],dateInfo:[1,"dateInfo"],items:[1,"items"]},decls:38,vars:14,consts:[["mat-table","","multiTemplateDataRows","",3,"dataSource"],["matColumnDef","moment"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","medication"],["matColumnDef","dose"],["matColumnDef","dayperiod"],["matColumnDef","remark"],["matColumnDef","days"],["mat-cell","",3,"white-space",4,"matCellDef"],["matColumnDef","startCondition"],["matColumnDef","instructions"],["matColumnDef","leaflet"],["matColumnDef","expandDetails"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["matColumnDef","noData"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["class","mh-detail-row","mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["appearance","line",3,"count","theme"],["mat-header-cell",""],["mat-cell",""],[3,"expandedElementChange","item","expandedElement"],[1,"textOverflow","align-left"],[1,"textOverflow"],[3,"item"],[3,"item","dateInfo"],[1,"chip"],["mat-icon-button","","target","_blank",3,"href"],["fontIcon","menu_book"],["mat-cell","",3,"colSpan"],[1,"details"],[3,"medication"],["mat-header-row",""],["mat-row","",3,"hidden"],["mat-row","",1,"mh-detail-row",3,"hidden"]],template:function(a,i){a&1&&(D(0,"table",0),A(1,"translate"),pa(2,1),V(3,kOe,3,3,"th",2)(4,EOe,3,3,"td",3),ma(),pa(5,4),V(6,COe,3,3,"th",2)(7,SOe,6,7,"td",3),ma(),pa(8,5),V(9,DOe,3,3,"th",2)(10,OOe,3,2,"td",3),ma(),pa(11,6),V(12,ROe,3,3,"th",2)(13,MOe,2,1,"td",3),ma(),pa(14,7),V(15,POe,3,3,"th",2)(16,NOe,2,2,"td",3),ma(),pa(17,8),V(18,LOe,3,3,"th",2)(19,jOe,3,3,"td",9),ma(),pa(20,10),V(21,HOe,3,3,"th",2)(22,UOe,2,1,"td",3),ma(),pa(23,11),V(24,WOe,3,3,"th",2)(25,qOe,3,3,"td",3),ma(),pa(26,12),V(27,GOe,3,3,"th",2)(28,$Oe,2,1,"td",3),ma(),pa(29,13),V(30,ZOe,3,4,"td",14),ma(),pa(31,15),V(32,KOe,2,1,"td",3),ma(),V(33,XOe,1,0,"tr",16)(34,QOe,1,1,"tr",17)(35,JOe,1,1,"tr",17)(36,eRe,1,1,"tr",18),I(),V(37,tRe,1,3,"ngx-skeleton-loader",19)),a&2&&(z("dataSource",i.dataSource()),be("aria-label",N(1,10,"medicationSchemeDateToggler."+i.dateInfo().view)),C(33),z("matHeaderRowDef",i.columns()),C(),z("matRowDefColumns",i.columns())("matRowDefWhen",i.hasMedication),C(),z("matRowDefColumns",pn(12,yOe))("matRowDefWhen",i.hasNoMedication),C(),z("matRowDefColumns",pn(13,_Oe))("matRowDefWhen",i.hasMedication),C(),W(i.isLoading()?37:-1))},dependencies:[gse,ose,lse,hse,cse,sse,pse,dse,use,mse,fse,ai,Ove,th,Er,Zt,ih,_se,Woe,Xoe,rc,$i,i0,ZDe],styles:["tr[_ngcontent-%COMP%]:not(.mh-detail-row) > td[_ngcontent-%COMP%]{padding-top:10px;padding-bottom:10px}.chip[_ngcontent-%COMP%]{padding:6px 8px;border-radius:9999px;background-color:#b8efd6}"],changeDetection:0});let e=t;return e})(),Wm=new Y("CdkAccordion"),iRe=(()=>{const t=class t{constructor(){o(this,"_stateChanges",new he);o(this,"_openCloseAllActions",new he);o(this,"id",_(la).getId("cdk-accordion-"));o(this,"multi",!1)}openAll(){this.multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(a){this._stateChanges.next(a)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:[2,"multi","multi",me]},exportAs:["cdkAccordion"],features:[dt([{provide:Wm,useExisting:t}]),Jt]}));let e=t;return e})(),nRe=(()=>{const t=class t{constructor(){o(this,"accordion",_(Wm,{optional:!0,skipSelf:!0}));o(this,"_changeDetectorRef",_(Et));o(this,"_expansionDispatcher",_(tC));o(this,"_openCloseAllSubscription",Ke.EMPTY);o(this,"closed",new te);o(this,"opened",new te);o(this,"destroyed",new te);o(this,"expandedChange",new te);o(this,"id",_(la).getId("cdk-accordion-child-"));o(this,"_expanded",!1);o(this,"disabled",!1);o(this,"_removeUniqueSelectionListener",()=>{})}get expanded(){return this._expanded}set expanded(a){if(this._expanded!==a){if(this._expanded=a,this.expandedChange.emit(a),a){this.opened.emit();let i=this.accordion?this.accordion.id:this.id;this._expansionDispatcher.notify(this.id,i)}else this.closed.emit();this._changeDetectorRef.markForCheck()}}ngOnInit(){this._removeUniqueSelectionListener=this._expansionDispatcher.listen((a,i)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===i&&this.id!==a&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(a=>{this.disabled||(this.expanded=a)})}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:[2,"expanded","expanded",me],disabled:[2,"disabled","disabled",me]},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[dt([{provide:Wm,useValue:void 0}])]}));let e=t;return e})(),rRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({}));let e=t;return e})(),oRe=["body"],sRe=["bodyWrapper"],lRe=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],cRe=["mat-expansion-panel-header","*","mat-action-row"];function dRe(e,t){}var uRe=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],hRe=["mat-panel-title","mat-panel-description","*"];function pRe(e,t){e&1&&(D(0,"span",1),dr(),D(1,"svg",2),Z(2,"path",3),I()())}var qm=new Y("MAT_ACCORDION"),xse=new Y("MAT_EXPANSION_PANEL"),mRe=(()=>{const t=class t{constructor(){o(this,"_template",_(ba));o(this,"_expansionPanel",_(xse,{optional:!0}))}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["ng-template","matExpansionPanelContent",""]]}));let e=t;return e})(),wse=new Y("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS"),r0=(()=>{const t=class t extends nRe{constructor(){super();o(this,"_viewContainerRef",_(ti));o(this,"_animationsDisabled",_(Oa,{optional:!0})==="NoopAnimations");o(this,"_document",_(ot));o(this,"_ngZone",_(Le));o(this,"_elementRef",_(Ae));o(this,"_renderer",_(di));o(this,"_cleanupTransitionEnd");o(this,"_hideToggle",!1);o(this,"_togglePosition");o(this,"afterExpand",new te);o(this,"afterCollapse",new te);o(this,"_inputChanges",new he);o(this,"accordion",_(qm,{optional:!0,skipSelf:!0}));o(this,"_lazyContent");o(this,"_body");o(this,"_bodyWrapper");o(this,"_portal");o(this,"_headerId",_(la).getId("mat-expansion-panel-header-"));o(this,"_transitionEndListener",({target:i,propertyName:r})=>{var s;i===((s=this._bodyWrapper)==null?void 0:s.nativeElement)&&r==="grid-template-rows"&&this._ngZone.run(()=>{this.expanded?this.afterExpand.emit():this.afterCollapse.emit()})});let i=_(wse,{optional:!0});this._expansionDispatcher=_(tC),i&&(this.hideToggle=i.hideToggle)}get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(i){this._hideToggle=i}get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(i){this._togglePosition=i}_hasSpacing(){return this.accordion?this.expanded&&this.accordion.displayMode==="default":!1}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this._lazyContent._expansionPanel===this&&this.opened.pipe(Aa(null),ia(()=>this.expanded&&!this._portal),Ka(1)).subscribe(()=>{this._portal=new go(this._lazyContent._template,this._viewContainerRef)}),this._setupAnimationEvents()}ngOnChanges(i){this._inputChanges.next(i)}ngOnDestroy(){var i;super.ngOnDestroy(),(i=this._cleanupTransitionEnd)==null||i.call(this),this._inputChanges.complete()}_containsFocus(){if(this._body){let i=this._document.activeElement,r=this._body.nativeElement;return i===r||r.contains(i)}return!1}_setupAnimationEvents(){this._ngZone.runOutsideAngular(()=>{this._animationsDisabled?(this.opened.subscribe(()=>this._ngZone.run(()=>this.afterExpand.emit())),this.closed.subscribe(()=>this._ngZone.run(()=>this.afterCollapse.emit()))):setTimeout(()=>{let i=this._elementRef.nativeElement;this._cleanupTransitionEnd=this._renderer.listen(i,"transitionend",this._transitionEndListener),i.classList.add("mat-expansion-panel-animations-enabled")},200)})}};o(t,"ɵfac",function(i){return new(i||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-expansion-panel"]],contentQueries:function(i,r,s){if(i&1&&gt(s,mRe,5),i&2){let l;ye(l=_e())&&(r._lazyContent=l.first)}},viewQuery:function(i,r){if(i&1&&(Ze(oRe,5),Ze(sRe,5)),i&2){let s;ye(s=_e())&&(r._body=s.first),ye(s=_e())&&(r._bodyWrapper=s.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:4,hostBindings:function(i,r){i&2&&Se("mat-expanded",r.expanded)("mat-expansion-panel-spacing",r._hasSpacing())},inputs:{hideToggle:[2,"hideToggle","hideToggle",me],togglePosition:"togglePosition"},outputs:{afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[dt([{provide:qm,useValue:void 0},{provide:xse,useExisting:t}]),Be,Jt],ngContentSelectors:cRe,decls:9,vars:4,consts:[["bodyWrapper",""],["body",""],[1,"mat-expansion-panel-content-wrapper"],["role","region",1,"mat-expansion-panel-content",3,"id"],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(i,r){i&1&&(Tt(lRe),Re(0),D(1,"div",2,0)(3,"div",3,1)(5,"div",4),Re(6,1),V(7,dRe,0,0,"ng-template",5),I(),Re(8,2),I()()),i&2&&(C(),be("inert",r.expanded?null:""),C(2),z("id",r.id),be("aria-labelledby",r._headerId),C(4),z("cdkPortalOutlet",r._portal))},dependencies:[fn],styles:[`.mat-expansion-panel{box-sizing:content-box;display:block;margin:0;overflow:hidden;position:relative;background:var(--mat-expansion-container-background-color, var(--mat-sys-surface));color:var(--mat-expansion-container-text-color, var(--mat-sys-on-surface));border-radius:var(--mat-expansion-container-shape, 12px)}.mat-expansion-panel.mat-expansion-panel-animations-enabled{transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-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-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:var(--mat-expansion-container-shape, 12px);border-top-left-radius:var(--mat-expansion-container-shape, 12px)}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:var(--mat-expansion-container-shape, 12px);border-bottom-left-radius:var(--mat-expansion-container-shape, 12px)}@media(forced-colors: active){.mat-expansion-panel{outline:solid 1px}}.mat-expansion-panel-content-wrapper{display:grid;grid-template-rows:0fr;grid-template-columns:100%}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content-wrapper{transition:grid-template-rows 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{grid-template-rows:1fr}@supports not (grid-template-rows: 0fr){.mat-expansion-panel-content-wrapper{height:0}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{height:auto}}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible;min-height:0;visibility:hidden;font-family:var(--mat-expansion-container-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-expansion-container-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-expansion-container-text-weight, var(--mat-sys-body-large-weight));line-height:var(--mat-expansion-container-text-line-height, var(--mat-sys-body-large-line-height));letter-spacing:var(--mat-expansion-container-text-tracking, var(--mat-sys-body-large-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content{transition:visibility 190ms linear}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper>.mat-expansion-panel-content{visibility:visible}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px;border-top-color:var(--mat-expansion-actions-divider-color, var(--mat-sys-outline))}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}
70
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),o0=(()=>{const t=class t{constructor(){o(this,"panel",_(r0,{host:!0}));o(this,"_element",_(Ae));o(this,"_focusMonitor",_(mo));o(this,"_changeDetectorRef",_(Et));o(this,"_parentChangeSubscription",Ke.EMPTY);o(this,"expandedHeight");o(this,"collapsedHeight");o(this,"tabIndex",0);_(Ra).load(Yn);let a=this.panel,i=_(wse,{optional:!0}),r=_(new fs("tabindex"),{optional:!0}),s=a.accordion?a.accordion._stateChanges.pipe(ia(l=>!!(l.hideToggle||l.togglePosition))):Ml;this.tabIndex=parseInt(r||"")||0,this._parentChangeSubscription=fa(a.opened,a.closed,s,a._inputChanges.pipe(ia(l=>!!(l.hideToggle||l.disabled||l.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),a.closed.pipe(ia(()=>a._containsFocus())).subscribe(()=>this._focusMonitor.focusVia(this._element,"program")),i&&(this.expandedHeight=i.expandedHeight,this.collapsedHeight=i.collapsedHeight)}get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){let a=this._isExpanded();return a&&this.expandedHeight?this.expandedHeight:!a&&this.collapsedHeight?this.collapsedHeight:null}_keydown(a){switch(a.keyCode){case 32:case 13:ja(a)||(a.preventDefault(),this._toggle());break;default:this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(a);return}}focus(a,i){a?this._focusMonitor.focusVia(this._element,a,i):this._element.nativeElement.focus(i)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(a=>{a&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:13,hostBindings:function(a,i){a&1&&xe("click",function(){return i._toggle()})("keydown",function(r){return i._keydown(r)}),a&2&&(be("id",i.panel._headerId)("tabindex",i.disabled?-1:i.tabIndex)("aria-controls",i._getPanelId())("aria-expanded",i._isExpanded())("aria-disabled",i.panel.disabled),Gn("height",i._getHeaderHeight()),Se("mat-expanded",i._isExpanded())("mat-expansion-toggle-indicator-after",i._getTogglePosition()==="after")("mat-expansion-toggle-indicator-before",i._getTogglePosition()==="before"))},inputs:{expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight",tabIndex:[2,"tabIndex","tabIndex",a=>a==null?0:mn(a)]},ngContentSelectors:hRe,decls:5,vars:3,consts:[[1,"mat-content"],[1,"mat-expansion-indicator"],["xmlns","http://www.w3.org/2000/svg","viewBox","0 -960 960 960","aria-hidden","true","focusable","false"],["d","M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z"]],template:function(a,i){a&1&&(Tt(uRe),D(0,"span",0),Re(1),Re(2,1),Re(3,2),I(),V(4,pRe,3,0,"span",1)),a&2&&(Se("mat-content-hide-toggle",!i._showToggle()),C(4),W(i._showToggle()?4:-1))},styles:[`.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;height:var(--mat-expansion-header-collapsed-state-height, 48px);font-family:var(--mat-expansion-header-text-font, var(--mat-sys-title-medium-font));font-size:var(--mat-expansion-header-text-size, var(--mat-sys-title-medium-size));font-weight:var(--mat-expansion-header-text-weight, var(--mat-sys-title-medium-weight));line-height:var(--mat-expansion-header-text-line-height, var(--mat-sys-title-medium-line-height));letter-spacing:var(--mat-expansion-header-text-tracking, var(--mat-sys-title-medium-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-header{transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header::before{border-radius:inherit}.mat-expansion-panel-header.mat-expanded{height:var(--mat-expansion-header-expanded-state-height, 64px)}.mat-expansion-panel-header[aria-disabled=true]{color:var(--mat-expansion-header-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-header-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}@media(hover: none){.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-container-background-color, var(--mat-sys-surface))}}.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused{background:var(--mat-expansion-header-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent))}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-content.mat-content-hide-toggle{margin-right:8px}[dir=rtl] .mat-content.mat-content-hide-toggle{margin-right:0;margin-left:8px}.mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-left:24px;margin-right:0}[dir=rtl] .mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-right:24px;margin-left:0}.mat-expansion-panel-header-title{color:var(--mat-expansion-header-text-color, var(--mat-sys-on-surface))}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;flex-basis:0;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header-description{flex-grow:2;color:var(--mat-expansion-header-description-color, var(--mat-sys-on-surface-variant))}.mat-expansion-panel-animations-enabled .mat-expansion-indicator{transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header.mat-expanded .mat-expansion-indicator{transform:rotate(180deg)}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle;color:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-legacy-header-indicator-display, none)}.mat-expansion-indicator svg{width:24px;height:24px;margin:0 -8px;vertical-align:middle;fill:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-header-indicator-display, inline-block)}@media(forced-colors: active){.mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}}
71
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),kse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]}));let e=t;return e})(),Ese=(()=>{const t=class t extends iRe{constructor(){super(...arguments);o(this,"_keyManager");o(this,"_ownHeaders",new Qo);o(this,"_headers");o(this,"hideToggle",!1);o(this,"displayMode","default");o(this,"togglePosition","after")}ngAfterContentInit(){this._headers.changes.pipe(Aa(this._headers)).subscribe(i=>{this._ownHeaders.reset(i.filter(r=>r.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new cg(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(i){this._keyManager.onKeydown(i)}_handleHeaderFocus(i){this._keyManager.updateActiveItem(i)}ngOnDestroy(){var i;super.ngOnDestroy(),(i=this._keyManager)==null||i.destroy(),this._ownHeaders.destroy()}};o(t,"ɵfac",(()=>{let i;return function(r){return(i||(i=nt(t)))(r||t)}})()),o(t,"ɵdir",pe({type:t,selectors:[["mat-accordion"]],contentQueries:function(i,r,s){if(i&1&&gt(s,o0,5),i&2){let l;ye(l=_e())&&(r._headers=l)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(i,r){i&2&&Se("mat-accordion-multi",r.multi)},inputs:{hideToggle:[2,"hideToggle","hideToggle",me],displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[dt([{provide:qm,useExisting:t}]),Be]}));let e=t;return e})(),Cse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,rRe,as]}));let e=t;return e})(),fRe=["*"],gRe=new Y("MAT_CARD_CONFIG"),Sse=(()=>{const t=class t{constructor(){o(this,"appearance");let a=_(gRe,{optional:!0});this.appearance=(a==null?void 0:a.appearance)||"raised"}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-card"]],hostAttrs:[1,"mat-mdc-card","mdc-card"],hostVars:4,hostBindings:function(a,i){a&2&&Se("mat-mdc-card-outlined",i.appearance==="outlined")("mdc-card--outlined",i.appearance==="outlined")},inputs:{appearance:"appearance"},exportAs:["matCard"],ngContentSelectors:fRe,decls:1,vars:0,template:function(a,i){a&1&&(Tt(),Re(0))},styles:[`.mat-mdc-card{display:flex;flex-direction:column;box-sizing:border-box;position:relative;border-style:solid;border-width:0;background-color:var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));border-color:var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));border-radius:var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium));box-shadow:var(--mdc-elevated-card-container-elevation, var(--mat-sys-level1))}.mat-mdc-card::after{position:absolute;top:0;left:0;width:100%;height:100%;border:solid 1px rgba(0,0,0,0);content:"";display:block;pointer-events:none;box-sizing:border-box;border-radius:var(--mdc-elevated-card-container-shape, var(--mat-sys-corner-medium))}.mat-mdc-card-outlined{background-color:var(--mdc-outlined-card-container-color, var(--mat-sys-surface));border-radius:var(--mdc-outlined-card-container-shape, var(--mat-sys-corner-medium));border-width:var(--mdc-outlined-card-outline-width, 1px);border-color:var(--mdc-outlined-card-outline-color, var(--mat-sys-outline-variant));box-shadow:var(--mdc-outlined-card-container-elevation, var(--mat-sys-level0))}.mat-mdc-card-outlined::after{border:none}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mat-mdc-card-actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mat-mdc-card-title{font-family:var(--mat-card-title-text-font, var(--mat-sys-title-large-font));line-height:var(--mat-card-title-text-line-height, var(--mat-sys-title-large-line-height));font-size:var(--mat-card-title-text-size, var(--mat-sys-title-large-size));letter-spacing:var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));font-weight:var(--mat-card-title-text-weight, var(--mat-sys-title-large-weight))}.mat-mdc-card-subtitle{color:var(--mat-card-subtitle-text-color, var(--mat-sys-on-surface));font-family:var(--mat-card-subtitle-text-font, var(--mat-sys-title-medium-font));line-height:var(--mat-card-subtitle-text-line-height, var(--mat-sys-title-medium-line-height));font-size:var(--mat-card-subtitle-text-size, var(--mat-sys-title-medium-size));letter-spacing:var(--mat-card-subtitle-text-tracking, var(--mat-sys-title-medium-tracking));font-weight:var(--mat-card-subtitle-text-weight, var(--mat-sys-title-medium-weight))}.mat-mdc-card-title,.mat-mdc-card-subtitle{display:block;margin:0}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle{padding:16px 16px 0}.mat-mdc-card-header{display:flex;padding:16px 16px 0}.mat-mdc-card-content{display:block;padding:0 16px}.mat-mdc-card-content:first-child{padding-top:16px}.mat-mdc-card-content:last-child{padding-bottom:16px}.mat-mdc-card-title-group{display:flex;justify-content:space-between;width:100%}.mat-mdc-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;margin-bottom:16px;object-fit:cover}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title{line-height:normal}.mat-mdc-card-sm-image{width:80px;height:80px}.mat-mdc-card-md-image{width:112px;height:112px}.mat-mdc-card-lg-image{width:152px;height:152px}.mat-mdc-card-xl-image{width:240px;height:240px}.mat-mdc-card-subtitle~.mat-mdc-card-title,.mat-mdc-card-title~.mat-mdc-card-subtitle,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-title-group .mat-mdc-card-title,.mat-mdc-card-title-group .mat-mdc-card-subtitle{padding-top:0}.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer){margin-bottom:0}.mat-mdc-card-actions-align-end{justify-content:flex-end}
72
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),Dse=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-card-content"]],hostAttrs:[1,"mat-mdc-card-content"]}));let e=t;return e})(),Ise=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,zt]}));let e=t;return e})();function bRe(e,t){return this.dates()}function vRe(e,t){if(e&1&&(D(0,"span",0),P(1),A(2,"translate"),A(3,"firstLetterUppercase"),I()),e&2){let n=t.$implicit,a=L();z("ngClass",a.activeWeekDays().includes(n)?"active":"inactive"),C(),ne(" ",N(3,4,N(2,2,"medicationSchemeListView.days."+n))," ")}}var yRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.dates=Oe.required(),this.allDays=[Rt.MONDAY,Rt.TUESDAY,Rt.WEDNESDAY,Rt.THURSDAY,Rt.FRIDAY,Rt.SATURDAY,Rt.SUNDAY],this.activeWeekDays=ga(()=>this.dates().map(a=>this.allDays[gr(a)-1]))}get ariaLabel(){let a=this.dates().map(i=>this.allDays[gr(i)-1]).map(i=>this.translate.instant("commons.days."+i).toLowerCase()).join(", ");return this.translate.instant("medicationSchemeListView.toTake",{days:a})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-weekdays-intake"]],hostVars:1,hostBindings:function(a,i){a&2&&be("aria-label",i.ariaLabel)},inputs:{dates:[1,"dates"]},decls:2,vars:0,consts:[[3,"ngClass"]],template:function(a,i){a&1&&Ua(0,vRe,4,6,"span",0,bRe,!0),a&2&&Wa(i.allDays)},dependencies:[Pu,Zt,$i],styles:["[_nghost-%COMP%]{display:flex;margin:16px 0}@media only screen and (max-width: 600px){[_nghost-%COMP%]{justify-content:space-between}}@media only screen and (min-width: 600px){[_nghost-%COMP%] span[_ngcontent-%COMP%]{margin-right:8px}}[_nghost-%COMP%] span[_ngcontent-%COMP%]{font-weight:700;border-radius:6px;padding:6px}@media (max-width: 360px){[_nghost-%COMP%] span[_ngcontent-%COMP%]{padding:2px}}[_nghost-%COMP%] .active[_ngcontent-%COMP%]{color:#0d0d0d;background:#b8efd6;border:2px solid #1d8657}[_nghost-%COMP%] .inactive[_ngcontent-%COMP%]{color:gray;background:transparent;border:2px solid #808080}"],changeDetection:0});let e=t;return e})(),_Re=e=>({count:e});function xRe(e,t){e&1&&(P(0),A(1,"translateValue")),e&2&&ne(" ",N(1,1,t)," ")}function wRe(e,t){if(e&1&&(P(0),A(1,"translate")),e&2){let n=L();ne(" ",sa(1,1,"commons.administrationUnits."+n.unit,yn(4,_Re,n.value))," ")}}function kRe(e,t){if(e&1&&(P(0),A(1,"quantity"),V(2,wRe,2,6)),e&2){let n=t;ne(" ",N(1,2,n.value)," "),C(2),W(n.unit?2:-1)}}function ERe(e,t){e&1&&(D(0,"p"),P(1),I()),e&2&&(C(),ae(t))}function CRe(e,t){e&1&&(D(0,"p"),P(1),I()),e&2&&(C(),ae(t))}function SRe(e,t){if(e&1&&(V(0,ERe,2,1,"p")(1,CRe,2,1,"p"),A(2,"translateValue")),e&2){let n,a,i=L();W((n=i.item().medication.treatmentStartCondition)?0:-1,n),C(),W((a=N(2,2,i.item().medication.instructions))?1:-1,a)}}function DRe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-weekdays-intake",2),e&2){let n=L(2);z("dates",n.item().dates)}}function IRe(e,t){if(e&1&&(V(0,DRe,1,1,"vidis-medication-scheme-weekdays-intake",2),Z(1,"vidis-medication-scheme-remark-flag",3)),e&2){let n=L();W(n.dateInfo().view===n.views.WEEK?0:-1),C(),z("item",n.item())("dateInfo",n.dateInfo())}}var TRe=(()=>{const t=class t{constructor(){this.activeTab=Oe.required(),this.dateInfo=Oe.required(),this.item=Oe.required(),this.dayParts=Pe,this.views=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-card"]],inputs:{activeTab:[1,"activeTab"],dateInfo:[1,"dateInfo"],item:[1,"item"]},decls:13,vars:10,consts:[[1,"textOverflow"],[3,"item"],[3,"dates"],[3,"item","dateInfo"]],template:function(a,i){if(a&1&&(D(0,"mat-card")(1,"mat-card-content")(2,"strong",0),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I(),D(6,"p",0),V(7,xRe,2,3)(8,kRe,3,4),I(),D(9,"p"),Z(10,"vidis-medication-scheme-day-part",1),I(),V(11,SRe,3,4)(12,IRe,2,3),I()()),a&2){let r,s;C(3),ae(N(5,8,N(4,6,i.item().medication.name))),C(4),W((r=i.item().posology.text)?7:-1,r),C(),W((s=i.item().posology.quantity)?8:-1,s),C(2),z("item",i.item()),C(),W(i.activeTab()===i.dayParts.IF_NEEDED?11:-1),C(),W(i.activeTab()!==i.dayParts.IF_NEEDED?12:-1)}},dependencies:[Ise,Sse,Dse,ai,th,Zt,ih,yRe,_se,rc,$i,i0],styles:["mat-card[_ngcontent-%COMP%]{margin-top:10px}mat-card[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-left:16px}"],changeDetection:0});let e=t;return e})(),ARe=()=>({height:"250px",margin:"3px"});function ORe(e,t){e&1&&Z(0,"ngx-skeleton-loader",1),e&2&&z("count",2)("theme",pn(2,ARe))}function RRe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-card",3),xe("click",function(){let a=Ee(n).$implicit,i=L(4);return Ce(i.clickDetails.emit(a.medication.id))}),I()}if(e&2){let n=t.$implicit,a=L(3).$implicit,i=L();z("activeTab",a.part)("dateInfo",i.dateInfo())("item",n)}}function MRe(e,t){if(e&1&&Ua(0,RRe,1,3,"vidis-medication-scheme-card",2,Oi),e&2){let n=L();Wa(n)}}function PRe(e,t){if(e&1&&(D(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),P(3),A(4,"translate"),I()(),V(5,ORe,1,3,"ngx-skeleton-loader",1)(6,MRe,2,0),I()),e&2){let n=t,a=L().$implicit,i=L();z("disabled",!i.isLoading()&&n.length<=0),C(3),mr("",N(4,4,"medicationSchemeMoments."+a)," (",n.length,")"),C(2),W(i.isLoading()?5:6)}}function NRe(e,t){if(e&1&&(V(0,PRe,7,6,"mat-expansion-panel",0),A(1,"filterMedicationByDayPart")),e&2){let n,a=t.$implicit,i=L();W((n=sa(1,1,i.items(),a))?0:-1,n)}}var LRe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.dateInfo=Oe.required(),this.items=Oe.required({transform:this.filterOutUndefinedMedications}),this.clickDetails=to(),this.dayPartOrder=Object.values(Pe)}filterOutUndefinedMedications(a){return a.filter(i=>i.medication)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-mobile"]],inputs:{isLoading:[1,"isLoading"],dateInfo:[1,"dateInfo"],items:[1,"items"]},outputs:{clickDetails:"clickDetails"},decls:3,vars:0,consts:[[3,"disabled"],["appearence","line",3,"count","theme"],[3,"activeTab","dateInfo","item"],[3,"click","activeTab","dateInfo","item"]],template:function(a,i){a&1&&(D(0,"mat-accordion"),Ua(1,NRe,2,4,null,null,Oi),I()),a&2&&(C(),Wa(i.dayPartOrder))},dependencies:[Ese,Cse,r0,o0,kse,sc,oc,TRe,yIe,Zt],styles:["mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-text-color: #2473db}mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-indicator-color: #2473db}mat-card[_ngcontent-%COMP%]{margin-top:10px}"],changeDetection:0});let e=t;return e})();function FRe(e,t){if(e&1&&(D(0,"p",3),P(1),A(2,"translate"),I()),e&2){let n=L();C(),ae(N(2,1,"medicationSchemeListView.noMedications."+n.activeDate().view))}}var VRe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.filteredMedicationViewItems=Oe.required(),this.activeDate=_s.required(),this.clickDetails=to()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-moment-view"]],inputs:{isLoading:[1,"isLoading"],filteredMedicationViewItems:[1,"filteredMedicationViewItems"],activeDate:[1,"activeDate"]},outputs:{activeDate:"activeDateChange",clickDetails:"clickDetails"},decls:4,vars:8,consts:[[3,"activeDateChange","activeDate"],[3,"isLoading","dateInfo","items"],[3,"clickDetails","isLoading","dateInfo","items"],[1,"no-content"]],template:function(a,i){a&1&&(D(0,"vidis-medication-scheme-date-toggler",0),wr("activeDateChange",function(r){return ho(i.activeDate,r)||(i.activeDate=r),r}),I(),Z(1,"vidis-medication-scheme-desktop",1),D(2,"vidis-medication-scheme-mobile",2),xe("clickDetails",function(r){return i.clickDetails.emit(r)}),I(),V(3,FRe,3,3,"p",3)),a&2&&(xr("activeDate",i.activeDate),C(),z("isLoading",i.isLoading())("dateInfo",i.activeDate())("items",i.filteredMedicationViewItems()),C(),z("isLoading",i.isLoading())("dateInfo",i.activeDate())("items",i.filteredMedicationViewItems()),C(),W(!i.isLoading()&&i.filteredMedicationViewItems().length<=0?3:-1))},dependencies:[ai,Zt,aRe,LRe,FAe],styles:["@media only screen and (min-width: 960px){vidis-medication-scheme-mobile[_ngcontent-%COMP%]{display:none}}@media only screen and (max-width: 960px){vidis-medication-scheme-desktop[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),zRe=(()=>{const t=class t{constructor(){this.translate=_(La),this.loadingStatus=ur,this.isLoading=Oe.required(),this.medicationScheme=Oe.required(),this.view=Oe.required(),this.clickDetails=to(),this.dateToggleEmit=_s.required(),this.activeDate=ga(()=>ht(ue({},this.dateToggleEmit()),{view:this.view()})),this.currentLang=Soe(this.translate.onLangChange.pipe(Dt(a=>a.lang),Aa(this.translate.currentLang))),this.filteredMedicationViewItems=ga(()=>{let a=this.medicationScheme(),i=Object.values(Pe);if(!this.isLoading()&&a){let r=fIe(a.medications),s=this.filterMedications(r,this.activeDate());return i.forEach(l=>{s.some(c=>c.posology.dayPart===l)||s.push({medication:void 0,posology:{dayPart:l}})}),pIe(s,this.currentLang())}return[]})}filterMedications(a,i){if(this.view()==bi.DAY)return a.filter(s=>_y(s,i.displayDate));let r=QDe(i.startOfWeek,i.endOfWeek);return a.map(s=>ht(ue({},s),{dates:r.filter(l=>_y(s,l))})).filter(s=>s.dates.length)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-daily-weekly"]],inputs:{isLoading:[1,"isLoading"],medicationScheme:[1,"medicationScheme"],view:[1,"view"],dateToggleEmit:[1,"dateToggleEmit"]},outputs:{clickDetails:"clickDetails",dateToggleEmit:"dateToggleEmitChange"},decls:1,vars:3,consts:[[3,"activeDateChange","clickDetails","isLoading","filteredMedicationViewItems","activeDate"]],template:function(a,i){a&1&&(D(0,"vidis-medication-scheme-moment-view",0),xe("activeDateChange",function(r){return i.dateToggleEmit.set(r)})("clickDetails",function(r){return i.clickDetails.emit(r)}),I()),a&2&&z("isLoading",i.isLoading())("filteredMedicationViewItems",i.filteredMedicationViewItems())("activeDate",i.activeDate())},dependencies:[VRe],encapsulation:2,changeDetection:0});let e=t;return e})(),BRe=["button"],jRe=["*"];function HRe(e,t){if(e&1&&(D(0,"div",2),Z(1,"mat-pseudo-checkbox",6),I()),e&2){let n=L();C(),z("disabled",n.disabled)}}var Tse=new Y("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS",{providedIn:"root",factory:URe});function URe(){return{hideSingleSelectionIndicator:!1,hideMultipleSelectionIndicator:!1,disabledInteractive:!1}}var Ase=new Y("MatButtonToggleGroup"),WRe={provide:zu,useExisting:so(()=>Rse),multi:!0},Ose=class{constructor(e,t){o(this,"source");o(this,"value");this.source=e,this.value=t}},Rse=(()=>{const t=class t{constructor(){o(this,"_changeDetector",_(Et));o(this,"_dir",_(Na,{optional:!0}));o(this,"_multiple",!1);o(this,"_disabled",!1);o(this,"_disabledInteractive",!1);o(this,"_selectionModel");o(this,"_rawValue");o(this,"_controlValueAccessorChangeFn",()=>{});o(this,"_onTouched",()=>{});o(this,"_buttonToggles");o(this,"appearance");o(this,"_name",_(la).getId("mat-button-toggle-group-"));o(this,"vertical");o(this,"valueChange",new te);o(this,"change",new te);o(this,"_hideSingleSelectionIndicator");o(this,"_hideMultipleSelectionIndicator");let a=_(Tse,{optional:!0});this.appearance=a&&a.appearance?a.appearance:"standard",this.hideSingleSelectionIndicator=(a==null?void 0:a.hideSingleSelectionIndicator)??!1,this.hideMultipleSelectionIndicator=(a==null?void 0:a.hideMultipleSelectionIndicator)??!1}get name(){return this._name}set name(a){this._name=a,this._markButtonsForCheck()}get value(){let a=this._selectionModel?this._selectionModel.selected:[];return this.multiple?a.map(i=>i.value):a[0]?a[0].value:void 0}set value(a){this._setSelectionByValue(a),this.valueChange.emit(this.value)}get selected(){let a=this._selectionModel?this._selectionModel.selected:[];return this.multiple?a:a[0]||null}get multiple(){return this._multiple}set multiple(a){this._multiple=a,this._markButtonsForCheck()}get disabled(){return this._disabled}set disabled(a){this._disabled=a,this._markButtonsForCheck()}get disabledInteractive(){return this._disabledInteractive}set disabledInteractive(a){this._disabledInteractive=a,this._markButtonsForCheck()}get dir(){return this._dir&&this._dir.value==="rtl"?"rtl":"ltr"}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(a){this._hideSingleSelectionIndicator=a,this._markButtonsForCheck()}get hideMultipleSelectionIndicator(){return this._hideMultipleSelectionIndicator}set hideMultipleSelectionIndicator(a){this._hideMultipleSelectionIndicator=a,this._markButtonsForCheck()}ngOnInit(){this._selectionModel=new iC(this.multiple,void 0,!1)}ngAfterContentInit(){this._selectionModel.select(...this._buttonToggles.filter(a=>a.checked)),this.multiple||this._initializeTabIndex()}writeValue(a){this.value=a,this._changeDetector.markForCheck()}registerOnChange(a){this._controlValueAccessorChangeFn=a}registerOnTouched(a){this._onTouched=a}setDisabledState(a){this.disabled=a}_keydown(a){if(this.multiple||this.disabled)return;let i=a.target.id,r=this._buttonToggles.toArray().findIndex(l=>l.buttonId===i),s=null;switch(a.keyCode){case 32:case 13:s=this._buttonToggles.get(r)||null;break;case 38:s=this._getNextButton(r,-1);break;case 37:s=this._getNextButton(r,this.dir==="ltr"?-1:1);break;case 40:s=this._getNextButton(r,1);break;case 39:s=this._getNextButton(r,this.dir==="ltr"?1:-1);break;default:return}s&&(a.preventDefault(),s._onButtonClick(),s.focus())}_emitChangeEvent(a){let i=new Ose(a,this.value);this._rawValue=i.value,this._controlValueAccessorChangeFn(i.value),this.change.emit(i)}_syncButtonToggle(a,i,r=!1,s=!1){!this.multiple&&this.selected&&!a.checked&&(this.selected.checked=!1),this._selectionModel?i?this._selectionModel.select(a):this._selectionModel.deselect(a):s=!0,s?Promise.resolve().then(()=>this._updateModelValue(a,r)):this._updateModelValue(a,r)}_isSelected(a){return this._selectionModel&&this._selectionModel.isSelected(a)}_isPrechecked(a){return typeof this._rawValue>"u"?!1:this.multiple&&Array.isArray(this._rawValue)?this._rawValue.some(i=>a.value!=null&&i===a.value):a.value===this._rawValue}_initializeTabIndex(){if(this._buttonToggles.forEach(a=>{a.tabIndex=-1}),this.selected)this.selected.tabIndex=0;else for(let a=0;a<this._buttonToggles.length;a++){let i=this._buttonToggles.get(a);if(!i.disabled){i.tabIndex=0;break}}this._markButtonsForCheck()}_getNextButton(a,i){let r=this._buttonToggles;for(let s=1;s<=r.length;s++){let l=(a+i*s+r.length)%r.length,c=r.get(l);if(c&&!c.disabled)return c}return null}_setSelectionByValue(a){if(this._rawValue=a,!this._buttonToggles)return;let i=this._buttonToggles.toArray();if(this.multiple&&a?(this._clearSelection(),a.forEach(r=>this._selectValue(r,i))):(this._clearSelection(),this._selectValue(a,i)),!this.multiple&&i.every(r=>r.tabIndex===-1)){for(let r of i)if(!r.disabled){r.tabIndex=0;break}}}_clearSelection(){this._selectionModel.clear(),this._buttonToggles.forEach(a=>{a.checked=!1,this.multiple||(a.tabIndex=-1)})}_selectValue(a,i){for(let r of i)if(r.value===a){r.checked=!0,this._selectionModel.select(r),this.multiple||(r.tabIndex=0);break}}_updateModelValue(a,i){i&&this._emitChangeEvent(a),this.valueChange.emit(this.value)}_markButtonsForCheck(){var a;(a=this._buttonToggles)==null||a.forEach(i=>i._markForCheck())}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵdir",pe({type:t,selectors:[["mat-button-toggle-group"]],contentQueries:function(a,i,r){if(a&1&&gt(r,s0,5),a&2){let s;ye(s=_e())&&(i._buttonToggles=s)}},hostAttrs:[1,"mat-button-toggle-group"],hostVars:6,hostBindings:function(a,i){a&1&&xe("keydown",function(r){return i._keydown(r)}),a&2&&(be("role",i.multiple?"group":"radiogroup")("aria-disabled",i.disabled),Se("mat-button-toggle-vertical",i.vertical)("mat-button-toggle-group-appearance-standard",i.appearance==="standard"))},inputs:{appearance:"appearance",name:"name",vertical:[2,"vertical","vertical",me],value:"value",multiple:[2,"multiple","multiple",me],disabled:[2,"disabled","disabled",me],disabledInteractive:[2,"disabledInteractive","disabledInteractive",me],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",me],hideMultipleSelectionIndicator:[2,"hideMultipleSelectionIndicator","hideMultipleSelectionIndicator",me]},outputs:{valueChange:"valueChange",change:"change"},exportAs:["matButtonToggleGroup"],features:[dt([WRe,{provide:Ase,useExisting:t}])]}));let e=t;return e})(),s0=(()=>{const t=class t{constructor(){o(this,"_changeDetectorRef",_(Et));o(this,"_elementRef",_(Ae));o(this,"_focusMonitor",_(mo));o(this,"_idGenerator",_(la));o(this,"_animationMode",_(Oa,{optional:!0}));o(this,"_checked",!1);o(this,"ariaLabel");o(this,"ariaLabelledby",null);o(this,"_buttonElement");o(this,"buttonToggleGroup");o(this,"id");o(this,"name");o(this,"value");o(this,"_tabIndex");o(this,"disableRipple");o(this,"_appearance");o(this,"_disabled",!1);o(this,"_disabledInteractive");o(this,"change",new te);_(Ra).load(Yn);let a=_(Ase,{optional:!0}),i=_(new fs("tabindex"),{optional:!0})||"",r=_(Tse,{optional:!0});this._tabIndex=parseInt(i)||0,this.buttonToggleGroup=a,this.appearance=r&&r.appearance?r.appearance:"standard",this.disabledInteractive=(r==null?void 0:r.disabledInteractive)??!1}get buttonId(){return`${this.id}-button`}get tabIndex(){return this._tabIndex}set tabIndex(a){a!==this._tabIndex&&(this._tabIndex=a,this._markForCheck())}get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(a){this._appearance=a}get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(a){a!==this._checked&&(this._checked=a,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(a){this._disabled=a}get disabledInteractive(){return this._disabledInteractive||this.buttonToggleGroup!==null&&this.buttonToggleGroup.disabledInteractive}set disabledInteractive(a){this._disabledInteractive=a}ngOnInit(){let a=this.buttonToggleGroup;this.id=this.id||this._idGenerator.getId("mat-button-toggle-"),a&&(a._isPrechecked(this)?this.checked=!0:a._isSelected(this)!==this._checked&&a._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._animationMode!=="NoopAnimations"&&this._elementRef.nativeElement.classList.add("mat-button-toggle-animations-enabled"),this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){let a=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),a&&a._isSelected(this)&&a._syncButtonToggle(this,!1,!1,!0)}focus(a){this._buttonElement.nativeElement.focus(a)}_onButtonClick(){if(this.disabled)return;let a=this.isSingleSelector()?!0:!this._checked;if(a!==this._checked&&(this._checked=a,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.isSingleSelector()){let i=this.buttonToggleGroup._buttonToggles.find(r=>r.tabIndex===0);i&&(i.tabIndex=-1),this.tabIndex=0}this.change.emit(new Ose(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this.isSingleSelector()?this.buttonToggleGroup.name:this.name||null}isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["mat-button-toggle"]],viewQuery:function(a,i){if(a&1&&Ze(BRe,5),a&2){let r;ye(r=_e())&&(i._buttonElement=r.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:14,hostBindings:function(a,i){a&1&&xe("focus",function(){return i.focus()}),a&2&&(be("aria-label",null)("aria-labelledby",null)("id",i.id)("name",null),Se("mat-button-toggle-standalone",!i.buttonToggleGroup)("mat-button-toggle-checked",i.checked)("mat-button-toggle-disabled",i.disabled)("mat-button-toggle-disabled-interactive",i.disabledInteractive)("mat-button-toggle-appearance-standard",i.appearance==="standard"))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",disableRipple:[2,"disableRipple","disableRipple",me],appearance:"appearance",checked:[2,"checked","checked",me],disabled:[2,"disabled","disabled",me],disabledInteractive:[2,"disabledInteractive","disabledInteractive",me]},outputs:{change:"change"},exportAs:["matButtonToggle"],ngContentSelectors:jRe,decls:7,vars:13,consts:[["button",""],["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"click","id","disabled"],[1,"mat-button-toggle-checkbox-wrapper"],[1,"mat-button-toggle-label-content"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"],["state","checked","aria-hidden","true","appearance","minimal",3,"disabled"]],template:function(a,i){if(a&1){let r=xt();Tt(),D(0,"button",1,0),xe("click",function(){return Ee(r),Ce(i._onButtonClick())}),V(2,HRe,2,1,"div",2),D(3,"span",3),Re(4),I()(),Z(5,"span",4)(6,"span",5)}if(a&2){let r=Ri(1);z("id",i.buttonId)("disabled",i.disabled&&!i.disabledInteractive||null),be("role",i.isSingleSelector()?"radio":"button")("tabindex",i.disabled&&!i.disabledInteractive?-1:i.tabIndex)("aria-pressed",i.isSingleSelector()?null:i.checked)("aria-checked",i.isSingleSelector()?i.checked:null)("name",i._getButtonName())("aria-label",i.ariaLabel)("aria-labelledby",i.ariaLabelledby)("aria-disabled",i.disabled&&i.disabledInteractive?"true":null),C(2),W(i.buttonToggleGroup&&(!i.buttonToggleGroup.multiple&&!i.buttonToggleGroup.hideSingleSelectionIndicator||i.buttonToggleGroup.multiple&&!i.buttonToggleGroup.hideMultipleSelectionIndicator)?2:-1),C(4),z("matRippleTrigger",r)("matRippleDisabled",i.disableRipple||i.disabled)}},dependencies:[Vu,UE],styles:[`.mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:translateZ(0);border-radius:var(--mat-legacy-button-toggle-shape)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-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)}@media(forced-colors: active){.mat-button-toggle-standalone,.mat-button-toggle-group{outline:solid 1px}}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,.mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}@media(forced-colors: active){.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{outline:0}}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle{white-space:nowrap;position:relative;color:var(--mat-legacy-button-toggle-text-color);font-family:var(--mat-legacy-button-toggle-label-text-font);font-size:var(--mat-legacy-button-toggle-label-text-size);line-height:var(--mat-legacy-button-toggle-label-text-line-height);font-weight:var(--mat-legacy-button-toggle-label-text-weight);letter-spacing:var(--mat-legacy-button-toggle-label-text-tracking);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-legacy-button-toggle-selected-state-text-color)}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-legacy-button-toggle-focus-state-layer-opacity)}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle-checkbox-wrapper{display:inline-block;justify-content:flex-start;align-items:center;width:0;height:18px;line-height:18px;overflow:hidden;box-sizing:border-box;position:absolute;top:50%;left:16px;transform:translate3d(0, -50%, 0)}[dir=rtl] .mat-button-toggle-checkbox-wrapper{left:auto;right:16px}.mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:12px}[dir=rtl] .mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:auto;right:12px}.mat-button-toggle-checked .mat-button-toggle-checkbox-wrapper{width:18px}.mat-button-toggle-animations-enabled .mat-button-toggle-checkbox-wrapper{transition:width 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-checkbox-wrapper{transition:none}.mat-button-toggle-checked{color:var(--mat-legacy-button-toggle-selected-state-text-color);background-color:var(--mat-legacy-button-toggle-selected-state-background-color)}.mat-button-toggle-disabled{pointer-events:none;color:var(--mat-legacy-button-toggle-disabled-state-text-color);background-color:var(--mat-legacy-button-toggle-disabled-state-background-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-legacy-button-toggle-disabled-state-text-color)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:var(--mat-legacy-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-disabled-interactive{pointer-events:auto}.mat-button-toggle-appearance-standard{color:var(--mat-standard-button-toggle-text-color, var(--mat-sys-on-surface));background-color:var(--mat-standard-button-toggle-background-color, transparent);font-family:var(--mat-standard-button-toggle-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-standard-button-toggle-label-text-size, var(--mat-sys-label-large-size));line-height:var(--mat-standard-button-toggle-label-text-line-height, var(--mat-sys-label-large-line-height));font-weight:var(--mat-standard-button-toggle-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mat-standard-button-toggle-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:none;border-top:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container));background-color:var(--mat-standard-button-toggle-selected-state-background-color, var(--mat-sys-secondary-container))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled{color:var(--mat-standard-button-toggle-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-standard-button-toggle-disabled-state-background-color, transparent)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-standard-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-standard-button-toggle-disabled-selected-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:var(--mat-standard-button-toggle-state-layer-color, var(--mat-sys-on-surface))}.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-button-toggle-appearance-standard.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}@media(hover: none){.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{display:none}}.mat-button-toggle-label-content{-webkit-user-select:none;user-select:none;display:inline-block;padding:0 16px;line-height:var(--mat-legacy-button-toggle-height);position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px;line-height:var(--mat-standard-button-toggle-height, 40px)}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;pointer-events:none;opacity:0;background-color:var(--mat-legacy-button-toggle-state-layer-color)}@media(forced-colors: active){.mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 500px;opacity:.5;height:0}.mat-button-toggle-checked:hover .mat-button-toggle-focus-overlay{opacity:.6}.mat-button-toggle-checked.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{border-bottom:solid 500px}}.mat-button-toggle .mat-button-toggle-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-toggle-button{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.mat-button-toggle-animations-enabled .mat-button-toggle-button{transition:padding 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-button{transition:none}.mat-button-toggle-disabled .mat-button-toggle-button{cursor:default}.mat-button-toggle-button::-moz-focus-inner{border:0}.mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:30px}[dir=rtl] .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:0;padding-right:30px}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{--mat-focus-indicator-border-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-bottom-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large));border-top-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-sys-corner-extra-large))}
73
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),qRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({imports:[zt,fg,s0,zt]}));let e=t;return e})(),GRe=["*"];function YRe(e,t){e&1&&(D(0,"div",2),dr(),D(1,"svg",3),Z(2,"path",4),I()())}var Mse=new Y("MAT_SORT_DEFAULT_OPTIONS"),Gm=(()=>{const t=class t{constructor(a){o(this,"_defaultOptions");o(this,"_initializedStream",new tf(1));o(this,"sortables",new Map);o(this,"_stateChanges",new he);o(this,"active");o(this,"start","asc");o(this,"_direction","");o(this,"disableClear");o(this,"disabled",!1);o(this,"sortChange",new te);o(this,"initialized",this._initializedStream);this._defaultOptions=a}get direction(){return this._direction}set direction(a){this._direction=a}register(a){this.sortables.set(a.id,a)}deregister(a){this.sortables.delete(a.id)}sort(a){this.active!=a.id?(this.active=a.id,this.direction=a.start?a.start:this.start):this.direction=this.getNextSortDirection(a),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(a){var l;if(!a)return"";let i=(a==null?void 0:a.disableClear)??this.disableClear??!!((l=this._defaultOptions)!=null&&l.disableClear),r=$Re(a.start||this.start,i),s=r.indexOf(this.direction)+1;return s>=r.length&&(s=0),r[s]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}};o(t,"ɵfac",function(a){return new(a||t)(Xt(Mse,8))}),o(t,"ɵdir",pe({type:t,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",me],disabled:[2,"matSortDisabled","disabled",me]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[Jt]}));let e=t;return e})();function $Re(e,t){let n=["asc","desc"];return e=="desc"&&n.reverse(),t||n.push(""),n}var Qd=(()=>{const t=class t{constructor(){o(this,"changes",new he)}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵprov",$({token:t,factory:t.ɵfac,providedIn:"root"}));let e=t;return e})();function ZRe(e){return e||new Qd}var KRe={provide:Qd,deps:[[new ls,new cs,Qd]],useFactory:ZRe},XRe=(()=>{const t=class t{constructor(){o(this,"_intl",_(Qd));o(this,"_sort",_(Gm,{optional:!0}));o(this,"_columnDef",_("MAT_SORT_HEADER_COLUMN_DEF",{optional:!0}));o(this,"_changeDetectorRef",_(Et));o(this,"_focusMonitor",_(mo));o(this,"_elementRef",_(Ae));o(this,"_ariaDescriber",_(Ybe,{optional:!0}));o(this,"_renderChanges");o(this,"_animationModule",_(Oa,{optional:!0}));o(this,"_recentlyCleared",Qa(null));o(this,"_sortButton");o(this,"id");o(this,"arrowPosition","after");o(this,"start");o(this,"disabled",!1);o(this,"_sortActionDescription","Sort");o(this,"disableClear");_(Ra).load(Yn);let a=_(Mse,{optional:!0});this._sort,a!=null&&a.arrowPosition&&(this.arrowPosition=a==null?void 0:a.arrowPosition)}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(a){this._updateSortActionDescription(a)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._sort.register(this),this._renderChanges=fa(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 a,i;this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),(a=this._renderChanges)==null||a.unsubscribe(),this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription))}_toggleOnInteraction(){if(!this._isDisabled()){let a=this._isSorted(),i=this._sort.direction;this._sort.sort(this),this._recentlyCleared.set(a&&!this._isSorted()?i:null)}}_handleKeydown(a){(a.keyCode===32||a.keyCode===13)&&(a.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(a){var i,r;this._sortButton&&((i=this._ariaDescriber)==null||i.removeDescription(this._sortButton,this._sortActionDescription),(r=this._ariaDescriber)==null||r.describe(this._sortButton,a)),this._sortActionDescription=a}};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵcmp",le({type:t,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(a,i){a&1&&xe("click",function(){return i._toggleOnInteraction()})("keydown",function(r){return i._handleKeydown(r)})("mouseleave",function(){return i._recentlyCleared.set(null)}),a&2&&(be("aria-sort",i._getAriaSortAttribute()),Se("mat-sort-header-disabled",i._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",me],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",me]},exportAs:["matSortHeader"],ngContentSelectors:GRe,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(a,i){a&1&&(Tt(),D(0,"div",0)(1,"div",1),Re(2),I(),V(3,YRe,3,0,"div",2),I()),a&2&&(Se("mat-sort-header-sorted",i._isSorted())("mat-sort-header-position-before",i.arrowPosition==="before")("mat-sort-header-descending",i._sort.direction==="desc")("mat-sort-header-ascending",i._sort.direction==="asc")("mat-sort-header-recently-cleared-ascending",i._recentlyCleared()==="asc")("mat-sort-header-recently-cleared-descending",i._recentlyCleared()==="desc")("mat-sort-header-animations-disabled",i._animationModule==="NoopAnimations"),be("tabindex",i._isDisabled()?null:0)("role",i._isDisabled()?null:"button"),C(3),W(i._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}
74
+ `],encapsulation:2,changeDetection:0}));let e=t;return e})(),QRe=(()=>{const t=class t{};o(t,"ɵfac",function(a){return new(a||t)}),o(t,"ɵmod",_t({type:t})),o(t,"ɵinj",yt({providers:[KRe],imports:[zt]}));let e=t;return e})(),JRe=()=>["expandDetails"],eMe=e=>({view:e}),tMe=()=>({height:"47px",margin:"0px"});function aMe(e,t){e&1&&(D(0,"th",16),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.medication")," "))}function iMe(e,t){if(e&1){let n=xt();D(0,"td",17)(1,"vidis-table-detail-button",18),wr("expandedElementChange",function(a){Ee(n);let i=L();return ho(i.expandedElement,a)||(i.expandedElement=a),Ce(a)}),D(2,"div",19),P(3),A(4,"translateValue"),A(5,"firstLetterUppercase"),I()()()}if(e&2){let n=t.$implicit,a=L();C(),z("item",n),xr("expandedElement",a.expandedElement),C(2),ae(N(5,5,N(4,3,n.name)))}}function nMe(e,t){e&1&&Z(0,"th",20)}function rMe(e,t){e&1&&(D(0,"mat-chip-set")(1,"mat-chip",21),P(2),A(3,"translate"),I()()),e&2&&(C(),z("disableRipple",!0),C(),ne(" ",N(3,2,"medicationSchemeListView.future")," "))}function oMe(e,t){if(e&1&&(D(0,"td",17),V(1,rMe,4,4,"mat-chip-set"),A(2,"isFutureMedication"),I()),e&2){let n=t.$implicit;C(),W(N(2,1,n)?1:-1)}}function sMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.dose")," "))}function lMe(e,t){e&1&&(D(0,"div",22),P(1),I()),e&2&&(C(),ae(t))}function cMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.consultDetails")," ")}function dMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified")," ")}function uMe(e,t){if(e&1&&(D(0,"td",17),V(1,lMe,2,1,"div",22),A(2,"dose"),V(3,cMe,2,3)(4,dMe,2,3),I()),e&2){let n,a=t.$implicit;C(),W((n=N(2,1,a))?1:!(a.posology==null||a.posology[0]==null)&&a.posology[0].quantity||!(a.posology==null||a.posology[0]==null)&&a.posology[0].text?3:4,n)}}function hMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.indication")," "))}function pMe(e,t){if(e&1&&(D(0,"div",22),P(1),A(2,"translateValue"),A(3,"firstLetterUppercase"),I()),e&2){let n=L().$implicit;C(),ae(N(3,3,N(2,1,n.indication)))}}function mMe(e,t){if(e&1&&(D(0,"td",17),V(1,pMe,4,5,"div",22),I()),e&2){let n=t.$implicit;C(),W(n.indication?1:-1)}}function fMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.remark")," "))}function gMe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-remark-flag",23),e&2){let n=L(2);z("dateInfo",yn(1,eMe,n.dateTogglerViews.LIST))}}function bMe(e,t){if(e&1&&(D(0,"td",17),V(1,gMe,1,3,"vidis-medication-scheme-remark-flag",23),I()),e&2){let n=t.$implicit,a=L();C(),W(n.temporality===a.temporality.ONESHOT?1:-1)}}function vMe(e,t){e&1&&(D(0,"th",20),P(1),A(2,"translate"),I()),e&2&&(C(),ne(" ",N(2,1,"medicationSchemeListView.headers.leaflet")," "))}function yMe(e,t){e&1&&(D(0,"a",24),A(1,"translateValue"),A(2,"translate"),Z(3,"mat-icon",25),I()),e&2&&(z("href",N(1,2,t),Vf),be("aria-label",N(2,4,"medicationSchemeListView.headers.leaflet")))}function _Me(e,t){if(e&1&&(D(0,"td",17),V(1,yMe,4,6,"a",24),I()),e&2){let n,a=t.$implicit;C(),W((n=a.leaflet)?1:-1,n)}}function xMe(e,t){if(e&1&&(D(0,"td",26)(1,"div"),Z(2,"vidis-medication-scheme-details-row",27),I()()),e&2){let n=t.$implicit,a=L();Se("mh-detail-row--expanded",n===a.expandedElement()),z("colSpan",a.columnsToDisplay().length),C(2),z("medication",n)}}function wMe(e,t){e&1&&Z(0,"tr",28)}function kMe(e,t){if(e&1&&Z(0,"tr",29),e&2){let n=L();z("hidden",n.isLoading())}}function EMe(e,t){if(e&1&&Z(0,"tr",30),e&2){let n=L();z("hidden",n.isLoading())}}function CMe(e,t){e&1&&Z(0,"ngx-skeleton-loader",15),e&2&&z("count",3)("theme",pn(2,tMe))}var SMe=(()=>{const t=class t{set sort(a){this.dataSource.sort=a,this.dataSource.sortingDataAccessor=(i,r)=>this.getSortingAccessor(i,r)}constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.view=Oe.required(),this.medications=Oe.required(),this.temporality=ji,this.dateTogglerViews=bi,this.dataSource=new bse([]),this.columnsToDisplay=ga(()=>{var a;return(a=this.medications())!=null&&a.some(i=>Ju(i))?["name","future","dose","indication","remark","leaflet"]:["name","dose","indication","remark","leaflet"]}),this.expandedElement=Qa(null),Ou(()=>this.dataSource.data=this.medications())}getSortingAccessor(a,i){var r;return i!=="name"||!a[i]?"":(r=ic(a[i],this.translate.currentLang))==null?void 0:r.normalize("NFD").replace(/[\u0300-\u036f]/g,"").toLocaleLowerCase()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-desktop"]],viewQuery:function(a,i){if(a&1&&Ze(Gm,7),a&2){let r;ye(r=_e())&&(i.sort=r.first)}},inputs:{isLoading:[1,"isLoading"],view:[1,"view"],medications:[1,"medications"]},decls:26,vars:9,consts:[["mat-table","","matSort","","matSortActive","name","matSortDirection","asc","matSortDisableClear","","multiTemplateDataRows","",3,"dataSource"],["matColumnDef","name"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","future"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","dose"],["matColumnDef","indication"],["matColumnDef","remark"],["matColumnDef","leaflet"],["matColumnDef","expandDetails"],["mat-cell","",3,"mh-detail-row--expanded","colSpan",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns"],["class","mh-detail-row","mat-row","",3,"hidden",4,"matRowDef","matRowDefColumns"],["appearance","line",3,"count","theme"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[3,"expandedElementChange","item","expandedElement"],[1,"textOverflow","align-left"],["mat-header-cell",""],[1,"mh-green","mh-no-overlay",3,"disableRipple"],[1,"textOverflow"],[3,"dateInfo"],["mat-icon-button","","target","_blank",3,"href"],["fontIcon","menu_book"],["mat-cell","",3,"colSpan"],[3,"medication"],["mat-header-row",""],["mat-row","",3,"hidden"],["mat-row","",1,"mh-detail-row",3,"hidden"]],template:function(a,i){a&1&&(D(0,"table",0),A(1,"translate"),pa(2,1),V(3,aMe,3,3,"th",2)(4,iMe,6,7,"td",3),ma(),pa(5,4),V(6,nMe,1,0,"th",5)(7,oMe,3,3,"td",3),ma(),pa(8,6),V(9,sMe,3,3,"th",5)(10,uMe,5,3,"td",3),ma(),pa(11,7),V(12,hMe,3,3,"th",5)(13,mMe,2,1,"td",3),ma(),pa(14,8),V(15,fMe,3,3,"th",5)(16,bMe,2,1,"td",3),ma(),pa(17,9),V(18,vMe,3,3,"th",5)(19,_Me,2,1,"td",3),ma(),pa(20,10),V(21,xMe,3,4,"td",11),ma(),V(22,wMe,1,0,"tr",12)(23,kMe,1,1,"tr",13)(24,EMe,1,1,"tr",14),I(),V(25,CMe,1,3,"ngx-skeleton-loader",15)),a&2&&(z("dataSource",i.dataSource),be("aria-label",N(1,6,"medicationSchemeListView."+i.view())),C(22),z("matHeaderRowDef",i.columnsToDisplay()),C(),z("matRowDefColumns",i.columnsToDisplay()),C(),z("matRowDefColumns",pn(8,JRe)),C(),W(i.isLoading()?25:-1))},dependencies:[yse,ah,gse,ose,lse,hse,cse,sse,pse,dse,use,mse,fse,QRe,Gm,XRe,th,Er,sc,oc,Zt,ih,Woe,Xoe,rc,$i,Moe,Hoe],styles:[".font[_ngcontent-%COMP%]{font-size:1rem}"],changeDetection:0});let e=t;return e})(),DMe=e=>({view:e});function IMe(e,t){e&1&&(D(0,"div",0)(1,"mat-chip-set")(2,"mat-chip",3),P(3),A(4,"translate"),I()()()),e&2&&(C(2),z("disableRipple",!0),C(),ne(" ",N(4,2,"medicationSchemeListView.future")," "))}function TMe(e,t){e&1&&P(0),e&2&&ne(" ",t," ")}function AMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.consultDetails")," ")}function OMe(e,t){e&1&&(P(0),A(1,"translate")),e&2&&ne(" ",N(1,1,"medicationSchemeListView.notSpecified")," ")}function RMe(e,t){e&1&&(D(0,"p",1),P(1),A(2,"firstLetterUppercase"),I()),e&2&&(C(),ne(" ",N(2,1,t)," "))}function MMe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-remark-flag",2),e&2){let n=L();z("dateInfo",yn(1,DMe,n.dateTogglerViews.LIST))}}var PMe=(()=>{const t=class t{constructor(){this.medication=Oe.required(),this.temporality=ji,this.dateTogglerViews=bi}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-card"]],inputs:{medication:[1,"medication"]},decls:16,vars:15,consts:[[1,"text-end"],[1,"textOverflow"],[3,"dateInfo"],[1,"mh-green","mh-no-overlay",3,"disableRipple"]],template:function(a,i){if(a&1&&(D(0,"mat-card")(1,"mat-card-content"),V(2,IMe,5,4,"div",0),A(3,"isFutureMedication"),D(4,"strong",1),P(5),A(6,"translateValue"),A(7,"firstLetterUppercase"),I(),D(8,"p",1),V(9,TMe,1,1),A(10,"dose"),V(11,AMe,2,3)(12,OMe,2,3),I(),V(13,RMe,3,3,"p",1),A(14,"translateValue"),V(15,MMe,1,3,"vidis-medication-scheme-remark-flag",2),I()()),a&2){let r,s,l;C(2),W(N(3,5,i.medication())?2:-1),C(3),ae(N(7,9,N(6,7,i.medication().name))),C(4),W((r=N(10,11,i.medication()))?9:!((s=i.medication().posology)==null||s[0]==null)&&s[0].quantity||!((s=i.medication().posology)==null||s[0]==null)&&s[0].text?11:12,r),C(4),W((l=N(14,13,i.medication().indication))?13:-1,l),C(2),W(i.medication().temporality===i.temporality.ONESHOT?15:-1)}},dependencies:[yse,ah,Ise,Sse,Dse,ai,Zt,ih,rc,$i,Moe,Hoe],styles:["mat-card[_ngcontent-%COMP%]{margin-top:10px}mat-card[_ngcontent-%COMP%] .text-end[_ngcontent-%COMP%]{justify-items:end;margin-bottom:10px}mat-card[_ngcontent-%COMP%] p[_ngcontent-%COMP%]{margin-left:16px}"],changeDetection:0});let e=t;return e})(),NMe=()=>({height:"250px",margin:"3px"});function LMe(e,t){e&1&&Z(0,"ngx-skeleton-loader",1),e&2&&z("count",2)("theme",pn(2,NMe))}function FMe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-list-card",3),xe("click",function(){let a=Ee(n).$implicit,i=L(2);return Ce(i.clickDetails.emit(a.id))}),I()}if(e&2){let n=t.$implicit;z("medication",n)}}function VMe(e,t){if(e&1&&Ua(0,FMe,1,1,"vidis-medication-scheme-list-card",2,Oi),e&2){let n=L();Wa(n.sortedMedications())}}var zMe=(()=>{const t=class t{constructor(){this.translate=_(La),this.isLoading=Oe.required(),this.medications=Oe.required(),this.clickDetails=to(),this.sortedMedications=ga(()=>mIe(this.medications(),this.translate.currentLang,this.sorting().order)),this.sortingDropdownSet=["medicationName"],this.sorting=Qa({sort:"medicationName",order:e0.ascending})}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-mobile"]],inputs:{isLoading:[1,"isLoading"],medications:[1,"medications"]},outputs:{clickDetails:"clickDetails"},decls:3,vars:3,consts:[[3,"emitNewSortValue","sortDataChange","sortItems","sortData"],["appearence","line",3,"count","theme"],[3,"medication"],[3,"click","medication"]],template:function(a,i){a&1&&(D(0,"vidis-sort-dropdown",0),xe("emitNewSortValue",function(r){return i.sorting.set(r)}),wr("sortDataChange",function(r){return ho(i.sorting,r)||(i.sorting=r),r}),I(),V(1,LMe,1,3,"ngx-skeleton-loader",1)(2,VMe,2,0)),a&2&&(z("sortItems",i.sortingDropdownSet),xr("sortData",i.sorting),C(),W(i.isLoading()?1:2))},dependencies:[sc,oc,iAe,PMe],encapsulation:2,changeDetection:0});let e=t;return e})(),BMe=()=>[];function jMe(e,t){if(e&1&&(D(0,"mat-button-toggle",1),P(1),A(2,"translate"),I()),e&2){let n=t.$implicit;z("value",n),C(),ae(N(2,2,"medicationSchemeListView."+n))}}function HMe(e,t){if(e&1&&(D(0,"p",4),P(1),A(2,"translate"),I()),e&2){let n=L(2);C(),ne(" ",N(2,1,"medicationSchemeListView.noMedications."+n.filterTo())," ")}}function UMe(e,t){if(e&1){let n=xt();Z(0,"vidis-medication-scheme-list-desktop",2),D(1,"vidis-medication-scheme-list-mobile",3),xe("clickDetails",function(a){Ee(n);let i=L();return Ce(i.clickDetails.emit(a))}),I(),V(2,HMe,3,3,"p",4)}if(e&2){let n=t,a=L();z("isLoading",a.isLoading())("view",a.tab)("medications",n),C(),z("isLoading",a.isLoading())("medications",n),C(),W(!a.isLoading()&&n.length<=0?2:-1)}}var WMe=(()=>{const t=class t{constructor(){this.isLoading=Oe.required(),this.medicationScheme=Oe.required(),this.clickDetails=to(),this.filterTo=_s.required(),this.filterChips=[tl.ALL,tl.CURRENT,tl.FUTURE]}changeFilter(a){this.filterTo.set(a)}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-list-view"]],inputs:{isLoading:[1,"isLoading"],medicationScheme:[1,"medicationScheme"],filterTo:[1,"filterTo"]},outputs:{clickDetails:"clickDetails",filterTo:"filterToChange"},decls:5,vars:6,consts:[[3,"change","value"],[3,"value"],[3,"isLoading","view","medications"],[3,"clickDetails","isLoading","medications"],[1,"no-content"]],template:function(a,i){if(a&1&&(D(0,"mat-button-toggle-group",0),xe("change",function(r){return i.changeFilter(r.value)}),Ua(1,jMe,3,4,"mat-button-toggle",1,Oi),I(),V(3,UMe,3,6),A(4,"filterMedicationTo")),a&2){let r;z("value",i.filterTo()),C(),Wa(i.filterChips),C(2),W((r=sa(4,2,((r=i.medicationScheme())==null?null:r.medications)||pn(5,BMe),i.filterTo()))?3:-1,r)}},dependencies:[qRe,Rse,s0,SMe,zMe,Zt,_Ie],styles:["mat-button-toggle-group[_ngcontent-%COMP%]{margin:16px 0}@media only screen and (min-width: 960px){vidis-medication-scheme-list-mobile[_ngcontent-%COMP%]{display:none}}@media only screen and (max-width: 960px){vidis-medication-scheme-list-desktop[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})();function qMe(e,t){e&1&&(Z(0,"div",2),A(1,"translate")),e&2&&z("innerHTML",N(1,1,"medicationSchemeNoData.walloniaBrussels.textPro"),wx)}function GMe(e,t){e&1&&(D(0,"ul")(1,"li"),P(2),A(3,"translate"),I(),D(4,"li"),P(5),A(6,"translate"),I()()),e&2&&(C(2),ae(N(3,2,"medicationSchemeNoData.walloniaBrussels.text1")),C(3),ae(N(6,4,"medicationSchemeNoData.walloniaBrussels.text2")))}function YMe(e,t){e&1&&(Z(0,"div",2),A(1,"translate")),e&2&&z("innerHTML",N(1,1,"medicationSchemeNoData.flanders.textPro"),wx)}function $Me(e,t){e&1&&(D(0,"span"),P(1),A(2,"translate"),I()),e&2&&(C(),ae(N(2,1,"medicationSchemeNoData.flanders.text")))}var ZMe=(()=>{const t=class t{constructor(){this.isProfessional=Oe.required()}};t.ɵfac=function(a){return new(a||t)},t.ɵcmp=le({type:t,selectors:[["vidis-medication-scheme-no-data"]],inputs:{isProfessional:[1,"isProfessional"]},decls:46,vars:11,consts:[[1,"content"],[1,"content__accordion"],[3,"innerHTML"],[1,"image"],["xmlns","http://www.w3.org/2000/svg","width","271.257","height","216.322","viewBox","0 0 271.257 216.322"],["id","Group_4712","data-name","Group 4712","transform","translate(-1002 -319)"],["id","Path_4332","data-name","Path 4332","d","M274.281,666.383a132.077,132.077,0,0,0,1.245,16.972c.027.2.057.4.084.592l53.175-.3c.156-.2.31-.395.459-.6.5-.665.962-1.349,1.389-2.056,2.053-3.408,2.993-7.4,2.051-10.15l-.017-.043a4.829,4.829,0,0,0-.943-1.638c-2.147-2.417-6.489-2.014-10.429-.063,3.534-3.868,6.348-8.75,6.562-13.107.21-4.25-2.013-7.286-4.423-9.866-.079-.085-.158-.168-.237-.251-.038-.043-.079-.083-.117-.126-1.881-1.966-4.073-3.9-7.246-3.67-3.48.258-7.339,3.173-10.045,6.57s-4.5,7.251-6.326,11.015a44.457,44.457,0,0,1-6.727,10.833c3.966-5.016,7.164-10.724,8.345-16.275s.142-10.882-3.393-13.5a8.266,8.266,0,0,0-3.621-1.461c-.152-.025-.307-.046-.465-.064a14.512,14.512,0,0,0-10.5,3.464,24.178,24.178,0,0,0-7.461,11.585A39.527,39.527,0,0,0,274.281,666.383Z","transform","translate(940.206 -148.625)","fill","#9bd68c"],["id","Path_4333","data-name","Path 4333","d","M275.759,723.859l1.017-.006q.484-.3.973-.6c.2-.127.406-.25.61-.375q5.059-3.09,10.181-5.928t10.287-5.419a.426.426,0,0,0,.245-.487.123.123,0,0,0-.017-.036c-.048-.09-.155-.128-.312-.051-.423.212-.848.424-1.27.641q-5.183,2.623-10.322,5.507t-10.212,6.021l-.214.132Z","transform","translate(973.519 -188.724)","fill","#fff"],["id","Path_4334","data-name","Path 4334","d","M296.04,692.365l.629,0c.142-.2.281-.4.423-.6l9.993-14.017q8.181-11.474,16.357-22.948a.4.4,0,0,0,.071-.138c.047-.169-.078-.269-.237-.251a.478.478,0,0,0-.332.211l-9.171,12.864L297.5,690.318l-1.035,1.451C296.321,691.969,296.179,692.167,296.04,692.365Z","transform","translate(940.128 -157.156)","fill","#fff"],["id","Path_4335","data-name","Path 4335","d","M362.616,680.131c.032,1.06.1,2.1.194,3.135l.053.593.66,0c-.02-.2-.04-.4-.058-.593-.139-1.493-.238-3-.252-4.552a63.509,63.509,0,0,1,1.25-12.8,79.7,79.7,0,0,1,3.872-13.3,91.322,91.322,0,0,1,6.335-13.158.351.351,0,0,0,.058-.234c-.027-.188-.278-.244-.465-.064a.545.545,0,0,0-.095.12q-.456.785-.9,1.574a91.27,91.27,0,0,0-6.064,13.2,79.325,79.325,0,0,0-3.61,13.319A62.652,62.652,0,0,0,362.616,680.131Z","transform","translate(859.544 -148.573)","fill","#fff"],["id","Path_4337","data-name","Path 4337","d","M439.615,341.8H625.647a6.9,6.9,0,0,0,6.89-6.89V237.229a6.9,6.9,0,0,0-6.89-6.89H439.615a6.9,6.9,0,0,0-6.89,6.89v97.677A6.9,6.9,0,0,0,439.615,341.8ZM625.647,231.15a6.086,6.086,0,0,1,6.079,6.079v97.677a6.086,6.086,0,0,1-6.079,6.079H439.615a6.086,6.086,0,0,1-6.08-6.079V237.229a6.086,6.086,0,0,1,6.079-6.079Z","transform","translate(570.775 90.161)","fill","none","stroke","#277694","stroke-width","3","opacity","0.21"],["id","Group_4711","data-name","Group 4711","transform","translate(1070 342)","opacity","0.43"],["id","Path_4338","data-name","Path 4338","d","M478.228,356.428h52.082a7.512,7.512,0,0,0,7.5-7.5V296.842a7.512,7.512,0,0,0-7.5-7.5H478.228a7.512,7.512,0,0,0-7.5,7.5v52.082A7.512,7.512,0,0,0,478.228,356.428Zm52.082-66.206a6.628,6.628,0,0,1,6.621,6.621v52.082a6.628,6.628,0,0,1-6.621,6.621H478.228a6.628,6.628,0,0,1-6.621-6.621V296.842a6.628,6.628,0,0,1,6.621-6.621Z","transform","translate(-470.725 -289.339)","fill","#d16c1e"],["id","Path_4343","data-name","Path 4343","d","M477.114,356.228a.439.439,0,0,0,.314-.131l61.623-62.454a.441.441,0,0,0-.628-.62L476.8,355.477a.441.441,0,0,0,.314.751Z","transform","translate(-474.716 -291.323)","fill","#d16c1e"],["id","Path_4344","data-name","Path 4344","d","M537.224,356.228a.441.441,0,0,0,.314-.751l-61.621-62.454a.441.441,0,0,0-.628.62L536.91,356.1A.439.439,0,0,0,537.224,356.228Z","transform","translate(-472.534 -291.323)","fill","#d16c1e"],["id","Path_4346","data-name","Path 4346","d","M414.926,739.446H282.072a.441.441,0,1,1,0-.883H414.926a.441.441,0,1,1,0,.883Z","transform","translate(854.643 -204.167)","fill","#3f3d56","opacity","0.16"],["id","Path_4347","data-name","Path 4347","d","M204.267,543.356h-5.411l-2.574-20.872h7.986Z","transform","translate(982.355 -13.131)","fill","#ffb8b8"],["id","Path_4348","data-name","Path 4348","d","M0,6.571H17.007V0H6.571A6.571,6.571,0,0,0,0,6.571H0Z","transform","translate(1170.777 528.68)","fill","#2f2e41"],["id","Path_4349","data-name","Path 4349","d","M123.265,531.857l-4.922,2.248L107.329,516.19l7.265-3.318Z","transform","translate(1102.62 -7.762)","fill","#ffb8b8"],["id","Path_4350","data-name","Path 4350","d","M0,6.571H17.006V0H6.571A6.571,6.571,0,0,0,0,6.571H0Z","transform","translate(1210.83 529.273) rotate(-24.548)","fill","#2f2e41"],["id","Path_4351","data-name","Path 4351","d","M409.262,542.8a4.438,4.438,0,0,0,.354-6.8l6.361-14.433-8.081,1.37-4.8,13.5a4.462,4.462,0,0,0,6.168,6.364Z","transform","translate(800.865 -82.949)","fill","#ffb8b8"],["id","Path_4352","data-name","Path 4352","d","M402.061,614.577l5.191-45.34a1.545,1.545,0,0,1,3.047-.138l2.574,12.4a1.977,1.977,0,0,0,.178.5L428.117,611.3a1.987,1.987,0,0,0,2.453.955l5.238-1.93a1.986,1.986,0,0,0,1.167-2.578l-12.264-31.8a1.54,1.54,0,0,1-.1-.527l-.626-33.207a1.987,1.987,0,0,0-1.793-1.939l-32.545-3.175a1.986,1.986,0,0,0-2.174,2.121l5.467,75.28a1.994,1.994,0,0,0,1.981,1.842h5.169A1.986,1.986,0,0,0,402.061,614.577Z","transform","translate(786.19 -91.616)","fill","#63b6d6"],["id","Ellipse_1470","data-name","Ellipse 1470","cx","10.841","cy","10.841","rx","10.841","ry","10.841","transform","translate(1178.011 367.056)","fill","#ffb8b8"],["id","Path_4353","data-name","Path 4353","d","M420.045,419q.445-.213.884-.409h0a21.951,21.951,0,0,1,22.078,2.384,18.629,18.629,0,0,1,7.635,17.764c-1.942,14.73.281,34.711.512,36.7-17.821,8.195-33.455-2.108-34.843-3.065Z","transform","translate(759.413 -24.345)","fill","#3193b9"],["id","Path_4354","data-name","Path 4354","d","M397.972,491.077a1.981,1.981,0,0,0,1.5-1.144l9.1-20.155a5.054,5.054,0,0,0-.3-4.736L397.09,446.915a3.667,3.667,0,0,0-6.54,3.315l8.263,17.353-5.431,18.382a2,2,0,0,0,.441,1.9l2.371,2.587a1.98,1.98,0,0,0,1.462.644A2.018,2.018,0,0,0,397.972,491.077Z","transform","translate(813.08 -40.167)","fill","#3193b9"],["id","Path_4355","data-name","Path 4355","d","M475.088,497.229l1.682-33.633-.436-.057-7.56,35.576H473.1a1.985,1.985,0,0,0,1.984-1.887Z","transform","translate(710.641 -50.531)","opacity","0.2"],["id","Path_4356","data-name","Path 4356","d","M489.108,536.134a4.438,4.438,0,0,0-1.065-6.722l3.226-15.439-7.621,3.017-1.895,14.2a4.462,4.462,0,0,0,7.355,4.945Z","transform","translate(690.63 -78.705)","fill","#ffb8b8"],["id","Path_4357","data-name","Path 4357","d","M476.832,473.5l6.369-42.457.006-.04-1.231-5.663a5.971,5.971,0,0,0-11.8,1.022l-1.911,46.248a1.993,1.993,0,0,0,1.765,2.056l4.619.513a2.073,2.073,0,0,0,.224.012,1.98,1.98,0,0,0,1.959-1.692Z","transform","translate(704.429 -26.567)","fill","#3193b9"],["id","Path_4358","data-name","Path 4358","d","M454.275,374.354a7.808,7.808,0,0,0,7.009-4.506h0a15.9,15.9,0,0,0,1.66-5.033c.259-3.263-1.584-8.39-4.026-11.2-2.679-3.079-6.918-3.508-11.018-3.924-1.12-.114-2.278-.231-3.375-.4a6.346,6.346,0,0,0-3.107.041,2.253,2.253,0,0,0-1.294,1.224.779.779,0,0,1-.437.437.66.66,0,0,1-.53-.025,1.186,1.186,0,0,0-1.074,0,1.043,1.043,0,0,0-.561.763,1.093,1.093,0,0,1-.1.32,1.266,1.266,0,0,1-.827.626,1.118,1.118,0,0,0-.869,1.2c.066.557.094,1.158.121,1.739.1,2.187.208,4.448,2.406,4.412a6.329,6.329,0,0,0,1.655-.292,2.456,2.456,0,0,1,2.273.132c1.3.812,1.516,2.51,1.7,4.008l.033.262c.219,1.713,1.125,3.775,2.955,3.947a4.255,4.255,0,0,0,1.7-.295,3.047,3.047,0,0,1,1.772-.213,2.442,2.442,0,0,1,1.448,2.525,9.85,9.85,0,0,1-.163,1.266,6.746,6.746,0,0,0-.141,2.019c.052.411.525.682,1.487.853A7.453,7.453,0,0,0,454.275,374.354Z","transform","translate(739.033 13.388)","fill","#2f2e41"]],template:function(a,i){a&1&&(D(0,"div",0)(1,"div",1)(2,"p"),P(3),A(4,"translate"),I(),D(5,"mat-accordion")(6,"mat-expansion-panel")(7,"mat-expansion-panel-header")(8,"mat-panel-title"),P(9),A(10,"translate"),I()(),V(11,qMe,2,3,"div",2)(12,GMe,7,6,"ul"),I(),D(13,"mat-expansion-panel")(14,"mat-expansion-panel-header")(15,"mat-panel-title"),P(16),A(17,"translate"),I()(),V(18,YMe,2,3,"div",2)(19,$Me,3,3,"span"),I()()(),D(20,"div",3),dr(),D(21,"svg",4)(22,"g",5),Z(23,"path",6)(24,"path",7)(25,"path",8)(26,"path",9)(27,"path",10),D(28,"g",11),Z(29,"path",12)(30,"path",13)(31,"path",14),I(),Z(32,"path",15)(33,"path",16)(34,"path",17)(35,"path",18)(36,"path",19)(37,"path",20)(38,"path",21)(39,"ellipse",22)(40,"path",23)(41,"path",24)(42,"path",25)(43,"path",26)(44,"path",27)(45,"path",28),I()()()()),a&2&&(C(3),ae(N(4,5,"medicationSchemeNoData.subtitle")),C(6),ae(N(10,7,"medicationSchemeNoData.walloniaBrussels."+(i.isProfessional()?"introPro":"intro"))),C(2),W(i.isProfessional()?11:12),C(5),ae(N(17,9,"medicationSchemeNoData.flanders."+(i.isProfessional()?"introPro":"intro"))),C(2),W(i.isProfessional()?18:19))},dependencies:[Ese,Cse,r0,o0,kse,Zt],styles:["ul[_ngcontent-%COMP%]{padding-inline-start:20px}.content[_ngcontent-%COMP%]{display:flex;justify-content:space-between;min-width:250px}.content__accordion[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .content__accordion[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{display:block;margin-left:20px;margin-top:10px;padding-bottom:16px;max-width:800px}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%]{margin:20px 20px 0}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%] mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-text-color: #2473db}.content[_ngcontent-%COMP%] mat-accordion[_ngcontent-%COMP%] mat-expansion-panel-header[_ngcontent-%COMP%]{--mat-expansion-header-indicator-color: #2473db}.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{height:100%}.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{height:100%}@media only screen and (max-width: 960px){.content[_ngcontent-%COMP%] .image[_ngcontent-%COMP%]{display:none}}"],changeDetection:0});let e=t;return e})(),KMe=(e,t)=>[e,t],XMe=()=>({height:"50px",margin:"0px"}),QMe=e=>({safe:e});function JMe(e,t){e&1&&(D(0,"div"),P(1,"Component not properly initialized!"),I())}function ePe(e,t){if(e&1&&Z(0,"vidis-status-message",0),e&2){let n=L();z("error",n.error)}}function tPe(e,t){if(e&1&&Z(0,"vidis-medication-scheme-no-data",1),e&2){let n=L(4);z("isProfessional",n.professional)}}function aPe(e,t){if(e&1&&Z(0,"vidis-error-display",5),e&2){let n=L(3);z("message",n.data.errors[0].code)}}function iPe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-list-view",8),xe("filterToChange",function(a){Ee(n);let i=L(5);return Ce(i.onPageStateChange({filter:a}))})("clickDetails",function(a){Ee(n);let i=L(5);return Ce(i.onSelectMedication.emit(a))}),I()}if(e&2){let n=L(3),a=L(2);z("isLoading",n.status===a.loadingStatus.LOADING)("medicationScheme",n==null||n.data==null?null:n.data.schemes[0])("view",a.view)("filterTo",a.pageState.filter)}}function nPe(e,t){if(e&1&&Z(0,"vidis-error-display",5),e&2){let n=L(4);z("message",n.data.errors[0].code)}}function rPe(e,t){if(e&1){let n=xt();D(0,"vidis-medication-scheme-daily-weekly",10),xe("clickDetails",function(a){Ee(n);let i=L(6);return Ce(i.onSelectMedication.emit(a))})("dateToggleEmitChange",function(a){Ee(n);let i=L(6);return Ce(i.onPageStateChange({date:a}))}),I()}if(e&2){let n=L().$implicit,a=L(3),i=L(2);z("isLoading",a.status===i.loadingStatus.LOADING)("medicationScheme",a==null||a.data==null?null:a.data.schemes[0])("view",n)("dateToggleEmit",i.pageState.date)}}function oPe(e,t){if(e&1&&(D(0,"mat-tab",4),A(1,"translate"),V(2,nPe,1,1,"vidis-error-display",5)(3,rPe,1,4,"vidis-medication-scheme-daily-weekly",9),I()),e&2){let n=t.$implicit,a=L(3);z("label",N(1,2,"medicationSchemeOverview."+n)),C(2),W(!(a==null||a.data==null)&&a.data.errors[0]?2:3)}}function sPe(e,t){e&1&&Z(0,"ngx-skeleton-loader",7),e&2&&z("count",1)("theme",pn(2,XMe))}function lPe(e,t){if(e&1&&(D(0,"p"),P(1),A(2,"translate"),A(3,"translate"),I()),e&2){let n=L(3);C(),ne(" ",sa(3,3,"medicationSchemeListView.disclaimer",yn(6,QMe,N(2,1,"commons.safes."+n.data.schemes[0].source)))," ")}}function cPe(e,t){if(e&1){let n=xt();Z(0,"vidis-medication-scheme-creation-details",2),D(1,"mat-tab-group",3),xe("selectedTabChange",function(a){Ee(n);let i=L(4);return Ce(i.onPageStateChange({view:a.index}))}),D(2,"mat-tab",4),A(3,"translate"),V(4,aPe,1,1,"vidis-error-display",5)(5,iPe,1,4,"vidis-medication-scheme-list-view",6),I(),Ua(6,oPe,4,4,"mat-tab",4,Oi),I(),V(8,sPe,1,3,"ngx-skeleton-loader",7)(9,lPe,4,8,"p")}if(e&2){let n=L(2),a=L(2);z("isLoading",n.status===a.loadingStatus.LOADING)("creationDetails",a.creationDetails()),C(),z("selectedIndex",a.pageState.view),C(),z("label",N(3,6,"medicationSchemeOverview.list")),C(2),W(!(n==null||n.data==null)&&n.data.errors[0]?4:5),C(2),Wa(Lge(8,KMe,a.viewsEnum.WEEK,a.viewsEnum.DAY)),C(2),W(n.status===a.loadingStatus.LOADING?8:n.status===a.loadingStatus.SUCCESS&&n.data.schemes[0]?9:-1)}}function dPe(e,t){if(e&1&&V(0,tPe,1,1,"vidis-medication-scheme-no-data",1)(1,cPe,10,11),e&2){let n=L(),a=L(2);W((n==null||n.data==null?null:n.data.errors)<=0&&(n==null||n.data==null?null:n.data.schemes.length)<=0&&n.status!==a.loadingStatus.LOADING?0:1)}}function uPe(e,t){if(e&1&&V(0,ePe,1,1,"vidis-status-message",0)(1,dPe,2,1),e&2){let n=L(2);W(t.status===n.loadingStatus.ERROR?0:1)}}function hPe(e,t){if(e&1&&V(0,uPe,2,1),e&2){let n,a=L();W((n=a.medicationSchemeState())?0:-1,n)}}var pPe=(()=>{const t=class t extends JTe{constructor(){super(...arguments),this.onSelectMedication=new te,this.extraRequiredFields=["professional","ssin","offlineDataStorageEnabled","isOfflineAuthenticated","exchangeClientId"],this.creationDetails=ga(()=>{let a=this.medicationSchemeState();if(a.status===ur.SUCCESS&&a.data.schemes[0]){let i=a.data.schemes[0];return{version:i.version,lastChange:i.lastChange,source:i.source}}}),this.loadingStatus=ur,this.viewsEnum=bi}fetchData(a){return ka(this,null,function*(){return this.medicationSchemeService.setClientId(this.exchangeClientId),this.pageState=this.medicationSchemeService.getPageState(),this.medicationSchemeService.fetchMedicationScheme(a)})}injectService(){hu(this.injector,()=>{this.medicationSchemeService=_(xy),this.medicationSchemeState=Soe(this.medicationSchemeService.medicationSchemeState$),Ou(()=>{let a=this.medicationSchemeState();this.checkError(a.error)})})}onPageStateChange(a){this.medicationSchemeService.setPageState(a)}};t.ɵfac=(()=>{let a;return function(i){return(a||(a=nt(t)))(i||t)}})(),t.ɵcmp=le({type:t,selectors:[["ng-component"]],inputs:{exchangeClientId:"exchangeClientId"},outputs:{onSelectMedication:"onSelectMedication"},features:[dt([xy,qoe,Goe,lTe]),Be],decls:2,vars:1,consts:[[3,"error"],[3,"isProfessional"],[3,"isLoading","creationDetails"],["mat-stretch-tabs","true",3,"selectedTabChange","selectedIndex"],[3,"label"],[3,"message"],[3,"isLoading","medicationScheme","view","filterTo"],["appearance","line",3,"count","theme"],[3,"filterToChange","clickDetails","isLoading","medicationScheme","view","filterTo"],[3,"isLoading","medicationScheme","view","dateToggleEmit"],[3,"clickDetails","dateToggleEmitChange","isLoading","medicationScheme","view","dateToggleEmit"]],template:function(a,i){a&1&&V(0,JMe,2,0,"div")(1,hPe,1,1),a&2&&W(i.isCorrectlySetup()?1:0)},dependencies:[VDe,Toe,pAe,yTe,WMe,zRe,kAe,ZMe,sc,oc,Zt],encapsulation:2,changeDetection:0});let e=t;return e})(),mPe=class{selectionFinished(e){return this.createWeekRange(e)}createPreview(e){return this.createWeekRange(e)}createWeekRange(e){let t={weekStartsOn:1};if(e){let n=ei(e,t),a=Yg(e,t);return new Ca(n,a)}return new Ca(null,null)}};q_e({providers:[cDe,{provide:vl,useClass:mPe}]}).then(e=>{let t=M0e(pPe,{injector:e.injector});customElements.define("vidis-medication-scheme-list",t)}).catch(e=>console.error(e));