p))return!1;var f=u.get(e);if(f&&u.get(t))return f==t;var m=-1,g=!0,_=n&s?new o:void 0;for(u.set(e,t),u.set(t,e);++m0&&n.props.onSearch(n.state.value);break;default:if(n.props.onKeyDown&&n.props.onKeyDown(e),!e.defaultPrevented)return}e.preventDefault(),e.stopPropagation()},n._onBlur=function(e){n._events.off(n._rootElement.current,"blur"),n.setState({hasFocus:!1}),n.props.onBlur&&n.props.onBlur(e)},n._onInputChange=function(e){var t=e.target.value;t!==n._latestValue&&(n._latestValue=t,n.setState({value:t}),n._callOnChange(t))},n._warnDeprecations({labelText:"placeholder",defaultValue:"value"}),n._latestValue=t.value||"",n.state={value:n._latestValue,hasFocus:!1,id:i.getId("SearchBox")},n}return o.__extends(t,e),t.prototype.componentWillReceiveProps=function(e){void 0!==e.value&&(this._latestValue=e.value,this.setState({value:e.value}))},t.prototype.render=function(){var e=this.props,t=e.ariaLabel,n=e.placeholder,i=e.className,c=e.disabled,u=e.underlined,d=e.getStyles,p=e.labelText,h=e.theme,f=e.clearButtonProps,m=e.disableAnimation,g=this.state,_=g.value,b=g.hasFocus,y=g.id,v=void 0===p?n:p,x=l(d,{theme:h,className:i,underlined:u,hasFocus:b,disabled:c,hasInput:_.length>0,disableAnimation:m});return r.createElement("div",{ref:this._rootElement,className:x.root,onFocusCapture:this._onFocusCapture},r.createElement("div",{className:x.iconContainer,onClick:this._onClickFocus},r.createElement(s.Icon,{className:x.icon,iconName:"Search"})),r.createElement("input",{id:y,className:x.field,placeholder:v,onChange:this._onInputChange,onInput:this._onInputChange,onKeyDown:this._onKeyDown,value:_,disabled:this.props.disabled,"aria-label":t||n,ref:this._inputElement}),_.length>0&&r.createElement("div",{className:x.clearButton},r.createElement(a.IconButton,o.__assign({styles:{root:{height:"auto"},icon:{fontSize:"12px"}},iconProps:{iconName:"Clear"}},f,{onClick:this._onClearClick}))))},t.prototype.focus=function(){this._inputElement.current&&this._inputElement.current.focus()},t.prototype.hasFocus=function(){return!!this.state.hasFocus},t.prototype._onClear=function(e){this.props.onClear&&this.props.onClear(e),e.defaultPrevented||(this._latestValue="",this.setState({value:""}),this._callOnChange(""),e.stopPropagation(),e.preventDefault(),this.focus())},t.prototype._callOnChange=function(e){var t=this.props,n=t.onChange,o=t.onChanged;o&&o(e),n&&n(e)},t.defaultProps={disableAnimation:!1},t=o.__decorate([i.customizable("SearchBox",["theme"])],t)}(i.BaseComponent);t.SearchBoxBase=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(1056),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(139);t.DirectionalHint=o.DirectionalHint,function(e){e[e.Normal=0]="Normal",e[e.Divider=1]="Divider",e[e.Header=2]="Header",e[e.Section=3]="Section"}(t.ContextualMenuItemType||(t.ContextualMenuItemType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(372),r=n(1058),i=n(9),a=n(4);t.getSplitButtonVerticalDividerClassNames=a.memoizeFunction(function(e){return i.mergeStyleSets(o.getDividerClassNames(e),{divider:{height:16,width:1}})}),t.getContextualMenuClassNames=a.memoizeFunction(function(e,t){var n=r.getStyles(e);return i.mergeStyleSets({container:["ms-ContextualMenu-container",n.container,t,[{selectors:{":focus":{outline:0}}}]],root:["ms-ContextualMenu is-open",n.root],list:["ms-ContextualMenu-list is-open",n.list],header:["ms-ContextualMenu-header",n.header],title:n.title})}),t.getItemClassNames=a.memoizeFunction(function(e,t,n,o,a,s,l,c,u,d,p){var h=r.getMenuItemStyles(e);return i.mergeStyleSets({item:["ms-ContextualMenu-item",h.item,l],divider:["ms-ContextualMenu-divider",h.divider,c],root:["ms-ContextualMenu-link",h.root,o&&["is-checked",h.rootChecked],a&&h.anchorLink,n&&["is-expanded",h.rootExpanded],t&&["is-disabled",h.rootDisabled],!t&&!n&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],splitPrimary:[h.root,o&&["is-checked",h.rootChecked],(t||p)&&["is-disabled",h.rootDisabled],!(t||p)&&!o&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],splitMenu:[h.root,{width:32},n&&["is-expanded",h.rootExpanded],t&&["is-disabled",h.rootDisabled],!t&&!n&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],linkContent:["ms-ContextualMenu-linkContent",h.linkContent],linkContentMenu:["ms-ContextualMenu-linkContent",h.linkContent,{justifyContent:"center"}],icon:["ms-ContextualMenu-icon",s&&h.iconColor,h.icon,u,t&&["is-disabled",h.iconDisabled]],checkmarkIcon:["ms-ContextualMenu-checkmarkIcon",s&&h.checkmarkIcon,h.icon,u],subMenuIcon:["ms-ContextualMenu-submenuIcon",h.subMenuIcon,d],label:["ms-ContextualMenu-itemText",h.label],secondaryText:["ms-ContextualMenu-secondaryText",h.secondaryText],splitContainer:[h.splitButtonFlexContainer,!t&&!o&&[{selectors:{".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused}}]]})})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(9);t.getDividerClassNames=o.memoizeFunction(function(e){return r.mergeStyleSets({wrapper:{display:"inline-flex",height:"100%",alignItems:"center"},divider:{width:1,height:"100%",backgroundColor:e.palette.neutralTertiaryAlt}})})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.top=1]="top",e[e.bottom=-1]="bottom",e[e.left=2]="left",e[e.right=-2]="right"}(t.RectangleEdge||(t.RectangleEdge={})),function(e){e[e.top=0]="top",e[e.bottom=1]="bottom",e[e.start=2]="start",e[e.end=3]="end"}(t.Position||(t.Position={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(375),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(1067),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.button=0]="button",e[e.anchor=1]="anchor"}(t.ElementType||(t.ElementType={})),function(e){e[e.normal=0]="normal",e[e.primary=1]="primary",e[e.hero=2]="hero",e[e.compound=3]="compound",e[e.command=4]="command",e[e.icon=5]="icon",e[e.default=6]="default"}(t.ButtonType||(t.ButtonType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(9);t.standardStyles=function(e){var t,n,r,i=e.semanticColors,a=i.buttonBackground,s=i.buttonBackgroundChecked,l=i.buttonBackgroundHovered,c=i.buttonText,u=i.buttonTextHovered,d=i.buttonTextChecked,p=i.buttonTextCheckedHovered;return{root:{backgroundColor:a,color:c},rootHovered:{backgroundColor:l,color:u,selectors:(t={},t[o.HighContrastSelector]={borderColor:"Highlight",color:"Highlight"},t)},rootPressed:{backgroundColor:s,color:d},rootExpanded:{backgroundColor:s,color:d},rootChecked:{backgroundColor:s,color:d},rootCheckedHovered:{backgroundColor:e.palette.neutralLight,color:p},splitButtonContainer:{selectors:(n={},n[o.HighContrastSelector]={border:"none"},n)},splitButtonMenuButton:{color:e.palette.white,backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLight,selectors:(r={},r[o.HighContrastSelector]={color:"Highlight"},r)}}},splitButtonMenuButtonDisabled:{backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLighter}}},splitButtonDivider:{backgroundColor:e.palette.neutralTertiaryAlt},splitButtonMenuButtonChecked:{backgroundColor:e.palette.themePrimary},splitButtonMenuButtonExpanded:{backgroundColor:e.palette.neutralLight},splitButtonMenuIcon:{color:e.palette.neutralPrimary},splitButtonMenuIconDisabled:{color:e.palette.neutralTertiary}}},t.primaryStyles=function(e){return{root:{backgroundColor:e.palette.themePrimary,color:e.palette.white,selectors:(t={},t[o.HighContrastSelector]={color:"Window",backgroundColor:"WindowText",MsHighContrastAdjust:"none"},t)},rootHovered:{backgroundColor:e.palette.themeDarkAlt,color:e.palette.white,selectors:(n={},n[o.HighContrastSelector]={color:"Window",backgroundColor:"Highlight"},n)},rootPressed:{backgroundColor:e.palette.themeDark,color:e.palette.white,selectors:(r={},r[o.HighContrastSelector]={color:"Window",backgroundColor:"WindowText",MsHighContrastAdjust:"none"},r)},rootExpanded:{backgroundColor:e.palette.themeDark,color:e.palette.white},rootChecked:{backgroundColor:e.palette.themeDark,color:e.palette.white},rootCheckedHovered:{backgroundColor:e.palette.themePrimary,color:e.palette.white},rootDisabled:{selectors:(i={},i[o.HighContrastSelector]={color:"GrayText",borderColor:"GrayText",backgroundColor:"Window"},i)},splitButtonContainer:{selectors:(a={},a[o.HighContrastSelector]={border:"none"},a)},splitButtonDivider:{backgroundColor:e.palette.themeLighter},splitButtonMenuButton:{backgroundColor:e.palette.themePrimary,color:e.palette.white,selectors:{":hover":{backgroundColor:e.palette.themeDark,selectors:(s={},s[o.HighContrastSelector]={color:"Highlight"},s)}}},splitButtonMenuButtonDisabled:{backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLighter}}},splitButtonMenuButtonChecked:{backgroundColor:e.palette.themeDark},splitButtonMenuButtonExpanded:{backgroundColor:e.palette.themeDark},splitButtonMenuIcon:{color:e.palette.white},splitButtonMenuIconDisabled:{color:e.palette.neutralTertiary}};var t,n,r,i,a,s}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(76),a=n(4),s=n(1081),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.primary,n=void 0!==t&&t,a=e.styles,l=e.theme;return r.createElement(i.BaseButton,o.__assign({},this.props,{variantClassName:n?"ms-Button--compoundPrimary":"ms-Button--compound",styles:s.getStyles(l,a,n)}))},t=o.__decorate([a.customizable("CompoundButton",["theme"])],t)}(a.BaseComponent);t.CompoundButton=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(76),a=n(4),s=n(1082),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.styles,n=e.theme;return r.createElement(i.BaseButton,o.__assign({},this.props,{variantClassName:"ms-Button--icon",styles:s.getStyles(n,t),onRenderText:a.nullRender,onRenderDescription:a.nullRender}))},t=o.__decorate([a.customizable("IconButton",["theme"])],t)}(a.BaseComponent);t.IconButton=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(141),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){return r.createElement(a.DefaultButton,o.__assign({},this.props,{primary:!0,onRenderDescription:i.nullRender}))},t=o.__decorate([i.customizable("PrimaryButton",["theme"])],t)}(i.BaseComponent);t.PrimaryButton=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(382))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}(n(1089))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(27),s=n(41),l=n(13),c=n(21),u=n(4),d=n(1098),p=n(144),h=i.classNamesFunction(),f="overflow",m=function(){return null},g=function(e){function t(t){var n=e.call(this,t)||this;return n._focusZone=i.createRef(),n._onReduceData=function(e){var t=e.renderedItems,n=e.renderedOverflowItems,r=e.props.overflowIndex,i=t[r];if((t=t.slice()).splice(r,1),n=n.concat([i]),void 0!==i)return o.__assign({},e,{renderedItems:t,renderedOverflowItems:n})},n._onRenderBreadcrumb=function(e){var t=e.props,o=t.ariaLabel,s=t.dividerAs,u=void 0===s?l.Icon:s,d=t.onRenderItem,p=void 0===d?n._onRenderItem:d,h=t.overflowAriaLabel,g=t.overflowIndex,_=e.renderedOverflowItems,b=e.renderedItems,y=_.map(function(e,t){return{name:e.text,key:e.key,onClick:e.onClick?n._onBreadcrumbClicked.bind(n,e):null,href:e.href}}),v=b.length-1,x=_&&0!==_.length,S=b.map(function(e,t){return r.createElement("li",{className:n._classNames.listItem,key:e.key||String(t)},p(e,n._onRenderItem),(t!==v||x&&t===g-1)&&r.createElement(u,{className:n._classNames.chevron,iconName:i.getRTL()?"ChevronLeft":"ChevronRight",item:e}))});return x&&S.splice(g,0,r.createElement("li",{className:n._classNames.overflow,key:f},r.createElement(c.IconButton,{className:n._classNames.overflowButton,iconProps:{iconName:"More"},role:"button","aria-haspopup":"true",ariaLabel:h,onRenderMenuIcon:m,menuProps:{items:y,directionalHint:4}}),g!==v+1&&r.createElement(u,{className:n._classNames.chevron,iconName:i.getRTL()?"ChevronLeft":"ChevronRight",item:_[_.length-1]}))),r.createElement("div",{className:n._classNames.root,role:"navigation","aria-label":o},r.createElement(a.FocusZone,{componentRef:n._focusZone,direction:a.FocusZoneDirection.horizontal},r.createElement("ol",{className:n._classNames.list},S)))},n._onRenderItem=function(e){return e.onClick||e.href?r.createElement(s.Link,{className:n._classNames.itemLink,href:e.href,"aria-current":e.isCurrentItem?"page":void 0,onClick:n._onBreadcrumbClicked.bind(n,e)},r.createElement(p.TooltipHost,{content:e.text,overflowMode:p.TooltipOverflowMode.Parent},e.text)):r.createElement("span",{className:n._classNames.item},r.createElement(p.TooltipHost,{content:e.text,overflowMode:p.TooltipOverflowMode.Parent},e.text))},n._onBreadcrumbClicked=function(e,t){e.onClick&&e.onClick(t,e)},n._validateProps(t),n}return o.__extends(t,e),t.prototype.focus=function(){this._focusZone.current&&this._focusZone.current.focus()},t.prototype.render=function(){var e=this.props,t=e.onReduceData,n=void 0===t?this._onReduceData:t,o=e.overflowIndex,i=e.maxDisplayedItems,a=e.items,s=e.className,l=e.theme,c=e.getStyles,u=a.slice(),p=u.splice(o,u.length-i),f={props:this.props,renderedItems:u,renderedOverflowItems:p};return this._classNames=h(c,{className:s,theme:l}),r.createElement(d.ResizeGroup,{onRenderData:this._onRenderBreadcrumb,onReduceData:n,data:f})},t.prototype.componentWillReceiveProps=function(e){this._validateProps(e)},t.prototype._validateProps=function(e){var t=e.maxDisplayedItems,n=e.overflowIndex,o=e.items;if(n<0||t>1&&n>t-1||o.length>0&&n>o.length-1)throw new Error("Breadcrumb: overflowIndex out of range")},t.defaultProps={items:[],maxDisplayedItems:999,overflowIndex:0},t=o.__decorate([u.customizable("Breadcrumb",["theme"])],t)}(i.BaseComponent);t.BreadcrumbBase=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(46),a=n(4);t.getMeasurementCache=function(){var e={};return{getCachedMeasurement:function(t){if(t&&t.cacheKey&&e.hasOwnProperty(t.cacheKey))return e[t.cacheKey]},addMeasurementToCache:function(t,n){t.cacheKey&&(e[t.cacheKey]=n)}}},t.getNextResizeGroupStateProvider=function(e){void 0===e&&(e=t.getMeasurementCache());var n,r=e;function i(e,t){var n=r.getCachedMeasurement(e);if(void 0!==n)return n;var o=t();return r.addMeasurementToCache(e,o),o}return{getNextState:function(e,t,a,s){if(void 0!==s||void 0!==t.dataToMeasure){if(s){if(n&&t.renderedData&&!t.dataToMeasure)return o.__assign({},t,function(e,t,r,i){var a;return a=e>n?i?{resizeDirection:"grow",dataToMeasure:i(r)}:{resizeDirection:"shrink",dataToMeasure:t}:{resizeDirection:"shrink",dataToMeasure:r},n=e,o.__assign({},a,{measureContainer:!1})}(s,e.data,t.renderedData,e.onGrowData));n=s}var l=o.__assign({},t,{measureContainer:!1});return t.dataToMeasure&&(l="grow"===t.resizeDirection&&e.onGrowData?o.__assign({},l,function(e,t,o){for(var a=e,s=i(e,o);sn;){var l=t(a);if(void 0===l)return{renderedData:a,resizeDirection:void 0,dataToMeasure:void 0};if(void 0===(s=r.getCachedMeasurement(l)))return{dataToMeasure:l,resizeDirection:"shrink"};a=l}return{renderedData:a,resizeDirection:void 0,dataToMeasure:void 0}}(t.dataToMeasure,e.onReduceData,a))),l}},shouldRenderDataToMeasureInHiddenDiv:function(e){return!(!e||void 0!==r.getCachedMeasurement(e))}}};var s=a.provideContext({isMeasured:i.bool},function(){return{isMeasured:!0}}),l=a.classNamesFunction(),c=function(e){function n(n){var r=e.call(this,n)||this;return r._nextResizeGroupStateProvider=t.getNextResizeGroupStateProvider(),r._root=a.createRef(),r._measured=a.createRef(),r.state={dataToMeasure:o.__assign({},r.props.data),resizeDirection:"grow",measureContainer:!0},r}return o.__extends(n,e),n.prototype.render=function(){var e=this.props,t=e.onRenderData,n=e.className,i=e.getStyles,c=e.theme,u=this.state,d=u.dataToMeasure,p=u.renderedData,h=a.getNativeProps(this.props,a.divProperties,["data"]),f=l(i,{theme:c,className:n});return r.createElement("div",o.__assign({},h,{className:f.root,ref:this._root}),this._nextResizeGroupStateProvider.shouldRenderDataToMeasureInHiddenDiv(d)&&r.createElement("div",{style:{position:"fixed",visibility:"hidden"},ref:this._measured},r.createElement(s,null,t(d))),p&&t(p))},n.prototype.componentDidMount=function(){this._afterComponentRendered(),this._events.on(window,"resize",this._async.debounce(this._onResize,16,{leading:!0}))},n.prototype.componentWillReceiveProps=function(e){this.setState({dataToMeasure:o.__assign({},e.data),resizeDirection:"grow",measureContainer:!0})},n.prototype.componentDidUpdate=function(e){this.state.renderedData&&this.props.dataDidRender&&this.props.dataDidRender(this.state.renderedData),this._afterComponentRendered()},n.prototype.remeasure=function(){this._root.current&&this.setState({measureContainer:!0})},n.prototype._afterComponentRendered=function(){var e=this;this._async.requestAnimationFrame(function(){var t=void 0;e.state.measureContainer&&e._root.current&&(t=e._root.current.getBoundingClientRect().width);var n=e._nextResizeGroupStateProvider.getNextState(e.props,e.state,function(){return e._measured.current?e._measured.current.scrollWidth:0},t);n&&e.setState(n)})},n.prototype._onResize=function(){this._root.current&&this.setState({measureContainer:!0})},n=o.__decorate([a.customizable("ResizeGroup",["theme"])],n)}(a.BaseComponent);t.ResizeGroupBase=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(386),i=n(1103);t.Tooltip=o.styled(r.TooltipBase,i.getStyles)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(145),s=n(67),l=i.classNamesFunction(),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onRenderContent=function(e){return r.createElement("p",{className:t._classNames.subText},e.content)},t}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.calloutProps,a=e.delay,c=e.directionalHint,u=e.directionalHintForRTL,d=e.getStyles,p=e.id,h=e.maxWidth,f=e.onRenderContent,m=void 0===f?this._onRenderContent:f,g=e.targetElement,_=e.theme;return this._classNames=l(d,{theme:_,className:t||n&&n.className,delay:a,maxWidth:h}),r.createElement(s.Callout,o.__assign({target:g,directionalHint:c,directionalHintForRTL:u},n,i.getNativeProps(this.props,i.divProperties),{className:this._classNames.root}),r.createElement("div",{className:this._classNames.content,id:p,role:"tooltip",onMouseEnter:this.props.onMouseEnter,onMouseLeave:this.props.onMouseLeave},m(this.props,this._onRenderContent)))},t.defaultProps={directionalHint:1,delay:a.TooltipDelay.medium,maxWidth:"364px",calloutProps:{isBeakVisible:!0,beakWidth:16,gapSpace:0,setInitialFocus:!0,doNotLayer:!1}},t=o.__decorate([i.customizable("Tooltip",["theme"])],t)}(i.BaseComponent);t.TooltipBase=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.Parent=0]="Parent",e[e.Self=1]="Self"}(t.TooltipOverflowMode||(t.TooltipOverflowMode={}))},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,o=arguments.length;n0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]=1?(a=[],l=[],[4,this.termsService.getAllTerms(i,t,n)]):[3,2];case 1:for(c=s.sent(),u=c.Terms,d=function(e,t){var n=o[e];u.filter(function(e){return e.Id===n.key}).length||(a.push(n.name),l.push(n.key))},p=0,h=o.length;p0?(n._refocusOnSuggestions(e),i=o.none):i=n._searchForMoreButton.current?o.searchMore:o.forceResolve;break;case o.searchMore:n._forceResolveButton.current?i=o.forceResolve:s>0?(n._refocusOnSuggestions(e),i=o.none):i=o.searchMore;break;case o.none:-1===t&&n._forceResolveButton.current&&(i=o.forceResolve)}else if(38===e)switch(a){case o.forceResolve:n._searchForMoreButton.current?i=o.searchMore:s>0&&(n._refocusOnSuggestions(e),i=o.none);break;case o.searchMore:s>0?(n._refocusOnSuggestions(e),i=o.none):n._forceResolveButton.current&&(i=o.forceResolve);break;case o.none:-1===t&&n._searchForMoreButton.current&&(i=o.searchMore)}return null!==i&&(n.setState({selectedActionType:i}),r=!0),r},n._getMoreResults=function(){n.props.onGetMoreResults&&n.props.onGetMoreResults()},n._forceResolve=function(){n.props.createGenericItem&&n.props.createGenericItem()},n._shouldShowForceResolve=function(){return!!n.props.showForceResolve&&n.props.showForceResolve()},n._onClickTypedSuggestionsItem=function(e,t){return function(o){n.props.onSuggestionClick(o,e,t)}},n._refocusOnSuggestions=function(e){"function"==typeof n.props.refocusSuggestions&&n.props.refocusSuggestions(e)},n._onRemoveTypedSuggestionsItem=function(e,t){return function(o){(0,n.props.onSuggestionRemove)(o,e,t),o.stopPropagation()}},n.state={selectedActionType:o.none},n}return r.__extends(t,e),t.prototype.componentDidMount=function(){this.scrollSelected(),this.activeSelectedElement=this._selectedElement?this._selectedElement.current:null},t.prototype.componentDidUpdate=function(){this._selectedElement.current&&this.activeSelectedElement!==this._selectedElement.current&&(this.scrollSelected(),this.activeSelectedElement=this._selectedElement.current)},t.prototype.render=function(){var e=this.props,t=e.forceResolveText,n=e.mostRecentlyUsedHeaderText,r=e.searchForMoreText,u=e.className,d=e.moreSuggestionsAvailable,p=e.noResultsFoundText,h=e.suggestions,f=e.isLoading,m=e.isSearching,g=e.loadingText,_=e.onRenderNoResultFound,b=e.searchingText,y=e.isMostRecentlyUsedVisible,v=e.resultsMaximumNumber,x=e.resultsFooterFull,S=e.resultsFooter,w=e.isResultsFooterVisible,k=void 0===w||w,C=e.suggestionsAvailableAlertText,I=function(){return p?i.createElement("div",{role:"alert",className:a.css("ms-Suggestions-none",c.suggestionsNone)},p):null},P=e.suggestionsHeaderText;y&&n&&(P=n);var M=void 0;k&&(M=h.length>=v?x:S);var T,D,O=!(h&&h.length||f);return i.createElement("div",{className:a.css("ms-Suggestions",u||"",c.root)},P?i.createElement("div",{className:a.css("ms-Suggestions-title",c.suggestionsTitle)},P):null,t&&this._shouldShowForceResolve()&&i.createElement(s.CommandButton,{componentRef:this._forceResolveButton,className:a.css("ms-forceResolve-button",c.actionButton,(T={},T["is-selected "+c.buttonSelected]=this.state.selectedActionType===o.forceResolve,T)),onClick:this._forceResolve},t),f&&i.createElement(l.Spinner,{className:a.css("ms-Suggestions-spinner",c.suggestionsSpinner),label:g}),O?_?_(void 0,I):I():this._renderSuggestions(),r&&d&&i.createElement(s.CommandButton,{componentRef:this._searchForMoreButton,className:a.css("ms-SearchMore-button",c.actionButton,(D={},D["is-selected "+c.buttonSelected]=this.state.selectedActionType===o.searchMore,D)),iconProps:{iconName:"Search"},onClick:this._getMoreResults},r),m?i.createElement(l.Spinner,{className:a.css("ms-Suggestions-spinner",c.suggestionsSpinner),label:b}):null,!M||d||y||m?null:i.createElement("div",{className:a.css("ms-Suggestions-title",c.suggestionsTitle)},M(this.props)),i.createElement("span",{role:"alert","aria-live":"polite",className:a.css("ms-Suggestions-suggestionsAvailable",c.suggestionsAvailable)},!f&&!m&&h&&h.length>0&&C?C:null))},t.prototype.hasSuggestedAction=function(){return void 0!==this._searchForMoreButton.current||void 0!==this._forceResolveButton.current},t.prototype.hasSuggestedActionSelected=function(){return this.state.selectedActionType!==o.none},t.prototype.executeSelectedAction=function(){switch(this.state.selectedActionType){case o.forceResolve:this._forceResolve();break;case o.searchMore:this._getMoreResults()}},t.prototype.focusAboveSuggestions=function(){this._forceResolveButton.current?this.setState({selectedActionType:o.forceResolve}):this._searchForMoreButton.current&&this.setState({selectedActionType:o.searchMore})},t.prototype.focusBelowSuggestions=function(){this._searchForMoreButton.current?this.setState({selectedActionType:o.searchMore}):this._forceResolveButton.current&&this.setState({selectedActionType:o.forceResolve})},t.prototype.focusSearchForMoreButton=function(){this._searchForMoreButton.current&&this._searchForMoreButton.current.focus()},t.prototype.scrollSelected=function(){this._selectedElement.current&&void 0!==this._selectedElement.current.scrollIntoView&&this._selectedElement.current.scrollIntoView(!1)},t.prototype._renderSuggestions=function(){var e=this,t=this.props,n=t.onRenderSuggestion,o=t.removeSuggestionAriaLabel,r=t.suggestionsItemClassName,s=t.resultsMaximumNumber,l=t.showRemoveButtons,u=t.suggestionsContainerAriaLabel,d=t.suggestionsListId,p=t.suggestionsClassName,h=this.props.suggestions,f=this.SuggestionsItemOfProperType;return s&&(h=h.slice(0,s)),0===h.length?null:i.createElement("div",{className:a.css("ms-Suggestions-container",c.suggestionsContainer,p),id:d,role:"listbox","aria-label":u},h.map(function(t,a){return i.createElement("div",{ref:t.selected?e._selectedElement:"",key:t.item.key?t.item.key:a,id:"sug-"+a,"aria-selected":t.selected,role:"option","aria-label":t.ariaLabel},i.createElement(f,{suggestionModel:t,RenderSuggestion:n,onClick:e._onClickTypedSuggestionsItem(t.item,a),className:r,showRemoveButton:l,removeButtonAriaLabel:o,onRemoveItem:e._onRemoveTypedSuggestionsItem(t.item,a)}))}))},t}(a.BaseComponent);t.Suggestions=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(){var e=this;this._isSuggestionModel=function(e){return void 0!==e.item},this._ensureSuggestionModel=function(t){return e._isSuggestionModel(t)?t:{item:t,selected:!1,ariaLabel:t.name||t.primaryText}},this.suggestions=[],this.currentIndex=-1}return e.prototype.updateSuggestions=function(e,t){e&&e.length>0?(this.suggestions=this.convertSuggestionsToSuggestionItems(e),this.currentIndex=t||0,-1===t?this.currentSuggestion=void 0:void 0!==t&&(this.suggestions[t].selected=!0,this.currentSuggestion=this.suggestions[t])):(this.suggestions=[],this.currentIndex=-1,this.currentSuggestion=void 0)},e.prototype.nextSuggestion=function(){if(this.suggestions&&this.suggestions.length){if(this.currentIndex0)return this.setSelectedSuggestion(this.currentIndex-1),!0;if(0===this.currentIndex)return this.setSelectedSuggestion(this.suggestions.length-1),!0}return!1},e.prototype.getSuggestions=function(){return this.suggestions},e.prototype.getCurrentItem=function(){return this.currentSuggestion},e.prototype.getSuggestionAtIndex=function(e){return this.suggestions[e]},e.prototype.hasSelectedSuggestion=function(){return!!this.currentSuggestion},e.prototype.removeSuggestion=function(e){this.suggestions.splice(e,1)},e.prototype.createGenericSuggestion=function(e){var t=this.convertSuggestionsToSuggestionItems([e])[0];this.currentSuggestion=t},e.prototype.convertSuggestionsToSuggestionItems=function(e){return Array.isArray(e)?e.map(this._ensureSuggestionModel):[]},e.prototype.deselectAllSuggestions=function(){this.currentIndex>-1&&(this.suggestions[this.currentIndex].selected=!1,this.currentIndex=-1)},e.prototype.setSelectedSuggestion=function(e){e>this.suggestions.length-1||e<0?(this.currentIndex=0,this.currentSuggestion.selected=!1,this.currentSuggestion=this.suggestions[0],this.currentSuggestion.selected=!0):(this.currentIndex>-1&&(this.suggestions[this.currentIndex].selected=!1),this.suggestions[e].selected=!0,this.currentIndex=e,this.currentSuggestion=this.suggestions[e])},e}();t.SuggestionsController=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=function(e){function t(t){var n=e.call(this,t)||this;return n._inputElement=i.createRef(),n._autoFillEnabled=!0,n._onCompositionStart=function(e){n._autoFillEnabled=!1},n._onCompositionEnd=function(e){var t=n._getCurrentInputValue();n._tryEnableAutofill(t,n.value,!1,!0),n._async.setTimeout(function(){return n._updateValue(t)},0)},n._onClick=function(){n._value&&""!==n._value&&n._autoFillEnabled&&(n._autoFillEnabled=!1)},n._onKeyDown=function(e){if(n.props.onKeyDown&&n.props.onKeyDown(e),!e.nativeEvent.isComposing)switch(e.which){case 8:n._autoFillEnabled=!1;break;case 37:case 39:n._autoFillEnabled&&(n._value=n.state.displayValue,n._autoFillEnabled=!1);break;default:n._autoFillEnabled||-1!==n.props.enableAutofillOnKeyPress.indexOf(e.which)&&(n._autoFillEnabled=!0)}},n._onInputChanged=function(e){var t=n._getCurrentInputValue(e);n._tryEnableAutofill(t,n._value,e.nativeEvent.isComposing),n._updateValue(t)},n._onChanged=function(){},n._updateValue=function(e){n._value=n.props.onInputChange?n.props.onInputChange(e):e,n.setState({displayValue:n._getDisplayValue(n._value,n.props.suggestedDisplayValue)},function(){return n._notifyInputChange(n._value)})},n._value=t.defaultVisibleValue||"",n.state={displayValue:t.defaultVisibleValue||""},n}return o.__extends(t,e),Object.defineProperty(t.prototype,"cursorLocation",{get:function(){if(this._inputElement.current){var e=this._inputElement.current;return"forward"!==e.selectionDirection?e.selectionEnd:e.selectionStart}return-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isValueSelected",{get:function(){return Boolean(this.inputElement&&this.inputElement.selectionStart!==this.inputElement.selectionEnd)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectionStart",{get:function(){return this._inputElement.current?this._inputElement.current.selectionStart:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectionEnd",{get:function(){return this._inputElement.current?this._inputElement.current.selectionEnd:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputElement",{get:function(){return this._inputElement.current},enumerable:!0,configurable:!0}),t.prototype.componentWillReceiveProps=function(e){var t;this.props.updateValueInWillReceiveProps&&(t=this.props.updateValueInWillReceiveProps()),"string"==typeof(t=this._getDisplayValue(t||this._value,e.suggestedDisplayValue))&&this.setState({displayValue:t})},t.prototype.componentDidUpdate=function(){var e=this._value,t=this.props,n=t.suggestedDisplayValue,o=t.shouldSelectFullInputValueInComponentDidUpdate,r=0;if(this._autoFillEnabled&&e&&n&&this._doesTextStartWith(n,e)){var i=!1;if(o&&(i=o()),i&&this._inputElement.current)this._inputElement.current.setSelectionRange(0,n.length,"backward");else{for(;r0&&this._inputElement.current&&this._inputElement.current.setSelectionRange(r,n.length,"backward")}}},t.prototype.render=function(){var e=this.state.displayValue,t=i.getNativeProps(this.props,i.inputProperties);return r.createElement("input",o.__assign({},t,{ref:this._inputElement,value:e,autoCapitalize:"off",autoComplete:"off",onCompositionStart:this._onCompositionStart,onCompositionEnd:this._onCompositionEnd,onChange:this._onChanged,onInput:this._onInputChanged,onKeyDown:this._onKeyDown,onClick:this.props.onClick?this.props.onClick:this._onClick,"data-lpignore":!0}))},t.prototype.focus=function(){this._inputElement.current&&this._inputElement.current.focus()},t.prototype.clear=function(){this._autoFillEnabled=!0,this._updateValue(""),this._inputElement.current&&this._inputElement.current.setSelectionRange(0,0)},t.prototype._getCurrentInputValue=function(e){return e&&e.target&&e.target.value?e.target.value:this.inputElement&&this.inputElement.value?this.inputElement.value:""},t.prototype._tryEnableAutofill=function(e,t,n,o){!n&&e&&this._inputElement.current&&this._inputElement.current.selectionStart===e.length&&!this._autoFillEnabled&&(e.length>t.length||o)&&(this._autoFillEnabled=!0)},t.prototype._notifyInputChange=function(e){this.props.onInputValueChange&&this.props.onInputValueChange(e)},t.prototype._getDisplayValue=function(e,t){var n=e;return t&&e&&this._doesTextStartWith(t,n)&&this._autoFillEnabled&&(n=t),n},t.prototype._doesTextStartWith=function(e,t){return!(!e||!t)&&0===e.toLocaleLowerCase().indexOf(t.toLocaleLowerCase())},t.defaultProps={enableAutofillOnKeyPress:[40,38]},t}(i.BaseComponent);t.Autofill=a;var s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t}(a);t.BaseAutoFill=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(396),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2);o.__exportStar(n(1128),t),o.__exportStar(n(399),t),o.__exportStar(n(79),t),o.__exportStar(n(1136),t),o.__exportStar(n(106),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(144),s=n(400),l=n(79),c=i.classNamesFunction(),u=function(e){function t(t){var n=e.call(this,t)||this;return n._warnDeprecations({primaryText:"text"}),n}return o.__extends(t,e),t.prototype.render=function(){var e=this._onRenderText(this._getText()),t=this._onRenderText(this.props.secondaryText),n=this._onRenderText(this.props.tertiaryText),a=this._onRenderText(this.props.optionalText),u=this.props,d=u.hidePersonaDetails,p=u.onRenderOptionalText,h=void 0===p?a:p,f=u.onRenderPrimaryText,m=void 0===f?e:f,g=u.onRenderSecondaryText,_=void 0===g?t:g,b=u.onRenderTertiaryText,y=void 0===b?n:b,v=this.props.size,x=this.props,S=x.allowPhoneInitials,w=x.className,k=x.coinProps,C=x.showUnknownPersonaCoin,I=x.coinSize,P=x.getStyles,M=x.imageAlt,T=x.imageInitials,D=x.imageShouldFadeIn,O=x.imageShouldStartVisible,L=x.imageUrl,E=x.initialsColor,F=x.onPhotoLoadingStateChange,N=x.onRenderCoin,R=x.onRenderInitials,A=x.presence,B=x.showSecondaryText,j=x.theme,H={allowPhoneInitials:S,coinProps:k,showUnknownPersonaCoin:C,coinSize:I,imageAlt:M,imageInitials:T,imageShouldFadeIn:D,imageShouldStartVisible:O,imageUrl:L,initialsColor:E,onPhotoLoadingStateChange:F,onRenderCoin:N,onRenderInitials:R,presence:A,size:v,text:this._getText()},z=c(P,{theme:j,className:w,showSecondaryText:B,presence:A,size:v}),W=i.getNativeProps(this.props,i.divProperties),Y=r.createElement("div",{className:z.details},this._renderElement(z.primaryText,m,e),this._renderElement(z.secondaryText,_,t),this._renderElement(z.tertiaryText,y,n),this._renderElement(z.optionalText,h,a),this.props.children);return r.createElement("div",o.__assign({},W,{className:z.root,style:I?{height:I,minWidth:I}:void 0}),r.createElement(s.PersonaCoin,o.__assign({},H)),(!d||v===l.PersonaSize.size10||v===l.PersonaSize.tiny)&&Y)},t.prototype._getText=function(){return this.props.text||this.props.primaryText||""},t.prototype._renderElement=function(e,t,n){return r.createElement("div",{className:e},t&&t(this.props,n))},t.prototype._onRenderText=function(e){return e?function(){return r.createElement(a.TooltipHost,{content:e,overflowMode:a.TooltipOverflowMode.Parent,directionalHint:0},e)}:void 0},t.defaultProps={size:l.PersonaSize.size48,presence:l.PersonaPresence.none,imageAlt:""},t=o.__decorate([i.customizable("Persona",["theme"])],t)}(i.BaseComponent);t.PersonaBase=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(401),i=n(1134);t.PersonaCoin=o.styled(r.PersonaCoinBase,i.getStyles)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(2),i=n(0),a=n(4),s=n(9),l=n(1129),c=n(13),u=n(68),d=n(79),p=n(1133),h=a.classNamesFunction(),f=((o={})[d.PersonaSize.tiny]=20,o[d.PersonaSize.extraExtraSmall]=24,o[d.PersonaSize.extraSmall]=28,o[d.PersonaSize.small]=40,o[d.PersonaSize.regular]=48,o[d.PersonaSize.large]=72,o[d.PersonaSize.extraLarge]=100,o[d.PersonaSize.size24]=24,o[d.PersonaSize.size28]=28,o[d.PersonaSize.size10]=20,o[d.PersonaSize.size32]=32,o[d.PersonaSize.size40]=40,o[d.PersonaSize.size48]=48,o[d.PersonaSize.size72]=72,o[d.PersonaSize.size100]=100,o),m=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderCoin=function(e){var t=n.props,o=t.coinSize,r=t.getStyles,a=t.imageUrl,s=t.imageAlt,l=t.imageShouldFadeIn,c=t.imageShouldStartVisible,d=t.theme,p=t.showUnknownPersonaCoin;if(!a)return null;var m=n.props.size,g=h(r,{theme:d,size:m,showUnknownPersonaCoin:p});return i.createElement(u.Image,{className:g.image,imageFit:u.ImageFit.cover,src:a,width:o||f[m],height:o||f[m],alt:s,shouldFadeIn:l,shouldStartVisible:c,onLoadingStateChange:n._onPhotoLoadingStateChange})},n._onRenderInitials=function(e){var t=e.imageInitials,o=e.allowPhoneInitials;if(e.showUnknownPersonaCoin)return i.createElement(c.Icon,{iconName:"Help"});var r=a.getRTL();return""!==(t=t||a.getInitials(n._getText(),r,o))?i.createElement("span",null,t):i.createElement(c.Icon,{iconName:"Contact"})},n._onPhotoLoadingStateChange=function(e){n.setState({isImageLoaded:e===u.ImageLoadState.loaded,isImageError:e===u.ImageLoadState.error}),n.props.onPhotoLoadingStateChange&&n.props.onPhotoLoadingStateChange(e)},n._warnDeprecations({primaryText:"text"}),n.state={isImageLoaded:!1,isImageError:!1},n}return r.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.coinProps,o=e.showUnknownPersonaCoin,u=e.coinSize,f=e.getStyles,m=e.imageUrl,g=e.onRenderCoin,_=void 0===g?this._onRenderCoin:g,b=e.onRenderInitials,y=void 0===b?this._onRenderInitials:b,v=e.presence,x=e.theme,S=this.props.size,w=a.getNativeProps(this.props,a.divProperties),k=u?{width:u,height:u}:void 0,C={coinSize:u,presence:v,size:S,theme:x},I=h(f,{theme:x,className:n&&n.className?n.className:t,size:S,showUnknownPersonaCoin:o});return i.createElement("div",r.__assign({},w,{className:I.coin}),S!==d.PersonaSize.size10&&S!==d.PersonaSize.tiny?i.createElement("div",r.__assign({},n,{className:I.imageArea,style:k}),!this.state.isImageLoaded&&(!m||this.state.isImageError)&&i.createElement("div",{className:s.mergeStyles(I.initials,!o&&{backgroundColor:p.initialsColorPropToColorCode(this.props)}),style:k,"aria-hidden":"true"},y(this.props,this._onRenderInitials)),_(this.props,this._onRenderCoin),i.createElement(l.PersonaPresence,r.__assign({},C))):this.props.presence?i.createElement(l.PersonaPresence,r.__assign({},C)):i.createElement(c.Icon,{iconName:"Contact",className:I.size10WithoutPresenceIcon}),this.props.children)},t.prototype._getText=function(){return this.props.text||this.props.primaryText||""},t.defaultProps={size:d.PersonaSize.size48,presence:d.PersonaPresence.none,imageAlt:""},t=r.__decorate([a.customizable("PersonaCoin",["theme"])],t)}(a.BaseComponent);t.PersonaCoinBase=m},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(13),s=n(79),l=n(106),c=i.classNamesFunction(),u=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderIcon=function(e,t){return r.createElement(a.Icon,{className:e,iconName:n._determineIcon(),style:t})},n._determineIcon=function(){var e=n.props.presence;if(e!==s.PersonaPresence.none){var t=s.PersonaPresence[e];switch(t){case"online":t="SkypeCheck";break;case"away":t="SkypeClock";break;case"dnd":t="SkypeMinus";break;default:t=""}return t}},n}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.coinSize,n=e.getStyles,o=e.presence,i=e.theme,a=l.sizeBoolean(this.props.size),u=!(a.isSize10||a.isSize16||a.isSize24||a.isSize28||a.isSize32)&&(!t||t>32),d=t?t/3<40?t/3+"px":"40px":"",p=t?{fontSize:t?t/6<20?t/6+"px":"20px":"",lineHeight:d}:void 0,h=t?{width:d,height:d}:void 0,f=c(n,{theme:i,presence:o,size:this.props.size});return o===s.PersonaPresence.none?null:r.createElement("div",{className:f.presence,style:h},u&&this._onRenderIcon(f.presenceIcon,p))},t=o.__decorate([i.customizable("PersonaPresence",["theme"])],t)}(i.BaseComponent);t.PersonaPresenceBase=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(12).loadStyles([{rawString:".resultContent_fe01814c{display:table-row}.resultContent_fe01814c .resultItem_fe01814c{display:table-cell;vertical-align:bottom}.peoplePickerPersona_fe01814c{width:180px}.peoplePickerPersona_fe01814c .ms-Persona-details{width:100%}.peoplePicker_fe01814c .ms-BasePicker-text{min-height:40px}.peoplePickerPersonaContent_fe01814c{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}\n"}]),t.resultContent="resultContent_fe01814c",t.resultItem="resultItem_fe01814c",t.peoplePickerPersona="peoplePickerPersona_fe01814c",t.peoplePicker="peoplePicker_fe01814c",t.peoplePickerPersonaContent="peoplePickerPersonaContent_fe01814c"},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(225),s=n(405),l=n(406),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t.defaultProps={onRenderItem:function(e){return r.createElement(s.TagItem,o.__assign({},e),e.item.name)},onRenderSuggestionsItem:function(e){return r.createElement("div",{className:i.css("ms-TagItem-TextOverflow",l.tagItemTextOverflow)}," ",e.name," ")}},t}(a.BasePicker);t.TagPicker=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(0),r=n(4),i=n(13),a=n(406);t.TagItem=function(e){return o.createElement("div",{className:r.css("ms-TagItem",a.root,{"is-selected":e.selected},e.selected&&a.isSelected),role:"listitem",key:e.index,"data-selection-index":e.index,"data-is-focusable":(e.enableTagFocusInDisabledPicker||!e.disabled)&&!0},o.createElement("span",{className:r.css("ms-TagItem-text",a.tagItemText),"aria-label":e.children},e.children),!e.disabled&&o.createElement("span",{className:r.css("ms-TagItem-close",a.tagItemClose),onClick:e.onRemoveItem},o.createElement(i.Icon,{iconName:"Cancel"})))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(12).loadStyles([{rawString:".root_77d1a260{-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-negative:1;flex-shrink:1;background:"},{theme:"neutralLighter",defaultValue:"#f4f4f4"},{rawString:";margin:2px;height:26px;line-height:26px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:300px}.root_77d1a260::-moz-focus-inner{border:0}.root_77d1a260{outline:transparent}.root_77d1a260{position:relative}.ms-Fabric--isFocusVisible .root_77d1a260:focus:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid "},{theme:"focusBorder",defaultValue:"#000000"},{rawString:"}.root_77d1a260:hover{background:"},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:"}.root_77d1a260.isSelected_77d1a260{background:"},{theme:"neutralQuaternary",defaultValue:"#d0d0d0"},{rawString:"}@media screen and (-ms-high-contrast: active){.root_77d1a260.isSelected_77d1a260{border:1px solid WindowFrame}}.root_77d1a260.isSelected_77d1a260:hover{background:"},{theme:"neutralQuaternaryAlt",defaultValue:"#dadada"},{rawString:"}@media screen and (-ms-high-contrast: active){.root_77d1a260{border:1px solid WindowText}}.tagItemText_77d1a260{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:30px;margin:0 8px}.tagItemClose_77d1a260{cursor:pointer;color:"},{theme:"neutralSecondary",defaultValue:"#666666"},{rawString:";font-size:12px;display:inline-block;text-align:center;vertical-align:top;width:30px;height:100%;-ms-flex-negative:0;flex-shrink:0}.tagItemButton_77d1a260{width:100%;height:100%}.tagItemTextOverflow_77d1a260{overflow:hidden;text-overflow:ellipsis;max-width:60vw}\n"}]),t.root="root_77d1a260",t.isSelected="isSelected_77d1a260",t.tagItemText="tagItemText_77d1a260",t.tagItemClose="tagItemClose_77d1a260",t.tagItemButton="tagItemButton_77d1a260",t.tagItemTextOverflow="tagItemTextOverflow_77d1a260"},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},r=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]'+e+"",(o=new Headers).append("accept","application/json"),o.append("content-type","application/xml"),s={headers:o,body:n},[4,this.context.spHttpClient.post(this.clientServiceUrl,i.SPHttpClient.configurations.v1,s)];case 2:return[4,r.sent().json()];case 3:return l=r.sent(),(c=l.find(function(e){return"SP.Taxonomy.Term"==e._ObjectType_}))&&c.Labels&&c.Labels._Child_Items_&&(t=c.Labels._Child_Items_.map(function(e){return e.Value})),[3,5];case 4:return u=r.sent(),t=null,console.log(u.message),[3,5];case 5:return[2,t]}})})},e.prototype.getTermStores=function(){var e=this;if(a.Environment.type===a.EnvironmentType.Local)return this.getTermStoresFromMock();var t=new Headers;t.append("accept","application/json"),t.append("content-type","application/xml");var n={headers:t,body:''};return this.context.spHttpClient.post(this.clientServiceUrl,i.SPHttpClient.configurations.v1,n).then(function(t){return t.json().then(function(t){var n=t.filter(function(e){return"SP.Taxonomy.TermStore"===e._ObjectType_});return n.length>0?e.props.termsetNameOrID?n.map(function(t){var n=t.Groups._Child_Items_;if(e.props.termsetNameOrID){var o=e.props.termsetNameOrID;n=n.map(function(t){return t.TermSets._Child_Items_=t.TermSets._Child_Items_.filter(function(t){return t.Name===o||e.cleanGuid(t.Id).toLowerCase()===e.cleanGuid(o).toLowerCase()}),t})}return n=(n=n.filter(function(e){return!e.IsSystemGroup})).filter(function(e){return e.TermSets._Child_Items_.length>0}),t.Groups._Child_Items_=n,t}):n:[]})})},e.prototype.getTermSet=function(){return o(this,void 0,void 0,function(){var e;return r(this,function(t){switch(t.label){case 0:return a.Environment.type!==a.EnvironmentType.Local?[3,2]:[4,s.default.getAllTerms()];case 1:return[2,t.sent()];case 2:return[4,this.getTermStores()];case 3:return e=t.sent(),[2,this.getTermSetId(e,this.props.termsetNameOrID)]}})})},e.prototype.getAllTerms=function(e,t,n){return o(this,void 0,void 0,function(){var o,s,l,c,u,d,p,h=this;return r(this,function(r){switch(r.label){case 0:return a.Environment.type!==a.EnvironmentType.Local?[3,1]:[2,this.getAllMockTerms()];case 1:return o=e,this.isGuid(e)?[3,3]:[4,this.getTermStores()];case 2:if(s=r.sent(),!(l=this.getTermSetId(s,e)))return[2,null];o=this.cleanGuid(l.Id),r.label=3;case 3:return(c=this.getTermsById(o))?[2,c]:(u=''+o+'',(d=new Headers).append("accept","application/json"),d.append("content-type","application/xml"),p={headers:d,body:u},[2,this.context.spHttpClient.post(this.clientServiceUrl,i.SPHttpClient.configurations.v1,p).then(function(e){return e.json().then(function(e){var r=e.filter(function(e){return"SP.Taxonomy.TermSet"===e._ObjectType_});if(r.length>0){var i=r[0];i.Terms=[];var a=e.filter(function(e){return"SP.Taxonomy.TermCollection"===e._ObjectType_});if(a.length>0){var s=a[0]._Child_Items_;!0===t&&(s=s.filter(function(e){return!1===e.IsDeprecated})),!0===n&&(s=s.filter(function(e){return!0===e.IsAvailableForTagging})),(s=s.map(function(e){return e.IsRoot?e.CustomSortOrderIndex=i.CustomSortOrder?i.CustomSortOrder.split(":").indexOf(h.cleanGuid(e.Id)):-1:e.CustomSortOrderIndex=e.Parent.CustomSortOrder?e.Parent.CustomSortOrder.split(":").indexOf(h.cleanGuid(e.Id)):-1,e.Id=h.cleanGuid(e.Id),e.PathDepth=e.PathOfTerm.split(";").length,e.TermSet={Id:h.cleanGuid(i.Id),Name:i.Name},e.Parent&&(e.ParentId=h.cleanGuid(e.Parent.Id)),e})).length>0&&(s=h.sortTerms(s),i.Terms=s)}return sessionStorage.setItem(o,JSON.stringify(i)),i}return null})})])}})})},e.prototype.getTermSetId=function(e,t){if(e&&e.length>0&&t){var n=e[0];if(n.Groups&&n.Groups._Child_Items_)for(var o=0,r=n.Groups._Child_Items_;o-1}):[]},e.prototype.searchTermsByTermId=function(e,t){return o(this,void 0,void 0,function(){var n,o,i,l,c,u;return r(this,function(r){switch(r.label){case 0:return a.Environment.type!==a.EnvironmentType.Local?[3,1]:[2,s.default.searchTermsByName(e)];case 1:return(n=this.getTermsById(t))?[2,this.searchTermsBySearchText(n,e)]:[3,2];case 2:return o=this.props,i=o.termsetNameOrID,l=o.hideDeprecatedTags,c=o.hideTagsNotAvailableForTagging,[4,this.getAllTermsByAnchorId(i,t,l,c)];case 3:if(u=r.sent())return[2,this.searchTermsBySearchText(u,e)];r.label=4;case 4:return[2,null]}})})},e.prototype.getAllTermsByAnchorId=function(e,t,n,i){return o(this,void 0,void 0,function(){var o,s,l,c,u,d,p=this;return r(this,function(r){switch(r.label){case 0:return o=[],a.Environment.type!==a.EnvironmentType.Local?[3,2]:[4,this.getAllMockTermsByAnchor()];case 1:return(c=r.sent()).forEach(function(e){o.push(p.convertTermToPickerTerm(e))}),[3,4];case 2:return(s=this.getTermsById(t))?[2,s]:[4,this.getAllTerms(e,n,i)];case 3:l=r.sent(),c=l.Terms,t?(u=c.filter(function(e){return e.Id.toLowerCase()===t.toLowerCase()}).shift())&&(d=u.PathOfTerm+";",c.filter(function(e){return e.PathOfTerm.substring(0,d.length)===d&&e.Id!==u.Id}).forEach(function(e){o.push(p.convertTermToPickerTerm(e))}),sessionStorage.setItem(t,JSON.stringify(o))):c.forEach(function(e){o.push(p.convertTermToPickerTerm(e))}),r.label=4;case 4:return[2,o]}})})},e.prototype.searchTermsByTermSet=function(e){var t=this;return a.Environment.type===a.EnvironmentType.Local?s.default.searchTermsByName(e):new Promise(function(n){t.getTermStores().then(function(o){var r=t.props.termsetNameOrID;if(!t.isGuid(r)){var a=t.getTermSetId(o,r);if(!a)return void n(null);r=t.cleanGuid(a.Id)}if(void 0!==o&&0!==o.length){var s={start:e,lcid:t.context.pageContext.web.language,sspList:t.cleanGuid(o[0].Id),termSetList:r,anchorId:t.props.anchorId?t.props.anchorId:c.EmptyGuid,isSpanTermStores:!1,isSpanTermSets:!1,isIncludeUnavailable:!0===t.props.hideTagsNotAvailableForTagging,isIncludeDeprecated:!0===t.props.hideDeprecatedTags,isAddTerms:!1,isIncludePathData:!1,excludeKeyword:!1,excludedTermset:c.EmptyGuid},l=new Headers;l.append("accept","application/json"),l.append("content-type","application/json");var u={headers:l,body:JSON.stringify(s)};return t.context.spHttpClient.post(t.suggestionServiceUrl,i.SPHttpClient.configurations.v1,u).then(function(e){return e.json().then(function(e){var o=e.d.Groups;if(o&&o.length>0){var r=o[0].Suggestions;if(r.length>0){var i=r.map(function(e){return t.convertSuggestTermToPickerTerm(e)});return void n(i)}}n([])})})}n(null)})})},e.prototype.isGuid=function(e){return/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test(e)},e.prototype.sortTerms=function(e){for(var t=[],n=!0,o=1;n;){var r=e.filter(function(e){return e.PathDepth===o});if(r&&r.length>0){if(r=r.sort(this.sortTermByPath),1!==o)for(var i=function(e){var n=e.PathOfTerm.split(";");n.pop();var o=l.findIndex(t,function(e){return e.PathOfTerm===n.join(";")});-1!==o?t.splice(o+1,0,e):t.push(e)},a=0,s=r=r.reverse();at.PathOfTerm.toLowerCase()?1:0:e.CustomSortOrderIndext.CustomSortOrderIndex?1:0},e.prototype.cleanGuid=function(e){return void 0!==e?e.replace("/Guid(","").replace("/","").replace(")",""):""},e.prototype.getTermStoresFromMock=function(){return s.default.getTermStores(this.context.pageContext.web.absoluteUrl).then(function(e){return e})},e.prototype.getAllMockTerms=function(){return s.default.getAllTerms().then(function(e){return e})},e.prototype.getAllMockTermsByAnchor=function(){return s.default.getAllTermsByAnchorId().then(function(e){return e})},e.prototype.convertTermToPickerTerm=function(e){return{key:this.cleanGuid(e.Id),name:e.Name,path:e.PathOfTerm,termSet:this.cleanGuid(e.TermSet.Id),termSetName:e.TermSet.Name}},e.prototype.convertSuggestTermToPickerTerm=function(e){var t="",n="";if(e.Paths&&e.Paths.length>0){var o=e.Paths[0].replace(/^\[/,"").replace(/\]$/,"").split(":");t=o.join(";")+";"+e.DefaultLabel,n=o[0]}return{key:this.cleanGuid(e.Id),name:e.DefaultLabel,path:t,termSet:c.EmptyGuid,termSetName:n}},e}();t.default=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(9),r=n(4);t.getStyles=r.memoizeFunction(function(e,t){var n=e.semanticColors,r=e.palette,i=n.inputForegroundChecked,a=n.disabledBackground,s=n.smallInputBorder,l=n.inputBackgroundChecked,c=n.disabledBodyText,u=n.inputBorderHovered,d=n.inputBackgroundChecked,p=n.inputBackgroundCheckedHovered,h=n.inputBackgroundCheckedHovered,f=n.disabledBodyText,m=n.bodyText,g=n.disabledText,_={root:[o.getFocusStyle(e,-2),e.fonts.medium,{padding:"0",border:"none",background:"none",backgroundColor:"transparent",margin:"0",outline:"none",display:"block",cursor:"pointer"}],label:{display:"inline-flex",margin:"0 -4px",alignItems:"center",cursor:"pointer",position:"relative",textAlign:"left"},labelReversed:{flexDirection:"row-reverse",justifyContent:"flex-end"},labelDisabled:{cursor:"default"},checkbox:{display:"flex",flexShrink:0,alignItems:"center",justifyContent:"center",height:"20px",width:"20px",borderWidth:"1px",borderStyle:"solid",borderColor:s,margin:"0 4px",boxSizing:"border-box",transitionProperty:"background, border, border-color",transitionDuration:"200ms",transitionTimingFunction:"cubic-bezier(.4, 0, .23, 1)",userSelect:"none",overflow:"hidden"},checkboxHovered:{borderColor:u},checkboxFocused:{borderColor:u},checkboxChecked:{background:d,borderColor:l},checkboxCheckedHovered:{background:p,borderColor:h},checkboxCheckedFocused:{background:p,borderColor:h},checkboxDisabled:{borderColor:c},checkboxCheckedDisabled:{background:f,borderColor:c},checkmark:{opacity:"0",color:i},checkmarkChecked:{opacity:"1"},checkmarkDisabled:{},checkmarkCheckedDisabled:{opacity:"1",color:a},text:{color:m,margin:"0 4px",fontSize:o.FontSizes.medium},textHovered:{color:r.black},textFocused:{color:r.black},textDisabled:{color:g}};return o.concatStyleSets(_,t)})},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},a=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]0){var n=e.filter(function(e){return e.actionId===t.id});if(n&&n.length>0)return{actionDisabled:void 0!==n[0].disabled?n[0].disabled:null,actionHidden:void 0!==n[0].hidden?n[0].disabled:null}}return{actionDisabled:null,actionHidden:null}}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},a=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]0?s.createElement("div",{style:{display:"flex",alignItems:"stretch",height:"32px"}},e):null},t}(s.Component);t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2);o.__exportStar(n(1168),t),o.__exportStar(n(414),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(152);t.DropdownMenuItemType=o.SelectableOptionMenuItemType},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r,i=n(2),a=n(0),s=n(21),l=n(67),c=n(150),u=n(47),d=n(42),p=n(4),h=n(152),f=n(397),m=n(1182),g=n(1183);!function(e){e[e.backward=-1]="backward",e[e.none=0]="none",e[e.forward=1]="forward"}(o||(o={})),function(e){e[e.clearAll=-2]="clearAll",e[e.default=-1]="default"}(r||(r={}));var _=250,b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return i.__extends(t,e),t.prototype.render=function(){return this.props.render()},t.prototype.shouldComponentUpdate=function(e){return!p.shallowCompare(i.__assign({},this.props,{render:void 0}),i.__assign({},e,{render:void 0}))},t}(a.Component),y=function(e){function t(t){var n=e.call(this,t)||this;n._root=p.createRef(),n._autofill=p.createRef(),n._comboBoxWrapper=p.createRef(),n._comboBoxMenu=p.createRef(),n._selectedElement=p.createRef(),n.focus=function(e){n._autofill.current&&(n._autofill.current.focus(),e&&n.setState({isOpen:!0}))},n.dismissMenu=function(){n.state.isOpen&&n.setState({isOpen:!1})},n._onUpdateValueInAutofillWillReceiveProps=function(){var e=n._autofill.current;return e?null===e.value||void 0===e.value?null:n._currentVisibleValue&&""!==n._currentVisibleValue&&e.value!==n._currentVisibleValue?n._currentVisibleValue:e.value:null},n._onShouldSelectFullInputValueInAutofillComponentDidUpdate=function(){return n._currentVisibleValue===n.state.suggestedDisplayValue},n._getVisibleValue=function(){var e=n.props,t=e.text,o=e.value,r=e.allowFreeform,i=e.autoComplete,a=n.state,s=a.selectedIndices,l=a.currentPendingValueValidIndex,c=a.currentOptions,u=a.currentPendingValue,d=a.suggestedDisplayValue,p=a.isOpen,h=a.focused,f=n._indexWithinBounds(c,l);if((!p||!f)&&t&&!u)return t;if((!p||!f)&&o&&!u)return o;var m=[];if(n.props.multiSelect)if(h){var g=-1;"on"===i&&f&&(g=l),m.push(""!==u?u:n._indexWithinBounds(c,g)?c[g].text:"")}else for(var _=0;s&&_0&&(b+=", "),b+=m[_];return b},n._onInputChange=function(e){n.props.disabled?n._handleInputWhenDisabled(null):n.props.allowFreeform?n._processInputChangeWithFreeform(e):n._processInputChangeWithoutFreeform(e)},n._select=function(){n._autofill.current&&n._autofill.current.inputElement&&n._autofill.current.inputElement.select(),n.state.focused||n.setState({focused:!0})},n._onResolveOptions=function(){if(n.props.onResolveOptions){var e=n.props.onResolveOptions(i.__assign({},n.state.currentOptions));if(Array.isArray(e))n.setState({currentOptions:e});else if(e&&e.then){var t=n._currentPromise=e;t.then(function(e){t===n._currentPromise&&n.setState({currentOptions:e})})}}},n._onBlur=function(e){if(e.relatedTarget&&(n._root.current&&n._root.current.contains(e.relatedTarget)||n._comboBoxMenu.current&&n._comboBoxMenu.current.contains(e.relatedTarget)))return e.preventDefault(),void e.stopPropagation();n.state.focused&&(n.setState({focused:!1}),n.props.multiSelect||n._submitPendingValue(e))},n._onRenderContainer=function(e){var t=e.onRenderList,o=e.calloutProps,r=e.dropdownWidth,s=e.onRenderLowerContent,c=void 0===s?n._onRenderLowerContent:s,u=e.useComboBoxAsMenuWidth;return a.createElement(l.Callout,i.__assign({isBeakVisible:!1,gapSpace:0,doNotLayer:!1,directionalHint:4,directionalHintFixed:!0},o,{className:p.css(n._classNames.callout,o?o.className:void 0),target:n._comboBoxWrapper.current,onDismiss:n._onDismiss,onScroll:n._onScroll,setInitialFocus:!1,calloutWidth:u&&n._comboBoxWrapper.current?n._comboBoxWrapper.current.clientWidth+2:r}),a.createElement("div",{className:n._classNames.optionsContainerWrapper,ref:n._comboBoxMenu},t(i.__assign({},e),n._onRenderList)),c(n.props,n._onRenderLowerContent))},n._onRenderList=function(e){var t=e.onRenderItem,o=e.options,r=n._id;return a.createElement("div",{id:r+"-list",className:n._classNames.optionsContainer,"aria-labelledby":r+"-label",role:"listbox"},o.map(function(e){return t(e,n._onRenderItem)}))},n._onRenderItem=function(e){switch(e.itemType){case h.SelectableOptionMenuItemType.Divider:return n._renderSeparator(e);case h.SelectableOptionMenuItemType.Header:return n._renderHeader(e);default:return n._renderOption(e)}},n._onRenderLowerContent=function(){return null},n._renderOption=function(e){var t=n.props.onRenderOption,o=void 0===t?n._onRenderOptionContent:t,r=n._id,i=n._isOptionSelected(e.index);return a.createElement(b,{key:e.key,index:e.index,disabled:e.disabled,isSelected:i,text:e.text,render:function(){return n.props.multiSelect?a.createElement(c.Checkbox,{id:r+"-list"+e.index,ref:"option"+e.index,ariaLabel:n._getPreviewText(e),key:e.key,"data-index":e.index,styles:n._getCurrentOptionStyles(e),className:"ms-ComboBox-option","data-is-focusable":!0,onChange:n._onItemClick(e.index),label:e.text,role:"option","aria-selected":i?"true":"false",checked:i},o(e,n._onRenderOptionContent)):a.createElement(s.CommandButton,{id:r+"-list"+e.index,key:e.key,"data-index":e.index,styles:n._getCurrentOptionStyles(e),checked:i,className:"ms-ComboBox-option",onClick:n._onItemClick(e.index),onMouseEnter:n._onOptionMouseEnter.bind(n,e.index),onMouseMove:n._onOptionMouseMove.bind(n,e.index),onMouseLeave:n._onOptionMouseLeave,role:"option","aria-selected":i?"true":"false",ariaLabel:n._getPreviewText(e),disabled:e.disabled}," ",a.createElement("span",{ref:i?n._selectedElement:void 0},o(e,n._onRenderOptionContent)))}})},n._onScroll=function(){n._isScrollIdle||void 0===n._scrollIdleTimeoutId?n._isScrollIdle=!1:(n._async.clearTimeout(n._scrollIdleTimeoutId),n._scrollIdleTimeoutId=void 0),n._scrollIdleTimeoutId=n._async.setTimeout(function(){n._isScrollIdle=!0},_)},n._onRenderOptionContent=function(e){var t=m.getComboBoxOptionClassNames(n._getCurrentOptionStyles(e));return a.createElement("span",{className:t.optionText},e.text)},n._onDismiss=function(){n._resetSelectedIndex(),n.setState({isOpen:!1}),n._autofill.current&&n._focusInputAfterClose&&n._autofill.current.focus()},n._onInputKeyDown=function(e){var t=n.props,i=t.disabled,a=t.allowFreeform,s=t.autoComplete,l=n.state,c=l.isOpen,u=l.currentOptions,d=l.currentPendingValueValidIndexOnHover;if(i)n._handleInputWhenDisabled(e);else{var p=n._getPendingSelectedIndex(!1);switch(e.which){case 13:n._submitPendingValue(e),n.props.multiSelect&&c?n.setState({currentPendingValueValidIndex:p}):(c||(!a||void 0===n.state.currentPendingValue||null===n.state.currentPendingValue||n.state.currentPendingValue.length<=0)&&n.state.currentPendingValueValidIndex<0)&&n.setState({isOpen:!c});break;case 9:return n.props.multiSelect||n._submitPendingValue(e),void(c&&n._setOpenStateAndFocusOnClose(!c,!1));case 27:if(n._resetSelectedIndex(),!c)return;n.setState({isOpen:!1});break;case 38:if(d===r.clearAll&&(p=n.state.currentOptions.length),(e.altKey||e.metaKey)&&c)return void n._setOpenStateAndFocusOnClose(!c,!0);n._setPendingInfoFromIndexAndDirection(p,o.backward);break;case 40:e.altKey||e.metaKey?n._setOpenStateAndFocusOnClose(!0,!0):(d===r.clearAll&&(p=-1),n._setPendingInfoFromIndexAndDirection(p,o.forward));break;case 36:case 35:if(a)return;p=-1;var h=o.forward;35===e.which&&(p=u.length,h=o.backward),n._setPendingInfoFromIndexAndDirection(p,h);break;case 32:if(!a&&"off"===s)break;default:if(e.which>=112&&e.which<=123)return;if((e.altKey||e.metaKey)&&c&&n._setOpenStateAndFocusOnClose(!c,!0),!a&&"on"===s){n._onInputChange(String.fromCharCode(e.which));break}return}e.stopPropagation(),e.preventDefault()}},n._onInputKeyUp=function(e){var t=n.props,o=t.disabled,r=t.allowFreeform,i=t.autoComplete;if(o)n._handleInputWhenDisabled(e);else{switch(e.which){case 32:if(!r&&"off"===i){var a=n.state.isOpen;return void n._setOpenStateAndFocusOnClose(!a,!!a)}break;default:return}e.stopPropagation(),e.preventDefault()}},n._onOptionMouseLeave=function(){n._isScrollIdle&&n.setState({currentPendingValueValidIndexOnHover:r.clearAll})},n._onComboBoxClick=function(){var e=n.props.disabled,t=n.state.isOpen;e||n._setOpenStateAndFocusOnClose(!t,!1)},n._onAutofillClick=function(){n.props.allowFreeform?n.focus(n.state.isOpen||n._processingTouch):n._onComboBoxClick()},n._onTouchStart=function(){!n._comboBoxWrapper.value||"onpointerdown"in n._comboBoxWrapper||n._handleTouchAndPointerEvent()},n._onPointerDown=function(e){"touch"===e.pointerType&&(n._handleTouchAndPointerEvent(),e.preventDefault(),e.stopImmediatePropagation())},n._warnMutuallyExclusive({defaultSelectedKey:"selectedKey",text:"defaultSelectedKey",value:"defaultSelectedKey",selectedKey:"value",dropdownWidth:"useComboBoxAsMenuWidth"}),n._warnDeprecations({value:"text"}),n._id=t.id||p.getId("ComboBox");var u=n._getSelectedKeys(t.defaultSelectedKey,t.selectedKey);n._isScrollIdle=!0,n._processingTouch=!1;var d=n._getSelectedIndices(t.options,u);return n.state={isOpen:!1,selectedIndices:d,focused:!1,suggestedDisplayValue:"",currentOptions:n.props.options,currentPendingValueValidIndex:-1,currentPendingValue:"",currentPendingValueValidIndexOnHover:r.default},n}return i.__extends(t,e),t.prototype.componentDidMount=function(){this._comboBoxWrapper.current&&(this._events.on(this._comboBoxWrapper.current,"focus",this._onResolveOptions,!0),"onpointerdown"in this._comboBoxWrapper.current&&this._events.on(this._comboBoxWrapper.value,"pointerdown",this._onPointerDown,!0))},t.prototype.componentWillReceiveProps=function(e){if(e.selectedKey!==this.props.selectedKey||e.text!==this.props.text||e.value!==this.props.value||e.options!==this.props.options){var t=this._getSelectedKeys(void 0,e.selectedKey),n=this._getSelectedIndices(e.options,t);this.setState({selectedIndices:n,currentOptions:e.options})}},t.prototype.componentDidUpdate=function(e,t){var n=this,o=this.props,r=o.allowFreeform,i=o.text,a=o.value,s=o.onMenuOpen,l=o.onMenuDismissed,c=this.state,u=c.isOpen,d=c.focused,p=c.selectedIndices,h=c.currentPendingValueValidIndex;!u||t.isOpen&&t.currentPendingValueValidIndex===h||this._async.setTimeout(function(){return n._scrollIntoView()},0),(u||t.isOpen&&!u&&this._focusInputAfterClose&&d&&this._autofill.current&&document.activeElement!==this._autofill.current.inputElement)&&this.focus(),this._focusInputAfterClose&&(t.isOpen&&!u||d&&(!u&&!this.props.multiSelect&&t.selectedIndices&&p&&t.selectedIndices[0]!==p[0]||!r||i!==e.text||a!==e.value))&&this._select(),this._notifyPendingValueChanged(t),u&&!t.isOpen&&s&&s(),!u&&t.isOpen&&l&&l()},t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this._events.off(this._comboBoxWrapper.current)},t.prototype.render=function(){var e=this,t=this._id,n=this.props,o=n.className,r=n.label,l=n.disabled,c=n.ariaLabel,h=n.required,_=n.errorMessage,b=n.onRenderContainer,y=void 0===b?this._onRenderContainer:b,v=n.onRenderList,x=void 0===v?this._onRenderList:v,S=n.onRenderItem,w=void 0===S?this._onRenderItem:S,k=n.onRenderOption,C=void 0===k?this._onRenderOptionContent:k,I=n.allowFreeform,P=n.buttonIconProps,M=n.isButtonAriaHidden,T=void 0===M||M,D=n.styles,O=n.theme,L=n.title,E=n.keytipProps,F=this.state,N=F.isOpen,R=F.focused,A=F.suggestedDisplayValue;this._currentVisibleValue=this._getVisibleValue();var B=p.getNativeProps(this.props,p.divProperties),j=!!(_&&_.length>0);this._classNames=this.props.getClassNames?this.props.getClassNames(O,!!N,!!l,!!h,!!R,!!I,!!j,o):m.getClassNames(g.getStyles(O,D),o,!!N,!!l,!!h,!!R,!!I,!!j);var H=t+"-option";return a.createElement("div",i.__assign({},B,{ref:this._root,className:this._classNames.container}),r&&a.createElement(d.Label,{id:t+"-label",disabled:l,required:h,htmlFor:t+"-input",className:this._classNames.label},r),a.createElement(u.KeytipData,{keytipProps:E,disabled:l},function(n){return a.createElement("div",{"data-ktp-target":n["data-ktp-target"],ref:e._comboBoxWrapper,id:t+"wrapper",className:e._classNames.root},a.createElement(f.Autofill,{"data-ktp-execute-target":n["data-ktp-execute-target"],"data-is-interactable":!l,componentRef:e._autofill,id:t+"-input",className:e._classNames.input,type:"text",onFocus:e._select,onBlur:e._onBlur,onKeyDown:e._onInputKeyDown,onKeyUp:e._onInputKeyUp,onClick:e._onAutofillClick,onTouchStart:e._onTouchStart,onInputValueChange:e._onInputChange,"aria-expanded":N,"aria-autocomplete":e._getAriaAutoCompleteValue(),role:"combobox","aria-readonly":I||l?void 0:"true",readOnly:l||!I,"aria-labelledby":r&&t+"-label","aria-label":c&&!r?c:void 0,"aria-describedby":H+(n["aria-describedby"]||""),"aria-activedescendant":e._getAriaActiveDescentValue(),"aria-disabled":l,"aria-owns":t+"-list",spellCheck:!1,defaultVisibleValue:e._currentVisibleValue,suggestedDisplayValue:A,updateValueInWillReceiveProps:e._onUpdateValueInAutofillWillReceiveProps,shouldSelectFullInputValueInComponentDidUpdate:e._onShouldSelectFullInputValueInAutofillComponentDidUpdate,title:L}),a.createElement(s.IconButton,{className:"ms-ComboBox-CaretDown-button",styles:e._getCaretButtonStyles(),role:"presentation","aria-hidden":T,"data-is-focusable":!1,tabIndex:-1,onClick:e._onComboBoxClick,iconProps:P,disabled:l,checked:N}))}),N&&y(i.__assign({},this.props,{onRenderList:x,onRenderItem:w,onRenderOption:C,options:this.state.currentOptions.map(function(e,t){return i.__assign({},e,{index:t})})}),this._onRenderContainer),_&&a.createElement("div",{className:this._classNames.errorMessage},_))},t.prototype._indexWithinBounds=function(e,t){return!!e&&(t>=0&&t0){var l=this._getPreviewText(r[0]);a=l.toLocaleLowerCase()!==e?l:"",s=r[0].index}}else 1===(r=n.map(function(e,t){return i.__assign({},e,{index:t})}).filter(function(e){return e.itemType!==h.SelectableOptionMenuItemType.Header&&e.itemType!==h.SelectableOptionMenuItemType.Divider}).filter(function(n){return t._getPreviewText(n).toLocaleLowerCase()===e})).length&&(s=r[0].index);this._setPendingInfo(o,s,a)}},t.prototype._processInputChangeWithoutFreeform=function(e){var t=this,n=this.state,o=n.currentPendingValue,r=n.currentPendingValueValidIndex,a=n.currentOptions;if("on"===this.props.autoComplete&&""!==e){void 0!==this._lastReadOnlyAutoCompleteChangeTimeoutId&&(this._async.clearTimeout(this._lastReadOnlyAutoCompleteChangeTimeoutId),this._lastReadOnlyAutoCompleteChangeTimeoutId=void 0,e=o+e);var s=e;e=e.toLocaleLowerCase();var l=a.map(function(e,t){return i.__assign({},e,{index:t})}).filter(function(e){return e.itemType!==h.SelectableOptionMenuItemType.Header&&e.itemType!==h.SelectableOptionMenuItemType.Divider}).filter(function(t){return 0===t.text.toLocaleLowerCase().indexOf(e)});return l.length>0&&this._setPendingInfo(s,l[0].index,this._getPreviewText(l[0])),void(this._lastReadOnlyAutoCompleteChangeTimeoutId=this._async.setTimeout(function(){t._lastReadOnlyAutoCompleteChangeTimeoutId=void 0},1e3))}var c=r>=0?r:this._getFirstSelectedIndex();this._setPendingInfoFromIndex(c)},t.prototype._getFirstSelectedIndex=function(){return this.state.selectedIndices&&this.state.selectedIndices.length>0?this.state.selectedIndices[0]:-1},t.prototype._getNextSelectableIndex=function(e,t){var n=this.state.currentOptions,r=e+t;if(r=Math.max(0,Math.min(n.length-1,r)),!this._indexWithinBounds(n,r))return-1;var i=n[r];if(i.itemType===h.SelectableOptionMenuItemType.Header||i.itemType===h.SelectableOptionMenuItemType.Divider){if(t===o.none||!(r>0&&t=0&&ro.none))return e;r=this._getNextSelectableIndex(r,t)}return r},t.prototype._setSelectedIndex=function(e,t,n){void 0===n&&(n=o.none);var r=this.props,i=r.onChanged,a=r.onPendingValueChanged,s=this.state.currentOptions,l=this.state.selectedIndices;if(l||(l=[]),e=this._getNextSelectableIndex(e,n),this._indexWithinBounds(s,e)&&(this.props.multiSelect||l.length<1||1===l.length&&l[0]!==e)){var c=s[e];if(!c)return;this.props.multiSelect?(c.selected=void 0!==c.selected?!c.selected:l.indexOf(e)<0,c.selected&&l.indexOf(e)<0?l.push(e):!c.selected&&l.indexOf(e)>=0&&(l=l.filter(function(t){return t!==e}))):l[0]=e,this.setState({selectedIndices:l}),this._hasPendingValue&&a&&(a(),this._hasPendingValue=!1),i&&i(c,e,void 0,t),this._clearPendingInfo()}},t.prototype._submitPendingValue=function(e){var t=this.props,n=t.onChanged,o=t.allowFreeform,r=t.autoComplete,i=this.state,a=i.currentPendingValue,s=i.currentPendingValueValidIndex,l=i.currentOptions,c=i.currentPendingValueValidIndexOnHover,u=this.state.selectedIndices;if(o&&""!==a){if(this._indexWithinBounds(l,s)){var d=l[s].text.toLocaleLowerCase();if(a.toLocaleLowerCase()===d||r&&0===d.indexOf(a.toLocaleLowerCase())&&this._autofill.current&&this._autofill.current.isValueSelected&&a.length+(this._autofill.current.selectionEnd-this._autofill.current.selectionStart)===d.length||this._autofill.current&&this._autofill.current.inputElement&&this._autofill.current.inputElement.value.toLocaleLowerCase()===d)return this._setSelectedIndex(s,e),void this._clearPendingInfo()}if(n)n(void 0,void 0,a,e);else{var p={key:a,text:a},h=l.concat([p]);u&&(this.props.multiSelect||(u=[]),u.push(h.length-1)),this.setState({currentOptions:h,selectedIndices:u})}}else s>=0?this._setSelectedIndex(s,e):c>=0&&this._setSelectedIndex(c,e);this._clearPendingInfo()},t.prototype._renderSeparator=function(e){var t=e.index,n=e.key;return t&&t>0?a.createElement("div",{role:"separator",key:n,className:this._classNames.divider}):null},t.prototype._renderHeader=function(e){var t=this.props.onRenderOption,n=void 0===t?this._onRenderOptionContent:t;return a.createElement("div",{key:e.key,className:this._classNames.header,role:"heading"},n(e,this._onRenderOptionContent))},t.prototype._isOptionSelected=function(e){if(this.state.currentPendingValueValidIndexOnHover===r.clearAll)return!1;if(!this.props.multiSelect&&this._getPendingSelectedIndex(!0)===e)return!0;var t=-1;return this.props.multiSelect&&void 0!==e&&this.state.selectedIndices&&(t=this.state.selectedIndices.indexOf(e)),t>=0},t.prototype._getPendingSelectedIndex=function(e){var t=this.state,n=t.currentPendingValueValidIndexOnHover,o=t.currentPendingValueValidIndex,r=t.currentPendingValue;return n>=0?n:o>=0||e&&""!==r?o:this.props.multiSelect?0:this._getFirstSelectedIndex()},t.prototype._scrollIntoView=function(){var e=this.props,t=e.onScrollToItem,n=e.scrollSelectedToTop,o=this.state,r=o.currentPendingValueValidIndex,i=o.currentPendingValue;if(t)t(r>=0||""!==i?r:this._getFirstSelectedIndex());else if(this._selectedElement.current&&this._selectedElement.current.offsetParent)if(n)this._selectedElement.current.offsetParent.scrollIntoView(!0);else{var a=!0;if(this._comboBoxMenu.current&&this._comboBoxMenu.current.offsetParent){var s=this._comboBoxMenu.current.offsetParent.getBoundingClientRect(),l=this._selectedElement.current.offsetParent.getBoundingClientRect();if(s.top<=l.top&&s.top+s.height>=l.top+l.height)return;s.top+s.height<=l.top+l.height&&(a=!1)}this._selectedElement.current.offsetParent.scrollIntoView(a)}},t.prototype._onItemClick=function(e){var t=this;return function(n){t._setSelectedIndex(e,n),t.props.multiSelect||t.setState({isOpen:!1})}},t.prototype._getSelectedIndices=function(e,t){var n=[];if(void 0===e||void 0===t)return n;for(var o=function(t){var o=p.findIndex(e,function(e){return e.selected||e.key===t});o>-1&&n.push(o)},r=0,i=t;r0&&t=0&&e=n.length-1?e=-1:t===o.backward&&e<=0&&(e=n.length);var r=this._getNextSelectableIndex(e,t);e===r?t===o.forward?e=this._getNextSelectableIndex(-1,t):t===o.backward&&(e=this._getNextSelectableIndex(n.length,t)):e=r,this._indexWithinBounds(n,e)&&this._setPendingInfoFromIndex(e)},t.prototype._notifyPendingValueChanged=function(e){var t=this.props.onPendingValueChanged;if(t){var n=this.state,o=n.currentPendingValue,r=n.currentOptions,i=n.currentPendingValueValidIndex,a=n.currentPendingValueValidIndexOnHover,s=void 0,l=void 0;a!==e.currentPendingValueValidIndexOnHover&&this._indexWithinBounds(r,a)?s=a:i!==e.currentPendingValueValidIndex&&this._indexWithinBounds(r,i)?s=i:o!==e.currentPendingValue&&""!==o&&(l=o),(void 0!==s||l||this._hasPendingValue)&&(t(s?r[s]:void 0,s,l),this._hasPendingValue=void 0!==s||void 0!==l)}},t.prototype._setOpenStateAndFocusOnClose=function(e,t){this._focusInputAfterClose=t,this.setState({isOpen:e})},t.prototype._onOptionMouseEnter=function(e){this._isScrollIdle&&this.setState({currentPendingValueValidIndexOnHover:e})},t.prototype._onOptionMouseMove=function(e){this._isScrollIdle&&this.state.currentPendingValueValidIndexOnHover!==e&&this.setState({currentPendingValueValidIndexOnHover:e})},t.prototype._handleInputWhenDisabled=function(e){this.props.disabled&&(this.state.isOpen&&this.setState({isOpen:!1}),null!==e&&9!==e.which&&27!==e.which&&(e.which<112||e.which>123)&&(e.stopPropagation(),e.preventDefault()))},t.prototype._handleTouchAndPointerEvent=function(){var e=this;void 0!==this._lastTouchTimeoutId&&(this._async.clearTimeout(this._lastTouchTimeoutId),this._lastTouchTimeoutId=void 0),this._processingTouch=!0,this._lastTouchTimeoutId=this._async.setTimeout(function(){e._processingTouch=!1,e._lastTouchTimeoutId=void 0},500)},t.prototype._getCaretButtonStyles=function(){var e=this.props.caretDownButtonStyles;return g.getCaretDownButtonStyles(this.props.theme,e)},t.prototype._getCurrentOptionStyles=function(e){var t=this.props.comboBoxOptionStyles,n=e.styles;return g.getOptionStyles(this.props.theme,t,n,this._isPendingOption(e))},t.prototype._getAriaActiveDescentValue=function(){var e=this.state.isOpen&&this.state.selectedIndices&&this.state.selectedIndices.length>=0?this._id+"-list"+this.state.selectedIndices[0]:void 0;return this.state.isOpen&&this.state.focused&&-1!==this.state.currentPendingValueValidIndex&&(e=this._id+"-list"+this.state.currentPendingValueValidIndex),e},t.prototype._getAriaAutoCompleteValue=function(){return!this.props.disabled&&"on"===this.props.autoComplete?this.props.allowFreeform?"inline":"both":"none"},t.prototype._isPendingOption=function(e){return e&&e.index===this.state.currentPendingValueValidIndex},t.prototype._getSelectedKeys=function(e,t){var n=[];return e?e instanceof Array?n=e:"string"==typeof e?n=[e]:"number"==typeof e&&(n=[e]):t&&(t instanceof Array?n=t:"string"==typeof t?n=[t]:"number"==typeof t&&(n=[t])),n},t.prototype._getPreviewText=function(e){return e.useAriaLabelAsText&&e.ariaLabel?e.ariaLabel:e.text},t.defaultProps={options:[],allowFreeform:!1,autoComplete:"on",buttonIconProps:{iconName:"ChevronDown"}},t=i.__decorate([p.customizable("ComboBox",["theme"])],t)}(p.BaseComponent);t.ComboBox=y},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DOCICONURL_XLSX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/xlsx.png",t.DOCICONURL_DOCX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/docx.png",t.DOCICONURL_PPTX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/pptx.png",t.DOCICONURL_MPPX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/mpp.png",t.DOCICONURL_PHOTO="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/photo.png",t.DOCICONURL_PDF="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/pdf.png",t.DOCICONURL_TXT="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/txt.png",t.DOCICONURL_EMAIL="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/email.png",t.DOCICONURL_CSV="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/csv.png",t.DOCICONURL_ONE="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/one.png",t.DOCICONURL_VSDX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/vsdx.png",t.DOCICONURL_VSSX="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/vssx.png",t.DOCICONURL_PUB="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/pub.png",t.DOCICONURL_ACCDB="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/accdb.png",t.DOCICONURL_ZIP="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/zip.png",t.DOCICONURL_GENERIC="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/genericfile.png",t.DOCICONURL_CODE="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/code.png",t.DOCICONURL_HTML="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/html.png",t.DOCICONURL_XML="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/xml.png",t.DOCICONURL_SPO="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/spo.png",t.DOCICONURL_VIDEO="https://static2.sharepointonline.com/files/fabric/assets/item-types/96/video.png";var o=function(){function e(){}return e.prototype.GetFileImageUrl=function(e){var n=t.DOCICONURL_GENERIC,o=e.FileName.split(".")[1];if(!o)return Promise.resolve(n);switch(o.toLowerCase()){case"xlsx":case"xls":n=t.DOCICONURL_XLSX;break;case"docx":case"doc":n=t.DOCICONURL_DOCX;break;case"pptx":case"ppt":n=t.DOCICONURL_PPTX;break;case"mppx":case"mpp":n=t.DOCICONURL_MPPX;break;case"csv":n=t.DOCICONURL_CSV;break;case"pdf":n=t.DOCICONURL_PDF;break;case"txt":n=t.DOCICONURL_TXT;break;case"jpg":n=t.DOCICONURL_PHOTO;break;case"msg":n=t.DOCICONURL_EMAIL;break;case"jpeg":case"png":case"ico":case"tiff":n=t.DOCICONURL_PHOTO;break;case"eml":n=t.DOCICONURL_EMAIL;break;case"pub":n=t.DOCICONURL_PUB;break;case"accdb":n=t.DOCICONURL_ACCDB;break;case"zip":case"7z":case"tar":n=t.DOCICONURL_ZIP;break;case"js":n=t.DOCICONURL_CODE;break;case"html":n=t.DOCICONURL_HTML;break;case"xml":n=t.DOCICONURL_XML;break;case"aspx":n=t.DOCICONURL_SPO;break;case"mp4":case"mov":case"wmv":case"ogg":case"webm":n=t.DOCICONURL_VIDEO;break;default:n=t.DOCICONURL_GENERIC}return Promise.resolve(n)},e}();t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2);o.__exportStar(n(1189),t),o.__exportStar(n(418),t),o.__exportStar(n(420),t),o.__exportStar(n(421),t),o.__exportStar(n(422),t),o.__exportStar(n(423),t),o.__exportStar(n(227),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(227),s=n(1190),l=n(104),c=i.classNamesFunction(),u=n(420),d={isDarkOverlay:!1,isBlocking:!1,className:"",containerClassName:""},p={type:a.DialogType.normal,className:"",topButtonsProps:[]},h=function(e){function t(t){var n=e.call(this,t)||this;return n._getSubTextId=function(){var e=n.props,t=e.ariaDescribedById,o=e.modalProps,r=e.dialogContentProps,i=e.subText,a=t||o&&o.subtitleAriaId;return a||(a=(i||r&&r.subText)&&n._defaultSubTextId),a},n._getTitleTextId=function(){var e=n.props,t=e.ariaLabelledById,o=e.modalProps,r=e.dialogContentProps,i=e.title,a=t||o&&o.titleAriaId;return a||(a=(i||r&&r.title)&&n._defaultTitleTextId),a},n._id=i.getId("Dialog"),n._defaultTitleTextId=n._id+"-title",n._defaultSubTextId=n._id+"-subText",n._warnDeprecations({isOpen:"hidden",type:"dialogContentProps.type",subText:"dialogContentProps.subText",contentClassName:"dialogContentProps.className",topButtonsProps:"dialogContentProps.topButtonsProps",className:"modalProps.className",isDarkOverlay:"modalProps.isDarkOverlay",isBlocking:"modalProps.isBlocking",containerClassName:"modalProps.containerClassName",onDismissed:"modalProps.onDismissed",onLayerDidMount:"modalProps.onLayerDidMount",ariaDescribedById:"modalProps.subtitleAriaId",ariaLabelledById:"modalProps.titleAriaId"}),n}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.containerClassName,i=e.contentClassName,a=e.elementToFocusOnDismiss,l=e.firstFocusableSelector,h=e.forceFocusInsideTrap,f=e.getStyles,m=e.hidden,g=e.ignoreExternalFocusing,_=e.isBlocking,b=e.isClickableOutsideFocusTrap,y=e.isDarkOverlay,v=e.isOpen,x=e.onDismiss,S=e.onDismissed,w=e.onLayerDidMount,k=e.responsiveMode,C=e.subText,I=e.theme,P=e.title,M=e.topButtonsProps,T=e.type,D=o.__assign({},d,this.props.modalProps),O=o.__assign({},p,this.props.dialogContentProps),L=c(f,{theme:I,className:t||D.className,containerClassName:n||D.containerClassName,hidden:m});return r.createElement(s.Modal,o.__assign({elementToFocusOnDismiss:a,firstFocusableSelector:l,forceFocusInsideTrap:h,ignoreExternalFocusing:g,isClickableOutsideFocusTrap:b,onDismissed:S,onLayerDidMount:w,responsiveMode:k},D,{isDarkOverlay:void 0!==y?y:D.isDarkOverlay,isBlocking:void 0!==_?_:D.isBlocking,isOpen:void 0!==v?v:!m,className:L.root,containerClassName:L.main,onDismiss:x||D.onDismiss,subtitleAriaId:this._getSubTextId(),titleAriaId:this._getTitleTextId()}),r.createElement(u.DialogContent,o.__assign({titleId:this._defaultTitleTextId,subTextId:this._defaultSubTextId,title:P,subText:C,showCloseButton:void 0!==_?!_:!D.isBlocking,topButtonsProps:M||O.topButtonsProps,type:void 0!==T?T:O.type,onDismiss:x||O.onDismiss,className:i||O.className},O),this.props.children))},t.defaultProps={hidden:!0},t=o.__decorate([i.customizable("Dialog",["theme"]),l.withResponsiveMode],t)}(i.BaseComponent);t.DialogBase=h},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(1191),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(421),i=n(1194);t.DialogContent=o.styled(r.DialogContentBase,i.getStyles)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=n(227),s=n(21),l=n(422),c=n(104),u=i.classNamesFunction(),d=function(e){function t(t){return e.call(this,t)||this}return o.__extends(t,e),t.prototype.render=function(){var e,t=this.props,n=t.showCloseButton,i=t.className,l=t.closeButtonAriaLabel,c=t.onDismiss,d=t.subTextId,p=t.subText,h=t.titleId,f=t.title,m=t.type,g=t.getStyles,_=t.theme,b=u(g,{theme:_,className:i,isLargeHeader:m===a.DialogType.largeHeader,isClose:m===a.DialogType.close}),y=this._groupChildren();return p&&(e=r.createElement("p",{className:b.subText,id:d},p)),r.createElement("div",{className:b.content},r.createElement("div",{className:b.header},r.createElement("p",{className:b.title,id:h,role:"heading"},f),r.createElement("div",{className:b.topButton},this.props.topButtonsProps.map(function(e){return r.createElement(s.IconButton,o.__assign({},e))}),(m===a.DialogType.close||n&&m!==a.DialogType.largeHeader)&&r.createElement(s.IconButton,{className:b.button,iconProps:{iconName:"Cancel"},ariaLabel:l,onClick:c}))),r.createElement("div",{className:b.inner},r.createElement("div",{className:b.innerContent},e,y.contents),y.footers))},t.prototype._groupChildren=function(){var e={footers:[],contents:[]};return r.Children.map(this.props.children,function(t){"object"==typeof t&&null!==t&&t.type===l.DialogFooter?e.footers.push(t):e.contents.push(t)}),e},t.defaultProps={showCloseButton:!1,className:"",topButtonsProps:[],closeButtonAriaLabel:"Close"},t=o.__decorate([i.customizable("DialogContent",["theme"]),c.withResponsiveMode],t)}(i.BaseComponent);t.DialogContentBase=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(4),r=n(423),i=n(1193);t.DialogFooter=o.styled(r.DialogFooterBase,i.getStyles)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=i.classNamesFunction(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.getStyles,o=e.theme;return this._classNames=a(n,{theme:o,className:t}),r.createElement("div",{className:this._classNames.actions},r.createElement("div",{className:this._classNames.actionsRight},this._renderChildrenAsActions()))},t.prototype._renderChildrenAsActions=function(){var e=this;return r.Children.map(this.props.children,function(t){return t?r.createElement("span",{className:e._classNames.action},t):null})},t=o.__decorate([i.customizable("DialogFooter",["theme"])],t)}(i.BaseComponent);t.DialogFooterBase=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1196);t.default={ListItemAttachments:"ListItemAttachments_81b7c1f6",documentCard:"documentCard_81b7c1f6",documentCardWrapper:"documentCardWrapper_81b7c1f6",fileLabel:"fileLabel_81b7c1f6",uploadfile:"uploadfile_81b7c1f6",uploadBar:"uploadBar_81b7c1f6"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(1199),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(1202),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(4),a=i.classNamesFunction(),s=.01,l=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderProgress=function(e){var t=n.props,o=t.ariaValueText,i=t.barHeight,l=t.className,c=t.getStyles,u=t.theme,d="number"==typeof n.props.percentComplete?Math.min(100,Math.max(0,100*n.props.percentComplete)):void 0,p=a(c,{theme:u,className:l,barHeight:i,indeterminate:void 0===d}),h={width:void 0!==d?d+"%":void 0,transition:void 0!==d&&dn?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.values.rgb;return(299*e[0]+587*e[1]+114*e[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var e=[],t=0;t<3;t++)e[t]=255-this.values.rgb[t];return this.setValues("rgb",e),this},lighten:function(e){var t=this.values.hsl;return t[2]+=t[2]*e,this.setValues("hsl",t),this},darken:function(e){var t=this.values.hsl;return t[2]-=t[2]*e,this.setValues("hsl",t),this},saturate:function(e){var t=this.values.hsl;return t[1]+=t[1]*e,this.setValues("hsl",t),this},desaturate:function(e){var t=this.values.hsl;return t[1]-=t[1]*e,this.setValues("hsl",t),this},whiten:function(e){var t=this.values.hwb;return t[1]+=t[1]*e,this.setValues("hwb",t),this},blacken:function(e){var t=this.values.hwb;return t[2]+=t[2]*e,this.setValues("hwb",t),this},greyscale:function(){var e=this.values.rgb,t=.3*e[0]+.59*e[1]+.11*e[2];return this.setValues("rgb",[t,t,t]),this},clearer:function(e){var t=this.values.alpha;return this.setValues("alpha",t-t*e),this},opaquer:function(e){var t=this.values.alpha;return this.setValues("alpha",t+t*e),this},rotate:function(e){var t=this.values.hsl,n=(t[0]+e)%360;return t[0]=n<0?360+n:n,this.setValues("hsl",t),this},mix:function(e,t){var n=e,o=void 0===t?.5:t,r=2*o-1,i=this.alpha()-n.alpha(),a=((r*i==-1?r:(r+i)/(1+r*i))+1)/2,s=1-a;return this.rgb(a*this.red()+s*n.red(),a*this.green()+s*n.green(),a*this.blue()+s*n.blue()).alpha(this.alpha()*o+n.alpha()*(1-o))},toJSON:function(){return this.rgb()},clone:function(){var e,t,n=new i,o=this.values,r=n.values;for(var a in o)o.hasOwnProperty(a)&&(e=o[a],"[object Array]"===(t={}.toString.call(e))?r[a]=e.slice(0):"[object Number]"===t?r[a]=e:console.error("unexpected color value:",e));return n}},i.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},i.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},i.prototype.getValues=function(e){for(var t=this.values,n={},o=0;o1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var o=n.length,r=0;r1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(o)})}),e.exports=i},function(e,t,n){var o=n(229),r={};for(var i in o)o.hasOwnProperty(i)&&(r[o[i]]=i);var a=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var s in a)if(a.hasOwnProperty(s)){if(!("channels"in a[s]))throw new Error("missing channels property: "+s);if(!("labels"in a[s]))throw new Error("missing channel labels property: "+s);if(a[s].labels.length!==a[s].channels)throw new Error("channel and label counts mismatch: "+s);var l=a[s].channels,c=a[s].labels;delete a[s].channels,delete a[s].labels,Object.defineProperty(a[s],"channels",{value:l}),Object.defineProperty(a[s],"labels",{value:c})}a.rgb.hsl=function(e){var t,n,o=e[0]/255,r=e[1]/255,i=e[2]/255,a=Math.min(o,r,i),s=Math.max(o,r,i),l=s-a;return s===a?t=0:o===s?t=(r-i)/l:r===s?t=2+(i-o)/l:i===s&&(t=4+(o-r)/l),(t=Math.min(60*t,360))<0&&(t+=360),n=(a+s)/2,[t,100*(s===a?0:n<=.5?l/(s+a):l/(2-s-a)),100*n]},a.rgb.hsv=function(e){var t,n,o,r,i,a=e[0]/255,s=e[1]/255,l=e[2]/255,c=Math.max(a,s,l),u=c-Math.min(a,s,l),d=function(e){return(c-e)/6/u+.5};return 0===u?r=i=0:(i=u/c,t=d(a),n=d(s),o=d(l),a===c?r=o-n:s===c?r=1/3+t-o:l===c&&(r=2/3+n-t),r<0?r+=1:r>1&&(r-=1)),[360*r,100*i,100*c]},a.rgb.hwb=function(e){var t=e[0],n=e[1],o=e[2];return[a.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(n,o))),100*(o=1-1/255*Math.max(t,Math.max(n,o)))]},a.rgb.cmyk=function(e){var t,n=e[0]/255,o=e[1]/255,r=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-o,1-r)))/(1-t)||0),100*((1-o-t)/(1-t)||0),100*((1-r-t)/(1-t)||0),100*t]},a.rgb.keyword=function(e){var t=r[e];if(t)return t;var n,i,a,s=1/0;for(var l in o)if(o.hasOwnProperty(l)){var c=o[l],u=(i=e,a=c,Math.pow(i[0]-a[0],2)+Math.pow(i[1]-a[1],2)+Math.pow(i[2]-a[2],2));u.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(o=o>.04045?Math.pow((o+.055)/1.055,2.4):o/12.92)),100*(.2126*t+.7152*n+.0722*o),100*(.0193*t+.1192*n+.9505*o)]},a.rgb.lab=function(e){var t=a.rgb.xyz(e),n=t[0],o=t[1],r=t[2];return o/=100,r/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116)-16,500*(n-o),200*(o-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},a.hsl.rgb=function(e){var t,n,o,r,i,a=e[0]/360,s=e[1]/100,l=e[2]/100;if(0===s)return[i=255*l,i,i];t=2*l-(n=l<.5?l*(1+s):l+s-l*s),r=[0,0,0];for(var c=0;c<3;c++)(o=a+1/3*-(c-1))<0&&o++,o>1&&o--,i=6*o<1?t+6*(n-t)*o:2*o<1?n:3*o<2?t+(n-t)*(2/3-o)*6:t,r[c]=255*i;return r},a.hsl.hsv=function(e){var t=e[0],n=e[1]/100,o=e[2]/100,r=n,i=Math.max(o,.01);return n*=(o*=2)<=1?o:2-o,r*=i<=1?i:2-i,[t,100*(0===o?2*r/(i+r):2*n/(o+n)),100*((o+n)/2)]},a.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,o=e[2]/100,r=Math.floor(t)%6,i=t-Math.floor(t),a=255*o*(1-n),s=255*o*(1-n*i),l=255*o*(1-n*(1-i));switch(o*=255,r){case 0:return[o,l,a];case 1:return[s,o,a];case 2:return[a,o,l];case 3:return[a,s,o];case 4:return[l,a,o];case 5:return[o,a,s]}},a.hsv.hsl=function(e){var t,n,o,r=e[0],i=e[1]/100,a=e[2]/100,s=Math.max(a,.01);return o=(2-i)*a,n=i*s,[r,100*(n=(n/=(t=(2-i)*s)<=1?t:2-t)||0),100*(o/=2)]},a.hwb.rgb=function(e){var t,n,o,r,i,a,s,l=e[0]/360,c=e[1]/100,u=e[2]/100,d=c+u;switch(d>1&&(c/=d,u/=d),o=6*l-(t=Math.floor(6*l)),0!=(1&t)&&(o=1-o),r=c+o*((n=1-u)-c),t){default:case 6:case 0:i=n,a=r,s=c;break;case 1:i=r,a=n,s=c;break;case 2:i=c,a=n,s=r;break;case 3:i=c,a=r,s=n;break;case 4:i=r,a=c,s=n;break;case 5:i=n,a=c,s=r}return[255*i,255*a,255*s]},a.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,o=e[2]/100,r=e[3]/100;return[255*(1-Math.min(1,t*(1-r)+r)),255*(1-Math.min(1,n*(1-r)+r)),255*(1-Math.min(1,o*(1-r)+r))]},a.xyz.rgb=function(e){var t,n,o,r=e[0]/100,i=e[1]/100,a=e[2]/100;return n=-.9689*r+1.8758*i+.0415*a,o=.0557*r+-.204*i+1.057*a,t=(t=3.2406*r+-1.5372*i+-.4986*a)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:12.92*o,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(o=Math.min(Math.max(0,o),1))]},a.xyz.lab=function(e){var t=e[0],n=e[1],o=e[2];return n/=100,o/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116))]},a.lab.xyz=function(e){var t,n,o,r=e[0];t=e[1]/500+(n=(r+16)/116),o=n-e[2]/200;var i=Math.pow(n,3),a=Math.pow(t,3),s=Math.pow(o,3);return n=i>.008856?i:(n-16/116)/7.787,t=a>.008856?a:(t-16/116)/7.787,o=s>.008856?s:(o-16/116)/7.787,[t*=95.047,n*=100,o*=108.883]},a.lab.lch=function(e){var t,n=e[0],o=e[1],r=e[2];return(t=360*Math.atan2(r,o)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(o*o+r*r),t]},a.lch.lab=function(e){var t,n=e[0],o=e[1];return t=e[2]/360*2*Math.PI,[n,o*Math.cos(t),o*Math.sin(t)]},a.rgb.ansi16=function(e){var t=e[0],n=e[1],o=e[2],r=1 in arguments?arguments[1]:a.rgb.hsv(e)[2];if(0===(r=Math.round(r/50)))return 30;var i=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===r&&(i+=60),i},a.hsv.ansi16=function(e){return a.rgb.ansi16(a.hsv.rgb(e),e[2])},a.rgb.ansi256=function(e){var t=e[0],n=e[1],o=e[2];return t===n&&n===o?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(o/255*5)},a.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},a.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},a.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},a.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map(function(e){return e+e}).join(""));var o=parseInt(n,16);return[o>>16&255,o>>8&255,255&o]},a.rgb.hcg=function(e){var t,n=e[0]/255,o=e[1]/255,r=e[2]/255,i=Math.max(Math.max(n,o),r),a=Math.min(Math.min(n,o),r),s=i-a;return t=s<=0?0:i===n?(o-r)/s%6:i===o?2+(r-n)/s:4+(n-o)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?a/(1-s):0)]},a.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,o=1,r=0;return(o=n<.5?2*t*n:2*t*(1-n))<1&&(r=(n-.5*o)/(1-o)),[e[0],100*o,100*r]},a.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,o=t*n,r=0;return o<1&&(r=(n-o)/(1-o)),[e[0],100*o,100*r]},a.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,o=e[2]/100;if(0===n)return[255*o,255*o,255*o];var r,i=[0,0,0],a=t%1*6,s=a%1,l=1-s;switch(Math.floor(a)){case 0:i[0]=1,i[1]=s,i[2]=0;break;case 1:i[0]=l,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=s;break;case 3:i[0]=0,i[1]=l,i[2]=1;break;case 4:i[0]=s,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=l}return r=(1-n)*o,[255*(n*i[0]+r),255*(n*i[1]+r),255*(n*i[2]+r)]},a.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),o=0;return n>0&&(o=t/n),[e[0],100*o,100*n]},a.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,o=0;return n>0&&n<.5?o=t/(2*n):n>=.5&&n<1&&(o=t/(2*(1-n))),[e[0],100*o,100*n]},a.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},a.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,o=n-t,r=0;return o<1&&(r=(n-o)/(1-o)),[e[0],100*o,100*r]},a.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},a.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},a.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},a.gray.hsl=a.gray.hsv=function(e){return[0,0,e[0]]},a.gray.hwb=function(e){return[0,100,e[0]]},a.gray.cmyk=function(e){return[0,0,0,e[0]]},a.gray.lab=function(e){return[e[0],0,0]},a.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},a.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},function(e,t,n){"use strict";var o=n(43);t=e.exports=o.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null});Object.defineProperty(t.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(t.prototype,"chartInstance",{get:function(){return this.chart},set:function(e){this.chart=e}})},function(e,t,n){"use strict";var o=n(19),r=n(14);o._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:r.noop,onComplete:r.noop}}),e.exports={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(e,t,n,o){var r,i,a=this.animations;for(t.chart=e,o||(e.animating=!0),r=0,i=a.length;r1&&(n=Math.floor(e.dropFrames),e.dropFrames=e.dropFrames%1),e.advance(1+n);var o=Date.now();e.dropFrames+=(o-t)/e.frameDuration,e.animations.length>0&&e.requestAnimationFrame()},advance:function(e){for(var t,n,o=this.animations,i=0;i=t.numSteps?(r.callback(t.onAnimationComplete,[t],n),n.animating=!1,o.splice(i,1)):++i}}},function(e,t,n){"use strict";var o=n(14);function r(e,t){return e.native?{x:e.x,y:e.y}:o.getRelativePosition(e,t)}function i(e,t){var n,o,r,i,a;for(o=0,i=e.data.datasets.length;o0&&(c=e.getDatasetMeta(c[0]._datasetIndex).data),c},"x-axis":function(e,t){return c(e,t,{intersect:!1})},point:function(e,t){return a(e,r(t,e))},nearest:function(e,t,n){var o=r(t,e);n.axis=n.axis||"xy";var i=l(n.axis),a=s(e,o,n.intersect,i);return a.length>1&&a.sort(function(e,t){var n=e.getArea()-t.getArea();return 0===n&&(n=e._datasetIndex-t._datasetIndex),n}),a.slice(0,1)},x:function(e,t,n){var o=r(t,e),a=[],s=!1;return i(e,function(e){e.inXRange(o.x)&&a.push(e),e.inRange(o.x,o.y)&&(s=!0)}),n.intersect&&!s&&(a=[]),a},y:function(e,t,n){var o=r(t,e),a=[],s=!1;return i(e,function(e){e.inYRange(o.y)&&a.push(e),e.inRange(o.x,o.y)&&(s=!0)}),n.intersect&&!s&&(a=[]),a}}}},function(e,t,n){"use strict";var o=n(14),r=n(1233),i=n(1234),a=i._enabled?i:r;e.exports=o.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},a)},function(e,t,n){"use strict";var o=n(19),r=n(14);o._set("global",{plugins:{}}),e.exports={_plugins:[],_cacheId:0,register:function(e){var t=this._plugins;[].concat(e).forEach(function(e){-1===t.indexOf(e)&&t.push(e)}),this._cacheId++},unregister:function(e){var t=this._plugins;[].concat(e).forEach(function(e){var n=t.indexOf(e);-1!==n&&t.splice(n,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(e,t,n){var o,r,i,a,s,l=this.descriptors(e),c=l.length;for(o=0;o0){var i=e[0];i.xLabel?n=i.xLabel:r>0&&i.index-1?e.split("\n"):e}function u(e){var t=o.global,n=i.valueOrDefault;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,bodyFontColor:e.bodyFontColor,_bodyFontFamily:n(e.bodyFontFamily,t.defaultFontFamily),_bodyFontStyle:n(e.bodyFontStyle,t.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:n(e.bodyFontSize,t.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:n(e.titleFontFamily,t.defaultFontFamily),_titleFontStyle:n(e.titleFontStyle,t.defaultFontStyle),titleFontSize:n(e.titleFontSize,t.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:n(e.footerFontFamily,t.defaultFontFamily),_footerFontStyle:n(e.footerFontStyle,t.defaultFontStyle),footerFontSize:n(e.footerFontSize,t.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function d(e){return l([],c(e))}(e.exports=r.extend({initialize:function(){this._model=u(this._options),this._lastActive=[]},getTitle:function(){var e=this._options.callbacks,t=e.beforeTitle.apply(this,arguments),n=e.title.apply(this,arguments),o=e.afterTitle.apply(this,arguments),r=[];return r=l(r,c(t)),r=l(r,c(n)),r=l(r,c(o))},getBeforeBody:function(){return d(this._options.callbacks.beforeBody.apply(this,arguments))},getBody:function(e,t){var n=this,o=n._options.callbacks,r=[];return i.each(e,function(e){var i={before:[],lines:[],after:[]};l(i.before,c(o.beforeLabel.call(n,e,t))),l(i.lines,o.label.call(n,e,t)),l(i.after,c(o.afterLabel.call(n,e,t))),r.push(i)}),r},getAfterBody:function(){return d(this._options.callbacks.afterBody.apply(this,arguments))},getFooter:function(){var e=this._options.callbacks,t=e.beforeFooter.apply(this,arguments),n=e.footer.apply(this,arguments),o=e.afterFooter.apply(this,arguments),r=[];return r=l(r,c(t)),r=l(r,c(n)),r=l(r,c(o))},update:function(e){var t,n,o,r,s,l,c,d=this,p=d._options,h=d._model,f=d._model=u(p),m=d._active,g=d._data,_={xAlign:h.xAlign,yAlign:h.yAlign},b={x:h.x,y:h.y},y={width:h.width,height:h.height},v={x:h.caretX,y:h.caretY};if(m.length){f.opacity=1;var x=[],S=[];v=a[p.position].call(d,m,d._eventPosition);var w=[];for(t=0,n=m.length;to.width&&(r=o.width-t.width),r<0&&(r=0)),"top"===u?i+=d:i-="bottom"===u?t.height+d:t.height/2,"center"===u?"left"===c?r+=d:"right"===c&&(r-=d):"left"===c?r-=p:"right"===c&&(r+=p),{x:r,y:i}}(f,y,_=function(e,t){var n,o,r,i,a,s=e._model,l=e._chart,c=e._chart.chartArea,u="center",d="center";s.yl.height-t.height&&(d="bottom");var p=(c.left+c.right)/2,h=(c.top+c.bottom)/2;"center"===d?(n=function(e){return e<=p},o=function(e){return e>p}):(n=function(e){return e<=t.width/2},o=function(e){return e>=l.width-t.width/2}),r=function(e){return e+t.width+s.caretSize+s.caretPadding>l.width},i=function(e){return e-t.width-s.caretSize-s.caretPadding<0},a=function(e){return e<=h?"top":"bottom"},n(s.x)?(u="left",r(s.x)&&(u="center",d=a(s.y))):o(s.x)&&(u="right",i(s.x)&&(u="center",d=a(s.y)));var f=e._options;return{xAlign:f.xAlign?f.xAlign:u,yAlign:f.yAlign?f.yAlign:d}}(this,y),d._chart)}else f.opacity=0;return f.xAlign=_.xAlign,f.yAlign=_.yAlign,f.x=b.x,f.y=b.y,f.width=y.width,f.height=y.height,f.caretX=v.x,f.caretY=v.y,d._model=f,e&&p.custom&&p.custom.call(d,f),d},drawCaret:function(e,t){var n=this._chart.ctx,o=this._view,r=this.getCaretPosition(e,t,o);n.lineTo(r.x1,r.y1),n.lineTo(r.x2,r.y2),n.lineTo(r.x3,r.y3)},getCaretPosition:function(e,t,n){var o,r,i,a,s,l,c=n.caretSize,u=n.cornerRadius,d=n.xAlign,p=n.yAlign,h=e.x,f=e.y,m=t.width,g=t.height;if("center"===p)s=f+g/2,"left"===d?(r=(o=h)-c,i=o,a=s+c,l=s-c):(r=(o=h+m)+c,i=o,a=s-c,l=s+c);else if("left"===d?(o=(r=h+u+c)-c,i=r+c):"right"===d?(o=(r=h+m-u-c)-c,i=r+c):(o=(r=n.caretX)-c,i=r+c),"top"===p)s=(a=f)-c,l=a;else{s=(a=f+g)+c,l=a;var _=i;i=o,o=_}return{x1:o,x2:r,x3:i,y1:a,y2:s,y3:l}},drawTitle:function(e,t,n,o){var r=t.title;if(r.length){n.textAlign=t._titleAlign,n.textBaseline="top";var a,l,c=t.titleFontSize,u=t.titleSpacing;for(n.fillStyle=s(t.titleFontColor,o),n.font=i.fontString(c,t._titleFontStyle,t._titleFontFamily),a=0,l=r.length;a0&&n.stroke()},draw:function(){var e=this._chart.ctx,t=this._view;if(0!==t.opacity){var n={width:t.width,height:t.height},o={x:t.x,y:t.y},r=Math.abs(t.opacity<.001)?0:t.opacity,i=t.title.length||t.beforeBody.length||t.body.length||t.afterBody.length||t.footer.length;this._options.enabled&&i&&(this.drawBackground(o,t,e,n,r),o.x+=t.xPadding,o.y+=t.yPadding,this.drawTitle(o,t,e,r),this.drawBody(o,t,e,r),this.drawFooter(o,t,e,r))}},handleEvent:function(e){var t,n=this,o=n._options;return n._lastActive=n._lastActive||[],"mouseout"===e.type?n._active=[]:n._active=n._chart.getElementsAtEventForMode(e,o.mode,o),(t=!i.arrayEquals(n._active,n._lastActive))&&(n._lastActive=n._active,(o.enabled||o.custom)&&(n._eventPosition={x:e.x,y:e.y},n.update(!0),n.pivot())),t}})).positioners=a},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},o=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,n,i,a){var s=o(t),l=r[e][o(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return n[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(o,r,i,a){var s=t(o),l=n[e][t(o)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,o)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},o={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,i,a){var s=n(t),l=o[e][n(t)];return 2===s&&(l=l[r?0:1]),l.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return n[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o,r;return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(o=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),o%10==1&&o%100!=11?r[0]:o%10>=2&&o%10<=4&&(o%100<10||o%100>=20)?r[1]:r[2])}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t?e:"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t?e+12:"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){return e+" "+function(e,t){if(2===t)return function(e){var t={m:"v",b:"v",d:"z"};if(void 0===t[e.charAt(0)])return e;return t[e.charAt(0)]+e.substring(1)}(e);return e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}var n=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],o=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,r=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:r,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:r,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(function e(t){return t>9?e(t%10):t}(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o=e+" ";switch(n){case"ss":return o+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return o+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return o+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return o+=1===e?"dan":"dana";case"MM":return o+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return o+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),o=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!=~~(e/10)}function a(e,t,n,o){var r=e+" ";switch(n){case"s":return t||o?"pár sekund":"pár sekundami";case"ss":return t||o?r+(i(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":o?"minutu":"minutou";case"mm":return t||o?r+(i(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":o?"hodinu":"hodinou";case"hh":return t||o?r+(i(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||o?"den":"dnem";case"dd":return t||o?r+(i(e)?"dny":"dní"):r+"dny";case"M":return t||o?"měsíc":"měsícem";case"MM":return t||o?r+(i(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||o?"rok":"rokem";case"yy":return t||o?r+(i(e)?"roky":"let"):r+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var n,o=this._calendarEl[e],r=t&&t.hours();return n=o,("undefined"!=typeof Function&&n instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(o=o.apply(t)),o.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:o?r[n][0]:r[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,function(e){return n[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function o(e,o,r,i){var a="";switch(r){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"ss":a=i?"sekunnin":"sekuntia";break;case"m":return i?"minuutin":"minuutti";case"mm":a=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":a=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":a=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":a=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":a=i?"vuoden":"vuotta"}return a=function(e,o){return e<10?o?n[e]:t[e]:e}(e,i)+" "+a}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return o?r[n][0]:r[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){switch(t){case"D":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return o?r[n][0]:r[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},o=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:o,longMonthsParse:o,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o=e+" ";switch(n){case"ss":return o+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return o+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return o+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return o+=1===e?"dan":"dana";case"MM":return o+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return o+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,o){var r=e;switch(n){case"s":return o||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(o||t)?" másodperc":" másodperce";case"m":return"egy"+(o||t?" perc":" perce");case"mm":return r+(o||t?" perc":" perce");case"h":return"egy"+(o||t?" óra":" órája");case"hh":return r+(o||t?" óra":" órája");case"d":return"egy"+(o||t?" nap":" napja");case"dd":return r+(o||t?" nap":" napja");case"M":return"egy"+(o||t?" hónap":" hónapja");case"MM":return r+(o||t?" hónap":" hónapja");case"y":return"egy"+(o||t?" év":" éve");case"yy":return r+(o||t?" év":" éve")}return""}function o(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return o.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return o.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e){return e%100==11||e%10!=1}function n(e,n,o,r){var i=e+" ";switch(o){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(n||r?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?i+(n||r?"mínútur":"mínútum"):n?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(n||r?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return t(e)?n?i+"dagar":i+(r?"daga":"dögum"):n?i+"dagur":i+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?n?i+"mánuðir":i+(r?"mánuði":"mánuðum"):n?i+"mánuður":i+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return t(e)?i+(n||r?"ár":"árum"):i+(n||r?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"})},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},o=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:o,monthsShort:o,weekdays:"یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:"یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره|بهیانی/,isPM:function(e){return/ئێواره/.test(e)},meridiem:function(e,t,n){return e<12?"بهیانی":"ئێواره"},calendar:{sameDay:"[ئهمرۆ كاتژمێر] LT",nextDay:"[بهیانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له %s",past:"%s",s:"چهند چركهیهك",ss:"چركه %d",m:"یهك خولهك",mm:"%d خولهك",h:"یهك كاتژمێر",hh:"%d كاتژمێر",d:"یهك ڕۆژ",dd:"%d ڕۆژ",M:"یهك مانگ",MM:"%d مانگ",y:"یهك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return n[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[n][0]:r[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,o){return t?r(n)[0]:o?r(n)[1]:r(n)[2]}function o(e){return e%10==0||e>10&&e<20}function r(e){return t[e].split("_")}function i(e,t,i,a){var s=e+" ";return 1===e?s+n(0,t,i[0],a):t?s+(o(e)?r(i)[1]:r(i)[0]):a?s+r(i)[1]:s+(o(e)?r(i)[1]:r(i)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,o){return t?"kelios sekundės":o?"kelių sekundžių":"kelias sekundes"},ss:i,m:n,mm:i,h:n,hh:i,d:n,dd:i,M:n,MM:i,y:n,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function o(e,o,r){return e+" "+n(t[r],e,o)}function r(e,o,r){return n(t[r],e,o)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:o,m:r,mm:o,h:r,hh:o,d:r,dd:o,M:r,MM:o,y:r,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,o){var r=t.words[o];return 1===o.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function o(e,t,n,o){var r="";if(t)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),o=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),o=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),o=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,n){var o=e+" ";switch(n){case"ss":return o+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return o+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return o+(r(e)?"godziny":"godzin");case"ww":return o+(r(e)?"tygodnie":"tygodni");case"MM":return o+(r(e)?"miesiące":"miesięcy");case"yy":return o+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,o){return e?/D MMMM/.test(o)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o=" ";return(e%100>=20||e>=100&&e%100==0)&&(o=" de "),e+o+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o,r;return"m"===n?t?"минута":"минуту":e+" "+(o=+e,r={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),o%10==1&&o%100!=11?r[0]:o%10>=2&&o%10<=4&&(o%100<10||o%100>=20)?r[1]:r[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function o(e){return e>1&&e<5}function r(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?i+(o(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?i+(o(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(o(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?i+(o(e)?"dni":"dní"):i+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?i+(o(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?i+(o(e)?"roky":"rokov"):i+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r=e+" ";switch(n){case"s":return t||o?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||o?"sekundi":"sekundah":e<5?t||o?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||o?"minuti":"minutama":e<5?t||o?"minute":"minutami":t||o?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||o?"uri":"urama":e<5?t||o?"ure":"urami":t||o?"ur":"urami";case"d":return t||o?"en dan":"enim dnem";case"dd":return r+=1===e?t||o?"dan":"dnem":2===e?t||o?"dni":"dnevoma":t||o?"dni":"dnevi";case"M":return t||o?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||o?"mesec":"mesecem":2===e?t||o?"meseca":"mesecema":e<5?t||o?"mesece":"meseci":t||o?"mesecev":"meseci";case"y":return t||o?"eno leto":"enim letom";case"yy":return r+=1===e?t||o?"leto":"letom":2===e?t||o?"leti":"letoma":e<5?t||o?"leta":"leti":t||o?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,o){var r=t.words[o];return 1===o.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,o){var r=t.words[o];return 1===o.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t?":a":2===t?":a":":e")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t?e:"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var o=e%10;return e+(t[o]||t[e%100-o]||t[e>=100?100:null])}},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,o,r){var i=function(e){var n=Math.floor(e%1e3/100),o=Math.floor(e%100/10),r=e%10,i="";n>0&&(i+=t[n]+"vatlh");o>0&&(i+=(""!==i?" ":"")+t[o]+"maH");r>0&&(i+=(""!==i?" ":"")+t[r]);return""===i?"pagh":i}(e);switch(o){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var o=e%10;return e+(t[o]||t[e%100-o]||t[e>=100?100:null])}},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n,o){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return o?r[n][0]:t?r[n][0]:r[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var o=100*e+t;return o<600?"يېرىم كېچە":o<900?"سەھەر":o<1130?"چۈشتىن بۇرۇن":o<1230?"چۈش":o<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+function t(e,t,n){var o,r;return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(o=+e,r={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),o%10==1&&o%100!=11?r[0]:o%10>=2&&o%10<=4&&(o%100<10||o%100>=20)?r[1]:r[2])}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1200?"上午":1200===o?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})})(n(5))},function(e,t,n){(function(e){"use strict";
+//! moment.js locale configuration
+e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})})(n(5))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(228),r=n(575),i=n(1262),a=function(){function e(){}return e.GetPalette=function(e,t){var n=[];switch(e){case o.ChartPalette.OfficeColorful4:n=this.generateRepeatingPattern(r.OFFICE_COLORFUL4,t);break;case o.ChartPalette.OfficeColorful3:n=this.generateRepeatingPattern(r.OFFICE_COLORFUL3,t);break;case o.ChartPalette.OfficeColorful2:n=this.generateRepeatingPattern(r.OFFICE_COLORFUL2,t);break;case o.ChartPalette.OfficeMonochromatic1:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC1,t);break;case o.ChartPalette.OfficeMonochromatic2:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC2,t);break;case o.ChartPalette.OfficeMonochromatic3:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC3,t);break;case o.ChartPalette.OfficeMonochromatic4:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC4,t);break;case o.ChartPalette.OfficeMonochromatic5:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC5,t);break;case o.ChartPalette.OfficeMonochromatic6:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC6,t);break;case o.ChartPalette.OfficeMonochromatic7:n=this.generateRepeatingPattern(r.OFFICE_MONOCHROMATIC7,t);break;case o.ChartPalette.OfficeMonochromatic8:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC8,t);break;case o.ChartPalette.OfficeMonochromatic9:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC9,t);break;case o.ChartPalette.OfficeMonochromatic10:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC10,t);break;case o.ChartPalette.OfficeMonochromatic11:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC11,t);break;case o.ChartPalette.OfficeMonochromatic12:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC12,t);break;case o.ChartPalette.OfficeMonochromatic13:n=this.generateNonRepeatingGradient(r.OFFICE_MONOCHROMATIC13,t);break;default:n=this.generateRepeatingPattern(r.OFFICE_COLORFUL1,t)}return n},e.generateRepeatingPattern=function(e,t){if(0===t)return[];for(var n=e;2*n.length<=t;)n=n.concat(n);return n.length0?i.createElement("table",null,this._renderCaption(),i.createElement("thead",null,this._renderTableHeader()),i.createElement("tbody",null,o)):void 0)},t.prototype._renderCaption=function(){var e=this.props.summary,t=this._getAccessibleTitle(),n=e&&i.createElement("span",null,c.escape(e));return t||e?i.createElement("caption",null,c.escape(t),t&&n&&i.createElement("br",null),n):void 0},t.prototype._renderTableHeader=function(){var e=this.props,t=e.chartOptions,n=e.data.datasets,o=!0;if(n.forEach(function(e){void 0===e.label&&(o=!1)}),o){var r=t&&t.scales&&t.scales.yAxes&&t.scales.yAxes[0].scaleLabel&&t.scales.yAxes[0].scaleLabel.labelString,a=r&&i.createElement("tr",{key:"yHeader-"+s.Guid.newGuid().toString()},i.createElement("th",null),i.createElement("th",{colSpan:n.length},c.escape(r))),l=t&&t.scales&&t.scales.xAxes&&t.scales.xAxes[0].scaleLabel&&t.scales.xAxes[0].scaleLabel.labelString,u=n.map(function(e){return i.createElement("th",{scope:"col",key:"colHeading-"+s.Guid.newGuid().toString()},c.escape(e.label))});return[a,i.createElement("tr",{key:"xHeader-"+s.Guid.newGuid().toString()},i.createElement("th",null,c.escape(l)),u)]}},t.prototype._renderTableBody=function(){var e=this.props.data;return e.labels&&e.labels.map(function(t,n){var o=e.datasets.map(function(e,t){return i.createElement("td",{key:"dataCell-"+s.Guid.newGuid().toString()},e.data[n])});return i.createElement("tr",{key:"dataRow-"+s.Guid.newGuid().toString()},i.createElement("th",{key:"dataCellHEader-"+s.Guid.newGuid().toString()},c.escape(t)),o)})},t.prototype._getAccessibleTitle=function(){var e=this.props,t=e.chartOptions,n=e.caption;return void 0!==n?n:t&&t.title&&t.title.text?t.title.text instanceof Array?t.title.text.join(" "):t.title.text:void 0},t}(i.Component);t.AccessibleChartTable=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1271);t.default={progress:"progress_b72303ef",header:"header_b72303ef",title:"title_b72303ef",progressIndicator:"progressIndicator_b72303ef",progressSubtext:"progressSubtext_b72303ef",longRunningText:"longRunningText_b72303ef",actionsContainer:"actionsContainer_b72303ef",actionContainer:"actionContainer_b72303ef",actionHeader:"actionHeader_b72303ef",actionIcon:"actionIcon_b72303ef",successIcon:"successIcon_b72303ef",errorIcon:"errorIcon_b72303ef",inactiveIcon:"inactiveIcon_b72303ef",spinner:"spinner_b72303ef",label:"label_b72303ef",inactive:"inactive_b72303ef",errorContainer:"errorContainer_b72303ef",errorMessage:"errorMessage_b72303ef",subActionsContainer:"subActionsContainer_b72303ef"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(113);t.DayOfWeek=o.DayOfWeek,t.FirstWeekOfYear=o.FirstWeekOfYear,t.DateRangeType=o.DateRangeType},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(42),a=n(13),s=n(4),l=n(1286),c=n(9),u=function(e){function t(t){var n=e.call(this,t)||this;return n._textElement=s.createRef(),n._onRenderLabel=function(e){return e.label?r.createElement(i.Label,{htmlFor:n._id},e.label):null},n._onRenderDescription=function(e){return e.description?r.createElement("span",{className:s.css("ms-TextField-description",l.description)},e.description):null},n._warnDeprecations({iconClass:"iconProps",addonString:"prefix",onRenderAddon:"onRenderPrefix"}),n._warnMutuallyExclusive({value:"defaultValue"}),n._id=s.getId("TextField"),n._descriptionId=s.getId("TextFieldDescription"),void 0!==t.value?n._latestValue=t.value:void 0!==t.defaultValue?n._latestValue=t.defaultValue:n._latestValue="",n.state={value:n._latestValue,isFocused:!1,errorMessage:""},n._onInputChange=n._onInputChange.bind(n),n._onFocus=n._onFocus.bind(n),n._onBlur=n._onBlur.bind(n),n._delayedValidate=n._async.debounce(n._validate,n.props.deferredValidationTime),n._lastValidation=0,n._isDescriptionAvailable=!1,n}return o.__extends(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.state.value},enumerable:!0,configurable:!0}),t.prototype.componentDidMount=function(){this._isMounted=!0,this._adjustInputHeight(),this.props.validateOnLoad&&this._validate(this.state.value)},t.prototype.componentWillReceiveProps=function(e){var t=this,n=this.props.onBeforeChange;void 0!==e.value&&e.value!==this.state.value&&(n&&n(e.value),this._latestValue=e.value,this.setState({value:e.value,errorMessage:""},function(){t._adjustInputHeight()}),this._delayedValidate(e.value))},t.prototype.componentWillUnmount=function(){this._isMounted=!1},t.prototype.render=function(){var e=this.props,t=e.className,n=e.description,i=e.disabled,u=e.iconClass,d=e.iconProps,p=e.multiline,h=e.required,f=e.underlined,m=e.borderless,g=e.addonString,_=e.prefix,b=e.suffix,y=e.onRenderAddon,v=void 0===y?this._onRenderAddon:y,x=e.onRenderPrefix,S=void 0===x?this._onRenderPrefix:x,w=e.onRenderSuffix,k=void 0===w?this._onRenderSuffix:w,C=e.onRenderLabel,I=void 0===C?this._onRenderLabel:C,P=e.onRenderDescription,M=void 0===P?this._onRenderDescription:P,T=this.state.isFocused,D=this._errorMessage;this._isDescriptionAvailable=Boolean(this.props.onRenderDescription||n||D);var O,L=s.css("ms-TextField",l.root,t,((O={})["is-required "+l.rootIsRequiredLabel]=this.props.label&&h,O["is-required "+l.rootIsRequiredPlaceholderOnly]=!this.props.label&&h,O["is-disabled "+l.rootIsDisabled]=i,O["is-active "+l.rootIsActive]=T,O["ms-TextField--multiline "+l.rootIsMultiline]=p,O["ms-TextField--underlined "+l.rootIsUnderlined]=f,O["ms-TextField--borderless "+l.rootIsBorderless]=m,O));return r.createElement("div",{className:L},r.createElement("div",{className:s.css("ms-TextField-wrapper",l.wrapper,f?D&&l.invalid:"")},I(this.props,this._onRenderLabel),r.createElement("div",{className:s.css("ms-TextField-fieldGroup",l.fieldGroup,T&&l.fieldGroupIsFocused,D&&l.invalid)},(void 0!==g||this.props.onRenderAddon)&&r.createElement("div",{className:s.css("ms-TextField-prefix",l.fieldPrefixSuffix)},v(this.props,this._onRenderAddon)),(void 0!==_||this.props.onRenderPrefix)&&r.createElement("div",{className:s.css("ms-TextField-prefix",l.fieldPrefixSuffix)},S(this.props,this._onRenderPrefix)),p?this._renderTextArea():this._renderInput(),(u||d)&&r.createElement(a.Icon,o.__assign({className:s.css(u,l.icon)},d)),(void 0!==b||this.props.onRenderSuffix)&&r.createElement("div",{className:s.css("ms-TextField-suffix",l.fieldPrefixSuffix)},k(this.props,this._onRenderSuffix)))),this._isDescriptionAvailable&&r.createElement("span",{id:this._descriptionId},M(this.props,this._onRenderDescription),D&&r.createElement("div",{"aria-live":"assertive"},r.createElement(s.DelayedRender,null,r.createElement("p",{className:s.css("ms-TextField-errorMessage",c.AnimationClassNames.slideDownIn20,l.errorMessage)},r.createElement("span",{className:l.errorText,"data-automation-id":"error-message"},D))))))},t.prototype.focus=function(){this._textElement.current&&this._textElement.current.focus()},t.prototype.select=function(){this._textElement.current&&this._textElement.current.select()},t.prototype.setSelectionStart=function(e){this._textElement.current&&(this._textElement.current.selectionStart=e)},t.prototype.setSelectionEnd=function(e){this._textElement.current&&(this._textElement.current.selectionEnd=e)},Object.defineProperty(t.prototype,"selectionStart",{get:function(){return this._textElement.current?this._textElement.current.selectionStart:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectionEnd",{get:function(){return this._textElement.current?this._textElement.current.selectionEnd:-1},enumerable:!0,configurable:!0}),t.prototype.setSelectionRange=function(e,t){this._textElement.current&&this._textElement.current.setSelectionRange(e,t)},t.prototype._onFocus=function(e){this.props.onFocus&&this.props.onFocus(e),this.setState({isFocused:!0}),this.props.validateOnFocusIn&&this._validate(this.state.value)},t.prototype._onBlur=function(e){this.props.onBlur&&this.props.onBlur(e),this.setState({isFocused:!1}),this.props.validateOnFocusOut&&this._validate(this.state.value)},t.prototype._onRenderAddon=function(e){var t=e.addonString;return r.createElement("span",{style:{paddingBottom:"1px"}},t)},t.prototype._onRenderPrefix=function(e){var t=e.prefix;return r.createElement("span",{style:{paddingBottom:"1px"}},t)},t.prototype._onRenderSuffix=function(e){var t=e.suffix;return r.createElement("span",{style:{paddingBottom:"1px"}},t)},t.prototype._getTextElementClassName=function(){var e,t;return e=this.props.multiline&&!this.props.resizable?s.css("ms-TextField-field ms-TextField-field--unresizable",l.field,l.fieldIsUnresizable):s.css("ms-TextField-field",l.field),s.css(e,this.props.inputClassName,((t={})[l.hasIcon]=!!this.props.iconClass,t))},Object.defineProperty(t.prototype,"_errorMessage",{get:function(){var e=this.state.errorMessage;return e||(e=this.props.errorMessage),e},enumerable:!0,configurable:!0}),t.prototype._renderTextArea=function(){var e=s.getNativeProps(this.props,s.textAreaProperties,["defaultValue"]);return r.createElement("textarea",o.__assign({id:this._id},e,{ref:this._textElement,value:this.state.value,onInput:this._onInputChange,onChange:this._onInputChange,className:this._getTextElementClassName(),"aria-describedby":this._isDescriptionAvailable?this._descriptionId:this.props["aria-describedby"],"aria-invalid":!!this.state.errorMessage,"aria-label":this.props.ariaLabel,onFocus:this._onFocus,onBlur:this._onBlur}))},t.prototype._renderInput=function(){var e=s.getNativeProps(this.props,s.inputProperties,["defaultValue"]);return r.createElement("input",o.__assign({type:"text",id:this._id},e,{ref:this._textElement,value:this.state.value,onInput:this._onInputChange,onChange:this._onInputChange,className:this._getTextElementClassName(),"aria-label":this.props.ariaLabel,"aria-describedby":this._isDescriptionAvailable?this._descriptionId:this.props["aria-describedby"],"aria-invalid":!!this.state.errorMessage,onFocus:this._onFocus,onBlur:this._onBlur}))},t.prototype._onInputChange=function(e){var t=this,n=e.target.value;if(n!==this._latestValue){this._latestValue=n,this.setState({value:n},function(){t._adjustInputHeight(),t.props.onChanged&&t.props.onChanged(n)});var o=this.props,r=o.validateOnFocusIn,i=o.validateOnFocusOut;r||i||this._delayedValidate(n),(0,this.props.onBeforeChange)(n)}},t.prototype._validate=function(e){var t=this,n=this.props,o=n.validateOnFocusIn,r=n.validateOnFocusOut;if(this._latestValidateValue!==e||o||r){this._latestValidateValue=e;var i=(0,this.props.onGetErrorMessage)(e||"");if(void 0!==i)if("string"==typeof i)this.setState({errorMessage:i}),this._notifyAfterValidate(e,i);else{var a=++this._lastValidation;i.then(function(n){t._isMounted&&a===t._lastValidation&&t.setState({errorMessage:n}),t._notifyAfterValidate(e,n)})}else this._notifyAfterValidate(e,"")}},t.prototype._notifyAfterValidate=function(e,t){this._isMounted&&e===this.state.value&&this.props.onNotifyValidationResult&&this.props.onNotifyValidationResult(t,e)},t.prototype._adjustInputHeight=function(){if(this._textElement.current&&this.props.autoAdjustHeight&&this.props.multiline){var e=this._textElement.current;e.style.height="";var t=e.scrollHeight+2;e.style.height=t+"px"}},t.defaultProps={multiline:!1,resizable:!0,autoAdjustHeight:!1,underlined:!1,borderless:!1,onChanged:function(){},onBeforeChange:function(){},onNotifyValidationResult:function(){},onGetErrorMessage:function(){},deferredValidationTime:200,errorMessage:"",validateOnFocusIn:!1,validateOnFocusOut:!1,validateOnLoad:!0},t}(s.BaseComponent);t.TextField=u},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(2).__exportStar(n(224),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(2),i=n(0),a=n(4),s=n(27),l=n(21),c=n(13),u=n(582);function d(e){return!!e&&!/^[a-z0-9+-.]:\/\//i.test(e)}t.isRelativeUrl=d;var p=a.classNamesFunction(),h=function(e){function t(t){var n=e.call(this,t)||this;if(n._onRenderLink=function(e){var t=n.props,o=t.getStyles,r=t.groups,a=t.theme,s=p(o,{theme:a,groups:r});return i.createElement("div",{className:s.linkText},e.name)},n._renderGroup=function(e,t){var o=n.props,r=o.getStyles,a=o.groups,s=o.theme,l=p(r,{theme:s,isGroup:!0,isExpanded:!n.state.isGroupCollapsed[e.name],groups:a});return i.createElement("div",{key:t,className:l.group},e.name?i.createElement("button",{className:l.chevronButton,onClick:n._onGroupHeaderClicked.bind(n,e)},i.createElement(c.Icon,{className:l.chevronIcon,iconName:"ChevronDown"}),e.name):null,i.createElement("div",{className:l.groupContent},n._renderLinks(e.links,0)))},n.state={isGroupCollapsed:{},isLinkExpandStateChanged:!1,selectedKey:t.initialSelectedKey||t.selectedKey},t.groups)for(var o=0,r=t.groups;o0?i.createElement("button",{className:h.chevronButton,onClick:this._onLinkExpandClicked.bind(this,e),"aria-label":this.props.expandButtonAriaLabel,"aria-expanded":e.isExpanded?"true":"false"},i.createElement(c.Icon,{className:h.chevronIcon,iconName:"ChevronDown"})):null,this._renderNavLink(e,t,n))},t.prototype._renderLink=function(e,t,n){var o=this.props,r=o.getStyles,a=o.groups,s=o.theme,l=p(r,{theme:s,groups:a});return i.createElement("li",{key:e.key||t,role:"listitem",className:l.navItem},this._renderCompositeLink(e,t,n),e.isExpanded?this._renderLinks(e.links,++n):null)},t.prototype._renderLinks=function(e,t){var n=this;if(!e||!e.length)return null;var o=e.map(function(e,o){return n._renderLink(e,o,t)}),r=this.props,a=r.getStyles,s=r.groups,l=r.theme,c=p(a,{theme:l,groups:s});return i.createElement("ul",{role:"list",className:c.navItems},o)},t.prototype._onGroupHeaderClicked=function(e,t){var n=this.state.isGroupCollapsed,o=e.name,r=!n[o];e.onHeaderClick&&e.onHeaderClick(t,r),n[o]=r,this.setState({isGroupCollapsed:n}),t.preventDefault(),t.stopPropagation()},t.prototype._onLinkExpandClicked=function(e,t){var n=this.props.onLinkExpandClick;n&&n(t,e),t.defaultPrevented||(e.isExpanded=!e.isExpanded,this.setState({isLinkExpandStateChanged:!0})),t.preventDefault(),t.stopPropagation()},t.prototype._onNavAnchorLinkClicked=function(e,t){this.props.onLinkClick&&this.props.onLinkClick(t,e),!e.url&&e.links&&e.links.length>0&&this._onLinkExpandClicked(e,t),this.setState({selectedKey:e.key})},t.prototype._onNavButtonLinkClicked=function(e,t){e.onClick&&e.onClick(t,e),!e.url&&e.links&&e.links.length>0&&this._onLinkExpandClicked(e,t),this.setState({selectedKey:e.key})},t.prototype._isLinkSelected=function(e){if(void 0!==this.props.selectedKey)return e.key===this.props.selectedKey;if(void 0!==this.state.selectedKey&&e.key===this.state.selectedKey)return!0;if("undefined"==typeof window)return!1;if(!e.url)return!1;(o=o||document.createElement("a")).href=e.url||"";var t=o.href;return location.href===t||(location.protocol+"//"+location.host+location.pathname===t||!!location.hash&&(location.hash===e.url||(o.href=location.hash.substring(1),o.href===t)))},t.defaultProps={groups:null},t=r.__decorate([a.customizable("Nav",["theme"])],t)}(a.BaseComponent);t.NavBase=h},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(9),r={root:"ms-Nav",linkText:"ms-Nav-linkText",compositeLink:"ms-Nav-compositeLink",link:"ms-Nav-link",chevronButton:"ms-Nav-chevronButton",chevronIcon:"ms-Nav-chevron",navItem:"ms-Nav-navItem",navItems:"ms-Nav-navItems",group:"ms-Nav-group",groupContent:"ms-Nav-groupContent"};t.buttonStyles={textContainer:{overflow:"hidden"},label:{whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",lineHeight:"36px"}},t.getStyles=function(e){var t=e.className,n=e.theme,i=e.isOnTop,a=e.isExpanded,s=e.isGroup,l=e.isLink,c=e.isSelected,u=e.isButtonEntry,d=e.navHeight,p=void 0===d?36:d,h=e.position,f=e.leftPadding,m=void 0===f?20:f,g=e.leftPaddingExpanded,_=void 0===g?28:g,b=e.rightPadding,y=void 0===b?20:b,v=n.palette,x=n.semanticColors,S=o.getGlobalClassNames(r,n);return{root:[S.root,t,{overflowY:"auto",userSelect:"none",WebkitOverflowScrolling:"touch"},i&&[{position:"absolute"},o.AnimationClassNames.slideRightIn40]],linkText:[S.linkText,{margin:"0 4px",overflow:"hidden",verticalAlign:"middle",textOverflow:"ellipsis"}],compositeLink:[S.compositeLink,{display:"block",position:"relative",color:x.bodyText,backgroundColor:x.bodyBackground},a&&"is-expanded",c&&"is-selected"],link:[S.link,o.getFocusStyle(n),{display:"block",position:"relative",height:p+"px",width:"100%",lineHeight:p+"px",textDecoration:"none",cursor:"pointer",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",paddingLeft:m,paddingRight:y,selectors:{".ms-Nav-compositeLink:hover &":{backgroundColor:v.neutralLighterAlt,color:x.bodyText}}},c&&{color:v.themePrimary,backgroundColor:v.neutralLighter,selectors:{"&:after":{borderLeft:"2px solid "+v.themePrimary,content:'""',position:"absolute",top:0,right:0,bottom:0,left:0}}},u&&{color:v.themePrimary}],chevronButton:[S.chevronButton,o.getFocusStyle(n),{display:"block",fontWeight:o.FontWeights.regular,fontSize:o.FontSizes.small,textAlign:"left",lineHeight:p+"px",margin:"5px 0",padding:"0px, "+y+"px, 0px, "+_+"px",border:"none",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",cursor:"pointer",color:x.bodyText,backgroundColor:"transparent",selectors:{"&:visited":{color:"inherit"},"&:hover":{color:x.bodyText,backgroundColor:v.neutralLighterAlt},"$compositeLink:hover &":{color:x.bodyText,backgroundColor:v.neutralLighterAlt}}},s&&[{width:"100%",height:p+"px",borderBottom:"1px solid "+x.bodyDivider},o.DefaultFontStyles.large],l&&[{display:"block",width:_-2+"px",height:p-2+"px",position:"absolute",top:"1px",left:h+"px",zIndex:o.ZIndexes.Nav,padding:0,margin:0}],c&&{color:v.themePrimary,backgroundColor:v.neutralLighterAlt,selectors:{"&:after":{borderLeft:"2px solid "+v.themePrimary,content:'""',position:"absolute",top:0,right:0,bottom:0,left:0}}}],chevronIcon:[S.chevronIcon,{position:"absolute",left:"8px",height:p+"px",lineHeight:p+"px",fontSize:"12px",transition:"transform .1s linear"},a&&{transform:"rotate(-180deg)"},l&&{top:0}],navItem:[S.navItem,{padding:0}],navItems:[S.navItems,{listStyleType:"none",padding:0}],group:[S.group,a&&"is-expanded"],groupContent:[S.groupContent,{display:"none",marginBottom:"40px"},o.AnimationClassNames.slideDownIn20,a&&{display:"block"}]}}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(584),u=n(115),d=n(17),p=function(e){function t(t,n){var o=e.call(this,t,n)||this;return d.track("FieldTextRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){var e=this.props.isSafeForInnerHTML,t={};t[c.default.isTruncated]=this.props.isTruncated;var n=this.props.text;return e&&this.props.isTruncated&&(n+="'),e?s.createElement("div",{className:l.css(this.props.className,c.default.fieldRendererText,t),style:this.props.cssProps,dangerouslySetInnerHTML:{__html:n}}):s.createElement(u.FieldBaseTextRenderer,{className:l.css(this.props.className,c.default.fieldRendererText),cssProps:this.props.cssProps,text:this.props.text})},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldTextRenderer=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1308);t.default={ellipsis:"ellipsis_9ecfb536",relative:"relative_9ecfb536",fieldRendererText:"fieldRendererText_9ecfb536",fabricIcon:"fabricIcon_9ecfb536",isTruncated:"isTruncated_9ecfb536",truncate:"truncate_9ecfb536"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1310);t.default={ellipsis:"ellipsis_8e22c6d1",relative:"relative_8e22c6d1",baseText:"baseText_8e22c6d1",fabricIcon:"fabricIcon_8e22c6d1"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(115),u=n(17),d=function(e){function t(t,n){var o=e.call(this,t,n)||this;return u.track("FieldDateRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){return s.createElement(c.FieldBaseTextRenderer,{cssProps:this.props.cssProps,className:l.css(this.props.className),noTextRender:!0},this.props.text)},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldDateRenderer=d},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},r=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]-1?e.substr(0,t):e}var l=function(e){function t(t){var n=e.call(this,t)||this;return n.name="BatchParseException",i.a.error(n),n}return Object(o.__extends)(t,e),t}(Error),c=function(e){function t(t,n){void 0===n&&(n="Could not extract odata id in object, you may be using nometadata. Object data logged to logger.");var o=e.call(this,n)||this;return o.data=t,o.name="ODataIdException",i.a.error(o),o}return Object(o.__extends)(t,e),t}(Error),u=function(e){function t(t){void 0===t&&(t="The maximum comment length is 1023 characters.");var n=e.call(this,t)||this;return n.name="MaxCommentLengthException",i.a.error(n),n}return Object(o.__extends)(t,e),t}(Error),d=function(e){function t(t){void 0===t&&(t="This operation");var n=e.call(this,t+" is not supported as part of a batch.")||this;return n.name="NotSupportedInBatchException",i.a.error(n),n}return Object(o.__extends)(t,e),t}(Error),p=function(e){function t(t){void 0===t&&(t="Unable to determine API url.");var n=e.call(this,t)||this;return n.name="APIUrlException",i.a.error(n),n}return Object(o.__extends)(t,e),t}(Error);function h(e){if(e.hasOwnProperty("odata.id"))return e["odata.id"];if(e.hasOwnProperty("__metadata")&&e.__metadata.hasOwnProperty("id"))return e.__metadata.id;throw new c(e)}var f=function(e){function t(t){var n=e.call(this)||this;return n.factory=t,n.hydrate=function(e){var t=new n.factory(g(e),null);return r.e.extend(t,e)},n}return Object(o.__extends)(t,e),t.prototype.parse=function(t){var n=this;return e.prototype.parse.call(this,t).then(function(e){var t=new n.factory(g(e),null);return r.e.extend(t,e)})},t}(a.f),m=function(e){function t(t){var n=e.call(this)||this;return n.factory=t,n.hydrate=function(e){return e.map(function(e){var t=new n.factory(g(e),null);return r.e.extend(t,e)})},n}return Object(o.__extends)(t,e),t.prototype.parse=function(t){var n=this;return e.prototype.parse.call(this,t).then(function(e){return e.map(function(e){var t=new n.factory(g(e),null);return r.e.extend(t,e)})})},t}(a.f);function g(e){return e.hasOwnProperty("odata.metadata")&&e.hasOwnProperty("odata.editLink")?r.e.combinePaths(s(e["odata.metadata"]),"_api",e["odata.editLink"]):e.hasOwnProperty("__metadata")?e.__metadata.uri:(i.a.write("No uri information found in ODataEntity parsing, chaining will fail for this object.",2),"")}function _(e){return new f(e)}function b(e){return new m(e)}var y=new(function(){function e(){}return Object.defineProperty(e.prototype,"headers",{get:function(){var e=r.d.get("sp");return null!=e&&void 0!==e.headers?e.headers:{}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"baseUrl",{get:function(){var e=r.d.get("sp");return null!==e&&void 0!==e.baseUrl?e.baseUrl:null!==r.d.spfxContext?r.d.spfxContext.pageContext.web.absoluteUrl:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"fetchClientFactory",{get:function(){var e=r.d.get("sp");return null!==e&&void 0!==e.fetchClientFactory?e.fetchClientFactory:function(){return new r.b}},enumerable:!0,configurable:!0}),e}()),v=function(){return function(){}}(),x=new r.a,S=function(){function e(e,t){void 0===t&&(t=x),this._httpClient=e,this._digests=t}return e.prototype.getDigest=function(e){var t=this,n=this._digests.get(e);if(null!==n&&new Date0)return n(r.e.combinePaths(o.substr(0,i),t))})}return n(t)})}var C,I=function(e){function t(t,n){var o=e.call(this)||this;if("string"==typeof t){var i=t;if(r.e.isUrlAbsolute(i)||i.lastIndexOf("/")<0)o._parentUrl=i,o._url=r.e.combinePaths(i,n);else if(i.lastIndexOf("/")>i.lastIndexOf("(")){var a=i.lastIndexOf("/");o._parentUrl=i.slice(0,a),n=r.e.combinePaths(i.slice(a),n),o._url=r.e.combinePaths(o._parentUrl,n)}else{a=i.lastIndexOf("(");o._parentUrl=i.slice(0,a),o._url=r.e.combinePaths(i,n)}}else{var s=t;o._parentUrl=s._url,o._options=s._options;var l=s._query.get("@target");null!==l&&o._query.add("@target",l),o._url=r.e.combinePaths(o._parentUrl,n)}return o}return Object(o.__extends)(t,e),t.prototype.as=function(e){var t=new e(this._url,null);return r.e.extend(t,this,!0)},t.prototype.toUrlAndQuery=function(){var e=new r.a,t=this.toUrl().replace(/'!(@.*?)::(.*?)'/gi,function(t,n,o){return i.a.write("Rewriting aliased parameter from match "+t+" to label: "+n+" value: "+o,0),e.add(n,"'"+o+"'"),n});return e.merge(this._query),e.count>0&&(t+="?"+e.getKeys().map(function(t){return t+"="+e.get(t)}).join("&")),t},t.prototype.getParent=function(e,t,n,o){void 0===t&&(t=this.parentUrl);var r=new e(t,n);r.configure(this._options);var i=this.query.get("@target");return null!==i&&r.query.add("@target",i),void 0!==o&&(r=r.inBatch(o)),r},t.prototype.clone=function(e,t,n){void 0===n&&(n=!0);var o=new e(this,t),r=this.query.get("@target");return null!==r&&o.query.add("@target",r),n&&this.hasBatch&&(o=o.inBatch(this.batch)),o},t.prototype.toRequestContext=function(e,t,n,o){var i=this;void 0===t&&(t={});var a=this.hasBatch?this.addBatchDependency():function(){};return k(this.toUrlAndQuery()).then(function(s){return Object(r.g)(t,i._options),{batch:i.batch,batchDependency:a,cachingOptions:i._cachingOptions,clientFactory:function(){return new w},isBatched:i.hasBatch,isCached:i._useCaching,options:t,parser:n,pipeline:o,requestAbsoluteUrl:s,requestId:r.e.getGUID(),verb:e}})},t}(a.g),P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.filter=function(e){return this._query.add("$filter",e),this},t.prototype.select=function(){for(var e=[],t=0;t0&&this._query.add("$select",e.join(",")),this},t.prototype.expand=function(){for(var e=[],t=0;t0&&this._query.add("$expand",e.join(",")),this},t.prototype.orderBy=function(e,t){void 0===t&&(t=!0);for(var n=this._query.getKeys(),o=[],r=t?" asc":" desc",i=0;i0&&this._query.add("$select",e.join(",")),this},t.prototype.expand=function(){for(var e=[],t=0;t0&&this._query.add("$expand",e.join(",")),this},t}(I),T=function(e){function t(t,n){return void 0===n&&(n="siteusers"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getByEmail=function(e){return new D(this,"getByEmail('"+e+"')")},t.prototype.getById=function(e){return new D(this,"getById("+e+")")},t.prototype.getByLoginName=function(e){var t=new D(this);return t.concat("(@v)"),t.query.add("@v","'"+encodeURIComponent(e)+"'"),t},t.prototype.removeById=function(e){return this.clone(t,"removeById("+e+")").postCore()},t.prototype.removeByLoginName=function(e){var n=this.clone(t,"removeByLoginName(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.postCore()},t.prototype.add=function(e){var n=this;return this.clone(t,null).postCore({body:JSON.stringify({__metadata:{type:"SP.User"},LoginName:e})}).then(function(){return n.getByLoginName(e)})},t}(P),D=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"groups",{get:function(){return new Z(this,"groups")},enumerable:!0,configurable:!0}),t.prototype.update=function(e){var t=this,n=r.e.extend({__metadata:{type:"SP.User"}},e);return this.postCore({body:JSON.stringify(n),headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return{data:e,user:t}})},t.prototype.delete=function(){return this.postCore({headers:{"X-HTTP-Method":"DELETE"}})},t}(M),O=function(e){function t(t,n){return void 0===n&&(n="currentuser"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t}(M);!function(e){e[e.None=0]="None",e[e.User=1]="User",e[e.DistributionList=2]="DistributionList",e[e.SecurityGroup=4]="SecurityGroup",e[e.SharePointGroup=8]="SharePointGroup",e[e.All=15]="All"}(C||(C={}));var L,E,F,N,R,A,B,j,H,z,W,Y,V,U,K,G,q,Z=function(e){function t(t,n){return void 0===n&&(n="sitegroups"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.add=function(e){var t=this,n=JSON.stringify(r.e.extend({__metadata:{type:"SP.Group"}},e));return this.postCore({body:n}).then(function(e){return{data:e,group:t.getById(e.Id)}})},t.prototype.getByName=function(e){return new Q(this,"getByName('"+e+"')")},t.prototype.getById=function(e){var t=new Q(this);return t.concat("("+e+")"),t},t.prototype.removeById=function(e){return this.clone(t,"removeById('"+e+"')").postCore()},t.prototype.removeByLoginName=function(e){return this.clone(t,"removeByLoginName('"+e+"')").postCore()},t}(P),Q=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"users",{get:function(){return new T(this,"users")},enumerable:!0,configurable:!0}),t.prototype.update=function(e){var n=this,o=r.e.extend({__metadata:{type:"SP.Group"}},e);return this.postCore({body:JSON.stringify(o),headers:{"X-HTTP-Method":"MERGE"}}).then(function(o){var r=n;return e.hasOwnProperty("Title")&&(r=n.getParent(t,n.parentUrl,"getByName('"+e.Title+"')")),{data:o,group:r}})},t}(M),J=function(e){function t(t,n){return void 0===n&&(n="roleassignments"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.add=function(e,n){return this.clone(t,"addroleassignment(principalid="+e+", roledefid="+n+")").postCore()},t.prototype.remove=function(e,n){return this.clone(t,"removeroleassignment(principalid="+e+", roledefid="+n+")").postCore()},t.prototype.getById=function(e){var t=new X(this);return t.concat("("+e+")"),t},t}(P),X=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"groups",{get:function(){return new Z(this,"groups")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bindings",{get:function(){return new te(this)},enumerable:!0,configurable:!0}),t.prototype.delete=function(){return this.postCore({headers:{"X-HTTP-Method":"DELETE"}})},t}(M),$=function(e){function t(t,n){return void 0===n&&(n="roledefinitions"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getById=function(e){return new ee(this,"getById("+e+")")},t.prototype.getByName=function(e){return new ee(this,"getbyname('"+e+"')")},t.prototype.getByType=function(e){return new ee(this,"getbytype("+e+")")},t.prototype.add=function(e,t,n,o){var i=this,a=JSON.stringify({BasePermissions:r.e.extend({__metadata:{type:"SP.BasePermissions"}},o),Description:t,Name:e,Order:n,__metadata:{type:"SP.RoleDefinition"}});return this.postCore({body:a}).then(function(e){return{data:e,definition:i.getById(e.Id)}})},t}(P),ee=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.update=function(e){var t=this;void 0!==e.hasOwnProperty("BasePermissions")&&(e.BasePermissions=r.e.extend({__metadata:{type:"SP.BasePermissions"}},e.BasePermissions));var n=JSON.stringify(r.e.extend({__metadata:{type:"SP.RoleDefinition"}},e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(n){var o=t;e.hasOwnProperty("Name")&&(o=t.getParent($,t.parentUrl,"").getByName(e.Name));return{data:n,definition:o}})},t.prototype.delete=function(){return this.postCore({headers:{"X-HTTP-Method":"DELETE"}})},t}(M),te=function(e){function t(t,n){return void 0===n&&(n="roledefinitionbindings"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t}(P);!function(e){e[e.Display=1]="Display",e[e.Edit=2]="Edit",e[e.New=3]="New"}(L||(L={})),function(e){e[e.Invalid=0]="Invalid",e[e.Integer=1]="Integer",e[e.Text=2]="Text",e[e.Note=3]="Note",e[e.DateTime=4]="DateTime",e[e.Counter=5]="Counter",e[e.Choice=6]="Choice",e[e.Lookup=7]="Lookup",e[e.Boolean=8]="Boolean",e[e.Number=9]="Number",e[e.Currency=10]="Currency",e[e.URL=11]="URL",e[e.Computed=12]="Computed",e[e.Threading=13]="Threading",e[e.Guid=14]="Guid",e[e.MultiChoice=15]="MultiChoice",e[e.GridChoice=16]="GridChoice",e[e.Calculated=17]="Calculated",e[e.File=18]="File",e[e.Attachments=19]="Attachments",e[e.User=20]="User",e[e.Recurrence=21]="Recurrence",e[e.CrossProjectLink=22]="CrossProjectLink",e[e.ModStat=23]="ModStat",e[e.Error=24]="Error",e[e.ContentTypeId=25]="ContentTypeId",e[e.PageSeparator=26]="PageSeparator",e[e.ThreadIndex=27]="ThreadIndex",e[e.WorkflowStatus=28]="WorkflowStatus",e[e.AllDayEvent=29]="AllDayEvent",e[e.WorkflowEventType=30]="WorkflowEventType"}(E||(E={})),function(e){e[e.DateOnly=0]="DateOnly",e[e.DateTime=1]="DateTime"}(F||(F={})),function(e){e[e.DefaultValue=0]="DefaultValue",e[e.AddToDefaultContentType=1]="AddToDefaultContentType",e[e.AddToNoContentType=2]="AddToNoContentType",e[e.AddToAllContentTypes=4]="AddToAllContentTypes",e[e.AddFieldInternalNameHint=8]="AddFieldInternalNameHint",e[e.AddFieldToDefaultView=16]="AddFieldToDefaultView",e[e.AddFieldCheckDisplayName=32]="AddFieldCheckDisplayName"}(N||(N={})),function(e){e[e.Gregorian=1]="Gregorian",e[e.Japan=3]="Japan",e[e.Taiwan=4]="Taiwan",e[e.Korea=5]="Korea",e[e.Hijri=6]="Hijri",e[e.Thai=7]="Thai",e[e.Hebrew=8]="Hebrew",e[e.GregorianMEFrench=9]="GregorianMEFrench",e[e.GregorianArabic=10]="GregorianArabic",e[e.GregorianXLITEnglish=11]="GregorianXLITEnglish",e[e.GregorianXLITFrench=12]="GregorianXLITFrench",e[e.KoreaJapanLunar=14]="KoreaJapanLunar",e[e.ChineseLunar=15]="ChineseLunar",e[e.SakaEra=16]="SakaEra",e[e.UmAlQura=23]="UmAlQura"}(R||(R={})),function(e){e[e.Hyperlink=0]="Hyperlink",e[e.Image=1]="Image"}(A||(A={})),function(e){e[e.EmptyMask=0]="EmptyMask",e[e.ViewListItems=1]="ViewListItems",e[e.AddListItems=2]="AddListItems",e[e.EditListItems=3]="EditListItems",e[e.DeleteListItems=4]="DeleteListItems",e[e.ApproveItems=5]="ApproveItems",e[e.OpenItems=6]="OpenItems",e[e.ViewVersions=7]="ViewVersions",e[e.DeleteVersions=8]="DeleteVersions",e[e.CancelCheckout=9]="CancelCheckout",e[e.ManagePersonalViews=10]="ManagePersonalViews",e[e.ManageLists=12]="ManageLists",e[e.ViewFormPages=13]="ViewFormPages",e[e.AnonymousSearchAccessList=14]="AnonymousSearchAccessList",e[e.Open=17]="Open",e[e.ViewPages=18]="ViewPages",e[e.AddAndCustomizePages=19]="AddAndCustomizePages",e[e.ApplyThemeAndBorder=20]="ApplyThemeAndBorder",e[e.ApplyStyleSheets=21]="ApplyStyleSheets",e[e.ViewUsageData=22]="ViewUsageData",e[e.CreateSSCSite=23]="CreateSSCSite",e[e.ManageSubwebs=24]="ManageSubwebs",e[e.CreateGroups=25]="CreateGroups",e[e.ManagePermissions=26]="ManagePermissions",e[e.BrowseDirectories=27]="BrowseDirectories",e[e.BrowseUserInfo=28]="BrowseUserInfo",e[e.AddDelPrivateWebParts=29]="AddDelPrivateWebParts",e[e.UpdatePersonalWebParts=30]="UpdatePersonalWebParts",e[e.ManageWeb=31]="ManageWeb",e[e.AnonymousSearchAccessWebLists=32]="AnonymousSearchAccessWebLists",e[e.UseClientIntegration=37]="UseClientIntegration",e[e.UseRemoteAPIs=38]="UseRemoteAPIs",e[e.ManageAlerts=39]="ManageAlerts",e[e.CreateAlerts=40]="CreateAlerts",e[e.EditMyUserInfo=41]="EditMyUserInfo",e[e.EnumeratePermissions=63]="EnumeratePermissions",e[e.FullMask=65]="FullMask"}(B||(B={})),function(e){e[e.None=0]="None",e[e.User=1]="User",e[e.DistributionList=2]="DistributionList",e[e.SecurityGroup=4]="SecurityGroup",e[e.SharePointGroup=8]="SharePointGroup",e[e.All=15]="All"}(j||(j={})),function(e){e[e.None=0]="None",e[e.UserInfoList=1]="UserInfoList",e[e.Windows=2]="Windows",e[e.MembershipProvider=4]="MembershipProvider",e[e.RoleProvider=8]="RoleProvider",e[e.All=15]="All"}(H||(H={})),function(e){e[e.None=0]="None",e[e.Guest=1]="Guest",e[e.Reader=2]="Reader",e[e.Contributor=3]="Contributor",e[e.WebDesigner=4]="WebDesigner",e[e.Administrator=5]="Administrator"}(z||(z={})),function(e){e[e.Invalid=-1]="Invalid",e[e.DefaultView=0]="DefaultView",e[e.NormalView=1]="NormalView",e[e.DialogView=2]="DialogView",e[e.View=3]="View",e[e.DisplayForm=4]="DisplayForm",e[e.DisplayFormDialog=5]="DisplayFormDialog",e[e.EditForm=6]="EditForm",e[e.EditFormDialog=7]="EditFormDialog",e[e.NewForm=8]="NewForm",e[e.NewFormDialog=9]="NewFormDialog",e[e.SolutionForm=10]="SolutionForm",e[e.PAGE_MAXITEMS=11]="PAGE_MAXITEMS"}(W||(W={})),function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Direct=1]="Direct",e[e.OrganizationView=2]="OrganizationView",e[e.OrganizationEdit=3]="OrganizationEdit",e[e.AnonymousView=4]="AnonymousView",e[e.AnonymousEdit=5]="AnonymousEdit",e[e.Flexible=6]="Flexible"}(Y||(Y={})),function(e){e[e.None=0]="None",e[e.View=1]="View",e[e.Edit=2]="Edit",e[e.Owner=3]="Owner"}(V||(V={})),function(e){e[e.CompletedSuccessfully=0]="CompletedSuccessfully",e[e.AccessRequestsQueued=1]="AccessRequestsQueued",e[e.NoResolvedUsers=-1]="NoResolvedUsers",e[e.AccessDenied=-2]="AccessDenied",e[e.CrossSiteRequestNotSupported=-3]="CrossSiteRequestNotSupported",e[e.UnknowError=-4]="UnknowError",e[e.EmailBodyTooLong=-5]="EmailBodyTooLong",e[e.ListUniqueScopesExceeded=-6]="ListUniqueScopesExceeded",e[e.CapabilityDisabled=-7]="CapabilityDisabled",e[e.ObjectNotSupported=-8]="ObjectNotSupported",e[e.NestedGroupsNotSupported=-9]="NestedGroupsNotSupported"}(U||(U={})),function(e){e[e.Unknown=0]="Unknown",e[e.File=1]="File",e[e.Folder=2]="Folder",e[e.Item=3]="Item",e[e.List=4]="List",e[e.Web=5]="Web",e[e.Max=6]="Max"}(K||(K={})),function(e){e[e.None=0]="None",e[e.AllowList=1]="AllowList",e[e.BlockList=2]="BlockList"}(G||(G={})),function(e){e[e.None=0]="None",e[e.ContextInfo=1]="ContextInfo",e[e.ListData=2]="ListData",e[e.ListSchema=4]="ListSchema",e[e.MenuView=8]="MenuView"}(q||(q={}));var ne,oe,re,ie,ae=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"roleAssignments",{get:function(){return new J(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"firstUniqueAncestorSecurableObject",{get:function(){return new M(this,"FirstUniqueAncestorSecurableObject")},enumerable:!0,configurable:!0}),t.prototype.getUserEffectivePermissions=function(e){var t=this.clone(I,"getUserEffectivePermissions(@user)");return t.query.add("@user","'"+encodeURIComponent(e)+"'"),t.get().then(function(e){return e.hasOwnProperty("GetUserEffectivePermissions")?e.GetUserEffectivePermissions:e})},t.prototype.getCurrentUserEffectivePermissions=function(){var e=this;return new M("_api/web","currentuser").select("LoginName").get().then(function(t){return e.getUserEffectivePermissions(t.LoginName)})},t.prototype.breakRoleInheritance=function(e,n){return void 0===e&&(e=!1),void 0===n&&(n=!1),this.clone(t,"breakroleinheritance(copyroleassignments="+e+", clearsubscopes="+n+")").postCore()},t.prototype.resetRoleInheritance=function(){return this.clone(t,"resetroleinheritance").postCore()},t.prototype.userHasPermissions=function(e,t){var n=this;return this.getUserEffectivePermissions(e).then(function(e){return n.hasPermissions(e,t)})},t.prototype.currentUserHasPermissions=function(e){var t=this;return this.getCurrentUserEffectivePermissions().then(function(n){return t.hasPermissions(n,e)})},t.prototype.hasPermissions=function(e,t){if(!t)return!0;if(t===B.FullMask)return 32767==(32767&e.High)&&65535===e.Low;var n=1;return(t-=1)>=0&&t<32?(n<<=t,0!=(e.Low&n)):t>=32&&t<64&&(n<<=t-32,0!=(e.High&n))},t}(M),se=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.getShareLink=function(e,n){void 0===n&&(n=null);var o=null!==n?n.toISOString():null;return this.clone(t,"shareLink").postCore({body:JSON.stringify({request:{createLink:!0,emailData:null,settings:{expiration:o,linkKind:e}}})})},t.prototype.shareWith=function(e,n,o,i,a){var s=this;void 0===o&&(o=!1),void 0===i&&(i=!1),Array.isArray(e)||(e=[e]);var l=JSON.stringify(e.map(function(e){return{Key:e}})),c=n===V.Edit?z.Contributor:z.Reader;return new P("_api/web","roledefinitions").select("Id").filter("RoleTypeKind eq "+c).get().then(function(e){if(!Array.isArray(e)||e.length<1)throw new Error("Could not locate a role defintion with RoleTypeKind "+c);var n={includeAnonymousLinkInEmail:o,peoplePickerInput:l,propagateAcl:i,roleValue:"role:"+e[0].Id,useSimplifiedRoles:!0};return void 0!==a&&(n=r.e.extend(n,{emailBody:a.body,emailSubject:void 0!==a.subject?a.subject:"",sendEmail:!0})),s.clone(t,"shareObject").postCore({body:JSON.stringify(n)})})},t.prototype.shareObject=function(e,t){var n=this;return void 0===t&&(t=!1),t?this.sendShareObjectRequest(e):(e=r.e.extend(e,{group:null,includeAnonymousLinkInEmail:!1,propagateAcl:!1,useSimplifiedRoles:!0},!0),this.getRoleValue(e.role,e.group).then(function(t){Array.isArray(e.loginNames)||(e.loginNames=[e.loginNames]);var o={peoplePickerInput:JSON.stringify(e.loginNames.map(function(e){return{Key:e}})),roleValue:t,url:e.url};return void 0!==e.emailData&&null!==e.emailData&&(o=r.e.extend(o,{emailBody:e.emailData.body,emailSubject:void 0!==e.emailData.subject?e.emailData.subject:"Shared with you.",sendEmail:!0})),n.sendShareObjectRequest(o)}))},t.prototype.unshareObjectWeb=function(e){return this.clone(t,"unshareObject").postCore({body:JSON.stringify({url:e})})},t.prototype.checkPermissions=function(e){return this.clone(t,"checkPermissions").postCore({body:JSON.stringify({recipients:e})})},t.prototype.getSharingInformation=function(e){return void 0===e&&(e=null),this.clone(t,"getSharingInformation").postCore({body:JSON.stringify({request:e})})},t.prototype.getObjectSharingSettings=function(e){return void 0===e&&(e=!0),this.clone(t,"getObjectSharingSettings").postCore({body:JSON.stringify({useSimplifiedRoles:e})})},t.prototype.unshareObject=function(){return this.clone(t,"unshareObject").postCore()},t.prototype.deleteLinkByKind=function(e){return this.clone(t,"deleteLinkByKind").postCore({body:JSON.stringify({linkKind:e})})},t.prototype.unshareLink=function(e,n){return void 0===n&&(n="00000000-0000-0000-0000-000000000000"),this.clone(t,"unshareLink").postCore({body:JSON.stringify({linkKind:e,shareId:n})})},t.prototype.getRoleValue=function(e,t){if(null==t){var n=e===V.Edit?z.Contributor:z.Reader;return new P("_api/web","roledefinitions").select("Id").top(1).filter("RoleTypeKind eq "+n).get().then(function(e){if(e.length<1)throw new Error("Could not locate associated role definition for supplied role. Edit and View are supported");return"role: "+e[0].Id})}switch(t){case z.Contributor:return new M("_api/web","associatedmembergroup").select("Id").get().then(function(e){return"group: "+e.Id});case z.Reader:case z.Guest:return new M("_api/web","associatedvisitorgroup").select("Id").get().then(function(e){return"group: "+e.Id});default:throw new Error("Could not determine role value for supplied value. Contributor, Reader, and Guest are supported")}},t.prototype.getShareObjectWeb=function(e){return Promise.resolve(new M(s(e),"/_api/SP.Web.ShareObject"))},t.prototype.sendShareObjectRequest=function(e){return this.getShareObjectWeb(this.toUrl()).then(function(n){return n.expand("UsersWithAccessRequests","GroupsSharedWith").as(t).postCore({body:JSON.stringify(e)})})},t}(I),le=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.shareWith=function(e,t,n){var o=this;void 0===t&&(t=V.View);var i=this.addBatchDependency();return new M(s(this.toUrl()),"/_api/web/url").get().then(function(a){return i(),o.shareObject(r.e.combinePaths(a,"/_layouts/15/aclinv.aspx?forSharing=1&mbypass=1"),e,t,n)})},t.prototype.shareObject=function(e,t,n,o,r,i,a,s){return void 0===i&&(i=!1),void 0===a&&(a=!1),void 0===s&&(s=!0),this.clone(se,null).shareObject({emailData:o,group:r,includeAnonymousLinkInEmail:a,loginNames:t,propagateAcl:i,role:n,url:e,useSimplifiedRoles:s})},t.prototype.shareObjectRaw=function(e){return this.clone(se,null).shareObject(e,!0)},t.prototype.unshareObject=function(e){return this.clone(se,null).unshareObjectWeb(e)},t}(ae),ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.getShareLink=function(e,t){return void 0===e&&(e=Y.OrganizationView),void 0===t&&(t=null),this.clone(se,null).getShareLink(e,t)},t.prototype.shareWith=function(e,t,n,o){return void 0===t&&(t=V.View),void 0===n&&(n=!1),this.clone(se,null).shareWith(e,t,n,!1,o)},t.prototype.checkSharingPermissions=function(e){return this.clone(se,null).checkPermissions(e)},t.prototype.getSharingInformation=function(e){return void 0===e&&(e=null),this.clone(se,null).getSharingInformation(e)},t.prototype.getObjectSharingSettings=function(e){return void 0===e&&(e=!0),this.clone(se,null).getObjectSharingSettings(e)},t.prototype.unshare=function(){return this.clone(se,null).unshareObject()},t.prototype.deleteSharingLinkByKind=function(e){return this.clone(se,null).deleteLinkByKind(e)},t.prototype.unshareLink=function(e,t){return this.clone(se,null).unshareLink(e,t)},t}(ae),ue=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.getShareLink=function(e,t){void 0===e&&(e=Y.OrganizationView),void 0===t&&(t=null);var n=this.addBatchDependency();return this.getShareable().then(function(o){return n(),o.getShareLink(e,t)})},t.prototype.checkSharingPermissions=function(e){var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.checkPermissions(e)})},t.prototype.getSharingInformation=function(e){void 0===e&&(e=null);var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.getSharingInformation(e)})},t.prototype.getObjectSharingSettings=function(e){void 0===e&&(e=!0);var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.getObjectSharingSettings(e)})},t.prototype.unshare=function(){var e=this.addBatchDependency();return this.getShareable().then(function(t){return e(),t.unshareObject()})},t.prototype.deleteSharingLinkByKind=function(e){var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.deleteLinkByKind(e)})},t.prototype.unshareLink=function(e,t){var n=this.addBatchDependency();return this.getShareable().then(function(o){return n(),o.unshareLink(e,t)})},t.prototype.getShareable=function(){var e=this;return this.clone(de,"listItemAllFields",!1).select("odata.editlink").get().then(function(t){var n=new se(g(t));return e.hasBatch&&(n=n.inBatch(e.batch)),n})},t}(M),de=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.shareWith=function(e,t,n,o){void 0===t&&(t=V.View),void 0===n&&(n=!1);var r=this.addBatchDependency();return this.getShareable().then(function(i){return r(),i.shareWith(e,t,n,!1,o)})},t}(ue),pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.shareWith=function(e,t,n,o,r){void 0===t&&(t=V.View),void 0===n&&(n=!1),void 0===o&&(o=!1);var i=this.addBatchDependency();return this.getShareable().then(function(a){return i(),a.shareWith(e,t,n,o,r)})},t}(ue),he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"webparts",{get:function(){return new fe(this,"webparts")},enumerable:!0,configurable:!0}),t.prototype.export=function(e){return this.clone(t,"ExportWebPart").postCore({body:JSON.stringify({webPartId:e})})},t.prototype.import=function(e){return this.clone(t,"ImportWebPart").postCore({body:JSON.stringify({webPartXml:e})})},t}(I),fe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.getById=function(e){return new me(this,"getbyid('"+e+"')")},t.prototype.getByControlId=function(e){return new me(this,"getByControlId('"+e+"')")},t}(P),me=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"webpart",{get:function(){return new ge(this)},enumerable:!0,configurable:!0}),t.prototype.saveChanges=function(){return this.clone(t,"SaveWebPartChanges").postCore()},t.prototype.moveTo=function(e,n){return this.clone(t,"MoveWebPartTo(zoneID='"+e+"', zoneIndex="+n+")").postCore()},t.prototype.close=function(){return this.clone(t,"CloseWebPart").postCore()},t.prototype.open=function(){return this.clone(t,"OpenWebPart").postCore()},t.prototype.delete=function(){return this.clone(t,"DeleteWebPart").postCore()},t}(M),ge=function(e){function t(t,n){return void 0===n&&(n="webpart"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t}(M),_e=function(e){function t(t,n){return void 0===n&&(n="folders"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getByName=function(e){var t=new be(this);return t.concat("('"+e+"')"),t},t.prototype.add=function(e){var n=this;return this.clone(t,"add('"+e+"')").postCore().then(function(t){return{data:t,folder:n.getByName(e)}})},t}(P),be=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"contentTypeOrder",{get:function(){return new P(this,"contentTypeOrder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"files",{get:function(){return new Ue(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"folders",{get:function(){return new _e(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"listItemAllFields",{get:function(){return new P(this,"listItemAllFields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"parentFolder",{get:function(){return new t(this,"parentFolder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"properties",{get:function(){return new M(this,"properties")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"serverRelativeUrl",{get:function(){return new I(this,"serverRelativeUrl")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"uniqueContentTypeOrder",{get:function(){return new P(this,"uniqueContentTypeOrder")},enumerable:!0,configurable:!0}),t.prototype.update=function(e){var t=this,n=JSON.stringify(r.e.extend({__metadata:{type:"SP.Folder"}},e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return{data:e,folder:t}})},t.prototype.delete=function(e){return void 0===e&&(e="*"),this.clone(t,null).postCore({headers:{"IF-Match":e,"X-HTTP-Method":"DELETE"}})},t.prototype.recycle=function(){return this.clone(t,"recycle").postCore()},t.prototype.getItem=function(){for(var e=[],t=0;t0},enumerable:!0,configurable:!0}),e.prototype.getNext=function(){return this.hasNext?new Be(this.nextUrl,null).getPaged():new Promise(function(e){return e(null)})},e}(),Ye=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.parse=function(e){var t=this;return new Promise(function(n,o){t.handleError(e,o)&&e.json().then(function(e){var o=e.hasOwnProperty("d")&&e.d.hasOwnProperty("__next")?e.d.__next:e["odata.nextLink"];n(new We(o,t.parseODataJSON(e)))})})},t}(a.f),Ve=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.parse=function(e){var t=this;return new Promise(function(n,o){t.handleError(e,o)&&n({"odata.etag":e.headers.get("etag")})})},t}(a.f),Ue=function(e){function t(t,n){return void 0===n&&(n="files"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getByName=function(e){var t=new Ke(this);return t.concat("('"+e+"')"),t},t.prototype.add=function(e,n,o){var r=this;return void 0===o&&(o=!0),new t(this,"add(overwrite="+o+",url='"+e+"')").postCore({body:n}).then(function(t){return{data:t,file:r.getByName(e)}})},t.prototype.addChunked=function(e,n,o,r,i){var a=this;return void 0===r&&(r=!0),void 0===i&&(i=10485760),this.clone(t,"add(overwrite="+r+",url='"+e+"')",!1).postCore().then(function(){return a.getByName(e)}).then(function(e){return e.setContentChunked(n,o,i)}).then(function(t){return{data:t,file:a.getByName(e)}})},t.prototype.addTemplateFile=function(e,n){var o=this;return this.clone(t,"addTemplateFile(urloffile='"+e+"',templatefiletype="+n+")",!1).postCore().then(function(t){return{data:t,file:o.getByName(e)}})},t}(P),Ke=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"listItemAllFields",{get:function(){return new P(this,"listItemAllFields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"versions",{get:function(){return new Ge(this)},enumerable:!0,configurable:!0}),t.prototype.approve=function(e){return void 0===e&&(e=""),this.clone(t,"approve(comment='"+e+"')").postCore()},t.prototype.cancelUpload=function(e){return this.clone(t,"cancelUpload(uploadId=guid'"+e+"')",!1).postCore()},t.prototype.checkin=function(e,n){if(void 0===e&&(e=""),void 0===n&&(n=ne.Major),e.length>1023)throw new u;return this.clone(t,"checkin(comment='"+e+"',checkintype="+n+")").postCore()},t.prototype.checkout=function(){return this.clone(t,"checkout").postCore()},t.prototype.copyTo=function(e,n){return void 0===n&&(n=!0),this.clone(t,"copyTo(strnewurl='"+e+"',boverwrite="+n+")").postCore()},t.prototype.delete=function(e){return void 0===e&&(e="*"),this.clone(t,null).postCore({headers:{"IF-Match":e,"X-HTTP-Method":"DELETE"}})},t.prototype.deny=function(e){if(void 0===e&&(e=""),e.length>1023)throw new u;return this.clone(t,"deny(comment='"+e+"')").postCore()},t.prototype.getLimitedWebPartManager=function(e){return void 0===e&&(e=oe.Shared),new he(this,"getLimitedWebPartManager(scope="+e+")")},t.prototype.moveTo=function(e,n){return void 0===n&&(n=re.Overwrite),this.clone(t,"moveTo(newurl='"+e+"',flags="+n+")").postCore()},t.prototype.publish=function(e){if(void 0===e&&(e=""),e.length>1023)throw new u;return this.clone(t,"publish(comment='"+e+"')").postCore()},t.prototype.recycle=function(){return this.clone(t,"recycle").postCore()},t.prototype.undoCheckout=function(){return this.clone(t,"undoCheckout").postCore()},t.prototype.unpublish=function(e){if(void 0===e&&(e=""),e.length>1023)throw new u;return this.clone(t,"unpublish(comment='"+e+"')").postCore()},t.prototype.getText=function(){return this.clone(t,"$value",!1).get(new a.h,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getBlob=function(){return this.clone(t,"$value",!1).get(new a.a,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getBuffer=function(){return this.clone(t,"$value",!1).get(new a.b,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getJSON=function(){return this.clone(t,"$value",!1).get(new a.c,{headers:{binaryStringResponseBody:"true"}})},t.prototype.setContent=function(e){var n=this;return this.clone(t,"$value",!1).postCore({body:e,headers:{"X-HTTP-Method":"PUT"}}).then(function(e){return new t(n)})},t.prototype.getItem=function(){for(var e=[],t=0;t0&&this.extendQuery({Querytext:e})}return e.create=function(t,n){return void 0===t&&(t=""),void 0===n&&(n={}),new e(t,n)},e.prototype.text=function(e){return this.extendQuery({Querytext:e})},e.prototype.template=function(e){return this.extendQuery({QueryTemplate:e})},e.prototype.sourceId=function(e){return this.extendQuery({SourceId:e})},Object.defineProperty(e.prototype,"enableInterleaving",{get:function(){return this.extendQuery({EnableInterleaving:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableStemming",{get:function(){return this.extendQuery({EnableStemming:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"trimDuplicates",{get:function(){return this.extendQuery({TrimDuplicates:!0})},enumerable:!0,configurable:!0}),e.prototype.trimDuplicatesIncludeId=function(e){return this.extendQuery({TrimDuplicatesIncludeId:e})},Object.defineProperty(e.prototype,"enableNicknames",{get:function(){return this.extendQuery({EnableNicknames:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableFql",{get:function(){return this.extendQuery({EnableFQL:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enablePhonetic",{get:function(){return this.extendQuery({EnablePhonetic:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bypassResultTypes",{get:function(){return this.extendQuery({BypassResultTypes:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"processBestBets",{get:function(){return this.extendQuery({ProcessBestBets:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableQueryRules",{get:function(){return this.extendQuery({EnableQueryRules:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableSorting",{get:function(){return this.extendQuery({EnableSorting:!0})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"generateBlockRankLog",{get:function(){return this.extendQuery({GenerateBlockRankLog:!0})},enumerable:!0,configurable:!0}),e.prototype.rankingModelId=function(e){return this.extendQuery({RankingModelId:e})},e.prototype.startRow=function(e){return this.extendQuery({StartRow:e})},e.prototype.rowLimit=function(e){return this.extendQuery({RowLimit:e})},e.prototype.rowsPerPage=function(e){return this.extendQuery({RowsPerPage:e})},e.prototype.selectProperties=function(){for(var e=[],t=0;tthis.TotalRows?Promise.resolve(null):new it(this._url,null).execute(o)},e.prototype.formatSearchResults=function(e){for(var t=new Array,n=0,o=e.results?e.results:e;n0&&(a.push("--changeset_"+s+"--\n\n"),s=""),a.push("--batch_"+e.batchId+"\n")):(s.length<1&&(s=r.e.getGUID(),a.push("--batch_"+e.batchId+"\n"),a.push('Content-Type: multipart/mixed; boundary="changeset_'+s+'"\n\n')),a.push("--changeset_"+s+"\n")),a.push("Content-Type: application/http\n"),a.push("Content-Transfer-Encoding: binary\n\n");var d=new Headers,p=r.e.isUrlAbsolute(u.url)?u.url:r.e.combinePaths(o,u.url);if(i.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Adding request "+u.method+" "+p+" to batch.",0),"GET"!==u.method){var h=u.method,f=u.options.headers;u.hasOwnProperty("options")&&u.options.hasOwnProperty("headers")&&void 0!==f["X-HTTP-Method"]&&(h=f["X-HTTP-Method"],delete f["X-HTTP-Method"]),a.push(h+" "+p+" HTTP/1.1\n"),d.set("Content-Type","application/json;odata=verbose;charset=utf-8")}else a.push(u.method+" "+p+" HTTP/1.1\n");Object(r.f)(d,y.headers),u.options&&Object(r.f)(d,u.options.headers),d.has("Accept")||d.append("Accept","application/json"),d.has("Content-Type")||d.append("Content-Type","application/json;odata=verbose;charset=utf-8"),d.has("X-ClientService-ClientTag")||d.append("X-ClientService-ClientTag","PnPCoreJS:@pnp-$$Version$$"),d.forEach(function(e,t){a.push(t+": "+e+"\n")}),a.push("\n"),u.options.body&&a.push(u.options.body+"\n\n")}s.length>0&&(a.push("--changeset_"+s+"--\n\n"),s=""),a.push("--batch_"+e.batchId+"--\n");var m={body:a.join(""),headers:{"Content-Type":"multipart/mixed; boundary=batch_"+e.batchId},method:"POST"};return i.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Sending batch request.",1),n.fetch(r.e.combinePaths(o,"/_api/$batch"),m).then(function(e){return e.text()}).then(t.ParseResponse).then(function(t){if(t.length!==e.requests.length)throw new l("Could not properly parse responses to match requests in batch.");return i.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Resolving batched requests.",1),t.reduce(function(t,n,o){var r=e.requests[o];return i.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Resolving batched request "+r.method+" "+r.url+".",0),t.then(function(e){return r.parser.parse(n).then(r.resolve).catch(r.reject)})},Promise.resolve())})})},t}(a.d),dt=function(e){function t(t,n){return void 0===n&&(n="features"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getById=function(e){var t=new pt(this);return t.concat("('"+e+"')"),t},t.prototype.add=function(e,n){var o=this;return void 0===n&&(n=!1),this.clone(t,"add").postCore({body:JSON.stringify({featdefScope:0,featureId:e,force:n})}).then(function(t){return{data:t,feature:o.getById(e)}})},t.prototype.remove=function(e,n){return void 0===n&&(n=!1),this.clone(t,"remove").postCore({body:JSON.stringify({featureId:e,force:n})})},t}(P),pt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Object(o.__extends)(t,e),t.prototype.deactivate=function(e){var n=this;void 0===e&&(e=!1);var o=this.addBatchDependency();return new t(this).select("DefinitionId").get().then(function(t){var r=n.getParent(dt,n.parentUrl,"",n.batch).remove(t.DefinitionId,e);return o(),r})},t}(M),ht=function(e){function t(t,n){return void 0===n&&(n="_api/SP.RelatedItemManager"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.FromUrl=function(e){if(null===e)return new t("");var n=e.indexOf("_api/");return new t(n>-1?e.substr(0,n):e)},t.prototype.getRelatedItems=function(e,n){var o=this.clone(t,null);return o.concat(".GetRelatedItems"),o.postCore({body:JSON.stringify({SourceItemID:n,SourceListName:e})})},t.prototype.getPageOneRelatedItems=function(e,n){var o=this.clone(t,null);return o.concat(".GetPageOneRelatedItems"),o.postCore({body:JSON.stringify({SourceItemID:n,SourceListName:e})})},t.prototype.addSingleLink=function(e,n,o,r,i,a,s){void 0===s&&(s=!1);var l=this.clone(t,null);return l.concat(".AddSingleLink"),l.postCore({body:JSON.stringify({SourceItemID:n,SourceListName:e,SourceWebUrl:o,TargetItemID:i,TargetListName:r,TargetWebUrl:a,TryAddReverseLink:s})})},t.prototype.addSingleLinkToUrl=function(e,n,o,r){void 0===r&&(r=!1);var i=this.clone(t,null);return i.concat(".AddSingleLinkToUrl"),i.postCore({body:JSON.stringify({SourceItemID:n,SourceListName:e,TargetItemUrl:o,TryAddReverseLink:r})})},t.prototype.addSingleLinkFromUrl=function(e,n,o,r){void 0===r&&(r=!1);var i=this.clone(t,null);return i.concat(".AddSingleLinkFromUrl"),i.postCore({body:JSON.stringify({SourceItemUrl:e,TargetItemID:o,TargetListName:n,TryAddReverseLink:r})})},t.prototype.deleteSingleLink=function(e,n,o,r,i,a,s){void 0===s&&(s=!1);var l=this.clone(t,null);return l.concat(".DeleteSingleLink"),l.postCore({body:JSON.stringify({SourceItemID:n,SourceListName:e,SourceWebUrl:o,TargetItemID:i,TargetListName:r,TargetWebUrl:a,TryDeleteReverseLink:s})})},t}(I),ft=function(e){function t(t,n){return void 0===n&&(n="regionalsettings"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"installedLanguages",{get:function(){return new mt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"globalInstalledLanguages",{get:function(){return new mt(this,"globalinstalledlanguages")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"timeZone",{get:function(){return new gt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"timeZones",{get:function(){return new _t(this)},enumerable:!0,configurable:!0}),t}(M),mt=function(e){function t(t,n){return void 0===n&&(n="installedlanguages"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t}(P),gt=function(e){function t(t,n){return void 0===n&&(n="timezone"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.utcToLocalTime=function(e){var n;return n="string"==typeof e?e:e.toISOString(),this.clone(t,"utctolocaltime('"+n+"')").postCore().then(function(e){return e.hasOwnProperty("UTCToLocalTime")?e.UTCToLocalTime:e})},t.prototype.localTimeToUTC=function(e){var n;return n="string"==typeof e?e:r.e.dateAdd(e,"minute",-1*e.getTimezoneOffset()).toISOString(),this.clone(t,"localtimetoutc('"+n+"')").postCore().then(function(e){return e.hasOwnProperty("LocalTimeToUTC")?e.LocalTimeToUTC:e})},t}(M),_t=function(e){function t(t,n){return void 0===n&&(n="timezones"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.getById=function(e){return this.clone(t,"GetById("+e+")").postCore({},_(gt))},t}(P),bt=function(e){function t(t,n){return void 0===n&&(n="webs"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.prototype.add=function(e,n,o,i,a,s){void 0===o&&(o=""),void 0===i&&(i="STS"),void 0===a&&(a=1033),void 0===s&&(s=!0);var l={Description:o,Language:a,Title:e,Url:n,UseSamePermissionsAsParentSite:s,WebTemplate:i},c=JSON.stringify({parameters:r.e.extend({__metadata:{type:"SP.WebCreationInformation"}},l)});return this.clone(t,"add").postCore({body:c}).then(function(e){return{data:e,web:new vt(h(e).replace(/_api\/web\/?/i,""))}})},t}(P),yt=function(e){function t(t,n){return void 0===n&&(n="webinfos"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t}(P),vt=function(e){function t(t,n){return void 0===n&&(n="_api/web"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),t.fromUrl=function(e,n){return new t(s(e),n)},Object.defineProperty(t.prototype,"webs",{get:function(){return new bt(this)},enumerable:!0,configurable:!0}),t.prototype.getSubwebsFilteredForCurrentUser=function(e,t){return void 0===e&&(e=-1),void 0===t&&(t=-1),this.clone(bt,"getSubwebsFilteredForCurrentUser(nWebTemplateFilter="+e+",nConfigurationFilter="+t+")")},Object.defineProperty(t.prototype,"allProperties",{get:function(){return this.clone(P,"allproperties")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"webinfos",{get:function(){return new yt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentTypes",{get:function(){return new ye(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"lists",{get:function(){return new Re(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fields",{get:function(){return new Me(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"features",{get:function(){return new dt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"availablefields",{get:function(){return new Me(this,"availablefields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"navigation",{get:function(){return new nt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteUsers",{get:function(){return new T(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteGroups",{get:function(){return new Z(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteUserInfoList",{get:function(){return new Ae(this,"siteuserinfolist")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"regionalSettings",{get:function(){return new ft(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"currentUser",{get:function(){return new O(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"folders",{get:function(){return new _e(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"userCustomActions",{get:function(){return new Fe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"roleDefinitions",{get:function(){return new $(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"relatedItems",{get:function(){return ht.FromUrl(this.toUrl())},enumerable:!0,configurable:!0}),t.prototype.createBatch=function(){return new ut(this.parentUrl)},Object.defineProperty(t.prototype,"rootFolder",{get:function(){return new be(this,"rootFolder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedOwnerGroup",{get:function(){return new Q(this,"associatedownergroup")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedMemberGroup",{get:function(){return new Q(this,"associatedmembergroup")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedVisitorGroup",{get:function(){return new Q(this,"associatedvisitorgroup")},enumerable:!0,configurable:!0}),t.prototype.getFolderByServerRelativeUrl=function(e){return new be(this,"getFolderByServerRelativeUrl('"+e+"')")},t.prototype.getFileByServerRelativeUrl=function(e){return new Ke(this,"getFileByServerRelativeUrl('"+e+"')")},t.prototype.getList=function(e){return new Ae(this,"getList('"+e+"')")},t.prototype.update=function(e){var t=this,n=JSON.stringify(r.e.extend({__metadata:{type:"SP.Web"}},e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return{data:e,web:t}})},t.prototype.delete=function(){return e.prototype.deleteCore.call(this)},t.prototype.applyTheme=function(e,n,o,r){var i=JSON.stringify({backgroundImageUrl:o,colorPaletteUrl:e,fontSchemeUrl:n,shareGenerated:r});return this.clone(t,"applytheme").postCore({body:i})},t.prototype.applyWebTemplate=function(e){var n=this.clone(t,"applywebtemplate");return n.concat("(@t)"),n.query.add("@t",e),n.postCore()},t.prototype.ensureUser=function(e){var n=JSON.stringify({logonName:e});return this.clone(t,"ensureuser").postCore({body:n}).then(function(e){return{data:e,user:new D(h(e))}})},t.prototype.availableWebTemplates=function(e,t){return void 0===e&&(e=1033),void 0===t&&(t=!0),new P(this,"getavailablewebtemplates(lcid="+e+", doincludecrosslanguage="+t+")")},t.prototype.getCatalog=function(e){return this.clone(t,"getcatalog("+e+")").select("Id").get().then(function(e){return new Ae(h(e))})},t.prototype.getChanges=function(e){var n=JSON.stringify({query:r.e.extend({__metadata:{type:"SP.ChangeQuery"}},e)});return this.clone(t,"getchanges").postCore({body:n})},Object.defineProperty(t.prototype,"customListTemplate",{get:function(){return new P(this,"getcustomlisttemplates")},enumerable:!0,configurable:!0}),t.prototype.getUserById=function(e){return new D(this,"getUserById("+e+")")},t.prototype.mapToIcon=function(e,n,o){return void 0===n&&(n=0),void 0===o&&(o=""),this.clone(t,"maptoicon(filename='"+e+"', progid='"+o+"', size="+n+")").get()},t.prototype.getStorageEntity=function(e){return this.clone(t,"getStorageEntity('"+e+"')").get()},t.prototype.getAppCatalog=function(e){return new Xe(e||this)},t}(le),xt=function(e){function t(t,n){return void 0===n&&(n="_api/site"),e.call(this,t,n)||this}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"rootWeb",{get:function(){return new vt(this,"rootweb")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"features",{get:function(){return new dt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"userCustomActions",{get:function(){return new Fe(this)},enumerable:!0,configurable:!0}),t.prototype.getContextInfo=function(){return new t(this.parentUrl,"_api/contextinfo").postCore().then(function(e){if(e.hasOwnProperty("GetContextWebInformation")){var t=e.GetContextWebInformation;return t.SupportedSchemaVersions=t.SupportedSchemaVersions.results,t}return e})},t.prototype.getDocumentLibraries=function(e){var t=new I("","_api/sp.web.getdocumentlibraries(@v)");return t.query.add("@v","'"+e+"'"),t.get().then(function(e){return e.hasOwnProperty("GetDocumentLibraries")?e.GetDocumentLibraries:e})},t.prototype.getWebUrlFromPageUrl=function(e){var t=new I("","_api/sp.web.getweburlfrompageurl(@v)");return t.query.add("@v","'"+e+"'"),t.get().then(function(e){return e.hasOwnProperty("GetWebUrlFromPageUrl")?e.GetWebUrlFromPageUrl:e})},t.prototype.createBatch=function(){return new ut(this.parentUrl)},t.prototype.openWebById=function(e){return this.clone(t,"openWebById('"+e+"')").postCore().then(function(e){return{data:e,web:vt.fromUrl(h(e))}})},t}(M),St=function(e){function t(t,n){void 0===n&&(n="_api/sp.userprofiles.peoplemanager");var o=e.call(this,t,n)||this;return o.profileLoader=new wt(t),o}return Object(o.__extends)(t,e),Object.defineProperty(t.prototype,"editProfileLink",{get:function(){return this.clone(t,"EditProfileLink").get()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isMyPeopleListPublic",{get:function(){return this.clone(t,"IsMyPeopleListPublic").get()},enumerable:!0,configurable:!0}),t.prototype.amIFollowedBy=function(e){var n=this.clone(t,"amifollowedby(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.get()},t.prototype.amIFollowing=function(e){var n=this.clone(t,"amifollowing(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.get()},t.prototype.getFollowedTags=function(e){return void 0===e&&(e=20),this.clone(t,"getfollowedtags("+e+")").get()},t.prototype.getFollowersFor=function(e){var n=this.clone(t,"getfollowersfor(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.get()},Object.defineProperty(t.prototype,"myFollowers",{get:function(){return new P(this,"getmyfollowers")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"myProperties",{get:function(){return new t(this,"getmyproperties")},enumerable:!0,configurable:!0}),t.prototype.getPeopleFollowedBy=function(e){var n=this.clone(t,"getpeoplefollowedby(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.get()},t.prototype.getPropertiesFor=function(e){var n=this.clone(t,"getpropertiesfor(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.get()},Object.defineProperty(t.prototype,"trendingTags",{get:function(){var e=this.clone(t,null);return e.concat(".gettrendingtags"),e.get()},enumerable:!0,configurable:!0}),t.prototype.getUserProfilePropertyFor=function(e,n){var o=this.clone(t,"getuserprofilepropertyfor(accountname=@v, propertyname='"+n+"')");return o.query.add("@v","'"+encodeURIComponent(e)+"'"),o.get()},t.prototype.hideSuggestion=function(e){var n=this.clone(t,"hidesuggestion(@v)");return n.query.add("@v","'"+encodeURIComponent(e)+"'"),n.postCore()},t.prototype.isFollowing=function(e,n){var o=this.clone(t,null);return o.concat(".isfollowing(possiblefolloweraccountname=@v, possiblefolloweeaccountname=@y)"),o.query.add("@v","'"+encodeURIComponent(e)+"'"),o.query.add("@y","'"+encodeURIComponent(n)+"'"),o.get()},t.prototype.setMyProfilePic=function(e){var n=this;return new Promise(function(o,i){Object(r.h)(e).then(function(e){new t(n,"setmyprofilepicture").postCore({body:String.fromCharCode.apply(null,new Uint16Array(e))}).then(function(e){return o()})}).catch(function(e){return i(e)})})},t.prototype.createPersonalSiteEnqueueBulk=function(){for(var e=[],t=0;t0&&(n.properties=r.e.extend(n.properties,{To:{results:e.To}})),e.CC&&e.CC.length>0&&(n.properties=r.e.extend(n.properties,{CC:{results:e.CC}})),e.BCC&&e.BCC.length>0&&(n.properties=r.e.extend(n.properties,{BCC:{results:e.BCC}})),e.AdditionalHeaders&&(n.properties=r.e.extend(n.properties,{AdditionalHeaders:e.AdditionalHeaders})),this.clone(t,"SendEmail",!0).excute(n)},t.prototype.getCurrentUserEmailAddresses=function(){return this.clone(t,"GetCurrentUserEmailAddresses",!0).excute({})},t.prototype.resolvePrincipal=function(e,n,o,r,i,a){void 0===a&&(a=!1);var s={addToUserInfoList:i,input:e,inputIsEmailOnly:r,matchUserInfoList:a,scopes:n,sources:o};return this.clone(t,"ResolvePrincipalInCurrentContext",!0).excute(s)},t.prototype.searchPrincipals=function(e,n,o,r,i){var a={groupName:r,input:e,maxCount:i,scopes:n,sources:o};return this.clone(t,"SearchPrincipalsUsingContextWeb",!0).excute(a)},t.prototype.createEmailBodyForInvitation=function(e){var n={pageAddress:e};return this.clone(t,"CreateEmailBodyForInvitation",!0).excute(n)},t.prototype.expandGroupsToPrincipals=function(e,n){void 0===n&&(n=30);var o={inputs:e,maxCount:n};return this.clone(t,"ExpandGroupsToPrincipals",!0).excute(o)},t.prototype.createWikiPage=function(e){return this.clone(t,"CreateWikiPageInContextWeb",!0).excute({parameters:e}).then(function(e){return{data:e,file:new Ke(h(e))}})},t}(I),Ct=function(){function e(e,t){void 0===e&&(e={}),void 0===t&&(t=""),this._options=e,this._baseUrl=t}return e.prototype.configure=function(t,n){return void 0===n&&(n=""),new e(t,n)},e.prototype.setup=function(e){!function(e){r.d.extend(e)}(e)},e.prototype.searchSuggest=function(e){var t;return t="string"==typeof e?{querytext:e}:e,new lt(this._baseUrl).configure(this._options).execute(t)},e.prototype.search=function(e){var t;return t="string"==typeof e?{Querytext:e}:e instanceof rt?e.toSearchQuery():e,new it(this._baseUrl).configure(this._options).execute(t)},Object.defineProperty(e.prototype,"site",{get:function(){return new xt(this._baseUrl).configure(this._options)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"web",{get:function(){return new vt(this._baseUrl).configure(this._options)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"profiles",{get:function(){return new St(this._baseUrl).configure(this._options)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"navigation",{get:function(){return new ot},enumerable:!0,configurable:!0}),e.prototype.createBatch=function(){return this.web.createBatch()},Object.defineProperty(e.prototype,"utility",{get:function(){return new kt(this._baseUrl,"").configure(this._options)},enumerable:!0,configurable:!0}),e}(),It=new Ct}.call(t,n(51))},function(e,t,n){"use strict";(function(e){n.d(t,"h",function(){return i}),n.d(t,"a",function(){return s}),n.d(t,"d",function(){return l}),n.d(t,"f",function(){return x}),n.d(t,"g",function(){return S}),n.d(t,"b",function(){return w}),n.d(t,"c",function(){return I}),n.d(t,"e",function(){return v});var o=n(234),r=n(2);function i(e){return a(e,"buffer")}function a(e,t){return new Promise(function(n,o){try{var r=new FileReader;switch(r.onload=function(e){n(e.target.result)},t){case"string":r.readAsText(e);break;case"buffer":r.readAsArrayBuffer(e)}}catch(e){o(e)}})}var s=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=[]),this.keys=e,this.values=t}return e.prototype.get=function(e){var t=this.keys.indexOf(e);return t<0?null:this.values[t]},e.prototype.add=function(e,t){var n=this.keys.indexOf(e);n>-1?null===t?this.remove(e):this.values[n]=t:null!==t&&(this.keys.push(e),this.values.push(t))},e.prototype.merge=function(e){var t=this;if("getKeys"in e){var n=e;n.getKeys().map(function(e){t.add(e,n.get(e))})}else{var o=e;for(var r in o)o.hasOwnProperty(r)&&this.add(r,o[r])}},e.prototype.remove=function(e){var t=this.keys.indexOf(e);if(t<0)return null;var n=this.values[t];return this.keys.splice(t,1),this.values.splice(t,1),n},e.prototype.getKeys=function(){return this.keys},e.prototype.getValues=function(){return this.values},e.prototype.clear=function(){this.keys=[],this.values=[]},Object.defineProperty(e.prototype,"count",{get:function(){return this.keys.length},enumerable:!0,configurable:!0}),e}();!function(e){function t(t){var n=e.call(this,t)||this;return n.name="UrlException",o.a.log({data:{},level:3,message:"["+n.name+"]::"+n.message}),n}Object(r.__extends)(t,e)}(Error);var l=new(function(){function e(){this._v=new s,this._v.add("defaultCachingStore","session"),this._v.add("defaultCachingTimeoutSeconds",60),this._v.add("globalCacheDisable",!1),this._v.add("enableCacheExpiration",!1),this._v.add("cacheExpirationIntervalMilliseconds",750),this._v.add("spfxContext",null)}return e.prototype.extend=function(e){var t=this;Object.keys(e).forEach(function(n){t._v.add(n,e[n])})},e.prototype.get=function(e){return this._v.get(e)},Object.defineProperty(e.prototype,"defaultCachingStore",{get:function(){return this.get("defaultCachingStore")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"defaultCachingTimeoutSeconds",{get:function(){return this.get("defaultCachingTimeoutSeconds")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"globalCacheDisable",{get:function(){return this.get("globalCacheDisable")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableCacheExpiration",{get:function(){return this.get("enableCacheExpiration")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cacheExpirationIntervalMilliseconds",{get:function(){return this.get("cacheExpirationIntervalMilliseconds")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"spfxContext",{get:function(){return this.get("spfxContext")},enumerable:!0,configurable:!0}),e}());function c(e,t){for(var n=[],o=2;o0&&(n=60*this.defaultTimeoutMinutes),t=v.dateAdd(new Date,"second",n)}return JSON.stringify({pnp:1,expiration:t,value:e})},e.prototype.cacheExpirationHandler=function(){var e=this;o.a.write("Called cache expiration handler.",0),this.deleteExpired().then(function(t){setTimeout(v.getCtxCallback(e,e.cacheExpirationHandler),l.cacheExpirationIntervalMilliseconds)}).catch(function(e){o.a.log({data:e,level:3,message:"Error deleting expired cache entries, see data for details. Timeout not reset."})})},e}()),C=function(){function e(e){void 0===e&&(e=new s),this._store=e}return Object.defineProperty(e.prototype,"length",{get:function(){return this._store.count},enumerable:!0,configurable:!0}),e.prototype.clear=function(){this._store.clear()},e.prototype.getItem=function(e){return this._store.get(e)},e.prototype.key=function(e){return this._store.getKeys()[e]},e.prototype.removeItem=function(e){this._store.remove(e)},e.prototype.setItem=function(e,t){this._store.add(e,t)},e}(),I=function(){function e(e,t){void 0===e&&(e=null),void 0===t&&(t=null),this._local=e,this._session=t}return Object.defineProperty(e.prototype,"local",{get:function(){return null===this._local&&(this._local="undefined"!=typeof localStorage?new k(localStorage):new k(new C)),this._local},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"session",{get:function(){return null===this._session&&(this._session="undefined"!=typeof sessionStorage?new k(sessionStorage):new k(new C)),this._session},enumerable:!0,configurable:!0}),e}()}).call(t,n(51))},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(41),u=n(115),d=n(17),p=function(e){function t(t,n){var o=e.call(this,t,n)||this;return d.track("FieldTitleRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){return this.props.isLink?s.createElement(c.Link,{onClick:this._onClick.bind(this),className:l.css(this.props.className),style:this.props.cssProps},this.props.text):s.createElement(u.FieldBaseTextRenderer,{className:this.props.className,cssProps:this.props.cssProps,text:this.props.text})},t.prototype._onClick=function(){if(this.props.onClick){var e=this.props;this.props.onClick(e)}else{var t=this.props.baseUrl+"/_layouts/15/listform.aspx?PageType=4&ListId="+this.props.listId+"&ID="+this.props.id;location.href=t}},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldTitleRenderer=p},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(108),u=n(41),d=n(29),p=n(17),h=n(592),f=n(593),m=n(69),g=function(e){function t(t,n){var o=e.call(this,t,n)||this;return p.track("FieldLookupRenderer",{}),o.state={hideDialog:!0,dispFormUrl:t.dispFormUrl},o}return r(t,e),t.prototype.render=function(){var e=this,t=this.props.lookups.map(function(t){return s.createElement(u.Link,{onClick:e._onClick.bind(e,t),className:h.default.lookup,style:e.props.cssProps},t.lookupValue)});return s.createElement("div",{style:this.props.cssProps,className:l.css(this.props.className)},t,!this.state.hideDialog&&this.state.dispFormUrl&&s.createElement(f.IFrameDialog,{url:this.state.lookupDispFormUrl,iframeOnLoad:this._onIframeLoaded.bind(this),hidden:this.state.hideDialog,onDismiss:this._onDialogDismiss.bind(this),modalProps:{isBlocking:!0,containerClassName:h.default.dialogContainer},dialogContentProps:{type:c.DialogType.close,showCloseButton:!0},width:"570px",height:"250px"}),!this.state.hideDialog&&!this.state.dispFormUrl&&s.createElement(c.Dialog,{onDismiss:this._onDialogDismiss.bind(this),modalProps:{isBlocking:!0,containerClassName:h.default.dialogContainer},dialogContentProps:{type:c.DialogType.close,showCloseButton:!0}},s.createElement(d.Spinner,{size:d.SpinnerSize.large})))},t.prototype._onClick=function(e){var t=this;if(this.props.onClick){var n={lookup:e};this.props.onClick(n)}else{var o=this.state.dispFormUrl;o?this.setState({lookupDispFormUrl:o+(-1===o.indexOf("?")?"?":"&")+"ID="+e.lookupId+"&RootFolder=*&IsDlg=1",hideDialog:!1}):this.props.fieldId&&(this.setState({hideDialog:!1}),m.SPHelper.getLookupFieldListDispFormUrl(this.props.fieldId,this.props.context).then(function(n){var o=n.toString();t.setState(function(t,n){if(!t.hideDialog)return{dispFormUrl:o,lookupDispFormUrl:o+"&ID="+e.lookupId+"&RootFolder=*&IsDlg=1"}})}))}},t.prototype._onIframeLoaded=function(e){var t=e.contentWindow.document.getElementById("s4-workspace");t.style.height=e.style.height,t.scrollIntoView()},t.prototype._onDialogDismiss=function(){this.setState({hideDialog:!0})},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldLookupRenderer=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1314);t.default={ellipsis:"ellipsis_bd798d8f",relative:"relative_bd798d8f",fabricIcon:"fabricIcon_bd798d8f",lookup:"lookup_bd798d8f",dialogContainer:"dialogContainer_bd798d8f"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,o=arguments.length;n=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(41),u=n(17),d=n(603),p=function(e){function t(t,n){var o=e.call(this,t,n)||this;return u.track("FieldUrlRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){return this.props.isImageUrl?s.createElement("div",{className:l.css(this.props.className,d.default.image),style:this.props.cssProps,onClick:this._onImgClick.bind(this)},s.createElement("img",{src:this.props.url,alt:this.props.text})):s.createElement(c.Link,{className:l.css(this.props.className,d.default.link),target:"_blank",href:this.props.url,style:this.props.cssProps},this.props.text)},t.prototype._onImgClick=function(){window.open(this.props.url,"_blank")},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldUrlRenderer=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1356);t.default={ellipsis:"ellipsis_5c6cde0d",relative:"relative_5c6cde0d",image:"image_5c6cde0d",link:"link_5c6cde0d",fabricIcon:"fabricIcon_5c6cde0d"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(17),u=n(605),d=function(e){function t(t,n){var o=e.call(this,t,n)||this;return c.track("FieldTaxonomyRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){var e=this,t=null;return t=Array.isArray(this.props.terms)?this.props.terms.map(function(t){return s.createElement("div",{className:u.default.term,style:e.props.cssProps},s.createElement("span",null,t.Label))}):s.createElement("div",{className:u.default.term,style:this.props.cssProps},s.createElement("span",null,this.props.terms.Label)),s.createElement("div",{style:this.props.cssProps,className:l.css(this.props.className)},t)},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldTaxonomyRenderer=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1358);t.default={ellipsis:"ellipsis_50139922",term:"term_50139922",relative:"relative_50139922",fabricIcon:"fabricIcon_50139922"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,o=arguments.length;n=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},s=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},l=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]=n.props.expandedCardHeight&&n.setState({needsScroll:!0})})},n.state={firstFrameRendered:!1,needsScroll:!1},n}return o.__extends(t,e),t.prototype.componentDidMount=function(){this._checkNeedsScroll()},t.prototype.componentWillUnmount=function(){this._async.dispose()},t.prototype.render=function(){var e=this.props,t=e.targetElement,n=e.theme,a=e.styles,d=e.compactCardHeight,p=e.directionalHintFixed,h=e.firstFocus,f=e.expandedCardHeight;this._styles=u.getStyles(n,a);var m=r.createElement("div",{onMouseEnter:this.props.onEnter,onMouseLeave:this.props.onLeave,onKeyDown:this._onKeyDown},this._onRenderCompactCard(),this._onRenderExpandedCard());return r.createElement(s.Callout,o.__assign({},i.getNativeProps(this.props,i.divProperties),{componentRef:this._callout,className:l.mergeStyles(this._styles.root),target:t,isBeakVisible:!1,directionalHint:this.props.directionalHint,directionalHintFixed:p,finalHeight:d+f,minPagePadding:24,onDismiss:this.props.onLeave,gapSpace:this.props.gapSpace}),this.props.trapFocus?r.createElement(c.FocusTrapZone,{forceFocusInsideTrap:!1,isClickableOutsideFocusTrap:!0,disableFirstFocus:!h},m):m)},t.defaultProps={compactCardHeight:156,expandedCardHeight:384,directionalHint:4,directionalHintFixed:!0,gapSpace:0},t=o.__decorate([i.customizable("ExpandingCard",["theme"])],t)}(i.BaseComponent);t.ExpandingCard=d},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(13),u=n(191),d=n(17),p=n(610),h=function(e){function t(t,n){var o=e.call(this,t,n)||this;return d.track("FieldFileTypeRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){var e={};return e[p.default.folder]=this.props.isFolder,s.createElement("div",{className:l.css(this.props.className,p.default.container,p.default.fabricIcon,e),style:this.props.cssProps},this.props.isFolder?s.createElement(c.Icon,{iconName:"FabricFolderFill"}):s.createElement(u.FileTypeIcon,{type:u.IconType.font,path:this.props.path}))},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldFileTypeRenderer=h},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1367);t.default={ellipsis:"ellipsis_a3cba9a6",relative:"relative_a3cba9a6",fabricIcon:"fabricIcon_a3cba9a6",container:"container_a3cba9a6",folder:"folder_a3cba9a6"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(4),c=n(13),u=n(17),d=n(612),p=function(e){function t(t,n){var o=e.call(this,t,n)||this;return u.track("FieldAttachmentsRenderer",{}),o.state={},o}return r(t,e),t.prototype.render=function(){return s.createElement("div",{className:l.css(this.props.className,d.default.container,d.default.fabricIcon),style:this.props.cssProps},this.props.count&&s.createElement(c.Icon,{iconName:"Attach"}))},i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldAttachmentsRenderer=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1369);t.default={ellipsis:"ellipsis_1b099a4f",relative:"relative_1b099a4f",container:"container_1b099a4f",fabricIcon:"fabricIcon_1b099a4f"}},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a};Object.defineProperty(t,"__esModule",{value:!0});var a=n(37),s=n(0),l=n(30),c=n(4),u=n(13),d=n(41),p=n(115),h=n(17),f=n(614),m=function(e){function t(t,n){var o=e.call(this,t,n)||this;return h.track("FieldNameRenderer",{}),o.state={},o._onDoubleClick=o._onDoubleClick.bind(o),o}return r(t,e),t.prototype.componentDidMount=function(){if(this.props.onDoubleClick&&this.props.isLink){var e=l.findDOMNode(this);this._button=e.querySelector("button"),this._button.addEventListener("dblclick",this._onDoubleClick,!1)}},t.prototype.componentWillUnmount=function(){this._button&&this._button.removeEventListener("dblclick",this._onDoubleClick)},t.prototype.render=function(){var e,t=this.props.isLink,n=this.props.isNew?s.createElement("span",{className:c.css(f.default.signal,f.default.newItem)},s.createElement(u.Icon,{iconName:"Glimmer",className:c.css(f.default.newIcon)})):null;if(t)if(this.props.onClick)e=s.createElement(d.Link,{onClick:this._onClick.bind(this),style:this.props.cssProps,className:f.default.value},this.props.text);else{var o=void 0,r=this.props.filePath,i=r.substring(0,r.lastIndexOf("/"));o=!1!==this.props.hasPreview?"#id="+encodeURIComponent(r)+"&parent="+encodeURIComponent(i):r,e=s.createElement(d.Link,{href:o,style:this.props.cssProps,className:f.default.value},this.props.text)}else e=s.createElement(p.FieldBaseTextRenderer,{cssProps:this.props.cssProps,text:this.props.text});return s.createElement("span",{className:c.css(f.default.signalField,this.props.className),style:this.props.cssProps},n,s.createElement("span",{className:f.default.signalFieldValue},e))},t.prototype._onClick=function(e){if(this.props.onClick){e.stopPropagation(),e.preventDefault();var t=this.props;return this.props.onClick(t),!1}},t.prototype._onDoubleClick=function(e){if(this.props.onDoubleClick){e.stopPropagation(),e.preventDefault();var t=this.props;return this.props.onDoubleClick(t),!1}},i([a.override],t.prototype,"componentDidMount",null),i([a.override],t.prototype,"componentWillUnmount",null),i([a.override],t.prototype,"render",null),t}(s.Component);t.FieldNameRenderer=m},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(1371);t.default={ellipsis:"ellipsis_0b224f21",relative:"relative_0b224f21",signalField:"signalField_0b224f21",fabricIcon:"fabricIcon_0b224f21",signal:"signal_0b224f21",newItem:"newItem_0b224f21",newIcon:"newIcon_0b224f21",signalFieldValue:"signalFieldValue_0b224f21",value:"value_0b224f21"}},function(e,t,n){"use strict";function o(e){for(var n in e)t.hasOwnProperty(n)||(t[n]=e[n])}Object.defineProperty(t,"__esModule",{value:!0}),o(n(1381)),o(n(1404))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.idle=1]="idle",e[e.loading=2]="loading",e[e.loadingNextPage=3]="loadingNextPage"}(t.LoadingState||(t.LoadingState={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2),r=n(0),i=n(46),a=n(4),s=a.classNamesFunction(),l=function(e){function t(t){var n=e.call(this,t)||this;return n._root=a.createRef(),n._stickyAboveRef=a.createRef(),n._stickyBelowRef=a.createRef(),n._contentContainer=a.createRef(),n.subscribe=function(e){n._subscribers.add(e)},n.unsubscribe=function(e){n._subscribers.delete(e)},n.addSticky=function(e){n._stickies.add(e),n.contentContainer&&(e.setDistanceFromTop(n.contentContainer),n.sortSticky(e)),n.notifySubscribers()},n.removeSticky=function(e){n._stickies.delete(e),n._removeStickyFromContainers(e),n.notifySubscribers()},n.sortSticky=function(e){n.stickyAbove&&n.stickyBelow&&(e.canStickyTop&&e.stickyContentTop&&n._addToStickyContainer(e,n.stickyAbove,e.stickyContentTop),e.canStickyBottom&&e.stickyContentBottom&&n._addToStickyContainer(e,n.stickyBelow,e.stickyContentBottom))},n.updateStickyRefHeights=function(){var e=n._stickies,t=0,o=0;e.forEach(function(e){var r=e.state,i=r.isStickyTop,a=r.isStickyBottom;e.nonStickyContent&&(i&&(t+=e.nonStickyContent.offsetHeight),a&&(o+=e.nonStickyContent.offsetHeight),n._checkStickyStatus(e))}),n.setState({stickyTopHeight:t,stickyBottomHeight:o})},n.notifySubscribers=function(){n.contentContainer&&n._subscribers.forEach(function(e){e(n.contentContainer,n.stickyBelow)})},n.getScrollPosition=function(){return n.contentContainer?n.contentContainer.scrollTop:0},n._addToStickyContainer=function(e,t,o){if(t.children.length){if(!t.contains(o)){var r=[].slice.call(t.children),i=[];n._stickies.forEach(function(o){t===n.stickyAbove&&e.canStickyTop?i.push(o):e.canStickyBottom&&i.push(o)});var a=i.sort(function(e,t){return e.distanceFromTop-t.distanceFromTop}).filter(function(e){var o=t===n.stickyAbove?e.stickyContentTop:e.stickyContentBottom;if(o)return r.indexOf(o)>-1}),s=void 0;for(var l in a)if(a[l].distanceFromTop>=e.distanceFromTop){s=a[l];break}var c=null;s&&(c=t===n.stickyAbove?s.stickyContentTop:s.stickyContentBottom),t.insertBefore(o,c)}}else t.appendChild(o)},n._removeStickyFromContainers=function(e){n.stickyAbove&&e.stickyContentTop&&n.stickyAbove.removeChild(e.stickyContentTop),n.stickyBelow&&e.stickyContentBottom&&n.stickyBelow.removeChild(e.stickyContentBottom)},n._onWindowResize=function(){n._async.setTimeout(function(){n.notifySubscribers()},5)},n._getStickyContainerStyle=function(e){return{height:e,width:n.contentContainer?n.contentContainer.clientWidth:"100%"}},n._subscribers=new Set,n._stickies=new Set,n.state={stickyTopHeight:0,stickyBottomHeight:0},n}return o.__extends(t,e),Object.defineProperty(t.prototype,"root",{get:function(){return this._root.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stickyAbove",{get:function(){return this._stickyAboveRef.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stickyBelow",{get:function(){return this._stickyBelowRef.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentContainer",{get:function(){return this._contentContainer.current},enumerable:!0,configurable:!0}),t.prototype.getChildContext=function(){return{scrollablePane:{subscribe:this.subscribe,unsubscribe:this.unsubscribe,addSticky:this.addSticky,removeSticky:this.removeSticky,updateStickyRefHeights:this.updateStickyRefHeights,sortSticky:this.sortSticky,notifySubscribers:this.notifySubscribers}}},t.prototype.componentDidMount=function(){var e=this,t=this.props.initialScrollPosition;this._events.on(this.contentContainer,"scroll",this._async.throttle(this.notifySubscribers,50)),this._events.on(window,"resize",this._onWindowResize),this.contentContainer&&t&&(this.contentContainer.scrollTop=t),this.setStickiesDistanceFromTop(),this._stickies.forEach(function(t){e.sortSticky(t)}),this.notifySubscribers(),"MutationObserver"in window&&(this._mutationObserver=new MutationObserver(function(t){if(t.some(function(e){return null!==this.stickyAbove&&null!==this.stickyBelow&&(this.stickyAbove.contains(e.target)||this.stickyBelow.contains(e.target))}.bind(e)))e.updateStickyRefHeights();else{var n=[];e._stickies.forEach(function(e){e.root&&e.root.contains(t[0].target)&&n.push(e)}),n.length&&n.forEach(function(e){e.forceUpdate()})}}),this.root&&this._mutationObserver.observe(this.root,{childList:!0,attributes:!0,subtree:!0,characterData:!0}))},t.prototype.componentWillUnmount=function(){this._events.off(this.contentContainer),this._events.off(window),this._mutationObserver.disconnect()},t.prototype.shouldComponentUpdate=function(e,t){return this.props.children!==e.children||this.props.initialScrollPosition!==e.initialScrollPosition||this.props.className!==e.className||this.state.stickyTopHeight!==t.stickyTopHeight||this.state.stickyBottomHeight!==t.stickyBottomHeight},t.prototype.componentDidUpdate=function(e,t){var n=this.props.initialScrollPosition;this.contentContainer&&n&&e.initialScrollPosition!==n&&(this.contentContainer.scrollTop=n),t.stickyTopHeight===this.state.stickyTopHeight&&t.stickyBottomHeight===this.state.stickyBottomHeight||this.notifySubscribers()},t.prototype.render=function(){var e=this.props,t=e.className,n=e.theme,i=e.getStyles,l=this.state,c=l.stickyTopHeight,u=l.stickyBottomHeight,d=s(i,{theme:n,className:t});return r.createElement("div",o.__assign({},a.getNativeProps(this.props,a.divProperties),{ref:this._root,className:d.root}),r.createElement("div",{ref:this._contentContainer,className:d.contentContainer,"data-is-scrollable":!0},this.props.children),r.createElement("div",{ref:this._stickyAboveRef,className:d.stickyAbove,style:this._getStickyContainerStyle(c)}),r.createElement("div",{className:d.stickyBelow,style:this._getStickyContainerStyle(u)},r.createElement("div",{ref:this._stickyBelowRef,className:d.stickyBelowItems})))},t.prototype.setStickiesDistanceFromTop=function(){var e=this;this.contentContainer&&this._stickies.forEach(function(t){t.setDistanceFromTop(e.contentContainer)})},t.prototype.forceLayoutUpdate=function(){this._onWindowResize()},t.prototype._checkStickyStatus=function(e){this.stickyAbove&&this.stickyBelow&&this.contentContainer&&e.nonStickyContent&&(e.state.isStickyTop||e.state.isStickyBottom?(e.state.isStickyTop&&!this.stickyAbove.contains(e.nonStickyContent)&&e.stickyContentTop&&e.addSticky(e.stickyContentTop),e.state.isStickyBottom&&!this.stickyBelow.contains(e.nonStickyContent)&&e.stickyContentBottom&&e.addSticky(e.stickyContentBottom)):this.contentContainer.contains(e.nonStickyContent)||e.resetSticky())},t.childContextTypes={scrollablePane:i.object},t=o.__decorate([a.customizable("ScrollablePane",["theme"])],t)}(a.BaseComponent);t.ScrollablePaneBase=l},function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),i=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},a=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]0){var r=e[0].contentUrl.replace("http://","https://");o={fileAbsoluteUrl:r,fileName:x.GeneralHelper.getFileNameFromUrl(r),fileNameWithoutExtension:x.GeneralHelper.getFileNameWithoutExtension(r),downloadFileContent:function(){return n.props.bingSearchService.downloadBingContent(r,x.GeneralHelper.getFileNameFromUrl(r))}}}t&&o&&t.fileAbsoluteUrl===o.fileAbsoluteUrl&&(n._selection.setAllSelected(!1),o=null),n.setState({filePickerResult:o}),n._listElem&&n._listElem.forceUpdate()},n._clearSearch=function(){n.setState({query:void 0,results:void 0,filePickerResult:void 0})},n._renderSearchResults=function(){var e=n.state.results;return void 0===e||e.length<1?s.createElement(u.Label,{className:S.default.noResultLabel},w.NoResultsBadEnglish):s.createElement(g.FocusZone,null,s.createElement(b.SelectionZone,{selection:n._selection,onItemInvoked:function(e){return n._selection.setKeySelected(e.key,!0,!0)}},s.createElement(_.List,{ref:n._linkElement,className:S.default.bingGrildList,items:n.state.results,getItemCountForPage:n._getItemCountForPage,getPageHeight:n._getPageHeight,renderedWindowsAhead:4,onRenderCell:n._onRenderSearchResultsCell})))},n._onRenderSearchResultsCell=function(e,t){var o=n.state.query,r=!1;n._selection&&void 0!==t&&(r=n._selection.isIndexSelected(t));var i=e.width/e.height,a=Math.min(n._rowHeight,e.height),l=a*i,c=w.SearchResultAlt.replace("{0}",o);return s.createElement("div",{className:S.default.bingGridListCell,style:{width:100/n._columnCount+"%"}},s.createElement("div",{"aria-label":c,className:v.css(S.default.bingTile,r?S.default.isSelected:void 0),"data-is-focusable":!0,"data-selection-index":t,style:{width:l+"px",height:a+"px"}},s.createElement("div",{className:S.default.bingTileContent,"data-selection-invoke":!0},s.createElement(f.Image,{src:e.thumbnailUrl,className:S.default.bingTileThumbnail,alt:c,width:l,height:a}),s.createElement("div",{className:S.default.bingTileFrame}),s.createElement("div",{className:S.default.bingTileCheckCircle,role:"checkbox","aria-checked":r,"data-item-index":t,"data-selection-toggle":!0,"data-automationid":"CheckCircle"},s.createElement(p.Check,{checked:r})),s.createElement("div",{className:S.default.bingTileNamePlate},s.createElement(m.Link,{href:e.contentUrl,target:"_blank","aria-label":w.SearchResultAriaLabel},e.displayUrl)))))},n._renderSearchSuggestions=function(){var e=void 0!==n.props.suggestions?n.props.suggestions:l.DEFAULT_SUGGESTIONS;return s.createElement(g.FocusZone,null,s.createElement(_.List,{className:S.default.filePickerFolderCardGrid,items:e,getItemCountForPage:n._getItemCountForPage,getPageHeight:n._getPageHeight,renderedWindowsAhead:4,onRenderCell:n._onRenderSuggestionCell}))},n._getSearchResults=function(){return i(n,void 0,void 0,function(){var e,t;return a(this,function(n){switch(n.label){case 0:return void 0!==this.state.query&&this.props.bingSearchService?(this.setState({filePickerResult:null,isLoading:!0}),e={aspect:this.state.aspect,size:this.state.size,license:this.state.license,query:this.state.query},[4,this.props.bingSearchService.executeBingSearch(e)]):[2];case 1:return(t=n.sent())&&this._selection.setItems(t,!0),this.setState({isLoading:!1,results:t}),[2]}})})},n._getItemCountForPage=function(e,t){return 0===e&&(n._columnCount=Math.ceil(t.width/l.MAX_ROW_HEIGHT),n._columnWidth=Math.floor(t.width/n._columnCount),n._rowHeight=n._columnWidth),n._columnCount*l.ROWS_PER_PAGE},n._getPageHeight=function(){return n._rowHeight*l.ROWS_PER_PAGE},n._onRenderSuggestionCell=function(e,t){return s.createElement("div",{className:S.default.filePickerFolderCardTile,"data-is-focusable":!0,style:{width:100/n._columnCount+"%"}},s.createElement("div",{className:S.default.filePickerFolderCardSizer},s.createElement("div",{className:S.default.filePickerFolderCardPadder},s.createElement(f.Image,{src:e.backgroundUrl,className:S.default.filePickerFolderCardImage,imageFit:f.ImageFit.cover}),s.createElement(c.DefaultButton,{className:S.default.filePickerFolderCardLabel,onClick:function(t){return n._handleSearch(e.topic)}},e.topic))))},n._renderSearchBox=function(){var e=n.state.query,t=void 0!==e,o=n.state.license?n.state.license:"All";return s.createElement("div",{className:S.default.searchBoxContainer},s.createElement("div",{className:S.default.searchBoxMedium},s.createElement("div",{className:S.default.searchBox},s.createElement(d.SearchBox,{placeholder:w.SearchBoxPlaceholder,value:e,onSearch:function(e){return n._handleSearch(e)}}))),s.createElement(u.Label,null,w.PoweredByBing),t&&s.createElement("div",{className:S.default.dropdownContainer},s.createElement(h.Dropdown,{className:S.default.filterDropdown,onRenderPlaceHolder:function(e){return n._renderFilterPlaceholder(e)},selectedKey:n.state.size,options:[{key:"All",text:w.SizeOptionAll},{key:"Small",text:w.SizeOptionSmall},{key:"Medium",text:w.SizeOptionMedium},{key:"Large",text:w.SizeOptionLarge},{key:"Wallpaper",text:w.SizeOptionExtraLarge}],onChanged:function(e,t){return n._handleChangeSize(e)}}),s.createElement(h.Dropdown,{className:S.default.filterDropdown,onRenderPlaceHolder:function(e){return n._renderFilterPlaceholder(e)},selectedKey:n.state.aspect,options:[{key:"All",text:w.LayoutOptionAll},{key:"Square",text:w.LayoutOptionSquare},{key:"Wide",text:w.LayoutOptionWide},{key:"Tall",text:w.LayoutOptionTall}],onChanged:function(e,t){return n._handleChangeLayout(e)}}),s.createElement(h.Dropdown,{className:S.default.filterDropdown,onRenderPlaceHolder:function(e){return n._renderFilterPlaceholder(e)},selectedKey:o,options:[{key:"All",text:w.LicenseOptionAll},{key:"Any",text:w.LicenseOptionAny}],onChanged:function(e,t){return n._handleChangeLicense(e)}})))},n._handleChangeSize=function(e){n.setState({size:e.key},function(){return n._getSearchResults()})},n._handleChangeLayout=function(e){n.setState({aspect:e.key},function(){return n._getSearchResults()})},n._handleChangeLicense=function(e){n.setState({license:e.key},function(){return n._getSearchResults()})},n._renderFilterPlaceholder=function(e){return s.createElement("span",null,"Pick the value")},n._handleSearch=function(e){n.setState({query:e},function(){return n._getSearchResults()})},n._handleClose=function(){n.props.onClose()},n._handleSave=function(){n.props.onSave(n.state.filePickerResult)},n._linkElement=function(e){n._listElem=e},n._selection=new b.Selection({selectionMode:b.SelectionMode.single,onSelectionChanged:n._onSelectionChanged}),n.state={isLoading:!1,results:void 0,filePickerResult:null},n}return r(t,e),t.prototype.render=function(){var e=this,t=this.state,n=t.query,o=t.results;return s.createElement("div",{className:S.default.tabContainer},s.createElement("div",{className:S.default.tabHeaderContainer},s.createElement(m.Link,{onClick:this._clearSearch},s.createElement("h2",{className:S.default.tabHeader},w.WebSearchLinkLabel)),this.props.bingSearchService&&this._renderSearchBox()),s.createElement("div",{className:S.default.tab},!n&&this._renderSearchSuggestions(),n&&o&&this._renderSearchResults()),s.createElement("div",{className:S.default.actionButtonsContainer},this.state.results&&"Any"===this.state.license&&s.createElement(y.MessageBar,null,w.CreativeCommonsMessage),s.createElement(u.Label,{className:S.default.copyrightLabel},w.CopyrightWarning," ",s.createElement(m.Link,{target:"_blank",href:w.CopyrightUrl},w.LearnMoreLink)),s.createElement("div",{className:S.default.actionButtons},s.createElement(c.PrimaryButton,{disabled:!this.state.filePickerResult,className:S.default.actionButton,onClick:function(){return e._handleSave()}},w.OpenButtonLabel),s.createElement(c.DefaultButton,{onClick:function(){return e._handleClose()},className:S.default.actionButton},w.CancelButtonLabel))))},t}(s.Component);t.default=k},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.info=0]="info",e[e.error=1]="error",e[e.blocked=2]="blocked",e[e.severeWarning=3]="severeWarning",e[e.success=4]="success",e[e.warning=5]="warning",e[e.remove=9e4]="remove"}(t.MessageBarType||(t.MessageBarType={}))},function(e,t,n){"use strict";var o=this&&this.__awaiter||function(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})},r=this&&this.__generator||function(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=o[2&i[0]?"return":i[0]?"throw":"next"])&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[0,r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]=0)e[t+1]=o.replace(/\s*(?:\/\*\s*)?\@noflip\b(?:\s*\*\/)?\s*?/g,"");else if(n.indexOf(i)>=0)e[t]=n.replace(i,a);else if(n.indexOf(a)>=0)e[t]=n.replace(a,i);else if(String(o).indexOf(i)>=0)e[t+1]=o.replace(i,a);else if(String(o).indexOf(a)>=0)e[t+1]=o.replace(a,i);else if(l[n])e[t]=l[n];else if(c[o])e[t+1]=c[o];else switch(n){case"margin":case"padding":e[t+1]=function(e){if("string"==typeof e){var t=e.split(" ");if(4===t.length)return t[0]+" "+t[3]+" "+t[2]+" "+t[1]}return e}(o);break;case"box-shadow":e[t+1]=function(e,t){var n=e.split(" "),o=parseInt(n[t],10);return n[0]=n[0].replace(String(o),String(-1*o)),n.join(" ")}(o,0)}}};var o,r=n(82),i="left",a="right",s="@noflip",l=((o={})[i]=a,o[a]=i,o),c={"w-resize":"e-resize","sw-resize":"se-resize","nw-resize":"ne-resize"},u=d();function d(){return void 0===u&&(u="undefined"!=typeof document&&!!document.documentElement&&"rtl"===document.documentElement.getAttribute("dir")),u}},function(e,t,n){"use strict";t.a=function(){for(var e=[],t=0;t=0)e(s.split(" "));else{var l=i.argsFromClassName(s);l?e(l):-1===n.indexOf(s)&&n.push(s)}else Array.isArray(s)?e(s):"object"==typeof s&&r.push(s)}}(e),{classes:n,objects:r}};var o=n(82)},function(e,t,n){"use strict";t.a=function e(){var t=[];for(var n=0;n0){o.subComponentStyles={};var h=o.subComponentStyles,f=function(t){if(r.hasOwnProperty(t)){var n=r[t];h[t]=function(t){return e.apply(void 0,n.map(function(e){return"function"==typeof e?e(t):e}))}}};for(var u in r)f(u)}return o}},function(e,t,n){"use strict";t.c=function(e,t){var n=o.a({},e,{isRegistered:!1,className:void 0}),r=e.icons;for(var i in t=t?o.a({},a.__options,t):a.__options,r)if(r.hasOwnProperty(i)){var s=r[i],c=l(i);a[c]?d(i):a[c]={code:s,subset:n}}},t.b=function(e,t){a.__remapped[l(e)]=l(t)},t.a=function(e){var t=void 0,n=a.__options;if(e=e?l(e):"",e=a.__remapped[e]||e)if(t=a[e]){var o=t.subset;o&&o.fontFace&&(o.isRegistered||(Object(i.c)(o.fontFace),o.isRegistered=!0),o.className||(o.className=Object(i.f)(o.style,{fontFamily:o.fontFace.fontFamily,fontWeight:o.fontFace.fontWeight||"normal",fontStyle:o.fontFace.fontStyle||"normal"})))}else!n.disableWarnings&&n.warnOnMissingIcons&&Object(r._44)('The icon "'+e+'" was used but not registered. See http://aka.ms/fabric-icon-usage for more information.');return t};var o=n(3),r=n(31),i=n(28),a=r.i.getValue("icons",{__options:{disableWarnings:!1,warnOnMissingIcons:!0},__remapped:{}}),s=i.a.getInstance();s&&s.onReset&&s.onReset(function(){for(var e in a)a.hasOwnProperty(e)&&a[e].subset&&(a[e].subset.className=void 0)});var l=function(e){return e.toLowerCase()};var c=[],u=void 0;function d(e){var t=a.__options;t.disableWarnings||(c.push(e),void 0===u&&(u=setTimeout(function(){Object(r._44)("Some icons were re-registered. Applications should only call registerIcons for any given icon once. Redefining what an icon is may have unintended consequences. Duplicates include: \n"+c.slice(0,10).join(", ")+(c.length>10?" (+ "+(c.length-10)+" more)":"")),u=void 0,c=[]},2e3)))}},function(e,t,n){"use strict";n.d(t,"a",function(){return r});var o=n(38),r=function(){function e(e,t){this._timeoutIds=null,this._immediateIds=null,this._intervalIds=null,this._animationFrameIds=null,this._isDisposed=!1,this._parent=e||null,this._onErrorHandler=t,this._noop=function(){}}return e.prototype.dispose=function(){var e;if(this._isDisposed=!0,this._parent=null,this._timeoutIds){for(e in this._timeoutIds)this._timeoutIds.hasOwnProperty(e)&&this.clearTimeout(parseInt(e,10));this._timeoutIds=null}if(this._immediateIds){for(e in this._immediateIds)this._immediateIds.hasOwnProperty(e)&&this.clearImmediate(parseInt(e,10));this._immediateIds=null}if(this._intervalIds){for(e in this._intervalIds)this._intervalIds.hasOwnProperty(e)&&this.clearInterval(parseInt(e,10));this._intervalIds=null}if(this._animationFrameIds){for(e in this._animationFrameIds)this._animationFrameIds.hasOwnProperty(e)&&this.cancelAnimationFrame(parseInt(e,10));this._animationFrameIds=null}},e.prototype.setTimeout=function(e,t){var n=this,o=0;return this._isDisposed||(this._timeoutIds||(this._timeoutIds={}),o=setTimeout(function(){try{n._timeoutIds&&delete n._timeoutIds[o],e.apply(n._parent)}catch(e){n._onErrorHandler&&n._onErrorHandler(e)}},t),this._timeoutIds[o]=!0),o},e.prototype.clearTimeout=function(e){this._timeoutIds&&this._timeoutIds[e]&&(clearTimeout(e),delete this._timeoutIds[e])},e.prototype.setImmediate=function(e,t){var n=this,r=0,i=Object(o.a)(t);if(!this._isDisposed){this._immediateIds||(this._immediateIds={});r=i.setTimeout(function(){try{n._immediateIds&&delete n._immediateIds[r],e.apply(n._parent)}catch(e){n._logError(e)}},0),this._immediateIds[r]=!0}return r},e.prototype.clearImmediate=function(e,t){var n=Object(o.a)(t);this._immediateIds&&this._immediateIds[e]&&(n.clearTimeout(e),delete this._immediateIds[e])},e.prototype.setInterval=function(e,t){var n=this,o=0;return this._isDisposed||(this._intervalIds||(this._intervalIds={}),o=setInterval(function(){try{e.apply(n._parent)}catch(e){n._logError(e)}},t),this._intervalIds[o]=!0),o},e.prototype.clearInterval=function(e){this._intervalIds&&this._intervalIds[e]&&(clearInterval(e),delete this._intervalIds[e])},e.prototype.throttle=function(e,t,n){var o=this;if(this._isDisposed)return this._noop;var r,i,a=t||0,s=!0,l=!0,c=0,u=null;n&&"boolean"==typeof n.leading&&(s=n.leading),n&&"boolean"==typeof n.trailing&&(l=n.trailing);var d=function(t){var n=(new Date).getTime(),p=n-c,h=s?a-p:a;return p>=a&&(!t||s)?(c=n,u&&(o.clearTimeout(u),u=null),r=e.apply(o._parent,i)):null===u&&l&&(u=o.setTimeout(d,h)),r};return function(){for(var e=[],t=0;t=s&&(n=!0),d=t);var r=t-d,a=s-r,f=t-p,_=!1;return null!==u&&(f>=u&&h?_=!0:a=Math.min(a,u-f)),r>=s||_||n?m(t):null!==h&&e||!c||(h=o.setTimeout(g,a)),i},_=function(){return!!h},b=function(){for(var e=[],t=0;t0){var e=Object(r.a)();e&&e.body&&1===s&&(e.body.classList.remove(l),e.body.removeEventListener("touchmove",d)),s--}},t.e=function(){if(void 0===o){var e=document.createElement("div");e.style.setProperty("width","100px"),e.style.setProperty("height","100px"),e.style.setProperty("overflow","scroll"),e.style.setProperty("position","absolute"),e.style.setProperty("top","-9999px"),document.body.appendChild(e),o=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return o},t.d=p;var o,r=n(117),i=n(28),a=n(38),s=0,l=Object(i.f)({overflow:"hidden !important"}),c="data-is-scrollable",u=function(e,t){if(e){var n=0,o=null;t.on(e,"touchstart",function(e){1===e.targetTouches.length&&(n=e.targetTouches[0].clientY)},{passive:!1}),t.on(e,"touchmove",function(e){if(1===e.targetTouches.length&&(e.stopPropagation(),o)){var t=e.targetTouches[0].clientY-n,r=p(e.target);r&&(o=r),0===o.scrollTop&&t>0&&e.preventDefault(),o.scrollHeight-o.scrollTop<=o.clientHeight&&t<0&&e.preventDefault()}},{passive:!1}),o=e}},d=function(e){e.preventDefault()};function p(e){for(var t=e,n=Object(r.a)(e);t&&t!==n.body;){if("true"===t.getAttribute(c))return t;t=t.parentElement}for(t=e;t&&t!==n.body;){if("false"!==t.getAttribute(c)){var o=getComputedStyle(t),i=o?o.getPropertyValue("overflow-y"):"";if(i&&("scroll"===i||"auto"===i))return t}t=t.parentElement}return t&&t!==n.body||(t=Object(a.a)(e)),t}},function(e,t,n){"use strict";t.a=function(e){var t;e&&(e===window?t={left:0,top:0,width:window.innerWidth,height:window.innerHeight,right:window.innerWidth,bottom:window.innerHeight}:e.getBoundingClientRect&&(t=e.getBoundingClientRect()));return t}},function(e,t,n){"use strict";t.a=function(e,t,n,o,r){};n(163)},function(e,t,n){"use strict";t.a=function(e,t,n){};n(163)},function(e,t,n){"use strict";t.a=function(e,t,n){};n(163)},function(e,t,n){"use strict";n.d(t,"a",function(){return i}),t.b=function(e){var t=e||Object(o.a)();t&&!t.__hasInitializeFocusRects__&&(t.__hasInitializeFocusRects__=!0,t.addEventListener("mousedown",a,!0),t.addEventListener("keydown",s,!0))};var o=n(38),r=n(638),i="ms-Fabric--isFocusVisible";function a(e){var t=Object(o.a)(e.target);if(t){var n=t.document.body.classList;n.contains(i)&&n.remove(i)}}function s(e){var t=Object(o.a)(e.target);if(t){var n=t.document.body.classList;Object(r.a)(e.which)&&!n.contains(i)&&n.add(i)}}},function(e,t,n){"use strict";t.a=function(e){return!!i[e]};var o,r=n(245),i=((o={})[r.a.up]=1,o[r.a.down]=1,o[r.a.left]=1,o[r.a.right]=1,o[r.a.home]=1,o[r.a.end]=1,o[r.a.tab]=1,o[r.a.pageUp]=1,o[r.a.pageDown]=1,o)},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(38),r="__globalSettings__",i="__callbacks__",a=0,s=function(){function e(){}return e.getValue=function(e,t){var n=l();return void 0===n[e]&&(n[e]="function"==typeof t?t():t),n[e]},e.setValue=function(e,t){var n=l(),o=n[i],r=n[e];if(t!==r){n[e]=t;var a={oldValue:r,value:t,key:e};for(var s in o)o.hasOwnProperty(s)&&o[s](a)}return t},e.addChangeListener=function(e){var t=e.__id__,n=c();t||(t=e.__id__=String(a++)),n[t]=e},e.removeChangeListener=function(e){delete c()[e.__id__]},e}();function l(){var e,t=Object(o.a)()||{};return t[r]||(t[r]=((e={})[i]={},e)),t[r]}function c(){return l()[i]}},function(e,t,n){"use strict";t.a=function(e){for(var t=[],n=1;n=0&&(r[e].splice(n,1),0===r[e].length&&delete r[e])}},t.b=function(e){r[e]&&r[e].forEach(function(e){return e()})},t.a=function(){return o};var o,r={}},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(666),s=n(654),l=n(169),c=Object(i.r)(),u=function(e){function t(n){var o=e.call(this,n)||this;return o._tooltipHost=r.createRef(),o._closingTimer=-1,o.show=function(){o._toggleTooltip(!0)},o.dismiss=function(){o._hideTooltip()},o._onTooltipMouseEnter=function(e){var n=o.props.overflowMode;if(t._currentVisibleTooltip&&t._currentVisibleTooltip!==o&&t._currentVisibleTooltip.dismiss(),t._currentVisibleTooltip=o,void 0!==n){var r=o._getTargetElement();if(r&&!Object(i._0)(r))return}o._clearDismissTimer(),e.target&&Object(i._19)(e.target,o._getTargetElement())||o._toggleTooltip(!0)},o._onTooltipMouseLeave=function(e){o.props.closeDelay?(o._clearDismissTimer(),o._closingTimer=o._async.setTimeout(function(){o._toggleTooltip(!1)},o.props.closeDelay)):o._toggleTooltip(!1),t._currentVisibleTooltip===o&&(t._currentVisibleTooltip=void 0)},o._onTooltipKeyDown=function(e){e.which===i.g.escape&&o._hideTooltip()},o._clearDismissTimer=function(){o._async.clearTimeout(o._closingTimer)},o._hideTooltip=function(){o._toggleTooltip(!1)},o.state={isTooltipVisible:!1},o}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.calloutProps,n=e.children,a=e.content,l=e.delay,u=e.directionalHint,d=e.directionalHintForRTL,p=e.hostClassName,h=e.id,f=e.setAriaDescribedBy,m=void 0===f||f,g=e.tooltipProps,_=e.styles,b=e.theme;this._classNames=c(_,{theme:b,className:p});var y=this.state.isTooltipVisible,v=h||Object(i.N)("tooltip"),x=!!(a||g&&g.onRenderContent&&g.onRenderContent()),S=y&&x,w=m&&y&&x?v:void 0;return r.createElement("div",o.a({className:this._classNames.root,ref:this._tooltipHost},{onFocusCapture:this._onTooltipMouseEnter},{onBlurCapture:this._hideTooltip},{onMouseEnter:this._onTooltipMouseEnter,onMouseLeave:this._onTooltipMouseLeave,onKeyDown:this._onTooltipKeyDown,"aria-describedby":w}),n,S&&r.createElement(s.a,o.a({id:v,delay:l,content:a,targetElement:this._getTargetElement(),directionalHint:u,directionalHintForRTL:d,calloutProps:Object(i.n)({},t,{onMouseEnter:this._onTooltipMouseEnter,onMouseLeave:this._onTooltipMouseLeave}),onMouseEnter:this._onTooltipMouseEnter,onMouseLeave:this._onTooltipMouseLeave},Object(i.R)(this.props,i.w),g)))},t.prototype.componentWillUnmount=function(){t._currentVisibleTooltip&&t._currentVisibleTooltip===this&&(t._currentVisibleTooltip=void 0)},t.prototype._getTargetElement=function(){if(this._tooltipHost.current){var e=this.props.overflowMode;if(void 0!==e)switch(e){case a.a.Parent:return this._tooltipHost.current.parentElement;case a.a.Self:return this._tooltipHost.current}return this._tooltipHost.current}},t.prototype._toggleTooltip=function(e){var t=this;this.state.isTooltipVisible!==e&&this.setState({isTooltipVisible:e},function(){return t.props.onTooltipToggle&&t.props.onTooltipToggle(t.state.isTooltipVisible)})},t.defaultProps={delay:l.a.medium},t}(i.c)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.Parent=0]="Parent",e[e.Self=1]="Self"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(668),i=n(1631),a=Object(o._29)(r.a,i.a,void 0,{scope:"PersonaCoin"})},function(e,t,n){"use strict";n.d(t,"a",function(){return f});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(6),s=n(1624),l=n(16),c=n(86),u=n(84),d=n(675),p=n(85),h=Object(i.r)(),f=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderCoin=function(e){var t=n.props,o=t.coinSize,i=t.styles,a=t.imageUrl,s=t.imageAlt,l=t.imageShouldFadeIn,u=t.imageShouldStartVisible,d=t.theme,f=t.showUnknownPersonaCoin;if(!a)return null;var m=n.props.size,g=h(i,{theme:d,size:m,showUnknownPersonaCoin:f}),_=o||p.e[m];return r.createElement(c.a,{className:g.image,imageFit:c.b.cover,src:a,width:_,height:_,alt:s,shouldFadeIn:l,shouldStartVisible:u,onLoadingStateChange:n._onPhotoLoadingStateChange})},n._onRenderInitials=function(e){var t=e.imageInitials,o=e.allowPhoneInitials;if(e.showUnknownPersonaCoin)return r.createElement(l.b,{iconName:"Help"});var a=Object(i.V)();return""!==(t=t||Object(i.O)(n._getText(),a,o))?r.createElement("span",null,t):r.createElement(l.b,{iconName:"Contact"})},n._onPhotoLoadingStateChange=function(e){n.setState({isImageLoaded:e===c.c.loaded,isImageError:e===c.c.error}),n.props.onPhotoLoadingStateChange&&n.props.onPhotoLoadingStateChange(e)},n._warnDeprecations({primaryText:"text"}),n.state={isImageLoaded:!1,isImageError:!1},n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){e.imageUrl!==this.props.imageUrl&&this.setState({isImageLoaded:!1,isImageError:!1})},t.prototype.render=function(){var e=this.props,t=e.className,n=e.coinProps,c=e.showUnknownPersonaCoin,p=e.coinSize,f=e.styles,m=e.imageUrl,g=e.isOutOfOffice,_=e.onRenderCoin,b=void 0===_?this._onRenderCoin:_,y=e.onRenderInitials,v=void 0===y?this._onRenderInitials:y,x=e.presence,S=e.presenceTitle,w=e.showInitialsUntilImageLoads,k=e.theme,C=this.props.size,I=Object(i.R)(this.props,i.w),P=Object(i.R)(n||{},i.w),M=p?{width:p,height:p}:void 0,T=c,D={coinSize:p,isOutOfOffice:g,presence:x,presenceTitle:S,size:C,theme:k},O=h(f,{theme:k,className:n&&n.className?n.className:t,size:C,coinSize:p,showUnknownPersonaCoin:c}),L=Boolean(!this.state.isImageLoaded&&(w&&m||!m||this.state.isImageError||T));return r.createElement("div",o.a({},I,{className:O.coin}),C!==u.c.size10&&C!==u.c.tiny?r.createElement("div",o.a({},P,{className:O.imageArea,style:M}),L&&r.createElement("div",{className:Object(a.E)(O.initials,!c&&{backgroundColor:Object(d.a)(this.props)}),style:M,"aria-hidden":"true"},v(this.props,this._onRenderInitials)),!T&&b(this.props,this._onRenderCoin),r.createElement(s.a,o.a({},D))):this.props.presence?r.createElement(s.a,o.a({},D)):r.createElement(l.b,{iconName:"Contact",className:O.size10WithoutPresenceIcon}),this.props.children)},t.prototype._getText=function(){return this.props.text||this.props.primaryText||""},t.defaultProps={size:u.c.size48,presence:u.b.none,imageAlt:""},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(16),s=n(84),l=n(85),c=Object(i.r)(),u=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderIcon=function(e,t){return r.createElement(a.b,{className:e,iconName:d(n.props.presence,n.props.isOutOfOffice),style:t})},n}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.coinSize,n=e.isOutOfOffice,o=e.styles,i=e.presence,a=e.theme,u=e.presenceTitle,d=Object(l.d)(this.props.size),p=!(d.isSize10||d.isSize16||d.isSize24||d.isSize28||d.isSize32)&&(!t||t>32),h=t?t/3<40?t/3+"px":"40px":"",f=t?{fontSize:t?t/6<20?t/6+"px":"20px":"",lineHeight:h}:void 0,m=t?{width:h,height:h}:void 0,g=c(o,{theme:a,presence:i,size:this.props.size,isOutOfOffice:n});return i===s.b.none?null:r.createElement("div",{className:g.presence,style:m,title:u},p&&this._onRenderIcon(g.presenceIcon,f))},t}(i.c);function d(e,t){if(e){switch(s.b[e]){case"online":return"SkypeCheck";case"away":return t?"SkypeArrow":"SkypeClock";case"dnd":return"SkypeMinus";case"offline":return t?"SkypeArrow":""}return""}}},function(e,t,n){"use strict";var o=n(1626);n.d(t,"b",function(){return o.a});n(671),n(672);var r=n(674);n.d(t,"a",function(){return r.a});n(1628)},function(e,t,n){"use strict";n.d(t,"a",function(){return d});var o=n(3),r=n(0),i=(n.n(r),n(672)),a=n(253),s=n(254),l=n(1),c=n(674),u=Object(l.r)({disableCaching:!0}),d=function(e){function t(t){var n=e.call(this,t)||this;return n.onImageLoadingStateChange=function(e){n.props.imageProps&&n.props.imageProps.onLoadingStateChange&&n.props.imageProps.onLoadingStateChange(e),e===s.c.error&&n.setState({imageLoadError:!0})},n.state={imageLoadError:!1},n}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.styles,s=e.iconName,d=e.imageErrorAs,p=e.theme,h="string"==typeof s&&0===s.length,f=this.props.iconType===i.a.image||this.props.iconType===i.a.Image||!!this.props.imageProps,m=Object(c.b)(s),g=m.iconClassName,_=m.children,b=u(n,{theme:p,className:t,iconClassName:g,isImage:f,isPlaceholder:h}),y=f?"div":"i",v=Object(l.R)(this.props,l._3,["aria-label"]),x=this.state.imageLoadError,S=o.a({},this.props.imageProps,{onLoadingStateChange:this.onImageLoadingStateChange}),w=x&&d||a.a,k=this.props.ariaLabel||this.props["aria-label"],C=k?{"aria-label":k}:{role:"presentation","aria-hidden":!S.alt&&!S["aria-labelledby"]};return r.createElement(y,o.a({"data-icon-name":s},C,v,{className:b.root}),f?r.createElement(w,o.a({},S)):_)},t}(r.Component)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.default=0]="default",e[e.image=1]="image",e[e.Default=1e5]="Default",e[e.Image=100001]="Image"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(254),s=Object(i.r)(),l=function(e){function t(t){var n=e.call(this,t)||this;return n._coverStyle=a.a.portrait,n._imageElement=r.createRef(),n._frameElement=r.createRef(),n._onImageLoaded=function(e){var t=n.props,o=t.src,r=t.onLoad;r&&r(e),n._computeCoverStyle(n.props),o&&n.setState({loadState:a.c.loaded})},n._onImageError=function(e){n.props.onError&&n.props.onError(e),n.setState({loadState:a.c.error})},n.state={loadState:a.c.notLoaded},n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){e.src!==this.props.src?this.setState({loadState:a.c.notLoaded}):this.state.loadState===a.c.loaded&&this._computeCoverStyle(e)},t.prototype.componentDidUpdate=function(e,t){this._checkImageLoaded(),this.props.onLoadingStateChange&&t.loadState!==this.state.loadState&&this.props.onLoadingStateChange(this.state.loadState)},t.prototype.render=function(){var e=Object(i.R)(this.props,i._4,["width","height"]),t=this.props,n=t.src,l=t.alt,c=t.width,u=t.height,d=t.shouldFadeIn,p=t.shouldStartVisible,h=t.className,f=t.imageFit,m=t.role,g=t.maximizeFrame,_=t.styles,b=t.theme,y=this.state.loadState,v=void 0!==this.props.coverStyle?this.props.coverStyle:this._coverStyle,x=s(_,{theme:b,className:h,width:c,height:u,maximizeFrame:g,shouldFadeIn:d,shouldStartVisible:p,isLoaded:y===a.c.loaded||y===a.c.notLoaded&&this.props.shouldStartVisible,isLandscape:v===a.a.landscape,isCenter:f===a.b.center,isCenterContain:f===a.b.centerContain,isCenterCover:f===a.b.centerCover,isContain:f===a.b.contain,isCover:f===a.b.cover,isNone:f===a.b.none,isError:y===a.c.error,isNotImageFit:void 0===f});return r.createElement("div",{className:x.root,style:{width:c,height:u},ref:this._frameElement},r.createElement("img",o.a({},e,{onLoad:this._onImageLoaded,onError:this._onImageError,key:"fabricImage"+this.props.src||"",className:x.image,ref:this._imageElement,src:n,alt:l,role:m})))},t.prototype._checkImageLoaded=function(){var e=this.props.src;this.state.loadState===a.c.notLoaded&&(!!this._imageElement.current&&(e&&this._imageElement.current.naturalWidth>0&&this._imageElement.current.naturalHeight>0||this._imageElement.current.complete&&t._svgRegex.test(e))&&(this._computeCoverStyle(this.props),this.setState({loadState:a.c.loaded})))},t.prototype._computeCoverStyle=function(e){var t=e.imageFit,n=e.width,o=e.height;if((t===a.b.cover||t===a.b.contain||t===a.b.centerContain||t===a.b.centerCover)&&void 0===this.props.coverStyle&&this._imageElement.current&&this._frameElement.current){var r=void 0;r=n&&o&&t!==a.b.centerContain&&t!==a.b.centerCover?n/o:this._frameElement.current.clientWidth/this._frameElement.current.clientHeight;var i=this._imageElement.current.naturalWidth/this._imageElement.current.naturalHeight;this._coverStyle=i>r?a.a.landscape:a.a.portrait}},t.defaultProps={shouldFadeIn:!0},t._svgRegex=/\.svg$/i,t}(r.Component)},function(e,t,n){"use strict";n.d(t,"b",function(){return l}),n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(255)),a=n(1),s=n(6),l=Object(a._15)(function(e){var t=Object(s.x)(e)||{subset:{className:void 0},code:void 0};return{children:t.code,iconClassName:t.subset.className}}),c=function(e){var t=e.iconName,n=e.className,s=l(t),c=s.iconClassName,u=s.children,d=Object(a.R)(e,a._3),p=e["aria-label"]?{}:{role:"presentation","aria-hidden":!0};return r.createElement("i",o.a({"data-icon-name":t},p,d,{className:Object(a.t)(i.a,i.b.root,c,!t&&i.b.placeholder,n)}),u)};Object(a._15)(function(e,t,n){return c({iconName:e,className:t,"aria-label":n})})},function(e,t,n){"use strict";t.a=a;var o=n(84),r=[o.a.lightBlue,o.a.blue,o.a.darkBlue,o.a.teal,o.a.green,o.a.darkGreen,o.a.lightPink,o.a.pink,o.a.magenta,o.a.purple,o.a.orange,o.a.lightRed,o.a.darkRed,o.a.violet,o.a.gold,o.a.burgundy,o.a.warmGray,o.a.cyan,o.a.rust,o.a.coolGray],i=r.length;function a(e){var t=e.primaryText,n=e.text,a=e.initialsColor;return"string"==typeof a?a:function(e){switch(e){case o.a.lightBlue:return"#4F6BED";case o.a.blue:return"#0078D4";case o.a.darkBlue:return"#004E8C";case o.a.teal:return"#038387";case o.a.lightGreen:case o.a.green:return"#498205";case o.a.darkGreen:return"#0B6A0B";case o.a.lightPink:return"#C239B3";case o.a.pink:return"#E3008C";case o.a.magenta:return"#881798";case o.a.purple:return"#5C2E91";case o.a.orange:return"#CA5010";case o.a.red:return"#EE1111";case o.a.lightRed:return"#D13438";case o.a.darkRed:return"#A4262C";case o.a.transparent:return"transparent";case o.a.violet:return"#8764B8";case o.a.gold:return"#986F0B";case o.a.burgundy:return"#750B1C";case o.a.warmGray:return"#7A7574";case o.a.cyan:return"#005B70";case o.a.rust:return"#8E562E";case o.a.coolGray:return"#69797E";case o.a.black:return"#1D1D1D";case o.a.gray:return"#393939"}}(a=void 0!==a?a:function(e){var t=o.a.blue;if(!e)return t;for(var n=0,a=e.length-1;a>=0;a--){var s=e.charCodeAt(a),l=a%8;n^=(s<>8-l)}return t=r[n%i]}(n||t))}},function(e,t,n){"use strict";var o=n(256);n.d(t,"a",function(){return o.a})},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=function(e){function t(t){var n=e.call(this,t)||this;return n._inputElement=r.createRef(),n._autoFillEnabled=!0,n._onCompositionStart=function(e){n._autoFillEnabled=!1},n._onCompositionEnd=function(e){var t=n._getCurrentInputValue();n._tryEnableAutofill(t,n.value,!1,!0);var o="ko"===e.nativeEvent.locale;n._async.setTimeout(function(){var e=o?n.value:n._getCurrentInputValue();n._updateValue(e)},0)},n._onClick=function(){n._value&&""!==n._value&&n._autoFillEnabled&&(n._autoFillEnabled=!1)},n._onKeyDown=function(e){if(n.props.onKeyDown&&n.props.onKeyDown(e),!e.nativeEvent.isComposing)switch(e.which){case i.g.backspace:n._autoFillEnabled=!1;break;case i.g.left:case i.g.right:n._autoFillEnabled&&(n._value=n.state.displayValue,n._autoFillEnabled=!1);break;default:n._autoFillEnabled||-1!==n.props.enableAutofillOnKeyPress.indexOf(e.which)&&(n._autoFillEnabled=!0)}},n._onInputChanged=function(e){var t=n._getCurrentInputValue(e);n._tryEnableAutofill(t,n._value,e.nativeEvent.isComposing),n._updateValue(t)},n._onChanged=function(){},n._updateValue=function(e){(e||e!==n._value)&&(n._value=n.props.onInputChange?n.props.onInputChange(e):e,n.setState({displayValue:n._getDisplayValue(n._value,n.props.suggestedDisplayValue)},function(){return n._notifyInputChange(n._value)}))},n._value=t.defaultVisibleValue||"",n.state={displayValue:t.defaultVisibleValue||""},n}return o.c(t,e),Object.defineProperty(t.prototype,"cursorLocation",{get:function(){if(this._inputElement.current){var e=this._inputElement.current;return"forward"!==e.selectionDirection?e.selectionEnd:e.selectionStart}return-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isValueSelected",{get:function(){return Boolean(this.inputElement&&this.inputElement.selectionStart!==this.inputElement.selectionEnd)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function(){return this._value},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectionStart",{get:function(){return this._inputElement.current?this._inputElement.current.selectionStart:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectionEnd",{get:function(){return this._inputElement.current?this._inputElement.current.selectionEnd:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"inputElement",{get:function(){return this._inputElement.current},enumerable:!0,configurable:!0}),t.prototype.componentWillReceiveProps=function(e){var t;this.props.updateValueInWillReceiveProps&&(t=this.props.updateValueInWillReceiveProps()),"string"==typeof(t=this._getDisplayValue(t||this._value,e.suggestedDisplayValue))&&this.setState({displayValue:t})},t.prototype.componentDidUpdate=function(){var e=this._value,t=this.props,n=t.suggestedDisplayValue,o=t.shouldSelectFullInputValueInComponentDidUpdate,r=0;if(!t.preventValueSelection&&this._autoFillEnabled&&e&&n&&this._doesTextStartWith(n,e)){var i=!1;if(o&&(i=o()),i&&this._inputElement.current)this._inputElement.current.setSelectionRange(0,n.length,"backward");else{for(;r0&&this._inputElement.current&&this._inputElement.current.setSelectionRange(r,n.length,"backward")}}},t.prototype.render=function(){var e=this.state.displayValue,t=Object(i.R)(this.props,i._7);return r.createElement("input",o.a({autoCapitalize:"off",autoComplete:"off","aria-autocomplete":"both"},t,{ref:this._inputElement,value:e,onCompositionStart:this._onCompositionStart,onCompositionEnd:this._onCompositionEnd,onChange:this._onChanged,onInput:this._onInputChanged,onKeyDown:this._onKeyDown,onClick:this.props.onClick?this.props.onClick:this._onClick,"data-lpignore":!0}))},t.prototype.focus=function(){this._inputElement.current&&this._inputElement.current.focus()},t.prototype.clear=function(){this._autoFillEnabled=!0,this._updateValue(""),this._inputElement.current&&this._inputElement.current.setSelectionRange(0,0)},t.prototype._getCurrentInputValue=function(e){return e&&e.target&&e.target.value?e.target.value:this.inputElement&&this.inputElement.value?this.inputElement.value:""},t.prototype._tryEnableAutofill=function(e,t,n,o){!n&&e&&this._inputElement.current&&this._inputElement.current.selectionStart===e.length&&!this._autoFillEnabled&&(e.length>t.length||o)&&(this._autoFillEnabled=!0)},t.prototype._notifyInputChange=function(e){this.props.onInputValueChange&&this.props.onInputValueChange(e)},t.prototype._getDisplayValue=function(e,t){var n=e;return t&&e&&this._doesTextStartWith(t,n)&&this._autoFillEnabled&&(n=t),n},t.prototype._doesTextStartWith=function(e,t){return!(!e||!t)&&0===e.toLocaleLowerCase().indexOf(t.toLocaleLowerCase())},t.defaultProps={enableAutofillOnKeyPress:[i.g.down,i.g.up]},t}(i.c);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}o.c(t,e)}(a)},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.message,n=e.styles;return this._classNames=a(n),r.createElement("div",o.a({role:"status"},Object(i.R)(this.props,i.w)),r.createElement(i.d,null,r.createElement("div",{className:this._classNames.screenReaderText},t)))},t.defaultProps={"aria-live":"assertive"},t}(r.Component)},function(e,t,n){"use strict";n.d(t,"a",function(){return g});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(23),s=n(171),l=n(16),c=n(22),u=n(25),d=n(261),p=n(168),h=Object(i.r)(),f="overflow",m=function(){return null},g=function(e){function t(t){var n=e.call(this,t)||this;return n._focusZone=r.createRef(),n._onReduceData=function(e){var t=e.renderedItems,n=e.renderedOverflowItems,r=e.props.overflowIndex,i=t[r];if((t=t.slice()).splice(r,1),n=n.concat([i]),void 0!==i)return o.a({},e,{renderedItems:t,renderedOverflowItems:n})},n._onRenderBreadcrumb=function(e){var t=e.props,s=t.ariaLabel,d=t.dividerAs,p=void 0===d?l.b:d,h=t.onRenderItem,g=void 0===h?n._onRenderItem:h,_=t.overflowAriaLabel,b=t.overflowIndex,y=t.onRenderOverflowIcon,v=e.renderedOverflowItems,x=e.renderedItems,S=v.map(function(e,t){return{name:e.text,key:e.key,onClick:e.onClick?n._onBreadcrumbClicked.bind(n,e):null,href:e.href}}),w=x.length-1,k=v&&0!==v.length,C=x.map(function(e,t){return r.createElement("li",{className:n._classNames.listItem,key:e.key||String(t)},g(e,n._onRenderItem),(t!==w||k&&t===b-1)&&r.createElement(p,{className:n._classNames.chevron,iconName:Object(i.V)()?"ChevronLeft":"ChevronRight",item:e}))});if(k){var I=y?{}:{iconName:"More"},P=y||m;C.splice(b,0,r.createElement("li",{className:n._classNames.overflow,key:f},r.createElement(c.f,{className:n._classNames.overflowButton,iconProps:I,role:"button","aria-haspopup":"true",ariaLabel:_,onRenderMenuIcon:P,menuProps:{items:S,directionalHint:u.a.bottomLeftEdge}}),b!==w+1&&r.createElement(p,{className:n._classNames.chevron,iconName:Object(i.V)()?"ChevronLeft":"ChevronRight",item:v[v.length-1]})))}var M=Object(i.R)(n.props,i._3,["className"]);return r.createElement("div",o.a({className:n._classNames.root,role:"navigation","aria-label":s},M),r.createElement(a.a,o.a({componentRef:n._focusZone,direction:a.b.horizontal},n.props.focusZoneProps),r.createElement("ol",{className:n._classNames.list},C)))},n._onRenderItem=function(e){return e.onClick||e.href?r.createElement(s.a,{className:n._classNames.itemLink,href:e.href,"aria-current":e.isCurrentItem?"page":void 0,onClick:n._onBreadcrumbClicked.bind(n,e)},r.createElement(p.b,o.a({content:e.text,overflowMode:p.c.Parent},n.props.tooltipHostProps),e.text)):r.createElement("span",{className:n._classNames.item},r.createElement(p.b,o.a({content:e.text,overflowMode:p.c.Parent},n.props.tooltipHostProps),e.text))},n._onBreadcrumbClicked=function(e,t){e.onClick&&e.onClick(t,e)},n._validateProps(t),n}return o.c(t,e),t.prototype.focus=function(){this._focusZone.current&&this._focusZone.current.focus()},t.prototype.render=function(){var e=this.props,t=e.onReduceData,n=void 0===t?this._onReduceData:t,o=e.overflowIndex,i=e.maxDisplayedItems,a=e.items,s=e.className,l=e.theme,c=e.styles,u=a.slice(),p=u.splice(o,u.length-i),f={props:this.props,renderedItems:u,renderedOverflowItems:p};return this._classNames=h(c,{className:s,theme:l}),r.createElement(d.a,{onRenderData:this._onRenderBreadcrumb,onReduceData:n,data:f})},t.prototype.componentWillReceiveProps=function(e){this._validateProps(e)},t.prototype._validateProps=function(e){var t=e.maxDisplayedItems,n=e.overflowIndex,o=e.items;if(n<0||t>1&&n>t-1||o.length>0&&n>o.length-1)throw new Error("Breadcrumb: overflowIndex out of range")},t.defaultProps={items:[],maxDisplayedItems:999,overflowIndex:0},t}(i.c)},function(e,t,n){"use strict";n.d(t,"b",function(){return r}),n.d(t,"a",function(){return o});var o,r={none:0,all:1,inputOnly:2};!function(e){e[e.vertical=0]="vertical",e[e.horizontal=1]="horizontal",e[e.bidirectional=2]="bidirectional"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(39),s=Object(i.r)(),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._link=r.createRef(),t._onClick=function(e){var n=t.props,o=n.onClick;n.disabled?e.preventDefault():o&&o(e)},t}return o.c(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.disabled,i=t.children,l=t.className,c=t.href,u=t.theme,d=t.styles,p=t.keytipProps,h=s(d,{className:l,isButton:!c,isDisabled:n,theme:u}),f=this._getRootType(this.props);return r.createElement(a.a,{keytipProps:p,ariaDescribedBy:this.props["aria-describedby"],disabled:n},function(t){return r.createElement(f,o.a({},t,e._adjustPropsForRootType(f,e.props),{className:h.root,onClick:e._onClick,ref:e._link,"aria-disabled":n}),i)})},t.prototype.focus=function(){var e=this._link.current;e&&e.focus&&e.focus()},t.prototype._adjustPropsForRootType=function(e,t){t.children,t.as;var n=t.disabled,r=t.target,i=t.href,a=(t.theme,t.getStyles,t.styles,t.componentRef,o.d(t,["children","as","disabled","target","href","theme","getStyles","styles","componentRef"]));return"string"==typeof e?"a"===e?o.a({target:r,href:n?void 0:i},a):"button"===e?o.a({type:"button",disabled:n},a):o.a({},a,{disabled:n}):o.a({target:r,href:i,disabled:n},a)},t.prototype._getRootType=function(e){return e.as?e.as:e.href?"a":"button"},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return v});var o=n(3),r=n(0),i=(n.n(r),n(683)),a=n(25),s=n(23),l=n(1),c=n(118),u=n(71),d=n(33),p=n(119),h=n(1653),f=n(6),m=n(258),g=Object(l.r)({disableCaching:!0}),_=Object(l.r)({disableCaching:!0});function b(e){return e.subMenuProps?e.subMenuProps.items:e.items}var y=250,v=function(e){function t(t){var n=e.call(this,t)||this;return n._mounted=!1,n.dismiss=function(e,t){var o=n.props.onDismiss;o&&o(e,t)},n._onRenderMenuList=function(e,t){var o=0;return r.createElement("ul",{className:n._classNames.list,onKeyDown:n._onKeyDown,onKeyUp:n._onKeyUp,role:"menu"},e.items.map(function(t,r){var a=n._renderMenuItem(t,r,o,e.totalItemCount,e.hasCheckmarks,e.hasIcons);if(t.itemType!==i.a.Divider&&t.itemType!==i.a.Header){var s=t.customOnRenderListLength?t.customOnRenderListLength:1;o+=s}return a}))},n._onKeyDown=function(e){n._lastKeyDownWasAltOrMeta=n._isAltOrMeta(e);var t=e.which===l.g.escape&&(Object(l._13)()||Object(l._12)());return n._keyHandler(e,n._shouldHandleKeyDown,t)},n._shouldHandleKeyDown=function(e){return e.which===l.g.escape||n._shouldCloseSubMenu(e)||e.which===l.g.up&&(e.altKey||e.metaKey)},n._onMenuFocusCapture=function(e){n.props.delayUpdateFocusOnHover&&(n._shouldUpdateFocusOnMouseEvent=!0)},n._onKeyUp=function(e){return n._keyHandler(e,n._shouldHandleKeyUp,!0)},n._shouldHandleKeyUp=function(e){var t=n._lastKeyDownWasAltOrMeta&&n._isAltOrMeta(e);return n._lastKeyDownWasAltOrMeta=!1,!!t&&!(Object(l._12)()||Object(l._13)())},n._keyHandler=function(e,t,o){var r=!1;return t(e)&&(n._isFocusingPreviousElement=!0,e.preventDefault(),e.stopPropagation(),n.dismiss(e,o),r=!0),r},n._shouldCloseSubMenu=function(e){var t=Object(l.V)()?l.g.right:l.g.left;return!(e.which!==t||!n.props.isSubMenu)&&(n._adjustedFocusZoneProps.direction===s.b.vertical||!!n._adjustedFocusZoneProps.checkForNoWrap&&!Object(l._28)(e.target,"data-no-horizontal-wrap"))},n._onMenuKeyDown=function(e){if(!n._onKeyDown(e)&&n._host){var t=!(!e.altKey&&!e.metaKey),o=e.which===l.g.up,r=e.which===l.g.down;if(!t&&(o||r)){var i=o?Object(l.P)(n._host,n._host.lastChild,!0):Object(l.K)(n._host,n._host.firstChild,!0);i&&(i.focus(),e.preventDefault(),e.stopPropagation())}}},n._onScroll=function(){n._isScrollIdle||void 0===n._scrollIdleTimeoutId?n._isScrollIdle=!1:(n._async.clearTimeout(n._scrollIdleTimeoutId),n._scrollIdleTimeoutId=void 0),n._scrollIdleTimeoutId=n._async.setTimeout(function(){n._isScrollIdle=!0},y)},n._onItemMouseEnterBase=function(e,t,o){n._shouldIgnoreMouseEvent()||n._updateFocusOnMouseEvent(e,t,o)},n._onItemMouseMoveBase=function(e,t,o){var r=t.currentTarget;n._shouldUpdateFocusOnMouseEvent&&(n._gotMouseMove=!0,n._isScrollIdle&&void 0===n._enterTimerId&&r!==n._targetWindow.document.activeElement&&n._updateFocusOnMouseEvent(e,t,o))},n._onMouseItemLeave=function(e,t){if(!n._shouldIgnoreMouseEvent()&&(void 0!==n._enterTimerId&&(n._async.clearTimeout(n._enterTimerId),n._enterTimerId=void 0),void 0===n.state.expandedMenuItemKey))if(n._host.setActive)try{n._host.setActive()}catch(e){}else n._host.focus()},n._onItemMouseDown=function(e,t){e.onMouseDown&&e.onMouseDown(e,t)},n._onItemClick=function(e,t){n._onItemClickBase(e,t,t.currentTarget)},n._onItemClickBase=function(e,t,o){var r=b(e);n._cancelSubMenuTimer(),Object(c.b)(e)||r&&r.length?e.key!==n.state.expandedMenuItemKey&&(n.setState({expandedByMouseClick:0!==t.nativeEvent.detail||"mouse"===t.nativeEvent.pointerType}),n._onItemSubMenuExpand(e,o)):n._executeItemClick(e,t),t.stopPropagation(),t.preventDefault()},n._onAnchorClick=function(e,t){n._executeItemClick(e,t),t.stopPropagation()},n._executeItemClick=function(e,t){if(!e.disabled&&!e.isDisabled){var o=!1;e.onClick?o=!!e.onClick(t,e):n.props.onItemClick&&(o=!!n.props.onItemClick(t,e)),(o||!t.defaultPrevented)&&n.dismiss(t,!0)}},n._onItemKeyDown=function(e,t){var o=Object(l.V)()?l.g.left:l.g.right;e.disabled||t.which!==o&&t.which!==l.g.enter&&(t.which!==l.g.down||!t.altKey&&!t.metaKey)||(n.setState({expandedByMouseClick:!1}),n._onItemSubMenuExpand(e,t.currentTarget),t.preventDefault())},n._cancelSubMenuTimer=function(){void 0!==n._enterTimerId&&(n._async.clearTimeout(n._enterTimerId),n._enterTimerId=void 0)},n._onItemSubMenuExpand=function(e,t){n.state.expandedMenuItemKey!==e.key&&(n.state.expandedMenuItemKey&&n._onSubMenuDismiss(),t.focus(),n.setState({expandedMenuItemKey:e.key,submenuTarget:t}))},n._onSubMenuDismiss=function(e,t){t?n.dismiss(e,t):n._mounted&&n.setState({dismissedMenuItemKey:n.state.expandedMenuItemKey,expandedMenuItemKey:void 0,submenuTarget:void 0})},n._getSubMenuId=function(e){var t=n.state.subMenuId;return e.subMenuProps&&e.subMenuProps.id&&(t=e.subMenuProps.id),t},n._onPointerAndTouchEvent=function(e){n._cancelSubMenuTimer()},n.state={contextualMenuItems:void 0,subMenuId:Object(l.N)("ContextualMenu")},n._warnDeprecations({getMenuClassNames:"styles"}),n._isFocusingPreviousElement=!1,n._isScrollIdle=!0,n._shouldUpdateFocusOnMouseEvent=!n.props.delayUpdateFocusOnHover,n._gotMouseMove=!1,n}return o.c(t,e),t.prototype.shouldComponentUpdate=function(e,t){return(!this.props.hidden||!e.hidden)&&(!Object(l._27)(this.props,e)||!Object(l._27)(this.state,t))},t.prototype.componentWillUpdate=function(e){if(e.target!==this.props.target){var t=e.target;this._setTargetWindowAndElement(t)}e.hidden!==this.props.hidden&&(e.hidden?this._onMenuClosed():(this._onMenuOpened(),this._previousActiveElement=this._targetWindow?this._targetWindow.document.activeElement:null)),e.delayUpdateFocusOnHover!==this.props.delayUpdateFocusOnHover&&(this._shouldUpdateFocusOnMouseEvent=!e.delayUpdateFocusOnHover,this._gotMouseMove=this._shouldUpdateFocusOnMouseEvent&&this._gotMouseMove)},t.prototype.componentWillMount=function(){var e=this.props.target;this._setTargetWindowAndElement(e),this.props.hidden||(this._previousActiveElement=this._targetWindow?this._targetWindow.document.activeElement:null)},t.prototype.componentDidMount=function(){this.props.hidden||this._onMenuOpened(),this._mounted=!0},t.prototype.componentWillUnmount=function(){this._tryFocusPreviousActiveElement(),this.props.onMenuDismissed&&this.props.onMenuDismissed(this.props),this._events.dispose(),this._async.dispose(),this._mounted=!1},t.prototype.render=function(){var e=this,t=this.props.isBeakVisible,n=this.props,a=n.items,c=n.labelElementId,p=n.id,h=n.className,f=n.beakWidth,m=n.directionalHint,_=n.directionalHintForRTL,b=n.alignTargetEdge,y=n.gapSpace,v=n.coverTarget,x=n.ariaLabel,S=n.doNotLayer,w=n.target,k=n.bounds,C=n.useTargetWidth,I=n.useTargetAsMinWidth,P=n.directionalHintFixed,M=n.shouldFocusOnMount,T=n.shouldFocusOnContainer,D=n.title,O=n.styles,L=n.theme,E=n.calloutProps,F=n.onRenderSubMenu,N=void 0===F?this._onRenderSubMenu:F,R=n.onRenderMenuList,A=void 0===R?this._onRenderMenuList:R,B=n.focusZoneProps,j=n.getMenuClassNames;this._classNames=j?j(L,h):g(O,{theme:L,className:h});var H=function e(t){for(var n=0,o=t;n0){for(var K=0,G=0,q=a;G0?r.createElement("li",{role:"presentation",key:l.key||e.key||"section-"+n},r.createElement("div",{role:"group"},r.createElement("ul",{className:this._classNames.list},l.topDivider&&this._renderSeparator(n,t,!0,!0),c&&this._renderListItem(c,e.key||n,t,e.title),l.items.map(function(e,t){return s._renderMenuItem(e,t,t,l.items.length,o,a)}),l.bottomDivider&&this._renderSeparator(n,t,!1,!0)))):void 0}},t.prototype._renderListItem=function(e,t,n,o){return r.createElement("li",{role:"presentation",title:o,key:t,className:n.item},e)},t.prototype._renderSeparator=function(e,t,n,o){return o||e>0?r.createElement("li",{role:"separator",key:"separator-"+e+(void 0===n?"":n?"-top":"-bottom"),className:t.divider,"aria-hidden":"true"}):null},t.prototype._renderNormalItem=function(e,t,n,r,i,a,s){return e.onRender?e.onRender(o.a({"aria-posinset":r+1,"aria-setsize":i},e),this.dismiss):e.href?this._renderAnchorMenuItem(e,t,n,r,i,a,s):e.split&&Object(c.b)(e)?this._renderSplitButton(e,t,n,r,i,a,s):this._renderButtonItem(e,t,n,r,i,a,s)},t.prototype._renderHeaderMenuItem=function(e,t,n,i,a){var s=this.props.contextualMenuItemAs,c=void 0===s?p.a:s,u=e.itemProps,d=u&&Object(l.R)(u,l.w);return r.createElement("div",o.a({className:this._classNames.header},d,{style:e.style}),r.createElement(c,o.a({item:e,classNames:t,index:n,onCheckmarkClick:i?this._onItemClick:void 0,hasIcons:a},u)))},t.prototype._renderAnchorMenuItem=function(e,t,n,o,i,a,s){var l=this.props.contextualMenuItemAs,c=this.state.expandedMenuItemKey;return r.createElement(h.a,{item:e,classNames:t,index:n,focusableElementIndex:o,totalItemCount:i,hasCheckmarks:a,hasIcons:s,contextualMenuItemAs:l,onItemMouseEnter:this._onItemMouseEnterBase,onItemMouseLeave:this._onMouseItemLeave,onItemMouseMove:this._onItemMouseMoveBase,onItemMouseDown:this._onItemMouseDown,executeItemClick:this._executeItemClick,onItemClick:this._onAnchorClick,onItemKeyDown:this._onItemKeyDown,getSubMenuId:this._getSubMenuId,expandedMenuItemKey:c,openSubMenu:this._onItemSubMenuExpand,dismissSubMenu:this._onSubMenuDismiss,dismissMenu:this.dismiss})},t.prototype._renderButtonItem=function(e,t,n,o,i,a,s){var l=this.props.contextualMenuItemAs,c=this.state.expandedMenuItemKey;return r.createElement(h.b,{item:e,classNames:t,index:n,focusableElementIndex:o,totalItemCount:i,hasCheckmarks:a,hasIcons:s,contextualMenuItemAs:l,onItemMouseEnter:this._onItemMouseEnterBase,onItemMouseLeave:this._onMouseItemLeave,onItemMouseMove:this._onItemMouseMoveBase,onItemMouseDown:this._onItemMouseDown,executeItemClick:this._executeItemClick,onItemClick:this._onItemClick,onItemClickBase:this._onItemClickBase,onItemKeyDown:this._onItemKeyDown,getSubMenuId:this._getSubMenuId,expandedMenuItemKey:c,openSubMenu:this._onItemSubMenuExpand,dismissSubMenu:this._onSubMenuDismiss,dismissMenu:this.dismiss})},t.prototype._renderSplitButton=function(e,t,n,o,i,a,s){var l=this.props.contextualMenuItemAs,c=this.state.expandedMenuItemKey;return r.createElement(h.c,{item:e,classNames:t,index:n,focusableElementIndex:o,totalItemCount:i,hasCheckmarks:a,hasIcons:s,contextualMenuItemAs:l,onItemMouseEnter:this._onItemMouseEnterBase,onItemMouseLeave:this._onMouseItemLeave,onItemMouseMove:this._onItemMouseMoveBase,onItemMouseDown:this._onItemMouseDown,executeItemClick:this._executeItemClick,onItemClick:this._onItemClick,onItemClickBase:this._onItemClickBase,onItemKeyDown:this._onItemKeyDown,openSubMenu:this._onItemSubMenuExpand,dismissSubMenu:this._onSubMenuDismiss,dismissMenu:this.dismiss,expandedMenuItemKey:c,onTap:this._onPointerAndTouchEvent})},t.prototype._isAltOrMeta=function(e){return e.which===l.g.alt||"Meta"===e.key},t.prototype._shouldIgnoreMouseEvent=function(){return!this._isScrollIdle||!this._gotMouseMove},t.prototype._updateFocusOnMouseEvent=function(e,t,n){var o=this,r=n||t.currentTarget,i=this.props.subMenuHoverDelay,a=void 0===i?y:i;e.key!==this.state.expandedMenuItemKey&&(void 0!==this._enterTimerId&&(this._async.clearTimeout(this._enterTimerId),this._enterTimerId=void 0),void 0===this.state.expandedMenuItemKey&&r.focus(),Object(c.b)(e)?(t.stopPropagation(),this._enterTimerId=this._async.setTimeout(function(){r.focus(),o.setState({expandedByMouseClick:!0}),o._onItemSubMenuExpand(e,r),o._enterTimerId=void 0},a)):this._enterTimerId=this._async.setTimeout(function(){o._onSubMenuDismiss(t),r.focus(),o._enterTimerId=void 0},a))},t.prototype._getSubmenuProps=function(){var e=this.state,t=e.submenuTarget,n=e.expandedMenuItemKey,o=this._findItemByKey(n),r=null;return o&&(r={items:b(o),target:t,onDismiss:this._onSubMenuDismiss,isSubMenu:!0,id:this.state.subMenuId,shouldFocusOnMount:!0,shouldFocusOnContainer:this.state.expandedByMouseClick,directionalHint:Object(l.V)()?a.a.leftTopEdge:a.a.rightTopEdge,className:this.props.className,gapSpace:0,isBeakVisible:!1},o.subMenuProps&&Object(l.n)(r,o.subMenuProps)),r},t.prototype._findItemByKey=function(e){var t=this.props.items;return this._findItemByKeyFromItems(e,t)},t.prototype._findItemByKeyFromItems=function(e,t){for(var n=0,o=t;nn;){var l=t(a);if(void 0===l)return{renderedData:a,resizeDirection:void 0,dataToMeasure:void 0};if(void 0===(s=r.getCachedMeasurement(l)))return{dataToMeasure:l,resizeDirection:"shrink"};a=l}return{renderedData:a,resizeDirection:void 0,dataToMeasure:void 0}}return{getNextState:function(e,t,s,l){if(void 0!==l||void 0!==t.dataToMeasure){if(l){if(n&&t.renderedData&&!t.dataToMeasure)return o.a({},t,function(e,t,r,i){var a;return a=e>n?i?{resizeDirection:"grow",dataToMeasure:i(r)}:{resizeDirection:"shrink",dataToMeasure:t}:{resizeDirection:"shrink",dataToMeasure:r},n=e,o.a({},a,{measureContainer:!1})}(l,e.data,t.renderedData,e.onGrowData));n=l}var c=o.a({},t,{measureContainer:!1});return t.dataToMeasure&&(c="grow"===t.resizeDirection&&e.onGrowData?o.a({},c,function(e,t,s,l){for(var c=e,u=i(e,s);uthis._targetElementRect.left-n&ðis._targetElementRect.top-n&&t=o.h)return e.substring(0,o.h);return e.substring(0,o.j)};var o=n(26)},function(e,t,n){"use strict";n.d(t,"a",function(){return b});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(277),s=n(1714),l=n(1717),c=n(26),u=n(62),d=n(90),p=n(274),h=n(273),f=n(275),m=n(708),g=Object(i.r)(),_=["hex","r","g","b","a"],b=function(e){function t(t){var n=e.call(this,t)||this;n._onSVChanged=function(e,t){n._updateColor(e,t)},n._onHChanged=function(e,t){n._updateColor(e,Object(h.a)(n.state.color,t))},n._onAChanged=function(e,t){n._updateColor(e,Object(p.a)(n.state.color,Math.round(t)))},n._onBlur=function(e){var t=n.state,r=t.color,i=t.editingColor;if(i){var a,s=i.value,l=i.component,p="hex"===l,h=p?c.j:c.k;if(s.length>=h&&(p||!isNaN(Number(s)))){var g=void 0;g=p?Object(u.a)("#"+Object(m.a)(s)):Object(d.a)(Object(f.a)(o.a({},r,((a={})[l]=Number(s),a)))),n._updateColor(e,g)}else n.setState({editingColor:void 0})}},Object(i._5)(n),Object(i._35)("ColorPicker",t,{onColorChanged:"onChange"}),n.state={color:y(t)||Object(u.a)("#ffffff")},n._textChangeHandlers={};for(var r=0,a=_;r0&&(b+=", "),b+=m[_];return b},n._onInputChange=function(e){n.props.disabled?n._handleInputWhenDisabled(null):n.props.allowFreeform?n._processInputChangeWithFreeform(e):n._processInputChangeWithoutFreeform(e)},n._select=function(){if(n._autofill.current&&n._autofill.current.inputElement&&n._autofill.current.inputElement.select(),!n.state.focused){var e={focused:!0};!n.props.openOnKeyboardFocus||n.state.isOpen||n.props.disabled||(e.isOpen=!0),n.setState(e)}},n._onResolveOptions=function(){if(n.props.onResolveOptions){var e=n.props.onResolveOptions(n.state.currentOptions.slice());if(Array.isArray(e))n.setState({currentOptions:e});else if(e&&e.then){var t=n._currentPromise=e;t.then(function(e){t===n._currentPromise&&n.setState({currentOptions:e})})}}},n._onBlur=function(e){var t=e.relatedTarget;if(null===e.relatedTarget&&(t=document.activeElement),t&&(n._root.current&&n._root.current.contains(t)||n._comboBoxMenu.current&&(n._comboBoxMenu.current.contains(t)||Object(l.B)(n._comboBoxMenu.current,function(e){return e===t}))))return e.preventDefault(),void e.stopPropagation();n.state.focused&&(n.setState({focused:!1}),n.props.multiSelect&&!n.props.allowFreeform||n._submitPendingValue(e))},n._onRenderContainer=function(e){var t=e.onRenderList,o=e.calloutProps,r=e.dropdownWidth,s=e.dropdownMaxWidth,u=e.onRenderLowerContent,d=void 0===u?n._onRenderLowerContent:u,h=e.useComboBoxAsMenuWidth,f=e.persistMenu,m=e.shouldRestoreFocus,g=void 0===m||m,_=n.state.isOpen,b=h&&n._comboBoxWrapper.current?n._comboBoxWrapper.current.clientWidth+2:void 0;return a.createElement(c.a,i.a({isBeakVisible:!1,gapSpace:0,doNotLayer:!1,directionalHint:p.a.bottomLeftEdge,directionalHintFixed:!1},o,{onLayerMounted:n._onLayerMounted,className:Object(l.t)(n._classNames.callout,o?o.className:void 0),target:n._comboBoxWrapper.current,onDismiss:n._onDismiss,onScroll:n._onScroll,setInitialFocus:!1,calloutWidth:h&&n._comboBoxWrapper.current?b&&b:r,calloutMaxWidth:s||b,hidden:f?!_:void 0,shouldRestoreFocus:g}),a.createElement("div",{className:n._classNames.optionsContainerWrapper,ref:n._comboBoxMenu},t(i.a({},e),n._onRenderList)),d(n.props,n._onRenderLowerContent))},n._onLayerMounted=function(){n._onCalloutLayerMounted(),n.props.calloutProps&&n.props.calloutProps.onLayerMounted&&n.props.calloutProps.onLayerMounted()},n._onRenderList=function(e){var t=e.onRenderItem,o=e.options,r=n._id;return a.createElement("div",{id:r+"-list",className:n._classNames.optionsContainer,"aria-labelledby":r+"-label",role:"listbox"},o.map(function(e){return t(e,n._onRenderItem)}))},n._onRenderItem=function(e){switch(e.itemType){case _.a.Divider:return n._renderSeparator(e);case _.a.Header:return n._renderHeader(e);default:return n._renderOption(e)}},n._onRenderLowerContent=function(){return null},n._renderOption=function(e){var t=n.props.onRenderOption,o=void 0===t?n._onRenderOptionContent:t,r=n._id,i=n._isOptionSelected(e.index),s=n._getCurrentOptionStyles(e),l=Object(f.b)(n._getCurrentOptionStyles(e)),c=function(){return s},p=n._getPreviewText(e);return a.createElement(y,{key:e.key,index:e.index,disabled:e.disabled,isSelected:i,text:e.text,render:function(){return n.props.multiSelect?a.createElement(u.a,{id:r+"-list"+e.index,ariaLabel:n._getPreviewText(e),key:e.key,"data-index":e.index,styles:c,className:"ms-ComboBox-option","data-is-focusable":!0,onChange:n._onItemClick(e),label:e.text,role:"option","aria-selected":i?"true":"false",checked:i,title:p},o(e,n._onRenderOptionContent)):a.createElement(d.d,{id:r+"-list"+e.index,key:e.key,"data-index":e.index,styles:n._getCurrentOptionStyles(e),checked:i,className:"ms-ComboBox-option",onClick:n._onItemClick(e),onMouseEnter:n._onOptionMouseEnter.bind(n,e.index),onMouseMove:n._onOptionMouseMove.bind(n,e.index),onMouseLeave:n._onOptionMouseLeave,role:"option","aria-selected":i?"true":"false",ariaLabel:n._getPreviewText(e),disabled:e.disabled,title:p}," ",a.createElement("span",{className:l.optionTextWrapper,ref:i?n._selectedElement:void 0},o(e,n._onRenderOptionContent)))},data:e.data})},n._onScroll=function(){n._isScrollIdle||void 0===n._scrollIdleTimeoutId?n._isScrollIdle=!1:(n._async.clearTimeout(n._scrollIdleTimeoutId),n._scrollIdleTimeoutId=void 0),n._scrollIdleTimeoutId=n._async.setTimeout(function(){n._isScrollIdle=!0},b)},n._onRenderOptionContent=function(e){var t=Object(f.b)(n._getCurrentOptionStyles(e));return a.createElement("span",{className:t.optionText},e.text)},n._onDismiss=function(){var e=n.props.onMenuDismiss;e&&e(),n.props.persistMenu&&n._onCalloutLayerMounted(),n._setOpenStateAndFocusOnClose(!1,!1),n._resetSelectedIndex()},n._onAfterClearPendingInfo=function(){n._processingClearPendingInfo=!1},n._onInputKeyDown=function(e){var t=n.props,i=t.disabled,a=t.allowFreeform,s=t.autoComplete,c=n.state,u=c.isOpen,d=c.currentOptions,p=c.currentPendingValueValidIndexOnHover;if(n._lastKeyDownWasAltOrMeta=n._isAltOrMeta(e),i)n._handleInputWhenDisabled(e);else{var h=n._getPendingSelectedIndex(!1);switch(e.which){case l.g.enter:n._autofill.current&&n._autofill.current.inputElement&&n._autofill.current.inputElement.select(),n._submitPendingValue(e),n.props.multiSelect&&u?n.setState({currentPendingValueValidIndex:h}):(u||(!a||void 0===n.state.currentPendingValue||null===n.state.currentPendingValue||n.state.currentPendingValue.length<=0)&&n.state.currentPendingValueValidIndex<0)&&n.setState({isOpen:!u});break;case l.g.tab:return n.props.multiSelect||n._submitPendingValue(e),void(u&&n._setOpenStateAndFocusOnClose(!u,!1));case l.g.escape:if(n._resetSelectedIndex(),!u)return;n.setState({isOpen:!1});break;case l.g.up:if(p===r.clearAll&&(h=n.state.currentOptions.length),e.altKey||e.metaKey){if(u){n._setOpenStateAndFocusOnClose(!u,!0);break}return}n._setPendingInfoFromIndexAndDirection(h,o.backward);break;case l.g.down:e.altKey||e.metaKey?n._setOpenStateAndFocusOnClose(!0,!0):(p===r.clearAll&&(h=-1),n._setPendingInfoFromIndexAndDirection(h,o.forward));break;case l.g.home:case l.g.end:if(a)return;h=-1;var f=o.forward;e.which===l.g.end&&(h=d.length,f=o.backward),n._setPendingInfoFromIndexAndDirection(h,f);break;case l.g.space:if(!a&&"off"===s)break;default:if(e.which>=112&&e.which<=123)return;if(e.keyCode===l.g.alt||"Meta"===e.key)return;if(!a&&"on"===s){n._onInputChange(String.fromCharCode(e.which));break}return}e.stopPropagation(),e.preventDefault()}},n._onInputKeyUp=function(e){var t=n.props,o=t.disabled,r=t.allowFreeform,i=t.autoComplete,a=n.state.isOpen,s=n._lastKeyDownWasAltOrMeta&&n._isAltOrMeta(e);n._lastKeyDownWasAltOrMeta=!1;var c=s&&!(Object(l._13)()||Object(l._12)());if(o)n._handleInputWhenDisabled(e);else{switch(e.which){case l.g.space:if(!r&&"off"===i)return void n._setOpenStateAndFocusOnClose(!a,!!a);break;default:return void(c&&a&&n._setOpenStateAndFocusOnClose(!a,!0))}e.stopPropagation(),e.preventDefault()}},n._onOptionMouseLeave=function(){n._shouldIgnoreMouseEvent()||n.props.persistMenu&&!n.state.isOpen||n.setState({currentPendingValueValidIndexOnHover:r.clearAll})},n._onComboBoxClick=function(){var e=n.props.disabled,t=n.state.isOpen;e||(n._setOpenStateAndFocusOnClose(!t,!1),n.setState({focused:!0}))},n._onAutofillClick=function(){n.props.allowFreeform?n.focus(n.state.isOpen||n._processingTouch):n._onComboBoxClick()},n._onTouchStart=function(){!n._comboBoxWrapper.current||"onpointerdown"in n._comboBoxWrapper||n._handleTouchAndPointerEvent()},n._onPointerDown=function(e){"touch"===e.pointerType&&(n._handleTouchAndPointerEvent(),e.preventDefault(),e.stopImmediatePropagation())},n._warnMutuallyExclusive({defaultSelectedKey:"selectedKey",text:"defaultSelectedKey",value:"defaultSelectedKey",selectedKey:"value",dropdownWidth:"useComboBoxAsMenuWidth"}),n._warnDeprecations({value:"text",onChanged:"onChange"}),n._id=t.id||Object(l.N)("ComboBox");var s=n._buildDefaultSelectedKeys(t.defaultSelectedKey,t.selectedKey);n._isScrollIdle=!0,n._processingTouch=!1,n._gotMouseMove=!1,n._processingClearPendingInfo=!1;var h=n._getSelectedIndices(t.options,s);return n.state={isOpen:!1,selectedIndices:h,focused:!1,suggestedDisplayValue:void 0,currentOptions:n.props.options,currentPendingValueValidIndex:-1,currentPendingValue:void 0,currentPendingValueValidIndexOnHover:r.default},n}return i.c(t,e),Object.defineProperty(t.prototype,"selectedOptions",{get:function(){var e=this.state,t=e.currentOptions,n=e.selectedIndices;return Object(_.b)(t,n)},enumerable:!0,configurable:!0}),t.prototype.componentDidMount=function(){this._comboBoxWrapper.current&&(this._events.on(this._comboBoxWrapper.current,"focus",this._onResolveOptions,!0),"onpointerdown"in this._comboBoxWrapper.current&&this._events.on(this._comboBoxWrapper.current,"pointerdown",this._onPointerDown,!0))},t.prototype.componentWillReceiveProps=function(e){if(e.selectedKey!==this.props.selectedKey||e.text!==this.props.text||e.value!==this.props.value||e.options!==this.props.options){var t=this._buildSelectedKeys(e.selectedKey),n=this._getSelectedIndices(e.options,t);this.setState({selectedIndices:n,currentOptions:e.options})}},t.prototype.componentDidUpdate=function(e,t){var n=this,o=this.props,r=o.allowFreeform,i=o.text,a=o.value,s=o.onMenuOpen,l=o.onMenuDismissed,c=this.state,u=c.isOpen,d=c.focused,p=c.selectedIndices,h=c.currentPendingValueValidIndex;!u||t.isOpen&&t.currentPendingValueValidIndex===h||this._async.setTimeout(function(){return n._scrollIntoView()},0),d&&(u||t.isOpen&&!u&&this._focusInputAfterClose&&this._autofill.current&&document.activeElement!==this._autofill.current.inputElement)&&this.focus(void 0,!0),this._focusInputAfterClose&&(t.isOpen&&!u||d&&(!u&&!this.props.multiSelect&&t.selectedIndices&&p&&t.selectedIndices[0]!==p[0]||!r||i!==e.text||a!==e.value))&&this._select(),this._notifyPendingValueChanged(t),u&&!t.isOpen&&s&&s(),!u&&t.isOpen&&l&&l()},t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this._events.off(this._comboBoxWrapper.current)},t.prototype.render=function(){var e=this,t=this._id,n=this.props,o=n.className,r=n.label,c=n.disabled,u=n.ariaLabel,p=n.ariaDescribedBy,_=n.required,b=n.errorMessage,y=n.onRenderContainer,v=void 0===y?this._onRenderContainer:y,x=n.onRenderList,S=void 0===x?this._onRenderList:x,w=n.onRenderItem,k=void 0===w?this._onRenderItem:w,C=n.onRenderOption,I=void 0===C?this._onRenderOptionContent:C,P=n.allowFreeform,M=n.buttonIconProps,T=n.isButtonAriaHidden,D=void 0===T||T,O=n.styles,L=n.theme,E=n.title,F=n.keytipProps,N=n.placeholder,R=n.tabIndex,A=n.autofill,B=n.persistMenu,j=this.state,H=j.isOpen,z=j.focused,W=j.suggestedDisplayValue;this._currentVisibleValue=this._getVisibleValue();var Y=Object(l.R)(this.props,l.w,["onChange","value"]),V=!!(b&&b.length>0);return this._classNames=this.props.getClassNames?this.props.getClassNames(L,!!H,!!c,!!_,!!z,!!P,!!V,o):Object(f.a)(Object(h.c)(L,O),o,!!H,!!c,!!_,!!z,!!P,!!V),a.createElement("div",i.a({},Y,{ref:this._root,className:this._classNames.container}),r&&a.createElement(g.a,{id:t+"-label",disabled:c,required:_,htmlFor:t+"-input",className:this._classNames.label},r),a.createElement(m.a,{keytipProps:F,disabled:c},function(n){return a.createElement("div",{"data-ktp-target":n["data-ktp-target"],ref:e._comboBoxWrapper,id:t+"wrapper",className:e._classNames.root},a.createElement(s.a,i.a({"data-ktp-execute-target":n["data-ktp-execute-target"],"data-is-interactable":!c,componentRef:e._autofill,id:t+"-input",className:e._classNames.input,type:"text",onFocus:e._select,onBlur:e._onBlur,onKeyDown:e._onInputKeyDown,onKeyUp:e._onInputKeyUp,onClick:e._onAutofillClick,onTouchStart:e._onTouchStart,onInputValueChange:e._onInputChange,"aria-expanded":H,"aria-autocomplete":e._getAriaAutoCompleteValue(),role:"combobox",readOnly:c||!P,"aria-labelledby":r&&t+"-label","aria-label":u&&!r?u:void 0,"aria-describedby":Object(l._16)(p,n["aria-describedby"]),"aria-activedescendant":e._getAriaActiveDescentValue(),"aria-required":_,"aria-disabled":c,"aria-owns":H?t+"-list":void 0,spellCheck:!1,defaultVisibleValue:e._currentVisibleValue,suggestedDisplayValue:W,updateValueInWillReceiveProps:e._onUpdateValueInAutofillWillReceiveProps,shouldSelectFullInputValueInComponentDidUpdate:e._onShouldSelectFullInputValueInAutofillComponentDidUpdate,title:E,preventValueSelection:!z,placeholder:N,tabIndex:R},A)),a.createElement(d.f,{className:"ms-ComboBox-CaretDown-button",styles:e._getCaretButtonStyles(),role:"presentation","aria-hidden":D,"data-is-focusable":!1,tabIndex:-1,onClick:e._onComboBoxClick,onBlur:e._onBlur,iconProps:M,disabled:c,checked:H}))}),(B||H)&&v(i.a({},this.props,{onRenderList:S,onRenderItem:k,onRenderOption:I,options:this.state.currentOptions.map(function(e,t){return i.a({},e,{index:t})})}),this._onRenderContainer),b&&a.createElement("div",{className:this._classNames.errorMessage},b))},t.prototype._indexWithinBounds=function(e,t){return!!e&&(t>=0&&t0){var l=this._getPreviewText(a[0]);s=l.toLocaleLowerCase()!==e?l:"",o=a[0].index}}else 1===(a=n.map(function(e,t){return i.a({},e,{index:t})}).filter(function(e){return e.itemType!==_.a.Header&&e.itemType!==_.a.Divider}).filter(function(n){return t._getPreviewText(n).toLocaleLowerCase()===e})).length&&(o=a[0].index);this._setPendingInfo(r,o,s)},t.prototype._processInputChangeWithoutFreeform=function(e){var t=this,n=this.state,o=n.currentPendingValue,r=n.currentPendingValueValidIndex,a=n.currentOptions;if(e=this._removeZeroWidthSpaces(e),"on"===this.props.autoComplete&&""!==e){void 0!==this._lastReadOnlyAutoCompleteChangeTimeoutId&&(this._async.clearTimeout(this._lastReadOnlyAutoCompleteChangeTimeoutId),this._lastReadOnlyAutoCompleteChangeTimeoutId=void 0,e=this._normalizeToString(o)+e);var s=e;e=e.toLocaleLowerCase();var l=a.map(function(e,t){return i.a({},e,{index:t})}).filter(function(e){return e.itemType!==_.a.Header&&e.itemType!==_.a.Divider}).filter(function(t){return 0===t.text.toLocaleLowerCase().indexOf(e)});return l.length>0&&this._setPendingInfo(s,l[0].index,this._getPreviewText(l[0])),void(this._lastReadOnlyAutoCompleteChangeTimeoutId=this._async.setTimeout(function(){t._lastReadOnlyAutoCompleteChangeTimeoutId=void 0},1e3))}var c=r>=0?r:this._getFirstSelectedIndex();this._setPendingInfoFromIndex(c)},t.prototype._getFirstSelectedIndex=function(){return this.state.selectedIndices&&this.state.selectedIndices.length>0?this.state.selectedIndices[0]:-1},t.prototype._getNextSelectableIndex=function(e,t){var n=this.state.currentOptions,r=e+t;if(r=Math.max(0,Math.min(n.length-1,r)),!this._indexWithinBounds(n,r))return-1;var i=n[r];if(i.itemType===_.a.Header||i.itemType===_.a.Divider){if(t===o.none||!(r>0&&t=0&&ro.none))return e;r=this._getNextSelectableIndex(r,t)}return r},t.prototype._setSelectedIndex=function(e,t,n){var r=this;void 0===n&&(n=o.none);var i=this.props,a=i.onChange,s=i.onChanged,l=i.onPendingValueChanged,c=this.state.currentOptions,u=this.state.selectedIndices;if(u||(u=[]),e=this._getNextSelectableIndex(e,n),this._indexWithinBounds(c,e)){if(this.props.multiSelect||u.length<1||1===u.length&&u[0]!==e){var d=c[e];if(!d)return;this.props.multiSelect?(d.selected=void 0!==d.selected?!d.selected:u.indexOf(e)<0,d.selected&&u.indexOf(e)<0?u.push(e):!d.selected&&u.indexOf(e)>=0&&(u=u.filter(function(t){return t!==e}))):u[0]=e,t.persist(),this.setState({selectedIndices:u},function(){r._hasPendingValue&&l&&(l(),r._hasPendingValue=!1),a&&a(t,d,e,void 0),s&&s(d,e,void 0,t)})}this._clearPendingInfo()}},t.prototype._submitPendingValue=function(e){var t=this.props,n=t.onChange,o=t.onChanged,r=t.allowFreeform,i=t.autoComplete,a=this.state,s=a.currentPendingValue,c=a.currentPendingValueValidIndex,u=a.currentOptions,d=a.currentPendingValueValidIndexOnHover,p=this.state.selectedIndices;if(!this._processingClearPendingInfo){if(r){if(null==s)return void(d>=0&&(this._setSelectedIndex(d,e),this._clearPendingInfo()));if(this._indexWithinBounds(u,c)){var h=this._getPreviewText(u[c]).toLocaleLowerCase();if(s.toLocaleLowerCase()===h||i&&0===h.indexOf(s.toLocaleLowerCase())&&this._autofill.current&&this._autofill.current.isValueSelected&&s.length+(this._autofill.current.selectionEnd-this._autofill.current.selectionStart)===h.length||this._autofill.current&&this._autofill.current.inputElement&&this._autofill.current.inputElement.value.toLocaleLowerCase()===h)return this._setSelectedIndex(c,e),void this._clearPendingInfo()}if(n||o)n&&n(e,void 0,void 0,s),o&&o(void 0,void 0,s,e);else{var f={key:s||Object(l.N)(),text:this._normalizeToString(s)},m=u.concat([f]);p&&(this.props.multiSelect||(p=[]),p.push(m.length-1)),this.setState({currentOptions:m,selectedIndices:p})}}else c>=0?this._setSelectedIndex(c,e):d>=0&&this._setSelectedIndex(d,e);this._clearPendingInfo()}},t.prototype._onCalloutLayerMounted=function(){this._gotMouseMove=!1},t.prototype._renderSeparator=function(e){var t=e.index,n=e.key;return t&&t>0?a.createElement("div",{role:"separator",key:n,className:this._classNames.divider}):null},t.prototype._renderHeader=function(e){var t=this.props.onRenderOption,n=void 0===t?this._onRenderOptionContent:t;return a.createElement("div",{key:e.key,className:this._classNames.header},n(e,this._onRenderOptionContent))},t.prototype._isOptionSelected=function(e){if(this.state.currentPendingValueValidIndexOnHover===r.clearAll)return!1;if(!this.props.multiSelect&&this._getPendingSelectedIndex(!0)===e)return!0;var t=-1;return this.props.multiSelect&&void 0!==e&&this.state.selectedIndices&&(t=this.state.selectedIndices.indexOf(e)),t>=0},t.prototype._getPendingSelectedIndex=function(e){var t=this.state,n=t.currentPendingValueValidIndexOnHover,o=t.currentPendingValueValidIndex,r=t.currentPendingValue;return n>=0?n:o>=0||e&&null!=r?o:this.props.multiSelect?0:this._getFirstSelectedIndex()},t.prototype._scrollIntoView=function(){var e=this.props,t=e.onScrollToItem,n=e.scrollSelectedToTop,o=this.state,r=o.currentPendingValueValidIndex,i=o.currentPendingValue;if(t)t(r>=0||""!==i?r:this._getFirstSelectedIndex());else if(this._selectedElement.current&&this._selectedElement.current.offsetParent)if(n)this._selectedElement.current.offsetParent.scrollIntoView(!0);else{var a=!0;if(this._comboBoxMenu.current&&this._comboBoxMenu.current.offsetParent){var s=this._comboBoxMenu.current.offsetParent.getBoundingClientRect(),l=this._selectedElement.current.offsetParent.getBoundingClientRect();if(s.top<=l.top&&s.top+s.height>=l.top+l.height)return;s.top+s.height<=l.top+l.height&&(a=!1)}this._selectedElement.current.offsetParent.scrollIntoView(a)}},t.prototype._onItemClick=function(e){var t=this,n=this.props.onItemClick,o=e.index;return function(r){n&&n(r,e,o),t._setSelectedIndex(o,r),t.props.multiSelect||t.setState({isOpen:!1})}},t.prototype._getSelectedIndices=function(e,t){if(!e||!t)return[];var n={};e.forEach(function(e,t){e.selected&&(n[t]=!0)});for(var o=function(t){var o=Object(l.C)(e,function(e){return e.key===t});o>-1&&(n[o]=!0)},r=0,i=t;r0&&t=0&&e=n.length-1?e=-1:t===o.backward&&e<=0&&(e=n.length);var r=this._getNextSelectableIndex(e,t);e===r?t===o.forward?e=this._getNextSelectableIndex(-1,t):t===o.backward&&(e=this._getNextSelectableIndex(n.length,t)):e=r,this._indexWithinBounds(n,e)&&this._setPendingInfoFromIndex(e)},t.prototype._notifyPendingValueChanged=function(e){var t=this.props.onPendingValueChanged;if(t){var n=this.state,o=n.currentPendingValue,r=n.currentOptions,i=n.currentPendingValueValidIndex,a=n.currentPendingValueValidIndexOnHover,s=void 0,l=void 0;a!==e.currentPendingValueValidIndexOnHover&&this._indexWithinBounds(r,a)?s=a:i!==e.currentPendingValueValidIndex&&this._indexWithinBounds(r,i)?s=i:o!==e.currentPendingValue&&(l=o),(void 0!==s||void 0!==l||this._hasPendingValue)&&(t(void 0!==s?r[s]:void 0,s,l),this._hasPendingValue=void 0!==s||void 0!==l)}},t.prototype._setOpenStateAndFocusOnClose=function(e,t){this._focusInputAfterClose=t,this.setState({isOpen:e})},t.prototype._isAltOrMeta=function(e){return e.which===l.g.alt||"Meta"===e.key},t.prototype._onOptionMouseEnter=function(e){this._shouldIgnoreMouseEvent()||this.setState({currentPendingValueValidIndexOnHover:e})},t.prototype._onOptionMouseMove=function(e){this._gotMouseMove=!0,this._isScrollIdle&&this.state.currentPendingValueValidIndexOnHover!==e&&this.setState({currentPendingValueValidIndexOnHover:e})},t.prototype._shouldIgnoreMouseEvent=function(){return!this._isScrollIdle||!this._gotMouseMove},t.prototype._handleInputWhenDisabled=function(e){this.props.disabled&&(this.state.isOpen&&this.setState({isOpen:!1}),null!==e&&e.which!==l.g.tab&&e.which!==l.g.escape&&(e.which<112||e.which>123)&&(e.stopPropagation(),e.preventDefault()))},t.prototype._handleTouchAndPointerEvent=function(){var e=this;void 0!==this._lastTouchTimeoutId&&(this._async.clearTimeout(this._lastTouchTimeoutId),this._lastTouchTimeoutId=void 0),this._processingTouch=!0,this._lastTouchTimeoutId=this._async.setTimeout(function(){e._processingTouch=!1,e._lastTouchTimeoutId=void 0},500)},t.prototype._getCaretButtonStyles=function(){var e=this.props.caretDownButtonStyles;return Object(h.a)(this.props.theme,e)},t.prototype._getCurrentOptionStyles=function(e){var t=this.props.comboBoxOptionStyles,n=e.styles;return Object(h.b)(this.props.theme,t,n,this._isPendingOption(e),e.hidden)},t.prototype._getAriaActiveDescentValue=function(){var e=this.state.isOpen&&this.state.selectedIndices&&this.state.selectedIndices.length>=0?this._id+"-list"+this.state.selectedIndices[0]:void 0;return this.state.isOpen&&this.state.focused&&-1!==this.state.currentPendingValueValidIndex&&(e=this._id+"-list"+this.state.currentPendingValueValidIndex),e},t.prototype._getAriaAutoCompleteValue=function(){return!this.props.disabled&&"on"===this.props.autoComplete?this.props.allowFreeform?"inline":"both":"none"},t.prototype._isPendingOption=function(e){return e&&e.index===this.state.currentPendingValueValidIndex},t.prototype._buildDefaultSelectedKeys=function(e,t){var n=this._buildSelectedKeys(e);return n.length?n:this._buildSelectedKeys(t)},t.prototype._buildSelectedKeys=function(e){return void 0===e?[]:e instanceof Array?e:[e]},t.prototype._getPreviewText=function(e){return e.useAriaLabelAsText&&e.ariaLabel?e.ariaLabel:e.text},t.prototype._normalizeToString=function(e){return e||""},t.prototype._removeZeroWidthSpaces=function(e){return e.replace(RegExp("","g"),"")},t.defaultProps={options:[],allowFreeform:!1,autoComplete:"on",buttonIconProps:{iconName:"ChevronDown"}},t=i.b([Object(l.u)("ComboBox",["theme","styles"],!0)],t)}(l.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var o={auto:0,top:1,bottom:2,center:3}},function(e,t,n){"use strict";n.d(t,"a",function(){return p});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(715),s=n(261),l=n(23),c=n(22),u=n(168),d=Object(i.r)(),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._overflowSet=r.createRef(),t._resizeGroup=r.createRef(),t._onRenderData=function(e){return r.createElement(l.a,{className:Object(i.t)(t._classNames.root),direction:l.b.horizontal,role:"menubar","aria-label":t.props.ariaLabel},r.createElement(a.a,{componentRef:t._resolveRef("_overflowSet"),className:Object(i.t)(t._classNames.primarySet),doNotContainWithinFocusZone:!0,role:"presentation",items:e.primaryItems,overflowItems:e.overflowItems.length?e.overflowItems:void 0,onRenderItem:t._onRenderItem,onRenderOverflowButton:t._onRenderOverflowButton}),e.farItems&&r.createElement(a.a,{className:Object(i.t)(t._classNames.secondarySet),doNotContainWithinFocusZone:!0,role:"presentation",items:e.farItems,onRenderItem:t._onRenderItem,onRenderOverflowButton:i._17}))},t._onRenderItem=function(e){var n=t.props.buttonAs||e.commandBarButtonAs||c.c,a=e.text||e.name;if(e.onRender)return e.onRender(e,function(){});var s=o.a({allowDisabledFocus:!0,role:"menuitem"},e,{styles:o.a({root:{height:"100%"},label:{whiteSpace:"nowrap"}},e.buttonStyles),className:Object(i.t)("ms-CommandBarItem-link",e.className),text:e.iconOnly?void 0:a,menuProps:e.subMenuProps,onClick:t._onButtonClick(e)});return e.iconOnly&&void 0!==a?r.createElement(u.b,o.a({content:a},e.tooltipHostProps),r.createElement(n,o.a({},s,{defaultRender:c.c}))):r.createElement(n,o.a({},s,{defaultRender:c.c}))},t._onRenderOverflowButton=function(e){var n=t.props,a=n.overflowButtonAs,s=void 0===a?c.c:a,l=n.overflowButtonProps,u=void 0===l?{}:l,d=(u.menuProps?u.menuProps.items:[]).concat(e),p=o.a({},u,{styles:o.a({menuIcon:{fontSize:"17px"}},u.styles),className:Object(i.t)("ms-CommandBar-overflowButton",u.className),menuProps:o.a({},u.menuProps,{items:d}),menuIconProps:o.a({iconName:"More"},u.menuIconProps)});return r.createElement(s,o.a({},p))},t._onReduceData=function(e){var n=t.props,r=n.shiftOnReduce,i=n.onDataReduced,a=e.primaryItems,s=e.overflowItems,l=e.cacheKey,c=a[r?0:a.length-1];if(void 0!==c){c.renderedInOverflow=!0,s=[c].concat(s),a=r?a.slice(1):a.slice(0,-1);var u=o.a({},e,{primaryItems:a,overflowItems:s});return l=t._computeCacheKey(u),i&&i(c),u.cacheKey=l,u}},t._onGrowData=function(e){var n=t.props,r=n.shiftOnReduce,i=n.onDataGrown,a=e.minimumOverflowItems,s=e.primaryItems,l=e.overflowItems,c=e.cacheKey,u=l[0];if(void 0!==u&&l.length>a){u.renderedInOverflow=!1,l=l.slice(1),s=r?[u].concat(s):s.concat([u]);var d=o.a({},e,{primaryItems:s,overflowItems:l});return c=t._computeCacheKey(d),i&&i(u),d.cacheKey=c,d}},t}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.items,o=e.overflowItems,i=e.farItems,a=e.styles,l=e.theme,c=e.dataDidRender,u=e.onReduceData,p=void 0===u?this._onReduceData:u,h=e.onGrowData,f=void 0===h?this._onGrowData:h,m={primaryItems:n.slice(),overflowItems:o.slice(),minimumOverflowItems:o.slice().length,farItems:i,cacheKey:""};return this._classNames=d(a,{theme:l}),r.createElement(s.a,{componentRef:this._resizeGroup,className:t,data:m,onReduceData:p,onGrowData:f,onRenderData:this._onRenderData,dataDidRender:c})},t.prototype.focus=function(){var e=this._overflowSet.current;e&&e.focus()},t.prototype.remeasure=function(){this._resizeGroup.current&&this._resizeGroup.current.remeasure()},t.prototype._onButtonClick=function(e){return function(t){e.inactive||e.onClick&&e.onClick(t,e)}},t.prototype._computeCacheKey=function(e){var t=e.primaryItems,n=e.farItems,o=void 0===n?[]:n,r=e.overflowItems,i=function(e,t){var n=t.cacheKey;return e+(void 0===n?t.key:n)};return[t.reduce(i,""),o.reduce(i,""),r.length?"overflow":""].join(" ")},t.defaultProps={items:[],overflowItems:[]},t}(i.c)},function(e,t,n){"use strict";var o=n(1732);n.d(t,"a",function(){return o.a})},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(23)),a=n(1),s=n(257),l=Object(a.r)(),c=function(e){function t(t){var n=e.call(this,t)||this;return n._focusZone=r.createRef(),n._persistedKeytips={},n._keytipManager=s.a.getInstance(),n._divContainer=r.createRef(),n._onRenderItems=function(e){return e.map(function(e,t){var i={className:n._classNames.item};return r.createElement("div",o.a({key:e.key},i),n.props.onRenderItem(e))})},n._onRenderOverflowButtonWrapper=function(e){var t={className:n._classNames.overflowButton},i=n.props.keytipSequences,a=[];return i?e.forEach(function(e){var t=e.keytipProps;if(t){var r={content:t.content,keySequences:t.keySequences,disabled:t.disabled||!(!e.disabled&&!e.isDisabled),hasDynamicChildren:t.hasDynamicChildren,hasMenu:t.hasMenu};t.hasDynamicChildren||n._getSubMenuForItem(e)?r.onExecute=n._keytipManager.menuExecute.bind(n._keytipManager,i,e.keytipProps.keySequences):r.onExecute=t.onExecute,n._persistedKeytips[r.content]=r;var s=o.a({},e,{keytipProps:o.a({},t,{overflowSetSequence:i})});a.push(s)}else a.push(e)}):a=e,r.createElement("div",o.a({},t),n.props.onRenderOverflowButton(a))},t.doNotContainWithinFocusZone&&n._warnMutuallyExclusive({doNotContainWithinFocusZone:"focusZoneProps"}),n}return o.c(t,e),t.prototype.render=function(){var e,t,n=this.props,s=n.items,c=n.overflowItems,u=n.className,d=n.focusZoneProps,p=n.styles,h=n.vertical,f=n.role,m=n.doNotContainWithinFocusZone;return this._classNames=l(p,{className:u,vertical:h}),m?(e="div",t=o.a({},Object(a.R)(this.props,a.w),{ref:this._divContainer})):(e=i.a,t=o.a({},Object(a.R)(this.props,a.w),d,{componentRef:this._focusZone,direction:h?i.b.vertical:i.b.horizontal})),r.createElement(e,o.a({},t,{className:this._classNames.root,role:f}),s&&this._onRenderItems(s),c&&c.length>0&&this._onRenderOverflowButtonWrapper(c))},t.prototype.focus=function(e){var t=!1;return this.props.doNotContainWithinFocusZone?this._divContainer.current&&(t=Object(a.F)(this._divContainer.current)):this._focusZone.current&&(t=this._focusZone.current.focus(e)),t},t.prototype.focusElement=function(e){var t=!1;return!!e&&(this.props.doNotContainWithinFocusZone?this._divContainer.current&&Object(a.y)(this._divContainer.current,e)&&(e.focus(),t=document.activeElement===e):this._focusZone.current&&(t=this._focusZone.current.focusElement(e)),t)},t.prototype.componentDidMount=function(){this._registerPersistedKeytips()},t.prototype.componentWillUnmount=function(){this._unregisterPersistedKeytips()},t.prototype.componentWillUpdate=function(){this._unregisterPersistedKeytips()},t.prototype.componentDidUpdate=function(){this._registerPersistedKeytips()},t.prototype._registerPersistedKeytips=function(){var e=this;Object.keys(this._persistedKeytips).forEach(function(t){var n=e._persistedKeytips[t],o=e._keytipManager.register(n,!0);e._persistedKeytips[o]=n,delete e._persistedKeytips[t]})},t.prototype._unregisterPersistedKeytips=function(){var e=this;Object.keys(this._persistedKeytips).forEach(function(t){e._keytipManager.unregister(e._persistedKeytips[t],t,!0)}),this._persistedKeytips={}},t.prototype._getSubMenuForItem=function(e){return this.props.itemSubMenuProvider?this.props.itemSubMenuProvider(e):e.subMenuProps?e.subMenuProps.items:void 0},t.defaultProps={vertical:!1,role:"menubar"},t}(a.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return m});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(696),s=n(120),l=n(33),c=n(25),u=n(277),d=n(178),p=n(170),h=Object(i.r)(),f={months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["S","M","T","W","T","F","S"],goToToday:"Go to today",prevMonthAriaLabel:"Go to previous month",nextMonthAriaLabel:"Go to next month",prevYearAriaLabel:"Go to previous year",nextYearAriaLabel:"Go to next year",prevYearRangeAriaLabel:"Previous year range",nextYearRangeAriaLabel:"Next year range",closeButtonAriaLabel:"Close date picker",weekNumberFormatString:"Week number {0}"},m=function(e){function t(t){var n=e.call(this,t)||this;return n._calendar=r.createRef(),n._datePickerDiv=r.createRef(),n._textField=r.createRef(),n._onSelectDate=function(e){var t=n.props,o=t.formatDate,r=t.onSelectDate;n.props.calendarProps&&n.props.calendarProps.onSelectDate&&n.props.calendarProps.onSelectDate(e),n.setState({selectedDate:e,formattedDate:o&&e?o(e):""}),r&&r(e),n._calendarDismissed()},n._onCalloutPositioned=function(){var e=!0;n.props.calloutProps&&void 0!==n.props.calloutProps.setInitialFocus&&(e=n.props.calloutProps.setInitialFocus),n._calendar.current&&e&&n._calendar.current.focus()},n._onTextFieldFocus=function(e){n.props.disableAutoFocus||n.props.allowTextInput||(n._preventFocusOpeningPicker?n._preventFocusOpeningPicker=!1:n._showDatePickerPopup())},n._onTextFieldBlur=function(e){n._validateTextInput()},n._onTextFieldChanged=function(e,t){var o=n.props,r=o.allowTextInput,i=o.textField;if(r){n.state.isDatePickerShown&&n._dismissDatePickerPopup();var a=n.props,s=a.isRequired,l=a.value,c=a.strings;n.setState({errorMessage:s&&!l?c.isRequiredErrorMessage||" ":void 0,formattedDate:t})}i&&i.onChange&&i.onChange(e,t)},n._onTextFieldKeyDown=function(e){switch(e.which){case i.g.enter:e.preventDefault(),e.stopPropagation(),n.state.isDatePickerShown?n.props.allowTextInput&&n._dismissDatePickerPopup():(n._validateTextInput(),n._showDatePickerPopup());break;case i.g.escape:n._handleEscKey(e)}},n._onTextFieldClick=function(e){n.state.isDatePickerShown||n.props.disabled?n.props.allowTextInput&&n.setState({isDatePickerShown:!1}):n._showDatePickerPopup()},n._onIconClick=function(e){e.stopPropagation(),n._onTextFieldClick(e)},n._dismissDatePickerPopup=function(){n.state.isDatePickerShown&&n.setState({isDatePickerShown:!1},function(){n._validateTextInput()})},n._calendarDismissed=function(){n._preventFocusOpeningPicker=!0,n._dismissDatePickerPopup()},n._handleEscKey=function(e){n.state.isDatePickerShown&&e.stopPropagation(),n._calendarDismissed()},n._validateTextInput=function(){var e=n.props,t=e.isRequired,o=e.allowTextInput,r=e.strings,i=e.parseDateFromString,a=e.onSelectDate,s=e.formatDate,l=e.minDate,c=e.maxDate,u=n.state.formattedDate;if(!n.state.isDatePickerShown)if(o){var d=null;if(u){if(n.state.selectedDate&&s&&s(n.state.selectedDate)===u)return;!(d=i(u))||isNaN(d.getTime())?(s&&(d=n.state.selectedDate,n.setState({formattedDate:s(d).toString()})),n.setState({errorMessage:r.invalidInputErrorMessage||" "})):n._isDateOutOfBounds(d,l,c)?n.setState({errorMessage:r.isOutOfBoundsErrorMessage||" "}):(n.setState({selectedDate:d,errorMessage:""}),s&&s(d)!==u&&n.setState({formattedDate:s(d).toString()}))}else n.setState({errorMessage:t?r.isRequiredErrorMessage||" ":""});a&&a(d)}else t&&!u&&n.setState({errorMessage:r.isRequiredErrorMessage||" "})},n.state=n._getDefaultState(),n._id=t.id||Object(i.N)("DatePicker"),n._preventFocusOpeningPicker=!1,n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){var t=e.formatDate,n=e.value;if(!(Object(d.f)(this.props.minDate,e.minDate)&&Object(d.f)(this.props.maxDate,e.maxDate)&&this.props.isRequired===e.isRequired&&Object(d.f)(this.state.selectedDate,n)&&this.props.formatDate===t)){this._setErrorMessage(!0,e),this._id=e.id||this._id;var o=this.state.selectedDate;Object(d.f)(o,n)&&this.props.formatDate===t||this.setState({selectedDate:n||void 0,formattedDate:t&&n?t(n):""})}},t.prototype.componentDidUpdate=function(e,t){t.isDatePickerShown&&!this.state.isDatePickerShown&&this.props.onAfterMenuDismiss&&this.props.onAfterMenuDismiss()},t.prototype.render=function(){var e=this.props,t=e.firstDayOfWeek,n=e.strings,s=e.label,d=e.theme,f=e.className,m=e.styles,g=e.initialPickerDate,_=e.isRequired,b=e.disabled,y=e.ariaLabel,v=e.pickerAriaLabel,x=e.placeholder,S=e.allowTextInput,w=e.borderless,k=e.minDate,C=e.maxDate,I=e.showCloseButton,P=e.calendarProps,M=e.calloutProps,T=e.textField,D=e.underlined,O=e.allFocusable,L=e.calendarAs,E=void 0===L?a.a:L,F=e.tabIndex,N=this.state,R=N.isDatePickerShown,A=N.formattedDate,B=N.selectedDate,j=h(m,{theme:d,className:f,disabled:b,label:!!s,isDatePickerShown:R}),H=Object(i.N)("DatePicker-Callout"),z=Object(i.R)(this.props,i.w,["value"]),W=T&&T.iconProps;return r.createElement("div",o.a({},z,{className:j.root}),r.createElement("div",{ref:this._datePickerDiv,role:"combobox","aria-expanded":R,"aria-haspopup":"true","aria-owns":R?H:void 0},r.createElement(u.a,o.a({label:s,ariaLabel:y,"aria-controls":R?H:void 0,required:_,disabled:b,errorMessage:this._getErrorMessage(),placeholder:x,borderless:w,value:A,componentRef:this._textField,underlined:D,tabIndex:F,readOnly:!S},T,{id:this._id+"-label",className:Object(i.t)(j.textField,T&&T.className),iconProps:o.a({iconName:"Calendar"},W,{className:Object(i.t)(j.icon,W&&W.className),onClick:this._onIconClick}),onKeyDown:this._onTextFieldKeyDown,onFocus:this._onTextFieldFocus,onBlur:this._onTextFieldBlur,onClick:this._onTextFieldClick,onChange:this._onTextFieldChanged}))),R&&r.createElement(l.a,o.a({id:H,role:"dialog",ariaLabel:v,isBeakVisible:!1,gapSpace:0,doNotLayer:!1,target:this._datePickerDiv.current,directionalHint:c.a.bottomLeftEdge},M,{className:Object(i.t)(j.callout,M&&M.className),onDismiss:this._calendarDismissed,onPositioned:this._onCalloutPositioned}),r.createElement(p.a,{isClickableOutsideFocusTrap:!0,disableFirstFocus:this.props.disableAutoFocus,forceFocusInsideTrap:!1},r.createElement(E,o.a({},P,{onSelectDate:this._onSelectDate,onDismiss:this._calendarDismissed,isMonthPickerVisible:this.props.isMonthPickerVisible,showMonthPickerAsOverlay:this.props.showMonthPickerAsOverlay,today:this.props.today,value:B||g,firstDayOfWeek:t,strings:n,highlightCurrentMonth:this.props.highlightCurrentMonth,highlightSelectedMonth:this.props.highlightSelectedMonth,showWeekNumbers:this.props.showWeekNumbers,firstWeekOfYear:this.props.firstWeekOfYear,showGoToToday:this.props.showGoToToday,dateTimeFormatter:this.props.dateTimeFormatter,minDate:k,maxDate:C,componentRef:this._calendar,showCloseButton:I,allFocusable:O})))))},t.prototype.focus=function(){this._textField.current&&this._textField.current.focus()},t.prototype.reset=function(){this.setState(this._getDefaultState())},t.prototype._setErrorMessage=function(e,t){var n=t||this.props,o=n.isRequired,r=n.strings,i=n.value,a=n.minDate,s=n.maxDate,l=n.initialPickerDate||!o||i?void 0:r.isRequiredErrorMessage||" ";return!l&&i&&(l=this._isDateOutOfBounds(i,a,s)?r.isOutOfBoundsErrorMessage||" ":void 0),e&&this.setState({errorMessage:l}),l},t.prototype._showDatePickerPopup=function(){this.state.isDatePickerShown||(this._preventFocusOpeningPicker=!0,this.setState({isDatePickerShown:!0}))},t.prototype._getDefaultState=function(e){return void 0===e&&(e=this.props),{selectedDate:e.value||void 0,formattedDate:e.formatDate&&e.value?e.formatDate(e.value):"",isDatePickerShown:!1,errorMessage:this._setErrorMessage(!1)}},t.prototype._isDateOutOfBounds=function(e,t,n){return!!t&&Object(d.e)(t,e)>0||!!n&&Object(d.e)(n,e)<0},t.prototype._getErrorMessage=function(){if(!this.state.isDatePickerShown)return this.state.errorMessage},t.defaultProps={allowTextInput:!1,formatDate:function(e){return e?e.toDateString():""},parseDateFromString:function(e){var t=Date.parse(e);return t?new Date(t):null},firstDayOfWeek:a.b.Sunday,initialPickerDate:new Date,isRequired:!1,isMonthPickerVisible:!0,showMonthPickerAsOverlay:!1,strings:f,highlightCurrentMonth:!1,highlightSelectedMonth:!1,borderless:!1,pickerAriaLabel:"Calendar",showWeekNumbers:!1,firstWeekOfYear:s.c.FirstDay,showGoToToday:!0,dateTimeFormatter:void 0,showCloseButton:!1,underlined:!1,allFocusable:!1},t}(i.c)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.hidden=0]="hidden",e[e.visible=1]="visible"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(720),i=n(283),a=Object(o._29)(r.a,i.c,void 0,{scope:"DetailsHeader"})},function(e,t,n){"use strict";n.d(t,"a",function(){return S});var o=n(3),r=n(0),i=(n.n(r),n(30)),a=(n.n(i),n(1)),s=n(91),l=n(23),c=n(16),u=n(70),d=n(50),p=n(181),h=n(282),f=n(123),m=n(1758),g=n(1759),_=n(284),b=Object(a.r)(),y=0,v=1,x=[],S=function(e){function t(t){var n=e.call(this,t)||this;n._rootComponent=r.createRef(),n._draggedColumnIndex=-1,n._dropHintDetails={},n._updateDroppingState=function(e,t){n._draggedColumnIndex>=0&&"drop"!==t.type&&(e||n._resetDropHints())},n._onDragOver=function(e,t){n._draggedColumnIndex>=0&&(t.stopPropagation(),n._computeDropHintToBeShown(t.clientX))},n._onDrop=function(e,t){var o=n.state.columnReorderProps;if(n._draggedColumnIndex>=0&&t){var r=n._draggedColumnIndex>n._currentDropHintIndex?n._currentDropHintIndex:n._currentDropHintIndex-1,i=n._isValidCurrentDropHintIndex();if(t.stopPropagation(),i)if(n._onDropIndexInfo.sourceIndex=n._draggedColumnIndex,n._onDropIndexInfo.targetIndex=r,o&&o.onColumnDrop){var a={draggedIndex:n._draggedColumnIndex,targetIndex:r};o.onColumnDrop(a)}else o&&o.handleColumnReorder&&o.handleColumnReorder(n._draggedColumnIndex,r)}n._resetDropHints(),n._dropHintDetails={},n._draggedColumnIndex=-1},n._updateDragInfo=function(e,t){var o=n.state.columnReorderProps,r=e.itemIndex;if(r>=0)n._draggedColumnIndex=n._isCheckboxColumnHidden()?r-1:r-2,n._getDropHintPositions(),o&&o.onColumnDragStart&&o.onColumnDragStart(!0);else if(t&&n._draggedColumnIndex>=0&&(n._resetDropHints(),n._draggedColumnIndex=-1,n._dropHintDetails={},o&&o.onColumnDragEnd)){var i=n._isEventOnHeader(t);o.onColumnDragEnd({dropLocation:i},t)}},n._getDropHintPositions=function(){for(var e,t=n.props.columns,o=void 0===t?x:t,r=n.state.columnReorderProps,i=0,a=0,s=r&&r.frozenColumnCountFromStart?r.frozenColumnCountFromStart:0,l=r&&r.frozenColumnCountFromEnd?r.frozenColumnCountFromEnd:0,c=s;c=0&&(n._resetDropHints(),n._updateDropHintElement(n._dropHintDetails[d].dropHintElementRef,"inline-block"),n._currentDropHintIndex=d)}},n._renderColumnSizer=function(e){var t,o=e.columnIndex,i=n.props.columns,s=void 0===i?x:i,l=s[o],c=n.state.columnResizeDetails,u=n._classNames;return l.isResizable?r.createElement("div",{key:l.key+"_sizer","aria-hidden":!0,role:"button","data-is-focusable":!1,onClick:k,"data-sizer-index":o,onBlur:n._onSizerBlur,className:Object(a.t)(u.cellSizer,o=0&&this._onDropIndexInfo.targetIndex>=0){var t=e.columns,n=void 0===t?x:t,o=this.props.columns,r=void 0===o?x:o;n[this._onDropIndexInfo.sourceIndex].key===r[this._onDropIndexInfo.targetIndex].key&&(this._onDropIndexInfo={sourceIndex:-1,targetIndex:-1})}},t.prototype.componentWillUnmount=function(){this._subscriptionObject&&(this._subscriptionObject.dispose(),delete this._subscriptionObject),this._dragDropHelper&&this._dragDropHelper.dispose(),this._events.dispose()},t.prototype.render=function(){var e=this,t=this.props,n=t.columns,o=void 0===n?x:n,i=t.ariaLabel,s=t.ariaLabelForToggleAllGroupsButton,f=t.ariaLabelForSelectAllCheckbox,y=t.selectAllVisibility,v=t.ariaLabelForSelectionColumn,S=t.indentWidth,w=t.rowWidth,k=void 0===w?0:w,C=t.onColumnClick,I=t.onColumnContextMenu,P=t.onRenderColumnHeaderTooltip,M=void 0===P?this._onRenderColumnHeaderTooltip:P,T=t.styles,D=t.theme,O=t.onRenderDetailsCheckbox,L=t.useFastIcons,E=this.state,F=E.isAllSelected,N=E.columnResizeDetails,R=E.isSizing,A=E.groupNestingDepth,B=E.isAllCollapsed,j=E.columnReorderProps,H=y!==_.a.none,z=y===_.a.hidden;!this._dragDropHelper&&j&&(this._dragDropHelper=new m.a({selection:{getSelection:function(){}},minimumPixelsForDrag:this.props.minimumPixelsForDrag}));var W=j&&j.frozenColumnCountFromStart?j.frozenColumnCountFromStart:0,Y=j&&j.frozenColumnCountFromEnd?j.frozenColumnCountFromEnd:0;this._classNames=b(T,{theme:D,isAllSelected:F,isSelectAllHidden:y===_.a.hidden,isResizingColumn:!!N&&R,isSizing:R,isAllCollapsed:B,isCheckboxHidden:z});var V=this._classNames,U=L?c.a:c.b,K=Object(a.V)();return r.createElement(l.a,{role:"row","aria-label":i,className:V.root,componentRef:this._rootComponent,ref:this._onRootRef,onMouseMove:this._onRootMouseMove,"data-automationid":"DetailsHeader",style:{minWidth:k},direction:l.b.horizontal},H?[r.createElement("div",{key:"__checkbox",className:V.cellIsCheck,"aria-labelledby":this._id+"-check",onClick:z?void 0:this._onSelectAllClicked,"aria-colindex":1,role:"columnheader"},M({hostClassName:V.checkTooltip,id:this._id+"-checkTooltip",setAriaDescribedBy:!1,content:f,children:r.createElement(h.a,{id:this._id+"-check","aria-label":v,"aria-describedby":z?v&&!this.props.onRenderColumnHeaderTooltip?this._id+"-checkTooltip":void 0:f&&!this.props.onRenderColumnHeaderTooltip?this._id+"-checkTooltip":void 0,"data-is-focusable":!z||void 0,isHeader:!0,selected:F,anySelected:!1,canSelect:!z,className:V.check,onRenderDetailsCheckbox:O,useFastIcons:L})},this._onRenderColumnHeaderTooltip)),this.props.onRenderColumnHeaderTooltip?null:f&&!z?r.createElement("label",{key:"__checkboxLabel",id:this._id+"-checkTooltip",className:V.accessibleLabel,"aria-hidden":!0},f):v&&z?r.createElement("label",{key:"__checkboxLabel",id:this._id+"-checkTooltip",className:V.accessibleLabel,"aria-hidden":!0},v):null]:null,A>0&&this.props.collapseAllVisibility===p.a.visible?r.createElement("div",{className:V.cellIsGroupExpander,onClick:this._onToggleCollapseAll,"data-is-focusable":!0,"aria-label":s,"aria-expanded":!B,role:s?"button":void 0},r.createElement(U,{className:V.collapseButton,iconName:K?"ChevronLeftMed":"ChevronRightMed"})):null,r.createElement(d.a,{indentWidth:S,count:A-1}),o.map(function(t,n){var i=!!j&&(n>=W&&n=0},t.prototype._isCheckboxColumnHidden=function(){var e=this.props,t=e.selectionMode,n=e.checkboxVisibility;return t===f.b.none||n===s.a.hidden},t.prototype._resetDropHints=function(){this._currentDropHintIndex>=0&&(this._updateDropHintElement(this._dropHintDetails[this._currentDropHintIndex].dropHintElementRef,"none"),this._currentDropHintIndex=-1)},t.prototype._updateDropHintElement=function(e,t){e.childNodes[1].style.display=t,e.childNodes[0].style.display=t},t.prototype._liesBetween=function(e,t,n){return Object(a.V)()?e<=t&&e>=n:e>=t&&e<=n},t.prototype._isBefore=function(e,t){return Object(a.V)()?e>=t:e<=t},t.prototype._isAfter=function(e,t){return Object(a.V)()?e<=t:e>=t},t.prototype._isEventOnHeader=function(e){if(this._rootElement){var t=this._rootElement.getBoundingClientRect();if(e.clientX>t.left&&e.clientXt.top&&e.clientY0&&(r&&r(e),this._setGroupsCollapsedState(n,e),this._updateIsSomeGroupExpanded(),this.forceUpdate())},t.prototype._setGroupsCollapsedState=function(e,t){for(var n=0;n0;)e++,t=t[0].children;return e},t.prototype._forceListUpdates=function(e){var t=(e=e||this.state.groups)?e.length:1;if(this._list.current){this._list.current.forceUpdate();for(var n=0;n0&&(r.e.raise(this._dragData.dropTarget.root,"dragleave"),r.e.raise(i,"dragenter"),this._dragData.dropTarget=e)}},e.prototype._onMouseLeave=function(e,t){this._isDragging&&this._dragData&&this._dragData.dropTarget&&this._dragData.dropTarget.key===e.key&&(r.e.raise(e.root,"dragleave"),this._dragData.dropTarget=void 0)},e.prototype._onMouseDown=function(e,t){if(0===t.button)if(this._isDraggable(e)){this._dragData={clientX:t.clientX,clientY:t.clientY,eventTarget:t.target,dragTarget:e};for(var n=0,o=Object.keys(this._activeTargets);ni.left&&t.clientXi.top&&t.clientY=0&&(i&&i(r[a],a,t),n.setState({focusedItemIndex:a}))}},n._onBlur=function(e){n.setState({focusedItemIndex:-1})},Object(i._5)(n),Object(i._6)(),n._async=new i.a(n),n._activeRows={},n._columnOverrides={},n.state={focusedItemIndex:-1,lastWidth:0,adjustedColumns:n._getAdjustedColumns(t),isSizing:!1,isDropping:!1,isCollapsed:t.groupProps&&t.groupProps.isAllGroupsCollapsed,isSomeGroupExpanded:t.groupProps&&!t.groupProps.isAllGroupsCollapsed,version:{}},n._selection=t.selection||new d.b({onSelectionChanged:void 0,getKey:t.getKey}),n.props.disableSelectionZone||n._selection.setItems(t.items,!1),n._dragDropHelper=t.dragDropEvents?new p.a({selection:n._selection,minimumPixelsForDrag:t.minimumPixelsForDrag}):void 0,n._initialFocusedIndex=t.initialFocusedIndex,n}return o.c(t,e),t.prototype.scrollToIndex=function(e,t,n){this._list.current&&this._list.current.scrollToIndex(e,t,n),this._groupedList.current&&this._groupedList.current.scrollToIndex(e,t,n)},t.prototype.focusIndex=function(e,t,n,o){void 0===t&&(t=!1);var r=this.props.items[e];if(r){this.scrollToIndex(e,n,o);var i=this._getItemKey(r,e),a=this._activeRows[i];a&&this._setFocusToRow(a,t)}},t.prototype.getStartItemIndexInView=function(){return this._list&&this._list.current?this._list.current.getStartItemIndexInView():this._groupedList&&this._groupedList.current?this._groupedList.current.getStartItemIndexInView():0},t.prototype.componentWillUnmount=function(){this._dragDropHelper&&this._dragDropHelper.dispose(),this._async.dispose()},t.prototype.componentDidUpdate=function(e,t){if(void 0!==this._initialFocusedIndex&&(a=this.props.items[this._initialFocusedIndex])){var n=this._getItemKey(a,this._initialFocusedIndex);(o=this._activeRows[n])&&this._setFocusToRowIfPending(o)}if(this.props.items!==e.items&&this.props.items.length>0&&-1!==this.state.focusedItemIndex&&!Object(i.y)(this._root.current,document.activeElement,!1)){var o,r=this.state.focusedItemIndex0;)e++,t=t[0].children;return e},t.prototype._setFocusToRowIfPending=function(e){var t=e.props.itemIndex;void 0!==this._initialFocusedIndex&&t===this._initialFocusedIndex&&(this._setFocusToRow(e),delete this._initialFocusedIndex)},t.prototype._setFocusToRow=function(e,t){void 0===t&&(t=!1),this._selectionZone.current&&this._selectionZone.current.ignoreNextFocus(),this._async.setTimeout(function(){e.focus(t)},0)},t.prototype._forceListUpdates=function(){this._groupedList.current&&this._groupedList.current.forceUpdate(),this._list.current&&this._list.current.forceUpdate()},t.prototype._notifyColumnsResized=function(){this.state.adjustedColumns.forEach(function(e){e.onColumnResize&&e.onColumnResize(e.currentWidth)})},t.prototype._adjustColumns=function(e,t,n){var o=this._getAdjustedColumns(e,t,n),r=this.props.viewport,i=r&&r.width?r.width:0;o&&this.setState({adjustedColumns:o,lastWidth:i},this._notifyColumnsResized)},t.prototype._getAdjustedColumns=function(e,t,n){var o,r=this,i=e.items,s=e.layoutMode,l=e.selectionMode,c=e.viewport,u=c&&c.width?c.width:0,d=e.columns,p=this.props?this.props.columns:[],h=this.state?this.state.lastWidth:-1,f=this.state?this.state.lastSelectionMode:void 0;return t||h!==u||f!==l||p&&d!==p?(d=d||function(e,t,n,o,r,i,s){var l=[];if(e&&e.length){var c=e[0];for(var u in c)c.hasOwnProperty(u)&&l.push({key:u,name:u,fieldName:u,minWidth:v,maxWidth:300,isCollapsable:!!l.length,isCollapsible:!!l.length,isMultiline:void 0!==s&&s,isSorted:o===u,isSortedDescending:!!r,isRowHeader:!1,columnActionsMode:a.b.clickable,isResizable:t,onColumnClick:n,isGrouped:i===u})}return l}(i,!0),s===a.e.fixedColumns?(o=this._getFixedColumns(d)).forEach(function(e){r._rememberCalculatedWidth(e,e.calculatedWidth)}):(o=void 0!==n?this._getJustifiedColumnsAfterResize(d,u,e,n):this._getJustifiedColumns(d,u,e,0)).forEach(function(e){r._getColumnOverride(e.key).currentWidth=e.calculatedWidth}),o):[]},t.prototype._getFixedColumns=function(e){var t=this;return e.map(function(e){var n=o.a({},e,t._columnOverrides[e.key]);return n.calculatedWidth||(n.calculatedWidth=n.maxWidth||n.minWidth||v),n})},t.prototype._getJustifiedColumnsAfterResize=function(e,t,n,o){var r=this,i=e.slice(0,o);i.forEach(function(e){return e.calculatedWidth=r._getColumnOverride(e.key).currentWidth});var a=i.reduce(function(e,t,o){return e+k(t,0===o,n)},0),s=e.slice(o),l=t-a;return i.concat(this._getJustifiedColumns(s,l,n,o))},t.prototype._getJustifiedColumns=function(e,t,n,r){for(var i=this,s=n.selectionMode,l=void 0===s?this._selection.mode:s,c=n.checkboxVisibility,u=l!==d.c.none&&c!==a.a.hidden?40:0,p=this._getGroupNestingDepth()*b.b,h=0,f=t-(u+p),m=e.map(function(e,t){var a=o.a({},e,{calculatedWidth:e.minWidth||v},i._columnOverrides[e.key]);return h+=k(a,t+r===0,n),a}),g=m.length-1;g>0&&h>f;){var _=(w=m[g]).minWidth||v,y=h-f;if(w.calculatedWidth-_>=y||!w.isCollapsable&&!w.isCollapsible){var x=w.calculatedWidth;w.calculatedWidth=Math.max(w.calculatedWidth-y,_),h-=x-w.calculatedWidth}else h-=k(w,!1,n),m.splice(g,1);g--}for(var S=0;S=0&&this._cellMeasurer.current){var a=this._cellMeasurer.current.getBoundingClientRect().width;i.onMeasureDone(a),this.setState({columnMeasureInfo:void 0})}o&&r&&!this._hasMounted&&(this._hasMounted=!0,r(this))},t.prototype.componentWillUnmount=function(){var e=this.props,t=e.item,n=e.onWillUnmount;n&&t&&n(this),this._dragDropSubscription&&(this._dragDropSubscription.dispose(),delete this._dragDropSubscription),this._events.dispose()},t.prototype.componentWillReceiveProps=function(e){this.setState({selectionState:this._getSelectionState(e),groupNestingDepth:e.groupNestingDepth})},t.prototype.shouldComponentUpdate=function(e,t){if(this.props.useReducedRowRenderer){if(this.state.selectionState){var n=this._getSelectionState(e);if(this.state.selectionState.isSelected!==n.isSelected)return!0}return!Object(a._27)(this.props,e)}return!0},t.prototype.render=function(){var e=this.props,t=e.className,n=e.columns,i=void 0===n?m:n,l=e.dragDropEvents,g=e.item,_=e.itemIndex,b=e.onRenderCheck,y=void 0===b?this._onRenderCheck:b,v=e.onRenderDetailsCheckbox,x=e.onRenderItemColumn,S=e.getCellValueKey,w=e.selectionMode,k=e.rowWidth,C=void 0===k?0:k,I=e.checkboxVisibility,P=e.getRowAriaLabel,M=e.getRowAriaDescribedBy,T=e.checkButtonAriaLabel,D=e.checkboxCellClassName,O=e.rowFieldsAs,L=void 0===O?u.a:O,E=e.selection,F=e.indentWidth,N=e.shimmer,R=e.enableUpdateAnimations,A=e.compact,B=e.theme,j=e.styles,H=e.cellsByColumn,z=e.useFastIcons,W=this.state,Y=W.columnMeasureInfo,V=W.isDropping,U=W.groupNestingDepth,K=this.state.selectionState,G=K.isSelected,q=void 0!==G&&G,Z=K.isSelectionModal,Q=void 0!==Z&&Z,J=l?!(!l.canDrag||!l.canDrag(g)):void 0,X=V?this._droppingClassNames?this._droppingClassNames:"is-dropping":"",$=P?P(g):void 0,ee=M?M(g):void 0,te=!!E&&E.canSelectItem(g,_),ne=w===p.b.multiple,oe=w!==p.b.none&&I!==s.a.hidden,re=w===p.b.none?void 0:q;this._classNames=o.a({},this._classNames,f(j,{theme:B,isSelected:q,canSelect:!ne,anySelected:Q,checkboxCellClassName:D,droppingClassName:X,className:t,compact:A,enableUpdateAnimations:R}));var ie={isMultiline:this._classNames.isMultiline,isRowHeader:this._classNames.isRowHeader,shimmerIconPlaceholder:this._classNames.shimmerIconPlaceholder,shimmer:this._classNames.shimmer,cell:this._classNames.cell,cellAnimation:this._classNames.cellAnimation,cellPadded:this._classNames.cellPadded,cellUnpadded:this._classNames.cellUnpadded,fields:this._classNames.fields};Object(a._27)(this._rowClassNames||{},ie)||(this._rowClassNames=ie);var ae=r.createElement(L,{rowClassNames:this._rowClassNames,cellsByColumn:H,columns:i,item:g,itemIndex:_,columnStartIndex:oe?1:0,onRenderItemColumn:x,shimmer:N,getCellValueKey:S,enableUpdateAnimations:R});return N?r.createElement("div",{className:Object(a.t)(oe&&this._classNames.shimmerLeftBorder,!A&&this._classNames.shimmerBottomBorder)},ae):r.createElement(d.a,o.a({"data-is-focusable":!0},Object(a.R)(this.props,a.w),"boolean"==typeof J?{"data-is-draggable":J,draggable:J}:{},{direction:d.b.horizontal,ref:this._onRootRef,componentRef:this._focusZone,role:"row","aria-label":$,"aria-describedby":ee,className:this._classNames.root,"data-selection-index":_,"data-item-index":_,"aria-rowindex":_+1,"data-automationid":"DetailsRow",style:{minWidth:C},"aria-selected":re,allowFocusRoot:!0}),oe&&r.createElement("div",{role:"gridcell","aria-colindex":1,"data-selection-toggle":!0,className:this._classNames.checkCell},y({selected:q,anySelected:Q,"aria-label":T,canSelect:te,compact:A,className:this._classNames.check,theme:B,isVisible:I===s.a.always,onRenderDetailsCheckbox:v,useFastIcons:z})),r.createElement(c.a,{indentWidth:F,count:U-(this.props.collapseAllVisibility===h.a.hidden?1:0)}),g&&ae,Y&&r.createElement("span",{role:"presentation",className:Object(a.t)(this._classNames.cellMeasurer,this._classNames.cell),ref:this._cellMeasurer},r.createElement(L,{rowClassNames:this._rowClassNames,columns:[Y.column],item:g,itemIndex:_,columnStartIndex:(oe?1:0)+i.length,onRenderItemColumn:x,getCellValueKey:S})),r.createElement("span",{role:"checkbox",className:this._classNames.checkCover,"aria-checked":q,"data-selection-toggle":!0}))},t.prototype.measureCell=function(e,t){var n=this.props.columns,r=void 0===n?m:n,i=o.a({},r[e]);i.minWidth=0,i.maxWidth=999999,delete i.calculatedWidth,this.setState({columnMeasureInfo:{index:e,column:i,onMeasureDone:t}})},t.prototype.focus=function(e){return void 0===e&&(e=!1),!!this._focusZone.current&&this._focusZone.current.focus(e)},t.prototype._onRenderCheck=function(e){return r.createElement(l.a,o.a({},e))},t.prototype._getSelectionState=function(e){var t=e.itemIndex,n=e.selection;return{isSelected:!!n&&n.isIndexSelected(t),isSelectionModal:!!n&&!!n.isModal&&n.isModal()}},t.prototype._getRowDragDropOptions=function(){var e=this.props,t=e.item,n=e.itemIndex,o=e.dragDropEvents;return{eventMap:e.eventsToRegister,selectionIndex:n,context:{data:t,index:n},canDrag:o.canDrag,canDrop:o.canDrop,onDragStart:o.onDragStart,updateDropState:this._updateDroppingState,onDrop:o.onDrop,onDragEnd:o.onDragEnd}},t}(r.Component)},function(e,t,n){"use strict";n(1766),n(733),n(740),n(741),n(742),n(743),n(285)},function(e,t,n){"use strict";n.d(t,"a",function(){return h});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(285),s=n(734),l=n(71),c=n(740),u=Object(i.r)(),d={isDarkOverlay:!1,isBlocking:!1,className:"",containerClassName:"",topOffsetFixed:!1},p={type:a.a.normal,className:"",topButtonsProps:[]},h=function(e){function t(t){var n=e.call(this,t)||this;return n._getSubTextId=function(){var e=n.props,t=e.ariaDescribedById,o=e.modalProps,r=e.dialogContentProps,i=e.subText,a=t||o&&o.subtitleAriaId;return a||(a=(i||r&&r.subText)&&n._defaultSubTextId),a},n._getTitleTextId=function(){var e=n.props,t=e.ariaLabelledById,o=e.modalProps,r=e.dialogContentProps,i=e.title,a=t||o&&o.titleAriaId;return a||(a=(i||r&&r.title)&&n._defaultTitleTextId),a},n._id=Object(i.N)("Dialog"),n._defaultTitleTextId=n._id+"-title",n._defaultSubTextId=n._id+"-subText",n}return o.c(t,e),t.prototype.render=function(){var e,t,n=this.props,i=n.className,a=n.containerClassName,l=n.contentClassName,h=n.elementToFocusOnDismiss,f=n.firstFocusableSelector,m=n.forceFocusInsideTrap,g=n.styles,_=n.hidden,b=n.ignoreExternalFocusing,y=n.isBlocking,v=n.isClickableOutsideFocusTrap,x=n.isDarkOverlay,S=n.isOpen,w=n.onDismiss,k=n.onDismissed,C=n.onLayerDidMount,I=n.responsiveMode,P=n.subText,M=n.theme,T=n.title,D=n.topButtonsProps,O=n.type,L=n.minWidth,E=n.maxWidth,F=n.modalProps,N=o.a({},F?F.layerProps:{onLayerDidMount:C});C&&!N.onLayerDidMount&&(N.onLayerDidMount=C),F&&F.dragOptions&&!F.dragOptions.dragHandleSelector?(e="ms-Dialog-draggable-header",t=o.a({},F.dragOptions,{dragHandleSelector:"."+e})):t=F&&F.dragOptions;var R=o.a({},d,F,{layerProps:N,dragOptions:t}),A=o.a({},p,this.props.dialogContentProps,{draggableHeaderClassName:e}),B=u(g,{theme:M,className:i||R.className,containerClassName:a||R.containerClassName,hidden:_,dialogDefaultMinWidth:L,dialogDefaultMaxWidth:E});return r.createElement(s.a,o.a({elementToFocusOnDismiss:h,firstFocusableSelector:f,forceFocusInsideTrap:m,ignoreExternalFocusing:b,isClickableOutsideFocusTrap:v,onDismissed:k,responsiveMode:I},R,{isDarkOverlay:void 0!==x?x:R.isDarkOverlay,isBlocking:void 0!==y?y:R.isBlocking,isOpen:void 0!==S?S:!_,className:B.root,containerClassName:B.main,onDismiss:w||R.onDismiss,subtitleAriaId:this._getSubTextId(),titleAriaId:this._getTitleTextId()}),r.createElement(c.a,o.a({titleId:this._defaultTitleTextId,subTextId:this._defaultSubTextId,title:T,subText:P,showCloseButton:void 0!==y?!y:!R.isBlocking,topButtonsProps:D||A.topButtonsProps,type:void 0!==O?O:A.type,onDismiss:w||A.onDismiss,className:l||A.className},A),this.props.children))},t.defaultProps={hidden:!0},t=o.b([l.b],t)}(r.Component)},function(e,t,n){"use strict";var o=n(735);n.d(t,"a",function(){return o.a})},function(e,t,n){"use strict";var o=n(1767);n.d(t,"a",function(){return o.a});n(736)},function(e,t,n){"use strict";n.d(t,"a",function(){return _});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(252),s=n(737),l=n(286),c=n(70),u=n(659),d=n(71),p=n(656),h=n(670),f=n(1771),m={eventBubblingEnabled:!1},g=Object(i.r)(),_=function(e){function t(t){var n=e.call(this,t)||this;return n._focusTrapZone=r.createRef(),n._allowScrollOnModal=function(e){e?Object(i.j)(e,n._events):n._events.off(n._scrollableContent),n._scrollableContent=e},n._onModalContextMenuClose=function(){n.setState({isModalMenuOpen:!1})},n._onModalClose=function(){n._lastSetX=0,n._lastSetY=0,n.setState({isModalMenuOpen:!1,isInKeyboardMoveMode:!1,isOpen:!1,x:0,y:0}),n.props.onDismissed&&n.props.onDismissed()},n._onDragStart=function(){n.setState({isModalMenuOpen:!1,isInKeyboardMoveMode:!1})},n._onDrag=function(e,t){var o=n.state,r=o.x,i=o.y;n.setState({x:r+t.delta.x,y:i+t.delta.y})},n._onDragStop=function(){n.focus()},n._onDialogKeyUp=function(e){e.altKey&&e.ctrlKey&&e.keyCode===i.g.space&&(n.setState({isModalMenuOpen:!n.state.isModalMenuOpen}),e.preventDefault(),e.stopPropagation())},n._onDialogKeyDown=function(e){if(e.altKey&&e.ctrlKey&&e.keyCode===i.g.space)return e.preventDefault(),void e.stopPropagation();if(n.state.isModalMenuOpen&&(e.altKey||e.keyCode===i.g.escape)&&n.setState({isModalMenuOpen:!1}),!n.state.isInKeyboardMoveMode||e.keyCode!==i.g.escape&&e.keyCode!==i.g.enter||(n.setState({isInKeyboardMoveMode:!1}),e.preventDefault(),e.stopPropagation()),n.state.isInKeyboardMoveMode){var t=!0,o=n._getMoveDelta(e);switch(e.keyCode){case i.g.escape:n.setState({x:n._lastSetX,y:n._lastSetY});case i.g.enter:n._lastSetX=0,n._lastSetY=0,n.setState({isInKeyboardMoveMode:!1});break;case i.g.up:n.setState({y:n.state.y-o});break;case i.g.down:n.setState({y:n.state.y+o});break;case i.g.left:n.setState({x:n.state.x-o});break;case i.g.right:n.setState({x:n.state.x+o});break;default:t=!1}t&&(e.preventDefault(),e.stopPropagation())}},n._onEnterKeyboardMoveMode=function(){n._lastSetX=n.state.x,n._lastSetY=n.state.y,n.setState({isInKeyboardMoveMode:!0,isModalMenuOpen:!1})},n._onExitKeyboardMoveMode=function(){n._lastSetX=0,n._lastSetY=0,n.setState({isInKeyboardMoveMode:!1})},n.state={id:Object(i.N)("Modal"),isOpen:t.isOpen,isVisible:t.isOpen,hasBeenOpened:t.isOpen,x:0,y:0},n._lastSetX=0,n._lastSetY=0,n._warnDeprecations({onLayerDidMount:"layerProps.onLayerDidMount"}),n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){if(clearTimeout(this._onModalCloseTimer),e.isOpen)if(this.state.isOpen){if(this.setState({hasBeenOpened:!0,isVisible:!0}),e.topOffsetFixed){var t=document.getElementsByClassName("ms-Dialog-main"),n=void 0;t.length>0&&(n=t[0].getBoundingClientRect(),this.setState({modalRectangleTop:n.top}))}}else this.setState({isOpen:!0});!e.isOpen&&this.state.isOpen&&(this._onModalCloseTimer=this._async.setTimeout(this._onModalClose,1e3*parseFloat(s.a)),this.setState({isVisible:!1}))},t.prototype.componentDidUpdate=function(e,t){e.isOpen||t.isVisible||this.setState({isVisible:!0})},t.prototype.render=function(){var e=this.props,t=e.className,n=e.containerClassName,i=e.scrollableContentClassName,s=e.elementToFocusOnDismiss,_=e.firstFocusableSelector,b=e.forceFocusInsideTrap,y=e.ignoreExternalFocusing,v=e.isBlocking,x=e.isClickableOutsideFocusTrap,S=e.isDarkOverlay,w=e.onDismiss,k=e.layerProps,C=e.responsiveMode,I=e.titleAriaId,P=e.styles,M=e.subtitleAriaId,T=e.theme,D=e.topOffsetFixed,O=e.onLayerDidMount,L=e.isModeless,E=e.dragOptions,F=this.state,N=F.isOpen,R=F.isVisible,A=F.hasBeenOpened,B=F.modalRectangleTop,j=F.x,H=F.y,z=F.isInKeyboardMoveMode;if(!N)return null;var W=void 0===k?"":k.className,Y=g(P,{theme:T,className:t,containerClassName:n,scrollableContentClassName:i,isOpen:N,isVisible:R,hasBeenOpened:A,modalRectangleTop:B,topOffsetFixed:D,isModeless:L,layerClassName:W,isDefaultDragHandle:E&&!E.dragHandleSelector}),V=o.a({},m,this.props.layerProps,{onLayerDidMount:k&&k.onLayerDidMount?k.onLayerDidMount:O,insertFirst:L,className:Y.layer}),U=r.createElement(a.a,{componentRef:this._focusTrapZone,className:Y.main,elementToFocusOnDismiss:s,isClickableOutsideFocusTrap:L||x||!v,ignoreExternalFocusing:y,forceFocusInsideTrap:L?!L:b,firstFocusableSelector:_,focusPreviouslyFocusedInnerElement:!0,onKeyDown:E?this._onDialogKeyDown:void 0,onKeyUp:E?this._onDialogKeyUp:void 0,onBlur:z?this._onExitKeyboardMoveMode:void 0},E&&z&&r.createElement("div",{className:Y.keyboardMoveIconContainer},E.keyboardMoveIconProps?r.createElement(h.b,o.a({},E.keyboardMoveIconProps)):r.createElement(h.b,{iconName:"move",className:Y.keyboardMoveIcon})),r.createElement("div",{ref:this._allowScrollOnModal,className:Y.scrollableContent,"data-is-scrollable":!0},E&&this.state.isModalMenuOpen&&r.createElement(E.menu,{items:[{key:"move",text:E.moveMenuItemText,onClick:this._onEnterKeyboardMoveMode},{key:"close",text:E.closeMenuItemText,onClick:this._onModalClose}],onDismiss:this._onModalContextMenuClose,alignTargetEdge:!0,coverTarget:!0,directionalHint:p.b.topLeftEdge,directionalHintFixed:!0,shouldFocusOnMount:!0,target:this._scrollableContent}),this.props.children));return C>=d.a.small?r.createElement(c.a,o.a({},V),r.createElement(u.a,{role:L||!v?"dialog":"alertdialog","aria-modal":!L,ariaLabelledBy:I,ariaDescribedBy:M,onDismiss:w},r.createElement("div",{className:Y.root},!L&&r.createElement(l.a,{isDarkThemed:S,onClick:v?void 0:w}),E?r.createElement(f.a,{handleSelector:E.dragHandleSelector||"."+Y.main.split(" ")[0],preventDragSelector:"button",onStart:this._onDragStart,onDragChange:this._onDrag,onStop:this._onDragStop,position:{x:j,y:H}},U):U))):null},t.prototype.focus=function(){this._focusTrapZone.current&&this._focusTrapZone.current.focus()},t.prototype._getMoveDelta=function(e){var t=10;return e.shiftKey?e.ctrlKey||(t=50):e.ctrlKey&&(t=1),t},t.defaultProps={isOpen:!1,isDarkOverlay:!0,isBlocking:!1,className:"",containerClassName:""},t=o.b([d.b],t)}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a});var o=n(6),r=o.c.durationValue2,i={root:"ms-Modal",main:"ms-Dialog-main",scrollableContent:"ms-Modal-scrollableContent",isOpen:"is-open",layer:"ms-Modal-Layer"},a=function(e){var t,n=e.className,a=e.containerClassName,s=e.scrollableContentClassName,l=e.isOpen,c=e.isVisible,u=e.hasBeenOpened,d=e.modalRectangleTop,p=e.theme,h=e.topOffsetFixed,f=e.isModeless,m=e.layerClassName,g=e.isDefaultDragHandle,_=p.palette,b=Object(o.w)(i,p);return{root:[b.root,p.fonts.medium,{backgroundColor:"transparent",position:f?"absolute":"fixed",height:"100%",width:"100%",display:"flex",alignItems:"center",justifyContent:"center",opacity:0,pointerEvents:"none",transition:"opacity "+r},h&&u&&{alignItems:"flex-start"},l&&b.isOpen,c&&{opacity:1,pointerEvents:"auto"},n],main:[b.main,{boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.4)",backgroundColor:_.white,boxSizing:"border-box",position:"relative",textAlign:"left",outline:"3px solid transparent",maxHeight:"100%",overflowY:"auto",zIndex:f?o.s.Layer:void 0},h&&u&&{top:d},g&&{cursor:"move"},a],scrollableContent:[b.scrollableContent,{overflowY:"auto",flexGrow:1,maxHeight:"100vh",selectors:(t={},t["@supports (-webkit-overflow-scrolling: touch)"]={maxHeight:window.innerHeight},t)},s],layer:f&&[m,b.layer,{position:"static",width:"unset",height:"unset"}],keyboardMoveIconContainer:{position:"absolute",display:"flex",justifyContent:"center",width:"100%",padding:"3px 0px"},keyboardMoveIcon:{fontSize:"24px",width:"24px"}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.c(t,e),t.prototype.componentDidMount=function(){Object(i.v)()},t.prototype.componentWillUnmount=function(){Object(i.z)()},t.prototype.render=function(){var e=this.props,t=e.isDarkThemed,n=e.className,s=e.theme,l=e.styles,c=Object(i.R)(this.props,i.w),u=a(l,{theme:s,className:n,isDark:t});return r.createElement("div",o.a({},c,{className:u.root}))},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return i});var o=n(1),r=n(6),i=Object(o._15)(function(e,t){return{root:Object(r.E)(e,t&&{touchAction:"none",selectors:{"& *":{userSelect:"none"}}})}})},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(741),i=n(1774),a=Object(o._29)(r.a,i.a,void 0,{scope:"DialogContent"})},function(e,t,n){"use strict";n.d(t,"a",function(){return p});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(285),s=n(22),l=n(742),c=n(71),u=Object(i.r)(),d=r.createElement(l.a,null).type,p=function(e){function t(t){return e.call(this,t)||this}return o.c(t,e),t.prototype.render=function(){var e,t=this.props,n=t.showCloseButton,i=t.className,l=t.closeButtonAriaLabel,c=t.onDismiss,d=t.subTextId,p=t.subText,h=t.titleId,f=t.title,m=t.type,g=t.styles,_=t.theme,b=t.draggableHeaderClassName,y=u(g,{theme:_,className:i,isLargeHeader:m===a.a.largeHeader,isClose:m===a.a.close,draggableHeaderClassName:b}),v=this._groupChildren();return p&&(e=r.createElement("p",{className:y.subText,id:d},p)),r.createElement("div",{className:y.content},r.createElement("div",{className:y.header},r.createElement("p",{className:y.title,id:h,role:"heading","aria-level":2},f),r.createElement("div",{className:y.topButton},this.props.topButtonsProps.map(function(e,t){return r.createElement(s.f,o.a({key:e.uniqueId||t},e))}),(m===a.a.close||n&&m!==a.a.largeHeader)&&r.createElement(s.f,{className:y.button,iconProps:{iconName:"Cancel"},ariaLabel:l,onClick:c}))),r.createElement("div",{className:y.inner},r.createElement("div",{className:y.innerContent},e,v.contents),v.footers))},t.prototype._groupChildren=function(){var e={footers:[],contents:[]};return r.Children.map(this.props.children,function(t){"object"==typeof t&&null!==t&&t.type===d?e.footers.push(t):e.contents.push(t)}),e},t.defaultProps={showCloseButton:!1,className:"",topButtonsProps:[],closeButtonAriaLabel:"Close"},t=o.b([c.b],t)}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(743),i=n(1773),a=Object(o._29)(r.a,i.a,void 0,{scope:"DialogFooter"})},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.styles,o=e.theme;return this._classNames=a(n,{theme:o,className:t}),r.createElement("div",{className:this._classNames.actions},r.createElement("div",{className:this._classNames.actionsRight},this._renderChildrenAsActions()))},t.prototype._renderChildrenAsActions=function(){var e=this;return r.Children.map(this.props.children,function(t){return t?r.createElement("span",{className:e._classNames.action},t):null})},t}(i.c)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.normal=0]="normal",e[e.compact=1]="compact"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(6),r={root:"ms-DocumentCardPreview",icon:"ms-DocumentCardPreview-icon",iconContainer:"ms-DocumentCardPreview-iconContainer"},i=function(e){var t=e.theme,n=e.className,i=e.isFileList,a=t.palette,s=Object(o.w)(r,t);return{root:[s.root,{borderBottom:"1px solid "+a.neutralLight,position:"relative",backgroundColor:i?a.white:a.neutralLighterAlt,overflow:"hidden"},n],previewIcon:[s.iconContainer,{display:"flex",alignItems:"center",justifyContent:"center",height:"100%"}],icon:[s.icon,{left:"10px",bottom:"10px",position:"absolute"}],fileList:{padding:"16px 16px 0 16px",listStyleType:"none",margin:0,selectors:{li:{height:"16px",lineHeight:"16px",marginBottom:"8px",overflow:"hidden",paddingLeft:"24px",position:"relative",textOverflow:"ellipsis",whiteSpace:"nowrap"},a:{fontSize:o.e.small,textDecoration:"none",color:a.neutralDark,selectors:{":hover":{color:a.themePrimary}}}}},fileListIcon:{left:0,position:"absolute",top:0},fileListOverflowText:{padding:"0px 16px 8px 16px",display:"block",fontSize:o.e.small}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(6),r={root:"ms-DocumentCardActivity",multiplePeople:"ms-DocumentCardActivity--multiplePeople",details:"ms-DocumentCardActivity-details",name:"ms-DocumentCardActivity-name",activity:"ms-DocumentCardActivity-activity",avatars:"ms-DocumentCardActivity-avatars",avatar:"ms-DocumentCardActivity-avatar"},i=function(e){var t=e.theme,n=e.className,i=e.multiplePeople,a=t.palette,s=Object(o.w)(r,t);return{root:[s.root,i&&s.multiplePeople,{padding:"8px 16px",position:"relative"},n],avatars:[s.avatars,{marginLeft:"-2px",height:"32px"}],avatar:[s.avatar,{display:"inline-block",verticalAlign:"top",position:"relative",textAlign:"center",width:32,height:32,selectors:{"&:after":{content:'" "',position:"absolute",left:"-1px",top:"-1px",right:"-1px",bottom:"-1px",border:"2px solid "+a.white,borderRadius:"50%"},":nth-of-type(2)":i&&{marginLeft:"-16px"}}}],details:[s.details,{left:i?"72px":"56px",height:32,position:"absolute",top:8,width:"calc(100% - 72px)"}],name:[s.name,{display:"block",fontSize:o.e.small,lineHeight:"15px",height:"15px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:a.neutralPrimary,fontWeight:o.f.semibold}],activity:[s.activity,{display:"block",fontSize:o.e.small,lineHeight:"15px",height:"15px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:a.neutralSecondary}]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(6),r={root:"ms-DocumentCardTitle"},i=function(e){var t=e.theme,n=e.className,i=e.showAsSecondaryTitle,a=t.palette,s=t.fonts;return{root:[Object(o.w)(r,t).root,i?s.medium:s.large,{padding:"8px 16px",display:"block",overflow:"hidden",wordWrap:"break-word",height:i?"45px":"38px",lineHeight:i?"18px":"21px",color:i?a.neutralSecondary:a.neutralPrimary},n]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(6),r={root:"ms-DocumentCardLocation"},i=function(e){var t=e.theme,n=e.className,i=t.palette;return{root:[Object(o.w)(r,t).root,{fontSize:o.e.small,color:i.neutralPrimary,display:"block",padding:"8px 16px",position:"relative",textDecoration:"none",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",selectors:{":hover":{color:i.themePrimary,cursor:"pointer"}}},n]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return v});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(33),s=n(264),l=n(22),c=n(25),u=n(288),d=n(1807),p=n(23),h=n(16),f=n(60),m=n(39),g=n(750),_=n(71),b=n(279),y=Object(i.r)(),v=function(e){function t(t){var n,u=e.call(this,t)||this;if(u._host=r.createRef(),u._focusZone=r.createRef(),u._dropDown=r.createRef(),u._scrollIdleDelay=250,u._sizePosCache=new d.a,u._requestAnimationFrame=Object(i._24)(u),u._onChange=function(e,t,n,r,i){var a=u.props,s=a.onChange,l=a.onChanged;if(s){var c=i?o.a({},t[n],{selected:!r}):t[n];s(o.a({},e,{target:u._dropDown.current}),c,n)}l&&l(c=i?o.a({},t[n],{selected:!r}):t[n],n)},u._onRenderTitle=function(e){var t=u.props.multiSelectDelimiter,n=void 0===t?", ":t,o=e.map(function(e){return e.text}).join(n);return r.createElement("span",null,o)},u._onRenderPlaceholder=function(e){return u._placeholder?r.createElement("span",null,u._placeholder):null},u._onRenderContainer=function(e){var t=e.calloutProps,n=e.panelProps,i=u.props,s=i.responsiveMode,l=i.dropdownWidth,d=s<=_.a.medium,p=u._classNames.subComponentStyles?u._classNames.subComponentStyles.panel:void 0;return d?r.createElement(g.a,o.a({isOpen:!0,isLightDismiss:!0,onDismissed:u._onDismiss,hasCloseButton:!1,styles:p},n),u._renderFocusableList(e)):r.createElement(a.a,o.a({isBeakVisible:!1,gapSpace:0,doNotLayer:!1,directionalHintFixed:!1,directionalHint:c.a.bottomLeftEdge},t,{className:u._classNames.callout,target:u._dropDown.current,onDismiss:u._onDismiss,onScroll:u._onScroll,onPositioned:u._onPositioned,calloutWidth:l||(u._dropDown.current?u._dropDown.current.clientWidth:0)}),u._renderFocusableList(e))},u._onRenderCaretDown=function(e){return r.createElement(h.b,{className:u._classNames.caretDown,iconName:"ChevronDown","aria-hidden":!0})},u._onRenderList=function(e){var t=e.onRenderItem,n=void 0===t?u._onRenderItem:t;return r.createElement(r.Fragment,null,e.options.map(function(e,t){return n(o.a({},e,{index:t}),u._onRenderItem)}))},u._onRenderItem=function(e){switch(e.itemType){case b.a.Divider:return u._renderSeparator(e);case b.a.Header:return u._renderHeader(e);default:return u._renderOption(e)}},u._renderOption=function(e){var t=u.props.onRenderOption,n=void 0===t?u._onRenderOption:t,o=u.state.selectedIndices,i=void 0===o?[]:o,a=u._id,c=!(void 0===e.index||!i)&&i.indexOf(e.index)>-1,d=e.hidden?u._classNames.dropdownItemHidden:c&&!0===e.disabled?u._classNames.dropdownItemSelectedAndDisabled:c?u._classNames.dropdownItemSelected:!0===e.disabled?u._classNames.dropdownItemDisabled:u._classNames.dropdownItem;return u.props.multiSelect?r.createElement(s.a,{id:a+"-list"+e.index,key:e.key,"data-index":e.index,"data-is-focusable":!e.disabled,disabled:e.disabled,onChange:u._onItemClick(e),inputProps:{onMouseEnter:u._onItemMouseEnter.bind(u,e),onMouseLeave:u._onMouseItemLeave.bind(u,e),onMouseMove:u._onItemMouseMove.bind(u,e)},label:e.text,title:e.title?e.title:e.text,onRenderLabel:u._onRenderLabel.bind(u,e),className:d,role:"option","aria-selected":c?"true":"false",checked:c}):r.createElement(l.d,{id:a+"-list"+e.index,key:e.key,"data-index":e.index,"data-is-focusable":!e.disabled,disabled:e.disabled,className:d,onClick:u._onItemClick(e),onMouseEnter:u._onItemMouseEnter.bind(u,e),onMouseLeave:u._onMouseItemLeave.bind(u,e),onMouseMove:u._onItemMouseMove.bind(u,e),role:"option","aria-selected":c?"true":"false",ariaLabel:e.ariaLabel,title:e.title?e.title:e.text},n(e,u._onRenderOption))},u._onRenderOption=function(e){return r.createElement("span",{className:u._classNames.dropdownOptionText},e.text)},u._onRenderLabel=function(e){var t=u.props.onRenderOption;return(void 0===t?u._onRenderOption:t)(e,u._onRenderOption)},u._onPositioned=function(e){u._focusZone.current&&u._requestAnimationFrame(function(){var e=u.state.selectedIndices;if(e&&e[0]&&!u.props.options[e[0]].disabled){var t=Object(i.I)().querySelector("#"+u._id+"-list"+e[0]);u._focusZone.current.focusElement(t)}else u._focusZone.current.focus()}),u.state.calloutRenderEdge&&u.state.calloutRenderEdge===e.targetEdge||u.setState({calloutRenderEdge:e.targetEdge})},u._onItemClick=function(e){return function(t){e.disabled||(u.setSelectedIndex(t,e.index),u.props.multiSelect||u.setState({isOpen:!1}))}},u._onScroll=function(){u._isScrollIdle||void 0===u._scrollIdleTimeoutId?u._isScrollIdle=!1:(clearTimeout(u._scrollIdleTimeoutId),u._scrollIdleTimeoutId=void 0),u._scrollIdleTimeoutId=setTimeout(function(){u._isScrollIdle=!0},u._scrollIdleDelay)},u._onMouseItemLeave=function(e,t){if(!u._shouldIgnoreMouseEvent()&&u._host.current)if(u._host.current.setActive)try{u._host.current.setActive()}catch(e){}else u._host.current.focus()},u._onDismiss=function(){u.setState({isOpen:!1}),u._dropDown.current&&u._dropDown.current.focus()},u._onDropdownBlur=function(e){u._isDisabled()||(u.setState({hasFocus:!1}),u.state.isOpen||u.props.onBlur&&u.props.onBlur(e))},u._onDropdownKeyDown=function(e){if(!u._isDisabled()&&(u._lastKeyDownWasAltOrMeta=u._isAltOrMeta(e),!u.props.onKeyDown||(u.props.onKeyDown(e),!e.defaultPrevented))){var t,n=u.state.selectedIndices.length?u.state.selectedIndices[0]:-1,o=e.altKey||e.metaKey,r=u.state.isOpen;switch(e.which){case i.g.enter:u.setState({isOpen:!r});break;case i.g.escape:if(!r)return;u.setState({isOpen:!1});break;case i.g.up:if(o){if(r){u.setState({isOpen:!1});break}return}u.props.multiSelect?u.setState({isOpen:!0}):u._isDisabled()||(t=u._moveIndex(e,-1,n-1,n));break;case i.g.down:o&&(e.stopPropagation(),e.preventDefault()),o&&!r||u.props.multiSelect?u.setState({isOpen:!0}):u._isDisabled()||(t=u._moveIndex(e,1,n+1,n));break;case i.g.home:u.props.multiSelect||(t=u._moveIndex(e,1,0,n));break;case i.g.end:u.props.multiSelect||(t=u._moveIndex(e,-1,u.props.options.length-1,n));break;case i.g.space:break;default:return}t!==n&&(e.stopPropagation(),e.preventDefault())}},u._onDropdownKeyUp=function(e){if(!u._isDisabled()){var t=u._shouldHandleKeyUp(e),n=u.state.isOpen;if(!u.props.onKeyUp||(u.props.onKeyUp(e),!e.preventDefault)){switch(e.which){case i.g.space:u.setState({isOpen:!n});break;default:return void(t&&n&&u.setState({isOpen:!1}))}e.stopPropagation(),e.preventDefault()}}},u._onZoneKeyDown=function(e){var t;u._lastKeyDownWasAltOrMeta=u._isAltOrMeta(e);var n=e.altKey||e.metaKey;switch(e.which){case i.g.up:n?u.setState({isOpen:!1}):u._host.current&&(t=Object(i.P)(u._host.current,u._host.current.lastChild,!0));break;case i.g.home:case i.g.end:case i.g.pageUp:case i.g.pageDown:break;case i.g.down:!n&&u._host.current&&(t=Object(i.K)(u._host.current,u._host.current.firstChild,!0));break;case i.g.escape:u.setState({isOpen:!1});break;case i.g.tab:return void u.setState({isOpen:!1});default:return}t&&t.focus(),e.stopPropagation(),e.preventDefault()},u._onZoneKeyUp=function(e){u._shouldHandleKeyUp(e)&&u.state.isOpen&&(u.setState({isOpen:!1}),e.preventDefault())},u._onDropdownClick=function(e){if(!u.props.onClick||(u.props.onClick(e),!e.preventDefault)){var t=u.state.isOpen;u._isDisabled()||u._shouldOpenOnFocus()||u.setState({isOpen:!t}),u._isFocusedByClick=!1}},u._onDropdownMouseDown=function(){u._isFocusedByClick=!0},u._onFocus=function(e){var t=u.state,n=t.isOpen,o=t.selectedIndices,r=u.props.multiSelect;if(!u._isDisabled()){u._isFocusedByClick||n||0!==o.length||r||u._moveIndex(e,1,0,-1),u.props.onFocus&&u.props.onFocus(e);var i={hasFocus:!0};u._shouldOpenOnFocus()&&(i.isOpen=!0),u.setState(i)}},u._isDisabled=function(){var e=u.props.disabled,t=u.props.isDisabled;return void 0!==t&&(e=t),e},Object(i._5)(u),u._id=t.id||Object(i.N)("Dropdown"),u._isScrollIdle=!0,u.props.multiSelect){var p=void 0!==t.defaultSelectedKeys?t.defaultSelectedKeys:t.selectedKeys;n=u._getSelectedIndexes(t.options,p)}else{var f=void 0!==t.defaultSelectedKey?t.defaultSelectedKey:t.selectedKey;n=u._getSelectedIndexes(t.options,f),u._sizePosCache.updateOptions(t.options)}return u.state={isOpen:!1,selectedIndices:n,hasFocus:!1,calloutRenderEdge:void 0},u}return o.c(t,e),Object.defineProperty(t.prototype,"selectedOptions",{get:function(){var e=this.props.options,t=this.state.selectedIndices;return Object(b.b)(e,t)},enumerable:!0,configurable:!0}),t.prototype.componentWillUnmount=function(){clearTimeout(this._scrollIdleTimeoutId)},t.prototype.componentWillReceiveProps=function(e){var t,n=e.options!==this.props.options;void 0===e[t=e.multiSelect?n&&void 0!==e.defaultSelectedKeys?"defaultSelectedKeys":"selectedKeys":n&&void 0!==e.defaultSelectedKey?"defaultSelectedKey":"selectedKey"]||e[t]===this.props[t]&&!n||this.setState({selectedIndices:this._getSelectedIndexes(e.options,e[t])}),e.options===this.props.options||e.multiSelect||this._sizePosCache.updateOptions(e.options)},t.prototype.componentDidUpdate=function(e,t){!0===t.isOpen&&!1===this.state.isOpen&&(this._gotMouseMove=!1,this._dropDown.current&&this._dropDown.current.focus(),this.props.onDismiss&&this.props.onDismiss())},t.prototype.render=function(){var e=this,t=this._id,n=this.props,a=n.className,s=n.label,l=n.options,c=n.ariaLabel,u=n.required,d=n.errorMessage,p=n.multiSelect,h=n.keytipProps,g=n.styles,_=n.theme,v=n.panelProps,x=n.calloutProps,S=n.onRenderTitle,w=void 0===S?this._onRenderTitle:S,k=n.onRenderContainer,C=void 0===k?this._onRenderContainer:k,I=n.onRenderCaretDown,P=void 0===I?this._onRenderCaretDown:I,M=this.state,T=M.isOpen,D=M.selectedIndices,O=M.hasFocus,L=M.calloutRenderEdge,E=n.onRenderPlaceholder||n.onRenderPlaceHolder||this._onRenderPlaceholder,F=Object(b.b)(l,D),N=Object(i.R)(n,i.w),R=this._isDisabled(),A=t+"-option",B=p||R?{role:void 0,ariaActiveDescendant:void 0,childRole:void 0,ariaSetSize:void 0,ariaPosInSet:void 0,ariaSelected:void 0}:{role:"listbox",ariaActiveDescendant:T&&1===D.length&&D[0]>=0?this._id+"-list"+D[0]:A,childRole:"option",ariaSetSize:this._sizePosCache.optionSetSize,ariaPosInSet:this._sizePosCache.positionInSet(D[0]),ariaSelected:void 0!==D[0]||void 0};this._classNames=y(g,{theme:_,className:a,hasError:!!(d&&d.length>0),hasLabel:!!s,isOpen:T,required:u,disabled:R,isRenderingPlaceholder:!F.length,panelClassName:v?v.className:void 0,calloutClassName:x?x.className:void 0,calloutRenderEdge:L});var j=this._classNames.subComponentStyles?this._classNames.subComponentStyles.label:void 0,H=!!d&&d.length>0;return r.createElement("div",{className:this._classNames.root},s&&r.createElement(f.a,{className:this._classNames.label,id:t+"-label",htmlFor:t,required:u,styles:j},s),r.createElement(m.a,{keytipProps:h,disabled:R},function(a){return r.createElement("div",o.a({},a,{"data-is-focusable":!R,ref:e._dropDown,id:t,tabIndex:R?-1:0,"aria-expanded":T?"true":"false",role:B.role,"aria-label":c,"aria-labelledby":s&&!c?t+"-label":void 0,"aria-describedby":Object(i._16)(A,a["aria-describedby"]),"aria-activedescendant":T?B.ariaActiveDescendant:void 0,"aria-required":u,"aria-disabled":R,"aria-owns":T?t+"-list":void 0},N,{className:e._classNames.dropdown,onBlur:e._onDropdownBlur,onKeyDown:e._onDropdownKeyDown,onKeyUp:e._onDropdownKeyUp,onClick:e._onDropdownClick,onFocus:e._onFocus,onMouseDown:e._onDropdownMouseDown}),r.createElement("span",{id:A,className:e._classNames.title,"aria-atomic":!0,role:B.childRole,"aria-live":!O||R||p||T?"off":"assertive","aria-label":F.length?F[0].text:e._placeholder,"aria-invalid":H,"aria-setsize":B.ariaSetSize,"aria-posinset":B.ariaPosInSet,"aria-selected":B.ariaSelected,"aria-describedby":Object(i._16)(H&&t+"-errorMessage")},F.length?w(F,e._onRenderTitle):E(n,e._onRenderPlaceholder)),r.createElement("span",{className:e._classNames.caretDownWrapper},P(n,e._onRenderCaretDown)))}),T&&C(n,this._onRenderContainer),H&&r.createElement("div",{id:t+"-errorMessage",className:this._classNames.errorMessage},d))},t.prototype.focus=function(e){this._dropDown.current&&-1!==this._dropDown.current.tabIndex&&(this._dropDown.current.focus(),e&&this.setState({isOpen:!0}))},t.prototype.setSelectedIndex=function(e,t){var n=this,o=this.props,r=o.options,i=o.selectedKey,a=o.selectedKeys,s=o.multiSelect,l=o.notifyOnReselect,c=this.state.selectedIndices,u=void 0===c?[]:c,d=!!u&&u.indexOf(t)>-1,p=[];if(t=Math.max(0,Math.min(r.length-1,t)),void 0===i&&void 0===a){if(s||l||t!==u[0]){if(s)if(p=u?this._copyArray(u):[],d){var h=p.indexOf(t);h>-1&&p.splice(h,1)}else p.push(t);else p=[t];e.persist(),this.setState({selectedIndices:p},function(){n._onChange(e,r,t,d,s)})}}else this._onChange(e,r,t,d,s)},Object.defineProperty(t.prototype,"_placeholder",{get:function(){return this.props.placeholder||this.props.placeHolder},enumerable:!0,configurable:!0}),t.prototype._copyArray=function(e){for(var t=[],n=0,o=e;n=r.length&&(n=r.length-1);for(var i=0;r[n].itemType===u.a.Header||r[n].itemType===u.a.Divider||r[n].disabled;){if(i>=r.length)return o;n+t<0?n=r.length:n+t>=r.length&&(n=-1),n+=t,i++}return this.setSelectedIndex(e,n),n},t.prototype._renderFocusableList=function(e){var t=e.onRenderList,n=void 0===t?this._onRenderList:t,o=e.label,i=e.ariaLabel,a=this._id;return r.createElement("div",{className:this._classNames.dropdownItemsWrapper,onKeyDown:this._onZoneKeyDown,onKeyUp:this._onZoneKeyUp,ref:this._host,tabIndex:0},r.createElement(p.a,{ref:this._focusZone,direction:p.b.vertical,id:a+"-list",className:this._classNames.dropdownItems,"aria-label":i,"aria-labelledby":o&&!i?a+"-label":void 0,role:"listbox"},n(e,this._onRenderList)))},t.prototype._renderSeparator=function(e){var t=e.index,n=e.key;return t>0?r.createElement("div",{role:"separator",key:n,className:this._classNames.dropdownDivider}):null},t.prototype._renderHeader=function(e){var t=this.props.onRenderOption,n=void 0===t?this._onRenderOption:t,o=e.key;return r.createElement("div",{key:o,className:this._classNames.dropdownItemHeader},n(e,this._onRenderOption))},t.prototype._onItemMouseEnter=function(e,t){this._shouldIgnoreMouseEvent()||t.currentTarget.focus()},t.prototype._onItemMouseMove=function(e,t){var n=t.currentTarget;this._gotMouseMove=!0,this._isScrollIdle&&document.activeElement!==n&&n.focus()},t.prototype._shouldIgnoreMouseEvent=function(){return!this._isScrollIdle||!this._gotMouseMove},t.prototype._getSelectedIndexes=function(e,t){if(void 0===t)return this.props.multiSelect?this._getAllSelectedIndices(e):-1!==(i=this._getSelectedIndex(e,null))?[i]:[];if(!Array.isArray(t))return-1!==(i=this._getSelectedIndex(e,t))?[i]:[];for(var n=[],o=0,r=t;o0,p=d?i:i.slice(0,u),h=(d?a:i.slice(u))||[];return r.createElement("div",{className:c.root},this.onRenderAriaDescription(),r.createElement("div",{className:c.itemContainer},s?this._getAddNewElement():null,r.createElement("ul",{className:c.members,role:"listbox","aria-label":l},this._onRenderVisiblePersonas(p,0===h.length&&1===i.length)),e?this._getOverflowElement(h):null))},t.prototype.onRenderAriaDescription=function(){var e=this.props.ariaDescription,t=this._classNames;return e&&r.createElement("span",{className:t.screenReaderOnly,id:this._ariaDescriptionId},e)},t.prototype._onRenderVisiblePersonas=function(e,t){var n=this,o=this.props,i=o.onRenderPersona,a=void 0===i?this._getPersonaControl:i,s=o.onRenderPersonaCoin,l=void 0===s?this._getPersonaCoinControl:s;return e.map(function(e,o){var i=t?a(e,n._getPersonaControl):l(e,n._getPersonaCoinControl);return r.createElement("li",{role:"option",key:(t?"persona":"personaCoin")+"-"+o,className:n._classNames.member},e.onClick?n._getElementWithOnClickEvent(i,e,o):n._getElementWithoutOnClickEvent(i,e,o))})},t.prototype._getElementWithOnClickEvent=function(e,t,n){var a=t.keytipProps;return r.createElement(s.a,o.a({},Object(i.R)(t,i.p),this._getElementProps(t,n),{keytipProps:a,onClick:this._onPersonaClick.bind(this,t)}),e)},t.prototype._getElementWithoutOnClickEvent=function(e,t,n){return r.createElement("div",o.a({},Object(i.R)(t,i.p),this._getElementProps(t,n)),e)},t.prototype._getElementProps=function(e,t){var n=this._classNames;return{key:(e.imageUrl?"i":"")+t,"data-is-focusable":!0,role:"option",className:n.itemButton,title:e.personaName,onMouseMove:this._onPersonaMouseMove.bind(this,e),onMouseOut:this._onPersonaMouseOut.bind(this,e)}},t.prototype._getOverflowElement=function(e){switch(this.props.overflowButtonType){case a.a.descriptive:return this._getDescriptiveOverflowElement(e);case a.a.downArrow:return this._getIconElement("ChevronDown");case a.a.more:return this._getIconElement("More");default:return null}},t.prototype._getDescriptiveOverflowElement=function(e){var t=this.props.personaSize;if(!e||e.length<1)return null;var n=e.map(function(e){return e.personaName}).join(", "),i=o.a({title:n},this.props.overflowButtonProps),a=Math.max(e.length,0),l=this._classNames;return r.createElement(s.a,o.a({},i,{ariaDescription:i.title,className:l.descriptiveOverflowButton}),r.createElement(u.a,{size:t,onRenderInitials:this._renderInitialsNotPictured(a),initialsColor:u.b.transparent}))},t.prototype._getIconElement=function(e){var t=this.props,n=t.overflowButtonProps,i=t.personaSize,a=this._classNames;return r.createElement(s.a,o.a({},n,{className:a.overflowButton}),r.createElement(u.a,{size:i,onRenderInitials:this._renderInitials(e,!0),initialsColor:u.b.transparent}))},t.prototype._getAddNewElement=function(){var e=this.props,t=e.addButtonProps,n=e.personaSize,i=this._classNames;return r.createElement(s.a,o.a({},t,{className:i.addButton}),r.createElement(u.a,{size:n,onRenderInitials:this._renderInitials("AddFriend")}))},t.prototype._onPersonaClick=function(e,t){e.onClick(t,e),t.preventDefault(),t.stopPropagation()},t.prototype._onPersonaMouseMove=function(e,t){e.onMouseMove&&e.onMouseMove(t,e)},t.prototype._onPersonaMouseOut=function(e,t){e.onMouseOut&&e.onMouseOut(t,e)},t.prototype._renderInitials=function(e,t){var n=this._classNames;return function(){return r.createElement(l.b,{iconName:e,className:t?n.overflowInitialsIcon:""})}},t.prototype._renderInitialsNotPictured=function(e){var t=this._classNames;return function(){return r.createElement("span",{className:t.overflowInitialsIcon},"+"+e)}},t.defaultProps={maxDisplayablePersonas:5,personas:[],overflowPersonas:[],personaSize:u.c.size32},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1828)),a=n(1),s=n(33),l=n(755),c=i,u=function(e){function t(t){var n=e.call(this,t)||this;return n.root=r.createRef(),n.suggestionsControl=r.createRef(),n.SuggestionsControlOfProperType=l.a,n.isComponentMounted=!1,n.onQueryStringChanged=function(e){e!==n.state.queryString&&(n.setState({queryString:e}),n.props.onInputChanged&&n.props.onInputChanged(e),n.updateValue(e))},n.hidePicker=function(){n.props.onSuggestionsHidden&&n.isSuggestionsShown&&n.props.onSuggestionsHidden(),n.setState({suggestionsVisible:!1})},n.showPicker=function(e){void 0===e&&(e=!1),n.props.onSuggestionsShown&&!n.isSuggestionsShown&&n.props.onSuggestionsShown(),n.setState({suggestionsVisible:!0});var t=n.props.inputElement?n.props.inputElement.value:"";e&&n.updateValue(t)},n.completeSuggestion=function(){n.suggestionsControl.current&&n.suggestionsControl.current.hasSuggestionSelected()&&n.onChange(n.suggestionsControl.current.currentSuggestion.item)},n.onSuggestionClick=function(e,t,o){n.onChange(t),n._updateSuggestionsVisible(!1)},n.onSuggestionRemove=function(e,t,o){n.props.onRemoveSuggestion&&n.props.onRemoveSuggestion(t),n.suggestionsControl.current&&n.suggestionsControl.current.removeSuggestion(o)},n.onKeyDown=function(e){if(n.state.suggestionsVisible&&(!n.props.inputElement||n.props.inputElement.contains(e.target))){var t=e.which;switch(t){case a.g.escape:n.hidePicker(),e.preventDefault(),e.stopPropagation();break;case a.g.tab:case a.g.enter:!e.shiftKey&&!e.ctrlKey&&n.suggestionsControl.current&&n.suggestionsControl.current.handleKeyDown(t)?(e.preventDefault(),e.stopPropagation()):n._onValidateInput();break;case a.g.del:n.props.onRemoveSuggestion&&n.suggestionsControl.current&&n.suggestionsControl.current.hasSuggestionSelected&&n.suggestionsControl.current.currentSuggestion&&e.shiftKey&&(n.props.onRemoveSuggestion(n.suggestionsControl.current.currentSuggestion.item),n.suggestionsControl.current.removeSuggestion(),n.forceUpdate(),e.stopPropagation());break;case a.g.up:case a.g.down:n.suggestionsControl.current&&n.suggestionsControl.current.handleKeyDown(t)&&(e.preventDefault(),e.stopPropagation(),n._updateActiveDescendant())}}},n._onValidateInput=function(){if(n.state.queryString&&n.props.onValidateInput&&n.props.createGenericItem){var e=n.props.createGenericItem(n.state.queryString,n.props.onValidateInput(n.state.queryString)),t=n.suggestionStore.convertSuggestionsToSuggestionItems([e]);n.onChange(t[0].item)}},n.suggestionStore=t.suggestionsStore,n.state={queryString:"",didBind:!1},n}return o.c(t,e),Object.defineProperty(t.prototype,"inputText",{get:function(){return this.state.queryString},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"suggestions",{get:function(){return this.suggestionStore.suggestions},enumerable:!0,configurable:!0}),t.prototype.forceResolveSuggestion=function(){this.suggestionsControl.current&&this.suggestionsControl.current.hasSuggestionSelected()?this.completeSuggestion():this._onValidateInput()},Object.defineProperty(t.prototype,"currentSelectedSuggestionIndex",{get:function(){return this.suggestionsControl.current?this.suggestionsControl.current.currentSuggestionIndex:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"isSuggestionsShown",{get:function(){return void 0!==this.state.suggestionsVisible&&this.state.suggestionsVisible},enumerable:!0,configurable:!0}),t.prototype.componentDidMount=function(){this._bindToInputElement(),this.isComponentMounted=!0,this._onResolveSuggestions=this._async.debounce(this._onResolveSuggestions,this.props.resolveDelay)},t.prototype.componentDidUpdate=function(){this._bindToInputElement()},t.prototype.componentWillUnmount=function(){this._unbindFromInputElement(),this.isComponentMounted=!1},t.prototype.componentWillReceiveProps=function(e){e.suggestionItems&&this.updateSuggestions(e.suggestionItems)},t.prototype.updateSuggestions=function(e,t){void 0===t&&(t=!1),this.suggestionStore.updateSuggestions(e),t&&this.forceUpdate()},t.prototype.render=function(){var e=this.props.className;return r.createElement("div",{ref:this.root,className:Object(a.t)("ms-BasePicker ms-BaseFloatingPicker",e||"")},this.renderSuggestions())},t.prototype.renderSuggestions=function(){var e=this.SuggestionsControlOfProperType;return this.state.suggestionsVisible?r.createElement(s.a,{className:c.callout,isBeakVisible:!1,gapSpace:5,target:this.props.inputElement,onDismiss:this.hidePicker,directionalHint:s.b.bottomLeftEdge,directionalHintForRTL:s.b.bottomRightEdge,calloutWidth:this.props.calloutWidth?this.props.calloutWidth:0},r.createElement(e,o.a({onRenderSuggestion:this.props.onRenderSuggestionsItem,onSuggestionClick:this.onSuggestionClick,onSuggestionRemove:this.onSuggestionRemove,suggestions:this.suggestionStore.getSuggestions(),componentRef:this.suggestionsControl,completeSuggestion:this.completeSuggestion,shouldLoopSelection:!1},this.props.pickerSuggestionsProps))):null},t.prototype.onSelectionChange=function(){this.forceUpdate()},t.prototype.updateValue=function(e){""===e?this.updateSuggestionWithZeroState():this._onResolveSuggestions(e)},t.prototype.updateSuggestionWithZeroState=function(){if(this.props.onZeroQuerySuggestion){var e=(0,this.props.onZeroQuerySuggestion)(this.props.selectedItems);this.updateSuggestionsList(e)}else this.hidePicker()},t.prototype.updateSuggestionsList=function(e){var t=this,n=e,o=e;if(Array.isArray(n))this.updateSuggestions(n,!0);else if(o&&o.then){var r=this.currentPromise=o;r.then(function(e){r===t.currentPromise&&t.isComponentMounted&&t.updateSuggestions(e,!0)})}},t.prototype.onChange=function(e){this.props.onChange&&this.props.onChange(e)},t.prototype._updateActiveDescendant=function(){if(this.props.inputElement&&this.suggestionsControl.current&&this.suggestionsControl.current.selectedElement){var e=this.suggestionsControl.current.selectedElement.getAttribute("id");e&&this.props.inputElement.setAttribute("aria-activedescendant",e)}},t.prototype._onResolveSuggestions=function(e){var t=this.props.onResolveSuggestions(e,this.props.selectedItems);this._updateSuggestionsVisible(!0),null!==t&&this.updateSuggestionsList(t)},t.prototype._updateSuggestionsVisible=function(e){e?this.showPicker():this.hidePicker()},t.prototype._bindToInputElement=function(){this.props.inputElement&&!this.state.didBind&&(this.props.inputElement.addEventListener("keydown",this.onKeyDown),this.setState({didBind:!0}))},t.prototype._unbindFromInputElement=function(){this.props.inputElement&&this.state.didBind&&(this.props.inputElement.removeEventListener("keydown",this.onKeyDown),this.setState({didBind:!1}))},t}(a.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o,r=n(3),i=n(0),a=(n.n(i),n(1)),s=n(756),l=n(1840);!function(e){e[e.header=0]="header",e[e.suggestion=1]="suggestion",e[e.footer=2]="footer"}(o||(o={}));var c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r.c(t,e),t.prototype.render=function(){var e,t=this.props,n=t.renderItem,o=t.onExecute,r=t.isSelected,s=t.id,c=t.className;return o?i.createElement("div",{id:s,onClick:o,className:Object(a.t)("ms-Suggestions-sectionButton",c,l.actionButton,(e={},e["is-selected "+l.buttonSelected]=r,e))},n()):i.createElement("div",{id:s,className:Object(a.t)("ms-Suggestions-section",c,l.suggestionsTitle)},n())},t}(a.c),u=function(e){function t(t){var n=e.call(this,t)||this;return n.SuggestionsOfProperType=s.a,n.state={selectedHeaderIndex:-1,selectedFooterIndex:-1,suggestions:t.suggestions},n}return r.c(t,e),t.prototype.componentDidMount=function(){this.resetSelectedItem()},t.prototype.componentDidUpdate=function(){this.scrollSelected()},t.prototype.componentWillReceiveProps=function(e){var t=this;e.suggestions&&this.setState({suggestions:e.suggestions},function(){t.resetSelectedItem()})},t.prototype.componentWillUnmount=function(){this._suggestions.deselectAllSuggestions()},t.prototype.render=function(){var e=this.props,t=e.className,n=e.headerItemsProps,o=e.footerItemsProps;return i.createElement("div",{className:Object(a.t)("ms-Suggestions",t||"",l.root)},n&&this.renderHeaderItems(),this._renderSuggestions(),o&&this.renderFooterItems())},Object.defineProperty(t.prototype,"currentSuggestion",{get:function(){return this._suggestions&&this._suggestions.getCurrentItem()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"currentSuggestionIndex",{get:function(){return this._suggestions?this._suggestions.currentIndex:-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"selectedElement",{get:function(){return this._selectedElement?this._selectedElement:this._suggestions.selectedElement},enumerable:!0,configurable:!0}),t.prototype.hasSuggestionSelected=function(){return this._suggestions&&this._suggestions.hasSuggestionSelected()},t.prototype.hasSelection=function(){var e=this.state,t=e.selectedHeaderIndex,n=e.selectedFooterIndex;return-1!==t||this.hasSuggestionSelected()||-1!==n},t.prototype.executeSelectedAction=function(){var e=this.props,t=e.headerItemsProps,n=e.footerItemsProps,o=this.state,r=o.selectedHeaderIndex,i=o.selectedFooterIndex;if(t&&-1!==r&&rt+1)return this._suggestions.setSelectedSuggestion(t+1),this.setState({selectedHeaderIndex:-1,selectedFooterIndex:-1}),!0}else{var n=e===o.header,r=n?this.props.headerItemsProps:this.props.footerItemsProps;if(r&&r.length>t+1)for(var i=t+1;i0)return this._suggestions.setSelectedSuggestion(n-1),this.setState({selectedHeaderIndex:-1,selectedFooterIndex:-1}),!0}else{var n,r=e===o.header,i=r?this.props.headerItemsProps:this.props.footerItemsProps;if(i)if((n=void 0!==t?t:i.length)>0)for(var a=n-1;a>=0;a--){var s=i[a];if(s.onExecute&&s.shouldShow())return this.setState({selectedHeaderIndex:r?a:-1}),this.setState({selectedFooterIndex:r?-1:a}),this._suggestions.deselectAllSuggestions(),!0}}return!1},t.prototype._getCurrentIndexForType=function(e){switch(e){case o.header:return this.state.selectedHeaderIndex;case o.suggestion:return this._suggestions.currentIndex;case o.footer:return this.state.selectedFooterIndex}},t.prototype._getNextItemSectionType=function(e){switch(e){case o.header:return o.suggestion;case o.suggestion:return o.footer;case o.footer:return o.header}},t.prototype._getPreviousItemSectionType=function(e){switch(e){case o.header:return o.footer;case o.suggestion:return o.header;case o.footer:return o.suggestion}},t}(a.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(757),s=n(1839),l=function(e){function t(t){var n=e.call(this,t)||this;return n.SuggestionsItemOfProperType=a.b,n.currentIndex=-1,n}return o.c(t,e),t.prototype.nextSuggestion=function(){var e=this.props.suggestions;if(e&&e.length>0){if(-1===this.currentIndex)return this.setSelectedSuggestion(0),!0;if(this.currentIndex0){if(-1===this.currentIndex)return this.setSelectedSuggestion(e.length-1),!0;if(this.currentIndex>0)return this.setSelectedSuggestion(this.currentIndex-1),!0;if(this.props.shouldLoopSelection&&0===this.currentIndex)return this.setSelectedSuggestion(e.length-1),!0}return!1},Object.defineProperty(t.prototype,"selectedElement",{get:function(){return this._selectedElement},enumerable:!0,configurable:!0}),t.prototype.getCurrentItem=function(){return this.props.suggestions[this.currentIndex]},t.prototype.getSuggestionAtIndex=function(e){return this.props.suggestions[e]},t.prototype.hasSuggestionSelected=function(){return-1!==this.currentIndex&&this.currentIndex-1&&this.props.suggestions[this.currentIndex]&&(this.props.suggestions[this.currentIndex].selected=!1,this.currentIndex=-1,this.forceUpdate())},t.prototype.setSelectedSuggestion=function(e){var t=this.props.suggestions;e>t.length-1||e<0?(this.currentIndex=0,this.currentSuggestion.selected=!1,this.currentSuggestion=t[0],this.currentSuggestion.selected=!0):(this.currentIndex>-1&&t[this.currentIndex]&&(t[this.currentIndex].selected=!1),t[e].selected=!0,this.currentIndex=e,this.currentSuggestion=t[e]),this.forceUpdate()},t.prototype.componentDidUpdate=function(){this.scrollSelected()},t.prototype.render=function(){var e=this,t=this.props,n=t.onRenderSuggestion,o=t.suggestionsItemClassName,a=t.resultsMaximumNumber,l=t.showRemoveButtons,c=t.suggestionsContainerAriaLabel,u=this.SuggestionsItemOfProperType,d=this.props.suggestions;return a&&(d=d.slice(0,a)),r.createElement("div",{className:Object(i.t)("ms-Suggestions-container",s.suggestionsContainer),id:"suggestion-list",role:"list","aria-label":c},d.map(function(t,i){return r.createElement("div",{ref:e._resolveRef(t.selected||i===e.currentIndex?"_selectedElement":""),key:t.item.key?t.item.key:i,id:"sug-"+i,role:"listitem","aria-label":t.ariaLabel},r.createElement(u,{id:"sug-item"+i,suggestionModel:t,RenderSuggestion:n,onClick:e._onClickTypedSuggestionsItem(t.item,i),className:o,showRemoveButton:l,onRemoveItem:e._onRemoveTypedSuggestionsItem(t.item,i),isSelectedOverride:i===e.currentIndex}))}))},t.prototype.scrollSelected=function(){this._selectedElement&&void 0!==this._selectedElement.scrollIntoView&&this._selectedElement.scrollIntoView(!1)},t.prototype._onClickTypedSuggestionsItem=function(e,t){var n=this;return function(o){n.props.onSuggestionClick(o,e,t)}},t.prototype._onRemoveTypedSuggestionsItem=function(e,t){var n=this;return function(o){(0,n.props.onSuggestionRemove)(o,e,t),o.stopPropagation()}},o.b([i.o],t.prototype,"_onClickTypedSuggestionsItem",null),o.b([i.o],t.prototype,"_onRemoveTypedSuggestionsItem",null),t}(i.c)},function(e,t,n){"use strict";var o=n(1829);n.d(t,"a",function(){return o.a}),n.d(t,"b",function(){return o.b}),n.d(t,"c",function(){return o.c})},function(e,t,n){"use strict";n.d(t,"a",function(){return f});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(280),l=n(759),c=n(760),u=n(762),d=n(761),p=Object(i.r)(),h=Object(i._29)(c.a,u.b,void 0,{scope:"SuggestionItem"}),f=function(e){function t(t){var n=e.call(this,t)||this;return n._forceResolveButton=r.createRef(),n._searchForMoreButton=r.createRef(),n._selectedElement=r.createRef(),n.tryHandleKeyDown=function(e,t){var o=!1,r=null,a=n.state.selectedActionType,s=n.props.suggestions.length;if(e===i.g.down)switch(a){case l.a.forceResolve:s>0?(n._refocusOnSuggestions(e),r=l.a.none):r=n._searchForMoreButton.current?l.a.searchMore:l.a.forceResolve;break;case l.a.searchMore:n._forceResolveButton.current?r=l.a.forceResolve:s>0?(n._refocusOnSuggestions(e),r=l.a.none):r=l.a.searchMore;break;case l.a.none:-1===t&&n._forceResolveButton.current&&(r=l.a.forceResolve)}else if(e===i.g.up)switch(a){case l.a.forceResolve:n._searchForMoreButton.current?r=l.a.searchMore:s>0&&(n._refocusOnSuggestions(e),r=l.a.none);break;case l.a.searchMore:s>0?(n._refocusOnSuggestions(e),r=l.a.none):n._forceResolveButton.current&&(r=l.a.forceResolve);break;case l.a.none:-1===t&&n._searchForMoreButton.current&&(r=l.a.searchMore)}return null!==r&&(n.setState({selectedActionType:r}),o=!0),o},n._getMoreResults=function(){n.props.onGetMoreResults&&n.props.onGetMoreResults()},n._forceResolve=function(){n.props.createGenericItem&&n.props.createGenericItem()},n._shouldShowForceResolve=function(){return!!n.props.showForceResolve&&n.props.showForceResolve()},n._onClickTypedSuggestionsItem=function(e,t){return function(o){n.props.onSuggestionClick(o,e,t)}},n._refocusOnSuggestions=function(e){"function"==typeof n.props.refocusSuggestions&&n.props.refocusSuggestions(e)},n._onRemoveTypedSuggestionsItem=function(e,t){return function(o){(0,n.props.onSuggestionRemove)(o,e,t),o.stopPropagation()}},n.state={selectedActionType:l.a.none},n}return o.c(t,e),t.prototype.componentDidMount=function(){this.scrollSelected(),this.activeSelectedElement=this._selectedElement?this._selectedElement.current:null},t.prototype.componentDidUpdate=function(){this._selectedElement.current&&this.activeSelectedElement!==this._selectedElement.current&&(this.scrollSelected(),this.activeSelectedElement=this._selectedElement.current)},t.prototype.render=function(){var e=this,t=this.props,n=t.forceResolveText,c=t.mostRecentlyUsedHeaderText,u=t.searchForMoreText,h=t.className,f=t.moreSuggestionsAvailable,m=t.noResultsFoundText,g=t.suggestions,_=t.isLoading,b=t.isSearching,y=t.loadingText,v=t.onRenderNoResultFound,x=t.searchingText,S=t.isMostRecentlyUsedVisible,w=t.resultsMaximumNumber,k=t.resultsFooterFull,C=t.resultsFooter,I=t.isResultsFooterVisible,P=void 0===I||I,M=t.suggestionsAvailableAlertText,T=t.suggestionsHeaderText,D=t.suggestionsClassName,O=t.theme,L=t.styles;this._classNames=L?p(L,{theme:O,className:h,suggestionsClassName:D,forceResolveButtonSelected:this.state.selectedActionType===l.a.forceResolve,searchForMoreButtonSelected:this.state.selectedActionType===l.a.searchMore}):{root:Object(i.t)("ms-Suggestions",h,d.root),title:Object(i.t)("ms-Suggestions-title",d.suggestionsTitle),searchForMoreButton:Object(i.t)("ms-SearchMore-button",d.actionButton,(B={},B["is-selected "+d.buttonSelected]=this.state.selectedActionType===l.a.searchMore,B)),forceResolveButton:Object(i.t)("ms-forceResolve-button",d.actionButton,(j={},j["is-selected "+d.buttonSelected]=this.state.selectedActionType===l.a.forceResolve,j)),suggestionsAvailable:Object(i.t)("ms-Suggestions-suggestionsAvailable",d.suggestionsAvailable),suggestionsContainer:Object(i.t)("ms-Suggestions-container",d.suggestionsContainer,D),noSuggestions:Object(i.t)("ms-Suggestions-none",d.suggestionsNone)};var E=this._classNames.subComponentStyles?this._classNames.subComponentStyles.spinner:void 0,F=L?{styles:E}:{className:Object(i.t)("ms-Suggestions-spinner",d.suggestionsSpinner)},N=function(){return m?r.createElement("div",{role:"alert",className:e._classNames.noSuggestions},m):null},R=T;S&&c&&(R=c);var A=void 0;P&&(A=g.length>=w?k:C);var B,j,H=!(g&&g.length||_);return r.createElement("div",{className:this._classNames.root},R?r.createElement("div",{className:this._classNames.title},R):null,n&&this._shouldShowForceResolve()&&r.createElement(a.d,{componentRef:this._forceResolveButton,className:this._classNames.forceResolveButton,onClick:this._forceResolve,"data-automationid":"sug-forceResolve"},n),_&&r.createElement(s.a,o.a({},F,{label:y})),H?v?v(void 0,N):N():this._renderSuggestions(),u&&f&&r.createElement(a.d,{componentRef:this._searchForMoreButton,className:this._classNames.searchForMoreButton,iconProps:{iconName:"Search"},onClick:this._getMoreResults},u),b?r.createElement(s.a,o.a({},F,{label:x})):null,!A||f||S||b?null:r.createElement("div",{className:this._classNames.title},A(this.props)),r.createElement("span",{role:"alert","aria-live":"polite",className:this._classNames.suggestionsAvailable},!_&&!b&&g&&g.length>0&&M?M:null))},t.prototype.hasSuggestedAction=function(){return void 0!==this._searchForMoreButton.current||void 0!==this._forceResolveButton.current},t.prototype.hasSuggestedActionSelected=function(){return this.state.selectedActionType!==l.a.none},t.prototype.executeSelectedAction=function(){switch(this.state.selectedActionType){case l.a.forceResolve:this._forceResolve();break;case l.a.searchMore:this._getMoreResults()}},t.prototype.focusAboveSuggestions=function(){this._forceResolveButton.current?this.setState({selectedActionType:l.a.forceResolve}):this._searchForMoreButton.current&&this.setState({selectedActionType:l.a.searchMore})},t.prototype.focusBelowSuggestions=function(){this._searchForMoreButton.current?this.setState({selectedActionType:l.a.searchMore}):this._forceResolveButton.current&&this.setState({selectedActionType:l.a.forceResolve})},t.prototype.focusSearchForMoreButton=function(){this._searchForMoreButton.current&&this._searchForMoreButton.current.focus()},t.prototype.scrollSelected=function(){this._selectedElement.current&&void 0!==this._selectedElement.current.scrollIntoView&&this._selectedElement.current.scrollIntoView(!1)},t.prototype._renderSuggestions=function(){var e=this,t=this.props,n=t.onRenderSuggestion,o=t.removeSuggestionAriaLabel,i=t.suggestionsItemClassName,a=t.resultsMaximumNumber,s=t.showRemoveButtons,l=t.suggestionsContainerAriaLabel,c=t.suggestionsListId,u=this.props.suggestions,d=h,p=-1;return u.some(function(e,t){return!!e.selected&&(p=t,!0)}),a&&(u=p>=a?u.slice(p-a+1,p+1):u.slice(0,a)),0===u.length?null:r.createElement("div",{className:this._classNames.suggestionsContainer,id:c,role:"listbox","aria-label":l},u.map(function(t,a){return r.createElement("div",{ref:t.selected?e._selectedElement:void 0,key:t.item.key?t.item.key:a,id:"sug-"+a,"aria-selected":t.selected,role:"option","aria-label":t.ariaLabel},r.createElement(d,{suggestionModel:t,RenderSuggestion:n,onClick:e._onClickTypedSuggestionsItem(t.item,a),className:i,showRemoveButton:s,removeButtonAriaLabel:o,onRemoveItem:e._onRemoveTypedSuggestionsItem(t.item,a)}))}))},t}(i.c)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.none=0]="none",e[e.forceResolve=1]="forceResolve",e[e.searchMore=2]="searchMore"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(761),l=Object(i.r)(),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.c(t,e),t.prototype.render=function(){var e,t=this.props,n=t.suggestionModel,o=t.RenderSuggestion,c=t.onClick,u=t.className,d=t.onRemoveItem,p=t.isSelectedOverride,h=t.removeButtonAriaLabel,f=t.styles,m=t.theme,g=f?l(f,{theme:m,className:u,suggested:n.selected||p}):{root:Object(i.t)("ms-Suggestions-item",s.suggestionsItem,(e={},e["is-suggested "+s.suggestionsItemIsSuggested]=n.selected||p,e),u),itemButton:Object(i.t)("ms-Suggestions-itemButton",s.itemButton),closeButton:Object(i.t)("ms-Suggestions-closeButton",s.closeButton)};return r.createElement("div",{className:g.root},r.createElement(a.d,{onClick:c,className:g.itemButton},o(n.item,this.props)),this.props.showRemoveButton?r.createElement(a.f,{iconProps:{iconName:"Cancel",styles:{root:{fontSize:"12px"}}},title:h,ariaLabel:h,onClick:d,className:g.closeButton}):null)},t}(i.c)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"root",function(){return r}),n.d(t,"suggestionsItem",function(){return i}),n.d(t,"closeButton",function(){return a}),n.d(t,"suggestionsItemIsSuggested",function(){return s}),n.d(t,"itemButton",function(){return l}),n.d(t,"actionButton",function(){return c}),n.d(t,"buttonSelected",function(){return u}),n.d(t,"suggestionsTitle",function(){return d}),n.d(t,"suggestionsContainer",function(){return p}),n.d(t,"suggestionsNone",function(){return h}),n.d(t,"suggestionsSpinner",function(){return f}),n.d(t,"suggestionsAvailable",function(){return m});var o=n(12);Object(o.loadStyles)([{rawString:".root_18d80577{min-width:260px}.suggestionsItem_18d80577{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative;overflow:hidden}.suggestionsItem_18d80577:hover{background:"},{theme:"neutralLighter",defaultValue:"#f4f4f4"},{rawString:"}.suggestionsItem_18d80577:hover .closeButton_18d80577{display:block}.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577{background:"},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:"}.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577:hover{background:"},{theme:"neutralTertiaryAlt",defaultValue:"#c8c8c8"},{rawString:"}@media screen and (-ms-high-contrast: active){.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577:hover{background:Highlight;color:HighlightText}}@media screen and (-ms-high-contrast: active){.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577{background:Highlight;color:HighlightText;-ms-high-contrast-adjust:none}}.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577 .closeButton_18d80577:hover{background:"},{theme:"neutralTertiary",defaultValue:"#a6a6a6"},{rawString:";color:"},{theme:"neutralPrimary",defaultValue:"#333333"},{rawString:"}@media screen and (-ms-high-contrast: active){.suggestionsItem_18d80577.suggestionsItemIsSuggested_18d80577 .itemButton_18d80577{color:HighlightText}}.suggestionsItem_18d80577 .closeButton_18d80577{display:none;color:"},{theme:"neutralSecondary",defaultValue:"#666666"},{rawString:"}.suggestionsItem_18d80577 .closeButton_18d80577:hover{background:"},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:"}.actionButton_18d80577{background:none;background-color:transparent;border:0;cursor:pointer;margin:0;position:relative;border-top:1px solid "},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:";height:40px;width:100%;font-size:12px}[dir='ltr'] .actionButton_18d80577{padding-left:8px}[dir='rtl'] .actionButton_18d80577{padding-right:8px}html[dir='ltr'] .actionButton_18d80577{text-align:left}html[dir='rtl'] .actionButton_18d80577{text-align:right}.actionButton_18d80577:hover{background-color:"},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:";cursor:pointer}.actionButton_18d80577:focus,.actionButton_18d80577:active{background-color:"},{theme:"themeLight",defaultValue:"#c7e0f4"},{rawString:"}.actionButton_18d80577 .ms-Button-icon{font-size:16px;width:25px}.actionButton_18d80577 .ms-Button-label{margin:0 4px 0 9px}html[dir='rtl'] .actionButton_18d80577 .ms-Button-label{margin:0 9px 0 4px}.buttonSelected_18d80577{background-color:"},{theme:"themeLight",defaultValue:"#c7e0f4"},{rawString:"}.suggestionsTitle_18d80577{padding:0 12px;color:"},{theme:"themePrimary",defaultValue:"#0078d4"},{rawString:";font-size:12px;line-height:40px;border-bottom:1px solid "},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:"}.suggestionsContainer_18d80577{overflow-y:auto;overflow-x:hidden;max-height:300px;border-bottom:1px solid "},{theme:"neutralLight",defaultValue:"#eaeaea"},{rawString:"}.suggestionsNone_18d80577{text-align:center;color:#767676;font-size:12px;line-height:30px}.suggestionsSpinner_18d80577{margin:5px 0;white-space:nowrap;line-height:20px;font-size:12px}html[dir='ltr'] .suggestionsSpinner_18d80577{padding-left:14px}html[dir='rtl'] .suggestionsSpinner_18d80577{padding-right:14px}html[dir='ltr'] .suggestionsSpinner_18d80577{text-align:left}html[dir='rtl'] .suggestionsSpinner_18d80577{text-align:right}.suggestionsSpinner_18d80577 .ms-Spinner-circle{display:inline-block;vertical-align:middle}.suggestionsSpinner_18d80577 .ms-Spinner-label{display:inline-block;margin:0px 10px 0 16px;vertical-align:middle}html[dir='rtl'] .suggestionsSpinner_18d80577 .ms-Spinner-label{margin:0px 16px 0 10px}.itemButton_18d80577.itemButton_18d80577{width:100%;padding:0px;min-width:0;height:100%}@media screen and (-ms-high-contrast: active){.itemButton_18d80577.itemButton_18d80577{color:WindowText}}.itemButton_18d80577.itemButton_18d80577:hover{color:"},{theme:"neutralDark",defaultValue:"#212121"},{rawString:"}.closeButton_18d80577.closeButton_18d80577{padding:0 4px;height:auto;width:32px}@media screen and (-ms-high-contrast: active){.closeButton_18d80577.closeButton_18d80577{color:WindowText}}.closeButton_18d80577.closeButton_18d80577:hover{background:"},{theme:"neutralTertiaryAlt",defaultValue:"#c8c8c8"},{rawString:";color:"},{theme:"neutralDark",defaultValue:"#212121"},{rawString:"}.suggestionsAvailable_18d80577{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}\n"}]);var r="root_18d80577",i="suggestionsItem_18d80577",a="closeButton_18d80577",s="suggestionsItemIsSuggested_18d80577",l="itemButton_18d80577",c="actionButton_18d80577",u="buttonSelected_18d80577",d="suggestionsTitle_18d80577",p="suggestionsContainer_18d80577",h="suggestionsNone_18d80577",f="suggestionsSpinner_18d80577",m="suggestionsAvailable_18d80577"},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),t.b=function(e){var t,n,i,a=e.className,s=e.theme,l=e.suggested,c=s.palette,u=Object(o.w)(r,s);return{root:[u.root,{display:"flex",alignItems:"stretch",boxSizing:"border-box",width:"100%",position:"relative",selectors:{"&:hover":{background:c.neutralLighter},"&:hover .ms-Suggestions-closeButton":{display:"block"}}},a],itemButton:[u.itemButton,{width:"100%",padding:0,border:"none",height:"100%",minWidth:0,overflow:"hidden",selectors:(t={},t[o.g]={color:"WindowText",selectors:{":hover":{background:"Highlight",color:"HighlightText",MsHighContrastAdjust:"none"}}},t[":hover"]={color:c.neutralDark},t)},l&&[u.isSuggested,{background:c.neutralLight,selectors:(n={":hover":{background:c.neutralTertiaryAlt}},n[o.g]={background:"Highlight",color:"HighlightText",MsHighContrastAdjust:"none"},n)}]],closeButton:[u.closeButton,{display:"none",color:c.neutralSecondary,padding:"0 4px",height:"auto",width:32,selectors:(i={":hover, :active":{background:c.neutralTertiaryAlt,color:c.neutralDark}},i[o.g]={color:"WindowText"},i)},l&&{selectors:{":hover, :active":{background:c.neutralTertiary,color:c.neutralPrimary}}}]}};var o=n(6),r={root:"ms-Suggestions-item",itemButton:"ms-Suggestions-itemButton",closeButton:"ms-Suggestions-closeButton",isSuggested:"is-suggested"}},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var o=function(){function e(){var e=this;this._isSuggestionModel=function(e){return void 0!==e.item},this._ensureSuggestionModel=function(t){return e._isSuggestionModel(t)?t:{item:t,selected:!1,ariaLabel:t.name||t.primaryText}},this.suggestions=[],this.currentIndex=-1}return e.prototype.updateSuggestions=function(e,t){e&&e.length>0?(this.suggestions=this.convertSuggestionsToSuggestionItems(e),this.currentIndex=t||0,-1===t?this.currentSuggestion=void 0:void 0!==t&&(this.suggestions[t].selected=!0,this.currentSuggestion=this.suggestions[t])):(this.suggestions=[],this.currentIndex=-1,this.currentSuggestion=void 0)},e.prototype.nextSuggestion=function(){if(this.suggestions&&this.suggestions.length){if(this.currentIndex0)return this.setSelectedSuggestion(this.currentIndex-1),!0;if(0===this.currentIndex)return this.setSelectedSuggestion(this.suggestions.length-1),!0}return!1},e.prototype.getSuggestions=function(){return this.suggestions},e.prototype.getCurrentItem=function(){return this.currentSuggestion},e.prototype.getSuggestionAtIndex=function(e){return this.suggestions[e]},e.prototype.hasSelectedSuggestion=function(){return!!this.currentSuggestion},e.prototype.removeSuggestion=function(e){this.suggestions.splice(e,1)},e.prototype.createGenericSuggestion=function(e){var t=this.convertSuggestionsToSuggestionItems([e])[0];this.currentSuggestion=t},e.prototype.convertSuggestionsToSuggestionItems=function(e){return Array.isArray(e)?e.map(this._ensureSuggestionModel):[]},e.prototype.deselectAllSuggestions=function(){this.currentIndex>-1&&(this.suggestions[this.currentIndex].selected=!1,this.currentIndex=-1)},e.prototype.setSelectedSuggestion=function(e){e>this.suggestions.length-1||e<0?(this.currentIndex=0,this.currentSuggestion.selected=!1,this.currentSuggestion=this.suggestions[0],this.currentSuggestion.selected=!0):(this.currentIndex>-1&&(this.suggestions[this.currentIndex].selected=!1),this.suggestions[e].selected=!0,this.currentIndex=e,this.currentSuggestion=this.suggestions[e])},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return d});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(49),s=n(22),l=n(182),c=n(1834),u=Object(i.r)(),d=Object(i._29)(function(e){var t=e.item,n=e.onRemoveItem,c=e.index,d=e.selected,p=e.removeButtonAriaLabel,h=e.styles,f=e.theme,m=e.className,g=e.disabled,_=Object(i.N)(),b=u(h,{theme:f,className:m,selected:d,disabled:g,invalid:t.ValidationState===l.a.warning}),y=b.subComponentStyles?b.subComponentStyles.persona:void 0,v=b.subComponentStyles?b.subComponentStyles.personaCoin:void 0;return r.createElement("div",{className:b.root,"data-is-focusable":!g,"data-is-sub-focuszone":!0,"data-selection-index":c,role:"listitem","aria-labelledby":"selectedItemPersona-"+_},r.createElement("div",{className:b.itemContent,id:"selectedItemPersona-"+_},r.createElement(a.a,o.a({size:a.d.size24,styles:y,coinProps:{styles:v}},t))),r.createElement(s.f,{onClick:n,disabled:g,iconProps:{iconName:"Cancel",styles:{root:{fontSize:"12px"}}},className:b.removeButton,ariaLabel:p}))},c.a,void 0,{scope:"PeoplePickerItem"})},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(49),s=n(1835),l=Object(i.r)(),c=Object(i._29)(function(e){var t=e.personaProps,n=e.suggestionsProps,i=e.compact,s=e.styles,c=e.theme,u=e.className,d=l(s,{theme:c,className:n&&n.suggestionsItemClassName||u}),p=d.subComponentStyles&&d.subComponentStyles.persona?d.subComponentStyles.persona:void 0;return r.createElement("div",{className:d.root},r.createElement(a.a,o.a({size:a.d.size24,styles:p,className:d.personaWrapper,showSecondaryText:!i},t)))},s.a,void 0,{scope:"PeoplePickerItemSuggestion"})},function(e,t,n){"use strict";t.a=function(e){var t=e.className,n=e.theme,i=e.isFocused,a=e.inputClassName,s=e.disabled;if(!n)throw new Error("theme is undefined or null in base BasePicker getStyles function.");var l,c=n.semanticColors,u=c.inputBorder,d=c.inputBorderHovered,p=c.inputFocusBorderAlt,h=Object(o.w)(r,n);return{root:[h.root,t],text:[h.text,{display:"flex",position:"relative",flexWrap:"wrap",alignItems:"center",boxSizing:"border-box",minWidth:180,minHeight:30,border:"1px solid "+u},!i&&!s&&{selectors:{":hover":{borderColor:d}}},i&&!s&&{borderColor:p},s&&{borderColor:"transparent",selectors:(l={":after":{content:'""',position:"absolute",top:0,right:0,bottom:0,left:0,background:"rgba(218, 218, 218, 0.29)"}},l[o.g]={borderColor:"GrayText",selectors:{":after":{background:"none"}}},l)}],itemsWrapper:[h.itemsWrapper,{display:"flex",flexWrap:"wrap",maxWidth:"100%"}],input:[h.input,{height:30,border:"none",flexGrow:1,outline:"none",padding:"0 6px 0",alignSelf:"flex-end",selectors:{"::-ms-clear":{display:"none"}}},a],screenReaderText:o.B}};var o=n(6),r={root:"ms-BasePicker",text:"ms-BasePicker-text",itemsWrapper:"ms-BasePicker-itemsWrapper",input:"ms-BasePicker-input"}},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(0),r=(n.n(o),n(1)),i=n(22),a=n(1837),s=Object(r.r)(),l=Object(r._29)(function(e){var t=e.theme,n=e.styles,r=e.selected,a=e.disabled,l=e.enableTagFocusInDisabledPicker,c=e.children,u=e.className,d=e.index,p=e.onRemoveItem,h=e.removeButtonAriaLabel,f=s(n,{theme:t,className:u,selected:r,disabled:a});return o.createElement("div",{className:f.root,role:"listitem",key:d,"data-selection-index":d,"data-is-focusable":(l||!a)&&!0},o.createElement("span",{className:f.text,"aria-label":c},c),o.createElement(i.f,{onClick:p,disabled:a,iconProps:{iconName:"Cancel",styles:{root:{fontSize:"12px"}}},className:f.close,ariaLabel:h}))},a.a,void 0,{scope:"TagItem"})},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(0),r=(n.n(o),n(1)),i=n(1838),a=Object(r.r)(),s=Object(r._29)(function(e){var t=e.styles,n=e.theme,r=e.children,i=a(t,{theme:n});return o.createElement("div",{className:i.suggestionTextOverflow}," ",r," ")},i.a,void 0,{scope:"TagItemSuggestion"})},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(12);Object(o.loadStyles)([{rawString:".resultContent_77ff388a{display:table-row}.resultContent_77ff388a .resultItem_77ff388a{display:table-cell;vertical-align:bottom}.peoplePickerPersona_77ff388a{width:180px}.peoplePickerPersona_77ff388a .ms-Persona-details{width:100%}.peoplePicker_77ff388a .ms-BasePicker-text{min-height:40px}.peoplePickerPersonaContent_77ff388a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 12px}\n"}]);var r="peoplePickerPersona_77ff388a",i="peoplePickerPersonaContent_77ff388a"},function(e,t,n){"use strict";t.c=function(e,t){for(var n=[],i=2;i0)throw new Error("Any module using getSlots must use withSlots. Please see withSlots javadoc for more info.");return function(e,t,n,o){return void 0!==e.create?e.create(t,n,o):c(e)(t,n,o)}(t[e],n,o[e],o._defaultStyles&&o._defaultStyles[e])};r.isSlot=!0,n[e]=r}};for(var i in t)r(i);return n};var o=n(3),r=n(0),i=(n.n(r),n(20)),a=n(31),s=n(771);function l(e,t){void 0===t&&(t={});var n=t.defaultProp,i=void 0===n?"children":n;return function(t,n,a){if(r.isValidElement(n))return n;if("function"==typeof n)return n(function(n,o){var r=u(i,o);return r=d(a,t,r),n(e,r)});n=u(i,n);var s=d(a,t,n);return r.createElement(e,o.a({},s))}}var c=Object(a._23)(function(e){return l(e)});function u(e,t){return"string"!=typeof t&&"number"!=typeof t&&"boolean"!=typeof t||((n={})[e]=t,t=n),t;var n}function d(e){for(var t=[],n=1;n=e&&n.setState({needsScroll:!0})})},n.state={firstFrameRendered:!1,needsScroll:!1},n}return o.c(t,e),t.prototype.componentDidMount=function(){this._checkNeedsScroll()},t.prototype.componentWillUnmount=function(){this._async.dispose()},t.prototype.render=function(){var e=this.props,t=e.styles,n=e.compactCardHeight,i=e.expandedCardHeight,c=e.theme,u=e.mode,d=e.className,p=this.state,h=p.needsScroll,f=p.firstFrameRendered,m=n+i;this._classNames=l(t,{theme:c,compactCardHeight:n,className:d,expandedCardHeight:i,needsScroll:h,expandedCardFirstFrameRendered:u===a.a.expanded&&f});var g=r.createElement("div",{onMouseEnter:this.props.onEnter,onMouseLeave:this.props.onLeave,onKeyDown:this._onKeyDown},this._onRenderCompactCard(),this._onRenderExpandedCard());return r.createElement(s.a,o.a({},this.props,{content:g,finalHeight:m,className:this._classNames.root}))},t.defaultProps={compactCardHeight:156,expandedCardHeight:384,directionalHintFixed:!0},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(33),s=n(25),l=function(e){var t=e.gapSpace,n=void 0===t?0:t,l=e.directionalHint,c=void 0===l?s.a.bottomLeftEdge:l,u=e.directionalHintFixed,d=e.targetElement,p=e.firstFocus,h=e.trapFocus,f=e.onLeave,m=e.className,g=e.finalHeight,_=e.content,b=o.a({},Object(i.R)(e,i.w),{className:m,target:d,isBeakVisible:!1,directionalHint:c,directionalHintFixed:u,finalHeight:g,minPagePadding:24,onDismiss:f,gapSpace:n});return r.createElement(r.Fragment,null,h?r.createElement(a.c,o.a({},b,{focusTrapProps:{forceFocusInsideTrap:!1,isClickableOutsideFocusTrap:!0,disableFirstFocus:!p}}),_):r.createElement(a.a,o.a({},b),_))}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(1857),i=n(780),a=Object(o._29)(i.a,r.a,void 0,{scope:"PlainCard"})},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(778),s=Object(i.r)(),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onKeyDown=function(e){e.which===i.g.escape&&t.props.onLeave&&t.props.onLeave(e)},t}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.styles,n=e.theme,i=e.className;this._classNames=s(t,{theme:n,className:i});var l=r.createElement("div",{onMouseEnter:this.props.onEnter,onMouseLeave:this.props.onLeave,onKeyDown:this._onKeyDown},this.props.onRenderPlainCard(this.props.renderData));return r.createElement(a.a,o.a({},this.props,{content:l,className:this._classNames.root}))},t}(i.c)},function(e,t,n){"use strict";var o=n(1880);n.d(t,"a",function(){return o.a})},function(e,t,n){"use strict";n.d(t,"c",function(){return r}),n.d(t,"b",function(){return i}),n.d(t,"a",function(){return a});var o=n(6),r=function(e){var t,n=e.theme,r=e.disabled,i=e.visible;return{container:[{backgroundColor:n.palette.neutralDark},r&&{opacity:.5,selectors:(t={},t[o.g]={color:"GrayText",opacity:1},t)},!i&&{visibility:"hidden"}],root:[n.fonts.medium,{textAlign:"center",paddingLeft:"3px",paddingRight:"3px",backgroundColor:n.palette.neutralDark,color:n.palette.neutralLight,minWidth:"11px",lineHeight:"17px",height:"17px",display:"inline-block"},r&&{color:n.palette.neutralTertiaryAlt}]}},i=function(e){return{container:[],root:[{border:"none",boxShadow:"none"}],beak:[],beakCurtain:[],calloutMain:[{backgroundColor:"transparent"}]}},a=function(e){return function(t){return Object(o.D)(i(t),{root:[{marginLeft:e.x,marginTop:e.y}]})}}},function(e,t,n){"use strict";n.d(t,"a",function(){return b});var o=n(3),r=n(0),i=(n.n(r),n(784)),a=n(781),s=n(70),l=n(1),c=n(257),u=n(1887),d=n(173),p=n(1888),h=n(172),f={key:Object(l._13)()?"Control":"Meta",modifierKeys:[p.a.alt]},m=f,g={key:"Escape"},_=Object(l.r)(),b=function(e){function t(t,n){var o=e.call(this,t,n)||this;o._keytipManager=c.a.getInstance(),o._delayedKeytipQueue=[],o._keyHandled=!1,o._onDismiss=function(e){o.state.inKeytipMode&&o._exitKeytipMode(e)},o._onKeyDown=function(e){o._keyHandled=!1;var t=e.key;switch(t){case"Alt":break;case"Tab":case"Enter":case"Spacebar":case" ":case"ArrowUp":case"Up":case"ArrowDown":case"Down":case"ArrowLeft":case"Left":case"ArrowRight":case"Right":o.state.inKeytipMode&&(o._keyHandled=!0,o._exitKeytipMode(e));break;default:"Esc"===t?t="Escape":"OS"!==t&&"Win"!==t||(t="Meta");var n={key:t};n.modifierKeys=o._getModifierKey(t,e),o.processTransitionInput(n,e)}},o._onKeyPress=function(e){o.state.inKeytipMode&&!o._keyHandled&&(o.processInput(e.key.toLocaleLowerCase(),e),e.preventDefault(),e.stopPropagation())},o._onKeytipAdded=function(e){var t=e.keytip,n=e.uniqueID;if(o._keytipTree.addNode(t,n),o._setKeytips(),o._keytipTree.isCurrentKeytipParent(t)&&(o._addKeytipToQueue(Object(d.e)(t.keySequences)),o._keytipTree.currentKeytip&&o._keytipTree.currentKeytip.hasDynamicChildren&&o._keytipTree.currentKeytip.children.indexOf(t.id)<0&&(o._keytipTree.currentKeytip=o._keytipTree.getNode(o._keytipTree.currentKeytip.id))),o._newCurrentKeytipSequences&&Object(l.l)(t.keySequences,o._newCurrentKeytipSequences)&&o._triggerKeytipImmediately(t),o._isCurrentKeytipAnAlias(t)){var r=t.keySequences;t.overflowSetSequence&&(r=Object(d.d)(r,t.overflowSetSequence)),o._keytipTree.currentKeytip=o._keytipTree.getNode(Object(d.e)(r))}},o._onKeytipUpdated=function(e){var t=e.keytip,n=e.uniqueID;o._keytipTree.updateNode(t,n),o._setKeytips()},o._onKeytipRemoved=function(e){var t=e.keytip,n=e.uniqueID;o._removeKeytipFromQueue(Object(d.e)(t.keySequences)),o._keytipTree.removeNode(t,n),o._setKeytips()},o._onPersistedKeytipAdded=function(e){var t=e.keytip,n=e.uniqueID;o._keytipTree.addNode(t,n,!0)},o._onPersistedKeytipRemoved=function(e){var t=e.keytip,n=e.uniqueID;o._keytipTree.removeNode(t,n)},o._onPersistedKeytipExecute=function(e){o._persistedKeytipExecute(e.overflowButtonSequences,e.keytipSequences)},o._setInKeytipMode=function(e){o.setState({inKeytipMode:e}),o._keytipManager.inKeytipMode=e},o._warnIfDuplicateKeytips=function(){var e=o._getDuplicateIds(o._keytipTree.getChildren());e.length&&Object(l._34)("Duplicate keytips found for "+e.join(", "))},o._getDuplicateIds=function(e){var t={};return e.filter(function(e){return t[e]=t[e]?t[e]+1:1,2===t[e]})};var r=o._keytipManager.getKeytips().slice();o.state={inKeytipMode:!1,keytips:r,visibleKeytips:o._getVisibleKeytips(r)},o._keytipTree=new u.a;for(var i=0,a=o._keytipManager.keytips.concat(o._keytipManager.persistedKeytips);i0){var s=a.filter(function(e){return!e.persisted}).map(function(e){return e.id});this.showKeytips(s),this._currentSequence=n}}},t.prototype.showKeytips=function(e){for(var t=0,n=this._keytipManager.getKeytips();t=0?o.visible=!0:o.overflowSetSequence&&e.indexOf(Object(d.e)(Object(d.d)(o.keySequences,o.overflowSetSequence)))>=0?o.visible=!0:o.visible=!1}this._setKeytips()},t.prototype._enterKeytipMode=function(){this._keytipManager.shouldEnterKeytipMode&&(this._keytipTree.currentKeytip=this._keytipTree.root,this.showKeytips(this._keytipTree.getChildren()),this._setInKeytipMode(!0),this.props.onEnterKeytipMode&&this.props.onEnterKeytipMode())},t.prototype._exitKeytipMode=function(e){this._keytipTree.currentKeytip=void 0,this._currentSequence="",this.showKeytips([]),this._delayedQueueTimeout&&this._async.clearTimeout(this._delayedQueueTimeout),this._delayedKeytipQueue=[],this._setInKeytipMode(!1),this.props.onExitKeytipMode&&this.props.onExitKeytipMode(e)},t.prototype._setKeytips=function(e){void 0===e&&(e=this._keytipManager.getKeytips()),this.setState({keytips:e,visibleKeytips:this._getVisibleKeytips(e)})},t.prototype._persistedKeytipExecute=function(e,t){this._newCurrentKeytipSequences=t;var n=this._keytipTree.getNode(Object(d.e)(e));n&&n.onExecute&&n.onExecute(this._getKtpExecuteTarget(n),this._getKtpTarget(n))},t.prototype._getVisibleKeytips=function(e){var t={};return e.filter(function(e){var n=Object(d.e)(e.keySequences);return t[n]=t[n]?t[n]+1:1,e.visible&&1===t[n]})},t.prototype._getModifierKey=function(e,t){var n=[];return t.altKey&&"Alt"!==e&&n.push(p.a.alt),t.ctrlKey&&"Control"!==e&&n.push(p.a.ctrl),t.shiftKey&&"Shift"!==e&&n.push(p.a.shift),t.metaKey&&"Meta"!==e&&n.push(p.a.meta),n.length?n:void 0},t.prototype._triggerKeytipImmediately=function(e){var t=e.keySequences.slice();if(e.overflowSetSequence&&(t=Object(d.d)(t,e.overflowSetSequence)),this._keytipTree.currentKeytip=this._keytipTree.getNode(Object(d.e)(t)),this._keytipTree.currentKeytip){var n=this._keytipTree.getChildren();n.length&&this.showKeytips(n),this._keytipTree.currentKeytip.onExecute&&this._keytipTree.currentKeytip.onExecute(this._getKtpExecuteTarget(this._keytipTree.currentKeytip),this._getKtpTarget(this._keytipTree.currentKeytip))}this._newCurrentKeytipSequences=void 0},t.prototype._addKeytipToQueue=function(e){var t=this;this._delayedKeytipQueue.push(e),this._delayedQueueTimeout&&this._async.clearTimeout(this._delayedQueueTimeout),this._delayedQueueTimeout=this._async.setTimeout(function(){t._delayedKeytipQueue.length&&(t.showKeytips(t._delayedKeytipQueue),t._delayedKeytipQueue=[])},300)},t.prototype._removeKeytipFromQueue=function(e){var t=this,n=this._delayedKeytipQueue.indexOf(e);n>=0&&(this._delayedKeytipQueue.splice(n,1),this._delayedQueueTimeout&&this._async.clearTimeout(this._delayedQueueTimeout),this._delayedQueueTimeout=this._async.setTimeout(function(){t._delayedKeytipQueue.length&&(t.showKeytips(t._delayedKeytipQueue),t._delayedKeytipQueue=[])},300))},t.prototype._getKtpExecuteTarget=function(e){return Object(l.I)().querySelector(Object(d.b)(e.id))},t.prototype._getKtpTarget=function(e){return Object(l.I)().querySelector(Object(d.c)(e.keySequences))},t.prototype._isCurrentKeytipAnAlias=function(e){var t=this._keytipTree.currentKeytip;return!(!t||!t.overflowSetSequence&&!t.persisted||!Object(l.l)(e.keySequences,t.keySequences))},t.defaultProps={keytipStartSequences:[f],keytipExitSequences:[m],keytipReturnSequences:[g],content:""},t}(l.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var o=n(6),r=function(e){return{root:[{zIndex:o.s.KeytipLayer}]}},i=function(e){return{innerContent:[{position:"absolute",width:0,height:0,margin:0,padding:0,border:0,overflow:"hidden",visibility:"hidden"}]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(16),l=n(293),c=Object(i.r)(),u=function(e){function t(t){var n,o=e.call(this,t)||this;return o.ICON_MAP=((n={})[l.a.info]="Info",n[l.a.warning]="Info",n[l.a.error]="ErrorBadge",n[l.a.blocked]="Blocked2",n[l.a.remove]="Blocked",n[l.a.severeWarning]="Warning",n[l.a.success]="Completed",n),o._onClick=function(e){o.setState({expandSingleLine:!o.state.expandSingleLine})},o.state={labelId:Object(i.N)("MessageBar"),showContent:!1,expandSingleLine:!1},o}return o.c(t,e),t.prototype.render=function(){var e=this.props.isMultiline;return this._classNames=this._getClassNames(),e?this._renderMultiLine():this._renderSingleLine()},t.prototype._getActionsDiv=function(){return this.props.actions?r.createElement("div",{className:this._classNames.actions},this.props.actions):null},t.prototype._getDismissDiv=function(){return this.props.onDismiss?r.createElement(a.f,{disabled:!1,className:this._classNames.dismissal,onClick:this.props.onDismiss,iconProps:{iconName:"Clear"},ariaLabel:this.props.dismissButtonAriaLabel}):null},t.prototype._getDismissSingleLine=function(){return this.props.onDismiss?r.createElement("div",{className:this._classNames.dismissSingleLine},this._getDismissDiv()):null},t.prototype._getExpandSingleLine=function(){return!this.props.actions&&this.props.truncated?r.createElement("div",{className:this._classNames.expandSingleLine},r.createElement(a.f,{disabled:!1,className:this._classNames.expand,onClick:this._onClick,iconProps:{iconName:this.state.expandSingleLine?"DoubleChevronUp":"DoubleChevronDown"},ariaLabel:this.props.overflowButtonAriaLabel,"aria-expanded":this.state.expandSingleLine,"aria-controls":this.state.labelId})):null},t.prototype._getIconSpan=function(){return r.createElement("div",{className:this._classNames.iconContainer,"aria-hidden":!0},r.createElement(s.b,{iconName:this.ICON_MAP[this.props.messageBarType],className:this._classNames.icon}))},t.prototype._renderMultiLine=function(){var e=this.props.theme;return r.createElement("div",{style:{background:e.semanticColors.bodyBackground}},r.createElement("div",{className:this._classNames.root},r.createElement("div",{className:this._classNames.content},this._getIconSpan(),this._renderInnerText(),this._getDismissDiv()),this._getActionsDiv()))},t.prototype._renderSingleLine=function(){var e=this.props.theme;return r.createElement("div",{style:{background:e.semanticColors.bodyBackground}},r.createElement("div",{className:this._classNames.root},r.createElement("div",{className:this._classNames.content},this._getIconSpan(),this._renderInnerText(),this._getExpandSingleLine(),this._getActionsDiv(),this._getDismissSingleLine())))},t.prototype._renderInnerText=function(){var e=Object(i.R)(this.props,i._3,["className"]);return r.createElement("div",{className:this._classNames.text,id:this.state.labelId},r.createElement("span",o.a({className:this._classNames.innerText,role:"status","aria-live":this._getAnnouncementPriority()},e),r.createElement(i.d,null,r.createElement("span",null,this.props.children))))},t.prototype._getClassNames=function(){var e=this.props,t=e.theme,n=e.className,o=e.messageBarType,r=e.onDismiss,i=e.actions,a=e.truncated,s=e.isMultiline,u=this.state.expandSingleLine;return c(this.props.styles,{theme:t,messageBarType:o||l.a.info,onDismiss:void 0!==r,actions:void 0!==i,truncated:a,isMultiline:s,expandSingleLine:u,className:n})},t.prototype._getAnnouncementPriority=function(){switch(this.props.messageBarType){case l.a.blocked:case l.a.error:case l.a.severeWarning:return"assertive"}return"polite"},t.defaultProps={messageBarType:l.a.info,onDismiss:void 0,isMultiline:!0},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return p});var o,r=n(3),i=n(0),a=(n.n(i),n(1)),s=n(23),l=n(22),c=n(16),u=n(787);var d=Object(a.r)(),p=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderLink=function(e){var t=n.props,o=t.styles,r=t.groups,a=t.theme,s=d(o,{theme:a,groups:r});return i.createElement("div",{className:s.linkText},e.name)},n._renderGroup=function(e,t){var o=n.props,r=o.styles,a=o.groups,s=o.theme,l=o.onRenderGroupHeader,c=void 0===l?n._renderGroupHeader:l,u=d(r,{theme:s,isGroup:!0,isExpanded:n._isGroupExpanded(e),groups:a});return i.createElement("div",{key:t,className:u.group},e.name?c(e,n._renderGroupHeader):null,i.createElement("div",{className:u.groupContent},n._renderLinks(e.links,0)))},n._renderGroupHeader=function(e){var t=n.props,o=t.styles,r=t.groups,a=t.theme,s=t.expandButtonAriaLabel,l=d(o,{theme:a,isGroup:!0,isExpanded:n._isGroupExpanded(e),groups:r});return i.createElement("button",{className:l.chevronButton,onClick:n._onGroupHeaderClicked.bind(n,e),"aria-label":s,"aria-expanded":n._isGroupExpanded(e)},i.createElement(c.b,{className:l.chevronIcon,iconName:"ChevronDown"}),e.name)},n.state={isGroupCollapsed:{},isLinkExpandStateChanged:!1,selectedKey:t.initialSelectedKey||t.selectedKey},n}return r.c(t,e),t.prototype.render=function(){var e=this.props,t=e.styles,n=e.groups,o=e.className,r=e.isOnTop,a=e.theme;if(!n)return null;var l=n.map(this._renderGroup),c=d(t,{theme:a,className:o,isOnTop:r,groups:n});return i.createElement(s.a,{direction:s.b.vertical},i.createElement("nav",{role:"navigation",className:c.root,"aria-label":this.props.ariaLabel},l))},Object.defineProperty(t.prototype,"selectedKey",{get:function(){return this.state.selectedKey},enumerable:!0,configurable:!0}),t.prototype._renderNavLink=function(e,t,n){var o,r=this.props,a=r.styles,s=r.groups,c=r.theme,p=r.onRenderLink,h=void 0===p?this._onRenderLink:p,f=r.linkAs,m=void 0===f?l.a:f,g=r.selectedAriaLabel,_=e.icon||e.iconProps,b=this._isLinkSelected(e),y=d(a,{theme:c,isSelected:b,isDisabled:e.disabled,isButtonEntry:e.onClick&&!e.forceAnchor,leftPadding:14*n+3+(_?0:24),groups:s}),v=e.url&&e.target&&(!(o=e.url)||/^[a-z0-9+-.]:\/\//i.test(o))?"noopener noreferrer":void 0,x=b&&g?g:void 0;return i.createElement(m,{className:y.link,styles:u.a,href:e.url||(e.forceAnchor?"javascript:":void 0),iconProps:e.iconProps||{iconName:e.icon},onClick:e.onClick?this._onNavButtonLinkClicked.bind(this,e):this._onNavAnchorLinkClicked.bind(this,e),title:e.title||e.name,target:e.target,rel:v,disabled:e.disabled,"aria-label":e.ariaLabel&&x?e.ariaLabel+" "+x:x||(e.ariaLabel?e.ariaLabel:void 0)},h(e,this._onRenderLink))},t.prototype._renderCompositeLink=function(e,t,n){var o=r.a({},Object(a.R)(e,a.w,["onClick"])),s=this.props,l=s.expandButtonAriaLabel,u=s.styles,p=s.groups,h=s.theme,f=d(u,{theme:h,isExpanded:!!e.isExpanded,isSelected:this._isLinkSelected(e),isLink:!0,isDisabled:e.disabled,position:14*n+1,groups:p}),m=l?e.name+" "+l:e.name;return i.createElement("div",r.a({},o,{key:e.key||t,className:f.compositeLink}),e.links&&e.links.length>0?i.createElement("button",{className:f.chevronButton,onClick:this._onLinkExpandClicked.bind(this,e),"aria-label":m,"aria-expanded":e.isExpanded?"true":"false"},i.createElement(c.b,{className:f.chevronIcon,iconName:"ChevronDown"})):null,this._renderNavLink(e,t,n))},t.prototype._renderLink=function(e,t,n){var o=this.props,r=o.styles,a=o.groups,s=o.theme,l=d(r,{theme:s,groups:a});return i.createElement("li",{key:e.key||t,role:"listitem",className:l.navItem},this._renderCompositeLink(e,t,n),e.isExpanded?this._renderLinks(e.links,++n):null)},t.prototype._renderLinks=function(e,t){var n=this;if(!e||!e.length)return null;var o=e.map(function(e,o){return n._renderLink(e,o,t)}),r=this.props,a=r.styles,s=r.groups,l=r.theme,c=d(a,{theme:l,groups:s});return i.createElement("ul",{role:"list",className:c.navItems},o)},t.prototype._onGroupHeaderClicked=function(e,t){e.onHeaderClick&&e.onHeaderClick(t,this._isGroupExpanded(e)),this._toggleCollapsed(e),t.preventDefault(),t.stopPropagation()},t.prototype._onLinkExpandClicked=function(e,t){var n=this.props.onLinkExpandClick;n&&n(t,e),t.defaultPrevented||(e.isExpanded=!e.isExpanded,this.setState({isLinkExpandStateChanged:!0})),t.preventDefault(),t.stopPropagation()},t.prototype._onNavAnchorLinkClicked=function(e,t){this.props.onLinkClick&&this.props.onLinkClick(t,e),!e.url&&e.links&&e.links.length>0&&this._onLinkExpandClicked(e,t),this.setState({selectedKey:e.key})},t.prototype._onNavButtonLinkClicked=function(e,t){e.onClick&&e.onClick(t,e),!e.url&&e.links&&e.links.length>0&&this._onLinkExpandClicked(e,t),this.setState({selectedKey:e.key})},t.prototype._isLinkSelected=function(e){if(void 0!==this.props.selectedKey)return e.key===this.props.selectedKey;if(void 0!==this.state.selectedKey)return e.key===this.state.selectedKey;if(void 0===Object(a.Z)()||!e.url)return!1;(o=o||document.createElement("a")).href=e.url||"";var t=o.href;return location.href===t||(location.protocol+"//"+location.host+location.pathname===t||!!location.hash&&(location.hash===e.url||(o.href=location.hash.substring(1),o.href===t)))},t.prototype._isGroupExpanded=function(e){return e.name&&this.state.isGroupCollapsed.hasOwnProperty(e.name)?!this.state.isGroupCollapsed[e.name]:void 0===e.collapseByDefault||!e.collapseByDefault},t.prototype._toggleCollapsed=function(e){if(e.name){var t=r.a({},this.state.isGroupCollapsed,((n={})[e.name]=this._isGroupExpanded(e),n));this.setState({isGroupCollapsed:t})}var n},t.defaultProps={groups:null},t}(i.Component)},function(e,t,n){"use strict";n.d(t,"a",function(){return i}),n.d(t,"b",function(){return a});var o=n(6),r={root:"ms-Nav",linkText:"ms-Nav-linkText",compositeLink:"ms-Nav-compositeLink",link:"ms-Nav-link",chevronButton:"ms-Nav-chevronButton",chevronIcon:"ms-Nav-chevron",navItem:"ms-Nav-navItem",navItems:"ms-Nav-navItems",group:"ms-Nav-group",groupContent:"ms-Nav-groupContent"},i={textContainer:{overflow:"hidden"},label:{whiteSpace:"nowrap",textOverflow:"ellipsis",overflow:"hidden",lineHeight:"36px"}},a=function(e){var t=e.className,n=e.theme,i=e.isOnTop,a=e.isExpanded,s=e.isGroup,l=e.isLink,c=e.isSelected,u=e.isDisabled,d=e.isButtonEntry,p=e.navHeight,h=void 0===p?36:p,f=e.position,m=e.leftPadding,g=void 0===m?20:m,_=e.leftPaddingExpanded,b=void 0===_?28:_,y=e.rightPadding,v=void 0===y?20:y,x=n.palette,S=n.semanticColors,w=Object(o.w)(r,n);return{root:[w.root,t,n.fonts.medium,{overflowY:"auto",userSelect:"none",WebkitOverflowScrolling:"touch"},i&&[{position:"absolute"},o.a.slideRightIn40]],linkText:[w.linkText,{margin:"0 4px",overflow:"hidden",verticalAlign:"middle",textAlign:"left",textOverflow:"ellipsis"}],compositeLink:[w.compositeLink,{display:"block",position:"relative",color:S.bodyText,backgroundColor:S.bodyBackground},a&&"is-expanded",c&&"is-selected",u&&"is-disabled",u&&{color:S.disabledText}],link:[w.link,Object(o.v)(n),{display:"block",position:"relative",height:h+"px",width:"100%",lineHeight:h+"px",textDecoration:"none",cursor:"pointer",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",paddingLeft:g,paddingRight:v,color:S.bodyText,selectors:u?{}:{".ms-Nav-compositeLink:hover &":{backgroundColor:x.neutralLighterAlt,color:S.bodyText}}},c&&{color:x.themePrimary,backgroundColor:x.neutralLighter,selectors:{"&:after":{borderLeft:"2px solid "+x.themePrimary,content:'""',position:"absolute",top:0,right:0,bottom:0,left:0,pointerEvents:"none"}}},u&&{color:S.disabledText},d&&{color:x.themePrimary}],chevronButton:[w.chevronButton,Object(o.v)(n),{display:"block",fontWeight:o.f.regular,fontSize:o.e.small,textAlign:"left",lineHeight:h+"px",margin:"5px 0",padding:"0px, "+v+"px, 0px, "+b+"px",border:"none",textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",cursor:"pointer",color:S.bodyText,backgroundColor:"transparent",selectors:{"&:visited":{color:"inherit"},"&:hover":{color:S.bodyText,backgroundColor:x.neutralLighterAlt},"$compositeLink:hover &":{color:S.bodyText,backgroundColor:x.neutralLighterAlt}}},s&&[{width:"100%",height:h+"px",borderBottom:"1px solid "+S.bodyDivider},o.d.large],l&&[{display:"block",width:b-2+"px",height:h-2+"px",position:"absolute",top:"1px",left:f+"px",zIndex:o.s.Nav,padding:0,margin:0}],c&&{color:x.themePrimary,backgroundColor:x.neutralLighterAlt,selectors:{"&:after":{borderLeft:"2px solid "+x.themePrimary,content:'""',position:"absolute",top:0,right:0,bottom:0,left:0,pointerEvents:"none"}}}],chevronIcon:[w.chevronIcon,{position:"absolute",left:"8px",height:h+"px",lineHeight:h+"px",fontSize:"12px",transition:"transform .1s linear"},a&&{transform:"rotate(-180deg)"},l&&{top:0}],navItem:[w.navItem,{padding:0}],navItems:[w.navItems,{listStyleType:"none",padding:0}],group:[w.group,a&&"is-expanded"],groupContent:[w.groupContent,{display:"none",marginBottom:"40px"},o.a.slideDownIn20,a&&{display:"block"}]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return h});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(23),l=n(789),c=n(294),u=n(16),d=Object(i.r)(),p=r.createElement(l.a,null).type,h=function(e){function t(t){var n=e.call(this,t)||this;n._focusZone=r.createRef(),n._renderPivotLink=function(e,t,i){var s,l=t.itemKey,c=t.headerButtonProps,u=e.keyToTabIdMapping[l],d=t.onRenderItemLink,p=i===l;s=d?d(t,n._renderLinkContent):n._renderLinkContent(t);var h=t.headerText||"";return h+=t.itemCount?" ("+t.itemCount+")":"",h+=t.itemIcon?" xx":"",r.createElement(a.d,o.a({},c,{id:u,key:l,className:p?n._classNames.linkIsSelected:n._classNames.link,onClick:n._onLinkClick.bind(n,l),onKeyPress:n._onKeyPress.bind(n,l),ariaLabel:t.ariaLabel,role:"tab","aria-selected":p,name:t.headerText,keytipProps:t.keytipProps,"data-content":h}),s)},n._renderLinkContent=function(e){var t=e.itemCount,o=e.itemIcon,i=e.headerText,a=n._classNames;return r.createElement("span",{className:a.linkContent},void 0!==o&&r.createElement("span",{className:a.icon},r.createElement(u.b,{iconName:o})),void 0!==i&&r.createElement("span",{className:a.text}," ",e.headerText),void 0!==t&&r.createElement("span",{className:a.count}," (",t,")"))},n._warnDeprecations({initialSelectedKey:"defaultSelectedKey",initialSelectedIndex:"defaultSelectedIndex"}),n._pivotId=Object(i.N)("Pivot");var s,l=n._getPivotLinks(t).links,c=t.defaultSelectedKey,d=void 0===c?t.initialSelectedKey:c,p=t.defaultSelectedIndex,h=void 0===p?t.initialSelectedIndex:p;return d?s=d:"number"==typeof h?s=l[h].itemKey:l.length&&(s=l[0].itemKey),n.state={selectedKey:s},n}return o.c(t,e),t.prototype.focus=function(){this._focusZone.current&&this._focusZone.current.focus()},t.prototype.render=function(){var e=this._getPivotLinks(this.props),t=this._getSelectedKey(e),n=Object(i.R)(this.props,i.w);return this._classNames=this._getClassNames(this.props),r.createElement("div",o.a({},n),this._renderPivotLinks(e,t),t&&this._renderPivotItem(e,t))},t.prototype._getSelectedKey=function(e){var t=this.props.selectedKey;if(this._isKeyValid(e,t)||null===t)return t;var n=this.state.selectedKey;return this._isKeyValid(e,n)?n:e.links.length?e.links[0].itemKey:void 0},t.prototype._renderPivotLinks=function(e,t){var n=this,o=e.links.map(function(o){return n._renderPivotLink(e,o,t)});return r.createElement(s.a,{componentRef:this._focusZone,direction:s.b.horizontal},r.createElement("div",{className:this._classNames.root,role:"tablist"},o))},t.prototype._renderPivotItem=function(e,t){if(this.props.headersOnly||!t)return null;var n=e.keyToIndexMapping[t],o=e.keyToTabIdMapping[t];return r.createElement("div",{role:"tabpanel","aria-labelledby":o,className:this._classNames.itemContainer},r.Children.toArray(this.props.children)[n])},t.prototype._getPivotLinks=function(e){var t=this,n={links:[],keyToIndexMapping:{},keyToTabIdMapping:{}};return r.Children.map(r.Children.toArray(e.children),function(e,r){if("object"==typeof e&&e.type===p){var a=e,s=a.props,l=s.linkText,c=o.d(s,["linkText"]),u=a.props.itemKey||r.toString();n.links.push(o.a({headerText:l},c,{itemKey:u})),n.keyToIndexMapping[u]=r,n.keyToTabIdMapping[u]=t._getTabId(u,r)}else Object(i._34)("The children of a Pivot component must be of type PivotItem to be rendered.")}),n},t.prototype._getTabId=function(e,t){return this.props.getTabId?this.props.getTabId(e,t):this._pivotId+"-Tab"+t},t.prototype._isKeyValid=function(e,t){return null!=t&&void 0!==e.keyToIndexMapping[t]},t.prototype._onLinkClick=function(e,t){t.preventDefault(),this._updateSelectedItem(e,t)},t.prototype._onKeyPress=function(e,t){t.which===i.g.enter&&(t.preventDefault(),this._updateSelectedItem(e))},t.prototype._updateSelectedItem=function(e,t){this.setState({selectedKey:e});var n=this._getPivotLinks(this.props);if(this.props.onLinkClick&&n.keyToIndexMapping[e]>=0){var o=n.keyToIndexMapping[e],i=r.Children.toArray(this.props.children)[o];"object"==typeof i&&i.type===p&&this.props.onLinkClick(i,t)}},t.prototype._getClassNames=function(e){var t=e.theme,n=e.linkSize===c.b.large,o=e.linkFormat===c.a.tabs;return d(e.styles,{theme:t,rootIsLarge:n,rootIsTabs:o})},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=function(e){function t(t){var n=e.call(this,t)||this;return n._warnDeprecations({linkText:"headerText"}),n}return o.c(t,e),t.prototype.render=function(){return r.createElement("div",o.a({},Object(i.R)(this.props,i.w)),this.props.children)},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=.01,l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onRenderProgress=function(e){var n=t.props,o=n.ariaValueText,i=n.barHeight,l=n.className,c=n.styles,u=n.theme,d="number"==typeof t.props.percentComplete?Math.min(100,Math.max(0,100*t.props.percentComplete)):void 0,p=a(c,{theme:u,className:l,barHeight:i,indeterminate:void 0===d}),h={width:void 0!==d?d+"%":void 0,transition:void 0!==d&&d0?w:C};p.push(this._getStarId(P-1)),d.push(r.createElement("button",o.a({className:Object(i.t)(this._classNames.ratingButton,(e={},e[this._classNames.ratingStarIsLarge]=v===l.a.Large,e[this._classNames.ratingStarIsSmall]=v!==l.a.Large,e)),id:p[P-1],key:P},P===Math.ceil(this.state.rating)?{"data-is-current":!0}:{},{onFocus:this._onFocus.bind(this,P),onClick:this._onFocus.bind(this,P),disabled:!(!f&&!y),role:"presentation",type:"button"}),this._getLabel(P),r.createElement(u,o.a({key:P+"rating"},T))))}return r.createElement("div",o.a({className:Object(i.t)("ms-Rating-star",this._classNames.root,(t={},t[this._classNames.rootIsLarge]=v===l.a.Large,t[this._classNames.rootIsSmall]=v!==l.a.Large,t)),"aria-label":m?m(this.state.rating?this.state.rating:0,this.props.max):"",id:a},I),r.createElement(s.a,{direction:s.b.horizontal,tabIndex:y?0:-1,className:Object(i.t)(this._classNames.ratingFocusZone,(n={},n[this._classNames.rootIsLarge]=v===l.a.Large,n[this._classNames.rootIsSmall]=v!==l.a.Large,n)),"data-is-focusable":!!y,defaultActiveElement:b?p[b-1]&&"#"+p[b-1]:void 0},d))},t.prototype._getStarId=function(e){return this._id+"-star-"+e},t.prototype._onFocus=function(e,t){if(this.state.rating!==e){this.setState({rating:e});var n=this.props,o=n.onChange,r=n.onChanged;o&&o(t,e),r&&r(e)}},t.prototype._getLabel=function(e){var t=this.props.ariaLabelFormat||"";return r.createElement("span",{id:this._labelId+"-"+e,className:this._classNames.labelText},Object(i.G)(t,e,this.props.max))},t.prototype._getInitialValue=function(e){return void 0===e.rating?this._min:null!==e.rating?this._getClampedRating(e.rating):void 0},t.prototype._getClampedRating=function(e){return Math.min(Math.max(e,this._min),this.props.max)},t.prototype._getFillingPercentage=function(e){var t=Math.ceil(this.state.rating),n=100;return e===this.state.rating?n=100:e===t?n=this.state.rating%1*100:e>t&&(n=0),n},t.defaultProps={min:1,max:5},t}(i.c)},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.Small=0]="Small",e[e.Large=1]="Large"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(46)),a=(n.n(i),n(1)),s=Object(a.r)(),l=function(e){function t(t){var n=e.call(this,t)||this;return n._root=r.createRef(),n._stickyAboveRef=r.createRef(),n._stickyBelowRef=r.createRef(),n._contentContainer=r.createRef(),n.subscribe=function(e){n._subscribers.add(e)},n.unsubscribe=function(e){n._subscribers.delete(e)},n.addSticky=function(e){n._stickies.add(e),n.contentContainer&&(e.setDistanceFromTop(n.contentContainer),n.sortSticky(e))},n.removeSticky=function(e){n._stickies.delete(e),n._removeStickyFromContainers(e),n.notifySubscribers()},n.sortSticky=function(e,t){n.stickyAbove&&n.stickyBelow&&(t&&n._removeStickyFromContainers(e),e.canStickyTop&&e.stickyContentTop&&n._addToStickyContainer(e,n.stickyAbove,e.stickyContentTop),e.canStickyBottom&&e.stickyContentBottom&&n._addToStickyContainer(e,n.stickyBelow,e.stickyContentBottom))},n.updateStickyRefHeights=function(){var e=n._stickies,t=0,o=0;e.forEach(function(e){var r=e.state,i=r.isStickyTop,a=r.isStickyBottom;e.nonStickyContent&&(i&&(t+=e.nonStickyContent.offsetHeight),a&&(o+=e.nonStickyContent.offsetHeight),n._checkStickyStatus(e))}),n.setState({stickyTopHeight:t,stickyBottomHeight:o})},n.notifySubscribers=function(){n.contentContainer&&n._subscribers.forEach(function(e){e(n.contentContainer,n.stickyBelow)})},n.getScrollPosition=function(){return n.contentContainer?n.contentContainer.scrollTop:0},n.syncScrollSticky=function(e){e&&n.contentContainer&&e.syncScroll(n.contentContainer)},n._addToStickyContainer=function(e,t,o){if(t.children.length){if(!t.contains(o)){var r=[].slice.call(t.children),i=[];n._stickies.forEach(function(o){t===n.stickyAbove&&e.canStickyTop?i.push(o):e.canStickyBottom&&i.push(o)});var a=i.sort(function(e,t){return(e.state.distanceFromTop||0)-(t.state.distanceFromTop||0)}).filter(function(e){var o=t===n.stickyAbove?e.stickyContentTop:e.stickyContentBottom;if(o)return r.indexOf(o)>-1}),s=void 0;for(var l in a)if((a[l].state.distanceFromTop||0)>=(e.state.distanceFromTop||0)){s=a[l];break}var c=null;s&&(c=t===n.stickyAbove?s.stickyContentTop:s.stickyContentBottom),t.insertBefore(o,c)}}else t.appendChild(o)},n._removeStickyFromContainers=function(e){n.stickyAbove&&e.stickyContentTop&&n.stickyAbove.contains(e.stickyContentTop)&&n.stickyAbove.removeChild(e.stickyContentTop),n.stickyBelow&&e.stickyContentBottom&&n.stickyBelow.contains(e.stickyContentBottom)&&n.stickyBelow.removeChild(e.stickyContentBottom)},n._onWindowResize=function(){var e=n._getScrollbarWidth(),t=n._getScrollbarHeight();n.setState({scrollbarWidth:e,scrollbarHeight:t}),n.notifySubscribers()},n._getStickyContainerStyle=function(e,t){return o.a({height:e},Object(a.V)()?{right:"0",left:(n.state.scrollbarWidth||n._getScrollbarWidth()||0)+"px"}:{left:"0",right:(n.state.scrollbarWidth||n._getScrollbarWidth()||0)+"px"},t?{top:"0"}:{bottom:(n.state.scrollbarHeight||n._getScrollbarHeight()||0)+"px"})},n._onScroll=function(){var e=n.contentContainer;e&&n._stickies.forEach(function(t){t.syncScroll(e)}),n._notifyThrottled()},n._subscribers=new Set,n._stickies=new Set,n.state={stickyTopHeight:0,stickyBottomHeight:0,scrollbarWidth:0,scrollbarHeight:0},n._notifyThrottled=n._async.throttle(n.notifySubscribers,50),n}return o.c(t,e),Object.defineProperty(t.prototype,"root",{get:function(){return this._root.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stickyAbove",{get:function(){return this._stickyAboveRef.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"stickyBelow",{get:function(){return this._stickyBelowRef.current},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentContainer",{get:function(){return this._contentContainer.current},enumerable:!0,configurable:!0}),t.prototype.getChildContext=function(){return{scrollablePane:{subscribe:this.subscribe,unsubscribe:this.unsubscribe,addSticky:this.addSticky,removeSticky:this.removeSticky,updateStickyRefHeights:this.updateStickyRefHeights,sortSticky:this.sortSticky,notifySubscribers:this.notifySubscribers,syncScrollSticky:this.syncScrollSticky}}},t.prototype.componentDidMount=function(){var e=this,t=this.props.initialScrollPosition;this._events.on(this.contentContainer,"scroll",this._onScroll),this._events.on(window,"resize",this._onWindowResize),this.contentContainer&&t&&(this.contentContainer.scrollTop=t),this.setStickiesDistanceFromTop(),this._stickies.forEach(function(t){e.sortSticky(t)}),this.notifySubscribers(),"MutationObserver"in window&&(this._mutationObserver=new MutationObserver(function(t){var n=e._getScrollbarHeight();if(n!==e.state.scrollbarHeight&&e.setState({scrollbarHeight:n}),e.notifySubscribers(),t.some(function(e){return null!==this.stickyAbove&&null!==this.stickyBelow&&(this.stickyAbove.contains(e.target)||this.stickyBelow.contains(e.target))}.bind(e)))e.updateStickyRefHeights();else{var o=[];e._stickies.forEach(function(e){e.root&&e.root.contains(t[0].target)&&o.push(e)}),o.length&&o.forEach(function(e){e.forceUpdate()})}}),this.root&&this._mutationObserver.observe(this.root,{childList:!0,attributes:!0,subtree:!0,characterData:!0}))},t.prototype.componentWillUnmount=function(){this._events.off(this.contentContainer),this._events.off(window),this._mutationObserver&&this._mutationObserver.disconnect()},t.prototype.shouldComponentUpdate=function(e,t){return this.props.children!==e.children||this.props.initialScrollPosition!==e.initialScrollPosition||this.props.className!==e.className||this.state.stickyTopHeight!==t.stickyTopHeight||this.state.stickyBottomHeight!==t.stickyBottomHeight||this.state.scrollbarWidth!==t.scrollbarWidth||this.state.scrollbarHeight!==t.scrollbarHeight},t.prototype.componentDidUpdate=function(e,t){var n=this.props.initialScrollPosition;this.contentContainer&&"number"==typeof n&&e.initialScrollPosition!==n&&(this.contentContainer.scrollTop=n),t.stickyTopHeight===this.state.stickyTopHeight&&t.stickyBottomHeight===this.state.stickyBottomHeight||this.notifySubscribers(),this._async.setTimeout(this._onWindowResize,0)},t.prototype.render=function(){var e=this.props,t=e.className,n=e.theme,i=e.styles,l=this.state,c=l.stickyTopHeight,u=l.stickyBottomHeight,d=s(i,{theme:n,className:t,scrollbarVisibility:this.props.scrollbarVisibility});return r.createElement("div",o.a({},Object(a.R)(this.props,a.w),{ref:this._root,className:d.root}),r.createElement("div",{ref:this._contentContainer,className:d.contentContainer,"data-is-scrollable":!0},this.props.children),r.createElement("div",{ref:this._stickyAboveRef,className:d.stickyAbove,style:this._getStickyContainerStyle(c,!0)}),r.createElement("div",{className:d.stickyBelow,style:this._getStickyContainerStyle(u,!1)},r.createElement("div",{ref:this._stickyBelowRef,className:d.stickyBelowItems})))},t.prototype.setStickiesDistanceFromTop=function(){var e=this;this.contentContainer&&this._stickies.forEach(function(t){t.setDistanceFromTop(e.contentContainer)})},t.prototype.forceLayoutUpdate=function(){this._onWindowResize()},t.prototype._checkStickyStatus=function(e){this.stickyAbove&&this.stickyBelow&&this.contentContainer&&e.nonStickyContent&&(e.state.isStickyTop||e.state.isStickyBottom?(e.state.isStickyTop&&!this.stickyAbove.contains(e.nonStickyContent)&&e.stickyContentTop&&e.addSticky(e.stickyContentTop),e.state.isStickyBottom&&!this.stickyBelow.contains(e.nonStickyContent)&&e.stickyContentBottom&&e.addSticky(e.stickyContentBottom)):this.contentContainer.contains(e.nonStickyContent)||e.resetSticky())},t.prototype._getScrollbarWidth=function(){var e=this.contentContainer;return e?e.offsetWidth-e.clientWidth:0},t.prototype._getScrollbarHeight=function(){var e=this.contentContainer;return e?e.offsetHeight-e.clientHeight:0},t.childContextTypes={scrollablePane:i.object},t}(a.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(16),l=Object(i.r)(),c=function(e){function t(t){var n=e.call(this,t)||this;return n._rootElement=r.createRef(),n._inputElement=r.createRef(),n._onClickFocus=function(){var e=n._inputElement.current;e&&(n.focus(),e.selectionStart=e.selectionEnd=0)},n._onFocusCapture=function(e){n.setState({hasFocus:!0}),n._events.on(e.currentTarget,"blur",n._onBlur,!0),n.props.onFocus&&n.props.onFocus(e)},n._onClearClick=function(e){var t=n.props.clearButtonProps;t&&t.onClick&&t.onClick(e),e.defaultPrevented||n._onClear(e)},n._onKeyDown=function(e){switch(e.which){case i.g.escape:n.props.onEscape&&n.props.onEscape(e),e.defaultPrevented||n._onClear(e);break;case i.g.enter:if(n.props.onSearch){n.props.onSearch(n.state.value);break}return;default:if(n.props.onKeyDown&&n.props.onKeyDown(e),!e.defaultPrevented)return}e.preventDefault(),e.stopPropagation()},n._onBlur=function(e){n._events.off(n._rootElement.current,"blur"),n.setState({hasFocus:!1}),n.props.onBlur&&n.props.onBlur(e)},n._onInputChange=function(e){var t=e.target.value;t!==n._latestValue&&(n._latestValue=t,n.setState({value:t}),n._callOnChange(t))},n._warnDeprecations({labelText:"placeholder",defaultValue:"value"}),n._latestValue=t.value||"",n.state={value:n._latestValue,hasFocus:!1,id:Object(i.N)("SearchBox")},n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){void 0!==e.value&&(this._latestValue=e.value,this.setState({value:e.value||""}))},t.prototype.render=function(){var e=this.props,t=e.ariaLabel,n=e.placeholder,c=e.className,u=e.disabled,d=e.underlined,p=e.styles,h=e.labelText,f=e.theme,m=e.clearButtonProps,g=e.disableAnimation,_=e.iconProps,b=this.state,y=b.value,v=b.hasFocus,x=b.id,S=void 0===h?n:h,w=l(p,{theme:f,className:c,underlined:d,hasFocus:v,disabled:u,hasInput:y.length>0,disableAnimation:g}),k=Object(i.R)(this.props,i._7,["id","className","placeholder","onFocus","onBlur","value"]);return r.createElement("div",{ref:this._rootElement,className:w.root,onFocusCapture:this._onFocusCapture},r.createElement("div",{className:w.iconContainer,onClick:this._onClickFocus,"aria-hidden":!0},r.createElement(s.b,o.a({iconName:"Search"},_,{className:w.icon}))),r.createElement("input",o.a({},k,{id:x,className:w.field,placeholder:S,onChange:this._onInputChange,onInput:this._onInputChange,onKeyDown:this._onKeyDown,value:y,disabled:u,"aria-label":t||n,ref:this._inputElement})),y.length>0&&r.createElement("div",{className:w.clearButton},r.createElement(a.f,o.a({styles:{root:{height:"auto"},icon:{fontSize:"12px"}},iconProps:{iconName:"Clear"}},m,{onClick:this._onClearClick}))))},t.prototype.focus=function(){this._inputElement.current&&this._inputElement.current.focus()},t.prototype.hasFocus=function(){return!!this.state.hasFocus},t.prototype._onClear=function(e){this.props.onClear&&this.props.onClear(e),e.defaultPrevented||(this._latestValue="",this.setState({value:""}),this._callOnChange(""),e.stopPropagation(),e.preventDefault(),this.focus())},t.prototype._callOnChange=function(e){var t=this.props,n=t.onChange,o=t.onChanged;o&&o(e),n&&n(e)},t.defaultProps={disableAnimation:!1,clearButtonProps:{ariaLabel:"Clear text"}},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(3),r=n(1),i=n(290),a=function(e){function t(t){var n=e.call(this,t)||this;n.addItems=function(e){var t=n.props.onItemSelected?n.props.onItemSelected(e):e,o=t,r=t;if(r&&r.then)r.then(function(e){var t=n.state.items.concat(e);n.updateItems(t)});else{var i=n.state.items.concat(o);n.updateItems(i)}},n.removeItemAt=function(e){var t=n.state.items;if(n._canRemoveItem(t[e])&&e>-1){n.props.onItemsDeleted&&n.props.onItemsDeleted([t[e]]);var o=t.slice(0,e).concat(t.slice(e+1));n.updateItems(o)}},n.removeItem=function(e){var t=n.state.items.indexOf(e);n.removeItemAt(t)},n.replaceItem=function(e,t){var o=n.state.items,r=o.indexOf(e);if(r>-1){var i=o.slice(0,r).concat(t).concat(o.slice(r+1));n.updateItems(i)}},n.removeItems=function(e){var t=n.state.items,o=e.filter(function(e){return n._canRemoveItem(e)}),r=t.filter(function(e){return-1===o.indexOf(e)}),i=o[0],a=t.indexOf(i);n.props.onItemsDeleted&&n.props.onItemsDeleted(o),n.updateItems(r,a)},n.onCopy=function(e){if(n.props.onCopyItems&&n.selection.getSelectedCount()>0){var t=n.selection.getSelection();n.copyItems(t)}},n.renderItems=function(){var e=n.props.removeButtonAriaLabel,t=n.props.onRenderItem;return n.state.items.map(function(o,r){return t({item:o,index:r,key:o.key?o.key:r,selected:n.selection.isIndexSelected(r),onRemoveItem:function(){return n.removeItem(o)},onItemChange:n.onItemChange,removeButtonAriaLabel:e,onCopyItem:function(e){return n.copyItems([e])}})})},n.onSelectionChanged=function(){n.forceUpdate()},n.onItemChange=function(e,t){var o=n.state.items;if(t>=0){var r=o;r[t]=e,n.updateItems(r)}};var o=t.selectedItems||t.defaultSelectedItems||[];return n.state={items:o},n.selection=n.props.selection?n.props.selection:new i.a({onSelectionChanged:n.onSelectionChanged}),n}return o.c(t,e),Object.defineProperty(t.prototype,"items",{get:function(){return this.state.items},enumerable:!0,configurable:!0}),t.prototype.removeSelectedItems=function(){this.state.items.length&&this.selection.getSelectedCount()>0&&this.removeItems(this.selection.getSelection())},t.prototype.updateItems=function(e,t){var n=this;this.props.selectedItems?this.onChange(e):this.setState({items:e},function(){n._onSelectedItemsUpdated(e,t)})},t.prototype.hasSelectedItems=function(){return this.selection.getSelectedCount()>0},t.prototype.unselectAll=function(){this.selection.setAllSelected(!1)},t.prototype.highlightedItems=function(){return this.selection.getSelection()},t.prototype.componentWillUpdate=function(e,t){t.items&&t.items!==this.state.items&&this.selection.setItems(t.items)},t.prototype.componentDidMount=function(){this.selection.setItems(this.state.items)},t.prototype.componentWillReceiveProps=function(e){var t=e.selectedItems;t&&this.setState({items:t}),e.selection&&(this.selection=e.selection)},t.prototype.render=function(){return this.renderItems()},t.prototype.onChange=function(e){this.props.onChange&&this.props.onChange(e)},t.prototype.copyItems=function(e){if(this.props.onCopyItems){var t=this.props.onCopyItems(e),n=document.createElement("input");document.body.appendChild(n);try{if(n.value=t,n.select(),!document.execCommand("copy"))throw new Error}catch(e){}finally{document.body.removeChild(n)}}},t.prototype._onSelectedItemsUpdated=function(e,t){this.onChange(e)},t.prototype._canRemoveItem=function(e){return!this.props.canRemoveItem||this.props.canRemoveItem(e)},t}(r.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(49),s=n(22),l=n(1926),c=function(e){function t(t){var n=e.call(this,t)||this;return n.persona=r.createRef(),n.state={contextualMenuVisible:!1},n}return o.c(t,e),t.prototype.render=function(){var e,t,n=this.props,c=n.item,u=n.onExpandItem,d=n.onRemoveItem,p=n.removeButtonAriaLabel,h=n.index,f=n.selected,m=Object(i.N)();return r.createElement("div",{ref:this.persona,className:Object(i.t)("ms-PickerPersona-container",l.personaContainer,(e={},e["is-selected "+l.personaContainerIsSelected]=f,e),(t={},t["is-invalid "+l.validationError]=!c.isValid,t)),"data-is-focusable":!0,"data-is-sub-focuszone":!0,"data-selection-index":h,role:"listitem","aria-labelledby":"selectedItemPersona-"+m},r.createElement("div",{hidden:!c.canExpand||void 0===u},r.createElement(s.f,{onClick:this._onClickIconButton(u),iconProps:{iconName:"Add",style:{fontSize:"14px"}},className:Object(i.t)("ms-PickerItem-removeButton",l.expandButton,l.actionButton),ariaLabel:p})),r.createElement("div",{className:Object(i.t)(l.personaWrapper)},r.createElement("div",{className:Object(i.t)("ms-PickerItem-content",l.itemContent),id:"selectedItemPersona-"+m},r.createElement(a.a,o.a({},c,{onRenderCoin:this.props.renderPersonaCoin,onRenderPrimaryText:this.props.renderPrimaryText,size:a.d.size32}))),r.createElement(s.f,{onClick:this._onClickIconButton(d),iconProps:{iconName:"Cancel",style:{fontSize:"14px"}},className:Object(i.t)("ms-PickerItem-removeButton",l.removeButton,l.actionButton),ariaLabel:p})))},t.prototype._onClickIconButton=function(e){return function(t){t.stopPropagation(),t.preventDefault(),e&&e()}},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(0),r=(n.n(o),n(1)),i=Object(r.r)(),a=function(e){var t=e.styles,n=e.theme,r=e.className,a=e.vertical,s=e.alignContent,l=i(t,{theme:n,className:r,alignContent:s,vertical:a});return o.createElement("div",{className:l.root},o.createElement("div",{className:l.content,role:"separator","aria-orientation":a?"vertical":"horizontal"},e.children))}},function(e,t,n){"use strict";var o=n(1934);n.d(t,"a",function(){return o.a}),n.d(t,"b",function(){return o.b}),n.d(t,"c",function(){return o.c})},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(800),s=Object(i.r)(),l=function(e){function t(t){var n=e.call(this,t)||this;return n.state={contentLoaded:t.isDataLoaded},n}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){var t=this,n=e.isDataLoaded;void 0!==this._lastTimeoutId&&(this._async.clearTimeout(this._lastTimeoutId),this._lastTimeoutId=void 0),n?this._lastTimeoutId=this._async.setTimeout(function(){t.setState({contentLoaded:n}),t._lastTimeoutId=void 0},200):this.setState({contentLoaded:n})},t.prototype.render=function(){var e=this.props,t=e.styles,n=e.shimmerElements,l=e.children,c=e.isDataLoaded,u=e.width,d=e.className,p=e.customElementsGroup,h=e.theme,f=e.ariaLabel,m=e.shimmerColors,g=this.state.contentLoaded;this._classNames=s(t,{theme:h,isDataLoaded:c,className:d,transitionAnimationInterval:200,shimmerColor:m&&m.shimmer,shimmerWaveColor:m&&m.shimmerWave});var _=Object(i.R)(this.props,i.w);return r.createElement("div",o.a({},_,{className:this._classNames.root}),!g&&r.createElement("div",{style:{width:u||"100%"},className:this._classNames.shimmerWrapper},p||r.createElement(a.a,{shimmerElements:n,backgroundColor:m&&m.background})),l&&r.createElement("div",{className:this._classNames.dataWrapper},l),f&&!c&&r.createElement("div",{role:"status","aria-live":"polite"},r.createElement(i.d,null,r.createElement("div",{className:this._classNames.screenReaderText},f))))},t.defaultProps={isDataLoaded:!1},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(801),i=n(1940),a=Object(o._29)(r.a,i.a,void 0,{scope:"ShimmerElementsGroup"})},function(e,t,n){"use strict";n.d(t,"a",function(){return d});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(802),s=n(803),l=n(805),c=n(807),u=Object(i.r)(),d=function(e){function t(t){var n=e.call(this,t)||this;return n._getRenderedElements=function(e,t){return e?e.map(function(e,i){e.type;var u=o.d(e,["type"]);switch(e.type){case a.a.circle:return r.createElement(c.a,o.a({key:i},u,{styles:n._getStyles(e,t)}));case a.a.gap:return r.createElement(l.a,o.a({key:i},u,{styles:n._getStyles(e,t)}));case a.a.line:return r.createElement(s.a,o.a({key:i},u,{styles:n._getStyles(e,t)}))}}):r.createElement(s.a,{height:a.b.line,styles:{root:[{borderWidth:"0px"}]}})},n._getStyles=function(e,t){var r,i=n.props.backgroundColor,s=e.verticalAlign,l=e.type,c=e.height,u=t&&c?t-c:0;if(s&&"center"!==s?s&&"top"===s?r={borderBottomWidth:(u||0)+"px",borderTopWidth:"0px"}:s&&"bottom"===s&&(r={borderBottomWidth:"0px",borderTopWidth:(u||0)+"px"}):r={borderBottomWidth:(u?Math.floor(u/2):0)+"px",borderTopWidth:(u?Math.ceil(u/2):0)+"px"},i)switch(l){case a.a.circle:return{root:o.a({},r,{borderColor:i}),svg:{fill:i}};case a.a.gap:return{root:o.a({},r,{borderColor:i,backgroundColor:i})};case a.a.line:return{root:o.a({},r,{borderColor:i}),topLeftCorner:{fill:i},topRightCorner:{fill:i},bottomLeftCorner:{fill:i},bottomRightCorner:{fill:i}}}return{root:o.a({},r)}},n._findMaxElementHeight=function(e){return e.map(function(e){switch(e.type){case a.a.circle:e.height||(e.height=a.b.circle);case a.a.line:e.height||(e.height=a.b.line);case a.a.gap:e.height||(e.height=a.b.gap)}return e}).reduce(function(e,t){return t.height&&t.height>e?t.height:e},0)},n}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.styles,n=e.width,o=e.shimmerElements,i=e.rowHeight,a=e.flexWrap,s=e.theme;this._classNames=u(t,{theme:s,flexWrap:a});var l=i||this._findMaxElementHeight(o||[]);return r.createElement("div",{style:{width:n||"auto"},className:this._classNames.root},this._getRenderedElements(o,l))},t.defaultProps={flexWrap:!1},t}(i.c)},function(e,t,n){"use strict";var o,r;n.d(t,"a",function(){return o}),n.d(t,"b",function(){return r}),function(e){e[e.line=1]="line",e[e.circle=2]="circle",e[e.gap=3]="gap"}(o||(o={})),function(e){e[e.line=16]="line",e[e.gap=16]="gap",e[e.circle=24]="circle"}(r||(r={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(804),i=n(1937),a=Object(o._29)(r.a,i.a,void 0,{scope:"ShimmerLine"})},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(t){return e.call(this,t)||this}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.height,n=e.styles,o=e.width,i=e.borderStyle,s=e.theme;return this._classNames=a(n,{theme:s,height:t,borderStyle:i}),r.createElement("div",{style:{width:o||"100%",minWidth:"number"==typeof o?o+"px":"auto"},className:this._classNames.root},r.createElement("svg",{width:"2",height:"2",className:this._classNames.topLeftCorner},r.createElement("path",{d:"M0 2 A 2 2, 0, 0, 1, 2 0 L 0 0 Z"})),r.createElement("svg",{width:"2",height:"2",className:this._classNames.topRightCorner},r.createElement("path",{d:"M0 0 A 2 2, 0, 0, 1, 2 2 L 2 0 Z"})),r.createElement("svg",{width:"2",height:"2",className:this._classNames.bottomRightCorner},r.createElement("path",{d:"M2 0 A 2 2, 0, 0, 1, 0 2 L 2 2 Z"})),r.createElement("svg",{width:"2",height:"2",className:this._classNames.bottomLeftCorner},r.createElement("path",{d:"M2 2 A 2 2, 0, 0, 1, 0 0 L 0 2 Z"})))},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(806),i=n(1938),a=Object(o._29)(r.a,i.a,void 0,{scope:"ShimmerGap"})},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(t){return e.call(this,t)||this}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.height,n=e.styles,o=e.width,i=e.borderStyle,s=e.theme;return this._classNames=a(n,{theme:s,height:t,borderStyle:i}),r.createElement("div",{style:{width:o||"10px",minWidth:"number"==typeof o?o+"px":"auto"},className:this._classNames.root})},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(1939),i=n(808),a=Object(o._29)(i.a,r.a,void 0,{scope:"ShimmerCircle"})},function(e,t,n){"use strict";n.d(t,"a",function(){return s});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=Object(i.r)(),s=function(e){function t(t){return e.call(this,t)||this}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.height,n=e.styles,o=e.borderStyle,i=e.theme;return this._classNames=a(n,{theme:i,height:t,borderStyle:o}),r.createElement("div",{className:this._classNames.root},r.createElement("svg",{viewBox:"0 0 10 10",width:t,height:t,className:this._classNames.svg},r.createElement("path",{d:"M0,0 L10,0 L10,10 L0,10 L0,0 Z M0,5 C0,7.76142375 2.23857625,10 5,10 C7.76142375,10 10,7.76142375 10,5 C10,2.23857625 7.76142375,2.22044605e-16 5,0 C2.23857625,-2.22044605e-16 0,2.23857625 0,5 L0,5 Z"})))},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return m});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(123),s=n(728),l=n(798),c=n(91),u=n(44),d=Object(i.r)(),p=10,h=7,f=.95,m=function(e){function t(t){var n=e.call(this,t)||this;return n._onRenderShimmerPlaceholder=function(e,t){var o=n.props.onRenderCustomPlaceholder,i=o?o(t):n._renderDefaultShimmerPlaceholder(t);return r.createElement(l.a,{customElementsGroup:i})},n._renderDefaultShimmerPlaceholder=function(e){var t=e.columns,n=e.compact,o=e.selectionMode,i=e.checkboxVisibility,s=e.cellStyleProps,d=void 0===s?u.a:s,p=u.b.rowHeight,m=u.b.compactRowHeight,g=n?m:p+1,_=[];return o!==a.b.none&&i!==c.a.hidden&&_.push(r.createElement(l.c,{key:"checkboxGap",shimmerElements:[{type:l.b.gap,width:"40px",height:g}]})),t.map(function(e,t){var n=[],o=d.cellLeftPadding+d.cellRightPadding+e.calculatedWidth+(e.isPadded?d.cellExtraRightPadding:0);n.push({type:l.b.gap,width:d.cellLeftPadding,height:g}),e.isIconOnly?(n.push({type:l.b.line,width:e.calculatedWidth,height:e.calculatedWidth}),n.push({type:l.b.gap,width:d.cellRightPadding,height:g})):(n.push({type:l.b.line,width:e.calculatedWidth*f,height:h}),n.push({type:l.b.gap,width:d.cellRightPadding+(e.calculatedWidth-e.calculatedWidth*f)+(e.isPadded?d.cellExtraRightPadding:0),height:g})),_.push(r.createElement(l.c,{key:t,width:o+"px",shimmerElements:n}))}),_.push(r.createElement(l.c,{key:"endGap",width:"100%",shimmerElements:[{type:l.b.gap,width:"100%",height:g}]})),r.createElement("div",{style:{display:"flex"}},_)},n._shimmerItems=t.shimmerLines?new Array(t.shimmerLines):new Array(p),n}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.detailsListStyles,n=e.enableShimmer,i=e.items,a=e.listProps,l=(e.onRenderCustomPlaceholder,e.removeFadingOverlay),c=(e.shimmerLines,e.styles),u=e.theme,p=o.d(e,["detailsListStyles","enableShimmer","items","listProps","onRenderCustomPlaceholder","removeFadingOverlay","shimmerLines","styles","theme"]),h=a&&a.className;this._classNames=d(c,{theme:u,className:h,enableShimmer:n});var f=o.a({},a,{className:n&&!l?this._classNames.root:h});return r.createElement(s.a,o.a({},p,{items:n?this._shimmerItems:i,onRenderMissingItem:this._onRenderShimmerPlaceholder,listProps:f,styles:t}))},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o,r=n(3),i=n(0),a=(n.n(i),n(1)),s=n(60);!function(e){e[e.Previous=0]="Previous",e[e.Next=1]="Next"}(o||(o={}));var l=Object(a.r)(),c=1e3,u=function(e){function t(t){var n=e.call(this,t)||this;n._sliderLine=i.createRef(),n._thumb=i.createRef(),n._onKeyDownTimer=-1,n._getAriaValueText=function(e){if(n.props.ariaValueText&&void 0!==e)return n.props.ariaValueText(e)},n._onMouseDownOrTouchStart=function(e){"mousedown"===e.type?(n._events.on(window,"mousemove",n._onMouseMoveOrTouchMove,!0),n._events.on(window,"mouseup",n._onMouseUpOrTouchEnd,!0)):"touchstart"===e.type&&(n._events.on(window,"touchmove",n._onMouseMoveOrTouchMove,!0),n._events.on(window,"touchend",n._onMouseUpOrTouchEnd,!0)),n._onMouseMoveOrTouchMove(e,!0)},n._onMouseMoveOrTouchMove=function(e,t){if(n._sliderLine.current){var o,r,i,s=n.props,l=s.max,c=s.min,u=s.step,d=(l-c)/u,p=n._sliderLine.current.getBoundingClientRect(),h=(n.props.vertical?p.height:p.width)/d;if(n.props.vertical){var f=n._getPosition(e,n.props.vertical);o=(p.bottom-f)/h}else{var m=n._getPosition(e,n.props.vertical);o=(Object(a.V)()?p.right-m:m-p.left)/h}o>Math.floor(d)?i=r=l:o<0?i=r=c:(i=c+u*o,r=c+u*Math.round(o)),n._updateValue(r,i),t||(e.preventDefault(),e.stopPropagation())}},n._onMouseUpOrTouchEnd=function(e){n.setState({renderedValue:n.state.value}),n.props.onChanged&&n.props.onChanged(e,n.state.value),n._events.off()},n._onKeyDown=function(e){var t=n.state.value,o=n.props,r=o.max,i=o.min,s=o.step,l=0;switch(e.which){case Object(a.W)(a.g.left):case a.g.down:l=-s,n._clearOnKeyDownTimer(),n._setOnKeyDownTimer(e);break;case Object(a.W)(a.g.right):case a.g.up:l=s,n._clearOnKeyDownTimer(),n._setOnKeyDownTimer(e);break;case a.g.home:t=i;break;case a.g.end:t=r;break;default:return}var c=Math.min(r,Math.max(i,t+l));n._updateValue(c,c),e.preventDefault(),e.stopPropagation()},n._clearOnKeyDownTimer=function(){n._async.clearTimeout(n._onKeyDownTimer)},n._setOnKeyDownTimer=function(e){n._onKeyDownTimer=n._async.setTimeout(function(){n.props.onChanged&&n.props.onChanged(e,n.state.value)},c)},n._warnMutuallyExclusive({value:"defaultValue"}),n._id=Object(a.N)("Slider");var o=void 0!==t.value?t.value:void 0!==t.defaultValue?t.defaultValue:t.min;return n.state={value:o,renderedValue:o},n}return r.c(t,e),t.prototype.componentWillReceiveProps=function(e){if(void 0!==e.value){var t=Math.max(e.min,Math.min(e.max,e.value));this.setState({value:t,renderedValue:t})}},t.prototype.render=function(){var e,t,n,o,c,u=this.props,d=u.ariaLabel,p=u.className,h=u.disabled,f=u.label,m=u.max,g=u.min,_=u.showValue,b=u.buttonProps,y=u.vertical,v=u.valueFormat,x=u.styles,S=u.theme,w=u.originFromZero,k=this.state,C=k.value,I=k.renderedValue,P=g===m?0:(I-g)/(m-g)*100,M=g>=0?0:-g/(m-g)*100,T=y?"height":"width",D=h?{}:{onMouseDown:this._onMouseDownOrTouchStart},O=h?{}:{onTouchStart:this._onMouseDownOrTouchStart},L=h?{}:{onKeyDown:this._onKeyDown},E=l(x,{className:p,disabled:h,vertical:y,showTransitions:I===C,showValue:_,theme:S}),F=b?Object(a.R)(b,a.w):void 0;return i.createElement("div",{className:E.root},f&&i.createElement(s.a,r.a({className:E.titleLabel},d?{}:{htmlFor:this._id}),f),i.createElement("div",{className:E.container},i.createElement("div",r.a({"aria-valuenow":C,"aria-valuemin":g,"aria-valuemax":m,"aria-valuetext":this._getAriaValueText(C),"aria-label":d||f,"aria-disabled":h},D,O,L,F,{className:Object(a.t)(E.slideBox,b.className),id:this._id,role:"slider",tabIndex:h?void 0:0,"data-is-focusable":!h}),i.createElement("div",{ref:this._sliderLine,className:E.line},w&&i.createElement("span",{className:Object(a.t)(E.zeroTick),style:this._getStyleUsingOffsetPercent(y,M)}),i.createElement("span",{ref:this._thumb,className:E.thumb,style:this._getStyleUsingOffsetPercent(y,P)}),w?i.createElement(i.Fragment,null,i.createElement("span",{className:Object(a.t)(E.lineContainer,E.inactiveSection),style:(e={},e[T]=Math.min(P,M)+"%",e)}),i.createElement("span",{className:Object(a.t)(E.lineContainer,E.activeSection),style:(t={},t[T]=Math.abs(M-P)+"%",t)}),i.createElement("span",{className:Object(a.t)(E.lineContainer,E.inactiveSection),style:(n={},n[T]=Math.min(100-P,100-M)+"%",n)})):i.createElement(i.Fragment,null,i.createElement("span",{className:Object(a.t)(E.lineContainer,E.activeSection),style:(o={},o[T]=P+"%",o)}),i.createElement("span",{className:Object(a.t)(E.lineContainer,E.inactiveSection),style:(c={},c[T]=100-P+"%",c)})))),_&&i.createElement(s.a,{className:E.valueLabel},v?v(C):C)))},t.prototype.focus=function(){this._thumb.current&&this._thumb.current.focus()},Object.defineProperty(t.prototype,"value",{get:function(){return this.state.value},enumerable:!0,configurable:!0}),t.prototype._getStyleUsingOffsetPercent=function(e,t){var n;return(n={})[e?"bottom":Object(a.V)()?"right":"left"]=t+"%",n},t.prototype._getPosition=function(e,t){var n;switch(e.type){case"mousedown":case"mousemove":n=t?e.clientY:e.clientX;break;case"touchstart":case"touchmove":n=t?e.touches[0].clientY:e.touches[0].clientX}return n},t.prototype._updateValue=function(e,t){var n=this,o=this.props.step,r=0;if(isFinite(o))for(;Math.round(o*Math.pow(10,r))/Math.pow(10,r)!==o;)r++;var i=parseFloat(e.toFixed(r)),a=i!==this.state.value;this.setState({value:i,renderedValue:t},function(){a&&n.props.onChange&&n.props.onChange(n.state.value)})},t.defaultProps={step:1,min:0,max:10,showValue:!0,disabled:!1,vertical:!1,buttonProps:{},originFromZero:!1},t}(a.c)},function(e,t,n){"use strict";var o=n(1953);n.d(t,"a",function(){return o.a})},function(e,t,n){"use strict";var o=n(0),r=(n.n(o),n(124)),i=n(1954),a=Object(r.a)({displayName:"StackItem",styles:i.a,view:function(e){var t=e.children;if(o.Children.count(t)<1)return null;var n=Object(r.b)(e,{root:"div"});return Object(r.c)(n.root,null,t)}});t.a=a},function(e,t,n){"use strict";var o;n.d(t,"a",function(){return o}),function(e){e[e.Both=0]="Both",e[e.Header=1]="Header",e[e.Footer=2]="Footer"}(o||(o={}))},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(772),s=n(815),l=Object(i.r)(),c=function(e){function t(t){var n,o=e.call(this,t)||this;return o.navigationIdleDelay=250,o._onSwatchColorPickerBlur=function(){o.props.onCellFocused&&(o._cellFocused=!1,o.props.onCellFocused())},o._renderOption=function(e){var t=o._id;return r.createElement(s.a,{item:e,id:t,color:e.color,styles:o.props.getColorGridCellStyles,disabled:o.props.disabled,onClick:o._onCellClick,onHover:o._onGridCellHovered,onFocus:o._onGridCellFocused,selected:void 0!==o.state.selectedIndex&&o.state.selectedIndex===e.index,circle:"circle"===o.props.cellShape,label:e.label,onMouseEnter:o._onMouseEnter,onMouseMove:o._onMouseMove,onMouseLeave:o._onMouseLeave,onWheel:o._onWheel,onKeyDown:o._onKeyDown,height:o.props.cellHeight,width:o.props.cellWidth,borderWidth:o.props.cellBorderWidth})},o._onMouseEnter=function(e){return o.props.focusOnHover?(o.isNavigationIdle&&!o.props.disabled&&e.currentTarget.focus(),!0):!(o.isNavigationIdle&&!o.props.disabled)},o._onMouseMove=function(e){if(!o.props.focusOnHover)return!(o.isNavigationIdle&&!o.props.disabled);var t=e.currentTarget;return!o.isNavigationIdle||document&&t===document.activeElement||t.focus(),!0},o._onMouseLeave=function(e){var t=o.props.mouseLeaveParentSelector;if(o.props.focusOnHover&&t&&o.isNavigationIdle&&!o.props.disabled)for(var n=document.querySelectorAll(t),r=0;r=0&&t!==o.state.selectedIndex&&(o.props.onCellFocused&&o._cellFocused&&(o._cellFocused=!1,o.props.onCellFocused()),o.props.onColorChanged&&o.props.onColorChanged(e.id,e.color),!0!==o.props.isControlled&&o.setState({selectedIndex:t}))}},o._id=t.id||Object(i.N)("swatchColorPicker"),o.isNavigationIdle=!0,o.async=new i.a(o),t.selectedId&&(n=o._getSelectedIndex(t.colorCells,t.selectedId)),o.state={selectedIndex:n},o}return o.c(t,e),t.prototype.componentWillReceiveProps=function(e){void 0!==e.selectedId&&this.setState({selectedIndex:this._getSelectedIndex(e.colorCells,e.selectedId)})},t.prototype.componentWillUnmount=function(){this.props.onCellFocused&&this._cellFocused&&(this._cellFocused=!1,this.props.onCellFocused())},t.prototype.render=function(){var e=this.props,t=e.colorCells,n=e.columnCount,i=e.positionInSet,s=e.setSize,c=e.shouldFocusCircularNavigate,u=e.className,d=e.doNotContainWithinFocusZone,p=e.styles,h=e.cellMargin,f=l(p,{theme:this.props.theme,className:u,cellMargin:h});return t.length<1||n<1?null:r.createElement(a.a,o.a({},this.props,{items:t.map(function(e,t){return o.a({},e,{index:t})}),columnCount:n,onRenderItem:this._renderOption,positionInSet:i&&i,setSize:s&&s,shouldFocusCircularNavigate:c,doNotContainWithinFocusZone:d,onBlur:this._onSwatchColorPickerBlur,theme:this.props.theme,styles:function(e){return{root:f.root,tableCell:f.tableCell,focusedContainer:f.focusedContainer}}}))},t.prototype._getSelectedIndex=function(e,t){var n=Object(i.C)(e,function(e){return e.id===t});return n>=0?n:void 0},t.defaultProps={cellShape:"circle",disabled:!1,shouldFocusCircularNavigate:!0,cellMargin:10},t}(r.Component)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(816),i=n(1964),a=Object(o._29)(r.a,i.a,void 0,{scope:"ColorPickerGridCell"})},function(e,t,n){"use strict";n.d(t,"a",function(){return p});var o=n(3),r=n(0),i=(n.n(r),n(62)),a=n(773),s=n(690),l=n(6),c=n(1),u=Object(c.r)(),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.c(t,e),t}(a.a),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._onRenderColorOption=function(e){return r.createElement("svg",{className:t._classNames.svg,viewBox:"0 0 20 20",fill:Object(i.a)(e.color).str},t.props.circle?r.createElement("circle",{cx:"50%",cy:"50%",r:"50%"}):r.createElement("rect",{width:"100%",height:"100%"}))},t._getClassNames=function(e,n,o,r,i,a,c,u,d){var p=Object(s.a)(e);return Object(l.D)(t._classNames,{root:["ms-Button",p.root,o,n,c&&["is-checked",p.rootChecked],a&&["is-disabled",p.rootDisabled],!a&&!c&&{selectors:{":hover":p.rootHovered,":focus":p.rootFocused,":active":p.rootPressed}},a&&c&&[p.rootCheckedDisabled],!a&&c&&{selectors:{":hover":p.rootCheckedHovered,":active":p.rootCheckedPressed}}],flexContainer:["ms-Button-flexContainer",p.flexContainer]})},t}return o.c(t,e),t.prototype.render=function(){var e=this.props,t=e.item,n=e.id,o=e.selected,i=e.disabled,a=e.styles,s=e.theme,l=e.circle,c=e.color,p=e.onClick,h=e.onHover,f=e.onFocus,m=e.onMouseEnter,g=e.onMouseMove,_=e.onMouseLeave,b=e.onWheel,y=e.onKeyDown,v=e.height,x=e.width,S=e.borderWidth;return this._classNames=u(a,{theme:s,disabled:i,selected:o,circle:l,isWhite:this._isWhiteCell(c),height:v,width:x,borderWidth:S}),r.createElement(d,{item:t,id:n+"-"+t.id+"-"+t.index,key:t.id,disabled:i,role:"gridcell",onRenderItem:this._onRenderColorOption,selected:o,onClick:p,onHover:h,onFocus:f,label:t.label,className:this._classNames.colorCell,getClassNames:this._getClassNames,index:t.index,onMouseEnter:m,onMouseMove:g,onMouseLeave:_,onWheel:b,onKeyDown:y})},t.prototype._isWhiteCell=function(e){return"ffffff"===Object(i.a)(e).hex},t.defaultProps={circle:!0,disabled:!1,selected:!1},t}(r.Component)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(818),s=n(33),l=n(25),c=Object(i.r)(),u=function(e){function t(t){var n=e.call(this,t)||this;return n.rootElement=r.createRef(),n.state={},n._defaultCalloutProps={beakWidth:16,gapSpace:0,setInitialFocus:!0,doNotLayer:!1,directionalHint:l.a.rightCenter},n}return o.c(t,e),t.prototype.focus=function(){this.rootElement.current&&this.rootElement.current.focus()},t.prototype.render=function(){var e=this.props,t=e.calloutProps,n=e.targetElement,i=e.onDismiss,l=e.isWide,u=e.styles,d=e.theme,p=e.target,h=o.a({},this._defaultCalloutProps,t),f={theme:d,isWide:l,calloutClassName:h?h.className:void 0},m=c(u,f),g=m.subComponentStyles?m.subComponentStyles.callout:void 0;return r.createElement(s.a,o.a({target:p||n,onDismiss:i},h,{className:m.root,styles:g,hideOverflow:!0}),r.createElement("div",{ref:this.rootElement},r.createElement(a.a,o.a({},this.props))))},t.defaultProps={calloutProps:{beakWidth:16,gapSpace:0,setInitialFocus:!0,doNotLayer:!1,directionalHint:l.a.rightCenter}},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(1),r=n(819),i=n(820),a=Object(o._29)(r.a,i.a,void 0,{scope:"TeachingBubbleContent"})},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(22),s=n(86),l=n(811),c=Object(i.r)(),u=function(e){function t(t){var n=e.call(this,t)||this;return n.rootElement=r.createRef(),n._onKeyDown=function(e){n.props.onDismiss&&e.which===i.g.escape&&n.props.onDismiss()},n.state={},n}return o.c(t,e),t.prototype.componentDidMount=function(){this.props.onDismiss&&document.addEventListener("keydown",this._onKeyDown,!1)},t.prototype.componentWillUnmount=function(){this.props.onDismiss&&document.removeEventListener("keydown",this._onKeyDown)},t.prototype.focus=function(){this.rootElement.current&&this.rootElement.current.focus()},t.prototype.render=function(){var e,t,n,i,u,d=this.props,p=d.children,h=d.illustrationImage,f=d.primaryButtonProps,m=d.secondaryButtonProps,g=d.headline,_=d.hasCondensedHeadline,b=d.hasCloseIcon,y=d.onDismiss,v=d.closeButtonAriaLabel,x=d.hasSmallHeadline,S=d.isWide,w=d.styles,k=d.theme,C=d.ariaDescribedBy,I=d.ariaLabelledBy,P=d.footerContent,M=c(w,{theme:k,hasCondensedHeadline:_,hasSmallHeadline:x,isWide:S,primaryButtonClassName:f?f.className:void 0,secondaryButtonClassName:m?m.className:void 0});if(h&&h.src&&(e=r.createElement("div",{className:M.imageContent},r.createElement(s.a,o.a({},h)))),g){var T="string"==typeof g?"p":"div";t=r.createElement("div",{className:M.header},r.createElement(T,{className:M.headline,id:I},g))}if(p){var D="string"==typeof p?"p":"div";n=r.createElement("div",{className:M.body},r.createElement(D,{className:M.subText,id:C},p))}return(f||m||P)&&(i=r.createElement(l.a,{className:M.footer,horizontal:!0,horizontalAlign:P?"space-between":"end"},r.createElement(l.a.Item,{align:"center"},r.createElement("span",null,P)),r.createElement(l.a.Item,null,m&&r.createElement(a.e,o.a({},m,{className:M.secondaryButton})),f&&r.createElement(a.g,o.a({},f,{className:M.primaryButton}))))),b&&(u=r.createElement(a.f,{className:M.closeButton,iconProps:{iconName:"Cancel"},title:v,ariaLabel:v,onClick:y})),r.createElement("div",{className:M.content,ref:this.rootElement,role:"dialog",tabIndex:-1,"aria-labelledby":I,"aria-describedby":C,"data-is-focusable":!0},e,r.createElement("div",{className:M.bodyContent},t,n,i,u))},t.defaultProps={hasCondensedHeadline:!1,imageProps:{imageFit:s.b.cover,width:364,height:130}},t}(i.c)},function(e,t,n){"use strict";n.d(t,"a",function(){return l});var o=n(6),r={root:"ms-TeachingBubble",body:"ms-TeachingBubble-body",bodyContent:"ms-TeachingBubble-bodycontent",closeButton:"ms-TeachingBubble-closebutton",content:"ms-TeachingBubble-content",footer:"ms-TeachingBubble-footer",header:"ms-TeachingBubble-header",headerIsCondensed:"ms-TeachingBubble-header--condensed",headerIsSmall:"ms-TeachingBubble-header--small",headerIsLarge:"ms-TeachingBubble-header--large",headline:"ms-TeachingBubble-headline",image:"ms-TeachingBubble-image",primaryButton:"ms-TeachingBubble-primaryButton",secondaryButton:"ms-TeachingBubble-secondaryButton",subText:"ms-TeachingBubble-subText",button:"ms-Button",buttonLabel:"ms-Button-label"},i=Object(o.C)({"0%":{opacity:0,animationTimingFunction:o.c.easeFunction1,transform:"scale3d(.90,.90,.90)"},"100%":{opacity:1,transform:"scale3d(1,1,1)"}}),a=function(e){return[{display:"block",maxWidth:364,border:0,outline:"transparent",boxShadow:"none !important",width:"calc(100% + 1px)",animationName:""+i,animationDuration:"300ms",animationTimingFunction:"linear",animationFillMode:"both"},e&&{maxWidth:"456px"}]},s=function(e,t,n){return t?[e.headerIsCondensed,{marginBottom:14}]:n?[e.headerIsSmall,{selectors:{":not(:last-child)":{marginBottom:"14px"}}}]:[e.headerIsLarge,{selectors:{":not(:last-child)":{marginBottom:"14px"}}}]},l=function(e){var t,n,i,l=e.calloutClassName,c=e.hasCondensedHeadline,u=e.hasSmallHeadline,d=e.isWide,p=e.primaryButtonClassName,h=e.secondaryButtonClassName,f=e.theme,m=!c&&!u,g=f.palette,_=Object(o.w)(r,f);return{root:[_.root,f.fonts.medium,l],body:[_.body,{selectors:{":not(:last-child)":{marginBottom:"20px"}}}],bodyContent:[_.bodyContent,{padding:"20px 24px 20px 24px"}],closeButton:[_.closeButton,{position:"absolute",right:0,top:0,margin:"15px 15px 0 0",borderRadius:0,color:g.white,fontSize:o.e.small,selectors:{":hover":{background:"transparent"}}}],content:[_.content].concat(a(d),[d&&{display:"flex"}]),footer:[_.footer,{display:"flex",flex:"auto",alignItems:"center",color:g.white,selectors:(t={},t["."+_.button+":not(:first-child)"]={marginLeft:10},t)}],header:[_.header].concat(s(_,c,u),[(c||u)&&[o.d.medium,{marginRight:24,fontWeight:o.f.semibold}]]),headline:[_.headline,{margin:0,color:g.white},m&&[o.d.xxLarge,{fontWeight:o.f.light}]],imageContent:[_.header,_.image,d&&{display:"flex",alignItems:"center",maxWidth:154}],primaryButton:[_.primaryButton,p,{backgroundColor:g.white,borderColor:g.white,whiteSpace:"nowrap",selectors:(n={},n["."+_.buttonLabel]=[o.d.medium,{color:g.themePrimary}],n[":hover"]={backgroundColor:g.themeLighter,borderColor:g.themeLighter},n[":focus"]={backgroundColor:g.themeLighter,borderColor:g.white},n[":active"]={backgroundColor:g.white,borderColor:g.white},n)}],secondaryButton:[_.secondaryButton,h,{backgroundColor:g.themePrimary,borderColor:g.white,whiteSpace:"nowrap",selectors:(i={},i["."+_.buttonLabel]=[o.d.medium,{color:g.white}],i["&:hover, &:focus"]={backgroundColor:g.themeDarkAlt,borderColor:g.white},i[":active"]={backgroundColor:g.themePrimary,borderColor:g.white},i)}],subText:[_.subText,{margin:0,fontSize:o.e.medium,color:g.white,fontWeight:o.f.regular}],subComponentStyles:{callout:{root:a(d).concat([f.fonts.medium]),beak:[{background:g.themePrimary}],calloutMain:[{background:g.themePrimary}]}}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var o=n(3),r=n(124),i=n(1),a=function(e){if(!e.children)return null;e.block,e.className;var t=e.as,n=void 0===t?"span":t,a=(e.variant,e.nowrap,o.d(e,["block","className","as","variant","nowrap"])),s=Object(r.b)(e,{root:n});return Object(r.c)(s.root,o.a({},Object(i.R)(a,i._3)))}},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var o=function(e,t){var n=e.as,o=e.className,r=e.block,i=e.nowrap,a=e.variant,s=t.fonts[a||"medium"];return{root:[t.fonts.medium,{display:r?"td"===n?"table-cell":"block":"inline",fontFamily:s&&s.fontFamily||"inherit",fontSize:s&&s.fontSize||"inherit",fontWeight:s&&s.fontWeight||"inherit",color:s&&s.color||"inherit",mozOsxFontSmoothing:s&&s.MozOsxFontSmoothing,webkitFontSmoothing:s&&s.WebkitFontSmoothing},i&&{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},o]}}},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var o=n(3),r=n(0),i=(n.n(r),n(1)),a=n(60),s=n(39),l=Object(i.r)(),c=function(e){function t(t){var n=e.call(this,t)||this;return n._toggleButton=r.createRef(),n._onClick=function(e){var t=n.props,o=t.disabled,r=t.checked,i=t.onChange,a=t.onChanged,s=t.onClick,l=n.state.checked;o||(void 0===r&&n.setState({checked:!l}),i&&i(e,!l),a&&a(!l),s&&s(e))},n._warnMutuallyExclusive({checked:"defaultChecked"}),n._warnDeprecations({onAriaLabel:"ariaLabel",offAriaLabel:void 0,onChanged:"onChange"}),n.state={checked:!(!t.checked&&!t.defaultChecked)},n._id=t.id||Object(i.N)("Toggle"),n}return o.c(t,e),Object.defineProperty(t.prototype,"checked",{get:function(){return this.state.checked},enumerable:!0,configurable:!0}),t.prototype.componentWillReceiveProps=function(e){void 0!==e.checked&&this.setState({checked:!!e.checked})},t.prototype.render=function(){var e=this,t=this.props,n=t.as,c=void 0===n?"div":n,u=t.className,d=t.theme,p=t.disabled,h=t.keytipProps,f=t.label,m=t.ariaLabel,g=t.onAriaLabel,_=t.offAriaLabel,b=t.offText,y=t.onText,v=t.styles,x=t.inlineLabel,S=this.state.checked,w=S?y:b,k=S?g:_,C=Object(i.R)(this.props,i._7,["defaultChecked"]),I=l(v,{theme:d,className:u,disabled:p,checked:S,inlineLabel:x,onOffMissing:!y&&!b}),P=this._id+"-label",M=this._id+"-stateText",T=void 0;m||k||(f?T=P:w&&(T=M));var D=this.props.role?this.props.role:"switch";return r.createElement(c,{className:I.root,hidden:C.hidden},f&&r.createElement(a.a,{htmlFor:this._id,className:I.label,id:P},f),r.createElement("div",{className:I.container},r.createElement(s.a,{keytipProps:h,ariaDescribedBy:C["aria-describedby"],disabled:p},function(t){return r.createElement("button",o.a({},C,t,{className:I.pill,disabled:p,id:e._id,type:"button",role:D,ref:e._toggleButton,"aria-disabled":p,"aria-checked":S,"aria-label":m||k,"data-is-focusable":!0,onChange:e._noop,onClick:e._onClick,"aria-labelledby":T}),r.createElement("div",{className:I.thumb}))}),w&&r.createElement(a.a,{htmlFor:this._id,className:I.text,id:M},w)))},t.prototype.focus=function(){this._toggleButton.current&&this._toggleButton.current.focus()},t.prototype._noop=function(){},t}(i.c)},function(e,t,n){"use strict";(function(e){n.d(t,"c",function(){return Zt}),n.d(t,"b",function(){return Ot}),n.d(t,"a",function(){return yt});var o=n(295),r=n(825),i=n(1982),a=n(824),s=function(e,t){return(s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function l(e,t){function n(){this.constructor=e}s(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function c(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a}function u(e,t,n,o){return new(n||(n=Promise))(function(r,i){function a(e){try{l(o.next(e))}catch(e){i(e)}}function s(e){try{l(o.throw(e))}catch(e){i(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((o=o.apply(e,t||[])).next())})}function d(e,t){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]-1?e.substr(0,t):e}function h(e){var t=[],n=["odata.type","odata.editLink","__metadata","odata.metadata"];return Object(o.j)(e,n[0])&&"SP.Web"===e[n[0]]?Object(o.j)(e,n[1])?t.push(e[n[1]]):Object(o.j)(e,n[2])&&t.push(e.__metadata.uri):Object(o.j)(e,n[3])&&Object(o.j)(e,n[1])?t.push(p(e[n[3]]),"_api",e[n[1]]):Object(o.j)(e,n[1])?t.push("_api",e[n[1]]):Object(o.j)(e,n[2])&&t.push(e.__metadata.uri),t.length<1?(r.a.write("No uri information found in ODataEntity parsing, chaining will fail for this object.",2),""):o.d.apply(void 0,t)}var f=function(e){function t(t){var n=e.call(this)||this;return n.factory=t,n.hydrate=function(e){var t=new n.factory(h(e),null);return Object(o.f)(t,e)},n}return l(t,e),t.prototype.parse=function(t){var n=this;return e.prototype.parse.call(this,t).then(function(e){var t=new n.factory(h(e),null);return Object(o.f)(t,e)})},t}(i.g);!function(e){function t(t){var n=e.call(this)||this;return n.factory=t,n.hydrate=function(e){return e.map(function(e){var t=new n.factory(h(e),null);return Object(o.f)(t,e)})},n}l(t,e),t.prototype.parse=function(t){var n=this;return e.prototype.parse.call(this,t).then(function(e){return e.map(function(e){var t=new n.factory(h(e),null);return Object(o.f)(t,e)})})}}(i.g);var m=new(function(){function e(){}return Object.defineProperty(e.prototype,"headers",{get:function(){var e=o.c.get("sp");return void 0!==e&&void 0!==e.headers?e.headers:{}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"baseUrl",{get:function(){var e=o.c.get("sp");return void 0!==e&&void 0!==e.baseUrl?e.baseUrl:void 0!==o.c.spfxContext&&null!==o.c.spfxContext?o.c.spfxContext.pageContext.web.absoluteUrl:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"fetchClientFactory",{get:function(){var e=o.c.get("sp");return void 0!==e&&void 0!==e.fetchClientFactory?e.fetchClientFactory:function(){return new o.a}},enumerable:!0,configurable:!0}),e}()),g=function(){return function(){}}(),_=new Map,b=function(){function e(e,t){void 0===t&&(t=_),this._httpClient=e,this._digests=t}return e.prototype.getDigest=function(e){var t=this,n=this._digests.get(e);if(void 0!==n&&new Date0)return t(Object(o.d)(n.substr(0,i),e))})}return t(e)})}function S(e){return{__metadata:{type:e}}}var w=function(e){function t(t,n){var r=e.call(this)||this;if(r._forceCaching=!1,"string"==typeof t)if(Object(o.m)(t)||t.lastIndexOf("/")<0)r._parentUrl=t,r._url=Object(o.d)(t,n);else if(t.lastIndexOf("/")>t.lastIndexOf("(")){var i=t.lastIndexOf("/");r._parentUrl=t.slice(0,i),n=Object(o.d)(t.slice(i),n),r._url=Object(o.d)(r._parentUrl,n)}else{i=t.lastIndexOf("(");r._parentUrl=t.slice(0,i),r._url=Object(o.d)(t,n)}else{r.extend(t,n);var a=t.query.get("@target");void 0!==a&&r.query.set("@target",a)}return r}return l(t,e),t.prototype.as=function(e){var t=new e(this._url,null);return Object(o.f)(t,this,!0)},t.prototype.toUrlAndQuery=function(){var e=new Map(this.query),t=this.toUrl().replace(/'!(@.*?)::(.*?)'/gi,function(t,n,o){return r.a.write("Rewriting aliased parameter from match "+t+" to label: "+n+" value: "+o,0),e.set(n,"'"+o+"'"),n});if(e.size>0){var n=t.indexOf("?")>-1?"&":"?";t+=""+n+Array.from(e).map(function(e){return e[0]+"="+e[1]}).join("&")}return t},t.prototype.select=function(){for(var e=[],t=0;t0&&this.query.set("$select",e.join(",")),this},t.prototype.expand=function(){for(var e=[],t=0;t0&&this.query.set("$expand",e.join(",")),this},t.prototype.getParent=function(e,t,n,o){void 0===t&&(t=this.parentUrl);var r=new e(t,n).configureFrom(this),i="@target";return this.query.has(i)&&r.query.set(i,this.query.get(i)),void 0!==o&&(r=r.inBatch(o)),r},t.prototype.clone=function(t,n,o){void 0===o&&(o=!0);var r=e.prototype._clone.call(this,new t(this,n),{includeBatch:o}),i="@target";return this.query.has(i)&&r.query.set(i,this.query.get(i)),r},t.prototype.toRequestContext=function(e,t,n,r){var i=this;void 0===t&&(t={});var a=this.hasBatch?this._batchDependency:function(){};return x(this.toUrlAndQuery()).then(function(s){return Object(o.p)(t,i._options),{batch:i.batch,batchDependency:a,cachingOptions:i._cachingOptions,clientFactory:function(){return new y},isBatched:i.hasBatch,isCached:i._forceCaching||i._useCaching&&/^get$/i.test(e),options:t,parser:n,pipeline:r,requestAbsoluteUrl:s,requestId:Object(o.h)(),verb:e}})},t}(i.h),k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.filter=function(e){return this.query.set("$filter",e),this},t.prototype.orderBy=function(e,t){void 0===t&&(t=!0);var n="$orderby",o=this.query.has(n)?this.query.get(n).split(","):[];return o.push(e+" "+(t?"asc":"desc")),this.query.set(n,o.join(",")),this},t.prototype.skip=function(e){return this.query.set("$skip",e.toString()),this},t.prototype.top=function(e){return this.query.set("$top",e.toString()),this},t}(w),C=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype._update=function(e,t){var n=this;return function(r){return n.postCore({body:Object(o.n)(Object(o.f)(S(e),r)),headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return t(e,r)})}},t.prototype._delete=function(){return this.postCore({headers:{"X-HTTP-Method":"DELETE"}})},t.prototype._deleteWithETag=function(e){return void 0===e&&(e="*"),this.postCore({headers:{"IF-Match":e,"X-HTTP-Method":"DELETE"}})},t}(w);function I(e){return function(t){return function(t){function n(){for(var n=[],o=0;o1&&void 0!==n[1]?n[1]:e)||this}return l(n,t),n}(t)}}var P,M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getById=function(e){return new D(this,"getById("+e+")")},t.prototype.getByEmail=function(e){return new D(this,"getByEmail('"+e+"')")},t.prototype.getByLoginName=function(e){var t=new D(this);return t.concat("('!@v::"+encodeURIComponent(e)+"')"),t},t.prototype.removeById=function(e){return this.clone(n,"removeById("+e+")").postCore()},t.prototype.removeByLoginName=function(e){var t=this.clone(n,"removeByLoginName(@v)");return t.query.set("@v","'"+encodeURIComponent(e)+"'"),t.postCore()},t.prototype.add=function(e){var t=this;return this.clone(n,null).postCore({body:Object(o.n)(Object(o.f)(S("SP.User"),{LoginName:e}))}).then(function(){return t.getByLoginName(e)})},t=n=c([I("siteusers")],t)}(k),T=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"groups",{get:function(){return new $(this,"groups")},enumerable:!0,configurable:!0}),t}(C),D=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.update=t._update("SP.User",function(e){return{data:e,user:t}}),t.delete=t._delete,t}return l(t,e),t}(T),O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t=c([I("currentuser")],t)}(T);!function(e){e[e.None=0]="None",e[e.User=1]="User",e[e.DistributionList=2]="DistributionList",e[e.SecurityGroup=4]="SecurityGroup",e[e.SharePointGroup=8]="SharePointGroup",e[e.All=15]="All"}(P||(P={}));var L,E,F,N,R,A,B,j,H,z,W,Y,V,U,K,G,q,Z,Q,J,X,$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getById=function(e){var t=new ee(this);return t.concat("("+e+")"),t},t.prototype.add=function(e){var t=this,n=Object(o.n)(Object(o.f)(S("SP.Group"),e));return this.postCore({body:n}).then(function(e){return{data:e,group:t.getById(e.Id)}})},t.prototype.getByName=function(e){return new ee(this,"getByName('"+e+"')")},t.prototype.removeById=function(e){return this.clone(n,"removeById('"+e+"')").postCore()},t.prototype.removeByLoginName=function(e){return this.clone(n,"removeByLoginName('"+e+"')").postCore()},t=n=c([I("sitegroups")],t)}(k),ee=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.update=n._update("SP.Group",function(e,r){var i=n;return Object(o.j)(r,"Title")&&(i=n.getParent(t,n.parentUrl,"getByName('"+r.Title+"')")),{data:e,group:i}}),n}return l(t,e),Object.defineProperty(t.prototype,"users",{get:function(){return new M(this,"users")},enumerable:!0,configurable:!0}),t.prototype.setUserAsOwner=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){return[2,this.clone(t,"SetUserAsOwner("+e+")").postCore()]})})},t}(C),te=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getById=function(e){var t=new ne(this);return t.concat("("+e+")"),t},t.prototype.add=function(e,t){return this.clone(n,"addroleassignment(principalid="+e+", roledefid="+t+")").postCore()},t.prototype.remove=function(e,t){return this.clone(n,"removeroleassignment(principalid="+e+", roledefid="+t+")").postCore()},t=n=c([I("roleassignments")],t)}(k),ne=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.delete=t._delete,t}return l(t,e),Object.defineProperty(t.prototype,"groups",{get:function(){return new $(this,"groups")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"bindings",{get:function(){return new ie(this)},enumerable:!0,configurable:!0}),t}(C),oe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getById=function(e){return new re(this,"getById("+e+")")},t.prototype.getByName=function(e){return new re(this,"getbyname('"+e+"')")},t.prototype.getByType=function(e){return new re(this,"getbytype("+e+")")},t.prototype.add=function(e,t,n,r){var i=this,a=Object(o.n)({BasePermissions:{High:r.High.toString(),Low:r.Low.toString()},Description:t,Name:e,Order:n,__metadata:{type:"SP.RoleDefinition"}});return this.postCore({body:a}).then(function(e){return{data:e,definition:i.getById(e.Id)}})},t=c([I("roledefinitions")],t)}(k),re=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.delete=t._delete,t}return l(t,e),t.prototype.update=function(e){var t=this;void 0!==Object(o.j)(e,"BasePermissions")&&(e.BasePermissions=Object(o.f)({__metadata:{type:"SP.BasePermissions"}},{High:e.BasePermissions.High.toString(),Low:e.BasePermissions.Low.toString()}));var n=Object(o.n)(Object(o.f)(S("SP.RoleDefinition"),e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(n){var r=t;Object(o.j)(e,"Name")&&(r=t.getParent(oe,t.parentUrl,"").getByName(e.Name));return{data:n,definition:r}})},t}(C),ie=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t=c([I("roledefinitionbindings")],t)}(k);!function(e){e[e.Display=1]="Display",e[e.Edit=2]="Edit",e[e.New=3]="New"}(L||(L={})),function(e){e[e.Invalid=0]="Invalid",e[e.Integer=1]="Integer",e[e.Text=2]="Text",e[e.Note=3]="Note",e[e.DateTime=4]="DateTime",e[e.Counter=5]="Counter",e[e.Choice=6]="Choice",e[e.Lookup=7]="Lookup",e[e.Boolean=8]="Boolean",e[e.Number=9]="Number",e[e.Currency=10]="Currency",e[e.URL=11]="URL",e[e.Computed=12]="Computed",e[e.Threading=13]="Threading",e[e.Guid=14]="Guid",e[e.MultiChoice=15]="MultiChoice",e[e.GridChoice=16]="GridChoice",e[e.Calculated=17]="Calculated",e[e.File=18]="File",e[e.Attachments=19]="Attachments",e[e.User=20]="User",e[e.Recurrence=21]="Recurrence",e[e.CrossProjectLink=22]="CrossProjectLink",e[e.ModStat=23]="ModStat",e[e.Error=24]="Error",e[e.ContentTypeId=25]="ContentTypeId",e[e.PageSeparator=26]="PageSeparator",e[e.ThreadIndex=27]="ThreadIndex",e[e.WorkflowStatus=28]="WorkflowStatus",e[e.AllDayEvent=29]="AllDayEvent",e[e.WorkflowEventType=30]="WorkflowEventType"}(E||(E={})),function(e){e[e.DateOnly=0]="DateOnly",e[e.DateTime=1]="DateTime"}(F||(F={})),function(e){e[e.Unspecified=0]="Unspecified",e[e.Disabled=1]="Disabled",e[e.Relative=2]="Relative"}(N||(N={})),function(e){e[e.DefaultValue=0]="DefaultValue",e[e.AddToDefaultContentType=1]="AddToDefaultContentType",e[e.AddToNoContentType=2]="AddToNoContentType",e[e.AddToAllContentTypes=4]="AddToAllContentTypes",e[e.AddFieldInternalNameHint=8]="AddFieldInternalNameHint",e[e.AddFieldToDefaultView=16]="AddFieldToDefaultView",e[e.AddFieldCheckDisplayName=32]="AddFieldCheckDisplayName"}(R||(R={})),function(e){e[e.Gregorian=1]="Gregorian",e[e.Japan=3]="Japan",e[e.Taiwan=4]="Taiwan",e[e.Korea=5]="Korea",e[e.Hijri=6]="Hijri",e[e.Thai=7]="Thai",e[e.Hebrew=8]="Hebrew",e[e.GregorianMEFrench=9]="GregorianMEFrench",e[e.GregorianArabic=10]="GregorianArabic",e[e.GregorianXLITEnglish=11]="GregorianXLITEnglish",e[e.GregorianXLITFrench=12]="GregorianXLITFrench",e[e.KoreaJapanLunar=14]="KoreaJapanLunar",e[e.ChineseLunar=15]="ChineseLunar",e[e.SakaEra=16]="SakaEra",e[e.UmAlQura=23]="UmAlQura"}(A||(A={})),function(e){e[e.Hyperlink=0]="Hyperlink",e[e.Image=1]="Image"}(B||(B={})),function(e){e[e.EmptyMask=0]="EmptyMask",e[e.ViewListItems=1]="ViewListItems",e[e.AddListItems=2]="AddListItems",e[e.EditListItems=3]="EditListItems",e[e.DeleteListItems=4]="DeleteListItems",e[e.ApproveItems=5]="ApproveItems",e[e.OpenItems=6]="OpenItems",e[e.ViewVersions=7]="ViewVersions",e[e.DeleteVersions=8]="DeleteVersions",e[e.CancelCheckout=9]="CancelCheckout",e[e.ManagePersonalViews=10]="ManagePersonalViews",e[e.ManageLists=12]="ManageLists",e[e.ViewFormPages=13]="ViewFormPages",e[e.AnonymousSearchAccessList=14]="AnonymousSearchAccessList",e[e.Open=17]="Open",e[e.ViewPages=18]="ViewPages",e[e.AddAndCustomizePages=19]="AddAndCustomizePages",e[e.ApplyThemeAndBorder=20]="ApplyThemeAndBorder",e[e.ApplyStyleSheets=21]="ApplyStyleSheets",e[e.ViewUsageData=22]="ViewUsageData",e[e.CreateSSCSite=23]="CreateSSCSite",e[e.ManageSubwebs=24]="ManageSubwebs",e[e.CreateGroups=25]="CreateGroups",e[e.ManagePermissions=26]="ManagePermissions",e[e.BrowseDirectories=27]="BrowseDirectories",e[e.BrowseUserInfo=28]="BrowseUserInfo",e[e.AddDelPrivateWebParts=29]="AddDelPrivateWebParts",e[e.UpdatePersonalWebParts=30]="UpdatePersonalWebParts",e[e.ManageWeb=31]="ManageWeb",e[e.AnonymousSearchAccessWebLists=32]="AnonymousSearchAccessWebLists",e[e.UseClientIntegration=37]="UseClientIntegration",e[e.UseRemoteAPIs=38]="UseRemoteAPIs",e[e.ManageAlerts=39]="ManageAlerts",e[e.CreateAlerts=40]="CreateAlerts",e[e.EditMyUserInfo=41]="EditMyUserInfo",e[e.EnumeratePermissions=63]="EnumeratePermissions",e[e.FullMask=65]="FullMask"}(j||(j={})),function(e){e[e.None=0]="None",e[e.User=1]="User",e[e.DistributionList=2]="DistributionList",e[e.SecurityGroup=4]="SecurityGroup",e[e.SharePointGroup=8]="SharePointGroup",e[e.All=15]="All"}(H||(H={})),function(e){e[e.None=0]="None",e[e.UserInfoList=1]="UserInfoList",e[e.Windows=2]="Windows",e[e.MembershipProvider=4]="MembershipProvider",e[e.RoleProvider=8]="RoleProvider",e[e.All=15]="All"}(z||(z={})),function(e){e[e.None=0]="None",e[e.Guest=1]="Guest",e[e.Reader=2]="Reader",e[e.Contributor=3]="Contributor",e[e.WebDesigner=4]="WebDesigner",e[e.Administrator=5]="Administrator"}(W||(W={})),function(e){e[e.Invalid=-1]="Invalid",e[e.DefaultView=0]="DefaultView",e[e.NormalView=1]="NormalView",e[e.DialogView=2]="DialogView",e[e.View=3]="View",e[e.DisplayForm=4]="DisplayForm",e[e.DisplayFormDialog=5]="DisplayFormDialog",e[e.EditForm=6]="EditForm",e[e.EditFormDialog=7]="EditFormDialog",e[e.NewForm=8]="NewForm",e[e.NewFormDialog=9]="NewFormDialog",e[e.SolutionForm=10]="SolutionForm",e[e.PAGE_MAXITEMS=11]="PAGE_MAXITEMS"}(Y||(Y={})),function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Direct=1]="Direct",e[e.OrganizationView=2]="OrganizationView",e[e.OrganizationEdit=3]="OrganizationEdit",e[e.AnonymousView=4]="AnonymousView",e[e.AnonymousEdit=5]="AnonymousEdit",e[e.Flexible=6]="Flexible"}(V||(V={})),function(e){e[e.None=0]="None",e[e.View=1]="View",e[e.Edit=2]="Edit",e[e.Owner=3]="Owner"}(U||(U={})),function(e){e[e.CompletedSuccessfully=0]="CompletedSuccessfully",e[e.AccessRequestsQueued=1]="AccessRequestsQueued",e[e.NoResolvedUsers=-1]="NoResolvedUsers",e[e.AccessDenied=-2]="AccessDenied",e[e.CrossSiteRequestNotSupported=-3]="CrossSiteRequestNotSupported",e[e.UnknowError=-4]="UnknowError",e[e.EmailBodyTooLong=-5]="EmailBodyTooLong",e[e.ListUniqueScopesExceeded=-6]="ListUniqueScopesExceeded",e[e.CapabilityDisabled=-7]="CapabilityDisabled",e[e.ObjectNotSupported=-8]="ObjectNotSupported",e[e.NestedGroupsNotSupported=-9]="NestedGroupsNotSupported"}(K||(K={})),function(e){e[e.Unknown=0]="Unknown",e[e.File=1]="File",e[e.Folder=2]="Folder",e[e.Item=3]="Item",e[e.List=4]="List",e[e.Web=5]="Web",e[e.Max=6]="Max"}(G||(G={})),function(e){e[e.None=0]="None",e[e.AllowList=1]="AllowList",e[e.BlockList=2]="BlockList"}(q||(q={})),function(e){e[e.None=0]="None",e[e.ContextInfo=1]="ContextInfo",e[e.ListData=2]="ListData",e[e.ListSchema=4]="ListSchema",e[e.MenuView=8]="MenuView",e[e.ListContentType=16]="ListContentType",e[e.FileSystemItemId=32]="FileSystemItemId",e[e.ClientFormSchema=64]="ClientFormSchema",e[e.QuickLaunch=128]="QuickLaunch",e[e.Spotlight=256]="Spotlight",e[e.Visualization=512]="Visualization",e[e.ViewMetadata=1024]="ViewMetadata",e[e.DisableAutoHyperlink=2048]="DisableAutoHyperlink",e[e.EnableMediaTAUrls=4096]="EnableMediaTAUrls",e[e.ParentInfo=8192]="ParentInfo",e[e.PageContextInfo=16384]="PageContextInfo",e[e.ClientSideComponentManifest=32768]="ClientSideComponentManifest"}(Z||(Z={})),function(e){e[e.PeopleAndGroups=1]="PeopleAndGroups",e[e.PeopleOnly=0]="PeopleOnly"}(Q||(Q={})),function(e){e[e.Dropdown=0]="Dropdown",e[e.RadioButtons=1]="RadioButtons"}(J||(J={})),function(e){e[e.DefaultZone=0]="DefaultZone",e[e.Intranet=1]="Intranet",e[e.Internet=2]="Internet",e[e.Custom=3]="Custom",e[e.Extranet=4]="Extranet"}(X||(X={}));var ae,se,le,ce,ue=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"roleAssignments",{get:function(){return new te(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"firstUniqueAncestorSecurableObject",{get:function(){return new C(this,"FirstUniqueAncestorSecurableObject")},enumerable:!0,configurable:!0}),t.prototype.getUserEffectivePermissions=function(e){var t=this.clone(w,"getUserEffectivePermissions(@user)");return t.query.set("@user","'"+encodeURIComponent(e)+"'"),t.get().then(function(e){return Object(o.j)(e,"GetUserEffectivePermissions")?e.GetUserEffectivePermissions:e})},t.prototype.getCurrentUserEffectivePermissions=function(){return this.clone(w,"EffectiveBasePermissions").get().then(function(e){return Object(o.j)(e,"EffectiveBasePermissions")?e.EffectiveBasePermissions:e})},t.prototype.breakRoleInheritance=function(e,n){return void 0===e&&(e=!1),void 0===n&&(n=!1),this.clone(t,"breakroleinheritance(copyroleassignments="+e+", clearsubscopes="+n+")").postCore()},t.prototype.resetRoleInheritance=function(){return this.clone(t,"resetroleinheritance").postCore()},t.prototype.userHasPermissions=function(e,t){var n=this;return this.getUserEffectivePermissions(e).then(function(e){return n.hasPermissions(e,t)})},t.prototype.currentUserHasPermissions=function(e){var t=this;return this.getCurrentUserEffectivePermissions().then(function(n){return t.hasPermissions(n,e)})},t.prototype.hasPermissions=function(e,t){if(!t)return!0;if(t===j.FullMask)return 32767==(32767&e.High)&&65535===e.Low;var n=1;return(t-=1)>=0&&t<32?(n<<=t,0!=(e.Low&n)):t>=32&&t<64&&(n<<=t-32,0!=(e.High&n))},t}(C),de=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getShareLink=function(e,n){void 0===n&&(n=null);var r=null!==n?n.toISOString():null;return this.clone(t,"shareLink").postCore({body:Object(o.n)({request:{createLink:!0,emailData:null,settings:{expiration:r,linkKind:e}}})})},t.prototype.shareWith=function(e,n,r,i,a){var s=this;void 0===r&&(r=!1),void 0===i&&(i=!1),Array.isArray(e)||(e=[e]);var l=Object(o.n)(e.map(function(e){return{Key:e}})),c=n===U.Edit?W.Contributor:W.Reader;return new k("_api/web","roledefinitions").select("Id").filter("RoleTypeKind eq "+c).get().then(function(e){if(!Array.isArray(e)||e.length<1)throw Error("Could not locate a role defintion with RoleTypeKind "+c);var n={includeAnonymousLinkInEmail:r,peoplePickerInput:l,propagateAcl:i,roleValue:"role:"+e[0].Id,useSimplifiedRoles:!0};return void 0!==a&&(n=Object(o.f)(n,{emailBody:a.body,emailSubject:void 0!==a.subject?a.subject:"",sendEmail:!0})),s.clone(t,"shareObject").postCore({body:Object(o.n)(n)})})},t.prototype.shareObject=function(e,t){var n=this;return void 0===t&&(t=!1),t?this.sendShareObjectRequest(e):(e=Object(o.f)(e,{group:null,includeAnonymousLinkInEmail:!1,propagateAcl:!1,useSimplifiedRoles:!0},!0),this.getRoleValue(e.role,e.group).then(function(t){Array.isArray(e.loginNames)||(e.loginNames=[e.loginNames]);var r={peoplePickerInput:Object(o.n)(e.loginNames.map(function(e){return{Key:e}})),roleValue:t,url:e.url};return void 0!==e.emailData&&null!==e.emailData&&(r=Object(o.f)(r,{emailBody:e.emailData.body,emailSubject:void 0!==e.emailData.subject?e.emailData.subject:"Shared with you.",sendEmail:!0})),n.sendShareObjectRequest(r)}))},t.prototype.unshareObjectWeb=function(e){return this.clone(t,"unshareObject").postCore({body:Object(o.n)({url:e})})},t.prototype.checkPermissions=function(e){return this.clone(t,"checkPermissions").postCore({body:Object(o.n)({recipients:e})})},t.prototype.getSharingInformation=function(e,n){void 0===e&&(e=null);var r=this.clone(t,"getSharingInformation");return r.expand.apply(r,n).postCore({body:Object(o.n)({request:e})})},t.prototype.getObjectSharingSettings=function(e){return void 0===e&&(e=!0),this.clone(t,"getObjectSharingSettings").postCore({body:Object(o.n)({useSimplifiedRoles:e})})},t.prototype.unshareObject=function(){return this.clone(t,"unshareObject").postCore()},t.prototype.deleteLinkByKind=function(e){return this.clone(t,"deleteLinkByKind").postCore({body:Object(o.n)({linkKind:e})})},t.prototype.unshareLink=function(e,n){return void 0===n&&(n="00000000-0000-0000-0000-000000000000"),this.clone(t,"unshareLink").postCore({body:Object(o.n)({linkKind:e,shareId:n})})},t.prototype.getRoleValue=function(e,t){if(null==t){var n=e===U.Edit?W.Contributor:W.Reader;return new k("_api/web","roledefinitions").select("Id").top(1).filter("RoleTypeKind eq "+n).get().then(function(e){if(e.length<1)throw Error("Could not locate associated role definition for supplied role. Edit and View are supported");return"role: "+e[0].Id})}switch(t){case W.Contributor:return new C("_api/web","associatedmembergroup").select("Id").get().then(function(e){return"group: "+e.Id});case W.Reader:case W.Guest:return new C("_api/web","associatedvisitorgroup").select("Id").get().then(function(e){return"group: "+e.Id});default:throw Error("Could not determine role value for supplied value. Contributor, Reader, and Guest are supported")}},t.prototype.getShareObjectWeb=function(e){return Promise.resolve(new C(p(e),"/_api/SP.Web.ShareObject"))},t.prototype.sendShareObjectRequest=function(e){return this.getShareObjectWeb(this.toUrl()).then(function(n){return n.expand("UsersWithAccessRequests","GroupsSharedWith").as(t).postCore({body:Object(o.n)(e)})})},t}(w),pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.shareWith=function(e,t,n){var r=this;void 0===t&&(t=U.View);var i=this.addBatchDependency();return new C(p(this.toUrl()),"/_api/web/url").get().then(function(a){return i(),r.shareObject(Object(o.d)(a,"/_layouts/15/aclinv.aspx?forSharing=1&mbypass=1"),e,t,n)})},t.prototype.shareObject=function(e,t,n,o,r,i,a,s){return void 0===i&&(i=!1),void 0===a&&(a=!1),void 0===s&&(s=!0),this.clone(de,null).shareObject({emailData:o,group:r,includeAnonymousLinkInEmail:a,loginNames:t,propagateAcl:i,role:n,url:e,useSimplifiedRoles:s})},t.prototype.shareObjectRaw=function(e){return this.clone(de,null).shareObject(e,!0)},t.prototype.unshareObject=function(e){return this.clone(de,null).unshareObjectWeb(e)},t}(ue),he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getShareLink=function(e,t){return void 0===e&&(e=V.OrganizationView),void 0===t&&(t=null),this.clone(de,null).getShareLink(e,t)},t.prototype.shareWith=function(e,t,n,o){return void 0===t&&(t=U.View),void 0===n&&(n=!1),this.clone(de,null).shareWith(e,t,n,!1,o)},t.prototype.checkSharingPermissions=function(e){return this.clone(de,null).checkPermissions(e)},t.prototype.getSharingInformation=function(e,t){return void 0===e&&(e=null),this.clone(de,null).getSharingInformation(e,t)},t.prototype.getObjectSharingSettings=function(e){return void 0===e&&(e=!0),this.clone(de,null).getObjectSharingSettings(e)},t.prototype.unshare=function(){return this.clone(de,null).unshareObject()},t.prototype.deleteSharingLinkByKind=function(e){return this.clone(de,null).deleteLinkByKind(e)},t.prototype.unshareLink=function(e,t){return this.clone(de,null).unshareLink(e,t)},t}(ue),fe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getShareLink=function(e,t){void 0===e&&(e=V.OrganizationView),void 0===t&&(t=null);var n=this.addBatchDependency();return this.getShareable().then(function(o){return n(),o.getShareLink(e,t)})},t.prototype.checkSharingPermissions=function(e){var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.checkPermissions(e)})},t.prototype.getSharingInformation=function(e,t){void 0===e&&(e=null);var n=this.addBatchDependency();return this.getShareable().then(function(o){return n(),o.getSharingInformation(e,t)})},t.prototype.getObjectSharingSettings=function(e){void 0===e&&(e=!0);var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.getObjectSharingSettings(e)})},t.prototype.unshare=function(){var e=this.addBatchDependency();return this.getShareable().then(function(t){return e(),t.unshareObject()})},t.prototype.deleteSharingLinkByKind=function(e){var t=this.addBatchDependency();return this.getShareable().then(function(n){return t(),n.deleteLinkByKind(e)})},t.prototype.unshareLink=function(e,t){var n=this.addBatchDependency();return this.getShareable().then(function(o){return n(),o.unshareLink(e,t)})},t.prototype.getShareable=function(){var e=this;return this.clone(me,"listItemAllFields",!1).select("odata.id").get().then(function(t){var n=new de(h(t));return e.hasBatch&&(n=n.inBatch(e.batch)),n})},t}(C),me=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.shareWith=function(e,t,n,o){void 0===t&&(t=U.View),void 0===n&&(n=!1);var r=this.addBatchDependency();return this.getShareable().then(function(i){return r(),i.shareWith(e,t,n,!1,o)})},t}(fe),ge=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.shareWith=function(e,t,n,o,r){void 0===t&&(t=U.View),void 0===n&&(n=!1),void 0===o&&(o=!1);var i=this.addBatchDependency();return this.getShareable().then(function(a){return i(),a.shareWith(e,t,n,o,r)})},t}(fe),_e=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"webparts",{get:function(){return new be(this,"webparts")},enumerable:!0,configurable:!0}),t.prototype.export=function(e){return this.clone(t,"ExportWebPart").postCore({body:Object(o.n)({webPartId:e})})},t.prototype.import=function(e){return this.clone(t,"ImportWebPart").postCore({body:Object(o.n)({webPartXml:e})})},t}(w),be=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getById=function(e){return new ye(this,"getbyid('"+e+"')")},t.prototype.getByControlId=function(e){return new ye(this,"getByControlId('"+e+"')")},t}(k),ye=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"webpart",{get:function(){return new ve(this)},enumerable:!0,configurable:!0}),t.prototype.saveChanges=function(){return this.clone(t,"SaveWebPartChanges").postCore()},t.prototype.moveTo=function(e,n){return this.clone(t,"MoveWebPartTo(zoneID='"+e+"', zoneIndex="+n+")").postCore()},t.prototype.close=function(){return this.clone(t,"CloseWebPart").postCore()},t.prototype.open=function(){return this.clone(t,"OpenWebPart").postCore()},t.prototype.delete=function(){return this.clone(t,"DeleteWebPart").postCore()},t}(C),ve=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t=c([I("webpart")],t)}(C),xe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getByName=function(e){var t=new Se(this);return t.concat("('"+e+"')"),t},t.prototype.add=function(e){var t=this;return this.clone(n,"add('"+e+"')").postCore().then(function(n){return{data:n,folder:t.getByName(e)}})},t.prototype.addUsingPath=function(e,t){var o=this;return void 0===t&&(t=!1),this.clone(n,"addUsingPath(DecodedUrl='"+e+"',overwrite="+t+")").postCore().then(function(t){return{data:t,folder:new Se(p(o.toUrl()),"_api/web/getFolderByServerRelativePath(decodedUrl='"+e+"')")}})},t=n=c([I("folders")],t)}(k),Se=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.update=t._update("SP.Folder",function(e){return{data:e,folder:t}}),t}return l(t,e),Object.defineProperty(t.prototype,"contentTypeOrder",{get:function(){return new k(this,"contentTypeOrder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"files",{get:function(){return new Xe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"folders",{get:function(){return new xe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"listItemAllFields",{get:function(){return new C(this,"listItemAllFields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"parentFolder",{get:function(){return new t(this,"parentFolder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"properties",{get:function(){return new C(this,"properties")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"serverRelativeUrl",{get:function(){return new w(this,"serverRelativeUrl")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"uniqueContentTypeOrder",{get:function(){return new k(this,"uniqueContentTypeOrder")},enumerable:!0,configurable:!0}),t.prototype.delete=function(e){return void 0===e&&(e="*"),this.clone(t,null).postCore({headers:{"IF-Match":e,"X-HTTP-Method":"DELETE"}})},t.prototype.recycle=function(){return this.clone(t,"recycle").postCore()},t.prototype.getItem=function(){for(var e=[],t=0;t0&&r.forEach(function(e,t){return a.query.set(t,e)}),a.postCore({body:Object(o.n)(i)})},t.prototype.renderListFormData=function(e,n,r){return this.clone(t,"renderlistformdata(itemid="+e+", formid='"+n+"', mode='"+r+"')").postCore().then(function(e){return JSON.parse(Object(o.j)(e,"RenderListFormData")?e.RenderListFormData:e)})},t.prototype.reserveListItemId=function(){return this.clone(t,"reservelistitemid").postCore().then(function(e){return Object(o.j)(e,"ReserveListItemId")?e.ReserveListItemId:e})},t.prototype.getListItemEntityTypeFullName=function(){return this.clone(t,null,!1).select("ListItemEntityTypeFullName").get().then(function(e){return e.ListItemEntityTypeFullName})},t.prototype.addValidateUpdateItemUsingPath=function(e,n,r,i){return void 0===r&&(r=!1),this.clone(t,"AddValidateUpdateItemUsingPath()").postCore({body:Object(o.n)({bNewDocumentUpdate:r,checkInComment:i,formValues:e,listItemCreateInfo:{FolderPath:{DecodedUrl:n,__metadata:{type:"SP.ResourcePath"}},__metadata:{type:"SP.ListItemCreationInformationUsingPath"}}})}).then(function(e){return void 0!==e.AddValidateUpdateItemUsingPath?e.AddValidateUpdateItemUsingPath.results:e})},t.prototype.getSiteScript=function(){return u(this,void 0,void 0,function(){var e;return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t).rootFolder.select("ServerRelativeUrl").get()];case 1:return[4,x(n.sent().ServerRelativeUrl)];case 2:return e=n.sent(),[2,new a.a(this,"").getSiteScriptFromList(e)]}})})},t}(ue),We=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.add=function(e){var t=this;"string"==typeof e&&(e={text:e});var r=Object(o.n)(Object(o.f)(S("Microsoft.SharePoint.Comments.comment"),e));return this.clone(n,null).postCore({body:r}).then(function(e){return Object(o.f)(t.getById(e.id),e)})},t.prototype.getById=function(e){var t=new Ye(this);return t.concat("("+e+")"),t},t.prototype.clear=function(){return this.clone(n,"DeleteAll").postCore()},t=n=c([I("comments")],t)}(k),Ye=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"replies",{get:function(){return new Ve(this)},enumerable:!0,configurable:!0}),t.prototype.like=function(){return this.clone(t,"Like").postCore()},t.prototype.unlike=function(){return this.clone(t,"Unlike").postCore()},t.prototype.delete=function(){return this.deleteCore()},t}(C),Ve=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.add=function(e){"string"==typeof e&&(e={text:e});var t=Object(o.n)(Object(o.f)(S("Microsoft.SharePoint.Comments.comment"),e));return this.clone(n,null).postCore({body:t}).then(function(e){return Object(o.f)(new Ye(h(e)),e)})},t=n=c([I("replies")],t)}(k),Ue=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getById=function(e){var t=new Ke(this);return t.concat("("+e+")"),t},t.prototype.getItemByStringId=function(e){return new Ke(this.parentUrl,"getItemByStringId('"+e+"')")},t.prototype.skip=function(e,t){return void 0===t&&(t=!1),t?this.query.set("$skiptoken",encodeURIComponent("Paged=TRUE&PagedPrev=TRUE&p_ID="+e)):this.query.set("$skiptoken",encodeURIComponent("Paged=TRUE&p_ID="+e)),this},t.prototype.getPaged=function(e){return void 0===e&&(e=new i.f),this.get(new Qe(this,e))},t.prototype.getAll=function(e,t){void 0===e&&(e=2e3),void 0===t&&(t="application/json;odata=nometadata"),r.a.write("Calling items.getAll should be done sparingly. Ensure this is the correct choice. If you are unsure, it is not.",2);var o=new n(this,"").top(e).configure({headers:{Accept:t}});return this.query.forEach(function(e,t){/^\$select|filter|top|expand$/i.test(t)&&o.query.set(t,e)}),new Promise(function(e,t){var n=[],r=function(o){[].push.apply(n,o.results),o.hasNext?o.getNext().then(r).catch(t):e(n)};o.getPaged().then(r).catch(t)})},t.prototype.add=function(e,t){var r=this;void 0===e&&(e={}),void 0===t&&(t=null);var i=this.addBatchDependency();return this.ensureListItemEntityTypeName(t).then(function(t){var a=Object(o.n)(Object(o.f)(S(t),e)),s=r.clone(n,"").postCore({body:a}).then(function(e){return{data:e,item:r.getById(e.Id)}});return i(),s})},t.prototype.ensureListItemEntityTypeName=function(e){return e?Promise.resolve(e):this.getParent(ze).getListItemEntityTypeFullName()},t=n=c([I("items")],t)}(k),Ke=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.delete=t._deleteWithETag,t}return l(t,e),Object.defineProperty(t.prototype,"attachmentFiles",{get:function(){return new Pe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentType",{get:function(){return new ke(this,"ContentType")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"comments",{get:function(){return new We(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"effectiveBasePermissions",{get:function(){return new w(this,"EffectiveBasePermissions")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"effectiveBasePermissionsForUI",{get:function(){return new w(this,"EffectiveBasePermissionsForUI")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fieldValuesAsHTML",{get:function(){return new C(this,"FieldValuesAsHTML")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fieldValuesAsText",{get:function(){return new C(this,"FieldValuesAsText")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fieldValuesForEdit",{get:function(){return new C(this,"FieldValuesForEdit")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"folder",{get:function(){return new Se(this,"folder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"file",{get:function(){return new $e(this,"file")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"versions",{get:function(){return new Ge(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"list",{get:function(){return this.getParent(ze,this.parentUrl.substr(0,this.parentUrl.lastIndexOf("/")))},enumerable:!0,configurable:!0}),t.prototype.update=function(e,t,n){var r=this;return void 0===t&&(t="*"),void 0===n&&(n=null),new Promise(function(i,a){var s=r.addBatchDependency();return r.ensureListItemEntityTypeName(n).then(function(n){var a=Object(o.n)(Object(o.f)(S(n),e));return s(),r.postCore({body:a,headers:{"IF-Match":t,"X-HTTP-Method":"MERGE"}},new Je).then(function(e){i({data:e,item:r})})}).catch(function(e){return a(e)})})},t.prototype.getLikedBy=function(){return this.clone(t,"likedBy").postCore()},t.prototype.like=function(){return this.clone(t,"like").postCore()},t.prototype.unlike=function(){return this.clone(t,"unlike").postCore()},t.prototype.recycle=function(){return this.clone(t,"recycle").postCore()},t.prototype.getWopiFrameUrl=function(e){void 0===e&&(e=0);var n=this.clone(t,"getWOPIFrameUrl(@action)");return n.query.set("@action",e),n.postCore().then(function(e){return Object(o.j)(e,"GetWOPIFrameUrl")?e.GetWOPIFrameUrl:e})},t.prototype.validateUpdateListItem=function(e,n){return void 0===n&&(n=!1),this.clone(t,"validateupdatelistitem").postCore({body:Object(o.n)({formValues:e,bNewDocumentUpdate:n})})},t.prototype.getLikedByInformation=function(){return this.clone(t,"likedByInformation").expand("likedby").getCore()},t.prototype.ensureListItemEntityTypeName=function(e){return e?Promise.resolve(e):this.list.getListItemEntityTypeFullName()},t}(he),Ge=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getById=function(e){var t=new qe(this);return t.concat("("+e+")"),t},t=c([I("versions")],t)}(k),qe=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.delete=t._deleteWithETag,t}return l(t,e),t}(C),Ze=function(){function e(e,t,n,o){this.parent=e,this.nextUrl=t,this.results=n,this.innerParser=o}return Object.defineProperty(e.prototype,"hasNext",{get:function(){return"string"==typeof this.nextUrl&&this.nextUrl.length>0},enumerable:!0,configurable:!0}),e.prototype.getNext=function(){return this.hasNext?new Ue(this.nextUrl,null).configureFrom(this.parent).getPaged(this.innerParser):new Promise(function(e){return e(null)})},e}(),Qe=function(e){function t(t,n){var o=e.call(this)||this;return o._parent=t,o.innerParser=n,o}return l(t,e),t.prototype.parse=function(e){var t=this;return this.innerParser.parse(e).then(function(e){return u(t,void 0,void 0,function(){var t,n;return d(this,function(r){return t=this.innerParser.rawJson,n=Object(o.j)(t,"d")&&Object(o.j)(t.d,"__next")?t.d.__next:t["odata.nextLink"],[2,new Ze(this._parent,n,e,this.innerParser)]})})})},t}(i.g),Je=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.parse=function(e){return u(this,void 0,void 0,function(){var t=this;return d(this,function(n){return[2,new Promise(function(n,o){t.handleError(e,o)&&n({"odata.etag":e.headers.get("etag")})})]})})},t}(i.g),Xe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getByName=function(e){var t=new $e(this);return t.concat("('"+e+"')"),t},t.prototype.add=function(e,t,o){var r=this;return void 0===o&&(o=!0),new n(this,"add(overwrite="+o+",url='"+e+"')").postCore({body:t}).then(function(t){return{data:t,file:r.getByName(e)}})},t.prototype.addUsingPath=function(e,t,r){var i=this;void 0===r&&(r={Overwrite:!1});var a=["AddUsingPath(decodedurl='"+e+"'"];return r&&(r.Overwrite&&a.push(",Overwrite=true"),r.AutoCheckoutOnInvalidData&&a.push(",AutoCheckoutOnInvalidData=true"),Object(o.s)(r.XorHash)||a.push(",XorHash="+r.XorHash)),a.push(")"),new n(this,a.join("")).postCore({body:t}).then(function(t){return{data:t,file:i.getByName(e)}})},t.prototype.addChunked=function(e,t,o,r,i){var a=this;return void 0===r&&(r=!0),void 0===i&&(i=10485760),this.clone(n,"add(overwrite = "+r+", url = '"+e+"')",!1).postCore().then(function(){return a.getByName(e)}).then(function(e){return e.setContentChunked(t,o,i)})},t.prototype.addTemplateFile=function(e,t){var o=this;return this.clone(n,"addTemplateFile(urloffile = '"+e+"', templatefiletype = "+t+")",!1).postCore().then(function(t){return{data:t,file:o.getByName(e)}})},t=n=c([I("files")],t)}(k),$e=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"listItemAllFields",{get:function(){return new C(this,"listItemAllFields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"versions",{get:function(){return new et(this)},enumerable:!0,configurable:!0}),t.prototype.approve=function(e){return void 0===e&&(e=""),this.clone(t,"approve(comment = '"+e+"')").postCore()},t.prototype.cancelUpload=function(e){return this.clone(t,"cancelUpload(uploadId = guid'"+e+"')",!1).postCore()},t.prototype.checkin=function(e,n){if(void 0===e&&(e=""),void 0===n&&(n=ae.Major),e.length>1023)throw Error("The maximum comment length is 1023 characters.");return this.clone(t,"checkin(comment = '"+e+"', checkintype = "+n+")").postCore()},t.prototype.checkout=function(){return this.clone(t,"checkout").postCore()},t.prototype.copyTo=function(e,n){return void 0===n&&(n=!0),this.clone(t,"copyTo(strnewurl = '"+e+"', boverwrite = "+n+")").postCore()},t.prototype.delete=function(e){return void 0===e&&(e="*"),this.clone(t,null).postCore({headers:{"IF-Match":e,"X-HTTP-Method":"DELETE"}})},t.prototype.deny=function(e){if(void 0===e&&(e=""),e.length>1023)throw Error("The maximum comment length is 1023 characters.");return this.clone(t,"deny(comment = '"+e+"')").postCore()},t.prototype.getLimitedWebPartManager=function(e){return void 0===e&&(e=se.Shared),new _e(this,"getLimitedWebPartManager(scope = "+e+")")},t.prototype.moveTo=function(e,n){return void 0===n&&(n=le.Overwrite),this.clone(t,"moveTo(newurl = '"+e+"', flags = "+n+")").postCore()},t.prototype.publish=function(e){if(void 0===e&&(e=""),e.length>1023)throw Error("The maximum comment length is 1023 characters.");return this.clone(t,"publish(comment = '"+e+"')").postCore()},t.prototype.recycle=function(){return this.clone(t,"recycle").postCore()},t.prototype.undoCheckout=function(){return this.clone(t,"undoCheckout").postCore()},t.prototype.unpublish=function(e){if(void 0===e&&(e=""),e.length>1023)throw Error("The maximum comment length is 1023 characters.");return this.clone(t,"unpublish(comment = '"+e+"')").postCore()},t.prototype.getText=function(){return this.clone(t,"$value",!1).get(new i.i,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getBlob=function(){return this.clone(t,"$value",!1).get(new i.a,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getBuffer=function(){return this.clone(t,"$value",!1).get(new i.b,{headers:{binaryStringResponseBody:"true"}})},t.prototype.getJSON=function(){return this.clone(t,"$value",!1).get(new i.d,{headers:{binaryStringResponseBody:"true"}})},t.prototype.setContent=function(e){var n=this;return this.clone(t,"$value",!1).postCore({body:e,headers:{"X-HTTP-Method":"PUT"}}).then(function(e){return new t(n)})},t.prototype.getItem=function(){for(var e=this,t=[],n=0;n0?"tenantappcatalog":"sitecollectionappcatalog";return new t(p(this.toUrl()),"_api/web/"+r+"/add(overwrite="+o+",url='"+e+"')").postCore({body:n}).then(function(e){return{data:e,file:new $e(h(e))}})},t}(k),rt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.deploy=function(e){return void 0===e&&(e=!1),this.clone(t,"Deploy("+e+")").postCore()},t.prototype.retract=function(){return this.clone(t,"Retract").postCore()},t.prototype.install=function(){return this.clone(t,"Install").postCore()},t.prototype.uninstall=function(){return this.clone(t,"Uninstall").postCore()},t.prototype.upgrade=function(){return this.clone(t,"Upgrade").postCore()},t.prototype.remove=function(){return this.clone(t,"Remove").postCore()},t}(C),it=function(e){function t(t){var n=e.call(this)||this;return n.baseUrl=t,n}return l(t,e),t.ParseResponse=function(e){return new Promise(function(t,n){for(var o,r,i=[],a=new RegExp("^HTTP/[0-9.]+ +([0-9]+) +(.*)","i"),s=e.split("\n"),l="batch",c=0;c0&&(a.push("--changeset_"+s+"--\n\n"),s=""),a.push("--batch_"+e.batchId+"\n")):(s.length<1&&(s=Object(o.h)(),a.push("--batch_"+e.batchId+"\n"),a.push('Content-Type: multipart/mixed; boundary="changeset_'+s+'"\n\n')),a.push("--changeset_"+s+"\n")),a.push("Content-Type: application/http\n"),a.push("Content-Transfer-Encoding: binary\n\n");var u=new Headers,d=Object(o.m)(c.url)?c.url:Object(o.d)(i,c.url);if(r.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Adding request "+c.method+" "+d+" to batch.",0),"GET"!==c.method){var p=c.method,h=c.options.headers;Object(o.j)(c,"options")&&Object(o.j)(c.options,"headers")&&void 0!==h["X-HTTP-Method"]&&(p=h["X-HTTP-Method"],delete h["X-HTTP-Method"]),a.push(p+" "+d+" HTTP/1.1\n"),u.set("Content-Type","application/json;odata=verbose;charset=utf-8")}else a.push(c.method+" "+d+" HTTP/1.1\n");Object(o.o)(u,m.headers),c.options&&Object(o.o)(u,c.options.headers),u.has("Accept")||u.append("Accept","application/json"),u.has("Content-Type")||u.append("Content-Type","application/json;odata=verbose;charset=utf-8"),u.has("X-ClientService-ClientTag")||u.append("X-ClientService-ClientTag","PnPCoreJS:@pnp-1.3.11"),u.forEach(function(e,t){a.push(t+": "+e+"\n")}),a.push("\n"),c.options.body&&a.push(c.options.body+"\n\n")}s.length>0&&(a.push("--changeset_"+s+"--\n\n"),s=""),a.push("--batch_"+e.batchId+"--\n");var f={body:a.join(""),headers:{"Content-Type":"multipart/mixed; boundary=batch_"+e.batchId},method:"POST"};return r.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Sending batch request.",1),n.fetch(Object(o.d)(i,"/_api/$batch"),f).then(function(e){return e.text()}).then(t.ParseResponse).then(function(t){if(t.length!==e.requests.length)throw Error("Could not properly parse responses to match requests in batch.");return r.a.write("["+e.batchId+"] ("+(new Date).getTime()+") Resolving batched requests.",1),t.reduce(function(t,n,o){var i=e.requests[o];return r.a.write("["+i.id+"] ("+(new Date).getTime()+") Resolving request in batch "+e.batchId+".",1),t.then(function(e){return i.parser.parse(n).then(i.resolve).catch(i.reject)})},Promise.resolve())})})},t}(i.e),at=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.add=function(e,t){var r=this;return void 0===t&&(t=!1),this.clone(n,"add").postCore({body:Object(o.n)({featdefScope:0,featureId:e,force:t})}).then(function(t){return{data:t,feature:r.getById(e)}})},t.prototype.getById=function(e){var t=new st(this);return t.concat("('"+e+"')"),t},t.prototype.remove=function(e,t){return void 0===t&&(t=!1),this.clone(n,"remove").postCore({body:Object(o.n)({featureId:e,force:t})})},t=n=c([I("features")],t)}(k),st=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.deactivate=function(e){var n=this;void 0===e&&(e=!1);var o=this.addBatchDependency();return new t(this).select("DefinitionId").get().then(function(t){var r=n.getParent(at,n.parentUrl,"",n.batch).remove(t.DefinitionId,e);return o(),r})},t}(C),lt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,Object.defineProperty(t.prototype,"rootWeb",{get:function(){return new St(this,"rootweb")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"features",{get:function(){return new at(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"userCustomActions",{get:function(){return new Be(this)},enumerable:!0,configurable:!0}),t.prototype.getRootWeb=function(){return this.rootWeb.select("Url").get().then(function(e){return new St(e.Url)})},t.prototype.getContextInfo=function(){return new n(this.parentUrl,"_api/contextinfo").postCore().then(function(e){if(Object(o.j)(e,"GetContextWebInformation")){var t=e.GetContextWebInformation;return t.SupportedSchemaVersions=t.SupportedSchemaVersions.results,t}return e})},t.prototype.getDocumentLibraries=function(e){var t=new w("","_api/sp.web.getdocumentlibraries(@v)");return t.query.set("@v","'"+e+"'"),t.get().then(function(e){return Object(o.j)(e,"GetDocumentLibraries")?e.GetDocumentLibraries:e})},t.prototype.getWebUrlFromPageUrl=function(e){var t=new w("","_api/sp.web.getweburlfrompageurl(@v)");return t.query.set("@v","'"+e+"'"),t.get().then(function(e){return Object(o.j)(e,"GetWebUrlFromPageUrl")?e.GetWebUrlFromPageUrl:e})},t.prototype.getChanges=function(e){var t=Object(o.n)({query:Object(o.f)({__metadata:{type:"SP.ChangeQuery"}},e)});return this.clone(n,"getchanges").postCore({body:t})},t.prototype.delete=function(){return u(this,void 0,void 0,function(){var e;return d(this,function(t){switch(t.label){case 0:return[4,this.clone(n,"").select("Id").get()];case 1:return e=t.sent(),[4,new n(this.parentUrl,"_api/SPSiteManager/Delete").postCore({body:Object(o.n)({siteId:e.Id})})];case 2:return t.sent(),[2]}})})},t.prototype.createBatch=function(){return new it(this.parentUrl)},t.prototype.openWebById=function(e){return this.clone(n,"openWebById('"+e+"')").postCore().then(function(e){return{data:e,web:St.fromUrl(e["odata.id"]||e.__metadata.uri)}})},t.prototype.joinHubSite=function(e){return this.clone(n,"joinHubSite('"+e+"')").postCore()},t.prototype.registerHubSite=function(){return this.clone(n,"registerHubSite").postCore()},t.prototype.unRegisterHubSite=function(){return this.clone(n,"unRegisterHubSite").postCore()},t.prototype.createCommunicationSite=function(e,t,n,r,i,a,s,l,c){var p=this;void 0===t&&(t=1033),void 0===n&&(n=!1),void 0===i&&(i=""),void 0===a&&(a=""),void 0===s&&(s="00000000-0000-0000-0000-000000000000"),void 0===l&&(l="00000000-0000-0000-0000-000000000000");var h={Classification:a,Description:i,HubSiteId:l,Lcid:t,Owner:c,ShareByEmailEnabled:n,SiteDesignId:s,Title:e,Url:r,WebTemplate:"SITEPAGEPUBLISHING#0",WebTemplateExtensionId:"00000000-0000-0000-0000-000000000000"},f=Object(o.n)({request:Object(o.f)({__metadata:{type:"Microsoft.SharePoint.Portal.SPSiteCreationRequest"}},h)});return this.getRootWeb().then(function(e){return u(p,void 0,void 0,function(){var t,n;return d(this,function(r){return t=new y,n=e.parentUrl+"/_api/SPSiteManager/Create",[2,t.post(n,{body:f,headers:{Accept:"application/json;odata=verbose","Content-Type":"application/json;odata=verbose;charset=utf-8"}}).then(function(e){return e.json()}).then(function(e){if(Object(o.j)(e,"error"))throw e;return Object(o.j)(e,"d")&&Object(o.j)(e.d,"Create")?e.d.Create:e})]})})})},t.prototype.createModernTeamSite=function(e,t,n,r,i,a,s,l,c){var p=this;void 0===n&&(n=!0),void 0===r&&(r=1033),void 0===i&&(i=""),void 0===a&&(a=""),void 0===l&&(l="00000000-0000-0000-0000-000000000000");var h={alias:t,displayName:e,isPublic:n,optionalParams:{Classification:a,CreationOptions:{results:["SPSiteLanguage:"+r,"HubSiteId:"+l]},Description:i,Owners:{results:s||[]}}};return c&&h.optionalParams.CreationOptions.results.push("implicit_formula_292aa8a00786498a87a5ca52d9f4214a_"+c),this.getRootWeb().then(function(e){return u(p,void 0,void 0,function(){var t,n;return d(this,function(r){return t=new y,n=e.parentUrl+"/_api/GroupSiteManager/CreateGroupEx",[2,t.post(n,{body:Object(o.n)(h),headers:{Accept:"application/json;odata=verbose","Content-Type":"application/json;odata=verbose;charset=utf-8"}}).then(function(e){return e.json()})]})})})},t=n=c([I("_api/site")],t)}(C),ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getById=function(e){var t=new ut(this);return t.concat("("+e+")"),t},t.prototype.add=function(e,n,r){var i=this;void 0===r&&(r=!0);var a=Object(o.n)(Object(o.f)(S("SP.NavigationNode"),{IsVisible:r,Title:e,Url:n}));return this.clone(t,null).postCore({body:a}).then(function(e){return{data:e,node:i.getById(e.Id)}})},t.prototype.moveAfter=function(e,n){var r=Object(o.n)({nodeId:e,previousNodeId:n});return this.clone(t,"MoveAfter").postCore({body:r})},t}(k),ut=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"children",{get:function(){return new ct(this,"Children")},enumerable:!0,configurable:!0}),t.prototype.delete=function(){return e.prototype.deleteCore.call(this)},t.prototype.update=function(e){var t=this,n=Object(o.n)(Object(o.f)({__metadata:{type:"SP.NavigationNode"}},e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return{data:e,node:t}})},t}(C),dt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"quicklaunch",{get:function(){return new ct(this,"quicklaunch")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"topNavigationBar",{get:function(){return new ct(this,"topnavigationbar")},enumerable:!0,configurable:!0}),t=c([I("navigation")],t)}(w),pt=function(e){function t(t,n){return void 0===n&&(n=null),e.call(this,t,n)||this}return l(t,e),t.prototype.getMenuState=function(e,n,r,i){return void 0===e&&(e=null),void 0===n&&(n=10),void 0===r&&(r=null),void 0===i&&(i=null),new t(this,"_api/navigation/MenuState").postCore({body:Object(o.n)({customProperties:i,depth:n,mapProviderName:r,menuNodeKey:e})})},t.prototype.getMenuNodeKey=function(e,n){return void 0===n&&(n=null),new t(this,"_api/navigation/MenuNodeKey").postCore({body:Object(o.n)({currentUrl:e,mapProviderName:n})})},t}(w),ht=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.FromUrl=function(e){if(null===e)return new n("");var t=e.indexOf("_api/");return new n(t>-1?e.substr(0,t):e)},t.prototype.getRelatedItems=function(e,t){var r=this.clone(n,null);return r.concat(".GetRelatedItems"),r.postCore({body:Object(o.n)({SourceItemID:t,SourceListName:e})})},t.prototype.getPageOneRelatedItems=function(e,t){var r=this.clone(n,null);return r.concat(".GetPageOneRelatedItems"),r.postCore({body:Object(o.n)({SourceItemID:t,SourceListName:e})})},t.prototype.addSingleLink=function(e,t,r,i,a,s,l){void 0===l&&(l=!1);var c=this.clone(n,null);return c.concat(".AddSingleLink"),c.postCore({body:Object(o.n)({SourceItemID:t,SourceListName:e,SourceWebUrl:r,TargetItemID:a,TargetListName:i,TargetWebUrl:s,TryAddReverseLink:l})})},t.prototype.addSingleLinkToUrl=function(e,t,r,i){void 0===i&&(i=!1);var a=this.clone(n,null);return a.concat(".AddSingleLinkToUrl"),a.postCore({body:Object(o.n)({SourceItemID:t,SourceListName:e,TargetItemUrl:r,TryAddReverseLink:i})})},t.prototype.addSingleLinkFromUrl=function(e,t,r,i){void 0===i&&(i=!1);var a=this.clone(n,null);return a.concat(".AddSingleLinkFromUrl"),a.postCore({body:Object(o.n)({SourceItemUrl:e,TargetItemID:r,TargetListName:t,TryAddReverseLink:i})})},t.prototype.deleteSingleLink=function(e,t,r,i,a,s,l){void 0===l&&(l=!1);var c=this.clone(n,null);return c.concat(".DeleteSingleLink"),c.postCore({body:Object(o.n)({SourceItemID:t,SourceListName:e,SourceWebUrl:r,TargetItemID:a,TargetListName:i,TargetWebUrl:s,TryDeleteReverseLink:l})})},t=n=c([I("_api/SP.RelatedItemManager")],t)}(w),ft=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),Object.defineProperty(t.prototype,"installedLanguages",{get:function(){return new mt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"globalInstalledLanguages",{get:function(){return new mt(this,"globalinstalledlanguages")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"timeZone",{get:function(){return new gt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"timeZones",{get:function(){return new _t(this)},enumerable:!0,configurable:!0}),t=c([I("regionalsettings")],t)}(C),mt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t=c([I("installedlanguages")],t)}(k),gt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.utcToLocalTime=function(e){var t;return t="string"==typeof e?e:e.toISOString(),this.clone(n,"utctolocaltime('"+t+"')").postCore().then(function(e){return Object(o.j)(e,"UTCToLocalTime")?e.UTCToLocalTime:e})},t.prototype.localTimeToUTC=function(e){var t;return t="string"==typeof e?e:Object(o.e)(e,"minute",-1*e.getTimezoneOffset()).toISOString(),this.clone(n,"localtimetoutc('"+t+"')").postCore().then(function(e){return Object(o.j)(e,"LocalTimeToUTC")?e.LocalTimeToUTC:e})},t=n=c([I("timezone")],t)}(C),_t=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.getById=function(e){return this.clone(n,"GetById("+e+")").postCore({},new f(gt))},t=n=c([I("timezones")],t)}(k),bt=function(e){function t(n,o){return e.call(this,t.getBaseUrl(n),"_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScriptUtility."+o)||this}return l(t,e),t.getBaseUrl=function(e){if("string"==typeof e)return e;var t=e.toUrl(),n=t.indexOf("_api/");return n<0?t:t.substr(0,n)},t.prototype.execute=function(e){return this.postCore({body:JSON.stringify(e),headers:{"Content-Type":"application/json;charset=utf-8"}})},t.prototype.createSiteDesign=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"CreateSiteDesign").execute({info:e})];case 1:return[2,n.sent()]}})})},t.prototype.applySiteDesign=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"ApplySiteDesign").execute({siteDesignId:e,webUrl:n})];case 1:return[2,o.sent()]}})})},t.prototype.getSiteDesigns=function(){return u(this,void 0,void 0,function(){return d(this,function(e){switch(e.label){case 0:return[4,this.clone(t,"GetSiteDesigns").execute({})];case 1:return[2,e.sent()]}})})},t.prototype.getSiteDesignMetadata=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"GetSiteDesignMetadata").execute({id:e})];case 1:return[2,n.sent()]}})})},t.prototype.updateSiteDesign=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"UpdateSiteDesign").execute({updateInfo:e})];case 1:return[2,n.sent()]}})})},t.prototype.deleteSiteDesign=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"DeleteSiteDesign").execute({id:e})];case 1:return[2,n.sent()]}})})},t.prototype.getSiteDesignRights=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"GetSiteDesignRights").execute({id:e})];case 1:return[2,n.sent()]}})})},t.prototype.grantSiteDesignRights=function(e,n,o){return void 0===o&&(o=1),u(this,void 0,void 0,function(){return d(this,function(r){switch(r.label){case 0:return[4,this.clone(t,"GrantSiteDesignRights").execute({grantedRights:o.toString(),id:e,principalNames:n})];case 1:return[2,r.sent()]}})})},t.prototype.revokeSiteDesignRights=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"RevokeSiteDesignRights").execute({id:e,principalNames:n})];case 1:return[2,o.sent()]}})})},t.prototype.addSiteDesignTask=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"AddSiteDesignTask").execute({webUrl:e,siteDesignId:n})];case 1:return[2,o.sent()]}})})},t.prototype.addSiteDesignTaskToCurrentWeb=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"AddSiteDesignTaskToCurrentWeb").execute({siteDesignId:e})];case 1:return[2,n.sent()]}})})},t.prototype.getSiteDesignTask=function(e){return u(this,void 0,void 0,function(){var n;return d(this,function(r){switch(r.label){case 0:return[4,this.clone(t,"GetSiteDesignTask").execute({taskId:e})];case 1:return n=r.sent(),[2,Object(o.j)(n,"ID")?n:null]}})})},t.prototype.getSiteDesignRun=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"GetSiteDesignRun").execute({webUrl:e,siteDesignId:n})];case 1:return[2,o.sent()]}})})},t.prototype.getSiteDesignRunStatus=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"GetSiteDesignRunStatus").execute({webUrl:e,runId:n})];case 1:return[2,o.sent()]}})})},t}(w),yt=function(e){function t(n,o){return e.call(this,t.getBaseUrl(n),"_api/Microsoft.Sharepoint.Utilities.WebTemplateExtensions.SiteScriptUtility."+o)||this}return l(t,e),t.getBaseUrl=function(e){if("string"==typeof e)return e;var t=e.toUrl(),n=t.indexOf("_api/");return n<0?t:t.substr(0,n)},t.prototype.execute=function(e){return this.postCore({body:JSON.stringify(e)})},t.prototype.getSiteScripts=function(){return this.clone(t,"GetSiteScripts",!0).execute({})},t.prototype.createSiteScript=function(e,n,o){return u(this,void 0,void 0,function(){return d(this,function(r){switch(r.label){case 0:return[4,this.clone(t,"CreateSiteScript(Title=@title,Description=@desc)?@title='"+encodeURIComponent(e)+"'&@desc='"+encodeURIComponent(n)+"'").execute(o)];case 1:return[2,r.sent()]}})})},t.prototype.getSiteScriptMetadata=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"GetSiteScriptMetadata").execute({id:e})];case 1:return[2,n.sent()]}})})},t.prototype.deleteSiteScript=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"DeleteSiteScript").execute({id:e})];case 1:return n.sent(),[2]}})})},t.prototype.updateSiteScript=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return n&&(e.Content=JSON.stringify(n)),[4,this.clone(t,"UpdateSiteScript").execute({updateInfo:e})];case 1:return[2,o.sent()]}})})},t.prototype.getSiteScriptFromList=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return[4,this.clone(t,"GetSiteScriptFromList").execute({listUrl:e})];case 1:return[2,n.sent()]}})})},t.prototype.getSiteScriptFromWeb=function(e,n){return u(this,void 0,void 0,function(){return d(this,function(o){switch(o.label){case 0:return[4,this.clone(t,"getSiteScriptFromWeb").execute({webUrl:e,info:n})];case 1:return[2,o.sent()]}})})},t}(w),vt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.prototype.add=function(e,t,r,i,a,s){void 0===r&&(r=""),void 0===i&&(i="STS"),void 0===a&&(a=1033),void 0===s&&(s=!0);var l={Description:r,Language:a,Title:e,Url:t,UseSamePermissionsAsParentSite:s,WebTemplate:i},c=Object(o.n)({parameters:Object(o.f)({__metadata:{type:"SP.WebCreationInformation"}},l)});return this.clone(n,"add").postCore({body:c}).then(function(e){return{data:e,web:new St(h(e).replace(/_api\/web\/?/i,""))}})},t=n=c([I("webs")],t)}(k),xt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t=c([I("webinfos")],t)}(k),St=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return l(t,e),n=t,t.fromUrl=function(e,t){return new n(p(e),t)},Object.defineProperty(t.prototype,"webs",{get:function(){return new vt(this)},enumerable:!0,configurable:!0}),t.prototype.getParentWeb=function(){var e=this;return this.select("ParentWeb/Id").expand("ParentWeb").get().then(function(t){var n=t.ParentWeb;return n?new lt(e.parentUrl).openWebById(n.Id):null})},t.prototype.getSubwebsFilteredForCurrentUser=function(e,t){return void 0===e&&(e=-1),void 0===t&&(t=-1),this.clone(vt,"getSubwebsFilteredForCurrentUser(nWebTemplateFilter="+e+",nConfigurationFilter="+t+")")},Object.defineProperty(t.prototype,"allProperties",{get:function(){return this.clone(C,"allproperties")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"webinfos",{get:function(){return new xt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"contentTypes",{get:function(){return new we(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"lists",{get:function(){return new He(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"fields",{get:function(){return new Le(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"features",{get:function(){return new at(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"availablefields",{get:function(){return new Le(this,"availablefields")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"navigation",{get:function(){return new dt(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteUsers",{get:function(){return new M(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteGroups",{get:function(){return new $(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"siteUserInfoList",{get:function(){return new ze(this,"siteuserinfolist")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"regionalSettings",{get:function(){return new ft(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"currentUser",{get:function(){return new O(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"folders",{get:function(){return new xe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"userCustomActions",{get:function(){return new Be(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"roleDefinitions",{get:function(){return new oe(this)},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"relatedItems",{get:function(){return ht.FromUrl(this.toUrl())},enumerable:!0,configurable:!0}),t.prototype.createBatch=function(){return new it(this.parentUrl)},Object.defineProperty(t.prototype,"rootFolder",{get:function(){return new Se(this,"rootFolder")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedOwnerGroup",{get:function(){return new ee(this,"associatedownergroup")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedMemberGroup",{get:function(){return new ee(this,"associatedmembergroup")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"associatedVisitorGroup",{get:function(){return new ee(this,"associatedvisitorgroup")},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"defaultDocumentLibrary",{get:function(){return new ze(this,"DefaultDocumentLibrary")},enumerable:!0,configurable:!0}),t.prototype.getFolderById=function(e){return new Se(this,"getFolderById('"+e+"')")},t.prototype.getFolderByServerRelativeUrl=function(e){return new Se(this,"getFolderByServerRelativeUrl('"+e+"')")},t.prototype.getFolderByServerRelativePath=function(e){return new Se(this,"getFolderByServerRelativePath(decodedUrl='"+e+"')")},t.prototype.getFileById=function(e){return new $e(this,"getFileById('"+e+"')")},t.prototype.getFileByServerRelativeUrl=function(e){return new $e(this,"getFileByServerRelativeUrl('"+e+"')")},t.prototype.getFileByServerRelativePath=function(e){return new $e(this,"getFileByServerRelativePath(decodedUrl='"+e+"')")},t.prototype.getList=function(e){return new ze(this,"getList('"+e+"')")},t.prototype.update=function(e){var t=this,n=Object(o.n)(Object(o.f)({__metadata:{type:"SP.Web"}},e));return this.postCore({body:n,headers:{"X-HTTP-Method":"MERGE"}}).then(function(e){return{data:e,web:t}})},t.prototype.delete=function(){return e.prototype.deleteCore.call(this)},t.prototype.applyTheme=function(e,t,r,i){var a=Object(o.n)({backgroundImageUrl:r,colorPaletteUrl:e,fontSchemeUrl:t,shareGenerated:i});return this.clone(n,"applytheme").postCore({body:a})},t.prototype.applyWebTemplate=function(e){var t=this.clone(n,"applywebtemplate");return t.concat("(@t)"),t.query.set("@t",e),t.postCore()},t.prototype.ensureUser=function(e){var t=Object(o.n)({logonName:e});return this.clone(n,"ensureuser").postCore({body:t}).then(function(e){return{data:e,user:new D(h(e))}})},t.prototype.availableWebTemplates=function(e,t){return void 0===e&&(e=1033),void 0===t&&(t=!0),new k(this,"getavailablewebtemplates(lcid="+e+", doincludecrosslanguage="+t+")")},t.prototype.getCatalog=function(e){return this.clone(n,"getcatalog("+e+")").select("Id").get().then(function(e){return new ze(h(e))})},t.prototype.getChanges=function(e){var t=Object(o.n)({query:Object(o.f)({__metadata:{type:"SP.ChangeQuery"}},e)});return this.clone(n,"getchanges").postCore({body:t})},Object.defineProperty(t.prototype,"customListTemplate",{get:function(){return new k(this,"getcustomlisttemplates")},enumerable:!0,configurable:!0}),t.prototype.getUserById=function(e){return new D(this,"getUserById("+e+")")},t.prototype.mapToIcon=function(e,t,o){return void 0===t&&(t=0),void 0===o&&(o=""),this.clone(n,"maptoicon(filename='"+e+"', progid='"+o+"', size="+t+")").get()},t.prototype.getStorageEntity=function(e){return this.clone(n,"getStorageEntity('"+e+"')").get()},t.prototype.setStorageEntity=function(e,t,r,i){return void 0===r&&(r=""),void 0===i&&(i=""),this.clone(n,"setStorageEntity").postCore({body:Object(o.n)({comments:i,description:r,key:e,value:t})})},t.prototype.removeStorageEntity=function(e){return this.clone(n,"removeStorageEntity('"+e+"')").postCore()},t.prototype.getAppCatalog=function(e){return new ot(e||this)},t.prototype.getSiteCollectionAppCatalog=function(e){return new ot(e||this,"_api/web/sitecollectionappcatalog/AvailableApps")},t.prototype.getClientSideWebParts=function(){return this.clone(k,"GetClientSideWebParts").get()},t.prototype.addClientSidePage=function(e,t){return void 0===t&&(t=e.replace(/\.[^\/.]+$/,"")),Ct.create(this,e,t)},t.prototype.addClientSidePageByPath=function(e,t){return void 0===t&&(t=e.replace(/\.[^\/.]+$/,"")),Ct.create(this,e,t)},t.prototype.createDefaultAssociatedGroups=function(e,t,o){var r=this.clone(n,"createDefaultAssociatedGroups(userLogin=@u,userLogin2=@v,groupNameSeed=@s)");return r.query.set("@u","'"+encodeURIComponent(e||"")+"'"),r.query.set("@v","'"+encodeURIComponent(t||"")+"'"),r.query.set("@s","'"+encodeURIComponent(o||"")+"'"),r.postCore()},t.prototype.hubSiteData=function(e){return void 0===e&&(e=!1),u(this,void 0,void 0,function(){return d(this,function(t){return[2,this.clone(n,"hubSiteData("+e+")").get().then(function(e){return JSON.parse(e)})]})})},t.prototype.syncHubSiteTheme=function(){return this.clone(n,"syncHubSiteTheme").postCore()},t.prototype.getSiteDesignRuns=function(e){return new bt(this,"").getSiteDesignRun(void 0,e)},t.prototype.getSiteScript=function(e){return new yt(this,"").getSiteScriptFromWeb(void 0,e)},t.prototype.addSiteDesignTask=function(e){return new bt(this,"").addSiteDesignTaskToCurrentWeb(e)},t.prototype.getSiteDesignRunStatus=function(e){return new bt(this,"").getSiteDesignRunStatus(void 0,e)},t=n=c([I("_api/web")],t)}(pe);function wt(e){return e.length<1?1:Math.max.apply(null,e.map(function(e){return e.order}))+1}function kt(e){for(var t=0;t-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"verticalSection",{get:function(){return this.hasVerticalSection?this.addVerticalSection():null},enumerable:!0,configurable:!0}),t.prototype.addSection=function(){var e=new It(this,wt(this.sections),1);return this.sections.push(e),e},t.prototype.addVerticalSection=function(){var e=this.sections.findIndex(function(e){return 2===e.layoutIndex});if(e>-1)return this.sections[e];var t=new It(this,wt(this.sections),2);return this.sections.push(t),t},t.prototype.fromJSON=function(e){this.json=e;var t=JSON.parse(e.CanvasContent1),n=JSON.parse(e.LayoutWebpartsContent);return n&&n.length>0&&(this._layoutPart=n[0]),this.setControls(t),this},t.prototype.load=function(){var e=this;return this.getItem("Id","CommentsDisabled").then(function(t){return new w(e,"_api/sitepages/pages("+t.Id+")").get().then(function(n){return e.commentsDisabled=t.CommentsDisabled,e.fromJSON(n)})})},t.prototype.save=function(e){var n=this;if(void 0===e&&(e=!0),null===this.json.Id)throw Error("The id for this page is null. If you want to create a new page, please use ClientSidePage.Create");var r=Promise.resolve({});return this._bannerImageDirty&&(r=r.then(function(e){return new Promise(function(e,t){var r=n.json.BannerImageUrl;Object(o.m)(r)&&(r=r.replace(/^https?:\/\/[a-z0-9\.]*?\.[a-z]{2,3}\//i,"/"));var i=new lt(p(n.toUrl())),a=new St(p(n.toUrl())),s=a.getFileByServerRelativePath(r),l="",c="",u="",d="",h="";Promise.all([i.select("Id","Url").get().then(function(e){return l=e.Id}),a.select("Id","Url").get().then(function(e){c=e.Id,h=e.Url}),s.listItemAllFields.select("UniqueId","ParentList/Id").expand("ParentList").get().then(function(e){u=e.UniqueId,d=e.ParentList.Id})]).then(function(){var t=new w(h,"_layouts/15/getpreview.ashx");t.query.set("guidSite",""+l),t.query.set("guidWeb",""+c),t.query.set("guidFile",""+u),n.bannerImageUrl=t.toUrlAndQuery(),Object(o.q)(n._layoutPart.serverProcessedContent)||(n._layoutPart.serverProcessedContent={}),n._layoutPart.serverProcessedContent.imageSources={imageSource:r},Object(o.q)(n._layoutPart.serverProcessedContent.customMetadata)||(n._layoutPart.serverProcessedContent.customMetadata={}),n._layoutPart.serverProcessedContent.customMetadata.imageSource={listId:d,siteId:l,uniqueId:u,webId:c},n._layoutPart.properties.webId=c,n._layoutPart.properties.siteId=l,n._layoutPart.properties.listId=d,n._layoutPart.properties.uniqueId=u,e()}).catch(t)})})),this.json.IsPageCheckedOutToCurrentUser||(r=r.then(function(e){return t.initFrom(n,"_api/sitepages/pages("+n.json.Id+")/checkoutpage").postCore()})),r=r.then(function(e){var r=Object.assign(S("SP.Publishing.SitePage"),{AuthorByline:n.json.AuthorByline||[],BannerImageUrl:n.bannerImageUrl,CanvasContent1:n.getCanvasContent1(),LayoutWebpartsContent:n.getLayoutWebpartsContent(),Title:n.title,TopicHeader:n.topicHeader}),i=t.initFrom(n,"_api/sitepages/pages("+n.json.Id+")/savepage");return i.configure({headers:{"if-match":"*"}}),i.postCore({body:Object(o.n)(r)})}),e&&(r=r.then(function(e){return t.initFrom(n,"_api/sitepages/pages("+n.json.Id+")/publish").postCore()}).then(function(e){e&&(n.json.IsPageCheckedOutToCurrentUser=!1)})),r=r.then(function(e){n._bannerImageDirty=!1})},t.prototype.discardPageCheckout=function(){return u(this,void 0,void 0,function(){var e;return d(this,function(n){switch(n.label){case 0:if(null===this.json.Id)throw Error("The id for this page is null. If you want to create a new page, please use ClientSidePage.Create");return[4,t.initFrom(this,"_api/sitepages/pages("+this.json.Id+")/discardPage").postCore({body:Object(o.n)(S("SP.Publishing.SitePage"))})];case 1:return e=n.sent(),this.fromJSON(e),[2]}})})},t.prototype.promoteToNews=function(){return u(this,void 0,void 0,function(){return d(this,function(e){return[2,this.promoteNewsImpl("promoteToNews")]})})},t.prototype.enableComments=function(){var e=this;return this.setCommentsOn(!0).then(function(t){return e.commentsDisabled=!1,t})},t.prototype.disableComments=function(){var e=this;return this.setCommentsOn(!1).then(function(t){return e.commentsDisabled=!0,t})},t.prototype.findControlById=function(e){return this.findControl(function(t){return t.id===e})},t.prototype.findControl=function(e){for(var t=0;t3?{}:{zoneEmphasis:e}},t.prototype.setCommentsOn=function(e){return this.getItem().then(function(t){return new Ke(t,"SetCommentsDisabled("+!e+")").update({})})},t.prototype.promoteNewsImpl=function(e){return u(this,void 0,void 0,function(){return d(this,function(n){switch(n.label){case 0:return Object(o.s)(this.json.VersionInfo.LastVersionCreatedBy)&&new Date(this.json.VersionInfo.LastVersionCreated).getFullYear()<2e3?[4,this.save(!0)]:[3,2];case 1:n.sent(),n.label=2;case 2:if(null===this.json.Id)throw Error("The id for this page is null. If you want to create a new page, please use ClientSidePage.Create");return[4,t.initFrom(this,"_api/sitepages/pages("+this.json.Id+")/"+e).postCore({body:Object(o.n)(S("SP.Publishing.SitePage"))})];case 3:return[2,n.sent()]}})})},t.prototype.mergePartToTree=function(e,t){var n=null,r=12,i=0,a=0,s=1;t&&(Object(o.j)(t,"zoneIndex")&&(a=t.zoneIndex),Object(o.j)(t,"sectionIndex")&&(i=t.sectionIndex),Object(o.j)(t,"sectionFactor")&&(r=t.sectionFactor),Object(o.j)(t,"layoutIndex")&&(s=t.layoutIndex));var l=e.data&&e.data.emphasis&&e.data.emphasis.zoneEmphasis?e.data.emphasis.zoneEmphasis:0,c=this.getOrCreateSection(a,s,l),u=c.columns.filter(function(e){return e.order===i});n=u.length<1?c.addColumn(r,s):u[0],e.column=n,n.addControl(e)},t.prototype.mergeColumnToTree=function(e){var t=Object(o.j)(e.data,"position")&&Object(o.j)(e.data.position,"zoneIndex")?e.data.position.zoneIndex:0,n=Object(o.j)(e.data,"position")&&Object(o.j)(e.data.position,"layoutIndex")?e.data.position.layoutIndex:1,r=this.getOrCreateSection(t,n,e.data.emphasis.zoneEmphasis||0);e.section=r,r.columns.push(e)},t.prototype.getOrCreateSection=function(e,t,n){var o=null,r=this.sections.filter(function(n){return n.order===e&&n.layoutIndex===t});return r.length<1?((o=2===t?this.addVerticalSection():this.addSection()).order=e,o.emphasis=n):o=r[0],o},t.prototype.getItem=function(){for(var e=this,n=[],r=0;r")||(e=""+e+"
"),this.data.innerHTML=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"order",{get:function(){return this.data.position.controlIndex},set:function(e){this.data.position.controlIndex=e},enumerable:!0,configurable:!0}),t.prototype.onColumnChange=function(e){this.data.position.sectionFactor=e.factor,this.data.position.controlIndex=wt(e.controls),this.data.position.zoneIndex=e.data.position.zoneIndex,this.data.position.sectionIndex=e.order,this.data.position.layoutIndex=e.data.position.layoutIndex},t.Default={addedFromPersistedData:!1,anchorComponentId:"",controlType:4,displayMode:2,editorType:"CKEditor",emphasis:{},id:"",innerHTML:"",position:{controlIndex:1,layoutIndex:1,sectionFactor:12,sectionIndex:1,zoneIndex:1}},t}(Mt),Dt=function(e){function t(n){return void 0===n&&(n=JSON.parse(JSON.stringify(t.Default))),e.call(this,n)||this}return l(t,e),t.fromComponentDef=function(e){var n=new t;return n.import(e),n},Object.defineProperty(t.prototype,"title",{get:function(){return this.data.webPartData.title},set:function(e){this.data.webPartData.title=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"description",{get:function(){return this.data.webPartData.description},set:function(e){this.data.webPartData.description=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"order",{get:function(){return this.data.position.controlIndex},set:function(e){this.data.position.controlIndex=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this.data.reservedHeight},set:function(e){this.data.reservedHeight=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"width",{get:function(){return this.data.reservedWidth},set:function(e){this.data.reservedWidth=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"dataVersion",{get:function(){return this.data.webPartData.dataVersion},set:function(e){this.data.webPartData.dataVersion=e},enumerable:!0,configurable:!0}),t.prototype.setProperties=function(e){return this.data.webPartData.properties=Object(o.f)(this.data.webPartData.properties,e),this},t.prototype.getProperties=function(){return this.data.webPartData.properties},t.prototype.onColumnChange=function(e){this.data.position={controlIndex:wt(e.controls),layoutIndex:e.data.position.layoutIndex,sectionFactor:e.factor,sectionIndex:e.data.position.sectionIndex,zoneIndex:e.data.position.zoneIndex}},t.prototype.import=function(e){var t=Object(o.h)(),n=e.Id.replace(/^\{|\}$/g,"").toLowerCase(),r=JSON.parse(e.Manifest).preconfiguredEntries[0];this.setData(Object.assign({},this.data,{id:t,webPartData:{dataVersion:"1.0",description:r.description.default,id:n,instanceId:t,properties:r.properties,title:r.title.default},webPartId:n}))},t.Default={addedFromPersistedData:!1,controlType:3,displayMode:2,emphasis:{},id:null,position:{controlIndex:1,layoutIndex:1,sectionFactor:12,sectionIndex:1,zoneIndex:1},reservedHeight:500,reservedWidth:500,webPartData:null,webPartId:null},t}(Mt);new Map([["text","Querytext"],["template","QueryTemplate"],["sourceId","SourceId"],["trimDuplicatesIncludeId",""],["startRow",""],["rowLimit",""],["rankingModelId",""],["rowsPerPage",""],["selectProperties",""],["culture",""],["timeZoneId",""],["refinementFilters",""],["refiners",""],["hiddenConstraints",""],["sortList",""],["timeout",""],["hithighlightedProperties",""],["clientType",""],["personalizationData",""],["resultsURL",""],["queryTag",""],["properties",""],["queryTemplatePropertiesUrl",""],["reorderingRules",""],["hitHighlightedMultivaluePropertyLimit",""],["collapseSpecification",""],["uiLanguage",""],["desiredSnippetLength",""],["maxSnippetLength",""],["summaryLength",""]]),new Map([]);var Ot,Lt,Et,Ft=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.execute=function(e){var t=this,n=this.parseQuery(e),r=Object(o.n)({request:Object(o.f)(S("Microsoft.Office.Server.Search.REST.SearchRequest"),Object.assign({},n,{HitHighlightedProperties:this.fixArrProp(n.HitHighlightedProperties),Properties:this.fixArrProp(n.Properties),RefinementFilters:this.fixArrProp(n.RefinementFilters),ReorderingRules:this.fixArrProp(n.ReorderingRules),SelectProperties:this.fixArrProp(n.SelectProperties),SortList:this.fixArrProp(n.SortList)}))});if(this._useCaching){this._forceCaching=!0;var a="PnPjs.SearchWithCaching("+Object(o.i)(r)+")";Object(o.q)(this._cachingOptions)?/\/_api\/search\/postquery$/i.test(this._cachingOptions.key)&&(this._cachingOptions.key=a):this._cachingOptions=new i.c(a)}return this.postCore({body:r}).then(function(e){return new Nt(e,t.toUrl(),n)})},t.prototype.fixArrProp=function(e){return void 0===e?{results:[]}:(e=Object(o.k)(e)?e:[e],Object(o.j)(e,"results")?e:{results:e})},t.prototype.parseQuery=function(e){return"string"==typeof e?{Querytext:e}:e.toSearchQuery?e.toSearchQuery():e},t=c([I("_api/search/postquery")],t)}(C),Nt=function(){function e(e,t,n,o,r){void 0===o&&(o=null),void 0===r&&(r=null),this._url=t,this._query=n,this._raw=o,this._primary=r,this._raw=e.postquery?e.postquery:e}return Object.defineProperty(e.prototype,"ElapsedTime",{get:function(){return this.RawSearchResults.ElapsedTime},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"RowCount",{get:function(){return this.RawSearchResults.PrimaryQueryResult.RelevantResults.RowCount},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"TotalRows",{get:function(){return this.RawSearchResults.PrimaryQueryResult.RelevantResults.TotalRows},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"TotalRowsIncludingDuplicates",{get:function(){return this.RawSearchResults.PrimaryQueryResult.RelevantResults.TotalRowsIncludingDuplicates},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"RawSearchResults",{get:function(){return this._raw},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"PrimarySearchResults",{get:function(){return null===this._primary&&(this._primary=this.formatSearchResults(this._raw.PrimaryQueryResult.RelevantResults.Table.Rows)),this._primary},enumerable:!0,configurable:!0}),e.prototype.getPage=function(e,t){if(this.TotalRowsthis.TotalRows?Promise.resolve(null):new Ft(this._url,null).execute(r)},e.prototype.formatSearchResults=function(e){for(var t=new Array,n=0,o=e.results?e.results:e;n0&&(n.properties=Object(o.f)(n.properties,{To:{results:e.To}})),e.CC&&e.CC.length>0&&(n.properties=Object(o.f)(n.properties,{CC:{results:e.CC}})),e.BCC&&e.BCC.length>0&&(n.properties=Object(o.f)(n.properties,{BCC:{results:e.BCC}})),e.AdditionalHeaders&&(n.properties=Object(o.f)(n.properties,{AdditionalHeaders:e.AdditionalHeaders})),this.clone(t,"SendEmail",!0).excute(n)},t.prototype.getCurrentUserEmailAddresses=function(){return this.clone(t,"GetCurrentUserEmailAddresses",!0).excute({}).then(function(e){return Object(o.j)(e,"GetCurrentUserEmailAddresses")?e.GetCurrentUserEmailAddresses:e})},t.prototype.resolvePrincipal=function(e,n,r,i,a,s){void 0===s&&(s=!1);var l={addToUserInfoList:a,input:e,inputIsEmailOnly:i,matchUserInfoList:s,scopes:n,sources:r};return this.clone(t,"ResolvePrincipalInCurrentContext",!0).excute(l).then(function(e){return Object(o.j)(e,"ResolvePrincipalInCurrentContext")?e.ResolvePrincipalInCurrentContext:e})},t.prototype.searchPrincipals=function(e,n,r,i,a){var s={groupName:i,input:e,maxCount:a,scopes:n,sources:r};return this.clone(t,"SearchPrincipalsUsingContextWeb",!0).excute(s).then(function(e){return Object(o.j)(e,"SearchPrincipalsUsingContextWeb")?e.SearchPrincipalsUsingContextWeb:e})},t.prototype.createEmailBodyForInvitation=function(e){var n={pageAddress:e};return this.clone(t,"CreateEmailBodyForInvitation",!0).excute(n).then(function(e){return Object(o.j)(e,"CreateEmailBodyForInvitation")?e.CreateEmailBodyForInvitation:e})},t.prototype.expandGroupsToPrincipals=function(e,n){void 0===n&&(n=30);var r={inputs:e,maxCount:n};return this.clone(t,"ExpandGroupsToPrincipals",!0).excute(r).then(function(e){return Object(o.j)(e,"ExpandGroupsToPrincipals")?e.ExpandGroupsToPrincipals:e})},t.prototype.createWikiPage=function(e){return this.clone(t,"CreateWikiPageInContextWeb",!0).excute({parameters:e}).then(function(e){return{data:Object(o.j)(e,"CreateWikiPageInContextWeb")?e.CreateWikiPageInContextWeb:e,file:new $e(h(e))}})},t.prototype.containsInvalidFileFolderChars=function(e,n){return void 0===n&&(n=!1),n?(t.InvalidFileFolderNameCharsOnPremiseRegex.lastIndex=0,t.InvalidFileFolderNameCharsOnPremiseRegex.test(e)):(t.InvalidFileFolderNameCharsOnlineRegex.lastIndex=0,t.InvalidFileFolderNameCharsOnlineRegex.test(e))},t.prototype.stripInvalidFileFolderChars=function(e,n,o){return void 0===n&&(n=""),void 0===o&&(o=!1),o?e.replace(t.InvalidFileFolderNameCharsOnPremiseRegex,n):e.replace(t.InvalidFileFolderNameCharsOnlineRegex,n)},t.InvalidFileFolderNameCharsOnlineRegex=/["*:<>?\/\\|\x00-\x1f\x7f-\x9f]/g,t.InvalidFileFolderNameCharsOnPremiseRegex=/["#%*:<>?\/\\|\x00-\x1f\x7f-\x9f]/g,t}(w),Gt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.getById=function(e){return new qt(this,"GetById?hubSiteId='"+e+"'")},t=c([I("_api/hubsites")],t)}(k),qt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t}(C),Zt=new(function(){function e(e,t){void 0===e&&(e={}),void 0===t&&(t=""),this._options=e,this._baseUrl=t}return e.prototype.configure=function(t,n){return void 0===n&&(n=""),new e(t,n)},e.prototype.setup=function(e){!function(e){o.c.extend(e)}(e)},e.prototype.searchSuggest=function(e){var t;return t="string"==typeof e?{querytext:e}:e,this.create(Ht).execute(t)},e.prototype.search=function(e){return this.create(Ft).execute(e)},e.prototype.searchWithCaching=function(e,t){return this.create(Ft).usingCaching(t).execute(e)},Object.defineProperty(e.prototype,"site",{get:function(){return this.create(lt)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"web",{get:function(){return this.create(St)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"profiles",{get:function(){return this.create(zt)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"social",{get:function(){return this.create(Vt)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"navigation",{get:function(){return this.create(pt)},enumerable:!0,configurable:!0}),e.prototype.createBatch=function(){return this.web.createBatch()},Object.defineProperty(e.prototype,"utility",{get:function(){return this.create(Kt,"")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"siteScripts",{get:function(){return this.create(yt,"")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"siteDesigns",{get:function(){return this.create(bt,"")},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hubSites",{get:function(){return this.create(Gt)},enumerable:!0,configurable:!0}),e.prototype.getTenantAppCatalogWeb=function(){var e=this;return this.create(St,"_api/SP_TenantSettings_Current").get().then(function(t){return new St(t.CorporateCatalogUrl).configure(e._options)})},e.prototype.create=function(e,t){return new e(this._baseUrl,t).configure(this._options)},e}())}).call(t,n(51))},function(e,t,n){"use strict";n.d(t,"a",function(){return r});
+/**
+ * @license
+ * v1.3.11
+ * MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)
+ * Copyright (c) 2020 Microsoft
+ * docs: https://pnp.github.io/pnpjs/
+ * source: https://github.com/pnp/pnpjs
+ * bugs: https://github.com/pnp/pnpjs/issues
+ */
+var o,r=function(){function e(){}return Object.defineProperty(e,"activeLogLevel",{get:function(){return e.instance.activeLogLevel},set:function(t){e.instance.activeLogLevel=t},enumerable:!0,configurable:!0}),Object.defineProperty(e,"instance",{get:function(){return void 0!==e._instance&&null!==e._instance||(e._instance=new i),e._instance},enumerable:!0,configurable:!0}),e.subscribe=function(){for(var t=[],n=0;n=a&&(!t||s)?(c=n,u&&(o.clearTimeout(u),u=null),r=e.apply(o._parent,i)):null===u&&l&&(u=o.setTimeout(d,h)),r};return function(){for(var e=[],t=0;t=s&&(n=!0),d=t);var r=t-d,a=s-r,f=t-p,_=!1;return null!==u&&(f>=u&&h?_=!0:a=Math.min(a,u-f)),r>=s||_||n?m(t):null!==h&&e||!c||(h=o.setTimeout(g,a)),i},_=function(){return!!h},b=function(){for(var e=[],t=0;t0){var e=r.getDocument();e&&e.body&&1===a&&e.body.classList.remove(s),a--}},t.getScrollbarWidth=function(){if(void 0===o){var e=document.createElement("div");e.style.setProperty("width","100px"),e.style.setProperty("height","100px"),e.style.setProperty("overflow","scroll"),e.style.setProperty("position","absolute"),e.style.setProperty("top","-9999px"),document.body.appendChild(e),o=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return o},t.findScrollableParent=function(e){for(var n=e;n&&n!==document.body;){if("true"===n.getAttribute(t.DATA_IS_SCROLLABLE_ATTRIBUTE))return n;n=n.parentElement}for(n=e;n&&n!==document.body;){if("false"!==n.getAttribute(t.DATA_IS_SCROLLABLE_ATTRIBUTE)){var o=getComputedStyle(n),r=o?o.getPropertyValue("overflow-y"):"";if(r&&("scroll"===r||"auto"===r))return n}n=n.parentElement}return n&&n!==document.body||(n=window),n}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(92),i="left",a="right",s="@noflip",l=((o={})[i]=a,o[a]=i,o),c={"w-resize":"e-resize","sw-resize":"se-resize","nw-resize":"ne-resize"},u=d();function d(){return void 0===u&&(u="undefined"!=typeof document&&!!document.documentElement&&"rtl"===document.documentElement.getAttribute("dir")),u}t.setRTL=function(e){u!==e&&(r.Stylesheet.getInstance().resetKeys(),u=e)},t.getRTL=d,t.rtlifyRules=function(e,t){if(d()){var n=e[t];if(!n)return;var o=e[t+1];if("string"==typeof o&&o.indexOf(s)>=0)e[t+1]=o.replace(/\s*(?:\/\*\s*)?\@noflip\b(?:\s*\*\/)?\s*?/g,"");else if(n.indexOf(i)>=0)e[t]=n.replace(i,a);else if(n.indexOf(a)>=0)e[t]=n.replace(a,i);else if(String(o).indexOf(i)>=0)e[t+1]=o.replace(i,a);else if(String(o).indexOf(a)>=0)e[t+1]=o.replace(a,i);else if(l[n])e[t]=l[n];else if(c[o])e[t+1]=c[o];else switch(n){case"margin":case"padding":e[t+1]=function(e){if("string"==typeof e){var t=e.split(" ");if(4===t.length)return t[0]+" "+t[3]+" "+t[2]+" "+t[1]}return e}(o);break;case"box-shadow":e[t+1]=function(e,t){var n=e.split(" "),o=parseInt(n[t],10);return n[0]=n[0].replace(String(o),String(-1*o)),n.join(" ")}(o,0)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(92);t.extractStyleParts=function(){for(var e=[],t=0;t=0)e(s.split(" "));else{var l=i.argsFromClassName(s);l?e(l):-1===n.indexOf(s)&&n.push(s)}else Array.isArray(s)?e(s):"object"==typeof s&&r.push(s)}}(e),{classes:n,objects:r}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.concatStyleSets=function(){for(var e=[],t=0;t1?e[1]:""}return this.__className},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_disposables",{get:function(){return this.__disposables||(this.__disposables=[]),this.__disposables},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_async",{get:function(){return this.__async||(this.__async=new i.Async(this),this._disposables.push(this.__async)),this.__async},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"_events",{get:function(){return this.__events||(this.__events=new a.EventGroup(this),this._disposables.push(this.__events)),this.__events},enumerable:!0,configurable:!0}),t.prototype._resolveRef=function(e){var t=this;return this.__resolves||(this.__resolves={}),this.__resolves[e]||(this.__resolves[e]=function(n){return t[e]=n}),this.__resolves[e]},t.prototype._updateComponentRef=function(e,t){void 0===t&&(t={}),this._shouldUpdateComponentRef&&(!e&&t.componentRef||e&&e.componentRef!==t.componentRef)&&(e&&e.componentRef&&e.componentRef(null),t.componentRef&&t.componentRef(this))},t.prototype._warnDeprecations=function(e){s.warnDeprecations(this.className,this.props,e)},t.prototype._warnMutuallyExclusive=function(e){s.warnMutuallyExclusive(this.className,this.props,e)},t.prototype._warnConditionallyRequiredProps=function(e,t,n){s.warnConditionallyRequiredProps(this.className,this.props,e,t,n)},t}(r.Component);function d(e,t,n){var o=e[n],r=t[n];(o||r)&&(e[n]=function(){var e;return r&&(e=r.apply(this,arguments)),o!==r&&(e=o.apply(this,arguments)),e})}t.BaseComponent=u,t.nullRender=function(){return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=((o={})[38]=1,o[40]=1,o[37]=1,o[39]=1,o[36]=1,o[35]=1,o[9]=1,o[33]=1,o[34]=1,o);t.isDirectionalKeyCode=function(e){return!!r[e]},t.addDirectionalKeyCode=function(e){r[e]=1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.hoistStatics=function(e,t){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(64),i=n(2022);t.getLanguage=function(){if(void 0===o){var e=r.getDocument(),t=i.getItem("language");null!==t&&(o=t),void 0===o&&e&&(o=e.documentElement.getAttribute("lang")),void 0===o&&(o="en")}return o},t.setLanguage=function(e,t){void 0===t&&(t=!1);var n=r.getDocument();n&&n.documentElement.setAttribute("lang",e),t||i.setItem("language",e),o=e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(0),i=n(840),a=n(2034),s=n(841),l=n(8),c=n(18),u=l.classNamesFunction(),d=function(e){function t(t){var n=e.call(this,t)||this;return n.onImageLoadingStateChange=function(e){n.props.imageProps&&n.props.imageProps.onLoadingStateChange&&n.props.imageProps.onLoadingStateChange(e),e===s.ImageLoadState.error&&n.setState({imageLoadError:!0})},n.state={imageLoadError:!1},n}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.ariaLabel,n=e.className,s=e.getStyles,c=e.iconName,d=e.imageErrorAs,p=e.styles,h="string"==typeof c&&0===c.length,f=this.props.iconType===i.IconType.image||this.props.iconType===i.IconType.Image,m=this._getIconContent(c),g=m.iconClassName,_=m.children,b=u(s,{className:n,iconClassName:g,isImage:f,isPlaceholder:h,styles:p}),y=t?{"aria-label":t}:{role:"presentation","aria-hidden":!0},v=f?"div":"i",x=l.getNativeProps(this.props,l.htmlElementProperties),S=this.state.imageLoadError,w=o.__assign({},this.props.imageProps,{onLoadingStateChange:this.onImageLoadingStateChange}),k=S&&d||a.Image;return r.createElement(v,o.__assign({"data-icon-name":c},x,y,{className:b.root}),f?r.createElement(k,o.__assign({},w)):_)},t.prototype._getIconContent=function(e){var t=c.getIcon(e)||{subset:{className:void 0},code:void 0};return{children:t.code,iconClassName:t.subset.className}},t}(l.BaseComponent);t.IconBase=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.default=0]="default",e[e.image=1]="image",e[e.Default=1e5]="Default",e[e.Image=100001]="Image"}(t.IconType||(t.IconType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.center=0]="center",e[e.contain=1]="contain",e[e.cover=2]="cover",e[e.none=3]="none"}(t.ImageFit||(t.ImageFit={})),function(e){e[e.landscape=0]="landscape",e[e.portrait=1]="portrait"}(t.ImageCoverStyle||(t.ImageCoverStyle={})),function(e){e[e.notLoaded=0]="notLoaded",e[e.loaded=1]="loaded",e[e.error=2]="error",e[e.errorLoaded=3]="errorLoaded"}(t.ImageLoadState||(t.ImageLoadState={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(45);t.InjectionMode=o.InjectionMode,t.Stylesheet=o.Stylesheet,t.concatStyleSets=o.concatStyleSets,t.fontFace=o.fontFace,t.keyframes=o.keyframes,t.mergeStyleSets=o.mergeStyleSets,t.mergeStyles=o.mergeStyles},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(297),i=n(300),a=n(45),s=i.GlobalSettings.getValue("icons",{__options:{disableWarnings:!1,warnOnMissingIcons:!0},__remapped:{}});t.registerIcons=function(e,t){var n=o.__assign({},e,{isRegistered:!1,className:void 0}),r=e.icons;for(var i in t=t?o.__assign({},s.__options,t):s.__options,r)if(r.hasOwnProperty(i)){var a=r[i],l=i.toLowerCase();s[l]?u(i):s[l]={code:a,subset:n}}},t.registerIconAlias=function(e,t){s.__remapped[e.toLowerCase()]=t.toLowerCase()},t.getIcon=function(e){var t=void 0,n=s.__options;if(e=e?e.toLowerCase():"",e=s.__remapped[e]||e)if(t=s[e]){var o=t.subset;o.fontFace&&!o.isRegistered&&(a.fontFace(o.fontFace),o.className=a.mergeStyles(o.style,{fontFamily:o.fontFace.fontFamily,fontWeight:o.fontFace.fontWeight||"normal",fontStyle:o.fontFace.fontStyle||"normal"}).toString(),o.isRegistered=!0)}else!n.disableWarnings&&n.warnOnMissingIcons&&r.warn('The icon "'+e+'" was used but not registered. See http://aka.ms/fabric-icon-usage for more information.');return t},t.setIconOptions=function(e){s.__options=o.__assign({},s.__options,e)};var l=[],c=void 0;function u(e){var t=s.__options;t.disableWarnings||(l.push(e),void 0===c&&(c=setTimeout(function(){r.warn("Some icons were re-registered. Applications should only call registerIcons for any given icon once. Redefining what an icon is may have unintended consequences. Duplicates include: \n"+l.slice(0,10).join(", ")+(l.length>10?" (+ "+(l.length-10)+" more)":"")),c=void 0,l=[]},2e3)))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r,i=n(45),a=n(845),s=n(838),l="https://static2.sharepointonline.com/files/fabric/assets";function c(e,t,n,o){e="'"+e+"'";var r=void 0!==o?"local('"+o+"'),":"";i.fontFace({fontFamily:e,src:r+"url('"+t+".woff2') format('woff2'),url('"+t+".woff') format('woff')",fontWeight:n,fontStyle:"normal"})}function u(e,t,n,o,r){void 0===o&&(o="segoeui");var i=e+"/"+n+"/"+o;c(t,i+"-light",a.FontWeights.light,r&&r+" Light"),c(t,i+"-semilight",a.FontWeights.semilight,r&&r+" SemiLight"),c(t,i+"-regular",a.FontWeights.regular,r),c(t,i+"-semibold",a.FontWeights.semibold,r&&r+" SemiBold")}function d(e){if(e){var t=e+"/fonts";u(t,a.LocalizedFontNames.Thai,"leelawadeeui-thai","leelawadeeui"),u(t,a.LocalizedFontNames.Arabic,"segoeui-arabic"),u(t,a.LocalizedFontNames.Cyrillic,"segoeui-cyrillic"),u(t,a.LocalizedFontNames.EastEuropean,"segoeui-easteuropean"),u(t,a.LocalizedFontNames.Greek,"segoeui-greek"),u(t,a.LocalizedFontNames.Hebrew,"segoeui-hebrew"),u(t,a.LocalizedFontNames.Vietnamese,"segoeui-vietnamese"),u(t,a.LocalizedFontNames.WestEuropean,"segoeui-westeuropean","segoeui","Segoe UI"),u(t,a.LocalizedFontFamilies.Selawik,"selawik","selawik"),c("Leelawadee UI Web",t+"/leelawadeeui-thai/leelawadeeui-semilight",a.FontWeights.light),c("Leelawadee UI Web",t+"/leelawadeeui-thai/leelawadeeui-bold",a.FontWeights.semibold)}}t.DefaultFontStyles=a.createFontStyles(s.getLanguage()),t.registerDefaultFontFaces=d,d((o="undefined"!=typeof window?window:void 0,(r=o?o.FabricConfig:void 0)&&void 0!==r.fontBaseUrl?r.fontBaseUrl:l))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r,i="'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif";!function(e){e.Arabic="Segoe UI Web (Arabic)",e.Cyrillic="Segoe UI Web (Cyrillic)",e.EastEuropean="Segoe UI Web (East European)",e.Greek="Segoe UI Web (Greek)",e.Hebrew="Segoe UI Web (Hebrew)",e.Thai="Leelawadee UI Web",e.Vietnamese="Segoe UI Web (Vietnamese)",e.WestEuropean="Segoe UI Web (West European)",e.Selawik="Selawik Web"}(o=t.LocalizedFontNames||(t.LocalizedFontNames={})),function(e){e.Arabic="'"+o.Arabic+"'",e.ChineseSimplified="'Microsoft Yahei UI', Verdana, Simsun",e.ChineseTraditional="'Microsoft Jhenghei UI', Pmingliu",e.Cyrillic="'"+o.Cyrillic+"'",e.EastEuropean="'"+o.EastEuropean+"'",e.Greek="'"+o.Greek+"'",e.Hebrew="'"+o.Hebrew+"'",e.Hindi="'Nirmala UI'",e.Japanese="'Yu Gothic UI', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka",e.Korean="'Malgun Gothic', Gulim",e.Selawik="'"+o.Selawik+"'",e.Thai="'Leelawadee UI Web', 'Kmer UI'",e.Vietnamese="'"+o.Vietnamese+"'",e.WestEuropean="'"+o.WestEuropean+"'"}(r=t.LocalizedFontFamilies||(t.LocalizedFontFamilies={}));var a,s,l="'Segoe UI', '"+o.WestEuropean+"'",c={ar:r.Arabic,bg:r.Cyrillic,cs:r.EastEuropean,el:r.Greek,et:r.EastEuropean,he:r.Hebrew,hi:r.Hindi,hr:r.EastEuropean,hu:r.EastEuropean,ja:r.Japanese,kk:r.EastEuropean,ko:r.Korean,lt:r.EastEuropean,lv:r.EastEuropean,pl:r.EastEuropean,ru:r.Cyrillic,sk:r.EastEuropean,"sr-latn":r.EastEuropean,th:r.Thai,tr:r.EastEuropean,uk:r.Cyrillic,vi:r.Vietnamese,"zh-hans":r.ChineseSimplified,"zh-hant":r.ChineseTraditional};function u(e){return e+", "+i}function d(e,t,n){return{fontFamily:n,MozOsxFontSmoothing:"grayscale",WebkitFontSmoothing:"antialiased",fontSize:e,fontWeight:t}}!function(e){e.mini="10px",e.xSmall="11px",e.small="12px",e.smallPlus="13px",e.medium="14px",e.mediumPlus="15px",e.icon="16px",e.large="17px",e.xLarge="21px",e.xxLarge="28px",e.superLarge="42px",e.mega="72px"}(a=t.FontSizes||(t.FontSizes={})),function(e){e.light=100,e.semilight=300,e.regular=400,e.semibold=600,e.bold=700}(s=t.FontWeights||(t.FontWeights={})),function(e){e.xSmall="10px",e.small="12px",e.medium="16px",e.large="20px"}(t.IconFontSizes||(t.IconFontSizes={})),t.createFontStyles=function(e){var t=function(e){for(var t in c)if(c.hasOwnProperty(t)&&e&&0===t.indexOf(e))return c[t];return l}(e),n=u(t),o=n;return t===l&&(o=u(r.WestEuropean)),{tiny:d(a.mini,s.semibold,n),xSmall:d(a.xSmall,s.regular,n),small:d(a.small,s.regular,n),smallPlus:d(a.smallPlus,s.regular,n),medium:d(a.medium,s.regular,n),mediumPlus:d(a.mediumPlus,s.regular,n),large:d(a.large,s.semilight,o),xLarge:d(a.xLarge,s.light,n),xxLarge:d(a.xxLarge,s.light,n),superLarge:d(a.superLarge,s.light,n),mega:d(a.mega,s.light,n)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HighContrastSelector="@media screen and (-ms-high-contrast: active)",t.ScreenWidthMinSmall=320,t.ScreenWidthMinMedium=480,t.ScreenWidthMinLarge=640,t.ScreenWidthMinXLarge=1024,t.ScreenWidthMinXXLarge=1366,t.ScreenWidthMinXXXLarge=1920,t.ScreenWidthMaxSmall=t.ScreenWidthMinMedium-1,t.ScreenWidthMaxMedium=t.ScreenWidthMinLarge-1,t.ScreenWidthMaxLarge=t.ScreenWidthMinXLarge-1,t.ScreenWidthMaxXLarge=t.ScreenWidthMinXXLarge-1,t.ScreenWidthMaxXXLarge=t.ScreenWidthMinXXXLarge-1,t.getScreenSelector=function(e,t){return"@media only screen and (min-width: "+e+"px) and (max-width: "+t+"px)"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e.Nav=1,e.ScrollablePane=1,e.FocusStyle=1,e.Coachmark=1e3,e.Layer=1e6,e.KeytipLayer=1000001}(t.ZIndexes||(t.ZIndexes={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(18),r=n(8);t.getStyles=r.memoizeFunction(function(e,t){var n=e.semanticColors,r=e.palette,i=n.inputForegroundChecked,a=n.disabledBackground,s=n.smallInputBorder,l=n.inputBackgroundChecked,c=n.disabledBodyText,u=n.inputBorderHovered,d=n.inputBackgroundChecked,p=n.inputBackgroundCheckedHovered,h=n.inputBackgroundCheckedHovered,f=n.disabledBodyText,m=n.bodyText,g=n.disabledText,_={root:[o.getFocusStyle(e,-2),e.fonts.medium,{padding:"0",border:"none",background:"none",backgroundColor:"transparent",margin:"0",outline:"none",display:"block",cursor:"pointer"}],label:{display:"inline-flex",margin:"0 -4px",alignItems:"center",cursor:"pointer",position:"relative",textAlign:"left"},labelReversed:{flexDirection:"row-reverse",justifyContent:"flex-end"},labelDisabled:{cursor:"default"},checkbox:{display:"flex",flexShrink:0,alignItems:"center",justifyContent:"center",height:"20px",width:"20px",borderWidth:"1px",borderStyle:"solid",borderColor:s,margin:"0 4px",boxSizing:"border-box",transitionProperty:"background, border, border-color",transitionDuration:"200ms",transitionTimingFunction:"cubic-bezier(.4, 0, .23, 1)",userSelect:"none",overflow:"hidden"},checkboxHovered:{borderColor:u},checkboxFocused:{borderColor:u},checkboxChecked:{background:d,borderColor:l},checkboxCheckedHovered:{background:p,borderColor:h},checkboxCheckedFocused:{background:p,borderColor:h},checkboxDisabled:{borderColor:c},checkboxCheckedDisabled:{background:f,borderColor:c},checkmark:{opacity:"0",color:i},checkmarkChecked:{opacity:"1"},checkmarkDisabled:{},checkmarkCheckedDisabled:{opacity:"1",color:a},text:{color:m,margin:"0 4px",fontSize:o.FontSizes.medium},textHovered:{color:r.black},textFocused:{color:r.black},textDisabled:{color:g}};return o.concatStyleSets(_,t)})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.KTP_PREFIX="ktp",t.KTP_SEPARATOR="-",t.KTP_FULL_PREFIX=t.KTP_PREFIX+t.KTP_SEPARATOR,t.DATAKTP_TARGET="data-ktp-target",t.DATAKTP_EXECUTE_TARGET="data-ktp-execute-target",t.KTP_LAYER_ID="ktp-layer-id",t.KTP_ARIA_SEPARATOR=", ",function(e){e.KEYTIP_ADDED="keytipAdded",e.KEYTIP_REMOVED="keytipRemoved",e.KEYTIP_UPDATED="keytipUpdated",e.PERSISTED_KEYTIP_ADDED="persistedKeytipAdded",e.PERSISTED_KEYTIP_REMOVED="persistedKeytipRemoved",e.PERSISTED_KEYTIP_EXECUTE="persistedKeytipExecute",e.ENTER_KEYTIP_MODE="enterKeytipMode",e.EXIT_KEYTIP_MODE="exitKeytipMode"}(t.KeytipEvents||(t.KeytipEvents={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(7).__exportStar(n(2057),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.top=1]="top",e[e.bottom=-1]="bottom",e[e.left=2]="left",e[e.right=-2]="right"}(t.RectangleEdge||(t.RectangleEdge={})),function(e){e[e.top=0]="top",e[e.bottom=1]="bottom",e[e.start=2]="start",e[e.end=3]="end"}(t.Position||(t.Position={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(7).__exportStar(n(2064),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(8),r=n(303),i=n(2073);t.Layer=o.styled(r.LayerBase,i.getStyles)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.topLeftEdge=0]="topLeftEdge",e[e.topCenter=1]="topCenter",e[e.topRightEdge=2]="topRightEdge",e[e.topAutoEdge=3]="topAutoEdge",e[e.bottomLeftEdge=4]="bottomLeftEdge",e[e.bottomCenter=5]="bottomCenter",e[e.bottomRightEdge=6]="bottomRightEdge",e[e.bottomAutoEdge=7]="bottomAutoEdge",e[e.leftTopEdge=8]="leftTopEdge",e[e.leftCenter=9]="leftCenter",e[e.leftBottomEdge=10]="leftBottomEdge",e[e.rightTopEdge=11]="rightTopEdge",e[e.rightCenter=12]="rightCenter",e[e.rightBottomEdge=13]="rightBottomEdge"}(t.DirectionalHint||(t.DirectionalHint={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(7).__exportStar(n(2079),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(854);t.DirectionalHint=o.DirectionalHint,function(e){e[e.Normal=0]="Normal",e[e.Divider=1]="Divider",e[e.Header=2]="Header",e[e.Section=3]="Section"}(t.ContextualMenuItemType||(t.ContextualMenuItemType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(7).__exportStar(n(2083),t)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.none=0]="none",e[e.all=1]="all",e[e.inputOnly=2]="inputOnly"}(t.FocusZoneTabbableElements||(t.FocusZoneTabbableElements={})),function(e){e[e.vertical=0]="vertical",e[e.horizontal=1]="horizontal",e[e.bidirectional=2]="bidirectional"}(t.FocusZoneDirection||(t.FocusZoneDirection={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(860),r=n(2085),i=n(18),a=n(8);t.getSplitButtonVerticalDividerClassNames=a.memoizeFunction(function(e){return i.mergeStyleSets(o.getDividerClassNames(e),{divider:{height:16,width:1}})}),t.getContextualMenuClassNames=a.memoizeFunction(function(e,t){var n=r.getStyles(e);return i.mergeStyleSets({container:["ms-ContextualMenu-container",n.container,t,[{selectors:{":focus":{outline:0}}}]],root:["ms-ContextualMenu is-open",n.root],list:["ms-ContextualMenu-list is-open",n.list],header:["ms-ContextualMenu-header",n.header],title:n.title})}),t.getItemClassNames=a.memoizeFunction(function(e,t,n,o,a,s,l,c,u,d,p){var h=r.getMenuItemStyles(e);return i.mergeStyleSets({item:["ms-ContextualMenu-item",h.item,l],divider:["ms-ContextualMenu-divider",h.divider,c],root:["ms-ContextualMenu-link",h.root,o&&["is-checked",h.rootChecked],a&&h.anchorLink,n&&["is-expanded",h.rootExpanded],t&&["is-disabled",h.rootDisabled],!t&&!n&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],splitPrimary:[h.root,o&&["is-checked",h.rootChecked],(t||p)&&["is-disabled",h.rootDisabled],!(t||p)&&!o&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],splitMenu:[h.root,{width:32},n&&["is-expanded",h.rootExpanded],t&&["is-disabled",h.rootDisabled],!t&&!n&&[{selectors:{":hover":h.rootHovered,":active":h.rootPressed,".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused,".ms-Fabric--isFocusVisible &:hover":{background:"inherit;"}}}]],linkContent:["ms-ContextualMenu-linkContent",h.linkContent],linkContentMenu:["ms-ContextualMenu-linkContent",h.linkContent,{justifyContent:"center"}],icon:["ms-ContextualMenu-icon",s&&h.iconColor,h.icon,u,t&&["is-disabled",h.iconDisabled]],checkmarkIcon:["ms-ContextualMenu-checkmarkIcon",s&&h.checkmarkIcon,h.icon,u],subMenuIcon:["ms-ContextualMenu-submenuIcon",h.subMenuIcon,d],label:["ms-ContextualMenu-itemText",h.label],secondaryText:["ms-ContextualMenu-secondaryText",h.secondaryText],splitContainer:[h.splitButtonFlexContainer,!t&&!o&&[{selectors:{".ms-Fabric--isFocusVisible &:focus, .ms-Fabric--isFocusVisible &:focus:hover":h.rootFocused}}]]})})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(8),r=n(18);t.getDividerClassNames=o.memoizeFunction(function(e){return r.mergeStyleSets({wrapper:{display:"inline-flex",height:"100%",alignItems:"center"},divider:{width:1,height:"100%",backgroundColor:e.palette.neutralTertiaryAlt}})})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(7),i=n(0),a=n(2087),s=n(8);!function(e){e[e.small=0]="small",e[e.medium=1]="medium",e[e.large=2]="large",e[e.xLarge=3]="xLarge",e[e.xxLarge=4]="xxLarge",e[e.xxxLarge=5]="xxxLarge"}(o=t.ResponsiveMode||(t.ResponsiveMode={}));var l,c=[479,639,1023,1365,1919,99999999];t.setResponsiveMode=function(e){l=e},t.withResponsiveMode=function(e){var t=function(t){function n(e){var n=t.call(this,e)||this;return n._updateComposedComponentRef=n._updateComposedComponentRef.bind(n),n.state={responsiveMode:n._getResponsiveMode()},n}return r.__extends(n,t),n.prototype.componentDidMount=function(){var e=this;this._events.on(window,"resize",function(){var t=e._getResponsiveMode();t!==e.state.responsiveMode&&e.setState({responsiveMode:t})})},n.prototype.componentWillUnmount=function(){this._events.dispose()},n.prototype.render=function(){var t=this.state.responsiveMode;return i.createElement(e,r.__assign({ref:this._updateComposedComponentRef,responsiveMode:t},this.props))},n.prototype._getResponsiveMode=function(){var e=o.small,t=s.getWindow();if(void 0!==t)try{for(;t.innerWidth>c[e];)e++}catch(t){e=o.large}else{if(void 0===l)throw new Error("Content was rendered in a server environment without providing a default responsive mode. Call setResponsiveMode to define what the responsive mode is.");e=l}return e},n}(a.BaseDecorator);return s.hoistStatics(e,t)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.button=0]="button",e[e.anchor=1]="anchor"}(t.ElementType||(t.ElementType={})),function(e){e[e.normal=0]="normal",e[e.primary=1]="primary",e[e.hero=2]="hero",e[e.compound=3]="compound",e[e.command=4]="command",e[e.icon=5]="icon",e[e.default=6]="default"}(t.ButtonType||(t.ButtonType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(18);t.standardStyles=function(e){var t,n,r,i=e.semanticColors,a=i.buttonBackground,s=i.buttonBackgroundChecked,l=i.buttonBackgroundHovered,c=i.buttonText,u=i.buttonTextHovered,d=i.buttonTextChecked,p=i.buttonTextCheckedHovered;return{root:{backgroundColor:a,color:c},rootHovered:{backgroundColor:l,color:u,selectors:(t={},t[o.HighContrastSelector]={borderColor:"Highlight",color:"Highlight"},t)},rootPressed:{backgroundColor:s,color:d},rootExpanded:{backgroundColor:s,color:d},rootChecked:{backgroundColor:s,color:d},rootCheckedHovered:{backgroundColor:e.palette.neutralLight,color:p},splitButtonContainer:{selectors:(n={},n[o.HighContrastSelector]={border:"none"},n)},splitButtonMenuButton:{color:e.palette.white,backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLight,selectors:(r={},r[o.HighContrastSelector]={color:"Highlight"},r)}}},splitButtonMenuButtonDisabled:{backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLighter}}},splitButtonDivider:{backgroundColor:e.palette.neutralTertiaryAlt},splitButtonMenuButtonChecked:{backgroundColor:e.palette.themePrimary},splitButtonMenuButtonExpanded:{backgroundColor:e.palette.neutralLight},splitButtonMenuIcon:{color:e.palette.neutralPrimary},splitButtonMenuIconDisabled:{color:e.palette.neutralTertiary}}},t.primaryStyles=function(e){return{root:{backgroundColor:e.palette.themePrimary,color:e.palette.white,selectors:(t={},t[o.HighContrastSelector]={color:"Window",backgroundColor:"WindowText",MsHighContrastAdjust:"none"},t)},rootHovered:{backgroundColor:e.palette.themeDarkAlt,color:e.palette.white,selectors:(n={},n[o.HighContrastSelector]={color:"Window",backgroundColor:"Highlight"},n)},rootPressed:{backgroundColor:e.palette.themeDark,color:e.palette.white,selectors:(r={},r[o.HighContrastSelector]={color:"Window",backgroundColor:"WindowText",MsHighContrastAdjust:"none"},r)},rootExpanded:{backgroundColor:e.palette.themeDark,color:e.palette.white},rootChecked:{backgroundColor:e.palette.themeDark,color:e.palette.white},rootCheckedHovered:{backgroundColor:e.palette.themePrimary,color:e.palette.white},rootDisabled:{selectors:(i={},i[o.HighContrastSelector]={color:"GrayText",borderColor:"GrayText",backgroundColor:"Window"},i)},splitButtonContainer:{selectors:(a={},a[o.HighContrastSelector]={border:"none"},a)},splitButtonDivider:{backgroundColor:e.palette.themeLighter},splitButtonMenuButton:{backgroundColor:e.palette.themePrimary,color:e.palette.white,selectors:{":hover":{backgroundColor:e.palette.themeDark,selectors:(s={},s[o.HighContrastSelector]={color:"Highlight"},s)}}},splitButtonMenuButtonDisabled:{backgroundColor:e.palette.neutralLighter,selectors:{":hover":{backgroundColor:e.palette.neutralLighter}}},splitButtonMenuButtonChecked:{backgroundColor:e.palette.themeDark},splitButtonMenuButtonExpanded:{backgroundColor:e.palette.themeDark},splitButtonMenuIcon:{color:e.palette.white},splitButtonMenuIconDisabled:{color:e.palette.neutralTertiary}};var t,n,r,i,a,s}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(0),i=n(94),a=n(8),s=n(2100),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.primary,n=void 0!==t&&t,a=e.styles,l=e.theme;return r.createElement(i.BaseButton,o.__assign({},this.props,{variantClassName:n?"ms-Button--compoundPrimary":"ms-Button--compound",styles:s.getStyles(l,a,n)}))},t=o.__decorate([a.customizable("CompoundButton",["theme"])],t)}(a.BaseComponent);t.CompoundButton=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(0),i=n(94),a=n(8),s=n(2101),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){var e=this.props,t=e.styles,n=e.theme;return r.createElement(i.BaseButton,o.__assign({},this.props,{variantClassName:"ms-Button--icon",styles:s.getStyles(n,t),onRenderText:a.nullRender,onRenderDescription:a.nullRender}))},t=o.__decorate([a.customizable("IconButton",["theme"])],t)}(a.BaseComponent);t.IconButton=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(0),i=n(8),a=n(188),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._shouldUpdateComponentRef=!1,t}return o.__extends(t,e),t.prototype.render=function(){return r.createElement(a.DefaultButton,o.__assign({},this.props,{primary:!0,onRenderDescription:i.nullRender}))},t=o.__decorate([i.customizable("PrimaryButton",["theme"])],t)}(i.BaseComponent);t.PrimaryButton=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.smallFluid=0]="smallFluid",e[e.smallFixedFar=1]="smallFixedFar",e[e.smallFixedNear=2]="smallFixedNear",e[e.medium=3]="medium",e[e.large=4]="large",e[e.largeFixed=5]="largeFixed",e[e.extraLarge=6]="extraLarge",e[e.custom=7]="custom"}(t.PanelType||(t.PanelType={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(7),r=n(0),i=n(8),a=i.classNamesFunction(),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o.__extends(t,e),t.prototype.componentDidMount=function(){i.disableBodyScroll()},t.prototype.componentWillUnmount=function(){i.enableBodyScroll()},t.prototype.render=function(){var e=this.props,t=e.isDarkThemed,n=e.className,s=e.theme,l=e.getStyles,c=i.getNativeProps(this.props,i.divProperties),u=a(l,{theme:s,className:n,isDark:t});return r.createElement("div",o.__assign({},c,{className:u.root}))},t=o.__decorate([i.customizable("Overlay",["theme"])],t)}(i.BaseComponent);t.OverlayBase=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r=n(0),i=(n.n(r),n(30)),a=(n.n(i),n(34)),s=(n.n(a),n(190)),l=(n.n(s),n(306)),c=(n.n(l),n(874)),u=n(1986),d=(n.n(u),this&&this.__extends||(o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)})),p=window.__themeState__.theme,h=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return d(t,e),t.prototype.render=function(){var e=this,t=r.createElement(c.a,{title:this.properties.title,context:this.context,maxHeight:this.properties.maxHeight,showBox:this.properties.showBox,themeVariant:p,displayMode:this.displayMode,updateProperty:function(t){e.properties.title=t},refreshInterval:this.properties.refreshInterval,updatePresenceStatus:this.properties.updatePresenceStatus,userAttributes:this.properties.userAttributes,pageSize:this.properties.pageSize});i.render(t,this.domElement)},Object.defineProperty(t.prototype,"disableReactivePropertyChanges",{get:function(){return!0},enumerable:!1,configurable:!0}),t.prototype.onDispose=function(){i.unmountComponentAtNode(this.domElement)},Object.defineProperty(t.prototype,"dataVersion",{get:function(){return a.Version.parse("1.0")},enumerable:!1,configurable:!0}),t.prototype.getPropertyPaneConfiguration=function(){return{pages:[{header:{description:l.PropertyPaneDescription},groups:[{groupName:l.BasicGroupName,groupFields:[Object(s.PropertyPaneTextField)("title",{label:l.TitleFieldLabel,value:this.properties.title}),Object(s.PropertyPaneHorizontalRule)(),Object(s.PropertyPaneSlider)("maxHeight",{min:280,max:1200,value:this.properties.maxHeight,label:l.MaxHeightLabel}),Object(s.PropertyPaneHorizontalRule)(),Object(s.PropertyPaneToggle)("showBox",{label:l.ShowBoxLabel,key:"showBox",checked:this.properties.showBox}),Object(s.PropertyPaneHorizontalRule)(),Object(s.PropertyPaneLabel)("",{text:""}),Object(s.PropertyPaneHorizontalRule)(),Object(u.PropertyFieldMultiSelect)("userAttributes",{key:"userAttributes",label:l.UserAttributesLabel,options:[{key:"company",text:"Company"},{key:"officeLocation",text:"Office Location"},{key:"mobilePhone",text:"Mobile Phone"},{key:"imAddresses",text:"IMS Address"}],selectedKeys:this.properties.userAttributes}),Object(s.PropertyPaneLabel)("",{text:""}),Object(s.PropertyPaneHorizontalRule)(),Object(s.PropertyPaneSlider)("pageSize",{min:5,max:100,value:this.properties.pageSize,label:l.PageSizeLabel})]}]}]}},t}(s.BaseClientSideWebPart);t.default=h},function(e,t,n){"use strict";
+/** @license React v17.0.2
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */var o=n(305),r=60103,i=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var a=60109,s=60110,l=60112;t.Suspense=60113;var c=60115,u=60116;if("function"==typeof Symbol&&Symbol.for){var d=Symbol.for;r=d("react.element"),i=d("react.portal"),t.Fragment=d("react.fragment"),t.StrictMode=d("react.strict_mode"),t.Profiler=d("react.profiler"),a=d("react.provider"),s=d("react.context"),l=d("react.forward_ref"),t.Suspense=d("react.suspense"),c=d("react.memo"),u=d("react.lazy")}var p="function"==typeof Symbol&&Symbol.iterator;function h(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;nt}return!1}(t,n,r,o)&&(n=null),o||null===r?function(e){return!!h.call(m,e)||!h.call(f,e)&&(p.test(e)?m[e]=!0:(f[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):r.mustUseProperty?e[r.propertyName]=null===n?3!==r.type&&"":n:(t=r.attributeName,o=r.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(r=r.type)||4===r&&!0===n?"":""+n,o?e.setAttributeNS(o,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(b,y);_[t]=new g(t,1,!1,e,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(b,y);_[t]=new g(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(b,y);_[t]=new g(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){_[e]=new g(e,1,!1,e.toLowerCase(),null,!1,!1)}),_.xlinkHref=new g("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){_[e]=new g(e,1,!1,e.toLowerCase(),null,!0,!0)});var x=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,S=60103,w=60106,k=60107,C=60108,I=60114,P=60109,M=60110,T=60112,D=60113,O=60120,L=60115,E=60116,F=60121,N=60128,R=60129,A=60130,B=60131;if("function"==typeof Symbol&&Symbol.for){var j=Symbol.for;S=j("react.element"),w=j("react.portal"),k=j("react.fragment"),C=j("react.strict_mode"),I=j("react.profiler"),P=j("react.provider"),M=j("react.context"),T=j("react.forward_ref"),D=j("react.suspense"),O=j("react.suspense_list"),L=j("react.memo"),E=j("react.lazy"),F=j("react.block"),j("react.scope"),N=j("react.opaque.id"),R=j("react.debug_trace_mode"),A=j("react.offscreen"),B=j("react.legacy_hidden")}var H,z="function"==typeof Symbol&&Symbol.iterator;function W(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=z&&e[z]||e["@@iterator"])?e:null}function Y(e){if(void 0===H)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);H=t&&t[1]||""}return"\n"+H+e}var V=!1;function U(e,t){if(!e||V)return"";V=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var o=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){o=e}e.call(t.prototype)}else{try{throw Error()}catch(e){o=e}e()}}catch(e){if(e&&o&&"string"==typeof e.stack){for(var r=e.stack.split("\n"),i=o.stack.split("\n"),a=r.length-1,s=i.length-1;1<=a&&0<=s&&r[a]!==i[s];)s--;for(;1<=a&&0<=s;a--,s--)if(r[a]!==i[s]){if(1!==a||1!==s)do{if(a--,0>--s||r[a]!==i[s])return"\n"+r[a].replace(" at new "," at ")}while(1<=a&&0<=s);break}}}finally{V=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Y(e):""}function K(e){switch(e.tag){case 5:return Y(e.type);case 16:return Y("Lazy");case 13:return Y("Suspense");case 19:return Y("SuspenseList");case 0:case 2:case 15:return e=U(e.type,!1);case 11:return e=U(e.type.render,!1);case 22:return e=U(e.type._render,!1);case 1:return e=U(e.type,!0);default:return""}}function G(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case k:return"Fragment";case w:return"Portal";case I:return"Profiler";case C:return"StrictMode";case D:return"Suspense";case O:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case M:return(e.displayName||"Context")+".Consumer";case P:return(e._context.displayName||"Context")+".Provider";case T:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case L:return G(e.type);case F:return G(e._render);case E:t=e._payload,e=e._init;try{return G(e(t))}catch(e){}}return null}function q(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Z(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Q(e){e._valueTracker||(e._valueTracker=function(e){var t=Z(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),o=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var r=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return r.call(this)},set:function(e){o=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return o},setValue:function(e){o=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function J(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),o="";return e&&(o=Z(e)?e.checked?"true":"false":e.value),(e=o)!==n&&(t.setValue(e),!0)}function X(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function $(e,t){var n=t.checked;return r({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function ee(e,t){var n=null==t.defaultValue?"":t.defaultValue,o=null!=t.checked?t.checked:t.defaultChecked;n=q(null!=t.value?t.value:n),e._wrapperState={initialChecked:o,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function te(e,t){null!=(t=t.checked)&&v(e,"checked",t,!1)}function ne(e,t){te(e,t);var n=q(t.value),o=t.type;if(null!=n)"number"===o?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===o||"reset"===o)return void e.removeAttribute("value");t.hasOwnProperty("value")?re(e,t.type,n):t.hasOwnProperty("defaultValue")&&re(e,t.type,q(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function oe(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var o=t.type;if(!("submit"!==o&&"reset"!==o||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function re(e,t,n){"number"===t&&X(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function ie(e,t){return e=r({children:void 0},t),(t=function(e){var t="";return o.Children.forEach(e,function(e){null!=e&&(t+=e)}),t}(t.children))&&(e.children=t),e}function ae(e,t,n,o){if(e=e.options,t){t={};for(var r=0;r=n.length))throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:q(n)}}function ce(e,t){var n=q(t.value),o=q(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=o&&(e.defaultValue=""+o)}function ue(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var de={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function pe(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function he(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?pe(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var fe,me,ge=(me=function(e,t){if(e.namespaceURI!==de.svg||"innerHTML"in e)e.innerHTML=t;else{for((fe=fe||document.createElement("div")).innerHTML="",t=fe.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,o){MSApp.execUnsafeLocalFunction(function(){return me(e,t)})}:me);function _e(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var be={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ye=["Webkit","ms","Moz","O"];function ve(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||be.hasOwnProperty(e)&&be[e]?(""+t).trim():t+"px"}function xe(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var o=0===n.indexOf("--"),r=ve(n,t[n],o);"float"===n&&(n="cssFloat"),o?e.setProperty(n,r):e[n]=r}}Object.keys(be).forEach(function(e){ye.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),be[t]=be[e]})});var Se=r({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function we(e,t){if(t){if(Se[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if(!("object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(a(62))}}function ke(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Ce(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var Ie=null,Pe=null,Me=null;function Te(e){if(e=Xo(e)){if("function"!=typeof Ie)throw Error(a(280));var t=e.stateNode;t&&(t=er(t),Ie(e.stateNode,e.type,t))}}function De(e){Pe?Me?Me.push(e):Me=[e]:Pe=e}function Oe(){if(Pe){var e=Pe,t=Me;if(Me=Pe=null,Te(e),t)for(e=0;e(o=31-Wt(o))?0:1<n;n++)t.push(e);return t}function zt(e,t,n){e.pendingLanes|=t;var o=t-1;e.suspendedLanes&=o,e.pingedLanes&=o,(e=e.eventTimes)[t=31-Wt(t)]=n}var Wt=Math.clz32?Math.clz32:function(e){return 0===e?32:31-(Yt(e)/Vt|0)|0},Yt=Math.log,Vt=Math.LN2;var Ut=i.unstable_UserBlockingPriority,Kt=i.unstable_runWithPriority,Gt=!0;function qt(e,t,n,o){Re||Fe();var r=Qt,i=Re;Re=!0;try{Ee(r,e,t,n,o)}finally{(Re=i)||Be()}}function Zt(e,t,n,o){Kt(Ut,Qt.bind(null,e,t,n,o))}function Qt(e,t,n,o){var r;if(Gt)if((r=0==(4&t))&&0=En),Rn=String.fromCharCode(32),An=!1;function Bn(e,t){switch(e){case"keyup":return-1!==On.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function jn(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Hn=!1;var zn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Wn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!zn[e.type]:"textarea"===t}function Yn(e,t,n,o){De(o),0<(t=Lo(t,"onChange")).length&&(n=new dn("onChange","change",null,n,o),e.push({event:n,listeners:t}))}var Vn=null,Un=null;function Kn(e){ko(e,0)}function Gn(e){if(J($o(e)))return e}function qn(e,t){if("change"===e)return t}var Zn=!1;if(d){var Qn;if(d){var Jn="oninput"in document;if(!Jn){var Xn=document.createElement("div");Xn.setAttribute("oninput","return;"),Jn="function"==typeof Xn.oninput}Qn=Jn}else Qn=!1;Zn=Qn&&(!document.documentMode||9=t)return{node:o,offset:t-e};e=n}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=lo(o)}}function uo(){for(var e=window,t=X();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=X((e=t.contentWindow).document)}return t}function po(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var ho=d&&"documentMode"in document&&11>=document.documentMode,fo=null,mo=null,go=null,_o=!1;function bo(e,t,n){var o=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;_o||null==fo||fo!==X(o)||("selectionStart"in(o=fo)&&po(o)?o={start:o.selectionStart,end:o.selectionEnd}:o={anchorNode:(o=(o.ownerDocument&&o.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:o.anchorOffset,focusNode:o.focusNode,focusOffset:o.focusOffset},go&&so(go,o)||(go=o,0<(o=Lo(mo,"onSelect")).length&&(t=new dn("onSelect","select",null,t,n),e.push({event:t,listeners:o}),t.target=fo)))}Et("cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focusin focus focusout blur input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Et("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Et(Lt,2);for(var yo="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),vo=0;voor||(e.current=nr[or],nr[or]=null,or--)}function ar(e,t){nr[++or]=e.current,e.current=t}var sr={},lr=rr(sr),cr=rr(!1),ur=sr;function dr(e,t){var n=e.type.contextTypes;if(!n)return sr;var o=e.stateNode;if(o&&o.__reactInternalMemoizedUnmaskedChildContext===t)return o.__reactInternalMemoizedMaskedChildContext;var r,i={};for(r in n)i[r]=t[r];return o&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function pr(e){return null!=(e=e.childContextTypes)}function hr(){ir(cr),ir(lr)}function fr(e,t,n){if(lr.current!==sr)throw Error(a(168));ar(lr,t),ar(cr,n)}function mr(e,t,n){var o=e.stateNode;if(e=t.childContextTypes,"function"!=typeof o.getChildContext)return n;for(var i in o=o.getChildContext())if(!(i in e))throw Error(a(108,G(t)||"Unknown",i));return r({},n,o)}function gr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||sr,ur=lr.current,ar(lr,e),ar(cr,cr.current),!0}function _r(e,t,n){var o=e.stateNode;if(!o)throw Error(a(169));n?(e=mr(e,t,ur),o.__reactInternalMemoizedMergedChildContext=e,ir(cr),ir(lr),ar(lr,e)):ir(cr),ar(cr,n)}var br=null,yr=null,vr=i.unstable_runWithPriority,xr=i.unstable_scheduleCallback,Sr=i.unstable_cancelCallback,wr=i.unstable_shouldYield,kr=i.unstable_requestPaint,Cr=i.unstable_now,Ir=i.unstable_getCurrentPriorityLevel,Pr=i.unstable_ImmediatePriority,Mr=i.unstable_UserBlockingPriority,Tr=i.unstable_NormalPriority,Dr=i.unstable_LowPriority,Or=i.unstable_IdlePriority,Lr={},Er=void 0!==kr?kr:function(){},Fr=null,Nr=null,Rr=!1,Ar=Cr(),Br=1e4>Ar?Cr:function(){return Cr()-Ar};function jr(){switch(Ir()){case Pr:return 99;case Mr:return 98;case Tr:return 97;case Dr:return 96;case Or:return 95;default:throw Error(a(332))}}function Hr(e){switch(e){case 99:return Pr;case 98:return Mr;case 97:return Tr;case 96:return Dr;case 95:return Or;default:throw Error(a(332))}}function zr(e,t){return e=Hr(e),vr(e,t)}function Wr(e,t,n){return e=Hr(e),xr(e,t,n)}function Yr(){if(null!==Nr){var e=Nr;Nr=null,Sr(e)}Vr()}function Vr(){if(!Rr&&null!==Fr){Rr=!0;var e=0;try{var t=Fr;zr(99,function(){for(;em?(g=d,d=null):g=d.sibling;var _=h(r,d,s[m],l);if(null===_){null===d&&(d=g);break}e&&d&&null===_.alternate&&t(r,d),a=i(_,a,m),null===u?c=_:u.sibling=_,u=_,d=g}if(m===s.length)return n(r,d),c;if(null===d){for(;mg?(_=m,m=null):_=m.sibling;var y=h(r,m,b.value,c);if(null===y){null===m&&(m=_);break}e&&m&&null===y.alternate&&t(r,m),s=i(y,s,g),null===d?u=y:d.sibling=y,d=y,m=_}if(b.done)return n(r,m),u;if(null===m){for(;!b.done;g++,b=l.next())null!==(b=p(r,b.value,c))&&(s=i(b,s,g),null===d?u=b:d.sibling=b,d=b);return u}for(m=o(r,m);!b.done;g++,b=l.next())null!==(b=f(m,r,g,b.value,c))&&(e&&null!==b.alternate&&m.delete(null===b.key?g:b.key),s=i(b,s,g),null===d?u=b:d.sibling=b,d=b);return e&&m.forEach(function(e){return t(r,e)}),u}return function(e,o,i,l){var c="object"==typeof i&&null!==i&&i.type===k&&null===i.key;c&&(i=i.props.children);var u="object"==typeof i&&null!==i;if(u)switch(i.$$typeof){case S:e:{for(u=i.key,c=o;null!==c;){if(c.key===u){switch(c.tag){case 7:if(i.type===k){n(e,c.sibling),(o=r(c,i.props.children)).return=e,e=o;break e}break;default:if(c.elementType===i.type){n(e,c.sibling),(o=r(c,i.props)).ref=bi(e,c,i),o.return=e,e=o;break e}}n(e,c);break}t(e,c),c=c.sibling}i.type===k?((o=Al(i.props.children,e.mode,l,i.key)).return=e,e=o):((l=Rl(i.type,i.key,i.props,null,e.mode,l)).ref=bi(e,o,i),l.return=e,e=l)}return s(e);case w:e:{for(c=i.key;null!==o;){if(o.key===c){if(4===o.tag&&o.stateNode.containerInfo===i.containerInfo&&o.stateNode.implementation===i.implementation){n(e,o.sibling),(o=r(o,i.children||[])).return=e,e=o;break e}n(e,o);break}t(e,o),o=o.sibling}(o=Hl(i,e.mode,l)).return=e,e=o}return s(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==o&&6===o.tag?(n(e,o.sibling),(o=r(o,i)).return=e,e=o):(n(e,o),(o=jl(i,e.mode,l)).return=e,e=o),s(e);if(_i(i))return m(e,o,i,l);if(W(i))return g(e,o,i,l);if(u&&yi(e,i),void 0===i&&!c)switch(e.tag){case 1:case 22:case 0:case 11:case 15:throw Error(a(152,G(e.type)||"Component"))}return n(e,o)}}var xi=vi(!0),Si=vi(!1),wi={},ki=rr(wi),Ci=rr(wi),Ii=rr(wi);function Pi(e){if(e===wi)throw Error(a(174));return e}function Mi(e,t){switch(ar(Ii,t),ar(Ci,e),ar(ki,wi),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:he(null,"");break;default:t=he(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}ir(ki),ar(ki,t)}function Ti(){ir(ki),ir(Ci),ir(Ii)}function Di(e){Pi(Ii.current);var t=Pi(ki.current),n=he(t,e.type);t!==n&&(ar(Ci,e),ar(ki,n))}function Oi(e){Ci.current===e&&(ir(ki),ir(Ci))}var Li=rr(0);function Ei(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(64&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Fi=null,Ni=null,Ri=!1;function Ai(e,t){var n=El(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.flags=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Bi(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function ji(e){if(Ri){var t=Ni;if(t){var n=t;if(!Bi(e,t)){if(!(t=Yo(n.nextSibling))||!Bi(e,t))return e.flags=-1025&e.flags|2,Ri=!1,void(Fi=e);Ai(Fi,n)}Fi=e,Ni=Yo(t.firstChild)}else e.flags=-1025&e.flags|2,Ri=!1,Fi=e}}function Hi(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;Fi=e}function zi(e){if(e!==Fi)return!1;if(!Ri)return Hi(e),Ri=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!jo(t,e.memoizedProps))for(t=Ni;t;)Ai(e,t),t=Yo(t.nextSibling);if(Hi(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){Ni=Yo(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}Ni=null}}else Ni=Fi?Yo(e.stateNode.nextSibling):null;return!0}function Wi(){Ni=Fi=null,Ri=!1}var Yi=[];function Vi(){for(var e=0;ei))throw Error(a(301));i+=1,Qi=Zi=null,t.updateQueue=null,Ui.current=Ma,e=n(o,r)}while(Xi)}if(Ui.current=Ca,t=null!==Zi&&null!==Zi.next,Gi=0,Qi=Zi=qi=null,Ji=!1,t)throw Error(a(300));return e}function na(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Qi?qi.memoizedState=Qi=e:Qi=Qi.next=e,Qi}function oa(){if(null===Zi){var e=qi.alternate;e=null!==e?e.memoizedState:null}else e=Zi.next;var t=null===Qi?qi.memoizedState:Qi.next;if(null!==t)Qi=t,Zi=e;else{if(null===e)throw Error(a(310));e={memoizedState:(Zi=e).memoizedState,baseState:Zi.baseState,baseQueue:Zi.baseQueue,queue:Zi.queue,next:null},null===Qi?qi.memoizedState=Qi=e:Qi=Qi.next=e}return Qi}function ra(e,t){return"function"==typeof t?t(e):t}function ia(e){var t=oa(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var o=Zi,r=o.baseQueue,i=n.pending;if(null!==i){if(null!==r){var s=r.next;r.next=i.next,i.next=s}o.baseQueue=r=i,n.pending=null}if(null!==r){r=r.next,o=o.baseState;var l=s=i=null,c=r;do{var u=c.lane;if((Gi&u)===u)null!==l&&(l=l.next={lane:0,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null}),o=c.eagerReducer===e?c.eagerState:e(o,c.action);else{var d={lane:u,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null};null===l?(s=l=d,i=o):l=l.next=d,qi.lanes|=u,Es|=u}c=c.next}while(null!==c&&c!==r);null===l?i=o:l.next=s,io(o,t.memoizedState)||(Da=!0),t.memoizedState=o,t.baseState=i,t.baseQueue=l,n.lastRenderedState=o}return[t.memoizedState,n.dispatch]}function aa(e){var t=oa(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var o=n.dispatch,r=n.pending,i=t.memoizedState;if(null!==r){n.pending=null;var s=r=r.next;do{i=e(i,s.action),s=s.next}while(s!==r);io(i,t.memoizedState)||(Da=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,o]}function sa(e,t,n){var o=t._getVersion;o=o(t._source);var r=t._workInProgressVersionPrimary;if(null!==r?e=r===o:(e=e.mutableReadLanes,(e=(Gi&e)===e)&&(t._workInProgressVersionPrimary=o,Yi.push(t))),e)return n(t._source);throw Yi.push(t),Error(a(350))}function la(e,t,n,o){var r=Cs;if(null===r)throw Error(a(349));var i=t._getVersion,s=i(t._source),l=Ui.current,c=l.useState(function(){return sa(r,t,n)}),u=c[1],d=c[0];c=Qi;var p=e.memoizedState,h=p.refs,f=h.getSnapshot,m=p.source;p=p.subscribe;var g=qi;return e.memoizedState={refs:h,source:t,subscribe:o},l.useEffect(function(){h.getSnapshot=n,h.setSnapshot=u;var e=i(t._source);if(!io(s,e)){e=n(t._source),io(d,e)||(u(e),e=il(g),r.mutableReadLanes|=e&r.pendingLanes),e=r.mutableReadLanes,r.entangledLanes|=e;for(var o=r.entanglements,a=e;0n?98:n,function(){e(!0)}),zr(97<\/script>",e=e.removeChild(e.firstChild)):"string"==typeof o.is?e=c.createElement(n,{is:o.is}):(e=c.createElement(n),"select"===n&&(c=e,o.multiple?c.multiple=!0:o.size&&(c.size=o.size))):e=c.createElementNS(e,n),e[Go]=t,e[qo]=o,za(e,t,!1,!1),t.stateNode=e,c=ke(n,o),n){case"dialog":Co("cancel",e),Co("close",e),i=o;break;case"iframe":case"object":case"embed":Co("load",e),i=o;break;case"video":case"audio":for(i=0;iBs&&(t.flags|=64,s=!0,es(o,!1),t.lanes=33554432)}else{if(!s)if(null!==(e=Ei(c))){if(t.flags|=64,s=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),es(o,!0),null===o.tail&&"hidden"===o.tailMode&&!c.alternate&&!Ri)return null!==(t=t.lastEffect=o.lastEffect)&&(t.nextEffect=null),null}else 2*Br()-o.renderingStartTime>Bs&&1073741824!==n&&(t.flags|=64,s=!0,es(o,!1),t.lanes=33554432);o.isBackwards?(c.sibling=t.child,t.child=c):(null!==(n=o.last)?n.sibling=c:t.child=c,o.last=c)}return null!==o.tail?(n=o.tail,o.rendering=n,o.tail=n.sibling,o.lastEffect=t.lastEffect,o.renderingStartTime=Br(),n.sibling=null,t=Li.current,ar(Li,s?1&t|2:1&t),n):null;case 23:case 24:return fl(),null!==e&&null!==e.memoizedState!=(null!==t.memoizedState)&&"unstable-defer-without-hiding"!==o.mode&&(t.flags|=4),null}throw Error(a(156,t.tag))}function ns(e){switch(e.tag){case 1:pr(e.type)&&hr();var t=e.flags;return 4096&t?(e.flags=-4097&t|64,e):null;case 3:if(Ti(),ir(cr),ir(lr),Vi(),0!=(64&(t=e.flags)))throw Error(a(285));return e.flags=-4097&t|64,e;case 5:return Oi(e),null;case 13:return ir(Li),4096&(t=e.flags)?(e.flags=-4097&t|64,e):null;case 19:return ir(Li),null;case 4:return Ti(),null;case 10:return Xr(e),null;case 23:case 24:return fl(),null;default:return null}}function os(e,t){try{var n="",o=t;do{n+=K(o),o=o.return}while(o);var r=n}catch(e){r="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:r}}function rs(e,t){try{console.error(t.value)}catch(e){setTimeout(function(){throw e})}}za=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Wa=function(){},Ya=function(e,t,n,o){var i=e.memoizedProps;if(i!==o){e=t.stateNode,Pi(ki.current);var a,s=null;switch(n){case"input":i=$(e,i),o=$(e,o),s=[];break;case"option":i=ie(e,i),o=ie(e,o),s=[];break;case"select":i=r({},i,{value:void 0}),o=r({},o,{value:void 0}),s=[];break;case"textarea":i=se(e,i),o=se(e,o),s=[];break;default:"function"!=typeof i.onClick&&"function"==typeof o.onClick&&(e.onclick=No)}for(d in we(n,o),n=null,i)if(!o.hasOwnProperty(d)&&i.hasOwnProperty(d)&&null!=i[d])if("style"===d){var c=i[d];for(a in c)c.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else"dangerouslySetInnerHTML"!==d&&"children"!==d&&"suppressContentEditableWarning"!==d&&"suppressHydrationWarning"!==d&&"autoFocus"!==d&&(l.hasOwnProperty(d)?s||(s=[]):(s=s||[]).push(d,null));for(d in o){var u=o[d];if(c=null!=i?i[d]:void 0,o.hasOwnProperty(d)&&u!==c&&(null!=u||null!=c))if("style"===d)if(c){for(a in c)!c.hasOwnProperty(a)||u&&u.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in u)u.hasOwnProperty(a)&&c[a]!==u[a]&&(n||(n={}),n[a]=u[a])}else n||(s||(s=[]),s.push(d,n)),n=u;else"dangerouslySetInnerHTML"===d?(u=u?u.__html:void 0,c=c?c.__html:void 0,null!=u&&c!==u&&(s=s||[]).push(d,u)):"children"===d?"string"!=typeof u&&"number"!=typeof u||(s=s||[]).push(d,""+u):"suppressContentEditableWarning"!==d&&"suppressHydrationWarning"!==d&&(l.hasOwnProperty(d)?(null!=u&&"onScroll"===d&&Co("scroll",e),s||c===u||(s=[])):"object"==typeof u&&null!==u&&u.$$typeof===N?u.toString():(s=s||[]).push(d,u))}n&&(s=s||[]).push("style",n);var d=s;(t.updateQueue=d)&&(t.flags|=4)}},Va=function(e,t,n,o){n!==o&&(t.flags|=4)};var is="function"==typeof WeakMap?WeakMap:Map;function as(e,t,n){(n=ii(-1,n)).tag=3,n.payload={element:null};var o=t.value;return n.callback=function(){Ws||(Ws=!0,Ys=o),rs(0,t)},n}function ss(e,t,n){(n=ii(-1,n)).tag=3;var o=e.type.getDerivedStateFromError;if("function"==typeof o){var r=t.value;n.payload=function(){return rs(0,t),o(r)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof o&&(null===Vs?Vs=new Set([this]):Vs.add(this),rs(0,t));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}var ls="function"==typeof WeakSet?WeakSet:Set;function cs(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(t){Dl(e,t)}else t.current=null}function us(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.flags&&null!==e){var n=e.memoizedProps,o=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Kr(t.type,n),o),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:return void(256&t.flags&&Wo(t.stateNode.containerInfo));case 5:case 6:case 4:case 17:return}throw Error(a(163))}function ds(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:if(null!==(t=null!==(t=n.updateQueue)?t.lastEffect:null)){e=t=t.next;do{if(3==(3&e.tag)){var o=e.create;e.destroy=o()}e=e.next}while(e!==t)}if(null!==(t=null!==(t=n.updateQueue)?t.lastEffect:null)){e=t=t.next;do{var r=e;o=r.next,0!=(4&(r=r.tag))&&0!=(1&r)&&(Pl(n,e),Il(n,e)),e=o}while(e!==t)}return;case 1:return e=n.stateNode,4&n.flags&&(null===t?e.componentDidMount():(o=n.elementType===n.type?t.memoizedProps:Kr(n.type,t.memoizedProps),e.componentDidUpdate(o,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate))),void(null!==(t=n.updateQueue)&&ci(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}ci(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.flags&&Bo(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&vt(n)))));case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(a(163))}function ps(e,t){for(var n=e;;){if(5===n.tag){var o=n.stateNode;if(t)"function"==typeof(o=o.style).setProperty?o.setProperty("display","none","important"):o.display="none";else{o=n.stateNode;var r=n.memoizedProps.style;r=null!=r&&r.hasOwnProperty("display")?r.display:null,o.style.display=ve("display",r)}}else if(6===n.tag)n.stateNode.nodeValue=t?"":n.memoizedProps;else if((23!==n.tag&&24!==n.tag||null===n.memoizedState||n===e)&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===e)break;for(;null===n.sibling;){if(null===n.return||n.return===e)return;n=n.return}n.sibling.return=n.return,n=n.sibling}}function hs(e,t){if(yr&&"function"==typeof yr.onCommitFiberUnmount)try{yr.onCommitFiberUnmount(br,t)}catch(e){}switch(t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var n=e=e.next;do{var o=n,r=o.destroy;if(o=o.tag,void 0!==r)if(0!=(4&o))Pl(t,n);else{o=t;try{r()}catch(e){Dl(o,e)}}n=n.next}while(n!==e)}break;case 1:if(cs(t),"function"==typeof(e=t.stateNode).componentWillUnmount)try{e.props=t.memoizedProps,e.state=t.memoizedState,e.componentWillUnmount()}catch(e){Dl(t,e)}break;case 5:cs(t);break;case 4:_s(e,t)}}function fs(e){e.alternate=null,e.child=null,e.dependencies=null,e.firstEffect=null,e.lastEffect=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.return=null,e.updateQueue=null}function ms(e){return 5===e.tag||3===e.tag||4===e.tag}function gs(e){e:{for(var t=e.return;null!==t;){if(ms(t))break e;t=t.return}throw Error(a(160))}var n=t;switch(t=n.stateNode,n.tag){case 5:var o=!1;break;case 3:case 4:t=t.containerInfo,o=!0;break;default:throw Error(a(161))}16&n.flags&&(_e(t,""),n.flags&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||ms(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.flags)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.flags)){n=n.stateNode;break e}}o?function e(t,n,o){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===o.nodeType?o.parentNode.insertBefore(t,n):o.insertBefore(t,n):(8===o.nodeType?(n=o.parentNode,n.insertBefore(t,o)):(n=o,n.appendChild(t)),o=o._reactRootContainer,null!=o||null!==n.onclick||(n.onclick=No));else if(4!==r&&(t=t.child,null!==t))for(e(t,n,o),t=t.sibling;null!==t;)e(t,n,o),t=t.sibling}(e,n,t):function e(t,n,o){var r=t.tag,i=5===r||6===r;if(i)t=i?t.stateNode:t.stateNode.instance,n?o.insertBefore(t,n):o.appendChild(t);else if(4!==r&&(t=t.child,null!==t))for(e(t,n,o),t=t.sibling;null!==t;)e(t,n,o),t=t.sibling}(e,n,t)}function _s(e,t){for(var n,o,r=t,i=!1;;){if(!i){i=r.return;e:for(;;){if(null===i)throw Error(a(160));switch(n=i.stateNode,i.tag){case 5:o=!1;break e;case 3:case 4:n=n.containerInfo,o=!0;break e}i=i.return}i=!0}if(5===r.tag||6===r.tag){e:for(var s=e,l=r,c=l;;)if(hs(s,c),null!==c.child&&4!==c.tag)c.child.return=c,c=c.child;else{if(c===l)break e;for(;null===c.sibling;){if(null===c.return||c.return===l)break e;c=c.return}c.sibling.return=c.return,c=c.sibling}o?(s=n,l=r.stateNode,8===s.nodeType?s.parentNode.removeChild(l):s.removeChild(l)):n.removeChild(r.stateNode)}else if(4===r.tag){if(null!==r.child){n=r.stateNode.containerInfo,o=!0,r.child.return=r,r=r.child;continue}}else if(hs(e,r),null!==r.child){r.child.return=r,r=r.child;continue}if(r===t)break;for(;null===r.sibling;){if(null===r.return||r.return===t)return;4===(r=r.return).tag&&(i=!1)}r.sibling.return=r.return,r=r.sibling}}function bs(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffect:null)){var o=n=n.next;do{3==(3&o.tag)&&(e=o.destroy,o.destroy=void 0,void 0!==e&&e()),o=o.next}while(o!==n)}return;case 1:return;case 5:if(null!=(n=t.stateNode)){o=t.memoizedProps;var r=null!==e?e.memoizedProps:o;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[qo]=o,"input"===e&&"radio"===o.type&&null!=o.name&&te(n,o),ke(e,r),t=ke(e,o),r=0;ri&&(i=l),o&=~s}if(o=i,10<(o=(120>(o=Br()-o)?120:480>o?480:1080>o?1080:1920>o?1920:3e3>o?3e3:4320>o?4320:1960*xs(o/1960))-o)){t.timeoutHandle=Ho(wl.bind(null,t),o);break}wl(t);break;case 5:wl(t);break;default:throw Error(a(329))}}ll(t,Br());return t.callbackNode===n?e.bind(null,t):null}.bind(null,e)),e.callbackPriority=t,e.callbackNode=n}}function cl(e,t){for(t&=~Ns,t&=~Fs,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0 component higher in the tree to provide a loading indicator or placeholder to display.")}5!==Ds&&(Ds=2),l=os(l,s),p=a;do{switch(p.tag){case 3:i=l,p.flags|=4096,t&=-t,p.lanes|=t,si(p,as(0,i,t));break e;case 1:i=l;var x=p.type,S=p.stateNode;if(0==(64&p.flags)&&("function"==typeof x.getDerivedStateFromError||null!==S&&"function"==typeof S.componentDidCatch&&(null===Vs||!Vs.has(S)))){p.flags|=4096,t&=-t,p.lanes|=t,si(p,ss(p,i,t));break e}}p=p.return}while(null!==p)}Sl(n)}catch(e){t=e,Is===n&&null!==n&&(Is=n=n.return);continue}break}}function _l(){var e=Ss.current;return Ss.current=Ca,null===e?Ca:e}function bl(e,t){var n=ks;ks|=16;var o=_l();for(Cs===e&&Ps===t||ml(e,t);;)try{yl();break}catch(t){gl(e,t)}if(Jr(),ks=n,Ss.current=o,null!==Is)throw Error(a(261));return Cs=null,Ps=0,Ds}function yl(){for(;null!==Is;)xl(Is)}function vl(){for(;null!==Is&&!wr();)xl(Is)}function xl(e){var t=Hs(e.alternate,e,Ms);e.memoizedProps=e.pendingProps,null===t?Sl(e):Is=t,ws.current=null}function Sl(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(2048&t.flags)){if(null!==(n=ts(n,t,Ms)))return void(Is=n);if(24!==(n=t).tag&&23!==n.tag||null===n.memoizedState||0!=(1073741824&Ms)||0==(4&n.mode)){for(var o=0,r=n.child;null!==r;)o|=r.lanes|r.childLanes,r=r.sibling;n.childLanes=o}null!==e&&0==(2048&e.flags)&&(null===e.firstEffect&&(e.firstEffect=t.firstEffect),null!==t.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=t.firstEffect),e.lastEffect=t.lastEffect),1s&&(l=s,s=S,S=l),l=co(y,S),i=co(y,s),l&&i&&(1!==x.rangeCount||x.anchorNode!==l.node||x.anchorOffset!==l.offset||x.focusNode!==i.node||x.focusOffset!==i.offset)&&((v=v.createRange()).setStart(l.node,l.offset),x.removeAllRanges(),S>s?(x.addRange(v),x.extend(i.node,i.offset)):(v.setEnd(i.node,i.offset),x.addRange(v))))),v=[];for(x=y;x=x.parentNode;)1===x.nodeType&&v.push({element:x,left:x.scrollLeft,top:x.scrollTop});for("function"==typeof y.focus&&y.focus(),y=0;yBr()-As?ml(e,0):Ns|=n),ll(e,t)}function Ll(e,t,n,o){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=o,this.flags=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childLanes=this.lanes=0,this.alternate=null}function El(e,t,n,o){return new Ll(e,t,n,o)}function Fl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Nl(e,t){var n=e.alternate;return null===n?((n=El(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Rl(e,t,n,o,r,i){var s=2;if(o=e,"function"==typeof e)Fl(e)&&(s=1);else if("string"==typeof e)s=5;else e:switch(e){case k:return Al(n.children,r,i,t);case R:s=8,r|=16;break;case C:s=8,r|=1;break;case I:return(e=El(12,n,t,8|r)).elementType=I,e.type=I,e.lanes=i,e;case D:return(e=El(13,n,t,r)).type=D,e.elementType=D,e.lanes=i,e;case O:return(e=El(19,n,t,r)).elementType=O,e.lanes=i,e;case A:return Bl(n,r,i,t);case B:return(e=El(24,n,t,r)).elementType=B,e.lanes=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case P:s=10;break e;case M:s=9;break e;case T:s=11;break e;case L:s=14;break e;case E:s=16,o=null;break e;case F:s=22;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=El(s,n,t,r)).elementType=e,t.type=o,t.lanes=i,t}function Al(e,t,n,o){return(e=El(7,e,o,t)).lanes=n,e}function Bl(e,t,n,o){return(e=El(23,e,o,t)).elementType=A,e.lanes=n,e}function jl(e,t,n){return(e=El(6,e,null,t)).lanes=n,e}function Hl(e,t,n){return(t=El(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zl(e,t,n){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=0,this.eventTimes=Ht(0),this.expirationTimes=Ht(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ht(0),this.mutableSourceEagerHydrationData=null}function Wl(e,t,n,o){var r=t.current,i=rl(),s=il(r);e:if(n){t:{if(qe(n=n._reactInternals)!==n||1!==n.tag)throw Error(a(170));var l=n;do{switch(l.tag){case 3:l=l.stateNode.context;break t;case 1:if(pr(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break t}}l=l.return}while(null!==l);throw Error(a(171))}if(1===n.tag){var c=n.type;if(pr(c)){n=mr(n,c,l);break e}}n=l}else n=sr;return null===t.context?t.context=n:t.pendingContext=n,(t=ii(i,s)).payload={element:e},null!==(o=void 0===o?null:o)&&(t.callback=o),ai(r,t),al(r,s,i),s}function Yl(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Vl(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n=v},a=function(){},t.unstable_forceFrameRate=function(e){0>e||125>>1,r=e[o];if(!(void 0!==r&&0I(a,n))void 0!==l&&0>I(l,a)?(e[o]=l,e[s]=n,o=s):(e[o]=a,e[i]=n,o=i);else{if(!(void 0!==l&&0>I(l,n)))break e;e[o]=l,e[s]=n,o=s}}}return t}return null}function I(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var P=[],M=[],T=1,D=null,O=3,L=!1,E=!1,F=!1;function N(e){for(var t=k(M);null!==t;){if(null===t.callback)C(M);else{if(!(t.startTime<=e))break;C(M),t.sortIndex=t.expirationTime,w(P,t)}t=k(M)}}function R(e){if(F=!1,N(e),!E)if(null!==k(P))E=!0,o(A);else{var t=k(M);null!==t&&r(R,t.startTime-e)}}function A(e,n){E=!1,F&&(F=!1,i()),L=!0;var o=O;try{for(N(n),D=k(P);null!==D&&(!(D.expirationTime>n)||e&&!t.unstable_shouldYield());){var a=D.callback;if("function"==typeof a){D.callback=null,O=D.priorityLevel;var s=a(D.expirationTime<=n);n=t.unstable_now(),"function"==typeof s?D.callback=s:D===k(P)&&C(P),N(n)}else C(P);D=k(P)}if(null!==D)var l=!0;else{var c=k(M);null!==c&&r(R,c.startTime-n),l=!1}return l}finally{D=null,O=o,L=!1}}var B=a;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){E||L||(E=!0,o(A))},t.unstable_getCurrentPriorityLevel=function(){return O},t.unstable_getFirstCallbackNode=function(){return k(P)},t.unstable_next=function(e){switch(O){case 1:case 2:case 3:var t=3;break;default:t=O}var n=O;O=t;try{return e()}finally{O=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=B,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=O;O=e;try{return t()}finally{O=n}},t.unstable_scheduleCallback=function(e,n,a){var s=t.unstable_now();switch("object"==typeof a&&null!==a?a="number"==typeof(a=a.delay)&&0s?(e.sortIndex=a,w(M,e),null===k(P)&&e===k(M)&&(F?i():F=!0,r(R,a-s))):(e.sortIndex=l,w(P,e),E||L||(E=!0,o(A))),e},t.unstable_wrapCallback=function(e){var t=O;return function(){var n=O;O=t;try{return e.apply(this,arguments)}finally{O=n}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return v});var o=n(0),r=(n.n(o),n(875)),i=n(307),a=(n.n(i),n(242)),s=n(1980),l=n(826),c=n(1984),u=n(241),d=(n.n(u),n(306)),p=n.n(d),h=this&&this.__assign||function(){return(h=Object.assign||function(e){for(var t,n=1,o=arguments.length;n0&&r[r.length-1])&&(6===i[0]||2===i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]0?Object(u.toInteger)(n)+1:Object(u.toInteger)(n)},v=function(e){var t,n,u,d,v,w,C,I,P,M,T,D=e.showBox,O=e.context,L=Object(s.b)(O).getUsers;console.log(e.themeVariant),console.log(l.b);var E=Object(a.p)({webPartTitle:Object(a.q)({marginBottom:20}),separator:Object(a.q)({paddingLeft:30,paddingRight:30,margin:20,borderBottomStyle:"solid",borderWidth:1,borderBottomColor:null===(t=e.themeVariant)||void 0===t?void 0:t.themeLighter}),styleIcon:Object(a.q)({maxWidth:44,minWidth:44,minHeight:30,height:30,borderColor:null===(n=e.themeVariant)||void 0===n?void 0:n.themePrimary,borderRightWidth:0,borderRightStyle:"none",borderLeftWidth:1,borderLeftStyle:"solid",borderTopWidth:1,borderTopStyle:"solid",borderBottomWidth:1,borderBottomStyle:"solid",display:"flex",alignItems:"center",justifyContent:"center"}),listContainer:Object(a.q)({maxWidth:"100%",overflowY:"auto",marginTop:20,padding:10,boxShadow:D?"rgb(0 0 0 / 20%) 0px 0px 2px 0px, rgb(0 0 0 / 10%) 0px 0px 10px 0px":""})}),F={root:{width:"100%",maxHeight:32,minHeight:32,borderColor:null===(u=e.themeVariant)||void 0===u?void 0:u.themePrimary},itemsWrapper:{borderColor:null===(d=e.themeVariant)||void 0===d?void 0:d.themePrimary},text:{borderLeftWidth:0,minHeight:32,borderColor:null===(v=e.themeVariant)||void 0===v?void 0:v.themePrimary,selectors:{":focus":{borderColor:null===(w=e.themeVariant)||void 0===w?void 0:w.themePrimary},":hover":{borderColor:null===(C=e.themeVariant)||void 0===C?void 0:C.themePrimary},"::after":{borderColor:null===(I=e.themeVariant)||void 0===I?void 0:I.themePrimary,borderWidth:1,borderLeftWidth:0}}}},N={root:{fontWeight:600,fontSize:null===(P=e.themeVariant)||void 0===P?void 0:P["ms-font-mediumPlus-fontSize"],selectors:{":hover":{textDecoration:"underline"}}}},R=o.useRef({}),A=o.useRef(),B=o.useRef(""),j=o.useState({listUsers:[],hasError:!1,errorMessage:"",isLoading:!0,isLoadingNextPage:!1,currentPage:1,totalPages:0}),H=j[0],z=j[1],W=o.useRef(null);A.current=e.context.pageContext.user;var Y=o.useRef([]),V=o.useRef();o.useEffect(function(){f(void 0,void 0,void 0,function(){var t,n,o,r,i,a,l,c,u,d;return m(this,function(p){switch(p.label){case 0:return p.trys.push([0,5,,6]),A.current=e.context.pageContext.user,R.current.currentUser=A.current,R.current.themeVariant=e.themeVariant,[4,L("WorkEmail: "+A.current.email)];case 1:return t=p.sent(),z(h(h({},H),{isLoading:!0})),n=Y,[4,Object(s.a)(t)];case 2:return n.current=p.sent(),B.current=null===(d=null==Y?void 0:Y.current[0])||void 0===d?void 0:d.department,o="",o=B.current?"Department:"+B.current:"*",r=V,[4,L(o,e.pageSize)];case 3:return r.current=p.sent(),i=y(V.current.TotalRows,e.pageSize),a=z,l=[h({},H)],c={},[4,Object(s.a)(V.current)];case 4:return a.apply(void 0,[h.apply(void 0,l.concat([(c.listUsers=p.sent(),c.currentPage=1,c.totalPages=i,c.isLoading=!1,c)]))]),[3,6];case 5:return u=p.sent(),z(h(h({},H),{errorMessage:u.message?u.message:" Error searching users, please try later or contact support.",hasError:!0,isLoading:!1})),console.log(u),[3,6];case 6:return[2]}})})},[e]);return H.hasError?o.createElement(a.f,{messageBarType:a.g.error},H.errorMessage):o.createElement(l.a.Provider,{value:R.current},o.createElement(i.WebPartTitle,{displayMode:e.displayMode,title:e.title,updateProperty:e.updateProperty,className:E.webPartTitle}),o.createElement(a.m,{tokens:_,style:{width:"100%"}},o.createElement(a.m,{style:{width:"100%"},horizontal:!0,verticalAlign:"center",tokens:{childrenGap:0}},o.createElement("div",{className:E.styleIcon},o.createElement(a.b,{iconName:"Search",style:{verticalAlign:"center",fontSize:null===(M=e.themeVariant)||void 0===M?void 0:M["ms-font-mediumPlus-fontSize"],color:null===(T=e.themeVariant)||void 0===T?void 0:T.themePrimary}})),o.createElement(a.h,{itemLimit:1,onResolveSuggestions:function(e,t){return f(void 0,void 0,void 0,function(){var n,o,r,i,a,l,c;return m(this,function(u){switch(u.label){case 0:if(n=[],!(e.trim().length>0))return[3,6];u.label=1;case 1:return u.trys.push([1,4,,5]),[4,L("PreferredName: "+e)];case 2:return o=u.sent(),[4,Object(s.a)(o)];case 3:for(r=u.sent(),i=0,a=r;i