0)for(p=n.ChartStripLines.length,v=0;v0?h.labelIntersectAction=\"trim\":n.LabelsAutoFitEnabled?h.labelIntersectAction=n.PrExventWordWrap&&n.PrExventLabelOffset?n.AllowLabelRotation!=\"none\"?n.AllowLabelRotation:\"trim\":n.PrExventLabelOffset?\"wrapByWord\":\"multipleRows\":n.Angle?h.labelRotation=n.Angle:h.labelIntersectAction=n.LabelOverFlowMode,n.LineColor&&(h.axisLine.color=n.LineColor),n.LineWidth&&(h.axisLine.width=n.LineWidth),n.HideEndLabels&&(h.edgeLabelPlacement=\"hide\"),h.visible=n.VisibleStatus==\"True\"||n.VisibleStatus==\"Auto\"?h.axisLine.visible=!0:h.axisLine.visible=!1,n.LineStyle==\"None\"&&(h.axisLine.visible=!1),i==\"XAxis\"&&(h.valueType=ej.isNullOrUndefined(f)||f!=\"DateTime\"||n.LabelFormat==null?\"category\":\"datetimecategory\"),ej.isNullOrUndefined(f)||f!=\"DateTime\"||n.IntervalType!=\"Years\"&&n.IntervalType!=\"Months\"&&n.IntervalType!=\"Days\"&&n.IntervalType!=\"Hours\"&&n.IntervalType!=\"Minutes\"&&n.IntervalType!=\"Seconds\"&&n.IntervalType!=\"Milliseconds\"&&n.IntervalType!=\"Weeks\"||(h.intervalType=n.IntervalType.toLowerCase(),ej.isNullOrUndefined(h.valueType)&&(h.valueType=\"datetime\")),(n.IsDateMin||n.IsDateMax)&&(ej.isNullOrUndefined(h.valueType)&&(h.valueType=\"datetime\"),(n.IntervalType==\"Years\"||n.IntervalType==\"Months\"||n.IntervalType==\"Days\"||n.IntervalType==\"Hours\"||n.IntervalType==\"Minutes\"||n.IntervalType==\"Seconds\"||n.IntervalType==\"Milliseconds\"||n.IntervalType==\"Weeks\")&&(h.intervalType=n.IntervalType.toLowerCase())),e==\"Secondary\"&&(h.opposedPosition=!0,h.name=i),h},_getStripLines:function(n,t){var i={font:{},visible:!0,zIndex:\"behind\",start:n.IntervalOffset,width:n.StripWidth,isRepeat:n.Interval&&n.Interval>0?!0:!1,repeatEvery:n.Interval?n.Interval:0,text:n.Title,textAlignment:this._getStripLineTextAlign(n.Style.TextAlign)},r,u;return i.sizeType=n.IntervalType==\"Default\"?\"auto\":n.IntervalType==\"Number\"?\"pixel\":n.IntervalType.toLowerCase(),n.Style&&(n.Style.FillStyle&&n.Style.FillStyle.BackgroundColor&&(i.color=n.Style.FillStyle.BackgroundColor),n.BackgroundImg&&(r=this.model.printMode?\"PrintImage\":\"GetResource\",t?(u=this._reportImages[n.BackgroundImg]?this._reportImages[n.BackgroundImg]:n.BackgroundImg,i.imageUrl=\"data:image/png;base64,\"+u):i.imageUrl=this._getMultiTenantUrl(this.model.reportServiceUrl+\"/\"+r+\"/?key=\"+n.BackgroundImg+\"&resourcetype=sfimg&isPrint=\"+this.model.printMode,!1)),n.Style.Border&&n.Style.Border.Default.BorderStyle!=\"Default\"&&n.Style.Border.Default.BorderStyle!=\"None\"?(n.Style.Border.Default.BorderBrush&&(i.borderColor=n.Style.Border.Default.BorderBrush),n.Style.Border.Default.Thickness!=0&&(i.borderWidth=n.Style.Border.Default.Thickness)):i.borderWidth=0,n.Style.Color&&(i.font.color=n.Style.Color),n.Style.Font&&(n.Style.Font.FontFamily&&(i.font.fontFamily=n.Style.Font.FontFamily),n.Style.Font.FontSize!=0&&(i.font.size=n.Style.Font.FontSize+\"px\"),n.Style.Font.FontStyle&&(i.font.fontStyle=n.Style.Font.FontStyle!==\"Default\"?n.Style.Font.FontStyle.toLowerCase():\"\"),n.Style.Font.FontWeight&&(i.font.fontWeight=this._getConvertedFontWeight(n.Style.Font.FontWeight)))),i},_getStripLineTextAlign:function(n){switch(n.toLowerCase()){case\"left\":return\"middletop\";case\"center\":return\"middlecenter\";case\"right\":return\"middlebottom\";default:return\"middletop\"}},_getGridLines:function(n){var t={};return t.visible=n.Enabled,n.Enabled&&n.Style&&n.Style.Default&&(n.Style.Default.BorderBrush&&(t.color=n.Style.Default.BorderBrush),n.Style.Default.BorderStyle!=\"None\"&&(t.width=n.Style.Default.Thickness),n.Style.Default.BorderStyle==\"Dashed\"?t.dashArray=\"2,4\":n.Style.Default.BorderStyle==\"Dotted\"&&(t.dashArray=\"2,2\")),t},_getTickMarks:function(n){var t={};return t.visible=n.Enabled,n.Enabled&&(n.Style&&n.Style.Default&&(n.Style.Default.BorderBrush&&(t.color=n.Style.Default.BorderBrush),n.Style.Default.Thickness&&(t.width=n.Style.Default.Thickness),n.Style.Default.BorderStyle==\"None\"&&(t.visible=!1)),n.Length&&(t.size=n.Length)),t},_renderImageControl:function(n,t,i,r,u,f){var l=this._controlKeyGenerator(this._id+\"_\"+(n.ItemName!=null?n.ItemName:n.Name),r,u,f),o=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",n.ToolTip,{id:l},{tabindex:\"0\",\"aria-label\":this._getLocaleString(\"reportItemLabel\",\"Image\")+n.Name}),e={},a,c,s,h;this._appendChild(i,o);e[\"-webkit-box-sizing\"]=\"border-box\";e[\"-moz-box-sizing\"]=\"border-box\";e[\"box-sizing\"]=\"border-box\";e.position=t&&n.IsTablixChild?\"relative\":\"absolute\";e.top=n.Top+\"px\";e.left=n.Left+\"px\";e.width=n.Width+\"px\";e.height=n.Height+\"px\";e.overflow=\"hidden\";e.visibility=n.Hidden?\"hidden\":\"visible\";e[\"padding-left\"]=n.PaddingLeft+\"px\";e[\"padding-right\"]=n.PaddingRight+\"px\";e[\"padding-top\"]=n.PaddingTop+\"px\";e[\"padding-bottom\"]=n.PaddingBottom+\"px\";n.ActionInfo&&(o.setAttribute(\"actionObj\",JSON.stringify(n.ActionInfo)),o.className+=\" drillAction_\"+this._id+\" e-reportviewer-drillhover\");n.Border&&!n.IsTablixChild&&this._applyBorderStyle(n.Border,o);n.ExternalImageUrl==null&&n.EmbedImageData?this._addEmbeddedImage(o,n.ImageWidth,n.ImageHeight,l+\"_imgTag\",n.ImageUrl):(a=n.ExternalImageUrl?n.ExternalImageUrl:this._getMultiTenantUrl(this.model.reportServiceUrl+\"/GetResource/?key=\"+n.ImageUrl+\"&resourcetype=sfimg&isPrint=\"+u,!1),c=this._buildTag(\"img\",null,null,{alt:\"\",id:l+\"_imgTag\",onload:n.ExternalImageUrl?\"ej.ReportViewer.prototype._updateImageScale(this)\":\"\",src:u?\"\":a,\"data-imgUrl\":a}),c.style.width=n.ImageWidth+\"px\",c.style.height=n.ImageHeight+\"px\",this._appendChild(o,c),n.Angle&&n.Angle!=\"0\"&&(s={},h=n.Angle,s.transform=\"rotate(\"+h+\"deg)\",s[\"-webkit-transform\"]=\"rotate(\"+h+\"deg)\",s[\"-ms-transform\"]=\"rotate(\"+h+\"deg)\",s[\"-moz-transform\"]=\"rotate(\"+h+\"deg)\",s[\"-o-transform\"]=\"rotate(\"+h+\"deg)\",this._setTagStyle(c,s)));this._setTagStyle(o,e)},_updateImageScale:function(n){if(n.id==\"Uniform\"){var t=Math.min(n.parentNode.offsetWidth/n.naturalWidth,n.parentNode.offsetHeight/n.naturalHeight);n.style.width=n.naturalWidth*t+\"px\";n.style.height=n.naturalHeight*t+\"px\"}else n.id==\"UniformToFill\"&&(n.style.width=n.naturalWidth+\"px\",n.style.height=n.naturalHeight+\"px\")},_renderCustomReportItemControl:function(n,t,i,r,u,f){var h=this._controlKeyGenerator(this._id+\"_\"+(n.ItemName!=null?n.ItemName:n.Name),r,u,f),o=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",n.ToolTip,{id:h},{tabindex:\"0\",\"aria-lable\":this._getLocaleString(\"reportItemLabel\",\"Custom\")+n.Name}),e={},c,s;return this._appendChild(i,o),e[\"-webkit-box-sizing\"]=\"border-box\",e[\"-moz-box-sizing\"]=\"border-box\",e[\"box-sizing\"]=\"border-box\",e.position=t&&n.IsTablixChild?\"relative\":\"absolute\",e.top=n.Top+\"px\",e.left=n.Left+\"px\",e.width=n.Width+\"px\",e.height=n.Height+\"px\",e.overflow=\"hidden\",e.visibility=n.Hidden?\"hidden\":\"visible\",e[\"padding-left\"]=n.PaddingLeft+\"px\",e[\"padding-right\"]=n.PaddingRight+\"px\",e[\"padding-top\"]=n.PaddingTop+\"px\",e[\"padding-bottom\"]=n.PaddingBottom+\"px\",n.ActionInfo&&(o.setAttribute(\"actionObj\",JSON.stringify(n.ActionInfo)),o.className+=\" drillAction_\"+this._id+\" e-reportviewer-drillhover\"),n.Border&&!n.IsTablixChild&&this._applyBorderStyle(n.Border,o),n.EmbedImageData?this._addEmbeddedImage(o,n.Width,n.Height,h+\"_imgTag\",n.ImageUrl):(c=this._getMultiTenantUrl(this.model.reportServiceUrl+\"/GetResource/?key=\"+n.ImageUrl+\"&resourcetype=sfimg&isPrint=\"+u,!1),s=this._buildTag(\"img\",null,null,{alt:\"\",id:h+\"_imgTag\",onload:\"\",src:u?\"\":c,\"data-imgUrl\":c}),s.width=n.imageWidth,s.height=n.imageHeight,this._appendChild(o,s)),this._setTagStyle(o,e),o},_renderRectangleControl:function(n,t,i,r,u,f,e){var c=this._controlKeyGenerator(this._id+\"_\"+(n.ItemName!=null?n.ItemName:n.Name),r,u,f),s=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",n.ToolTip,{id:c},{tabindex:\"0\",\"aria-label\":this._getLocaleString(\"reportItemLabel\",\"Rectangle\")+n.Name}),h={},a,l,o,v,y;if(this._appendChild(i,s),h[\"-webkit-box-sizing\"]=\"border-box\",h[\"-moz-box-sizing\"]=\"border-box\",h[\"box-sizing\"]=\"border-box\",h.position=t?\"relative\":\"absolute\",h.top=n.Top+\"px\",h.left=n.Left+\"px\",h.width=n.Width+\"px\",h.height=n.Height+\"px\",h[\"background-color\"]=n.BackgroundColor,h.visibility=n.Hidden?\"hidden\":\"visible\",a=u?\"PrintImage\":\"GetResource\",n.BackgroundImageSrc&&(h[\"background-image\"]=this._getImageDataURL(n.EmbedImageData,u,a,n.BackgroundImageSrc)),n.BackgroundRepeat&&(h[\"background-repeat\"]=this._getBackgroundRepeat(n.BackgroundRepeat)),n.Border&&!t&&this._applyBorderStyle(n.Border,s),n.IsTablixChild&&n.ReportModels&&n.ReportModels.length>0)for(l=0;l0?e.MapPolygonLayers[0]:null;o={};o.layers=[{type:\"Layer\",layerType:\"Geometry\",shapeData:s.MapFields,shapePropertyPath:s.MapBindingFieldPairs?s.MapBindingFieldPairs.FieldName:\"name\",shapeDataPath:\"Value\",dataSource:n.MapModelData,highlightSettings:{enable:!1},tooltipSettings:this._getTooltipSettings(s),dataLabelSettings:this._getLabelSettings(s),shapeSettings:this._getShapeSettings(s),markerSettings:this._getMarkerSettings(s,n.MapMarkerData),visible:s&&s.MapPolygonTemplate?!s.MapPolygonTemplate.Hidden:!1}];o.height=this._getCalculatedHeight(n.Height,h)+\"px\";o.width=this._getCalculatedWidth(n.Width,h)+\"px\";o.background=e.Background.BackgroundColor;o.mapsArea={background:e.Background.BackgroundColor};o.projectionType=this._getMapProjection(p);o.titleSettings=this._getTitleSetting(e.MapTitles);o.legendSettings=this._getLegendSettings(e,o.width,o.height);v.position=\"relative\";this._setTagStyle(l,v);y=new ejs.maps.Maps(o);y.appendTo($(\"#\"+l.id)[0])}u||this._dataVisualization.push({name:n.ItemName!=null?n.ItemName:n.Name,id:l.id,type:\"MapModel\"})},_getCalculatedWidth:function(n,t){var i=n,r=t.style.borderLeftStyle!=\"none\"&&t.style.borderLeftWidth?parseFloat(t.style.borderLeftWidth,10):0,u=t.style.borderRightStyle!=\"none\"&&t.style.borderRightWidth?parseFloat(t.style.borderRightWidth,10):0;return i-r-u},_getCalculatedHeight:function(n,t){var i=n,r=t.style.borderTopStyle!=\"none\"&&t.style.borderTopWidth?parseFloat(t.style.borderTopWidth,10):0,u=t.style.borderBottomStyle!=\"none\"&&t.style.borderBottomWidth?parseFloat(t.style.borderBottomWidth,10):0;return i-r-u},_getTitleSetting:function(n){var i=null,t;return n&&n.length>0&&(t=n[0],i=t.Hidden?{text:\"\"}:{text:t.Text?t.Text:\"Map Title\",alignment:t.Style.TextAlign?this._getMapTitleAlignment(t.Style.TextAlign):\"Left\",textStyle:{color:t.Style.TextColor?t.Style.TextColor:\"Gray\",size:t.Style.Font.FontSize?t.Style.Font.FontSize:\"10pt\",fontFamily:t.Style.Font.FontFamily?t.Style.Font.FontFamily:\"Arial\",fontStyle:t.Style.Font.FontStyle?t.Style.Font.FontStyle:\"Default\",fontWeight:t.Style.Font.FontWeight?this._getConvertedFontWeight(t.Style.Font.FontWeight):\"Normal\"}}),i},_getMapTitleAlignment:function(n){var t=\"\";switch(n.toLowerCase()){case\"center\":t=\"Center\";break;case\"left\":t=\"Near\";break;case\"right\":t=\"Far\";break;default:t=\"Center\"}return t},_getTooltipSettings:function(n){var t=null;return n&&(t={visible:!0,valuePath:\"ToolTipPath\"}),t},_getShapeSettings:function(n){var t=null;return n&&n.ShapeSettings&&(t={colorMapping:[],colorValuePath:null,valuePath:null,fill:n.MapPolygonTemplate&&n.MapPolygonTemplate.BackGround&&n.MapPolygonTemplate.BackGround.BackgroundColor?n.MapPolygonTemplate.BackGround.BackgroundColor:\"#E5E5E5\",border:{color:n.MapPolygonTemplate&&n.MapPolygonTemplate.Border&&n.MapPolygonTemplate.Border.BorderBrush?n.MapPolygonTemplate.Border.BorderBrush:\"#ffffff\",width:n.MapPolygonTemplate&&n.MapPolygonTemplate.Border&&n.MapPolygonTemplate.Border.Thickness?n.MapPolygonTemplate.Border.Thickness:.75}},n&&n.ShapeColorMappings&&n.ShapeColorMappings.length>0&&(t.colorMapping=n.ShapeColorMappings,t.colorValuePath=n.ShapeSettings.ShapeColorValuePath,t.valuePath=n.ShapeSettings.ShapeValuePath)),t},_getMarkerSettings:function(n,t){var r=[],i;return n&&n.MapCenterPointTemplate&&t.length>0&&(i=n.MapCenterPointTemplate.Size?n.MapCenterPointTemplate.Size:\"10\",r=[{visible:!n.MapCenterPointTemplate.Hidden,dataSource:t,latitudeValuePath:\"LatitudeValuePath\",longitudeValuePath:\"LongitudeValuePath\",colorValuePath:\"Color\",shapeValuePath:\"MapMarkerStyle\",imageUrlValuePath:\"ImagePath\",animationDuration:this.model.enableAnimation?1e3:0,width:i,height:i,border:this._getMarkerBorder(n),tooltipSettings:this._getTooltipSettings(n)}]),r},_getMarkerBorder:function(n){return{color:n.MapCenterPointTemplate.Border&&n.MapCenterPointTemplate.Border.BorderBrush?n.MapCenterPointTemplate.Border.BorderBrush:\"#808080\",width:n.MapCenterPointTemplate.Border&&n.MapCenterPointTemplate.Border.Thickness?n.MapCenterPointTemplate.Border.Thickness:.75}},_setBubbleSettings:function(n,t){var i=null;return t.MapCenterPointRules&&t.MapCenterPointRules.length>0&&t.MapCenterPointRules.MapSizeRule&&(i={maxRadius:t.BubbleSettings.MaxSize,minRadius:t.BubbleSettings.MinSize,colorValuePath:t.BubbleSettings.ColorValuePath==null?\"Value\":t.BubbleSettings.ColorValuePath,valuePath:t.BubbleSettings.ValuePath},t.BubbleColorMappings&&t.BubbleColorMappings.length>1&&(i.colorMappings=t.BubbleColorMappings)),i&&(n.layers[0].bubbleSettings=i),n},_getLabelSettings:function(n){if(n&&n.MapPolygonTemplate&&!n.MapPolygonTemplate.Hidden&&n.ShapeSettings){var t=n.MapPolygonTemplate.ShowLabel?\"Trim\":\"None\";return{visible:n.MapPolygonTemplate.ShowLabel?!0:!1,labelPath:n.ShapeSettings.LabelPath,textStyle:{color:n.MapPolygonTemplate.Style&&n.MapPolygonTemplate.Style.TextColor?n.MapPolygonTemplate.Style.TextColor:\"Black\",fontFamily:n.MapPolygonTemplate.Style&&n.MapPolygonTemplate.Style.Font&&n.MapPolygonTemplate.Style.Font.FontFamily?n.MapPolygonTemplate.Style.Font.FontFamily:\"Arial\",fontStyle:n.MapPolygonTemplate.Style&&n.MapPolygonTemplate.Style.Font&&n.MapPolygonTemplate.Style.Font.FontStyle?n.MapPolygonTemplate.Style.Font.FontStyle:\"Default\",fontWeight:n.MapPolygonTemplate.Style&&n.MapPolygonTemplate.Style.Font&&n.MapPolygonTemplate.Style.Font.FontWeight?this._getConvertedFontWeight(n.MapPolygonTemplate.Style.Font.FontWeight):\"Normal\",size:n.MapPolygonTemplate.Style&&n.MapPolygonTemplate.Style.Font&&n.MapPolygonTemplate.Style.Font.FontSize?n.MapPolygonTemplate.Style.Font.FontSize:\"10pt\"},smartLabelMode:t,intersectionAction:t}}},_isValidColorCode:function(n){return/^#[0-9a-fA-F]{6}$/ig.test(n)},_getMapProjection:function(n){var t=\"Mercator\",i;if(n.MapProjection){i=n.MapProjection;switch(i){case\"HammerAitoff\":t=\"AitOff\";break;case\"Fahey\":t=\"Miller\";break;case\"Eckert1\":t=\"Eckert5\";break;case\"Bonne\":t=\"Eckert6\";break;case\"Equirectangular\":case\"Eckert3\":case\"Mercator\":t=i}}return t},_getLegendSettings:function(n,t,i){var u={},r,f,e;return n.MapLegends&&n.MapLegends.length>0&&(r=n.MapLegends[0],r.Hidden?u={visible:!1}:(u.visible=!r.Hidden,u.showLegendPath=!0,u.background=\"LightGrey\",r.Position&&(f=this._getMapLegendPosition(r.Position),e=this._getMapLegendSize(f.position,t,i),u.position=f.position,u.orientation=f.position===\"Left\"||f.position===\"Right\"?\"Vertical\":\"Horizontal\",u.alignment=f.alignment,u.width=e.width,u.height=e.height),r.LegendMode&&(u.mode=r.LegendMode?r.LegendMode:\"Default\",r.LegendMode===\"Interactive\"&&(u.orientation===\"Vertical\"?(u.height=\"70%\",u.width=\"10\"):(u.height=\"10\",u.width=\"\"))),r.BackGround&&r.BackGround.BackgroundColor&&(u.background=r.BackGround.BackgroundColor.startsWith(\"#\")&&!this._isValidColorCode(r.BackGround.BackgroundColor)?\"LightGrey\":r.BackGround.BackgroundColor),r.Border&&r.Border.BorderStyle!=\"None\"&&(u.border={},r.Border.BorderBrush&&(u.border.color=r.Border.BorderBrush),r.Border.Thickness!=0&&(u.border.width=r.Border.Thickness)),r.Style&&(u.textStyle={},u.textStyle.color=r.Style.TextColor?r.Style.TextColor:\"Black\",r.Style.Font&&(r.Style.Font.FontFamily&&(u.textStyle.fontFamily=r.Style.Font.FontFamily?r.Style.Font.FontFamily:\"Arial\"),r.Style.Font.FontStyle&&(u.textStyle.fontStyle=r.Style.Font.FontStyle?r.Style.Font.FontStyle:\"default\"),r.Style.Font.FontWeight&&(u.textStyle.fontWeight=r.Style.Font.FontWeight?r.Style.Font.FontWeight:\"bold\"),r.Style.Font.FontSize!=0&&(u.textStyle.size=r.Style.Font.FontSize?r.Style.Font.FontSize+\"px\":\"10px\"))),r.MapLegendTitle&&(u.title={},r.MapLegendTitle.Caption&&(u.title.text=r.MapLegendTitle.Caption),r.MapLegendTitle.Style&&(u.titleStyle={},u.titleStyle.color=r.MapLegendTitle.Style.TextColor?r.MapLegendTitle.Style.TextColor:\"Black\",r.MapLegendTitle.Style.Font&&(r.MapLegendTitle.Style.Font.FontFamily&&(u.titleStyle.fontFamily=r.MapLegendTitle.Style.Font.FontFamily?r.MapLegendTitle.Style.Font.FontFamily:\"Arial\"),r.MapLegendTitle.Style.Font.FontStyle&&(u.titleStyle.fontStyle=r.MapLegendTitle.Style.Font.FontStyle?r.MapLegendTitle.Style.Font.FontStyle:\"default\"),r.MapLegendTitle.Style.Font.FontWeight&&(u.titleStyle.fontWeight=r.MapLegendTitle.Style.Font.FontWeight?r.MapLegendTitle.Style.Font.FontWeight:\"bold\"),r.MapLegendTitle.Style.Font.FontSize!=0&&(u.titleStyle.size=r.MapLegendTitle.Style.Font.FontSize?r.MapLegendTitle.Style.Font.FontSize+\"px\":\"10px\")))),u.shape=\"Rectangle\")),u},_getMapLegendSize:function(n,t,i){var r={width:\"60px\",height:\"30px\"};if(n)switch(n){case\"Top\":case\"Bottom\":r.width=(parseInt(t,10)-10).toString()+\"px\";break;case\"Left\":case\"Right\":r.height=(parseInt(i,10)-10).toString()+\"px\"}return r},_getMapLegendPosition:function(n){var t={position:\"Right\",alignment:\"Center\"};switch(n){case\"TopLeft\":t={position:\"Top\",alignment:\"Near\"};break;case\"TopCenter\":t={position:\"Top\",alignment:\"Center\"};break;case\"TopRight\":t={position:\"Top\",alignment:\"Far\"};break;case\"LeftTop\":t={position:\"Left\",alignment:\"Near\"};break;case\"LeftCenter\":t={position:\"Left\",alignment:\"Center\"};break;case\"LeftBottom\":t={position:\"Left\",alignment:\"Far\"};break;case\"RightTop\":t={position:\"Right\",alignment:\"Near\"};break;case\"RightCenter\":t={position:\"Right\",alignment:\"Center\"};break;case\"RightBottom\":t={position:\"Right\",alignment:\"Far\"};break;case\"BottomLeft\":t={position:\"Bottom\",alignment:\"Near\"};break;case\"BottomCenter\":t={position:\"Bottom\",alignment:\"Center\"};break;case\"BottomRight\":t={position:\"Bottom\",alignment:\"Far\"}}return t},_renderGaugeControl:function(n,t,i,r,u,f,e,o){var s=n.GaugePanel,a,v,y,l,p,w,b;t&&(this._id=f,n.Top=0,n.Left=0);var k=this._controlKeyGenerator(this._id+\"_\"+(n.ItemName!=null?n.ItemName:n.Name),f,e,o),c=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",null,{id:k},{tabindex:\"0\",\"aria-label\":this._getLocaleString(\"reportItemLabel\",\"Gauge\")+n.Name}),h={\"-webkit-box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"box-sizing\":\"border-box\",overflow:\"hidden\"};this._appendChild(u,c);h.position=\"absolute\";h.visibility=n.Hidden?\"hidden\":\"visible\";a=n.Height;v=n.Width;n.Top&&(h.top=n.Top+\"px\");n.Left&&(h.left=n.Left+\"px\");y=\"Horizontal\";l=0;s.RadialGauges&&s.RadialGauges.length>0&&(l=l+s.RadialGauges.length);s.LinearGauges&&s.LinearGauges.length>0&&(l=l+s.LinearGauges.length);s.Indicator&&s.Indicator.length>0&&(l=l+s.Indicator.length);p=e?\"PrintImage\":\"GetResource\";s.GaugeFrame&&s.GaugeFrame.FrameImage&&(h[\"background-image\"]=this._getImageDataURL(s.EmbedImageData,e,p,s.GaugeFrame.FrameImage));s.Border&&!i&&this._applyBorderStyle(s.Border,c);l!=0&&(a>v?(a=a/l,y=\"Vertical\"):v=v/l);s.RadialGauges&&s.RadialGauges.length>0&&this._renderRadialGauge(n,c,n.ItemName!=null?n.ItemName:n.Name,y,v,a,f,e,o);s.LinearGauges&&s.LinearGauges.length>0&&this._renderLinearGauge(n,c,n.ItemName!=null?n.ItemName:n.Name,y,v,a,f,e,o);s.Indicator&&s.Indicator.length>0&&(w=i?0:parseFloat(c.style.borderLeftWidth,10)+parseFloat(c.style.borderRightWidth,10),b=i?0:parseFloat(c.style.borderTopWidth,10)+parseFloat(c.style.borderBottomWidth,10),this._renderIndicator(s.Indicator,s,c,n.ItemName!=null?n.ItemName:n.Name,v-w,a-b,f,e,o));s.GaugeLabel&&s.GaugeLabel.length>0&&this._renderGaugeLabel(n,c);i?(h.position=\"relative\",h.width=v+\"px\",h.height=r&&r.height>a?r.height+\"px\":a+\"px\",h[\"background-color\"]=s.BackgroundColor):(h.width=n.Width+\"px\",h.height=n.Height+\"px\",h[\"background-color\"]=s.BackgroundColor);this._setTagStyle(c,h)},_renderGaugeLabel:function(n,t){var u;if(!(n.GaugePanel.RadialGauges&&n.GaugePanel.RadialGauges.length>0&&n.GaugePanel.GaugeLabel[0].ParentItem!==\"None\")){var i=n.GaugePanel.GaugeLabel[0],r=this._buildTag(\"div\",\".e-gauge-label\"),f={left:i.Left+\"%\",top:i.Top+\"%\",\"background-color\":i.BackgroundColor,\"border-color\":i.Style.BorderColor,\"border-width\":i.Style.BorderWidth+\"px\",\"border-style\":i.Style.Borderstyle,position:\"absolute\",height:i.Height+\"%\",width:i.Width+\"%\",\"font-size\":i.Font.FontSize+\"px\",\"font-weight\":this._getConvertedFontWeight(i.Font.FontWeight),\"font-style\":i.Font.FontStyle===\"Default\"||i.Font.FontStyle===\"Normal\"?\"normal\":\"italic\",\"font-family\":i.Font.FontFamily,color:i.TextColor,\"text-decoration\":i.TextDecoration,\"text-align\":i.TextAlign,\"z-index\":1};this._setTagStyle(r,f);u=this._buildTag(\"span\",\".e-gauge-label-content\");$(u).text(i.Text);this._appendChild(r,u);this._updateGaugeLabelVerticalAlign(i.VerticalAlignment,$(r));this._appendChild(t,r)}},_updateGaugeLabelVerticalAlign:function(n,t){switch(n){case\"Default\":t.css(\"display\",\"\");t.children().css({\"vertical-align\":\"\",display:\"\"});break;case\"Top\":t.css(\"display\",\"table\");t.children().css({\"vertical-align\":\"top\",display:\"table-cell\"});break;case\"Middle\":t.css(\"display\",\"table\");t.children().css({\"vertical-align\":\"middle\",display:\"table-cell\"});break;case\"Bottom\":t.css(\"display\",\"table\");t.children().css({\"vertical-align\":\"bottom\",display:\"table-cell\"})}},_renderIndicator:function(n,t,i,r,u,f,e,o,s){for(var h,a,d,l,v,c,w=\"http://www.w3.org/2000/svg\",b=0;b=p&&(y=it,p=tt),h.IndicatorData.Value>=y&&h.IndicatorData.Value<=p){fillColor=h.IndicatorState[c].FillColor;l.setAttributeNS(null,\"style\",v+\"transform: scale(\"+h.IndicatorState[c].ScaleFactor+\");\");var rt=this._getIndicatorIconPaths(nt),g=document.createElementNS(w,\"g\"),k=this;rt.forEach(function(n){var t=document.createElementNS(w,n.tag);n.class&&(t.setAttribute(\"class\",n.class),k._setTagStyle(t,{fill:n.class===\"e-indicator-color\"?fillColor:\"transparent\"}));k._setAttributes(t,null,n.attr);k._appendChild(g,t)});this._appendChild(l,g);break}}this._appendChild(i,a)}},_getIndicatorIconPaths:function(n){var t=[];switch(n){case\"Circle\":case\"ThreeSignsCircle\":case\"QuartersAllFilled\":case\"TrafficLightUnrimmed\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"14.5\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,31A15,15,0,1,1,31,16,15,15,0,0,1,16,31ZM16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z\"}}];break;case\"Flag\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"6\",y:\"1\",width:\"10\",height:\"14\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M17,16H5V0H17ZM7,14h8V2H7Z\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"16\",y:\"5\",width:\"10\",height:\"14\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M27,20H15V4H27ZM17,18h8V6H17Z\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"5\",width:\"2\",height:\"32\"}}];break;case\"ArrowDown\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"25.58 14.32 18.06 21.7 18.06 2.28 14.06 2.28 14.06 21.7 6.42 14.19 3.52 17.04 16 29.32 28.48 17.16 25.58 14.32\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,30.72,2.09,17l4.33-4.25,6.64,6.53v-18h6v18l6.52-6.4,4.33,4.25ZM4.94,17,16,27.92,27.05,17.16l-1.47-1.44-8.52,8.37V3.28h-2V24.09l-8.64-8.5Z\"}}];break;case\"ArrowDownIncline\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"22.93 8.93 22.95 19.95 8.42 5.42 5.47 8.37 19.91 22.98 7.86 22.98 7.86 27 26.94 27 26.94 8.93 22.93 8.93\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M27.94,28H6.86V22H17.52L4.06,8.37,8.42,4,21.94,17.53l0-9.6h6ZM8.86,26H25.94V9.93h-2l0,12.44L8.42,6.83,6.88,8.37,22.31,24H8.86Z\"}}];break;case\"ArrowSide\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"14.39 6.01 21.99 13.56 2 13.55 2 17.6 21.99 17.72 13.7 25.99 16.46 28.74 29.59 15.66 17.16 3.26 14.39 6.01\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16.47,30.15,12.29,26l7.29-7.28L1,18.6V12.55H19.56L13,6l4.18-4.17L31,15.66ZM15.12,26l1.35,1.34,11.7-11.67-11-11L15.81,6l8.61,8.55H3v2.06l21.39.13Z\"}}];break;case\"ArrowUp\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"6.42 17.68 13.94 10.3 13.94 29.72 17.94 29.72 17.94 10.3 25.58 17.81 28.48 14.96 16 2.68 3.52 14.84 6.42 17.68\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M18.94,30.72h-6v-18l-6.52,6.4L2.09,14.83,16,1.28,29.91,15l-4.33,4.25-6.64-6.53Zm-4-2h2V7.91l8.64,8.5L27.06,15,16,4.08,5,14.84l1.47,1.44,8.52-8.37Z\"}}];break;case\"ArrowUpIncline\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"22.93 23.07 22.95 12.05 8.42 26.59 5.47 23.63 19.91 9.02 7.86 9.02 7.86 5 26.94 5 26.94 23.07 22.93 23.07\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M8.42,28,4.06,23.63,17.52,10H6.86V4H27.94V24.07h-6l0-9.6ZM6.88,23.63l1.54,1.54L24,9.63l0,12.44h2V6H8.86V8H22.31Z\"}}];break;case\"LightArrowDown\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.11 31 3.99 19.44 5.37 18 16.1 28.23 26.61 18.05 28 19.48 16.11 31\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"15\",y:\"1\",width:\"2\",height:\"29\"}}];break;case\"LightArrowDownIncline\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"30 30 13 30 13 28 28 28 28 13 30 13 30 30\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"15.5\",y:\"-1.59\",width:\"2\",height:\"36.18\",transform:\"translate(-6.83 16.5) rotate(-44.99)\"}}];break;case\"LightArrowSide\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"18.38 28 17 26.55 28.1 16 17 5.45 18.38 4 31 16 18.38 28\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"1\",y:\"15\",width:\"29\",height:\"1.99\"}}];break;case\"LightArrowUp\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"26.62 14.01 15.9 3.77 5.39 13.96 4 12.52 15.89 1 28 12.56 26.62 14.01\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"15\",y:\"2\",width:\"2\",height:\"29\"}}];break;case\"LightArrowUpIncline\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"30 19 28 19 28 4 13 4 13 2 30 2 30 19\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"-1.59\",y:\"14.5\",width:\"36.18\",height:\"2\",transform:\"translate(-6.13 16.21) rotate(-45)\"}}];break;case\"ButtonStop\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"4\",y:\"3.66\",width:\"24\",height:\"24\"}}];break;case\"ButtonPlay\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"4 -0.34 28 15.66 4 31.66 4 -0.34\"}}];break;case\"ButtonPause\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"4\",y:\"1.66\",width:\"8\",height:\"28\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"20\",y:\"1.66\",width:\"8\",height:\"28\"}}];break;case\"FaceSmile\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"15\"}},{tag:\"path\",attr:{d:\"M16,24a6.49,6.49,0,0,1-4.31-1.64A1,1,0,0,1,13,20.89a4.47,4.47,0,0,0,6.09-.12A1,1,0,1,1,20.5,22.2,6.43,6.43,0,0,1,16,24Z\",fill:\"#fff\"}},{tag:\"circle\",attr:{cx:\"11\",cy:\"12\",r:\"2\",fill:\"#fff\"}},{tag:\"circle\",attr:{cx:\"21\",cy:\"12\",r:\"2\",fill:\"#fff\"}}];break;case\"FaceNeutral\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"15\"}},{tag:\"circle\",attr:{cx:\"11\",cy:\"12\",r:\"2\",fill:\"#fff\"}},{tag:\"circle\",attr:{cx:\"21\",cy:\"12\",r:\"2\",fill:\"#fff\"}},{tag:\"path\",attr:{d:\"M19.9,23.3h-7.5c-0.6,0-1-0.4-1-1s0.4-1,1-1h7.5c0.6,0,1,0.4,1,1S20.4,23.3,19.9,23.3z\",fill:\"#fff\"}}];break;case\"FaceFrown\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"15\"}},{tag:\"path\",attr:{d:\"M12.36,24a1,1,0,0,1-.69-1.72,6.47,6.47,0,0,1,8.8-.18,1,1,0,0,1,.09,1.41,1,1,0,0,1-1.42.08,4.48,4.48,0,0,0-6.09.13A1,1,0,0,1,12.36,24Z\",fill:\"#fff\"}},{tag:\"circle\",attr:{cx:\"11\",cy:\"12\",r:\"2\",fill:\"#fff\"}},{tag:\"circle\",attr:{cx:\"21\",cy:\"12\",r:\"2\",fill:\"#fff\"}}];break;case\"BoxesAllFilled\":t=[{tag:\"path\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"15\",y:\"3\",fill:\"transparent\",width:\"2\",height:\"27\"}},{tag:\"rect\",attr:{x:\"3\",y:\"15\",fill:\"transparent\",width:\"27\",height:\"2\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"17\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"3\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"3\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"17\",width:\"12\",height:\"12\"}}];break;case\"BoxesNoneFilled\":t=[{tag:\"path\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"15\",y:\"3\",fill:\"transparent\",width:\"2\",height:\"27\"}},{tag:\"rect\",attr:{x:\"3\",y:\"15\",fill:\"transparent\",width:\"27\",height:\"2\"}},{tag:\"rect\",attr:{x:\"3\",y:\"17\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"3\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"17\",fill:\"lightgrey\",width:\"12\",height:\"12\"}}];break;case\"BoxesOneFilled\":t=[{tag:\"path\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"15\",y:\"3\",fill:\"transparent\",width:\"2\",height:\"27\"}},{tag:\"rect\",attr:{x:\"3\",y:\"15\",fill:\"transparent\",width:\"27\",height:\"2\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"17\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"3\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"17\",fill:\"lightgrey\",width:\"12\",height:\"12\"}}];break;case\"BoxesTwoFilled\":t=[{tag:\"path\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"15\",y:\"3\",fill:\"transparent\",width:\"2\",height:\"27\"}},{tag:\"rect\",attr:{x:\"3\",y:\"15\",fill:\"transparent\",width:\"27\",height:\"2\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"17\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"3\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"17\",width:\"12\",height:\"12\"}}];break;case\"BoxesThreeFilled\":t=[{tag:\"path\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"15\",y:\"3\",fill:\"transparent\",width:\"2\",height:\"27\"}},{tag:\"rect\",attr:{x:\"3\",y:\"15\",fill:\"transparent\",width:\"27\",height:\"2\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"17\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"3\",y:\"3\",width:\"12\",height:\"12\"}},{tag:\"rect\",attr:{x:\"17\",y:\"3\",fill:\"lightgrey\",width:\"12\",height:\"12\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"17\",width:\"12\",height:\"12\"}}];break;case\"QuartersNoneFilled\":t=[{tag:\"circle\",attr:{cx:\"16\",cy:\"16\",r:\"14\",fill:\"transparent\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,3A13,13,0,1,1,3,16,13,13,0,0,1,16,3m0-2A15,15,0,1,0,31,16,15,15,0,0,0,16,1Z\"}},{tag:\"circle\",attr:{cx:\"16\",cy:\"16\",r:\"13\",fill:\"transparent\"}}];break;case\"QuartersOneFilled\":t=[{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M29,16A13,13,0,0,0,16,3V16Z\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,3A13,13,0,1,1,3,16,13,13,0,0,1,16,3m0-2A15,15,0,1,0,31,16,15,15,0,0,0,16,1Z\"}}];break;case\"QuartersTwoFilled\":t=[{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,1V31A15,15,0,0,0,16,1Z\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,3A13,13,0,1,1,3,16,13,13,0,0,1,16,3m0-2A15,15,0,1,0,31,16,15,15,0,0,0,16,1Z\"}}];break;case\"QuartersThreeFilled\":t=[{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,1V16H1A15,15,0,1,0,16,1Z\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,3A13,13,0,1,1,3,16,13,13,0,0,1,16,3m0-2A15,15,0,1,0,31,16,15,15,0,0,0,16,1Z\"}}];break;case\"SignalMeterFourFilled\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"23\",y:\"2\",width:\"4\",height:\"28\"}},{tag:\"path\",attr:{d:\"M29,32H21V0h8Zm-6-2h4V2H23Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"8\",width:\"4\",height:\"22\"}},{tag:\"path\",attr:{d:\"M23,32H15V6h8Zm-6-2h4V8H17Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"11\",y:\"15\",width:\"4\",height:\"15\"}},{tag:\"path\",attr:{d:\"M17,32H9V13h8Zm-6-2h4V15H11Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"5\",y:\"21\",width:\"4\",height:\"9\"}},{tag:\"path\",attr:{d:\"M11,32H3V19h8ZM5,30H9V21H5Z\",fill:\"transparent\"}}];break;case\"SignalMeterNoneFilled\":t=[{tag:\"rect\",attr:{x:\"23\",y:\"2\",fill:\"lightgrey\",width:\"4\",height:\"28\"}},{tag:\"path\",attr:{d:\"M29,32H21V0h8Zm-6-2h4V2H23Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"17\",y:\"8\",fill:\"lightgrey\",width:\"4\",height:\"22\"}},{tag:\"path\",attr:{d:\"M23,32H15V6h8Zm-6-2h4V8H17Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"11\",y:\"15\",fill:\"lightgrey\",width:\"4\",height:\"15\"}},{tag:\"path\",attr:{d:\"M17,32H9V13h8Zm-6-2h4V15H11Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"5\",y:\"21\",fill:\"lightgrey\",width:\"4\",height:\"9\"}},{tag:\"path\",attr:{d:\"M11,32H3V19h8ZM5,30H9V21H5Z\",fill:\"transparent\"}}];break;case\"SignalMeterOneFilled\":t=[{tag:\"rect\",attr:{x:\"23\",y:\"2\",fill:\"lightgrey\",width:\"4\",height:\"28\"}},{tag:\"path\",attr:{d:\"M29,32H21V0h8Zm-6-2h4V2H23Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"17\",y:\"8\",fill:\"lightgrey\",width:\"4\",height:\"22\"}},{tag:\"path\",attr:{d:\"M23,32H15V6h8Zm-6-2h4V8H17Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"11\",y:\"15\",fill:\"lightgrey\",width:\"4\",height:\"15\"}},{tag:\"path\",attr:{d:\"M17,32H9V13h8Zm-6-2h4V15H11Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"5\",y:\"21\",width:\"4\",height:\"9\"}},{tag:\"path\",attr:{d:\"M11,32H3V19h8ZM5,30H9V21H5Z\",fill:\"transparent\"}}];break;case\"SignalMeterThreeFilled\":t=[{tag:\"rect\",attr:{x:\"23\",y:\"2\",fill:\"lightgrey\",width:\"4\",height:\"28\"}},{tag:\"path\",attr:{d:\"M29,32H21V0h8Zm-6-2h4V2H23Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"17\",y:\"8\",width:\"4\",height:\"22\"}},{tag:\"path\",attr:{d:\"M23,32H15V6h8Zm-6-2h4V8H17Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"11\",y:\"15\",width:\"4\",height:\"15\"}},{tag:\"path\",attr:{d:\"M17,32H9V13h8Zm-6-2h4V15H11Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"5\",y:\"21\",width:\"4\",height:\"9\"}},{tag:\"path\",attr:{d:\"M11,32H3V19h8ZM5,30H9V21H5Z\",fill:\"transparent\"}}];break;case\"SignalMeterTwoFilled\":t=[{tag:\"rect\",attr:{x:\"23\",y:\"2\",fill:\"lightgrey\",width:\"4\",height:\"28\"}},{tag:\"path\",attr:{d:\"M29,32H21V0h8Zm-6-2h4V2H23Z\",fill:\"transparent\"}},{tag:\"rect\",attr:{x:\"17\",y:\"8\",fill:\"lightgrey\",width:\"4\",height:\"22\"}},{tag:\"path\",attr:{d:\"M23,32H15V6h8Zm-6-2h4V8H17Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"11\",y:\"15\",width:\"4\",height:\"15\"}},{tag:\"path\",attr:{d:\"M17,32H9V13h8Zm-6-2h4V15H11Z\",fill:\"transparent\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"5\",y:\"21\",width:\"4\",height:\"9\"}},{tag:\"path\",attr:{d:\"M11,32H3V19h8ZM5,30H9V21H5Z\",fill:\"transparent\"}}];break;case\"StarQuartersAllFilled\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"26 29.2 16.43 23.04 6.87 29.2 11.22 18.64 3.4 10.71 12.96 10.71 16.43 2.79 19.04 10.71 28.6 10.71 20.78 18.64 26 29.2\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.29 24.2 16.29 21.84 9.01 26.5 12.39 18.32 5.79 11.66 13.37 11.66 16.05 5.74 16.05 0 12.06 9.67 1 9.67 10.04 18.78 4.73 31.61 16.29 24.2\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"31 9.82 19.52 9.82 16.05 0 16.05 0.15 16.05 5.74 17.19 9.17 17.19 9.14 18.08 11.81 26.21 11.81 19.57 18.51 23.5 26.43 17.43 22.54 17.43 22.54 16.29 21.78 16.29 24.17 28.5 32 21.99 18.9 31 9.82\"}}];break;case\"StarQuartersNoneFilled\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.29 24.2 16.29 21.84 9.01 26.5 12.39 18.32 5.79 11.66 13.37 11.66 16.05 5.74 16.05 0 12.06 9.67 1 9.67 10.04 18.78 4.73 31.61 16.29 24.2\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"31 9.82 19.52 9.82 16.05 0 16.05 0.15 16.05 5.74 17.19 9.17 17.19 9.14 18.08 11.81 26.21 11.81 19.57 18.51 23.5 26.43 17.43 22.54 17.43 22.54 16.29 21.78 16.29 24.17 28.5 32 21.99 18.9 31 9.82\"}}];break;case\"StarQuartersOneFilled\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"13.4,25.1 6.9,29.1 11.2,18.5 3.4,10.7 13.4,10.7\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.3,24.2 16.3,21.8 9,26.5 12.4,18.3 5.8,11.7 13.4,11.7 16,5.7 16,0 12.1,9.7 1,9.7 10,18.8 4.7,31.6\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"13.4,26.1 13.4,23.7 9,26.5 12.4,18.3 5.8,11.7 13.4,11.7 13.4,6.5 12.1,9.7 1,9.7 10,18.8 4.7,31.6\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"31,9.8 19.5,9.8 16,0 16,0.2 16,5.7 17.2,9.2 17.2,9.1 18.1,11.8 26.2,11.8 19.6,18.5 23.5,26.4 17.4,22.5 17.4,22.5 16.3,21.8 16.3,24.2 28.5,32 22,18.9\"}},];break;case\"StarQuartersTwoFilled\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.43 22.93 6.87 29.06 11.22 18.55 3.39 10.66 12.71 10.66 16.05 2.78\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.29 24.2 16.29 21.84 9.01 26.5 12.39 18.32 5.79 11.66 13.37 11.66 16.05 5.74 16.05 0 12.06 9.67 1 9.67 10.04 18.78 4.73 31.61 16.29 24.2\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"31 9.82 19.52 9.82 16.05 0 16.05 0.15 16.05 5.74 17.19 9.17 17.19 9.14 18.08 11.81 26.21 11.81 19.57 18.51 23.5 26.43 17.43 22.54 17.43 22.54 16.29 21.78 16.29 24.17 28.5 32 21.99 18.9 31 9.82\"}}];break;case\"StarQuartersThreeFilled\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.4,22.9 6.9,29.1 11.2,18.5 3.4,10.7 12.7,10.7 16,2.8 18.1,10 18.1,24.3\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16.3,24.2 16.3,21.8 9,26.5 12.4,18.3 5.8,11.7 13.4,11.7 16,5.7 16,0 12.1,9.7 1,9.7 10,18.8 4.7,31.6\"}},{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"31,9.8 19.5,9.8 16,0 16,0.2 16,5.7 17.2,9.1 18.1,11.8 26.2,11.8 19.6,18.5 23.5,26.4 17.4,22.5 17.4,22.5 16.3,21.8 16.3,24.2 28.5,32 22,18.9\"}}];break;case\"ThreeSignsDiamond\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"6.26\",y:\"6.26\",width:\"19.49\",height:\"19.49\",transform:\"translate(16, -6.73) rotate(45)\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,31.19.81,16,16,.81,31.19,16ZM3.64,16,16,28.36,28.36,16,16,3.64Z\"}}];break;case\"ThreeSignsTriangle\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16 2.24 1.62 31 30.38 31 16 2.24\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M32,32H0L16,0ZM3.24,30H28.76L16,4.47Z\"}}];break;case\"ThreeSymbolCheck\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"14.5\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,31.5A15.5,15.5,0,1,1,31.5,16,15.51,15.51,0,0,1,16,31.5Zm0-29A13.5,13.5,0,1,0,29.5,16,13.52,13.52,0,0,0,16,2.5Z\"}},{tag:\"polygon\",attr:{points:\"4.01 16.74 6.99 13.76 12.49 19.26 23.99 7.76 26.99 10.76 12.51 25.24 4.01 16.74\",fill:\"#fff\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M12.51,26.66,2.59,16.74,7,12.34l5.5,5.5L24,6.34l4.42,4.42ZM5.42,16.74l7.09,7.09L25.58,10.76,24,9.17l-11.5,11.5L7,15.17Z\"}}];break;case\"ThreeSymbolCross\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"14\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,31A15,15,0,1,1,31,16,15,15,0,0,1,16,31ZM16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z\"}},{tag:\"polygon\",attr:{points:\"26.58 9.79 22.21 5.41 16 11.62 9.79 5.41 5.42 9.79 11.62 16 5.42 22.21 9.79 26.59 16 20.38 22.21 26.59 26.58 22.21 20.38 16 26.58 9.79\",fill:\"#fff\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M22.21,28,16,21.79,9.79,28,4,22.21,10.21,16,4,9.79,9.79,4,16,10.21,22.21,4,28,9.79,21.79,16,28,22.21ZM16,19l6.21,6.21,3-3L19,16l6.21-6.21-3-3L16,13,9.79,6.83l-3,3L13,16,6.83,22.21l3,3Z\"}}];break;case\"ThreeSymbolExclamation\":t=[{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"14\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,31A15,15,0,1,1,31,16,15,15,0,0,1,16,31ZM16,3A13,13,0,1,0,29,16,13,13,0,0,0,16,3Z\"}},{tag:\"rect\",attr:{x:\"13\",y:\"3.92\",fill:\"#fff\",width:\"6\",height:\"15.83\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M20,20.75H12V2.92h8Zm-6-2h4V4.92H14Z\"}},{tag:\"ellipse\",attr:{cx:\"16\",cy:\"24.75\",rx:\"4.17\",ry:\"3.33\",fill:\"#fff\"}},{tag:\"path\",\"class\":\"e-indicator-color\",attr:{d:\"M16,29.08c-2.85,0-5.17-1.94-5.17-4.33s2.32-4.33,5.17-4.33,5.17,1.94,5.17,4.33S18.85,29.08,16,29.08Zm0-6.66c-1.72,0-3.17,1.07-3.17,2.33s1.45,2.33,3.17,2.33,3.17-1.07,3.17-2.33S17.72,22.42,16,22.42Z\"}}];break;case\"ThreeSymbolUnCircledCheck\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"1.01 18.24 3.99 15.26 10.49 21.76 27.99 4.26 30.99 7.26 10.51 27.74 1.01 18.24\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M10.51,29.16-.41,18.24,4,13.84l6.5,6.5L28,2.84l4.42,4.42ZM2.42,18.24l8.09,8.09L29.58,7.26,28,5.67l-17.5,17.5L4,16.67Z\"}}];break;case\"ThreeSymbolUnCircledCross\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"29.59 5.81 26.19 2.41 16 12.6 5.81 2.41 2.41 5.81 12.6 16 2.41 26.19 5.81 29.59 16 19.4 26.19 29.59 29.59 26.19 19.4 16 29.59 5.81\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M26.19,31,16,20.81,5.81,31,1,26.19,11.19,16,1,5.81,5.81,1,16,11.19,26.19,1,31,5.81,20.81,16,31,26.19ZM16,18l10.19,10.2,2-2L18,16,28.17,5.81l-2-2L16,14,5.81,3.82l-2,2L14,16,3.83,26.19l2,2Z\"}}];break;case\"ThreeSymbolUnCircledExclamation\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"13\",y:\"2\",width:\"6\",height:\"19\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M20,22H12V1h8Zm-6-2h4V3H14Z\"}},{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"13\",y:\"25\",width:\"6\",height:\"6\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M20,32H12V24h8Zm-6-2h4V26H14Z\"}}];break;case\"TrafficLight\":t=[{tag:\"rect\",attr:{x:\"2\",y:\"2\",fill:\"black\",width:\"28\",height:\"28\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M31,31H1V1H31ZM3,29H29V3H3Z\"}},{tag:\"circle\",\"class\":\"e-indicator-color\",attr:{cx:\"16\",cy:\"16\",r:\"11\"}},{tag:\"path\",attr:{d:\"M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z\",fill:\"black\"}}];break;case\"TriangleDash\":t=[{tag:\"rect\",\"class\":\"e-indicator-color\",attr:{x:\"2\",y:\"12\",width:\"28\",height:\"8\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M31,21H1V11H31ZM3,19H29V13H3Z\"}}];break;case\"TriangleDown\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16 24.34 3 7 29 7 16 24.34\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M16,26,1,6H31ZM5,8,16,22.67,27,8Z\"}}];break;case\"TriangleUp\":t=[{tag:\"polygon\",\"class\":\"e-indicator-color\",attr:{points:\"16 7.67 29 25 3 25 16 7.67\"}},{tag:\"path\",\"class\":\"e-indicator-stroke\",attr:{d:\"M31,26H1L16,6ZM5,24H27L16,9.33Z\"}}];break;case\"None\":t=[]}return t},_renderRadialGauge:function(n,t,i,r,u,f,e,o,s){var c=n.GaugePanel.RadialGauges[0],h={scale:c.ScaleProperties[0],pointer:c.ScaleProperties[0].RadialPointer?c.ScaleProperties[0].RadialPointer[0]:undefined,range:c.ScaleProperties[0].Range?c.ScaleProperties[0].Range[0]:undefined},l=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",c.ToolTip,{id:this._controlKeyGenerator(this._id+\"_\"+i+\"_\"+c.Name,e,o,s)},{tabindex:\"0\",\"aria-label\":c.Name}),a;o||this._dataVisualization.push({name:i,id:l.id,type:\"GaugeModel\",itemType:\"Radial\"});a={position:\"relative\",left:c.Left+\"%\",top:c.Top+\"%\",width:c.Width+\"%\",height:c.Height+\"%\",border:\"1px dashed transparent\",overflow:\"hidden\",\"box-sizing\":\"border-box\"};this._setTagStyle(l,a);this._appendChild(t,l);var v=h.pointer?h.pointer.Value>h.scale.Maximum?this._getGaugeMaxValue(h.pointer.Value):h.scale.Maximum:h.scale.Maximum,y=h.pointer?h.pointer.Value>h.scale.Maximum?this._getGaugeMaxValue(h.pointer.Value):h.scale.ScaleInterval:h.scale.ScaleInterval,p=new ejs.circulargauge.CircularGauge({background:\"transparent\",height:\"302px\",width:\"302px\",loaded:function(t){var i=$(t.gauge.element.querySelector(\"svg\"));i[0].setAttributeNS(null,\"viewBox\",\"0 0 300 300\");i.css({height:\"100%\",width:\"100%\",position:\"absolute\",top:c.PivotY-50+\"%\",left:c.PivotX-50+\"%\"});n.GaugePanel.GaugeLabel&&n.GaugePanel.GaugeLabel.length>0&&n.GaugePanel.GaugeLabel[0].ParentItem!==\"None\"&&this._renderGaugeItemLabel(n,h,i)}.bind(this),axes:[{minimum:h.scale.Minimum,maximum:v,startAngle:180+h.scale.StartAngle,endAngle:180+h.scale.StartAngle+h.scale.SweepAngle,direction:h.scale.Reversed?\"AntiClockWise\":\"ClockWise\",showLastLabel:h.scale.Label.ShowEndLabels,labelStyle:{autoAngle:h.scale.Label.RotateLabels,font:{size:h.scale.Label.Hidden?\"0\":h.scale.Label.FontSize+\"px\",fontFamily:h.scale.Label.FontFamily,color:h.scale.Label.Color,fontStyle:h.scale.Label.FontStyle===\"Default\"||h.scale.Label.FontStyle===\"Normal\"?\"normal\":\"italic\",fontWeight:this._getConvertedFontWeight(h.scale.Label.FontWeight)},position:h.scale.Label.LabelPlacement,offset:h.scale.Label.RotateLabels?7:3},lineStyle:{width:h.scale.ScaleWidth,color:h.scale.BackgroundColor},majorTicks:{interval:h.scale.TickMark.MajorTickInterval===\"null\"?h.scale.ScaleInterval===\"null\"?null:parseFloat(y):parseFloat(h.scale.TickMark.MajorTickInterval),height:h.scale.TickMark.MajorTickHide?0:h.scale.TickMark.MajorTickLength,width:h.scale.TickMark.MajorTickWidth,position:h.scale.TickMark.MajorTickPlacement,color:h.scale.TickMark.MajorTickColor},minorTicks:{interval:h.scale.TickMark.MinorTickInterval===\"null\"?null:parseFloat(h.scale.TickMark.MinorTickInterval),height:h.scale.TickMark.MinorTickHide?0:h.scale.TickMark.MinorTickLength,width:h.scale.TickMark.MinorTickWidth,position:h.scale.TickMark.MinorTickPlacement,color:h.scale.TickMark.MinorTickColor},pointers:this._updateRadialPointers([\"Circle\",\"Rectangle\",\"Triangle\",\"Diamond\"],c.ScaleProperties[0].RadialPointer),ranges:this._updateRadialRanges(c.ScaleProperties[0].Range)}]});p.appendTo(l)},_updateRadialPointers:function(n,t){var u=[],i,r;if(t!=null&&t.length>0)for(i=0;i0)for(t=0;t=1?c:h>=1?h:n,f=null,o,s,e,i,r,l,a;t<1&&(o=t*10,s=t*100,o>=1?f=!0:s>=1&&(f=!1),t=o<1?s<1?t:s:o);var y=t/20,v=y+t,u=0;if(t>=4&&t<=8)u=Math.ceil(v);else for(e=Math.ceil(v*10),i=[],i.push(Math.ceil(e/8)*8/10),i.push(Math.ceil(e/7)*7/10),i.push(Math.ceil(e/6)*6/10),i.push(Math.ceil(e/5)/2),r=0;r=1?100:h>=1?10:1)},_getRadialGaugeType:function(n,t){var i=t.scale.StartAngle.toString(),r=t.scale.SweepAngle.toString(),u=n.GaugePanel.RadialGauges[0].PivotY.toString();return i===\"20\"&&r===\"320\"&&u===\"50\"?\"Radial\":i===\"90\"&&r===\"180\"&&u===\"68\"?\"HalfCircle\":\"Auto\"},_updateGaugeLabelSize:function(n,t,i){var r=this._getRadialGaugeType(n,t),u=t.pointer?t.pointer.Type:\"\",f=r===\"HalfCircle\"&&u===\"Needle\"?\"65\":r===\"Radial\"&&u===\"Needle\"?\"95\":\"50\";i.attr({x:\"50%\",y:f+\"%\"})},_getRadialPointerSize:function(n){var t={},i=n.Type===\"Marker\"&&[\"Circle\",\"Rectangle\",\"Triangle\",\"Diamond\"].indexOf(n.MarkerStyle)!==-1&&n.MarkerStyle!==\"Triangle\";return t.width=i?n.MarkerLength:n.Width,t.height=i?n.Width:n.MarkerLength,t},_renderGaugeItemLabel:function(n,t,i){var r=n.GaugePanel.GaugeLabel[0],e=\"http://www.w3.org/2000/svg\",f=$(document.createElementNS(e,\"g\")),u;f[0].setAttribute(\"class\",\"e-anotation\");u=$(document.createElementNS(e,\"text\"));f.append(u);i[0].appendChild(f[0]);u.attr({fill:r.TextColor,\"font-size\":r.Font.FontSize+\"px\",\"font-family\":r.Font.FontFamily,\"font-style\":r.Font.FontStyle===\"Default\"||r.Font.FontStyle===\"Normal\"?\"normal\":\"italic\",\"font-weight\":this._getConvertedFontWeight(r.Font.FontWeight),\"text-decoration\":r.TextDecoration,\"text-anchor\":\"middle\",\"dominant-baseline\":\"middle\"});u.text(r.Text);this._updateGaugeLabelSize(n,t,u)},_renderLinearGauge:function(n,t,i,r,u,f,e,o,s){var c=n.GaugePanel.LinearGauges[0],h={scale:c.ScaleProperties[0],pointer:c.ScaleProperties[0].LinearPointer?c.ScaleProperties[0].LinearPointer[0]:undefined,range:c.ScaleProperties[0].Range?c.ScaleProperties[0].Range[0]:undefined},l=this._getLinearGaugeOrientationInfo(c.Orientation,n.Height,n.Width),a=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",c.ToolTip,{id:this._controlKeyGenerator(this._id+\"_\"+i+\"_\"+c.Name,e,o,s)},{tabindex:\"0\",\"aria-label\":c.Name}),v;o||this._dataVisualization.push({name:i,id:a.id,type:\"GaugeModel\",itemType:\"Linear\"});v={position:\"inherit\",left:c.Left+\"%\",top:c.Top+\"%\",width:c.Width+\"%\",height:c.Height+\"%\",border:\"1px dashed transparent\",overflow:\"hidden\",\"box-sizing\":\"border-box\"};this._setTagStyle(a,v);this._appendChild(t,a);var y=h.pointer?h.pointer.Value>h.scale.Maximum?this._getGaugeMaxValue(h.pointer.Value):h.scale.Maximum:h.scale.Maximum,p=h.pointer?h.pointer.Value>h.scale.Maximum?this._getGaugeMaxValue(h.pointer.Value):h.scale.ScaleInterval:h.scale.ScaleInterval,w=new ejs.lineargauge.LinearGauge({orientation:l.orientation,background:n.GaugePanel.BackgroundColor,width:l.width+\"px\",height:l.height+\"px\",axes:[{minimum:h.scale.Minimum,maximum:y,isInversed:h.scale.Reversed,showLastLabel:h.scale.Label.ShowEndLabels,labelStyle:{font:{size:h.scale.Label.Hidden?\"0\":h.scale.Label.FontSize+\"px\",fontFamily:h.scale.Label.FontFamily,color:h.scale.Label.Color,fontStyle:h.scale.Label.FontStyle===\"Default\"||h.scale.Label.FontStyle===\"Normal\"?\"normal\":\"italic\",fontWeight:this._getConvertedFontWeight(h.scale.Label.FontWeight)},position:h.scale.Label.LabelPlacement},line:{width:h.scale.ScaleWidth,color:h.scale.BackgroundColor},majorTicks:{interval:h.scale.TickMark.MajorTickInterval===\"null\"?h.scale.ScaleInterval===\"null\"?null:parseFloat(p):parseFloat(h.scale.TickMark.MajorTickInterval),height:h.scale.TickMark.MajorTickHide?0:h.scale.TickMark.MajorTickLength,width:h.scale.TickMark.MajorTickWidth,position:h.scale.TickMark.MajorTickPlacement,color:h.scale.TickMark.MajorTickColor},minorTicks:{interval:h.scale.TickMark.MinorTickInterval===\"null\"?null:parseFloat(h.scale.TickMark.MinorTickInterval),height:h.scale.TickMark.MinorTickHide?0:h.scale.TickMark.MinorTickLength,width:h.scale.TickMark.MinorTickWidth,position:h.scale.TickMark.MinorTickPlacement,color:h.scale.TickMark.MinorTickColor},pointers:this._updateLinearPointers([\"Circle\",\"Rectangle\",\"Triangle\",\"Diamond\"],[\"Bar\",\"Marker\"],l,c.ScaleProperties[0].LinearPointer),ranges:this._updateLinearRanges(c.ScaleProperties[0].Range)}]});w.appendTo(a)},_updateLinearPointers:function(n,t,i,r){var f=[],u;if(r!=null&&r.length>0)for(u=0;u0)for(t=0;t<\\/v:stroke><\\/v:line>\"),o=document.createElement(\"v:stroke\"),n.LineStyle==\"Dotted\"?o.setAttribute(\"dashstyle\",\"dot\"):n.LineStyle==\"Dashed\"?o.setAttribute(\"dashstyle\",\"dash\"):o.setAttribute(\"dashstyle\",\"solid\"),o.outerHTML=o.outerHTML,this._appendChild(e,o),e.style.position=\"absolute\",e.style.width=n.Width,e.style.height=n.Height,e.style.visibility=\"visible\",this._appendChild(h,e)),h},_renderSubReportControl:function(n,t,i,r,u,f,e){var c=this._controlKeyGenerator(this._id+\"_\"+(n.ItemName!=null?n.ItemName:n.Name),r,u,f),h=this._buildTag(\"div\",\"e-reportviewer-tab-focus-none\",n.ToolTip,{id:c},{tabindex:\"0\",\"aria-label\":this._getLocaleString(\"reportItemLabel\",\"Subreport\")+n.Name}),s={\"-webkit-box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"box-sizing\":\"border-box\"},a,l,o,v;if(this._appendChild(i,h),s.position=t?\"relative\":\"absolute\",s.top=n.Top+\"px\",s.left=n.Left+\"px\",s.width=n.Width+\"px\",s.height=n.Height+\"px\",s[\"background-color\"]=n.BackgroundColor,s.visibility=n.Hidden?\"hidden\":\"visible\",a=u?\"PrintImage\":\"GetResource\",n.BackgroundImageSrc&&(s[\"background-image\"]=this._getImageDataURL(n.EmbedImageData,u,a,n.BackgroundImageSrc)),n.Padding&&(n.Padding.Left&&(s[\"padding-left\"]=n.Padding.Left+\"px\"),n.Padding.Right&&(s[\"padding-right\"]=n.Padding.Right+\"px\"),n.Padding.Top&&(s[\"padding-top\"]=n.Padding.Top+\"px\"),n.Padding.Bottom&&(s[\"padding-bottom\"]=n.Padding.Bottom+\"px\")),n.Style&&(n.Style.Font&&(n.Style.Font.FontFamily&&(s[\"font-family\"]=\"'\"+n.Style.Font.FontFamily+\"'\"),n.Style.Font.FontSize&&(s[\"font-size\"]=n.Style.Font.FontSize+\"px\"),n.Style.Font.FontStyle&&(s[\"font-style\"]=n.Style.Font.FontStyle),n.Style.Font.FontWeight&&(s[\"font-weight\"]=this._getConvertedFontWeight(n.Style.Font.FontWeight))),s.color=n.Style.TextColor?n.Style.TextColor:\"black\",n.Style.TextDecoration&&(s[\"text-decoration\"]=n.Style.TextDecoration)),n.TextAlign&&(s[\"text-align\"]=n.TextAlign),n.VerticalAlign&&(s[\"vertical-align\"]=n.VerticalAlign),n.Border&&!t&&this._applyBorderStyle(n.Border,h),this._setTagStyle(h,s),n.ReportItemModels&&n.ReportItemModels.length>0)for(l=0;l0&&(s.reportViewerToken=f.reportViewerToken,s.reportViewerClientId=f.reportViewerToken);u.model.reportCacheID&&u.model.reportCacheID.length>0&&(s.reportCacheID=u.model.reportCacheID);f.data&&(s.customData=f.data);!ej.isNullOrUndefined(f.actionName)&&f.actionName.trim().length>0&&(t=t.replace(t.substr(t.lastIndexOf(\"/\")+1),f.actionName.trim()));i=JSON.stringify(s);$.ajax({type:n,url:t,crossDomain:!0,contentType:\"application/json; charset=utf-8\",dataType:\"json\",data:i,beforeSend:function(n){var t;if((e==\"_getPageModel\"||e==\"_getPreviewModel\")&&(u._isToolbarClick?u._showNavigationIndicator(!0):u._showloadingIndicator(!0)),u._serviceType!=\"SelfHost\"&&(f.serviceAuthorizationToken&&f.serviceAuthorizationToken.length>0&&(n.setRequestHeader(\"serviceAuthorizationToken\",f.serviceAuthorizationToken),f.reportViewerToken&&f.reportViewerToken.length>0&&n.setRequestHeader(\"reportViewerToken\",f.reportViewerToken)),f.serverUrl&&f.serverUrl.length>0&&n.setRequestHeader(\"serverUrl\",f.serverUrl),f.headerReq&&f.headerReq.length>0))for(t=0;t0)for(t=0;t0&&($(\"#\"+this._id+\"_errorMsgContainer\").css(\"display\",\"block\"),$(\"#\"+this._id+\"_errorMsgSpan\").html(n));this._showloadingIndicator(!1);this._onElementsRendered({action:\"Error\"})},_ajaxCallMethod:function(n,t,i,r){n==this._reportAction.reportLoad||n==\"reloadReport\"?this.model.parameters&&this.model.parameters.length>0?this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.reportLoad,parameters:this.model.parameters,isReloadReport:n===\"reloadReport\",controlId:this._id,reportPath:this.model.reportPath,enableVirtualEvaluation:this.model.enableVirtualEvaluation,reportServerUrl:this.model.reportServerUrl,processingMode:this.model.processingMode,locale:this.model.locale,customBrandSettings:this.model.customBrandSettings}),t):this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.reportLoad,isReloadReport:n===\"reloadReport\",controlId:this._id,reportPath:this.model.reportPath,enableVirtualEvaluation:this.model.enableVirtualEvaluation,reportServerUrl:this.model.reportServerUrl,processingMode:this.model.processingMode,locale:this.model.locale,accessInternalValue:this.model.parameterSettings.accessInternalValue,customBrandSettings:this.model.customBrandSettings}),t):n==this._reportAction.validateDSCredential?this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.validateDSCredential,dataSourceCredentials:this._dataSources}),t):(n==this._reportAction.getParameters||n==this._reportAction.getPrintModel)&&(this.model.parameters&&(r=this.model.parameters),this._reloadParams&&this._reloadParams.length>0&&(r=this._reloadParams),this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:n,parameters:this._isDrillThroughReport?null:r,dataSources:this.model.dataSources.length>0?this.model.dataSources:null,PageSetup:this._printMode?null:this._paperSetup}),t),this._reloadParams=[]);n==this._reportAction.updateParameters?this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.updateParameters,updateParam:this._updateParam}),\"_updateParameters\"):n!=this._reportAction.getPageModel||i?n==this._reportAction.drillDown||n==this._reportAction.sorting?this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:n,pageindex:this._currentPage,toggleInfo:_serverActionInfo,refresh:!1,dataRefresh:!1,pageInit:this._isToolbarClick,isPrint:this._printMode}),t):n==this._reportAction.documentMap||n==this._reportAction.clearCache?this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:n}),t):n==this._reportAction.getPageModel&&i&&this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.getPageModel,refresh:this._refresh,dataRefresh:this._dataRefresh,pageindex:this._currentPage,pageInit:this._isToolbarClick,isPrint:this._printMode,dataSources:this.model.dataSources.length>0?this.model.dataSources:null,PageSetup:this._paperSetup}),t):(ej.isNullOrUndefined(r)&&(r=this.model.parameters.length>0?this.model.parameters:null),this._reloadParams&&this._reloadParams.length>0&&(r=this._reloadParams),this._printMode&&this._isPageSetupValueChange?(this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.getPageModel,refresh:this._refresh,dataRefresh:this._dataRefresh,pageindex:this._currentPage,pageInit:this._isToolbarClick,isPrint:this._printMode,dataSources:this.model.dataSources.length>0?this.model.dataSources:null,parameters:r,PageSetup:this._paperSetup}),t),this._isPageSetupValueChange=!1):this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.getPageModel,refresh:this._refresh,dataRefresh:this._dataRefresh,pageindex:this._currentPage,pageInit:this._isToolbarClick,isPrint:this._printMode,dataSources:this.model.dataSources.length>0?this.model.dataSources:null,parameters:r}),t),this._reloadParams=[])},_loadReportFromBegin:function(){this._showloadingIndicator(!0);this._off($(\"#\"+this._id+\"_viewReportClick\"),\"click\",this._viewReportParamsClick);this._destroyPageItems();this._clearPageCache();this._showNavigationIndicator(!1);this._viewReportEnableDisable(!1);this._showException(!1);this._reportParametersModel&&(this._reloadParams=this._getParameterJson(this._reportParametersModel,!1),this._reloadParams&&(this._reportParameters=this._reloadParams));this._ajaxCallMethod(\"reloadReport\",\"_reportLoaded\",!1)},_isReloadResult:function(n){return n.reloadReport?!0:!1},_reportLoaded:function(n){var t,r,u,i;if(this._isReloadResult(n)){this._loadReportFromBegin(n);return}t=ej.ReportViewer.Locale[this.model.locale]?ej.ReportViewer.Locale[this.model.locale]:ej.ReportViewer.Locale[\"en-US\"];n.inProgress==\"inProgress\"?(this._reportViewerToken=n.reportViewerToken,r={inProgress:\"inProgress\",reportAction:this._reportAction.reportLoad,reportViewerToken:n.reportViewerToken},this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify(r),\"_reportLoaded\")):typeof n==\"object\"&&n.isReportLoad?n?(this._paramInfo=n.paramInfo,this._reportParameters=n.reportParameters,this._reportDataSources=n.dataSources,this._reporDataSets=n.dataSets,this._reportViewerToken=n.reportViewerToken,this._serviceType=n.serviceType,this._isRDLC=n.isRDLC,this._onReportLoaded(),n.dataSources!=null?this._getDataSourceCredential(n.dataSources):n.paramInfo==\"Params\"?this._ajaxCallMethod(this._reportAction.getParameters,\"_getParameters\",!1):(u=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,u,!1))):(i=this._onReportError({errmsg:\"ReportViewer failed to load the Report\"}),this._showException(!i,{content:t.alertMessage.RVERR0001,description:\"\"})):(this._reportViewerToken=n.reportViewerToken,!ej.isNullOrUndefined(n.paramInfo)&&n.paramInfo&&(this._paramInfo=n.paramInfo),!ej.isNullOrUndefined(n.serviceType)&&n.serviceType&&(this._serviceType=n.serviceType),!ej.isNullOrUndefined(n.parameters)&&n.parameters?this._getParameters(n):!ej.isNullOrUndefined(n.reportPageModel)&&n.reportPageModel?this._getPageModel(n):(i=this._onReportError({errmsg:\"Report Loaded:\"+n,innerMessage:n}),this._showException(!i,{content:t.alertMessage.reportLoad+n,description:t.alertMessage.RVERR0001})))},_getDataSourceCredential:function(n){if(ej.isNullOrUndefined(n)||n==\"Sf_legacy\")this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.updateDataSource}),\"_updateDataSource\");else if(this._renderCredentialBlock(n),this._showViewerBlock(!0),this.model.enableDatasourceBlockScroller&&n&&n.length>=2){var t=this._getScrollerHeight(this._id+\"_credential_block_table\",5);this._setScrollerHeight(t)}else this._setScrollerHeight(\"auto\");this._refreshScroller();this._showloadingIndicator(!1);this._setContainerSize();this._showloadingIndicator(!0);this._onElementsRendered({action:\"Credential\"})},_validateDSCredential:function(n){var t,i;n==\"Sf_legacy\"?(this._showloadingIndicator(!1),this._showViewerBlock(!1),this._setContainerSize(),this._showloadingIndicator(!0),this._paramInfo==\"Params\"?this._ajaxCallMethod(this._reportAction.getParameters,\"_getParameters\",!1):(t=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,t,!1)),this._dataSources=null,this._unwiredViewClickEvent()):(i=ej.ReportViewer.Locale[this.model.locale]?ej.ReportViewer.Locale[this.model.locale]:ej.ReportViewer.Locale[\"en-US\"],this._showAlertDialog(n,i.alertMessage.RVERR0008,!1))},_showLicenseMsg:function(n){var i=document.getElementById(this._id+\"_licensing_msgContainer\"),f;if(ej.isNullOrUndefined(i)){i=this._buildTag(\"div\",\"\",null,{id:this._id+\"_licensing_msgContainer\"});var u=this._buildTag(\"div\",\"e-licensing-container\",null,{id:this._id+\"_licensing_content\"}),r={display:\"table\",position:\"absolute\",width:\"100%\",height:\"100%\",\"pointer-events\":\"none\",\"z-index\":ej.util.getZindexPartial(this.element)},t={width:\"100%\",height:\"100%\",\"font-weight\":\"bold\",\"font-family\":\"Arial\",color:\"black\",opacity:\"0.2\",\"text-align\":\"center\",\"vertical-align\":\"middle\",\"pointer-events\":\"none\",display:\"table-cell\",filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\"};this._browserInfo.name===\"msie\"||this._browserInfo.name===\"edge\"||this._browserInfo.name===\"webkit\"?(r[\"margin-top\"]=n===\"Trial\"?\"75px\":\"175px\",t.overflow=\"hidden\",t[\"font-size\"]=n===\"Trial\"?\"70px\":\"50px\"):(r.overflow=\"hidden\",t[\"font-size\"]=(n===\"Trial\"?100:70)+\"px\");f=n===\"Trial\"?210:750;$(\"#\"+this._id+\"_pageviewContainer\").height()>f?(t.transform=\"rotate(-45deg)\",t[\"-webkit-transform\"]=\"rotate(-45deg)\",t[\"-moz-transform\"]=\"rotate(-45deg)\",t[\"-ms-transform\"]=\"rotate(-45deg)\",t[\"-o-transform\"]=\"rotate(-45deg)\"):(this._browserInfo.name===\"msie\"||this._browserInfo.name===\"edge\"||this._browserInfo.name===\"webkit\")&&(r[\"margin-top\"]=\"10px\");this._setTagStyle(i,r);this._setTagStyle(u,t);i.appendChild(u);document.getElementsByClassName(\"pageBodyBorder\")[0].insertBefore(i,document.getElementById(this._id+\"_pageviewbodyContainer\"));u.innerHTML=n}},_updateDSCredential:function(){this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.updateDataSource}),\"_updateDataSource\")},_updateParameter:function(n){var r,t;if(n){var u=!1,f=ej.ReportViewer.Locale[this.model.locale]?ej.ReportViewer.Locale[this.model.locale]:ej.ReportViewer.Locale[\"en-US\"],i=null;for(r=0;r=5?(f=this._getScrollerHeight(this._id+\"_param_block_table\",5),this._setScrollerWidth(this._getItemWidth($(\"#\"+this._id+\"_viewerBlockCellContent\"))),this._setScrollerHeight(f)):this._setScrollerHeight(\"auto\"),this._setParameterBottomBorder(),this._setContainerSize(),this._showloadingIndicator(!0),t=this._getParameterJson(n,!1),t&&(this._reportParameters=t),this.model.autoRender&&t||this._isDrillThroughReport?(i=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,i,!1,t),this._isDevice&&this._toggleParameterBlock()):(this._showloadingIndicator(!1),this._hidePageView(),this._onElementsRendered({action:\"Parameters\"}))),this._refreshScroller(),!r&&this.model.autoRender&&t&&!this._isDevice&&this.model.parameterSettings.hideParameterBlock&&!this._dataRefresh&&(e=$(\"#\"+this._id+\"_viewBlockContainer\").height(),u=$(\"#\"+this._id+\"_loadingIndicator_WaitingPopup\"),this._toggleParameterBlock(),u.css(\"height\",u.height()+e))):(this._showParameterBlock(!1),this._isForwardDirection=!0,i=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,i,!1))},_setParameterBottomBorder:function(){var n=$(\"#\"+this._id+\"_viewer_paramblock\").data(\"ejScroller\");n&&(n.isHScroll()?$(\"#\"+this._id+\"_viewerBlockContent\").css(\"border-bottom-style\",\"solid\"):$(\"#\"+this._id+\"_viewerBlockContent\").css(\"border-bottom-style\",\"none\"))},_setParameters:function(n){var r=$(\"#\"+this._id+\"_viewBlockContainer .e-reportviewer-viewerblockcontent table:first\").attr(\"data-isviewclick\"),t,i;typeof n==\"boolean\"&&(n==!1?(this._showloadingIndicator(!0),this._setContainerSize(),this._isDevice&&(this._showViewerBlock(!1),this._showViewerPage(!0),this._selectparamToolItem(!1)),this._currentPage=1,this._clearPageCache(),this._isForwardDirection=!0,t=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,t,!1)):(this._showloadingIndicator(!1),this._hidePageView(),r==\"true\"&&(i=ej.ReportViewer.Locale[this.model.locale]?ej.ReportViewer.Locale[this.model.locale]:ej.ReportViewer.Locale[\"en-US\"],this._viewReportEnableDisable(!1),this._showAlertDialog(i.alertMessage.RVERR0004,\"\",!0))))},_updateParameters:function(n){n!=\"Sf_legacy\"&&this._updateParamElements(n);$(\"#\"+this._id+\"_errorMsgContainer\").css(\"display\",\"none\");$(\"#\"+this._id+\"_viewerBlockCellContent\").removeClass(\"e-reportviewer-paramblock-disable\");this._showparameterLoadingIndicator(!1,null)},_updateDataSource:function(){this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify({reportAction:this._reportAction.getParameters}),\"_getParameters\")},_clearObjects:function(n){var t={reportAction:this._reportAction.clearObjects,reportViewerToken:this._reportViewerToken,previousAction:n,isPrint:this._printMode};this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify(t),\"_clearCurrentServerCache\")},_embedImageRequest:function(n){var t=this.model.reportServiceUrl+\"/PostReportAction\",i;t=this._getMultiTenantUrl(t,!0);i={reportAction:this._reportAction.getImages,controlID:this._reportViewerToken,serviceAuthorizationToken:this.model.serviceAuthorizationToken?this.model.serviceAuthorizationToken:\"\"};this.doAjaxPost(\"POST\",t,JSON.stringify(i),n)},_inProgressRequest:function(n,t){var i={inProgress:\"inProgress\",reportAction:this._reportAction.getPageModel,reportViewerToken:n};this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify(i),t)},_getPageModel:function(n){if(this._isReloadResult(n)){this._loadReportFromBegin(n);return}n.inProgress==\"inProgress\"?this._inProgressRequest(n.reportViewerToken,\"_getPageModel\"):n.embedImageData?(this._pageImagesCache=n,this._embedImageRequest(\"_getPageImages\")):(this._clearObjects(this._reportAction.getPageModel),this._renderCurrentPageModels(n))},_getPageImages:function(n){if(this._isReloadResult(n)){this._loadReportFromBegin(n);return}n.inProgress==\"inProgress\"?this._inProgressRequest(n.reportViewerToken,\"_getPageModel\"):(this._reportImages=n.reportImagesData,this._clearObjects(this._reportAction.getPageModel),this._renderCurrentPageModels(this._pageImagesCache))},_renderCurrentPageModels:function(n){var u,f,e,t,i,r;if(n){if(this._showNavigationIndicator(!1),this._showloadingIndicator(!1),this._viewReportEnableDisable(!1),$(\"#\"+this._id+\"_viewerBlockCellContent\").removeClass(\"e-reportviewer-paramblock-disable\"),(this._paramInfo==\"NoParams\"||this._paramInfo==\"HiddenParams\")&&this._showParameterBlock(!1),this._showparameterLoadingIndicator(!1,null),$(\"#\"+this._id+\"_pageviewContainer\").css(\"display\",\"block\"),$(\"#\"+this._id+\"_errorMsgContainer\").css(\"display\",\"none\"),$(\"#\"+this._id+\"_toolbarUl_navigate\").removeClass(\"e-reportviewer-toolbar-disable\"),this._isDevice?$(\"#\"+this._id+\"_toolbarUl_exportZoom\").removeClass(\"e-reportviewer-toolbar-disable\"):($(\"#\"+this._id+\"_toolbarUl_printExport\").removeClass(\"e-reportviewer-toolbar-disable\"),$(\"#\"+this._id+\"_toolbarUl_zoom\").removeClass(\"e-reportviewer-toolbar-disable\")),n===\"IsDrillDown\"||n===\"IsSorting\")return;if(n.isDocumentMap&&(this._refresh?(this._showDocumentMap(n.isDocumentMap),u=$(\"#\"+this._id+\"_ejtreeView\").data(\"ejTreeView\"),u?u.collapseAll():this._isDocumentMap=this._isPageDocMap=n.isDocumentMap):this._isDocumentMap=this._isPageDocMap=n.isDocumentMap),n.errorInfo&&n.errorInfo.length>0?(f=this._onReportError({errmsg:n.errorInfo}),e=ej.ReportViewer.Locale[this.model.locale]?ej.ReportViewer.Locale[this.model.locale]:ej.ReportViewer.Locale[\"en-US\"],this._showException(!f,{content:n.errorInfo,description:e.alertMessage.RVERR0002})):this._showException(!1),n.reportPageModel&&n.reportPageModel.PageData){if(this._pageModel=n.reportPageModel,this._dataVisualization.length>0&&(this._dataVisualization=[]),this._onRenderBeginAction(),this._gotoPage(this._currentPage),this._isToolbarClick||this._enableToolbarItems(),this._pageLayoutPage=this._currentPage,this._onRenderingComplete({reportParameters:this._reportParameters}),this._enablePreviewItem(),this._currnetDocMapNodeId&&this._currnetDocMapNodeId.length>0&&this._scrollDocMapItemView(),this._currentBookmarkInfo&&this._scrollToBookmark(),t=this._pageModel.PageData[0].CustomProperties,t)for(i=0;i0&&(this._dataVisualization=[]),this._gotoPage(this._currentPage),this._refresh=!1,this._initialPageSetup(n),this._onRenderingComplete({reportParameters:this._reportParameters})),n.pgsetting&&this._updatePageSetup(n.pgsetting),(this.model.enablePageVirtualization||this.model.enablePageCache)&&(this._storePageCache(this._currentPage),this._renderPages()),this._enablePreviewItem());this._isFitToPage&&(t=this._fitToPage(\"fitToPage\"),this._applyDropDownVal(t,!1,!0),$(\"#\"+this._id+\"_viewerContainer\").scrollTop(0));this._isFitToWidth&&(t=this._fitToPage(\"fitToWidth\"),this._applyDropDownVal(t,!0,!1));this._onElementsRendered({action:\"PreviewModel\"})},_getPrintModel:function(n){var i,r,u,t;if(this._isReloadResult(n)){this._loadReportFromBegin(n);return}if(i={stage:\"preparation\",currentPage:n.currentpage,preparationStage:n.preparationStage,totalPages:n.totalpages,handled:!1,containerId:this._id+\"_viewerContainer\"},this._onPrintProgressChanged(i),n.preparationStage==\"dataPreparation\"&&n.totalPages>1&&n.currentPage>1&&(r=Math.floor(n.currentPage/n.totalPages*100),r>0&&(i.handled||this._showPrintExportProgressIndicator(!0,_getLocaleString(\"progressMessage\")==undefined?null:String.format(_getLocaleString(\"progressMessage\",\"printPreparationMessage\"),r)))),n.inProgress==\"inProgress\"){if(u={reportAction:this._reportAction.getPrintModel,printReportId:n.printReportId},n.reportPageModel&&n.reportPageModel&&n.reportPageModel.PageData.length>0)for(t=0;t0){for(t=0;t0&&(this._showDocumentMap(this.model.toolbarSettings.items&ej.ReportViewer.ToolbarItems.DocumentMap),this._containerSplit(n.DocumentMapNode))},_drillThroughModel:function(n){var i={x:$(\"#\"+this._id+\"_viewerContainer\").scrollLeft(),y:$(\"#\"+this._id+\"_viewerContainer\").scrollTop()},t=this._cloneReportViewerProperties();this._parents.push({pagePos:i,parentPro:t});this._setInitialization();this._reportViewerToken=t._childReportToken;this._unwireEvents();this._initViewer();this._reportLoaded(n)},_gotoParentReportModel:function(){var n,t;this._setParentReportViewerProperties();n=this._currentPage;this._unwireEvents();this._initViewer();this._currentPage=n;this._paramInfo==\"Params\"?this._ajaxCallMethod(this._reportAction.getParameters,\"_getParameters\",!1):(this._selectparamToolItem(!1),this._showParameterBlock(!1),t=this._printMode?\"_getPreviewModel\":\"_getPageModel\",this._ajaxCallMethod(this._reportAction.getPageModel,t,!1))},_clearCurrentServerCache:function(){},_print:function(){var n={stage:\"beginPrint\",handled:!1,containerId:this._id+\"_viewerContainer\",waitingPopupTemplate:this.model.waitingPopupTemplate};this._onPrintProgressChanged(n);n.handled||this._showPrintExportProgressIndicator(!0,this._getLocaleString(\"progressMessage\")==undefined?null:this._getLocaleString(\"progressMessage\",\"printLoadingMessage\"),n.waitingPopupTemplate);this._ajaxCallMethod(this._reportAction.getPrintModel,\"_getPrintModel\",!1)},_printReport:function(n){var t=n.reportPageModel,i={stage:\"printStarted\",handled:!1,containerId:this._id+\"_viewerContainer\"};this._onPrintProgressChanged(i);i.handled||this._showPrintExportProgressIndicator(!1);n.embedImageData?(this._pageImagesCache=t,this._embedImageRequest(\"_getPrintingImages\")):this._renderPrintPageModels(t)},_getPrintingImages:function(n){if(this._isReloadResult(n)){this._loadReportFromBegin(n);return}if(n.inProgress==\"inProgress\"){var t={reportAction:this._reportAction.getPrintModel,printReportId:n.printReportId};this.doAjaxPost(\"POST\",this._actionUrl,JSON.stringify(t),\"_getPrintModel\")}else this._reportImages=n.reportImagesData,this._renderPrintPageModels(this._pageImagesCache)},_renderPrintPageModels:function(n){var b=n.PaperHeight,l=n.PaperWidth,k=n.MarginTop,d=n.MarginLeft,u,f,e,o,s,i,r,h,p,w,c;this._isprint=!0;var g=$(\"head\").find(\"link\"),a=this._browserInfo.name==\"msie\"&&parseInt(this._browserInfo.version)<=9,t=this.model.printOption==\"Default\"&&this._browserInfo.name!=\"mozilla\"?window.open(\"\",\"pint\",\"tabbar=no,scrollbars = yes,resizable = yes\"):window.open(\"\",\"_blank\"),v=\"`;\n };\n\n collectStyles(children: any) {\n if (this.sealed) {\n return throwStyledError(2);\n }\n\n return {children};\n }\n\n getStyleTags = (): string => {\n if (this.sealed) {\n return throwStyledError(2);\n }\n\n return this._emitSheetCSS();\n };\n\n getStyleElement = () => {\n if (this.sealed) {\n return throwStyledError(2);\n }\n\n const props = {\n [SC_ATTR]: '',\n [SC_ATTR_VERSION]: SC_VERSION,\n dangerouslySetInnerHTML: {\n __html: this.instance.toString(),\n },\n };\n\n const nonce = getNonce();\n if (nonce) {\n (props: any).nonce = nonce;\n }\n\n // v4 returned an array for this fn, so we'll do the same for v5 for backward compat\n return [];\n };\n\n // eslint-disable-next-line consistent-return\n interleaveWithNodeStream(input: any) {\n if (!__SERVER__ || IS_BROWSER) {\n return throwStyledError(3);\n } else if (this.sealed) {\n return throwStyledError(2);\n }\n\n if (__SERVER__) {\n this.seal();\n\n // eslint-disable-next-line global-require\n const { Readable, Transform } = require('stream');\n\n const readableStream: Readable = input;\n const { instance: sheet, _emitSheetCSS } = this;\n\n const transformer = new Transform({\n transform: function appendStyleChunks(chunk, /* encoding */ _, callback) {\n // Get the chunk and retrieve the sheet's CSS as an HTML chunk,\n // then reset its rules so we get only new ones for the next chunk\n const renderedHtml = chunk.toString();\n const html = _emitSheetCSS();\n\n sheet.clearTag();\n\n // prepend style html to chunk, unless the start of the chunk is a\n // closing tag in which case append right after that\n if (CLOSING_TAG_R.test(renderedHtml)) {\n const endOfClosingTag = renderedHtml.indexOf('>') + 1;\n const before = renderedHtml.slice(0, endOfClosingTag);\n const after = renderedHtml.slice(endOfClosingTag);\n\n this.push(before + html + after);\n } else {\n this.push(html + renderedHtml);\n }\n\n callback();\n },\n });\n\n readableStream.on('error', err => {\n // forward the error to the transform stream\n transformer.emit('error', err);\n });\n\n return readableStream.pipe(transformer);\n }\n }\n\n seal = () => {\n this.sealed = true;\n };\n}\n","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgAddressBook(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 12 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"address-book\",\n d: \"M11.679,4.375A.326.326,0,0,0,12,4.047V2.953a.326.326,0,0,0-.321-.328h-.536V1.313A1.3,1.3,0,0,0,9.857,0H1.286A1.3,1.3,0,0,0,0,1.313V12.688A1.3,1.3,0,0,0,1.286,14H9.857a1.3,1.3,0,0,0,1.286-1.312V11.375h.536A.326.326,0,0,0,12,11.047V9.953a.326.326,0,0,0-.321-.328h-.536V7.875h.536A.326.326,0,0,0,12,7.547V6.453a.326.326,0,0,0-.321-.328h-.536V4.375ZM5.571,3.5A1.75,1.75,0,1,1,3.857,5.25,1.734,1.734,0,0,1,5.571,3.5Zm3,6.475a.566.566,0,0,1-.6.525h-4.8a.566.566,0,0,1-.6-.525V9.45a1.7,1.7,0,0,1,1.8-1.575h.134a2.707,2.707,0,0,0,2.132,0h.134a1.7,1.7,0,0,1,1.8,1.575Z\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgAddressBook);\nexport default __webpack_public_path__ + \"static/media/address-book.57c4fefec7ed03d400f24e8075dde2f1.svg\";\nexport { ForwardRef as ReactComponent };","// @flow\n/* Import singletons */\nimport isStyledComponent from './utils/isStyledComponent';\nimport css from './constructors/css';\nimport createGlobalStyle from './constructors/createGlobalStyle';\nimport keyframes from './constructors/keyframes';\nimport ServerStyleSheet from './models/ServerStyleSheet';\nimport { SC_VERSION } from './constants';\n\nimport StyleSheetManager, {\n StyleSheetContext,\n StyleSheetConsumer,\n} from './models/StyleSheetManager';\n\n/* Import components */\nimport ThemeProvider, { ThemeContext, ThemeConsumer } from './models/ThemeProvider';\n\n/* Import Higher Order Components */\nimport withTheme from './hoc/withTheme';\n\n/* Import hooks */\nimport useTheme from './hooks/useTheme';\n\ndeclare var __SERVER__: boolean;\n\n/* Warning if you've imported this file on React Native */\nif (\n process.env.NODE_ENV !== 'production' &&\n typeof navigator !== 'undefined' &&\n navigator.product === 'ReactNative'\n) {\n // eslint-disable-next-line no-console\n console.warn(\n \"It looks like you've imported 'styled-components' on React Native.\\n\" +\n \"Perhaps you're looking to import 'styled-components/native'?\\n\" +\n 'Read more about this at https://www.styled-components.com/docs/basics#react-native'\n );\n}\n\n/* Warning if there are several instances of styled-components */\nif (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test' && typeof window !== 'undefined') {\n window['__styled-components-init__'] = window['__styled-components-init__'] || 0;\n\n if (window['__styled-components-init__'] === 1) {\n // eslint-disable-next-line no-console\n console.warn(\n \"It looks like there are several instances of 'styled-components' initialized in this application. \" +\n 'This may cause dynamic styles to not render properly, errors during the rehydration process, ' +\n 'a missing theme prop, and makes your application bigger without good reason.\\n\\n' +\n 'See https://s-c.sh/2BAXzed for more info.'\n );\n }\n\n window['__styled-components-init__'] += 1;\n}\n\n/* Export everything */\nexport * from './secretInternals';\nexport {\n createGlobalStyle,\n css,\n isStyledComponent,\n keyframes,\n ServerStyleSheet,\n StyleSheetConsumer,\n StyleSheetContext,\n StyleSheetManager,\n ThemeConsumer,\n ThemeContext,\n ThemeProvider,\n useTheme,\n SC_VERSION as version,\n withTheme,\n};\n","export const colourPrimary01 = 'var(--colour-primary-01)';\r\nexport const colourPrimary02 = 'var(--colour-primary-02)';\r\nexport const colourPrimary03 = 'var(--colour-primary-03)';\r\nexport const colourPrimary04 = 'var(--colour-primary-04)';\r\nexport const colourPrimary05 = 'var(--colour-primary-05)';\r\nexport const colourPrimary06 = 'var(--colour-primary-06)';\r\nexport const colourPrimary07 = 'var(--colour-primary-07)';\r\nexport const colourPrimary08 = 'var(--colour-primary-08)';\r\nexport const colourPrimary09 = 'var(--colour-primary-09)';\r\n\r\nexport const colourSecondary01 = 'var(--colour-secondary-01)';\r\nexport const colourSecondary02 = 'var(--colour-secondary-02)';\r\nexport const colourSecondary03 = 'var(--colour-secondary-03)';\r\nexport const colourSecondary04 = 'var(--colour-secondary-04)';\r\nexport const colourSecondary05 = 'var(--colour-secondary-05)';\r\nexport const colourSecondary06 = 'var(--colour-secondary-06)';\r\nexport const colourSecondary07 = 'var(--colour-secondary-07)';\r\nexport const colourSecondary08 = 'var(--colour-secondary-08)';\r\nexport const colourSecondary09 = 'var(--colour-secondary-09)';\r\n\r\nexport const colourTertiary01 = 'var(--colour-tertiary-01)';\r\nexport const colourTertiary02 = 'var(--colour-tertiary-02)';\r\nexport const colourTertiary03 = 'var(--colour-tertiary-03)';\r\nexport const colourTertiary04 = 'var(--colour-tertiary-04)';\r\nexport const colourTertiary05 = 'var(--colour-tertiary-05)';\r\nexport const colourTertiary06 = 'var(--colour-tertiary-06)';\r\nexport const colourTertiary07 = 'var(--colour-tertiary-07)';\r\nexport const colourTertiary08 = 'var(--colour-tertiary-08)';\r\nexport const colourTertiary09 = 'var(--colour-tertiary-09)';\r\n\r\nexport const colourGrey01 = 'var(--colour-grey-01)';\r\nexport const colourGrey02 = 'var(--colour-grey-02)';\r\nexport const colourGrey03 = 'var(--colour-grey-03)';\r\nexport const colourGrey04 = 'var(--colour-grey-04)';\r\nexport const colourGrey05 = 'var(--colour-grey-05)';\r\nexport const colourGrey06 = 'var(--colour-grey-06)';\r\nexport const colourGrey07 = 'var(--colour-grey-07)';\r\nexport const colourGrey08 = 'var(--colour-grey-08)';\r\nexport const colourGrey09 = 'var(--colour-grey-09)';\r\n\r\nexport const colourWhite = 'var(--colour-white)';\r\nexport const colourBlack = 'var(--colour-black)';\r\n\r\nexport const colourNotice01 = 'var(--colour-notice-01)';\r\nexport const colourNotice02 = 'var(--colour-notice-02)';\r\nexport const colourNotice03 = 'var(--colour-notice-03)';\r\nexport const colourNotice04 = 'var(--colour-notice-04)';\r\nexport const colourNotice05 = 'var(--colour-notice-05)';\r\nexport const colourNotice06 = 'var(--colour-notice-06)';\r\nexport const colourNotice07 = 'var(--colour-notice-07)';\r\nexport const colourNotice08 = 'var(--colour-notice-08)';\r\nexport const colourNotice09 = 'var(--colour-notice-09)';\r\n\r\nexport const colourPositive01 = 'var(--colour-positive-01)';\r\nexport const colourPositive02 = 'var(--colour-positive-02)';\r\nexport const colourPositive03 = 'var(--colour-positive-03)';\r\nexport const colourPositive04 = 'var(--colour-positive-04)';\r\nexport const colourPositive05 = 'var(--colour-positive-05)';\r\nexport const colourPositive06 = 'var(--colour-positive-06)';\r\nexport const colourPositive07 = 'var(--colour-positive-07)';\r\nexport const colourPositive08 = 'var(--colour-positive-08)';\r\nexport const colourPositive09 = 'var(--colour-positive-09)';\r\n\r\nexport const colourNegative01 = 'var(--colour-negative-01)';\r\nexport const colourNegative02 = 'var(--colour-negative-02)';\r\nexport const colourNegative03 = 'var(--colour-negative-03)';\r\nexport const colourNegative04 = 'var(--colour-negative-04)';\r\nexport const colourNegative05 = 'var(--colour-negative-05)';\r\nexport const colourNegative06 = 'var(--colour-negative-06)';\r\nexport const colourNegative07 = 'var(--colour-negative-07)';\r\nexport const colourNegative08 = 'var(--colour-negative-08)';\r\nexport const colourNegative09 = 'var(--colour-negative-09)';\r\n\r\nexport const colourWarning01 = 'var(--colour-warning-01)';\r\nexport const colourWarning02 = 'var(--colour-warning-02)';\r\nexport const colourWarning03 = 'var(--colour-warning-03)';\r\nexport const colourWarning04 = 'var(--colour-warning-04)';\r\nexport const colourWarning05 = 'var(--colour-warning-05)';\r\nexport const colourWarning06 = 'var(--colour-warning-06)';\r\nexport const colourWarning07 = 'var(--colour-warning-07)';\r\nexport const colourWarning08 = 'var(--colour-warning-08)';\r\nexport const colourWarning09 = 'var(--colour-warning-09)';\r\n\r\nexport const colourChart01 = 'var(--colour-chart-01)';\r\nexport const colourChart02 = 'var(--colour-chart-02)';\r\nexport const colourChart03 = 'var(--colour-chart-03)';\r\nexport const colourChart04 = 'var(--colour-chart-04)';\r\nexport const colourChart05 = 'var(--colour-chart-05)';\r\nexport const colourChart06 = 'var(--colour-chart-06)';\r\nexport const colourChart07 = 'var(--colour-chart-07)';\r\nexport const colourChart08 = 'var(--colour-chart-08)';\r\nexport const colourChart09 = 'var(--colour-chart-09)';\r\nexport const colourChart10 = 'var(--colour-chart-10)';\r\nexport const colourChart11 = 'var(--colour-chart-11)';\r\nexport const colourChart12 = 'var(--colour-chart-12)';\r\nexport const colourChart13 = 'var(--colour-chart-13)';\r\nexport const colourChart14 = 'var(--colour-chart-14)';\r\nexport const colourChart15 = 'var(--colour-chart-15)';\r\nexport const colourChart16 = 'var(--colour-chart-16)';\r\nexport const colourChart17 = 'var(--colour-chart-17)';\r\nexport const colourChart18 = 'var(--colour-chart-18)';\r\nexport const colourChart19 = 'var(--colour-chart-19)';\r\nexport const colourChart20 = 'var(--colour-chart-20)';\r\n\r\nexport const textColours = {\r\n default: colourBlack,\r\n primary: colourPrimary05,\r\n disabled: colourGrey06,\r\n selected: colourWhite,\r\n notice: colourNotice06,\r\n positive: colourPositive06,\r\n warning: colourWarning06,\r\n negative: colourNegative06,\r\n};\r\n\r\nexport const backgroundColours = {\r\n default: colourWhite,\r\n defaultHover: colourGrey01,\r\n disabled: colourGrey01,\r\n selected: colourBlack,\r\n selectedDisabled: colourGrey05,\r\n notice: colourNotice03,\r\n positive: colourPositive03,\r\n warning: colourWarning03,\r\n negative: colourNegative03,\r\n};\r\n\r\nexport const borderColours = {\r\n default: colourGrey04,\r\n defaultHover: colourBlack,\r\n primary: colourPrimary05,\r\n primaryHover: colourPrimary07,\r\n focus: colourBlack,\r\n highlight: colourNotice05,\r\n disabled: colourGrey04,\r\n selected: colourBlack,\r\n notice: colourNotice06,\r\n noticeHover: colourNotice08,\r\n positive: colourPositive05,\r\n positiveHover: colourPositive07,\r\n warning: colourWarning05,\r\n warningHover: colourWarning07,\r\n negative: colourNegative05,\r\n negativeHover: colourNegative08,\r\n};\r\n","import { css, FlattenSimpleInterpolation } from 'styled-components/macro';\r\n\r\nexport const narrowDesktopMaxScreenWidth = 1800;\r\n\r\nexport const wideDesktopMinScreenWidth = narrowDesktopMaxScreenWidth + 1;\r\n\r\nexport const desktopMinScreenWidth = 1024;\r\n\r\nexport const mobileMaxScreenWidth = desktopMinScreenWidth - 1;\r\n\r\nexport const mobileNavbarHeight = '100px';\r\n\r\nexport const allDevices = ['desktop', 'mobile'] as const;\r\nexport type Device = typeof allDevices[number];\r\n\r\nexport const onWideDesktop = (styles: FlattenSimpleInterpolation) => css`\r\n @media (min-width: ${wideDesktopMinScreenWidth}px) {\r\n ${styles};\r\n }\r\n`;\r\n\r\nexport const onNarrowDesktop = (styles: FlattenSimpleInterpolation) => css`\r\n @media (min-width: ${desktopMinScreenWidth}px) and (max-width: ${narrowDesktopMaxScreenWidth}px) {\r\n ${styles};\r\n }\r\n`;\r\n\r\nexport const onDesktop = (styles: FlattenSimpleInterpolation) => css`\r\n @media (min-width: ${desktopMinScreenWidth}px) {\r\n ${styles};\r\n }\r\n`;\r\n\r\nexport const onMobile = (styles: FlattenSimpleInterpolation) => css`\r\n @media (max-width: ${mobileMaxScreenWidth}px) {\r\n ${styles};\r\n }\r\n`;\r\n","import { css } from 'styled-components/macro';\r\nimport { onDesktop, onMobile } from '../layout/screenBreakpoints';\r\n\r\nexport const fontFamily = `var(--font-family), 'Lato', sans-serif`;\r\n\r\nexport const fontWeightLight = 300;\r\nexport const fontWeightMedium = 400;\r\nexport const fontWeightBold = 700;\r\n\r\nexport const lineHeightMedium = 1.6;\r\n\r\nexport const fontSizeCss = (fontScale: FontScale) => css`\r\n ${onDesktop(css`\r\n font-size: ${fontSizes[fontScale].desktop};\r\n `)}\r\n\r\n ${onMobile(css`\r\n font-size: ${fontSizes[fontScale].mobile};\r\n `)}\r\n`;\r\n\r\nexport const fontSizes: Record = {\r\n xxsmall: {\r\n desktop: '10px',\r\n mobile: '10px',\r\n },\r\n xsmall: {\r\n desktop: '12px',\r\n mobile: '12px',\r\n },\r\n small: {\r\n desktop: '14px',\r\n mobile: '14px',\r\n },\r\n medium: {\r\n desktop: '16px',\r\n mobile: '16px',\r\n },\r\n large: {\r\n desktop: '18px',\r\n mobile: '18px',\r\n },\r\n xlarge: {\r\n desktop: '20px',\r\n mobile: '20px',\r\n },\r\n xxlarge: {\r\n desktop: '28px',\r\n mobile: '22px',\r\n },\r\n xxxlarge: {\r\n desktop: '38px',\r\n mobile: '24px',\r\n },\r\n xxxxlarge: {\r\n desktop: '46px',\r\n mobile: '26px',\r\n },\r\n};\r\n\r\ntype ResponsiveFontSize = {\r\n desktop: string;\r\n mobile: string;\r\n};\r\n\r\nexport type FontScale =\r\n | 'xxsmall'\r\n | 'xsmall'\r\n | 'small'\r\n | 'medium'\r\n | 'large'\r\n | 'xlarge'\r\n | 'xxlarge'\r\n | 'xxxlarge'\r\n | 'xxxxlarge';\r\n","export const spacing4 = '4px';\r\nexport const spacing8 = '8px';\r\nexport const spacing12 = '12px';\r\nexport const spacing16 = '16px';\r\nexport const spacing24 = '24px';\r\nexport const spacing32 = '32px';\r\nexport const spacing48 = '48px';\r\nexport const spacing64 = '64px';\r\nexport const spacing80 = '80px';\r\nexport const spacing96 = '96px';\r\nexport const spacing128 = '128px';\r\nexport const spacing160 = '160px';\r\nexport const spacing200 = '200px';\r\nexport const spacing256 = '256px';\r\n","import styled from 'styled-components/macro';\r\nimport { textColours } from '../../../styling/design/colours';\r\nimport { fontSizeCss, fontWeightBold } from '../../../styling/design/fonts';\r\nimport { spacing16 } from '../../../styling/design/spacing';\r\n\r\nexport const ErrorMessage = styled.div`\r\n color: ${textColours.negative};\r\n font-weight: ${fontWeightBold};\r\n ${fontSizeCss('small')};\r\n margin-top: ${spacing16};\r\n white-space: pre-wrap;\r\n`;\r\n","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgBook(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M448 336v-288C448 21.49 426.5 0 400 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h320c17.67 0 32-14.33 32-31.1c0-11.72-6.607-21.52-16-27.1v-81.36C441.8 362.8 448 350.2 448 336zM143.1 128h192C344.8 128 352 135.2 352 144C352 152.8 344.8 160 336 160H143.1C135.2 160 128 152.8 128 144C128 135.2 135.2 128 143.1 128zM143.1 192h192C344.8 192 352 199.2 352 208C352 216.8 344.8 224 336 224H143.1C135.2 224 128 216.8 128 208C128 199.2 135.2 192 143.1 192zM384 448H96c-17.67 0-32-14.33-32-32c0-17.67 14.33-32 32-32h288V448z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgBook);\nexport default __webpack_public_path__ + \"static/media/book.5859a1b54d926c333009ff0999be54be.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgBuildingColumns(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M243.4 2.587C251.4-.8625 260.6-.8625 268.6 2.587L492.6 98.59C506.6 104.6 514.4 119.6 511.3 134.4C508.3 149.3 495.2 159.1 479.1 160V168C479.1 181.3 469.3 192 455.1 192H55.1C42.74 192 31.1 181.3 31.1 168V160C16.81 159.1 3.708 149.3 .6528 134.4C-2.402 119.6 5.429 104.6 19.39 98.59L243.4 2.587zM256 128C273.7 128 288 113.7 288 96C288 78.33 273.7 64 256 64C238.3 64 224 78.33 224 96C224 113.7 238.3 128 256 128zM127.1 416H167.1V224H231.1V416H280V224H344V416H384V224H448V420.3C448.6 420.6 449.2 420.1 449.8 421.4L497.8 453.4C509.5 461.2 514.7 475.8 510.6 489.3C506.5 502.8 494.1 512 480 512H31.1C17.9 512 5.458 502.8 1.372 489.3C-2.715 475.8 2.515 461.2 14.25 453.4L62.25 421.4C62.82 420.1 63.41 420.6 63.1 420.3V224H127.1V416z\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgBuildingColumns);\nexport default __webpack_public_path__ + \"static/media/building-columns.373e5ba058ee840a10bde4196177abc6.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCalendarAltSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n \"data-prefix\": \"fas\",\n \"data-icon\": \"calendar-alt\",\n className: \"svg-inline--fa fa-calendar-alt fa-w-14\",\n role: \"img\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCalendarAltSolid);\nexport default __webpack_public_path__ + \"static/media/calendar-alt-solid.65773e7683b2d8ebd653ba0f28193c29.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCheckCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCheckCircleSolid);\nexport default __webpack_public_path__ + \"static/media/check-circle-solid.fa182962039391efe615799a575d2623.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCheckSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n \"data-prefix\": \"fas\",\n \"data-icon\": \"check\",\n className: \"svg-inline--fa fa-check fa-w-16\",\n role: \"img\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCheckSolid);\nexport default __webpack_public_path__ + \"static/media/check-solid.5dcf9568d0b63bd4c8e63f66e4f927d5.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgChevronDownSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronDownSolid);\nexport default __webpack_public_path__ + \"static/media/chevron-down-solid.33e4c237408d57a66346894fc1451500.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgChevronLeftSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 320 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronLeftSolid);\nexport default __webpack_public_path__ + \"static/media/chevron-left-solid.9f3866963cf2118b5a836021a39e413d.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgChevronRightSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 320 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronRightSolid);\nexport default __webpack_public_path__ + \"static/media/chevron-right-solid.66a45439c7200612699ac18c497d7a89.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgChevronUpSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgChevronUpSolid);\nexport default __webpack_public_path__ + \"static/media/chevron-up-solid.919fdaa4c3b890a7c769565b5b5279b1.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCircleSolid);\nexport default __webpack_public_path__ + \"static/media/circle-solid.aab9611e299269651184875a5047f57a.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgClock(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512zM232 256C232 264 236 271.5 242.7 275.1L338.7 339.1C349.7 347.3 364.6 344.3 371.1 333.3C379.3 322.3 376.3 307.4 365.3 300L280 243.2V120C280 106.7 269.3 96 255.1 96C242.7 96 231.1 106.7 231.1 120L232 256z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgClock);\nexport default __webpack_public_path__ + \"static/media/clock.18a8a7e760500aa06dd3c4583df88453.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCogSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCogSolid);\nexport default __webpack_public_path__ + \"static/media/cog-solid.e7ef8f196d7e21f9558ca92003461650.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgCompress(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 40,\n height: 40,\n viewBox: \"0 0 40 40\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"compress\",\n d: \"M38.929,46.286H27.857a2.138,2.138,0,0,1-2.143-2.143V33.071A1.075,1.075,0,0,1,26.786,32h3.571a1.075,1.075,0,0,1,1.071,1.071v7.5h7.5A1.075,1.075,0,0,1,40,41.643v3.571A1.075,1.075,0,0,1,38.929,46.286ZM14.286,44.143V33.071A1.075,1.075,0,0,0,13.214,32H9.643a1.075,1.075,0,0,0-1.071,1.071v7.5h-7.5A1.075,1.075,0,0,0,0,41.643v3.571a1.075,1.075,0,0,0,1.071,1.071H12.143A2.138,2.138,0,0,0,14.286,44.143Zm0,26.786V59.857a2.138,2.138,0,0,0-2.143-2.143H1.071A1.075,1.075,0,0,0,0,58.786v3.571a1.075,1.075,0,0,0,1.071,1.071h7.5v7.5A1.075,1.075,0,0,0,9.643,72h3.571A1.075,1.075,0,0,0,14.286,70.929Zm17.143,0v-7.5h7.5A1.075,1.075,0,0,0,40,62.357V58.786a1.075,1.075,0,0,0-1.071-1.071H27.857a2.138,2.138,0,0,0-2.143,2.143V70.929A1.075,1.075,0,0,0,26.786,72h3.571A1.075,1.075,0,0,0,31.429,70.929Z\",\n transform: \"translate(0 -32)\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgCompress);\nexport default __webpack_public_path__ + \"static/media/compress.dd0bb0a7bdd5c08131fde57253400fb5.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgDashboard(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgDashboard);\nexport default __webpack_public_path__ + \"static/media/dashboard.a3949804369de25f48ddd4a09a1cef19.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgTrashCanSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M135.2 17.69C140.6 6.848 151.7 0 163.8 0H284.2C296.3 0 307.4 6.848 312.8 17.69L320 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H128L135.2 17.69zM31.1 128H416V448C416 483.3 387.3 512 352 512H95.1C60.65 512 31.1 483.3 31.1 448V128zM111.1 208V432C111.1 440.8 119.2 448 127.1 448C136.8 448 143.1 440.8 143.1 432V208C143.1 199.2 136.8 192 127.1 192C119.2 192 111.1 199.2 111.1 208zM207.1 208V432C207.1 440.8 215.2 448 223.1 448C232.8 448 240 440.8 240 432V208C240 199.2 232.8 192 223.1 192C215.2 192 207.1 199.2 207.1 208zM304 208V432C304 440.8 311.2 448 320 448C328.8 448 336 440.8 336 432V208C336 199.2 328.8 192 320 192C311.2 192 304 199.2 304 208z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgTrashCanSolid);\nexport default __webpack_public_path__ + \"static/media/trash-can-solid.d4a9f870ffc9ab6cf286c8511a8e2845.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgDocuments(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgDocuments);\nexport default __webpack_public_path__ + \"static/media/documents.83a96e50e2ce5713aebde7bd2769a31a.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgDownload(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgDownload);\nexport default __webpack_public_path__ + \"static/media/download.b33f5a629b36594523603f89522b9211.svg\";\nexport { ForwardRef as ReactComponent };","var _circle, _circle2, _circle3;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgEllipsisLight(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n id: \"Layer_1\",\n xmlns: \"http://www.w3.org/2000/svg\",\n x: \"0px\",\n y: \"0px\",\n viewBox: \"0 0 55 24.4\",\n style: {\n enableBackground: \"new 0 0 55 24.4\"\n },\n xmlSpace: \"preserve\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _circle || (_circle = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 12.5,\n cy: 12.2,\n r: 4.5\n })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 27.5,\n cy: 12.2,\n r: 4.5\n })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 42.5,\n cy: 12.2,\n r: 4.5\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgEllipsisLight);\nexport default __webpack_public_path__ + \"static/media/ellipsis-light.68749630efaf3d7e63463c7fdbbafa8b.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgEnvelopeSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgEnvelopeSolid);\nexport default __webpack_public_path__ + \"static/media/envelope-solid.382b141f24882ebbbb8e61fca4d40519.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgExclamationCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgExclamationCircleSolid);\nexport default __webpack_public_path__ + \"static/media/exclamation-circle-solid.4853e7d9de47acd1fec9e1846a79fd68.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgExpand(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 14,\n height: 14,\n viewBox: \"0 0 14 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"expand\",\n d: \"M0,36.625V32.75A.748.748,0,0,1,.75,32H4.625A.376.376,0,0,1,5,32.375v1.25A.376.376,0,0,1,4.625,34H2v2.625A.376.376,0,0,1,1.625,37H.375A.376.376,0,0,1,0,36.625Zm9-4.25v1.25A.376.376,0,0,0,9.375,34H12v2.625a.376.376,0,0,0,.375.375h1.25A.376.376,0,0,0,14,36.625V32.75a.748.748,0,0,0-.75-.75H9.375A.376.376,0,0,0,9,32.375ZM13.625,41h-1.25a.376.376,0,0,0-.375.375V44H9.375A.376.376,0,0,0,9,44.375v1.25A.376.376,0,0,0,9.375,46H13.25a.748.748,0,0,0,.75-.75V41.375A.376.376,0,0,0,13.625,41ZM5,45.625v-1.25A.376.376,0,0,0,4.625,44H2V41.375A.376.376,0,0,0,1.625,41H.375A.376.376,0,0,0,0,41.375V45.25A.748.748,0,0,0,.75,46H4.625A.376.376,0,0,0,5,45.625Z\",\n transform: \"translate(0 -32)\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgExpand);\nexport default __webpack_public_path__ + \"static/media/expand.42da09793ea02bdd3b98fc0ee3ce036f.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFileExcelSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileExcelSolid);\nexport default __webpack_public_path__ + \"static/media/file-excel-solid.85e86b12473b3e544ef179c52166328b.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFileAltSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileAltSolid);\nexport default __webpack_public_path__ + \"static/media/file-alt-solid.56337524b248859be5077aa34eb5f172.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFilterSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFilterSolid);\nexport default __webpack_public_path__ + \"static/media/filter-solid.3512b9831cf359de5890ce08a2c2a39a.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFloppyDisk(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M433.1 129.1l-83.9-83.9C342.3 38.32 327.1 32 316.1 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V163.9C448 152.9 441.7 137.7 433.1 129.1zM224 416c-35.34 0-64-28.66-64-64s28.66-64 64-64s64 28.66 64 64S259.3 416 224 416zM320 208C320 216.8 312.8 224 304 224h-224C71.16 224 64 216.8 64 208v-96C64 103.2 71.16 96 80 96h224C312.8 96 320 103.2 320 112V208z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFloppyDisk);\nexport default __webpack_public_path__ + \"static/media/floppy-disk.8b3a8eb9a92a79e0a290e64b702b6fda.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgHoldings(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgHoldings);\nexport default __webpack_public_path__ + \"static/media/holdings.36971deb777e991cfe00a10acbbf56ea.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFileImageSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileImageSolid);\nexport default __webpack_public_path__ + \"static/media/file-image-solid.87c82b58b45843ec7264266653228a79.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgInfoCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgInfoCircleSolid);\nexport default __webpack_public_path__ + \"static/media/info-circle-solid.fe2641b08cf05458bbcbc8858736941f.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgKey(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M282.3 343.7L248.1 376.1C244.5 381.5 238.4 384 232 384H192V424C192 437.3 181.3 448 168 448H128V488C128 501.3 117.3 512 104 512H24C10.75 512 0 501.3 0 488V408C0 401.6 2.529 395.5 7.029 391L168.3 229.7C162.9 212.8 160 194.7 160 176C160 78.8 238.8 0 336 0C433.2 0 512 78.8 512 176C512 273.2 433.2 352 336 352C317.3 352 299.2 349.1 282.3 343.7zM376 176C398.1 176 416 158.1 416 136C416 113.9 398.1 96 376 96C353.9 96 336 113.9 336 136C336 158.1 353.9 176 376 176z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgKey);\nexport default __webpack_public_path__ + \"static/media/key.c3ee6c01487a84d2525925d115cafc4f.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgLockClosed(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 12,\n height: 14,\n viewBox: \"0 0 12 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"lock\",\n d: \"M10.714,6.125h-.643V4.156A4.12,4.12,0,0,0,6,0,4.12,4.12,0,0,0,1.929,4.156V6.125H1.286A1.3,1.3,0,0,0,0,7.438v5.25A1.3,1.3,0,0,0,1.286,14h9.429A1.3,1.3,0,0,0,12,12.688V7.438A1.3,1.3,0,0,0,10.714,6.125Zm-2.786,0H4.071V4.156a1.929,1.929,0,1,1,3.857,0Z\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgLockClosed);\nexport default __webpack_public_path__ + \"static/media/lock-closed.240c5d09e159a86d7156623ddfd57292.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgLockOpen(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 15,\n height: 14,\n viewBox: \"0 0 15 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"lock-open\",\n d: \"M11.029,0A4.09,4.09,0,0,0,7.083,4.2V6.124H1.25A1.283,1.283,0,0,0,0,7.437v5.25A1.283,1.283,0,0,0,1.25,14h9.167a1.283,1.283,0,0,0,1.25-1.312V7.437a1.283,1.283,0,0,0-1.25-1.312H9.167V4.18a1.943,1.943,0,0,1,1.857-1.993,1.925,1.925,0,0,1,1.893,1.969V6.343A.64.64,0,0,0,13.542,7h.833A.64.64,0,0,0,15,6.343V4.155A4.065,4.065,0,0,0,11.029,0Z\",\n transform: \"translate(0 0.001)\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgLockOpen);\nexport default __webpack_public_path__ + \"static/media/lock-open.fbde43b700b9fb95e0d8b93260bc845c.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgBarsSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgBarsSolid);\nexport default __webpack_public_path__ + \"static/media/bars-solid.a6d18d9094db499df28415f9752eb26d.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgMoneyWithArrows(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 640 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M535 7.03C544.4-2.343 559.6-2.343 568.1 7.029L632.1 71.02C637.5 75.52 640 81.63 640 87.99C640 94.36 637.5 100.5 632.1 104.1L568.1 168.1C559.6 178.3 544.4 178.3 535 168.1C525.7 159.6 525.7 144.4 535 135L558.1 111.1L384 111.1C370.7 111.1 360 101.2 360 87.99C360 74.74 370.7 63.99 384 63.99L558.1 63.1L535 40.97C525.7 31.6 525.7 16.4 535 7.03V7.03zM104.1 376.1L81.94 400L255.1 399.1C269.3 399.1 279.1 410.7 279.1 423.1C279.1 437.2 269.3 447.1 255.1 447.1L81.95 448L104.1 471C114.3 480.4 114.3 495.6 104.1 504.1C95.6 514.3 80.4 514.3 71.03 504.1L7.029 440.1C2.528 436.5-.0003 430.4 0 423.1C0 417.6 2.529 411.5 7.03 407L71.03 343C80.4 333.7 95.6 333.7 104.1 343C114.3 352.4 114.3 367.6 104.1 376.1H104.1zM95.1 64H337.9C334.1 71.18 332 79.34 332 87.1C332 116.7 355.3 139.1 384 139.1L481.1 139.1C484.4 157.5 494.9 172.5 509.4 181.9C511.1 184.3 513.1 186.6 515.2 188.8C535.5 209.1 568.5 209.1 588.8 188.8L608 169.5V384C608 419.3 579.3 448 544 448H302.1C305.9 440.8 307.1 432.7 307.1 423.1C307.1 395.3 284.7 371.1 255.1 371.1L158.9 372C155.5 354.5 145.1 339.5 130.6 330.1C128.9 327.7 126.9 325.4 124.8 323.2C104.5 302.9 71.54 302.9 51.23 323.2L31.1 342.5V128C31.1 92.65 60.65 64 95.1 64V64zM95.1 192C131.3 192 159.1 163.3 159.1 128H95.1V192zM544 384V320C508.7 320 480 348.7 480 384H544zM319.1 352C373 352 416 309 416 256C416 202.1 373 160 319.1 160C266.1 160 223.1 202.1 223.1 256C223.1 309 266.1 352 319.1 352z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgMoneyWithArrows);\nexport default __webpack_public_path__ + \"static/media/money-with-arrows.b079d4cce67d7152e52cd5aa3f0f8f0c.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgNotifications(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgNotifications);\nexport default __webpack_public_path__ + \"static/media/notifications.071373de1a620eb85aa979cff5065b11.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFilePdfSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFilePdfSolid);\nexport default __webpack_public_path__ + \"static/media/file-pdf-solid.a3b85e4404e63527e1130acb643070ec.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgPencil(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 14,\n height: 14,\n viewBox: \"0 0 14 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"pencil-alt\",\n d: \"M13.638,3.959,12.377,5.219a.328.328,0,0,1-.465,0L8.877,2.184a.328.328,0,0,1,0-.465L10.138.459a1.315,1.315,0,0,1,1.857,0L13.638,2.1A1.31,1.31,0,0,1,13.638,3.959ZM7.794,2.8.614,9.983l-.58,3.322a.657.657,0,0,0,.76.76l3.322-.582L11.3,6.3a.328.328,0,0,0,0-.465L8.262,2.8a.332.332,0,0,0-.468,0ZM3.417,9.367a.381.381,0,0,1,0-.541L7.628,4.615a.383.383,0,0,1,.541.541L3.958,9.367a.381.381,0,0,1-.541,0Zm-.987,2.3H3.742v.993l-1.764.309-.85-.85.309-1.764h.993Z\",\n transform: \"translate(-0.024 -0.075)\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgPencil);\nexport default __webpack_public_path__ + \"static/media/pencil.7cd094a5af76b5cbd4f9b9c9c82445c6.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgPieChart(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 576 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M304 16.58C304 7.555 310.1 0 320 0C443.7 0 544 100.3 544 224C544 233 536.4 240 527.4 240H304V16.58zM32 272C32 150.7 122.1 50.34 238.1 34.25C248.2 32.99 256 40.36 256 49.61V288L412.5 444.5C419.2 451.2 418.7 462.2 411 467.7C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zM558.4 288C567.6 288 575 295.8 573.8 305C566.1 360.9 539.1 410.6 499.9 447.3C493.9 452.1 484.5 452.5 478.7 446.7L320 288H558.4z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgPieChart);\nexport default __webpack_public_path__ + \"static/media/pie-chart.46a8d4c55d9b73702091d4121031e220.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgPiggyBank(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 576 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M400 96L399.1 96.66C394.7 96.22 389.4 96 384 96H256C239.5 96 223.5 98.08 208.2 102C208.1 100 208 98.02 208 96C208 42.98 250.1 0 304 0C357 0 400 42.98 400 96zM384 128C387.5 128 390.1 128.1 394.4 128.3C398.7 128.6 402.9 129 407 129.6C424.6 109.1 450.8 96 480 96H512L493.2 171.1C509.1 185.9 521.9 203.9 530.7 224H544C561.7 224 576 238.3 576 256V352C576 369.7 561.7 384 544 384H512C502.9 396.1 492.1 406.9 480 416V480C480 497.7 465.7 512 448 512H416C398.3 512 384 497.7 384 480V448H256V480C256 497.7 241.7 512 224 512H192C174.3 512 160 497.7 160 480V416C125.1 389.8 101.3 349.8 96.79 304H68C30.44 304 0 273.6 0 236C0 198.4 30.44 168 68 168H72C85.25 168 96 178.7 96 192C96 205.3 85.25 216 72 216H68C56.95 216 48 224.1 48 236C48 247 56.95 256 68 256H99.2C111.3 196.2 156.9 148.5 215.5 133.2C228.4 129.8 241.1 128 256 128H384zM424 240C410.7 240 400 250.7 400 264C400 277.3 410.7 288 424 288C437.3 288 448 277.3 448 264C448 250.7 437.3 240 424 240z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgPiggyBank);\nexport default __webpack_public_path__ + \"static/media/piggy-bank.dd1b5b8c567ee41e1e2b35c1b326c8b3.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgPlus(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 448 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgPlus);\nexport default __webpack_public_path__ + \"static/media/plus.deb30d89a0e19342952eba69b40f1aa3.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFilePowerpointSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFilePowerpointSolid);\nexport default __webpack_public_path__ + \"static/media/file-powerpoint-solid.c7a8b979b326a6c1a4deac014ca6dff3.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgReports(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgReports);\nexport default __webpack_public_path__ + \"static/media/reports.c75fdf339c2481fb8ebdd8ee669e9684.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgSignOutAltSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgSignOutAltSolid);\nexport default __webpack_public_path__ + \"static/media/sign-out-alt-solid.01318845f4a2a32159be168880e3d1f0.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgShield(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M256-.0078C260.7-.0081 265.2 1.008 269.4 2.913L457.7 82.79C479.7 92.12 496.2 113.8 496 139.1C495.5 239.2 454.7 420.7 282.4 503.2C265.7 511.1 246.3 511.1 229.6 503.2C57.25 420.7 16.49 239.2 15.1 139.1C15.87 113.8 32.32 92.12 54.3 82.79L242.7 2.913C246.8 1.008 251.4-.0081 256-.0078V-.0078zM256 444.8C393.1 378 431.1 230.1 432 141.4L256 66.77L256 444.8z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgShield);\nexport default __webpack_public_path__ + \"static/media/shield.735ff464b4cbdfa6cbb075cb1f614966.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgSortDownSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 320 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgSortDownSolid);\nexport default __webpack_public_path__ + \"static/media/sort-down-solid.e8501b2e39029aa034f57171716403c4.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgSortSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 320 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgSortSolid);\nexport default __webpack_public_path__ + \"static/media/sort-solid.acba6cfd8feaa30a91ed0ce9e1c4e803.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgSortUpSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 320 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgSortUpSolid);\nexport default __webpack_public_path__ + \"static/media/sort-up-solid.7ccbebc9b9ffa97ef25d1fe8ff8805c2.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgTimesCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgTimesCircleSolid);\nexport default __webpack_public_path__ + \"static/media/times-circle-solid.44ae50dcebb9d13f9b3af1b179e2336d.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgTimesSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 352 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgTimesSolid);\nexport default __webpack_public_path__ + \"static/media/times-solid.e14afba78a0d46b92d98f04d4a26e239.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgTransactions(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgTransactions);\nexport default __webpack_public_path__ + \"static/media/transactions.4d4a5380d8072805af4c235e69c19b8b.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgUploadSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 512 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n color: \"currentColor\",\n fill: \"currentColor\",\n d: \"M105.4 182.6c12.5 12.49 32.76 12.5 45.25 .001L224 109.3V352c0 17.67 14.33 32 32 32c17.67 0 32-14.33 32-32V109.3l73.38 73.38c12.49 12.49 32.75 12.49 45.25-.001c12.49-12.49 12.49-32.75 0-45.25l-128-128C272.4 3.125 264.2 0 256 0S239.6 3.125 233.4 9.375L105.4 137.4C92.88 149.9 92.88 170.1 105.4 182.6zM480 352h-160c0 35.35-28.65 64-64 64s-64-28.65-64-64H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgUploadSolid);\nexport default __webpack_public_path__ + \"static/media/upload-solid.c194d0635dfc5e2e618ed8ea3762d66a.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgUserCircleSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n focusable: \"false\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 496 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgUserCircleSolid);\nexport default __webpack_public_path__ + \"static/media/user-circle-solid.9a5410a99f6b1380378c3b9f0fe3869e.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgUserAlt(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 14,\n height: 14,\n viewBox: \"0 0 14 14\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n id: \"user-alt\",\n d: \"M7,7.875A3.938,3.938,0,1,0,3.063,3.938,3.939,3.939,0,0,0,7,7.875Zm3.5.875H8.993a4.76,4.76,0,0,1-3.987,0H3.5A3.5,3.5,0,0,0,0,12.25v.438A1.313,1.313,0,0,0,1.313,14H12.688A1.313,1.313,0,0,0,14,12.688V12.25A3.5,3.5,0,0,0,10.5,8.75Z\",\n fill: \"currentColor\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgUserAlt);\nexport default __webpack_public_path__ + \"static/media/user-alt.277289704580701359b73f1f631b16d2.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgUserSlashSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 640 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgUserSlashSolid);\nexport default __webpack_public_path__ + \"static/media/user-slash-solid.39d330db180dc3eb0d5a372e700f7e35.svg\";\nexport { ForwardRef as ReactComponent };","var _path;\n\nvar _excluded = [\"title\", \"titleId\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nimport * as React from \"react\";\n\nfunction SvgFileWordSolid(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n \"aria-hidden\": \"true\",\n xmlns: \"http://www.w3.org/2000/svg\",\n viewBox: \"0 0 384 512\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fill: \"currentColor\",\n d: \"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"\n })));\n}\n\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileWordSolid);\nexport default __webpack_public_path__ + \"static/media/file-word-solid.26720db5c0a4a50df0a9ae9963f74735.svg\";\nexport { ForwardRef as ReactComponent };","export const shadow1 = '0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)';\r\nexport const shadow2 = '0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12)';\r\nexport const shadow3 = '0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1)';\r\nexport const shadow4 = '0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05)';\r\nexport const shadow5 = '0 20px 40px rgba(0, 0, 0, 0.2)';\r\n\r\nexport const insetTopShadow = 'inset 0 11px 8px -10px rgba(0, 0, 0, 0.2)';\r\nexport const insetBottomShadow = 'inset 0 -11px 8px -10px rgba(0, 0, 0, 0.2)';\r\nexport const insetRightShadow = 'inset -10px 0 8px -11px rgba(0, 0, 0, 0.2);';\r\nexport const insetLeftShadow = 'inset 10px 0 8px -11px rgba(0, 0, 0, 0.2);';\r\n","import React, { useEffect, useState } from 'react';\r\nimport styled from 'styled-components/macro';\r\nimport * as spacing from '../../../styling/design/spacing';\r\nimport { spacing16 } from '../../../styling/design/spacing';\r\nimport {\r\n CheckCircleIcon,\r\n ExclamationCircleIcon,\r\n InfoCircleSolidIcon,\r\n TimesCircleSolidIcon,\r\n TimesSolidIcon,\r\n} from '../../../icons/icons';\r\nimport {\r\n backgroundColours,\r\n borderColours,\r\n colourGrey08,\r\n textColours,\r\n} from '../../../styling/design/colours';\r\nimport { shadow1 } from '../../../styling/design/shadows';\r\nimport { fontWeightBold } from '../../../styling/design/fonts';\r\n\r\nexport type AlertType = 'notice' | 'positive' | 'negative' | 'warning';\r\n\r\nconst HTMLWrapper = ({ html }: { html: any } ) => {\r\n return ;\r\n};\r\n\r\ntype Props = {\r\n alertType: AlertType;\r\n header?: string | React.ReactNode;\r\n children: React.ReactNode;\r\n isDismissible?: boolean;\r\n withMarginTop?: boolean;\r\n withMarginBottom?: boolean;\r\n formatHtml?: boolean;\r\n};\r\n\r\nexport const Alert = ({\r\n alertType,\r\n header,\r\n children,\r\n isDismissible,\r\n withMarginTop,\r\n withMarginBottom,\r\n formatHtml\r\n}: Props) => {\r\n const [isDismissed, setIsDismissed] = useState(false);\r\n const [isHidden, setIsHidden] = useState(false);\r\n\r\n const dismiss = () => {\r\n if (!isHidden) {\r\n setIsHidden(true);\r\n }\r\n };\r\n\r\n useEffect(() => {\r\n if (isHidden) {\r\n const timeoutId = window.setTimeout(\r\n () => setIsDismissed(true),\r\n alertDismissTransitionDurationInMilliseconds\r\n );\r\n return () => window.clearTimeout(timeoutId);\r\n }\r\n }, [isHidden, setIsDismissed]);\r\n\r\n if (isDismissed) {\r\n return null;\r\n }\r\n\r\n return (\r\n \r\n {isDismissible && !isHidden && (\r\n \r\n \r\n \r\n )}\r\n {header && (\r\n \r\n \r\n {header}\r\n \r\n )}\r\n \r\n \r\n {formatHtml && (\r\n \r\n )}\r\n {!formatHtml && (\r\n children\r\n )}\r\n \r\n \r\n \r\n );\r\n};\r\n\r\nconst alertDismissTransitionDurationInMilliseconds = 500;\r\n\r\nexport const getAlertBorderColour = (alertType: AlertType) => {\r\n switch (alertType) {\r\n case 'notice':\r\n return borderColours.notice;\r\n case 'positive':\r\n return borderColours.positive;\r\n case 'negative':\r\n return borderColours.negative;\r\n case 'warning':\r\n return borderColours.warning;\r\n default:\r\n return null;\r\n }\r\n};\r\n\r\nconst AlertCard = styled.div<{\r\n alertType: AlertType;\r\n isHidden: boolean;\r\n withMarginTop?: boolean;\r\n withMarginBottom?: boolean;\r\n}>`\r\n background: ${backgroundColours.default};\r\n position: relative;\r\n opacity: ${(props) => (props.isHidden ? 0 : 1)};\r\n transform: scale(${(props) => (props.isHidden ? '90%' : '100%')});\r\n transition: transform ${alertDismissTransitionDurationInMilliseconds}ms ease,\r\n opacity ${alertDismissTransitionDurationInMilliseconds}ms ease;\r\n padding: ${spacing.spacing24} ${spacing.spacing32};\r\n box-shadow: ${shadow1};\r\n border-radius: ${spacing.spacing8};\r\n border-left-style: solid;\r\n border-left-width: ${spacing.spacing8};\r\n border-left-color: ${(props) => getAlertBorderColour(props.alertType)};\r\n margin-top: ${(props) => (props.withMarginTop ? spacing16 : 0)};\r\n margin-bottom: ${(props) => (props.withMarginBottom ? spacing16 : 0)};\r\n`;\r\n\r\nexport const AlertIcon = (props: { alertType: AlertType }) => (\r\n {getIcon(props.alertType)}\r\n);\r\n\r\nconst getIcon = (alertType: AlertType) => {\r\n switch (alertType) {\r\n case 'notice':\r\n return ;\r\n case 'positive':\r\n return ;\r\n case 'negative':\r\n return ;\r\n case 'warning':\r\n return ;\r\n default:\r\n return null;\r\n }\r\n};\r\n\r\nconst AlertIconContainer = styled.div`\r\n height: 20px;\r\n width: 20px;\r\n margin-right: ${spacing.spacing16};\r\n`;\r\n\r\nexport const getAlertTextColour = (alertType: AlertType) => {\r\n switch (alertType) {\r\n case 'notice':\r\n return textColours.notice;\r\n case 'positive':\r\n return textColours.positive;\r\n case 'negative':\r\n return textColours.negative;\r\n case 'warning':\r\n return textColours.warning;\r\n default:\r\n return null;\r\n }\r\n};\r\n\r\nexport const AlertHeader = styled.div<{ alertType: AlertType }>`\r\n display: flex;\r\n flex-direction: row;\r\n margin-bottom: ${spacing16};\r\n align-items: center;\r\n justify-content: flex-start;\r\n font-weight: ${fontWeightBold};\r\n color: ${(props) => getAlertTextColour(props.alertType)};\r\n`;\r\n\r\nconst AlertBody = styled.div`\r\n margin-bottom: 0;\r\n`;\r\n\r\nconst DismissButton = styled.button`\r\n position: absolute;\r\n right: 20px;\r\n top: 20px;\r\n background: none;\r\n outline: none;\r\n border: none;\r\n color: ${colourGrey08};\r\n cursor: pointer;\r\n transition: opacity 0.25s ease;\r\n\r\n &:hover {\r\n opacity: 0.75;\r\n }\r\n\r\n svg {\r\n height: ${spacing.spacing16};\r\n width: ${spacing.spacing16};\r\n }\r\n`;\r\n","import styled from 'styled-components/macro';\r\nimport { fontSizeCss, fontWeightBold } from '../../../styling/design/fonts';\r\n\r\nexport const Header1 = styled.h1`\r\n margin-top: 0;\r\n font-weight: ${fontWeightBold};\r\n ${fontSizeCss('xxlarge')};\r\n`;\r\n\r\nexport const Header2 = styled.h2`\r\n margin-top: 0;\r\n font-weight: ${fontWeightBold};\r\n ${fontSizeCss('xlarge')};\r\n`;\r\n\r\nexport const Header3 = styled.h3`\r\n margin-top: 0;\r\n font-weight: ${fontWeightBold};\r\n ${fontSizeCss('large')};\r\n`;\r\n\r\nexport const Header4 = styled.h4`\r\n margin-top: 0;\r\n font-weight: ${fontWeightBold};\r\n ${fontSizeCss('medium')};\r\n`;\r\n","export default function _taggedTemplateLiteral(strings, raw) {\n if (!raw) {\n raw = strings.slice(0);\n }\n\n return Object.freeze(Object.defineProperties(strings, {\n raw: {\n value: Object.freeze(raw)\n }\n }));\n}","import React from 'react';\r\nimport styled, { keyframes } from 'styled-components/macro';\r\nimport { spacing16, spacing24, spacing32, spacing8 } from '../../../styling/design/spacing';\r\nimport { colourNotice05 } from '../../../styling/design/colours';\r\n\r\n// From https://tobiasahlin.com/spinkit/\r\n\r\ntype Props = {\r\n size: 'small' | 'medium' | 'large' | 'xlarge';\r\n colour?: string;\r\n 'data-testid'?: string;\r\n};\r\n\r\nexport const CentredSpinner = (props: Props) => (\r\n \r\n \r\n \r\n);\r\n\r\nconst CentredSpinnerContainer = styled.div`\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n`;\r\n\r\nexport const Spinner = (props: Props) => {\r\n const { size, colour = colourNotice05 } = props;\r\n\r\n return (\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n );\r\n};\r\n\r\nconst getSpinnerSize = (size: Props['size']) => {\r\n switch (size) {\r\n case 'small':\r\n return spacing8;\r\n case 'medium':\r\n return spacing16;\r\n case 'large':\r\n return spacing24;\r\n case 'xlarge':\r\n return spacing32;\r\n default:\r\n return spacing16;\r\n }\r\n};\r\n\r\nconst circleBounceDelay = keyframes`\r\n 0%,\r\n 80%,\r\n 100% {\r\n -webkit-transform: scale(0);\r\n transform: scale(0);\r\n }\r\n 40% {\r\n -webkit-transform: scale(1);\r\n transform: scale(1);\r\n }\r\n`;\r\n\r\nconst SpinnerContainer = styled.div`\r\n width: ${(props) => getSpinnerSize(props.size)};\r\n height: ${(props) => getSpinnerSize(props.size)};\r\n position: relative;\r\n`;\r\n\r\nexport const SpinnerCircle = styled.div`\r\n width: 100%;\r\n height: 100%;\r\n position: absolute;\r\n left: 0;\r\n top: 0;\r\n\r\n &:before {\r\n content: '';\r\n display: block;\r\n margin: 0 auto;\r\n width: 15%;\r\n height: 15%;\r\n background-color: ${(props) => props.colour};\r\n border-radius: 100%;\r\n -webkit-animation: ${circleBounceDelay} 1.2s infinite ease-in-out both;\r\n animation: ${circleBounceDelay} 1.2s infinite ease-in-out both;\r\n }\r\n\r\n &.sk-circle2 {\r\n -webkit-transform: rotate(30deg);\r\n -ms-transform: rotate(30deg);\r\n transform: rotate(30deg);\r\n }\r\n &.sk-circle3 {\r\n -webkit-transform: rotate(60deg);\r\n -ms-transform: rotate(60deg);\r\n transform: rotate(60deg);\r\n }\r\n &.sk-circle4 {\r\n -webkit-transform: rotate(90deg);\r\n -ms-transform: rotate(90deg);\r\n transform: rotate(90deg);\r\n }\r\n &.sk-circle5 {\r\n -webkit-transform: rotate(120deg);\r\n -ms-transform: rotate(120deg);\r\n transform: rotate(120deg);\r\n }\r\n &.sk-circle6 {\r\n -webkit-transform: rotate(150deg);\r\n -ms-transform: rotate(150deg);\r\n transform: rotate(150deg);\r\n }\r\n &.sk-circle7 {\r\n -webkit-transform: rotate(180deg);\r\n -ms-transform: rotate(180deg);\r\n transform: rotate(180deg);\r\n }\r\n &.sk-circle8 {\r\n -webkit-transform: rotate(210deg);\r\n -ms-transform: rotate(210deg);\r\n transform: rotate(210deg);\r\n }\r\n &.sk-circle9 {\r\n -webkit-transform: rotate(240deg);\r\n -ms-transform: rotate(240deg);\r\n transform: rotate(240deg);\r\n }\r\n &.sk-circle10 {\r\n -webkit-transform: rotate(270deg);\r\n -ms-transform: rotate(270deg);\r\n transform: rotate(270deg);\r\n }\r\n &.sk-circle11 {\r\n -webkit-transform: rotate(300deg);\r\n -ms-transform: rotate(300deg);\r\n transform: rotate(300deg);\r\n }\r\n &.sk-circle12 {\r\n -webkit-transform: rotate(330deg);\r\n -ms-transform: rotate(330deg);\r\n transform: rotate(330deg);\r\n }\r\n &.sk-circle2:before {\r\n -webkit-animation-delay: -1.1s;\r\n animation-delay: -1.1s;\r\n }\r\n &.sk-circle3:before {\r\n -webkit-animation-delay: -1s;\r\n animation-delay: -1s;\r\n }\r\n &.sk-circle4:before {\r\n -webkit-animation-delay: -0.9s;\r\n animation-delay: -0.9s;\r\n }\r\n &.sk-circle5:before {\r\n -webkit-animation-delay: -0.8s;\r\n animation-delay: -0.8s;\r\n }\r\n &.sk-circle6:before {\r\n -webkit-animation-delay: -0.7s;\r\n animation-delay: -0.7s;\r\n }\r\n &.sk-circle7:before {\r\n -webkit-animation-delay: -0.6s;\r\n animation-delay: -0.6s;\r\n }\r\n &.sk-circle8:before {\r\n -webkit-animation-delay: -0.5s;\r\n animation-delay: -0.5s;\r\n }\r\n &.sk-circle9:before {\r\n -webkit-animation-delay: -0.4s;\r\n animation-delay: -0.4s;\r\n }\r\n &.sk-circle10:before {\r\n -webkit-animation-delay: -0.3s;\r\n animation-delay: -0.3s;\r\n }\r\n &.sk-circle11:before {\r\n -webkit-animation-delay: -0.2s;\r\n animation-delay: -0.2s;\r\n }\r\n &.sk-circle12:before {\r\n -webkit-animation-delay: -0.1s;\r\n animation-delay: -0.1s;\r\n }\r\n`;\r\n","import React from 'react';\r\nimport { ErrorMessage } from '../infrastructure/interface/components/ErrorMessage';\r\nimport { Alert } from '../infrastructure/interface/components/Alert';\r\nimport styled from 'styled-components/macro';\r\nimport { colourWhite } from '../styling/design/colours';\r\nimport { Header1 } from '../infrastructure/interface/components/Headers';\r\nimport { Spinner } from '../infrastructure/interface/components/Spinner';\r\nimport { TranslateFunction } from '../internationalisation/types/InternationalisationContextValue';\r\n\r\nexport const splashScreenErrorTestId = 'splash-screen-error';\r\n\r\ntype ErrorSplashScreenProps = {\r\n error: string;\r\n translate: TranslateFunction | null;\r\n};\r\n\r\nexport const ErrorSplashScreen = ({ error, translate }: ErrorSplashScreenProps) => (\r\n \r\n \r\n \r\n \r\n {error}\r\n \r\n \r\n \r\n \r\n);\r\n\r\nconst ErrorContainer = styled.div`\r\n width: 500px;\r\n max-width: 90vw;\r\n`;\r\n\r\nexport const splashScreenSpinnerTestId = 'splash-screen-spinner';\r\n\r\ntype LoadingSplashScreenProps = {\r\n translate: TranslateFunction | null;\r\n};\r\n\r\nexport const LoadingSplashScreen = ({ translate }: LoadingSplashScreenProps) => (\r\n \r\n {translate == null ? 'Loading...' : translate('loading')}\r\n \r\n \r\n);\r\n\r\nconst SplashScreen = styled.div`\r\n height: 100vh;\r\n width: 100vw;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n background-color: ${colourWhite};\r\n`;\r\n","import { EffectCallback, useEffect } from 'react';\r\n\r\nexport const useOnMount = (action: EffectCallback) => {\r\n useEffect(() => {\r\n return action();\r\n }, []); // eslint-disable-line react-hooks/exhaustive-deps\r\n};\r\n","import React, { createContext, useContext, useState } from 'react';\r\nimport { UserDetails } from '../features/authentication/UserDetails';\r\nimport { useGetJsonWithoutTranslation } from '../infrastructure/api/useGetJson';\r\nimport { GetCurrentUserResponse } from '../features/authentication/AuthenticationContext';\r\nimport { ErrorSplashScreen, LoadingSplashScreen } from '../features/SplashScreen';\r\nimport {\r\n GetAvailableLanguagesResponse,\r\n GetTranslationsResponse\r\n} from '../internationalisation/hooks/useInternationalisationContextValue';\r\nimport { useOnMount } from '../infrastructure/hooks/useOnMount';\r\nimport { GetSessionTimeoutSettingsResponse } from '../features/authentication/GetSessionTimeoutSettingsResponse';\r\nimport { ApiRequestState } from '../infrastructure/api/ApiRequestState';\r\nimport { find } from 'lodash';\r\nimport { useSessionTimeout } from '../infrastructure/hooks/useSessionTimeout';\r\n\r\nexport type StartupDataContextValue = {\r\n currentUser: UserDetails | null;\r\n setCurrentUser: (value: UserDetails | null) => void;\r\n refreshUserFromApi: () => void;\r\n availableLanguageNames: Array;\r\n defaultLanguageName: string;\r\n sessionTimeoutSettings: GetSessionTimeoutSettingsResponse;\r\n silentlyRefreshSessionTimeoutSettings: () => void;\r\n translations : Record | undefined;\r\n setTranslations: () => void;\r\n};\r\n\r\nexport const StartupDataContext = createContext(undefined);\r\n\r\nexport const useStartupData = () => {\r\n const startupData = useContext(StartupDataContext);\r\n\r\n if (startupData == null) {\r\n throw new Error('useStartupData must be called within a ');\r\n }\r\n\r\n return startupData;\r\n};\r\n\r\nexport const StartupDataContextProvider = (props: { children: React.ReactNode }) => {\r\n // This should only be set from within StartupDataContextProvider, or AuthenticationContextProvider.\r\n // All other components should use AuthenticationContext.getUser to obtain the current user.\r\n // User state cannot be stored in AuthenticationContext, as it re-renders on language change\r\n // as it lies (and must lie) within InternationalisationContextProvider.\r\n const [currentUser, setCurrentUser] = useState(null);\r\n const { setGeneralTimeout } = useSessionTimeout();\r\n \r\n const getCurrentUserApiRequest = useGetJsonWithoutTranslation(\r\n '/api/authentication/GetCurrentUser'\r\n );\r\n const getCurrentUserFromApi = () =>\r\n getCurrentUserApiRequest.makeRequest({\r\n onSuccess: (response) => setCurrentUser(response.user),\r\n });\r\n\r\n const getAvailableLanguagesRequest = useGetJsonWithoutTranslation<\r\n undefined,\r\n GetAvailableLanguagesResponse\r\n >('/api/internationalisation/GetAvailableLanguages');\r\n \r\n // We want the ability to silently refresh the session timeout settings\r\n const [cachedSessionTimeoutSettings, setCachedSessionTimeoutSettings] =\r\n useState(null);\r\n\r\n const loadSessionTimeoutSettings = () => {\r\n getSessionTimeoutSettingsRequest.makeRequest({\r\n onSuccess: (response) => {\r\n setCachedSessionTimeoutSettings(response);\r\n setGeneralTimeout(response.generalTimeoutInSeconds);\r\n }\r\n });\r\n };\r\n\r\n const getSessionTimeoutSettingsRequest = useGetJsonWithoutTranslation<\r\n undefined,\r\n GetSessionTimeoutSettingsResponse\r\n >('/api/authentication/GetSessionTimeoutSettings');\r\n\r\n const [cachedTranslationSettings, setCachedTranslationSettings] =\r\n useState(null);\r\n\r\n const loadTranslationSettings = () => {\r\n getTranslationsRequest.makeRequest({\r\n onSuccess: setCachedTranslationSettings,\r\n });\r\n };\r\n const getTranslationsRequest = useGetJsonWithoutTranslation<\r\n undefined,\r\n GetTranslationsResponse\r\n >('/api/internationalisation/GetTranslations');\r\n \r\n useOnMount(() => {\r\n getCurrentUserFromApi();\r\n getAvailableLanguagesRequest.makeRequest();\r\n loadSessionTimeoutSettings();\r\n });\r\n\r\n const error = getErrorIfAny([\r\n getCurrentUserApiRequest,\r\n getAvailableLanguagesRequest,\r\n getSessionTimeoutSettingsRequest,\r\n ]);\r\n\r\n if (error != null) {\r\n return ;\r\n }\r\n\r\n const inProgress =\r\n getCurrentUserApiRequest.state.inProgress ||\r\n getAvailableLanguagesRequest.state.inProgress ||\r\n (getSessionTimeoutSettingsRequest.state.inProgress && cachedSessionTimeoutSettings == null);\r\n\r\n const currentUserResponse = getCurrentUserApiRequest.state.response;\r\n const availableLanguagesResponse = getAvailableLanguagesRequest.state.response;\r\n \r\n if (\r\n inProgress ||\r\n currentUserResponse == null ||\r\n availableLanguagesResponse == null ||\r\n cachedSessionTimeoutSettings == null\r\n ) {\r\n return ;\r\n }\r\n\r\n const availableLanguageNames = availableLanguagesResponse.languageNames;\r\n const defaultLanguageName = availableLanguagesResponse.defaultLanguage;\r\n \r\n const refreshUserFromApi = () => {\r\n getCurrentUserFromApi();\r\n loadSessionTimeoutSettings(); // Timeout settings change depending on the user\r\n loadTranslationSettings();\r\n };\r\n\r\n return (\r\n \r\n {props.children}\r\n \r\n );\r\n};\r\n\r\nconst getErrorIfAny = (requests: Array<{ state: ApiRequestState }>): string | null =>\r\n find(requests, (request) => request.state.error != null)?.state.error ?? null;\r\n","import React, { useCallback, useEffect, useState } from 'react';\r\nimport { usePostJson } from '../../infrastructure/api/usePostJson';\r\nimport { UserDetails } from './UserDetails';\r\nimport { useStartupData } from '../../startup/StartupDataContext';\r\nimport {\r\n clearSessionStorage,\r\n readSessionStorage,\r\n sessionStorageCodes,\r\n writeSessionStorage,\r\n} from '../../infrastructure/hooks/useSessionStorage';\r\n\r\nexport type GetCurrentUserResponse = {\r\n user: UserDetails | null;\r\n};\r\n\r\ntype AuthenticationContextValue = {\r\n isAuthenticated: () => boolean;\r\n setUser: (userDetails: UserDetails) => void;\r\n getUser: () => UserDetails;\r\n setSignedIn: () => void;\r\n logOut: (parameters: LogOutParameters) => void;\r\n endImpersonation: (parameters: EndImpersonationParameters) => void;\r\n refresh: () => void;\r\n};\r\n\r\nconst throwNotInitialisedError = () => {\r\n throw new Error('AuthenticationContext has not yet been initialised');\r\n};\r\n\r\nexport const AuthenticationContext = React.createContext({\r\n isAuthenticated: throwNotInitialisedError,\r\n setUser: throwNotInitialisedError,\r\n getUser: throwNotInitialisedError,\r\n setSignedIn: throwNotInitialisedError,\r\n logOut: throwNotInitialisedError,\r\n endImpersonation: throwNotInitialisedError,\r\n refresh: throwNotInitialisedError,\r\n});\r\n\r\ntype Props = {\r\n children?: React.ReactNode;\r\n};\r\n\r\nexport const AuthenticationContextProvider = ({ children }: Props) => {\r\n const { currentUser, setCurrentUser, silentlyRefreshSessionTimeoutSettings, refreshUserFromApi, setTranslations } =\r\n useStartupData();\r\n\r\n const [isLoggingOut, setIsLoggingOut] = useState(false);\r\n\r\n const signOutApiRequest = usePostJson<{}, {}>('/api/authentication/SignOut');\r\n\r\n const endImpersonationApiRequest = usePostJson<{}, {}>('/api/authentication/EndImpersonation');\r\n\r\n const isAuthenticated = useCallback(() => currentUser != null, [currentUser]);\r\n\r\n const setUser = useCallback(\r\n (newUser: UserDetails | null) => {\r\n setCurrentUser(newUser);\r\n silentlyRefreshSessionTimeoutSettings();\r\n setTranslations();\r\n },\r\n [setCurrentUser, silentlyRefreshSessionTimeoutSettings]\r\n );\r\n\r\n const setSignedIn = () => {\r\n writeSessionStorage(sessionStorageCodes.signedIn, 'true');\r\n };\r\n\r\n const getUser = useCallback((): UserDetails => {\r\n if (currentUser == null) {\r\n throw new Error('Cannot get user while unauthenticated');\r\n }\r\n return currentUser;\r\n }, [currentUser]);\r\n\r\n const logOut = useCallback(\r\n ({ onSuccess, onFailure }: LogOutParameters) => {\r\n signOutApiRequest.makeRequest({\r\n requestBody: {},\r\n onSuccess: () => {\r\n setUser(null);\r\n clearSessionStorage();\r\n\r\n if (onSuccess != null) {\r\n onSuccess();\r\n }\r\n },\r\n onFailure,\r\n });\r\n },\r\n [setUser, signOutApiRequest]\r\n );\r\n\r\n // Call the SignOut endpoint when sessionStorage.signedIn is null.\r\n // This means the user has closed the browser tab/window.\r\n useEffect(() => {\r\n const signedIn = readSessionStorage(sessionStorageCodes.signedIn);\r\n\r\n if (isAuthenticated() && signedIn == null && !isLoggingOut) {\r\n setIsLoggingOut(true);\r\n logOut({\r\n onFailure: () => setIsLoggingOut(false),\r\n });\r\n }\r\n }, [isAuthenticated, isLoggingOut, logOut]);\r\n\r\n const endImpersonation = ({ onSuccess, onFailure }: EndImpersonationParameters) => {\r\n if (currentUser == null || !currentUser.isImpersonated) {\r\n return;\r\n }\r\n\r\n endImpersonationApiRequest.makeRequest({\r\n requestBody: {},\r\n onSuccess,\r\n onFailure,\r\n });\r\n };\r\n\r\n const refresh = () => {\r\n refreshUserFromApi();\r\n };\r\n\r\n return (\r\n \r\n {children}\r\n \r\n );\r\n};\r\n\r\ntype LogOutParameters = {\r\n onSuccess?: () => void;\r\n onFailure?: (error: string) => void;\r\n};\r\n\r\ntype EndImpersonationParameters = {\r\n onSuccess?: () => void;\r\n onFailure?: (error: string) => void;\r\n};\r\n","import * as React from \"react\";\nimport type { BrowserHistory, HashHistory, History } from \"history\";\nimport { createBrowserHistory, createHashHistory, createPath } from \"history\";\nimport {\n MemoryRouter,\n Navigate,\n Outlet,\n Route,\n Router,\n Routes,\n createRoutesFromChildren,\n generatePath,\n matchRoutes,\n matchPath,\n resolvePath,\n renderMatches,\n useHref,\n useInRouterContext,\n useLocation,\n useMatch,\n useNavigate,\n useNavigationType,\n useOutlet,\n useParams,\n useResolvedPath,\n useRoutes,\n useOutletContext\n} from \"react-router\";\nimport type { To } from \"react-router\";\n\nfunction warning(cond: boolean, message: string): void {\n if (!cond) {\n // eslint-disable-next-line no-console\n if (typeof console !== \"undefined\") console.warn(message);\n\n try {\n // Welcome to debugging React Router!\n //\n // This error is thrown as a convenience so you can more easily\n // find the source for a warning that appears in the console by\n // enabling \"pause on exceptions\" in your JavaScript debugger.\n throw new Error(message);\n // eslint-disable-next-line no-empty\n } catch (e) {}\n }\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// RE-EXPORTS\n////////////////////////////////////////////////////////////////////////////////\n\n// Note: Keep in sync with react-router exports!\nexport {\n MemoryRouter,\n Navigate,\n Outlet,\n Route,\n Router,\n Routes,\n createRoutesFromChildren,\n generatePath,\n matchRoutes,\n matchPath,\n renderMatches,\n resolvePath,\n useHref,\n useInRouterContext,\n useLocation,\n useMatch,\n useNavigate,\n useNavigationType,\n useOutlet,\n useParams,\n useResolvedPath,\n useRoutes,\n useOutletContext\n};\n\nexport type {\n Location,\n Path,\n To,\n NavigationType,\n MemoryRouterProps,\n NavigateFunction,\n NavigateOptions,\n NavigateProps,\n Navigator,\n OutletProps,\n Params,\n PathMatch,\n RouteMatch,\n RouteObject,\n RouteProps,\n PathRouteProps,\n LayoutRouteProps,\n IndexRouteProps,\n RouterProps,\n RoutesProps\n} from \"react-router\";\n\n///////////////////////////////////////////////////////////////////////////////\n// DANGER! PLEASE READ ME!\n// We provide these exports as an escape hatch in the event that you need any\n// routing data that we don't provide an explicit API for. With that said, we\n// want to cover your use case if we can, so if you feel the need to use these\n// we want to hear from you. Let us know what you're building and we'll do our\n// best to make sure we can support you!\n//\n// We consider these exports an implementation detail and do not guarantee\n// against any breaking changes, regardless of the semver release. Use with\n// extreme caution and only if you understand the consequences. Godspeed.\n///////////////////////////////////////////////////////////////////////////////\n\n/** @internal */\nexport {\n UNSAFE_NavigationContext,\n UNSAFE_LocationContext,\n UNSAFE_RouteContext\n} from \"react-router\";\n\n////////////////////////////////////////////////////////////////////////////////\n// COMPONENTS\n////////////////////////////////////////////////////////////////////////////////\n\nexport interface BrowserRouterProps {\n basename?: string;\n children?: React.ReactNode;\n window?: Window;\n}\n\n/**\n * A `` for use in web browsers. Provides the cleanest URLs.\n */\nexport function BrowserRouter({\n basename,\n children,\n window\n}: BrowserRouterProps) {\n let historyRef = React.useRef();\n if (historyRef.current == null) {\n historyRef.current = createBrowserHistory({ window });\n }\n\n let history = historyRef.current;\n let [state, setState] = React.useState({\n action: history.action,\n location: history.location\n });\n\n React.useLayoutEffect(() => history.listen(setState), [history]);\n\n return (\n \n );\n}\n\nexport interface HashRouterProps {\n basename?: string;\n children?: React.ReactNode;\n window?: Window;\n}\n\n/**\n * A `` for use in web browsers. Stores the location in the hash\n * portion of the URL so it is not sent to the server.\n */\nexport function HashRouter({ basename, children, window }: HashRouterProps) {\n let historyRef = React.useRef();\n if (historyRef.current == null) {\n historyRef.current = createHashHistory({ window });\n }\n\n let history = historyRef.current;\n let [state, setState] = React.useState({\n action: history.action,\n location: history.location\n });\n\n React.useLayoutEffect(() => history.listen(setState), [history]);\n\n return (\n \n );\n}\n\nexport interface HistoryRouterProps {\n basename?: string;\n children?: React.ReactNode;\n history: History;\n}\n\n/**\n * A `` that accepts a pre-instantiated history object. It's important\n * to note that using your own history object is highly discouraged and may add\n * two versions of the history library to your bundles unless you use the same\n * version of the history library that React Router uses internally.\n */\nfunction HistoryRouter({ basename, children, history }: HistoryRouterProps) {\n const [state, setState] = React.useState({\n action: history.action,\n location: history.location\n });\n\n React.useLayoutEffect(() => history.listen(setState), [history]);\n\n return (\n \n );\n}\n\nif (__DEV__) {\n HistoryRouter.displayName = \"unstable_HistoryRouter\";\n}\n\nexport { HistoryRouter as unstable_HistoryRouter };\n\nfunction isModifiedEvent(event: React.MouseEvent) {\n return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);\n}\n\nexport interface LinkProps\n extends Omit, \"href\"> {\n reloadDocument?: boolean;\n replace?: boolean;\n state?: any;\n to: To;\n}\n\n/**\n * The public API for rendering a history-aware .\n */\nexport const Link = React.forwardRef(\n function LinkWithRef(\n { onClick, reloadDocument, replace = false, state, target, to, ...rest },\n ref\n ) {\n let href = useHref(to);\n let internalOnClick = useLinkClickHandler(to, { replace, state, target });\n function handleClick(\n event: React.MouseEvent\n ) {\n if (onClick) onClick(event);\n if (!event.defaultPrevented && !reloadDocument) {\n internalOnClick(event);\n }\n }\n\n return (\n // eslint-disable-next-line jsx-a11y/anchor-has-content\n \n );\n }\n);\n\nif (__DEV__) {\n Link.displayName = \"Link\";\n}\n\nexport interface NavLinkProps\n extends Omit {\n children:\n | React.ReactNode\n | ((props: { isActive: boolean }) => React.ReactNode);\n caseSensitive?: boolean;\n className?: string | ((props: { isActive: boolean }) => string);\n end?: boolean;\n style?:\n | React.CSSProperties\n | ((props: { isActive: boolean }) => React.CSSProperties);\n}\n\n/**\n * A wrapper that knows if it's \"active\" or not.\n */\nexport const NavLink = React.forwardRef(\n function NavLinkWithRef(\n {\n \"aria-current\": ariaCurrentProp = \"page\",\n caseSensitive = false,\n className: classNameProp = \"\",\n end = false,\n style: styleProp,\n to,\n children,\n ...rest\n },\n ref\n ) {\n let location = useLocation();\n let path = useResolvedPath(to);\n\n let locationPathname = location.pathname;\n let toPathname = path.pathname;\n if (!caseSensitive) {\n locationPathname = locationPathname.toLowerCase();\n toPathname = toPathname.toLowerCase();\n }\n\n let isActive =\n locationPathname === toPathname ||\n (!end &&\n locationPathname.startsWith(toPathname) &&\n locationPathname.charAt(toPathname.length) === \"/\");\n\n let ariaCurrent = isActive ? ariaCurrentProp : undefined;\n\n let className: string;\n if (typeof classNameProp === \"function\") {\n className = classNameProp({ isActive });\n } else {\n // If the className prop is not a function, we use a default `active`\n // class for s that are active. In v5 `active` was the default\n // value for `activeClassName`, but we are removing that API and can still\n // use the old default behavior for a cleaner upgrade path and keep the\n // simple styling rules working as they currently do.\n className = [classNameProp, isActive ? \"active\" : null]\n .filter(Boolean)\n .join(\" \");\n }\n\n let style =\n typeof styleProp === \"function\" ? styleProp({ isActive }) : styleProp;\n\n return (\n \n {typeof children === \"function\" ? children({ isActive }) : children}\n \n );\n }\n);\n\nif (__DEV__) {\n NavLink.displayName = \"NavLink\";\n}\n\n////////////////////////////////////////////////////////////////////////////////\n// HOOKS\n////////////////////////////////////////////////////////////////////////////////\n\n/**\n * Handles the click behavior for router `` components. This is useful if\n * you need to create custom `` components with the same click behavior we\n * use in our exported ``.\n */\nexport function useLinkClickHandler(\n to: To,\n {\n target,\n replace: replaceProp,\n state\n }: {\n target?: React.HTMLAttributeAnchorTarget;\n replace?: boolean;\n state?: any;\n } = {}\n): (event: React.MouseEvent) => void {\n let navigate = useNavigate();\n let location = useLocation();\n let path = useResolvedPath(to);\n\n return React.useCallback(\n (event: React.MouseEvent) => {\n if (\n event.button === 0 && // Ignore everything but left clicks\n (!target || target === \"_self\") && // Let browser handle \"target=_blank\" etc.\n !isModifiedEvent(event) // Ignore clicks with modifier keys\n ) {\n event.preventDefault();\n\n // If the URL hasn't changed, a regular will do a replace instead of\n // a push, so do the same here.\n let replace =\n !!replaceProp || createPath(location) === createPath(path);\n\n navigate(to, { replace, state });\n }\n },\n [location, navigate, path, replaceProp, state, target, to]\n );\n}\n\n/**\n * A convenient wrapper for reading and writing search parameters via the\n * URLSearchParams interface.\n */\nexport function useSearchParams(defaultInit?: URLSearchParamsInit) {\n warning(\n typeof URLSearchParams !== \"undefined\",\n `You cannot use the \\`useSearchParams\\` hook in a browser that does not ` +\n `support the URLSearchParams API. If you need to support Internet ` +\n `Explorer 11, we recommend you load a polyfill such as ` +\n `https://github.com/ungap/url-search-params\\n\\n` +\n `If you're unsure how to load polyfills, we recommend you check out ` +\n `https://polyfill.io/v3/ which provides some recommendations about how ` +\n `to load polyfills only for users that need them, instead of for every ` +\n `user.`\n );\n\n let defaultSearchParamsRef = React.useRef(createSearchParams(defaultInit));\n\n let location = useLocation();\n let searchParams = React.useMemo(() => {\n let searchParams = createSearchParams(location.search);\n\n for (let key of defaultSearchParamsRef.current.keys()) {\n if (!searchParams.has(key)) {\n defaultSearchParamsRef.current.getAll(key).forEach(value => {\n searchParams.append(key, value);\n });\n }\n }\n\n return searchParams;\n }, [location.search]);\n\n let navigate = useNavigate();\n let setSearchParams = React.useCallback(\n (\n nextInit: URLSearchParamsInit,\n navigateOptions?: { replace?: boolean; state?: any }\n ) => {\n navigate(\"?\" + createSearchParams(nextInit), navigateOptions);\n },\n [navigate]\n );\n\n return [searchParams, setSearchParams] as const;\n}\n\nexport type ParamKeyValuePair = [string, string];\n\nexport type URLSearchParamsInit =\n | string\n | ParamKeyValuePair[]\n | Record\n | URLSearchParams;\n\n/**\n * Creates a URLSearchParams object using the given initializer.\n *\n * This is identical to `new URLSearchParams(init)` except it also\n * supports arrays as values in the object form of the initializer\n * instead of just strings. This is convenient when you need multiple\n * values for a given key, but don't want to use an array initializer.\n *\n * For example, instead of:\n *\n * let searchParams = new URLSearchParams([\n * ['sort', 'name'],\n * ['sort', 'price']\n * ]);\n *\n * you can do:\n *\n * let searchParams = createSearchParams({\n * sort: ['name', 'price']\n * });\n */\nexport function createSearchParams(\n init: URLSearchParamsInit = \"\"\n): URLSearchParams {\n return new URLSearchParams(\n typeof init === \"string\" ||\n Array.isArray(init) ||\n init instanceof URLSearchParams\n ? init\n : Object.keys(init).reduce((memo, key) => {\n let value = init[key];\n return memo.concat(\n Array.isArray(value) ? value.map(v => [key, v]) : [[key, value]]\n );\n }, [] as ParamKeyValuePair[])\n );\n}\n","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n\n return _setPrototypeOf(o, p);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n } else if (call !== void 0) {\n throw new TypeError(\"Derived constructors may only return object or undefined\");\n }\n\n return assertThisInitialized(self);\n}","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n\n return self;\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn.js\";\nexport default function _createSuper(Derived) {\n var hasNativeReflectConstruct = isNativeReflectConstruct();\n return function _createSuperInternal() {\n var Super = getPrototypeOf(Derived),\n result;\n\n if (hasNativeReflectConstruct) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n\n return possibleConstructorReturn(this, result);\n };\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","var isMergeableObject = function isMergeableObject(value) {\n\treturn isNonNullObject(value)\n\t\t&& !isSpecial(value)\n};\n\nfunction isNonNullObject(value) {\n\treturn !!value && typeof value === 'object'\n}\n\nfunction isSpecial(value) {\n\tvar stringValue = Object.prototype.toString.call(value);\n\n\treturn stringValue === '[object RegExp]'\n\t\t|| stringValue === '[object Date]'\n\t\t|| isReactElement(value)\n}\n\n// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25\nvar canUseSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;\n\nfunction isReactElement(value) {\n\treturn value.$$typeof === REACT_ELEMENT_TYPE\n}\n\nfunction emptyTarget(val) {\n\treturn Array.isArray(val) ? [] : {}\n}\n\nfunction cloneUnlessOtherwiseSpecified(value, options) {\n\treturn (options.clone !== false && options.isMergeableObject(value))\n\t\t? deepmerge(emptyTarget(value), value, options)\n\t\t: value\n}\n\nfunction defaultArrayMerge(target, source, options) {\n\treturn target.concat(source).map(function(element) {\n\t\treturn cloneUnlessOtherwiseSpecified(element, options)\n\t})\n}\n\nfunction mergeObject(target, source, options) {\n\tvar destination = {};\n\tif (options.isMergeableObject(target)) {\n\t\tObject.keys(target).forEach(function(key) {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(target[key], options);\n\t\t});\n\t}\n\tObject.keys(source).forEach(function(key) {\n\t\tif (!options.isMergeableObject(source[key]) || !target[key]) {\n\t\t\tdestination[key] = cloneUnlessOtherwiseSpecified(source[key], options);\n\t\t} else {\n\t\t\tdestination[key] = deepmerge(target[key], source[key], options);\n\t\t}\n\t});\n\treturn destination\n}\n\nfunction deepmerge(target, source, options) {\n\toptions = options || {};\n\toptions.arrayMerge = options.arrayMerge || defaultArrayMerge;\n\toptions.isMergeableObject = options.isMergeableObject || isMergeableObject;\n\n\tvar sourceIsArray = Array.isArray(source);\n\tvar targetIsArray = Array.isArray(target);\n\tvar sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;\n\n\tif (!sourceAndTargetTypesMatch) {\n\t\treturn cloneUnlessOtherwiseSpecified(source, options)\n\t} else if (sourceIsArray) {\n\t\treturn options.arrayMerge(target, source, options)\n\t} else {\n\t\treturn mergeObject(target, source, options)\n\t}\n}\n\ndeepmerge.all = function deepmergeAll(array, options) {\n\tif (!Array.isArray(array)) {\n\t\tthrow new Error('first argument should be an array')\n\t}\n\n\treturn array.reduce(function(prev, next) {\n\t\treturn deepmerge(prev, next, options)\n\t}, {})\n};\n\nvar deepmerge_1 = deepmerge;\n\nexport default deepmerge_1;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nexport default freeGlobal;\n","import freeGlobal from './_freeGlobal.js';\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nexport default root;\n","import root from './_root.js';\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nexport default Symbol;\n","import Symbol from './_Symbol.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nexport default getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nexport default objectToString;\n","import Symbol from './_Symbol.js';\nimport getRawTag from './_getRawTag.js';\nimport objectToString from './_objectToString.js';\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nexport default baseGetTag;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n return function(arg) {\n return func(transform(arg));\n };\n}\n\nexport default overArg;\n","import overArg from './_overArg.js';\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nexport default getPrototype;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nexport default isObjectLike;\n","import baseGetTag from './_baseGetTag.js';\nimport getPrototype from './_getPrototype.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n return false;\n }\n var proto = getPrototype(value);\n if (proto === null) {\n return true;\n }\n var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n funcToString.call(Ctor) == objectCtorString;\n}\n\nexport default isPlainObject;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nexport default listCacheClear;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nexport default eq;\n","import eq from './eq.js';\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nexport default assocIndexOf;\n","import assocIndexOf from './_assocIndexOf.js';\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nexport default listCacheDelete;\n","import assocIndexOf from './_assocIndexOf.js';\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nexport default listCacheGet;\n","import assocIndexOf from './_assocIndexOf.js';\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nexport default listCacheHas;\n","import assocIndexOf from './_assocIndexOf.js';\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nexport default listCacheSet;\n","import listCacheClear from './_listCacheClear.js';\nimport listCacheDelete from './_listCacheDelete.js';\nimport listCacheGet from './_listCacheGet.js';\nimport listCacheHas from './_listCacheHas.js';\nimport listCacheSet from './_listCacheSet.js';\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nexport default ListCache;\n","import ListCache from './_ListCache.js';\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n this.size = 0;\n}\n\nexport default stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n var data = this.__data__,\n result = data['delete'](key);\n\n this.size = data.size;\n return result;\n}\n\nexport default stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n return this.__data__.get(key);\n}\n\nexport default stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n return this.__data__.has(key);\n}\n\nexport default stackHas;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nexport default isObject;\n","import baseGetTag from './_baseGetTag.js';\nimport isObject from './isObject.js';\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nexport default isFunction;\n","import root from './_root.js';\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nexport default coreJsData;\n","import coreJsData from './_coreJsData.js';\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nexport default isMasked;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nexport default toSource;\n","import isFunction from './isFunction.js';\nimport isMasked from './_isMasked.js';\nimport isObject from './isObject.js';\nimport toSource from './_toSource.js';\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nexport default baseIsNative;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nexport default getValue;\n","import baseIsNative from './_baseIsNative.js';\nimport getValue from './_getValue.js';\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nexport default getNative;\n","import getNative from './_getNative.js';\nimport root from './_root.js';\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nexport default Map;\n","import getNative from './_getNative.js';\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nexport default nativeCreate;\n","import nativeCreate from './_nativeCreate.js';\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nexport default hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nexport default hashDelete;\n","import nativeCreate from './_nativeCreate.js';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nexport default hashGet;\n","import nativeCreate from './_nativeCreate.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nexport default hashHas;\n","import nativeCreate from './_nativeCreate.js';\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nexport default hashSet;\n","import hashClear from './_hashClear.js';\nimport hashDelete from './_hashDelete.js';\nimport hashGet from './_hashGet.js';\nimport hashHas from './_hashHas.js';\nimport hashSet from './_hashSet.js';\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nexport default Hash;\n","import Hash from './_Hash.js';\nimport ListCache from './_ListCache.js';\nimport Map from './_Map.js';\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nexport default mapCacheClear;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nexport default isKeyable;\n","import isKeyable from './_isKeyable.js';\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nexport default getMapData;\n","import getMapData from './_getMapData.js';\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nexport default mapCacheDelete;\n","import getMapData from './_getMapData.js';\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nexport default mapCacheGet;\n","import getMapData from './_getMapData.js';\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nexport default mapCacheHas;\n","import getMapData from './_getMapData.js';\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nexport default mapCacheSet;\n","import mapCacheClear from './_mapCacheClear.js';\nimport mapCacheDelete from './_mapCacheDelete.js';\nimport mapCacheGet from './_mapCacheGet.js';\nimport mapCacheHas from './_mapCacheHas.js';\nimport mapCacheSet from './_mapCacheSet.js';\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nexport default MapCache;\n","import ListCache from './_ListCache.js';\nimport Map from './_Map.js';\nimport MapCache from './_MapCache.js';\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n var data = this.__data__;\n if (data instanceof ListCache) {\n var pairs = data.__data__;\n if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n pairs.push([key, value]);\n this.size = ++data.size;\n return this;\n }\n data = this.__data__ = new MapCache(pairs);\n }\n data.set(key, value);\n this.size = data.size;\n return this;\n}\n\nexport default stackSet;\n","import ListCache from './_ListCache.js';\nimport stackClear from './_stackClear.js';\nimport stackDelete from './_stackDelete.js';\nimport stackGet from './_stackGet.js';\nimport stackHas from './_stackHas.js';\nimport stackSet from './_stackSet.js';\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n var data = this.__data__ = new ListCache(entries);\n this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nexport default Stack;\n","/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length;\n\n while (++index < length) {\n if (iteratee(array[index], index, array) === false) {\n break;\n }\n }\n return array;\n}\n\nexport default arrayEach;\n","import getNative from './_getNative.js';\n\nvar defineProperty = (function() {\n try {\n var func = getNative(Object, 'defineProperty');\n func({}, '', {});\n return func;\n } catch (e) {}\n}());\n\nexport default defineProperty;\n","import defineProperty from './_defineProperty.js';\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n if (key == '__proto__' && defineProperty) {\n defineProperty(object, key, {\n 'configurable': true,\n 'enumerable': true,\n 'value': value,\n 'writable': true\n });\n } else {\n object[key] = value;\n }\n}\n\nexport default baseAssignValue;\n","import baseAssignValue from './_baseAssignValue.js';\nimport eq from './eq.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n var objValue = object[key];\n if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n (value === undefined && !(key in object))) {\n baseAssignValue(object, key, value);\n }\n}\n\nexport default assignValue;\n","import assignValue from './_assignValue.js';\nimport baseAssignValue from './_baseAssignValue.js';\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n var isNew = !object;\n object || (object = {});\n\n var index = -1,\n length = props.length;\n\n while (++index < length) {\n var key = props[index];\n\n var newValue = customizer\n ? customizer(object[key], source[key], key, object, source)\n : undefined;\n\n if (newValue === undefined) {\n newValue = source[key];\n }\n if (isNew) {\n baseAssignValue(object, key, newValue);\n } else {\n assignValue(object, key, newValue);\n }\n }\n return object;\n}\n\nexport default copyObject;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n}\n\nexport default baseTimes;\n","import baseGetTag from './_baseGetTag.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nexport default baseIsArguments;\n","import baseIsArguments from './_baseIsArguments.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n * else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n !propertyIsEnumerable.call(value, 'callee');\n};\n\nexport default isArguments;\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nexport default isArray;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n return false;\n}\n\nexport default stubFalse;\n","import root from './_root.js';\nimport stubFalse from './stubFalse.js';\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nexport default isBuffer;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n var type = typeof value;\n length = length == null ? MAX_SAFE_INTEGER : length;\n\n return !!length &&\n (type == 'number' ||\n (type != 'symbol' && reIsUint.test(value))) &&\n (value > -1 && value % 1 == 0 && value < length);\n}\n\nexport default isIndex;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n return typeof value == 'number' &&\n value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nexport default isLength;\n","import baseGetTag from './_baseGetTag.js';\nimport isLength from './isLength.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n return isObjectLike(value) &&\n isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nexport default baseIsTypedArray;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n return function(value) {\n return func(value);\n };\n}\n\nexport default baseUnary;\n","import freeGlobal from './_freeGlobal.js';\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n try {\n // Use `util.types` for Node.js 10+.\n var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n if (types) {\n return types;\n }\n\n // Legacy `process.binding('util')` for Node.js < 10.\n return freeProcess && freeProcess.binding && freeProcess.binding('util');\n } catch (e) {}\n}());\n\nexport default nodeUtil;\n","import baseIsTypedArray from './_baseIsTypedArray.js';\nimport baseUnary from './_baseUnary.js';\nimport nodeUtil from './_nodeUtil.js';\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nexport default isTypedArray;\n","import baseTimes from './_baseTimes.js';\nimport isArguments from './isArguments.js';\nimport isArray from './isArray.js';\nimport isBuffer from './isBuffer.js';\nimport isIndex from './_isIndex.js';\nimport isTypedArray from './isTypedArray.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n var isArr = isArray(value),\n isArg = !isArr && isArguments(value),\n isBuff = !isArr && !isArg && isBuffer(value),\n isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg || isBuff || isType,\n result = skipIndexes ? baseTimes(value.length, String) : [],\n length = result.length;\n\n for (var key in value) {\n if ((inherited || hasOwnProperty.call(value, key)) &&\n !(skipIndexes && (\n // Safari 9 has enumerable `arguments.length` in strict mode.\n key == 'length' ||\n // Node.js 0.10 has enumerable non-index properties on buffers.\n (isBuff && (key == 'offset' || key == 'parent')) ||\n // PhantomJS 2 has enumerable non-index properties on typed arrays.\n (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n // Skip index properties.\n isIndex(key, length)\n ))) {\n result.push(key);\n }\n }\n return result;\n}\n\nexport default arrayLikeKeys;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n var Ctor = value && value.constructor,\n proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n return value === proto;\n}\n\nexport default isPrototype;\n","import overArg from './_overArg.js';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nexport default nativeKeys;\n","import isPrototype from './_isPrototype.js';\nimport nativeKeys from './_nativeKeys.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n if (!isPrototype(object)) {\n return nativeKeys(object);\n }\n var result = [];\n for (var key in Object(object)) {\n if (hasOwnProperty.call(object, key) && key != 'constructor') {\n result.push(key);\n }\n }\n return result;\n}\n\nexport default baseKeys;\n","import isFunction from './isFunction.js';\nimport isLength from './isLength.js';\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n return value != null && isLength(value.length) && !isFunction(value);\n}\n\nexport default isArrayLike;\n","import arrayLikeKeys from './_arrayLikeKeys.js';\nimport baseKeys from './_baseKeys.js';\nimport isArrayLike from './isArrayLike.js';\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nexport default keys;\n","import copyObject from './_copyObject.js';\nimport keys from './keys.js';\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n return object && copyObject(source, keys(source), object);\n}\n\nexport default baseAssign;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n var result = [];\n if (object != null) {\n for (var key in Object(object)) {\n result.push(key);\n }\n }\n return result;\n}\n\nexport default nativeKeysIn;\n","import isObject from './isObject.js';\nimport isPrototype from './_isPrototype.js';\nimport nativeKeysIn from './_nativeKeysIn.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n if (!isObject(object)) {\n return nativeKeysIn(object);\n }\n var isProto = isPrototype(object),\n result = [];\n\n for (var key in object) {\n if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n result.push(key);\n }\n }\n return result;\n}\n\nexport default baseKeysIn;\n","import arrayLikeKeys from './_arrayLikeKeys.js';\nimport baseKeysIn from './_baseKeysIn.js';\nimport isArrayLike from './isArrayLike.js';\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n * this.a = 1;\n * this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nexport default keysIn;\n","import copyObject from './_copyObject.js';\nimport keysIn from './keysIn.js';\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n return object && copyObject(source, keysIn(source), object);\n}\n\nexport default baseAssignIn;\n","import root from './_root.js';\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n if (isDeep) {\n return buffer.slice();\n }\n var length = buffer.length,\n result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n buffer.copy(result);\n return result;\n}\n\nexport default cloneBuffer;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nexport default copyArray;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length,\n resIndex = 0,\n result = [];\n\n while (++index < length) {\n var value = array[index];\n if (predicate(value, index, array)) {\n result[resIndex++] = value;\n }\n }\n return result;\n}\n\nexport default arrayFilter;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n return [];\n}\n\nexport default stubArray;\n","import arrayFilter from './_arrayFilter.js';\nimport stubArray from './stubArray.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n if (object == null) {\n return [];\n }\n object = Object(object);\n return arrayFilter(nativeGetSymbols(object), function(symbol) {\n return propertyIsEnumerable.call(object, symbol);\n });\n};\n\nexport default getSymbols;\n","import copyObject from './_copyObject.js';\nimport getSymbols from './_getSymbols.js';\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n return copyObject(source, getSymbols(source), object);\n}\n\nexport default copySymbols;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n var index = -1,\n length = values.length,\n offset = array.length;\n\n while (++index < length) {\n array[offset + index] = values[index];\n }\n return array;\n}\n\nexport default arrayPush;\n","import arrayPush from './_arrayPush.js';\nimport getPrototype from './_getPrototype.js';\nimport getSymbols from './_getSymbols.js';\nimport stubArray from './stubArray.js';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n var result = [];\n while (object) {\n arrayPush(result, getSymbols(object));\n object = getPrototype(object);\n }\n return result;\n};\n\nexport default getSymbolsIn;\n","import copyObject from './_copyObject.js';\nimport getSymbolsIn from './_getSymbolsIn.js';\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n return copyObject(source, getSymbolsIn(source), object);\n}\n\nexport default copySymbolsIn;\n","import arrayPush from './_arrayPush.js';\nimport isArray from './isArray.js';\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n var result = keysFunc(object);\n return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nexport default baseGetAllKeys;\n","import baseGetAllKeys from './_baseGetAllKeys.js';\nimport getSymbols from './_getSymbols.js';\nimport keys from './keys.js';\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n return baseGetAllKeys(object, keys, getSymbols);\n}\n\nexport default getAllKeys;\n","import baseGetAllKeys from './_baseGetAllKeys.js';\nimport getSymbolsIn from './_getSymbolsIn.js';\nimport keysIn from './keysIn.js';\n\n/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeysIn(object) {\n return baseGetAllKeys(object, keysIn, getSymbolsIn);\n}\n\nexport default getAllKeysIn;\n","import getNative from './_getNative.js';\nimport root from './_root.js';\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nexport default DataView;\n","import getNative from './_getNative.js';\nimport root from './_root.js';\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nexport default Promise;\n","import getNative from './_getNative.js';\nimport root from './_root.js';\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nexport default Set;\n","import getNative from './_getNative.js';\nimport root from './_root.js';\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nexport default WeakMap;\n","import DataView from './_DataView.js';\nimport Map from './_Map.js';\nimport Promise from './_Promise.js';\nimport Set from './_Set.js';\nimport WeakMap from './_WeakMap.js';\nimport baseGetTag from './_baseGetTag.js';\nimport toSource from './_toSource.js';\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n objectTag = '[object Object]',\n promiseTag = '[object Promise]',\n setTag = '[object Set]',\n weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n mapCtorString = toSource(Map),\n promiseCtorString = toSource(Promise),\n setCtorString = toSource(Set),\n weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n (Map && getTag(new Map) != mapTag) ||\n (Promise && getTag(Promise.resolve()) != promiseTag) ||\n (Set && getTag(new Set) != setTag) ||\n (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n getTag = function(value) {\n var result = baseGetTag(value),\n Ctor = result == objectTag ? value.constructor : undefined,\n ctorString = Ctor ? toSource(Ctor) : '';\n\n if (ctorString) {\n switch (ctorString) {\n case dataViewCtorString: return dataViewTag;\n case mapCtorString: return mapTag;\n case promiseCtorString: return promiseTag;\n case setCtorString: return setTag;\n case weakMapCtorString: return weakMapTag;\n }\n }\n return result;\n };\n}\n\nexport default getTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n var length = array.length,\n result = new array.constructor(length);\n\n // Add properties assigned by `RegExp#exec`.\n if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n result.index = array.index;\n result.input = array.input;\n }\n return result;\n}\n\nexport default initCloneArray;\n","import root from './_root.js';\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nexport default Uint8Array;\n","import Uint8Array from './_Uint8Array.js';\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n return result;\n}\n\nexport default cloneArrayBuffer;\n","import cloneArrayBuffer from './_cloneArrayBuffer.js';\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\nexport default cloneDataView;\n","/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\nexport default cloneRegExp;\n","import Symbol from './_Symbol.js';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\nexport default cloneSymbol;\n","import cloneArrayBuffer from './_cloneArrayBuffer.js';\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nexport default cloneTypedArray;\n","import cloneArrayBuffer from './_cloneArrayBuffer.js';\nimport cloneDataView from './_cloneDataView.js';\nimport cloneRegExp from './_cloneRegExp.js';\nimport cloneSymbol from './_cloneSymbol.js';\nimport cloneTypedArray from './_cloneTypedArray.js';\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, isDeep) {\n var Ctor = object.constructor;\n switch (tag) {\n case arrayBufferTag:\n return cloneArrayBuffer(object);\n\n case boolTag:\n case dateTag:\n return new Ctor(+object);\n\n case dataViewTag:\n return cloneDataView(object, isDeep);\n\n case float32Tag: case float64Tag:\n case int8Tag: case int16Tag: case int32Tag:\n case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n return cloneTypedArray(object, isDeep);\n\n case mapTag:\n return new Ctor;\n\n case numberTag:\n case stringTag:\n return new Ctor(object);\n\n case regexpTag:\n return cloneRegExp(object);\n\n case setTag:\n return new Ctor;\n\n case symbolTag:\n return cloneSymbol(object);\n }\n}\n\nexport default initCloneByTag;\n","import isObject from './isObject.js';\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n function object() {}\n return function(proto) {\n if (!isObject(proto)) {\n return {};\n }\n if (objectCreate) {\n return objectCreate(proto);\n }\n object.prototype = proto;\n var result = new object;\n object.prototype = undefined;\n return result;\n };\n}());\n\nexport default baseCreate;\n","import baseCreate from './_baseCreate.js';\nimport getPrototype from './_getPrototype.js';\nimport isPrototype from './_isPrototype.js';\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n return (typeof object.constructor == 'function' && !isPrototype(object))\n ? baseCreate(getPrototype(object))\n : {};\n}\n\nexport default initCloneObject;\n","import getTag from './_getTag.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]';\n\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\nfunction baseIsMap(value) {\n return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nexport default baseIsMap;\n","import baseIsMap from './_baseIsMap.js';\nimport baseUnary from './_baseUnary.js';\nimport nodeUtil from './_nodeUtil.js';\n\n/* Node.js helper references. */\nvar nodeIsMap = nodeUtil && nodeUtil.isMap;\n\n/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */\nvar isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\n\nexport default isMap;\n","import getTag from './_getTag.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar setTag = '[object Set]';\n\n/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */\nfunction baseIsSet(value) {\n return isObjectLike(value) && getTag(value) == setTag;\n}\n\nexport default baseIsSet;\n","import baseIsSet from './_baseIsSet.js';\nimport baseUnary from './_baseUnary.js';\nimport nodeUtil from './_nodeUtil.js';\n\n/* Node.js helper references. */\nvar nodeIsSet = nodeUtil && nodeUtil.isSet;\n\n/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */\nvar isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\n\nexport default isSet;\n","import Stack from './_Stack.js';\nimport arrayEach from './_arrayEach.js';\nimport assignValue from './_assignValue.js';\nimport baseAssign from './_baseAssign.js';\nimport baseAssignIn from './_baseAssignIn.js';\nimport cloneBuffer from './_cloneBuffer.js';\nimport copyArray from './_copyArray.js';\nimport copySymbols from './_copySymbols.js';\nimport copySymbolsIn from './_copySymbolsIn.js';\nimport getAllKeys from './_getAllKeys.js';\nimport getAllKeysIn from './_getAllKeysIn.js';\nimport getTag from './_getTag.js';\nimport initCloneArray from './_initCloneArray.js';\nimport initCloneByTag from './_initCloneByTag.js';\nimport initCloneObject from './_initCloneObject.js';\nimport isArray from './isArray.js';\nimport isBuffer from './isBuffer.js';\nimport isMap from './isMap.js';\nimport isObject from './isObject.js';\nimport isSet from './isSet.js';\nimport keys from './keys.js';\nimport keysIn from './keysIn.js';\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_FLAT_FLAG = 2,\n CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n arrayTag = '[object Array]',\n boolTag = '[object Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n mapTag = '[object Map]',\n numberTag = '[object Number]',\n objectTag = '[object Object]',\n regexpTag = '[object RegExp]',\n setTag = '[object Set]',\n stringTag = '[object String]',\n symbolTag = '[object Symbol]',\n weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n dataViewTag = '[object DataView]',\n float32Tag = '[object Float32Array]',\n float64Tag = '[object Float64Array]',\n int8Tag = '[object Int8Array]',\n int16Tag = '[object Int16Array]',\n int32Tag = '[object Int32Array]',\n uint8Tag = '[object Uint8Array]',\n uint8ClampedTag = '[object Uint8ClampedArray]',\n uint16Tag = '[object Uint16Array]',\n uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n * 1 - Deep clone\n * 2 - Flatten inherited properties\n * 4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n var result,\n isDeep = bitmask & CLONE_DEEP_FLAG,\n isFlat = bitmask & CLONE_FLAT_FLAG,\n isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n if (customizer) {\n result = object ? customizer(value, key, object, stack) : customizer(value);\n }\n if (result !== undefined) {\n return result;\n }\n if (!isObject(value)) {\n return value;\n }\n var isArr = isArray(value);\n if (isArr) {\n result = initCloneArray(value);\n if (!isDeep) {\n return copyArray(value, result);\n }\n } else {\n var tag = getTag(value),\n isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(value, isDeep);\n }\n if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n result = (isFlat || isFunc) ? {} : initCloneObject(value);\n if (!isDeep) {\n return isFlat\n ? copySymbolsIn(value, baseAssignIn(result, value))\n : copySymbols(value, baseAssign(result, value));\n }\n } else {\n if (!cloneableTags[tag]) {\n return object ? value : {};\n }\n result = initCloneByTag(value, tag, isDeep);\n }\n }\n // Check for circular references and return its corresponding clone.\n stack || (stack = new Stack);\n var stacked = stack.get(value);\n if (stacked) {\n return stacked;\n }\n stack.set(value, result);\n\n if (isSet(value)) {\n value.forEach(function(subValue) {\n result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n });\n } else if (isMap(value)) {\n value.forEach(function(subValue, key) {\n result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n }\n\n var keysFunc = isFull\n ? (isFlat ? getAllKeysIn : getAllKeys)\n : (isFlat ? keysIn : keys);\n\n var props = isArr ? undefined : keysFunc(value);\n arrayEach(props || value, function(subValue, key) {\n if (props) {\n key = subValue;\n subValue = value[key];\n }\n // Recursively populate clone (susceptible to call stack limits).\n assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n });\n return result;\n}\n\nexport default baseClone;\n","import baseClone from './_baseClone.js';\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * Creates a shallow clone of `value`.\n *\n * **Note:** This method is loosely based on the\n * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\n * and supports cloning arrays, array buffers, booleans, date objects, maps,\n * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\n * arrays. The own enumerable properties of `arguments` objects are cloned\n * as plain objects. An empty object is returned for uncloneable values such\n * as error objects, functions, DOM nodes, and WeakMaps.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to clone.\n * @returns {*} Returns the cloned value.\n * @see _.cloneDeep\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var shallow = _.clone(objects);\n * console.log(shallow[0] === objects[0]);\n * // => true\n */\nfunction clone(value) {\n return baseClone(value, CLONE_SYMBOLS_FLAG);\n}\n\nexport default clone;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nexport default arrayMap;\n","import baseGetTag from './_baseGetTag.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nexport default isSymbol;\n","import MapCache from './_MapCache.js';\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nexport default memoize;\n","import memoize from './memoize.js';\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nexport default memoizeCapped;\n","import memoizeCapped from './_memoizeCapped.js';\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nexport default stringToPath;\n","import isSymbol from './isSymbol.js';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nexport default toKey;\n","import Symbol from './_Symbol.js';\nimport arrayMap from './_arrayMap.js';\nimport isArray from './isArray.js';\nimport isSymbol from './isSymbol.js';\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nexport default baseToString;\n","import baseToString from './_baseToString.js';\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nexport default toString;\n","import arrayMap from './_arrayMap.js';\nimport copyArray from './_copyArray.js';\nimport isArray from './isArray.js';\nimport isSymbol from './isSymbol.js';\nimport stringToPath from './_stringToPath.js';\nimport toKey from './_toKey.js';\nimport toString from './toString.js';\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n if (isArray(value)) {\n return arrayMap(value, toKey);\n }\n return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nexport default toPath;\n","var isProduction = process.env.NODE_ENV === 'production';\nfunction warning(condition, message) {\n if (!isProduction) {\n if (condition) {\n return;\n }\n\n var text = \"Warning: \" + message;\n\n if (typeof console !== 'undefined') {\n console.warn(text);\n }\n\n try {\n throw Error(text);\n } catch (x) {}\n }\n}\n\nexport default warning;\n","import baseClone from './_baseClone.js';\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * This method is like `_.clone` except that it recursively clones `value`.\n *\n * @static\n * @memberOf _\n * @since 1.0.0\n * @category Lang\n * @param {*} value The value to recursively clone.\n * @returns {*} Returns the deep cloned value.\n * @see _.clone\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var deep = _.cloneDeep(objects);\n * console.log(deep[0] === objects[0]);\n * // => false\n */\nfunction cloneDeep(value) {\n return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);\n}\n\nexport default cloneDeep;\n","import clone from 'lodash/clone';\nimport toPath from 'lodash/toPath';\nimport * as React from 'react';\n\n// Assertions\n\n/** @private is the value an empty array? */\nexport const isEmptyArray = (value?: any) =>\n Array.isArray(value) && value.length === 0;\n\n/** @private is the given object a Function? */\nexport const isFunction = (obj: any): obj is Function =>\n typeof obj === 'function';\n\n/** @private is the given object an Object? */\nexport const isObject = (obj: any): obj is Object =>\n obj !== null && typeof obj === 'object';\n\n/** @private is the given object an integer? */\nexport const isInteger = (obj: any): boolean =>\n String(Math.floor(Number(obj))) === obj;\n\n/** @private is the given object a string? */\nexport const isString = (obj: any): obj is string =>\n Object.prototype.toString.call(obj) === '[object String]';\n\n/** @private is the given object a NaN? */\n// eslint-disable-next-line no-self-compare\nexport const isNaN = (obj: any): boolean => obj !== obj;\n\n/** @private Does a React component have exactly 0 children? */\nexport const isEmptyChildren = (children: any): boolean =>\n React.Children.count(children) === 0;\n\n/** @private is the given object/value a promise? */\nexport const isPromise = (value: any): value is PromiseLike =>\n isObject(value) && isFunction(value.then);\n\n/** @private is the given object/value a type of synthetic event? */\nexport const isInputEvent = (value: any): value is React.SyntheticEvent =>\n value && isObject(value) && isObject(value.target);\n\n/**\n * Same as document.activeElement but wraps in a try-catch block. In IE it is\n * not safe to call document.activeElement if there is nothing focused.\n *\n * The activeElement will be null only if the document or document body is not\n * yet defined.\n *\n * @param {?Document} doc Defaults to current document.\n * @return {Element | null}\n * @see https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/core/dom/getActiveElement.js\n */\nexport function getActiveElement(doc?: Document): Element | null {\n doc = doc || (typeof document !== 'undefined' ? document : undefined);\n if (typeof doc === 'undefined') {\n return null;\n }\n try {\n return doc.activeElement || doc.body;\n } catch (e) {\n return doc.body;\n }\n}\n\n/**\n * Deeply get a value from an object via its path.\n */\nexport function getIn(\n obj: any,\n key: string | string[],\n def?: any,\n p: number = 0\n) {\n const path = toPath(key);\n while (obj && p < path.length) {\n obj = obj[path[p++]];\n }\n return obj === undefined ? def : obj;\n}\n\n/**\n * Deeply set a value from in object via it's path. If the value at `path`\n * has changed, return a shallow copy of obj with `value` set at `path`.\n * If `value` has not changed, return the original `obj`.\n *\n * Existing objects / arrays along `path` are also shallow copied. Sibling\n * objects along path retain the same internal js reference. Since new\n * objects / arrays are only created along `path`, we can test if anything\n * changed in a nested structure by comparing the object's reference in\n * the old and new object, similar to how russian doll cache invalidation\n * works.\n *\n * In earlier versions of this function, which used cloneDeep, there were\n * issues whereby settings a nested value would mutate the parent\n * instead of creating a new object. `clone` avoids that bug making a\n * shallow copy of the objects along the update path\n * so no object is mutated in place.\n *\n * Before changing this function, please read through the following\n * discussions.\n *\n * @see https://github.com/developit/linkstate\n * @see https://github.com/jaredpalmer/formik/pull/123\n */\nexport function setIn(obj: any, path: string, value: any): any {\n let res: any = clone(obj); // this keeps inheritance when obj is a class\n let resVal: any = res;\n let i = 0;\n let pathArray = toPath(path);\n\n for (; i < pathArray.length - 1; i++) {\n const currentPath: string = pathArray[i];\n let currentObj: any = getIn(obj, pathArray.slice(0, i + 1));\n\n if (currentObj && (isObject(currentObj) || Array.isArray(currentObj))) {\n resVal = resVal[currentPath] = clone(currentObj);\n } else {\n const nextPath: string = pathArray[i + 1];\n resVal = resVal[currentPath] =\n isInteger(nextPath) && Number(nextPath) >= 0 ? [] : {};\n }\n }\n\n // Return original object if new value is the same as current\n if ((i === 0 ? obj : resVal)[pathArray[i]] === value) {\n return obj;\n }\n\n if (value === undefined) {\n delete resVal[pathArray[i]];\n } else {\n resVal[pathArray[i]] = value;\n }\n\n // If the path array has a single element, the loop did not run.\n // Deleting on `resVal` had no effect in this scenario, so we delete on the result instead.\n if (i === 0 && value === undefined) {\n delete res[pathArray[i]];\n }\n\n return res;\n}\n\n/**\n * Recursively a set the same value for all keys and arrays nested object, cloning\n * @param object\n * @param value\n * @param visited\n * @param response\n */\nexport function setNestedObjectValues(\n object: any,\n value: any,\n visited: any = new WeakMap(),\n response: any = {}\n): T {\n for (let k of Object.keys(object)) {\n const val = object[k];\n if (isObject(val)) {\n if (!visited.get(val)) {\n visited.set(val, true);\n // In order to keep array values consistent for both dot path and\n // bracket syntax, we need to check if this is an array so that\n // this will output { friends: [true] } and not { friends: { \"0\": true } }\n response[k] = Array.isArray(val) ? [] : {};\n setNestedObjectValues(val, value, visited, response[k]);\n }\n } else {\n response[k] = value;\n }\n }\n\n return response;\n}\n","import * as React from 'react';\nimport { FormikContextType } from './types';\nimport invariant from 'tiny-warning';\n\nexport const FormikContext = React.createContext>(\n undefined as any\n);\nFormikContext.displayName = 'FormikContext';\n\nexport const FormikProvider = FormikContext.Provider;\nexport const FormikConsumer = FormikContext.Consumer;\n\nexport function useFormikContext() {\n const formik = React.useContext>(FormikContext);\n\n invariant(\n !!formik,\n `Formik context is undefined, please verify you are calling useFormikContext() as child of a component.`\n );\n\n return formik;\n}\n","import * as React from 'react';\nimport isEqual from 'react-fast-compare';\nimport deepmerge from 'deepmerge';\nimport isPlainObject from 'lodash/isPlainObject';\nimport {\n FormikConfig,\n FormikErrors,\n FormikState,\n FormikTouched,\n FormikValues,\n FormikProps,\n FieldMetaProps,\n FieldHelperProps,\n FieldInputProps,\n FormikHelpers,\n FormikHandlers,\n} from './types';\nimport {\n isFunction,\n isString,\n setIn,\n isEmptyChildren,\n isPromise,\n setNestedObjectValues,\n getActiveElement,\n getIn,\n isObject,\n} from './utils';\nimport { FormikProvider } from './FormikContext';\nimport invariant from 'tiny-warning';\n\ntype FormikMessage =\n | { type: 'SUBMIT_ATTEMPT' }\n | { type: 'SUBMIT_FAILURE' }\n | { type: 'SUBMIT_SUCCESS' }\n | { type: 'SET_ISVALIDATING'; payload: boolean }\n | { type: 'SET_ISSUBMITTING'; payload: boolean }\n | { type: 'SET_VALUES'; payload: Values }\n | { type: 'SET_FIELD_VALUE'; payload: { field: string; value?: any } }\n | { type: 'SET_FIELD_TOUCHED'; payload: { field: string; value?: boolean } }\n | { type: 'SET_FIELD_ERROR'; payload: { field: string; value?: string } }\n | { type: 'SET_TOUCHED'; payload: FormikTouched }\n | { type: 'SET_ERRORS'; payload: FormikErrors }\n | { type: 'SET_STATUS'; payload: any }\n | {\n type: 'SET_FORMIK_STATE';\n payload: (s: FormikState) => FormikState;\n }\n | {\n type: 'RESET_FORM';\n payload: FormikState;\n };\n\n// State reducer\nfunction formikReducer(\n state: FormikState,\n msg: FormikMessage\n) {\n switch (msg.type) {\n case 'SET_VALUES':\n return { ...state, values: msg.payload };\n case 'SET_TOUCHED':\n return { ...state, touched: msg.payload };\n case 'SET_ERRORS':\n if (isEqual(state.errors, msg.payload)) {\n return state;\n }\n\n return { ...state, errors: msg.payload };\n case 'SET_STATUS':\n return { ...state, status: msg.payload };\n case 'SET_ISSUBMITTING':\n return { ...state, isSubmitting: msg.payload };\n case 'SET_ISVALIDATING':\n return { ...state, isValidating: msg.payload };\n case 'SET_FIELD_VALUE':\n return {\n ...state,\n values: setIn(state.values, msg.payload.field, msg.payload.value),\n };\n case 'SET_FIELD_TOUCHED':\n return {\n ...state,\n touched: setIn(state.touched, msg.payload.field, msg.payload.value),\n };\n case 'SET_FIELD_ERROR':\n return {\n ...state,\n errors: setIn(state.errors, msg.payload.field, msg.payload.value),\n };\n case 'RESET_FORM':\n return { ...state, ...msg.payload };\n case 'SET_FORMIK_STATE':\n return msg.payload(state);\n case 'SUBMIT_ATTEMPT':\n return {\n ...state,\n touched: setNestedObjectValues>(\n state.values,\n true\n ),\n isSubmitting: true,\n submitCount: state.submitCount + 1,\n };\n case 'SUBMIT_FAILURE':\n return {\n ...state,\n isSubmitting: false,\n };\n case 'SUBMIT_SUCCESS':\n return {\n ...state,\n isSubmitting: false,\n };\n default:\n return state;\n }\n}\n\n// Initial empty states // objects\nconst emptyErrors: FormikErrors = {};\nconst emptyTouched: FormikTouched = {};\n\n// This is an object that contains a map of all registered fields\n// and their validate functions\ninterface FieldRegistry {\n [field: string]: {\n validate: (value: any) => string | Promise | undefined;\n };\n}\n\nexport function useFormik({\n validateOnChange = true,\n validateOnBlur = true,\n validateOnMount = false,\n isInitialValid,\n enableReinitialize = false,\n onSubmit,\n ...rest\n}: FormikConfig) {\n const props = {\n validateOnChange,\n validateOnBlur,\n validateOnMount,\n onSubmit,\n ...rest,\n };\n const initialValues = React.useRef(props.initialValues);\n const initialErrors = React.useRef(props.initialErrors || emptyErrors);\n const initialTouched = React.useRef(props.initialTouched || emptyTouched);\n const initialStatus = React.useRef(props.initialStatus);\n const isMounted = React.useRef(false);\n const fieldRegistry = React.useRef({});\n if (__DEV__) {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useEffect(() => {\n invariant(\n typeof isInitialValid === 'undefined',\n 'isInitialValid has been deprecated and will be removed in future versions of Formik. Please use initialErrors or validateOnMount instead.'\n );\n // eslint-disable-next-line\n }, []);\n }\n\n React.useEffect(() => {\n isMounted.current = true;\n\n return () => {\n isMounted.current = false;\n };\n }, []);\n\n const [state, dispatch] = React.useReducer<\n React.Reducer, FormikMessage>\n >(formikReducer, {\n values: props.initialValues,\n errors: props.initialErrors || emptyErrors,\n touched: props.initialTouched || emptyTouched,\n status: props.initialStatus,\n isSubmitting: false,\n isValidating: false,\n submitCount: 0,\n });\n\n const runValidateHandler = React.useCallback(\n (values: Values, field?: string): Promise> => {\n return new Promise((resolve, reject) => {\n const maybePromisedErrors = (props.validate as any)(values, field);\n if (maybePromisedErrors == null) {\n // use loose null check here on purpose\n resolve(emptyErrors);\n } else if (isPromise(maybePromisedErrors)) {\n (maybePromisedErrors as Promise).then(\n errors => {\n resolve(errors || emptyErrors);\n },\n actualException => {\n if (process.env.NODE_ENV !== 'production') {\n console.warn(\n `Warning: An unhandled error was caught during validation in `,\n actualException\n );\n }\n\n reject(actualException);\n }\n );\n } else {\n resolve(maybePromisedErrors);\n }\n });\n },\n [props.validate]\n );\n\n /**\n * Run validation against a Yup schema and optionally run a function if successful\n */\n const runValidationSchema = React.useCallback(\n (values: Values, field?: string): Promise> => {\n const validationSchema = props.validationSchema;\n const schema = isFunction(validationSchema)\n ? validationSchema(field)\n : validationSchema;\n const promise =\n field && schema.validateAt\n ? schema.validateAt(field, values)\n : validateYupSchema(values, schema);\n return new Promise((resolve, reject) => {\n promise.then(\n () => {\n resolve(emptyErrors);\n },\n (err: any) => {\n // Yup will throw a validation error if validation fails. We catch those and\n // resolve them into Formik errors. We can sniff if something is a Yup error\n // by checking error.name.\n // @see https://github.com/jquense/yup#validationerrorerrors-string--arraystring-value-any-path-string\n if (err.name === 'ValidationError') {\n resolve(yupToFormErrors(err));\n } else {\n // We throw any other errors\n if (process.env.NODE_ENV !== 'production') {\n console.warn(\n `Warning: An unhandled error was caught during validation in `,\n err\n );\n }\n\n reject(err);\n }\n }\n );\n });\n },\n [props.validationSchema]\n );\n\n const runSingleFieldLevelValidation = React.useCallback(\n (field: string, value: void | string): Promise => {\n return new Promise(resolve =>\n resolve(fieldRegistry.current[field].validate(value) as string)\n );\n },\n []\n );\n\n const runFieldLevelValidations = React.useCallback(\n (values: Values): Promise> => {\n const fieldKeysWithValidation: string[] = Object.keys(\n fieldRegistry.current\n ).filter(f => isFunction(fieldRegistry.current[f].validate));\n\n // Construct an array with all of the field validation functions\n const fieldValidations: Promise[] =\n fieldKeysWithValidation.length > 0\n ? fieldKeysWithValidation.map(f =>\n runSingleFieldLevelValidation(f, getIn(values, f))\n )\n : [Promise.resolve('DO_NOT_DELETE_YOU_WILL_BE_FIRED')]; // use special case ;)\n\n return Promise.all(fieldValidations).then((fieldErrorsList: string[]) =>\n fieldErrorsList.reduce((prev, curr, index) => {\n if (curr === 'DO_NOT_DELETE_YOU_WILL_BE_FIRED') {\n return prev;\n }\n if (curr) {\n prev = setIn(prev, fieldKeysWithValidation[index], curr);\n }\n return prev;\n }, {})\n );\n },\n [runSingleFieldLevelValidation]\n );\n\n // Run all validations and return the result\n const runAllValidations = React.useCallback(\n (values: Values) => {\n return Promise.all([\n runFieldLevelValidations(values),\n props.validationSchema ? runValidationSchema(values) : {},\n props.validate ? runValidateHandler(values) : {},\n ]).then(([fieldErrors, schemaErrors, validateErrors]) => {\n const combinedErrors = deepmerge.all>(\n [fieldErrors, schemaErrors, validateErrors],\n { arrayMerge }\n );\n return combinedErrors;\n });\n },\n [\n props.validate,\n props.validationSchema,\n runFieldLevelValidations,\n runValidateHandler,\n runValidationSchema,\n ]\n );\n\n // Run all validations methods and update state accordingly\n const validateFormWithHighPriority = useEventCallback(\n (values: Values = state.values) => {\n dispatch({ type: 'SET_ISVALIDATING', payload: true });\n return runAllValidations(values).then(combinedErrors => {\n if (!!isMounted.current) {\n dispatch({ type: 'SET_ISVALIDATING', payload: false });\n dispatch({ type: 'SET_ERRORS', payload: combinedErrors });\n }\n return combinedErrors;\n });\n }\n );\n\n React.useEffect(() => {\n if (\n validateOnMount &&\n isMounted.current === true &&\n isEqual(initialValues.current, props.initialValues)\n ) {\n validateFormWithHighPriority(initialValues.current);\n }\n }, [validateOnMount, validateFormWithHighPriority]);\n\n const resetForm = React.useCallback(\n (nextState?: Partial>) => {\n const values =\n nextState && nextState.values\n ? nextState.values\n : initialValues.current;\n const errors =\n nextState && nextState.errors\n ? nextState.errors\n : initialErrors.current\n ? initialErrors.current\n : props.initialErrors || {};\n const touched =\n nextState && nextState.touched\n ? nextState.touched\n : initialTouched.current\n ? initialTouched.current\n : props.initialTouched || {};\n const status =\n nextState && nextState.status\n ? nextState.status\n : initialStatus.current\n ? initialStatus.current\n : props.initialStatus;\n initialValues.current = values;\n initialErrors.current = errors;\n initialTouched.current = touched;\n initialStatus.current = status;\n\n const dispatchFn = () => {\n dispatch({\n type: 'RESET_FORM',\n payload: {\n isSubmitting: !!nextState && !!nextState.isSubmitting,\n errors,\n touched,\n status,\n values,\n isValidating: !!nextState && !!nextState.isValidating,\n submitCount:\n !!nextState &&\n !!nextState.submitCount &&\n typeof nextState.submitCount === 'number'\n ? nextState.submitCount\n : 0,\n },\n });\n };\n\n if (props.onReset) {\n const maybePromisedOnReset = (props.onReset as any)(\n state.values,\n imperativeMethods\n );\n\n if (isPromise(maybePromisedOnReset)) {\n (maybePromisedOnReset as Promise).then(dispatchFn);\n } else {\n dispatchFn();\n }\n } else {\n dispatchFn();\n }\n },\n [props.initialErrors, props.initialStatus, props.initialTouched]\n );\n\n React.useEffect(() => {\n if (\n isMounted.current === true &&\n !isEqual(initialValues.current, props.initialValues)\n ) {\n if (enableReinitialize) {\n initialValues.current = props.initialValues;\n resetForm();\n }\n\n if (validateOnMount) {\n validateFormWithHighPriority(initialValues.current);\n }\n }\n }, [\n enableReinitialize,\n props.initialValues,\n resetForm,\n validateOnMount,\n validateFormWithHighPriority,\n ]);\n\n React.useEffect(() => {\n if (\n enableReinitialize &&\n isMounted.current === true &&\n !isEqual(initialErrors.current, props.initialErrors)\n ) {\n initialErrors.current = props.initialErrors || emptyErrors;\n dispatch({\n type: 'SET_ERRORS',\n payload: props.initialErrors || emptyErrors,\n });\n }\n }, [enableReinitialize, props.initialErrors]);\n\n React.useEffect(() => {\n if (\n enableReinitialize &&\n isMounted.current === true &&\n !isEqual(initialTouched.current, props.initialTouched)\n ) {\n initialTouched.current = props.initialTouched || emptyTouched;\n dispatch({\n type: 'SET_TOUCHED',\n payload: props.initialTouched || emptyTouched,\n });\n }\n }, [enableReinitialize, props.initialTouched]);\n\n React.useEffect(() => {\n if (\n enableReinitialize &&\n isMounted.current === true &&\n !isEqual(initialStatus.current, props.initialStatus)\n ) {\n initialStatus.current = props.initialStatus;\n dispatch({\n type: 'SET_STATUS',\n payload: props.initialStatus,\n });\n }\n }, [enableReinitialize, props.initialStatus, props.initialTouched]);\n\n const validateField = useEventCallback((name: string) => {\n // This will efficiently validate a single field by avoiding state\n // changes if the validation function is synchronous. It's different from\n // what is called when using validateForm.\n\n if (\n fieldRegistry.current[name] &&\n isFunction(fieldRegistry.current[name].validate)\n ) {\n const value = getIn(state.values, name);\n const maybePromise = fieldRegistry.current[name].validate(value);\n if (isPromise(maybePromise)) {\n // Only flip isValidating if the function is async.\n dispatch({ type: 'SET_ISVALIDATING', payload: true });\n return maybePromise\n .then((x: any) => x)\n .then((error: string) => {\n dispatch({\n type: 'SET_FIELD_ERROR',\n payload: { field: name, value: error },\n });\n dispatch({ type: 'SET_ISVALIDATING', payload: false });\n });\n } else {\n dispatch({\n type: 'SET_FIELD_ERROR',\n payload: {\n field: name,\n value: maybePromise as string | undefined,\n },\n });\n return Promise.resolve(maybePromise as string | undefined);\n }\n } else if (props.validationSchema) {\n dispatch({ type: 'SET_ISVALIDATING', payload: true });\n return runValidationSchema(state.values, name)\n .then((x: any) => x)\n .then((error: any) => {\n dispatch({\n type: 'SET_FIELD_ERROR',\n payload: { field: name, value: error[name] },\n });\n dispatch({ type: 'SET_ISVALIDATING', payload: false });\n });\n }\n\n return Promise.resolve();\n });\n\n const registerField = React.useCallback((name: string, { validate }: any) => {\n fieldRegistry.current[name] = {\n validate,\n };\n }, []);\n\n const unregisterField = React.useCallback((name: string) => {\n delete fieldRegistry.current[name];\n }, []);\n\n const setTouched = useEventCallback(\n (touched: FormikTouched, shouldValidate?: boolean) => {\n dispatch({ type: 'SET_TOUCHED', payload: touched });\n const willValidate =\n shouldValidate === undefined ? validateOnBlur : shouldValidate;\n return willValidate\n ? validateFormWithHighPriority(state.values)\n : Promise.resolve();\n }\n );\n\n const setErrors = React.useCallback((errors: FormikErrors) => {\n dispatch({ type: 'SET_ERRORS', payload: errors });\n }, []);\n\n const setValues = useEventCallback(\n (values: React.SetStateAction, shouldValidate?: boolean) => {\n const resolvedValues = isFunction(values) ? values(state.values) : values;\n\n dispatch({ type: 'SET_VALUES', payload: resolvedValues });\n const willValidate =\n shouldValidate === undefined ? validateOnChange : shouldValidate;\n return willValidate\n ? validateFormWithHighPriority(resolvedValues)\n : Promise.resolve();\n }\n );\n\n const setFieldError = React.useCallback(\n (field: string, value: string | undefined) => {\n dispatch({\n type: 'SET_FIELD_ERROR',\n payload: { field, value },\n });\n },\n []\n );\n\n const setFieldValue = useEventCallback(\n (field: string, value: any, shouldValidate?: boolean) => {\n dispatch({\n type: 'SET_FIELD_VALUE',\n payload: {\n field,\n value,\n },\n });\n const willValidate =\n shouldValidate === undefined ? validateOnChange : shouldValidate;\n return willValidate\n ? validateFormWithHighPriority(setIn(state.values, field, value))\n : Promise.resolve();\n }\n );\n\n const executeChange = React.useCallback(\n (eventOrTextValue: string | React.ChangeEvent, maybePath?: string) => {\n // By default, assume that the first argument is a string. This allows us to use\n // handleChange with React Native and React Native Web's onChangeText prop which\n // provides just the value of the input.\n let field = maybePath;\n let val = eventOrTextValue;\n let parsed;\n // If the first argument is not a string though, it has to be a synthetic React Event (or a fake one),\n // so we handle like we would a normal HTML change event.\n if (!isString(eventOrTextValue)) {\n // If we can, persist the event\n // @see https://reactjs.org/docs/events.html#event-pooling\n if ((eventOrTextValue as any).persist) {\n (eventOrTextValue as React.ChangeEvent).persist();\n }\n const target = eventOrTextValue.target\n ? (eventOrTextValue as React.ChangeEvent).target\n : (eventOrTextValue as React.ChangeEvent).currentTarget;\n\n const {\n type,\n name,\n id,\n value,\n checked,\n outerHTML,\n options,\n multiple,\n } = target;\n\n field = maybePath ? maybePath : name ? name : id;\n if (!field && __DEV__) {\n warnAboutMissingIdentifier({\n htmlContent: outerHTML,\n documentationAnchorLink: 'handlechange-e-reactchangeeventany--void',\n handlerName: 'handleChange',\n });\n }\n val = /number|range/.test(type)\n ? ((parsed = parseFloat(value)), isNaN(parsed) ? '' : parsed)\n : /checkbox/.test(type) // checkboxes\n ? getValueForCheckbox(getIn(state.values, field!), checked, value)\n : options && multiple //