=0;r--)if(s=a[r],(r=u)&&s!==e)return s}return null},e.prototype._postViewInit=function(t,e,n){var i,s,a,u=this,l=n.opts||{},c=n.insertViews,h=n.removeStart,p=n.removeCount;if(Object(o.l)(h)){for(a=[],s=0;s0)for(this._zone.run(function(){for(s=0;sv&&!1!==i.disableApp&&this._app.setEnabled(!1,u+y,i.minClickBlockDuration),i.progressAnimation?t.progressStart():t.play()),l.then(function(){return o._zone.run(function(){return o._transitionFinish(t,i)})})},e.prototype._transitionFinish=function(t,e){var n,i,r=t.hasCompleted,o=t.enteringView,s=t.leavingView;return r?(o&&(n=o.name,this._didEnter(o)),s&&(i=s.name,this._didLeave(s)),this._cleanup(o)):this._cleanup(s),t.isRoot()&&(this._trnsCtrl.destroy(t.trnsId),this._app.setEnabled(!0),this.setTransitioning(!1),this.hasChildren()||!1===e.updateUrl||this._linker.navChange(e.direction),!1!==e.keyboardClose&&this.plt.focusOutActiveElement()),{hasCompleted:r,requiresTransition:!0,enteringName:n,leavingName:i,direction:e.direction}},e.prototype._viewsWillLifecycles=function(t,e){var n=this;(t||e)&&this._zone.run(function(){if(e){n._willLeave(e,!t||e.index>t.index)}t&&n._willEnter(t)})},e.prototype._insertViewAt=function(t,e){var n=this._views.indexOf(t);n>-1?this._views.splice(e,0,this._views.splice(n,1)[0]):(t._setNav(this),this._ids++,t.id||(t.id=this.id+"-"+this._ids),this._views.splice(e,0,t))},e.prototype._removeView=function(t){var e=this._views,n=e.indexOf(t);n>=0&&e.splice(n,1)},e.prototype._destroyView=function(t){t._destroy(this._renderer),this._removeView(t)},e.prototype._cleanup=function(t){if(!this._destroyed){var e=this._views.indexOf(t),n=this._views,i=!1,o=void 0,s=void 0;for(s=n.length-1;s>=0;s--)o=n[s],s>e?(this._willUnload(o),this._destroyView(o)):s0},e.prototype.getActiveChildNavs=function(){return this._children},e.prototype.getAllChildNavs=function(){return this._children},e.prototype.registerChildNav=function(t){this._children.push(t)},e.prototype.unregisterChildNav=function(t){this._children=this._children.filter(function(e){return e!==t})},e.prototype.destroy=function(){for(var t,e=this._views,n=0;n0)){this._queueTrns({removeStart:-1,removeCount:1,opts:{direction:r.a,progressAnimation:!0}},null)}},e.prototype.swipeBackProgress=function(t){this._sbTrns&&this._sbGesture&&(this._app.setEnabled(!1,_),this.setTransitioning(!0),this._sbTrns.progressStep(t))},e.prototype.swipeBackEnd=function(t,e,n){if(this._sbTrns&&this._sbGesture){var i=this._sbTrns.getDuration()/(Math.abs(n)+1);this._sbTrns.progressEnd(t,e,i)}},e.prototype._swipeBackCheck=function(){this.canSwipeBack()?(this._sbGesture||(this._sbGesture=new d(this.plt,this,this._gestureCtrl,this._domCtrl)),this._sbGesture.listen()):this._sbGesture&&this._sbGesture.unlisten()},e.prototype.canSwipeBack=function(){return this._sbEnabled&&!this._isPortal&&!this._children.length&&!this.isTransitioning()&&this._app.isEnabled()&&this.canGoBack()},e.prototype.canGoBack=function(){var t=this.getActive();return!(!t||!t.enableBack())},e.prototype.isTransitioning=function(){return this._trnsTm},e.prototype.setTransitioning=function(t){this._trnsTm=t},e.prototype.getActive=function(){return this._views[this._views.length-1]},e.prototype.isActive=function(t){return t===this.getActive()},e.prototype.getByIndex=function(t){return this._views[t]},e.prototype.getPrevious=function(t){t||(t=this.getActive());var e=this._views,n=e.indexOf(t);return n>0?e[n-1]:null},e.prototype.first=function(){return this._views[0]},e.prototype.last=function(){var t=this._views;return t[t.length-1]},e.prototype.indexOf=function(t){return this._views.indexOf(t)},e.prototype.length=function(){return this._views.length},e.prototype.getViews=function(){return this._views},e.prototype.getViewById=function(t){for(var e=0,n=this._views;e=this.threshold){var i=Math.atan2(n,e),r="y"===this.direction?Math.sin(i):Math.cos(i);return this._angle=i,this._isPan=r>this.maxCosine?1:r<-this.maxCosine?-1:0,this.dirty=!1,!0}return!1},t.prototype.angle=function(){return this._angle},t.prototype.pan=function(){return this._isPan},t}(),o=n(42),s=n(95);n.d(e,"a",function(){return a});var a=function(){function t(t,e,n){void 0===n&&(n={}),this.plt=t,this.element=e,Object(i.d)(n,{threshold:20,maxAngle:40,direction:"x",zone:!0,capture:!1,passive:!1}),this.events=new s.a(t),n.domController&&(this.debouncer=n.domController.debouncer()),this.gestute=n.gesture,this.direction=n.direction,this.eventsConfig={element:this.element,pointerDown:this.pointerDown.bind(this),pointerMove:this.pointerMove.bind(this),pointerUp:this.pointerUp.bind(this),zone:n.zone,capture:n.capture,passive:n.passive},n.threshold>0&&(this.detector=new r(n.direction,n.threshold,n.maxAngle))}return t.prototype.listen=function(){this.isListening||(this.pointerEvents=this.events.pointerEvents(this.eventsConfig),this.isListening=!0)},t.prototype.unlisten=function(){this.isListening&&(this.gestute&&this.gestute.release(),this.events.unlistenAll(),this.isListening=!1)},t.prototype.destroy=function(){this.gestute&&this.gestute.destroy(),this.gestute=null,this.unlisten(),this.events.destroy(),this.events=this.element=this.gestute=null},t.prototype.pointerDown=function(t){if(!this.started){if(!this.canStart(t))return!1;if(this.gestute&&(this.gestute.release(),!this.gestute.start()))return!1;this.started=!0,this.captured=!1;var e=Object(o.f)(t);if(this.detector)this.detector.start(e);else if(!this.tryToCapture(t))return this.started=!1,this.captured=!1,this.gestute.release(),!1;return!0}},t.prototype.pointerMove=function(t){var e=this;if(this.captured)this.debouncer.write(function(){e.onDragMove(t)});else{var n=Object(o.f)(t);this.detector.detect(n)&&0!==this.detector.pan()&&(this.tryToCapture(t)||this.abort(t))}},t.prototype.pointerUp=function(t){this.debouncer.cancel(),this.gestute&&this.gestute.release(),this.captured?this.onDragEnd(t):this.notCaptured(t),this.captured=!1,this.started=!1},t.prototype.tryToCapture=function(t){return!(this.gestute&&!this.gestute.capture())&&(this.onDragStart(t),this.captured=!0,!0)},t.prototype.abort=function(t){this.started=!1,this.captured=!1,this.gestute.release(),this.pointerEvents.stop(),this.notCaptured(t)},t.prototype.getNativeElement=function(){return this.element},t.prototype.canStart=function(t){return!0},t.prototype.onDragStart=function(t){},t.prototype.onDragMove=function(t){},t.prototype.onDragEnd=function(t){},t.prototype.notCaptured=function(t){},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(14),r=(n(2),n(86)),o=(n(18),n(6),function(){function t(t,e,n,r,o,a){this._viewCtrl=t,this._elementRef=n,this.gestureBlocker=r.createBlocker(i.a),this.d=o.data,this.mode=e.get("mode"),a.setElementClass(n.nativeElement,"action-sheet-"+this.mode,!0),this.d.cssClass&&this.d.cssClass.split(" ").forEach(function(t){""!==t.trim()&&a.setElementClass(n.nativeElement,t,!0)}),this.id=++s,this.d.title&&(this.hdrId="acst-hdr-"+this.id),this.d.subTitle&&(this.descId="acst-subhdr-"+this.id)}return t.prototype.ionViewDidLoad=function(){var t=this;this.d.buttons=this.d.buttons.map(function(e){switch("string"==typeof e&&(e={text:e}),e.cssClass||(e.cssClass=""),e.role){case"cancel":return t.cancelButton=e,null;case"destructive":e.cssClass=(e.cssClass+" "||"")+"action-sheet-destructive";break;case"selected":e.cssClass=(e.cssClass+" "||"")+"action-sheet-selected"}return e}).filter(function(t){return null!==t})},t.prototype.ionViewWillEnter=function(){this.gestureBlocker.block()},t.prototype.ionViewDidLeave=function(){this.gestureBlocker.unblock()},t.prototype.ionViewDidEnter=function(){var t=this._elementRef.nativeElement.querySelector("button");t&&t.focus(),this.enabled=!0},t.prototype.keyUp=function(t){this.enabled&&t.keyCode===r.c&&this._viewCtrl.isLast()&&this.bdClick()},t.prototype.click=function(t){if(this.enabled){var e=!0;t.handler&&!1===t.handler()&&(e=!1),e&&this.dismiss(t.role)}},t.prototype.bdClick=function(){this.enabled&&this.d.enableBackdropDismiss&&(this.cancelButton?this.click(this.cancelButton):this.dismiss("backdrop"))},t.prototype.dismiss=function(t){return this._viewCtrl.dismiss(null,t,{minClickBlockDuration:400})},t.prototype.ngOnDestroy=function(){this.d=this.cancelButton=null,this.gestureBlocker.destroy()},t}()),s=-1},function(t,e,n){"use strict";n.d(e,"a",function(){return a});n(2);var i=n(42),r=n(14),o=n(4),s=n(86),a=(n(18),n(5),n(6),function(){function t(t,e,n,i,o,s,a){this._viewCtrl=t,this._elementRef=e,this._renderer=s,this._plt=a,this.gestureBlocker=i.createBlocker(r.a),this.d=o.data,this.mode=this.d.mode||n.get("mode"),this.keyboardResizes=n.getBoolean("keyboardResizes",!1),s.setElementClass(e.nativeElement,"alert-"+this.mode,!0),this.d.cssClass&&this.d.cssClass.split(" ").forEach(function(t){""!==t.trim()&&s.setElementClass(e.nativeElement,t,!0)}),this.id=++u,this.descId="",this.hdrId="alert-hdr-"+this.id,this.subHdrId="alert-subhdr-"+this.id,this.msgId="alert-msg-"+this.id,this.activeId="",this.lastClick=0,this.d.message?this.descId=this.msgId:this.d.subTitle&&(this.descId=this.subHdrId),this.d.message||(this.d.message="")}return t.prototype.ionViewDidLoad=function(){var t=this,e=this.d;e.buttons=e.buttons.map(function(t){return"string"==typeof t?{text:t}:t}),e.inputs=e.inputs.map(function(e,n){return{type:e.type||"text",name:Object(o.l)(e.name)?e.name:n+"",placeholder:Object(o.l)(e.placeholder)?e.placeholder:"",value:Object(o.l)(e.value)?e.value:"",label:e.label,checked:!!e.checked,disabled:!!e.disabled,id:Object(o.l)(e.id)?e.id:"alert-input-"+t.id+"-"+n,handler:Object(o.l)(e.handler)?e.handler:null,min:Object(o.l)(e.min)?e.min:null,max:Object(o.l)(e.max)?e.max:null}});var n=[];e.inputs.forEach(function(t){n.indexOf(t.type)<0&&n.push(t.type)}),n.length>1&&(n.indexOf("checkbox")>-1||n.indexOf("radio")>-1)&&console.warn("Alert cannot mix input types: "+n.join("/")+". Please see alert docs for more info."),this.inputType=n.length?n[0]:null;var r=this.d.inputs.find(function(t){return t.checked});r&&(this.activeId=r.id);var s=this.d.inputs.length&&this.d.inputs.some(function(t){return!i.a.test(t.type)});!this.keyboardResizes&&s&&this._plt.is("mobile")&&this._renderer.setElementClass(this._elementRef.nativeElement,"alert-top",!0)},t.prototype.ionViewWillEnter=function(){this.gestureBlocker.block()},t.prototype.ionViewDidLeave=function(){this.gestureBlocker.unblock()},t.prototype.ionViewDidEnter=function(){var t=this._elementRef.nativeElement.querySelector("input,button");t&&setTimeout(function(){return t.focus()}),this.enabled=!0},t.prototype.keyUp=function(t){if(this.enabled&&this._viewCtrl.isLast())if(t.keyCode===s.b){if(this.lastClick+1e3=0&&(i>.2||t.delta>e),n,i)},e.prototype.getElementStartPos=function(t){var e=this.menu;return e.isRightSide!==this.plt.isRTL?e.isOpen?t.min:t.max:e.isOpen?t.max:t.min},e.prototype.getSlideBoundaries=function(){var t=this.menu;return t.isRightSide!==this.plt.isRTL?{min:-t.width(),max:0}:{min:0,max:t.width()}},e}(s.a),l=n(36),c=(n(153),n(5),n(95));n(99);n.d(e,"a",function(){return h});var h=function(){function t(t,e,n,o,s,a,u,l,h){this._menuCtrl=t,this._elementRef=e,this._config=n,this._plt=o,this._renderer=s,this._keyboard=a,this._gestureCtrl=u,this._domCtrl=l,this._app=h,this._isSwipeEnabled=!0,this._isAnimating=!1,this._isPersistent=!1,this._init=!1,this._isPane=!1,this.isOpen=!1,this.isRightSide=!1,this.ionDrag=new i.m,this.ionOpen=new i.m,this.ionClose=new i.m,this._events=new c.a(o),this._gestureBlocker=u.createBlocker({disable:[r.b]}),this.side="start"}return Object.defineProperty(t.prototype,"enabled",{get:function(){return this._isEnabled},set:function(t){var e=Object(o.o)(t);this.enable(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"side",{get:function(){return this._side},set:function(t){this.isRightSide=Object(o.m)(t,this._plt.isRTL),this._side=this.isRightSide?"right":"left"},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"swipeEnabled",{get:function(){return this._isSwipeEnabled},set:function(t){var e=Object(o.o)(t);this.swipeEnable(e)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"persistent",{get:function(){return this._isPersistent},set:function(t){this._isPersistent=Object(o.o)(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this._init=!0;var e=this.content;if(this._cntEle=e instanceof Node?e:e&&e.getNativeElement&&e.getNativeElement(),!this._cntEle)return console.error('Menu: must have a [content] element to listen for drag events on. Example:\n\n\n\n');this.setElementAttribute("side",this._side),this.type||(this.type=this._config.get("menuType")),this.setElementAttribute("type",this.type),this._gesture=new u(this._plt,this,this._gestureCtrl,this._domCtrl),this._cntEle.classList.add("menu-content"),this._cntEle.classList.add("menu-content-"+this.type);var n=this._isEnabled;!0!==n&&void 0!==n||(n=!this._menuCtrl.getMenus().some(function(e){return e.side===t.side&&e.enabled})),this._menuCtrl._register(this),this.enable(n)},t.prototype.onBackdropClick=function(t){t.preventDefault(),t.stopPropagation(),this._menuCtrl.close()},t.prototype._getType=function(){return this._type||(this._type=l.a.create(this.type,this,this._plt),!1===this._config.get("animate")&&this._type.ani.duration(0)),this._type},t.prototype.setOpen=function(t,e){var n=this;return void 0===e&&(e=!0),t===this.isOpen||!this._canOpen()||this._isAnimating?Promise.resolve(this.isOpen):new Promise(function(i){n._before(),n._getType().setOpen(t,e,function(){n._after(t),i(n.isOpen)})})},t.prototype._forceClosing=function(){var t=this;this._isAnimating=!0,this._getType().setOpen(!1,!1,function(){t._after(!1)})},t.prototype.canSwipe=function(){return this._isSwipeEnabled&&!this._isAnimating&&this._canOpen()&&this._app.isEnabled()},t.prototype.isAnimating=function(){return this._isAnimating},t.prototype._swipeBeforeStart=function(){this.canSwipe()&&this._before()},t.prototype._swipeStart=function(){this._isAnimating&&this._getType().setProgressStart(this.isOpen)},t.prototype._swipeProgress=function(t){if(this._isAnimating){this._getType().setProgessStep(t);var e=this.ionDrag;e.observers.length>0&&e.emit(t)}},t.prototype._swipeEnd=function(t,e,n,i){var r=this;if(this._isAnimating){var o=this.isRightSide,s=this._plt.isRTL,a=!this.isOpen?o!==s?t:e:o!==s?e:t;this._getType().setProgressEnd(a,n,i,function(t){r._after(t)})}},t.prototype._before=function(){this.setElementClass("show-menu",!0),this.backdrop.setElementClass("show-backdrop",!0),this.resize(),this._keyboard.close(),this._isAnimating=!0},t.prototype._after=function(t){if(this._app.setEnabled(!1,100),this.isOpen=t,this._isAnimating=!1,this._events.unlistenAll(),t){this._gestureBlocker.block(),this._cntEle.classList.add("menu-content-open");var e=this.onBackdropClick.bind(this);this._events.listen(this._cntEle,"click",e,{capture:!0}),this._events.listen(this.backdrop.getNativeElement(),"click",e,{capture:!0}),this.ionOpen.emit(!0)}else this._gestureBlocker.unblock(),this._cntEle.classList.remove("menu-content-open"),this.setElementClass("show-menu",!1),this.backdrop.setElementClass("show-menu",!1),this.ionClose.emit(!0)},t.prototype.open=function(){return this.setOpen(!0)},t.prototype.close=function(){return this.setOpen(!1)},t.prototype.resize=function(){var t=this.menuContent?this.menuContent:this.menuNav;t&&t.resize()},t.prototype.toggle=function(){return this.setOpen(!this.isOpen)},t.prototype._canOpen=function(){return this._isEnabled&&!this._isPane},t.prototype._updateState=function(){var t=this._canOpen();if(!t&&this.isOpen&&this._forceClosing(),this._isEnabled&&this._menuCtrl&&this._menuCtrl._setActiveMenu(this),this._init){var e=this._gesture;t&&this._isSwipeEnabled&&!e.isListening?e.listen():!e.isListening||t&&this._isSwipeEnabled||e.unlisten(),(this.isOpen||this._isPane&&this._isEnabled)&&this.resize()}},t.prototype.enable=function(t){return this._isEnabled=t,this.setElementClass("menu-enabled",t),this._updateState(),this},t.prototype.initPane=function(){return!1},t.prototype.paneChanged=function(t){this._isPane=t,this._updateState()},t.prototype.swipeEnable=function(t){return this._isSwipeEnabled=t,this._updateState(),this},t.prototype.getNativeElement=function(){return this._elementRef.nativeElement},t.prototype.getMenuElement=function(){return this.getNativeElement().querySelector(".menu-inner")},t.prototype.getContentElement=function(){return this._cntEle},t.prototype.getBackdropElement=function(){return this.backdrop.getNativeElement()},t.prototype.width=function(){return this.getMenuElement().offsetWidth},t.prototype.getMenuController=function(){return this._menuCtrl},t.prototype.setElementClass=function(t,e){this._renderer.setElementClass(this._elementRef.nativeElement,t,e)},t.prototype.setElementAttribute=function(t,e){this._renderer.setElementAttribute(this._elementRef.nativeElement,t,e)},t.prototype.getElementRef=function(){return this._elementRef},t.prototype.ngOnDestroy=function(){this._menuCtrl._unregister(this),this._events.destroy(),this._gesture&&this._gesture.destroy(),this._type&&this._type.destroy(),this._gesture=null,this._type=null,this._cntEle=null},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(86),r=(n(18),n(6),n(14)),o=(n(116),function(){function t(t,e,n,i,o,s,a){this._cfr=t,this._renderer=e,this._elementRef=n,this._navParams=i,this._viewCtrl=o,this.moduleLoader=a;var u=i.get("opts");this._gestureBlocker=s.createBlocker({disable:[r.d,r.b]}),this._bdDismiss=u.enableBackdropDismiss,u.cssClass&&u.cssClass.split(" ").forEach(function(t){""!==t.trim()&&e.setElementClass(n.nativeElement,t,!0)})}return t.prototype.ionViewPreLoad=function(){var t=this._navParams.data.component;if(t){var e=this.moduleLoader.getComponentFactoryResolver(t);e||(e=this._cfr);var n=e.resolveComponentFactory(t),i=this._viewport.createComponent(n,this._viewport.length,this._viewport.parentInjector,[]);this._setCssClass(i,"ion-page"),this._setCssClass(i,"show-page"),this._viewCtrl._setInstance(i.instance),this._viewCtrl.willEnter.subscribe(this._viewWillEnter.bind(this)),this._viewCtrl.didLeave.subscribe(this._viewDidLeave.bind(this)),this._enabled=!0}else console.warn("modal's page was not defined")},t.prototype._viewWillEnter=function(){this._gestureBlocker.block()},t.prototype._viewDidLeave=function(){this._gestureBlocker.unblock()},t.prototype._setCssClass=function(t,e){this._renderer.setElementClass(t.location.nativeElement,e,!0)},t.prototype._bdClick=function(){if(this._enabled&&this._bdDismiss){return this._viewCtrl.dismiss(null,"backdrop",{minClickBlockDuration:400})}},t.prototype._keyUp=function(t){this._enabled&&this._viewCtrl.isLast()&&t.keyCode===i.c&&this._bdClick()},t.prototype.ngOnDestroy=function(){this._gestureBlocker.destroy()},t}())},function(t,e,n){"use strict";var i=n(22),r=(n(0),n(33),function(){function t(t,e){this.element=e.nativeElement,this.imageAnimation=new i.a(t,e)}return t.prototype.scaleFrom=function(t){this.imageAnimation.fromTo("scale",t/this.element.clientWidth,1).duration(100).easing("ease-in-out").play()},t}()),o=n(42),s=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=10,u=45,l=function(t){function e(e,n,i,r,o){var s=t.call(this,e,n.getNativeElement(),{maxAngle:u,threshold:a,gesture:n._gestureCtrl.createGesture({name:"image-viewer"}),direction:"y",domController:i})||this;return s.component=n,s.renderer=r,s.cb=o,s.translationY=0,s.imageContainer=n.getNativeElement().querySelector(".image"),s.backdrop=n.getNativeElement().querySelector("ion-backdrop"),s.listen(),s}return s(e,t),e.prototype.isPinching=function(t){return t.touches&&t.touches.length>1},e.prototype.onDragStart=function(t){t.preventDefault(),this.isPinching(t)&&this.abort(t);var e=Object(o.f)(t);return this.startY=e.y,!0},e.prototype.canStart=function(t){return!this.component.isZoomed&&!this.isPinching(t)},e.prototype.onDragMove=function(t){var e=this;this.isPinching(t)&&this.abort(t);var n=Object(o.f)(t);return this.translationY=n.y-this.startY,this.opacity=Math.max(1-Math.abs(this.translationY)/700,.5),this.plt.raf(function(){e.renderer.setElementStyle(e.imageContainer,e.plt.Css.transform,"translateY("+e.translationY+"px)"),e.renderer.setElementStyle(e.backdrop,"opacity",e.opacity.toString())}),!0},e.prototype.onDragEnd=function(t){if(Math.abs(this.translationY)>70)this.cb();else{var e=new i.a(this.plt,this.imageContainer),n=new i.a(this.plt,this.backdrop);n.fromTo("opacity",this.opacity,"1"),e.fromTo("translateY",this.translationY+"px","0px"),new i.a(this.plt).easing("ease-in").duration(150).add(n).add(e).play()}return!0},e}(i.e),c=n(355),h=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),p=function(t){function e(e,n,i,r){var o=t.call(this,n.nativeElement)||this;return o.component=e,o.platform=i,o.renderer=r,o.adjustScale=1,o.adjustDeltaX=0,o.adjustDeltaY=0,o.currentScale=1,o.currentDeltaX=0,o.currentDeltaY=0,o.allowedXMargin=0,o.allowedYMargin=0,o.options({direction:c.a|c.b}),o.listen(),o.on("pinch",function(t){return o.onPinch(t)}),o.on("pinchend",function(t){return o.onPinchEnd(t)}),o.on("panstart",function(t){return o.onPanStart(t)}),o.on("pan",function(t){return o.onPan(t)}),o.on("panend",function(t){return o.onPanEnd(t)}),o.on("doubletap",function(t){return o.onDoubleTap(t)}),o}return h(e,t),e.prototype.onPinch=function(t){this.component.dragGesture.abort(t),this.currentScale=Math.max(1,Math.min(3,this.adjustScale*t.scale)),this.currentDeltaX=this.adjustDeltaX+t.deltaX/this.currentScale,this.currentDeltaY=this.adjustDeltaY+t.deltaY/this.currentScale,this.setImageContainerTransform()},e.prototype.onPinchEnd=function(t){this.component.isZoomed=1!==this.currentScale,this.component.isZoomed||(new i.a(this.platform,this.element).fromTo("translateX",this.currentDeltaX+"px","0").fromTo("translateY",this.currentDeltaY+"px","0").easing("ease-in").duration(50).play(),this.currentDeltaX=0,this.currentDeltaY=0),this.adjustScale=this.currentScale,this.adjustDeltaX=this.currentDeltaX,this.adjustDeltaY=this.currentDeltaY},e.prototype.onPanStart=function(t){if(this.component.isZoomed){var e=this.element.offsetWidth,n=this.element.offsetHeight;this.allowedXMargin=(e*this.currentScale-e)/4,this.allowedYMargin=(n*this.currentScale-n)/4}},e.prototype.onPan=function(t){this.component.isZoomed&&(this.currentDeltaX=this.boundAdjustement(Math.floor(this.adjustDeltaX+t.deltaX/this.currentScale),this.allowedXMargin),this.currentDeltaY=this.boundAdjustement(Math.floor(this.adjustDeltaY+t.deltaY/this.currentScale),this.allowedYMargin),this.setImageContainerTransform())},e.prototype.boundAdjustement=function(t,e){return t>e||t<-e?Math.min(e,Math.max(t,-e)):t},e.prototype.onPanEnd=function(t){this.component.isZoomed&&(this.adjustDeltaX=this.currentDeltaX,this.adjustDeltaY=this.currentDeltaY)},e.prototype.onDoubleTap=function(t){this.component.isZoomed=!this.component.isZoomed,this.component.isZoomed?this.currentScale=2:(this.currentScale=1,this.adjustDeltaX=this.currentDeltaX=0,this.adjustDeltaY=this.currentDeltaY=0),this.adjustScale=this.currentScale,this.setImageContainerTransform()},e.prototype.setImageContainerTransform=function(){var t=[];t.push("scale("+this.currentScale+")"),t.push("translate("+this.currentDeltaX+"px, "+this.currentDeltaY+"px)"),this.renderer.setElementStyle(this.element,this.platform.Css.transform,t.join(" "))},e}(i.b);n.d(e,"a",function(){return f});var d=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),f=function(t){function e(e,n,i,r,o,s,a,u,l,c){var h=t.call(this,l,n,o)||this;h._gestureCtrl=e,h.elementRef=n,h._nav=i,h._zone=r,h.renderer=o,h.domCtrl=s,h.platform=a,h._navParams=u,h._sanitizer=c;var p=u.get("image");return h.updateImageSrc(p),h}return d(e,t),e.prototype.updateImageSrc=function(t){this.imageUrl=this._sanitizer.bypassSecurityTrustUrl(t)},e.prototype.updateImageSrcWithTransition=function(t){var e=this.image.nativeElement,n=e.clientWidth;this.updateImageSrc(t);var i=new r(this.platform,this.image);e.onload=function(){return i.scaleFrom(n)}},e.prototype.ngOnInit=function(){var t=this,e=function(){return t._nav.pop()};this.unregisterBackButton=this.platform.registerBackButtonAction(e),this._zone.runOutsideAngular(function(){return t.dragGesture=new l(t.platform,t,t.domCtrl,t.renderer,e)})},e.prototype.ngAfterViewInit=function(){var t=this;this._zone.runOutsideAngular(function(){return t.pinchGesture=new p(t,t.imageContainer,t.platform,t.renderer)})},e.prototype.ngOnDestroy=function(){this.dragGesture&&this.dragGesture.destroy(),this.pinchGesture&&this.pinchGesture.destroy(),this.unregisterBackButton()},e.prototype.bdClick=function(){this._navParams.get("enableBackdropDismiss")&&this._nav.pop()},e}(i.c)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.overlaysWebView=function(t){},e.prototype.styleDefault=function(){},e.prototype.styleLightContent=function(){},e.prototype.styleBlackTranslucent=function(){},e.prototype.styleBlackOpaque=function(){},e.prototype.backgroundColorByName=function(t){},e.prototype.backgroundColorByHexString=function(t){},e.prototype.hide=function(){},e.prototype.show=function(){},Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[Boolean]),Object(i.d)("design:returntype",void 0)],e.prototype,"overlaysWebView",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"styleDefault",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"styleLightContent",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"styleBlackTranslucent",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"styleBlackOpaque",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[String]),Object(i.d)("design:returntype",void 0)],e.prototype,"backgroundColorByName",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[String]),Object(i.d)("design:returntype",void 0)],e.prototype,"backgroundColorByHexString",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"hide",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"show",null),Object(i.b)([r.c,Object(i.d)("design:type",Boolean)],e.prototype,"isVisible",void 0),e=Object(i.b)([Object(r.e)({pluginName:"StatusBar",plugin:"cordova-plugin-statusbar",pluginRef:"StatusBar",repo:"https://github.com/apache/cordova-plugin-statusbar",platforms:["Android","iOS","Windows"]})],e)}(r.d)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.show=function(){},e.prototype.hide=function(){},Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"show",null),Object(i.b)([Object(r.a)({sync:!0}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",void 0)],e.prototype,"hide",null),e=Object(i.b)([Object(r.e)({pluginName:"SplashScreen",plugin:"cordova-plugin-splashscreen",pluginRef:"navigator.splashscreen",repo:"https://github.com/apache/cordova-plugin-splashscreen",platforms:["Amazon Fire OS","Android","BlackBerry 10","iOS","Tizen","Ubuntu","Windows","Windows Phone"]})],e)}(r.d)},,,function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.getAppName=function(){},e.prototype.getPackageName=function(){},e.prototype.getVersionCode=function(){},e.prototype.getVersionNumber=function(){},Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"getAppName",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"getPackageName",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"getVersionCode",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"getVersionNumber",null),e=Object(i.b)([Object(r.e)({pluginName:"AppVersion",plugin:"cordova-plugin-app-version",pluginRef:"cordova.getAppVersion",repo:"https://github.com/whiteoctober/cordova-plugin-app-version",platforms:["Android","iOS","Windows"]})],e)}(r.d)},function(t,e,n){"use strict";function i(t){return s._25(0,[(t()(),s._1(0,0,null,null,2,":svg:svg",[["viewBox","0 0 64 64"]],null,null,null,null,null)),s._0(1,278528,null,0,a.n,[s.r,s.j,s.B],{ngStyle:[0,"ngStyle"]},null),(t()(),s._1(2,0,null,null,0,":svg:circle",[["transform","translate(32,32)"]],[[1,"r",0]],null,null,null,null))],function(t,e){t(e,1,0,e.context.$implicit.style)},function(t,e){t(e,2,0,e.context.$implicit.r)})}function r(t){return s._25(0,[(t()(),s._1(0,0,null,null,2,":svg:svg",[["viewBox","0 0 64 64"]],null,null,null,null,null)),s._0(1,278528,null,0,a.n,[s.r,s.j,s.B],{ngStyle:[0,"ngStyle"]},null),(t()(),s._1(2,0,null,null,0,":svg:line",[["transform","translate(32,32)"]],[[1,"y1",0],[1,"y2",0]],null,null,null,null))],function(t,e){t(e,1,0,e.context.$implicit.style)},function(t,e){t(e,2,0,e.context.$implicit.y1,e.context.$implicit.y2)})}function o(t){return s._25(2,[(t()(),s.W(16777216,null,null,1,null,i)),s._0(1,802816,null,0,a.j,[s.K,s.H,s.q],{ngForOf:[0,"ngForOf"]},null),(t()(),s.W(16777216,null,null,1,null,r)),s._0(3,802816,null,0,a.j,[s.K,s.H,s.q],{ngForOf:[0,"ngForOf"]},null)],function(t,e){var n=e.component;t(e,1,0,n._c);t(e,3,0,n._l)},null)}n.d(e,"a",function(){return u}),e.b=o;var s=n(0),a=n(3),u=(n(2),s.Z({encapsulation:2,styles:[],data:{}}))},function(t,e,n){"use strict";n.d(e,"a",function(){return o});n(2);var i=n(86),r=(n(18),n(6),n(14)),o=(n(116),function(){function t(t,e,n,i,o,a,u,l){this._cfr=t,this._elementRef=e,this._renderer=n,this._config=i,this._navParams=o,this._viewCtrl=a,this.moduleLoader=l,this._gestureBlocker=u.createBlocker(r.a),this.d=o.data.opts,n.setElementClass(e.nativeElement,"popover-"+i.get("mode"),!0),this.d.cssClass&&this.d.cssClass.split(" ").forEach(function(t){""!==t.trim()&&n.setElementClass(e.nativeElement,t,!0)}),this.id=++s}return t.prototype.ionViewPreLoad=function(){this._load(this._navParams.data.component)},t.prototype._load=function(t){if(t){var e=this.moduleLoader.getComponentFactoryResolver(t);e||(e=this._cfr);var n=e.resolveComponentFactory(t),i=this._viewport.createComponent(n,this._viewport.length,this._viewport.parentInjector,[]);this._viewCtrl._setInstance(i.instance),this._enabled=!0,this._viewCtrl.willEnter.subscribe(this._viewWillEnter.bind(this)),this._viewCtrl.didLeave.subscribe(this._viewDidLeave.bind(this))}},t.prototype._viewWillEnter=function(){this._gestureBlocker.block()},t.prototype._viewDidLeave=function(){this._gestureBlocker.unblock()},t.prototype._setCssClass=function(t,e){this._renderer.setElementClass(t.location.nativeElement,e,!0)},t.prototype._bdClick=function(){if(this._enabled&&this.d.enableBackdropDismiss)return this._viewCtrl.dismiss(null,"backdrop")},t.prototype._keyUp=function(t){this._enabled&&t.keyCode===i.c&&this._viewCtrl.isLast()&&this._bdClick()},t.prototype.ngOnDestroy=function(){this._gestureBlocker.destroy()},t}()),s=-1},function(t,e,n){"use strict";function i(t){return a._25(0,[(t()(),a._1(0,0,null,null,1,"ion-icon",[["name","reorder"],["role","img"]],[[2,"hide",null]],null,null,null,null)),a._0(1,147456,null,0,c.a,[l.a,a.j,a.A],{name:[0,"name"]},null)],function(t,e){t(e,1,0,"reorder")},function(t,e){t(e,0,0,a._15(e,1)._hidden)})}function r(t){return a._25(0,[(t()(),a._1(0,0,null,null,2,"ion-label",[],null,null,null,null,null)),a._0(1,16384,[[1,4]],0,u.a,[l.a,a.j,a.A,[8,null],[8,null],[8,null],[8,null]],null,null),a._14(null,2)],null,null)}function o(t){return a._25(0,[(t()(),a._1(0,0,null,null,1,"ion-reorder",[],null,[[null,"click"]],function(t,e,n){var i=!0;if("click"===e){i=!1!==a._15(t,1).onClick(n)&&i}return i},i,p)),a._0(1,49152,null,0,h.a,[a.j],null,null)],null,null)}function s(t){return a._25(2,[a._21(671088640,1,{viewLabel:0}),a._14(null,0),(t()(),a._1(2,0,null,null,8,"div",[["class","item-inner"]],null,null,null,null,null)),(t()(),a._1(3,0,null,null,4,"div",[["class","input-wrapper"]],null,null,null,null,null)),a._14(null,1),(t()(),a.W(16777216,null,null,1,null,r)),a._0(6,16384,null,0,d.k,[a.K,a.H],{ngIf:[0,"ngIf"]},null),a._14(null,3),a._14(null,4),(t()(),a.W(16777216,null,null,1,null,o)),a._0(10,16384,null,0,d.k,[a.K,a.H],{ngIf:[0,"ngIf"]},null),(t()(),a._1(11,0,null,null,0,"div",[["class","button-effect"]],null,null,null,null,null))],function(t,e){var n=e.component;t(e,6,0,n._viewLabel);t(e,10,0,n._hasReorder)},null)}var a=n(0),u=n(151),l=n(2),c=n(32),h=n(184),p=a.Z({encapsulation:2,styles:[],data:{}}),d=n(3);n(49),n(40),n(97);n.d(e,"a",function(){return f}),e.b=s;var f=a.Z({encapsulation:2,styles:[],data:{}})},function(t,e,n){"use strict";n.d(e,"a",function(){return a});var i=n(0),r=(n(2),n(40),n(17)),o=n(4),s=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=function(t){function e(e,n,r,o,s,a){var u=t.call(this,n,r,o,"radio")||this;return u._form=e,u._item=s,u._group=a,u._checked=!1,u._disabled=!1,u._value=null,u.ionSelect=new i.m,e.register(u),a&&(u.id="rb-"+a.add(u)),s&&(u.id="rb-"+s.registerInput("radio"),u._labelId="lbl-"+s.id,u._item.setElementClass("item-radio",!0)),u}return s(e,t),Object.defineProperty(e.prototype,"color",{set:function(t){this._setColor(t),this._item&&this._item._updateColor(t,"item-radio")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"value",{get:function(){return Object(o.f)(this._value)?this.id:this._value},set:function(t){this._value=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"checked",{get:function(){return this._checked},set:function(t){this._checked=Object(o.o)(t),this._item&&this._item.setElementClass("item-radio-checked",this._checked)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"disabled",{get:function(){return this._disabled||null!=this._group&&this._group.disabled},set:function(t){this._disabled=Object(o.o)(t),this._item&&this._item.setElementClass("item-radio-disabled",this._disabled)},enumerable:!0,configurable:!0}),e.prototype.initFocus=function(){this._elementRef.nativeElement.querySelector("button").focus()},e.prototype._click=function(t){t.preventDefault(),t.stopPropagation(),this.checked=!0,this.ionSelect.emit(this.value)},e.prototype.ngOnInit=function(){this._group&&Object(o.l)(this._group.value)&&(this.checked=Object(o.g)(this._group.value,this.value)),this._group&&this._group.disabled&&(this.disabled=this._group.disabled)},e.prototype.ngOnDestroy=function(){this._form.deregister(this),this._group&&this._group.remove(this)},e}(r.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return i});n(18),n(6);var i=function(){function t(t,e){this.navParams=t,this.viewController=e}return Object.defineProperty(t.prototype,"value",{get:function(){var t=this.options.find(function(t){return t.checked});return t?t.value:void 0},set:function(t){var e=this.options.find(function(e){return e.value===t});e&&e.handler&&e.handler(),this.viewController.dismiss(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this.options=this.navParams.data.options},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});n(2),n(18),n(6);var i=function(){function t(t,e,n,i,o){this._viewCtrl=t,this._config=e,this._elementRef=n,this.dismissTimeout=void 0,o.setElementClass(n.nativeElement,"toast-"+e.get("mode"),!0),this.d=i.data,this.d.cssClass&&this.d.cssClass.split(" ").forEach(function(t){""!==t.trim()&&o.setElementClass(n.nativeElement,t,!0)}),this.id=++r,this.d.message&&(this.hdrId="toast-hdr-"+this.id)}return t.prototype.ngAfterViewInit=function(){var t=this;this.d.duration&&(this.dismissTimeout=setTimeout(function(){t.dismiss("backdrop")},this.d.duration)),this.enabled=!0},t.prototype.ionViewDidEnter=function(){var t=document.activeElement;t&&t.blur();var e=this._elementRef.nativeElement.querySelector("button");e&&e.focus()},t.prototype.cbClick=function(){this.enabled&&this.dismiss("close")},t.prototype.dismiss=function(t){return clearTimeout(this.dismissTimeout),this.dismissTimeout=void 0,this._viewCtrl.dismiss(null,t,{disableApp:!1})},t}(),r=-1},function(t,e,n){"use strict";function i(t){return l._25(0,[(t()(),l._1(0,0,null,null,1,"span",[["class","mat-select-placeholder"]],null,null,null,null,null)),(t()(),l._23(1,null,["",""]))],null,function(t,e){t(e,1,0,e.component.placeholder||" ")})}function r(t){return l._25(0,[(t()(),l._1(0,0,null,null,1,"span",[],null,null,null,null,null)),(t()(),l._23(1,null,["",""]))],null,function(t,e){t(e,1,0,e.component.triggerValue)})}function o(t){return l._25(0,[l._14(null,0),(t()(),l.W(0,null,null,0))],null,null)}function s(t){return l._25(0,[(t()(),l._1(0,0,null,null,5,"span",[["class","mat-select-value-text"]],null,null,null,null,null)),l._0(1,16384,null,0,c.o,[],{ngSwitch:[0,"ngSwitch"]},null),(t()(),l.W(16777216,null,null,1,null,r)),l._0(3,16384,null,0,c.q,[l.K,l.H,c.o],null,null),(t()(),l.W(16777216,null,null,1,null,o)),l._0(5,278528,null,0,c.p,[l.K,l.H,c.o],{ngSwitchCase:[0,"ngSwitchCase"]},null)],function(t,e){t(e,1,0,!!e.component.customTrigger);t(e,5,0,!0)},null)}function a(t){return l._25(0,[(t()(),l._1(0,0,[[2,0],["panel",1]],null,3,"div",[],[[24,"@transformPanel",0],[4,"transformOrigin",null],[2,"mat-select-panel-done-animating",null],[4,"font-size","px"]],[[null,"@transformPanel.done"],[null,"keydown"]],function(t,e,n){var i=!0,r=t.component;if("@transformPanel.done"===e){i=!1!==r._onPanelDone()&&i}if("keydown"===e){i=!1!==r._handleKeydown(n)&&i}return i},null,null)),l._0(1,278528,null,0,c.i,[l.q,l.r,l.j,l.B],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(t()(),l._1(2,0,null,null,1,"div",[["class","mat-select-content"]],[[24,"@fadeInContent",0]],[[null,"@fadeInContent.done"]],function(t,e,n){var i=!0;if("@fadeInContent.done"===e){i=!1!==t.component._onFadeInDone()&&i}return i},null,null)),l._14(null,1)],function(t,e){var n=e.component;t(e,1,0,l._4(1,"mat-select-panel ",n._getPanelTheme(),""),n.panelClass)},function(t,e){var n=e.component;t(e,0,0,n.multiple?"showing-multiple":"showing",n._transformOrigin,n._panelDoneAnimating,n._triggerFontSize);t(e,2,0,"showing")})}function u(t){return l._25(2,[l._21(402653184,1,{trigger:0}),l._21(671088640,2,{panel:0}),l._21(402653184,3,{overlayDir:0}),(t()(),l._1(3,0,[[1,0],["trigger",1]],null,9,"div",[["aria-hidden","true"],["cdk-overlay-origin",""],["class","mat-select-trigger"]],null,[[null,"click"]],function(t,e,n){var i=!0;if("click"===e){i=!1!==t.component.toggle()&&i}return i},null,null)),l._0(4,16384,[["origin",4]],0,p.b,[l.j],null,null),(t()(),l._1(5,0,null,null,5,"div",[["class","mat-select-value"]],null,null,null,null,null)),l._0(6,16384,null,0,c.o,[],{ngSwitch:[0,"ngSwitch"]},null),(t()(),l.W(16777216,null,null,1,null,i)),l._0(8,278528,null,0,c.p,[l.K,l.H,c.o],{ngSwitchCase:[0,"ngSwitchCase"]},null),(t()(),l.W(16777216,null,null,1,null,s)),l._0(10,278528,null,0,c.p,[l.K,l.H,c.o],{ngSwitchCase:[0,"ngSwitchCase"]},null),(t()(),l._1(11,0,null,null,1,"div",[["class","mat-select-arrow-wrapper"]],null,null,null,null,null)),(t()(),l._1(12,0,null,null,0,"div",[["class","mat-select-arrow"]],null,null,null,null,null)),(t()(),l.W(16777216,null,null,1,function(t,e,n){var i=!0,r=t.component;if("backdropClick"===e){i=!1!==r.close()&&i}if("attach"===e){i=!1!==r._onAttached()&&i}if("detach"===e){i=!1!==r.close()&&i}return i},a)),l._0(14,671744,[[3,4]],0,p.a,[p.c,l.H,l.K,p.k,[2,h.c]],{lockPosition:[0,"lockPosition"],_deprecatedOrigin:[1,"_deprecatedOrigin"],_deprecatedPositions:[2,"_deprecatedPositions"],_deprecatedOffsetY:[3,"_deprecatedOffsetY"],_deprecatedMinWidth:[4,"_deprecatedMinWidth"],_deprecatedBackdropClass:[5,"_deprecatedBackdropClass"],_deprecatedScrollStrategy:[6,"_deprecatedScrollStrategy"],_deprecatedOpen:[7,"_deprecatedOpen"],_deprecatedHasBackdrop:[8,"_deprecatedHasBackdrop"]},{backdropClick:"backdropClick",attach:"attach",detach:"detach"})],function(t,e){var n=e.component;t(e,6,0,n.empty);t(e,8,0,!0);t(e,10,0,!1);t(e,14,0,"",l._15(e,4),n._positions,n._offsetY,null==n._triggerRect?null:n._triggerRect.width,"cdk-overlay-transparent-backdrop",n._scrollStrategy,n.panelOpen,"")},null)}n.d(e,"a",function(){return d}),e.b=u;var l=n(0),c=n(3),h=n(15),p=n(47),d=l.Z({encapsulation:2,styles:[".mat-select{display:inline-block;width:100%;outline:0}.mat-select-trigger{display:inline-table;cursor:pointer;position:relative;box-sizing:border-box}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.mat-select-value{display:table-cell;max-width:0;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{display:table-cell;vertical-align:middle}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){.mat-select-panel{outline:solid 1px}}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color .4s .133s cubic-bezier(.25,.8,.25,1)}.mat-form-field-hide-placeholder .mat-select-placeholder{color:transparent;transition:none}"],data:{animation:[{type:7,name:"transformPanel",definitions:[{type:0,name:"showing",styles:{type:6,styles:{opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"},offset:null},options:void 0},{type:0,name:"showing-multiple",styles:{type:6,styles:{opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"},offset:null},options:void 0},{type:1,expr:"void => *",animation:[{type:6,styles:{opacity:0,minWidth:"100%",transform:"scaleY(0)"},offset:null},{type:4,styles:null,timings:"150ms cubic-bezier(0.25, 0.8, 0.25, 1)"}],options:null},{type:1,expr:"* => void",animation:[{type:4,styles:{type:6,styles:{opacity:0},offset:null},timings:"250ms 100ms linear"}],options:null}],options:{}},{type:7,name:"fadeInContent",definitions:[{type:0,name:"showing",styles:{type:6,styles:{opacity:1},offset:null},options:void 0},{type:1,expr:"void => showing",animation:[{type:6,styles:{opacity:0},offset:null},{type:4,styles:null,timings:"150ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"}],options:null}],options:{}}]}})},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var i=n(0),r=(n(2),n(96)),o=n(4),s=n(328),a=(n(5),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}()),u=function(t){function e(e,n,r,o,a){var u=t.call(this,e,r,o,"searchbar","",null,null,a)||this;return u._plt=n,u._shouldBlur=!0,u._shouldAlignLeft=!0,u._isCancelVisible=!1,u._spellcheck=!1,u._autocomplete="off",u._autocorrect="off",u._isActive=!1,u._showCancelButton=!1,u._animated=!1,u._inputDebouncer=new s.a(0),u.cancelButtonText="Cancel",u.placeholder="Search",u.type="search",u.ionInput=new i.m,u.ionCancel=new i.m,u.ionClear=new i.m,u.debounce=250,u}return a(e,t),Object.defineProperty(e.prototype,"showCancelButton",{get:function(){return this._showCancelButton},set:function(t){this._showCancelButton=Object(o.o)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"debounce",{get:function(){return this._debouncer.wait},set:function(t){this._debouncer.wait=t,this._inputDebouncer.wait=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"autocomplete",{set:function(t){this._autocomplete=""===t||"on"===t?"on":this._config.get("autocomplete","off")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"autocorrect",{set:function(t){this._autocorrect=""===t||"on"===t?"on":this._config.get("autocorrect","off")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"spellcheck",{set:function(t){this._spellcheck=""===t||"true"===t||!0===t||this._config.getBoolean("spellcheck",!1)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"animated",{get:function(){return this._animated},set:function(t){this._animated=Object(o.o)(t)},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){var t=this.showCancelButton;"string"==typeof t&&(this.showCancelButton=""===t||"true"===t)},e.prototype._inputUpdated=function(){var t=this._searchbarInput.nativeElement,e=this._value;t.value!==e&&(t.value=e),this.positionElements()},e.prototype.positionElements=function(){var t=this._animated,e=this._shouldAlignLeft,n=!t||this._value&&""!==this._value.toString().trim()||!0===this._isFocus;this._shouldAlignLeft=n,"ios"===this._mode&&(e!==n&&this.positionPlaceholder(),t&&this.positionCancelButton())},e.prototype.positionPlaceholder=function(){var t=this._searchbarInput.nativeElement,e=this._searchbarIcon.nativeElement;if(this._shouldAlignLeft)t.removeAttribute("style"),e.removeAttribute("style");else{var n=this._plt.doc(),i=n.createElement("span");i.innerHTML=this.placeholder,n.body.appendChild(i);var r=i.offsetWidth;n.body.removeChild(i);var o="calc(50% - "+r/2+"px)";this._plt.isRTL?t.style.paddingRight=o:t.style.paddingLeft=o;var s="calc(50% - "+(r/2+30)+"px)";this._plt.isRTL?e.style.marginRight=s:e.style.marginLeft=s}},e.prototype.positionCancelButton=function(){var t=this._isFocus;if(t!==this._isCancelVisible){var e=this._cancelButton.nativeElement,n=e.style;if(this._isCancelVisible=t,t)this._plt.isRTL?n.marginLeft="0":n.marginRight="0";else{var i=e.offsetWidth;i>0&&(this._plt.isRTL?n.marginLeft=-i+"px":n.marginRight=-i+"px")}}},e.prototype.inputChanged=function(t){var e=this;this.value=t.target.value,this._inputDebouncer.debounce(function(){e.ionInput.emit(t)})},e.prototype.inputFocused=function(){this._isActive=!0,this._fireFocus(),this.positionElements()},e.prototype.inputBlurred=function(){if(!1===this._shouldBlur)return this._searchbarInput.nativeElement.focus(),void(this._shouldBlur=!0);this._fireBlur(),this.positionElements()},e.prototype.clearInput=function(t){var e=this;this.ionClear.emit(t),setTimeout(function(){var n=e._value;Object(o.l)(n)&&""!==n&&(e.value="",e.ionInput.emit(t))},64),this._shouldBlur=!1},e.prototype.cancelSearchbar=function(t){this.ionCancel.emit(t),this.clearInput(t),this._shouldBlur=!0,this._isActive=!1},e.prototype.setFocus=function(){this._renderer.invokeElementMethod(this._searchbarInput.nativeElement,"focus")},e}(r.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});n(2);var i=n(17),r=(n(6),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}()),o=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i,"footer")||this;return r&&r._setFooter(o),o}return r(e,t),e}(i.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(t,e){this.templateRef=t,this.viewContainer=e}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.isAvailable=function(){},e.prototype.show=function(t){},Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"isAvailable",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[Object]),Object(i.d)("design:returntype",Promise)],e.prototype,"show",null),e=Object(i.b)([Object(r.e)({pluginName:"FingerprintAIO",plugin:"cordova-plugin-fingerprint-aio",pluginRef:"Fingerprint",repo:"https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio",platforms:["Android","iOS"]})],e)}(r.d)},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var i=n(0),r=function(){function t(t){this._compiler=t}return t.prototype.load=function(t,e){return this._compiler instanceof i.h?function(t,e){return n(344)(t).then(function(n){var i=n[e];if(!i)throw new Error("Module "+t+" does not export "+e);return i})}(t,e):function(t,e,i){return i||(i="default"),n(344)(e).then(function(n){var r=n[i];if(!r)throw new Error("Module "+e+" does not export "+i);return t.compileModuleAsync(r)})}(this._compiler,t,e)},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=function(){var t={Up:1,Down:3,Right:6,Left:8,UpMirrored:2,DownMirrored:4,LeftMirrored:5,RightMirrored:7,NotJpeg:-1,NotDefined:-2};return t[t.Up]="Up",t[t.Down]="Down",t[t.Right]="Right",t[t.Left]="Left",t[t.UpMirrored]="UpMirrored",t[t.DownMirrored]="DownMirrored",t[t.LeftMirrored]="LeftMirrored",t[t.RightMirrored]="RightMirrored",t[t.NotJpeg]="NotJpeg",t[t.NotDefined]="NotDefined",t}(),r=function(){function t(){}return t.getOrientation=function(t,e){var n=new FileReader;try{n.onload=function(t){var i=new DataView(n.result);if(65496!==i.getUint16(0,!1))return e(-2);for(var r=i.byteLength,o=2;o0&&o.afterOpened().subscribe(function(){return o._dismissAfter(r.duration)}),r.announcementMessage&&this._live.announce(r.announcementMessage,r.politeness),this._openedSnackBarRef=o,this._openedSnackBarRef},t.prototype.open=function(t,e,n){void 0===e&&(e="");var r=i(n);return r.data={message:t,action:e},r.announcementMessage=t,this.openFromComponent(m,r)},t.prototype.dismiss=function(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()},t.prototype._attachSnackBarContainer=function(t,e){var n=new s.d(g,e.viewContainerRef),i=t.attach(n);return i.instance.snackBarConfig=e,i.instance},t.prototype._attach=function(t,e){var n=this._createOverlay(e),i=this._attachSnackBarContainer(n,e),r=new p(i,n),o=this._createInjector(e,r),u=new s.d(t,void 0,o),h=i.attachComponentPortal(u);return r.instance=h.instance,this._breakpointObserver.observe(a.b.Handset).pipe(Object(c.takeUntil)(n.detachments().pipe(Object(l.take)(1)))).subscribe(function(t){t.matches?n.overlayElement.classList.add("mat-snack-bar-handset"):n.overlayElement.classList.remove("mat-snack-bar-handset")}),r},t.prototype._createOverlay=function(t){var e=new o.d;e.direction=t.direction;var n=this._overlay.position().global(),i="rtl"===t.direction,r="left"===t.horizontalPosition||"start"===t.horizontalPosition&&!i||"end"===t.horizontalPosition&&i,s=!r&&"center"!==t.horizontalPosition;return r?n.left("0"):s?n.right("0"):n.centerHorizontally(),"top"===t.verticalPosition?n.top("0"):n.bottom("0"),e.positionStrategy=n,this._overlay.create(e)},t.prototype._createInjector=function(t,e){var n=t&&t.viewContainerRef&&t.viewContainerRef.injector,i=new WeakMap;return i.set(p,e),i.set(d,t.data),new s.f(n||this._injector,i)},t}(),_=function(){return function(){}}()},function(t,e,n){"use strict";function i(t){return Error('Could not find column with id "'+t+'".')}n.d(e,"j",function(){return C}),n.d(e,"b",function(){return _}),n.d(e,"e",function(){return y}),n.d(e,"c",function(){return b}),n.d(e,"d",function(){return w}),n.d(e,"a",function(){return S}),n.d(e,"g",function(){return d}),n.d(e,"i",function(){return f}),n.d(e,"f",function(){return g}),n.d(e,"h",function(){return v}),n.d(e,"k",function(){return A});var r=n(1),o=n(0),s=n(60),a=n(102),u=n(352),l=n(24),c=n(61),h=n(78);n.d(e,"l",function(){return s.a});var p=function(){function t(t,e){this.template=t,this._differs=e}return t.prototype.ngOnChanges=function(t){var e=t.columns.currentValue||[];this._columnsDiffer||(this._columnsDiffer=this._differs.find(e).create(),this._columnsDiffer.diff(e))},t.prototype.getColumnsDiff=function(){return this._columnsDiffer.diff(this.columns)},t}(),d=function(t){function e(e,n){return t.call(this,e,n)||this}return Object(r.c)(e,t),e}(p),f=function(t){function e(e,n){return t.call(this,e,n)||this}return Object(r.c)(e,t),e}(p),m=function(){function t(e){this._viewContainer=e,t.mostRecentCellOutlet=this}return t.mostRecentCellOutlet=null,t}(),g=function(){return function(){}}(),v=function(){return function(){}}(),_=function(){return function(t){this.template=t}}(),y=function(){return function(t){this.template=t}}(),b=function(){function t(){}return Object.defineProperty(t.prototype,"name",{get:function(){return this._name},set:function(t){t&&(this._name=t,this.cssClassFriendlyName=t.replace(/[^a-z0-9_-]/gi,"-"))},enumerable:!0,configurable:!0}),t}(),w=function(){return function(t,e){e.nativeElement.classList.add("cdk-column-"+t.cssClassFriendlyName)}}(),S=function(){return function(t,e){e.nativeElement.classList.add("cdk-column-"+t.cssClassFriendlyName)}}(),C=function(){function t(t,e,n,i){this._differs=t,this._changeDetectorRef=e,this._onDestroy=new l.Subject,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._headerRowDefChanged=!1,this.viewChange=new u.BehaviorSubject({start:0,end:Number.MAX_VALUE}),i||n.nativeElement.setAttribute("role","grid")}return Object.defineProperty(t.prototype,"trackBy",{get:function(){return this._trackByFn},set:function(t){Object(o.R)()&&null!=t&&"function"!=typeof t&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(t)+"."),this._trackByFn=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dataSource",{get:function(){return this._dataSource},set:function(t){this._dataSource!==t&&this._switchDataSource(t)},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){this._dataDiffer=this._differs.find([]).create(this._trackByFn),this._headerRowDef&&(this._headerRowDefChanged=!0)},t.prototype.ngAfterContentChecked=function(){if(this._cacheRowDefs(),this._cacheColumnDefs(),!this._headerRowDef&&!this._rowDefs.length)throw Error("Missing definitions for header and row, cannot determine which columns should be rendered.");this._renderUpdatedColumns(),this._headerRowDefChanged&&(this._renderHeaderRow(),this._headerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription&&this._observeRenderChanges()},t.prototype.ngOnDestroy=function(){this._rowPlaceholder.viewContainer.clear(),this._headerRowPlaceholder.viewContainer.clear(),this._onDestroy.next(),this._onDestroy.complete(),this.dataSource instanceof s.a&&this.dataSource.disconnect(this)},t.prototype.renderRows=function(){var t=this,e=this._dataDiffer.diff(this._data);if(e){var n=this._rowPlaceholder.viewContainer;e.forEachOperation(function(e,i,r){if(null==e.previousIndex)t._insertRow(e.item,r);else if(null==r)n.remove(i);else{var o=n.get(i);n.move(o,r)}}),this._updateRowIndexContext(),e.forEachIdentityChange(function(t){n.get(t.currentIndex).context.$implicit=t.item})}},t.prototype.setHeaderRowDef=function(t){this._headerRowDef=t,this._headerRowDefChanged=!0},t.prototype.addColumnDef=function(t){this._customColumnDefs.add(t)},t.prototype.removeColumnDef=function(t){this._customColumnDefs.delete(t)},t.prototype.addRowDef=function(t){this._customRowDefs.add(t)},t.prototype.removeRowDef=function(t){this._customRowDefs.delete(t)},t.prototype._cacheColumnDefs=function(){var t=this;this._columnDefsByName.clear();var e=this._contentColumnDefs?this._contentColumnDefs.toArray():[];this._customColumnDefs.forEach(function(t){return e.push(t)}),e.forEach(function(e){if(t._columnDefsByName.has(e.name))throw function(t){return Error('Duplicate column definition name provided: "'+t+'".')}(e.name);t._columnDefsByName.set(e.name,e)})},t.prototype._cacheRowDefs=function(){var t=this;this._rowDefs=this._contentRowDefs?this._contentRowDefs.toArray():[],this._customRowDefs.forEach(function(e){return t._rowDefs.push(e)});var e=this._rowDefs.filter(function(t){return!t.when});if(e.length>1)throw Error("There can only be one default row without a when predicate function.");this._defaultRowDef=e[0]},t.prototype._renderUpdatedColumns=function(){var t=this;this._rowDefs.forEach(function(e){e.getColumnsDiff()&&(t._dataDiffer.diff([]),t._rowPlaceholder.viewContainer.clear(),t.renderRows())}),this._headerRowDef&&this._headerRowDef.getColumnsDiff()&&this._renderHeaderRow()},t.prototype._switchDataSource=function(t){this._data=[],this.dataSource instanceof s.a&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),t||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowPlaceholder.viewContainer.clear()),this._dataSource=t},t.prototype._observeRenderChanges=function(){var t=this;if(this.dataSource){var e;if(this.dataSource.connect instanceof Function?e=this.dataSource.connect(this):this.dataSource instanceof c.Observable?e=this.dataSource:Array.isArray(this.dataSource)&&(e=Object(h.of)(this.dataSource)),void 0===e)throw Error("Provided data source did not match an array, Observable, or DataSource");this._renderChangeSubscription=e.pipe(Object(a.takeUntil)(this._onDestroy)).subscribe(function(e){t._data=e,t.renderRows()})}},t.prototype._renderHeaderRow=function(){this._headerRowPlaceholder.viewContainer.length>0&&this._headerRowPlaceholder.viewContainer.clear();var t=this._getHeaderCellTemplatesForRow(this._headerRowDef);t.length&&(this._headerRowPlaceholder.viewContainer.createEmbeddedView(this._headerRowDef.template,{cells:t}),t.forEach(function(t){m.mostRecentCellOutlet&&m.mostRecentCellOutlet._viewContainer.createEmbeddedView(t.template,{})}),this._changeDetectorRef.markForCheck())},t.prototype._getRowDef=function(t,e){if(1==this._rowDefs.length)return this._rowDefs[0];var n=this._rowDefs.find(function(n){return n.when&&n.when(e,t)})||this._defaultRowDef;if(!n)throw Error("Could not find a matching row definition for the provided row data.");return n},t.prototype._insertRow=function(t,e){var n=this._getRowDef(t,e),i={$implicit:t};this._rowPlaceholder.viewContainer.createEmbeddedView(n.template,i,e),this._getCellTemplatesForRow(n).forEach(function(t){m.mostRecentCellOutlet&&m.mostRecentCellOutlet._viewContainer.createEmbeddedView(t.template,i)}),this._changeDetectorRef.markForCheck()},t.prototype._updateRowIndexContext=function(){for(var t=this._rowPlaceholder.viewContainer,e=0,n=t.length;e=0&&t=n.labelMinRequiredCells?n.label:"")})}function l(t){return b._25(0,[(t()(),b._1(0,0,null,null,2,"td",[["class","mat-calendar-body-cell"],["role","gridcell"]],[[8,"tabIndex",0],[2,"mat-calendar-body-disabled",null],[2,"mat-calendar-body-active",null],[1,"aria-label",0],[1,"aria-disabled",0],[4,"width","%"],[4,"paddingTop","%"],[4,"paddingBottom","%"]],[[null,"click"]],function(t,e,n){var i=!0;if("click"===e){i=!1!==t.component._cellClicked(t.context.$implicit)&&i}return i},null,null)),(t()(),b._1(1,0,null,null,1,"div",[["class","mat-calendar-body-cell-content"]],[[2,"mat-calendar-body-selected",null],[2,"mat-calendar-body-today",null]],null,null,null,null)),(t()(),b._23(2,null,["",""]))],null,function(t,e){var n=e.component;t(e,0,0,n._isActiveCell(e.parent.context.index,e.context.index)?0:-1,!e.context.$implicit.enabled,n._isActiveCell(e.parent.context.index,e.context.index),e.context.$implicit.ariaLabel,!e.context.$implicit.enabled||null,100/n.numCols,50*n.cellAspectRatio/n.numCols,50*n.cellAspectRatio/n.numCols);t(e,1,0,n.selectedValue===e.context.$implicit.value,n.todayValue===e.context.$implicit.value);t(e,2,0,e.context.$implicit.displayValue)})}function c(t){return b._25(0,[(t()(),b._1(0,0,null,null,4,"tr",[["role","row"]],null,null,null,null,null)),(t()(),b.W(16777216,null,null,1,null,u)),b._0(2,16384,null,0,S.k,[b.K,b.H],{ngIf:[0,"ngIf"]},null),(t()(),b.W(16777216,null,null,1,null,l)),b._0(4,802816,null,0,S.j,[b.K,b.H,b.q],{ngForOf:[0,"ngForOf"]},null)],function(t,e){t(e,2,0,0===e.context.index&&e.component._firstRowOffset);t(e,4,0,e.context.$implicit)},null)}function h(t){return b._25(2,[(t()(),b.W(16777216,null,null,1,null,a)),b._0(1,16384,null,0,S.k,[b.K,b.H],{ngIf:[0,"ngIf"]},null),(t()(),b.W(16777216,null,null,1,null,c)),b._0(3,802816,null,0,S.j,[b.K,b.H,b.q],{ngForOf:[0,"ngForOf"]},null)],function(t,e){var n=e.component;t(e,1,0,n._firstRowOffset390&&e<520&&n>620&&n<800}},tablet:{isMatch:function(t){var e=Math.min(t.width(),t.height()),n=Math.max(t.width(),t.height());return e>460&&e<820&&n>780&&n<1400}},android:{superset:"mobile",subsets:["phablet","tablet"],settings:{activator:function(t){if(t.testNavigatorPlatform("linux")){var e=t.matchUserAgentVersion(/Chrome\/(\d+).(\d+)?/);if(e)return parseInt(e.major,10)<36||t.version().major<5?"none":"ripple";if(t.version().major<5)return"none"}return"ripple"},autoFocusAssist:"immediate",inputCloning:!0,scrollAssist:!0,hoverCSS:!1,keyboardHeight:300,mode:"md"},isMatch:function(t){return t.isPlatformMatch("android",["android","silk"],["windows phone"])},versionParser:function(t){return t.matchUserAgentVersion(/Android (\d+).(\d+)?/)}},ios:{superset:"mobile",subsets:["ipad","iphone"],settings:{autoFocusAssist:"delay",hideCaretOnScroll:!0,hoverCSS:!1,inputBlurring:r.c,inputCloning:r.c,keyboardHeight:250,mode:"ios",statusbarPadding:r.a,swipeBackEnabled:r.c,tapPolyfill:r.d,virtualScrollEventAssist:r.d,disableScrollAssist:r.c,scrollAssist:r.c,keyboardResizes:function(t){var e=t.win();return!(!e.Ionic||!0!==e.Ionic.keyboardResizes)}},isMatch:function(t){return t.isPlatformMatch("ios",["iphone","ipad","ipod"],["windows phone"])},versionParser:function(t){return t.matchUserAgentVersion(/OS (\d+)_(\d+)?/)}},ipad:{superset:"tablet",settings:{keyboardHeight:500},isMatch:function(t){return t.isPlatformMatch("ipad")}},iphone:{subsets:["phablet"],isMatch:function(t){return t.isPlatformMatch("iphone")}},windows:{superset:"mobile",subsets:["phablet","tablet"],settings:{mode:"wp",autoFocusAssist:"immediate",hoverCSS:!1},isMatch:function(t){return t.isPlatformMatch("windows",["windows phone"])},versionParser:function(t){return t.matchUserAgentVersion(/Windows Phone (\d+).(\d+)?/)}},cordova:{isEngine:!0,initialize:function(t){t.prepareReady=function(){t.windowLoad(function(e,n){n.addEventListener("deviceready",function(){n.addEventListener("backbutton",function(e){t.zone.run(function(){t.backButton.emit(e)})}),n.addEventListener("pause",function(e){t.zone.run(function(){t.pause.emit(e)})}),n.addEventListener("resume",function(e){t.zone.run(function(){t.resume.emit(e)})}),t.exitApp=function(){e.navigator.app.exitApp()},t.triggerReady("cordova")})})}},isMatch:function(t){return Object(r.a)(t)}},electron:{superset:"core",initialize:function(t){t.prepareReady=function(){t.windowLoad(function(){t.triggerReady("electron")})}},isMatch:function(t){return Object(r.b)(t)}}},s=new i.o("PLTCONFIG")},function(t,e,n){"use strict";function i(t,e){if(!e||!e.parentNode)return!0;if(!t)return!1;if(t.defaultPrevented)return!0;for(var n=t.target,i=0;i<4&&n;i++){if(n.hasAttribute("disable-activated"))return!0;n=n.parentElement}return!1}function r(t){for(var e=t,n=0;n<10&&e;n++){if(function(t){if(f.indexOf(t.tagName)>-1)return!0;for(var e=0,n=m.length;eDate.now()},t}(),f=["A","BUTTON"],m=["tappable","ion-button"],g=100,v=2500},function(t,e,n){"use strict";e.a=function(t){return function(){t.setModeConfig("ios",i),t.setModeConfig("md",r),t.setModeConfig("wp",o)}};var i={activator:"highlight",actionSheetEnter:"action-sheet-slide-in",actionSheetLeave:"action-sheet-slide-out",alertEnter:"alert-pop-in",alertLeave:"alert-pop-out",backButtonText:"Back",backButtonIcon:"ios-arrow-back",iconMode:"ios",loadingEnter:"loading-pop-in",loadingLeave:"loading-pop-out",menuType:"reveal",modalEnter:"modal-slide-in",modalLeave:"modal-slide-out",pageTransition:"ios-transition",pickerEnter:"picker-slide-in",pickerLeave:"picker-slide-out",pickerRotateFactor:-.46,pickerScaleFactor:1,popoverEnter:"popover-pop-in",popoverLeave:"popover-pop-out",spinner:"ios",tabsHighlight:!1,tabsPlacement:"bottom",tabsHideOnSubPages:!1,toastEnter:"toast-slide-in",toastLeave:"toast-slide-out"},r={activator:"ripple",actionSheetEnter:"action-sheet-md-slide-in",actionSheetLeave:"action-sheet-md-slide-out",alertEnter:"alert-md-pop-in",alertLeave:"alert-md-pop-out",backButtonText:"",backButtonIcon:"md-arrow-back",iconMode:"md",loadingEnter:"loading-md-pop-in",loadingLeave:"loading-md-pop-out",menuType:"overlay",modalEnter:"modal-md-slide-in",modalLeave:"modal-md-slide-out",pageTransition:"md-transition",pickerEnter:"picker-slide-in",pickerLeave:"picker-slide-out",pickerRotateFactor:0,pickerScaleFactor:.81,popoverEnter:"popover-md-pop-in",popoverLeave:"popover-md-pop-out",spinner:"crescent",tabsHighlight:!1,tabsPlacement:"bottom",tabsHideOnSubPages:!1,toastEnter:"toast-md-slide-in",toastLeave:"toast-md-slide-out"},o={activator:"highlight",actionSheetEnter:"action-sheet-wp-slide-in",actionSheetLeave:"action-sheet-wp-slide-out",alertEnter:"alert-wp-pop-in",alertLeave:"alert-wp-pop-out",backButtonText:"",backButtonIcon:"ios-arrow-back",iconMode:"ios",loadingEnter:"loading-wp-pop-in",loadingLeave:"loading-wp-pop-out",menuType:"overlay",modalEnter:"modal-md-slide-in",modalLeave:"modal-md-slide-out",pageTransition:"wp-transition",pickerEnter:"picker-slide-in",pickerLeave:"picker-slide-out",pickerRotateFactor:0,pickerScaleFactor:.81,popoverEnter:"popover-md-pop-in",popoverLeave:"popover-md-pop-out",spinner:"circles",tabsHighlight:!1,tabsPlacement:"top",tabsHideOnSubPages:!0,toastEnter:"toast-wp-slide-in",toastLeave:"toast-wp-slide-out"}},function(t,e,n){"use strict";n.d(e,"a",function(){return r});n(2);var i=n(259),r=(n(51),function(){function t(t,e,n){this._app=t,this.config=e,this._deepLinker=n}return t.prototype.create=function(t,e,n){return void 0===e&&(e={}),void 0===n&&(n={}),new i.a(this._app,t,e,n,this.config,this._deepLinker)},t}())},function(t,e,n){"use strict";n.d(e,"a",function(){return r});n(2);var i=n(375),r=function(){function t(t,e){this._app=t,this.config=e}return t.prototype.create=function(t){return void 0===t&&(t={}),new i.a(this._app,t,this.config)},t}()},function(t,e,n){"use strict";e.a=function(t){for(;t;){var e=t.destination;if(t.closed||t.isStopped)return!1;t=e&&e instanceof i.a?e:null}return!0};var i=n(9)},function(t,e,n){"use strict";e.a=function(t){setTimeout(function(){throw t},0)}},function(t,e,n){"use strict";e.a=function(t){return null!==t&&"object"==typeof t}},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return"function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}()},function(t,e,n){"use strict";function i(t){return t?1===t.length?t[0]:function(e){return t.reduce(function(t,e){return e(t)},e)}:r.a}e.a=function(){for(var t=[],e=0;e1)this.connection=null;else{var n=this.connection,i=t._connection;this.connection=null,!i||n&&i!==n||i.unsubscribe()}}else this.connection=null},e}(r.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return c});var i=n(1),r=n(52),o=n(301),s=n(39),a=n(303),u=n(173),l=n(298),c=function(t){function e(e,n,i){void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=Number.POSITIVE_INFINITY);var r=t.call(this)||this;return r.scheduler=i,r._events=[],r._infiniteTimeWindow=!1,r._bufferSize=e<1?1:e,r._windowTime=n<1?1:n,n===Number.POSITIVE_INFINITY?(r._infiniteTimeWindow=!0,r.next=r.nextInfiniteTimeWindow):r.next=r.nextTimeWindow,r}return i.c(e,t),e.prototype.nextInfiniteTimeWindow=function(e){var n=this._events;n.push(e),n.length>this._bufferSize&&n.shift(),t.prototype.next.call(this,e)},e.prototype.nextTimeWindow=function(e){this._events.push(new h(this._getNow(),e)),this._trimBufferThenGetEvents(),t.prototype.next.call(this,e)},e.prototype._subscribe=function(t){var e,n=this._infiniteTimeWindow,i=n?this._events:this._trimBufferThenGetEvents(),r=this.scheduler,o=i.length;if(this.closed)throw new u.a;if(this.isStopped||this.hasError?e=s.a.EMPTY:(this.observers.push(t),e=new l.a(this,t)),r&&t.add(t=new a.a(t,r)),n)for(var c=0;ce&&(o=Math.max(o,r-e)),o>0&&i.splice(0,o),i},e}(r.a),h=function(){return function(t,e){this.time=t,this.value=e}}()},function(t,e,n){"use strict";e.a=function(t,e){return new i.a(function(n){var i=new r.a,o=0;return i.add(e.schedule(function(){o!==t.length?(n.next(t[o++]),n.closed||i.add(this.schedule())):n.complete()})),i})};var i=n(16),r=n(39)},function(t,e,n){"use strict";function i(t){t.subscriber.error(t.error)}e.a=function(t,e){return new r.a(e?function(n){return e.schedule(i,0,{error:t,subscriber:n})}:function(e){return e.error(t)})};var r=n(16)},function(t,e,n){"use strict";e.b=function(){for(var t=[],e=0;ethis.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),f=function(t){function e(e,n,i){var r=t.call(this,e)||this;return r.parent=n,r.observable=i,r.stillUnsubscribed=!0,r.buffer=[],r.isComplete=!1,r}return i.c(e,t),e.prototype[l.a]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,i,r){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return Object(u.a)(this,this.observable,this,e)},e}(a.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});n(2),n(51),n(11),n(14);var i=n(179),r=(n(5),n(89),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}()),o=function(t){function e(e,n,i,r,o,s,a,u,l,c,h,p,d){var f=t.call(this,null,e,n,i,r,o,s,a,u,l,c,p,d)||this;return f._isPortal=!0,f._init=!0,f.setViewport(h),e.viewDidLeave.subscribe(function(t){t.isOverlay||f.dismissPageChangeViews()}),f}return r(e,t),Object.defineProperty(e.prototype,"_overlayPortal",{set:function(t){this._zIndexOffset=t||0},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){this.destroy()},e.prototype.getType=function(){return"portal"},e.prototype.getSecondaryIdentifier=function(){return null},e}(i.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return a});var i=n(316),r=n(4),o=n(42),s=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=function(t){function e(e,n,i){void 0===i&&(i={});var o=this;return Object(r.d)(i,{edge:"start",maxEdgeStart:50}),(o=t.call(this,e,n,i)||this).setEdges(i.edge),o.maxEdgeStart=i.maxEdgeStart,o}return s(e,t),e.prototype.setEdges=function(t){var e=this.plt.isRTL;this.edges=t.split(" ").map(function(t){switch(t){case"start":return e?"right":"left";case"end":return e?"left":"right";default:return t}})},e.prototype.canStart=function(t){var e=this,n=Object(o.f)(t);return this._d=this.getContainerDimensions(),this.edges.every(function(t){return e._checkEdge(t,n)})},e.prototype.getContainerDimensions=function(){var t=this.plt;return{left:0,top:0,width:t.width(),height:t.height()}},e.prototype._checkEdge=function(t,e){var n=this._d,i=this.maxEdgeStart;switch(t){case"left":return e.x<=n.left+i;case"right":return e.x>=n.width-i;case"top":return e.y<=n.top+i;case"bottom":return e.y>=n.height-i}return!1},e}(i.a)},function(t,e,n){"use strict";var i=n(181),r=n(58),o=n(107),s=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.01,.4),n.fromTo("translateY","100%","0%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(400).add(e).add(n)},e}(o.a),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.4,0),n.fromTo("translateY","0%","100%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(300).add(e).add(n)},e}(o.a),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.01,.26),n.fromTo("translateY","100%","0%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(400).add(e).add(n)},e}(o.a),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.26,0),n.fromTo("translateY","0%","100%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(450).add(e).add(n)},e}(o.a),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.01,.16),n.fromTo("translateY","100%","0%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(400).add(e).add(n)},e}(o.a),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".action-sheet-wrapper"));e.fromTo("opacity",.1,0),n.fromTo("translateY","0%","100%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(450).add(e).add(n)},e}(o.a),d=n(4),f=n(6);n.d(e,"a",function(){return g});var m=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),g=function(t){function e(e,n,r){var o=this;return n.buttons=n.buttons||[],n.enableBackdropDismiss=!Object(d.l)(n.enableBackdropDismiss)||!!n.enableBackdropDismiss,o=t.call(this,i.a,n,null)||this,o._app=e,o.isOverlay=!0,r.setTransition("action-sheet-slide-in",a),r.setTransition("action-sheet-slide-out",u),r.setTransition("action-sheet-md-slide-in",l),r.setTransition("action-sheet-md-slide-out",c),r.setTransition("action-sheet-wp-slide-in",h),r.setTransition("action-sheet-wp-slide-out",p),o}return m(e,t),e.prototype.getTransitionName=function(t){return this._nav&&this._nav.config.get("actionSheet"+("back"===t?"Leave":"Enter"))},e.prototype.setTitle=function(t){return this.data.title=t,this},e.prototype.setSubTitle=function(t){return this.data.subTitle=t,this},e.prototype.addButton=function(t){return this.data.buttons.push(t),this},e.prototype.present=function(t){return void 0===t&&(t={}),t.minClickBlockDuration=t.minClickBlockDuration||400,this._app.present(this,t)},e}(f.a)},function(t,e,n){"use strict";var i=n(182),r=n(58),o=n(107),s=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.1,1),e.fromTo("opacity",.01,.3),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(o.a),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,.9),e.fromTo("opacity",.3,0),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(o.a),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.1,1),e.fromTo("opacity",.01,.5),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(o.a),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,.9),e.fromTo("opacity",.5,0),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(o.a),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.3,1),e.fromTo("opacity",.01,.5),this.easing("cubic-bezier(0,0,0.05,1)").duration(200).add(e).add(n)},e}(o.a),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new r.a(this.plt,t.querySelector("ion-backdrop")),n=new r.a(this.plt,t.querySelector(".alert-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,1.3),e.fromTo("opacity",.5,0),this.easing("ease-out").duration(150).add(e).add(n)},e}(o.a),d=n(4),f=n(6);n.d(e,"a",function(){return g});var m=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),g=function(t){function e(e,n,r){void 0===n&&(n={});var o=this;return n.inputs=n.inputs||[],n.buttons=n.buttons||[],n.enableBackdropDismiss=!Object(d.l)(n.enableBackdropDismiss)||!!n.enableBackdropDismiss,o=t.call(this,i.a,n,null)||this,o._app=e,o.isOverlay=!0,r.setTransition("alert-pop-in",a),r.setTransition("alert-pop-out",u),r.setTransition("alert-md-pop-in",l),r.setTransition("alert-md-pop-out",c),r.setTransition("alert-wp-pop-in",h),r.setTransition("alert-wp-pop-out",p),o}return m(e,t),e.prototype.getTransitionName=function(t){return this._nav&&this._nav.config.get("back"===t?"alertLeave":"alertEnter")},e.prototype.setTitle=function(t){return this.data.title=t,this},e.prototype.setSubTitle=function(t){return this.data.subTitle=t,this},e.prototype.setMessage=function(t){return this.data.message=t,this},e.prototype.addInput=function(t){return this.data.inputs.push(t),this},e.prototype.addButton=function(t){return this.data.buttons.push(t),this},e.prototype.setCssClass=function(t){return this.data.cssClass=t,this},e.prototype.setMode=function(t){this.data.mode=t},e.prototype.present=function(t){return void 0===t&&(t={}),t.minClickBlockDuration=t.minClickBlockDuration||400,this._app.present(this,t)},e}(f.a)},function(t,e,n){"use strict";n(2),n(4),n(5)},function(t,e,n){"use strict";n(29),n(11)},function(t,e,n){"use strict";n(5),n(4)},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){function t(t){this._menu=t}return t.prototype.close=function(){var t=this._menu.get(this.menuClose);t&&t.close()},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var i=n(4),r=function(){function t(t,e,n,i){this._app=t,this._component=e,this._config=n,this._deepLinker=i}return t.prototype.getImplementation=function(){throw new Error('Child class must implement "getImplementation" method')},t.prototype.present=function(t){var e=this;void 0===t&&(t={});return Object(i.n)(this._component)?this._deepLinker.getComponentFromName(this._component).then(function(n){return e._component=n,e.createAndPresentOverlay(t)}):this.createAndPresentOverlay(t)},t.prototype.dismiss=function(t,e,n){if(this.overlay)return this.overlay.dismiss(t,e,n)},t.prototype.onDidDismiss=function(t){this._onDidDismiss=t,this.overlay&&this.overlay.onDidDismiss(this._onDidDismiss)},t.prototype.createAndPresentOverlay=function(t){return this.overlay=this.getImplementation(),this.overlay.onWillDismiss(this._onWillDismiss),this.overlay.onDidDismiss(this._onDidDismiss),this.overlay.present(t)},t.prototype.onWillDismiss=function(t){this._onWillDismiss=t,this.overlay&&this.overlay.onWillDismiss(this._onWillDismiss)},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return a});var i=n(1),r=n(79),o=n(61),s=n(62),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.onchange=function(){return Object(s.merge)(this.onConnect(),this.onDisconnect())},e.prototype.onDisconnect=function(){},e.prototype.onConnect=function(){},Object(i.b)([r.c,Object(i.d)("design:type",String)],e.prototype,"type",void 0),Object(i.b)([r.c,Object(i.d)("design:type",String)],e.prototype,"downlinkMax",void 0),Object(i.b)([Object(r.b)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",o.Observable)],e.prototype,"onchange",null),Object(i.b)([Object(r.a)({eventObservable:!0,event:"offline"}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",o.Observable)],e.prototype,"onDisconnect",null),Object(i.b)([Object(r.a)({eventObservable:!0,event:"online"}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",o.Observable)],e.prototype,"onConnect",null),e=Object(i.b)([Object(r.e)({pluginName:"Network",plugin:"cordova-plugin-network-information",pluginRef:"navigator.connection",repo:"https://github.com/apache/cordova-plugin-network-information",platforms:["Amazon Fire OS","Android","Browser","iOS","Windows"]})],e)}(r.d)},function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n(1),r=n(79),o=n(61),s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i.c)(e,t),e.prototype.getCurrentPosition=function(t){},e.prototype.watchPosition=function(t){return new o.Observable(function(e){var n=navigator.geolocation.watchPosition(e.next.bind(e),e.next.bind(e),t);return function(){return navigator.geolocation.clearWatch(n)}})},Object(i.b)([Object(r.a)({callbackOrder:"reverse"}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[Object]),Object(i.d)("design:returntype",Promise)],e.prototype,"getCurrentPosition",null),e=Object(i.b)([Object(r.e)({pluginName:"Geolocation",plugin:"cordova-plugin-geolocation",pluginRef:"navigator.geolocation",repo:"https://github.com/apache/cordova-plugin-geolocation",install:'ionic cordova plugin add cordova-plugin-geolocation --variable GEOLOCATION_USAGE_DESCRIPTION="To locate you"',installVariables:["GEOLOCATION_USAGE_DESCRIPTION"],platforms:["Amazon Fire OS","Android","Browser","iOS","Windows"]})],e)}(r.d)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.REQUEST_PRIORITY_NO_POWER=0,e.REQUEST_PRIORITY_LOW_POWER=1,e.REQUEST_PRIORITY_BALANCED_POWER_ACCURACY=2,e.REQUEST_PRIORITY_HIGH_ACCURACY=3,e.SUCCESS_SETTINGS_SATISFIED=0,e.SUCCESS_USER_AGREED=1,e.ERROR_ALREADY_REQUESTING=-1,e.ERROR_INVALID_ACTION=0,e.ERROR_INVALID_ACCURACY=1,e.ERROR_EXCEPTION=1,e.ERROR_CANNOT_CHANGE_ACCURACY=3,e.ERROR_USER_DISAGREED=4,e.ERROR_GOOGLE_API_CONNECTION_FAILED=4,e}return Object(i.c)(e,t),e.prototype.canRequest=function(){},e.prototype.isRequesting=function(){},e.prototype.request=function(t){},Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"canRequest",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[]),Object(i.d)("design:returntype",Promise)],e.prototype,"isRequesting",null),Object(i.b)([Object(r.a)({callbackOrder:"reverse"}),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[Number]),Object(i.d)("design:returntype",Promise)],e.prototype,"request",null),e=Object(i.b)([Object(r.e)({pluginName:"LocationAccuracy",plugin:"cordova-plugin-request-location-accuracy",pluginRef:"cordova.plugins.locationAccuracy",repo:"https://github.com/dpa99c/cordova-plugin-request-location-accuracy",platforms:["Android","iOS"]})],e)}(r.d)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(1),r=n(79),o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.PERMISSION={ACCESS_CHECKIN_PROPERTIES:"android.permission.ACCESS_CHECKIN_PROPERTIES",ACCESS_COARSE_LOCATION:"android.permission.ACCESS_COARSE_LOCATION",ACCESS_FINE_LOCATION:"android.permission.ACCESS_FINE_LOCATION",ACCESS_LOCATION_EXTRA_COMMANDS:"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS",ACCESS_MOCK_LOCATION:"android.permission.ACCESS_MOCK_LOCATION",ACCESS_NETWORK_STATE:"android.permission.ACCESS_NETWORK_STATE",ACCESS_SURFACE_FLINGER:"android.permission.ACCESS_SURFACE_FLINGER",ACCESS_WIFI_STATE:"android.permission.ACCESS_WIFI_STATE",ACCOUNT_MANAGER:"android.permission.ACCOUNT_MANAGER",ADD_VOICEMAIL:"com.android.voicemail.permission.ADD_VOICEMAIL",AUTHENTICATE_ACCOUNTS:"android.permission.AUTHENTICATE_ACCOUNTS",BATTERY_STATS:"android.permission.BATTERY_STATS",BIND_ACCESSIBILITY_SERVICE:"android.permission.BIND_ACCESSIBILITY_SERVICE",BIND_APPWIDGET:"android.permission.BIND_APPWIDGET",BIND_CARRIER_MESSAGING_SERVICE:"android.permission.BIND_CARRIER_MESSAGING_SERVICE",BIND_DEVICE_ADMIN:"android.permission.BIND_DEVICE_ADMIN",BIND_DREAM_SERVICE:"android.permission.BIND_DREAM_SERVICE",BIND_INPUT_METHOD:"android.permission.BIND_INPUT_METHOD",BIND_NFC_SERVICE:"android.permission.BIND_NFC_SERVICE",BIND_NOTIFICATION_LISTENER_SERVICE:"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE",BIND_PRINT_SERVICE:"android.permission.BIND_PRINT_SERVICE",BIND_REMOTEVIEWS:"android.permission.BIND_REMOTEVIEWS",BIND_TEXT_SERVICE:"android.permission.BIND_TEXT_SERVICE",BIND_TV_INPUT:"android.permission.BIND_TV_INPUT",BIND_VOICE_INTERACTION:"android.permission.BIND_VOICE_INTERACTION",BIND_VPN_SERVICE:"android.permission.BIND_VPN_SERVICE",BIND_WALLPAPER:"android.permission.BIND_WALLPAPER",BLUETOOTH:"android.permission.BLUETOOTH",BLUETOOTH_ADMIN:"android.permission.BLUETOOTH_ADMIN",BLUETOOTH_PRIVILEGED:"android.permission.BLUETOOTH_PRIVILEGED",BODY_SENSORS:"android.permission.BODY_SENSORS",BRICK:"android.permission.BRICK",BROADCAST_PACKAGE_REMOVED:"android.permission.BROADCAST_PACKAGE_REMOVED",BROADCAST_SMS:"android.permission.BROADCAST_SMS",BROADCAST_STICKY:"android.permission.BROADCAST_STICKY",BROADCAST_WAP_PUSH:"android.permission.BROADCAST_WAP_PUSH",CALL_PHONE:"android.permission.CALL_PHONE",CALL_PRIVILEGED:"android.permission.CALL_PRIVILEGED",CAMERA:"android.permission.CAMERA",CAPTURE_AUDIO_OUTPUT:"android.permission.CAPTURE_AUDIO_OUTPUT",CAPTURE_SECURE_VIDEO_OUTPUT:"android.permission.CAPTURE_SECURE_VIDEO_OUTPUT",CAPTURE_VIDEO_OUTPUT:"android.permission.CAPTURE_VIDEO_OUTPUT",CHANGE_COMPONENT_ENABLED_STATE:"android.permission.CHANGE_COMPONENT_ENABLED_STATE",CHANGE_CONFIGURATION:"android.permission.CHANGE_CONFIGURATION",CHANGE_NETWORK_STATE:"android.permission.CHANGE_NETWORK_STATE",CHANGE_WIFI_MULTICAST_STATE:"android.permission.CHANGE_WIFI_MULTICAST_STATE",CHANGE_WIFI_STATE:"android.permission.CHANGE_WIFI_STATE",CLEAR_APP_CACHE:"android.permission.CLEAR_APP_CACHE",CLEAR_APP_USER_DATA:"android.permission.CLEAR_APP_USER_DATA",CONTROL_LOCATION_UPDATES:"android.permission.CONTROL_LOCATION_UPDATES",DELETE_CACHE_FILES:"android.permission.DELETE_CACHE_FILES",DELETE_PACKAGES:"android.permission.DELETE_PACKAGES",DEVICE_POWER:"android.permission.DEVICE_POWER",DIAGNOSTIC:"android.permission.DIAGNOSTIC",DISABLE_KEYGUARD:"android.permission.DISABLE_KEYGUARD",DUMP:"android.permission.DUMP",EXPAND_STATUS_BAR:"android.permission.EXPAND_STATUS_BAR",FACTORY_TEST:"android.permission.FACTORY_TEST",FLASHLIGHT:"android.permission.FLASHLIGHT",FORCE_BACK:"android.permission.FORCE_BACK",GET_ACCOUNTS:"android.permission.GET_ACCOUNTS",GET_PACKAGE_SIZE:"android.permission.GET_PACKAGE_SIZE",GET_TASKS:"android.permission.GET_TASKS",GET_TOP_ACTIVITY_INFO:"android.permission.GET_TOP_ACTIVITY_INFO",GLOBAL_SEARCH:"android.permission.GLOBAL_SEARCH",HARDWARE_TEST:"android.permission.HARDWARE_TEST",INJECT_EVENTS:"android.permission.INJECT_EVENTS",INSTALL_LOCATION_PROVIDER:"android.permission.INSTALL_LOCATION_PROVIDER",INSTALL_PACKAGES:"android.permission.INSTALL_PACKAGES",INSTALL_SHORTCUT:"com.android.launcher.permission.INSTALL_SHORTCUT",INTERNAL_SYSTEM_WINDOW:"android.permission.INTERNAL_SYSTEM_WINDOW",INTERNET:"android.permission.INTERNET",KILL_BACKGROUND_PROCESSES:"android.permission.KILL_BACKGROUND_PROCESSES",LOCATION_HARDWARE:"android.permission.LOCATION_HARDWARE",MANAGE_ACCOUNTS:"android.permission.MANAGE_ACCOUNTS",MANAGE_APP_TOKENS:"android.permission.MANAGE_APP_TOKENS",MANAGE_DOCUMENTS:"android.permission.MANAGE_DOCUMENTS",MASTER_CLEAR:"android.permission.MASTER_CLEAR",MEDIA_CONTENT_CONTROL:"android.permission.MEDIA_CONTENT_CONTROL",MODIFY_AUDIO_SETTINGS:"android.permission.MODIFY_AUDIO_SETTINGS",MODIFY_PHONE_STATE:"android.permission.MODIFY_PHONE_STATE",MOUNT_FORMAT_FILESYSTEMS:"android.permission.MOUNT_FORMAT_FILESYSTEMS",MOUNT_UNMOUNT_FILESYSTEMS:"android.permission.MOUNT_UNMOUNT_FILESYSTEMS",NFC:"android.permission.NFC",PERSISTENT_ACTIVITY:"android.permission.PERSISTENT_ACTIVITY",PROCESS_OUTGOING_CALLS:"android.permission.PROCESS_OUTGOING_CALLS",READ_CALENDAR:"android.permission.READ_CALENDAR",READ_CALL_LOG:"android.permission.READ_CALL_LOG",READ_CONTACTS:"android.permission.READ_CONTACTS",READ_EXTERNAL_STORAGE:"android.permission.READ_EXTERNAL_STORAGE",READ_FRAME_BUFFER:"android.permission.READ_FRAME_BUFFER",READ_HISTORY_BOOKMARKS:"com.android.browser.permission.READ_HISTORY_BOOKMARKS",READ_INPUT_STATE:"android.permission.READ_INPUT_STATE",READ_LOGS:"android.permission.READ_LOGS",READ_PHONE_STATE:"android.permission.READ_PHONE_STATE",READ_PROFILE:"android.permission.READ_PROFILE",READ_SMS:"android.permission.READ_SMS",READ_SOCIAL_STREAM:"android.permission.READ_SOCIAL_STREAM",READ_SYNC_SETTINGS:"android.permission.READ_SYNC_SETTINGS",READ_SYNC_STATS:"android.permission.READ_SYNC_STATS",READ_USER_DICTIONARY:"android.permission.READ_USER_DICTIONARY",READ_VOICEMAIL:"com.android.voicemail.permission.READ_VOICEMAIL",REBOOT:"android.permission.REBOOT",RECEIVE_BOOT_COMPLETED:"android.permission.RECEIVE_BOOT_COMPLETED",RECEIVE_MMS:"android.permission.RECEIVE_MMS",RECEIVE_SMS:"android.permission.RECEIVE_SMS",RECEIVE_WAP_PUSH:"android.permission.RECEIVE_WAP_PUSH",RECORD_AUDIO:"android.permission.RECORD_AUDIO",REORDER_TASKS:"android.permission.REORDER_TASKS",RESTART_PACKAGES:"android.permission.RESTART_PACKAGES",SEND_RESPOND_VIA_MESSAGE:"android.permission.SEND_RESPOND_VIA_MESSAGE",SEND_SMS:"android.permission.SEND_SMS",SET_ACTIVITY_WATCHER:"android.permission.SET_ACTIVITY_WATCHER",SET_ALARM:"com.android.alarm.permission.SET_ALARM",SET_ALWAYS_FINISH:"android.permission.SET_ALWAYS_FINISH",SET_ANIMATION_SCALE:"android.permission.SET_ANIMATION_SCALE",SET_DEBUG_APP:"android.permission.SET_DEBUG_APP",SET_ORIENTATION:"android.permission.SET_ORIENTATION",SET_POINTER_SPEED:"android.permission.SET_POINTER_SPEED",SET_PREFERRED_APPLICATIONS:"android.permission.SET_PREFERRED_APPLICATIONS",SET_PROCESS_LIMIT:"android.permission.SET_PROCESS_LIMIT",SET_TIME:"android.permission.SET_TIME",SET_TIME_ZONE:"android.permission.SET_TIME_ZONE",SET_WALLPAPER:"android.permission.SET_WALLPAPER",SET_WALLPAPER_HINTS:"android.permission.SET_WALLPAPER_HINTS",SIGNAL_PERSISTENT_PROCESSES:"android.permission.SIGNAL_PERSISTENT_PROCESSES",STATUS_BAR:"android.permission.STATUS_BAR",SUBSCRIBED_FEEDS_READ:"android.permission.SUBSCRIBED_FEEDS_READ",SUBSCRIBED_FEEDS_WRITE:"android.permission.SUBSCRIBED_FEEDS_WRITE",SYSTEM_ALERT_WINDOW:"android.permission.SYSTEM_ALERT_WINDOW",TRANSMIT_IR:"android.permission.TRANSMIT_IR",UNINSTALL_SHORTCUT:"com.android.launcher.permission.UNINSTALL_SHORTCUT",UPDATE_DEVICE_STATS:"android.permission.UPDATE_DEVICE_STATS",USE_CREDENTIALS:"android.permission.USE_CREDENTIALS",USE_SIP:"android.permission.USE_SIP",VIBRATE:"android.permission.VIBRATE",WAKE_LOCK:"android.permission.WAKE_LOCK",WRITE_APN_SETTINGS:"android.permission.WRITE_APN_SETTINGS",WRITE_CALENDAR:"android.permission.WRITE_CALENDAR",WRITE_CALL_LOG:"android.permission.WRITE_CALL_LOG",WRITE_CONTACTS:"android.permission.WRITE_CONTACTS",WRITE_EXTERNAL_STORAGE:"android.permission.WRITE_EXTERNAL_STORAGE",WRITE_GSERVICES:"android.permission.WRITE_GSERVICES",WRITE_HISTORY_BOOKMARKS:"com.android.browser.permission.WRITE_HISTORY_BOOKMARKS",WRITE_PROFILE:"android.permission.WRITE_PROFILE",WRITE_SECURE_SETTINGS:"android.permission.WRITE_SECURE_SETTINGS",WRITE_SETTINGS:"android.permission.WRITE_SETTINGS",WRITE_SMS:"android.permission.WRITE_SMS",WRITE_SOCIAL_STREAM:"android.permission.WRITE_SOCIAL_STREAM",WRITE_SYNC_SETTINGS:"android.permission.WRITE_SYNC_SETTINGS",WRITE_USER_DICTIONARY:"android.permission.WRITE_USER_DICTIONARY",WRITE_VOICEMAIL:"com.android.voicemail.permission.WRITE_VOICEMAIL"},e}return Object(i.c)(e,t),e.prototype.checkPermission=function(t){},e.prototype.requestPermission=function(t){},e.prototype.requestPermissions=function(t){},e.prototype.hasPermission=function(t){},Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[String]),Object(i.d)("design:returntype",Promise)],e.prototype,"checkPermission",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[String]),Object(i.d)("design:returntype",Promise)],e.prototype,"requestPermission",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[Array]),Object(i.d)("design:returntype",Promise)],e.prototype,"requestPermissions",null),Object(i.b)([Object(r.a)(),Object(i.d)("design:type",Function),Object(i.d)("design:paramtypes",[String]),Object(i.d)("design:returntype",Promise)],e.prototype,"hasPermission",null),e=Object(i.b)([Object(r.e)({pluginName:"AndroidPermissions",plugin:"cordova-plugin-android-permissions",pluginRef:"cordova.plugins.permissions",repo:"https://github.com/NeoLSN/cordova-plugin-android-permissions",platforms:["Android"]})],e)}(r.d)},,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(435))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(438))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(441))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(445))},,,,,function(t,e,n){"use strict";n(25)},function(t,e,n){"use strict";n(25)},function(t,e,n){"use strict";n(4)},function(t,e,n){"use strict";var i=n(240),r=n(4),o=n(195),s=n(58),a=n(125),u=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.mdPositionView=function(t,e){var n="top",i="left",r=t.querySelector(".popover-wrapper"),o=t.querySelector(".popover-content"),s=o.getBoundingClientRect(),a=s.width,u=s.height,l=this.plt.width(),c=this.plt.height(),h=e&&e.target&&e.target.getBoundingClientRect(),p=h&&"top"in h?h.top:c/2-u/2,d=h&&h.height||0,f={top:p,left:h&&"left"in h?h.left:l/2-a/2};f.leftl&&(f.left=l-a-m,i="right"),p+d+u>c&&p-u>0?(f.top=p-u,t.className=t.className+" popover-bottom",n="bottom"):p+d+u>c&&(o.style.bottom=m+"px"),o.style.top=f.top+"px",o.style.left=f.left+"px",o.style[this.plt.Css.transformOrigin]=n+" "+i,r.style.opacity="1"},e.prototype.iosPositionView=function(t,e){var n="top",i="left",r=t.querySelector(".popover-wrapper"),o=t.querySelector(".popover-content"),s=o.getBoundingClientRect(),a=s.width,u=s.height,l=this.plt.width(),c=this.plt.height(),h=e&&e.target&&e.target.getBoundingClientRect(),p=h&&"top"in h?h.top:c/2-u/2,d=h&&"left"in h?h.left:l/2,m=h&&h.width||0,g=h&&h.height||0,v=t.querySelector(".popover-arrow"),_=v.getBoundingClientRect(),y=_.width,b=_.height;h||(v.style.display="none");var w={top:p+g,left:d+m/2-y/2},S={top:p+g+(b-1),left:d+m/2-a/2},C=!1,A=!1;S.leftl&&(A=!0,S.left=l-a-f,i="right"),p+g+u>c&&p-u>0?(w.top=p-(b+1),S.top=p-u-(b-1),t.className=t.className+" popover-bottom",n="bottom"):p+g+u>c&&(o.style.bottom=f+"%"),v.style.top=w.top+"px",v.style.left=w.left+"px",o.style.top=S.top+"px",o.style.left=S.left+"px",C&&(CSS.supports("left","constant(safe-area-inset-left)")?o.style.left="calc("+S.left+"px + constant(safe-area-inset-left)":CSS.supports("left","env(safe-area-inset-left)")&&(o.style.left="calc("+S.left+"px + env(safe-area-inset-left)")),A&&(CSS.supports("right","constant(safe-area-inset-right)")?o.style.left="calc("+S.left+"px - constant(safe-area-inset-right)":CSS.supports("right","env(safe-area-inset-right)")&&(o.style.left="calc("+S.left+"px - env(safe-area-inset-right)")),o.style[this.plt.Css.transformOrigin]=n+" "+i,r.style.opacity="1"},e}(a.a),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".popover-wrapper"));n.fromTo("opacity",.01,1),e.fromTo("opacity",.01,.08),this.easing("ease").duration(100).add(e).add(n)},e.prototype.play=function(){var e=this;this.plt.raf(function(){e.iosPositionView(e.enteringView.pageRef().nativeElement,e.opts.ev),t.prototype.play.call(e)})},e}(l),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".popover-wrapper"));n.fromTo("opacity",.99,0),e.fromTo("opacity",.08,0),this.easing("ease").duration(500).add(e).add(n)},e}(l),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector(".popover-content")),n=new s.a(this.plt,t.querySelector(".popover-viewport"));e.fromTo("scale",.001,1),n.fromTo("opacity",.01,1),this.easing("cubic-bezier(0.36,0.66,0.04,1)").duration(300).add(e).add(n)},e.prototype.play=function(){var e=this;this.plt.raf(function(){e.mdPositionView(e.enteringView.pageRef().nativeElement,e.opts.ev),t.prototype.play.call(e)})},e}(l),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector(".popover-wrapper"));e.fromTo("opacity",.99,0),this.easing("ease").duration(500).fromTo("opacity",.01,1).add(e)},e}(l),f=2,m=12,g=n(6),v=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),_=function(t){function e(e,n,i,s,a){void 0===i&&(i={}),void 0===s&&(s={});var u=this;return s.showBackdrop=!Object(r.l)(s.showBackdrop)||!!s.showBackdrop,s.enableBackdropDismiss=!Object(r.l)(s.enableBackdropDismiss)||!!s.enableBackdropDismiss,i.component=n,i.opts=s,u=t.call(this,o.a,i,null)||this,u._app=e,u.isOverlay=!0,a.setTransition("popover-pop-in",c),a.setTransition("popover-pop-out",h),a.setTransition("popover-md-pop-in",p),a.setTransition("popover-md-pop-out",d),u}return v(e,t),e.prototype.getTransitionName=function(t){return this._nav&&this._nav.config.get("back"===t?"popoverLeave":"popoverEnter")},e.prototype.present=function(t){return void 0===t&&(t={}),this._app.present(this,t)},e}(g.a);n.d(e,"a",function(){return b});var y=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),b=function(t){function e(e,n,i,r,o,s){void 0===r&&(r={});var a=t.call(this,e,n,o,s)||this;return a.data=i,a.opts=r,a.isOverlay=!0,a}return y(e,t),e.prototype.getImplementation=function(){return new _(this._app,this._component,this.data,this.opts,this._config)},e}(i.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});n(2);var i=n(96),r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=function(t){function e(e,n,i,r){return t.call(this,e,n,i,"segment",null,null,null,r)||this}return r(e,t),e.prototype.ngAfterContentInit=function(){var t=this;this._initialize(),this._buttons.forEach(function(e){e.ionSelect.subscribe(function(e){t.value=e.value,t._fireTouched()})})},e.prototype._inputUpdated=function(){if(this._buttons)for(var t=this._buttons.toArray(),e=this.value,n=0,i=t;nt)return;u=l.record+1}else l=d,u=0;for(var p=0,f=u;f<=h;f++)if(a=e[f],i&&null!==(c=i(a,f,e))&&(l=r(l,f,1,c,s.hdrWidth,s.hdrHeight,s.viewWidth),n.push(l)),l=r(l,f,0,null,s.itmWidth,s.itmHeight,s.viewWidth),n.push(l),o&&null!==(c=o(a,f,e))&&(l=r(l,f,2,c,s.ftrWidth,s.ftrHeight,s.viewWidth),n.push(l)),l.record===h&&(l.isLast=!0),p++,l.top+l.height+s.itmHeight>t&&p>3)return}function r(t,e,n,i,r,o,s){var a={record:e,tmpl:n,width:r,height:o,reads:0};return t.left+t.width+r>s?(a.row=t.row+1,a.top=t.top+t.height,a.left=0):(a.row=t.row,a.top=t.top,a.left=t.left+t.width),i&&(a.data=i),a}function o(t,e,n,i,r,o,s,a,u,l){if(!r||0===r.length)return o.length=0,s.clear(),!0;var c,h,p,d=r.length,m=!1,g=null,v=o.length;t=Math.max(t,0),e=Math.min(e,i.length-1);for(var _=[],y=t;y<=e;y++){h=i[y],c=null;var b=o.find(function(t){return t.cell===y&&t.tmpl===h.tmpl});if(b){if(b.view.context.$implicit===r[h.record]){_.push(b);continue}c=b}else for(var w=0;we)&&(c?n?C.cellc.cell&&(c=C):c=C)}if(!c){if(null===g){g=-1;for(var S=v-1;S>=0;S--){var C;if(C=o[S]){g=s.indexOf(C.view);break}}}if(!(p=1===h.tmpl?u:2===h.tmpl?l:a)){console.error("virtual"+(1===h.tmpl?"Header":2===h.tmpl?"Footer":"Item")+" template required");continue}c={tmpl:h.tmpl,view:s.createEmbeddedView(p,new f(null,null,null),g)},v=o.push(c)}c.cell=y;var A=c.view.context;A.$implicit=h.data||r[h.record],A.index=y,A.count=d,c.hasChanges=!0,c.lastTransform=null,m=!0,_.push(c)}var E=o.filter(function(t){return _.indexOf(t)<0});return E.forEach(function(t){var e=s.indexOf(t.view);s.remove(e);var n=o.findIndex(function(e){return e===t});o.splice(n,1)}),_.length=0,E.length=0,m}function s(t,e,n,i,r){for(var o,s,a,u=n.length,l=0;l0){a={row:0,width:0,height:0,top:(s=n[0]).top,left:0,tmpl:-1};for(var h=0;hi.viewWidth?(s.row++,s.top=a.top+a.height,s.left=0):(s.row=a.row,s.top=a.top,s.left=a.left+a.width),s.top+s.height>i.scrollTop&&hi.bottomViewCell&&(i.bottomViewCell=h),a=s}}function a(t,e,n){for(var i,r,o,s=0,a=t.length;s0){e.topCell=Math.max(e.topViewCell-r,0),e.bottomCell=e.topCell;for(var o=0,s=e.topCell;se.bottomCell&&(e.bottomCell=s),!(o>=n));s++);if(o=0&&(o+=t[s].height,e.topCell=s,!(o>=n));s--);}else{e.bottomCell=Math.min(e.bottomViewCell+r,i-1),e.topCell=e.bottomCell;for(o=0,s=e.bottomCell;s>=0&&(o+=t[s].height,s=n));s--);if(o=n));s++);}}function l(t,e,n,i){if(!t||!e)return 0;var r=function(t,e){if(e.record>=t-1)return e.top+e.height;var n=t-e.record-1,i=e.top+e.height;return Math.ceil(i+i/(t-n)*n)}(t,e),o=e.record/(t-1);return Math.abs(n-r)>r*i||o>.995?r:n}function c(t,e){if(e.indexOf("%")>0)return t*(parseFloat(e)/100);if(e.indexOf("px")>0)return parseFloat(e);throw new Error('virtual scroll width can only use "%" or "px" units')}function h(t,e){if(e.indexOf("px")>0)return parseFloat(e);throw new Error('virtual scroll height must use "px" units')}function p(t){for(var e=t.view.rootNodes,n=0;n0?t[0].record:0},t.prototype.lastRecord=function(){var t=this._cells;return t.length>0?t[t.length-1].record:0},t.prototype.ngOnChanges=function(t){if("virtualScroll"in t){var e=t.virtualScroll.currentValue;if(!Object(v.l)(this._differ)&&Object(v.l)(e))try{this._differ=this._iterableDiffers.find(e).create(this.virtualTrackBy)}catch(t){throw new Error("Cannot find a differ supporting object '"+e+"'. VirtualScroll only supports binding to Iterables such as Arrays.")}}},t.prototype.ngDoCheck=function(){if(this._init){var t=Object(v.l)(this._differ)?this._differ.diff(this.virtualScroll):null;if(Object(v.l)(t)){var e=!1,n=this._recordSize;t.forEachOperation(function(t,i,r){null===i&&r0&&t.viewHeight>0&&(t.itmWidth=c(t.viewWidth,n),t.itmHeight=h(0,i),t.hdrWidth=c(t.viewWidth,r),t.hdrHeight=h(0,o),t.ftrWidth=c(t.viewWidth,s),t.ftrHeight=h(0,a),t.valid=!0)}(this._data,this._elementRef.nativeElement,this.approxItemWidth,this.approxItemHeight,this.approxHeaderWidth,this.approxHeaderHeight,this.approxFooterWidth,this.approxFooterHeight,this.bufferRatio)},t.prototype.renderVirtual=function(t){var e=this;this._plt.raf(function(){var n=e._nodes,i=e._cells,r=e._data,l=e._records;t&&(s(e._plt,n,i,r,!0),r.topCell=0,r.bottomCell=i.length-1),u(i,r),e._zone.run(function(){o(r.topCell,r.bottomCell,!0,i,l,n,e._itmTmp.viewContainer,e._itmTmp.templateRef,e._hdrTmp&&e._hdrTmp.templateRef,e._ftrTmp&&e._ftrTmp.templateRef)}),t&&e._cd.detectChanges(),e._dom.read(function(){return function(t,e,n,i){if(e.length&&n.length){var r=p(e[0]),o=n[0];o.top=r.clientTop,o.left=r.clientLeft,o.row=0,s(t,e,n,i,!0)}}(e._plt,n,i,r)}),e._dom.write(function(){if(a(n,i,r),e._stepChangeDetection(),e._stepDOMWrite(),e._content.imgsUpdate(),!e._lastEle){e._renderer.createElement(e._elementRef.nativeElement,"div").className="virtual-last",e._lastEle=!0,e.setElementClass("virtual-scroll",!0),e.setElementClass("virtual-loading",!1)}})})},t.prototype.resize=function(){this._init&&null!==this._elementRef.nativeElement.offsetParent&&(this.calcDimensions(),this.writeUpdate(!1))},t.prototype._stepDOMWrite=function(){var t=this._cells;!function(t,e,n,i){for(var r,o,s,a,u=Math.max(i,n.length),l=0,c=e.length;l0){i(t.scrollTop+t.renderHeight,l,n,this._hdrFn,this._ftrFn,t)}s(this._plt,r,n,t,!1),u(n,t);o(t.topCell,t.bottomCell,e>0,n,l,r,this._itmTmp.viewContainer,this._itmTmp.templateRef,this._hdrTmp&&this._hdrTmp.templateRef,this._ftrTmp&&this._ftrTmp.templateRef)&&(this._queue=2,a(r,n,t))}},t.prototype.scrollUpdate=function(t){var e=this;this._data.scrollTop=t.scrollTop;var n=this._queue;1===n?this._stepNoChanges():this._dom.write(2===n?function(){return e._stepChangeDetection()}:function(){return e._stepDOMWrite()})},t.prototype.scrollEnd=function(){var t=this;s(this._plt,this._nodes,this._cells,this._data,!1),u(this._cells,this._data),o(this._data.topCell,this._data.bottomCell,!0,this._cells,this._records,this._nodes,this._itmTmp.viewContainer,this._itmTmp.templateRef,this._hdrTmp&&this._hdrTmp.templateRef,this._ftrTmp&&this._ftrTmp.templateRef),this._dom.write(function(){a(t._nodes,t._cells,t._data),t._stepChangeDetection(),t._stepDOMWrite()})},t.prototype._listeners=function(){this._scrollSub||(this._config.getBoolean("virtualScrollEventAssist")&&this._content.enableJsScroll(),this._resizeSub=this._plt.resize.subscribe(this.resize.bind(this)),this._scrollSub=this._content.ionScroll.subscribe(this.scrollUpdate.bind(this)),this._scrollEndSub=this._content.ionScrollEnd.subscribe(this.scrollEnd.bind(this)))},t.prototype._setHeight=function(t){t!==this._vHeight&&(this._renderer.setElementStyle(this._elementRef.nativeElement,"height",t>0?t+"px":""),this._vHeight=t)},t.prototype.ngAfterContentInit=function(){this.approxItemHeight||(this.approxItemHeight="40px",console.warn('Virtual Scroll: Please provide an "approxItemHeight" input to ensure proper virtual scroll rendering'))},t.prototype.setElementClass=function(t,e){this._renderer.setElementClass(this._elementRef.nativeElement,t,e)},t.prototype.ngOnDestroy=function(){this._resizeSub&&this._resizeSub.unsubscribe(),this._scrollSub&&this._scrollSub.unsubscribe(),this._scrollEndSub&&this._scrollEndSub.unsubscribe(),this._resizeSub=this._scrollEndSub=this._scrollSub=null,this._hdrFn=this._ftrFn=this._records=this._cells=this._nodes=this._data=null},t}(),y=40},function(t,e,n){"use strict";function i(t){return r._25(0,[r._14(null,0)],null,null)}n.d(e,"a",function(){return o}),e.b=i;var r=n(0),o=(n(5),r.Z({encapsulation:2,styles:[],data:{}}))},function(t,e,n){"use strict";function i(t){return r._25(2,[(t()(),r._1(0,0,null,null,1,"ion-icon",[["class","fab-close-icon"],["name","close"],["role","img"]],[[2,"hide",null]],null,null,null,null)),r._0(1,147456,null,0,o.a,[s.a,r.j,r.A],{name:[0,"name"]},null),(t()(),r._1(2,0,null,null,1,"span",[["class","button-inner"]],null,null,null,null,null)),r._14(null,0),(t()(),r._1(4,0,null,null,0,"div",[["class","button-effect"]],null,null,null,null,null))],function(t,e){t(e,1,0,"close")},function(t,e){t(e,0,0,r._15(e,1)._hidden)})}n.d(e,"a",function(){return a}),e.b=i;var r=n(0),o=n(32),s=n(2),a=r.Z({encapsulation:2,styles:[],data:{}})},function(t,e,n){"use strict";function i(t){return r._25(2,[r._14(null,0)],null,null)}n.d(e,"a",function(){return o}),e.b=i;var r=n(0),o=(n(156),r.Z({encapsulation:2,styles:[".mat-divider{display:block;margin:0;border-top-width:1px;border-top-style:solid}.mat-divider.mat-divider-vertical{border-top:0;border-right-width:1px;border-right-style:solid}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}.mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{margin:0}.mat-list,.mat-nav-list,.mat-selection-list{padding-top:8px;display:block}.mat-list .mat-subheader,.mat-nav-list .mat-subheader,.mat-selection-list .mat-subheader{height:48px;line-height:16px}.mat-list .mat-subheader:first-child,.mat-nav-list .mat-subheader:first-child,.mat-selection-list .mat-subheader:first-child{margin-top:-8px}.mat-list .mat-list-item,.mat-list .mat-list-option,.mat-nav-list .mat-list-item,.mat-nav-list .mat-list-option,.mat-selection-list .mat-list-item,.mat-selection-list .mat-list-option{display:block;height:48px}.mat-list .mat-list-item .mat-list-item-content,.mat-list .mat-list-option .mat-list-item-content,.mat-nav-list .mat-list-item .mat-list-item-content,.mat-nav-list .mat-list-option .mat-list-item-content,.mat-selection-list .mat-list-item .mat-list-item-content,.mat-selection-list .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list .mat-list-item .mat-list-item-content-reverse,.mat-list .mat-list-option .mat-list-item-content-reverse,.mat-nav-list .mat-list-item .mat-list-item-content-reverse,.mat-nav-list .mat-list-option .mat-list-item-content-reverse,.mat-selection-list .mat-list-item .mat-list-item-content-reverse,.mat-selection-list .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list .mat-list-item .mat-list-item-ripple,.mat-list .mat-list-option .mat-list-item-ripple,.mat-nav-list .mat-list-item .mat-list-item-ripple,.mat-nav-list .mat-list-option .mat-list-item-ripple,.mat-selection-list .mat-list-item .mat-list-item-ripple,.mat-selection-list .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list .mat-list-item.mat-list-item-with-avatar,.mat-list .mat-list-option.mat-list-item-with-avatar,.mat-nav-list .mat-list-item.mat-list-item-with-avatar,.mat-nav-list .mat-list-option.mat-list-item-with-avatar,.mat-selection-list .mat-list-item.mat-list-item-with-avatar,.mat-selection-list .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list .mat-list-item.mat-2-line,.mat-list .mat-list-option.mat-2-line,.mat-nav-list .mat-list-item.mat-2-line,.mat-nav-list .mat-list-option.mat-2-line,.mat-selection-list .mat-list-item.mat-2-line,.mat-selection-list .mat-list-option.mat-2-line{height:72px}.mat-list .mat-list-item.mat-3-line,.mat-list .mat-list-option.mat-3-line,.mat-nav-list .mat-list-item.mat-3-line,.mat-nav-list .mat-list-option.mat-3-line,.mat-selection-list .mat-list-item.mat-3-line,.mat-selection-list .mat-list-option.mat-3-line{height:88px}.mat-list .mat-list-item.mat-multi-line,.mat-list .mat-list-option.mat-multi-line,.mat-nav-list .mat-list-item.mat-multi-line,.mat-nav-list .mat-list-option.mat-multi-line,.mat-selection-list .mat-list-item.mat-multi-line,.mat-selection-list .mat-list-option.mat-multi-line{height:auto}.mat-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list .mat-list-item .mat-list-text,.mat-list .mat-list-option .mat-list-text,.mat-nav-list .mat-list-item .mat-list-text,.mat-nav-list .mat-list-option .mat-list-text,.mat-selection-list .mat-list-item .mat-list-text,.mat-selection-list .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list .mat-list-item .mat-list-text>*,.mat-list .mat-list-option .mat-list-text>*,.mat-nav-list .mat-list-item .mat-list-text>*,.mat-nav-list .mat-list-option .mat-list-text>*,.mat-selection-list .mat-list-item .mat-list-text>*,.mat-selection-list .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list .mat-list-item .mat-list-text:empty,.mat-list .mat-list-option .mat-list-text:empty,.mat-nav-list .mat-list-item .mat-list-text:empty,.mat-nav-list .mat-list-option .mat-list-text:empty,.mat-selection-list .mat-list-item .mat-list-text:empty,.mat-selection-list .mat-list-option .mat-list-text:empty{display:none}.mat-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-nav-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-nav-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-selection-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-selection-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)){padding-right:0;padding-left:16px}[dir=rtl] .mat-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)){padding-right:16px;padding-left:0}.mat-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-nav-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-nav-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-selection-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-selection-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)){padding-left:0;padding-right:16px}[dir=rtl] .mat-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)){padding-right:0;padding-left:16px}.mat-list .mat-list-item .mat-list-avatar,.mat-list .mat-list-option .mat-list-avatar,.mat-nav-list .mat-list-item .mat-list-avatar,.mat-nav-list .mat-list-option .mat-list-avatar,.mat-selection-list .mat-list-item .mat-list-avatar,.mat-selection-list .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%}.mat-list .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list .mat-list-option .mat-list-avatar~.mat-divider-inset,.mat-nav-list .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-nav-list .mat-list-option .mat-list-avatar~.mat-divider-inset,.mat-selection-list .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-selection-list .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list .mat-list-option .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-nav-list .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-nav-list .mat-list-option .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-selection-list .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-selection-list .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list .mat-list-item .mat-list-icon,.mat-list .mat-list-option .mat-list-icon,.mat-nav-list .mat-list-item .mat-list-icon,.mat-nav-list .mat-list-option .mat-list-icon,.mat-selection-list .mat-list-item .mat-list-icon,.mat-selection-list .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list .mat-list-option .mat-list-icon~.mat-divider-inset,.mat-nav-list .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-nav-list .mat-list-option .mat-list-icon~.mat-divider-inset,.mat-selection-list .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-selection-list .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list .mat-list-option .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-nav-list .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-nav-list .mat-list-option .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-selection-list .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-selection-list .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list .mat-list-item .mat-divider,.mat-list .mat-list-option .mat-divider,.mat-nav-list .mat-list-item .mat-divider,.mat-nav-list .mat-list-option .mat-divider,.mat-selection-list .mat-list-item .mat-divider,.mat-selection-list .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list .mat-list-item .mat-divider,[dir=rtl] .mat-list .mat-list-option .mat-divider,[dir=rtl] .mat-nav-list .mat-list-item .mat-divider,[dir=rtl] .mat-nav-list .mat-list-option .mat-divider,[dir=rtl] .mat-selection-list .mat-list-item .mat-divider,[dir=rtl] .mat-selection-list .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list .mat-list-item .mat-divider.mat-divider-inset,.mat-list .mat-list-option .mat-divider.mat-divider-inset,.mat-nav-list .mat-list-item .mat-divider.mat-divider-inset,.mat-nav-list .mat-list-option .mat-divider.mat-divider-inset,.mat-selection-list .mat-list-item .mat-divider.mat-divider-inset,.mat-selection-list .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list[dense],.mat-nav-list[dense],.mat-selection-list[dense]{padding-top:4px;display:block}.mat-list[dense] .mat-subheader,.mat-nav-list[dense] .mat-subheader,.mat-selection-list[dense] .mat-subheader{height:40px;line-height:8px}.mat-list[dense] .mat-subheader:first-child,.mat-nav-list[dense] .mat-subheader:first-child,.mat-selection-list[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list[dense] .mat-list-item,.mat-list[dense] .mat-list-option,.mat-nav-list[dense] .mat-list-item,.mat-nav-list[dense] .mat-list-option,.mat-selection-list[dense] .mat-list-item,.mat-selection-list[dense] .mat-list-option{display:block;height:40px}.mat-list[dense] .mat-list-item .mat-list-item-content,.mat-list[dense] .mat-list-option .mat-list-item-content,.mat-nav-list[dense] .mat-list-item .mat-list-item-content,.mat-nav-list[dense] .mat-list-option .mat-list-item-content,.mat-selection-list[dense] .mat-list-item .mat-list-item-content,.mat-selection-list[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-nav-list[dense] .mat-list-option .mat-list-item-content-reverse,.mat-selection-list[dense] .mat-list-item .mat-list-item-content-reverse,.mat-selection-list[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list[dense] .mat-list-item .mat-list-item-ripple,.mat-list[dense] .mat-list-option .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-item .mat-list-item-ripple,.mat-nav-list[dense] .mat-list-option .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-item .mat-list-item-ripple,.mat-selection-list[dense] .mat-list-option .mat-list-item-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list[dense] .mat-list-option.mat-list-item-with-avatar,.mat-nav-list[dense] .mat-list-item.mat-list-item-with-avatar,.mat-nav-list[dense] .mat-list-option.mat-list-item-with-avatar,.mat-selection-list[dense] .mat-list-item.mat-list-item-with-avatar,.mat-selection-list[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list[dense] .mat-list-item.mat-2-line,.mat-list[dense] .mat-list-option.mat-2-line,.mat-nav-list[dense] .mat-list-item.mat-2-line,.mat-nav-list[dense] .mat-list-option.mat-2-line,.mat-selection-list[dense] .mat-list-item.mat-2-line,.mat-selection-list[dense] .mat-list-option.mat-2-line{height:60px}.mat-list[dense] .mat-list-item.mat-3-line,.mat-list[dense] .mat-list-option.mat-3-line,.mat-nav-list[dense] .mat-list-item.mat-3-line,.mat-nav-list[dense] .mat-list-option.mat-3-line,.mat-selection-list[dense] .mat-list-item.mat-3-line,.mat-selection-list[dense] .mat-list-option.mat-3-line{height:76px}.mat-list[dense] .mat-list-item.mat-multi-line,.mat-list[dense] .mat-list-option.mat-multi-line,.mat-nav-list[dense] .mat-list-item.mat-multi-line,.mat-nav-list[dense] .mat-list-option.mat-multi-line,.mat-selection-list[dense] .mat-list-item.mat-multi-line,.mat-selection-list[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-nav-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-selection-list[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list[dense] .mat-list-item .mat-list-text,.mat-list[dense] .mat-list-option .mat-list-text,.mat-nav-list[dense] .mat-list-item .mat-list-text,.mat-nav-list[dense] .mat-list-option .mat-list-text,.mat-selection-list[dense] .mat-list-item .mat-list-text,.mat-selection-list[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:hidden;padding:0}.mat-list[dense] .mat-list-item .mat-list-text>*,.mat-list[dense] .mat-list-option .mat-list-text>*,.mat-nav-list[dense] .mat-list-item .mat-list-text>*,.mat-nav-list[dense] .mat-list-option .mat-list-text>*,.mat-selection-list[dense] .mat-list-item .mat-list-text>*,.mat-selection-list[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.mat-list[dense] .mat-list-item .mat-list-text:empty,.mat-list[dense] .mat-list-option .mat-list-text:empty,.mat-nav-list[dense] .mat-list-item .mat-list-text:empty,.mat-nav-list[dense] .mat-list-option .mat-list-text:empty,.mat-selection-list[dense] .mat-list-item .mat-list-text:empty,.mat-selection-list[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-nav-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-nav-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-selection-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),.mat-selection-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)){padding-right:0;padding-left:16px}[dir=rtl] .mat-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list[dense] .mat-list-item .mat-list-item-content .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list[dense] .mat-list-option .mat-list-item-content .mat-list-text:not(:nth-child(2)){padding-right:16px;padding-left:0}.mat-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-nav-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-nav-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-selection-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),.mat-selection-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)){padding-left:0;padding-right:16px}[dir=rtl] .mat-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-nav-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list[dense] .mat-list-item .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)),[dir=rtl] .mat-selection-list[dense] .mat-list-option .mat-list-item-content-reverse .mat-list-text:not(:nth-child(2)){padding-right:0;padding-left:16px}.mat-list[dense] .mat-list-item .mat-list-avatar,.mat-list[dense] .mat-list-option .mat-list-avatar,.mat-nav-list[dense] .mat-list-item .mat-list-avatar,.mat-nav-list[dense] .mat-list-option .mat-list-avatar,.mat-selection-list[dense] .mat-list-item .mat-list-avatar,.mat-selection-list[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%}.mat-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset,.mat-nav-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-nav-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset,.mat-selection-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-selection-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-nav-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-nav-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-selection-list[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-selection-list[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list[dense] .mat-list-item .mat-list-icon,.mat-list[dense] .mat-list-option .mat-list-icon,.mat-nav-list[dense] .mat-list-item .mat-list-icon,.mat-nav-list[dense] .mat-list-option .mat-list-icon,.mat-selection-list[dense] .mat-list-item .mat-list-icon,.mat-selection-list[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset,.mat-nav-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-nav-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset,.mat-selection-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-selection-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-nav-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-nav-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-selection-list[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-selection-list[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list[dense] .mat-list-item .mat-divider,.mat-list[dense] .mat-list-option .mat-divider,.mat-nav-list[dense] .mat-list-item .mat-divider,.mat-nav-list[dense] .mat-list-option .mat-divider,.mat-selection-list[dense] .mat-list-item .mat-divider,.mat-selection-list[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list[dense] .mat-list-option .mat-divider,[dir=rtl] .mat-nav-list[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-nav-list[dense] .mat-list-option .mat-divider,[dir=rtl] .mat-selection-list[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-selection-list[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list[dense] .mat-list-option .mat-divider.mat-divider-inset,.mat-nav-list[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-nav-list[dense] .mat-list-option .mat-divider.mat-divider-inset,.mat-selection-list[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-selection-list[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:0}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:0}"],data:{}}))},,function(t,e,n){"use strict";function i(t,e,n){return"path"===n.get("locationStrategy")?new o.r(t,e):new o.f(t,e)}n.d(e,"a",function(){return j}),n.d(e,"b",function(){return N}),e.c=i;var r=n(0),o=n(3),s=n(33),a=n(10),u=n(132),l=n(2),c=n(51),h=n(11),p=n(106),d=n(40),f=n(14),m=n(294),g=n(90),v=n(30),_=n(116),y=n(205),b=n(5),w=n(212),S=n(213),C=n(214),A=n(89),E=n(133),x=(n(181),n(117)),k=(n(182),n(161)),O=(n(357),n(231),n(318),n(72),n(319),n(28),n(320),n(321),n(322),n(323),n(324),n(331),n(29),n(332),n(98),n(126),n(235),n(73),n(108),n(74),n(32),n(334),n(236),n(335),n(336),n(49),n(127),n(338),n(339),n(237),n(97),n(340),n(184),n(151),n(109),n(238),n(185),n(163)),T=(n(186),n(239),n(36)),P=(n(100),n(187),n(141)),I=(n(153),n(256),n(362),n(257),n(363),n(364),n(258),n(183),n(152),n(162)),R=(n(195),n(215)),D=(n(197),n(155),n(365),n(366),n(130),n(157),n(367),n(201),n(260),n(368),n(198),n(158),n(369),n(370),n(371),n(262),n(114),n(99),n(372),n(373),n(264),n(263),n(374),n(199),n(216)),j=(n(376),n(202),n(64),n(45),n(69),n(65),n(35),n(377),n(265),n(266),n(203),n(267),function(){function t(){}return t.forRoot=function(e,n,j){return void 0===n&&(n=null),void 0===j&&(j=null),{ngModule:t,providers:[{provide:u.a,useValue:e},{provide:l.b,useValue:n},{provide:E.a,useValue:j},{provide:o.a,useValue:"/"},{provide:w.a,useFactory:w.b},{provide:b.a,useFactory:b.b,deps:[s.b,w.a,r.v]},{provide:l.a,useFactory:l.c,deps:[l.b,b.a]},{provide:r.c,useFactory:C.a,deps:[l.a],multi:!0},{provide:r.c,useFactory:p.b,deps:[b.a,h.a],multi:!0},{provide:r.c,useFactory:S.b,deps:[l.a,b.a,h.a,a.a,f.l],multi:!0},{provide:r.c,useFactory:_.d,deps:[l.a,E.a,_.b,r.v],multi:!0},{provide:s.f,useClass:m.a},{provide:r.a,useValue:e,multi:!0},x.a,k.a,a.a,h.a,p.a,d.a,f.l,g.a,v.a,O.a,o.g,T.a,P.a,y.a,I.a,R.a,S.a,D.a,A.a,{provide:_.b,useFactory:_.c,deps:[y.a,r.p]},{provide:o.h,useFactory:i,deps:[o.s,[new r.n(o.a),new r.w],l.a]},{provide:E.b,useFactory:E.d,deps:[a.a,E.a]},{provide:c.a,useFactory:c.b,deps:[a.a,E.b,o.g,_.b,r.i]}]}},t}()),N=function(){function t(){}return t.forChild=function(e){return{ngModule:t,providers:[{provide:_.a,useValue:e},{provide:r.a,useValue:e,multi:!0}]}},t}()},,,function(t,e,n){"use strict";function i(t){return function(){return t.scrollStrategies.reposition()}}n.d(e,"c",function(){return s}),n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var r=n(0),o=new r.o("mat-autocomplete-scroll-strategy"),s=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";function i(t){return function(){return t.scrollStrategies.reposition()}}n.d(e,"b",function(){return s}),n.d(e,"c",function(){return a}),n.d(e,"a",function(){return o}),n.d(e,"d",function(){return i});var r=n(0),o=new r.o("mat-menu-default-options"),s=new r.o("mat-menu-scroll-strategy"),a=function(){return function(){}}()},function(t,e,n){"use strict";function i(t){return t||new o}n.d(e,"c",function(){return s}),n.d(e,"b",function(){return o}),n.d(e,"a",function(){return i});var r=n(24),o=function(){return function(){this.changes=new r.Subject,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=function(t,e,n){if(0==n||0==e)return"0 of "+n;var i=t*e;return i+1+" - "+(i<(n=Math.max(n,0))?Math.min(i+e,n):i+e)+" of "+n}}}(),s=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"b",function(){return o}),n.d(e,"a",function(){return r});var i=n(0),r=new i.o("MAT_DRAWER_DEFAULT_AUTOSIZE"),o=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";function i(t){return t||new o}n.d(e,"c",function(){return s}),n.d(e,"b",function(){return o}),n.d(e,"a",function(){return i});var r=n(24),o=function(){return function(){this.changes=new r.Subject,this.sortButtonLabel=function(t){return"Change sorting for "+t},this.sortDescriptionLabel=function(t,e){return"Sorted by "+t+" "+("asc"==e?"ascending":"descending")}}}(),s=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"b",function(){return o}),n.d(e,"a",function(){return r});var i=n(24),r=function(){return function(){this.changes=new i.Subject,this.optionalLabel="Optional"}}(),o=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return l}),n.d(e,"c",function(){return c}),n.d(e,"b",function(){return a}),n.d(e,"e",function(){return h}),n.d(e,"f",function(){return p}),n.d(e,"d",function(){return d});var i=n(0),r=n(43),o=n(19),s=n(24),a=function(){return function(t){this.template=t}}(),u=0,l=function(){function t(t){this._stepper=t,this.interacted=!1,this._editable=!0,this._optional=!1,this._customCompleted=null}return Object.defineProperty(t.prototype,"editable",{get:function(){return this._editable},set:function(t){this._editable=Object(o.c)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"optional",{get:function(){return this._optional},set:function(t){this._optional=Object(o.c)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"completed",{get:function(){return null==this._customCompleted?this._defaultCompleted:this._customCompleted},set:function(t){this._customCompleted=Object(o.c)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_defaultCompleted",{get:function(){return this.stepControl?this.stepControl.valid&&this.interacted:this.interacted},enumerable:!0,configurable:!0}),t.prototype.select=function(){this._stepper.selected=this},t.prototype.reset=function(){this.interacted=!1,null!=this._customCompleted&&(this._customCompleted=!1),this.stepControl&&this.stepControl.reset()},t.prototype.ngOnChanges=function(){this._stepper._stateChanged()},t}(),c=function(){function t(t,e){this._dir=t,this._changeDetectorRef=e,this._destroyed=new s.Subject,this._linear=!1,this._selectedIndex=0,this.selectionChange=new i.m,this._focusIndex=0,this._orientation="horizontal",this._groupId=u++}return Object.defineProperty(t.prototype,"linear",{get:function(){return this._linear},set:function(t){this._linear=Object(o.c)(t)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedIndex",{get:function(){return this._selectedIndex},set:function(t){if(this._steps){if(t<0||t>this._steps.length-1)throw Error("cdkStepper: Cannot assign out-of-bounds value to `selectedIndex`.");this._anyControlsInvalidOrPending(t)||t0?"rtl"===this._layoutDirection()?"previous":"next":"current"},t.prototype._getIndicatorType=function(t){var e=this._steps.toArray()[t];return e.completed&&this._selectedIndex!=t?e.editable?"edit":"done":"number"},t.prototype._emitStepperSelectionEvent=function(t){var e=this._steps.toArray();this.selectionChange.emit({selectedIndex:t,previouslySelectedIndex:this._selectedIndex,selectedStep:e[t],previouslySelectedStep:e[this._selectedIndex]}),this._selectedIndex=t,this._stateChanged()},t.prototype._onKeydown=function(t){var e=t.keyCode;e===r.m&&("rtl"===this._layoutDirection()?this._focusPreviousStep():this._focusNextStep(),t.preventDefault()),e===r.i&&("rtl"===this._layoutDirection()?this._focusNextStep():this._focusPreviousStep(),t.preventDefault()),"vertical"!==this._orientation||e!==r.p&&e!==r.d||(e===r.p?this._focusPreviousStep():this._focusNextStep(),t.preventDefault()),e!==r.n&&e!==r.f||(this.selectedIndex=this._focusIndex,t.preventDefault()),e===r.h&&(this._focusStep(0),t.preventDefault()),e===r.e&&(this._focusStep(this._steps.length-1),t.preventDefault())},t.prototype._focusNextStep=function(){this._focusStep((this._focusIndex+1)%this._steps.length)},t.prototype._focusPreviousStep=function(){this._focusStep((this._focusIndex+this._steps.length-1)%this._steps.length)},t.prototype._focusStep=function(t){this._focusIndex=t,this._stepHeader.toArray()[this._focusIndex].nativeElement.focus()},t.prototype._anyControlsInvalidOrPending=function(t){var e=this._steps.toArray();return e[this._selectedIndex].interacted=!0,!!(this._linear&&t>=0)&&e.slice(0,t).some(function(t){var e=t.stepControl;return(e?e.invalid||e.pending||!t.interacted:!t.completed)&&!t.optional})},t.prototype._layoutDirection=function(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"},t}(),h=function(){return function(t){this._stepper=t,this.type="submit"}}(),p=function(){return function(t){this._stepper=t,this.type="button"}}(),d=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){return function(){}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});n(22),n(154),n(105);var i=function(){return function(){}}()},function(t,e,n){"use strict";function i(t){switch(t.length){case 0:return new G.d;case 1:return t[0];default:return new G.n(t)}}function r(t,e,n,i,r,o){void 0===r&&(r={}),void 0===o&&(o={});var s=[],a=[],u=-1,l=null;if(i.forEach(function(t){var n=t.offset,i=n==u,c=i&&l||{};Object.keys(t).forEach(function(n){var i=n,a=t[n];if("offset"!==n)switch(i=e.normalizePropertyName(i,s),a){case G.o:a=r[n];break;case G.a:a=o[n];break;default:a=e.normalizeStyleValue(n,i,a,s)}c[i]=a}),i||a.push(c),l=c,u=n}),s.length){throw new Error("Unable to animate due to the following errors:\n - "+s.join("\n - "))}return a}function o(t,e,n,i){switch(e){case"start":t.onStart(function(){return i(n&&s(n,"start",t.totalTime))});break;case"done":t.onDone(function(){return i(n&&s(n,"done",t.totalTime))});break;case"destroy":t.onDestroy(function(){return i(n&&s(n,"destroy",t.totalTime))})}}function s(t,e,n){var i=a(t.element,t.triggerName,t.fromState,t.toState,e||t.phaseName,void 0==n?t.totalTime:n),r=t._data;return null!=r&&(i._data=r),i}function a(t,e,n,i,r,o){return void 0===r&&(r=""),void 0===o&&(o=0),{element:t,triggerName:e,fromState:n,toState:i,phaseName:r,totalTime:o}}function u(t,e,n){var i;return t instanceof Map?(i=t.get(e))||t.set(e,i=n):(i=t[e])||(i=t[e]=n),i}function l(t){var e=t.indexOf(":");return[t.substring(1,e),t.substr(e+1)]}function c(t){$||($=h()||{},tt=!!$.style&&"WebkitAppearance"in $.style);var e=!0;if($.style&&!function(t){return"ebkit"==t.substring(1,6)}(t)&&!(e=t in $.style)&&tt){e="Webkit"+t.charAt(0).toUpperCase()+t.substr(1)in $.style}return e}function h(){return"undefined"!=typeof document?document.body:null}function p(t){if("number"==typeof t)return t;var e=t.match(/^(-?[\.\d]+)(m?s)/);return!e||e.length<2?0:d(parseFloat(e[1]),e[2])}function d(t,e){switch(e){case"s":return t*st;default:return t}}function f(t,e,n){return t.hasOwnProperty("duration")?t:function(t,e,n){var i,r=0,o="";if("string"==typeof t){var s=t.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===s)return e.push('The provided timing value "'+t+'" is invalid.'),{duration:0,delay:0,easing:""};i=d(parseFloat(s[1]),s[2]);var a=s[3];null!=a&&(r=d(Math.floor(parseFloat(a)),s[4]));var u=s[5];u&&(o=u)}else i=t;if(!n){var l=!1,c=e.length;i<0&&(e.push("Duration values below 0 are not allowed for this animation step."),l=!0),r<0&&(e.push("Delay values below 0 are not allowed for this animation step."),l=!0),l&&e.splice(c,0,'The provided timing value "'+t+'" is invalid.')}return{duration:i,delay:r,easing:o}}(t,e,n)}function m(t,e){return void 0===e&&(e={}),Object.keys(t).forEach(function(n){e[n]=t[n]}),e}function g(t,e,n){if(void 0===n&&(n={}),e)for(var i in t)n[i]=t[i];else m(t,n);return n}function v(t,e){t.style&&Object.keys(e).forEach(function(n){var i=C(n);t.style[i]=e[n]})}function _(t,e){t.style&&Object.keys(e).forEach(function(e){var n=C(e);t.style[n]=""})}function y(t){return Array.isArray(t)?1==t.length?t[0]:Object(G.i)(t):t}function b(t){var e=[];if("string"==typeof t){for(var n=t.toString(),i=void 0;i=lt.exec(n);)e.push(i[1]);lt.lastIndex=0}return e}function w(t,e,n){var i=t.toString(),r=i.replace(lt,function(t,i){var r=e[i];return e.hasOwnProperty(i)||(n.push("Please provide a value for the animation param "+i),r=""),r.toString()});return r==i?t:r}function S(t){for(var e=[],n=t.next();!n.done;)e.push(n.value),n=t.next();return e}function C(t){return t.replace(ct,function(){for(var t=[],e=0;e *";case":leave":return"* => void";case":increment":return function(t,e){return parseFloat(e)>parseFloat(t)};case":decrement":return function(t,e){return parseFloat(e) *"}}(t,n);if("function"==typeof i)return void e.push(i);t=i}var r=t.match(/^(\*|[-\w]+)\s*([=-]>)\s*(\*|[-\w]+)$/);if(null==r||r.length<4)return n.push('The provided transition expression "'+t+'" is not supported'),e;var o=r[1],s=r[2],a=r[3];e.push(x(o,a));"<"!=s[0]||o==ht&&a==ht||e.push(x(a,o))}(t,n,e)}):n.push(t),n}function x(t,e){var n=pt.has(t)||dt.has(t),i=pt.has(e)||dt.has(e);return function(r,o){var s=t==ht||t==r,a=e==ht||e==o;return!s&&n&&"boolean"==typeof r&&(s=r?pt.has(t):dt.has(t)),!a&&i&&"boolean"==typeof o&&(a=o?pt.has(e):dt.has(e)),s&&a}}function k(t,e,n){return new gt(t).build(e,n)}function O(t){return!Array.isArray(t)&&"object"==typeof t}function T(t){return t?(t=m(t)).params&&(t.params=function(t){return t?m(t):null}(t.params)):t={},t}function P(t,e,n){return{duration:t,delay:e,easing:n}}function I(t,e,n,i,r,o,s,a){return void 0===s&&(s=null),void 0===a&&(a=!1),{type:1,element:t,keyframes:e,preStyleProps:n,postStyleProps:i,duration:r,delay:o,totalTime:r+o,easing:s,subTimeline:a}}function R(t,e,n,i,r,o,s,a,u,l){return void 0===o&&(o={}),void 0===s&&(s={}),void 0===l&&(l=[]),(new wt).buildKeyframes(t,e,n,i,r,o,s,a,u,l)}function D(t,e){void 0===e&&(e=3);var n=Math.pow(10,e-1);return Math.round(t*n)/n}function j(t,e,n,i,r,o,s,a,u,l,c,h){return{type:0,element:t,triggerName:e,isRemovalTransition:r,fromState:n,fromStyles:o,toState:i,toStyles:s,timelines:a,queriedElements:u,preStyleProps:l,postStyleProps:c,errors:h}}function N(t,e,n){t.hasOwnProperty(e)?t.hasOwnProperty(n)||(t[n]=t[e]):t.hasOwnProperty(n)&&(t[e]=t[n])}function M(t){return t&&1===t.nodeType}function L(t,e){var n=t.style.display;return t.style.display=null!=e?e:"none",n}function F(t,e,n,i,r){var o=[];n.forEach(function(t){return o.push(L(t))});var s=[];i.forEach(function(n,i){var o={};n.forEach(function(t){var n=o[t]=e.computeStyle(i,t,r);n&&0!=n.length||(i[Ft]=Lt,s.push(i))}),t.set(i,o)});var a=0;return n.forEach(function(t){return L(t,o[a++])}),s}function B(t,e){function n(t){if(!t)return r;var e=s.get(t);if(e)return e;var a=t.parentNode;return e=i.has(a)?a:o.has(a)?r:n(a),s.set(t,e),e}var i=new Map;if(t.forEach(function(t){return i.set(t,[])}),0==e.length)return i;var r=1,o=new Set(e),s=new Map;return e.forEach(function(t){var e=n(t);e!==r&&i.get(e).push(t)}),i}function V(t,e){if(t.classList)t.classList.add(e);else{var n=t[Wt];n||(n=t[Wt]={}),n[e]=!0}}function U(t,e){if(t.classList)t.classList.remove(e);else{var n=t[Wt];n&&delete n[e]}}function z(t,e){for(var n=0;n=0){i=!0;break}}}}),{type:6,styles:n,easing:r,offset:t.offset,containsDynamicStyles:i,options:null}},t.prototype._validateStyleAst=function(t,e){var n=this,i=e.currentAnimateTimings,r=e.currentTime,o=e.currentTime;i&&o>0&&(o-=i.duration+i.delay),t.styles.forEach(function(t){"string"!=typeof t&&Object.keys(t).forEach(function(i){if(n._driver.validateStyleProperty(i)){var s=e.collectedStyles[e.currentQuerySelector],a=s[i],u=!0;a&&(o!=r&&o>=a.startTime&&r<=a.endTime&&(e.errors.push('The CSS property "'+i+'" that exists between the times of "'+a.startTime+'ms" and "'+a.endTime+'ms" is also being animated in a parallel animation between the times of "'+o+'ms" and "'+r+'ms"'),u=!1),o=a.startTime),u&&(s[i]={startTime:o,endTime:r}),e.options&&function(t,e,n){var i=e.params||{},r=b(t);r.length&&r.forEach(function(t){i.hasOwnProperty(t)||n.push("Unable to resolve the local animation param "+t+" in the given list of values")})}(t[i],e.options,e.errors)}else e.errors.push('The provided animation property "'+i+'" is not a supported CSS property for animations')})})},t.prototype.visitKeyframes=function(t,e){var n=this,i={type:5,styles:[],options:null};if(!e.currentAnimateTimings)return e.errors.push("keyframes() must be placed inside of a call to animate()"),i;var r=0,o=[],s=!1,a=!1,u=0,l=t.steps.map(function(t){var i=n._makeStyleAst(t,e),l=null!=i.offset?i.offset:function(t){if("string"==typeof t)return null;var e=null;if(Array.isArray(t))t.forEach(function(t){if(O(t)&&t.hasOwnProperty("offset")){var n=t;e=parseFloat(n.offset),delete n.offset}});else if(O(t)&&t.hasOwnProperty("offset")){var n=t;e=parseFloat(n.offset),delete n.offset}return e}(i.styles),c=0;return null!=l&&(r++,c=i.offset=l),a=a||c<0||c>1,s=s||c0&&r0?r==p?1:h*r:o[r],a=s*m;e.currentTime=d+f.delay+a,f.duration=a,n._validateStyleAst(t,e),t.offset=s,i.styles.push(t)}),i},t.prototype.visitReference=function(t,e){return{type:8,animation:A(this,y(t.animation),e),options:T(t.options)}},t.prototype.visitAnimateChild=function(t,e){return e.depCount++,{type:9,options:T(t.options)}},t.prototype.visitAnimateRef=function(t,e){return{type:10,animation:this.visitReference(t.animation,e),options:T(t.options)}},t.prototype.visitQuery=function(t,e){var n=e.currentQuerySelector,i=t.options||{};e.queryCount++,e.currentQuery=t;var r=function(t){var e=!!t.split(/\s*,\s*/).find(function(t){return t==ft});return e&&(t=t.replace(mt,"")),t=t.replace(/@\*/g,at).replace(/@\w+/g,function(t){return at+"-"+t.substr(1)}).replace(/:animating/g,ut),[t,e]}(t.selector),o=r[0],s=r[1];e.currentQuerySelector=n.length?n+" "+o:o,u(e.collectedStyles,e.currentQuerySelector,{});var a=A(this,y(t.animation),e);return e.currentQuery=null,e.currentQuerySelector=n,{type:11,selector:o,limit:i.limit||0,optional:!!i.optional,includeSelf:s,animation:a,originalSelector:t.selector,options:T(t.options)}},t.prototype.visitStagger=function(t,e){e.currentQuery||e.errors.push("stagger() can only be used inside of query()");var n="full"===t.timings?{duration:0,delay:0,easing:"full"}:f(t.timings,e.errors,!0);return{type:12,animation:A(this,y(t.animation),e),timings:n,options:null}},t}(),vt=function(){return function(t){this.errors=t,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null}}(),_t=function(){function t(){this._map=new Map}return t.prototype.consume=function(t){var e=this._map.get(t);return e?this._map.delete(t):e=[],e},t.prototype.append=function(t,e){var n=this._map.get(t);n||this._map.set(t,n=[]),n.push.apply(n,e)},t.prototype.has=function(t){return this._map.has(t)},t.prototype.clear=function(){this._map.clear()},t}(),yt=new RegExp(":enter","g"),bt=new RegExp(":leave","g"),wt=function(){function t(){}return t.prototype.buildKeyframes=function(t,e,n,i,r,o,s,a,u,l){void 0===l&&(l=[]),u=u||new _t;var c=new Ct(t,e,u,i,r,l,[]);c.options=a,c.currentTimeline.setStyles([o],null,c.errors,a),A(this,n,c);var h=c.timelines.filter(function(t){return t.containsAnimation()});if(h.length&&Object.keys(s).length){var p=h[h.length-1];p.allowOnlyTimelineStyles()||p.setStyles([s],null,c.errors,a)}return h.length?h.map(function(t){return t.buildKeyframes()}):[I(e,[],[],[],0,0,"",!1)]},t.prototype.visitTrigger=function(t,e){},t.prototype.visitState=function(t,e){},t.prototype.visitTransition=function(t,e){},t.prototype.visitAnimateChild=function(t,e){var n=e.subInstructions.consume(e.element);if(n){var i=e.createSubContext(t.options),r=e.currentTimeline.currentTime,o=this._visitSubInstructions(n,i,i.options);r!=o&&e.transformIntoNewTimeline(o)}e.previousNode=t},t.prototype.visitAnimateRef=function(t,e){var n=e.createSubContext(t.options);n.transformIntoNewTimeline(),this.visitReference(t.animation,n),e.transformIntoNewTimeline(n.currentTimeline.currentTime),e.previousNode=t},t.prototype._visitSubInstructions=function(t,e,n){var i=e.currentTimeline.currentTime,r=null!=n.duration?p(n.duration):null,o=null!=n.delay?p(n.delay):null;return 0!==r&&t.forEach(function(t){var n=e.appendInstructionToTimeline(t,r,o);i=Math.max(i,n.duration+n.delay)}),i},t.prototype.visitReference=function(t,e){e.updateOptions(t.options,!0),A(this,t.animation,e),e.previousNode=t},t.prototype.visitSequence=function(t,e){var n=this,i=e.subContextCount,r=e,o=t.options;if(o&&(o.params||o.delay)&&((r=e.createSubContext(o)).transformIntoNewTimeline(),null!=o.delay)){6==r.previousNode.type&&(r.currentTimeline.snapshotCurrentStyles(),r.previousNode=St);var s=p(o.delay);r.delayNextStep(s)}t.steps.length&&(t.steps.forEach(function(t){return A(n,t,r)}),r.currentTimeline.applyStylesToKeyframe(),r.subContextCount>i&&r.transformIntoNewTimeline()),e.previousNode=t},t.prototype.visitGroup=function(t,e){var n=this,i=[],r=e.currentTimeline.currentTime,o=t.options&&t.options.delay?p(t.options.delay):0;t.steps.forEach(function(s){var a=e.createSubContext(t.options);o&&a.delayNextStep(o),A(n,s,a),r=Math.max(r,a.currentTimeline.currentTime),i.push(a.currentTimeline)}),i.forEach(function(t){return e.currentTimeline.mergeTimelineCollectedStyles(t)}),e.transformIntoNewTimeline(r),e.previousNode=t},t.prototype._visitTiming=function(t,e){if(t.dynamic){var n=t.strValue;return f(e.params?w(n,e.params,e.errors):n,e.errors)}return{duration:t.duration,delay:t.delay,easing:t.easing}},t.prototype.visitAnimate=function(t,e){var n=e.currentAnimateTimings=this._visitTiming(t.timings,e),i=e.currentTimeline;n.delay&&(e.incrementTime(n.delay),i.snapshotCurrentStyles());var r=t.style;5==r.type?this.visitKeyframes(r,e):(e.incrementTime(n.duration),this.visitStyle(r,e),i.applyStylesToKeyframe()),e.currentAnimateTimings=null,e.previousNode=t},t.prototype.visitStyle=function(t,e){var n=e.currentTimeline,i=e.currentAnimateTimings;!i&&n.getCurrentStyleProperties().length&&n.forwardFrame();var r=i&&i.easing||t.easing;t.isEmptyStep?n.applyEmptyStep(r):n.setStyles(t.styles,r,e.errors,e.options),e.previousNode=t},t.prototype.visitKeyframes=function(t,e){var n=e.currentAnimateTimings,i=e.currentTimeline.duration,r=n.duration,o=e.createSubContext().currentTimeline;o.easing=n.easing,t.styles.forEach(function(t){o.forwardTime((t.offset||0)*r),o.setStyles(t.styles,t.easing,e.errors,e.options),o.applyStylesToKeyframe()}),e.currentTimeline.mergeTimelineCollectedStyles(o),e.transformIntoNewTimeline(i+r),e.previousNode=t},t.prototype.visitQuery=function(t,e){var n=this,i=e.currentTimeline.currentTime,r=t.options||{},o=r.delay?p(r.delay):0;o&&(6===e.previousNode.type||0==i&&e.currentTimeline.getCurrentStyleProperties().length)&&(e.currentTimeline.snapshotCurrentStyles(),e.previousNode=St);var s=i,a=e.invokeQuery(t.selector,t.originalSelector,t.limit,t.includeSelf,!!r.optional,e.errors);e.currentQueryTotal=a.length;var u=null;a.forEach(function(i,r){e.currentQueryIndex=r;var a=e.createSubContext(t.options,i);o&&a.delayNextStep(o),i===e.element&&(u=a.currentTimeline),A(n,t.animation,a),a.currentTimeline.applyStylesToKeyframe();var l=a.currentTimeline.currentTime;s=Math.max(s,l)}),e.currentQueryIndex=0,e.currentQueryTotal=0,e.transformIntoNewTimeline(s),u&&(e.currentTimeline.mergeTimelineCollectedStyles(u),e.currentTimeline.snapshotCurrentStyles()),e.previousNode=t},t.prototype.visitStagger=function(t,e){var n=e.parentContext,i=e.currentTimeline,r=t.timings,o=Math.abs(r.duration),s=o*e.currentQueryIndex;switch(r.duration<0?"reverse":r.easing){case"reverse":s=o*(e.currentQueryTotal-1)-s;break;case"full":s=n.currentStaggerTime}var a=e.currentTimeline;s&&a.delayNextStep(s);var u=a.currentTime;A(this,t.animation,e),e.previousNode=t,n.currentStaggerTime=i.currentTime-u+(i.startTime-n.currentTimeline.startTime)},t}(),St={},Ct=function(){function t(t,e,n,i,r,o,s,a){this._driver=t,this.element=e,this.subInstructions=n,this._enterClassName=i,this._leaveClassName=r,this.errors=o,this.timelines=s,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=St,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=a||new At(this._driver,e,0),s.push(this.currentTimeline)}return Object.defineProperty(t.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),t.prototype.updateOptions=function(t,e){var n=this;if(t){var i=t,r=this.options;null!=i.duration&&(r.duration=p(i.duration)),null!=i.delay&&(r.delay=p(i.delay));var o=i.params;if(o){var s=r.params;s||(s=this.options.params={}),Object.keys(o).forEach(function(t){e&&s.hasOwnProperty(t)||(s[t]=w(o[t],s,n.errors))})}}},t.prototype._copyOptions=function(){var t={};if(this.options){var e=this.options.params;if(e){var n=t.params={};Object.keys(e).forEach(function(t){n[t]=e[t]})}}return t},t.prototype.createSubContext=function(e,n,i){void 0===e&&(e=null);var r=n||this.element,o=new t(this._driver,r,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(r,i||0));return o.previousNode=this.previousNode,o.currentAnimateTimings=this.currentAnimateTimings,o.options=this._copyOptions(),o.updateOptions(e),o.currentQueryIndex=this.currentQueryIndex,o.currentQueryTotal=this.currentQueryTotal,o.parentContext=this,this.subContextCount++,o},t.prototype.transformIntoNewTimeline=function(t){return this.previousNode=St,this.currentTimeline=this.currentTimeline.fork(this.element,t),this.timelines.push(this.currentTimeline),this.currentTimeline},t.prototype.appendInstructionToTimeline=function(t,e,n){var i={duration:null!=e?e:t.duration,delay:this.currentTimeline.currentTime+(null!=n?n:0)+t.delay,easing:""},r=new Et(this._driver,t.element,t.keyframes,t.preStyleProps,t.postStyleProps,i,t.stretchStartingKeyframe);return this.timelines.push(r),i},t.prototype.incrementTime=function(t){this.currentTimeline.forwardTime(this.currentTimeline.duration+t)},t.prototype.delayNextStep=function(t){t>0&&this.currentTimeline.delayNextStep(t)},t.prototype.invokeQuery=function(t,e,n,i,r,o){var s=[];if(i&&s.push(this.element),t.length>0){t=(t=t.replace(yt,"."+this._enterClassName)).replace(bt,"."+this._leaveClassName);var a=this._driver.query(this.element,t,1!=n);0!==n&&(a=n<0?a.slice(a.length+n,a.length):a.slice(0,n)),s.push.apply(s,a)}return r||0!=s.length||o.push('`query("'+e+'")` returned zero elements. (Use `query("'+e+'", { optional: true })` if you wish to allow this.)'),s},t}(),At=function(){function t(t,e,n,i){this._driver=t,this.element=e,this.startTime=n,this._elementTimelineStylesLookup=i,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(e),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(e,this._localTimelineStyles)),this._loadKeyframe()}return t.prototype.containsAnimation=function(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}},t.prototype.getCurrentStyleProperties=function(){return Object.keys(this._currentKeyframe)},Object.defineProperty(t.prototype,"currentTime",{get:function(){return this.startTime+this.duration},enumerable:!0,configurable:!0}),t.prototype.delayNextStep=function(t){var e=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||e?(this.forwardTime(this.currentTime+t),e&&this.snapshotCurrentStyles()):this.startTime+=t},t.prototype.fork=function(e,n){return this.applyStylesToKeyframe(),new t(this._driver,e,n||this.currentTime,this._elementTimelineStylesLookup)},t.prototype._loadKeyframe=function(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))},t.prototype.forwardFrame=function(){this.duration+=1,this._loadKeyframe()},t.prototype.forwardTime=function(t){this.applyStylesToKeyframe(),this.duration=t,this._loadKeyframe()},t.prototype._updateStyle=function(t,e){this._localTimelineStyles[t]=e,this._globalTimelineStyles[t]=e,this._styleSummary[t]={time:this.currentTime,value:e}},t.prototype.allowOnlyTimelineStyles=function(){return this._currentEmptyStepKeyframe!==this._currentKeyframe},t.prototype.applyEmptyStep=function(t){var e=this;t&&(this._previousKeyframe.easing=t),Object.keys(this._globalTimelineStyles).forEach(function(t){e._backFill[t]=e._globalTimelineStyles[t]||G.a,e._currentKeyframe[t]=G.a}),this._currentEmptyStepKeyframe=this._currentKeyframe},t.prototype.setStyles=function(t,e,n,i){var r=this;e&&(this._previousKeyframe.easing=e);var o=i&&i.params||{},s=function(t,e){var n,i={};return t.forEach(function(t){"*"===t?(n=n||Object.keys(e)).forEach(function(t){i[t]=G.a}):g(t,!1,i)}),i}(t,this._globalTimelineStyles);Object.keys(s).forEach(function(t){var e=w(s[t],o,n);r._pendingStyles[t]=e,r._localTimelineStyles.hasOwnProperty(t)||(r._backFill[t]=r._globalTimelineStyles.hasOwnProperty(t)?r._globalTimelineStyles[t]:G.a),r._updateStyle(t,e)})},t.prototype.applyStylesToKeyframe=function(){var t=this,e=this._pendingStyles,n=Object.keys(e);0!=n.length&&(this._pendingStyles={},n.forEach(function(n){t._currentKeyframe[n]=e[n]}),Object.keys(this._localTimelineStyles).forEach(function(e){t._currentKeyframe.hasOwnProperty(e)||(t._currentKeyframe[e]=t._localTimelineStyles[e])}))},t.prototype.snapshotCurrentStyles=function(){var t=this;Object.keys(this._localTimelineStyles).forEach(function(e){var n=t._localTimelineStyles[e];t._pendingStyles[e]=n,t._updateStyle(e,n)})},t.prototype.getFinalKeyframe=function(){return this._keyframes.get(this.duration)},Object.defineProperty(t.prototype,"properties",{get:function(){var t=[];for(var e in this._currentKeyframe)t.push(e);return t},enumerable:!0,configurable:!0}),t.prototype.mergeTimelineCollectedStyles=function(t){var e=this;Object.keys(t._styleSummary).forEach(function(n){var i=e._styleSummary[n],r=t._styleSummary[n];(!i||r.time>i.time)&&e._updateStyle(n,r.value)})},t.prototype.buildKeyframes=function(){var t=this;this.applyStylesToKeyframe();var e=new Set,n=new Set,i=1===this._keyframes.size&&0===this.duration,r=[];this._keyframes.forEach(function(o,s){var a=g(o,!0);Object.keys(a).forEach(function(t){var i=a[t];i==G.o?e.add(t):i==G.a&&n.add(t)}),i||(a.offset=s/t.duration),r.push(a)});var o=e.size?S(e.values()):[],s=n.size?S(n.values()):[];if(i){var a=r[0],u=m(a);a.offset=0,u.offset=1,r=[a,u]}return I(this.element,r,o,s,this.duration,this.startTime,this.easing,!1)},t}(),Et=function(t){function e(e,n,i,r,o,s,a){void 0===a&&(a=!1);var u=t.call(this,e,n,s.delay)||this;return u.element=n,u.keyframes=i,u.preStyleProps=r,u.postStyleProps=o,u._stretchStartingKeyframe=a,u.timings={duration:s.duration,delay:s.delay,easing:s.easing},u}return Object(Y.c)(e,t),e.prototype.containsAnimation=function(){return this.keyframes.length>1},e.prototype.buildKeyframes=function(){var t=this.keyframes,e=this.timings,n=e.delay,i=e.duration,r=e.easing;if(this._stretchStartingKeyframe&&n){var o=[],s=i+n,a=n/s,u=g(t[0],!1);u.offset=0,o.push(u);var l=g(t[0],!1);l.offset=D(a),o.push(l);for(var c=t.length-1,h=1;h<=c;h++){var p=g(t[h],!1);p.offset=D((n+p.offset*i)/s),o.push(p)}i=s,n=0,r="",t=o}return I(this.element,t,this.preStyleProps,this.postStyleProps,i,n,r,!0)},e}(At),xt=function(){return function(){}}(),kt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(Y.c)(e,t),e.prototype.normalizePropertyName=function(t,e){return C(t)},e.prototype.normalizeStyleValue=function(t,e,n,i){var r="",o=n.toString().trim();if(Ot[e]&&0!==n&&"0"!==n)if("number"==typeof n)r="px";else{var s=n.match(/^[+-]?[\d\.]+([a-z]*)$/);s&&0==s[1].length&&i.push("Please provide a CSS unit value for "+t+":"+n)}return o+r},e}(xt),Ot=function(t){var e={};return t.forEach(function(t){return e[t]=!0}),e}("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".split(",")),Tt={},Pt=function(){function t(t,e,n){this._triggerName=t,this.ast=e,this._stateStyles=n}return t.prototype.match=function(t,e){return function(t,e,n){return t.some(function(t){return t(e,n)})}(this.ast.matchers,t,e)},t.prototype.buildStyles=function(t,e,n){var i=this._stateStyles["*"],r=this._stateStyles[t],o=i?i.buildStyles(e,n):{};return r?r.buildStyles(e,n):o},t.prototype.build=function(t,e,n,i,r,o,s,a,l){var c=[],h=this.ast.options&&this.ast.options.params||Tt,p=this.buildStyles(n,s&&s.params||Tt,c),d=a&&a.params||Tt,f=this.buildStyles(i,d,c),m=new Set,g=new Map,v=new Map,_="void"===i,y={params:Object(Y.a)({},h,d)},b=R(t,e,this.ast.animation,r,o,p,f,y,l,c);if(c.length)return j(e,this._triggerName,n,i,_,p,f,[],[],g,v,c);b.forEach(function(t){var n=t.element,i=u(g,n,{});t.preStyleProps.forEach(function(t){return i[t]=!0});var r=u(v,n,{});t.postStyleProps.forEach(function(t){return r[t]=!0}),n!==e&&m.add(n)});var w=S(m.values());return j(e,this._triggerName,n,i,_,p,f,b,w,g,v)},t}(),It=function(){function t(t,e){this.styles=t,this.defaultParams=e}return t.prototype.buildStyles=function(t,e){var n={},i=m(this.defaultParams);return Object.keys(t).forEach(function(e){var n=t[e];null!=n&&(i[e]=n)}),this.styles.styles.forEach(function(t){if("string"!=typeof t){var r=t;Object.keys(r).forEach(function(t){var o=r[t];o.length>1&&(o=w(o,i,e)),n[t]=o})}}),n},t}(),Rt=function(){function t(t,e){var n=this;this.name=t,this.ast=e,this.transitionFactories=[],this.states={},e.states.forEach(function(t){n.states[t.name]=new It(t.style,t.options&&t.options.params||{})}),N(this.states,"true","1"),N(this.states,"false","0"),e.transitions.forEach(function(e){n.transitionFactories.push(new Pt(t,e,n.states))}),this.fallbackTransition=function(t,e){return new Pt(t,{type:1,animation:{type:2,steps:[],options:null},matchers:[function(t,e){return!0}],options:null,queryCount:0,depCount:0},e)}(t,this.states)}return Object.defineProperty(t.prototype,"containsQueries",{get:function(){return this.ast.queryCount>0},enumerable:!0,configurable:!0}),t.prototype.matchTransition=function(t,e){return this.transitionFactories.find(function(n){return n.match(t,e)})||null},t.prototype.matchStyles=function(t,e,n){return this.fallbackTransition.buildStyles(t,e,n)},t}(),Dt=new _t,jt=function(){function t(t,e){this._driver=t,this._normalizer=e,this._animations={},this._playersById={},this.players=[]}return t.prototype.register=function(t,e){var n=[],i=k(this._driver,e,n);if(n.length)throw new Error("Unable to build the animation due to the following errors: "+n.join("\n"));this._animations[t]=i},t.prototype._buildPlayer=function(t,e,n){var i=t.element,o=r(0,this._normalizer,0,t.keyframes,e,n);return this._driver.animate(i,o,t.duration,t.delay,t.easing,[])},t.prototype.create=function(t,e,n){var r=this;void 0===n&&(n={});var o,s=[],a=this._animations[t],l=new Map;if(a?(o=R(this._driver,e,a,"ng-enter","ng-leave",{},{},n,Dt,s)).forEach(function(t){var e=u(l,t.element,{});t.postStyleProps.forEach(function(t){return e[t]=null})}):(s.push("The requested animation doesn't exist or has already been destroyed"),o=[]),s.length)throw new Error("Unable to create the animation due to the following errors: "+s.join("\n"));l.forEach(function(t,e){Object.keys(t).forEach(function(n){t[n]=r._driver.computeStyle(e,n,G.a)})});var c=i(o.map(function(t){var e=l.get(t.element);return r._buildPlayer(t,{},e)}));return this._playersById[t]=c,c.onDestroy(function(){return r.destroy(t)}),this.players.push(c),c},t.prototype.destroy=function(t){var e=this._getPlayer(t);e.destroy(),delete this._playersById[t];var n=this.players.indexOf(e);n>=0&&this.players.splice(n,1)},t.prototype._getPlayer=function(t){var e=this._playersById[t];if(!e)throw new Error("Unable to find the timeline player referenced by "+t);return e},t.prototype.listen=function(t,e,n,i){var r=a(e,"","","");return o(this._getPlayer(t),n,r,i),function(){}},t.prototype.command=function(t,e,n,i){if("register"!=n)if("create"!=n){var r=this._getPlayer(t);switch(n){case"play":r.play();break;case"pause":r.pause();break;case"reset":r.reset();break;case"restart":r.restart();break;case"finish":r.finish();break;case"init":r.init();break;case"setPosition":r.setPosition(parseFloat(i[0]));break;case"destroy":this.destroy(t)}}else{this.create(t,e,i[0]||{})}else this.register(t,i[0])},t}(),Nt=[],Mt={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!1},Lt={namespaceId:"",setForRemoval:null,hasAnimation:!1,removedBeforeQueried:!0},Ft="__ng_removed",Bt=function(){function t(t,e){void 0===e&&(e=""),this.namespaceId=e;var n=t&&t.hasOwnProperty("value");if(this.value=function(t){return null!=t?t:null}(n?t.value:t),n){var i=m(t);delete i.value,this.options=i}else this.options={};this.options.params||(this.options.params={})}return Object.defineProperty(t.prototype,"params",{get:function(){return this.options.params},enumerable:!0,configurable:!0}),t.prototype.absorbOptions=function(t){var e=t.params;if(e){var n=this.options.params;Object.keys(e).forEach(function(t){null==n[t]&&(n[t]=e[t])})}},t}(),Vt=new Bt("void"),Ut=new Bt("DELETED"),zt=function(){function t(t,e,n){this.id=t,this.hostElement=e,this._engine=n,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+t,V(e,this._hostClassName)}return t.prototype.listen=function(t,e,n,i){var r=this;if(!this._triggers.hasOwnProperty(e))throw new Error('Unable to listen on the animation trigger event "'+n+'" because the animation trigger "'+e+"\" doesn't exist!");if(null==n||0==n.length)throw new Error('Unable to listen on the animation trigger "'+e+'" because the provided event is undefined!');if(!function(t){return"start"==t||"done"==t}(n))throw new Error('The provided animation trigger event "'+n+'" for the animation trigger "'+e+'" is not supported!');var o=u(this._elementListeners,t,[]),s={name:e,phase:n,callback:i};o.push(s);var a=u(this._engine.statesByElement,t,{});return a.hasOwnProperty(e)||(V(t,"ng-trigger"),V(t,"ng-trigger-"+e),a[e]=Vt),function(){r._engine.afterFlush(function(){var t=o.indexOf(s);t>=0&&o.splice(t,1),r._triggers[e]||delete a[e]})}},t.prototype.register=function(t,e){return!this._triggers[t]&&(this._triggers[t]=e,!0)},t.prototype._getTrigger=function(t){var e=this._triggers[t];if(!e)throw new Error('The provided animation trigger "'+t+'" has not been registered!');return e},t.prototype.trigger=function(t,e,n,i){var r=this;void 0===i&&(i=!0);var o=this._getTrigger(e),s=new Ht(this.id,e,t),a=this._engine.statesByElement.get(t);a||(V(t,"ng-trigger"),V(t,"ng-trigger-"+e),this._engine.statesByElement.set(t,a={}));var l=a[e],c=new Bt(n,this.id);if(!(n&&n.hasOwnProperty("value"))&&l&&c.absorbOptions(l.options),a[e]=c,l){if(l===Ut)return s}else l=Vt;if("void"===c.value||l.value!==c.value){var h=u(this._engine.playersByElement,t,[]);h.forEach(function(t){t.namespaceId==r.id&&t.triggerName==e&&t.queued&&t.destroy()});var p=o.matchTransition(l.value,c.value),d=!1;if(!p){if(!i)return;p=o.fallbackTransition,d=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:t,triggerName:e,transition:p,fromState:l,toState:c,player:s,isFallbackTransition:d}),d||(V(t,"ng-animate-queued"),s.onStart(function(){U(t,"ng-animate-queued")})),s.onDone(function(){var e=r.players.indexOf(s);e>=0&&r.players.splice(e,1);var n=r._engine.playersByElement.get(t);if(n){var i=n.indexOf(s);i>=0&&n.splice(i,1)}}),this.players.push(s),h.push(s),s}if(!function(t,e){var n=Object.keys(t),i=Object.keys(e);if(n.length!=i.length)return!1;for(var r=0;r=0){for(var i=!1,r=n;r>=0;r--){if(this.driver.containsElement(this._namespaceList[r].hostElement,e)){this._namespaceList.splice(r+1,0,t),i=!0;break}}i||this._namespaceList.splice(0,0,t)}else this._namespaceList.push(t);return this.namespacesByHostElement.set(e,t),t},t.prototype.register=function(t,e){var n=this._namespaceLookup[t];return n||(n=this.createNamespace(t,e)),n},t.prototype.registerTrigger=function(t,e,n){var i=this._namespaceLookup[t];i&&i.register(e,n)&&this.totalAnimations++},t.prototype.destroy=function(t,e){var n=this;if(t){var i=this._fetchNamespace(t);this.afterFlush(function(){n.namespacesByHostElement.delete(i.hostElement),delete n._namespaceLookup[t];var e=n._namespaceList.indexOf(i);e>=0&&n._namespaceList.splice(e,1)}),this.afterFlushAnimationsDone(function(){return i.destroy(e)})}},t.prototype._fetchNamespace=function(t){return this._namespaceLookup[t]},t.prototype.fetchNamespacesByElement=function(t){var e=new Set,n=this.statesByElement.get(t);if(n)for(var i=Object.keys(n),r=0;r=0;T--){this._namespaceList[T].drainQueuedTransitions(e).forEach(function(t){var e=t.player;k.push(e);var i=t.element;if(f&&n.driver.containsElement(f,i)){var s=E.get(i),h=y.get(i),d=n._buildInstruction(t,r,h,s);if(d.errors&&d.errors.length)O.push(d);else{if(t.isFallbackTransition)return e.onStart(function(){return _(i,d.fromStyles)}),e.onDestroy(function(){return v(i,d.toStyles)}),void o.push(e);d.timelines.forEach(function(t){return t.stretchStartingKeyframe=!0}),r.append(i,d.timelines);a.push({instruction:d,player:e,element:i}),d.queriedElements.forEach(function(t){return u(l,t,[]).push(e)}),d.preStyleProps.forEach(function(t,e){var n=Object.keys(t);if(n.length){var i=c.get(e);i||c.set(e,i=new Set),n.forEach(function(t){return i.add(t)})}}),d.postStyleProps.forEach(function(t,e){var n=Object.keys(t),i=p.get(e);i||p.set(e,i=new Set),n.forEach(function(t){return i.add(t)})})}}else e.destroy()})}if(O.length){var P=[];O.forEach(function(t){P.push("@"+t.triggerName+" has failed due to:\n"),t.errors.forEach(function(t){return P.push("- "+t+"\n")})}),k.forEach(function(t){return t.destroy()}),this.reportError(P)}var I=new Map,R=new Map;a.forEach(function(t){var e=t.element;r.has(e)&&(R.set(e,e),n._beforeAnimationBuild(t.player.namespaceId,t.instruction,I))}),o.forEach(function(t){var e=t.element;n._getPreviousPlayers(e,!1,t.namespaceId,t.triggerName,null).forEach(function(t){u(I,e,[]).push(t),t.destroy()})});var D=w.filter(function(t){return q(t,c,p)}),j=new Map;F(j,this.driver,C,p,G.a).forEach(function(t){q(t,c,p)&&D.push(t)});var N=new Map;g.forEach(function(t,e){F(N,n.driver,new Set(t),c,G.o)}),D.forEach(function(t){var e=j.get(t),n=N.get(t);j.set(t,Object(Y.a)({},e,n))});var M=[],L=[],z={};a.forEach(function(t){var e=t.element,a=t.player,u=t.instruction;if(r.has(e)){if(d.has(e))return a.onDestroy(function(){return v(e,u.toStyles)}),void o.push(a);var l=z;if(R.size>1){for(var c=e,h=[];c=c.parentNode;){var p=R.get(c);if(p){l=p;break}h.push(c)}h.forEach(function(t){return R.set(t,l)})}var f=n._buildAnimation(a.namespaceId,u,I,s,N,j);if(a.setRealPlayer(f),l===z)M.push(a);else{var m=n.playersByElement.get(l);m&&m.length&&(a.parentPlayer=i(m)),o.push(a)}}else _(e,u.fromStyles),a.onDestroy(function(){return v(e,u.toStyles)}),L.push(a),d.has(e)&&o.push(a)}),L.forEach(function(t){var e=s.get(t.element);if(e&&e.length){var n=i(e);t.setRealPlayer(n)}}),o.forEach(function(t){t.parentPlayer?t.syncPlayerEvents(t.parentPlayer):t.destroy()});for(var H=0;H0?this.driver.animate(t.element,e,t.duration,t.delay,t.easing,n):new G.d},t}(),Ht=function(){function t(t,e,n){this.namespaceId=t,this.triggerName=e,this.element=n,this._player=new G.d,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.queued=!0}return t.prototype.setRealPlayer=function(t){var e=this;this._containsRealPlayer||(this._player=t,Object.keys(this._queuedCallbacks).forEach(function(n){e._queuedCallbacks[n].forEach(function(e){return o(t,n,void 0,e)})}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.queued=!1)},t.prototype.getRealPlayer=function(){return this._player},t.prototype.syncPlayerEvents=function(t){var e=this,n=this._player;n.triggerCallback&&t.onStart(function(){return n.triggerCallback("start")}),t.onDone(function(){return e.finish()}),t.onDestroy(function(){return e.destroy()})},t.prototype._queueEvent=function(t,e){u(this._queuedCallbacks,t,[]).push(e)},t.prototype.onDone=function(t){this.queued&&this._queueEvent("done",t),this._player.onDone(t)},t.prototype.onStart=function(t){this.queued&&this._queueEvent("start",t),this._player.onStart(t)},t.prototype.onDestroy=function(t){this.queued&&this._queueEvent("destroy",t),this._player.onDestroy(t)},t.prototype.init=function(){this._player.init()},t.prototype.hasStarted=function(){return!this.queued&&this._player.hasStarted()},t.prototype.play=function(){!this.queued&&this._player.play()},t.prototype.pause=function(){!this.queued&&this._player.pause()},t.prototype.restart=function(){!this.queued&&this._player.restart()},t.prototype.finish=function(){this._player.finish()},t.prototype.destroy=function(){this.destroyed=!0,this._player.destroy()},t.prototype.reset=function(){!this.queued&&this._player.reset()},t.prototype.setPosition=function(t){this.queued||this._player.setPosition(t)},t.prototype.getPosition=function(){return this.queued?0:this._player.getPosition()},Object.defineProperty(t.prototype,"totalTime",{get:function(){return this._player.totalTime},enumerable:!0,configurable:!0}),t.prototype.triggerCallback=function(t){var e=this._player;e.triggerCallback&&e.triggerCallback(t)},t}(),Wt="$$classes",Gt=function(){function t(t,e){var n=this;this._driver=t,this._triggerCache={},this.onRemovalComplete=function(t,e){},this._transitionEngine=new qt(t,e),this._timelineEngine=new jt(t,e),this._transitionEngine.onRemovalComplete=function(t,e){return n.onRemovalComplete(t,e)}}return t.prototype.registerTrigger=function(t,e,n,i,r){var o=t+"-"+i,s=this._triggerCache[o];if(!s){var a=[],u=k(this._driver,r,a);if(a.length)throw new Error('The animation trigger "'+i+'" has failed to build due to the following errors:\n - '+a.join("\n - "));s=function(t,e){return new Rt(t,e)}(i,u),this._triggerCache[o]=s}this._transitionEngine.registerTrigger(e,i,s)},t.prototype.register=function(t,e){this._transitionEngine.register(t,e)},t.prototype.destroy=function(t,e){this._transitionEngine.destroy(t,e)},t.prototype.onInsert=function(t,e,n,i){this._transitionEngine.insertNode(t,e,n,i)},t.prototype.onRemove=function(t,e,n){this._transitionEngine.removeNode(t,e,n)},t.prototype.disableAnimations=function(t,e){this._transitionEngine.markElementAsDisabled(t,e)},t.prototype.process=function(t,e,n,i){if("@"==n.charAt(0)){var r=l(n);this._timelineEngine.command(r[0],e,r[1],i)}else this._transitionEngine.trigger(t,e,n,i)},t.prototype.listen=function(t,e,n,i,r){if("@"==n.charAt(0)){var o=l(n);return this._timelineEngine.listen(o[0],e,o[1],r)}return this._transitionEngine.listen(t,e,n,i,r)},t.prototype.flush=function(t){void 0===t&&(t=-1),this._transitionEngine.flush(t)},Object.defineProperty(t.prototype,"players",{get:function(){return this._transitionEngine.players.concat(this._timelineEngine.players)},enumerable:!0,configurable:!0}),t.prototype.whenRenderingDone=function(){return this._transitionEngine.whenRenderingDone()},t}(),Yt=function(){function t(t,e,n,i){void 0===i&&(i=[]);var r=this;this.element=t,this.keyframes=e,this.options=n,this.previousPlayers=i,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this.time=0,this.parentPlayer=null,this.previousStyles={},this.currentSnapshot={},this._duration=n.duration,this._delay=n.delay||0,this.time=this._duration+this._delay,function(t,e){return 0===t||0===e}(this._duration,this._delay)&&i.forEach(function(t){var e=t.currentSnapshot;Object.keys(e).forEach(function(t){return r.previousStyles[t]=e[t]})})}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._buildPlayer(),this._preparePlayerBeforeStart()},t.prototype._buildPlayer=function(){var t=this;if(!this._initialized){this._initialized=!0;var e=this.keyframes.map(function(t){return g(t,!1)}),n=Object.keys(this.previousStyles);if(n.length&&e.length){var i=e[0],r=[];if(n.forEach(function(e){i.hasOwnProperty(e)||r.push(e),i[e]=t.previousStyles[e]}),r.length)for(var o=this,s=function(){var t=e[a];r.forEach(function(e){t[e]=H(o.element,e)})},a=1;a *",animation:{type:4,styles:null,timings:"400ms cubic-bezier(0.25, 0.8, 0.25, 1)"},options:null}],options:{}}]}}),h=o.X("mat-dialog-container",s.e,function(t){return o._25(0,[(t()(),o._1(0,0,null,null,1,"mat-dialog-container",[["class","mat-dialog-container"],["tabindex","-1"]],[[1,"id",0],[1,"role",0],[1,"aria-labelledby",0],[1,"aria-label",0],[1,"aria-describedby",0],[40,"@slideDialog",0]],[["component","@slideDialog.start"],["component","@slideDialog.done"]],function(t,e,n){var i=!0;return"component:@slideDialog.start"===e&&(i=!1!==o._15(t,1)._onAnimationStart(n)&&i),"component:@slideDialog.done"===e&&(i=!1!==o._15(t,1)._onAnimationDone(n)&&i),i},r,c)),o._0(1,49152,null,0,s.e,[o.j,u.j,o.g,[2,a.d]],null,null)],null,function(t,e){t(e,0,0,o._15(e,1)._id,null==o._15(e,1)._config?null:o._15(e,1)._config.role,null!=o._15(e,1)._config&&o._15(e,1)._config.ariaLabel?null:o._15(e,1)._ariaLabelledBy,null==o._15(e,1)._config?null:o._15(e,1)._config.ariaLabel,(null==o._15(e,1)._config?null:o._15(e,1)._config.ariaDescribedBy)||null,o._15(e,1)._state)})},{},{},[])},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(33),r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.buildHammer=function(t){var e=new window.Hammer(t);for(var n in this.overrides)e.get(n).set(this.overrides[n]);return e},e}(i.g)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(171),r=n(218),o={closed:!0,next:function(t){},error:function(t){if(i.a.useDeprecatedSynchronousErrorHandling)throw t;Object(r.a)(t)},complete:function(){}}},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){function t(t){return Error.call(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t,this}return t.prototype=Object.create(Error.prototype),t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return l}),n.d(e,"b",function(){return c});var i=n(1),r=n(52),o=n(16),s=n(9),a=n(39),u=n(222),l=function(t){function e(e,n){var i=t.call(this)||this;return i.source=e,i.subjectFactory=n,i._refCount=0,i._isComplete=!1,i}return i.c(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype.connect=function(){var t=this._connection;return t||(this._isComplete=!1,(t=this._connection=new a.a).add(this.source.subscribe(new h(this.getSubject(),this))),t.closed&&(this._connection=null,t=a.a.EMPTY)),t},e.prototype.refCount=function(){return Object(u.a)()(this)},e}(o.a),c=function(){var t=l.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:t._subscribe},_isComplete:{value:t._isComplete,writable:!0},getSubject:{value:t.getSubject},connect:{value:t.connect},refCount:{value:t.refCount}}}(),h=function(t){function e(e,n){var i=t.call(this,e)||this;return i.connectable=n,i}return i.c(e,t),e.prototype._error=function(e){this._unsubscribe(),t.prototype._error.call(this,e)},e.prototype._complete=function(){this.connectable._isComplete=!0,this._unsubscribe(),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._connection;t._refCount=0,t._subject=null,t._connection=null,e&&e.unsubscribe()}},e}(r.b);!function(t){function e(e,n){var i=t.call(this,e)||this;return i.connectable=n,i}i.c(e,t),e.prototype._unsubscribe=function(){var t=this.connectable;if(t){this.connectable=null;var e=t._refCount;if(e<=0)this.connection=null;else if(t._refCount=e-1,e>1)this.connection=null;else{var n=this.connection,i=t._connection;this.connection=null,!i||n&&i!==n||i.unsubscribe()}}else this.connection=null}}(s.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var i=n(1),r=function(t){function e(e,n){var i=t.call(this)||this;return i.subject=e,i.subscriber=n,i.closed=!1,i}return i.c(e,t),e.prototype.unsubscribe=function(){if(!this.closed){this.closed=!0;var t=this.subject,e=t.observers;if(this.subject=null,e&&0!==e.length&&!t.isStopped&&!t.closed){var n=e.indexOf(this.subscriber);-1!==n&&e.splice(n,1)}}},e}(n(39).a)},function(t,e,n){"use strict";e.b=function(t,e,n,i){return function(r){return r.lift(new u(t,e,n,i))}},n.d(e,"a",function(){return h});var i=n(1),r=n(9),o=n(39),s=n(16),a=n(52),u=function(){function t(t,e,n,i){this.keySelector=t,this.elementSelector=e,this.durationSelector=n,this.subjectSelector=i}return t.prototype.call=function(t,e){return e.subscribe(new l(t,this.keySelector,this.elementSelector,this.durationSelector,this.subjectSelector))},t}(),l=function(t){function e(e,n,i,r,o){var s=t.call(this,e)||this;return s.keySelector=n,s.elementSelector=i,s.durationSelector=r,s.subjectSelector=o,s.groups=null,s.attemptedToUnsubscribe=!1,s.count=0,s}return i.c(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups=new Map);var i,r=n.get(e);if(this.elementSelector)try{i=this.elementSelector(t)}catch(t){this.error(t)}else i=t;if(!r){r=this.subjectSelector?this.subjectSelector():new a.a,n.set(e,r);var o=new h(e,r,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new h(e,r))}catch(t){return void this.error(t)}this.add(s.subscribe(new c(e,r,this)))}}r.closed||r.next(i)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))},e}(r.a),c=function(t){function e(e,n,i){var r=t.call(this,n)||this;return r.key=e,r.group=n,r.parent=i,r}return i.c(e,t),e.prototype._next=function(t){this.complete()},e.prototype._unsubscribe=function(){var t=this.parent,e=this.key;this.key=this.parent=null,t&&t.removeGroup(e)},e}(r.a),h=function(t){function e(e,n,i){var r=t.call(this)||this;return r.key=e,r.groupSubject=n,r.refCountSubscription=i,r}return i.c(e,t),e.prototype._subscribe=function(t){var e=new o.a,n=this.refCountSubscription,i=this.groupSubject;return n&&!n.closed&&e.add(new p(n)),e.add(i.subscribe(t)),e},e}(s.a),p=function(t){function e(e){var n=t.call(this)||this;return n.parent=e,e.count++,n}return i.c(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(o.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return s});var i=n(1),r=n(52),o=n(173),s=function(t){function e(e){var n=t.call(this)||this;return n._value=e,n}return i.c(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!0,configurable:!0}),e.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return n&&!n.closed&&e.next(this._value),n},e.prototype.getValue=function(){if(this.hasError)throw this.thrownError;if(this.closed)throw new o.a;return this._value},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},e}(r.a)},function(t,e,n){"use strict";var i=n(1),r=function(t){function e(e,n){var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i}return i.c(e,t),e.prototype.schedule=function(e,n){return void 0===n&&(n=0),n>0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,i){return void 0===i&&(i=0),null!==i&&i>0||null===i&&this.delay>0?t.prototype.requestAsyncId.call(this,e,n,i):e.flush(this)},e}(n(143).a),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i.c(e,t),e}(n(144).a);n.d(e,"a",function(){return s});var s=new o(r)},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){function t(e,n){void 0===n&&(n=t.now),this.SchedulerAction=e,this.now=n}return t.prototype.schedule=function(t,e,n){return void 0===e&&(e=0),new this.SchedulerAction(this,t).schedule(n,e)},t.now=function(){return Date.now()},t}()},function(t,e,n){"use strict";e.b=function(t,e){return void 0===e&&(e=0),function(n){return n.lift(new s(t,e))}},n.d(e,"a",function(){return a});var i=n(1),r=n(9),o=n(174),s=function(){function t(t,e){void 0===e&&(e=0),this.scheduler=t,this.delay=e}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.scheduler,this.delay))},t}(),a=function(t){function e(e,n,i){void 0===i&&(i=0);var r=t.call(this,e)||this;return r.scheduler=n,r.delay=i,r}return i.c(e,t),e.dispatch=function(t){t.notification.observe(t.destination),this.unsubscribe()},e.prototype.scheduleMessage=function(t){this.destination.add(this.scheduler.schedule(e.dispatch,this.delay,new u(t,this.destination)))},e.prototype._next=function(t){this.scheduleMessage(o.a.createNext(t))},e.prototype._error=function(t){this.scheduleMessage(o.a.createError(t)),this.unsubscribe()},e.prototype._complete=function(){this.scheduleMessage(o.a.createComplete()),this.unsubscribe()},e}(r.a),u=function(){return function(t,e){this.notification=t,this.destination=e}}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(t){return function(e){for(var n=0,i=t.length;n0?t.prototype.requestAsyncId.call(this,e,n,i):(e.actions.push(this),e.scheduled||(e.scheduled=u(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,i){if(void 0===i&&(i=0),null!==i&&i>0||null===i&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,i);0===e.actions.length&&(l(n),e.scheduled=void 0)},e}(n(143).a),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r.c(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,i=-1,r=n.length;t=t||n.shift();do{if(e=t.execute(t.state,t.delay))break}while(++i1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof u&&(n=t.pop()),null===a&&1===t.length&&t[0]instanceof i.a?t[0]:Object(o.a)(n)(Object(s.a)(t,a))};var i=n(16),r=n(76),o=n(228),s=n(145)},function(t,e,n){"use strict";e.a=function(t,e){function n(){return!n.pred.apply(n.thisArg,arguments)}return n.pred=t,n.thisArg=e,n}},function(t,e,n){"use strict";e.a=function(){for(var t=[],e=0;eDate.now()||(this.lastEventType=r,this.pointerDown(t,r)&&(!this.rmMouseMove&&this.pointerMove&&(this.rmMouseMove=this.plt.registerListener(this.plt.doc(),"mousemove",this.pointerMove,this.option)),this.rmMouseUp||(this.rmMouseUp=this.plt.registerListener(this.plt.doc(),"mouseup",this.bindMouseUp,this.option))))},t.prototype.handleTouchEnd=function(t){this.stopTouch(),this.pointerUp&&this.pointerUp(t,o)},t.prototype.handleMouseUp=function(t){this.stopMouse(),this.pointerUp&&this.pointerUp(t,r)},t.prototype.stopTouch=function(){this.rmTouchMove&&this.rmTouchMove(),this.rmTouchEnd&&this.rmTouchEnd(),this.rmTouchCancel&&this.rmTouchCancel(),this.rmTouchMove=this.rmTouchEnd=this.rmTouchCancel=null},t.prototype.stopMouse=function(){this.rmMouseMove&&this.rmMouseMove(),this.rmMouseUp&&this.rmMouseUp(),this.rmMouseMove=this.rmMouseUp=null},t.prototype.stop=function(){this.stopTouch(),this.stopMouse()},t.prototype.destroy=function(){this.rmTouchStart&&this.rmTouchStart(),this.rmMouseStart&&this.rmMouseStart(),this.stop(),this.ele=this.pointerUp=this.pointerMove=this.pointerDown=this.rmTouchStart=this.rmMouseStart=null},t}(),r=1,o=2},function(t,e,n){"use strict"},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(2),n(4),n(40),n(96),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(406))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(327))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(26);e.map=function(t,e){return i.map(t,e)(this)}},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var i=function(){function t(t){this.wait=t,this.timer=null}return t.prototype.debounce=function(t){this.callback=t,this.schedule()},t.prototype.schedule=function(){this.cancel(),this.wait<=0?this.callback():this.timer=setTimeout(this.callback,this.wait)},t.prototype.cancel=function(){this.timer&&(clearTimeout(this.timer),this.timer=null)},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var i=n(42),r=function(){function t(t,e,n){this._app=t,this._plt=e,this._dom=n,this.isScrolling=!1,this.initialized=!1,this._eventsEnabled=!1,this._t=0,this._l=0,this.ev={timeStamp:0,scrollTop:0,scrollLeft:0,scrollHeight:0,scrollWidth:0,contentHeight:0,contentWidth:0,contentTop:0,contentBottom:0,startY:0,startX:0,deltaY:0,deltaX:0,velocityY:0,velocityX:0,directionY:"down",directionX:null,domWrite:n.write.bind(n)}}return t.prototype.init=function(t,e,n){this._el=t,this.initialized||(this.initialized=!0,this._js?this.enableJsScroll(e,n):this.enableNativeScrolling())},t.prototype.enableEvents=function(){this._eventsEnabled=!0},t.prototype.setScrolling=function(t,e){this.isScrolling?t?this.onScroll&&this.onScroll(e):(this.isScrolling=!1,this.onScrollEnd&&this.onScrollEnd(e)):t&&(this.isScrolling=!0,this.onScrollStart&&this.onScrollStart(e))},t.prototype.enableNativeScrolling=function(){if(this._js=!1,this._el){var t=this,e=t.ev,n=[];t._lsn&&t._lsn(),t._lsn=t._plt.registerListener(t._el,"scroll",function(i){if(t._app.setScrolling(),t._eventsEnabled){if(e.timeStamp=i.timeStamp,e.timeStamp||(e.timeStamp=Date.now()),e.scrollTop=t.getTop(),e.scrollLeft=t.getLeft(),t.isScrolling||(e.startY=e.scrollTop,e.startX=e.scrollLeft,e.velocityY=e.velocityX=0,e.deltaY=e.deltaX=0,n.length=0),n.push(e.scrollTop,e.scrollLeft,e.timeStamp),n.length>3){e.deltaY=e.scrollTop-e.startY,e.deltaX=e.scrollLeft-e.startX;for(var r=n.length-1,s=r,a=e.timeStamp-100,u=r;u>0&&n[u]>a;u-=3)s=u;if(s!==r){var c=n[s-2]-n[r-2],h=n[s-1]-n[r-1],p=l/(n[r]-n[s]);e.velocityY=c*p,e.velocityX=h*p,e.directionY=c>0?"up":"down",e.directionX=h>0?"left":"right"}}t.setScrolling(!0,e),t._dom.cancel(t._endTmr),t._endTmr=t._dom.read(function(){e.velocityY=e.velocityX=0,t.setScrolling(!1,e),t._endTmr=null},o)}},c)}},t.prototype.enableJsScroll=function(t,e){function n(){d||(d=h.scrollHeight-h.parentElement.offsetHeight+t+e)}function r(t){f.timeStamp=t,f.velocityY&&(f.velocityY*=u,n(),o._t=Math.min(Math.max(o._t+f.velocityY,0),d),f.scrollTop=o._t,o.onScroll(f),o._dom.write(function(){o.setTop(o._t),o._t>0&&o._ta?p=o._dom.read(function(t){r(t)}):(o.isScrolling=!1,f.velocityY=f.velocityX=0,o.onScrollEnd(f))}))}var o=this;o._js=!0;var h=o._el;if(h){var p,d,f=o.ev,m=[],g=o._plt,v=g.registerListener(h,"touchstart",function(t){m.length=0,d=null,o._dom.cancel(p),m.push(Object(i.f)(t).y,t.timeStamp)},c),_=g.registerListener(h,"touchmove",function(t){if(m.length){f.timeStamp=t.timeStamp;var e=Object(i.f)(t).y;n(),o._t-=e-m[m.length-2],o._t=Math.min(Math.max(o._t,0),d),m.push(e,f.timeStamp),o.isScrolling||(f.startY=o._t,f.velocityY=f.deltaY=0,o.isScrolling=!0,o.onScrollStart(f)),o._dom.write(function(){o.setTop(o._t)})}},c),y=g.registerListener(h,"touchend",function(t){if(o._dom.cancel(p),!m.length&&o.isScrolling)return o.isScrolling=!1,f.velocityY=f.velocityX=0,void o.onScrollEnd(f);var e=Object(i.f)(t).y;m.push(e,t.timeStamp);for(var a=m.length-1,u=a,c=t.timeStamp-100,h=a;h>0&&m[h]>c;h-=2)u=h;u!==a?(f.velocityY=(m[u-1]-m[a-1])/(m[a]-m[u])*l,Math.abs(f.velocityY)>s&&(n(),p=o._dom.read(function(t){r(t)}))):(o.isScrolling=!1,f.velocityY=0,o.onScrollEnd(f));m.length=0},c);h.parentElement.classList.add("js-scroll"),o._lsn&&o._lsn(),o._lsn=function(){v(),_(),y(),h.parentElement.classList.remove("js-scroll")}}},t.prototype.getTop=function(){return this._js?this._t:this._t=this._el.scrollTop},t.prototype.getLeft=function(){return this._js?0:this._l=this._el.scrollLeft},t.prototype.setTop=function(t){this._t=t,this._js?this._el.style[this._plt.Css.transform]="translate3d("+-1*this._l+"px,"+-1*t+"px,0px)":this._el.scrollTop=t},t.prototype.setLeft=function(t){this._l=t,this._js?this._el.style[this._plt.Css.transform]="translate3d("+-1*t+"px,"+-1*this._t+"px,0px)":this._el.scrollLeft=t},t.prototype.scrollTo=function(t,e,n,i){function r(o){if(d++,!s._el||f||d>h)return s.setScrolling(!1,null),a.style[p]="",void i();var m=Math.min(1,(o-u)/n),g=--m*m*m+1;l!==e&&s.setTop(g*(e-l)+l),c!==t&&s.setLeft(Math.floor(g*(t-c)+c)),g<1?s._plt.raf(r):(f=!0,s.setScrolling(!1,null),a.style[p]="",i())}var o;void 0===i&&(o=new Promise(function(t){i=t}));var s=this,a=s._el;if(!a)return i(),o;if(n<32)return s.setTop(e),s.setLeft(t),i(),o;var u,l=a.scrollTop,c=a.scrollLeft,h=n/16+100,p=s._plt.Css.transform,d=0,f=!1;return s.setScrolling(!0,null),s.isScrolling=!0,s._dom.write(function(t){u=t,r(t)},16),o},t.prototype.scrollToTop=function(t){return this.scrollTo(0,0,t)},t.prototype.scrollToBottom=function(t){var e=0;return this._el&&(e=this._el.scrollHeight-this._el.clientHeight),this.scrollTo(0,e,t)},t.prototype.stop=function(){this.setScrolling(!1,null)},t.prototype.destroy=function(){this.stop(),this._endTmr&&this._dom.cancel(this._endTmr),this._lsn&&this._lsn();var t=this.ev;t.domWrite=t.contentElement=t.fixedElement=t.scrollElement=t.headerElement=null,this._lsn=this._el=this._dom=this.ev=t=null,this.onScrollStart=this.onScroll=this.onScrollEnd=null},t}(),o=80,s=4,a=.12,u=.97,l=1e3/60,c={passive:!0,zone:!1}},function(t,e,n){"use strict";function i(t){return t.$ionIndex}e.b=i,e.a=function(t,e){for(var n=0;t&&n<4;){if(void 0!==i(t))return e&&t.parentNode!==e?null:t;t=t.parentNode,n++}return null}},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";n(0),n(8),n(2),n(162),n(40),n(96),n(49),n(4),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}(),this&&this.__assign||Object},function(t,e,n){"use strict";var i=n(0),r=n(4),o=n(183),s=n(58),a=n(107),u=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".picker-wrapper"));e.fromTo("opacity",.01,.26),n.fromTo("translateY","100%","0%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(400).add(e).add(n)},e}(a.a),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".picker-wrapper"));e.fromTo("opacity",.26,0),n.fromTo("translateY","0%","100%"),this.easing("cubic-bezier(.36,.66,.04,1)").duration(450).add(e).add(n)},e}(a.a),h=n(6);n.d(e,"a",function(){return d});var p=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),d=function(t){function e(e,n,s){void 0===n&&(n={});var a=this;return n||(n={}),n.columns=n.columns||[],n.buttons=n.buttons||[],n.enableBackdropDismiss=!Object(r.l)(n.enableBackdropDismiss)||Boolean(n.enableBackdropDismiss),a=t.call(this,o.a,n,null)||this,a._app=e,a.isOverlay=!0,a.ionChange=new i.m,s.setTransition("picker-slide-in",l),s.setTransition("picker-slide-out",c),a}return p(e,t),e.prototype.getTransitionName=function(t){return this._nav&&this._nav.config.get("back"===t?"pickerLeave":"pickerEnter")},e.prototype.addButton=function(t){this.data.buttons.push(t)},e.prototype.addColumn=function(t){this.data.columns.push(t)},e.prototype.getColumns=function(){return this.data.columns},e.prototype.getColumn=function(t){return this.getColumns().find(function(e){return e.name===t})},e.prototype.refresh=function(){this._cmp&&this._cmp.instance.refresh&&this._cmp.instance.refresh()},e.prototype.setCssClass=function(t){this.data.cssClass=t},e.prototype.present=function(t){return void 0===t&&(t={}),this._app.present(this,t)},e}(h.a)},function(t,e,n){"use strict";n(29),n(11),n(4),n(5)},function(t,e,n){"use strict";n(2),n(236)},function(t,e,n){"use strict";var i=n(337);n.n(i),n(2),n(29),n(42),n(11),n(40),n(96),n(4),n(5),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),n(409)},function(t,e,n){"use strict";n(2),n(17),this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])}}()},function(t,e,n){"use strict"},function(t,e,n){"use strict";n(4),n(5),n(237)},function(t,e,n){"use strict";var i=n(4),r=n(150),o=n(185),s=n(58),a=n(107),u=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.1,1),e.fromTo("opacity",.01,.3),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(a.a),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,.9),e.fromTo("opacity",.3,0),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(a.a),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.1,1),e.fromTo("opacity",.01,.5),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(a.a),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,.9),e.fromTo("opacity",.5,0),this.easing("ease-in-out").duration(200).add(e).add(n)},e}(a.a),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.enteringView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.01,1).fromTo("scale",1.3,1),e.fromTo("opacity",.01,.16),this.easing("cubic-bezier(0,0,0.05,1)").duration(200).add(e).add(n)},e}(a.a),f=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype.init=function(){var t=this.leavingView.pageRef().nativeElement,e=new s.a(this.plt,t.querySelector("ion-backdrop")),n=new s.a(this.plt,t.querySelector(".loading-wrapper"));n.fromTo("opacity",.99,0).fromTo("scale",1,1.3),e.fromTo("opacity",.16,0),this.easing("ease-out").duration(150).add(e).add(n)},e}(a.a),m=n(6);n.d(e,"a",function(){return v});var g=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),v=function(t){function e(e,n,r){void 0===n&&(n={});var s=this;return n.showBackdrop=!Object(i.l)(n.showBackdrop)||!!n.showBackdrop,n.enableBackdropDismiss=!!Object(i.l)(n.enableBackdropDismiss)&&!!n.enableBackdropDismiss,n.dismissOnPageChange=!!Object(i.l)(n.dismissOnPageChange)&&!!n.dismissOnPageChange,s=t.call(this,o.a,n,null)||this,s._app=e,s.isOverlay=!0,r.setTransition("loading-pop-in",l),r.setTransition("loading-pop-out",c),r.setTransition("loading-md-pop-in",h),r.setTransition("loading-md-pop-out",p),r.setTransition("loading-wp-pop-in",d),r.setTransition("loading-wp-pop-out",f),s}return g(e,t),e.prototype.getTransitionName=function(t){return this._nav&&this._nav.config.get("back"===t?"loadingLeave":"loadingEnter")},e.prototype.setContent=function(t){return this.data.content=t,this},e.prototype.setSpinner=function(t){return this.data.spinner=t,this},e.prototype.setCssClass=function(t){return this.data.cssClass=t,this},e.prototype.setShowBackdrop=function(t){return this.data.showBackdrop=t,this},e.prototype.setDuration=function(t){return this.data.duration=t,this},e.prototype.present=function(t){return void 0===t&&(t={}),this._app.present(this,t,r.b)},e.prototype.dismissAll=function(){this._nav&&this._nav.popAll()},e}(m.a)},function(t,e,n){"use strict";n.d(e,"a",function(){return o});var i=n(17),r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=function(t){function e(e,n,i){return t.call(this,e,n,i,"toolbar")||this}return r(e,t),e.prototype._setTitle=function(t){this._title=t},e.prototype.getTitleText=function(){return this._title&&this._title.getTitleText()||""},e}(i.a)},function(t,e,n){"use strict";var i=n(240),r=n(4),o=n(150),s=n(187),a=n(58),u=n(125),l=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e.prototype.init=function(){t.prototype.init.call(this);var e=this.enteringView.pageRef().nativeElement,n=e.querySelector("ion-backdrop"),i=new a.a(this.plt,n),r=new a.a(this.plt,e.querySelector(".modal-wrapper"));r.beforeStyles({opacity:1}),r.fromTo("translateY","100%","0%"),i.fromTo("opacity",.01,.4),this.element(this.enteringView.pageRef()).easing("cubic-bezier(0.36,0.66,0.04,1)").duration(400).add(i).add(r)},e}(u.a),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e.prototype.init=function(){t.prototype.init.call(this);var e=this.leavingView.pageRef().nativeElement,n=new a.a(this.plt,e.querySelector("ion-backdrop")),i=e.querySelector(".modal-wrapper"),r=i.getBoundingClientRect(),o=new a.a(this.plt,i);o.fromTo("translateY","0px",this.plt.height()-r.top+"px"),n.fromTo("opacity",.4,0),this.element(this.leavingView.pageRef()).easing("ease-out").duration(250).add(n).add(o)},e}(u.a),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e.prototype.init=function(){t.prototype.init.call(this);var e=this.enteringView.pageRef().nativeElement,n=new a.a(this.plt,e.querySelector("ion-backdrop")),i=new a.a(this.plt,e.querySelector(".modal-wrapper"));n.fromTo("opacity",.01,.4),i.fromTo("translateY","40px","0px"),i.fromTo("opacity",.01,1);this.element(this.enteringView.pageRef()).easing("cubic-bezier(0.36,0.66,0.04,1)").duration(280).add(n).add(i)},e}(u.a),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return l(e,t),e.prototype.init=function(){t.prototype.init.call(this);var e=this.leavingView.pageRef().nativeElement,n=new a.a(this.plt,e.querySelector("ion-backdrop")),i=new a.a(this.plt,e.querySelector(".modal-wrapper"));n.fromTo("opacity",.4,0),i.fromTo("translateY","0px","40px"),i.fromTo("opacity",.99,0),this.element(this.leavingView.pageRef()).duration(200).easing("cubic-bezier(0.47,0,0.745,0.715)").add(i).add(n)},e}(u.a),f=n(6),m=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),g=function(t){function e(e,n,i,o,a){void 0===o&&(o={});var u=this;return i=i||{},i.component=n,o.showBackdrop=!Object(r.l)(o.showBackdrop)||!!o.showBackdrop,o.enableBackdropDismiss=!Object(r.l)(o.enableBackdropDismiss)||!!o.enableBackdropDismiss,i.opts=o,u=t.call(this,s.a,i,null)||this,u._app=e,u._enterAnimation=o.enterAnimation,u._leaveAnimation=o.leaveAnimation,u.isOverlay=!0,a.setTransition("modal-slide-in",c),a.setTransition("modal-slide-out",h),a.setTransition("modal-md-slide-in",p),a.setTransition("modal-md-slide-out",d),u}return m(e,t),e.prototype.getTransitionName=function(t){var e;if("back"===t){if(this._leaveAnimation)return this._leaveAnimation;e="modalLeave"}else{if(this._enterAnimation)return this._enterAnimation;e="modalEnter"}return this._nav&&this._nav.config.get(e)},e.prototype.present=function(t){return void 0===t&&(t={}),t.minClickBlockDuration=t.minClickBlockDuration||400,this._app.present(this,t,o.c)},e}(f.a);n.d(e,"a",function(){return _});var v=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),_=function(t){function e(e,n,i,r,o,s){void 0===r&&(r={});var a=t.call(this,e,n,o,s)||this;return a.data=i,a.opts=r,a.isOverlay=!0,a}return v(e,t),e.prototype.getImplementation=function(){return new g(this._app,this._component,this.data,this.opts,this._config)},e}(i.a)},,function(t,e,n){!function(e,n){t.exports=n()}(0,function(){"use strict";function t(e){return t.result?t.result:e&&"function"==typeof e.getSerializer?t.result=e.getSerializer():Promise.reject(new Error("localforage.getSerializer() was not available! localforage v1.4+ is required!"))}function e(t,n){return(e.result=e.result||{})[n]?e.result[n]:t&&"function"==typeof t.getDriver?e.result[n]=t.getDriver(n):Promise.reject(new Error("localforage.getDriver() was not available! localforage v1.4+ is required!"))}function n(t){return e(t,t.WEBSQL)}function i(){return r.then(function(){if("undefined"!=typeof sqlitePlugin&&"function"==typeof sqlitePlugin.openDatabase)return sqlitePlugin.openDatabase;throw new Error("SQLite plugin is not present.")})}var r=new Promise(function(t,e){"undefined"!=typeof sqlitePlugin?t():"undefined"==typeof cordova?e(new Error("cordova is not defined.")):document.addEventListener("deviceready",function(){return t()},!1)}).catch(function(){return Promise.resolve()}),o={_driver:"cordovaSQLiteDriver",_initStorage:function(e){var r=this,o={db:null};if(e)for(var s in e)o[s]="string"!=typeof e[s]?e[s].toString():e[s];var a=i().then(function(t){return new Promise(function(e,n){try{o.location=o.location||"default",o.db=t({name:o.name,version:String(o.version),description:o.description,size:o.size,key:o.dbKey,location:o.location})}catch(t){n(t)}o.db.transaction(function(t){t.executeSql("CREATE TABLE IF NOT EXISTS "+o.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],function(){r._dbInfo=o,e()},function(t,e){n(e)})})})}),u=t(r),l=n(r);return Promise.all([u,l,a]).then(function(t){return o.serializer=t[0],a})},_support:function(){return i().then(function(t){return!!t}).catch(function(){return!1})}};return function(t){function e(t,e){t[e]=function(){var t=this,i=arguments;return n(t).then(function(n){return n[e].apply(t,i)})}}for(var i=["clear","getItem","iterate","key","keys","length","removeItem","setItem"],r=0,o=i.length;r=0;){var s=e*this[t++]+n[i]+r;r=Math.floor(s/67108864),n[i++]=67108863&s}return r}function s(t,e,n,i,r,o){for(var s=32767&e,a=e>>15;--o>=0;){var u=32767&this[t],l=this[t++]>>15,c=a*u+l*s;r=((u=s*u+((32767&c)<<15)+n[i]+(1073741823&r))>>>30)+(c>>>15)+a*l+(r>>>30),n[i++]=1073741823&u}return r}function a(t,e,n,i,r,o){for(var s=16383&e,a=e>>14;--o>=0;){var u=16383&this[t],l=this[t++]>>14,c=a*u+l*s;r=((u=s*u+((16383&c)<<14)+n[i]+r)>>28)+(c>>14)+a*l,n[i++]=268435455&u}return r}function u(t){return O.charAt(t)}function l(t,e){var n=T[t.charCodeAt(e)];return null==n?-1:n}function c(t){var e=r();return e.fromInt(t),e}function h(t){var e,n=1;return 0!=(e=t>>>16)&&(t=e,n+=16),0!=(e=t>>8)&&(t=e,n+=8),0!=(e=t>>4)&&(t=e,n+=4),0!=(e=t>>2)&&(t=e,n+=2),0!=(e=t>>1)&&(t=e,n+=1),n}function p(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<0&&this.m.subTo(e,e),e},p.prototype.revert=function(t){var e=r();return t.copyTo(e),this.reduce(e),e},p.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e>15)*this.mpl&this.um)<<15)&t.DM;for(t[n=e+this.m.t]+=this.m.am(0,i,t,e,0,this.m.t);t[n]>=t.DV;)t[n]-=t.DV,t[++n]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},p.prototype.mulTo=function(t,e,n){t.multiplyTo(e,n),this.reduce(n)},p.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},i.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},i.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},i.prototype.fromString=function(t,e){var n;if(16==e)n=4;else if(8==e)n=3;else if(2==e)n=1;else if(32==e)n=5;else{if(4!=e)throw new Error("Only radix 2, 4, 8, 16, 32 are supported");n=2}this.t=0,this.s=0;for(var r=t.length,o=!1,s=0;--r>=0;){var a=l(t,r);a<0?"-"==t.charAt(r)&&(o=!0):(o=!1,0==s?this[this.t++]=a:s+n>this.DB?(this[this.t-1]|=(a&(1<>this.DB-s):this[this.t-1]|=a<=this.DB&&(s-=this.DB))}this.clamp(),o&&i.ZERO.subTo(this,this)},i.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},i.prototype.dlShiftTo=function(t,e){var n;for(n=this.t-1;n>=0;--n)e[n+t]=this[n];for(n=t-1;n>=0;--n)e[n]=0;e.t=this.t+t,e.s=this.s},i.prototype.drShiftTo=function(t,e){for(var n=t;n=0;--n)e[n+s+1]=this[n]>>r|a,a=(this[n]&o)<=0;--n)e[n]=0;e[s]=a,e.t=this.t+s+1,e.s=this.s,e.clamp()},i.prototype.rShiftTo=function(t,e){e.s=this.s;var n=Math.floor(t/this.DB);if(n>=this.t)e.t=0;else{var i=t%this.DB,r=this.DB-i,o=(1<>i;for(var s=n+1;s>i;i>0&&(e[this.t-n-1]|=(this.s&o)<>=this.DB;if(t.t>=this.DB;i+=this.s}else{for(i+=this.s;n>=this.DB;i-=t.s}e.s=i<0?-1:0,i<-1?e[n++]=this.DV+i:i>0&&(e[n++]=i),e.t=n,e.clamp()},i.prototype.multiplyTo=function(t,e){var n=this.abs(),r=t.abs(),o=n.t;for(e.t=o+r.t;--o>=0;)e[o]=0;for(o=0;o=0;)t[n]=0;for(n=0;n=e.DV&&(t[n+e.t]-=e.DV,t[n+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(n,e[n],t,2*n,0,1)),t.s=0,t.clamp()},i.prototype.divRemTo=function(t,e,n){var o=t.abs();if(!(o.t<=0)){var s=this.abs();if(s.t0?(o.lShiftTo(c,a),s.lShiftTo(c,n)):(o.copyTo(a),s.copyTo(n));var p=a.t,d=a[p-1];if(0!=d){var f=d*(1<1?a[p-2]>>this.F2:0),m=this.FV/f,g=(1<=0&&(n[n.t++]=1,n.subTo(b,n)),i.ONE.dlShiftTo(p,b),b.subTo(a,a);a.t=0;){var w=n[--_]==d?this.DM:Math.floor(n[_]*m+(n[_-1]+v)*g);if((n[_]+=a.am(0,w,n,y,0,p))0&&n.rShiftTo(c,n),u<0&&i.ZERO.subTo(n,n)}}},i.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return e=e*(2-(15&t)*e)&15,e=e*(2-(255&t)*e)&255,e=e*(2-((65535&t)*e&65535))&65535,(e=e*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},i.prototype.addTo=function(t,e){for(var n=0,i=0,r=Math.min(t.t,this.t);n>=this.DB;if(t.t>=this.DB;i+=this.s}else{for(i+=this.s;n>=this.DB;i+=t.s}e.s=i<0?-1:0,i>0?e[n++]=i:i<-1&&(e[n++]=this.DV+i),e.t=n,e.clamp()},i.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString();var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)throw new Error("Only radix 2, 4, 8, 16, 32 are supported");e=2}var n,i=(1<0)for(a>a)>0&&(r=!0,o=u(n));s>=0;)a>(a+=this.DB-e)):(n=this[s]>>(a-=e)&i,a<=0&&(a+=this.DB,--s)),n>0&&(r=!0),r&&(o+=u(n));return r?o:"0"},i.prototype.negate=function(){var t=r();return i.ZERO.subTo(this,t),t},i.prototype.abs=function(){return this.s<0?this.negate():this},i.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var n=this.t;if(0!=(e=n-t.t))return this.s<0?-e:e;for(;--n>=0;)if(0!=(e=this[n]-t[n]))return e;return 0},i.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+h(this[this.t-1]^this.s&this.DM)},i.prototype.mod=function(t){var e=r();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(i.ZERO)>0&&t.subTo(e,e),e},i.prototype.equals=function(t){return 0==this.compareTo(t)},i.prototype.add=function(t){var e=r();return this.addTo(t,e),e},i.prototype.subtract=function(t){var e=r();return this.subTo(t,e),e},i.prototype.multiply=function(t){var e=r();return this.multiplyTo(t,e),e},i.prototype.divide=function(t){var e=r();return this.divRemTo(t,e,null),e},i.prototype.modPow=function(t,e,n){var i,o=t.bitLength(),s=c(1),a=new p(e);if(o<=0)return s;i=o<18?1:o<48?3:o<144?4:o<768?5:6;var u=new Array,l=3,d=i-1,f=(1<1){var m=r();for(a.sqrTo(u[1],m);l<=f;)u[l]=r(),a.mulTo(m,u[l-2],u[l]),l+=2}var g,v,_=t.t-1,y=!0,b=r();for(o=h(t[_])-1;_>=0;){for(o>=d?g=t[_]>>o-d&f:(g=(t[_]&(1<0&&(g|=t[_-1]>>this.DB+o-d)),l=i;0==(1&g);)g>>=1,--l;if((o-=l)<0&&(o+=this.DB,--_),y)u[g].copyTo(s),y=!1;else{for(;l>1;)a.sqrTo(s,b),a.sqrTo(b,s),l-=2;l>0?a.sqrTo(s,b):(v=s,s=b,b=v),a.mulTo(b,u[g],s)}for(;_>=0&&0==(t[_]&1<0&&void 0!==arguments[0]?arguments[0]:{}).AccessToken;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this,n||""))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),e}(D),N=function(t){function e(){var n=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).IdToken;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this,n||""))}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),e}(D),M=function(){function t(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).RefreshToken;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.token=e||""}return t.prototype.getToken=function(){return this.token},t}(),L=n(421),F=n.n(L),B=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.IdToken,i=e.RefreshToken,r=e.AccessToken,o=e.ClockDrift;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),null==r||null==n)throw new Error("Id token and Access Token must be present.");this.idToken=n,this.refreshToken=i,this.accessToken=r,this.clockDrift=void 0===o?this.calculateClockDrift():o}return t.prototype.getIdToken=function(){return this.idToken},t.prototype.getRefreshToken=function(){return this.refreshToken},t.prototype.getAccessToken=function(){return this.accessToken},t.prototype.getClockDrift=function(){return this.clockDrift},t.prototype.calculateClockDrift=function(){return Math.floor(new Date/1e3)-Math.min(this.accessToken.getIssuedAt(),this.idToken.getIssuedAt())},t.prototype.isValid=function(){var t=Math.floor(new Date/1e3)-this.clockDrift;return t0&&void 0!==arguments[0]?arguments[0]:{},n=e.Name,i=e.Value;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.Name=n||"",this.Value=i||""}return t.prototype.getValue=function(){return this.Value},t.prototype.setValue=function(t){return this.Value=t,this},t.prototype.getName=function(){return this.Name},t.prototype.setName=function(t){return this.Name=t,this},t.prototype.toString=function(){return JSON.stringify(this)},t.prototype.toJSON=function(){return{Name:this.Name,Value:this.Value}},t}(),H={},W=function(){function t(){d(this,t)}return t.setItem=function(t,e){return H[t]=e,H[t]},t.getItem=function(t){return Object.prototype.hasOwnProperty.call(H,t)?H[t]:void 0},t.removeItem=function(t){return delete H[t]},t.clear=function(){return H={}},t}(),G=function(){function t(){d(this,t);try{this.storageWindow=window.localStorage,this.storageWindow.setItem("aws.cognito.test-ls",1),this.storageWindow.removeItem("aws.cognito.test-ls")}catch(t){this.storageWindow=W}}return t.prototype.getStorage=function(){return this.storageWindow},t}(),Y=function(){function t(e){if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),null==e||null==e.Username||null==e.Pool)throw new Error("Username and pool information are required.");this.username=e.Username||"",this.pool=e.Pool,this.Session=null,this.client=e.Pool.client,this.signInUserSession=null,this.authenticationFlowType="USER_SRP_AUTH",this.storage=e.Storage||(new G).getStorage(),this.keyPrefix="CognitoIdentityServiceProvider."+this.pool.getClientId(),this.userDataKey=this.keyPrefix+"."+this.username+".userData"}return t.prototype.setSignInUserSession=function(t){this.clearCachedUserData(),this.signInUserSession=t,this.cacheTokens()},t.prototype.getSignInUserSession=function(){return this.signInUserSession},t.prototype.getUsername=function(){return this.username},t.prototype.getAuthenticationFlowType=function(){return this.authenticationFlowType},t.prototype.setAuthenticationFlowType=function(t){this.authenticationFlowType=t},t.prototype.initiateAuth=function(t,e){var n=this,i=t.getAuthParameters();i.USERNAME=this.username;var r=0!==Object.keys(t.getValidationData()).length?t.getValidationData():t.getClientMetadata(),o={AuthFlow:"CUSTOM_AUTH",ClientId:this.pool.getClientId(),AuthParameters:i,ClientMetadata:r};this.getUserContextData()&&(o.UserContextData=this.getUserContextData()),this.client.request("InitiateAuth",o,function(t,i){if(t)return e.onFailure(t);var r=i.ChallengeParameters;return"CUSTOM_CHALLENGE"===i.ChallengeName?(n.Session=i.Session,e.customChallenge(r)):(n.signInUserSession=n.getCognitoUserSession(i.AuthenticationResult),n.cacheTokens(),e.onSuccess(n.signInUserSession))})},t.prototype.authenticateUser=function(t,e){return"USER_PASSWORD_AUTH"===this.authenticationFlowType?this.authenticateUserPlainUsernamePassword(t,e):"USER_SRP_AUTH"===this.authenticationFlowType||"CUSTOM_AUTH"===this.authenticationFlowType?this.authenticateUserDefaultAuth(t,e):e.onFailure(new Error("Authentication flow type is invalid."))},t.prototype.authenticateUserDefaultAuth=function(t,e){var n=this,i=new R(this.pool.getUserPoolId().split("_")[1]),r=new z,o=void 0,s=void 0,a={};null!=this.deviceKey&&(a.DEVICE_KEY=this.deviceKey),a.USERNAME=this.username,i.getLargeAValue(function(u,l){u&&e.onFailure(u),a.SRP_A=l.toString(16),"CUSTOM_AUTH"===n.authenticationFlowType&&(a.CHALLENGE_NAME="SRP_A");var c=0!==Object.keys(t.getValidationData()).length?t.getValidationData():t.getClientMetadata(),h={AuthFlow:n.authenticationFlowType,ClientId:n.pool.getClientId(),AuthParameters:a,ClientMetadata:c};n.getUserContextData(n.username)&&(h.UserContextData=n.getUserContextData(n.username)),n.client.request("InitiateAuth",h,function(a,u){if(a)return e.onFailure(a);var l=u.ChallengeParameters;n.username=l.USER_ID_FOR_SRP,o=new A(l.SRP_B,16),s=new A(l.SALT,16),n.getCachedDeviceKeyAndPassword(),i.getPasswordAuthenticationKey(n.username,t.getPassword(),o,s,function(t,o){t&&e.onFailure(t);var s=r.getNowString(),a=y.a.lib.WordArray.create(v.Buffer.concat([v.Buffer.from(n.pool.getUserPoolId().split("_")[1],"utf8"),v.Buffer.from(n.username,"utf8"),v.Buffer.from(l.SECRET_BLOCK,"base64"),v.Buffer.from(s,"utf8")])),h=y.a.lib.WordArray.create(o),p=F.a.stringify(C()(a,h)),d={};d.USERNAME=n.username,d.PASSWORD_CLAIM_SECRET_BLOCK=l.SECRET_BLOCK,d.TIMESTAMP=s,d.PASSWORD_CLAIM_SIGNATURE=p,null!=n.deviceKey&&(d.DEVICE_KEY=n.deviceKey);var f={ChallengeName:"PASSWORD_VERIFIER",ClientId:n.pool.getClientId(),ChallengeResponses:d,Session:u.Session,ClientMetadata:c};n.getUserContextData()&&(f.UserContextData=n.getUserContextData()),function t(e,i){return n.client.request("RespondToAuthChallenge",e,function(r,o){return r&&"ResourceNotFoundException"===r.code&&-1!==r.message.toLowerCase().indexOf("device")?(d.DEVICE_KEY=null,n.deviceKey=null,n.randomPassword=null,n.deviceGroupKey=null,n.clearCachedDeviceKeyAndPassword(),t(e,i)):i(r,o)})}(f,function(t,r){return t?e.onFailure(t):n.authenticateUserInternal(r,i,e)})})})})},t.prototype.authenticateUserPlainUsernamePassword=function(t,e){var n=this,i={};if(i.USERNAME=this.username,i.PASSWORD=t.getPassword(),i.PASSWORD){var r=new R(this.pool.getUserPoolId().split("_")[1]);this.getCachedDeviceKeyAndPassword(),null!=this.deviceKey&&(i.DEVICE_KEY=this.deviceKey);var o=0!==Object.keys(t.getValidationData()).length?t.getValidationData():t.getClientMetadata(),s={AuthFlow:"USER_PASSWORD_AUTH",ClientId:this.pool.getClientId(),AuthParameters:i,ClientMetadata:o};this.getUserContextData(this.username)&&(s.UserContextData=this.getUserContextData(this.username)),this.client.request("InitiateAuth",s,function(t,i){return t?e.onFailure(t):n.authenticateUserInternal(i,r,e)})}else e.onFailure(new Error("PASSWORD parameter is required"))},t.prototype.authenticateUserInternal=function(t,e,n){var i=this,r=t.ChallengeName,o=t.ChallengeParameters;if("SMS_MFA"===r)return this.Session=t.Session,n.mfaRequired(r,o);if("SELECT_MFA_TYPE"===r)return this.Session=t.Session,n.selectMFAType(r,o);if("MFA_SETUP"===r)return this.Session=t.Session,n.mfaSetup(r,o);if("SOFTWARE_TOKEN_MFA"===r)return this.Session=t.Session,n.totpRequired(r,o);if("CUSTOM_CHALLENGE"===r)return this.Session=t.Session,n.customChallenge(o);if("NEW_PASSWORD_REQUIRED"===r){this.Session=t.Session;var s=null,a=null,u=[],l=e.getNewPasswordRequiredChallengeUserAttributePrefix();if(o&&(s=JSON.parse(t.ChallengeParameters.userAttributes),a=JSON.parse(t.ChallengeParameters.requiredAttributes)),a)for(var c=0;c>>2]|=t[r]<<24-r%4*8;n.call(this,i,e)}else n.apply(this,arguments)}).prototype=e}}(),t.lib.WordArray})},function(t,e,n){!function(e,i){t.exports=i(n(110))}(0,function(t){return function(e){var n=t,i=n.lib,r=i.WordArray,o=i.Hasher,s=n.algo,a=[],u=[];!function(){function t(t){for(var n=e.sqrt(t),i=2;i<=n;i++)if(!(t%i))return!1;return!0}function n(t){return 4294967296*(t-(0|t))|0}for(var i=2,r=0;r<64;)t(i)&&(r<8&&(a[r]=n(e.pow(i,.5))),u[r]=n(e.pow(i,1/3)),r++),i++}();var l=[],c=s.SHA256=o.extend({_doReset:function(){this._hash=new r.init(a.slice(0))},_doProcessBlock:function(t,e){for(var n=this._hash.words,i=n[0],r=n[1],o=n[2],s=n[3],a=n[4],c=n[5],h=n[6],p=n[7],d=0;d<64;d++){if(d<16)l[d]=0|t[e+d];else{var f=l[d-15],m=l[d-2];l[d]=((f<<25|f>>>7)^(f<<14|f>>>18)^f>>>3)+l[d-7]+((m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10)+l[d-16]}var g=i&r^i&o^r&o,v=p+((a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25))+(a&c^~a&h)+u[d]+l[d];p=h,h=c,c=a,a=s+v|0,s=o,o=r,r=i,i=v+(((i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22))+g)|0}n[0]=n[0]+i|0,n[1]=n[1]+r|0,n[2]=n[2]+o|0,n[3]=n[3]+s|0,n[4]=n[4]+a|0,n[5]=n[5]+c|0,n[6]=n[6]+h|0,n[7]=n[7]+p|0},_doFinalize:function(){var t=this._data,n=t.words,i=8*this._nDataBytes,r=8*t.sigBytes;return n[r>>>5]|=128<<24-r%32,n[14+(r+64>>>9<<4)]=e.floor(i/4294967296),n[15+(r+64>>>9<<4)]=i,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});n.SHA256=o._createHelper(c),n.HmacSHA256=o._createHmacHelper(c)}(Math),t.SHA256})},function(t,e,n){!function(e,i,r){t.exports=i(n(110),n(348),n(420))}(0,function(t){return t.HmacSHA256})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(427))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(440))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}(n(457))},function(t,e,n){"use strict";n(291),n(188),n(154),n(105),n(354)},function(t,e,n){"use strict";var i=n(240),r=n(26),o=n(22),s=n(61),a=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.prototype.init=function(){var t=this.plt.Css,e=this.enteringView.pageRef().nativeElement,n=e.querySelector("img"),i=e.querySelector("ion-backdrop"),r=this.enteringView.data.position,s=n.getBoundingClientRect(),a=r.width/s.width,u=r.top-s.top,l=r.left-s.left,c=new o.a(this.plt,i),h=new o.a(this.plt,n);n.style[t.transformOrigin]="0 0",h.fromTo("translateY",u+"px","0px").fromTo("translateX",l+"px","0px").fromTo("scale",a,1).afterClearStyles([t.transformOrigin]),c.fromTo("opacity",.01,1),this.easing("ease-in-out").duration(150).add(c).add(h);var p=this.enteringView.pageRef().nativeElement,d=p.querySelector("ion-navbar"),f=p.querySelector(".back-button"),m=new o.a(this.plt,d);m.afterAddClass("show-navbar"),this.add(m);var g=new o.a(this.plt,f);this.add(g),g.afterAddClass("show-back-button")},e}(o.f),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.prototype.init=function(){var t=this.plt.Css,e=this.leavingView.pageRef().nativeElement,n=e.querySelector("img"),i=e.querySelector("ion-backdrop"),r=this.leavingView.data.position,s=n.getBoundingClientRect(),a=r.width/s.width,u=r.top-s.top,l=r.left-s.left,c=i.style.opacity,h=new o.a(this.plt,i),p=new o.a(this.plt,n);p.fromTo("translateY","0px",u+"px").fromTo("translateX","0px",l+"px").fromTo("scale",1,a).beforeStyles((d={},d[t.transformOrigin]="0 0",d)).afterClearStyles([t.transformOrigin]),h.fromTo("opacity",c,0),this.easing("ease-in-out").duration(150).add(h).add(p);var d},e}(o.f),c=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),h=function(t){function e(e,n,i,r){void 0===i&&(i={});var o=t.call(this,n,i)||this;return o.app=e,r.setTransition("image-viewer-enter",u),r.setTransition("image-viewer-leave",l),o.didLeave.subscribe(function(){return i.onCloseCallback&&i.onCloseCallback()}),o.willEnter.subscribe(function(){return o.handleHighResImageLoad(i.fullResImage)}),o}return c(e,t),e.prototype.getTransitionName=function(t){return"image-viewer-"+("back"===t?"leave":"enter")},e.prototype.present=function(t){return void 0===t&&(t={}),this.app.present(this,t)},e.prototype.handleHighResImageLoad=function(t){var e=this;if(t){var n=new Image;if(n.src=t,n.complete)this.instance.updateImageSrc(t);else{s.Observable.create(function(t){n.onload=function(){t.next(n),t.complete()}}).pipe(Object(r.zip)(this.didEnter.pipe(Object(r.delay)(300)))).subscribe(function(){return e.instance.updateImageSrcWithTransition(t)})}}},e}(o.g);n.d(e,"a",function(){return d});var p=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),d=function(t){function e(e,n,i,r,o){void 0===i&&(i={});var s=t.call(this,e,n,r,o)||this;return s.opts=i,s}return p(e,t),e.prototype.getImplementation=function(){return new h(this._app,this._component,this.opts,this._config)},e}(i.a)},function(t,e,n){"use strict";function i(t,e,n){return setTimeout(a(t,n),e)}function r(t,e,n){return!!Array.isArray(t)&&(o(t,n[e],n),!0)}function o(t,e,n){var i;if(t)if(t.forEach)t.forEach(e,n);else if(void 0!==t.length)for(i=0;i-1}function f(t){return t.trim().split(/\s+/g)}function m(t,e,n){if(t.indexOf&&!n)return t.indexOf(e);for(var i=0;in[e]?1:0}):i.sort()),i}function _(t,e){for(var n,i,r=e[0].toUpperCase()+e.slice(1),o=0;o1&&!n.firstMultiple?n.firstMultiple=S(e):1===r&&(n.firstMultiple=!1);var o=n.firstInput,s=n.firstMultiple,a=s?s.center:o.center,u=e.center=C(i);e.timeStamp=et(),e.deltaTime=e.timeStamp-o.timeStamp,e.angle=k(a,u),e.distance=x(a,u),function(t,e){var n=e.center,i=t.offsetDelta||{},r=t.prevDelta||{},o=t.prevInput||{};e.eventType!==at&&o.eventType!==lt||(r=t.prevDelta={x:o.deltaX||0,y:o.deltaY||0},i=t.offsetDelta={x:n.x,y:n.y});e.deltaX=r.x+(n.x-i.x),e.deltaY=r.y+(n.y-i.y)}(n,e),e.offsetDirection=E(e.deltaX,e.deltaY);var l=A(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=l.x,e.overallVelocityY=l.y,e.overallVelocity=tt(l.x)>tt(l.y)?l.x:l.y,e.scale=s?function(t,e){return x(e[0],e[1],bt)/x(t[0],t[1],bt)}(s.pointers,i):1,e.rotation=s?function(t,e){return k(e[1],e[0],bt)+k(t[1],t[0],bt)}(s.pointers,i):0,e.maxPointers=n.prevInput?e.pointers.length>n.prevInput.maxPointers?e.pointers.length:n.prevInput.maxPointers:e.pointers.length,function(t,e){var n,i,r,o,s=t.lastInterval||e,a=e.timeStamp-s.timeStamp;if(e.eventType!=ct&&(a>st||void 0===s.velocity)){var u=e.deltaX-s.deltaX,l=e.deltaY-s.deltaY,c=A(a,u,l);i=c.x,r=c.y,n=tt(c.x)>tt(c.y)?c.x:c.y,o=E(u,l),t.lastInterval=e}else n=s.velocity,i=s.velocityX,r=s.velocityY,o=s.direction;e.velocity=n,e.velocityX=i,e.velocityY=r,e.direction=o}(n,e);var c=t.element;p(e.srcEvent.target,c)&&(c=e.srcEvent.target);e.target=c}(t,n),t.emit("hammer.input",n),t.recognize(n),t.session.prevInput=n}function S(t){for(var e=[],n=0;n=tt(e)?t<0?pt:dt:e<0?ft:mt}function x(t,e,n){n||(n=yt);var i=e[n[0]]-t[n[0]],r=e[n[1]]-t[n[1]];return Math.sqrt(i*i+r*r)}function k(t,e,n){n||(n=yt);var i=e[n[0]]-t[n[0]],r=e[n[1]]-t[n[1]];return 180*Math.atan2(r,i)/Math.PI}function O(t,e){this.evEl=St,this.evWin=Ct,this.allow=!0,this.pressed=!1,b.apply(this,arguments)}function T(){this.evEl=xt,this.evWin=kt,b.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function P(){this.evTarget=Tt,this.evWin=Pt,this.started=!1,b.apply(this,arguments)}function I(t,e){this.evTarget=Rt,this.targetIds={},b.apply(this,arguments)}function R(){b.apply(this,arguments);var t=a(this.handler,this);this.touch=new I(this.manager,t),this.mouse=new O(this.manager,t)}function D(t,e){this.manager=t,this.set(e)}function j(t){this.options=Object.assign({},this.defaults,t||{}),this.id=nt++,this.manager=null,this.options.enable=l(this.options.enable,!0),this.state=Vt,this.simultaneous={},this.requireFail=[]}function N(t){return t&Wt?"cancel":t&qt?"end":t&zt?"move":t&Ut?"start":""}function M(t){return t==mt?"down":t==ft?"up":t==pt?"left":t==dt?"right":""}function L(t,e){var n=e.manager;return n?n.get(t):t}function F(){j.apply(this,arguments)}function B(){F.apply(this,arguments),this.pX=null,this.pY=null}function V(){F.apply(this,arguments)}function U(){j.apply(this,arguments),this._timer=null,this._input=null}function z(){F.apply(this,arguments)}function q(){F.apply(this,arguments)}function H(){j.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function W(t,e){return e=e||{},e.recognizers=l(e.recognizers,Gt.preset),new G(t,e)}function G(t,e){this.options=Object.assign({},Gt,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.element=t,this.input=function(t){var e=t.options.inputClass;return new(e||(rt?T:ot?I:it?R:O))(t,w)}(this),this.touchAction=new D(this,this.options.touchAction),Y(this,!0),o(this.options.recognizers,function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])},this)}function Y(t,e){var n=t.element;n.style&&o(t.options.cssProps,function(t,i){n.style[_(n.style,i)]=e?t:""})}n.d(e,"a",function(){return gt}),n.d(e,"b",function(){return vt}),n.d(e,"c",function(){return W});var K=window,X=document,Q=["","webkit","Moz","MS","ms","o"],Z=X.createElement("div"),J="function",$=Math.round,tt=Math.abs,et=Date.now,nt=1,it="ontouchstart"in window,rt=void 0!==_(window,"PointerEvent"),ot=it&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),st=25,at=1,ut=2,lt=4,ct=8,ht=1,pt=2,dt=4,ft=8,mt=16,gt=pt|dt,vt=ft|mt,_t=gt|vt,yt=["x","y"],bt=["clientX","clientY"];b.prototype={handler:function(){},init:function(){this.evEl&&c(this.element,this.evEl,this.domHandler),this.evTarget&&c(this.target,this.evTarget,this.domHandler),this.evWin&&c(y(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&h(this.element,this.evEl,this.domHandler),this.evTarget&&h(this.target,this.evTarget,this.domHandler),this.evWin&&h(y(this.element),this.evWin,this.domHandler)}};var wt={mousedown:at,mousemove:ut,mouseup:lt},St="mousedown",Ct="mousemove mouseup";s(O,b,{handler:function(t){var e=wt[t.type];e&at&&0===t.button&&(this.pressed=!0),e&ut&&1!==t.which&&(e=lt),this.pressed&&this.allow&&(e<&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:"mouse",srcEvent:t}))}});var At={pointerdown:at,pointermove:ut,pointerup:lt,pointercancel:ct,pointerout:ct},Et={2:"touch",3:"pen",4:"mouse",5:"kinect"},xt="pointerdown",kt="pointermove pointerup pointercancel";K.MSPointerEvent&&!K.PointerEvent&&(xt="MSPointerDown",kt="MSPointerMove MSPointerUp MSPointerCancel"),s(T,b,{handler:function(t){var e=this.store,n=!1,i=t.type.toLowerCase().replace("ms",""),r=At[i],o=Et[t.pointerType]||t.pointerType,s="touch"==o,a=m(e,t.pointerId,"pointerId");r&at&&(0===t.button||s)?a<0&&(e.push(t),a=e.length-1):r&(lt|ct)&&(n=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:o,srcEvent:t}),n&&e.splice(a,1))}});var Ot={touchstart:at,touchmove:ut,touchend:lt,touchcancel:ct},Tt="touchstart",Pt="touchstart touchmove touchend touchcancel";s(P,b,{handler:function(t){var e=Ot[t.type];if(e===at&&(this.started=!0),this.started){var n=function(t,e){var n=g(t.touches),i=g(t.changedTouches);return e&(lt|ct)&&(n=v(n.concat(i),"identifier",!0)),[n,i]}.call(this,t,e);e&(lt|ct)&&n[0].length-n[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:n[0],changedPointers:n[1],pointerType:"touch",srcEvent:t})}}});var It={touchstart:at,touchmove:ut,touchend:lt,touchcancel:ct},Rt="touchstart touchmove touchend touchcancel";s(I,b,{handler:function(t){var e=It[t.type],n=function(t,e){var n=g(t.touches),i=this.targetIds;if(e&(at|ut)&&1===n.length)return i[n[0].identifier]=!0,[n,n];var r,o,s=g(t.changedTouches),a=[],u=this.target;if(o=n.filter(function(t){return p(t.target,u)}),e===at)for(r=0;r-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){function e(e){n.manager.emit(e,t)}var n=this,i=this.state;i=qt&&e(n.options.event+N(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=32},canEmit:function(){for(var t=0;te.threshold&&r&e.direction},attrTest:function(t){return F.prototype.attrTest.call(this,t)&&(this.state&Ut||!(this.state&Ut)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=M(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),s(V,F,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[Lt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||this.state&Ut)},emit:function(t){if(1!==t.scale){t.additionalEvent=this.options.event+(t.scale<1?"in":"out")}this._super.emit.call(this,t)}}),s(U,j,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[Nt]},process:function(t){var e=this.options,n=t.pointers.length===e.pointers,r=t.distancee.time;if(this._input=t,!r||!n||t.eventType&(lt|ct)&&!o)this.reset();else if(t.eventType&at)this.reset(),this._timer=i(function(){this.state=Ht,this.tryEmit()},e.time,this);else if(t.eventType<)return Ht;return 32},reset:function(){clearTimeout(this._timer)},emit:function(t){this.state===Ht&&(t&&t.eventType<?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=et(),this.manager.emit(this.options.event,this._input)))}}),s(z,F,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[Lt]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||this.state&Ut)}}),s(q,F,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:gt|vt,pointers:1},getTouchAction:function(){return B.prototype.getTouchAction.call(this)},attrTest:function(t){var e,n=this.options.direction;return n&(gt|vt)?e=t.overallVelocity:n>?e=t.overallVelocityX:n&vt&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&n&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&tt(e)>this.options.velocity&&t.eventType<},emit:function(t){var e=M(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),s(H,j,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Mt]},process:function(t){var e=this.options,n=t.pointers.length===e.pointers,r=t.distance=h.WARNINGS&&console.log("Warning: "+t)}function r(t){throw new Error(t)}function o(t,e){t||r(e)}function s(t){o("string"==typeof t,"Invalid argument for stringToBytes");for(var e=t.length,n=new Uint8Array(e),i=0;it[2]&&(e[0]=t[2],e[2]=t[0]),t[1]>t[3]&&(e[1]=t[3],e[3]=t[1]),e},t.intersect=function(e,n){function i(t,e){return t-e}var r=[e[0],e[2],n[0],n[2]].sort(i),o=[e[1],e[3],n[1],n[3]].sort(i),s=[];return e=t.normalizeRect(e),n=t.normalizeRect(n),(r[0]===e[0]&&r[1]===n[0]||r[0]===n[0]&&r[1]===e[0])&&(s[0]=r[1],s[2]=r[2],(o[0]===e[1]&&o[1]===n[1]||o[0]===n[1]&&o[1]===e[1])&&(s[1]=o[1],s[3]=o[2],s))},t}(),A=["","C","CC","CCC","CD","D","DC","DCC","DCCC","CM","","X","XX","XXX","XL","L","LX","LXX","LXXX","XC","","I","II","III","IV","V","VI","VII","VIII","IX"],E=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,711,710,729,733,731,730,732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8226,8224,8225,8230,8212,8211,402,8260,8249,8250,8722,8240,8222,8220,8221,8216,8217,8218,8482,64257,64258,321,338,352,376,381,305,322,339,353,382,0,8364],x=function(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return function(e,n){if(!(arguments.length>2&&void 0!==arguments[2]&&arguments[2])&&c.URL.createObjectURL){var i=new Blob([e],{type:n});return c.URL.createObjectURL(i)}for(var r="data:"+n+";base64,",o=0,s=e.length;o>2]+t[(3&a)<<4|u>>4]+t[o+1>6:64]+t[o+21&&void 0!==arguments[1]&&arguments[1];o(Number.isInteger(t)&&t>0,"The number should be a positive integer.");for(var n=void 0,i=[];t>=1e3;)t-=1e3,i.push("M");n=t/100|0,t%=100,i.push(A[n]),n=t/10|0,t%=10,i.push(A[10+n]),i.push(A[20+t]);var r=i.join("");return e?r.toLowerCase():r},e.XRefParseException=y,e.FormatError=b,e.arrayByteLength=a,e.arraysToBytes=function(t){if(1===t.length&&t[0]instanceof Uint8Array)return t[0];var e,n,i,r=0,o=t.length;for(e=0;e100){i('getInheritableProperty: maximum loop count exceeded for "'+n+'"');break}e=e.get("Parent")}return l},e.getLookupTableFactory=function(t){var e;return function(){return t&&(e=Object.create(null),t(e),t=null),e}},e.getVerbosityLevel=function(){return p},e.info=function(t){p>=h.INFOS&&console.log("Info: "+t)},e.isArrayBuffer=function(t){return"object"===(void 0===t?"undefined":u(t))&&null!==t&&void 0!==t.byteLength},e.isBool=function(t){return"boolean"==typeof t},e.isEmptyObj=function(t){for(var e in t)return!1;return!0},e.isNum=function(t){return"number"==typeof t},e.isString=function(t){return"string"==typeof t},e.isSpace=function(t){return 32===t||9===t||13===t||10===t},e.isSameOrigin=function(t,e){try{var n=new c.URL(t);if(!n.origin||"null"===n.origin)return!1}catch(t){return!1}var i=new c.URL(e,n);return n.origin===i.origin},e.createValidAbsoluteUrl=function(t,e){if(!t)return null;try{var n=e?new c.URL(t,e):new c.URL(t);if(function(t){if(!t)return!1;switch(t.protocol){case"http:":case"https:":case"ftp:":case"mailto:":case"tel:":return!0;default:return!1}}(n))return n}catch(t){}return null},e.isLittleEndian=function(){var t=new Uint8Array(4);return t[0]=1,1===new Uint32Array(t.buffer,0,1)[0]},e.isEvalSupported=function(){try{return new Function(""),!0}catch(t){return!1}},e.log2=function(t){return t<=0?0:Math.ceil(Math.log2(t))},e.readInt8=function(t,e){return t[e]<<24>>24},e.readUint16=function(t,e){return t[e]<<8|t[e+1]},e.readUint32=function(t,e){return(t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3])>>>0},e.removeNullCharacters=function(t){return"string"!=typeof t?(i("The argument for removeNullCharacters must be a string."),t):t.replace(S,"")},e.ReadableStream=l.ReadableStream,e.URL=c.URL,e.setVerbosityLevel=function(t){Number.isInteger(t)&&(p=t)},e.shadow=function(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!1}),n},e.string32=function(t){return String.fromCharCode(t>>24&255,t>>16&255,t>>8&255,255&t)},e.stringToBytes=s,e.stringToPDFString=function(t){var e,n=t.length,i=[];if("þ"===t[0]&&"ÿ"===t[1])for(e=2;e1){var n=!!arguments[1];return this[n?"add":"remove"](e),n}return t(e)}}}}(),String.prototype.includes||i(5),Array.prototype.includes||i(33),Object.assign||i(42),Math.log2||(Math.log2=i(52)),Number.isNaN||(Number.isNaN=i(54)),Number.isInteger||(Number.isInteger=i(56)),o.Promise||(o.Promise=i(59)),o.WeakMap||(o.WeakMap=i(94)),String.codePointAt||(String.codePointAt=i(111)),String.fromCodePoint||(String.fromCodePoint=i(113)),o.Symbol||i(115),Object.values||(Object.values=i(122))}},function(t,e,n){"use strict";t.exports="undefined"!=typeof window&&window.Math===Math?window:void 0!==i&&i.Math===Math?i:"undefined"!=typeof self&&self.Math===Math?self:{}},function(t,e,n){"use strict";var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};t.exports=function(){return"object"===(void 0===r?"undefined":i(r))&&r+""=="[object process]"}},function(t,e,n){"use strict";n(6),t.exports=n(9).String.includes},function(t,e,n){"use strict";var i=n(7),r=n(25);i(i.P+i.F*n(32)("includes"),"String",{includes:function(t){return!!~r(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var i=n(8),r=n(9),o=n(10),s=n(20),a=n(23),u=function t(e,n,u){var l,c,h,p,d=e&t.F,f=e&t.G,m=e&t.P,g=e&t.B,v=f?i:e&t.S?i[n]||(i[n]={}):(i[n]||{}).prototype,_=f?r:r[n]||(r[n]={}),y=_.prototype||(_.prototype={});f&&(u=n);for(l in u)h=((c=!d&&v&&void 0!==v[l])?v:u)[l],p=g&&c?a(h,i):m&&"function"==typeof h?a(Function.call,h):h,v&&s(v,l,h,e&t.U),_[l]!=h&&o(_,l,p),m&&y[l]!=h&&(y[l]=h)};i.core=r,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},function(t,e,n){"use strict";var i=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=i)},function(t,e,n){"use strict";var i=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=i)},function(t,e,n){"use strict";var i=n(11),r=n(19);t.exports=n(15)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){"use strict";var i=n(12),r=n(14),o=n(18),s=Object.defineProperty;e.f=n(15)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){"use strict";var i=n(13);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){"use strict";var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};t.exports=function(t){return"object"===(void 0===t?"undefined":i(t))?null!==t:"function"==typeof t}},function(t,e,n){"use strict";t.exports=!n(15)&&!n(16)(function(){return 7!=Object.defineProperty(n(17)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){"use strict";t.exports=!n(16)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";var i=n(13),r=n(8).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){"use strict";var i=n(13);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var i=n(8),r=n(10),o=n(21),s=n(22)("src"),a=Function.toString,u=(""+a).split("toString");n(9).inspectSource=function(t){return a.call(t)},(t.exports=function(t,e,n,a){var l="function"==typeof n;l&&(o(n,"name")||r(n,"name",e)),t[e]!==n&&(l&&(o(n,s)||r(n,s,t[e]?""+t[e]:u.join(String(e)))),t===i?t[e]=n:a?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[s]||a.call(this)})},function(t,e,n){"use strict";var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},function(t,e,n){"use strict";var i=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++i+r).toString(36))}},function(t,e,n){"use strict";var i=n(24);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){"use strict";t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){"use strict";var i=n(26),r=n(31);t.exports=function(t,e,n){if(i(e))throw TypeError("String#"+n+" doesn't accept regex!");return String(r(t))}},function(t,e,n){"use strict";var i=n(13),r=n(27),o=n(28)("match");t.exports=function(t){var e;return i(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==r(t))}},function(t,e,n){"use strict";var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},function(t,e,n){"use strict";var i=n(29)("wks"),r=n(22),o=n(8).Symbol,s="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=i},function(t,e,n){"use strict";var i=n(9),r=n(8),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(30)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){"use strict";t.exports=!1},function(t,e,n){"use strict";t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){"use strict";var i=n(28)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,!"/./"[t](e)}catch(t){}}return!0}},function(t,e,n){"use strict";n(34),t.exports=n(9).Array.includes},function(t,e,n){"use strict";var i=n(7),r=n(35)(!0);i(i.P,"Array",{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n(41)("includes")},function(t,e,n){"use strict";var i=n(36),r=n(38),o=n(40);t.exports=function(t){return function(e,n,s){var a,u=i(e),l=r(u.length),c=o(s,l);if(t&&n!=n){for(;l>c;)if((a=u[c++])!=a)return!0}else for(;l>c;c++)if((t||c in u)&&u[c]===n)return t||c||0;return!t&&-1}}},function(t,e,n){"use strict";var i=n(37),r=n(31);t.exports=function(t){return i(r(t))}},function(t,e,n){"use strict";var i=n(27);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e,n){"use strict";var i=n(39),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){"use strict";var i=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:i)(t)}},function(t,e,n){"use strict";var i=n(39),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){"use strict";var i=n(28)("unscopables"),r=Array.prototype;void 0==r[i]&&n(10)(r,i,{}),t.exports=function(t){r[i][t]=!0}},function(t,e,n){"use strict";n(43),t.exports=n(9).Object.assign},function(t,e,n){"use strict";var i=n(7);i(i.S+i.F,"Object",{assign:n(44)})},function(t,e,n){"use strict";var i=n(45),r=n(49),o=n(50),s=n(51),a=n(37),u=Object.assign;t.exports=!u||n(16)(function(){var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||"abcdefghijklmnopqrst"!=Object.keys(u({},e)).join("")})?function(t,e){for(var n=s(t),u=arguments.length,l=1,c=r.f,h=o.f;u>l;)for(var p,d=a(arguments[l++]),f=c?i(d).concat(c(d)):i(d),m=f.length,g=0;m>g;)h.call(d,p=f[g++])&&(n[p]=d[p]);return n}:u},function(t,e,n){"use strict";var i=n(46),r=n(48);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){"use strict";var i=n(21),r=n(36),o=n(35)(!1),s=n(47)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),u=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>u;)i(a,n=e[u++])&&(~o(l,n)||l.push(n));return l}},function(t,e,n){"use strict";var i=n(29)("keys"),r=n(22);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){"use strict";t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){"use strict";e.f=Object.getOwnPropertySymbols},function(t,e,n){"use strict";e.f={}.propertyIsEnumerable},function(t,e,n){"use strict";var i=n(31);t.exports=function(t){return Object(i(t))}},function(t,e,n){"use strict";n(53),t.exports=n(9).Math.log2},function(t,e,n){"use strict";var i=n(7);i(i.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,e,n){"use strict";n(55),t.exports=n(9).Number.isNaN},function(t,e,n){"use strict";var i=n(7);i(i.S,"Number",{isNaN:function(t){return t!=t}})},function(t,e,n){"use strict";n(57),t.exports=n(9).Number.isInteger},function(t,e,n){"use strict";var i=n(7);i(i.S,"Number",{isInteger:n(58)})},function(t,e,n){"use strict";var i=n(13),r=Math.floor;t.exports=function(t){return!i(t)&&isFinite(t)&&r(t)===t}},function(t,e,n){"use strict";n(60),n(62),n(72),n(75),n(92),n(93),t.exports=n(9).Promise},function(t,e,n){"use strict";var i=n(61),r={};r[n(28)("toStringTag")]="z",r+""!="[object z]"&&n(20)(Object.prototype,"toString",function(){return"[object "+i(this)+"]"},!0)},function(t,e,n){"use strict";var i=n(27),r=n(28)("toStringTag"),o="Arguments"==i(function(){return arguments}());t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?n:o?i(e):"Object"==(s=i(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,n){"use strict";var i=n(63)(!0);n(64)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e,n){"use strict";var i=n(39),r=n(31);t.exports=function(t){return function(e,n){var o,s,a=String(r(e)),u=i(n),l=a.length;return u<0||u>=l?t?"":void 0:(o=a.charCodeAt(u))<55296||o>56319||u+1===l||(s=a.charCodeAt(u+1))<56320||s>57343?t?a.charAt(u):o:t?a.slice(u,u+2):s-56320+(o-55296<<10)+65536}}},function(t,e,n){"use strict";var i=n(30),r=n(7),o=n(20),s=n(10),a=n(65),u=n(66),l=n(70),c=n(71),h=n(28)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,e,n,f,m,g,v){u(n,e,f);var _,y,b,w=function(t){if(!p&&t in E)return E[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",C="values"==m,A=!1,E=t.prototype,x=E[h]||E["@@iterator"]||m&&E[m],k=x||w(m),O=m?C?w("entries"):k:void 0,T="Array"==e?E.entries||x:x;if(T&&(b=c(T.call(new t)))!==Object.prototype&&b.next&&(l(b,S,!0),i||"function"==typeof b[h]||s(b,h,d)),C&&x&&"values"!==x.name&&(A=!0,k=function(){return x.call(this)}),i&&!v||!p&&!A&&E[h]||s(E,h,k),a[e]=k,a[S]=d,m)if(_={values:C?k:w("values"),keys:g?k:w("keys"),entries:O},v)for(y in _)y in E||o(E,y,_[y]);else r(r.P+r.F*(p||A),e,_);return _}},function(t,e,n){"use strict";t.exports={}},function(t,e,n){"use strict";var i=n(67),r=n(19),o=n(70),s={};n(10)(s,n(28)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=i(s,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){"use strict";var i=n(12),r=n(68),o=n(48),s=n(47)("IE_PROTO"),a=function(){},u=function(){var t,e=n(17)("iframe"),i=o.length;for(e.style.display="none",n(69).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("
Ionic App