@clickview/curator 1.0.36-rc.0 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/curator-app.js +1 -1
- package/package.json +1 -1
package/dist/curator-app.js
CHANGED
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,a=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,u=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,m=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.suspense_list"):60120,y=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,b=r?Symbol.for("react.block"):60121,g=r?Symbol.for("react.fundamental"):60117,S=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function O(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case f:case p:case o:case s:case c:case m:return e;default:switch(e=e&&e.$$typeof){case l:case d:case v:case y:case u:return e;default:return t}}case a:return t}}}function C(e){return O(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=l,t.ContextProvider=u,t.Element=i,t.ForwardRef=d,t.Fragment=o,t.Lazy=v,t.Memo=y,t.Portal=a,t.Profiler=s,t.StrictMode=c,t.Suspense=m,t.isAsyncMode=function(e){return C(e)||O(e)===f},t.isConcurrentMode=C,t.isContextConsumer=function(e){return O(e)===l},t.isContextProvider=function(e){return O(e)===u},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return O(e)===d},t.isFragment=function(e){return O(e)===o},t.isLazy=function(e){return O(e)===v},t.isMemo=function(e){return O(e)===y},t.isPortal=function(e){return O(e)===a},t.isProfiler=function(e){return O(e)===s},t.isStrictMode=function(e){return O(e)===c},t.isSuspense=function(e){return O(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===p||e===s||e===c||e===m||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===y||e.$$typeof===u||e.$$typeof===l||e.$$typeof===d||e.$$typeof===g||e.$$typeof===S||e.$$typeof===E||e.$$typeof===b)},t.typeOf=O},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=f(a),c=f(n(34)),s=f(n(222)),u=f(n(223)),l=n(231);function f(e){return e&&e.__esModule?e:{default:e}}var p=function(){return!0},d=function(e){function t(e){var n=e.alwaysRenderSuggestions;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var r=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return m.call(r),r.state={isFocused:!1,isCollapsed:!n,highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null},r.justPressedUpDown=!1,r.justMouseEntered=!1,r.pressedSuggestion=null,r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){document.addEventListener("mousedown",this.onDocumentMouseDown),document.addEventListener("mouseup",this.onDocumentMouseUp),this.input=this.autowhatever.input,this.suggestionsContainer=this.autowhatever.itemsContainer}},{key:"componentWillReceiveProps",value:function(e){(0,s.default)(e.suggestions,this.props.suggestions)?e.highlightFirstSuggestion&&e.suggestions.length>0&&!1===this.justPressedUpDown&&!1===this.justMouseEntered&&this.highlightFirstSuggestion():this.willRenderSuggestions(e)?this.state.isCollapsed&&!this.justSelectedSuggestion&&this.revealSuggestions():this.resetHighlightedSuggestion()}},{key:"componentDidUpdate",value:function(e,t){var n=this.props,r=n.suggestions,i=n.onSuggestionHighlighted,a=n.highlightFirstSuggestion;if(!(0,s.default)(r,e.suggestions)&&r.length>0&&a)this.highlightFirstSuggestion();else if(i){var o=this.getHighlightedSuggestion();o!=t.highlightedSuggestion&&i({suggestion:o})}}},{key:"componentWillUnmount",value:function(){document.removeEventListener("mousedown",this.onDocumentMouseDown),document.removeEventListener("mouseup",this.onDocumentMouseUp)}},{key:"updateHighlightedSuggestion",value:function(e,t,n){var r=this;this.setState((function(i){var a=i.valueBeforeUpDown;return null===t?a=null:null===a&&void 0!==n&&(a=n),{highlightedSectionIndex:e,highlightedSuggestionIndex:t,highlightedSuggestion:null===t?null:r.getSuggestion(e,t),valueBeforeUpDown:a}}))}},{key:"resetHighlightedSuggestion",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.setState((function(t){var n=t.valueBeforeUpDown;return{highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:e?null:n}}))}},{key:"revealSuggestions",value:function(){this.setState({isCollapsed:!1})}},{key:"closeSuggestions",value:function(){this.setState({highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null,isCollapsed:!0})}},{key:"getSuggestion",value:function(e,t){var n=this.props,r=n.suggestions,i=n.multiSection,a=n.getSectionSuggestions;return i?a(r[e])[t]:r[t]}},{key:"getHighlightedSuggestion",value:function(){var e=this.state,t=e.highlightedSectionIndex,n=e.highlightedSuggestionIndex;return null===n?null:this.getSuggestion(t,n)}},{key:"getSuggestionValueByIndex",value:function(e,t){return(0,this.props.getSuggestionValue)(this.getSuggestion(e,t))}},{key:"getSuggestionIndices",value:function(e){var t=e.getAttribute("data-section-index"),n=e.getAttribute("data-suggestion-index");return{sectionIndex:"string"==typeof t?parseInt(t,10):null,suggestionIndex:parseInt(n,10)}}},{key:"findSuggestionElement",value:function(e){var t=e;do{if(null!==t.getAttribute("data-suggestion-index"))return t;t=t.parentNode}while(null!==t);throw console.error("Clicked element:",e),new Error("Couldn't find suggestion element")}},{key:"maybeCallOnChange",value:function(e,t,n){var r=this.props.inputProps,i=r.value,a=r.onChange;t!==i&&a(e,{newValue:t,method:n})}},{key:"willRenderSuggestions",value:function(e){var t=e.suggestions,n=e.inputProps,r=e.shouldRenderSuggestions,i=n.value;return t.length>0&&r(i)}},{key:"getQuery",value:function(){var e=this.props.inputProps.value,t=this.state.valueBeforeUpDown;return(null===t?e:t).trim()}},{key:"render",value:function(){var e=this,t=this.props,n=t.suggestions,i=t.renderInputComponent,a=t.onSuggestionsFetchRequested,c=t.renderSuggestion,s=t.inputProps,f=t.multiSection,d=t.renderSectionTitle,m=t.id,h=t.getSectionSuggestions,y=t.theme,v=t.getSuggestionValue,b=t.alwaysRenderSuggestions,g=t.highlightFirstSuggestion,S=this.state,E=S.isFocused,O=S.isCollapsed,C=S.highlightedSectionIndex,w=S.highlightedSuggestionIndex,A=S.valueBeforeUpDown,j=b?p:this.props.shouldRenderSuggestions,T=s.value,k=s.onFocus,I=s.onKeyDown,L=this.willRenderSuggestions(this.props),_=b||E&&!O&&L,P=_?n:[],x=r({},s,{onFocus:function(t){if(!e.justSelectedSuggestion&&!e.justClickedOnSuggestionsContainer){var n=j(T);e.setState({isFocused:!0,isCollapsed:!n}),k&&k(t),n&&a({value:T,reason:"input-focused"})}},onBlur:function(t){e.justClickedOnSuggestionsContainer?e.input.focus():(e.blurEvent=t,e.justSelectedSuggestion||(e.onBlur(),e.onSuggestionsClearRequested()))},onChange:function(t){var n=t.target.value,i=j(n);e.maybeCallOnChange(t,n,"type"),e.suggestionsContainer&&(e.suggestionsContainer.scrollTop=0),e.setState(r({},g?{}:{highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null},{valueBeforeUpDown:null,isCollapsed:!i})),i?a({value:n,reason:"input-changed"}):e.onSuggestionsClearRequested()},onKeyDown:function(t,r){var i=t.keyCode;switch(i){case 40:case 38:if(O)j(T)&&(a({value:T,reason:"suggestions-revealed"}),e.revealSuggestions());else if(n.length>0){var o=r.newHighlightedSectionIndex,c=r.newHighlightedItemIndex,s=void 0;s=null===c?null===A?T:A:e.getSuggestionValueByIndex(o,c),e.updateHighlightedSuggestion(o,c,T),e.maybeCallOnChange(t,s,40===i?"down":"up")}t.preventDefault(),e.justPressedUpDown=!0,setTimeout((function(){e.justPressedUpDown=!1}));break;case 13:if(229===t.keyCode)break;var u=e.getHighlightedSuggestion();if(_&&!b&&e.closeSuggestions(),null!=u){var l=v(u);e.maybeCallOnChange(t,l,"enter"),e.onSuggestionSelected(t,{suggestion:u,suggestionValue:l,suggestionIndex:w,sectionIndex:C,method:"enter"}),e.justSelectedSuggestion=!0,setTimeout((function(){e.justSelectedSuggestion=!1}))}break;case 27:_&&t.preventDefault();var f=_&&!b;if(null===A){if(!f){e.maybeCallOnChange(t,"","escape"),j("")?a({value:"",reason:"escape-pressed"}):e.onSuggestionsClearRequested()}}else e.maybeCallOnChange(t,A,"escape");f?(e.onSuggestionsClearRequested(),e.closeSuggestions()):e.resetHighlightedSuggestion()}I&&I(t)}}),N={query:this.getQuery()};return o.default.createElement(u.default,{multiSection:f,items:P,renderInputComponent:i,renderItemsContainer:this.renderSuggestionsContainer,renderItem:c,renderItemData:N,renderSectionTitle:d,getSectionItems:h,highlightedSectionIndex:C,highlightedItemIndex:w,inputProps:x,itemProps:this.itemProps,theme:(0,l.mapToAutowhateverTheme)(y),id:m,ref:this.storeAutowhateverRef})}}]),t}(a.Component);d.propTypes={suggestions:c.default.array.isRequired,onSuggestionsFetchRequested:function(e,t){var n=e[t];if("function"!=typeof n)throw new Error("'onSuggestionsFetchRequested' must be implemented. See: https://github.com/moroshko/react-autosuggest#onSuggestionsFetchRequestedProp")},onSuggestionsClearRequested:function(e,t){var n=e[t];if(!1===e.alwaysRenderSuggestions&&"function"!=typeof n)throw new Error("'onSuggestionsClearRequested' must be implemented. See: https://github.com/moroshko/react-autosuggest#onSuggestionsClearRequestedProp")},onSuggestionSelected:c.default.func,onSuggestionHighlighted:c.default.func,renderInputComponent:c.default.func,renderSuggestionsContainer:c.default.func,getSuggestionValue:c.default.func.isRequired,renderSuggestion:c.default.func.isRequired,inputProps:function(e,t){var n=e[t];if(!n.hasOwnProperty("value"))throw new Error("'inputProps' must have 'value'.");if(!n.hasOwnProperty("onChange"))throw new Error("'inputProps' must have 'onChange'.")},shouldRenderSuggestions:c.default.func,alwaysRenderSuggestions:c.default.bool,multiSection:c.default.bool,renderSectionTitle:function(e,t){var n=e[t];if(!0===e.multiSection&&"function"!=typeof n)throw new Error("'renderSectionTitle' must be implemented. See: https://github.com/moroshko/react-autosuggest#renderSectionTitleProp")},getSectionSuggestions:function(e,t){var n=e[t];if(!0===e.multiSection&&"function"!=typeof n)throw new Error("'getSectionSuggestions' must be implemented. See: https://github.com/moroshko/react-autosuggest#getSectionSuggestionsProp")},focusInputOnSuggestionClick:c.default.bool,highlightFirstSuggestion:c.default.bool,theme:c.default.object,id:c.default.string},d.defaultProps={renderSuggestionsContainer:function(e){var t=e.containerProps,n=e.children;return o.default.createElement("div",t,n)},shouldRenderSuggestions:function(e){return e.trim().length>0},alwaysRenderSuggestions:!1,multiSection:!1,focusInputOnSuggestionClick:!0,highlightFirstSuggestion:!1,theme:l.defaultTheme,id:"1"};var m=function(){var e=this;this.onDocumentMouseDown=function(t){e.justClickedOnSuggestionsContainer=!1;for(var n=t.detail&&t.detail.target||t.target;null!==n&&n!==document;){if(null!==n.getAttribute("data-suggestion-index"))return;if(n===e.suggestionsContainer)return void(e.justClickedOnSuggestionsContainer=!0);n=n.parentNode}},this.storeAutowhateverRef=function(t){null!==t&&(e.autowhatever=t)},this.onSuggestionMouseEnter=function(t,n){var r=n.sectionIndex,i=n.itemIndex;e.updateHighlightedSuggestion(r,i),t.target===e.pressedSuggestion&&(e.justSelectedSuggestion=!0),e.justMouseEntered=!0,setTimeout((function(){e.justMouseEntered=!1}))},this.highlightFirstSuggestion=function(){e.updateHighlightedSuggestion(e.props.multiSection?0:null,0)},this.onDocumentMouseUp=function(){e.pressedSuggestion&&!e.justSelectedSuggestion&&e.input.focus(),e.pressedSuggestion=null},this.onSuggestionMouseDown=function(t){e.justSelectedSuggestion||(e.justSelectedSuggestion=!0,e.pressedSuggestion=t.target)},this.onSuggestionsClearRequested=function(){var t=e.props.onSuggestionsClearRequested;t&&t()},this.onSuggestionSelected=function(t,n){var r=e.props,i=r.alwaysRenderSuggestions,a=r.onSuggestionSelected,o=r.onSuggestionsFetchRequested;a&&a(t,n),i?o({value:n.suggestionValue,reason:"suggestion-selected"}):e.onSuggestionsClearRequested(),e.resetHighlightedSuggestion()},this.onSuggestionClick=function(t){var n=e.props,r=n.alwaysRenderSuggestions,i=n.focusInputOnSuggestionClick,a=e.getSuggestionIndices(e.findSuggestionElement(t.target)),o=a.sectionIndex,c=a.suggestionIndex,s=e.getSuggestion(o,c),u=e.props.getSuggestionValue(s);e.maybeCallOnChange(t,u,"click"),e.onSuggestionSelected(t,{suggestion:s,suggestionValue:u,suggestionIndex:c,sectionIndex:o,method:"click"}),r||e.closeSuggestions(),!0===i?e.input.focus():e.onBlur(),setTimeout((function(){e.justSelectedSuggestion=!1}))},this.onBlur=function(){var t=e.props,n=t.inputProps,r=t.shouldRenderSuggestions,i=n.value,a=n.onBlur,o=e.getHighlightedSuggestion(),c=r(i);e.setState({isFocused:!1,highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null,isCollapsed:!c}),a&&a(e.blurEvent,{highlightedSuggestion:o})},this.onSuggestionMouseLeave=function(t){e.resetHighlightedSuggestion(!1),e.justSelectedSuggestion&&t.target===e.pressedSuggestion&&(e.justSelectedSuggestion=!1)},this.onSuggestionTouchStart=function(){e.justSelectedSuggestion=!0},this.onSuggestionTouchMove=function(){e.justSelectedSuggestion=!1,e.pressedSuggestion=null,e.input.focus()},this.itemProps=function(t){return{"data-section-index":t.sectionIndex,"data-suggestion-index":t.itemIndex,onMouseEnter:e.onSuggestionMouseEnter,onMouseLeave:e.onSuggestionMouseLeave,onMouseDown:e.onSuggestionMouseDown,onTouchStart:e.onSuggestionTouchStart,onTouchMove:e.onSuggestionTouchMove,onClick:e.onSuggestionClick}},this.renderSuggestionsContainer=function(t){var n=t.containerProps,r=t.children;return(0,e.props.renderSuggestionsContainer)({containerProps:n,children:r,query:e.getQuery()})}};t.default=d},function(e,t,n){"use strict";var r=n(221);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";e.exports=function(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=e.length;if(t.length!==n)return!1;for(var r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}},function(e,t,n){"use strict";e.exports=n(224).default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},a=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(0),c=d(o),s=d(n(34)),u=d(n(225)),l=d(n(226)),f=d(n(228)),p=d(n(229));function d(e){return e&&e.__esModule?e:{default:e}}var m={},h=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.storeInputReference=function(e){null!==e&&(n.input=e)},n.storeItemsContainerReference=function(e){null!==e&&(n.itemsContainer=e)},n.onHighlightedItemChange=function(e){n.highlightedItem=e},n.getItemId=function(e,t){return null===t?null:"react-autowhatever-"+n.props.id+"-"+(null===e?"":"section-"+e)+"-item-"+t},n.onFocus=function(e){var t=n.props.inputProps;n.setState({isInputFocused:!0}),t.onFocus&&t.onFocus(e)},n.onBlur=function(e){var t=n.props.inputProps;n.setState({isInputFocused:!1}),t.onBlur&&t.onBlur(e)},n.onKeyDown=function(e){var t=n.props,r=t.inputProps,a=t.highlightedSectionIndex,o=t.highlightedItemIndex;switch(e.key){case"ArrowDown":case"ArrowUp":var c="ArrowDown"===e.key?"next":"prev",s=n.sectionIterator[c]([a,o]),u=i(s,2),l=u[0],f=u[1];r.onKeyDown(e,{newHighlightedSectionIndex:l,newHighlightedItemIndex:f});break;default:r.onKeyDown(e,{highlightedSectionIndex:a,highlightedItemIndex:o})}},n.highlightedItem=null,n.state={isInputFocused:!1},n.setSectionsItems(e),n.setSectionIterator(e),n.setTheme(e),n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),a(t,[{key:"componentDidMount",value:function(){this.ensureHighlightedItemIsVisible()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){e.items!==this.props.items&&this.setSectionsItems(e),e.items===this.props.items&&e.multiSection===this.props.multiSection||this.setSectionIterator(e),e.theme!==this.props.theme&&this.setTheme(e)}},{key:"componentDidUpdate",value:function(){this.ensureHighlightedItemIsVisible()}},{key:"setSectionsItems",value:function(e){e.multiSection&&(this.sectionsItems=e.items.map((function(t){return e.getSectionItems(t)})),this.sectionsLengths=this.sectionsItems.map((function(e){return e.length})),this.allSectionsAreEmpty=this.sectionsLengths.every((function(e){return 0===e})))}},{key:"setSectionIterator",value:function(e){this.sectionIterator=(0,u.default)({multiSection:e.multiSection,data:e.multiSection?this.sectionsLengths:e.items.length})}},{key:"setTheme",value:function(e){this.theme=(0,l.default)(e.theme)}},{key:"renderSections",value:function(){var e=this;if(this.allSectionsAreEmpty)return null;var t=this.theme,n=this.props,r=n.id,i=n.items,a=n.renderItem,o=n.renderItemData,s=n.renderSectionTitle,u=n.highlightedSectionIndex,l=n.highlightedItemIndex,d=n.itemProps;return i.map((function(n,i){var m="react-autowhatever-"+r+"-",h=m+"section-"+i+"-",y=0===i;return c.default.createElement("div",t(h+"container","sectionContainer",y&&"sectionContainerFirst"),c.default.createElement(f.default,{section:n,renderSectionTitle:s,theme:t,sectionKeyPrefix:h}),c.default.createElement(p.default,{items:e.sectionsItems[i],itemProps:d,renderItem:a,renderItemData:o,sectionIndex:i,highlightedItemIndex:u===i?l:null,onHighlightedItemChange:e.onHighlightedItemChange,getItemId:e.getItemId,theme:t,keyPrefix:m,ref:e.storeItemsListReference}))}))}},{key:"renderItems",value:function(){var e=this.props.items;if(0===e.length)return null;var t=this.theme,n=this.props,r=n.id,i=n.renderItem,a=n.renderItemData,o=n.highlightedSectionIndex,s=n.highlightedItemIndex,u=n.itemProps;return c.default.createElement(p.default,{items:e,itemProps:u,renderItem:i,renderItemData:a,highlightedItemIndex:null===o?s:null,onHighlightedItemChange:this.onHighlightedItemChange,getItemId:this.getItemId,theme:t,keyPrefix:"react-autowhatever-"+r+"-"})}},{key:"ensureHighlightedItemIsVisible",value:function(){var e=this.highlightedItem;if(e){var t=this.itemsContainer,n=e.offsetParent===t?e.offsetTop:e.offsetTop-t.offsetTop,r=t.scrollTop;n<r?r=n:n+e.offsetHeight>r+t.offsetHeight&&(r=n+e.offsetHeight-t.offsetHeight),r!==t.scrollTop&&(t.scrollTop=r)}}},{key:"render",value:function(){var e=this.theme,t=this.props,n=t.id,i=t.multiSection,a=t.renderInputComponent,o=t.renderItemsContainer,s=t.highlightedSectionIndex,u=t.highlightedItemIndex,l=this.state.isInputFocused,f=i?this.renderSections():this.renderItems(),p=null!==f,d=this.getItemId(s,u),m="react-autowhatever-"+n,h=r({role:"combobox","aria-haspopup":"listbox","aria-owns":m,"aria-expanded":p},e("react-autowhatever-"+n+"-container","container",p&&"containerOpen"),this.props.containerProps),y=a(r({type:"text",value:"",autoComplete:"off","aria-autocomplete":"list","aria-controls":m,"aria-activedescendant":d},e("react-autowhatever-"+n+"-input","input",p&&"inputOpen",l&&"inputFocused"),this.props.inputProps,{onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.props.inputProps.onKeyDown&&this.onKeyDown,ref:this.storeInputReference})),v=o({containerProps:r({id:m,role:"listbox"},e("react-autowhatever-"+n+"-items-container","itemsContainer",p&&"itemsContainerOpen"),{ref:this.storeItemsContainerReference}),children:f});return c.default.createElement("div",h,y,v)}}]),t}(o.Component);h.propTypes={id:s.default.string,multiSection:s.default.bool,renderInputComponent:s.default.func,renderItemsContainer:s.default.func,items:s.default.array.isRequired,renderItem:s.default.func,renderItemData:s.default.object,renderSectionTitle:s.default.func,getSectionItems:s.default.func,containerProps:s.default.object,inputProps:s.default.object,itemProps:s.default.oneOfType([s.default.object,s.default.func]),highlightedSectionIndex:s.default.number,highlightedItemIndex:s.default.number,theme:s.default.oneOfType([s.default.object,s.default.array])},h.defaultProps={id:"1",multiSection:!1,renderInputComponent:function(e){return c.default.createElement("input",e)},renderItemsContainer:function(e){var t=e.containerProps,n=e.children;return c.default.createElement("div",t,n)},renderItem:function(){throw new Error("`renderItem` must be provided")},renderItemData:m,renderSectionTitle:function(){throw new Error("`renderSectionTitle` must be provided")},getSectionItems:function(){throw new Error("`getSectionItems` must be provided")},containerProps:m,inputProps:m,itemProps:m,highlightedSectionIndex:null,highlightedItemIndex:null,theme:{container:"react-autowhatever__container",containerOpen:"react-autowhatever__container--open",input:"react-autowhatever__input",inputOpen:"react-autowhatever__input--open",inputFocused:"react-autowhatever__input--focused",itemsContainer:"react-autowhatever__items-container",itemsContainerOpen:"react-autowhatever__items-container--open",itemsList:"react-autowhatever__items-list",item:"react-autowhatever__item",itemFirst:"react-autowhatever__item--first",itemHighlighted:"react-autowhatever__item--highlighted",sectionContainer:"react-autowhatever__section-container",sectionContainerFirst:"react-autowhatever__section-container--first",sectionTitle:"react-autowhatever__section-title"}},t.default=h},function(e,t,n){"use strict";var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};e.exports=function(e){var t=e.data,n=e.multiSection;function i(e){var i=r(e,2),a=i[0],o=i[1];return n?null===o||o===t[a]-1?null===(a=function(e){for(null===e?e=0:e++;e<t.length&&0===t[e];)e++;return e===t.length?null:e}(a))?[null,null]:[a,0]:[a,o+1]:0===t||o===t-1?[null,null]:null===o?[null,0]:[null,o+1]}return{next:i,prev:function(e){var i=r(e,2),a=i[0],o=i[1];return n?null===o||0===o?null===(a=function(e){for(null===e?e=t.length-1:e--;e>=0&&0===t[e];)e--;return-1===e?null:e}(a))?[null,null]:[a,t[a]-1]:[a,o-1]:0===t||0===o?[null,null]:null===o?[null,t-1]:[null,o-1]},isLast:function(e){return null===i(e)[1]}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var a,o=n(227),c=(a=o)&&a.__esModule?a:{default:a},s=function(e){return e};t.default=function(e){var t=Array.isArray(e)&&2===e.length?e:[e,null],n=r(t,2),a=n[0],o=n[1];return function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var u=n.map((function(e){return a[e]})).filter(s);return"string"==typeof u[0]||"function"==typeof o?{key:e,className:o?o.apply(void 0,i(u)):u.join(" ")}:{key:e,style:c.default.apply(void 0,[{}].concat(i(u)))}}},e.exports=t.default},function(e,t,n){"use strict";var r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function a(e){var t=Object.getOwnPropertyNames(e);return Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(e))),t.filter((function(t){return r.call(e,t)}))}e.exports=Object.assign||function(e,t){for(var n,r,o=i(e),c=1;c<arguments.length;c++){n=arguments[c],r=a(Object(n));for(var s=0;s<r.length;s++)o[r[s]]=n[r[s]]}return o}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(0),a=s(i),o=s(n(34)),c=s(n(58));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var f=function(e){function t(){return u(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return(0,c.default)(e,this.props)}},{key:"render",value:function(){var e=this.props,t=e.section,n=e.renderSectionTitle,r=e.theme,i=e.sectionKeyPrefix,o=n(t);return o?a.default.createElement("div",r(i+"title","sectionTitle"),o):null}}]),t}(i.Component);f.propTypes={section:o.default.any.isRequired,renderSectionTitle:o.default.func.isRequired,theme:o.default.func.isRequired,sectionKeyPrefix:o.default.string.isRequired},t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=l(a),c=l(n(34)),s=l(n(230)),u=l(n(58));function l(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var d=function(e){function t(){var e,n,r;f(this,t);for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];return n=r=p(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.storeHighlightedItemReference=function(e){r.props.onHighlightedItemChange(null===e?null:e.item)},p(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return(0,u.default)(e,this.props,["itemProps"])}},{key:"render",value:function(){var e=this,t=this.props,n=t.items,i=t.itemProps,a=t.renderItem,c=t.renderItemData,u=t.sectionIndex,l=t.highlightedItemIndex,f=t.getItemId,p=t.theme,d=t.keyPrefix,m=null===u?d:d+"section-"+u+"-",h="function"==typeof i;return o.default.createElement("ul",r({role:"listbox"},p(m+"items-list","itemsList")),n.map((function(t,n){var d=0===n,y=n===l,v=m+"item-"+n,b=h?i({sectionIndex:u,itemIndex:n}):i,g=r({id:f(u,n),"aria-selected":y},p(v,"item",d&&"itemFirst",y&&"itemHighlighted"),b);return y&&(g.ref=e.storeHighlightedItemReference),o.default.createElement(s.default,r({},g,{sectionIndex:u,isHighlighted:y,itemIndex:n,item:t,renderItem:a,renderItemData:c}))})))}}]),t}(a.Component);d.propTypes={items:c.default.array.isRequired,itemProps:c.default.oneOfType([c.default.object,c.default.func]),renderItem:c.default.func.isRequired,renderItemData:c.default.object.isRequired,sectionIndex:c.default.number,highlightedItemIndex:c.default.number,onHighlightedItemChange:c.default.func.isRequired,getItemId:c.default.func.isRequired,theme:c.default.func.isRequired,keyPrefix:c.default.string.isRequired},d.defaultProps={sectionIndex:null},t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=u(a),c=u(n(34)),s=u(n(58));function u(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var p=function(e){function t(){var e,n,r;l(this,t);for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];return n=r=f(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.storeItemReference=function(e){null!==e&&(r.item=e)},r.onMouseEnter=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseEnter(e,{sectionIndex:n,itemIndex:i})},r.onMouseLeave=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseLeave(e,{sectionIndex:n,itemIndex:i})},r.onMouseDown=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseDown(e,{sectionIndex:n,itemIndex:i})},r.onClick=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onClick(e,{sectionIndex:n,itemIndex:i})},f(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return(0,s.default)(e,this.props,["renderItemData"])}},{key:"render",value:function(){var e=this.props,t=e.isHighlighted,n=e.item,i=e.renderItem,a=e.renderItemData,c=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["isHighlighted","item","renderItem","renderItemData"]);return delete c.sectionIndex,delete c.itemIndex,"function"==typeof c.onMouseEnter&&(c.onMouseEnter=this.onMouseEnter),"function"==typeof c.onMouseLeave&&(c.onMouseLeave=this.onMouseLeave),"function"==typeof c.onMouseDown&&(c.onMouseDown=this.onMouseDown),"function"==typeof c.onClick&&(c.onClick=this.onClick),o.default.createElement("li",r({role:"option"},c,{ref:this.storeItemReference}),i(n,r({isHighlighted:t},a)))}}]),t}(a.Component);p.propTypes={sectionIndex:c.default.number,isHighlighted:c.default.bool.isRequired,itemIndex:c.default.number.isRequired,item:c.default.any.isRequired,renderItem:c.default.func.isRequired,renderItemData:c.default.object.isRequired,onMouseEnter:c.default.func,onMouseLeave:c.default.func,onMouseDown:c.default.func,onClick:c.default.func},t.default=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.defaultTheme={container:"react-autosuggest__container",containerOpen:"react-autosuggest__container--open",input:"react-autosuggest__input",inputOpen:"react-autosuggest__input--open",inputFocused:"react-autosuggest__input--focused",suggestionsContainer:"react-autosuggest__suggestions-container",suggestionsContainerOpen:"react-autosuggest__suggestions-container--open",suggestionsList:"react-autosuggest__suggestions-list",suggestion:"react-autosuggest__suggestion",suggestionFirst:"react-autosuggest__suggestion--first",suggestionHighlighted:"react-autosuggest__suggestion--highlighted",sectionContainer:"react-autosuggest__section-container",sectionContainerFirst:"react-autosuggest__section-container--first",sectionTitle:"react-autosuggest__section-title"},t.mapToAutowhateverTheme=function(e){var t={};for(var n in e)switch(n){case"suggestionsContainer":t.itemsContainer=e[n];break;case"suggestionsContainerOpen":t.itemsContainerOpen=e[n];break;case"suggestion":t.item=e[n];break;case"suggestionFirst":t.itemFirst=e[n];break;case"suggestionHighlighted":t.itemHighlighted=e[n];break;case"suggestionsList":t.itemsList=e[n];break;default:t[n]=e[n]}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(233),o=v(a),c=v(n(173)),s=n(0),u=v(n(34)),l=v(n(241)),f=v(n(242)),p=v(n(243)),d=v(n(244)),m=v(n(245)),h=n(246),y=n(247);function v(e){return e&&e.__esModule?e:{default:e}}function b(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function g(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var S=function(e){function t(e){var n;b(this,t);for(var r=arguments.length,i=Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];var o=g(this,(n=t.__proto__||Object.getPrototypeOf(t)).call.apply(n,[this,e].concat(i)));return o.getScrollLeft=o.getScrollLeft.bind(o),o.getScrollTop=o.getScrollTop.bind(o),o.getScrollWidth=o.getScrollWidth.bind(o),o.getScrollHeight=o.getScrollHeight.bind(o),o.getClientWidth=o.getClientWidth.bind(o),o.getClientHeight=o.getClientHeight.bind(o),o.getValues=o.getValues.bind(o),o.getThumbHorizontalWidth=o.getThumbHorizontalWidth.bind(o),o.getThumbVerticalHeight=o.getThumbVerticalHeight.bind(o),o.getScrollLeftForOffset=o.getScrollLeftForOffset.bind(o),o.getScrollTopForOffset=o.getScrollTopForOffset.bind(o),o.scrollLeft=o.scrollLeft.bind(o),o.scrollTop=o.scrollTop.bind(o),o.scrollToLeft=o.scrollToLeft.bind(o),o.scrollToTop=o.scrollToTop.bind(o),o.scrollToRight=o.scrollToRight.bind(o),o.scrollToBottom=o.scrollToBottom.bind(o),o.handleTrackMouseEnter=o.handleTrackMouseEnter.bind(o),o.handleTrackMouseLeave=o.handleTrackMouseLeave.bind(o),o.handleHorizontalTrackMouseDown=o.handleHorizontalTrackMouseDown.bind(o),o.handleVerticalTrackMouseDown=o.handleVerticalTrackMouseDown.bind(o),o.handleHorizontalThumbMouseDown=o.handleHorizontalThumbMouseDown.bind(o),o.handleVerticalThumbMouseDown=o.handleVerticalThumbMouseDown.bind(o),o.handleWindowResize=o.handleWindowResize.bind(o),o.handleScroll=o.handleScroll.bind(o),o.handleDrag=o.handleDrag.bind(o),o.handleDragEnd=o.handleDragEnd.bind(o),o.state={didMountUniversal:!1},o}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){this.addListeners(),this.update(),this.componentDidMountUniversal()}},{key:"componentDidMountUniversal",value:function(){this.props.universal&&this.setState({didMountUniversal:!0})}},{key:"componentDidUpdate",value:function(){this.update()}},{key:"componentWillUnmount",value:function(){this.removeListeners(),(0,a.cancel)(this.requestFrame),clearTimeout(this.hideTracksTimeout),clearInterval(this.detectScrollingInterval)}},{key:"getScrollLeft",value:function(){return this.view?this.view.scrollLeft:0}},{key:"getScrollTop",value:function(){return this.view?this.view.scrollTop:0}},{key:"getScrollWidth",value:function(){return this.view?this.view.scrollWidth:0}},{key:"getScrollHeight",value:function(){return this.view?this.view.scrollHeight:0}},{key:"getClientWidth",value:function(){return this.view?this.view.clientWidth:0}},{key:"getClientHeight",value:function(){return this.view?this.view.clientHeight:0}},{key:"getValues",value:function(){var e=this.view||{},t=e.scrollLeft,n=void 0===t?0:t,r=e.scrollTop,i=void 0===r?0:r,a=e.scrollWidth,o=void 0===a?0:a,c=e.scrollHeight,s=void 0===c?0:c,u=e.clientWidth,l=void 0===u?0:u,f=e.clientHeight,p=void 0===f?0:f;return{left:n/(o-l)||0,top:i/(s-p)||0,scrollLeft:n,scrollTop:i,scrollWidth:o,scrollHeight:s,clientWidth:l,clientHeight:p}}},{key:"getThumbHorizontalWidth",value:function(){var e=this.props,t=e.thumbSize,n=e.thumbMinSize,r=this.view,i=r.scrollWidth,a=r.clientWidth,o=(0,d.default)(this.trackHorizontal),c=Math.ceil(a/i*o);return o===c?0:t||Math.max(c,n)}},{key:"getThumbVerticalHeight",value:function(){var e=this.props,t=e.thumbSize,n=e.thumbMinSize,r=this.view,i=r.scrollHeight,a=r.clientHeight,o=(0,m.default)(this.trackVertical),c=Math.ceil(a/i*o);return o===c?0:t||Math.max(c,n)}},{key:"getScrollLeftForOffset",value:function(e){var t=this.view,n=t.scrollWidth,r=t.clientWidth;return e/((0,d.default)(this.trackHorizontal)-this.getThumbHorizontalWidth())*(n-r)}},{key:"getScrollTopForOffset",value:function(e){var t=this.view,n=t.scrollHeight,r=t.clientHeight;return e/((0,m.default)(this.trackVertical)-this.getThumbVerticalHeight())*(n-r)}},{key:"scrollLeft",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.view&&(this.view.scrollLeft=e)}},{key:"scrollTop",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.view&&(this.view.scrollTop=e)}},{key:"scrollToLeft",value:function(){this.view&&(this.view.scrollLeft=0)}},{key:"scrollToTop",value:function(){this.view&&(this.view.scrollTop=0)}},{key:"scrollToRight",value:function(){this.view&&(this.view.scrollLeft=this.view.scrollWidth)}},{key:"scrollToBottom",value:function(){this.view&&(this.view.scrollTop=this.view.scrollHeight)}},{key:"addListeners",value:function(){if("undefined"!=typeof document&&this.view){var e=this.view,t=this.trackHorizontal,n=this.trackVertical,r=this.thumbHorizontal,i=this.thumbVertical;e.addEventListener("scroll",this.handleScroll),(0,f.default)()&&(t.addEventListener("mouseenter",this.handleTrackMouseEnter),t.addEventListener("mouseleave",this.handleTrackMouseLeave),t.addEventListener("mousedown",this.handleHorizontalTrackMouseDown),n.addEventListener("mouseenter",this.handleTrackMouseEnter),n.addEventListener("mouseleave",this.handleTrackMouseLeave),n.addEventListener("mousedown",this.handleVerticalTrackMouseDown),r.addEventListener("mousedown",this.handleHorizontalThumbMouseDown),i.addEventListener("mousedown",this.handleVerticalThumbMouseDown),window.addEventListener("resize",this.handleWindowResize))}}},{key:"removeListeners",value:function(){if("undefined"!=typeof document&&this.view){var e=this.view,t=this.trackHorizontal,n=this.trackVertical,r=this.thumbHorizontal,i=this.thumbVertical;e.removeEventListener("scroll",this.handleScroll),(0,f.default)()&&(t.removeEventListener("mouseenter",this.handleTrackMouseEnter),t.removeEventListener("mouseleave",this.handleTrackMouseLeave),t.removeEventListener("mousedown",this.handleHorizontalTrackMouseDown),n.removeEventListener("mouseenter",this.handleTrackMouseEnter),n.removeEventListener("mouseleave",this.handleTrackMouseLeave),n.removeEventListener("mousedown",this.handleVerticalTrackMouseDown),r.removeEventListener("mousedown",this.handleHorizontalThumbMouseDown),i.removeEventListener("mousedown",this.handleVerticalThumbMouseDown),window.removeEventListener("resize",this.handleWindowResize),this.teardownDragging())}}},{key:"handleScroll",value:function(e){var t=this,n=this.props,r=n.onScroll,i=n.onScrollFrame;r&&r(e),this.update((function(e){var n=e.scrollLeft,r=e.scrollTop;t.viewScrollLeft=n,t.viewScrollTop=r,i&&i(e)})),this.detectScrolling()}},{key:"handleScrollStart",value:function(){var e=this.props.onScrollStart;e&&e(),this.handleScrollStartAutoHide()}},{key:"handleScrollStartAutoHide",value:function(){this.props.autoHide&&this.showTracks()}},{key:"handleScrollStop",value:function(){var e=this.props.onScrollStop;e&&e(),this.handleScrollStopAutoHide()}},{key:"handleScrollStopAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"handleWindowResize",value:function(){this.update()}},{key:"handleHorizontalTrackMouseDown",value:function(e){e.preventDefault();var t=e.target,n=e.clientX,r=t.getBoundingClientRect().left,i=this.getThumbHorizontalWidth(),a=Math.abs(r-n)-i/2;this.view.scrollLeft=this.getScrollLeftForOffset(a)}},{key:"handleVerticalTrackMouseDown",value:function(e){e.preventDefault();var t=e.target,n=e.clientY,r=t.getBoundingClientRect().top,i=this.getThumbVerticalHeight(),a=Math.abs(r-n)-i/2;this.view.scrollTop=this.getScrollTopForOffset(a)}},{key:"handleHorizontalThumbMouseDown",value:function(e){e.preventDefault(),this.handleDragStart(e);var t=e.target,n=e.clientX,r=t.offsetWidth,i=t.getBoundingClientRect().left;this.prevPageX=r-(n-i)}},{key:"handleVerticalThumbMouseDown",value:function(e){e.preventDefault(),this.handleDragStart(e);var t=e.target,n=e.clientY,r=t.offsetHeight,i=t.getBoundingClientRect().top;this.prevPageY=r-(n-i)}},{key:"setupDragging",value:function(){(0,c.default)(document.body,h.disableSelectStyle),document.addEventListener("mousemove",this.handleDrag),document.addEventListener("mouseup",this.handleDragEnd),document.onselectstart=p.default}},{key:"teardownDragging",value:function(){(0,c.default)(document.body,h.disableSelectStyleReset),document.removeEventListener("mousemove",this.handleDrag),document.removeEventListener("mouseup",this.handleDragEnd),document.onselectstart=void 0}},{key:"handleDragStart",value:function(e){this.dragging=!0,e.stopImmediatePropagation(),this.setupDragging()}},{key:"handleDrag",value:function(e){if(this.prevPageX){var t=e.clientX,n=-this.trackHorizontal.getBoundingClientRect().left+t-(this.getThumbHorizontalWidth()-this.prevPageX);this.view.scrollLeft=this.getScrollLeftForOffset(n)}if(this.prevPageY){var r=e.clientY,i=-this.trackVertical.getBoundingClientRect().top+r-(this.getThumbVerticalHeight()-this.prevPageY);this.view.scrollTop=this.getScrollTopForOffset(i)}return!1}},{key:"handleDragEnd",value:function(){this.dragging=!1,this.prevPageX=this.prevPageY=0,this.teardownDragging(),this.handleDragEndAutoHide()}},{key:"handleDragEndAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"handleTrackMouseEnter",value:function(){this.trackMouseOver=!0,this.handleTrackMouseEnterAutoHide()}},{key:"handleTrackMouseEnterAutoHide",value:function(){this.props.autoHide&&this.showTracks()}},{key:"handleTrackMouseLeave",value:function(){this.trackMouseOver=!1,this.handleTrackMouseLeaveAutoHide()}},{key:"handleTrackMouseLeaveAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"showTracks",value:function(){clearTimeout(this.hideTracksTimeout),(0,c.default)(this.trackHorizontal,{opacity:1}),(0,c.default)(this.trackVertical,{opacity:1})}},{key:"hideTracks",value:function(){var e=this;if(!this.dragging&&!this.scrolling&&!this.trackMouseOver){var t=this.props.autoHideTimeout;clearTimeout(this.hideTracksTimeout),this.hideTracksTimeout=setTimeout((function(){(0,c.default)(e.trackHorizontal,{opacity:0}),(0,c.default)(e.trackVertical,{opacity:0})}),t)}}},{key:"detectScrolling",value:function(){var e=this;this.scrolling||(this.scrolling=!0,this.handleScrollStart(),this.detectScrollingInterval=setInterval((function(){e.lastViewScrollLeft===e.viewScrollLeft&&e.lastViewScrollTop===e.viewScrollTop&&(clearInterval(e.detectScrollingInterval),e.scrolling=!1,e.handleScrollStop()),e.lastViewScrollLeft=e.viewScrollLeft,e.lastViewScrollTop=e.viewScrollTop}),100))}},{key:"raf",value:function(e){var t=this;this.requestFrame&&o.default.cancel(this.requestFrame),this.requestFrame=(0,o.default)((function(){t.requestFrame=void 0,e()}))}},{key:"update",value:function(e){var t=this;this.raf((function(){return t._update(e)}))}},{key:"_update",value:function(e){var t=this.props,n=t.onUpdate,r=t.hideTracksWhenNotNeeded,i=this.getValues();if((0,f.default)()){var a=i.scrollLeft,o=i.clientWidth,s=i.scrollWidth,u=(0,d.default)(this.trackHorizontal),l=this.getThumbHorizontalWidth(),p={width:l,transform:"translateX("+a/(s-o)*(u-l)+"px)"},h=i.scrollTop,y=i.clientHeight,v=i.scrollHeight,b=(0,m.default)(this.trackVertical),g=this.getThumbVerticalHeight(),S={height:g,transform:"translateY("+h/(v-y)*(b-g)+"px)"};if(r){var E={visibility:s>o?"visible":"hidden"},O={visibility:v>y?"visible":"hidden"};(0,c.default)(this.trackHorizontal,E),(0,c.default)(this.trackVertical,O)}(0,c.default)(this.thumbHorizontal,p),(0,c.default)(this.thumbVertical,S)}n&&n(i),"function"==typeof e&&e(i)}},{key:"render",value:function(){var e=this,t=(0,f.default)(),n=this.props,i=(n.onScroll,n.onScrollFrame,n.onScrollStart,n.onScrollStop,n.onUpdate,n.renderView),a=n.renderTrackHorizontal,o=n.renderTrackVertical,c=n.renderThumbHorizontal,u=n.renderThumbVertical,p=n.tagName,d=(n.hideTracksWhenNotNeeded,n.autoHide),m=(n.autoHideTimeout,n.autoHideDuration),y=(n.thumbSize,n.thumbMinSize,n.universal),v=n.autoHeight,b=n.autoHeightMin,g=n.autoHeightMax,S=n.style,E=n.children,O=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(n,["onScroll","onScrollFrame","onScrollStart","onScrollStop","onUpdate","renderView","renderTrackHorizontal","renderTrackVertical","renderThumbHorizontal","renderThumbVertical","tagName","hideTracksWhenNotNeeded","autoHide","autoHideTimeout","autoHideDuration","thumbSize","thumbMinSize","universal","autoHeight","autoHeightMin","autoHeightMax","style","children"]),C=this.state.didMountUniversal,w=r({},h.containerStyleDefault,v&&r({},h.containerStyleAutoHeight,{minHeight:b,maxHeight:g}),S),A=r({},h.viewStyleDefault,{marginRight:t?-t:0,marginBottom:t?-t:0},v&&r({},h.viewStyleAutoHeight,{minHeight:(0,l.default)(b)?"calc("+b+" + "+t+"px)":b+t,maxHeight:(0,l.default)(g)?"calc("+g+" + "+t+"px)":g+t}),v&&y&&!C&&{minHeight:b,maxHeight:g},y&&!C&&h.viewStyleUniversalInitial),j={transition:"opacity "+m+"ms",opacity:0},T=r({},h.trackHorizontalStyleDefault,d&&j,(!t||y&&!C)&&{display:"none"}),k=r({},h.trackVerticalStyleDefault,d&&j,(!t||y&&!C)&&{display:"none"});return(0,s.createElement)(p,r({},O,{style:w,ref:function(t){e.container=t}}),[(0,s.cloneElement)(i({style:A}),{key:"view",ref:function(t){e.view=t}},E),(0,s.cloneElement)(a({style:T}),{key:"trackHorizontal",ref:function(t){e.trackHorizontal=t}},(0,s.cloneElement)(c({style:h.thumbHorizontalStyleDefault}),{ref:function(t){e.thumbHorizontal=t}})),(0,s.cloneElement)(o({style:k}),{key:"trackVertical",ref:function(t){e.trackVertical=t}},(0,s.cloneElement)(u({style:h.thumbVerticalStyleDefault}),{ref:function(t){e.thumbVertical=t}}))])}}]),t}(s.Component);t.default=S,S.propTypes={onScroll:u.default.func,onScrollFrame:u.default.func,onScrollStart:u.default.func,onScrollStop:u.default.func,onUpdate:u.default.func,renderView:u.default.func,renderTrackHorizontal:u.default.func,renderTrackVertical:u.default.func,renderThumbHorizontal:u.default.func,renderThumbVertical:u.default.func,tagName:u.default.string,thumbSize:u.default.number,thumbMinSize:u.default.number,hideTracksWhenNotNeeded:u.default.bool,autoHide:u.default.bool,autoHideTimeout:u.default.number,autoHideDuration:u.default.number,autoHeight:u.default.bool,autoHeightMin:u.default.oneOfType([u.default.number,u.default.string]),autoHeightMax:u.default.oneOfType([u.default.number,u.default.string]),universal:u.default.bool,style:u.default.object,children:u.default.node},S.defaultProps={renderView:y.renderViewDefault,renderTrackHorizontal:y.renderTrackHorizontalDefault,renderTrackVertical:y.renderTrackVerticalDefault,renderThumbHorizontal:y.renderThumbHorizontalDefault,renderThumbVertical:y.renderThumbVerticalDefault,tagName:"div",thumbMinSize:30,hideTracksWhenNotNeeded:!1,autoHide:!1,autoHideTimeout:1e3,autoHideDuration:200,autoHeight:!1,autoHeightMin:0,autoHeightMax:200,universal:!1}},function(e,t,n){(function(t){for(var r=n(234),i="undefined"==typeof window?t:window,a=["moz","webkit"],o="AnimationFrame",c=i["request"+o],s=i["cancel"+o]||i["cancelRequest"+o],u=0;!c&&u<a.length;u++)c=i[a[u]+"Request"+o],s=i[a[u]+"Cancel"+o]||i[a[u]+"CancelRequest"+o];if(!c||!s){var l=0,f=0,p=[];c=function(e){if(0===p.length){var t=r(),n=Math.max(0,1e3/60-(t-l));l=n+t,setTimeout((function(){var e=p.slice(0);p.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(l)}catch(e){setTimeout((function(){throw e}),0)}}),Math.round(n))}return p.push({handle:++f,callback:e,cancelled:!1}),f},s=function(e){for(var t=0;t<p.length;t++)p[t].handle===e&&(p[t].cancelled=!0)}}e.exports=function(e){return c.call(i,e)},e.exports.cancel=function(){s.apply(i,arguments)},e.exports.polyfill=function(e){e||(e=i),e.requestAnimationFrame=c,e.cancelAnimationFrame=s}}).call(this,n(84))},function(e,t,n){(function(t){(function(){var n,r,i,a,o,c;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:null!=t&&t.hrtime?(e.exports=function(){return(n()-o)/1e6},r=t.hrtime,a=(n=function(){var e;return 1e9*(e=r())[0]+e[1]})(),c=1e9*t.uptime(),o=a-c):Date.now?(e.exports=function(){return Date.now()-i},i=Date.now()):(e.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)}).call(this,n(235))},function(e,t){var n,r,i=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function c(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var s,u=[],l=!1,f=-1;function p(){l&&s&&(l=!1,s.length?u=s.concat(u):f=-1,u.length&&d())}function d(){if(!l){var e=c(p);l=!0;for(var t=u.length;t;){for(s=u,u=[];++f<t;)s&&s[f].run();f=-1,t=u.length}s=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function h(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new m(e,t)),1!==u.length||l||c(d)},m.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=h,i.addListener=h,i.once=h,i.off=h,i.removeListener=h,i.removeAllListeners=h,i.emit=h,i.prependListener=h,i.prependOnceListener=h,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t){var n=null,r=["Webkit","Moz","O","ms"];e.exports=function(e){n||(n=document.createElement("div"));var t=n.style;if(e in t)return e;for(var i=e.charAt(0).toUpperCase()+e.slice(1),a=r.length;a>=0;a--){var o=r[a]+i;if(o in t)return o}return!1}},function(e,t,n){var r=n(238);e.exports=function(e){return r(e).replace(/\s(\w)/g,(function(e,t){return t.toUpperCase()}))}},function(e,t,n){var r=n(239);e.exports=function(e){return r(e).replace(/[\W_]+(.|$)/g,(function(e,t){return t?" "+t:""})).trim()}},function(e,t){e.exports=function(e){return n.test(e)?e.toLowerCase():r.test(e)?(function(e){return e.replace(a,(function(e,t){return t?" "+t:""}))}(e)||e).toLowerCase():i.test(e)?function(e){return e.replace(o,(function(e,t,n){return t+" "+n.toLowerCase().split("").join(" ")}))}(e).toLowerCase():e.toLowerCase()};var n=/\s/,r=/(_|-|\.|:)/,i=/([a-z][A-Z]|[A-Z][a-z])/;var a=/[\W_]+(.|$)/g;var o=/(.)([A-Z]+)/g},function(e,t){var n={animationIterationCount:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridColumn:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,stopOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};e.exports=function(e,t){return"number"!=typeof t||n[e]?t:t+"px"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"string"==typeof e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){if(!1!==o)return o;if("undefined"!=typeof document){var e=document.createElement("div");(0,a.default)(e,{width:100,height:100,position:"absolute",top:-9999,overflow:"scroll",MsOverflowStyle:"scrollbar"}),document.body.appendChild(e),o=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}else o=0;return o||0};var r,i=n(173),a=(r=i)&&r.__esModule?r:{default:r};var o=!1},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.clientWidth,n=getComputedStyle(e),r=n.paddingLeft,i=n.paddingRight;return t-parseFloat(r)-parseFloat(i)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.clientHeight,n=getComputedStyle(e),r=n.paddingTop,i=n.paddingBottom;return t-parseFloat(r)-parseFloat(i)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.containerStyleDefault={position:"relative",overflow:"hidden",width:"100%",height:"100%"},t.containerStyleAutoHeight={height:"auto"},t.viewStyleDefault={position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"scroll",WebkitOverflowScrolling:"touch"},t.viewStyleAutoHeight={position:"relative",top:void 0,left:void 0,right:void 0,bottom:void 0},t.viewStyleUniversalInitial={overflow:"hidden",marginRight:0,marginBottom:0},t.trackHorizontalStyleDefault={position:"absolute",height:6},t.trackVerticalStyleDefault={position:"absolute",width:6},t.thumbHorizontalStyleDefault={position:"relative",display:"block",height:"100%"},t.thumbVerticalStyleDefault={position:"relative",display:"block",width:"100%"},t.disableSelectStyle={userSelect:"none"},t.disableSelectStyleReset={userSelect:""}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.renderViewDefault=function(e){return o.default.createElement("div",e)},t.renderTrackHorizontalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{right:2,bottom:2,left:2,borderRadius:3});return o.default.createElement("div",r({style:i},n))},t.renderTrackVerticalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{right:2,bottom:2,top:2,borderRadius:3});return o.default.createElement("div",r({style:i},n))},t.renderThumbHorizontalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return o.default.createElement("div",r({style:i},n))},t.renderThumbVerticalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return o.default.createElement("div",r({style:i},n))};var i,a=n(0),o=(i=a)&&i.__esModule?i:{default:i};function c(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}},function(e,t,n){"use strict";t.__esModule=!0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(249));var i=r.tokenize,a=r.options.Options;function o(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function c(e){return e.replace(/"/g,""")}function s(e){if(!e)return"";var t=[];for(var n in e){var r=e[n]+"";t.push(n+'="'+c(r)+'"')}return t.join(" ")}function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t=new a(t);for(var n=i(e),r=[],u=0;u<n.length;u++){var l=n[u];if("nl"===l.type&&t.nl2br)r.push("<br>\n");else if(l.isLink&&t.check(l)){var f=t.resolve(l),p=f.formatted,d=f.formattedHref,m=f.tagName,h=f.className,y=f.target,v=f.attributes,b="<"+m+' href="'+c(d)+'"';h&&(b+=' class="'+c(h)+'"'),y&&(b+=' target="'+c(y)+'"'),v&&(b+=" "+s(v)),b+=">"+o(p)+"</"+m+">",r.push(b)}else r.push(o(l.toString()))}return r.join("")}if(!String.prototype.linkify)try{Object.defineProperty(String.prototype,"linkify",{set:function(){},get:function(){return function(e){return u(this,e)}}})}catch(e){String.prototype.linkify||(String.prototype.linkify=function(e){return u(this,e)})}t.default=u},function(e,t,n){"use strict";t.__esModule=!0,t.tokenize=t.test=t.scanner=t.parser=t.options=t.inherits=t.find=void 0;var r=n(43),i=c(n(250)),a=c(n(251)),o=c(n(252));function c(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var s=function(e){return o.run(a.run(e))};t.find=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=s(e),r=[],i=0;i<n.length;i++){var a=n[i];!a.isLink||t&&a.type!==t||r.push(a.toObject())}return r},t.inherits=r.inherits,t.options=i,t.parser=o,t.scanner=a,t.test=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=s(e);return 1===n.length&&n[0].isLink&&(!t||n[0].type===t)},t.tokenize=s},function(e,t,n){"use strict";t.__esModule=!0;var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i={defaultProtocol:"http",events:null,format:o,formatHref:o,nl2br:!1,tagName:"a",target:function(e,t){return"url"===t?"_blank":null},validate:!0,ignoreTags:[],attributes:null,className:"linkified"};function a(e){e=e||{},this.defaultProtocol=e.hasOwnProperty("defaultProtocol")?e.defaultProtocol:i.defaultProtocol,this.events=e.hasOwnProperty("events")?e.events:i.events,this.format=e.hasOwnProperty("format")?e.format:i.format,this.formatHref=e.hasOwnProperty("formatHref")?e.formatHref:i.formatHref,this.nl2br=e.hasOwnProperty("nl2br")?e.nl2br:i.nl2br,this.tagName=e.hasOwnProperty("tagName")?e.tagName:i.tagName,this.target=e.hasOwnProperty("target")?e.target:i.target,this.validate=e.hasOwnProperty("validate")?e.validate:i.validate,this.ignoreTags=[],this.attributes=e.attributes||e.linkAttributes||i.attributes,this.className=e.hasOwnProperty("className")?e.className:e.linkClass||i.className;for(var t=e.hasOwnProperty("ignoreTags")?e.ignoreTags:i.ignoreTags,n=0;n<t.length;n++)this.ignoreTags.push(t[n].toUpperCase())}function o(e){return e}t.defaults=i,t.Options=a,t.contains=function(e,t){for(var n=0;n<e.length;n++)if(e[n]===t)return!0;return!1},a.prototype={resolve:function(e){var t=e.toHref(this.defaultProtocol);return{formatted:this.get("format",e.toString(),e),formattedHref:this.get("formatHref",t,e),tagName:this.get("tagName",t,e),className:this.get("className",t,e),target:this.get("target",t,e),events:this.getObject("events",t,e),attributes:this.getObject("attributes",t,e)}},check:function(e){return this.get("validate",e.toString(),e)},get:function(e,t,n){var a=void 0,o=this[e];if(!o)return o;switch(void 0===o?"undefined":r(o)){case"function":return o(t,n.type);case"object":return"function"==typeof(a=o.hasOwnProperty(n.type)?o[n.type]:i[e])?a(t,n.type):a}return o},getObject:function(e,t,n){var r=this[e];return"function"==typeof r?r(t,n.type):r}}},function(e,t,n){"use strict";t.__esModule=!0,t.start=t.run=t.TOKENS=t.State=void 0;var r=n(189),i=n(59),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(i);var o="aaa|aarp|abarth|abb|abbott|abbvie|abc|able|abogado|abudhabi|ac|academy|accenture|accountant|accountants|aco|active|actor|ad|adac|ads|adult|ae|aeg|aero|aetna|af|afamilycompany|afl|africa|ag|agakhan|agency|ai|aig|aigo|airbus|airforce|airtel|akdn|al|alfaromeo|alibaba|alipay|allfinanz|allstate|ally|alsace|alstom|am|americanexpress|americanfamily|amex|amfam|amica|amsterdam|analytics|android|anquan|anz|ao|aol|apartments|app|apple|aq|aquarelle|ar|arab|aramco|archi|army|arpa|art|arte|as|asda|asia|associates|at|athleta|attorney|au|auction|audi|audible|audio|auspost|author|auto|autos|avianca|aw|aws|ax|axa|az|azure|ba|baby|baidu|banamex|bananarepublic|band|bank|bar|barcelona|barclaycard|barclays|barefoot|bargains|baseball|basketball|bauhaus|bayern|bb|bbc|bbt|bbva|bcg|bcn|bd|be|beats|beauty|beer|bentley|berlin|best|bestbuy|bet|bf|bg|bh|bharti|bi|bible|bid|bike|bing|bingo|bio|biz|bj|black|blackfriday|blanco|blockbuster|blog|bloomberg|blue|bm|bms|bmw|bn|bnl|bnpparibas|bo|boats|boehringer|bofa|bom|bond|boo|book|booking|boots|bosch|bostik|boston|bot|boutique|box|br|bradesco|bridgestone|broadway|broker|brother|brussels|bs|bt|budapest|bugatti|build|builders|business|buy|buzz|bv|bw|by|bz|bzh|ca|cab|cafe|cal|call|calvinklein|cam|camera|camp|cancerresearch|canon|capetown|capital|capitalone|car|caravan|cards|care|career|careers|cars|cartier|casa|case|caseih|cash|casino|cat|catering|catholic|cba|cbn|cbre|cbs|cc|cd|ceb|center|ceo|cern|cf|cfa|cfd|cg|ch|chanel|channel|chase|chat|cheap|chintai|chloe|christmas|chrome|chrysler|church|ci|cipriani|circle|cisco|citadel|citi|citic|city|cityeats|ck|cl|claims|cleaning|click|clinic|clinique|clothing|cloud|club|clubmed|cm|cn|co|coach|codes|coffee|college|cologne|com|comcast|commbank|community|company|compare|computer|comsec|condos|construction|consulting|contact|contractors|cooking|cookingchannel|cool|coop|corsica|country|coupon|coupons|courses|cr|credit|creditcard|creditunion|cricket|crown|crs|cruise|cruises|csc|cu|cuisinella|cv|cw|cx|cy|cymru|cyou|cz|dabur|dad|dance|data|date|dating|datsun|day|dclk|dds|de|deal|dealer|deals|degree|delivery|dell|deloitte|delta|democrat|dental|dentist|desi|design|dev|dhl|diamonds|diet|digital|direct|directory|discount|discover|dish|diy|dj|dk|dm|dnp|do|docs|doctor|dodge|dog|doha|domains|dot|download|drive|dtv|dubai|duck|dunlop|duns|dupont|durban|dvag|dvr|dz|earth|eat|ec|eco|edeka|edu|education|ee|eg|email|emerck|energy|engineer|engineering|enterprises|epost|epson|equipment|er|ericsson|erni|es|esq|estate|esurance|et|etisalat|eu|eurovision|eus|events|everbank|exchange|expert|exposed|express|extraspace|fage|fail|fairwinds|faith|family|fan|fans|farm|farmers|fashion|fast|fedex|feedback|ferrari|ferrero|fi|fiat|fidelity|fido|film|final|finance|financial|fire|firestone|firmdale|fish|fishing|fit|fitness|fj|fk|flickr|flights|flir|florist|flowers|fly|fm|fo|foo|food|foodnetwork|football|ford|forex|forsale|forum|foundation|fox|fr|free|fresenius|frl|frogans|frontdoor|frontier|ftr|fujitsu|fujixerox|fun|fund|furniture|futbol|fyi|ga|gal|gallery|gallo|gallup|game|games|gap|garden|gb|gbiz|gd|gdn|ge|gea|gent|genting|george|gf|gg|ggee|gh|gi|gift|gifts|gives|giving|gl|glade|glass|gle|global|globo|gm|gmail|gmbh|gmo|gmx|gn|godaddy|gold|goldpoint|golf|goo|goodhands|goodyear|goog|google|gop|got|gov|gp|gq|gr|grainger|graphics|gratis|green|gripe|grocery|group|gs|gt|gu|guardian|gucci|guge|guide|guitars|guru|gw|gy|hair|hamburg|hangout|haus|hbo|hdfc|hdfcbank|health|healthcare|help|helsinki|here|hermes|hgtv|hiphop|hisamitsu|hitachi|hiv|hk|hkt|hm|hn|hockey|holdings|holiday|homedepot|homegoods|homes|homesense|honda|honeywell|horse|hospital|host|hosting|hot|hoteles|hotels|hotmail|house|how|hr|hsbc|ht|htc|hu|hughes|hyatt|hyundai|ibm|icbc|ice|icu|id|ie|ieee|ifm|ikano|il|im|imamat|imdb|immo|immobilien|in|industries|infiniti|info|ing|ink|institute|insurance|insure|int|intel|international|intuit|investments|io|ipiranga|iq|ir|irish|is|iselect|ismaili|ist|istanbul|it|itau|itv|iveco|iwc|jaguar|java|jcb|jcp|je|jeep|jetzt|jewelry|jio|jlc|jll|jm|jmp|jnj|jo|jobs|joburg|jot|joy|jp|jpmorgan|jprs|juegos|juniper|kaufen|kddi|ke|kerryhotels|kerrylogistics|kerryproperties|kfh|kg|kh|ki|kia|kim|kinder|kindle|kitchen|kiwi|km|kn|koeln|komatsu|kosher|kp|kpmg|kpn|kr|krd|kred|kuokgroup|kw|ky|kyoto|kz|la|lacaixa|ladbrokes|lamborghini|lamer|lancaster|lancia|lancome|land|landrover|lanxess|lasalle|lat|latino|latrobe|law|lawyer|lb|lc|lds|lease|leclerc|lefrak|legal|lego|lexus|lgbt|li|liaison|lidl|life|lifeinsurance|lifestyle|lighting|like|lilly|limited|limo|lincoln|linde|link|lipsy|live|living|lixil|lk|loan|loans|locker|locus|loft|lol|london|lotte|lotto|love|lpl|lplfinancial|lr|ls|lt|ltd|ltda|lu|lundbeck|lupin|luxe|luxury|lv|ly|ma|macys|madrid|maif|maison|makeup|man|management|mango|map|market|marketing|markets|marriott|marshalls|maserati|mattel|mba|mc|mckinsey|md|me|med|media|meet|melbourne|meme|memorial|men|menu|meo|merckmsd|metlife|mg|mh|miami|microsoft|mil|mini|mint|mit|mitsubishi|mk|ml|mlb|mls|mm|mma|mn|mo|mobi|mobile|mobily|moda|moe|moi|mom|monash|money|monster|mopar|mormon|mortgage|moscow|moto|motorcycles|mov|movie|movistar|mp|mq|mr|ms|msd|mt|mtn|mtr|mu|museum|mutual|mv|mw|mx|my|mz|na|nab|nadex|nagoya|name|nationwide|natura|navy|nba|nc|ne|nec|net|netbank|netflix|network|neustar|new|newholland|news|next|nextdirect|nexus|nf|nfl|ng|ngo|nhk|ni|nico|nike|nikon|ninja|nissan|nissay|nl|no|nokia|northwesternmutual|norton|now|nowruz|nowtv|np|nr|nra|nrw|ntt|nu|nyc|nz|obi|observer|off|office|okinawa|olayan|olayangroup|oldnavy|ollo|om|omega|one|ong|onl|online|onyourside|ooo|open|oracle|orange|org|organic|origins|osaka|otsuka|ott|ovh|pa|page|panasonic|panerai|paris|pars|partners|parts|party|passagens|pay|pccw|pe|pet|pf|pfizer|pg|ph|pharmacy|phd|philips|phone|photo|photography|photos|physio|piaget|pics|pictet|pictures|pid|pin|ping|pink|pioneer|pizza|pk|pl|place|play|playstation|plumbing|plus|pm|pn|pnc|pohl|poker|politie|porn|post|pr|pramerica|praxi|press|prime|pro|prod|productions|prof|progressive|promo|properties|property|protection|pru|prudential|ps|pt|pub|pw|pwc|py|qa|qpon|quebec|quest|qvc|racing|radio|raid|re|read|realestate|realtor|realty|recipes|red|redstone|redumbrella|rehab|reise|reisen|reit|reliance|ren|rent|rentals|repair|report|republican|rest|restaurant|review|reviews|rexroth|rich|richardli|ricoh|rightathome|ril|rio|rip|rmit|ro|rocher|rocks|rodeo|rogers|room|rs|rsvp|ru|rugby|ruhr|run|rw|rwe|ryukyu|sa|saarland|safe|safety|sakura|sale|salon|samsclub|samsung|sandvik|sandvikcoromant|sanofi|sap|sapo|sarl|sas|save|saxo|sb|sbi|sbs|sc|sca|scb|schaeffler|schmidt|scholarships|school|schule|schwarz|science|scjohnson|scor|scot|sd|se|search|seat|secure|security|seek|select|sener|services|ses|seven|sew|sex|sexy|sfr|sg|sh|shangrila|sharp|shaw|shell|shia|shiksha|shoes|shop|shopping|shouji|show|showtime|shriram|si|silk|sina|singles|site|sj|sk|ski|skin|sky|skype|sl|sling|sm|smart|smile|sn|sncf|so|soccer|social|softbank|software|sohu|solar|solutions|song|sony|soy|space|spiegel|spot|spreadbetting|sr|srl|srt|st|stada|staples|star|starhub|statebank|statefarm|statoil|stc|stcgroup|stockholm|storage|store|stream|studio|study|style|su|sucks|supplies|supply|support|surf|surgery|suzuki|sv|swatch|swiftcover|swiss|sx|sy|sydney|symantec|systems|sz|tab|taipei|talk|taobao|target|tatamotors|tatar|tattoo|tax|taxi|tc|tci|td|tdk|team|tech|technology|tel|telecity|telefonica|temasek|tennis|teva|tf|tg|th|thd|theater|theatre|tiaa|tickets|tienda|tiffany|tips|tires|tirol|tj|tjmaxx|tjx|tk|tkmaxx|tl|tm|tmall|tn|to|today|tokyo|tools|top|toray|toshiba|total|tours|town|toyota|toys|tr|trade|trading|training|travel|travelchannel|travelers|travelersinsurance|trust|trv|tt|tube|tui|tunes|tushu|tv|tvs|tw|tz|ua|ubank|ubs|uconnect|ug|uk|unicom|university|uno|uol|ups|us|uy|uz|va|vacations|vana|vanguard|vc|ve|vegas|ventures|verisign|versicherung|vet|vg|vi|viajes|video|vig|viking|villas|vin|vip|virgin|visa|vision|vista|vistaprint|viva|vivo|vlaanderen|vn|vodka|volkswagen|volvo|vote|voting|voto|voyage|vu|vuelos|wales|walmart|walter|wang|wanggou|warman|watch|watches|weather|weatherchannel|webcam|weber|website|wed|wedding|weibo|weir|wf|whoswho|wien|wiki|williamhill|win|windows|wine|winners|wme|wolterskluwer|woodside|work|works|world|wow|ws|wtc|wtf|xbox|xerox|xfinity|xihuan|xin|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--3bst00m|xn--3ds443g|xn--3e0b707e|xn--3hcrj9c|xn--3oq18vl8pn36a|xn--3pxu8k|xn--42c2d9a|xn--45br5cyl|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--54b7fta0cc|xn--55qw42g|xn--55qx5d|xn--5su34j936bgsg|xn--5tzm5g|xn--6frz82g|xn--6qq986b3xl|xn--80adxhks|xn--80ao21a|xn--80aqecdr1a|xn--80asehdb|xn--80aswg|xn--8y0a063a|xn--90a3ac|xn--90ae|xn--90ais|xn--9dbq2a|xn--9et52u|xn--9krt00a|xn--b4w605ferd|xn--bck1b9a5dre4c|xn--c1avg|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--clchc0ea0b2g2a9gcd|xn--czr694b|xn--czrs0t|xn--czru2d|xn--d1acj3b|xn--d1alf|xn--e1a4c|xn--eckvdtc9d|xn--efvy88h|xn--estv75g|xn--fct429k|xn--fhbei|xn--fiq228c5hs|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--fjq720a|xn--flw351e|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--fzys8d69uvgm|xn--g2xx48c|xn--gckr3f0f|xn--gecrj9c|xn--gk3at1e|xn--h2breg3eve|xn--h2brj9c|xn--h2brj9c8c|xn--hxt814e|xn--i1b6b1a6a2e|xn--imr513n|xn--io0a7i|xn--j1aef|xn--j1amh|xn--j6w193g|xn--jlq61u9w7b|xn--jvr189m|xn--kcrx77d1x4a|xn--kprw13d|xn--kpry57d|xn--kpu716f|xn--kput3i|xn--l1acc|xn--lgbbat1ad8j|xn--mgb9awbf|xn--mgba3a3ejt|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--mgbaakc7dvf|xn--mgbaam7a8h|xn--mgbab2bd|xn--mgbai9azgqp6j|xn--mgbayh7gpa|xn--mgbb9fbpob|xn--mgbbh1a|xn--mgbbh1a71e|xn--mgbc0a9azcg|xn--mgbca7dzdo|xn--mgberp4a5d4ar|xn--mgbgu82a|xn--mgbi4ecexp|xn--mgbpl2fh|xn--mgbt3dhd|xn--mgbtx2b|xn--mgbx4cd0ab|xn--mix891f|xn--mk1bu44c|xn--mxtq1m|xn--ngbc5azd|xn--ngbe9e0a|xn--ngbrx|xn--node|xn--nqv7f|xn--nqv7fs00ema|xn--nyqy26a|xn--o3cw4h|xn--ogbpf8fl|xn--p1acf|xn--p1ai|xn--pbt977c|xn--pgbs0dh|xn--pssy2u|xn--q9jyb4c|xn--qcka1pmc|xn--qxam|xn--rhqv96g|xn--rovu88b|xn--rvc1e0am3e|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--tckwe|xn--tiq49xqyj|xn--unup4y|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--vhquv|xn--vuq861b|xn--w4r85el8fhu5dnra|xn--w4rs40l|xn--wgbh1c|xn--wgbl6a|xn--xhq521b|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--y9a3aq|xn--yfro4i67o|xn--ygbi2ammx|xn--zfr164b|xperia|xxx|xyz|yachts|yahoo|yamaxun|yandex|ye|yodobashi|yoga|yokohama|you|youtube|yt|yun|za|zappos|zara|zero|zip|zippo|zm|zone|zuerich|zw".split("|"),c="0123456789".split(""),s="0123456789abcdefghijklmnopqrstuvwxyz".split(""),u=[" ","\f","\r","\t","\v"," "," ",""],l=[],f=function(e){return new r.CharacterState(e)},p=f(),d=f(i.NUM),m=f(i.DOMAIN),h=f(),y=f(i.WS);p.on("@",f(i.AT)).on(".",f(i.DOT)).on("+",f(i.PLUS)).on("#",f(i.POUND)).on("?",f(i.QUERY)).on("/",f(i.SLASH)).on("_",f(i.UNDERSCORE)).on(":",f(i.COLON)).on("{",f(i.OPENBRACE)).on("[",f(i.OPENBRACKET)).on("<",f(i.OPENANGLEBRACKET)).on("(",f(i.OPENPAREN)).on("}",f(i.CLOSEBRACE)).on("]",f(i.CLOSEBRACKET)).on(">",f(i.CLOSEANGLEBRACKET)).on(")",f(i.CLOSEPAREN)).on("&",f(i.AMPERSAND)).on([",",";","!",'"',"'"],f(i.PUNCTUATION)),p.on("\n",f(i.NL)).on(u,y),y.on(u,y);for(var v=0;v<o.length;v++){var b=(0,r.stateify)(o[v],p,i.TLD,i.DOMAIN);l.push.apply(l,b)}var g=(0,r.stateify)("file",p,i.DOMAIN,i.DOMAIN),S=(0,r.stateify)("ftp",p,i.DOMAIN,i.DOMAIN),E=(0,r.stateify)("http",p,i.DOMAIN,i.DOMAIN),O=(0,r.stateify)("mailto",p,i.DOMAIN,i.DOMAIN);l.push.apply(l,g),l.push.apply(l,S),l.push.apply(l,E),l.push.apply(l,O);var C=g.pop(),w=S.pop(),A=E.pop(),j=O.pop(),T=f(i.DOMAIN),k=f(i.PROTOCOL),I=f(i.MAILTO);w.on("s",T).on(":",k),A.on("s",T).on(":",k),l.push(T),C.on(":",k),T.on(":",k),j.on(":",I);var L=(0,r.stateify)("localhost",p,i.LOCALHOST,i.DOMAIN);l.push.apply(l,L),p.on(c,d),d.on("-",h).on(c,d).on(s,m),m.on("-",h).on(s,m);for(var _=0;_<l.length;_++)l[_].on("-",h).on(s,m);h.on("-",h).on(c,m).on(s,m),p.defaultTransition=f(i.SYM);var P=p;t.State=r.CharacterState,t.TOKENS=a,t.run=function(e){for(var t=e.replace(/[A-Z]/g,(function(e){return e.toLowerCase()})),n=e.length,r=[],i=0;i<n;){for(var a=p,o=null,c=0,s=null,u=-1;i<n&&(o=a.next(t[i]));)(a=o).accepts()?(u=0,s=a):u>=0&&u++,c++,i++;if(!(u<0)){i-=u,c-=u;var l=s.emit();r.push(new l(e.substr(i-c,c)))}}return r},t.start=P},function(e,t,n){"use strict";t.__esModule=!0,t.start=t.run=t.TOKENS=t.State=void 0;var r=n(189),i=n(253),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(i),o=n(59);var c=function(e){return new r.TokenState(e)},s=c(),u=c(),l=c(),f=c(),p=c(),d=c(),m=c(),h=c(i.URL),y=c(),v=c(i.URL),b=c(i.URL),g=c(),S=c(),E=c(),O=c(),C=c(),w=c(i.URL),A=c(i.URL),j=c(i.URL),T=c(i.URL),k=c(),I=c(),L=c(),_=c(),P=c(),x=c(),N=c(i.EMAIL),D=c(),R=c(i.EMAIL),M=c(i.MAILTOEMAIL),U=c(),F=c(),V=c(),B=c(),H=c(i.NL);s.on(o.NL,H).on(o.PROTOCOL,u).on(o.MAILTO,l).on(o.SLASH,f),u.on(o.SLASH,f),f.on(o.SLASH,p),s.on(o.TLD,d).on(o.DOMAIN,d).on(o.LOCALHOST,h).on(o.NUM,d),p.on(o.TLD,b).on(o.DOMAIN,b).on(o.NUM,b).on(o.LOCALHOST,b),d.on(o.DOT,m),P.on(o.DOT,x),m.on(o.TLD,h).on(o.DOMAIN,d).on(o.NUM,d).on(o.LOCALHOST,d),x.on(o.TLD,N).on(o.DOMAIN,P).on(o.NUM,P).on(o.LOCALHOST,P),h.on(o.DOT,m),N.on(o.DOT,x),h.on(o.COLON,y).on(o.SLASH,b),y.on(o.NUM,v),v.on(o.SLASH,b),N.on(o.COLON,D),D.on(o.NUM,R);var z=[o.DOMAIN,o.AT,o.LOCALHOST,o.NUM,o.PLUS,o.POUND,o.PROTOCOL,o.SLASH,o.TLD,o.UNDERSCORE,o.SYM,o.AMPERSAND],q=[o.COLON,o.DOT,o.QUERY,o.PUNCTUATION,o.CLOSEBRACE,o.CLOSEBRACKET,o.CLOSEANGLEBRACKET,o.CLOSEPAREN,o.OPENBRACE,o.OPENBRACKET,o.OPENANGLEBRACKET,o.OPENPAREN];b.on(o.OPENBRACE,S).on(o.OPENBRACKET,E).on(o.OPENANGLEBRACKET,O).on(o.OPENPAREN,C),g.on(o.OPENBRACE,S).on(o.OPENBRACKET,E).on(o.OPENANGLEBRACKET,O).on(o.OPENPAREN,C),S.on(o.CLOSEBRACE,b),E.on(o.CLOSEBRACKET,b),O.on(o.CLOSEANGLEBRACKET,b),C.on(o.CLOSEPAREN,b),w.on(o.CLOSEBRACE,b),A.on(o.CLOSEBRACKET,b),j.on(o.CLOSEANGLEBRACKET,b),T.on(o.CLOSEPAREN,b),k.on(o.CLOSEBRACE,b),I.on(o.CLOSEBRACKET,b),L.on(o.CLOSEANGLEBRACKET,b),_.on(o.CLOSEPAREN,b),S.on(z,w),E.on(z,A),O.on(z,j),C.on(z,T),S.on(q,k),E.on(q,I),O.on(q,L),C.on(q,_),w.on(z,w),A.on(z,A),j.on(z,j),T.on(z,T),w.on(q,w),A.on(q,A),j.on(q,j),T.on(q,T),k.on(z,w),I.on(z,A),L.on(z,j),_.on(z,T),k.on(q,k),I.on(q,I),L.on(q,L),_.on(q,_),b.on(z,b),g.on(z,b),b.on(q,g),g.on(q,g),l.on(o.TLD,M).on(o.DOMAIN,M).on(o.NUM,M).on(o.LOCALHOST,M),M.on(z,M).on(q,U),U.on(z,M).on(q,U);var J=[o.DOMAIN,o.NUM,o.PLUS,o.POUND,o.QUERY,o.UNDERSCORE,o.SYM,o.AMPERSAND,o.TLD];d.on(J,F).on(o.AT,V),h.on(J,F).on(o.AT,V),m.on(J,F),F.on(J,F).on(o.AT,V).on(o.DOT,B),B.on(J,F),V.on(o.TLD,P).on(o.DOMAIN,P).on(o.LOCALHOST,N);t.State=r.TokenState,t.TOKENS=a,t.run=function(e){for(var t=e.length,n=0,r=[],a=[];n<t;){for(var o=s,c=null,u=null,l=0,f=null,p=-1;n<t&&!(c=o.next(e[n]));)a.push(e[n++]);for(;n<t&&(u=c||o.next(e[n]));)c=null,(o=u).accepts()?(p=0,f=o):p>=0&&p++,n++,l++;if(p<0)for(var d=n-l;d<n;d++)a.push(e[d]);else{a.length>0&&(r.push(new i.TEXT(a)),a=[]),n-=p,l-=p;var m=f.emit();r.push(new m(e.slice(n-l,n)))}}return a.length>0&&r.push(new i.TEXT(a)),r},t.start=s},function(e,t,n){"use strict";t.__esModule=!0,t.URL=t.TEXT=t.NL=t.EMAIL=t.MAILTOEMAIL=t.Base=void 0;var r=n(190),i=n(43),a=n(59);function o(e){return e instanceof a.DOMAIN||e instanceof a.TLD}var c=(0,r.createTokenClass)();c.prototype={type:"token",isLink:!1,toString:function(){for(var e=[],t=0;t<this.v.length;t++)e.push(this.v[t].toString());return e.join("")},toHref:function(){return this.toString()},toObject:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"http";return{type:this.type,value:this.toString(),href:this.toHref(e)}}};var s=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"email",isLink:!0}),u=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"email",isLink:!0,toHref:function(){return"mailto:"+this.toString()}}),l=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"text"}),f=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"nl"}),p=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"url",isLink:!0,toHref:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"http",t=!1,n=!1,r=this.v,i=[],c=0;r[c]instanceof a.PROTOCOL;)t=!0,i.push(r[c].toString().toLowerCase()),c++;for(;r[c]instanceof a.SLASH;)n=!0,i.push(r[c].toString()),c++;for(;o(r[c]);)i.push(r[c].toString().toLowerCase()),c++;for(;c<r.length;c++)i.push(r[c].toString());return i=i.join(""),t||n||(i=e+"://"+i),i},hasProtocol:function(){return this.v[0]instanceof a.PROTOCOL}});t.Base=c,t.MAILTOEMAIL=s,t.EMAIL=u,t.NL=f,t.TEXT=l,t.URL=p},function(e,t,n){const{defaults:r}=n(40),{block:i}=n(193),{rtrim:a,splitCells:o,escape:c}=n(35);e.exports=class e{constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||r,this.rules=i.normal,this.options.pedantic?this.rules=i.pedantic:this.options.gfm&&(this.rules=i.gfm)}static get rules(){return i}static lex(t,n){return new e(n).lex(t)}lex(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," "),this.token(e,!0)}token(e,t){let n,r,s,u,l,f,p,d,m,h,y,v,b,g,S,E;for(e=e.replace(/^ +$/gm,"");e;)if((s=this.rules.newline.exec(e))&&(e=e.substring(s[0].length),s[0].length>1&&this.tokens.push({type:"space"})),s=this.rules.code.exec(e)){const t=this.tokens[this.tokens.length-1];e=e.substring(s[0].length),t&&"paragraph"===t.type?t.text+="\n"+s[0].trimRight():(s=s[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",codeBlockStyle:"indented",text:this.options.pedantic?s:a(s,"\n")}))}else if(s=this.rules.fences.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"code",lang:s[2]?s[2].trim():s[2],text:s[3]||""});else if(s=this.rules.heading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:s[1].length,text:s[2]});else if((s=this.rules.nptable.exec(e))&&(f={type:"table",header:o(s[1].replace(/^ *| *\| *$/g,"")),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3]?s[3].replace(/\n$/,"").split("\n"):[]},f.header.length===f.align.length)){for(e=e.substring(s[0].length),y=0;y<f.align.length;y++)/^ *-+: *$/.test(f.align[y])?f.align[y]="right":/^ *:-+: *$/.test(f.align[y])?f.align[y]="center":/^ *:-+ *$/.test(f.align[y])?f.align[y]="left":f.align[y]=null;for(y=0;y<f.cells.length;y++)f.cells[y]=o(f.cells[y],f.header.length);this.tokens.push(f)}else if(s=this.rules.hr.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"hr"});else if(s=this.rules.blockquote.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"blockquote_start"}),s=s[0].replace(/^ *> ?/gm,""),this.token(s,t),this.tokens.push({type:"blockquote_end"});else if(s=this.rules.list.exec(e)){for(e=e.substring(s[0].length),u=s[2],g=u.length>1,p={type:"list_start",ordered:g,start:g?+u:"",loose:!1},this.tokens.push(p),s=s[0].match(this.rules.item),d=[],n=!1,b=s.length,y=0;y<b;y++)f=s[y],h=f.length,f=f.replace(/^ *([*+-]|\d+\.) */,""),~f.indexOf("\n ")&&(h-=f.length,f=this.options.pedantic?f.replace(/^ {1,4}/gm,""):f.replace(new RegExp("^ {1,"+h+"}","gm"),"")),y!==b-1&&(l=i.bullet.exec(s[y+1])[0],(u.length>1?1===l.length:l.length>1||this.options.smartLists&&l!==u)&&(e=s.slice(y+1).join("\n")+e,y=b-1)),r=n||/\n\n(?!\s*$)/.test(f),y!==b-1&&(n="\n"===f.charAt(f.length-1),r||(r=n)),r&&(p.loose=!0),S=/^\[[ xX]\] /.test(f),E=void 0,S&&(E=" "!==f[1],f=f.replace(/^\[[ xX]\] +/,"")),m={type:"list_item_start",task:S,checked:E,loose:r},d.push(m),this.tokens.push(m),this.token(f,!1),this.tokens.push({type:"list_item_end"});if(p.loose)for(b=d.length,y=0;y<b;y++)d[y].loose=!0;this.tokens.push({type:"list_end"})}else if(s=this.rules.html.exec(e))e=e.substring(s[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===s[1]||"script"===s[1]||"style"===s[1]),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(s[0]):c(s[0]):s[0]});else if(t&&(s=this.rules.def.exec(e)))e=e.substring(s[0].length),s[3]&&(s[3]=s[3].substring(1,s[3].length-1)),v=s[1].toLowerCase().replace(/\s+/g," "),this.tokens.links[v]||(this.tokens.links[v]={href:s[2],title:s[3]});else if((s=this.rules.table.exec(e))&&(f={type:"table",header:o(s[1].replace(/^ *| *\| *$/g,"")),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3]?s[3].replace(/\n$/,"").split("\n"):[]},f.header.length===f.align.length)){for(e=e.substring(s[0].length),y=0;y<f.align.length;y++)/^ *-+: *$/.test(f.align[y])?f.align[y]="right":/^ *:-+: *$/.test(f.align[y])?f.align[y]="center":/^ *:-+ *$/.test(f.align[y])?f.align[y]="left":f.align[y]=null;for(y=0;y<f.cells.length;y++)f.cells[y]=o(f.cells[y].replace(/^ *\| *| *\| *$/g,""),f.header.length);this.tokens.push(f)}else if(s=this.rules.lheading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:"="===s[2].charAt(0)?1:2,text:s[1]});else if(t&&(s=this.rules.paragraph.exec(e)))e=e.substring(s[0].length),this.tokens.push({type:"paragraph",text:"\n"===s[1].charAt(s[1].length-1)?s[1].slice(0,-1):s[1]});else if(s=this.rules.text.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"text",text:s[0]});else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return this.tokens}}},function(e,t,n){const r=n(60),i=n(194),a=n(195),o=n(196),{defaults:c}=n(40),{merge:s,unescape:u}=n(35);e.exports=class e{constructor(e){this.tokens=[],this.token=null,this.options=e||c,this.options.renderer=this.options.renderer||new r,this.renderer=this.options.renderer,this.renderer.options=this.options,this.slugger=new i}static parse(t,n){return new e(n).parse(t)}parse(e){this.inline=new a(e.links,this.options),this.inlineText=new a(e.links,s({},this.options,{renderer:new o})),this.tokens=e.reverse();let t="";for(;this.next();)t+=this.tok();return t}next(){return this.token=this.tokens.pop(),this.token}peek(){return this.tokens[this.tokens.length-1]||0}parseText(){let e=this.token.text;for(;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)}tok(){let e="";switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,u(this.inlineText.output(this.token.text)),this.slugger);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":{let t,n,r,i,a="";for(r="",t=0;t<this.token.header.length;t++)r+=this.renderer.tablecell(this.inline.output(this.token.header[t]),{header:!0,align:this.token.align[t]});for(a+=this.renderer.tablerow(r),t=0;t<this.token.cells.length;t++){for(n=this.token.cells[t],r="",i=0;i<n.length;i++)r+=this.renderer.tablecell(this.inline.output(n[i]),{header:!1,align:this.token.align[i]});e+=this.renderer.tablerow(r)}return this.renderer.table(a,e)}case"blockquote_start":for(e="";"blockquote_end"!==this.next().type;)e+=this.tok();return this.renderer.blockquote(e);case"list_start":{e="";const t=this.token.ordered,n=this.token.start;for(;"list_end"!==this.next().type;)e+=this.tok();return this.renderer.list(e,t,n)}case"list_item_start":{e="";const t=this.token.loose,n=this.token.checked,r=this.token.task;if(this.token.task)if(t)if("text"===this.peek().type){const e=this.peek();e.text=this.renderer.checkbox(n)+" "+e.text}else this.tokens.push({type:"text",text:this.renderer.checkbox(n)});else e+=this.renderer.checkbox(n);for(;"list_item_end"!==this.next().type;)e+=t||"text"!==this.token.type?this.tok():this.parseText();return this.renderer.listitem(e,r,n)}case"html":return this.renderer.html(this.token.text);case"paragraph":return this.renderer.paragraph(this.inline.output(this.token.text));case"text":return this.renderer.paragraph(this.parseText());default:{const e='Token with "'+this.token.type+'" type was not found.';if(!this.options.silent)throw new Error(e);console.log(e)}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CopyToClipboard=void 0;var r=a(n(0)),i=a(n(257));function a(e){return e&&e.__esModule?e:{default:e}}function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?d(e):t}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y=function(e){function t(){var e,n;u(this,t);for(var a=arguments.length,o=new Array(a),c=0;c<a;c++)o[c]=arguments[c];return h(d(n=f(this,(e=p(t)).call.apply(e,[this].concat(o)))),"onClick",(function(e){var t=n.props,a=t.text,o=t.onCopy,c=t.children,s=t.options,u=r.default.Children.only(c),l=(0,i.default)(a,s);o&&o(a,l),u&&u.props&&"function"==typeof u.props.onClick&&u.props.onClick(e)})),n}var n,a,o;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(t,e),n=t,(a=[{key:"render",value:function(){var e=this.props,t=(e.text,e.onCopy,e.options,e.children),n=s(e,["text","onCopy","options","children"]),i=r.default.Children.only(t);return r.default.cloneElement(i,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(n,!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},n,{onClick:this.onClick}))}}])&&l(n.prototype,a),o&&l(n,o),t}(r.default.PureComponent);t.CopyToClipboard=y,h(y,"defaultProps",{onCopy:void 0,options:void 0})},function(e,t,n){"use strict";var r=n(258),i={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,a,o,c,s,u,l=!1;t||(t={}),n=t.debug||!1;try{if(o=r(),c=document.createRange(),s=document.getSelection(),(u=document.createElement("span")).textContent=e,u.style.all="unset",u.style.position="fixed",u.style.top=0,u.style.clip="rect(0, 0, 0, 0)",u.style.whiteSpace="pre",u.style.webkitUserSelect="text",u.style.MozUserSelect="text",u.style.msUserSelect="text",u.style.userSelect="text",u.addEventListener("copy",(function(r){if(r.stopPropagation(),t.format)if(r.preventDefault(),void 0===r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=i[t.format]||i.default;window.clipboardData.setData(a,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e);t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))})),document.body.appendChild(u),c.selectNodeContents(u),s.addRange(c),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(r){n&&console.error("unable to copy using execCommand: ",r),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(r){n&&console.error("unable to copy using clipboardData: ",r),n&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{s&&("function"==typeof s.removeRange?s.removeRange(c):s.removeAllRanges()),u&&document.body.removeChild(u),o()}return l}},function(e,t){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},function(e,t,n){"use strict";n.r(t);var r={UPLOAD_IMAGE:"upload:image"},i={Subjects:Object.assign({SUBJECTS:"subjects",NEW_SUBJECT:"new:subject",EDIT_SUBJECT:"edit:subject",EDIT_SUBJECT_PLAYLISTS:"edit:subject:playlists",EDIT_SUBJECT_SERIES:"edit:subject:series",EDIT_SUBJECT_VIDEOS:"edit:subject:videos",SUBJECT_CLASSIFICATIONS:"subject:classifications",DELETE_SUBJECT:"delete:subject",ADD_SUBJECT_MEMBERS:"add:subject:members",REMOVE_SUBJECT_MEMBER:"remove:subject:member",CLASSIFICATIONS:"classifications",PRESENTATION_CLASSIFICATIONS:"presentation:classifications",NEW_CLASSIFICATION:"new:classification",EDIT_CLASSIFICATION:"edit:classification",EDIT_CLASSIFICATION_PLAYLISTS:"edit:classification:playlists",EDIT_CLASSIFICATION_SERIES:"edit:classification:series",EDIT_CLASSIFICATION_VIDEOS:"edit:classification:videos",DELETE_CLASSIFICATION:"delete:classification",REMOVE_CLASSIFICATION_MEMBER:"remove:classification:member",LEVELS:"levels",NEW_LEVEL:"new:level",EDIT_LEVEL:"edit:level",LEVEL_AUDIENCES:"level:audiences",EDIT_LEVEL_PLAYLISTS:"edit:level:playlists",EDIT_LEVEL_SERIES:"edit:level:series",EDIT_LEVEL_VIDEOS:"edit:level:videos",REMOVE_LEVEL_MEMBER:"remove:level:member",AUDIENCES:"audiences",PRESENTATION_AUDIENCES:"presentation:audiences",NEW_AUDIENCE:"new:audience",EDIT_AUDIENCE:"edit:audience",EDIT_AUDIENCE_PLAYLISTS:"edit:audience:playlists",EDIT_AUDIENCE_SERIES:"edit:audience:series",EDIT_AUDIENCE_VIDEOS:"edit:audience:videos",DELETE_AUDIENCE:"delete:audience",REMOVE_AUDIENCE_MEMBER:"remove:audience:member",PRESENTATIONS:"presentations",NEW_PRESENTATION:"new:presentation",EDIT_PRESENTATION:"edit:presentation"},r),Playlists:Object.assign({PLAYLISTS:"index",SEARCH_PLAYLISTS:"search:playlists",NEW_PLAYLIST:"new:playlist",EDIT_PLAYLIST:"edit:playlist",EDIT_PLAYLIST_VIDEOS:"edit:playlist:videos",EDIT_PLAYLIST_DASHBOARDS:"edit:playlist:dashboards",EDIT_PLAYLIST_SUBJECTS:"edit:playlist:subjects",EDIT_PLAYLIST_AUDIENCES:"edit:playlist:audiences",DELETE_PLAYLIST:"delete:playlist",REMOVE_VIDEO:"remove:video",REMOVE_FROM_SUBJECT:"remove:from:subject",DASHBOARD:"dashboard",DELETE_DASHBOARD_WIDGET:"delete:dashboard:widget"},r),Series:Object.assign({EDIT_SERIES:"edit:series",EDIT_SERIES_VIDEOS:"edit:series:videos",EDIT_SERIES_SUBJECTS:"edit:series:subjects",EDIT_SERIES_AUDIENCES:"edit:series:audiences",LEGACY_EDIT_SERIES:"legacy:edit:series"},r),Videos:Object.assign({EDIT_VIDEO:"edit:video",EDIT_VIDEO_AUDIENCES:"edit:video:audiences",EDIT_VIDEO_SUBJECTS:"edit:video:subjects",EDIT_VIDEO_ALIASES:"edit:video:aliases",LEGACY_EDIT_VIDEO:"legacy:edit:video"},r),DomainOptions:{DOMAIN_OPTIONS:"domain:options",NEW_DOMAIN_OPTION:"new:domain:option",EDIT_DOMAIN_OPTION:"edit:domain:option",DELETE_DOMAIN_OPTION:"delete:domain:option"},People:{PEOPLE:"people",NEW_PERSON:"new:person",EDIT_PERSON:"edit:person"},Companies:{COMPANIES:"companies",NEW_COMPANY:"new:company",EDIT_COMPANY:"edit:company"},Themes:Object.assign({THEMES:"themes",NEW_THEME:"new:theme",EDIT_THEME:"edit:theme",DELETE_THEME:"delete:theme"},r),ReleaseNotes:{FORM:"form",GENERATOR:"generator"},Customers:{MANAGE_CUSTOMER:"manage:customer",MANAGE_CUSTOMER_TOPICS:"manage:customer:topics"}},a={SUBJECT:"subject",SUBJECTS:"subjects",UPDATE_SUBJECT:"update:subject",DELETE_SUBJECT:"delete:subject",UPDATE_OBJECT_SUBJECTS:"update:object:subjects",ADD_TO_SUBJECT:"add:to:subject",REMOVE_FROM_SUBJECT:"remove:from:subject",CLASSIFICATION:"classification",CLASSIFICATIONS:"classifications",UPDATE_CLASSIFICATION:"update:classification",DELETE_CLASSIFICATION:"delete:classification",UPDATE_OBJECT_CLASSIFICATIONS:"update:object:classifications",ADD_TO_CLASSIFICATION:"add:to:classification",REMOVE_FROM_CLASSIFICATION:"remove:from:classification",PRESENTATION:"presentation",PRESENTATIONS:"presentations",UPDATE_PRESENTATION:"update:presentation",LEVEL:"level",LEVELS:"levels",UPDATE_LEVEL:"update:level",ADD_TO_LEVEL:"add:to:level",REMOVE_FROM_LEVEL:"remove:from:level",UPDATE_OBJECT_LEVELS:"update:object:levels",AUDIENCE:"audience",AUDIENCES:"audiences",UPDATE_AUDIENCE:"update:audience",DELETE_AUDIENCE:"delete:audience",UPDATE_OBJECT_AUDIENCES:"update:object:audiences",ADD_TO_AUDIENCE:"add:to:audience",REMOVE_FROM_AUDIENCE:"remove:from:audience",PLAYLIST:"playlist",PLAYLISTS:"playlists",UPDATE_PLAYLIST:"update:playlist",DELETE_PLAYLIST:"delete:playlist",PLAYLIST_VIDEOS:"playlist:videos",REORDER_PLAYLIST_VIDEOS:"reorder:playlist:videos",REMOVE_PLAYLIST_VIDEO:"remove:playlist:video",VIDEO:"video",SERIES:"series",SERIES_BY_ID:"series:by:id",UPDATE_SERIES:"update:series",CURRENT_USER:"current:user",UPLOAD_IMAGE:"upload:image",LOCALE:"locale",PHRASES:"PHRASES"},o={CURATOR_LAYOUT:"CuratorLayout"},c={COMPANIES:"companies:application",CUSTOMERS:"customers:application",DOMAIN_OPTIONS:"domain:options:application",PEOPLE:"people:application",PLAYLISTS:"playlists:application",SERIES:"series:application",SUBJECTS:"subjects:application",THEMES:"themes:application",VIDEOS:"videos:application",RELEASE_NOTES:"release:notes:application"},s={IMAGE_UPLOAD:"image:upload:data:service",SUBJECT:"subject:data:service",LANGUAGE:"language:data:service"},u={SUBJECT:"SubjectDataService",LANGUAGE:"LanguageDataService"},l=n(0),f=n.n(l),p=n(27),d=n(1),m=function(e){return d.isFunction(e)},h=function(){return d.identity},y=n(54),v=n(6);function b(e){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function g(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function S(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function E(e,t){return(E=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function O(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=w(e);if(t){var i=w(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return C(this,n)}}function C(e,t){return!t||"object"!==b(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var A=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&E(e,t)}(a,e);var t,n,r,i=O(a);function a(){return g(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"isReactComponent",value:function(e){return l&&l.isValidElement(e)}},{key:"showChildView",value:function(e,t){this.isReactComponent(t)&&this.showChildReactComponent(e,t)}},{key:"showChildReactComponent",value:function(e,t){var n=this;this.isAttached()?this.renderChildReactComponent(e,t):this.listenToOnce(this,"attach",(function(){return n.renderChildReactComponent(e,t)}))}},{key:"renderChildReactComponent",value:function(e,t){var n=this.getRegion(e),r=this.$el.find(n.el);r&&r.length&&(n.trigger("before:show"),y.render(t,r[0],(function(){return n.trigger("show")})),this.listenToOnce(this,"unmount:".concat(e),(function(){return y.unmountComponentAtNode(r[0])})),this.listenToOnce(this,"before:destroy",(function(){return y.unmountComponentAtNode(r[0])})))}},{key:"wrapWithStore",value:function(e){return l.createElement(v.Provider,{store:this.options.store},e)}}])&&S(t.prototype,n),r&&S(t,r),a}(n(46).a),j="top:nav",T="left:nav",k="content",I="popup",L="alert",_=n(200),P=n.n(_),x=n(55),N=n.n(x);function D(e){return(D="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function R(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function M(e,t,n){return(M="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,t,n){var r=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=B(e)););return e}(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(n):i.value}})(e,t,n||e)}function U(e,t){return(U=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function F(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=B(e);if(t){var i=B(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return V(this,n)}}function V(e,t){return!t||"object"!==D(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function B(e){return(B=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var H=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&U(e,t)}(a,e);var t,n,r,i=F(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(t=i.call(this,e)).childComponents={},t}return t=a,r=[{key:"getCacheKey",value:function(e){var t="".concat(this.name),n=[];return Object.keys(e).forEach((function(t){n.push("".concat(t,":").concat(e[t]))})),n.length&&(n.sort(),t+=":".concat(n.join(":"))),t}}],(n=[{key:"title",get:function(){return!1}},{key:"name",get:function(){return"CuratorLayoutView"}},{key:"template",get:function(){return P.a}},{key:"className",get:function(){return"container-fluid ".concat(N.a.curatorLayout)}},{key:"regions",value:function(){return{layout:".layout-region"}}},{key:"getChildComponents",value:function(){return{topNav:{component:this.childComponents[j],className:N.a.topNavRegion},leftNav:{component:this.childComponents[T],className:"py-3 ".concat(N.a.leftNavRegion)},content:{component:this.childComponents[k],className:"position-relative container py-3"},popup:{component:this.childComponents[I]},alert:{component:this.childComponents[L]}}}},{key:"unsetRegion",value:function(e){delete this.childComponents[e],this.renderLayout()}},{key:"renderTopNav",value:function(){m(this.options.getTopNavView)&&(this.childComponents[j]=this.options.getTopNavView(p.AppLinkHelper.getCurrentAppLink()))}},{key:"hideLeftNav",value:function(){this.unsetRegion(T)}},{key:"closePopup",value:function(){this.unsetRegion(I)}},{key:"showChildView",value:function(e,t){this.childComponents[e]=t,this.renderTopNav(),this.renderLayout()}},{key:"renderLayout",value:function(){var e=Object.assign({provider:this.options.provider},this.getChildComponents());M(B(a.prototype),"showChildView",this).call(this,"layout",this.wrapWithStore(l.createElement(W,Object.assign({},e))))}}])&&R(t.prototype,n),r&&R(t,r),a}(A),z=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},q=function(e){var t=e.className,n=e.children;return l.createElement("div",{className:t},n)},J=function(e,t){return"".concat(e).concat(t?" ".concat(t):"")},K=function(e){var t=e.topNav,n=e.leftNav,r=e.content,i=e.popup,a=e.alert;return l.createElement(l.Fragment,null,l.createElement("div",{className:"position-relative"},!!t.component&&l.createElement(q,{className:J("top-nav-region",t.className)},t.component),!!n.component&&l.createElement(q,{className:J("left-nav-region",n.className)},n.component),!!r.component&&l.createElement("div",{className:"content-container"},l.createElement(q,{className:J("content-region",r.className)},r.component))),!!i.component&&l.createElement(q,{className:J("popup-region",i.className)},i.component),!!a.component&&l.createElement(q,{className:J("alert-region",a.className)},a.component))},W=function(e){var t=e.provider,n=z(e,["provider"]);return t?l.createElement(t,null,l.createElement(K,Object.assign({},n))):l.createElement(K,Object.assign({},n))},Y=n(9);function G(e){return(G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Z(e){return function(e){if(Array.isArray(e))return Q(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Q(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function X(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ee(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function te(e,t){return(te=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ne(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ie(e);if(t){var i=ie(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return re(this,n)}}function re(e,t){return!t||"object"!==G(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ie(e){return(ie=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ae=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&te(e,t)}(a,e);var t,n,r,i=ne(a);function a(){return X(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"initialize",value:function(){this.listenTo(Y.a.SHELL,p.EventNames.ROUTING_END,this.updateNav)}},{key:"name",get:function(){return"CuratorAppNavService"}},{key:"updateNav",value:function(){var e=this,t=p.AppLinkHelper.getCurrentAppLink().application;if(t!==this.currentApplication){this.currentApplication=t;var n=this.options.navItemMappings[t];if(n){var r=document.querySelector(this.options.navSelector);r&&r.children&&Z(r.children).forEach((function(t){var r=t.querySelector("a");r&&(r.classList.remove(e.options.currentItemClassName),r.text===n&&r.classList.add(e.options.currentItemClassName))}))}}}}])&&ee(t.prototype,n),r&&ee(t,r),a}(p.Service),oe=n(70),ce=n(8),se=function(e){var t="/api/master/v2/companies";return e?"".concat(t,"?cursor=").concat(e):t},ue=function(e){return"/api/master/v2/objects/".concat(e)},le=function(){return"/api/master/v2/companies"},fe=function(e){return"/api/master/v2/objects/".concat(e)},pe="companies",de="company",me="update:company",he=function(e){return{key:"".concat(pe).concat(e?":".concat(e):""),url:se(e)}},ye=function(e){return{key:"".concat(de,":").concat(e),url:ue(e)}},ve=function(e,t,n){return{key:de,url:le(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[pe]}},be=function(e,t,n){return{key:"".concat(me,":").concat(e),url:fe(e),data:t,type:ce.a.PUT,always:n}},ge=n(33),Se=n.n(ge),Ee=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===Oe}(e)}(e)};var Oe="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Ce(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ae((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function we(e,t,n){return e.concat(t).map((function(e){return Ce(e,n)}))}function Ae(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||we,n.isMergeableObject=n.isMergeableObject||Ee;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach((function(t){r[t]=Ce(e[t],n)})),Object.keys(t).forEach((function(i){n.isMergeableObject(t[i])&&e[i]?r[i]=Ae(e[i],t[i],n):r[i]=Ce(t[i],n)})),r}(e,t,n):Ce(t,n)}Ae.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return Ae(e,n,t)}),{})};var je=Ae,Te=n(15),ke=Te.a.Symbol,Ie=Object.prototype,Le=Ie.hasOwnProperty,_e=Ie.toString,Pe=ke?ke.toStringTag:void 0;var xe=function(e){var t=Le.call(e,Pe),n=e[Pe];try{e[Pe]=void 0;var r=!0}catch(e){}var i=_e.call(e);return r&&(t?e[Pe]=n:delete e[Pe]),i},Ne=Object.prototype.toString;var De=function(e){return Ne.call(e)},Re=ke?ke.toStringTag:void 0;var Me=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Re&&Re in Object(e)?xe(e):De(e)};var Ue=function(e,t){return function(n){return e(t(n))}},Fe=Ue(Object.getPrototypeOf,Object);var Ve=function(e){return null!=e&&"object"==typeof e},Be=Function.prototype,He=Object.prototype,ze=Be.toString,qe=He.hasOwnProperty,Je=ze.call(Object);var $e=function(e){if(!Ve(e)||"[object Object]"!=Me(e))return!1;var t=Fe(e);if(null===t)return!0;var n=qe.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ze.call(n)==Je};var Ke=function(){this.__data__=[],this.size=0};var We=function(e,t){return e===t||e!=e&&t!=t};var Ye=function(e,t){for(var n=e.length;n--;)if(We(e[n][0],t))return n;return-1},Ge=Array.prototype.splice;var Ze=function(e){var t=this.__data__,n=Ye(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,!0)};var Qe=function(e){var t=this.__data__,n=Ye(t,e);return n<0?void 0:t[n][1]};var Xe=function(e){return Ye(this.__data__,e)>-1};var et=function(e,t){var n=this.__data__,r=Ye(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function tt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}tt.prototype.clear=Ke,tt.prototype.delete=Ze,tt.prototype.get=Qe,tt.prototype.has=Xe,tt.prototype.set=et;var nt=tt;var rt=function(){this.__data__=new nt,this.size=0};var it=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var at=function(e){return this.__data__.get(e)};var ot=function(e){return this.__data__.has(e)};var ct=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};var st,ut=function(e){if(!ct(e))return!1;var t=Me(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},lt=Te.a["__core-js_shared__"],ft=(st=/[^.]+$/.exec(lt&<.keys&<.keys.IE_PROTO||""))?"Symbol(src)_1."+st:"";var pt=function(e){return!!ft&&ft in e},dt=Function.prototype.toString;var mt=function(e){if(null!=e){try{return dt.call(e)}catch(e){}try{return e+""}catch(e){}}return""},ht=/^\[object .+?Constructor\]$/,yt=Function.prototype,vt=Object.prototype,bt=yt.toString,gt=vt.hasOwnProperty,St=RegExp("^"+bt.call(gt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Et=function(e){return!(!ct(e)||pt(e))&&(ut(e)?St:ht).test(mt(e))};var Ot=function(e,t){return null==e?void 0:e[t]};var Ct=function(e,t){var n=Ot(e,t);return Et(n)?n:void 0},wt=Ct(Te.a,"Map"),At=Ct(Object,"create");var jt=function(){this.__data__=At?At(null):{},this.size=0};var Tt=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},kt=Object.prototype.hasOwnProperty;var It=function(e){var t=this.__data__;if(At){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return kt.call(t,e)?t[e]:void 0},Lt=Object.prototype.hasOwnProperty;var _t=function(e){var t=this.__data__;return At?void 0!==t[e]:Lt.call(t,e)};var Pt=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=At&&void 0===t?"__lodash_hash_undefined__":t,this};function xt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}xt.prototype.clear=jt,xt.prototype.delete=Tt,xt.prototype.get=It,xt.prototype.has=_t,xt.prototype.set=Pt;var Nt=xt;var Dt=function(){this.size=0,this.__data__={hash:new Nt,map:new(wt||nt),string:new Nt}};var Rt=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var Mt=function(e,t){var n=e.__data__;return Rt(t)?n["string"==typeof t?"string":"hash"]:n.map};var Ut=function(e){var t=Mt(this,e).delete(e);return this.size-=t?1:0,t};var Ft=function(e){return Mt(this,e).get(e)};var Vt=function(e){return Mt(this,e).has(e)};var Bt=function(e,t){var n=Mt(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function Ht(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ht.prototype.clear=Dt,Ht.prototype.delete=Ut,Ht.prototype.get=Ft,Ht.prototype.has=Vt,Ht.prototype.set=Bt;var zt=Ht;var qt=function(e,t){var n=this.__data__;if(n instanceof nt){var r=n.__data__;if(!wt||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(e,t),this.size=n.size,this};function Jt(e){var t=this.__data__=new nt(e);this.size=t.size}Jt.prototype.clear=rt,Jt.prototype.delete=it,Jt.prototype.get=at,Jt.prototype.has=ot,Jt.prototype.set=qt;var $t=Jt;var Kt=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e},Wt=function(){try{var e=Ct(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var Yt=function(e,t,n){"__proto__"==t&&Wt?Wt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},Gt=Object.prototype.hasOwnProperty;var Zt=function(e,t,n){var r=e[t];Gt.call(e,t)&&We(r,n)&&(void 0!==n||t in e)||Yt(e,t,n)};var Qt=function(e,t,n,r){var i=!n;n||(n={});for(var a=-1,o=t.length;++a<o;){var c=t[a],s=r?r(n[c],e[c],c,n,e):void 0;void 0===s&&(s=e[c]),i?Yt(n,c,s):Zt(n,c,s)}return n};var Xt=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r};var en=function(e){return Ve(e)&&"[object Arguments]"==Me(e)},tn=Object.prototype,nn=tn.hasOwnProperty,rn=tn.propertyIsEnumerable,an=en(function(){return arguments}())?en:function(e){return Ve(e)&&nn.call(e,"callee")&&!rn.call(e,"callee")},on=Array.isArray,cn=n(49),sn=/^(?:0|[1-9]\d*)$/;var un=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&sn.test(e))&&e>-1&&e%1==0&&e<t};var ln=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},fn={};fn["[object Float32Array]"]=fn["[object Float64Array]"]=fn["[object Int8Array]"]=fn["[object Int16Array]"]=fn["[object Int32Array]"]=fn["[object Uint8Array]"]=fn["[object Uint8ClampedArray]"]=fn["[object Uint16Array]"]=fn["[object Uint32Array]"]=!0,fn["[object Arguments]"]=fn["[object Array]"]=fn["[object ArrayBuffer]"]=fn["[object Boolean]"]=fn["[object DataView]"]=fn["[object Date]"]=fn["[object Error]"]=fn["[object Function]"]=fn["[object Map]"]=fn["[object Number]"]=fn["[object Object]"]=fn["[object RegExp]"]=fn["[object Set]"]=fn["[object String]"]=fn["[object WeakMap]"]=!1;var pn=function(e){return Ve(e)&&ln(e.length)&&!!fn[Me(e)]};var dn=function(e){return function(t){return e(t)}},mn=n(29),hn=mn.a&&mn.a.isTypedArray,yn=hn?dn(hn):pn,vn=Object.prototype.hasOwnProperty;var bn=function(e,t){var n=on(e),r=!n&&an(e),i=!n&&!r&&Object(cn.a)(e),a=!n&&!r&&!i&&yn(e),o=n||r||i||a,c=o?Xt(e.length,String):[],s=c.length;for(var u in e)!t&&!vn.call(e,u)||o&&("length"==u||i&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||un(u,s))||c.push(u);return c},gn=Object.prototype;var Sn=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||gn)},En=Ue(Object.keys,Object),On=Object.prototype.hasOwnProperty;var Cn=function(e){if(!Sn(e))return En(e);var t=[];for(var n in Object(e))On.call(e,n)&&"constructor"!=n&&t.push(n);return t};var wn=function(e){return null!=e&&ln(e.length)&&!ut(e)};var An=function(e){return wn(e)?bn(e):Cn(e)};var jn=function(e,t){return e&&Qt(t,An(t),e)};var Tn=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},kn=Object.prototype.hasOwnProperty;var In=function(e){if(!ct(e))return Tn(e);var t=Sn(e),n=[];for(var r in e)("constructor"!=r||!t&&kn.call(e,r))&&n.push(r);return n};var Ln=function(e){return wn(e)?bn(e,!0):In(e)};var _n=function(e,t){return e&&Qt(t,Ln(t),e)},Pn=n(202);var xn=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t};var Nn=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a};var Dn=function(){return[]},Rn=Object.prototype.propertyIsEnumerable,Mn=Object.getOwnPropertySymbols,Un=Mn?function(e){return null==e?[]:(e=Object(e),Nn(Mn(e),(function(t){return Rn.call(e,t)})))}:Dn;var Fn=function(e,t){return Qt(e,Un(e),t)};var Vn=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e},Bn=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)Vn(t,Un(e)),e=Fe(e);return t}:Dn;var Hn=function(e,t){return Qt(e,Bn(e),t)};var zn=function(e,t,n){var r=t(e);return on(e)?r:Vn(r,n(e))};var qn=function(e){return zn(e,An,Un)};var Jn=function(e){return zn(e,Ln,Bn)},$n=Ct(Te.a,"DataView"),Kn=Ct(Te.a,"Promise"),Wn=Ct(Te.a,"Set"),Yn=Ct(Te.a,"WeakMap"),Gn=mt($n),Zn=mt(wt),Qn=mt(Kn),Xn=mt(Wn),er=mt(Yn),tr=Me;($n&&"[object DataView]"!=tr(new $n(new ArrayBuffer(1)))||wt&&"[object Map]"!=tr(new wt)||Kn&&"[object Promise]"!=tr(Kn.resolve())||Wn&&"[object Set]"!=tr(new Wn)||Yn&&"[object WeakMap]"!=tr(new Yn))&&(tr=function(e){var t=Me(e),n="[object Object]"==t?e.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case Gn:return"[object DataView]";case Zn:return"[object Map]";case Qn:return"[object Promise]";case Xn:return"[object Set]";case er:return"[object WeakMap]"}return t});var nr=tr,rr=Object.prototype.hasOwnProperty;var ir=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&rr.call(e,"index")&&(n.index=e.index,n.input=e.input),n},ar=Te.a.Uint8Array;var or=function(e){var t=new e.constructor(e.byteLength);return new ar(t).set(new ar(e)),t};var cr=function(e,t){var n=t?or(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)},sr=/\w*$/;var ur=function(e){var t=new e.constructor(e.source,sr.exec(e));return t.lastIndex=e.lastIndex,t},lr=ke?ke.prototype:void 0,fr=lr?lr.valueOf:void 0;var pr=function(e){return fr?Object(fr.call(e)):{}};var dr=function(e,t){var n=t?or(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var mr=function(e,t,n){var r=e.constructor;switch(t){case"[object ArrayBuffer]":return or(e);case"[object Boolean]":case"[object Date]":return new r(+e);case"[object DataView]":return cr(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return dr(e,n);case"[object Map]":return new r;case"[object Number]":case"[object String]":return new r(e);case"[object RegExp]":return ur(e);case"[object Set]":return new r;case"[object Symbol]":return pr(e)}},hr=Object.create,yr=function(){function e(){}return function(t){if(!ct(t))return{};if(hr)return hr(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var vr=function(e){return"function"!=typeof e.constructor||Sn(e)?{}:yr(Fe(e))};var br=function(e){return Ve(e)&&"[object Map]"==nr(e)},gr=mn.a&&mn.a.isMap,Sr=gr?dn(gr):br;var Er=function(e){return Ve(e)&&"[object Set]"==nr(e)},Or=mn.a&&mn.a.isSet,Cr=Or?dn(Or):Er,wr={};wr["[object Arguments]"]=wr["[object Array]"]=wr["[object ArrayBuffer]"]=wr["[object DataView]"]=wr["[object Boolean]"]=wr["[object Date]"]=wr["[object Float32Array]"]=wr["[object Float64Array]"]=wr["[object Int8Array]"]=wr["[object Int16Array]"]=wr["[object Int32Array]"]=wr["[object Map]"]=wr["[object Number]"]=wr["[object Object]"]=wr["[object RegExp]"]=wr["[object Set]"]=wr["[object String]"]=wr["[object Symbol]"]=wr["[object Uint8Array]"]=wr["[object Uint8ClampedArray]"]=wr["[object Uint16Array]"]=wr["[object Uint32Array]"]=!0,wr["[object Error]"]=wr["[object Function]"]=wr["[object WeakMap]"]=!1;var Ar=function e(t,n,r,i,a,o){var c,s=1&n,u=2&n,l=4&n;if(r&&(c=a?r(t,i,a,o):r(t)),void 0!==c)return c;if(!ct(t))return t;var f=on(t);if(f){if(c=ir(t),!s)return xn(t,c)}else{var p=nr(t),d="[object Function]"==p||"[object GeneratorFunction]"==p;if(Object(cn.a)(t))return Object(Pn.a)(t,s);if("[object Object]"==p||"[object Arguments]"==p||d&&!a){if(c=u||d?{}:vr(t),!s)return u?Hn(t,_n(c,t)):Fn(t,jn(c,t))}else{if(!wr[p])return a?t:{};c=mr(t,p,s)}}o||(o=new $t);var m=o.get(t);if(m)return m;o.set(t,c),Cr(t)?t.forEach((function(i){c.add(e(i,n,r,i,t,o))})):Sr(t)&&t.forEach((function(i,a){c.set(a,e(i,n,r,a,t,o))}));var h=f?void 0:(l?u?Jn:qn:u?Ln:An)(t);return Kt(h||t,(function(i,a){h&&(i=t[a=i]),Zt(c,a,e(i,n,r,a,t,o))})),c};var jr=function(e){return Ar(e,4)};var Tr=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i};var kr=function(e){return"symbol"==typeof e||Ve(e)&&"[object Symbol]"==Me(e)};function Ir(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(Ir.Cache||zt),n}Ir.Cache=zt;var Lr=Ir;var _r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Pr=/\\(\\)?/g,xr=function(e){var t=Lr(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(_r,(function(e,n,r,i){t.push(r?i.replace(Pr,"$1"):n||e)})),t}));var Nr=function(e){if("string"==typeof e||kr(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},Dr=ke?ke.prototype:void 0,Rr=Dr?Dr.toString:void 0;var Mr=function e(t){if("string"==typeof t)return t;if(on(t))return Tr(t,e)+"";if(kr(t))return Rr?Rr.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n};var Ur=function(e){return null==e?"":Mr(e)};var Fr=function(e){return on(e)?Tr(e,Nr):kr(e)?[e]:xn(xr(Ur(e)))};var Vr=function(e,t){},Br=n(61),Hr=n(62),zr=n.n(Hr);var qr=function(e){return Ar(e,5)};function Jr(){return(Jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function $r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Kr(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function Wr(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Yr=function(e){return"function"==typeof e},Gr=function(e){return null!==e&&"object"==typeof e},Zr=function(e){return String(Math.floor(Number(e)))===e},Qr=function(e){return"[object String]"===Object.prototype.toString.call(e)},Xr=function(e){return 0===l.Children.count(e)},ei=function(e){return Gr(e)&&Yr(e.then)};function ti(e,t,n,r){void 0===r&&(r=0);for(var i=Fr(t);e&&r<i.length;)e=e[i[r++]];return void 0===e?n:e}function ni(e,t,n){for(var r=jr(e),i=r,a=0,o=Fr(t);a<o.length-1;a++){var c=o[a],s=ti(e,o.slice(0,a+1));if(s&&(Gr(s)||Array.isArray(s)))i=i[c]=jr(s);else{var u=o[a+1];i=i[c]=Zr(u)&&Number(u)>=0?[]:{}}}return(0===a?e:i)[o[a]]===n?e:(void 0===n?delete i[o[a]]:i[o[a]]=n,0===a&&void 0===n&&delete r[o[a]],r)}function ri(e,t,n,r){void 0===n&&(n=new WeakMap),void 0===r&&(r={});for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i],c=e[o];Gr(c)?n.get(c)||(n.set(c,!0),r[o]=Array.isArray(c)?[]:{},ri(c,t,n,r[o])):r[o]=t}return r}var ii=Object(l.createContext)(void 0),ai=ii.Provider,oi=ii.Consumer;function ci(){var e=Object(l.useContext)(ii);return e||Vr(!1),e}function si(e,t){switch(t.type){case"SET_VALUES":return Jr({},e,{values:t.payload});case"SET_TOUCHED":return Jr({},e,{touched:t.payload});case"SET_ERRORS":return Jr({},e,{errors:t.payload});case"SET_STATUS":return Jr({},e,{status:t.payload});case"SET_ISSUBMITTING":return Jr({},e,{isSubmitting:t.payload});case"SET_ISVALIDATING":return Jr({},e,{isValidating:t.payload});case"SET_FIELD_VALUE":return Jr({},e,{values:ni(e.values,t.payload.field,t.payload.value)});case"SET_FIELD_TOUCHED":return Jr({},e,{touched:ni(e.touched,t.payload.field,t.payload.value)});case"SET_FIELD_ERROR":return Jr({},e,{errors:ni(e.errors,t.payload.field,t.payload.value)});case"RESET_FORM":return Jr({},e,t.payload);case"SET_FORMIK_STATE":return t.payload(e);case"SUBMIT_ATTEMPT":return Jr({},e,{touched:ri(e.values,!0),isSubmitting:!0,submitCount:e.submitCount+1});case"SUBMIT_FAILURE":case"SUBMIT_SUCCESS":return Jr({},e,{isSubmitting:!1});default:return e}}var ui={},li={};function fi(e){var t=e.validateOnChange,n=void 0===t||t,r=e.validateOnBlur,i=void 0===r||r,a=e.validateOnMount,o=void 0!==a&&a,c=e.isInitialValid,s=e.enableReinitialize,u=void 0!==s&&s,f=e.onSubmit,p=Kr(e,["validateOnChange","validateOnBlur","validateOnMount","isInitialValid","enableReinitialize","onSubmit"]),d=Jr({validateOnChange:n,validateOnBlur:i,validateOnMount:o,onSubmit:f},p),m=Object(l.useRef)(d.initialValues),h=Object(l.useRef)(d.initialErrors||ui),y=Object(l.useRef)(d.initialTouched||li),v=Object(l.useRef)(d.initialStatus),b=Object(l.useRef)(!1),g=Object(l.useRef)({});Object(l.useEffect)((function(){0}),[]),Object(l.useEffect)((function(){return b.current=!0,function(){b.current=!1}}),[]);var S=Object(l.useReducer)(si,{values:d.initialValues,errors:d.initialErrors||ui,touched:d.initialTouched||li,status:d.initialStatus,isSubmitting:!1,isValidating:!1,submitCount:0}),E=S[0],O=S[1],C=Object(l.useCallback)((function(e,t){return new Promise((function(n,r){var i=d.validate(e,t);null==i?n(ui):ei(i)?i.then((function(e){n(e||ui)}),(function(e){r(e)})):n(i)}))}),[d.validate]),w=Object(l.useCallback)((function(e,t){var n=d.validationSchema,r=Yr(n)?n(t):n,i=t&&r.validateAt?r.validateAt(t,e):function(e,t,n,r){void 0===n&&(n=!1);void 0===r&&(r={});var i=function e(t){var n={};for(var r in t)if(t.hasOwnProperty(r)){var i=String(r);!0===Array.isArray(t[i])?n[i]=t[i].map((function(t){return!0===Array.isArray(t)||$e(t)?e(t):""!==t?t:void 0})):$e(t[i])?n[i]=e(t[i]):n[i]=""!==t[i]?t[i]:void 0}return n}(e);return t[n?"validateSync":"validate"](i,{abortEarly:!1,context:r})}(e,r);return new Promise((function(e,t){i.then((function(){e(ui)}),(function(n){"ValidationError"===n.name?e(function(e){var t={};if(e.inner){if(0===e.inner.length)return ni(t,e.path,e.message);var n=e.inner,r=Array.isArray(n),i=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(i>=n.length)break;a=n[i++]}else{if((i=n.next()).done)break;a=i.value}var o=a;ti(t,o.path)||(t=ni(t,o.path,o.message))}}return t}(n)):t(n)}))}))}),[d.validationSchema]),A=Object(l.useCallback)((function(e,t){return new Promise((function(n){return n(g.current[e].validate(t))}))}),[]),j=Object(l.useCallback)((function(e){var t=Object.keys(g.current).filter((function(e){return Yr(g.current[e].validate)})),n=t.length>0?t.map((function(t){return A(t,ti(e,t))})):[Promise.resolve("DO_NOT_DELETE_YOU_WILL_BE_FIRED")];return Promise.all(n).then((function(e){return e.reduce((function(e,n,r){return"DO_NOT_DELETE_YOU_WILL_BE_FIRED"===n||n&&(e=ni(e,t[r],n)),e}),{})}))}),[A]),T=Object(l.useCallback)((function(e){return Promise.all([j(e),d.validationSchema?w(e):{},d.validate?C(e):{}]).then((function(e){var t=e[0],n=e[1],r=e[2];return je.all([t,n,r],{arrayMerge:di})}))}),[d.validate,d.validationSchema,j,C,w]),k=hi((function(e){return void 0===e&&(e=E.values),Object(Br.unstable_runWithPriority)(Br.LowPriority,(function(){return T(e).then((function(e){return b.current&&O({type:"SET_ERRORS",payload:e}),e}))}))})),I=hi((function(e){return void 0===e&&(e=E.values),O({type:"SET_ISVALIDATING",payload:!0}),T(e).then((function(e){return b.current&&(O({type:"SET_ISVALIDATING",payload:!1}),Se()(E.errors,e)||O({type:"SET_ERRORS",payload:e})),e}))}));Object(l.useEffect)((function(){o&&!0===b.current&&k(d.initialValues)}),[d.initialValues,o,k]);var L=Object(l.useCallback)((function(e){var t=e&&e.values?e.values:m.current,n=e&&e.errors?e.errors:h.current?h.current:d.initialErrors||{},r=e&&e.touched?e.touched:y.current?y.current:d.initialTouched||{},i=e&&e.status?e.status:v.current?v.current:d.initialStatus;m.current=t,h.current=n,y.current=r,v.current=i,O({type:"RESET_FORM",payload:{isSubmitting:!!e&&!!e.isSubmitting,errors:n,touched:r,status:i,values:t,isValidating:!!e&&!!e.isValidating,submitCount:e&&e.submitCount&&"number"==typeof e.submitCount?e.submitCount:0}})}),[d.initialErrors,d.initialStatus,d.initialTouched]);Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(m.current,d.initialValues)&&(m.current=d.initialValues,L())}),[u,d.initialValues,L]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(h.current,d.initialErrors)&&(h.current=d.initialErrors||ui,O({type:"SET_ERRORS",payload:d.initialErrors||ui}))}),[u,d.initialErrors]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(y.current,d.initialTouched)&&(y.current=d.initialTouched||li,O({type:"SET_TOUCHED",payload:d.initialTouched||li}))}),[u,d.initialTouched]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(v.current,d.initialStatus)&&(v.current=d.initialStatus,O({type:"SET_STATUS",payload:d.initialStatus}))}),[u,d.initialStatus,d.initialTouched]);var _=hi((function(e){if(Yr(g.current[e].validate)){var t=ti(E.values,e),n=g.current[e].validate(t);return ei(n)?(O({type:"SET_ISVALIDATING",payload:!0}),n.then((function(e){return e})).then((function(t){O({type:"SET_FIELD_ERROR",payload:{field:e,value:t}}),O({type:"SET_ISVALIDATING",payload:!1})}))):(O({type:"SET_FIELD_ERROR",payload:{field:e,value:n}}),Promise.resolve(n))}return Promise.resolve()})),P=Object(l.useCallback)((function(e,t){var n=t.validate;g.current[e]={validate:n}}),[]),x=Object(l.useCallback)((function(e){delete g.current[e]}),[]),N=hi((function(e){return O({type:"SET_TOUCHED",payload:e}),i?k(E.values):Promise.resolve()})),D=Object(l.useCallback)((function(e){O({type:"SET_ERRORS",payload:e})}),[]),R=hi((function(e){return O({type:"SET_VALUES",payload:e}),n?k(e):Promise.resolve()})),M=Object(l.useCallback)((function(e,t){O({type:"SET_FIELD_ERROR",payload:{field:e,value:t}})}),[]),U=hi((function(e,t,r){return void 0===r&&(r=!0),O({type:"SET_FIELD_VALUE",payload:{field:e,value:t}}),n&&r?k(ni(E.values,e,t)):Promise.resolve()})),F=Object(l.useCallback)((function(e,t){var n,r=t,i=e;if(!Qr(e)){e.persist&&e.persist();var a=e.target,o=a.type,c=a.name,s=a.id,u=a.value,l=a.checked,f=(a.outerHTML,a.options),p=a.multiple;r=t||(c||s),i=/number|range/.test(o)?(n=parseFloat(u),isNaN(n)?"":n):/checkbox/.test(o)?function(e,t,n){if("true"==n||"false"==n)return!!t;if(t&&n)return Array.isArray(e)?e.concat(n):[n];if(!Array.isArray(e))return!e;var r=e.indexOf(n);if(r<0)return e;return e.slice(0,r).concat(e.slice(r+1))}(ti(E.values,r),l,u):p?function(e){return Array.from(e).filter((function(e){return e.selected})).map((function(e){return e.value}))}(f):u}r&&U(r,i)}),[U,E.values]),V=Object(l.useCallback)((function(e){if(Qr(e))return function(t){return F(t,e)};F(e)}),[F]),B=hi((function(e,t,n){return void 0===t&&(t=!0),void 0===n&&(n=!0),O({type:"SET_FIELD_TOUCHED",payload:{field:e,value:t}}),i&&n?k(E.values):Promise.resolve()})),H=Object(l.useCallback)((function(e,t){e.persist&&e.persist();var n=e.target,r=n.name,i=n.id,a=(n.outerHTML,t||(r||i));B(a,!0)}),[B]),z=Object(l.useCallback)((function(e){if(Qr(e))return function(t){return H(t,e)};H(e)}),[H]),q=Object(l.useCallback)((function(e){Yr(e)?O({type:"SET_FORMIK_STATE",payload:e}):O({type:"SET_FORMIK_STATE",payload:function(){return e}})}),[]),J=Object(l.useCallback)((function(e){O({type:"SET_STATUS",payload:e})}),[]),$=Object(l.useCallback)((function(e){O({type:"SET_ISSUBMITTING",payload:e})}),[]),K={resetForm:L,validateForm:I,validateField:_,setErrors:D,setFieldError:M,setFieldTouched:B,setFieldValue:U,setStatus:J,setSubmitting:$,setTouched:N,setValues:R,setFormikState:q},W=hi((function(){return f(E.values,K)})),Y=hi((function(){return O({type:"SUBMIT_ATTEMPT"}),I().then((function(e){if(0===Object.keys(e).length){var t=W();if(void 0===t)return;return Promise.resolve(t).then((function(){b.current&&O({type:"SUBMIT_SUCCESS"})})).catch((function(e){if(b.current)throw O({type:"SUBMIT_FAILURE"}),e}))}b.current&&O({type:"SUBMIT_FAILURE"})}))})),G=hi((function(e){e&&e.preventDefault&&Yr(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Yr(e.stopPropagation)&&e.stopPropagation(),Y()})),Z=hi((function(e){if(e&&e.preventDefault&&Yr(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Yr(e.stopPropagation)&&e.stopPropagation(),d.onReset){var t=d.onReset(E.values,K);ei(t)?t.then(L):L()}else L()})),Q=Object(l.useCallback)((function(e){return{value:ti(E.values,e),error:ti(E.errors,e),touched:!!ti(E.touched,e),initialValue:ti(m.current,e),initialTouched:!!ti(y.current,e),initialError:ti(h.current,e)}}),[E.errors,E.touched,E.values]),X=Object(l.useCallback)((function(e){var t=Gr(e),n=t?e.name:e,r=ti(E.values,n),i={name:n,value:r,onChange:V,onBlur:z};if(t){var a=e.type,o=e.value,c=e.as,s=e.multiple;"checkbox"===a?void 0===o?i.checked=!!r:(i.checked=!(!Array.isArray(r)||!~r.indexOf(o)),i.value=o):"radio"===a?(i.checked=r===o,i.value=o):"select"===c&&s&&(i.value=i.value||[],i.multiple=!0)}return i}),[z,V,E.values]),ee=Object(l.useMemo)((function(){return!Se()(m.current,E.values)}),[E.values]),te=Object(l.useMemo)((function(){return void 0!==c?ee?E.errors&&0===Object.keys(E.errors).length:!1!==c&&Yr(c)?c(d):c:E.errors&&0===Object.keys(E.errors).length}),[c,ee,E.errors,d]);return Jr({},E,{initialValues:m.current,initialErrors:h.current,initialTouched:y.current,initialStatus:v.current,handleBlur:z,handleChange:V,handleReset:Z,handleSubmit:G,resetForm:L,setErrors:D,setFormikState:q,setFieldTouched:B,setFieldValue:U,setFieldError:M,setStatus:J,setSubmitting:$,setTouched:N,setValues:R,submitForm:Y,validateForm:I,validateField:_,isValid:te,dirty:ee,unregisterField:x,registerField:P,getFieldProps:X,getFieldMeta:Q,validateOnBlur:i,validateOnChange:n,validateOnMount:o})}function pi(e){var t=fi(e),n=e.component,r=e.children,i=e.render;return Object(l.useEffect)((function(){0}),[]),Object(l.createElement)(ai,{value:t},n?Object(l.createElement)(n,t):i?i(t):r?Yr(r)?r(t):Xr(r)?null:l.Children.only(r):null)}function di(e,t,n){var r=e.slice();return t.forEach((function(t,i){if(void 0===r[i]){var a=!1!==n.clone&&n.isMergeableObject(t);r[i]=a?je(Array.isArray(t)?[]:{},t,n):t}else n.isMergeableObject(t)?r[i]=je(e[i],t,n):-1===e.indexOf(t)&&r.push(t)})),r}var mi="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?l.useLayoutEffect:l.useEffect;function hi(e){var t=Object(l.useRef)(e);return mi((function(){t.current=e})),Object(l.useCallback)((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.current.apply(void 0,n)}),[])}function yi(e){var t=e.validate,n=e.name,r=e.render,i=e.children,a=e.as,o=e.component,c=Kr(e,["validate","name","render","children","as","component"]),s=ci(),u=(s.validate,s.validationSchema,Kr(s,["validate","validationSchema"]));Object(l.useEffect)((function(){0}),[]);var f=u.registerField,p=u.unregisterField;Object(l.useEffect)((function(){return f(n,{validate:t}),function(){p(n)}}),[f,p,n,t]);var d=u.getFieldProps(Jr({name:n},c)),m=u.getFieldMeta(n),h={field:d,form:u};if(r)return r(Jr({},h,{meta:m}));if(Yr(i))return i(Jr({},h,{meta:m}));if(o){if("string"==typeof o){var y=c.innerRef,v=Kr(c,["innerRef"]);return Object(l.createElement)(o,Jr({ref:y},d,v),i)}return Object(l.createElement)(o,Jr({field:d,form:u},c),i)}var b=a||"input";if("string"==typeof b){var g=c.innerRef,S=Kr(c,["innerRef"]);return Object(l.createElement)(b,Jr({ref:g},d,S),i)}return Object(l.createElement)(b,Jr({},d,c),i)}var vi=Object(l.forwardRef)((function(e,t){var n=e.action,r=Kr(e,["action"]),i=n||"#",a=ci(),o=a.handleReset,c=a.handleSubmit;return Object(l.createElement)("form",Object.assign({onSubmit:c,ref:t,onReset:o,action:i},r))}));function bi(e){var t=function(t){return Object(l.createElement)(oi,null,(function(n){return n||Vr(!1),Object(l.createElement)(e,Object.assign({},t,{formik:n}))}))},n=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t.WrappedComponent=e,t.displayName="FormikConnect("+n+")",zr()(t,e)}vi.displayName="Form";var gi=function(e,t,n){var r=Si(e);return r.splice(t,0,n),r},Si=function(e){if(e){if(Array.isArray(e))return[].concat(e);var t=Object.keys(e).map((function(e){return parseInt(e)})).reduce((function(e,t){return t>e?t:e}),0);return Array.from(Jr({},e,{length:t+1}))}return[]},Ei=function(e){function t(t){var n;return(n=e.call(this,t)||this).updateArrayField=function(e,t,r){var i=n.props,a=i.name,o=i.validateOnChange,c=i.formik,s=c.setFormikState,u=c.validateForm;s((function(n){var i="function"==typeof r?r:e,o="function"==typeof t?t:e;return Jr({},n,{values:ni(n.values,a,e(ti(n.values,a))),errors:r?ni(n.errors,a,i(ti(n.errors,a))):n.errors,touched:t?ni(n.touched,a,o(ti(n.touched,a))):n.touched})}),(function(){o&&u()}))},n.push=function(e){return n.updateArrayField((function(t){return[].concat(Si(t),[qr(e)])}),!1,!1)},n.handlePush=function(e){return function(){return n.push(e)}},n.swap=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e),i=r[t];return r[t]=r[n],r[n]=i,r}(n,e,t)}),!0,!0)},n.handleSwap=function(e,t){return function(){return n.swap(e,t)}},n.move=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e),i=r[t];return r.splice(t,1),r.splice(n,0,i),r}(n,e,t)}),!0,!0)},n.handleMove=function(e,t){return function(){return n.move(e,t)}},n.insert=function(e,t){return n.updateArrayField((function(n){return gi(n,e,t)}),(function(t){return gi(t,e,null)}),(function(t){return gi(t,e,null)}))},n.handleInsert=function(e,t){return function(){return n.insert(e,t)}},n.replace=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e);return r[t]=n,r}(n,e,t)}),!1,!1)},n.handleReplace=function(e,t){return function(){return n.replace(e,t)}},n.unshift=function(e){var t=-1;return n.updateArrayField((function(n){var r=n?[e].concat(n):[e];return t<0&&(t=r.length),r}),(function(e){var n=e?[null].concat(e):[null];return t<0&&(t=n.length),n}),(function(e){var n=e?[null].concat(e):[null];return t<0&&(t=n.length),n})),t},n.handleUnshift=function(e){return function(){return n.unshift(e)}},n.handleRemove=function(e){return function(){return n.remove(e)}},n.handlePop=function(){return function(){return n.pop()}},n.remove=n.remove.bind(Wr(n)),n.pop=n.pop.bind(Wr(n)),n}$r(t,e);var n=t.prototype;return n.remove=function(e){var t;return this.updateArrayField((function(n){var r=n?Si(n):[];return t||(t=r[e]),Yr(r.splice)&&r.splice(e,1),r}),!0,!0),t},n.pop=function(){var e;return this.updateArrayField((function(t){var n=t;return e||(e=n&&n.pop&&n.pop()),n}),!0,!0),e},n.render=function(){var e={push:this.push,pop:this.pop,swap:this.swap,move:this.move,insert:this.insert,replace:this.replace,unshift:this.unshift,remove:this.remove,handlePush:this.handlePush,handlePop:this.handlePop,handleSwap:this.handleSwap,handleMove:this.handleMove,handleInsert:this.handleInsert,handleReplace:this.handleReplace,handleUnshift:this.handleUnshift,handleRemove:this.handleRemove},t=this.props,n=t.component,r=t.render,i=t.children,a=t.name,o=t.formik,c=(o.validate,o.validationSchema,Jr({},e,{form:Kr(o,["validate","validationSchema"]),name:a}));return n?Object(l.createElement)(n,c):r?r(c):i?"function"==typeof i?i(c):Xr(i)?null:l.Children.only(i):null},t}(l.Component);Ei.defaultProps={validateOnChange:!0};var Oi=bi(function(e){function t(){return e.apply(this,arguments)||this}$r(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return ti(this.props.formik.errors,this.props.name)!==ti(e.formik.errors,this.props.name)||ti(this.props.formik.touched,this.props.name)!==ti(e.formik.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length},n.render=function(){var e=this.props,t=e.component,n=e.formik,r=e.render,i=e.children,a=e.name,o=Kr(e,["component","formik","render","children","name"]),c=ti(n.touched,a),s=ti(n.errors,a);return c&&s?r?Yr(r)?r(s):null:i?Yr(i)?i(s):null:t?Object(l.createElement)(t,o,s):s:null},t}(l.Component));(function(e){function t(t){var n;n=e.call(this,t)||this;var r=t.render,i=t.children,a=t.component,o=t.as;t.name;return r&&Vr(!1),a&&r&&Vr(!1),o&&i&&Yr(i)&&Vr(!1),a&&i&&Yr(i)&&Vr(!1),r&&i&&!Xr(i)&&Vr(!1),n}$r(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e,t,n){return this.props.shouldUpdate?this.props.shouldUpdate(e,this.props):ti(this.context.values,this.props.name)!==ti(n.values,this.props.name)||ti(this.context.errors,this.props.name)!==ti(n.errors,this.props.name)||ti(this.context.touched,this.props.name)!==ti(n.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length||this.context.isSubmitting!==n.isSubmitting},n.componentDidMount=function(){this.context.registerField(this.props.name,{validate:this.props.validate})},n.componentDidUpdate=function(e){this.props.name!==e.name&&(this.context.unregisterField(e.name),this.context.registerField(this.props.name,{validate:this.props.validate})),this.props.validate!==e.validate&&this.context.registerField(this.props.name,{validate:this.props.validate})},n.componentWillUnmount=function(){this.context.unregisterField(this.props.name)},n.render=function(){var e=this.props,t=(e.validate,e.name),n=e.render,r=e.as,i=e.children,a=e.component,o=(e.shouldUpdate,Kr(e,["validate","name","render","as","children","component","shouldUpdate"])),c=this.context,s=(c.validate,c.validationSchema,Kr(c,["validate","validationSchema"])),u={value:"radio"===o.type||"checkbox"===o.type?o.value:ti(c.values,t),name:t,onChange:c.handleChange,onBlur:c.handleBlur},f={field:u,meta:{value:ti(c.values,t),error:ti(c.errors,t),touched:!!ti(c.touched,t),initialValue:ti(c.initialValues,t),initialTouched:!!ti(c.initialTouched,t),initialError:ti(c.initialErrors,t)},form:s};if(n)return n(f);if(Yr(i))return i(f);if(a){if("string"==typeof a){var p=o.innerRef,d=Kr(o,["innerRef"]);return Object(l.createElement)(a,Jr({ref:p},u,d),i)}return Object(l.createElement)(a,Jr({field:u,form:c},o),i)}var m=r||"input";if("string"==typeof m){var h=o.innerRef,y=Kr(o,["innerRef"]);return Object(l.createElement)(m,Jr({ref:h},u,y),i)}return Object(l.createElement)(m,Jr({},u,o),i)},t}(l.Component)).contextType=ii;var Ci=n(7),wi=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Ai(e){var t=e.castInitialValues,n=e.castValuesOnSubmit,r=e.initialValues,i=e.onSubmit,a=wi(e,["castInitialValues","castValuesOnSubmit","initialValues","onSubmit"]),o=t&&e.validationSchema?e.validationSchema.cast(function e(t){var n=Ci.a.deepClone(t);return Object.keys(n).forEach((function(t){n.hasOwnProperty(t)&&(Ci.a.isObject(n[t])?n[t]=e(n[t]):null===n[t]&&delete n[t])})),n}(r)):r,c={allowInitialSubmit:e.allowInitialSubmit};return l.createElement(pi,Object.assign({enableReinitialize:!0},a,{initialValues:o,onSubmit:function(t,r){var a=r.setSubmitting,o=r.resetForm,c=n&&e.validationSchema?e.validationSchema.cast(t):t;i(c,(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.reset&&o(),a(!1)}))},initialStatus:c}),m(e.children)?function(t){return e.children(t)}:l.Children.count(e.children)?e.children:null)}Ai.defaultProps={castInitialValues:!0,castValuesOnSubmit:!0};var ji=n(2),Ti=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown(),ki=n(3),Ii=function(e,t,n,r,i){var a="form-control";return"sm"===r&&(a+=" form-control-sm"),"lg"===r&&(a+=" form-control-lg"),ti(t,n)&&ti(e,n)&&(a+=" is-invalid"),i&&(a+=" ".concat(i)),a},Li=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function _i(e){var t=e.label,n=e.checkboxLabelClassName,r=Li(e,["label","checkboxLabelClassName"]);return l.createElement(ki.Form.Group,null,l.createElement("div",{className:"custom-control custom-checkbox"},l.createElement($c,Object.assign({className:"custom-control-input"},r)),l.createElement(ki.Form.Label,{className:"custom-control-label cursor-pointer ".concat(n),htmlFor:r.id},t)))}var Pi=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1e4;return Math.floor(Math.random()*Math.floor(e))};function xi(e){var t=e.title,n=e.placement,r=e.trigger,i=e.spanHack,a=e.children;return i?l.createElement(ki.OverlayTrigger,{placement:n,overlay:l.createElement(ki.Tooltip,{id:"".concat(t,"-").concat(Pi())},t),trigger:r},l.createElement("span",{className:"d-flex justify-content-center align-items-center"},a)):l.createElement(ki.OverlayTrigger,{placement:n,overlay:l.createElement(ki.Tooltip,{id:"".concat(t,"-").concat(Pi())},t),trigger:r},a)}xi.defaultProps={trigger:["hover","click","focus"],placement:"top"};var Ni,Di,Ri=n(38),Mi=n(85),Ui=n.n(Mi),Fi=n(86),Vi=n.n(Fi),Bi=n(87),Hi=n.n(Bi),zi=n(88),qi=n.n(zi),Ji=(n(89),n(90)),$i=n.n(Ji),Ki=n(91),Wi=n.n(Ki),Yi=n(92),Gi=n.n(Yi),Zi=n(93),Qi=n.n(Zi),Xi=n(94),ea=n.n(Xi),ta=n(95),na=n.n(ta),ra=n(96),ia=n.n(ra),aa=n(97),oa=n.n(aa),ca=n(98),sa=n.n(ca),ua=n(99),la=n.n(ua),fa=n(100),pa=n.n(fa),da=n(101),ma=n.n(da),ha=n(102),ya=n.n(ha),va=n(103),ba=n.n(va),ga=n(104),Sa=n.n(ga),Ea=n(105),Oa=n.n(Ea),Ca=n(106),wa=n.n(Ca),Aa=n(107),ja=n.n(Aa),Ta=n(108),ka=n.n(Ta),Ia=n(109),La=n.n(Ia),_a=n(110),Pa=n.n(_a),xa=n(111),Na=n.n(xa),Da=n(112),Ra=n.n(Da),Ma=n(113),Ua=n.n(Ma),Fa=n(114),Va=n.n(Fa),Ba=n(115),Ha=n.n(Ba),za=n(116),qa=n.n(za),Ja=n(117),$a=n.n(Ja),Ka=n(118),Wa=n.n(Ka),Ya=n(119),Ga=n.n(Ya),Za=n(120),Qa=n.n(Za),Xa=(n(121),n(122),n(123)),eo=n.n(Xa),to=n(124),no=n.n(to),ro=n(125),io=n.n(ro),ao=n(126),oo=n.n(ao),co=n(127),so=n.n(co),uo=n(128),lo=n.n(uo),fo=n(129),po=n.n(fo),mo=(n(130),n(131)),ho=n.n(mo),yo=n(132),vo=n.n(yo),bo=n(133),go=n.n(bo),So=n(134),Eo=n.n(So),Oo=n(135),Co=n.n(Oo),wo=n(136),Ao=n.n(wo),jo=n(137),To=n.n(jo),ko=(n(138),n(139)),Io=n.n(ko),Lo=n(140),_o=n.n(Lo),Po=n(141),xo=n.n(Po),No=n(142),Do=n.n(No),Ro=n(143),Mo=n.n(Ro),Uo=n(144),Fo=n.n(Uo),Vo=n(145),Bo=n.n(Vo),Ho=n(146),zo=n.n(Ho),qo=n(147),Jo=n.n(qo),$o=n(148),Ko=n.n($o),Wo=n(149),Yo=n.n(Wo),Go=n(150),Zo=n.n(Go),Qo=n(151),Xo=n.n(Qo),ec=n(152),tc=n.n(ec),nc=n(153),rc=n.n(nc),ic=n(154),ac=n.n(ic),oc=n(155),cc=n.n(oc),sc=n(156),uc=n.n(sc),lc=n(157),fc=n.n(lc),pc=n(158),dc=n.n(pc),mc=n(159),hc=n.n(mc),yc=n(160),vc=n.n(yc),bc=n(161),gc=n.n(bc),Sc=n(162),Ec=n.n(Sc),Oc=n(163),Cc=n.n(Oc),wc=n(164),Ac=n.n(wc),jc=n(165),Tc=n.n(jc),kc=n(166),Ic=n.n(kc),Lc=n(167),_c=n.n(Lc),Pc=(n(168),n(169),n(170),n(171)),xc=n.n(Pc),Nc=n(172),Dc=n.n(Nc),Rc=[Ui.a,Hi.a,qi.a,Wi.a,ea.a,na.a,ia.a,oa.a,Qi.a,$i.a,Vi.a,sa.a,la.a,pa.a,ma.a,ya.a,Gi.a,ba.a,Sa.a,Oa.a,wa.a,ja.a,ka.a,La.a,Pa.a,Na.a,qa.a,$a.a,Ra.a,Ua.a,Va.a,Ha.a,Wa.a,oo.a,Xo.a,rc.a,tc.a,fc.a,ac.a,cc.a,uc.a,Eo.a,Ao.a,Co.a,Ga.a,Qa.a,vo.a,go.a,ho.a,eo.a,so.a,_o.a,xo.a,lo.a,po.a,Do.a,no.a,Io.a,Mo.a,Fo.a,To.a,Bo.a,Jo.a,zo.a,dc.a,hc.a,Ko.a,Yo.a,io.a,Zo.a,Ec.a,gc.a,vc.a,Cc.a,Tc.a,Ac.a,Ic.a,_c.a,Dc.a,xc.a];function Mc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}!function(e){e.AddToPlaylists="add-to-playlist",e.Caret="caret",e.Delete="delete",e.Edit="edit",e.NoEdit="no-edit",e.Close="close",e.Folder="folder",e.Resources="resources",e.More="more",e.Bell="bell",e.Plus="plus",e.Minus="minus",e.Search="search",e.Share="share",e.Share2="share2",e.Upload="upload",e.Preview="preview",e.CircleCheck="circle-check",e.Down="down",e.Right="right",e.UpDown="up-down",e.ChevronUp="chevron-up",e.ChevronDown="chevron-down",e.ChevronLeft="chevron-left",e.ChevronRight="chevron-right",e.VisibleOff="visible-off",e.VisibleOn="visible-on",e.PublisherArchive="publisher-archive",e.ArrowLeft="arrow-left",e.ArrowRight="arrow-right",e.CheckCircleOutline="check-circle-o",e.CheckCircle="check-circle",e.Check="check",e.Lock="lock",e.Link="link",e.Info="info",e.Question="question",e.Star="star",e.StarOutline="star-o",e.Archive="archive",e.Warning="warning",e.WarningOutline="warning-o",e.NewWindow="new-window",e.File="file",e.FilePDF="file-pdf",e.FileExcel="file-excel",e.FilePowerpoint="file-ppt",e.FileWord="file-word",e.FileImg="file-img",e.FileZip="file-zip",e.Enter="enter",e.Calendar="calendar",e.CloseCaptionBadge="close-caption-badge",e.Playlist="playlist",e.Handle="handle",e.Subject="subject",e.Series="series",e.EditClickView="edit-clickview",e.Heart="heart",e.HeartOutline="heart-outline",e.WhiteWave="white-wave",e.Cog="cog",e.Video="video",e.Compass="compass",e.History="history",e.Tag="tag",e.Email="email",e.YearLevel="year-level",e.Subjects="subjects",e.Download="download",e.Print="print",e.CreateInteractive="create-interactive",e.Play="play",e.PlayCircle="play-circle",e.Twitter="twitter",e.Facebook="facebook",e.Classrooms="classrooms",e.Group="group",e.Timer="timer",e.CrossCircle="cross-circle",e.Hamburger="hamburger"}(Ni||(Ni={}));var Uc;function Fc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}d.extend(Ri.config,{autoReplaceSvg:!1,autoAddCss:!1,familyPrefix:"cv",autoA11y:!0,observeMutations:!1,replacementClass:"cv-svg",keepOriginalSource:!1}),(Di=Ri.library).add.apply(Di,function(e){if(Array.isArray(e))return Mc(e)}(Uc=Rc)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(Uc)||function(e,t){if(e){if("string"==typeof e)return Mc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Mc(e,t):void 0}}(Uc)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var Vc,Bc=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"getSvg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.faIconLookup(e,t),r=this.getIcon(n,t);if(r&&(!r||r.html.length))return r.html.pop()}},{key:"getIcon",value:function(e,t){return Ri.icon(e,t.iconOptions||{})}},{key:"faIconLookup",value:function(e,t){var n=t.prefix,r=void 0===n?"cv":n;return Ri.findIconDefinition({prefix:r,iconName:e})}}])&&Fc(t.prototype,n),r&&Fc(t,r),e}().Instance,Hc=Ni;function zc(e){var t=e.svgName,n=e.className,r=void 0===n?"d-inline-block svg-container":n,i=e.tagName,a=void 0===i?"span":i,o=e.size,c=void 0===o?Vc.Standard:o,s=e.onClick,u=e.title,f=e.tooltipPlacement,p=void 0===f?"right":f,d=a,h={dangerouslySetInnerHTML:{__html:Bc.getSvg(t)},className:"".concat(r," ").concat(c),onClick:m(s)?s:null};return u?l.createElement(xi,{title:u,placement:p},l.createElement(d,Object.assign({},h))):l.createElement(d,Object.assign({},h))}function qc(e){var t=ci().values[e.fieldName];return"string"!=typeof t?l.createElement(l.Fragment,null):l.createElement("div",{className:"float-right text-muted"},t.length,"/",e.limit)}!function(e){e.Standard="std",e.Small="sm",e.Medium="md",e.Large="lg",e.ExtraLarge="xlg",e.XXL="xxlg"}(Vc||(Vc={}));var Jc=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function $c(e){var t=e.children,n=Jc(e,["children"]);return l.createElement(yi,Object.assign({},Ci.a.omit(n,["formSize"])),m(t)?function(e){return t(e)}:l.Children.count(t)?t:null)}function Kc(e){var t=e.label,n=e.className,r=e.showCharacterCounter,i=e.showRequiredStar,a=e.infoTooltip,o=e.formSize,c=Jc(e,["label","className","showCharacterCounter","showRequiredStar","infoTooltip","formSize"]),s=ci(),u=s.errors,f=s.touched,p=function(){};if("checkbox"===c.type){var d=Ci.a.omit(e,["formSize"]);return e.disabled&&(d.onChange=p),l.createElement(_i,Object.assign({},d))}var m=Object.assign(Object.assign({},c),{className:Ii(u,f,c.name,o,n)});return e.disabled&&(m.onChange=p),l.createElement(ki.Form.Group,null,!!t&&l.createElement(ki.Form.Label,{htmlFor:c.id},t,i&&l.createElement("span",{className:"text-danger"},"*"),a&&l.createElement(xi,{title:a},l.createElement("span",null,l.createElement(zc,{svgName:Hc.Info})))),l.createElement($c,Object.assign({},m)),!!r&&!!c.maxLength&&l.createElement(qc,{fieldName:c.name,limit:c.maxLength}),l.createElement(Oi,{name:c.name},(function(e){return l.createElement(ki.Form.Control.Feedback,{type:"invalid"},e)})))}function Wc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Yc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Yc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Yc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Gc(e){var t,n=Wc(l.useState(!1),2),r=n[0],i=n[1];return l.useEffect((function(){var t;e.isValid&&(e.dirty||(null===(t=e.initialStatus)||void 0===t?void 0:t.allowInitialSubmit))?i(!0):i(!1)}),[e.isValid,null===(t=e.initialStatus)||void 0===t?void 0:t.allowInitialSubmit,e.dirty,e.values]),l.useEffect((function(){e.isSubmitting&&i(!1)}),[e.isSubmitting]),r}var Zc=n(203),Qc=n(50),Xc=n(22),es=n(4),ts="AlertService",ns="LanguageService",rs=n(11),is=n(37);function as(e){return(as="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function os(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cs(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ss(e,t){return(ss=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function us(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=fs(e);if(t){var i=fs(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ls(this,n)}}function ls(e,t){return!t||"object"!==as(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function fs(e){return(fs=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ps(e){return Qc.sanitize(e).replace("&","&")}var ds=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ss(e,t)}(a,e);var t,n,r,i=us(a);function a(){return os(this,a),i.apply(this,arguments)}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return ns}},{key:"setConfig",value:function(e){this.polyglot=new Zc({locale:e.locale,phrases:e.phrases.rootElement||e.phrases}),this.cache={}}},{key:"getPhrase",value:function(e,t,n){var r="".concat(e,".").concat(t);if(this.polyglot||es.c.throw(new rs.a("LanguageService config must be set.")),!this.polyglot.has(r)){if(!is.a.isDevelopment){var i=window.trackJs;return i&&i.console.error("No phrase set for ".concat(r," in language config")),""}es.c.throw(new rs.a("No phrase set for ".concat(r," in language config.")))}if(!n||d.isEmpty(n)){var a=this.cache[r];if(a)return a;var o=this.polyglot.t(r);return this.cache[r]=o,o}var c=d.omit(n,"smartCount"),s={};for(var u in c){var l=c[u];"number"==typeof l&&(l=l.toString()),s[u]=ps(l)}d.isNumber(n.smartCount)&&(s.smart_count=n.smartCount);var f="".concat(r,":").concat(d.values(Object.assign({},s)).join(":")),p=this.cache[f];if(p)return p;var m=this.polyglot.t(r,s);return this.cache[f]=m,m}},{key:"encloseNamespace",value:function(e){var t=this;return function(n,r){return t.getPhrase(e,n,r)}}}])&&cs(t.prototype,n),r&&cs(t,r),a}(Xc.a).Instance,ms=l.createContext(""),hs=l.memo((function(e){var t=e.phrase,n=e.namespace,r=e.options,i=l.useContext(ms),a=n||i,o=ds.getPhrase(a,t,r);return l.createElement("span",{dangerouslySetInnerHTML:{__html:o}})}),(function(e,t){return e.namespace===t.namespace&&e.phrase===t.phrase&&Ci.a.isEqual(e.options,t.options)}));function ys(e){var t=ci(),n=Gc(t);return l.createElement(ki.Button,{variant:e.variant||"primary",type:"submit",disabled:!n,size:e.size},t.isSubmitting?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):e.submitText?l.createElement(l.Fragment,null,e.submitText):l.createElement(hs,{namespace:"shared.formButtons",phrase:e.isNew?"create":"save"}))}function vs(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this company",autoFocus:!0}),l.createElement(ys,{isNew:e.isNew}))}function bs(e){return l.createElement(Ai,{initialValues:e.company,validationSchema:Ti,onSubmit:e.saveCompany},l.createElement(vs,{isNew:!(e.company&&e.company.id)}))}function gs(e){var t=Object(v.useDispatch)(),n=oe.useBasicFetch(ye(e.id));return l.createElement(l.Fragment,null,!!n.data&&l.createElement(bs,{company:n.data,saveCompany:function(n,r){return oe.fetch(t,be(e.id,n,r))}}))}function Ss(){var e=Object(v.useDispatch)();return l.createElement(bs,{saveCompany:function(t,n){oe.fetch(e,ve(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.PEOPLE,action:i.Companies.EDIT_COMPANY,args:[e.id]})}),n))}})}var Es,Os=n(204),Cs=n(205),ws=n.n(Cs);function As(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return js(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return js(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function js(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ts(e){return(Ts="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(e){e.XS="(max-width: 575px)",e.SM="(min-width: 576px) and (max-width: 767px)",e.MD="(min-width: 768px) and (max-width: 991px)",e.LG="(min-width: 992px)",e.XL="(min-width: 1200px)",e.XXL="(min-width: 1440px)",e.SMDown="(max-width: 576px)",e.MDDown="(max-width: 768px)",e.LGDown="(max-width: 992px)",e.XLDown="(max-width: 1200px)"}(Es||(Es={}));var ks={isNumber:function(e){return ks.isType(e,"number")},isString:function(e){return ks.isType(e,"string")},isType:function(e,t){return Ts(e)===t}},Is=n(21),Ls=n.n(Is);function _s(e){return function(e){if(Array.isArray(e))return Ps(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Ps(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ps(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ps(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xs(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ns,Ds=[{empty:!0}];function Rs(e,t){return Ci.a.isObject(e)&&e.hasOwnProperty(t)&&ks.isString(e[t])}function Ms(e,t,n){return function(r){var i=r.value;if(i.length||n(),!(i.length<e.activationLength)){if(e.local){var a=m(e.getLocalSuggestions)?e.getLocalSuggestions(i,e.local):(c=i,s=e.local,u=e.valueKey,(l=c.trim().toLowerCase()).length?s.filter((function(e){return!(!Rs(e,u)||!ks.isString(e[u]))&&e[u].trim().toLowerCase().includes(l)})):[]),o=!a.length&&e.getEmptyStateComponent;t((function(e){var t;return Object.assign(Object.assign({},e),(xs(t={},Ns.Local,a),xs(t,Ns.Empty,o?Ds:[]),t))}))}var c,s,u,l;e.getRemoteUrl&&function(e,t,n,r){var i=m(e)&&e(t);i&&oe.ajaxRequest({resource:i,type:ce.a.GET,success:n,error:function(){},headers:r})}(e.getRemoteUrl,i,(function(n){var r=m(e.formatRemoteSuggestions)?e.formatRemoteSuggestions(n):n,i=!r.length&&e.getEmptyStateComponent;t((function(e){var t;return Object.assign(Object.assign({},e),(xs(t={},Ns.Remote,r),xs(t,Ns.Empty,i?Ds:[]),t))}))}),e.requestHeaders)}}}function Us(e,t,n,r,i,a,o){var c=function(t){return e[t]||[]},s=t?c(Ns.Recent):[],u=c(Ns.Local),l=c(Ns.Remote),f=c(Ns.Empty);if(f.length&&n)return[{data:f}];var p=[];s.length&&p.push({title:r,data:s});var d=[].concat(_s(u),_s(l));return d.length?(Number.isInteger(o)&&d.length>o&&(d=d.slice(0,o)),m(a)?p.push.apply(p,_s(a(d))):p.push({title:i,data:d}),p):p}function Fs(e){return e.data}function Vs(e){return{container:"position-relative",suggestionsContainerOpen:"bg-white py-1 border rounded ".concat(Ls.a.suggestionsContainerOpen),suggestionsList:"list-unstyled m-0",suggestion:"".concat(e?"":"cursor-pointer"," py-1 px-2"),suggestionHighlighted:e?"":Ls.a.suggestionHighlighted,sectionContainer:"border-bottom py-1 ".concat(Ls.a.sectionContainer)}}function Bs(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=Vs(t),r=Object.assign(n,e);return r}!function(e){e.Local="local",e.Recent="recent",e.Remote="remote",e.Empty="empty"}(Ns||(Ns={}));var Hs=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function zs(e,t,n,r,i){var a="form-control";return n||(a+=" ".concat(Ls.a.inputWithoutHighlight)),"left"===e&&(a+=" ".concat(Ls.a.inputWithLeftIcon)),("right"===e&&!t||"left"===e&&t)&&(a+=" ".concat(Ls.a.inputWithRightIcon)),"right"===e&&t&&(a+=" ".concat(Ls.a.inputWithTwoRightIcons)),"lg"===i&&(a+=" form-control-lg"),"sm"===i&&(a+=" form-control-sm"),r&&(a+="".concat(r)),a}function qs(e){var t="d-inline-block svg-container";return m(e)?t+" cursor-pointer":t}function Js(e){var t=e.onClickSearchIcon,n=e.searchIconPlacement,r=e.showClearInputIcon,i=e.onClickClearInput,a=e.highlightOnFocus,o=e.className,c=e.formSize,s=Hs(e,["onClickSearchIcon","searchIconPlacement","showClearInputIcon","onClickClearInput","highlightOnFocus","className","formSize"]),u=function(){return l.createElement("div",{className:"d-inline-block"},l.createElement(zc,{svgName:Hc.Search,size:Vc.Standard,onClick:t,className:qs(t)}))};return l.createElement("div",{className:"position-relative ".concat(Ls.a.inputContainer)},"left"===n&&l.createElement("div",{className:"".concat(Ls.a.iconContainer," ").concat(Ls.a.leftIconContainer)},l.createElement(u,null)),l.createElement("input",Object.assign({className:zs(n,r,a,o,c)},s)),("right"===n||!!r)&&l.createElement("div",{className:"".concat(Ls.a.iconContainer," ").concat(Ls.a.rightIconContainer)},!!r&&l.createElement((function(){return l.createElement("div",{className:"d-inline-block text-muted ".concat(Ls.a.clearButton)},l.createElement(zc,{svgName:Hc.Close,size:Vc.Standard,onClick:i,className:qs(i)}))}),null),"right"===n&&l.createElement(u,null)))}function $s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ks(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ks(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ks(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ws=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},Ys=m;function Gs(e){return e.renderAsForm?l.createElement("form",{onSubmit:e.onSubmit},e.children):l.createElement(l.Fragment,null,e.children)}function Zs(e){var t,n,r,i=(t=e.initialSuggestions,n=e.recentSearches,xs(r={},Ns.Recent,n),xs(r,Ns.Local,t),xs(r,Ns.Remote,[]),xs(r,Ns.Empty,[]),r),a=$s(l.useState(e.initialQuery||""),2),o=a[0],c=a[1],s=$s(l.useState(i),2),u=s[0],f=s[1],p=function(e){var t=As(Object(l.useState)(window.matchMedia(e).matches),2),n=t[0],r=t[1];return Object(l.useEffect)((function(){var t=window.matchMedia(e);t.matches!==n&&r(t.matches);var i=function(){return r(t.matches)};return t.addListener(i),function(){return t.removeListener(i)}}),[e]),n}(Es.XS);l.useEffect((function(){var t=e.initialQuery||"";o!==t&&c(t)}),[e.initialQuery]);var d=function(){f(i)},h=function(t){t.preventDefault(),Ys(e.onSubmit)&&e.onSubmit(o)};return l.createElement(Gs,{onSubmit:h,renderAsForm:!!e.renderAsForm},l.createElement(Os,Object.assign({suggestions:Us(u,!o,!!e.getEmptyStateComponent,e.recentSearchHeading||ds.getPhrase("shared.searchBar","recentSearchHeading"),e.suggestionsHeading,e.getSections,e.suggestionLimit),onSuggestionsFetchRequested:Ms(e,f,d),onSuggestionsClearRequested:function(){e.alwaysRenderSuggestions||d()},onSuggestionSelected:function(t,n){var r=n.suggestion;r.empty||(e.clearQueryOnSelect&&c(""),e.onSuggestionSelected(r))},getSuggestionValue:function(t){return e.updateQueryOnSelection?function(e,t){return Rs(t,e)?t[e]:""}(e.valueKey,t):o},renderSuggestion:function(t){return t&&t.empty?o.length>=e.activationLength&&m(e.getEmptyStateComponent)?e.getEmptyStateComponent(o):l.createElement(l.Fragment,null):Ys(e.getSuggestionComponent)?e.getSuggestionComponent(t):function(e,t){return Rs(t,e)?l.createElement(l.Fragment,null,t[e]):l.createElement(l.Fragment,null)}(e.valueKey,t)},renderSuggestionsContainer:function(t){var n=t.containerProps,r=n.ref,i=Ws(n,["ref"]);return e.customScrollbarProps?l.createElement(ws.a,Object.assign({ref:r},e.customScrollbarProps,i),t.children):l.createElement("div",Object.assign({ref:r},i),t.children)},alwaysRenderSuggestions:e.alwaysRenderSuggestions,focusInputOnSuggestionClick:!p,inputProps:{placeholder:e.placeholder||ds.getPhrase("shared.searchBar","placeholder"),value:o,onChange:function(t,n){var r=n.newValue;c(r),Ys(e.onQueryChange)&&e.onQueryChange(r)},onKeyDown:function(t){8===t.keyCode&&e.onBackspace&&!o&&e.onBackspace()},autoFocus:!!e.autoFocusInput,highlightOnFocus:e.highlightInputOnFocus,onClickSearchIcon:!!e.submitOnClickSearchIcon&&h,searchIconPlacement:e.searchIconPlacement,showClearInputIcon:!!e.showClearInputIcon&&!!o.length,onClickClearInput:function(){c(""),Ys(e.onClickClearInput)&&e.onClickClearInput()},formSize:e.size},renderInputComponent:Js,theme:Bs(e.theme,!!u.empty.find((function(e){return e.empty}))),multiSection:!0,renderSectionTitle:function(t){return function(e,t){if(e.title)return l.createElement("div",{className:"pb-1 ".concat(null!=t?t:"")},l.createElement("strong",null,e.title))}(t,e.sectionTitleClassName)},getSectionSuggestions:Fs},e.alwaysRenderSuggestionsOnInputFocus?{shouldRenderSuggestions:function(){return!0}}:{})))}Zs.defaultProps={updateQueryOnSelection:!0,valueKey:"name",activationLength:3,suggestionLimit:5,recentSearches:[],initialSuggestions:[],searchIconPlacement:"right",renderAsForm:!0};var Qs,Xs=n(13);function eu(e){return(eu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function tu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function nu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ru(e,t){return(ru=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function iu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ou(e);if(t){var i=ou(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return au(this,n)}}function au(e,t){return!t||"object"!==eu(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ou(e){return(ou=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Analytics="AnalyticsService",e.Context="ContextService"}(Qs||(Qs={}));var cu,su=new(function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ru(e,t)}(a,e);var t,n,r,i=iu(a);function a(){var e;return tu(this,a),(e=i.apply(this,arguments)).contextHistory=[],e}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return Qs.Context}},{key:"initialize",value:function(){this.listenTo(Y.a.SHELL,p.EventNames.ROUTE,this.setContext)}},{key:"setContext",value:function(e){this.contextHistory.length>=5&&this.contextHistory.unshift(),this.contextHistory.push({pageLoad:!this.contextHistory.length,appLink:e})}},{key:"getCurrentContext",value:function(){if(this.contextHistory.length)return this.contextHistory[this.contextHistory.length-1]}},{key:"fromPageLoad",value:function(){return 1===this.contextHistory.length}}])&&nu(t.prototype,n),r&&nu(t,r),a}(p.Service)),uu=n(5);!function(e){e.Inlet="event:inlet",e.Outlet="event:outlet"}(cu||(cu={}));var lu="global:analytics";function fu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var pu=Xs.EventVersion.V1,du=function(){function e(t,n,r,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.type=t,this.data=n,this.actionContext=r,this.eventVersion=i||pu}var t,n,r;return t=e,(n=[{key:"isType",value:function(e){return e===this.type}},{key:"enrich",value:function(e,t){this.validateKey(e),this[e]=t}},{key:"get",value:function(e){if(e&&this[e])return this[e]}},{key:"validateKey",value:function(e){"type"!==e&&"data"!==e||p.ErrorHelper.throw(new rs.a("".concat(e," is not a valid key"))),this[e]&&p.ErrorHelper.throw(new rs.a("Event already contains an enrichment named ".concat(e)))}}])&&fu(t.prototype,n),r&&fu(t,r),e}(),mu=function(e,t,n,r){uu.Radio.channel(lu).trigger(cu.Inlet,new du(e,t,n,r))};function hu(){var e=su.getCurrentContext().appLink;return d.isObject(e)||p.ErrorHelper.throw(new rs.a("Applink does not exist. Check current context.")),e.application.replace(":","-")}function yu(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.location,n=e.entity,r=e.workflowPhase,i=void 0===r?null:r,a=e.descriptor,o=void 0===a?null:a;return t||p.ErrorHelper.throw(new rs.a("location must be set.")),n||p.ErrorHelper.throw(new rs.a("entity must be set.")),{productArea:hu(),location:t,entity:n,descriptor:o,workflowPhase:i}}function vu(){return p.LocationUtils.GetCurrentPath()+p.LocationUtils.GetCurrentQueryString()}var bu={logUserAction:function(e,t){if(function(e){return!(!d.isArray(e)||!d.every(e,(function(e){return d.isObject(e)})))||!!d.isObject(e)}(e)&&d.isObject(t)){var n=bu.buildUserActionEvent(t),r=n.userAction,i=n.action,a=n.eventVersion;mu(r,e,i,a)}},logNavigate:function(e,t){var n=Object.assign({currentLocation:vu(),appLink:e},t);mu(Xs.UserAction.Navigate,n)},mergeOptions:function(e,t){return d.extend({},e,t)},buildActionContext:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return yu(e)},buildUserActionEvent:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.actionType,n=e.eventVersion,r=t,i=yu(e);return{userAction:r,action:i,eventVersion:n}},buildCurrentLocation:function(){return vu()},buildSearchEvent:function(e,t){return{data:{query:e},action:yu({entity:Xs.EntityType.Video,location:Xs.LocationContext.SearchBar,descriptor:t})}},buildInstantSearchEvent:function(e,t,n){var r;n===Xs.SearchQueryType.Series&&(r=Xs.EntityType.Series),n===Xs.SearchQueryType.Folder&&(r=Xs.EntityType.Folder),n===Xs.SearchQueryType.Tags&&(r=Xs.EntityType.Tag),n===Xs.SearchQueryType.Video&&(r=Xs.EntityType.Video),n===Xs.SearchQueryType.Subjects&&(r=Xs.EntityType.Classification);var i={instant:{},query:e};return t.id&&(i.instant.selectedId=t.id),t.name&&(i.instant.selectedName=t.name),{data:i,action:yu({entity:r,location:Xs.LocationContext.SearchBar})}},mapInteractionType:function(e){switch(e){case Xs.InteractionType.DragDrop:return Xs.InteractionTypeDescriptor.DragDrop;case Xs.InteractionType.FileSelect:return Xs.InteractionTypeDescriptor.FileSelect;default:return}}};function gu(e){var t=e.appLink,n=e.appLinkOptions,r=e.className,i=e.style,a=e.children,o=e.tag,c=void 0===o?"a":o;if(!t)return l.createElement("span",{className:r||""},a);var s=p.AppLinkHelper.getHref(t),u={onClick:function(r){var i;r.preventDefault(),null===(i=e.onClick)||void 0===i||i.call(e,r),e.analyticsData&&e.analyticsOptions&&bu.logUserAction(Object.assign({href:s},e.analyticsData),e.analyticsOptions),p.AppLinkHelper.trigger(t,n)},href:s,className:r,style:i};return e.title&&(u.title=e.title),l.createElement(c,Object.assign({},u),a)}function Su(e){var t=e.backToName,n=e.appLink;return l.createElement(gu,{appLink:n,className:"d-inline-flex align-items-center"},l.createElement(zc,{svgName:Hc.ArrowLeft,size:Vc.Small}),l.createElement("span",{className:"ml-1"},"Back to ".concat(t)))}function Eu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ou(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ou(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ou(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}gu.defaultProps={appLinkOptions:{}};var Cu,wu,Au,ju,Tu=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function ku(e){var t=e.selected,n=e.onToggle,r=Tu(e,["selected","onToggle"]),i=Eu(l.useState(t),2),a=i[0],o=i[1];l.useEffect((function(){return o(t)}),[t]);return l.createElement(ki.Form.Check,Object.assign({type:"checkbox",id:"checkbox-".concat(Pi()),checked:a,onChange:function(){o(!a),n(!a)}},r))}!function(e){e.Small="small",e.Medium="medium",e.Large="large"}(Cu||(Cu={})),function(e){e[e.Thumbnails=0]="Thumbnails",e[e.Banners=1]="Banners",e[e.Avatars=2]="Avatars",e[e.Logos=3]="Logos",e[e.Covers=4]="Covers",e[e.Posters=5]="Posters",e[e.TallPosters=6]="TallPosters",e[e.HeroBanners=7]="HeroBanners",e[e.None=99999]="None"}(wu||(wu={})),function(e){e[e.Crop=0]="Crop",e[e.Stretched=1]="Stretched",e[e.Cover=2]="Cover"}(Au||(Au={})),function(e){e[e.None=0]="None",e[e.ImageAPIv1=1]="ImageAPIv1",e[e.FileAPIv1=2]="FileAPIv1",e[e.ImageAPIv2=3]="ImageAPIv2"}(ju||(ju={}));var Iu,Lu,_u=function(e,t){var n=d.map(t,(function(e,t){return t&&Array.isArray(e)?e.map((function(e){return"".concat(t,"=").concat(encodeURIComponent(e))})).join("&"):t&&void 0!==e?"".concat(t,"=").concat(encodeURIComponent(e)):""})),r=d.reduce(n,(function(e,t){return t?e?"".concat(e,"&").concat(t):t:e}));return r?"".concat(e,"?").concat(r):e},Pu=function(e,t){if(e){var n=e;return e.endsWith("/")||(n+="/"),t?n+=t.startsWith("/")?t.slice(1):t:n}};function xu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.Banner="banner",e.Thumbnail="thumbnail"}(Lu||(Lu={}));var Nu,Du=(xu(Iu={},wu.Banners,Lu.Banner),xu(Iu,wu.Thumbnails,Lu.Thumbnail),Iu),Ru=function(e){return"/v1/category-map/".concat(e)},Mu={createUrl:function(e,t){return Mu._createUrl(e,t)},createBannerUrl:function(e,t,n){return e&&e.url?Mu._createUrl(e.url,n):Mu._createCategoryMappedUrl(t,n)},createResourceImage:function(e,t,n){return Mu._createUrl(e,Object.assign({url:t},n))},Rfc3986EncodeURIComponent:function(e){return encodeURIComponent(e).replace(/[!'()*]/g,escape)},_createCategoryMappedUrl:function(e,t){var n=e.fallbackBaseUrl,r=e.fallbackCategoryName,i=e.type,a=Pu(n,"".concat(Ru(Du[i]))),o=Object.assign({name:Mu.Rfc3986EncodeURIComponent(r)},t);return Mu._createUrl(a,o)},_createUrl:function(e,t){if(e){if(Ci.a.isEmpty(t))return e;var n=$.param(t),r=-1===e.indexOf("?")?"?":"&",i=e;return i.endsWith("/")&&(i=i.slice(0,-1)),i+"".concat(r).concat(n)}},legacyCreateThumbnailUrl:function(e,t){if(!e)return"";var n;if(e&&(n=e instanceof p.Model?e.get("url"):"string"==typeof e?e:e.url)){var r=Object.assign({size:Cu.Small,bgColor:"000"},t);return Mu._createUrl(n,r)}},getDisplayImageFromObject:function(e){var t,n,r,i,a;return"tallPoster"in e&&(null===(t=e.tallPoster)||void 0===t?void 0:t.url)?e.tallPoster:"cover"in e&&(null===(n=e.cover)||void 0===n?void 0:n.url)?e.cover:"thumbnail"in e&&(null===(r=e.thumbnail)||void 0===r?void 0:r.url)?e.thumbnail:"video"in e&&(null===(a=null===(i=e.video)||void 0===i?void 0:i.thumbnail)||void 0===a?void 0:a.url)?e.video.thumbnail:null}};function Uu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Fu=(Uu(Nu={},wu.Thumbnails,{width:1280,height:720}),Uu(Nu,wu.Banners,{width:3600,height:666}),Uu(Nu,wu.Covers,{width:1080,height:1080}),Uu(Nu,wu.Posters,{width:1e3,height:1500}),Uu(Nu,wu.TallPosters,{width:1080,height:1920}),Uu(Nu,wu.HeroBanners,{width:1920,height:640}),Uu(Nu,wu.None,{width:1,height:1}),Uu(Nu,wu.Avatars,{width:256,height:256}),Nu);function Vu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Bu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bu(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bu(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Hu,zu=l.createContext(void 0),qu=function(e){var t=e.children,n=Vu(l.useState(),2),r=n[0],i=n[1],a=Vu(l.useState(!1),2),o=a[0],c=a[1],s=Vu(l.useState(),2),u=s[0],f=s[1],p={getDataUrl:function(){var e=r;return i(null),e},setDataUrl:i,imageUploaded:o,getImage:function(){var e=u;return f(null),c(!1),e},setImage:function(e){f(e),c(!0)}};return l.createElement(zu.Provider,{value:p},t)},Ju={onFileSelect:function(e,t,n){if(t&&t.length){var r=new FileReader;r.addEventListener("load",(function(){return Ju.onReaderLoad(r,e,n)})),r.readAsDataURL(t[0])}},onReaderLoad:function(e,t,n){var r=new Image;r.src=e.result;var i=Fu[t].width,a=Fu[t].height;r.addEventListener("load",(function(){Ju.isImageValid(t,r)&&m(n)?n(r):alert("Image too small: minimum dimensions are ".concat(i," x ").concat(a))}))},isImageValid:function(e,t){var n=Fu[e].width,r=Fu[e].height;return!(n&&t.width<n)&&!(r&&t.height<r)},mapImageTypeToString:function(e){switch(e){case wu.Avatars:return"avatars";case wu.Thumbnails:return"thumbnails";case wu.Logos:return"logos";case wu.Covers:return"covers";case wu.Posters:return"posters";case wu.TallPosters:return"tallposters";case wu.HeroBanners:return"herobanners";case wu.None:default:return""}}},$u=["pdf"],Ku=["doc","docx","dotx","dot","rtf","docm","odt"],Wu=["csv","txt"],Yu=["xls","xlt","xlsx"],Gu=["jpg","tif","png","bmp","gif","jpeg"],Zu=["zip","rar"],Qu=["ppt","pot","pps","pptx"],Xu=["srt"],el={IMAGES:".".concat(Gu.join(",.")),RESOURCES:".".concat([].concat(Ku,Yu,Qu,$u,Wu,Gu,Zu).join(",.")),SUBTITLES:".".concat(Xu.join(",."))},tl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function nl(e){var t=e.onFileSelect,n=e.acceptMultiple,r=e.mimeType,i=e.label,a=e.error,o=e.touched,c=tl(e,["onFileSelect","acceptMultiple","mimeType","label","error","touched"]),s="custom-file-input cursor-pointer";a&&o&&(s+=" is-invalid");var u=Object.assign({type:"file",className:s,onChange:function(e){var n=e.currentTarget.files;n&&n.length&&m(t)&&t(n)},autoComplete:"off",value:"",multiple:!!n},r?{accept:r}:{});return l.createElement("div",{className:"form-group"},l.createElement("div",{className:"custom-file"},l.createElement(yi,Object.assign({},u,c),e.children),l.createElement(ki.Form.Label,{className:"custom-file-label",htmlFor:c.id},i)))}function rl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return il(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return il(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function il(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function al(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ol=(al(Hu={},wu.Thumbnails,"Thumbnail"),al(Hu,wu.Banners,"Banner"),al(Hu,wu.Avatars,"Avatar"),al(Hu,wu.Logos,"Logo"),al(Hu,wu.Covers,"Cover"),al(Hu,wu.Posters,"Poster"),al(Hu,wu.TallPosters,"Tall Poster"),al(Hu,wu.HeroBanners,"Hero Banner"),al(Hu,wu.None,"Image"),Hu);function cl(e){var t=ci(),n=ti(null==t?void 0:t.values,e.fieldName),r=l.useContext(zu),i=r.setDataUrl,a=r.getImage,o=r.imageUploaded,c=rl(l.useState(!1),2),s=c[0],u=c[1],f=rl(l.useState(n),2),d=f[0],h=f[1],y=rl(l.useState(!1),2),v=y[0],b=y[1];function g(t){u(!0),i(t.src),p.AppLinkHelper.trigger({application:e.application,action:e.uploadAction,args:[e.imageType]})}l.useEffect((function(){if(s){var n,r=a();if(r)u(!1),h(r),n=r,m(e.setSelectedImage)?e.setSelectedImage(n):t&&t.setFieldValue(e.fieldName,{fileId:n.id,fileIdType:ju.ImageAPIv2})}}),[o]);var S=e.label||ol[e.imageType]||"Image";return l.createElement("div",{className:"form-group"},l.createElement("div",{className:"form-control h-auto py-2"},l.createElement("label",null,S),l.createElement("em",{className:"ml-1 text-muted"},"(Minimum dimensions are ".concat(Fu[e.imageType].width,"px")+" x ".concat(Fu[e.imageType].height,"px)")),l.createElement(nl,{label:"Choose a ".concat(S.toLowerCase()),name:"image",mimeType:el.IMAGES,onFileSelect:function(t){return Ju.onFileSelect(e.imageType,t,g)}}),!!d&&!!d.url&&l.createElement(l.Fragment,null,!v&&l.createElement("div",{className:"pb-2 ".concat(e.imageType===wu.Banners?"w-100":"w-50")},l.createElement("img",{src:Mu.createUrl(d.url),className:"img img-fluid"})),l.createElement("div",{className:"d-flex justify-content-center"},l.createElement(zc,{svgName:v?Hc.ChevronDown:Hc.ChevronUp,size:Vc.Large,className:"svg-container cursor-pointer",onClick:function(){return b(!v)},title:v?"Show image":"Hide image",tooltipPlacement:"top"})))))}var sl=function(){uu.Radio.channel(Y.a.SHELL).trigger("prevent:scroll:top")};function ul(e,t){return t?{application:e.application,action:e.action,args:e.args,params:Object.assign({},e.params,{cursor:t})}:null}function ll(e){var t=e.appLink,n=e.cursors,r=e.className,i=e.buttonVariant;function a(e){sl(),bu.logUserAction({page:e},{location:Xs.LocationContext.Pagination,entity:Xs.EntityType.Pagination,actionType:Xs.UserAction.Navigate})}return l.createElement(ms.Provider,{value:"shared.pagination"},l.createElement("div",{className:r},l.createElement(gu,{appLink:ul(t,n.previous),className:"btn btn-".concat(i," mr-1 ").concat(n.previous?"":"disabled"),onClick:function(){return a("previous")}},l.createElement(hs,{phrase:"previous"})),l.createElement(gu,{appLink:ul(t,n.next),className:"btn btn-".concat(i," ").concat(n.next?"":"disabled"),onClick:function(){return a("next")}},l.createElement(hs,{phrase:"next"}))))}function fl(e){return l.createElement("tr",null,e.columns.map((function(t,n){var r=function(){return l.createElement(l.Fragment,null,m(t.accessor)?t.accessor(e.object):e.object[t.accessor])},i=m(t.appLink)?t.appLink(e.object):t.appLink;return l.createElement("td",{key:n},i?l.createElement(gu,{appLink:i},l.createElement(r,null)):l.createElement(r,null))})),!!e.addNewObjectColumn&&l.createElement("td",null))}function pl(e){return l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,e.columns.map((function(e,t){return l.createElement("th",{key:t},e.header)})),!!e.newObjectAppLink&&l.createElement("th",null,l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(gu,{appLink:e.newObjectAppLink},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New ".concat(e.objectName))))))),l.createElement("tbody",null,e.objects.map((function(t){return l.createElement(fl,{key:t.id,object:t,columns:e.columns,addNewObjectColumn:!!e.newObjectAppLink})}))))}function dl(e){if(!e.collection)return l.createElement(l.Fragment,null);var t=e.collection,n=t.data,r=t.pagination;return l.createElement(l.Fragment,null,!!n&&l.createElement(pl,{objects:n,columns:e.columns,newObjectAppLink:e.newObjectAppLink,objectName:e.objectName}),!!r&&!!r.cursors&&l.createElement(ll,{cursors:r.cursors,appLink:e.collectionAppLink}))}ll.defaultProps={className:"py-2",buttonVariant:"secondary"};var ml=n(42),hl=n.n(ml);function yl(e){var t="".concat(e.className," ").concat(hl.a.iconButton);e.children?t+=" ".concat(hl.a.iconWithText):t+=" ".concat(hl.a.iconOnly);var n=l.createElement(zc,{svgName:e.svgName,className:"svg-container ".concat(hl.a.svg),size:e.svgSize});return e.appLink?l.createElement(gu,{appLink:e.appLink,className:t,onClick:e.onClick,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},n,e.children):l.createElement("button",{className:t,onClick:function(t){e.analyticsData&&e.analyticsOptions&&bu.logUserAction(e.analyticsData,e.analyticsOptions),m(e.onClick)&&e.onClick(t)}},n,e.children)}var vl=n(206),bl=n.n(vl);function gl(e){var t="dropdown-item";return e&&(t+=" ".concat(e)),t}function Sl(e){if(e.action.appLink)return l.createElement(gu,{appLink:e.action.appLink,onClick:e.action.onClick,className:gl(e.action.className),analyticsData:e.action.analyticsData,analyticsOptions:e.action.analyticsOptions},e.action.label);function t(){e.action.analyticsData&&e.action.analyticsOptions&&bu.logUserAction(e.action.analyticsData,e.action.analyticsOptions),m(e.action.onClick)&&e.action.onClick()}return l.createElement("span",{className:"cursor-pointer ".concat(gl(e.action.className)),onClick:t,role:"button",tabIndex:0,onKeyDown:function(e){return"Enter"===e.key&&t()}},e.action.label)}function El(e){if(!e.actions||!e.actions.length)return l.createElement(l.Fragment,null);var t="dropdown";e.className&&(t+=" ".concat(e.className));var n="actions-dropdown-".concat(Pi()),r="dropdown-toggle px-0 ".concat(bl.a.dropdownToggle);return e.dropdownToggleClassName&&(r+=" ".concat(e.dropdownToggleClassName)),l.createElement("div",{className:t},l.createElement("button",{className:r,type:"button",id:n,"data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"},l.createElement(zc,{svgName:Hc.More,size:Vc.Small})),l.createElement("div",{className:"dropdown-menu dropdown-menu-right","aria-labelledby":n},e.actions.map((function(e,t){return e.tooltip?l.createElement(xi,{key:t,title:e.tooltip,spanHack:!0},l.createElement(Sl,{action:e})):l.createElement(Sl,{key:t,action:e})}))))}function Ol(e){var t=e.showSpinner?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):e.children;if(e.tooltip)return l.createElement(xi,{title:e.tooltip},l.createElement("span",null,l.createElement(yl,{appLink:e.appLink,svgName:e.svgName,svgSize:e.svgSize,onClick:e.onClick,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t)));if(e.svgName)return l.createElement(yl,{onClick:e.onClick,appLink:e.appLink,svgName:e.svgName,svgSize:e.svgSize,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t);if(e.appLink)return l.createElement(gu,{onClick:e.onClick,appLink:e.appLink,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t);return l.createElement("button",{onClick:function(t){e.analyticsData&&e.analyticsOptions&&bu.logUserAction(e.analyticsData,e.analyticsOptions),m(e.onClick)&&e.onClick(t)},className:e.className},t)}function Cl(e){var t=l.useMemo((function(){return e.actions.sort((function(e,t){return e.order-t.order}))}),[e.actions]),n=[],r=[];t.forEach((function(e){e.button?n.push(e):r.push(e)}));var i="d-flex";return e.className&&(i+=" ".concat(e.className)),n.length||r.length?l.createElement("div",{className:i},l.createElement(l.Fragment,null,l.createElement("span",{className:"d-flex align-items-center"},n.length?n.map((function(e,t){return l.createElement(l.Fragment,{key:t},function(){if(e.label)return l.createElement(Ol,{appLink:e.appLink,onClick:e.onClick,svgName:e.svgName,className:e.className,tooltip:e.tooltip,showSpinner:e.showSpinner,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},e.label);var t=l.createElement(yl,{appLink:e.appLink,onClick:e.onClick,svgName:e.svgName,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions});return e.tooltip?l.createElement(xi,{title:e.tooltip,spanHack:!0},t):t}())})):l.createElement(l.Fragment,null),e.sortComponent&&e.sortComponent,r.length?l.createElement(El,{actions:r,dropdownToggleClassName:e.actionsDropdownClassName}):l.createElement(l.Fragment,null)))):l.createElement(l.Fragment,null)}function wl(e){var t=e.object,n=e.actions;return l.createElement("div",{className:"d-flex justify-content-between py-2"},!!t&&l.createElement("h5",null,t.name),!!n&&l.createElement("span",null,l.createElement(Cl,{actions:n})))}function Al(e){var t=e.objects,n=e.getAppLink,r=e.emptyMessage;return t?t.length?l.createElement("ul",{className:"list-unstyled"},t.map((function(e,t){return l.createElement("li",{key:t,className:"border rounded mb-3"},l.createElement(gu,{appLink:n(e),className:"d-block p-3"},e.name))}))):l.createElement("div",{className:"py-3"},l.createElement("p",null,r)):l.createElement(l.Fragment,null)}El.defaultProps={dropdownToggleClassName:"btn btn-light"},Al.defaultProps={emptyMessage:"There is nothing here."};function jl(e){var t=ci();return l.createElement(Kc,{as:"select",label:"Rating",name:"rating",id:"rating",value:t.values.rating&&t.values.rating.id,onChange:function(e){return t.setFieldValue("rating",e.target.value?{id:e.target.value}:{})},disabled:e.disabled},l.createElement(l.Fragment,null,l.createElement("option",{value:""},"Please select a rating"),e.ratings.map((function(e,t){return l.createElement("option",{key:t,value:e.id},function(e){return"".concat(e.name).concat(e.code?" (".concat(e.code,")"):"")}(e))}))))}var Tl={isItemActive:function(e,t){return t||(t=p.AppLinkHelper.getCurrentAppLink()),t.application===e.appLink.application&&(Array.isArray(e.activeActions)?e.activeActions.includes(t.action):t.action===e.appLink.action)}},kl=function(e){return Object.values(e).every((function(e){return!!e}))},Il=(n(207),function(e,t){return!!e&&!!t&&e.toString()===t.toString()}),Ll=function(e){return e.split(" ").map((function(e){return(e[0]?e[0].toUpperCase():"")+(e.substr(1)?e.substr(1).toLowerCase():"")})).join(" ")};function _l(e){return function(e){if(Array.isArray(e))return Pl(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Pl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pl(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var xl={find:function(e,t){if(e&&e.children&&e.children.length)for(var n=function e(n){if(Il(n.id,t))return n;var r=n.children;if(r&&r.length)for(var i=0;i<r.length;i++){var a=e(r[i]);if(a)return a}},r=0;r<e.children.length;r++){var i=n(e.children[r]);if(i)return i}},getPath:function(e,t){for(var n=[t],r=function(e){return e.hasOwnProperty("parentIds")&&Array.isArray(e.parentIds)&&e.parentIds.length?e.parentIds[0]:e.hasOwnProperty("parentId")?e.parentId:null},i=r(t);i;){var a=xl.find(e,i);a&&(n=[a].concat(_l(n))),i=a?r(a):null}return n}},Nl=function(e){return e&&e.groups?e.groups.map((function(e){return e.name})):[]};function Dl(e){var t=e.tabs,n=e.isItemActive;return l.createElement(ki.Nav,{fill:!0,variant:"tabs"},t.map((function(e,t){return l.createElement(ki.Nav.Item,{key:t},l.createElement(gu,{appLink:e.appLink,className:(r=n(e),r?"nav-link active":"nav-link")},e.label));var r})))}Dl.defaultProps={isItemActive:Tl.isItemActive};var Rl=n(23),Ml=n.n(Rl);function Ul(e){var t=e.name,n=e.appLink,r=e.onSelect,i=e.isDisabled,a=e.className,o=e.actions,c=Ml.a.text;return a&&(c+=" ".concat(a)),i?l.createElement("a",{className:"".concat(c," text-muted ").concat(Ml.a.disabled)},t):l.createElement(l.Fragment,null,n?l.createElement(gu,{appLink:n,className:c},t):l.createElement("a",{onClick:r,className:c},t),!!o&&l.createElement(Cl,{className:Ml.a.actions,actions:o}))}function Fl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Vl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vl(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bl(e){var t=e.tree,n=e.selectedIds,r=e.getAppLink,i=e.onSelect,a=e.isDisabled,o=e.actions,c=Array.isArray(n)&&n.some((function(e){return Il(t.id,e)})),s=l.useMemo((function(){return Array.isArray(n)&&n.some((function(e){return xl.find(t,e)}))}),[t,n]),u=Fl(l.useState(s),2),f=u[0],p=u[1],d=!!t.children&&!!t.children.length,h={name:t.name,appLink:m(r)?r(t):null,onSelect:m(i)?function(){return i(t)}:null,isDisabled:!!m(a)&&a(t),className:c&&Ml.a.selected||s&&Ml.a.parentOfSelected,actions:!!o&&o.map((function(e){return Object.assign(Object.assign({},e),{appLink:e.getAppLink(t)})}))};return l.createElement("li",{className:"position-relative".concat(f?"":" ".concat(Ml.a.collapsed))},l.createElement("div",{className:"position-relative"},l.createElement("span",{className:Ml.a.node},d&&l.createElement(zc,{svgName:Hc.ChevronDown,size:Vc.Small,className:"svg-container ".concat(Ml.a.chevron),onClick:function(){return p(!f)}}),l.createElement(Ul,Object.assign({},h))),f&&l.createElement(zl,Object.assign({},e))))}var Hl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function zl(e){var t=e.tree,n=Hl(e,["tree"]);return t&&t.children?l.createElement("ul",{className:"m-0 p-0 ".concat(Ml.a.tree)},t.children.map((function(e){return l.createElement(Bl,Object.assign({key:e.id,tree:e},n))}))):l.createElement(l.Fragment,null)}var ql={getChord:function(e,t){return xl.getPath(e,t).map((function(e){return e.name})).join(" -> ")},getState:function(e,t){var n={};return Array.isArray(e)&&e.forEach((function(e){var r,i,a,o=xl.find(t,e);o&&(n=Object.assign((r={},i=e,a=ql.getChord(t,o),i in r?Object.defineProperty(r,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[i]=a,r),n))})),n}};function Jl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $l(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Kl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Wl(e){var t=e.onSelect,n=e.label,r=e.hideCollapseBtn,i=e.collapse,a=e.noSelectionMessage,o=e.isNodeDisabled,c=e.getSelectedItemAppLink,s=Kl(e,["onSelect","label","hideCollapseBtn","collapse","noSelectionMessage","isNodeDisabled","getSelectedItemAppLink"]),u=s.tree,f=s.selectedIds,p=Jl(l.useState(ql.getState(f,u)),2),d=p[0],h=p[1];l.useEffect((function(){return h(ql.getState(f,u))}),[f,u]);var y=Jl(l.useState(!!i),2),v=y[0],b=y[1];l.useEffect((function(){return b(!!i)}),[i]);var g=!r||!!n;return l.createElement(l.Fragment,null,g&&l.createElement("div",{className:"pb-2"},!!n&&l.createElement("label",{className:"m-0"},n),!r&&l.createElement("a",{className:"float-right cursor-pointer",onClick:function(){return b(!v)}},v?"Expand":"Collapse")),!v&&l.createElement("div",{className:"py-2 border-top"},l.createElement(zl,Object.assign({onSelect:function(e){return m(t)&&t(e)},isDisabled:o},s))),(!Ci.a.isEmpty(d)||!!a)&&l.createElement("div",{className:"py-2 border-top"},l.createElement("label",null,"Selected:"),l.createElement("ul",{className:"m-0"},Ci.a.isEmpty(d)?l.createElement("li",null,a):Object.keys(d).map((function(e,t){return l.createElement("li",{key:t},m(c)?l.createElement(gu,{appLink:c(e)},d[e]):d[e])})))))}var Yl=n(51);var Gl=function(e){return e&&!(e.data&&e.data.length)},Zl=function(e){return e&&e.data&&e.data.length},Ql=function(e){var t="bg-white";return e&&(t+=" ".concat(e)),t};function Xl(e){var t=e.video,n=e.getVideoAppLink,r=e.getVideoActions,i=e.className,a=void 0===i?"":i,o=e.itemNumber,c=m(n)&&n(t);return l.createElement("tr",{className:Ql(a)},!!o&&l.createElement("td",null,l.createElement("span",null,o)),l.createElement("td",null,c?l.createElement(gu,{appLink:c},t.name):t.name),m(r)&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r(t)}))))}var ef=Object(Yl.SortableElement)((function(e){return l.createElement(Xl,Object.assign({sortable:!0},e))})),tf=n(32),nf=n.n(tf),rf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},af=function(e){var t=e.sortable,n=e.getVideoActions;return l.createElement("thead",null,l.createElement("tr",null,!!t&&l.createElement("th",null,"#"),l.createElement("th",null,"Name"),!!n&&l.createElement("th",null)))},of=l.forwardRef((function(e,t){var n=e.videos,r=e.sortable,i=rf(e,["videos","sortable"]);return l.createElement("tbody",{ref:t},!Gl(n)&&n.data.map((function(e,t){return r?l.createElement(ef,Object.assign({key:e.id,index:t,itemNumber:t+1,video:e,className:nf.a.draggableVideoItem},i)):l.createElement(Xl,Object.assign({video:e},i))})))}));var cf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},sf=Object(Yl.SortableContainer)((function(e){var t=e.forwardedRef,n=cf(e,["forwardedRef"]);return l.createElement(of,Object.assign({sortable:!0,ref:t},n))})),uf=function(e){return function(t){var n=t.node,r=e.current;if(r){r.classList.add(nf.a.sortingContainer);var i=r.querySelector(".".concat(nf.a.draggedVideoItem));n.childNodes.forEach((function(e,t){return i.childNodes[t].style.width="".concat(e.offsetWidth,"px")}))}}},lf=function(e,t){return function(n){var r=e.current;r&&r.classList.remove(nf.a.sortingContainer),t(n.oldIndex,n.newIndex)}};function ff(e){var t=e.onSortEnd,n=e.emptyMessage,r=cf(e,["onSortEnd","emptyMessage"]),i=l.useRef();return Gl(e.videos)?l.createElement("div",null,n):l.createElement(ki.Table,{responsive:!0},l.createElement(af,Object.assign({sortable:!0},e)),l.createElement(sf,Object.assign({forwardedRef:i,onSortStart:uf(i),onSortEnd:lf(i,t),lockAxis:"y",lockToContainerEdges:!0,distance:1,helperClass:nf.a.draggedVideoItem,helperContainer:function(){return i.current}},r)))}function pf(e){var t=e.alias,n=e.onDelete;return l.createElement("li",{className:"list-group-item d-flex justify-content-between"},t.name,l.createElement(zc,{svgName:Hc.Delete,onClick:function(){return n(t.id)}}))}function df(e){var t=e.aliases,n=e.onDelete;return l.createElement("ul",{className:"list-group mb-3"},t?t.map((function(e){return l.createElement(pf,{key:e.id,alias:e,onDelete:n})})):l.createElement("span",null,"Currently there are no aliases for this object."))}function mf(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return hf(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hf(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function hf(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}ff.defaultProps={emptyMessage:"There are no videos in this list."};var yf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function vf(e){var t=e.showSpinner,n=e.children,r=yf(e,["showSpinner","children"]),i=l.useRef(),a=mf(l.useState({}),2),o=a[0],c=a[1];return l.useEffect((function(){var e=o.width,t=o.height;if(!e||!t){var n=i.current,r=n.offsetHeight,a=n.offsetWidth;r&&a&&c({width:a,height:r})}})),l.useEffect((function(){var e=o.width,t=o.height;if(e&&t){var n=i.current;n.style.width="".concat(e+1,"px"),n.style.height="".concat(t+1,"px")}}),[o]),l.createElement(ki.Button,Object.assign({ref:i,disabled:t},r),t?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):n)}var bf=Object(ji.object)().shape({name:Object(ji.string)().trim().max(255,"Name is too long").required("Name is required").default("")});function gf(){var e=ci(),t=Gc(e);return l.createElement(vi,null,l.createElement(Kc,{label:"Create an alias",name:"name",id:"name",value:e.values.name,placeholder:"Add an alias"}),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:e.isSubmitting,type:"submit",disabled:!t},"Add")))}function Sf(e){var t=e.onSave;return l.createElement(Ai,{initialValues:{name:""},validationSchema:bf,onSubmit:function(e,n){t(e,(function(){return n({reset:!0})}))}},l.createElement(gf,null))}function Ef(e){var t=e.onSave,n=e.aliases,r=e.onDelete;return l.createElement("div",{className:"w-50"},l.createElement("h1",null,"Aliases"),l.createElement(df,{aliases:n,onDelete:r}),l.createElement(Sf,{onSave:t}))}var Of=c.COMPANIES,Cf=function(e){return{application:Of,action:i.Companies.EDIT_COMPANY,args:[e.id]}},wf=function(e){return p.AppLinkHelper.trigger(Cf(e))};function Af(e){var t=oe.useBasicFetch(he(e.cursor));return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{placeholder:"Search for a company",onSuggestionSelected:wf,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/companies/instant/raw","?q=").concat(e)},activationLength:2})),l.createElement(dl,{collection:t&&t.data,columns:[{accessor:"name",header:"Name",appLink:Cf}],collectionAppLink:{application:Of,action:i.Companies.COMPANIES},newObjectAppLink:{application:Of,action:i.Companies.NEW_COMPANY},objectName:"Company"}))}function jf(e){return(jf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Tf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function If(e,t,n){return t&&kf(e.prototype,t),n&&kf(e,n),e}function Lf(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_f(e,t)}function _f(e,t){return(_f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Pf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nf(e);if(t){var i=Nf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return xf(this,n)}}function xf(e,t){return!t||"object"!==jf(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Nf(e){return(Nf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Df=function(e){Lf(n,e);var t=Pf(n);function n(){return Tf(this,n),t.apply(this,arguments)}return If(n,[{key:"channelName",get:function(){return c.COMPANIES}},{key:"appRoutes",get:function(){return{"manage/companies(/)":"companies","manage/companies/new(/)":"newCompany","manage/companies/:id(/)":"editCompany"}}}]),n}(p.AppRouter),Rf=function(e){Lf(n,e);var t=Pf(n);function n(){return Tf(this,n),t.apply(this,arguments)}return If(n,[{key:"name",get:function(){return"Companies Application"}},{key:"channelName",get:function(){return c.COMPANIES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"companies",value:function(e){var t=e.cursor;this.layout.showChildView(k,l.createElement(Af,{cursor:t}))}},{key:"newCompany",value:function(){this.layout.showChildView(k,l.createElement(Ss,null))}},{key:"editCompany",value:function(e){this.layout.showChildView(k,l.createElement(gs,{id:e}))}}],[{key:"router",get:function(){return Df}}]),n}(p.Application);function Mf(e){return(Mf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Uf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ff(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Vf(e,t){return(Vf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Bf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=zf(e);if(t){var i=zf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Hf(this,n)}}function Hf(e,t){return!t||"object"!==Mf(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zf(e){return(zf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var qf=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Vf(e,t)}(a,e);var t,n,r,i=Bf(a);function a(){return Uf(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"onShowAlert",value:function(e){if(this.layoutOptions.options.alertRegion){var t=e.ctor,n=e.collection,r=n?n.toJSON():[];this.layout.showChildView(this.layoutOptions.options.alertRegion,l.createElement(t,{alerts:r,removeAlert:function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)}}))}}}])&&Ff(t.prototype,n),r&&Ff(t,r),a}(n(44).a);function Jf(e){return(Jf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function $f(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Kf(e,t){return(Kf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Wf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Gf(e);if(t){var i=Gf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Yf(this,n)}}function Yf(e,t){return!t||"object"!==Jf(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Gf(e){return(Gf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Zf=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Kf(e,t)}(a,e);var t,n,r,i=Wf(a);function a(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(e=i.call(this)).constructors={},e.destructors={},e.instances={},e.singletonInstances={},e.referenceCounts={},e}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return"InstanceManager"}},{key:"registerDataService",value:function(e,t){var n=this;this.validateConstructor(e);var r=e.prototype.name;return this.referenceCounts[r]=0,this.constructors[r]=function(){return new e({dataProvider:n.getInstance(t.dataProvider),cache:n.getInstance(t.cache),bootstrapData:t.bootstrapData,defaultErrorHandler:t.defaultErrorHandler,alertService:t.alertService})},this.destructors[r]=function(){n.instances[r]?n.instances[r].destroy():es.c.throw(new rs.a("Trying to destroy a ".concat(r," instance that has already been destroyed"))),n.releaseInstance(t.dataProvider),n.releaseInstance(t.cache)},this}},{key:"registerInstance",value:function(e,t){var n=this;this.validateConstructor(e);var r=e.prototype.name;return this.referenceCounts[r]=0,this.constructors[r]=function(){return new e(t)},this.destructors[r]=function(){return d.isFunction(n.instances[r].destroy)&&n.instances[r].destroy()},this}},{key:"registerSingleton",value:function(e){var t=e.name;return this.singletonInstances[t]=e,this}},{key:"getInstance",value:function(e,t){var n=this;return this.singletonInstances[e]?this.singletonInstances[e]:(this.constructors[e]||es.c.throw(new rs.a("".concat(e," was not registered with ").concat(this.name))),this.referenceCounts[e]++,t&&this.listenTo(t,"destroy",(function(){return n.releaseInstance(e)})),this.instances[e]||(this.instances[e]=this.constructors[e]()),this.instances[e])}},{key:"releaseInstance",value:function(e){var t=this;if(this.instances[e])return window.setTimeout((function(){t.referenceCounts[e]--,t.referenceCounts[e]<1&&(t.destructors[e](),delete t.instances[e])}),0),this}},{key:"validateConstructor",value:function(e){var t=e.prototype.name;t||es.c.throw(new rs.a("Classes registered with ".concat(this.name," must have a unique name property."))),this.constructors[t]&&es.c.throw(new rs.a("A class with the name: ".concat(t," has already been registered with ").concat(this.name)))}}])&&$f(t.prototype,n),r&&$f(t,r),a}(Xc.a).Instance;function Qf(e){var t,n;return t=e,n=Zf.getInstance(t),l.useEffect((function(){return function(){return Zf.releaseInstance(t)}})),n}var Xf,ep,tp=n(36),np=n(30);function rp(e){return(rp="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ip(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ap(e,t){return(ap=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function op(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=sp(e);if(t){var i=sp(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return cp(this,n)}}function cp(e,t){return!t||"object"!==rp(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function sp(e){return(sp=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Success="success",e.Warning="warning",e.Fail="danger",e.Info="info"}(Xf||(Xf={})),function(e){e.Success="Success! 🙌",e.Warning="Whoops...",e.Fail="Oops...",e.Info="FYI"}(ep||(ep={}));var up=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ap(e,t)}(a,e);var t,n,r,i=op(a);function a(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),i.call(this,e)}return t=a,(n=[{key:"initialize",value:function(){this.alertCollection=new tp.a,this.listenTo(Y.a.ALERT,"remove:alert",this.removeAlert),this.showAlerts()}},{key:"name",get:function(){return ts}},{key:"defaults",get:function(){return{maxAlerts:3}}},{key:"showAlerts",value:function(){var e=uu.Radio.channel(Y.a.ALERT),t={collection:this.alertCollection};this.options.alertViewCtor&&(t=d.extend({},t,{ctor:this.options.alertViewCtor})),e.trigger("show:alert",t)}},{key:"removeAlert",value:function(e){this.alertCollection.remove(e),this.showAlerts()}},{key:"createAlert",value:function(e){this.alertCollection.length===this.options.maxAlerts&&this.alertCollection.shift(),e.id||(e=d.extend({},e,{id:this.generateUniqueAlertId()})),this.alertCollection.push(new np.a(e)),this.showAlerts()}},{key:"clearAllAlerts",value:function(){this.alertCollection.reset(null)}},{key:"success",value:function(e){var t=this;return"string"==typeof e?d.bind((function(){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,{message:e}))}),this):e.useXHR?d.bind((function(e,n){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,{message:n}))}),this):d.bind((function(){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,e))}),this)}},{key:"error",value:function(e){var t=this;return"string"==typeof e?d.bind((function(){return t.createAlert(d.extend({},t.options.defaultErrorAlert,{message:e}))}),this):e.useXHR?d.bind((function(e){return t.createAlert(d.extend({},t.options.defaultErrorAlert,{message:e.message}))}),this):d.bind((function(){return t.createAlert(d.extend({},t.options.defaultErrorAlertIL_DEFAULT,e))}),this)}},{key:"generateUniqueAlertId",value:function(){return d.uniqueId("alert_")}}])&&ip(t.prototype,n),r&&ip(t,r),a}(Xc.a);function lp(){var e=Qf(ts);return{success:function(t){e.success(t)()},error:function(t){e.error(t)()},warning:function(t){e.createAlert({type:Xf.Warning,heading:ep.Warning,message:t})}}}function fp(){return l.createElement("div",{className:"text-center p-5"},l.createElement(ki.Spinner,{as:"div",animation:"border",role:"status"}))}function pp(e){var t,n=(null===(t=e.headerButtons)||void 0===t?void 0:t.length)?e.headerButtons.map((function(e,t){return l.createElement(Ol,Object.assign({key:t},e))})):l.createElement(l.Fragment,null);return l.createElement(ki.Modal,{show:!0,onHide:e.closePopup,onEntered:e.onEntered,size:e.size,dialogClassName:e.dialogClassName,centered:e.centered},!!e.title&&l.createElement(ki.Modal.Header,{className:"d-flex align-items-center",closeButton:e.closeButton},l.createElement(ki.Modal.Title,{className:"flex-grow-1 text-truncate"},e.title),n),e.showLoadingSpinner?l.createElement(fp,null):l.createElement(ki.Modal.Body,{className:e.bodyClassName},e.children))}pp.defaultProps={closeButton:!0,bodyClassName:"",dialogClassName:""};var dp=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function mp(e){var t=e.buttons;return l.createElement("div",{className:"d-flex justify-content-end border-top pt-3 px-3 mx-n3"},t.map((function(e,t){return function(e,t){var n=e.buttonText,r=e.type,i=void 0===r?"button":r,a=e.isSpinnerButton,o=e.showSpinner,c=void 0!==o&&o,s=e.className,u=dp(e,["buttonText","type","isSpinnerButton","showSpinner","className"]),f=Object.assign({key:t,type:i,className:"ml-2".concat(s?" ".concat(s):"")},u);return a?l.createElement(vf,Object.assign({showSpinner:c},f),n):l.createElement(ki.Button,Object.assign({},f),n)}(e,t)})))}function hp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var vp=ds.encloseNamespace("shared.confirmationPopup");function bp(e){var t=hp(l.useState(!1),2),n=t[0],r=t[1],i=[{variant:e.cancelButtonVariant,onClick:e.closePopup,buttonText:e.cancelButtonText||vp("cancel")},{variant:e.confirmButtonVariant,onClick:function(){r(!0),e.onClickConfirm()},buttonText:e.confirmButtonText||vp("confirm"),isSpinnerButton:!0,showSpinner:n}];return l.createElement(pp,{title:e.title,closePopup:e.closePopup},l.createElement(l.Fragment,null,e.children,l.createElement(mp,{buttons:i})))}bp.defaultProps={confirmButtonVariant:"primary",cancelButtonVariant:"link"};var gp,Sp,Ep="locale",Op="phrases",Cp="currentuser",wp=function(e,t){return{url:"/api/currentuser",key:"currentuser",normalizeOptions:{namespace:"currentuser"},bootstrapName:Cp,formatData:function(e){return e.id?e:null},success:e,error:t,expiryTime:1/0}},Ap=n(10),jp=function(e,t,n,r){return{key:"settings:".concat(e,":").concat(t),url:"/api/domain/v3/settings/".concat(e,"?type=").concat(t),normalize:!1,formatData:function(e){return Ap.a.first(e)},success:n,error:r}},Tp=function(e,t,n,r){return{key:"update:settings:".concat(e,":bulk"),url:"/api/domain/v3/settings/".concat(e,"/bulk"),data:t,type:ce.a.PUT,invalidationKeys:t.map((function(t){return"settings:".concat(e,":").concat(t.name)})),success:n,error:r}};function kp(e){var t=l.useRef(null);return l.useEffect((function(){t.current&&(e.checked?t.current.indeterminate&&(t.current.indeterminate=!1):!e.indeterminate||t.current.indeterminate?!e.indeterminate&&t.current.indeterminate&&(t.current.indeterminate=!1):t.current.indeterminate=!0)}),[t.current,e.indeterminate,e.checked]),l.createElement("div",{className:"custom-control custom-checkbox ".concat(e.className)},l.createElement("input",{ref:t,type:"checkbox",className:"custom-control-input",id:e.id,name:e.name,checked:e.checked,onChange:e.onChange,disabled:e.disabled}),l.createElement("label",{className:"custom-control-label cursor-pointer",htmlFor:e.id},e.label))}function Ip(e,t){return t?"".concat(e,":").concat(t):e}!function(e){e.MustCompleteOnboarding="must_complete_onboarding",e.StudentWorkspaceSharing="student_ws_sharing",e.StudentToStudentMessaging="student_to_student_messaging",e.HideResourcesForStudents="hide_resources_for_students",e.LibraryReview="library_review",e.SchoolMessaging="school_messaging",e.LegacyTvNaming="legacy_tv_naming",e.LegacyAlbertCustomer="legacy_albert_customer",e.HideHostedLibraries="hide_hosted_libraries",e.StaffRequest="staff_request",e.MaxCustomLibraries="max_custom_libraries",e.CustomLibrariesBetaAccess="custom_libraries_beta_access",e.AutoCaptioning="auto_captioning",e.Topics="subjects",e.NewDashboards="new_dashboards",e.LiteAccess="lite_access",e.HasCompletedOnboarding="has_completed_onboarding",e.BulkOnboardingPreferencesState="bulk_onboarding_preferences_state"}(gp||(gp={})),kp.defaultProps={checked:!1,label:"",className:""},function(e){e[e.Permanent=0]="Permanent",e[e.Temporary=1]="Temporary"}(Sp||(Sp={}));var Lp,_p=function(e){return{key:Ip("presentations",e),url:_u("/api/subjects/v1/presentations",{type:e})}},Pp=function(e,t){return{key:Ip("customers:".concat(e,":presentations"),t),url:_u("/api/subjects/v1/customers/".concat(e,"/presentations"),{type:t})}},xp=function(e,t,n,r,i){return{key:"customers:".concat(e,":presentations:").concat(t,":add"),url:"/api/subjects/v1/customers/".concat(e,"/presentations/").concat(t),type:ce.a.POST,invalidationKeys:"customers:".concat(e,":presentation"),success:n,error:r,always:i}},Np=function(e,t,n,r,i){return{key:"customers:".concat(e,":presentations:").concat(t,":remove"),url:"/api/subjects/v1/customers/".concat(e,"/presentations/").concat(t),type:ce.a.DELETE,invalidationKeys:"customers:".concat(e,":presentations"),success:n,error:r,always:i}};!function(e){e.Developer="Curator Devs",e.Content="Content",e.Curator="Curators",e.Support="Support",e.SalesSupport="Sales Support"}(Lp||(Lp={}));var Dp,Rp,Mp,Up=function(){return[{value:"protected",access:"r"}]},Fp=function(e){return Nl(e).includes(Lp.Developer)},Vp=function(e){return[Lp.Developer,Lp.Content].some((function(t){return Nl(e).includes(t)}))},Bp=function(e,t,n,r,i){var a="settings:entity:".concat(e),o="/api/cache?keys=".concat(a);return{url:"/ajax/online/".concat(t,"?endpoint=").concat(encodeURIComponent(o)),key:"settings:cache:".concat(e),type:ce.a.DELETE,success:n,error:r,always:i}},Hp=function(e){return{key:"customers:".concat(e),url:"/api/master/v2/objects/".concat(e,"?query=country,contentregion")}};function zp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return qp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Jp(e){var t,n=zp(l.useState(),2),r=n[0],i=n[1],a=e.availablePresentations.filter((function(t){return!e.currentPresentations.find((function(e){return e.id===t.id}))}));return l.createElement("div",null,!!e.canAdd&&!!a.length&&l.createElement(l.Fragment,null,l.createElement(ki.Form.Label,null,"Select a presentation to add"),l.createElement(ki.Form.Control,{as:"select",value:null!==(t=null==r?void 0:r.id)&&void 0!==t?t:"",onChange:function(t){var n=function(e,t){return Ap.a.first(t.filter((function(t){return t.id.toString()===e.toString()})))}(t.target.value,a);n&&(i(n),e.onSelectPresentation(n))},className:"cursor-pointer"},l.createElement("option",{value:""},"Select a presentation"),a.map((function(e){return l.createElement("option",{value:e.id,key:e.id},e.name)})))),!!e.currentPresentations.length&&l.createElement(l.Fragment,null,l.createElement("ul",{className:"list-unstyled mt-2"},e.currentPresentations.map((function(t){return l.createElement("li",null,t.name,!!e.canRemove&&l.createElement("span",{className:"text-danger cursor-pointer ml-2",onClick:function(){return e.removePresentation(t)}},l.createElement("em",null,"remove")))})))))}!function(e){e.Draft="Draft",e.Published="Published"}(Dp||(Dp={})),function(e){e.Subject="subject",e.Curriculum="curriculum"}(Rp||(Rp={})),function(e){e.AU="content-ap-southeast-1",e.NZ="content-ap-southeast-2",e.UK="content-eu-west-1",e.SCOT="content-eu-west-2",e.US="content-na-central-1",e.GLOBAL="content-global"}(Mp||(Mp={}));var $p="9",Kp="13",Wp="14",Yp="15";function Gp(e,t){return Fp(t)?e:function(e){return e.filter((function(e){return e.status===Dp.Published}))}(e)}function Zp(e,t,n){return Fp(t)?e:Gp(e,t).filter((function(e){return n.contentRegion.systemName===Mp.US?e.id.toString()===Kp||e.id.toString()===Yp||e.id.toString()===Wp:n.contentRegion.systemName===Mp.AU?e.id.toString()===$p:void 0}))}function Qp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Xp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Xp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Xp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ed(e){var t,n,r=lp(),a=Object(v.useDispatch)(),o=Qp(l.useState(!!e.newCustomer),2),s=o[0],u=o[1],f=Qp(l.useState(),2),d=f[0],m=f[1],h=Qp(l.useState(),2),y=h[0],b=h[1],g=Qp(l.useState(),2),S=g[0],E=g[1],O=Qp(l.useState(!1),2),C=O[0],w=O[1],A=oe.useBasicFetch(Hp(e.customerId)),j=oe.useBasicFetch(wp()),T=oe.useBasicFetch(jp(e.customerId,gp.Topics)),k=(n=e.customerId,{availableTopicPresentations:oe.useBasicFetch(_p(Rp.Subject)),availableCurriculumPresentations:oe.useBasicFetch(_p(Rp.Curriculum)),customerTopicPresentations:oe.useBasicFetch(Pp(n,Rp.Subject)),customerCurriculumPresentations:oe.useBasicFetch(Pp(n,Rp.Curriculum))}),I=k.availableTopicPresentations,L=k.availableCurriculumPresentations,_=k.customerTopicPresentations,P=k.customerCurriculumPresentations;function x(){if(e.newCustomer)return alert("Successfully set up Topics for this customer."),void p.LocationUtils.PageLoad(p.AppLinkHelper.getHref({application:c.CUSTOMERS,action:i.Customers.MANAGE_CUSTOMER_TOPICS,args:[e.customerId]}));w(!1),r.success("Successfully saved customer presentations.")}if(l.useEffect((function(){var e;(null===(e=T.data)||void 0===e?void 0:e.value)&&u(!0)}),[null===(t=T.data)||void 0===t?void 0:t.value]),l.useEffect((function(){s||(m(null),b(null))}),[s]),l.useEffect((function(){if(!Fp(j.data)&&d){var e=L.data.find((function(e){return"Default Curriculum"===e.name}));b(e)}}),[d]),!!!(j.data&&T.data&&A.data&&I.data&&L.data&&_.data&&P.data))return l.createElement(l.Fragment,null);var N=Fp(j.data),D=N?d||y:s&&d&&y;return l.createElement(l.Fragment,null,l.createElement("h1",{className:"h6 mb-3"},A.data.name," - ",A.data.crmId),l.createElement("div",{className:"alert alert-danger",role:"alert"},"After enabling Topics, please ensure that ",l.createElement("strong",null,"Dashboard")," is enabled for this customer and that they have the correct library for the ",l.createElement("strong",null,"Topics Presentation")," you choose."),l.createElement(kp,{id:"enableTopics",checked:s,onChange:function(){return u(!s)},label:"Enable Topics",disabled:T.data.value}),s&&l.createElement(l.Fragment,null,l.createElement("p",{className:"mt-3"},l.createElement("strong",null,"Topic Presentations")),l.createElement(Jp,{availablePresentations:Zp(I.data,j.data,A.data),currentPresentations:_.data,onSelectPresentation:function(e){return m(e)},removePresentation:function(e){return E(e)},canRemove:N,canAdd:!0}),N&&l.createElement(l.Fragment,null,l.createElement("p",{className:"mt-3"},l.createElement("strong",null,"Curriculum Presentations")),l.createElement(Jp,{availablePresentations:Gp(L.data,j.data),currentPresentations:P.data,onSelectPresentation:function(e){return b(e)},removePresentation:function(e){return E(e)},canRemove:N,canAdd:!0}))),l.createElement("div",{className:"d-flex justify-content-end align-items-center pt-3"},!T.data.value&&l.createElement(gu,{className:"info-link mr-3",appLink:{application:c.CUSTOMERS,action:i.Customers.MANAGE_CUSTOMER,args:[e.customerId]}},"Skip for now"),l.createElement("button",{className:"btn btn-primary",onClick:function(){return w(!0)},disabled:!D},"Save")),C&&l.createElement(bp,{title:"Confirmation needed",onClickConfirm:function(){var t=function(){var e=[];return d&&e.push(d),y&&e.push(y),e}();if(t.length){var n=function(){var t=T.data.value?[]:[gp.Topics,gp.NewDashboards];return e.newCustomer&&t.push(gp.MustCompleteOnboarding),t}(),r=0,i=0,o=t.length+(n.length?1:0),c=t.map((function(t){return xp(e.customerId,t.id,s,u)}));n.length&&c.push(Tp(e.customerId,n.map((function(e){return{name:e,value:!0,kind:Sp.Temporary}})),s,u)),c.forEach((function(e){return oe.fetch(a,e)}))}function s(){i++,u()}function u(){var t;if(++r===o){if(i<r||!(null===(t=A.data.country)||void 0===t?void 0:t.code))return w(!1),void alert("Something went wrong while setting up Topics for this customer. Please contact to the Product Team so that they look into the issue.");if(!n.length)return x(),m(null),void b(null);var c=Bp(e.customerId,A.data.country.code,x,(function(){w(!1),alert("Successfully set up Topics but failed to clear Online cache. Please contact to the Product Team so that they look into the issue.")}));oe.fetch(a,c)}}},closePopup:function(){return w(!1)}},T.data.value?l.createElement("p",null,"Are you sure you want to add this customer to:"):l.createElement("p",null,"Are you sure you want enable Topics for this customer and add it to the following presentations:"),l.createElement("ul",null,!!d&&l.createElement("li",null,l.createElement("strong",null,"Topic Presentation:")," ",d.name),!!N&&!!y&&l.createElement("li",null,l.createElement("strong",null,"Curriculum Presentation:")," ",y.name)),!N&&l.createElement("p",{className:"text-danger"},l.createElement("strong",null,"You will be able to come back and add more presentations."))),!!S&&l.createElement(bp,{title:"Confirmation needed",onClickConfirm:function(){if(S){var t=Np(e.customerId,S.id,(function(){return r.success("Successfully removed customer from presentation.")}),(function(e){var t;return r.error((null===(t=e.responseJSON)||void 0===t?void 0:t.message)||"Failed to remove presentation.")}),(function(){return E(null)}));oe.fetch(a,t)}},closePopup:function(){return E(null)}},l.createElement("p",null,"Are you sure you want to remove this customer from ",l.createElement("strong",null,S.name),"?")))}function td(e){return(td="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function nd(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rd(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function id(e,t,n){return t&&rd(e.prototype,t),n&&rd(e,n),e}function ad(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&od(e,t)}function od(e,t){return(od=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function cd(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ud(e);if(t){var i=ud(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return sd(this,n)}}function sd(e,t){return!t||"object"!==td(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ud(e){return(ud=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ld=function(e){ad(n,e);var t=cd(n);function n(){return nd(this,n),t.apply(this,arguments)}return id(n,[{key:"channelName",get:function(){return c.CUSTOMERS}},{key:"appRoutes",get:function(){return{"customers/:id/topics(/)":"manageCustomerTopics"}}},{key:"externalRoutes",get:function(){return{"customers/:id(/)":"manageCustomer"}}}]),n}(p.AppRouter),fd=function(e){ad(n,e);var t=cd(n);function n(){return nd(this,n),t.apply(this,arguments)}return id(n,[{key:"name",get:function(){return"Customers Application"}},{key:"channelName",get:function(){return c.CUSTOMERS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{alertRegion:L}}}},{key:"manageCustomerTopics",value:function(e,t){this.layout.showChildView(k,l.createElement(ed,{customerId:e,newCustomer:t.newCustomer}))}}],[{key:"router",get:function(){return ld}}]),n}(qf),pd=n(63),dd=n(25),md=n.n(dd);function hd(e){var t=e.alert,n=e.svgName,r=e.svgClassName,i=e.closeAlert,a=t.message,o=t.heading,c=t.appLink,s=t.appLinkText,u=t.appLinkClassName,f=void 0===u?"":u,p=Object(Qc.sanitize)(a);return l.createElement(l.Fragment,null,l.createElement("div",{className:"d-inline-block ".concat(md.a.icon)},l.createElement(zc,{svgName:n,className:"svg-container ".concat(r)})),l.createElement("div",{className:"pl-2 d-inline-block ".concat(md.a.alertContent)},l.createElement("p",{className:"p-0 m-0 pb-1 ".concat(md.a.heading)},o),l.createElement("p",{className:"p-0 text-break clamp-4 ".concat(md.a.message),dangerouslySetInnerHTML:{__html:p}}),!!c&&l.createElement(gu,{className:f,appLink:c},s)),l.createElement("div",{className:"close d-inline-block cursor-pointer",role:"button",onClick:i},"×"))}function yd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var bd=function(e){switch(e.type){case Xf.Success:return Hc.CheckCircleOutline;case Xf.Fail:case Xf.Warning:return Hc.Warning;case Xf.Info:default:return Hc.Info}};function gd(e){var t=e.alert,n=e.closeAlert,r=yd(l.useState(!0),2),i=r[0],a=r[1],o=l.useRef();l.useEffect((function(){i?o.current=window.setTimeout(n,3e3):clearTimeout(o.current)}),[i]);var c="text-".concat(t.type.toLowerCase());return l.createElement("li",{className:"bg-white mt-2 p-2 show clearfix ".concat(md.a.alertItem),onMouseEnter:function(){return a(!1)},onMouseLeave:function(){return a(!0)}},l.createElement(hd,{alert:t,svgName:bd(t),svgClassName:c,closeAlert:n}))}function Sd(e){var t=e.alerts,n=e.removeAlert;return l.createElement("div",{className:md.a.alertBox},l.createElement(pd.TransitionGroup,{component:"ul",className:"".concat(md.a.alertList," list-unstyled")},t&&t.map((function(e,t){return l.createElement(pd.CSSTransition,{key:t,timeout:200,classNames:"alert"},l.createElement(gd,{alert:e,closeAlert:function(){return n(e.id)}}))}))))}var Ed=n(20),Od={namespace:"domain_options"},Cd=function(){return"/api/domain/v3/settings/types"},wd=function(e){return"/api/domain/v3/settings/types/".concat(e)},Ad=function(){return"/api/domain/v3/settings/types"},jd=function(e){return"/api/domain/v3/settings/types/".concat(e)},Td=function(e){return"/api/domain/v3/settings/types/".concat(e)},kd="domain:options",Id="domain:option",Ld="update:domain:option",_d="delete:domain:option",Pd=function(){return{key:kd,url:Cd(),normalizeOptions:Od}},xd=function(e){return{key:"".concat(Id,":").concat(e),url:wd(e),normalizeOptions:Od}},Nd=function(e,t,n){return e.type===Ed.DomainOptionType.String&&(e=Md(e)),{key:Id,url:Ad(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[kd],normalizeOptions:Od}},Dd=function(e,t){return e.type===Ed.DomainOptionType.String&&(e=Md(e)),{key:"".concat(Ld,":").concat(e.id),url:jd(e.id),data:e,type:ce.a.PUT,always:t,formatData:function(){return e},normalizeOptions:Od}},Rd=function(e,t){return{key:"".concat(_d,":").concat(e),url:Td(e),type:ce.a.DELETE,invalidationKeys:[kd],normalizeOptions:Od,success:t}};function Md(e){var t=e.defaultValue;if('"'===t)return Object.assign(Object.assign({},e),{defaultValue:'"'.concat(t,'"')});var n=t.charAt(0),r=t.charAt(t.length-1);return'"'!==n&&(t='"'.concat(t)),'"'!==r&&(t="".concat(t,'"')),Object.assign(Object.assign({},e),{defaultValue:t})}function Ud(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Fd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Vd(e){var t=Ud(l.useState(!1),2),n=t[0],r=t[1],a=oe.useBasicFetch(xd(e.optionId)),o=Object(v.useDispatch)(),s=function(){e.closePopup(),p.AppLinkHelper.trigger({application:c.DOMAIN_OPTIONS,action:i.DomainOptions.DOMAIN_OPTIONS})};return l.createElement(pp,{title:"Delete Domain Option",closePopup:e.closePopup,showLoadingSpinner:!a.data},a.data&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.data.name),"?")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){r(!0),oe.fetch(o,Rd(e.optionId,s))},buttonText:"Yes, delete this domain option",isSpinnerButton:!0,showSpinner:n}]})))}var Bd,Hd=function(e){return{application:c.DOMAIN_OPTIONS,action:i.DomainOptions.EDIT_DOMAIN_OPTION,args:[e.id]}},zd={application:c.DOMAIN_OPTIONS,action:i.DomainOptions.NEW_DOMAIN_OPTION};function qd(){var e=oe.useBasicFetch(Pd());if(!e.data)return l.createElement(l.Fragment,null);var t=e.data.map((function(e){return e.displayName&&(e.name=e.displayName),e}));return l.createElement(l.Fragment,null,l.createElement("div",{className:"d-flex justify-content-between mb-2"},l.createElement("h5",{className:"d-inline-block m-0"},"Select a domain option type to edit:"),l.createElement(gu,{appLink:zd,className:"d-block"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Domain Option"))),l.createElement(Al,{objects:t,getAppLink:Hd}))}!function(e){e[e.Audience=1]="Audience",e[e.Category=2]="Category",e[e.Channel=3]="Channel",e[e.Chapter=4]="Chapter",e[e.Comment=5]="Comment",e[e.OwnerComment=6]="OwnerComment",e[e.Image=7]="Image",e[e.Thumbnail=8]="Thumbnail",e[e.Avatar=9]="Avatar",e[e.Banner=10]="Banner",e[e.Video=11]="Video",e[e.Trailer=12]="Trailer",e[e.Rating=13]="Rating",e[e.Topic=14]="Topic",e[e.Series=15]="Series",e[e.Season=16]="Season",e[e.HostedMediaObjectCollection=17]="HostedMediaObjectCollection",e[e.ExchangeCollection=18]="ExchangeCollection",e[e.CustomMediaObjectCollection=19]="CustomMediaObjectCollection",e[e.Playlist=20]="Playlist",e[e.ClickViewTvCollection=21]="ClickViewTvCollection",e[e.ClickViewProductionsCollection=22]="ClickViewProductionsCollection",e[e.User=23]="User",e[e.SystemUser=24]="SystemUser",e[e.Customer=25]="Customer",e[e.Country=26]="Country",e[e.Organisation=28]="Organisation",e[e.SystemOrganisation=29]="SystemOrganisation",e[e.Group=30]="Group",e[e.SystemGroup=31]="SystemGroup",e[e.FlagReason=32]="FlagReason",e[e.Library=33]="Library",e[e.Interactive=34]="Interactive",e[e.WorkspaceCollection=35]="WorkspaceCollection",e[e.Conversation=36]="Conversation",e[e.Message=37]="Message",e[e.Notification=38]="Notification",e[e.Clip=39]="Clip",e[e.Link=40]="Link",e[e.UserChannel=41]="UserChannel",e[e.Resource=42]="Resource",e[e.VideoStream=43]="VideoStream",e[e.AudioStream=44]="AudioStream",e[e.Tag=45]="Tag",e[e.Subtitle=46]="Subtitle",e[e.LicencedContentCollection=47]="LicencedContentCollection",e[e.PublicCollection=48]="PublicCollection",e[e.CategoryTree=49]="CategoryTree",e[e.Logo=50]="Logo",e[e.Permission=51]="Permission",e[e.Subject=52]="Subject",e[e.Field=53]="Field",e[e.Company=54]="Company",e[e.Person=55]="Person",e[e.Cover=56]="Cover",e[e.Poster=57]="Poster",e[e.SubjectAudience=58]="SubjectAudience",e[e.TallPoster=60]="TallPoster",e[e.Classroom=67]="Classroom",e[e.ClassroomGroup=68]="ClassroomGroup"}(Bd||(Bd={}));var Jd=ji.object().shape({id:ji.string(),name:ji.string().trim().max(64,"Name is too long").required("Name is required").default(""),displayName:ji.string().trim().max(255,"Display name is too long").required("Display name is required").default(""),type:ji.mixed().required("Type is required").default(Ed.DomainOptionType.Boolean),entityType:ji.mixed().required("Entity type is required").default(Bd.Customer),kind:ji.mixed().required("Kind is required").default(Ed.DomainOptionKind.Temporary),defaultValue:ji.mixed().required("Default value is required").default("false")}).noUnknown();function $d(e){var t=e.type,n=e.defaultValue;if(!t)return l.createElement(l.Fragment,null);var r={label:"Default Value",name:"defaultValue",id:"defaultValue",value:n};return t===Ed.DomainOptionType.Boolean?l.createElement(Kc,Object.assign({as:"select"},r),l.createElement("option",{value:"true"},"True"),l.createElement("option",{value:"false"},"False")):t===Ed.DomainOptionType.Long||t===Ed.DomainOptionType.StaffRequest?l.createElement(Kc,Object.assign({as:"input",type:"number"},r)):t===Ed.DomainOptionType.String?l.createElement(Kc,Object.assign({as:"input"},r)):void 0}var Kd=[Bd.Customer,Bd.User];function Wd(e){var t=null===e.id||void 0===e.id,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name (snake_case)",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this domain option",autoFocus:!0}),l.createElement(Kc,{label:"Display Name",type:"text",name:"displayName",id:"displayName",value:n.values.displayName,placeholder:"Enter a display name for this domain option"}),l.createElement(Kc,{as:"select",label:"Kind",name:"kind",id:"kind",value:n.values.kind},Ci.a.getEnumKeys(Ed.DomainOptionKind).map((function(e){return l.createElement("option",{key:e,value:Ed.DomainOptionKind[e]},e)}))),l.createElement(Kc,{as:"select",label:"Entity",name:"entityType",id:"entityType",value:n.values.entityType},Ci.a.getEnumKeys(Bd).filter((function(e){return Kd.includes(Bd[e])})).map((function(e){return l.createElement("option",{key:e,value:Bd[e]},e)}))),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:n.values.type},Ci.a.getEnumKeys(Ed.DomainOptionType).map((function(e){return l.createElement("option",{key:e,value:Ed.DomainOptionType[e]},e)}))),l.createElement($d,{type:n.values.type,defaultValue:n.values.defaultValue}),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.DOMAIN_OPTIONS,action:i.DomainOptions.DELETE_DOMAIN_OPTION,args:[e.id]}},"Delete")))}function Yd(e){return l.createElement(Ai,{initialValues:e.domainOption,validationSchema:Jd,onSubmit:e.saveDomainOption},l.createElement(Wd,{id:e.domainOption&&e.domainOption.id}))}function Gd(){var e=Object(v.useDispatch)();return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Domain Option"),l.createElement(Yd,{saveDomainOption:function(t,n){oe.fetch(e,Nd(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.DOMAIN_OPTIONS,action:i.DomainOptions.EDIT_DOMAIN_OPTION,args:[e.id]})}),n))}}))}function Zd(e){var t=e.optionId,n=oe.useBasicFetch(xd(t)),r=Object(v.useDispatch)();return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Edit Domain Option"),n.data&&l.createElement(Yd,{domainOption:n.data,saveDomainOption:function(e,t){return oe.fetch(r,Dd(e,t))}}))}function Qd(e){return(Qd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Xd(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function em(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function tm(e,t,n){return t&&em(e.prototype,t),n&&em(e,n),e}function nm(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&rm(e,t)}function rm(e,t){return(rm=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function im(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=om(e);if(t){var i=om(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return am(this,n)}}function am(e,t){return!t||"object"!==Qd(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function om(e){return(om=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var cm=function(e){nm(n,e);var t=im(n);function n(){return Xd(this,n),t.apply(this,arguments)}return tm(n,[{key:"channelName",get:function(){return c.DOMAIN_OPTIONS}},{key:"appRoutes",get:function(){return{"developer/options(/)":"domainOptions","developer/options/new(/)":"newDomainOption","developer/options/:id(/)":"editDomainOption"}}},{key:"appLinks",get:function(){return["deleteDomainOption"]}}]),n}(p.AppRouter),sm=function(e){nm(n,e);var t=im(n);function n(){return Xd(this,n),t.apply(this,arguments)}return tm(n,[{key:"name",get:function(){return"Domain Options Application"}},{key:"channelName",get:function(){return c.DOMAIN_OPTIONS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"domainOptions",value:function(){this.layout.showChildView(k,l.createElement(qd,null))}},{key:"newDomainOption",value:function(){this.layout.showChildView(k,l.createElement(Gd,null))}},{key:"editDomainOption",value:function(e){this.layout.showChildView(k,l.createElement(Zd,{optionId:e}))}},{key:"deleteDomainOption",value:function(e){this.layout.showChildView(I,l.createElement(Vd,Object.assign({optionId:e},this.getPopupProps())))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Sd,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return cm}}]),n}(p.Application),um=function(e){return e?"".concat("/api/master/v2/people","?cursor=").concat(e):"/api/master/v2/people"},lm=function(e){return"/api/master/v2/objects/".concat(e)},fm=function(){return"/api/master/v2/people"},pm=function(e){return"/api/master/v2/objects/".concat(e)},dm="people",mm="person",hm="update:person",ym=function(e){return{key:"".concat(dm).concat(e?":".concat(e):""),url:um(e)}},vm=function(e){return{key:"".concat(mm,":").concat(e),url:lm(e)}},bm=function(e,t,n){return{key:mm,url:fm(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[dm]}},gm=function(e,t,n){return{key:"".concat(hm,":").concat(e),url:pm(e),data:t,type:ce.a.PUT,always:n}},Sm=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown();function Em(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this person",autoFocus:!0}),l.createElement(ys,{isNew:e.isNew}))}function Om(e){return l.createElement(Ai,{initialValues:e.person,validationSchema:Sm,onSubmit:e.savePerson},l.createElement(Em,{isNew:!(e.person&&e.person.id)}))}function Cm(e){var t=Object(v.useDispatch)(),n=oe.useBasicFetch(vm(e.id));return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Om,{person:n.data,savePerson:function(n,r){return oe.fetch(t,gm(e.id,n,r))}}))}function wm(){var e=Object(v.useDispatch)();return l.createElement(Om,{savePerson:function(t,n){oe.fetch(e,bm(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.PEOPLE,action:i.People.EDIT_PERSON,args:[e.id]})}),n))}})}var Am=c.PEOPLE,jm=function(e){return{application:Am,action:i.People.EDIT_PERSON,args:[e.id]}},Tm=function(e){return p.AppLinkHelper.trigger(jm(e))};function km(e){var t=oe.useBasicFetch(ym(e.cursor));return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{placeholder:"Search for a person",onSuggestionSelected:Tm,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/people/instant/raw","?q=").concat(e)},activationLength:2})),l.createElement(dl,{collection:t&&t.data,columns:[{accessor:"name",header:"Name",appLink:jm}],collectionAppLink:{application:Am,action:i.People.PEOPLE},newObjectAppLink:{application:Am,action:i.People.NEW_PERSON},objectName:"Person"}))}function Im(e){return(Im="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Lm(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _m(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Pm(e,t,n){return t&&_m(e.prototype,t),n&&_m(e,n),e}function xm(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Nm(e,t)}function Nm(e,t){return(Nm=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Dm(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Mm(e);if(t){var i=Mm(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Rm(this,n)}}function Rm(e,t){return!t||"object"!==Im(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Mm(e){return(Mm=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Um,Fm=function(e){xm(n,e);var t=Dm(n);function n(){return Lm(this,n),t.apply(this,arguments)}return Pm(n,[{key:"channelName",get:function(){return c.PEOPLE}},{key:"appRoutes",get:function(){return{"manage/people(/)":"people","manage/people/new(/)":"newPerson","manage/people/:id(/)":"editPerson"}}}]),n}(p.AppRouter),Vm=function(e){xm(n,e);var t=Dm(n);function n(){return Lm(this,n),t.apply(this,arguments)}return Pm(n,[{key:"name",get:function(){return"People Application"}},{key:"channelName",get:function(){return c.PEOPLE}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"people",value:function(e){var t=e.cursor;this.layout.showChildView(k,l.createElement(km,{cursor:t}))}},{key:"newPerson",value:function(){this.layout.showChildView(k,l.createElement(wm,null))}},{key:"editPerson",value:function(e){this.layout.showChildView(k,l.createElement(Cm,{id:e}))}}],[{key:"router",get:function(){return Fm}}]),n}(p.Application),Bm=function(e,t,n,r,i){return{url:"/api/image/upload?type=".concat(t),key:"upload:image",data:e,type:ce.a.POST,success:n,error:r,always:i}},Hm=n(208),zm=n.n(Hm);function qm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Jm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}!function(e){e[e.NoRestrictions=0]="NoRestrictions",e[e.RestrictToCanvas=1]="RestrictToCanvas"}(Um||(Um={}));var $m=/data:([a-zA-Z0-9]+\/[a-zA-Z0-9-.+]+).*,.*/;function Km(e){var t=e.dataUrl,n=e.minHeight,r=e.minWidth,i=e.onCrop,a=e.onCancel,o=l.useRef(),c=l.useRef(),s=qm(l.useState(!1),2),u=s[0],f=s[1],p=qm(l.useState(!1),2),d=p[0],h=p[1];return l.useEffect((function(){var e=new Image;e.src=t;var i=o.current.offsetWidth/e.width;return c.current=new zm.a(o.current,{viewMode:Um.RestrictToCanvas,autoCropArea:1,aspectRatio:r/n,minCropBoxWidth:r*i,minCropBoxHeight:n*i,ready:function(){return f(!0)}}),function(){return c.current.destroy()}}),[]),l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3"},l.createElement("img",{ref:o,src:t,className:"img img-fluid"})),l.createElement("div",{className:"d-flex justify-content-end border-top pt-3"},l.createElement(ki.Button,{variant:"link",onClick:a},"Cancel"),l.createElement(vf,{onClick:function(){if(u){h(!0);var e=c.current.getCroppedCanvas().toDataURL(function(e){var t=e.match($m);if(t)return t[1]}(t));m(i)&&i(e)}},disabled:!u,showSpinner:d},"Crop")))}function Wm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ym(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ym(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ym(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Gm(e){var t=Object(v.useDispatch)(),n=l.useContext(zu),r=n.getDataUrl,i=n.setImage,a=Wm(l.useState(r()),1)[0],o=Wm(l.useState(!1),2),c=o[0],s=o[1];return l.createElement(pp,{title:"Crop Image",size:e.popupSize,closePopup:e.closePopup,onEntered:function(){return s(!0)}},c&&l.createElement(Km,{dataUrl:a,minWidth:Fu[e.imageType].width,minHeight:Fu[e.imageType].height,onCrop:function(n){oe.fetch(t,Bm(n,e.imageType,(function(e){return i(e)}),null,e.closePopup))},onCancel:e.closePopup}))}var Zm=function(e){var t=e.children;return l.createElement(qu,null,t)};function Qm(e){var t=e.page,n=e.totalPages,r=ks.isNumber(t)&&t>0&&t<n&&t+1,i=ks.isNumber(t)&&t>1&&t-1,a={};if(r&&r<=n&&(a.next=r.toString()),i&&(a.previous=i.toString()),!Ci.a.isEmpty(a))return a}var Xm={convertLegacyPaginatedCollection:function(e){if(e)return{data:e.data,pagination:{cursors:Qm(e.pagination),limit:e.pagination.pageSize}}}},eh=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"1";return{key:"playlists:".concat(e),url:"/ajax/playlists/curators?page=".concat(e),formatData:Xm.convertLegacyPaginatedCollection}},th=function(e,t){var n="/api/domain/v1/search/playlists?query=".concat(e);return t&&(n+="&filter={page:".concat(t,"}")),{key:"playlists:search:".concat(e).concat(t?":".concat(t):""),url:n,formatData:Xm.convertLegacyPaginatedCollection}},nh=function(e){return{key:"playlist:".concat(e),url:"/ajax/playlists/".concat(e,"?query=cover,banner")}},rh=function(e){var t=e.slice().sort();return{key:"playlists:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},ih=function(e,t,n,r){return{url:"/ajax/playlists",key:"playlist",data:e,type:ce.a.POST,invalidationKeys:"playlists",success:t,error:n,always:r}},ah=function(e,t,n,r,i){return{url:"/ajax/v2/playlists//".concat(e),key:"update:playlist:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}},oh=function(e,t,n,r){return{url:"/ajax/playlists/".concat(e),key:"delete:playlist:".concat(e),type:ce.a.DELETE,invalidationKeys:"playlists",success:t,error:n,always:r}},ch=function(e){return{key:"playlist:".concat(e,":videos"),url:"/api/master/v2/objects/".concat(e,"/videos?query={orderBy:orderindex,limit:100}")}},sh=function(e,t,n,r){return{key:"reorder:playlist",url:"/api/master/v1/objects/".concat(e,"/videos/reorder"),data:t,type:ce.a.PUT,invalidationKeys:"playlist:".concat(e,":videos"),success:n,error:r}},uh=function(e,t,n,r,i){return{key:"remove:playlist:video",url:"/api/master/v1/playlists/".concat(e,"/dissociate/").concat(t),type:ce.a.DELETE,invalidationKeys:"playlist:".concat(e,":videos"),success:n,error:r,always:i}},lh=function(e,t,n,r){return{key:"playlist:metadata:".concat(e.join(",")),url:_u("/ajax/playlists/metadata",{ids:e}),success:t,error:n,always:r}},fh=function(e,t,n,r){return{key:"dashboards:".concat(e),url:"/ajax/dashboards/".concat(e),success:t,error:n,always:r}},ph=function(e,t,n,r,i){return{key:"dashboard:".concat(e,":widget:").concat(t),url:"/ajax/dashboards/".concat(e,"/widgets/").concat(t),success:n,error:r,always:i}},dh=function(e,t,n,r){return{key:"playlist:".concat(e,":widgets"),url:"/ajax/playlists/".concat(e,"/widgets"),success:t,error:n,always:r}},mh=function(e,t,n,r,i,a){return{key:"dashboard:".concat(e,":widget:").concat(t),url:"/ajax/dashboards/".concat(e,"/widgets/").concat(t),type:ce.a.DELETE,invalidationKeys:"playlist:".concat(n,":widgets"),formatData:function(){return null},success:r,error:i,always:a}};function hh(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yh(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function vh(e){var t=Object(v.useDispatch)(),n=lp(),r=hh(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(nh(e.playlistId));var u=[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),oe.fetch(t,oh(e.playlistId,(function(){n.success("Successfully deleted playlist."),p.AppLinkHelper.trigger({application:c.PLAYLISTS,action:i.Playlists.PLAYLISTS})}),(function(){o(!1),n.error("Failed to delete playlist.")}),e.closePopup))},buttonText:"Yes, delete playlist",isSpinnerButton:!0,showSpinner:a}],f=!!s.data;return l.createElement(pp,{title:"Delete Playlist",closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,s.data.name),"?"),l.createElement("p",null,"Please ensure it is not being used in any widgets.")),l.createElement(mp,{buttons:u})))}var bh=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().max(65535,"Description is too long").default(""),cover:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),metadata:ji.object().shape({playlistId:ji.string(),internalDescription:ji.string().trim().max(255,"Description is too long").default("")}).default({}).noUnknown()}).noUnknown(),gh=function(e,t){var n=c.PLAYLISTS,r=i.Playlists,a=[{label:"Edit Playlist Details",appLink:{application:n,action:r.EDIT_PLAYLIST,args:[t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_PLAYLIST_VIDEOS,args:[t]}},{label:"Dashboards",appLink:{application:n,action:r.EDIT_PLAYLIST_DASHBOARDS,args:[t]}}];return Vp(e)&&a.push.apply(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_PLAYLIST_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_PLAYLIST_AUDIENCES,args:[t]}}]),a};function Sh(e){var t,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this playlist",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:n.values.description,placeholder:"Describe this playlist here"}),l.createElement(Kc,{label:"Internal Description",as:"textarea",name:"metadata.internalDescription",id:"metadata.internalDescription",value:null===(t=n.values.metadata)||void 0===t?void 0:t.internalDescription,placeholder:"This description will only be displayed in Curator"}),l.createElement(cl,{imageType:wu.Covers,fieldName:"cover",application:c.PLAYLISTS,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.PLAYLISTS,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},e.id?"Save":"Create"),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function Eh(e){var t,n=e.playlist&&e.playlist.id;return l.createElement(Ai,{initialValues:e.playlist,validationSchema:bh,onSubmit:e.savePlaylist},l.createElement(Sh,{id:n,actions:!!n&&(t=n,[{label:"Delete playlist",appLink:{application:c.PLAYLISTS,action:i.Playlists.DELETE_PLAYLIST,args:[t]},className:"text-danger"}])}))}function Oh(e){return l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:gh(e.currentUser,e.playlistId),isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}));var t}function Ch(e){var t=Object(v.useDispatch)(),n=lp(),r=oe.useBasicFetch(nh(e.playlistId)),a=oe.useBasicFetch(wp());return l.createElement(l.Fragment,null,!!a.data&&l.createElement(Oh,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST,currentUser:a.data}),!!r.data&&l.createElement(Eh,{playlist:r.data,savePlaylist:function(r,i){oe.fetch(t,ah(e.playlistId,r,(function(){n.success("Successfully updated playlist.")}),(function(){n.error("Failed to update playlist.")}),i))}}))}var wh=function(e,t){var n=e.dataServiceName,r=e.eventPrefix,i=e.fetchData,a=e.setData,o=e.onError,c=e.deleteEventPrefix;if(m(i)){if(m(a)){var s=o&&m(o),u=Zf.getInstance(n),l=uu.Radio.channel(u.channelName),f="".concat(r,":request"),d="".concat(r,":sync"),h="".concat(r,":error"),y="".concat(r,":invalidate"),v=c&&"".concat(c,":sync"),b=function(){return t(!1)},g=function(){return t(!0)},S=function(){return t(!1)},E=function(){return l.off(y,S)};l.once(f,b),l.once(d,g),l.once(y,S),s&&l.once(h,o),v&&l.once(v,E);var O=i(u);return O&&(t(!0),e.setData(O)),function(){Zf.releaseInstance(n),l.off(f,b),l.off(d,g),l.off(y,S),s&&l.off(h,o),v&&l.off(v,E)}}p.ErrorHelper.throw(new rs.a("A setData function must be passed to fetch"))}else p.ErrorHelper.throw(new rs.a("A fetchData function must be passed to fetch"))};function Ah(e){return function(e){if(Array.isArray(e))return kh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Th(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function jh(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||Th(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Th(e,t){if(e){if("string"==typeof e)return kh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?kh(e,t):void 0}}function kh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ih=function(e){return Array(Array.isArray(e)?e.length:0).fill(!1)};function Lh(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=l.useState(Ih(e)),i=jh(r,2),a=i[0],o=i[1];l.useEffect((function(){o(Ih(e))}),Ah(t)),l.useEffect((function(){if(n){var t=[];return e&&e.forEach((function(e,n){t.push(wh(e,(function(e){e!==a[n]&&o(Ap.a.cloneAndReplaceAtIdx(a,n,e))})))})),function(){return t.forEach((function(e){return e()}))}}}),[a,n])}function _h(e){return function(e){if(Array.isArray(e))return Nh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||xh(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ph(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||xh(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xh(e,t){if(e){if("string"==typeof e)return Nh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Nh(e,t):void 0}}function Nh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Dh(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=l.useState(!1),i=Ph(r,2),a=i[0],o=i[1];l.useEffect((function(){o(!1)}),_h(t)),l.useEffect((function(){if(n)return wh(e,o)}),[a,n])}var Rh=function(e,t,n){return function(r){return e((function(e){var i=m(n)?n:h();return Object.assign(Object.assign({},e),function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,i(r,e)))}))}};function Mh(e){return(Mh="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Uh(e){return function(e){if(Array.isArray(e))return Fh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Fh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fh(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Vh(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Bh(e,t){return(Bh=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Hh(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Jh(e);if(t){var i=Jh(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return zh(this,n)}}function zh(e,t){return!t||"object"!==Mh(t)&&"function"!=typeof t?qh(e):t}function qh(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Jh(e){return(Jh=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var $h,Kh,Wh,Yh,Gh,Zh=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Bh(e,t)}(a,e);var t,n,r,i=Hh(a);function a(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),t=i.call(this,e),d.result(qh(t),"name")||es.c.throw(new rs.a("Must provide a name when extending BaseDataService")),d.result(qh(t),"channelName")||es.c.throw(new rs.a("Must provide a channelName for ".concat(d.result(qh(t),"name"))));var n=[].concat(Uh(t.defaultProps),Uh(t.props||[]));return t.dataRequestSignatures={},t.mergeOptions(e,n),t}return t=a,(n=[{key:"defaultProps",get:function(){return["dataProvider","cache","bootstrapData","defaultErrorHandler","alertService"]}},{key:"getCursors",value:function(e){var t=this.cache.get(e);return t?t.cursors:{}}},{key:"clearCacheAndGet",value:function(e){var t=this,n=e.callback,r=e.errorCallback,i=e.eventPrefix,a=this.getEventNames(i),o=a.syncEvent,c=a.errorEvent,s=this.cache.get(i);if(s&&s.openRequest)return this.listenToOnce(this.getChannel(),o,(function(e){d.isFunction(r)&&t.stopListening(t.getChannel(),c,r),d.isFunction(n)&&n(e)})),void this.listenToOnce(this.getChannel(),c,(function(){d.isFunction(n)&&t.stopListening(t.getChannel(),o,n),d.isFunction(r)&&r()}));this.cache.remove(e.eventPrefix),this.get(e)}},{key:"get",value:function(e){var t=this,n=e.callback,r=e.errorCallback,i=e.eventPrefix,a=e.resource,o=e.formatData,c=e.expiryTime,s=e.successHandler,u=e.errorHandler,l=e.bootstrapName,f=this.getEventNames(i),p=f.syncEvent,m=f.requestEvent,h=f.successEvent,y=f.errorEvent,v=this.getChannel(),b=this.currentTimestamp();this.bootstrapData&&this.bootstrapData[l]&&(this.cacheData(i,this.bootstrapData[l],o,{openRequest:!1,timestamp:b}),delete this.bootstrapData[l]);var g,S=this.cache.get(i);S&&(g=S.data);var E=S&&S.openRequest,O=this.isExpired(i,c);if(E&&(this.listenToOnce(v,p,(function(e){d.isFunction(r)&&t.stopListening(t.getChannel(),y,r),d.isFunction(n)&&n(e)})),this.listenToOnce(v,y,(function(){d.isFunction(n)&&t.stopListening(t.getChannel(),p,n),d.isFunction(r)&&r()}))),this.cache.has(i)&&!O||(v.trigger(m),this.listenToResponse({eventPrefix:i,formatData:o,cacheOptions:{timestamp:b},callback:n,errorCallback:r,successHandler:s,errorHandler:u}),this.cacheData(i,null,null,{openRequest:!0,timestamp:b}),this.dataProvider.read(a,{channel:this.getTransportChannel(),successEvent:h,errorEvent:y})),g&&d.isFunction(n)&&!O&&n(g),g)return g}},{key:"create",value:function(e){var t=e.eventPrefix,n=e.resource,r=e.data,i=e.formatData,a=e.callback,o=e.errorCallback,c=e.invalidationKeys,s=e.successHandler,u=e.errorHandler,l=this.getEventNames(e.eventPrefix),f=l.requestEvent,p=l.successEvent,d=l.errorEvent,m=this.getChannel(),h=this.getTransportChannel();m.trigger(f),this.listenToResponse({eventPrefix:t,formatData:i,invalidationKeys:c,callback:a,errorCallback:o,successHandler:s,errorHandler:u}),this.dataProvider.create(n,r,{channel:h,successEvent:p,errorEvent:d})}},{key:"update",value:function(e){var t=e.data,n=e.callback,r=e.errorCallback,i=e.resource,a=e.formatData,o=e.eventPrefix,c=e.invalidationKeys,s=e.errorHandler,u=e.successHandler,l=this.getEventNames(e.eventPrefix),f=l.requestEvent,p=l.successEvent,d=l.errorEvent,m=this.getChannel(),h=this.getTransportChannel();m.trigger(f),this.listenToResponse({eventPrefix:o,formatData:a,invalidationKeys:c,callback:n,errorCallback:r,successHandler:u,errorHandler:s}),this.dataProvider.update(i,t,{channel:h,successEvent:p,errorEvent:d})}},{key:"delete",value:function(e){var t=e.eventPrefix,n=e.resource,r=e.callback,i=e.errorCallback,a=e.invalidationKeys,o=e.successHandler,c=e.errorHandler,s=this.getEventNames(t),u=s.successEvent,l=s.errorEvent,f=this.getTransportChannel();this.listenToResponse({eventPrefix:t,invalidationKeys:a,callback:r,errorCallback:i,cacheOptions:{noCache:!0,clearCacheKey:!0},successHandler:o,errorHandler:c}),this.dataProvider.delete(n,{channel:f,successEvent:u,errorEvent:l})}},{key:"listenToResponse",value:function(e){var t=this,n=e.eventPrefix,r=e.formatData,i=e.callback,a=e.errorCallback,o=e.successHandler,c=e.errorHandler,s=e.invalidationKeys,u=e.cacheOptions,l=void 0===u?{}:u,f=this.getEventNames(n),p=f.syncEvent,m=f.successEvent,h=f.errorEvent,y=f.successAlertEvent,v=f.errorAlertEvent,b=this.getChannel(),g=this.getTransportChannel(),S=this.getAlertChannel();d.isFunction(i)&&this.listenToOnce(b,p,i),d.isFunction(a)&&this.listenToOnce(b,h,a),this.stopListening(S,y),this.stopListening(S,v),d.isFunction(o)&&this.listenToOnce(S,y,o),d.isFunction(c)&&this.listenToOnce(S,v,c),!d.isFunction(c)&&!1!==c&&d.isFunction(this.defaultErrorHandler)&&this.listenToOnce(S,v,this.defaultErrorHandler),this.hasRequestSignature(n)||(this.setRequestSignature(n),this.listenTo(g,m,(function(e){t.stopListening(b,h,a);for(var i=arguments.length,o=new Array(i>1?i-1:0),c=1;c<i;c++)o[c-1]=arguments[c];S.trigger.apply(S,[y,e].concat(o));var u=l.noCache?t.formatData(e,r):t.cacheData(n,e,r);l.clearCacheKey&&t.cache.remove(n),b.trigger(p,u),s&&s.length&&t.cache.invalidate(s,(function(e){return b.trigger("".concat(e,":invalidate"))}))})),this.listenTo(g,h,(function(){var e;t.stopListening(b,p,i);var r=(e=t.dataProvider).parseError.apply(e,arguments);S.trigger(v,r),b.trigger(h,r),l.noCache||t.cacheData(n,null,null)})))}},{key:"cacheData",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.openRequest,a=void 0!==i&&i,o=r.timestamp;o||(o=this.currentTimestamp());var c=this.processPagination(t),s=this.formatData(t,n);return this.cache.set(e,{data:s,timestamp:o,cursors:c,openRequest:a}),s}},{key:"processPagination",value:function(e){if(e){var t=e.pagination;if(t)return t.cursors?t.cursors:d.isUndefined(t.offset)||d.isUndefined(t.pageSize)?t.page?this.convertLegacyPaginationToCursors(t):void 0:this.convertOffsetPaginationToCursors(t)}}},{key:"formatData",value:function(e,t){return d.isFunction(t)?t(e):e}},{key:"chain",value:function(){var e=this,t=[],n=function(e,t){d.isFunction(e)&&e(t)},r=function(r,a){return t.push((function(){var i=r.callback;r.callback=function(e){n(i,e),n(t.shift())},e[a](r)})),i},i={func:function(e){return t.push((function(){e(t.shift()||function(){})})),i},get:function(e){return r(e,"get")},create:function(e){return r(e,"create")},update:function(e){return r(e,"update")},delete:function(e){return r(e,"delete")},run:function(){n(t.shift())}};return i}},{key:"invalidateCache",value:function(e){e&&e.length&&this.cache.invalidate(e)}},{key:"currentTimestamp",value:function(){return(new Date).valueOf()}},{key:"isExpired",value:function(e,t){if(!t)return!1;var n=this.cache.get(e);if(!n||!n.timestamp)return!0;var r=1e3*t;return n.timestamp<this.currentTimestamp()-r}},{key:"getEventNames",value:function(e){return{syncEvent:"".concat(e,":sync"),requestEvent:"".concat(e,":request"),successEvent:"".concat(e,":success"),errorEvent:"".concat(e,":error"),successAlertEvent:"".concat(e,":success:alert"),errorAlertEvent:"".concat(e,":error:alert")}}},{key:"getTransportChannel",value:function(){return uu.Radio.channel("".concat(this.channelName,":transport"))}},{key:"getAlertChannel",value:function(){return uu.Radio.channel("".concat(this.channelName,":alert"))}},{key:"setRequestSignature",value:function(e){this.dataRequestSignatures[e]=e}},{key:"hasRequestSignature",value:function(e){return!!this.dataRequestSignatures[e]}},{key:"convertOffsetPaginationToCursors",value:function(e){var t=e.offset,n=e.pageSize,r=e.totalItems,i=r>0&&t<r&&t+n,a=r>0&&t>0&&Math.max(t-n,0),o={};if(i&&i<r&&(o.next=i.toString()),d.isNumber(a)&&(o.previous=a.toString()),!d.isEmpty(o))return o}},{key:"convertLegacyPaginationToCursors",value:function(e){var t=e.page,n=e.totalPages,r=d.isNumber(t)&&t>0&&t<n&&t+1,i=d.isNumber(t)&&t>1&&t-1,a={};if(r&&r<=n&&(a.next=r.toString()),i&&(a.previous=i.toString()),!d.isEmpty(a))return a}}])&&Vh(t.prototype,n),r&&Vh(t,r),a}(Xc.a),Qh=n(47),Xh={SHORT:120,STANDARD:600};!function(e){e[e.Subject=0]="Subject",e[e.Classification=1]="Classification",e[e.Level=2]="Level",e[e.Audience=3]="Audience"}($h||($h={})),function(e){e.Playlists="playlists",e.Series="series",e.Videos="videos"}(Kh||(Kh={})),function(e){e.Playlists="playlists",e.Series="series",e.Videos="videos"}(Wh||(Wh={})),function(e){e.Root="0"}(Yh||(Yh={})),function(e){e.Root="root"}(Gh||(Gh={}));var ey,ty,ny=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),backboneAudienceIds:ji.array().of(ji.string()).required("A level is required").default([])}).noUnknown();!function(e){e.Subject="Subject",e.Topic="Topic"}(ey||(ey={})),function(e){e.Draft="Draft",e.ComingSoon="ComingSoon",e.Published="Published"}(ty||(ty={}));var ry=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),parentIds:ji.array().of(ji.string()).default([Gh.Root]),backboneClassificationIds:ji.array().of(ji.string()).min(1,"A classification must be mapped to at least one subject").required("A classification must be mapped to at least one subject").default([]),type:ji.mixed().required("Type is required").default(ey.Subject),status:ji.mixed().required("Status is required").default(ty.Draft),emphasize:ji.boolean().default(!1),canBePreferred:ji.boolean().default(!1),cover:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),tallPoster:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown()}).noUnknown(),iy=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown(),ay=ji.object().shape({name:ji.string().max(255,"Name is too long").required("Name is required"),description:ji.string().max(65535,"Description is too long").required("Description is required"),status:ji.mixed().required("Status is required").default(Dp.Draft)}),oy=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),parentId:ji.string().default(Yh.Root)}).noUnknown(),cy={singularizeMemberType:function(e){switch(e){case Kh.Playlists:return"playlist";case Kh.Series:return"series";case Kh.Videos:return"video"}},getMemberAppLink:function(e,t){var n=[t];switch(e){case Kh.Playlists:return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:n};case Kh.Series:return{application:c.SERIES,action:i.Series.EDIT_SERIES,args:n};case Kh.Videos:return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:n}}},getMemberActions:function(e,t,n,r){return[{label:"Remove ".concat(cy.singularizeMemberType(n)),appLink:{application:c.SUBJECTS,action:t===$h.Subject?i.Subjects.REMOVE_SUBJECT_MEMBER:i.Subjects.REMOVE_CLASSIFICATION_MEMBER,args:[e,r,n]},className:"text-danger"}]}},sy=function(){var e=c.SUBJECTS,t=i.Subjects;return[{label:"Classifications",appLink:{application:e,action:t.CLASSIFICATIONS},activeActions:[t.CLASSIFICATIONS,t.PRESENTATION_CLASSIFICATIONS,t.NEW_CLASSIFICATION,t.EDIT_CLASSIFICATION,t.EDIT_CLASSIFICATION_PLAYLISTS,t.EDIT_CLASSIFICATION_SERIES,t.EDIT_CLASSIFICATION_VIDEOS,t.DELETE_CLASSIFICATION,t.REMOVE_CLASSIFICATION_MEMBER]},{label:"Backbone Classifications",appLink:{application:e,action:t.SUBJECTS},activeActions:[t.SUBJECTS,t.NEW_SUBJECT,t.EDIT_SUBJECT,t.EDIT_SUBJECT_PLAYLISTS,t.EDIT_SUBJECT_SERIES,t.EDIT_SUBJECT_VIDEOS,t.SUBJECT_CLASSIFICATIONS,t.DELETE_SUBJECT,t.ADD_SUBJECT_MEMBERS,t.REMOVE_SUBJECT_MEMBER]},{label:"Audiences",appLink:{application:e,action:t.AUDIENCES},activeActions:[t.AUDIENCES,t.PRESENTATION_AUDIENCES,t.NEW_AUDIENCE,t.EDIT_AUDIENCE,t.EDIT_AUDIENCE_PLAYLISTS,t.EDIT_AUDIENCE_SERIES,t.EDIT_AUDIENCE_VIDEOS,t.REMOVE_AUDIENCE_MEMBER]},{label:"Backbone Audiences",appLink:{application:e,action:t.LEVELS},activeActions:[t.LEVELS,t.NEW_LEVEL,t.EDIT_LEVEL,t.LEVEL_AUDIENCES,t.EDIT_LEVEL_PLAYLISTS,t.EDIT_LEVEL_SERIES,t.EDIT_LEVEL_VIDEOS]},{label:"Presentations",appLink:{application:e,action:t.PRESENTATIONS},activeActions:[t.PRESENTATIONS,t.NEW_PRESENTATION,t.EDIT_PRESENTATION]}]},uy=function(e,t){var n=c.SUBJECTS,r=i.Subjects,a=[e];return[{label:"Edit Backbone Classification Details",appLink:{action:r.EDIT_SUBJECT}},{label:"Classifications",appLink:{action:r.SUBJECT_CLASSIFICATIONS}},{label:"Playlists",appLink:{action:r.EDIT_SUBJECT_PLAYLISTS}},{label:"Series",appLink:{action:r.EDIT_SUBJECT_SERIES}},{label:"Videos",appLink:{action:r.EDIT_SUBJECT_VIDEOS}}].map((function(e){var r=Object.assign(Object.assign({},e.appLink),{application:n,args:a});return t&&(r.params={presentationId:t}),{label:e.label,appLink:r}}))},ly=function(e,t){var n=c.SUBJECTS,r=i.Subjects;return[{label:"Edit Classification Details",appLink:{application:n,action:r.EDIT_CLASSIFICATION,args:[e,t]}},{label:"Playlists",appLink:{application:n,action:r.EDIT_CLASSIFICATION_PLAYLISTS,args:[e,t]}},{label:"Series",appLink:{application:n,action:r.EDIT_CLASSIFICATION_SERIES,args:[e,t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_CLASSIFICATION_VIDEOS,args:[e,t]}}]},fy=function(e,t){var n=c.SUBJECTS,r=i.Subjects,a=[e];return[{label:"Edit Level Details",appLink:{action:r.EDIT_LEVEL}},{label:"Audiences",appLink:{action:r.LEVEL_AUDIENCES}},{label:"Playlists",appLink:{action:r.EDIT_LEVEL_PLAYLISTS}},{label:"Series",appLink:{action:r.EDIT_LEVEL_SERIES}},{label:"Videos",appLink:{action:r.EDIT_LEVEL_VIDEOS}}].map((function(e){var r=Object.assign(Object.assign({},e.appLink),{application:n,args:a});return t&&(r.params={presentationId:t}),{label:e.label,appLink:r}}))},py=function(e,t){var n=c.SUBJECTS,r=i.Subjects;return[{label:"Edit Audience Details",appLink:{application:n,action:r.EDIT_AUDIENCE,args:[e,t]}},{label:"Playlists",appLink:{application:n,action:r.EDIT_AUDIENCE_PLAYLISTS,args:[e,t]}},{label:"Series",appLink:{application:n,action:r.EDIT_AUDIENCE_SERIES,args:[e,t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_AUDIENCE_VIDEOS,args:[e,t]}}]},dy={singularizeMemberType:function(e){switch(e){case Wh.Playlists:return"playlist";case Wh.Series:return"series";case Wh.Videos:return"video"}},getMemberAppLink:function(e,t){var n=[t];switch(e){case Wh.Playlists:return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:n};case Wh.Series:return{application:c.SERIES,action:i.Series.EDIT_SERIES,args:n};case Wh.Videos:return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:n}}},getMemberActions:function(e,t,n,r){return[{label:"Remove ".concat(dy.singularizeMemberType(n)),appLink:{application:c.SUBJECTS,action:t===$h.Level?i.Subjects.REMOVE_LEVEL_MEMBER:i.Subjects.REMOVE_AUDIENCE_MEMBER,args:[e,r,n]},className:"text-danger"}]}};function my(e){return(my="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function hy(e){return function(e){if(Array.isArray(e))return yy(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return yy(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yy(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yy(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function vy(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function by(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gy(e,t){return(gy=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Sy(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Oy(e);if(t){var i=Oy(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ey(this,n)}}function Ey(e,t){return!t||"object"!==my(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Oy(e){return(Oy=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Cy=function(){return"/api/subjects/v1/backbone-classifications/tree"},wy=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},Ay=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/").concat(t,"?query={limit:100}")},jy=function(e,t,n){var r="/api/subjects/v1/backbone-classifications/".concat(e,"/classifications"),i=[];return t&&i.push("presentationId=".concat(t)),n&&i.push("query=".concat(n,"{limit:100}")),i.length?"".concat(r,"?").concat(i.join("&")):r},Ty=function(){return"/api/subjects/v1/backbone-classifications"},ky=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},Iy=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},Ly=function(e){return"/api/subjects/v1/objects/".concat(e,"/backbone-classifications")},_y=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/backbone-classifications?addToClassifications=").concat(!!t)},Py=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/objects?addToClassifications=").concat(!!t)},xy=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},Ny=function(){return"/api/subjects/v1/presentations"},Dy=function(e){return"/api/subjects/v1/presentations/".concat(e)},Ry=function(){return"/api/subjects/v1/presentations"},My=function(e){return"/api/subjects/v1/presentations/".concat(e)},Uy=function(e){return"/api/subjects/v1/presentations/".concat(e,"/classifications/tree")},Fy=function(e){return"/api/subjects/v1/classifications/".concat(e,"?query=cover,banner,followers[count()]{limit:0}")},Vy=function(e,t){return"/api/subjects/v1/classifications/".concat(e,"/").concat(t,"?query={limit:100}")},By=function(){return"/api/subjects/v1/classifications"},Hy=function(e){return"/api/subjects/v1/classifications/".concat(e)},zy=function(e){return"/api/subjects/v1/classifications/".concat(e)},qy=function(e){return"/api/subjects/v1/objects/".concat(e,"/classifications")},Jy=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/classifications?presentationId=").concat(t)},$y=function(e){return"/api/subjects/v1/classifications/".concat(e,"/objects")},Ky=function(e,t){return"/api/subjects/v1/classifications/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},Wy=function(){return"/api/subjects/v1/backbone-audiences"},Yy=function(e){return"/api/subjects/v1/backbone-audiences/".concat(e)},Gy=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/").concat(t,"?query={limit:100}")},Zy=function(e,t,n){var r="/api/subjects/v1/backbone-audiences/".concat(e,"/audiences"),i=[];return t&&i.push("presentationId=".concat(t)),n&&i.push("query=".concat(n,"{limit:100}")),i.length?"".concat(r,"?").concat(i.join("&")):r},Qy=function(){return"/api/subjects/v1/backbone-audiences"},Xy=function(e){return"/api/subjects/v1/backbone-audiences/".concat(e)},ev=function(e){return"/api/subjects/v1/objects/".concat(e,"/backbone-audiences")},tv=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/backbone-audiences?addToAudiences=").concat(!!t)},nv=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/objects?addToAudiences=").concat(!!t)},rv=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},iv=function(e){return"/api/subjects/v1/presentations/".concat(e,"/audiences")},av=function(e){return"/api/subjects/v1/audiences/".concat(e)},ov=function(e,t){return"/api/master/v2/objects/".concat(e,"/").concat(t,"?query={limit:100}")},cv=function(){return"/api/subjects/v1/audiences"},sv=function(e){return"/api/subjects/v1/audiences/".concat(e)},uv=function(e){return"/api/subjects/v1/audiences/".concat(e)},lv=function(e){return"/api/subjects/v1/objects/".concat(e,"/audiences")},fv=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/audiences?presentationId=").concat(t)},pv=function(e){return"/api/subjects/v1/audiences/".concat(e,"/objects")},dv=function(e,t){return"/api/subjects/v1/audiences/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},mv=function(e,t,n){var r="".concat(a.SUBJECT,":").concat(e);return t&&(r+=":".concat(t)),r+=":".concat(a.CLASSIFICATIONS),n&&(r+=":".concat(n)),r},hv=function(e,t,n){var r="".concat(a.LEVEL,":").concat(e);return t&&(r+=":".concat(t)),r+=":".concat(a.AUDIENCES),n&&(r+=":".concat(n)),r},yv=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&gy(e,t)}(o,e);var t,n,r,i=Sy(o);function o(){return vy(this,o),i.apply(this,arguments)}return t=o,(n=[{key:"name",get:function(){return u.SUBJECT}},{key:"channelName",get:function(){return s.SUBJECT}},{key:"getPresentations",value:function(e,t){return this.get({resource:Ny(),eventPrefix:a.PRESENTATIONS,expiryTime:Xh.STANDARD,callback:e,errorCallback:t})}},{key:"getPresentation",value:function(e,t,n){return this.get({resource:Dy(e),eventPrefix:"".concat(a.PRESENTATION,":").concat(e),expiryTime:Xh.STANDARD,callback:t,errorCallback:n})}},{key:"createPresentation",value:function(e,t,n){return this.create({resource:Ry(),data:e,callback:t,errorCallback:n,eventPrefix:a.PRESENTATION,invalidationKeys:[a.PRESENTATIONS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully created presentation."),errorHandler:this.alertService.error("Failed to create presentation.")})}},{key:"updatePresentation",value:function(e,t,n,r){return this.update({resource:My(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_PRESENTATION,":").concat(e),invalidationKeys:["".concat(a.PRESENTATION,":").concat(e),a.PRESENTATIONS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully updated presentation."),errorHandler:this.alertService.error("Failed to update presentation.")})}},{key:"getSubjectTree",value:function(e,t){return this.get({resource:Cy(),formatData:function(e){return{children:e,name:Yh.Root,id:null}},eventPrefix:a.SUBJECTS,expiryTime:Xh.STANDARD,callback:e,errorCallback:t})}},{key:"getSubject",value:function(e,t,n){return this.get({resource:wy(e),eventPrefix:"".concat(a.SUBJECT,":").concat(e),expiryTime:Xh.STANDARD,callback:t,errorCallback:n})}},{key:"getSubjectMemberIds",value:function(e,t,n,r){return this.get({resource:Ay(e,t),eventPrefix:"".concat(a.SUBJECT,":").concat(e,":").concat(t),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"getSubjectClassifications",value:function(e,t,n,r,i){return this.get({resource:jy(e,t,n),eventPrefix:mv(e,t,n),expiryTime:Xh.STANDARD,callback:r,errorCallback:i})}},{key:"createSubject",value:function(e,t,n){return this.create({resource:Ty(),data:e,callback:t,errorCallback:n,eventPrefix:a.SUBJECT,invalidationKeys:[a.SUBJECTS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully created subject."),errorHandler:this.alertService.error("Failed to create subject.")})}},{key:"updateSubject",value:function(e,t,n,r){return this.update({resource:ky(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_SUBJECT,":").concat(e),invalidationKeys:["".concat(a.SUBJECT,":").concat(e),a.SUBJECTS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully updated subject."),errorHandler:this.alertService.error("Failed to save subject.")})}},{key:"deleteSubject",value:function(e,t,n){var r=this;return this.delete({resource:Iy(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_SUBJECT,invalidationKeys:["".concat(a.SUBJECT,":").concat(e),a.SUBJECTS],successHandler:this.alertService.success("Successfully deleted subject."),errorHandler:function(e){var t=(null==e?void 0:e.code)===Qh.a.Conflict?"Cannot delete a subject with child subjects and/or classifications.":"Failed to delete subject.";r.alertService.error(t)()}})}},{key:"getObjectSubjects",value:function(e,t,n,r){return this.get({resource:Ly(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.SUBJECTS),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectSubjects",value:function(e,t,n,r,i,o){var c=cy.singularizeMemberType(n),s=["".concat(n,":").concat(e,":").concat(a.SUBJECTS)];return r&&s.push("".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)),s.push.apply(s,hy(t.map((function(e){return"".concat(a.SUBJECTS,":").concat(e,":").concat(n)})))),this.update({resource:_y(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_SUBJECTS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," subjects.")),errorHandler:this.alertService.error("Failed to update ".concat(c," subjects."))})}},{key:"addObjectsToSubject",value:function(e,t,n,r,i,o){var c=1===t.length?cy.singularizeMemberType(n):n,s=["".concat(a.SUBJECT,":").concat(e,":").concat(n)].concat(hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.SUBJECTS)}))),hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)}))));return this.create({resource:Py(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.ADD_TO_SUBJECT,":").concat(e,":").concat(n),invalidationKeys:s,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(c," to subject.")),errorHandler:this.alertService.error("Failed to add ".concat(c," to subject."))})}},{key:"removeObjectsFromSubject",value:function(e,t,n,r,i){var o=1===t.length?cy.singularizeMemberType(n):n,c=["".concat(a.SUBJECT,":").concat(e,":").concat(n)].concat(hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.SUBJECTS)}))));return this.delete({resource:xy(e,t),callback:r,errorCallback:i,eventPrefix:"".concat(a.REMOVE_FROM_SUBJECT,":").concat(e,":").concat(n),invalidationKeys:c,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(o," from subject.")),errorHandler:this.alertService.error("Failed to remove ".concat(o," from subject."))})}},{key:"getClassificationTree",value:function(e,t,n){return this.get({resource:Uy(e),formatData:function(e){return{children:e,name:Gh.Root,id:null}},eventPrefix:"".concat(a.CLASSIFICATIONS,":").concat(e),expiryTime:Xh.STANDARD,callback:t,errorCallback:n})}},{key:"getClassification",value:function(e,t,n){return this.get({resource:Fy(e),eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e),expiryTime:Xh.STANDARD,callback:t,errorCallback:n})}},{key:"getClassificationMembers",value:function(e,t,n,r){return this.get({resource:Vy(e,t),eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e,":").concat(t),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"createClassification",value:function(e,t,n){return this.create({resource:By(),data:e,callback:t,errorCallback:n,eventPrefix:a.CLASSIFICATION,invalidationKeys:[a.CLASSIFICATIONS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully created classification."),errorHandler:this.alertService.error("Failed to create classification.")})}},{key:"updateClassification",value:function(e,t,n,r){return this.update({resource:Hy(e),data:Ci.a.omit(t,["followers"]),callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_CLASSIFICATION,":").concat(e),invalidationKeys:["".concat(a.CLASSIFICATION,":").concat(e),a.CLASSIFICATIONS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully updated classification."),errorHandler:this.alertService.error("Failed to save classification.")})}},{key:"deleteClassification",value:function(e,t,n){return this.delete({resource:zy(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_CLASSIFICATION,invalidationKeys:["".concat(a.CLASSIFICATION,":").concat(e),a.CLASSIFICATIONS],successHandler:this.alertService.success("Successfully deleted classification"),errorHandler:this.alertService.error("Failed to delete classification")})}},{key:"getObjectClassifications",value:function(e,t,n,r){return this.get({resource:qy(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.CLASSIFICATIONS),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectClassifications",value:function(e,t,n,r,i,o){var c=cy.singularizeMemberType(r),s=["".concat(r,":").concat(e,":").concat(a.CLASSIFICATIONS)];return s.push.apply(s,hy(n.map((function(e){return"".concat(a.CLASSIFICATION,":").concat(e,":").concat(r)})))),this.update({resource:Jy(e,t),data:n,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_CLASSIFICATIONS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," classifications.")),errorHandler:this.alertService.error("Failed to update ".concat(c," classifications."))})}},{key:"addObjectsToClassification",value:function(e,t,n,r,i,o,c){var s=1===t.length?cy.singularizeMemberType(n):n,u=["".concat(a.CLASSIFICATION,":").concat(e,":").concat(n)];return r&&u.push(mv(r,i,n)),u.push.apply(u,hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)})))),this.create({resource:$y(e),data:t,callback:o,errorCallback:c,eventPrefix:"".concat(a.ADD_TO_CLASSIFICATION,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(s," to classification.")),errorHandler:this.alertService.error("Failed to add ".concat(s," to classification."))})}},{key:"removeObjectsFromClassification",value:function(e,t,n,r,i,o,c){var s=1===t.length?cy.singularizeMemberType(n):n,u=["".concat(a.CLASSIFICATION,":").concat(e,":").concat(n)];return r&&u.push(mv(r,i,n)),u.push.apply(u,hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)})))),this.delete({resource:Ky(e,t),callback:o,errorCallback:c,eventPrefix:"".concat(a.REMOVE_FROM_CLASSIFICATION,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(s," from classification.")),errorHandler:this.alertService.error("Failed to remove ".concat(s," from classification."))})}},{key:"getLevels",value:function(e,t){return this.get({resource:Wy(),eventPrefix:a.LEVELS,expiryTime:Xh.STANDARD,callback:e,errorCallback:t})}},{key:"getLevel",value:function(e,t,n){return this.get({resource:Yy(e),eventPrefix:"".concat(a.LEVEL,":").concat(e),expiryTime:Xh.STANDARD,callback:t,errorCallback:n})}},{key:"getLevelMemberIds",value:function(e,t,n,r){return this.get({resource:Gy(e,t),eventPrefix:"".concat(a.LEVEL,":").concat(e,":").concat(t),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"getLevelAudiences",value:function(e,t,n,r,i){return this.get({resource:Zy(e,t,n),eventPrefix:hv(e,t,n),expiryTime:Xh.STANDARD,callback:r,errorCallback:i})}},{key:"createLevel",value:function(e,t,n){return this.create({resource:Qy(),data:e,callback:t,errorCallback:n,eventPrefix:a.LEVEL,invalidationKeys:[a.LEVELS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully created level."),errorHandler:this.alertService.error("Failed to create level.")})}},{key:"updateLevel",value:function(e,t,n,r){return this.update({resource:Xy(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_LEVEL,":").concat(e),invalidationKeys:["".concat(a.LEVEL,":").concat(e),a.LEVELS],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully updated level."),errorHandler:this.alertService.error("Failed to save level.")})}},{key:"getObjectLevels",value:function(e,t,n,r){return this.get({resource:ev(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.LEVELS),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectLevels",value:function(e,t,n,r,i,o){var c=cy.singularizeMemberType(n),s=["".concat(n,":").concat(e,":").concat(a.LEVELS)];return r&&s.push("".concat(n,":").concat(e,":").concat(a.AUDIENCES)),this.update({resource:tv(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_LEVELS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," levels.")),errorHandler:this.alertService.error("Failed to update ".concat(c," levels."))})}},{key:"addObjectsToLevel",value:function(e,t,n,r,i,o){var c=1===t.length?dy.singularizeMemberType(n):n,s=["".concat(a.LEVEL,":").concat(e,":").concat(n)].concat(hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.LEVELS)}))),hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)}))));return this.create({resource:nv(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.ADD_TO_LEVEL,":").concat(e,":").concat(n),invalidationKeys:s,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(c," to level.")),errorHandler:this.alertService.error("Failed to add ".concat(c," to level."))})}},{key:"removeObjectsFromLevel",value:function(e,t,n,r,i){var o=1===t.length?dy.singularizeMemberType(n):n,c=["".concat(a.LEVEL,":").concat(e,":").concat(n)].concat(hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.LEVELS)}))));return this.delete({resource:rv(e,t),callback:r,errorCallback:i,eventPrefix:"".concat(a.REMOVE_FROM_LEVEL,":").concat(e,":").concat(n),invalidationKeys:c,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(o," from level.")),errorHandler:this.alertService.error("Failed to remove ".concat(o," from level."))})}},{key:"getAudiences",value:function(e,t,n){return this.get({resource:iv(e),callback:t,errorCallback:n,eventPrefix:"".concat(a.AUDIENCES,":").concat(e),expiryTime:Xh.STANDARD})}},{key:"getAudience",value:function(e,t,n){return this.get({resource:av(e),callback:t,errorCallback:n,eventPrefix:"".concat(a.AUDIENCE,":").concat(e),expiryTime:Xh.STANDARD})}},{key:"getAudienceMembers",value:function(e,t,n,r){return this.get({resource:ov(e,t),eventPrefix:"".concat(a.AUDIENCE,":").concat(e,":").concat(t),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"createAudience",value:function(e,t,n){return this.create({resource:cv(),data:e,callback:t,errorCallback:n,eventPrefix:a.AUDIENCE,invalidationKeys:[a.AUDIENCES],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully created audience."),errorHandler:this.alertService.error("Failed to create audience.")})}},{key:"updateAudience",value:function(e,t,n,r){return this.update({resource:sv(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_AUDIENCE,":").concat(e),invalidationKeys:["".concat(a.AUDIENCE,":").concat(e),a.AUDIENCES],expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully updated audience."),errorHandler:this.alertService.error("Failed to update audience.")})}},{key:"deleteAudience",value:function(e,t,n){return this.delete({resource:uv(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_AUDIENCE,invalidationKeys:["".concat(a.AUDIENCE,":").concat(e),a.AUDIENCES],successHandler:this.alertService.success("Successfully deleted audience"),errorHandler:this.alertService.error("Failed to delete audience")})}},{key:"getObjectAudiences",value:function(e,t,n,r){return this.get({resource:lv(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.AUDIENCES),expiryTime:Xh.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectAudiences",value:function(e,t,n,r,i,o){var c=cy.singularizeMemberType(r);return this.update({resource:fv(e,t),data:n,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_AUDIENCES,":").concat(e),invalidationKeys:["".concat(r,":").concat(e,":").concat(a.AUDIENCES)],successHandler:this.alertService.success("Successfully updated ".concat(c," audiences.")),errorHandler:this.alertService.error("Failed to update ".concat(c," audiences."))})}},{key:"addObjectsToAudience",value:function(e,t,n,r,i,o,c){var s=1===t.length?dy.singularizeMemberType(n):n,u=["".concat(a.AUDIENCE,":").concat(e,":").concat(n)];return r&&u.push(hv(r,i,n)),u.push.apply(u,hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)})))),this.create({resource:pv(e),data:t,callback:o,errorCallback:c,eventPrefix:"".concat(a.ADD_TO_AUDIENCE,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(s," to audience.")),errorHandler:this.alertService.error("Failed to add ".concat(s," to audience."))})}},{key:"removeObjectsFromAudience",value:function(e,t,n,r,i,o,c){var s=1===t.length?dy.singularizeMemberType(n):n,u=["".concat(a.AUDIENCE,":").concat(e,":").concat(n)];return r&&u.push(hv(r,i,n)),u.push.apply(u,hy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)})))),this.delete({resource:dv(e,t),callback:o,errorCallback:c,eventPrefix:"".concat(a.REMOVE_FROM_AUDIENCE,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:Xh.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(s," from audience.")),errorHandler:this.alertService.error("Failed to remove ".concat(s," from audience."))})}}])&&by(t.prototype,n),r&&by(t,r),o}(Zh),vv={dataServiceName:u.SUBJECT,dataChannelName:s.SUBJECT},bv={getSubjectTreeFetchOptions:function(e,t){return Object.assign(Object.assign({},vv),{eventPrefix:a.SUBJECTS,fetchData:function(e){return e.getSubjectTree()},setData:e,onError:t})},getSubjectFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.SUBJECT,":").concat(e),fetchData:function(t){return t.getSubject(e)},setData:t,onError:n,deleteEventPrefix:a.DELETE_SUBJECT})},getSubjectMemberIdsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.SUBJECT,":").concat(e,":").concat(t),fetchData:function(n){return n.getSubjectMemberIds(e,t)},setData:n,onError:r})},getSubjectClassificationFetchOptions:function(e,t,n,r,i){return Object.assign(Object.assign({},vv),{eventPrefix:mv(e,n,r),fetchData:function(t){return t.getSubjectClassifications(e,n,r)},setData:t,onError:i})},getObjectSubjectsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.SUBJECTS),fetchData:function(n){return n.getObjectSubjects(e,t)},setData:n,onError:r})},getPresentationsFetchOptions:function(e,t){return Object.assign(Object.assign({},vv),{eventPrefix:a.PRESENTATIONS,fetchData:function(e){return e.getPresentations()},setData:e,onError:t})},getPresentationFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.PRESENTATION,":").concat(e),fetchData:function(t){return t.getPresentation(e)},setData:t,onError:n})},getClassificationTreeFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.CLASSIFICATIONS,":").concat(e),fetchData:function(t){return t.getClassificationTree(e)},setData:t,onError:n})},getClassificationFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e),fetchData:function(t){return t.getClassification(e)},setData:t,onError:n,deleteEventPrefix:a.DELETE_CLASSIFICATION})},getClassificationMembersFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e,":").concat(t),fetchData:function(n){return n.getClassificationMembers(e,t)},setData:n,onError:r})},getObjectClassificationsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.CLASSIFICATIONS),fetchData:function(n){return n.getObjectClassifications(e,t)},setData:n,onError:r})},getLevelsFetchOptions:function(e,t){return Object.assign(Object.assign({},vv),{eventPrefix:a.LEVELS,fetchData:function(e){return e.getLevels()},setData:e,onError:t})},getLevelFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.LEVEL,":").concat(e),fetchData:function(t){return t.getLevel(e)},setData:t,onError:n})},getLevelMemberIdsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.LEVEL,":").concat(e,":").concat(t),fetchData:function(n){return n.getLevelMemberIds(e,t)},setData:n,onError:r})},getLevelAudiencesFetchOptions:function(e,t,n,r,i){return Object.assign(Object.assign({},vv),{eventPrefix:hv(e,n,r),fetchData:function(t){return t.getLevelAudiences(e,n,r)},setData:t,onError:i})},getObjectLevelsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.LEVELS),fetchData:function(n){return n.getObjectLevels(e,t)},setData:n,onError:r})},getAudiencesFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.AUDIENCES,":").concat(e),fetchData:function(t){return t.getAudiences(e)},setData:t,onError:n})},getAudienceFetchOptions:function(e,t,n){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.AUDIENCE,":").concat(e),fetchData:function(t){return t.getAudience(e)},setData:t,onError:n})},getAudienceMembersFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(a.AUDIENCE,":").concat(e,":").concat(t),fetchData:function(n){return n.getAudienceMembers(e,t)},setData:n,onError:r})},getObjectAudiencesFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},vv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.AUDIENCES),fetchData:function(n){return n.getObjectAudiences(e,t)},setData:n,onError:r})}},gv=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e.id]}},Sv=function(e,t){var n=e.backboneAudienceIds;return t.filter((function(e){return n.includes(e.id)}))};function Ev(e){var t=e.showLevels;return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,"Audiences"),!!t&&l.createElement("th",null,"Mapped Backbone Audience(s)")))}function Ov(e){var t,n=e.audience,r=e.levels;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:(t=n,{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[t.presentationId,t.masterId]})},n.name)),l.createElement("td",null,r.map((function(e){return l.createElement(gu,{key:e.id,appLink:gv(e),className:"mr-2"},e.name)}))))}function Cv(e){var t=e.audiences,n=e.levels;return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(Ev,{showLevels:!!t.length}),l.createElement("tbody",null,t.length?t.map((function(e){return l.createElement(Ov,{key:e.masterId,audience:e,levels:Sv(e,n)})})):l.createElement("tr",null,l.createElement("td",null,"This presentation has no audiences."))))}function wv(e){var t=null===e.masterId||void 0===e.masterId,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this audience",autoFocus:!0}),l.createElement(Kc,{label:"Mapped Level(s)",as:"select",name:"backboneAudienceIds",id:"level-ids",multiple:!0,size:e.levels.length,value:n.values.backboneAudienceIds},e.levels.map((function(e){return l.createElement("option",{key:e.id,value:e.id},e.name)}))),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_AUDIENCE,args:[e.presentationId,e.masterId]}},"Delete")))}function Av(e){return l.createElement(Ai,{initialValues:e.audience,validationSchema:ny,onSubmit:e.saveAudience},l.createElement(wv,{masterId:e.audience&&e.audience.masterId,presentationId:e.presentationId,levels:e.levels}))}function jv(e){var t=e.objectAudiences,n=e.presentationAudiences;return t.filter((function(e){return n.some((function(t){return t.masterId===e.masterId}))}))}function Tv(e){var t,n,r,i,a,o=cy.singularizeMemberType(e.memberType),c=(n=(t=e).presentationAudiences,r=t.objectLevels,i=t.objectAudiences,a=r.map((function(e){return e.id})),n.filter((function(e){return Ap.a.intersection(e.backboneAudienceIds,a).length||i.some((function(t){return t.masterId===e.masterId}))})));return l.createElement(l.Fragment,null,l.createElement("div",{className:"border-bottom pb-3 mb-3"},l.createElement("h6",null,"Backbone Audiences"),l.createElement("p",null,"Select which backbone audiences this ".concat(o," is mapped to.")),l.createElement("p",null,"To see how backbone audiences correspond to audiences, scroll down to the audience-backbone audience mappings table."),l.createElement(Qv,{initialValues:{backboneAudienceIds:e.objectLevels.map((function(e){return e.id}))},saveLevels:e.saveLevels,levels:e.levels,memberType:e.memberType})),l.createElement("h6",null,"Audiences"),l.createElement("p",null,"Select a presentation to view its audiences and map them to this ".concat(o,".")),l.createElement("div",{className:"w-50 pb-3"},l.createElement(lb,{presentations:e.presentations,currentPresentationId:e.currentPresentation.id,setCurrentPresentation:e.setCurrentPresentation})),l.createElement("p",null,"Audience to backbone audience mappings for this presentation are displayed below."),l.createElement(Cv,{levels:e.levels,audiences:e.presentationAudiences}),l.createElement("p",null,"Only the audiences which are mapped to a backbone audience that this"+" ".concat(o," is mapped to are displayed below.")),!!c.length&&l.createElement(Iv,{initialValues:{audienceIds:jv(e).map((function(e){return e.masterId}))},saveAudiences:e.saveAudiences,audiences:c}))}function kv(e){var t=ci(),n=Gc(t);return l.createElement(vi,null,l.createElement(Kc,{label:"Audience(s)",as:"select",name:"audienceIds",id:"audience-ids",multiple:!0,size:e.audiences.length,value:t.values.audienceIds},e.audiences.map((function(e){return l.createElement("option",{key:e.masterId,value:e.masterId},e.name)}))),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Save Audiences")))}function Iv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.audienceIds;return e.saveAudiences(r,n)},enableReinitialize:!0},l.createElement(kv,{audiences:e.audiences}))}var Lv=function(e){return function(t){if(!e)return t.appLink.action===i.Subjects.EDIT_AUDIENCE;switch(e){case Wh.Playlists:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_PLAYLISTS;case Wh.Series:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_SERIES;case Wh.Videos:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_VIDEOS}}};function _v(e){var t=e.presentation,n=e.audienceId,r=e.memberType;return t?l.createElement(l.Fragment,null,l.createElement("h6",null,"Presentation: ".concat(!!t&&t.name)),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:py(t.id,n),isItemActive:Lv(r)}))):l.createElement(l.Fragment,null)}function Pv(e){var t=e.item,n=e.getItemAppLink,r=e.actions;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:n(t)},t.name)),r&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r}))))}function xv(e){var t=e.items,n=e.memberType,r=e.getItemAppLink,i=e.getActions;if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this audience."));var a="".concat(Ll(dy.singularizeMemberType(n))," Name");return l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,a),m(i)&&l.createElement("th",null))),l.createElement("tbody",null,t.map((function(e){return l.createElement(Pv,{item:e,key:e.id,getItemAppLink:r,actions:m(i)&&i(e)})}))))}function Nv(e){var t=e.item,n=e.getItemAppLink,r=e.actions,i=e.pinState;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:n(t)},t.name)),i.isPinnable&&l.createElement("td",null,l.createElement(ku,{selected:parseInt(t.id)===parseInt(i.currentPinnedVideo),onToggle:function(e){return i.onChange(e,t.id)},id:t.id})),r&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r}))))}function Dv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Mv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Uv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Uv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Uv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Fv(e){var t=e.items,n=e.memberType,r=e.classification,i=e.getItemAppLink,a=e.getActions,o=e.updatePinnedVideo,c=Mv(l.useState(!1),2),s=c[0],u=c[1],f=function(e,t){var n=e.pinnedVideoMasterId||null,r=Dv(l.useState(n),2),i=r[0],a=r[1];return{currentPinnedVideo:i,onChange:function(e,t){a(e?t:null)},canSubmit:n!==i,isPinnable:t===Kh.Videos}}(r,n);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this classification."));var p="".concat(Ll(cy.singularizeMemberType(n))," Name");return l.createElement(l.Fragment,null,l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,p),f.isPinnable&&l.createElement("th",null,"Pinned"),m(a)&&l.createElement("th",null))),l.createElement("tbody",null,t.map((function(e){return l.createElement(Nv,{item:e,key:e.id,getItemAppLink:i,actions:m(a)&&a(e),pinState:f})})))),f.isPinnable&&l.createElement(vf,{showSpinner:s,onClick:function(){u(!0),o(f.currentPinnedVideo,(function(){return u(!1)}))},disabled:!f.canSubmit||s},"Save"))}function Vv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Bv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Hv=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e]}};function zv(e){var t,n,r,a,o,s=ci(),u=Gc(s),f=null===(null===(t=e.classification)||void 0===t?void 0:t.id)||void 0===(null===(n=e.classification)||void 0===n?void 0:n.id),p=!f||!(!s.values.parentIds||!s.values.parentIds.length),d=Vv(l.useState(p),2),m=d[0],h=d[1];l.useEffect((function(){return h(p)}),[null===(r=e.classification)||void 0===r?void 0:r.id,s.values.parentIds]),l.useEffect((function(){s.values.backboneClassificationIds.length&&!s.touched.backboneClassificationIds&&s.setFieldTouched("backboneClassificationIds",!0)}),[s.values.backboneClassificationIds]);var y=function(e){return s.setFieldValue("parentIds",Ap.a.addOrRemove(s.values.parentIds.map((function(e){return e.toString()})),e.id.toString()))},v=function(e){return s.setFieldValue("backboneClassificationIds",Ap.a.addOrRemove(s.values.backboneClassificationIds.map((function(e){return e.toString()})),e.id.toString()))},b=function(e){return"".concat(Ii(s.errors,s.touched,e)," h-auto py-2")};return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:s.values.name,placeholder:"Enter a name for this classification",autoFocus:!0}),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:s.values.type},Ci.a.getEnumKeys(ey).map((function(e){return l.createElement("option",{key:e,value:ey[e]},e)}))),l.createElement(Kc,{as:"select",label:"Status",name:"status",id:"status",value:s.values.status,disabled:f},Ci.a.getEnumKeys(ty).map((function(e){return l.createElement("option",{key:e,value:ty[e]},e)}))),l.createElement(Kc,{label:"Emphasize",name:"emphasize",id:"emphasize",type:"checkbox",checked:s.values.emphasize}),l.createElement(Kc,{label:"Can Be Preferred",name:"canBePreferred",id:"canBePreferred",type:"checkbox",checked:s.values.canBePreferred}),!f&&l.createElement(l.Fragment,null,l.createElement("label",null,"Total Followers:")," ",null===(a=e.classification.followers)||void 0===a?void 0:a.count),l.createElement(Kc,{name:"parentIds"},(function(){var t,n,r;return l.createElement("div",{className:b("parentIds")},l.createElement(Wl,{label:"Parent Classification(s)",tree:e.classificationTree,selectedIds:s.values.parentIds,onSelect:y,collapse:m,noSelectionMessage:"No parent selected, this will be a root classification.",isNodeDisabled:(n=e.classificationTree,r=null===(t=e.classification)||void 0===t?void 0:t.id,function(e){if(e.id===r)return!0;var t=xl.find(n,r);return!!xl.find(t,e.id)})}))})),l.createElement(Kc,{name:"backboneClassificationIds"},(function(){return l.createElement("div",{className:b("backboneClassificationIds")},l.createElement(Wl,{label:"Mapped Subject(s)",tree:e.subjectTree,selectedIds:s.values.backboneClassificationIds,onSelect:v,collapse:!f,getSelectedItemAppLink:Hv}))})),l.createElement(cl,{imageType:wu.Covers,fieldName:"cover",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.TallPosters,fieldName:"tallPoster",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:s.isSubmitting,type:"submit",disabled:!u},f?"Create":"Save"),!f&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_CLASSIFICATION,args:[e.presentationId,null===(o=e.classification)||void 0===o?void 0:o.id]}},"Delete")))}function qv(e){return l.createElement(Ai,{initialValues:e.classification,validationSchema:ry,onSubmit:e.saveClassification},l.createElement(zv,{presentationId:e.presentationId,classificationTree:e.classificationTree,subjectTree:e.subjectTree,classification:e.classification}))}var Jv=function(e){return function(t){if(!e)return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION;switch(e){case Kh.Playlists:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_PLAYLISTS;case Kh.Series:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_SERIES;case Kh.Videos:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_VIDEOS}}};function $v(e){var t=e.presentation,n=e.classificationId,r=e.memberType;return t?l.createElement(l.Fragment,null,l.createElement("h6",null,"Presentation: ".concat(!!t&&t.name)),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:ly(t.id,n),isItemActive:Jv(r)}))):l.createElement(l.Fragment,null)}function Kv(e){var t=ci(),n=Gc(t),r=function(e){return t.setFieldValue("classificationIds",Ap.a.addOrRemove(t.values.classificationIds.map((function(e){return e.toString()})),e.id.toString()))},a="".concat(Ii(t.errors,t.touched,"classificationIds")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{name:"classificationIds"},(function(){return l.createElement("div",{className:a},l.createElement(Wl,{label:"Mapped Classification(s)",tree:e.classificationTree,selectedIds:t.values.classificationIds,onSelect:r,getSelectedItemAppLink:(n=e.presentationId,function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[n,e]}}),isNodeDisabled:e.isClassificationDisabled}));var n})),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Save Classifications")))}function Wv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.classificationIds;return e.saveClassifications(r,n)},enableReinitialize:!0},l.createElement(Kv,{presentationId:e.presentationId,classificationTree:e.classificationTree,isClassificationDisabled:e.isClassificationDisabled}))}function Yv(e){var t=null===e.id||void 0===e.id,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this level",autoFocus:!0}),l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"))}function Gv(e){return l.createElement(Ai,{initialValues:e.level,validationSchema:iy,onSubmit:e.saveLevel},l.createElement(Yv,{id:e.level&&e.level.id}))}function Zv(e){var t=cy.singularizeMemberType(e.memberType),n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Backbone Audience(s)",as:"select",name:"backboneAudienceIds",id:"level-ids",multiple:!0,size:e.levels.length,value:n.values.backboneAudienceIds},e.levels.map((function(e){return l.createElement("option",{key:e.id,value:e.id},e.name)}))),l.createElement("p",null,l.createElement("strong",null,"Note:")," When removing a ".concat(t," from a backbone audience, that backbone audience's mapped audiences "),l.createElement("strong",null,"will not")," be automatically removed from."),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},"Save Backbone Audience")))}function Qv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.backboneAudienceIds;return e.saveLevels(r,!1,n)}},l.createElement(Zv,{levels:e.levels,memberType:e.memberType}))}var Xv=function(e){return function(t){return t.appLink.action===e}};function eb(e){var t=e.levelId,n=e.activeAction,r=e.presentationId;return l.createElement(l.Fragment,null,l.createElement(ki.Alert,{variant:"danger"},"Warning: You are editing the backbone audiences."),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:fy(t,r),isItemActive:Xv(n)})))}var tb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function nb(e){return l.createElement(l.Fragment,null,e.audiences.map((function(t){return l.createElement("th",{key:t.masterId},l.createElement("span",{className:"d-inline-block"},l.createElement(ku,{selected:e.getIsAudienceSelected(t),onToggle:function(n){return e.onToggleAudience(t.masterId,n)}})),l.createElement(gu,{appLink:e.getAudienceAppLink(t.masterId)},function(e,t){return t?e.name:"Audience: ".concat(e.name)}(t,e.showAudienceSubHeader)))})))}function rb(e){var t=e.memberType,n=e.hasActions,r=e.audiences,i=tb(e,["memberType","hasActions","audiences"]),a="".concat(Ll(dy.singularizeMemberType(t))," Name"),o=!!r&&!!r.length,c=o&&r.length>1,s=o?2:1,u=Object.assign({audiences:r,showAudienceSubHeader:c},i);return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",{rowSpan:s},a),o&&(c?l.createElement("th",{colSpan:r.length,className:"text-center"},"Audiences"):l.createElement(nb,Object.assign({},u))),n&&l.createElement("th",{rowSpan:s})),o&&c&&l.createElement("tr",null,l.createElement(nb,Object.assign({},u))))}function ib(e){var t=e.member,n=t.id,r=t.name,i=t.audiences,a=void 0===i?[]:i,o=e.getMemberAppLink,c=e.onToggleAudience,s=e.actions,u=m(o)&&o(n);return a.length&&!m(c)&&p.ErrorHelper.throw(new rs.a("onToggleAudience must be passed to LevelMemberItem")),l.createElement("tr",null,l.createElement("td",null,u?l.createElement(gu,{appLink:o(n)},r):r),!!a.length&&a.map((function(e){return l.createElement("td",{key:e.id},l.createElement(ku,{selected:e.selected,onToggle:function(t){return c(e.id,t,n)}}))})),s&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:s}))))}var ab=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function ob(e,t){return function(n){var r=n[e],i=Zl(r);return!!i&&i===t.length}}function cb(e){var t=e.members,n=e.memberType,r=e.getActions,i=e.audiences,a=e.getAudienceAppLink,o=e.onToggleAudience,c=ab(e,["members","memberType","getActions","audiences","getAudienceAppLink","onToggleAudience"]);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this level."));var s=m(r),u={memberType:n,audiences:i,getAudienceAppLink:a,getIsAudienceSelected:ob(n,t),onToggleAudience:o,hasActions:s};return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(rb,Object.assign({},u)),l.createElement("tbody",null,t.map((function(e,t){return l.createElement(ib,Object.assign({key:t,member:e,actions:s&&r(e.id),onToggleAudience:o},c))}))))}function sb(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this presentation",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:t.values.description,placeholder:"Describe this presentation here"}),l.createElement(Kc,{as:"select",label:"Status",name:"status",id:"status",value:t.values.status,disabled:e.isNew},Ci.a.getEnumKeys(Dp).map((function(e){return l.createElement("option",{key:e,value:Dp[e]},e)}))),l.createElement("div",{className:"btn-container d-flex justify-content-end"},l.createElement(ys,{isNew:e.isNew})))}function ub(e){var t;return l.createElement(Ai,{initialValues:e.presentation,validationSchema:ay,onSubmit:e.savePresentation},l.createElement(sb,{isNew:!(null===(t=e.presentation)||void 0===t?void 0:t.id)}))}function lb(e){var t=e.presentations,n=e.currentPresentationId,r=e.setCurrentPresentation,i=e.label,a=function(e){var n=function(e,t){return Ap.a.first(t.filter((function(t){return t.id.toString()===e.toString()})))}(e,t);r(n)};return l.useEffect((function(){t&&!n&&r(Ap.a.first(t))}),[t]),l.createElement(l.Fragment,null,!!n&&l.createElement(l.Fragment,null,l.createElement(ki.Form.Label,null,i),l.createElement(ki.Form.Control,{as:"select",value:n,onChange:function(e){return a(e.target.value)},className:"cursor-pointer"},t.map((function(e){return l.createElement("option",{value:e.id,key:e.id},e.name)})))))}function fb(e){return l.createElement(l.Fragment,null,l.createElement("h4",null,"".concat(Ll(e.memberType))),l.createElement(ki.Table,{responsive:!0},l.createElement("tbody",null,e.objects&&e.objects.map((function(t){return l.createElement("tr",{key:t.id},l.createElement("td",null,l.createElement(gu,{appLink:cy.getMemberAppLink(e.memberType,t.id)},t.name)))})))),l.createElement(Cb,{initialValues:{backboneClassificationIds:[]},subjectTree:e.subjectTree,saveSubjects:e.onClickAddToSubject,memberType:e.memberType,saveBtnText:"Add to backbone classification",subjectRequired:!0}))}function pb(e){return function(e){if(Array.isArray(e))return db(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return db(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return db(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function db(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function mb(e){var t=cy.singularizeMemberType(e.memberType),n=[].concat(pb(e.objectClassifications),pb(e.objectSubjectClassifications)).map((function(e){return e.id}));return l.createElement(l.Fragment,null,l.createElement("div",{className:"border-bottom pb-3 mb-3"},l.createElement("h6",null,"Backbone Classifications"),l.createElement("p",null,"Select which backbone classifications this ".concat(t," is mapped to.")),l.createElement(Cb,{initialValues:{backboneClassificationIds:e.objectSubjects.map((function(e){return e.id}))},subjectTree:e.subjectTree,saveSubjects:e.saveSubjects,memberType:e.memberType,saveBtnText:"Save Backbone Classifications",allowMultiple:!0})),l.createElement("h6",null,"Classifications"),l.createElement("p",null,"Select a presentation to view its classifications and map them to this ".concat(t,".")),l.createElement("div",{className:"w-50 pb-3"},l.createElement(lb,{presentations:e.presentations,currentPresentationId:e.currentPresentation.id,setCurrentPresentation:e.setCurrentPresentation})),e.currentPresentation&&e.classificationTree&&e.classificationTree.children.length?l.createElement(l.Fragment,null,l.createElement("p",null,"Only classifications which are mapped to one of the backbone classifications selected above can be selected."),l.createElement(Wv,{initialValues:{classificationIds:e.objectClassifications.map((function(e){return e.id}))},presentationId:e.currentPresentation.id,classificationTree:e.classificationTree,saveClassifications:e.saveClassifications,isClassificationDisabled:function(e){return!n.includes(e.id)}})):l.createElement("p",null,"This presentation has no classifications."))}function hb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}lb.defaultProps={label:"Presentation"};function vb(e){var t=!e.id,n=ci(),r=Gc(n),a=!t||!!n.values.parentId,o=hb(l.useState(a),2),s=o[0],u=o[1];l.useEffect((function(){return u(a)}),[e.id,n.values.parentId]);var f=function(e){var t=e.id===n.values.parentId?null:e.id;n.setFieldValue("parentId",t)},p="".concat(Ii(n.errors,n.touched,"parentId")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this backbone classification",autoFocus:!0}),l.createElement(Kc,{name:"parentId"},(function(){return l.createElement("div",{className:p},l.createElement(Wl,{label:"Parent Backbone Classification",tree:e.subjectTree,selectedIds:[n.values.parentId],onSelect:f,collapse:s,noSelectionMessage:"No parent selected, this will be a root backbone classification.",isNodeDisabled:(t=e.subjectTree,r=e.id,function(e){if(e.id===r)return!0;var n=xl.find(t,r);return!!xl.find(n,e.id)})}));var t,r})),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_SUBJECT,args:[e.id]}},"Delete")))}function bb(e){return l.createElement(Ai,{initialValues:e.subject,validationSchema:oy,onSubmit:e.saveSubject},l.createElement(vb,{id:e.subject&&e.subject.id,subjectTree:e.subjectTree}))}var gb=function(e){return function(t){return t.appLink.action===e}};function Sb(e){var t=e.subjectId,n=e.activeAction,r=e.presentationId;return l.createElement(l.Fragment,null,l.createElement(ki.Alert,{variant:"danger"},"Warning: You are editing the backbone classifications."),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:uy(t,r),isItemActive:gb(n)})))}var Eb=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e]}};function Ob(e){var t=ci(),n=Gc(t),r=function(n){var r=e.allowMultiple?Ap.a.addOrRemove(t.values.backboneClassificationIds.map((function(e){return e.toString()})),n.id.toString()):[n.id];t.setFieldValue("backboneClassificationIds",r)},i="".concat(Ii(t.errors,t.touched,"backboneClassificationIds")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{name:"backboneClassificationIds"},(function(){return l.createElement("div",{className:i},l.createElement(Wl,{label:"Mapped Backbone Classification".concat(e.allowMultiple?"(s)":""),tree:e.subjectTree,selectedIds:t.values.backboneClassificationIds,onSelect:r,collapse:!!t.initialValues.backboneClassificationIds.length,getSelectedItemAppLink:Eb}))})),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},e.saveBtnText)))}function Cb(e){var t;return l.createElement(Ai,{initialValues:e.initialValues,validationSchema:(t=e.subjectRequired,ji.object().shape({backboneClassificationIds:t?ji.array().of(ji.string()).min(1,"A subject is required").required("A subject is required"):ji.array().of(ji.string())}).noUnknown()),onSubmit:function(t,n){var r=t.backboneClassificationIds;return e.saveSubjects(r,!1,n)}},l.createElement(Ob,{subjectTree:e.subjectTree,memberType:e.memberType,allowMultiple:e.allowMultiple,saveBtnText:e.saveBtnText}))}Ob.defaultProps={saveBtnText:"Save"};var wb=function(e){return l.createElement("div",{className:"border rounded p-2 mb-3"},l.createElement("h6",{className:"border-bottom pb-1"},e.presentation.name),e.classifications&&e.classifications.length?l.createElement("ul",{className:"list-unstyled mb-0"},e.classifications.map((function(t){return l.createElement("li",{key:t.id,className:"py-1"},l.createElement(gu,{appLink:(n=e.presentation.id,r=t.id,{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[n,r]})},t.name));var n,r}))):l.createElement("p",null,l.createElement("em",null,"There are no classifications mapped to this backbone classification in this presentation.")))},Ab=function(e){return l.createElement(l.Fragment,null,!!e.presentations&&!!e.classificationDictionary&&e.presentations.map((function(t){return l.createElement(wb,{key:t.id,presentation:t,classifications:e.classificationDictionary[t.id]})})))},jb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Tb(e){return l.createElement(l.Fragment,null,e.classifications.map((function(t){return l.createElement("th",{key:t.id},l.createElement("span",{className:"d-inline-block"},l.createElement(ku,{selected:e.getIsClassificationSelected(t),onToggle:function(n){return e.onToggleClassification(t.id,n)}})),l.createElement(gu,{appLink:e.getClassificationAppLink(t.id)},function(e,t){return t?e.name:"Classification: ".concat(e.name)}(t,e.showClassificationSubHeader)))})))}function kb(e){var t=e.memberType,n=e.hasActions,r=e.classifications,i=jb(e,["memberType","hasActions","classifications"]),a="".concat(Ll(cy.singularizeMemberType(t))," Name"),o=!!r&&!!r.length,c=o&&r.length>1,s=o?2:1,u=Object.assign({classifications:r,showClassificationSubHeader:c},i);return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",{rowSpan:s},a),o&&(c?l.createElement("th",{colSpan:r.length,className:"text-center"},"Classifications"):l.createElement(Tb,Object.assign({},u))),n&&l.createElement("th",{rowSpan:s})),o&&c&&l.createElement("tr",null,l.createElement(Tb,Object.assign({},u))))}function Ib(e){var t=e.member,n=t.id,r=t.name,i=t.classifications,a=void 0===i?[]:i,o=e.getMemberAppLink,c=e.onToggleClassification,s=e.actions,u=m(o)&&o(n);return a.length&&!m(c)&&p.ErrorHelper.throw(new rs.a("onToggleClassification must be passed to SubjectMemberItem")),l.createElement("tr",null,l.createElement("td",null,u?l.createElement(gu,{appLink:o(n)},r):r),!!a.length&&a.map((function(e){return l.createElement("td",{key:e.id},l.createElement(ku,{selected:e.selected,onToggle:function(t){return c(e.id,t,n)}}))})),s&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:s}))))}var Lb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function _b(e,t){return function(n){var r=n[e],i=Zl(r);return!!i&&i===t.length}}function Pb(e){var t=e.members,n=e.memberType,r=e.getActions,i=e.classifications,a=e.getClassificationAppLink,o=e.onToggleClassification,c=Lb(e,["members","memberType","getActions","classifications","getClassificationAppLink","onToggleClassification"]);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this backbone classification."));var s=m(r),u={memberType:n,classifications:i,getClassificationAppLink:a,getIsClassificationSelected:_b(n,t),onToggleClassification:o,hasActions:s};return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(kb,Object.assign({},u)),l.createElement("tbody",null,t.map((function(e,t){return l.createElement(Ib,Object.assign({key:t,member:e,actions:s&&r(e.id),onToggleClassification:o},c))}))))}function xb(e){var t=e.navItems,n=e.currentAppLink;return l.createElement(ki.Container,null,l.createElement(ki.Navbar,{className:"justify-content-between align-items-center"},l.createElement(ki.Nav,null,!!t&&t.map((function(e,t){return l.createElement(ki.Nav.Item,{key:t},l.createElement(gu,{appLink:e.appLink,className:"nav-link".concat(Tl.isItemActive(e,n)?" text-primary":"")},e.label))})))))}function Nb(e,t){l.useEffect((function(){e.presentations&&!e.currentPresentation&&Rh(t,"currentPresentation")(Ap.a.first(e.presentations))}),[e.presentations])}function Db(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Rb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Rb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Mb(e){var t=oe.useBasicFetch(nh(e.playlistId)),n=oe.useBasicFetch(wp()),r=Db(l.useState({}),2),a=r[0],o=r[1],c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Lh([bv.getObjectLevelsFetchOptions(e,Kh.Playlists,r("playlistLevels"))],[e]),Dh(bv.getObjectAudiencesFetchOptions(e,Kh.Playlists,r("playlistAudiences")),[e,t.playlistLevels]),Lh([bv.getPresentationsFetchOptions(r("presentations")),bv.getLevelsFetchOptions(r("levels"))],[]),Dh(!!t.currentPresentation&&bv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.playlistId,a,o),Nb(a,o);var s=!!(a.presentations&&a.levels&&a.presentationAudiences&&a.playlistLevels&&a.playlistAudiences);return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Oh,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_AUDIENCES,currentUser:n.data}),l.createElement(wl,{object:t.data}),!!s&&l.createElement(Tv,{objectLevels:a.playlistLevels,objectAudiences:a.playlistAudiences,presentations:a.presentations,currentPresentation:a.currentPresentation,setCurrentPresentation:Rh(o,"currentPresentation"),levels:a.levels,presentationAudiences:a.presentationAudiences,memberType:Kh.Playlists,saveLevels:function(t,n,r){return c.updateObjectLevels(e.playlistId,t,Kh.Playlists,n,r,r)},saveAudiences:function(t,n){return c.updateObjectAudiences(e.playlistId,a.currentPresentation.id,t,Kh.Playlists,n,n)}}))}function Ub(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||Vb(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fb(e){return function(e){if(Array.isArray(e))return Bb(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Vb(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vb(e,t){if(e){if("string"==typeof e)return Bb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Bb(e,t):void 0}}function Bb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Hb(e){var t=oe.useBasicFetch(nh(e.playlistId)),n=oe.useBasicFetch(wp()),r=Ub(l.useState({}),2),a=r[0],o=r[1],c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Lh([bv.getSubjectTreeFetchOptions(r("subjectTree")),bv.getPresentationsFetchOptions(r("presentations"))],[]),Lh([bv.getObjectSubjectsFetchOptions(e,Kh.Playlists,r("playlistSubjects"))],[e]),Dh(!!t.currentPresentation&&bv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.playlistSubjects]);var i=function(e,t){return[].concat(Fb(t.subjectClassifications||[]),Fb(e))},a=t.playlistSubjects&&t.playlistSubjects.map((function(e){return bv.getSubjectClassificationFetchOptions(e.id,Rh(n,"subjectClassifications",i))}));Lh(a,[t.playlistSubjects],!!a),Dh(bv.getObjectClassificationsFetchOptions(e,Kh.Playlists,r("playlistClassifications")),[e,t.playlistSubjects])}(e.playlistId,a,o),Nb(a,o);var s=!!(a.playlistSubjects&&a.subjectTree&&a.presentations&&a.classificationTree&&a.playlistClassifications&&a.subjectClassifications);return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Oh,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_SUBJECTS,currentUser:n.data}),l.createElement(wl,{object:t.data}),s&&l.createElement(mb,{objectSubjects:a.playlistSubjects,subjectTree:a.subjectTree,memberType:Kh.Playlists,presentations:a.presentations,currentPresentation:a.currentPresentation,setCurrentPresentation:Rh(o,"currentPresentation"),objectClassifications:a.playlistClassifications,objectSubjectClassifications:a.subjectClassifications,classificationTree:a.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.playlistId,t,Kh.Playlists,n,r,r)},saveClassifications:function(t,n){return c.updateObjectClassifications(e.playlistId,a.currentPresentation.id,t,Kh.Playlists,n,n)}}))}var zb=function(e,t,n){if(t===n)return{reorderedItems:e,reorderRequest:null};var r=Ap.a.moveItem(e,t,n),i=n<e.length-1?r[n+1].id:null;return{reorderedItems:r,reorderRequest:{sourceMemberId:r[n].id,destinationMemberId:i}}};function qb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Jb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $b(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Kb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Kb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Wb=function(e){return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:[e.id]}};function Yb(e){var t,n,r,a,o,s,u=Object(v.useDispatch)(),f=lp(),p=oe.useBasicFetch(nh(e.playlistId)),d=oe.useBasicFetch(ch(e.playlistId)),m=oe.useBasicFetch(wp()),h=$b((n=null===(t=d.data)||void 0===t?void 0:t.data,r=qb(Object(l.useState)(),2),a=r[0],o=r[1],Object(l.useEffect)((function(){a&&(n.length!==a.length||function(e,t){var n=!0;if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(e[r].id!==t[r].id){n=!1;break}return n}(n,a))&&o(null)}),[n]),[a,o]),2),y=h[0],b=h[1],g=y?{data:y,pagination:null}:d.data;return l.createElement(l.Fragment,null,!!m.data&&l.createElement(Oh,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_VIDEOS,currentUser:m.data}),l.createElement(wl,{object:p.data}),!!g&&l.createElement(ff,{onSortEnd:function(t,n){if(t!==n){var r=zb(d.data.data,t,n),i=r.reorderRequest,a=r.reorderedItems;b(a);oe.fetch(u,sh(e.playlistId,i,null,(function(){f.error("Failed to update playlist order."),b(null)})))}},videos:g,getVideoAppLink:Wb,getVideoActions:(s=e.playlistId,function(e){return[{label:"Remove video",appLink:{application:c.PLAYLISTS,action:i.Playlists.REMOVE_VIDEO,args:[s.toString(),e.id.toString()]},className:"text-danger"}]}),emptyMessage:"There are no videos in this playlist."}))}function Gb(){var e=Object(v.useDispatch)(),t=lp();return l.createElement(Eh,{savePlaylist:function(n,r){oe.fetch(e,ih(n,(function(e){t.success("Successfully created playlist."),function(e){e&&e.id&&p.AppLinkHelper.trigger({application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]})}(e)}),(function(){t.error("Failed to create playlist.")}),r))}})}var Zb="rating,thumbnail,glance,herobanner,tags",Qb=function(e){return{url:"/api/master/v2/objects/".concat(e,"?query=").concat(Zb),key:"videos:".concat(e)}},Xb=function(e){var t=e.slice().sort();return{key:"videos:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},eg=function(e){return{url:"/ajax/hostedlibraries/rightsline/programs/".concat(e),key:"rightsline:videos:".concat(e),normalizeOptions:{namespace:"rightsline"}}},tg=function(e,t,n,r,i){return{key:"videos:".concat(e),url:"/api/master/v2/objects/".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}};function ng(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return rg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function rg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ig(e){var t=Object(v.useDispatch)(),n=lp(),r=oe.useBasicFetch(nh(e.playlistId)),i=oe.useBasicFetch(Qb(e.videoId)),a=ng(l.useState(!1),2),o=a[0],c=a[1];var s=!!r.data&&!!i.data;return l.createElement(pp,{title:"Remove Video",closePopup:e.closePopup,showLoadingSpinner:!s},!!s&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,i.data.name)," from ",l.createElement("strong",null,r.data.name),"?")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){c(!0),oe.fetch(t,uh(e.playlistId,e.videoId,(function(){n.success("Successfully removed video from playlist")}),(function(){n.error("Failed to remove video from playlist")}),e.closePopup))},buttonText:"Yes, remove video",isSpinnerButton:!0,showSpinner:o}]})))}function ag(e){return p.AppLinkHelper.trigger(function(e){return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}}(e))}function og(e){var t=e?{application:c.PLAYLISTS,action:i.Playlists.SEARCH_PLAYLISTS,params:{query:e}}:{application:c.PLAYLISTS,action:i.Playlists.PLAYLISTS};p.AppLinkHelper.trigger(t)}function cg(e){return l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{initialQuery:e.query,placeholder:"Search for a playlist",onSuggestionSelected:ag,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/playlists/instant/raw","?query=").concat(e)},activationLength:2,onSubmit:og}))}var sg=c.PLAYLISTS,ug=function(e){return{application:sg,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}};function lg(e){var t=oe.useBasicFetch(eh(e.cursor));return l.createElement(l.Fragment,null,l.createElement(cg,null),l.createElement(dl,{collection:t.data,columns:[{header:"Name",accessor:"name",appLink:ug},{header:"Internal Description",accessor:function(e){var t;return null===(t=e.metadata)||void 0===t?void 0:t.internalDescription}}],collectionAppLink:{application:sg,action:i.Playlists.PLAYLISTS},newObjectAppLink:{application:sg,action:i.Playlists.NEW_PLAYLIST},objectName:"Playlist"}))}var fg=c.PLAYLISTS,pg=function(e){return{application:fg,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}};function dg(e){var t,n,r=oe.useBasicFetch(th(e.query,e.cursor)),a=oe.useBasicFetch(!!(null===(n=null===(t=r.data)||void 0===t?void 0:t.data)||void 0===n?void 0:n.length)&&lh(r.data.data.map((function(e){return e.id})))),o=a.isComplete&&function(e,t){var n,r;return(null==t?void 0:t.length)?Object.assign(Object.assign({},e),{data:null!==(r=null===(n=e.data)||void 0===n?void 0:n.map((function(e){return Object.assign(Object.assign({},e),{metadata:t.find((function(t){return t.playlistId.toString()===e.id.toString()}))})})))&&void 0!==r?r:[]}):e}(r.data,a.data);return l.createElement(l.Fragment,null,l.createElement(cg,{query:e.query}),!!r.data&&(r.data.data.length?l.createElement(dl,{collection:o,columns:[{header:"Name",accessor:"name",appLink:pg},{header:"Internal Description",accessor:function(e){var t;return null===(t=e.metadata)||void 0===t?void 0:t.internalDescription}}],collectionAppLink:{application:fg,action:i.Playlists.SEARCH_PLAYLISTS,params:{query:e.query}},newObjectAppLink:{application:fg,action:i.Playlists.NEW_PLAYLIST},objectName:"Playlist"}):l.createElement("p",null,"No playlists found, please try a different search query.")))}function mg(e){return{application:c.PLAYLISTS,action:i.Playlists.DASHBOARD,args:[e.dashboardId]}}function hg(e){return[{label:"Remove playlist from dashboard",appLink:{application:c.PLAYLISTS,action:i.Playlists.DELETE_DASHBOARD_WIDGET,args:[e.dashboardId,e.id]},className:"text-danger"}]}function yg(e){var t=oe.useBasicFetch(nh(e.playlistId)),n=oe.useBasicFetch(dh(e.playlistId)),r=oe.useBasicFetch(wp());return f.a.createElement(f.a.Fragment,null,!!r.data&&f.a.createElement(Oh,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_DASHBOARDS,currentUser:r.data}),f.a.createElement(wl,{object:t.data}),!!n.data&&(n.data.length?f.a.createElement(pl,{objects:n.data,columns:[{header:"Dashboard",accessor:function(e){var t;return null===(t=e.dashboard)||void 0===t?void 0:t.name},appLink:mg},{accessor:function(e){return f.a.createElement("span",{className:"d-flex justify-content-end"},f.a.createElement(Cl,{actions:hg(e)}))}}]}):f.a.createElement("p",null,"This playlist isn't in any dashboards.")))}function vg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return bg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function gg(e){var t=vg(f.a.useState(!1),2),n=t[0],r=t[1],i=Object(v.useDispatch)(),a=lp(),o=oe.useBasicFetch(ph(e.dashboardId,e.widgetId)),c=oe.useBasicFetch(fh(e.dashboardId)),s=oe.useBasicFetch(!!o.data&&nh(o.data.collectionId)),u=!!o.data&&!!c.data&&!!s.data;return f.a.createElement(pp,{title:"Remove playlist from dashboard",closePopup:e.closePopup,showLoadingSpinner:!u},!!u&&f.a.createElement(f.a.Fragment,null,f.a.createElement("div",null,f.a.createElement("p",null,"Are you sure you want to remove ",f.a.createElement("strong",null,s.data.name)," from ",f.a.createElement("strong",null,c.data.name),"?"),f.a.createElement("p",null,f.a.createElement("em",null,"Note: This is the same as deleting the widget from the dashboard."))),f.a.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){r(!0),oe.fetch(i,mh(c.data.id,o.data.id,s.data.id,(function(){a.success("Successfully removed playlist from dashboard")}),(function(){a.error("Failed to remove playlist from dashboard")}),e.closePopup))},buttonText:"Yes, remove playlist",isSpinnerButton:!0,showSpinner:n}]})))}function Sg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Eg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Eg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Eg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Og=function(e,t,n){return[{variant:"link",onClick:t,buttonText:"Cancel"},{variant:"danger",onClick:e,buttonText:"Yes, delete this audience",isSpinnerButton:!0,showSpinner:n}]};function Cg(e){var t=e.id,n=e.routeToOnDelete,r=e.closePopup,i=Sg(l.useState(),2),a=i[0],o=i[1],c=Sg(l.useState(!1),2),s=c[0],f=c[1],d=Qf(u.SUBJECT);Dh(bv.getAudienceFetchOptions(t,o),[t]);return l.createElement(pp,{title:"Delete Audience",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?")),l.createElement(mp,{buttons:Og((function(){f(!0);d.deleteAudience(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)}),r,s)})))}function wg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ag(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ag(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ag(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function jg(e){var t=e.presentationId,n=e.audienceId,r=wg(l.useState(),2),i=r[0],a=r[1],o=wg(l.useState(),2),c=o[0],s=o[1],f=wg(l.useState(),2),p=f[0],d=f[1],m=Qf(u.SUBJECT);Dh(bv.getAudienceFetchOptions(n,a),[n]),Dh(bv.getLevelsFetchOptions(s),[]),Dh(bv.getPresentationFetchOptions(t,d),[t]);return l.createElement(l.Fragment,null,l.createElement(_v,{presentation:p,audienceId:n}),!!p&&l.createElement("h6",null,"Presentation: ".concat(p.name)),!!i&&!!c&&l.createElement(Av,{audience:i,levels:c,saveAudience:function(e,r){return m.updateAudience(n,Object.assign(Object.assign({},e),{presentationId:t}),r,r)},presentationId:t}))}function Tg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return kg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return kg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function kg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ig=function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e]}};function Lg(e){var t=e.presentationId,n=Tg(l.useState(),2),r=n[0],a=n[1],o=Tg(l.useState(),2),s=o[0],f=o[1],d=Qf(u.SUBJECT);Dh(bv.getLevelsFetchOptions(a),[]),Dh(bv.getPresentationFetchOptions(t,f),[t]);return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-2"},l.createElement(Su,{appLink:Ig(t),backToName:"audiences"})),!!s&&l.createElement("h6",null,"Presentation: ".concat(s.name)),!!r&&l.createElement(Av,{levels:r,presentationId:t,saveAudience:function(e,n){return d.createAudience(Object.assign(Object.assign({},e),{presentationId:t}),function(e,t){return function(n){t(),p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[e,n.masterId]})}}(t,n),n)}}))}var _g=n(209),Pg=n.n(_g);function xg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ng(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ng(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ng(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Dg(e){var t=e.presentationId,n=e.selectedAudienceId,r=xg(l.useState(),2),a=r[0],o=r[1];Dh(bv.getAudiencesFetchOptions(t,o),[]);var s=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[t,e.masterId]}},u={application:c.SUBJECTS,action:i.Subjects.NEW_AUDIENCE,args:[t]};return l.createElement("div",{className:"".concat(Pg.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Audiences"),l.createElement(gu,{appLink:u,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Audience")),l.createElement("div",{className:"border-top pt-1"},l.createElement("ul",{className:"list-unstyled"},a&&a.map((function(e){return l.createElement("li",{className:"position-relative py-1"},l.createElement(gu,{className:(null==n?void 0:n.toString())===e.masterId.toString()?"text-primary font-weight-500":"",appLink:s(e)},e.name))})))))}function Rg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ug(e){var t=e.presentationId,n=e.audienceId,r=e.memberType,i=Rg(l.useState(),2),a=i[0],o=i[1],c=Rg(l.useState(),2)[1],s=Rg(l.useState(),2),u=s[0],f=s[1];Dh(bv.getPresentationFetchOptions(t,o),[]),Dh(bv.getAudienceFetchOptions(n,c),[n]),Dh(bv.getAudienceMembersFetchOptions(n,r,f),[n,r]);var p={items:u&&u.data,memberType:r,getItemAppLink:function(e){return dy.getMemberAppLink(r,e.id)},getActions:function(e){return dy.getMemberActions(n,$h.Audience,r,e.id)}},d={presentation:a,audienceId:n},m=kl(p);return l.createElement(l.Fragment,null,l.createElement(_v,Object.assign({},d,{memberType:r})),m&&l.createElement(xv,Object.assign({},p)))}function Fg(e){return{application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]}}function Vg(e){return[{label:"Add child",getAppLink:function(t){return Object.assign(Object.assign({},Fg(e)),{args:[e],params:{parentId:t.id}})}},{label:"Delete classification",getAppLink:function(t){return{application:c.SUBJECTS,action:i.Subjects.DELETE_CLASSIFICATION,args:[e,t.id]}},className:"text-danger"}]}var Bg=n(210),Hg=n.n(Bg);function zg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return qg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Jg(e){var t=e.presentationId,n=e.selectedClassificationId,r=zg(l.useState(),2),a=r[0],o=r[1],s=zg(l.useState(),2),u=s[0],f=s[1];return function(e,t,n){Lh([bv.getClassificationTreeFetchOptions(e,t),bv.getPresentationFetchOptions(e,n)],[e])}(t,o,f),l.createElement("div",{className:"".concat(Hg.a.navContainer," h-auto pr-2 border-right")},!!u&&l.createElement("h6",{className:"border-bottom pb-2"},"Classifications (".concat(u.name,")")),l.createElement(gu,{appLink:Fg(t),className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Classification")),!!a&&l.createElement("div",{className:"border-top pt-1"},l.createElement(zl,{tree:a,getAppLink:function(e){return function(e,t){return{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,t.id]}}(t,e)},selectedIds:[n],actions:Vg(t)})))}function $g(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Kg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Kg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Wg(e){var t=e.classificationId,n=e.routeToOnDelete,r=e.closePopup,i=$g(l.useState(),2),a=i[0],o=i[1],c=$g(l.useState(!1),2),s=c[0],f=c[1];Dh(bv.getClassificationFetchOptions(t,o),[]);var d=Qf(u.SUBJECT),m=[{variant:"link",onClick:r,buttonText:"Cancel"},{variant:"danger",onClick:function(){f(!0);d.deleteClassification(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)},buttonText:"Yes, delete this classification",isSpinnerButton:!0,showSpinner:s}];return l.createElement(pp,{title:"Delete Classification",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?")),l.createElement(mp,{buttons:m})))}function Yg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Gg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Gg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Gg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Zg(e){var t=e.presentationId,n=e.classificationId,r=Yg(l.useState(),2),i=r[0],a=r[1],o=Yg(l.useState(),2),c=o[0],s=o[1],f=Yg(l.useState(),2),p=f[0],d=f[1],m=Yg(l.useState(),2),h=m[0],y=m[1],v=Qf(u.SUBJECT),b=bv.getClassificationFetchOptions(n,a),g=bv.getPresentationFetchOptions(t,s),S=bv.getClassificationTreeFetchOptions(t,d);Dh(bv.getSubjectTreeFetchOptions(y),[]),Dh(b,[n]),Lh([g,S],[t]);return l.createElement("div",null,l.createElement($v,{presentation:c,classificationId:n}),!!i&&!!p&&!!h&&l.createElement(qv,{classification:i,presentationId:t,subjectTree:h,classificationTree:p,saveClassification:function(e,t){var r=Object.assign({pinnedVideoMasterId:(null==i?void 0:i.pinnedVideoMasterId)||null},e);return v.updateClassification(n,r,t,t)}}))}function Qg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Xg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Xg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Xg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function eS(e){var t=e.presentationId,n=e.classificationId,r=e.memberType,i=Qg(l.useState(),2),a=i[0],o=i[1],c=Qg(l.useState(),2),s=c[0],f=c[1],p=Qg(l.useState(),2),d=p[0],m=p[1];Dh(bv.getPresentationFetchOptions(t,o),[]),Dh(bv.getClassificationFetchOptions(n,f),[n]),Dh(bv.getClassificationMembersFetchOptions(n,r,m),[n,r]);var h=Qf(u.SUBJECT),y={items:d&&d.data,memberType:r,classification:s,updatePinnedVideo:function(e,t){var r=Object.assign(Object.assign({},s),{pinnedVideoMasterId:e});h.updateClassification(n,r,t)},getItemAppLink:function(e){return cy.getMemberAppLink(r,e.id)},getActions:function(e){return cy.getMemberActions(n,$h.Classification,r,e.id)}},v={presentation:a,classificationId:n},b=kl(y);return l.createElement(l.Fragment,null,l.createElement($v,Object.assign({},v,{memberType:r})),b&&l.createElement(Fv,Object.assign({},y)))}function tS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return nS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return nS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function rS(e){var t=e.presentationId,n=e.parentId,r=tS(l.useState(),2),a=r[0],o=r[1],s=tS(l.useState(),2),f=s[0],d=s[1],m=Qf(u.SUBJECT),h=bv.getClassificationTreeFetchOptions(t,o);Dh(bv.getSubjectTreeFetchOptions(d),[]),Dh(h,[t]);return l.createElement("div",null,l.createElement("h4",{className:"py-2"},"Create New Classification"),!!f&&!!a&&l.createElement(qv,{classification:n?{parentIds:[n]}:{},presentationId:t,subjectTree:f,classificationTree:a,saveClassification:function(e,n){return m.createClassification(Object.assign(Object.assign({},e),{presentationId:t}),function(e,t){return function(n){t(),n&&n.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,n.id]})}}(t,n),n)}}))}var iS=function(e){return{key:"series:".concat(e),url:"/api/master/v2/objects/".concat(e,"?query=thumbnail,tallPoster,banner,rating")}},aS=function(e){var t=e.slice().sort();return{key:"series:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},oS=function(e,t,n,r){return{url:"/api/master/v2/series",key:"series",data:e,type:ce.a.POST,success:t,error:n,always:r}},cS=function(e,t,n,r,i){return{url:"/api/master/v2/objects/".concat(e),key:"update:series:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}};function sS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return uS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return uS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function uS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lS(e){var t=sS(l.useState(),2),n=t[0],r=t[1],i=sS(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Kh.Playlists:return nh(t);case Kh.Series:return iS(t);case Kh.Videos:return Qb(t)}}(e.memberType,e.memberId)),s=Qf(u.SUBJECT);Dh(bv.getClassificationFetchOptions(e.classificationId,r),[e.classificationId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(cy.singularizeMemberType(e.memberType)));return l.createElement(pp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"This will not remove it from the backbone subject.")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromClassification(e.classificationId,[e.memberId],e.memberType,null,null,e.closePopup,e.closePopup),n.pinnedVideoMasterId===e.memberId&&s.updateClassification(e.classificationId,Object.assign(Object.assign({},n),{pinnedVideoMasterId:null}))},buttonText:"Yes, remove this ".concat(cy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function fS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return pS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return pS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function pS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function dS(e){var t=e.id,n=fS(l.useState(),2),r=n[0],a=n[1],o=Qf(u.SUBJECT);Dh(bv.getLevelFetchOptions(t,a),[t]);return l.createElement(l.Fragment,null,l.createElement(eb,{levelId:t,activeAction:i.Subjects.EDIT_LEVEL}),l.createElement("h4",{className:"py-2"},"Edit Level"),!!r&&l.createElement(Gv,{level:r,saveLevel:function(e,n){return o.updateLevel(t,e,n,n)}}))}function mS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return hS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function hS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function yS(){var e=mS(l.useState(),2),t=e[0],n=e[1];return Dh(bv.getLevelsFetchOptions(n),[]),l.useEffect((function(){t&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[Ap.a.first(t).id]},{replace:!0})}),[t]),l.createElement(l.Fragment,null)}function vS(){var e=Qf(u.SUBJECT);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Level"),l.createElement(Gv,{saveLevel:function(t,n){return e.createLevel(t,function(e){return function(t){e(),t&&t.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[t.id]})}}(n),n)}}))}var bS=n(211),gS=n.n(bS);function SS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ES(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ES(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ES(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function OS(e){var t=e.selectedLevelId,n=SS(l.useState(),2),r=n[0],a=n[1];Dh(bv.getLevelsFetchOptions(a),[]);var o=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e.id]}},s={application:c.SUBJECTS,action:i.Subjects.NEW_LEVEL};return l.createElement("div",{className:"".concat(gS.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Backbone Audiences"),l.createElement(gu,{appLink:s,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Backbone Audience")),l.createElement("div",{className:"border-top pt-1"},l.createElement("ul",{className:"list-unstyled"},r&&r.map((function(e){return l.createElement("li",{className:"position-relative py-1"},l.createElement(gu,{className:(null==t?void 0:t.toString())===e.id.toString()?"text-primary font-weight-500":"",appLink:o(e)},e.name))})))))}var CS=function(e){return l.createElement("div",{className:"border rounded p-2 mb-3"},l.createElement("h6",{className:"border-bottom pb-1"},e.presentation.name),e.audiences&&e.audiences.length?l.createElement("ul",{className:"list-unstyled mb-0"},e.audiences.map((function(t){return l.createElement("li",{key:t.masterId,className:"py-1"},l.createElement(gu,{appLink:(n=e.presentation.id,r=t.masterId,{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[n,r]})},t.name));var n,r}))):l.createElement("p",null,l.createElement("em",null,"There are no audiences mapped to this level in this presentation.")))},wS=function(e){return l.createElement(l.Fragment,null,!!e.presentations&&!!e.audienceDictionary&&e.presentations.map((function(t){return l.createElement(CS,{key:t.id,presentation:t,audiences:e.audienceDictionary[t.id]})})))};function AS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return jS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return jS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function jS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function TS(e){var t=e.levelId,n=AS(l.useState({}),2),r=n[0];return function(e,t){var n=function(e){return Rh(t,e)};Dh(bv.getLevelAudiencesFetchOptions(e,n("audiences")),[e]),Dh(bv.getPresentationsFetchOptions(n("presentations")),[])}(t,n[1]),l.createElement(l.Fragment,null,l.createElement(eb,{levelId:t,activeAction:i.Subjects.LEVEL_AUDIENCES}),l.createElement(wS,{presentations:r.presentations,audienceDictionary:Ap.a.groupBy(r.audiences,"presentationId")}))}function kS(e,t){return Rh(e,t)}function IS(e){switch(e){case Wh.Playlists:return i.Subjects.EDIT_LEVEL_PLAYLISTS;case Wh.Series:return i.Subjects.EDIT_LEVEL_SERIES;case Wh.Videos:return i.Subjects.EDIT_LEVEL_VIDEOS}}function LS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return _S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function PS(e){var t=LS(l.useState({}),2),n=t[0],r=t[1],a=n.presentations,o=n.audiences,s=n.memberIds,f=n.membersWithAudiences,d=oe.useBasicFetch(Array.isArray(s)&&s.length?function(e,t){switch(e){case Wh.Playlists:return rh(t);case Wh.Series:return aS(t);case Wh.Videos:return Xb(t)}}(e.memberType,s):null),m=Qf(u.SUBJECT);function h(t){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:e.action,args:[e.levelId],params:{presentationId:t}})}!function(e,t,n){var r=e.presentationId,i=e.levelId,a=e.memberType;Dh(bv.getPresentationsFetchOptions(kS(n,"presentations")),[]),Dh(bv.getLevelMemberIdsFetchOptions(i,a,kS(n,"memberIds")),[i,a]),Dh(!!r&&bv.getLevelAudiencesFetchOptions(i,kS(n,"audiences"),r,a),[i,a,r],!!r)}(e,0,r),function(e,t,n,r){var i=n.audiences;l.useEffect((function(){kS(r,"membersWithAudiences")(function(e,t,n){if(!t||!n)return;return t.map((function(t){return{id:t.id,name:t.name,audiences:n.map((function(n){return{id:n.masterId,selected:(r=t,i=n,!!i[e]&&!!i[e].data.filter((function(e){return e.id===r.id})).length)};var r,i}))}}))}(t.memberType,e,i))}),[e,i])}(d.data,e,n,r),l.useEffect((function(){!e.presentationId&&(null==a?void 0:a.length)&&h(Ap.a.first(a).id)}),[e.presentationId]);var y,v,b=!!e.presentationId&&!!o;return l.createElement(l.Fragment,null,l.createElement(eb,{levelId:e.levelId,presentationId:e.presentationId,activeAction:IS(e.memberType)}),l.createElement(ki.Alert,{variant:"info",className:"m-0"},"Select which ".concat(e.memberType," are shown for each audience in this level.")+" Change the selected presentation to view different audiences."),l.createElement("div",{className:"w-50 py-2"},!!a&&l.createElement(lb,{presentations:a,currentPresentationId:e.presentationId,setCurrentPresentation:function(e){return h(e.id)}})),b&&l.createElement(cb,{members:f||[],memberType:e.memberType,getMemberAppLink:function(t){return dy.getMemberAppLink(e.memberType,t)},getActions:function(t){return dy.getMemberActions(e.levelId,$h.Level,e.memberType,t)},audiences:o,getAudienceAppLink:e.presentationId&&(y=e.memberType,v=e.presentationId,function(e){var t,n=c.SUBJECTS,r=[v,e];switch(y){case Wh.Playlists:t=i.Subjects.EDIT_AUDIENCE_PLAYLISTS;break;case Wh.Series:t=i.Subjects.EDIT_AUDIENCE_SERIES;break;case Wh.Videos:t=i.Subjects.EDIT_AUDIENCE_VIDEOS}return{application:n,action:t,args:r}}),onToggleAudience:function(t,n,r){return function(e,t,n,r,i,a,o){(o?e.addObjectsToAudience.bind(e):e.removeObjectsFromAudience.bind(e))(a,n,t,r,i)}(m,e.memberType,r?[r]:s,e.levelId,e.presentationId,t,n)}}))}function xS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return NS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return NS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function NS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function DS(e){var t=xS(l.useState(),2),n=t[0],r=t[1],i=xS(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Wh.Playlists:return nh(t);case Wh.Series:return iS(t);case Wh.Videos:return Qb(t)}}(e.memberType,e.memberId)),s=Qf(u.SUBJECT);Dh(bv.getLevelFetchOptions(e.levelId,r),[e.levelId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(dy.singularizeMemberType(e.memberType)));return l.createElement(pp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"Please ensure that it is not in any audiences before removing.")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromLevel(e.levelId,[e.memberId],e.memberType,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(dy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function RS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return MS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return MS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function MS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function US(e){var t=e.id,n=RS(l.useState(),2),r=n[0],i=n[1],a=Qf(u.SUBJECT);Dh(bv.getPresentationFetchOptions(t,i),[t]);var o={presentation:r,savePresentation:function(e,n){a.updatePresentation(t,e,n,n)}},c=kl(o);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Edit Presentation"),!!c&&l.createElement(ub,Object.assign({},o)))}function FS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return VS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return VS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function VS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var BS=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_PRESENTATION,args:[e.id]}},HS={application:c.SUBJECTS,action:i.Subjects.NEW_PRESENTATION};function zS(){var e=FS(l.useState(),2),t=e[0],n=e[1];return Dh(bv.getPresentationsFetchOptions(n),[]),l.createElement("div",null,l.createElement("div",{className:"d-flex justify-content-between mb-2"},l.createElement("h5",{className:"d-inline-block m-0"},"Select a presentation to edit:"),l.createElement(gu,{appLink:HS,className:"d-block"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Presentation"))),l.createElement(Al,{objects:t,getAppLink:BS}))}function qS(){var e=Qf(u.SUBJECT);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Presentation"),l.createElement(ub,{savePresentation:function(t,n){e.createPresentation(t,(function(e){n(),e&&e.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_PRESENTATION,args:[e.id]})}),n)}}))}function JS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $S(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $S(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $S(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function KS(e){var t=e.objectType,n=e.getAppLink,r=JS(l.useState(),2),i=r[0],a=r[1];return Dh(bv.getPresentationsFetchOptions(a),[]),l.createElement("div",null,l.createElement("h5",null,l.createElement(hs,{namespace:"subjects.selectPresentation",phrase:"heading",options:{objectType:t}})),l.createElement(Al,{objects:i,getAppLink:n}))}function WS(e,t){return Rh(e,t)}function YS(e,t,n,r,a){var o=r.selectedSubject,s=function(){return WS(a,"showConfirmationPopup")(!1)};t.addObjectsToSubject(o.id,e.map((function(e){return e.id})),n.memberType,r.addToClassifications,(function(){s(),p.AppLinkHelper.trigger(function(e,t){var n={application:c.SUBJECTS,args:[e]};switch(t){case Kh.Playlists:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_PLAYLISTS});case Kh.Series:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_SERIES});case Kh.Videos:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_VIDEOS})}}(o.id,n.memberType))}),s)}function GS(e,t,n){if(t&&n){var r=1===t.length?"this ".concat(cy.singularizeMemberType(e)):"these ".concat(e);return"Add ".concat(r," to ").concat(n.name)}}function ZS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return QS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return QS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function QS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function XS(e,t){return function(n,r,i){i(),WS(t,"selectedSubject")(xl.find(e.subjectTree,Ap.a.first(n))),WS(t,"addToClassifications")(r),WS(t,"showConfirmationPopup")(!0)}}function eE(e){var t=ZS(l.useState({}),2),n=t[0],r=t[1],i=oe.useBasicFetch(function(e,t){switch(e){case Kh.Playlists:return rh(t);case Kh.Series:return aS(t);case Kh.Videos:return Xb(t)}}(e.memberType,e.objectIds)),a=Qf(u.SUBJECT);!function(e,t){Dh(bv.getSubjectTreeFetchOptions(WS(t,"subjectTree")),[])}(0,r);var o;return l.createElement(l.Fragment,null,!!i.data&&!!n.subjectTree&&l.createElement(fb,{memberType:e.memberType,objects:i.data,subjectTree:n.subjectTree,onClickAddToSubject:XS(n,r)}),n.showConfirmationPopup&&l.createElement(bp,{title:GS(e.memberType,i.data,n.selectedSubject),onClickConfirm:function(){return YS(i.data,a,e,n,r)},closePopup:function(){return e=!1,WS(r,"showConfirmationPopup")(e);var e}},l.createElement("p",null,"The following ".concat(e.memberType," will be added to "),l.createElement("strong",null,n.selectedSubject.name),n.addToClassifications?" and its mapped classifications:":":"),l.createElement("ul",null,i.data.map((function(e){return l.createElement("li",{key:e.id},e.name)}))),!n.addToClassifications&&l.createElement("p",null,"".concat(1===i.data.length?"It":"They"," will not be added to its mapped classifications.")),l.createElement("p",null,"".concat((o=e.memberType,Ll(cy.singularizeMemberType(o)))," to classification mappings can be managed from the "),l.createElement("strong",null,"Edit Subject ".concat(Ll(e.memberType)," ")),"page.")))}function tE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return nE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return nE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function nE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function rE(e){var t=e.subjectId,n=e.routeToOnDelete,r=e.closePopup,i=tE(l.useState(),2),a=i[0],o=i[1],c=tE(l.useState(!1),2),s=c[0],f=c[1];Dh(bv.getSubjectFetchOptions(t,o),[]);var d=Qf(u.SUBJECT),m=[{variant:"link",onClick:r,buttonText:"Cancel"},{variant:"danger",onClick:function(){f(!0);d.deleteSubject(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)},buttonText:"Yes, delete this backbone classification",isSpinnerButton:!0,showSpinner:s}];return l.createElement(pp,{title:"Delete Subject",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?"),l.createElement("p",null,"Subjects that have mapped classifications cannot be deleted.")),l.createElement(mp,{buttons:m})))}function iE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return aE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return aE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function aE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function oE(e){var t=e.subjectId,n=iE(l.useState(),2),r=n[0],a=n[1],o=iE(l.useState(),2),c=o[0],s=o[1],f=Qf(u.SUBJECT),p=bv.getSubjectFetchOptions(t,a);Dh(bv.getSubjectTreeFetchOptions(s),[]),Dh(p,[t]);return l.createElement(l.Fragment,null,l.createElement(Sb,{subjectId:t,activeAction:i.Subjects.EDIT_SUBJECT}),!!r&&!!c&&l.createElement(bb,{subject:r,subjectTree:c,saveSubject:function(e,n){return f.updateSubject(t,e,n,n)}}))}function cE(e,t){return Rh(e,t)}function sE(e){switch(e){case Kh.Playlists:return i.Subjects.EDIT_SUBJECT_PLAYLISTS;case Kh.Series:return i.Subjects.EDIT_SUBJECT_SERIES;case Kh.Videos:return i.Subjects.EDIT_SUBJECT_VIDEOS}}function uE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return lE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function lE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function fE(e){var t=uE(l.useState({}),2),n=t[0],r=t[1],a=n.presentations,o=n.classifications,s=n.memberIds,f=n.membersWithClassifications,d=oe.useBasicFetch(Array.isArray(s)&&function(e,t){switch(e){case Kh.Playlists:return rh(t);case Kh.Series:return aS(t);case Kh.Videos:return Xb(t)}}(e.memberType,s)),m=Qf(u.SUBJECT);function h(t){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:e.action,args:[e.subjectId],params:{presentationId:t}})}!function(e,t,n){var r=e.subjectId,i=e.memberType,a=e.presentationId;Dh(bv.getPresentationsFetchOptions(cE(n,"presentations")),[]),Dh(bv.getSubjectMemberIdsFetchOptions(r,i,cE(n,"memberIds")),[r,i]),Dh(!!a&&bv.getSubjectClassificationFetchOptions(r,cE(n,"classifications"),a,i),[r,i,a],!!a)}(e,0,r),function(e,t,n,r){var i=n.classifications;l.useEffect((function(){cE(r,"membersWithClassifications")(function(e,t,n){if(!t||!n)return;return t.map((function(t){return{id:t.id,name:t.name,classifications:n.map((function(n){return{id:n.id,selected:(r=t,i=n,!!i[e]&&!!i[e].data.filter((function(e){return e.id===r.id})).length)};var r,i}))}}))}(t.memberType,e,i))}),[e,i])}(d.data,e,n,r),l.useEffect((function(){!e.presentationId&&(null==a?void 0:a.length)&&h(Ap.a.first(a).id)}),[e.presentationId]);var y,v,b=!!e.presentationId&&!!o;return l.createElement(l.Fragment,null,l.createElement(Sb,{subjectId:e.subjectId,presentationId:e.presentationId,activeAction:sE(e.memberType)}),l.createElement(ki.Alert,{variant:"info",className:"m-0"},"Select which ".concat(e.memberType," are shown for each classification in this backbone classification.")+" Change the selected presentation to view different classifications."),l.createElement("div",{className:"w-50 py-2"},!!a&&l.createElement(lb,{presentations:a,currentPresentationId:e.presentationId,setCurrentPresentation:function(e){return h(e.id)}})),b&&l.createElement(Pb,{members:f||[],memberType:e.memberType,getMemberAppLink:function(t){return cy.getMemberAppLink(e.memberType,t)},getActions:function(t){return cy.getMemberActions(e.subjectId,$h.Subject,e.memberType,t)},classifications:o,getClassificationAppLink:e.presentationId&&(y=e.memberType,v=e.presentationId,function(e){var t,n=c.SUBJECTS,r=[v,e];switch(y){case Kh.Playlists:t=i.Subjects.EDIT_CLASSIFICATION_PLAYLISTS;break;case Kh.Series:t=i.Subjects.EDIT_CLASSIFICATION_SERIES;break;case Kh.Videos:t=i.Subjects.EDIT_CLASSIFICATION_VIDEOS}return{application:n,action:t,args:r}}),onToggleClassification:function(t,n,r){return function(e,t,n,r,i,a,o){(o?e.addObjectsToClassification.bind(e):e.removeObjectsFromClassification.bind(e))(a,n,t,r,i)}(m,e.memberType,r?[r]:s,e.subjectId,e.presentationId,t,n)}}))}function pE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function mE(e){var t=e.parentId,n=pE(l.useState(),2),r=n[0],a=n[1],o=Qf(u.SUBJECT);Dh(bv.getSubjectTreeFetchOptions(a),[]);var s={application:c.SUBJECTS,action:i.Subjects.PRESENTATIONS};return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-2 border-bottom"},l.createElement(Su,{backToName:"Presentations",appLink:s})),l.createElement("h4",{className:"py-2"},"Create New Subject"),!!r&&l.createElement(bb,{subject:{parentId:t},subjectTree:r,saveSubject:function(e,t){return o.createSubject(e,function(e){return function(t){e(),t&&t.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[t.id]})}}(t),t)}}))}function hE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function vE(e){var t=hE(l.useState(),2),n=t[0],r=t[1],i=hE(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Kh.Playlists:return nh(t);case Kh.Series:return iS(t);case Kh.Videos:return Qb(t)}}(e.memberType,e.memberId)),s=Qf(u.SUBJECT);Dh(bv.getSubjectFetchOptions(e.subjectId,r),[e.subjectId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(cy.singularizeMemberType(e.memberType)));return l.createElement(pp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"Please ensure that it is not in any classifications before removing.")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromSubject(e.subjectId,[e.memberId],e.memberType,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(cy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function bE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return gE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function gE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function SE(e){var t=e.subjectId,n=bE(l.useState({}),2),r=n[0];return function(e,t){var n=function(e){return Rh(t,e)};Dh(bv.getSubjectClassificationFetchOptions(e,n("classifications")),[e]),Dh(bv.getPresentationsFetchOptions(n("presentations")),[])}(t,n[1]),l.createElement(l.Fragment,null,l.createElement(Sb,{subjectId:t,activeAction:i.Subjects.SUBJECT_CLASSIFICATIONS}),l.createElement(Ab,{presentations:r.presentations,classificationDictionary:Ap.a.groupBy(r.classifications,"presentationId")}))}var EE=n(212),OE=n.n(EE);function CE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return wE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return wE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function wE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function AE(e){var t=e.selectedSubjectId,n=CE(l.useState(),2),r=n[0],a=n[1];Dh(bv.getSubjectTreeFetchOptions(a),[]);var o=l.useCallback((function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e.id]}}),[]),s={application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT},u=[{label:"Add child",getAppLink:function(e){return Object.assign(Object.assign({},s),{params:{parentId:e.id}})}},{label:"Delete backbone classification",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.DELETE_SUBJECT,args:[e.id]}},className:"text-danger"}];return l.createElement("div",{className:"".concat(OE.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Backbone Classifications"),l.createElement(gu,{appLink:s,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Backbone Classification")),!!r&&l.createElement("div",{className:"border-top pt-1"},l.createElement(zl,{tree:r,getAppLink:o,selectedIds:[t],actions:u})))}function jE(e){var t=e.currentAppLink;return l.createElement(xb,{navItems:sy(),currentAppLink:t})}function TE(e){return(TE="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function kE(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function IE(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function LE(e,t,n){return t&&IE(e.prototype,t),n&&IE(e,n),e}function _E(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&PE(e,t)}function PE(e,t){return(PE=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function xE(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=DE(e);if(t){var i=DE(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return NE(this,n)}}function NE(e,t){return!t||"object"!==TE(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function DE(e){return(DE=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var RE=function(e){_E(n,e);var t=xE(n);function n(){return kE(this,n),t.apply(this,arguments)}return LE(n,[{key:"channelName",get:function(){return c.PLAYLISTS}},{key:"appRoutes",get:function(){return{"manage/playlists(/)":"index","manage/playlists/new(/)":"newPlaylist","manage/playlists/search(/)":"searchPlaylists","manage/playlists/:id(/)":"editPlaylist","manage/playlists/:id/videos(/)":"editPlaylistVideos","manage/playlists/:id/dashboards(/)":"editPlaylistDashboards","manage/playlists/:id/classifications(/)":"editPlaylistSubjects","manage/playlists/:id/audiences(/)":"editPlaylistAudiences"}}},{key:"appLinks",get:function(){return["deletePlaylist","removeVideo","uploadImage","removeFromSubject","deleteDashboardWidget"]}},{key:"externalRoutes",get:function(){return{"dashboards/:id(/)":"dashboard"}}}]),n}(p.AppRouter),ME=function(e){_E(n,e);var t=xE(n);function n(){return kE(this,n),t.apply(this,arguments)}return LE(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Zf.getInstance(t,e)}))}},{key:"name",get:function(){return"Playlists Application"}},{key:"channelName",get:function(){return c.PLAYLISTS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:Zm}}}},{key:"index",value:function(e){this.layout.showChildView(k,l.createElement(lg,{cursor:null==e?void 0:e.cursor}))}},{key:"searchPlaylists",value:function(e){this.layout.showChildView(k,l.createElement(dg,{query:null==e?void 0:e.query,cursor:null==e?void 0:e.cursor}))}},{key:"newPlaylist",value:function(){this.layout.showChildView(k,l.createElement(Gb,null))}},{key:"editPlaylist",value:function(e){this.layout.showChildView(k,l.createElement(Ch,{key:e,playlistId:e}))}},{key:"editPlaylistVideos",value:function(e){this.layout.showChildView(k,l.createElement(Yb,{key:e,playlistId:e}))}},{key:"editPlaylistDashboards",value:function(e){this.layout.showChildView(k,l.createElement(yg,{key:e,playlistId:e}))}},{key:"editPlaylistSubjects",value:function(e){this.layout.showChildView(k,l.createElement(Hb,{key:e,playlistId:e}))}},{key:"editPlaylistAudiences",value:function(e){this.layout.showChildView(k,l.createElement(Mb,{key:e,playlistId:e}))}},{key:"deletePlaylist",value:function(e){var t=Object.assign({playlistId:e},this.getPopupProps());this.layout.showChildView(I,l.createElement(vh,Object.assign({},t)))}},{key:"removeVideo",value:function(e,t){var n=Object.assign({playlistId:e,videoId:t},this.getPopupProps());this.layout.showChildView(I,l.createElement(ig,Object.assign({},n)))}},{key:"removeFromSubject",value:function(e,t){var n=Object.assign({subjectId:t,memberId:e,memberType:Kh.Playlists},this.getPopupProps());this.layout.showChildView(I,l.createElement(vE,Object.assign({},n)))}},{key:"deleteDashboardWidget",value:function(e,t){var n=this;this.layout.showChildView(I,l.createElement(gg,{dashboardId:e,widgetId:t,closePopup:function(){return n.layout.closePopup()}}))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Gm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Sd,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return RE}}]),n}(p.Application),UE=function(e){var t=e.children;return l.createElement(qu,null,t)},FE=function(){return{url:"/api/domain/v2/me/ratings",key:"ratings"}},VE=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().max(350,"Description is too long").default(""),rating:ji.object().shape({id:ji.string()}).default({}).noUnknown(),tallPoster:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown()}).noUnknown(),BE=function(e,t){var n=c.SERIES,r=i.Series,a=[{label:"Edit Series Details",appLink:{application:n,action:r.EDIT_SERIES,args:[t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_SERIES_VIDEOS,args:[t]}}];return Vp(e)&&a.push.apply(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_SERIES_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_SERIES_AUDIENCES,args:[t]}}]),a};function HE(e){var t=ci(),n=Gc(t);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this series",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",maxLength:350,value:t.values.description,placeholder:"Describe this series here",showCharacterCounter:!0}),l.createElement(jl,{ratings:e.ratings}),l.createElement(cl,{imageType:wu.TallPosters,fieldName:"tallPoster",application:c.SERIES,uploadAction:i.Series.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.SERIES,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},e.id?"Save":"Create"),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function zE(e){return l.createElement(Ai,{initialValues:e.series,validationSchema:VE,onSubmit:e.saveSeries},l.createElement(HE,{id:e.series&&e.series.id,ratings:e.ratings}))}function qE(e){return l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:BE(e.currentUser,e.seriesId),isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}));var t}function JE(e){var t,n=Object(v.useDispatch)(),r=lp(),a=oe.useBasicFetch(iS(e.seriesId)),o=oe.useBasicFetch(FE()),s=oe.useBasicFetch(wp());return l.createElement(l.Fragment,null,!!s.data&&l.createElement(qE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES,currentUser:s.data}),!!a.data&&!!o.data&&l.createElement(zE,{series:a.data,saveSeries:function(t,i){oe.fetch(n,cS(e.seriesId,t,(function(){r.success("Successfully updated series.")}),(function(){r.error("Failed to update series.")}),i))},ratings:o.data}),l.createElement("div",{className:"py-3 text-right"},"Can't find what you're looking for? Try the old edit series page ",l.createElement(gu,{className:"info-link",appLink:(t=e.seriesId,{application:c.SERIES,action:i.Series.LEGACY_EDIT_SERIES,args:[t]})},"here"),"."))}function $E(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return KE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return KE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function KE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function WE(e){var t=$E(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(iS(e.seriesId)),o=oe.useBasicFetch(wp()),c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Dh(bv.getObjectLevelsFetchOptions(e,Kh.Series,r("seriesLevels")),[e]),Dh(bv.getObjectAudiencesFetchOptions(e,Kh.Series,r("seriesAudiences")),[e,t.seriesLevels]),Lh([bv.getPresentationsFetchOptions(r("presentations")),bv.getLevelsFetchOptions(r("levels"))],[]),Dh(!!t.currentPresentation&&bv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.seriesId,n,r),Nb(n,r);var s=!!(n.presentations&&n.levels&&n.presentationAudiences&&n.seriesLevels&&n.seriesAudiences);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(qE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES_AUDIENCES,currentUser:o.data}),l.createElement(wl,{object:a.data}),!!s&&l.createElement(Tv,{objectLevels:n.seriesLevels,objectAudiences:n.seriesAudiences,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Rh(r,"currentPresentation"),levels:n.levels,presentationAudiences:n.presentationAudiences,memberType:Kh.Series,saveLevels:function(t,n,r){return c.updateObjectLevels(e.seriesId,t,Kh.Series,n,r,r)},saveAudiences:function(t,r){return c.updateObjectAudiences(e.seriesId,n.currentPresentation.id,t,Kh.Series,r,r)}}))}function YE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||ZE(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function GE(e){return function(e){if(Array.isArray(e))return QE(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||ZE(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ZE(e,t){if(e){if("string"==typeof e)return QE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?QE(e,t):void 0}}function QE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function XE(e){var t=YE(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(iS(e.seriesId)),o=oe.useBasicFetch(wp()),c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Lh([bv.getSubjectTreeFetchOptions(r("subjectTree")),bv.getPresentationsFetchOptions(r("presentations"))],[]),Dh(bv.getObjectSubjectsFetchOptions(e,Kh.Series,r("seriesSubjects")),[e]),Dh(!!t.currentPresentation&&bv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.seriesSubjects]);var i=function(e,t){return[].concat(GE(t.subjectClassifications||[]),GE(e))},a=t.seriesSubjects&&t.seriesSubjects.map((function(e){return bv.getSubjectClassificationFetchOptions(e.id,Rh(n,"subjectClassifications",i))}));Lh(a,[t.seriesSubjects],!!a),Dh(bv.getObjectClassificationsFetchOptions(e,Kh.Series,r("seriesClassifications")),[e,t.seriesSubjects])}(e.seriesId,n,r),Nb(n,r);var s=!!(n.seriesSubjects&&n.subjectTree&&n.presentations&&n.classificationTree&&n.seriesClassifications&&n.subjectClassifications);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(qE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES_SUBJECTS,currentUser:o.data}),l.createElement(wl,{object:a.data}),s&&l.createElement(mb,{objectSubjects:n.seriesSubjects,subjectTree:n.subjectTree,memberType:Kh.Series,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Rh(r,"currentPresentation"),objectClassifications:n.seriesClassifications,objectSubjectClassifications:n.subjectClassifications,classificationTree:n.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.seriesId,t,Kh.Series,n,r,r)},saveClassifications:function(t,r){return c.updateObjectClassifications(e.seriesId,n.currentPresentation.id,t,Kh.Series,r,r)}}))}function eO(){var e=Object(v.useDispatch)(),t=lp(),n=oe.useBasicFetch(FE());return l.createElement(l.Fragment,null,!!n.data&&l.createElement(zE,{saveSeries:function(n,r){var a=function(){t.error("Failed to create series.")},o=function(e){t.success("Successfully created series."),function(e){p.AppLinkHelper.trigger({application:c.SERIES,action:i.Series.EDIT_SERIES,args:[e.id]})}(e)};oe.fetch(e,oS(n,(function(t){var n={permissions:Up()};oe.fetch(e,cS(t.id,n,o,a,r))}),a))},ratings:n.data}))}function tO(e){return(tO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function nO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function rO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function iO(e,t,n){return t&&rO(e.prototype,t),n&&rO(e,n),e}function aO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&oO(e,t)}function oO(e,t){return(oO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function cO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=uO(e);if(t){var i=uO(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return sO(this,n)}}function sO(e,t){return!t||"object"!==tO(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function uO(e){return(uO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var lO=function(e){aO(n,e);var t=cO(n);function n(){return nO(this,n),t.apply(this,arguments)}return iO(n,[{key:"channelName",get:function(){return c.SERIES}},{key:"appRoutes",get:function(){return{"manage/series/new(/)":"newSeries","manage/series/:id(/)":"editSeries","manage/series/:id/videos(/)":"editSeriesVideos","manage/series/:id/classifications(/)":"editSeriesSubjects","manage/series/:id/audiences(/)":"editSeriesAudiences","manage/legacy/series/:id(/)":"legacyEditSeries"}}},{key:"appLinks",get:function(){return["uploadImage"]}}]),n}(p.AppRouter),fO=function(e){aO(n,e);var t=cO(n);function n(){return nO(this,n),t.apply(this,arguments)}return iO(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Zf.getInstance(t,e)}))}},{key:"name",get:function(){return"Series Application"}},{key:"channelName",get:function(){return c.SERIES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:UE}}}},{key:"newSeries",value:function(){this.layout.showChildView(k,l.createElement(eO,null))}},{key:"editSeries",value:function(e){this.layout.showChildView(k,l.createElement(JE,{seriesId:e}))}},{key:"editSeriesVideos",value:function(e){this.legacyEditSeries(e)}},{key:"editSeriesSubjects",value:function(e){this.layout.showChildView(k,l.createElement(XE,{seriesId:e}))}},{key:"editSeriesAudiences",value:function(e){this.layout.showChildView(k,l.createElement(WE,{seriesId:e}))}},{key:"legacyEditSeries",value:function(e){p.LocationUtils.Redirect("/manage/legacy/series/".concat(e),!0)}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Gm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Sd,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return lO}}]),n}(p.Application);function pO(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dO(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dO(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dO(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function mO(e){var t=pO(l.useState(),2),n=t[0],r=t[1],i=pO(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Wh.Playlists:return nh(t);case Wh.Series:return iS(t);case Wh.Videos:return Qb(t)}}(e.memberType,e.memberId)),s=Qf(u.SUBJECT);Dh(bv.getAudienceFetchOptions(e.audienceId,r),[e.audienceId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(dy.singularizeMemberType(e.memberType)));return l.createElement(pp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"This will not remove it from the backbone level.")),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromAudience(e.audienceId,[e.memberId],e.memberType,null,null,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(dy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function hO(e){return(hO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function yO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function vO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function bO(e,t,n){return t&&vO(e.prototype,t),n&&vO(e,n),e}function gO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&SO(e,t)}function SO(e,t){return(SO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function EO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=CO(e);if(t){var i=CO(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return OO(this,n)}}function OO(e,t){return!t||"object"!==hO(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function CO(e){return(CO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var wO,AO=function(e){gO(n,e);var t=EO(n);function n(){return yO(this,n),t.apply(this,arguments)}return bO(n,[{key:"channelName",get:function(){return c.SUBJECTS}},{key:"appRoutes",get:function(){return{"manage/subjects(/)":"subjects","manage/subjects/add-objects(/)":"addSubjectMembers","manage/subjects/new(/)":"newSubject","manage/subjects/:id/edit(/)":"editSubject","manage/subjects/:id/edit/playlists(/)":"editSubjectPlaylists","manage/subjects/:id/edit/series(/)":"editSubjectSeries","manage/subjects/:id/edit/videos(/)":"editSubjectVideos","manage/subjects/:id/classifications(/)":"subjectClassifications","manage/subjects/classifications(/)":"classifications","manage/subjects/presentations/:id/classifications(/)":"presentationClassifications","manage/subjects/presentations/:id/classifications/new(/)":"newClassification","manage/subjects/presentations/:id/classifications/:id/edit(/)":"editClassification","manage/subjects/presentations/:id/classifications/:id/edit/playlists(/)":"editClassificationPlaylists","manage/subjects/presentations/:id/classifications/:id/edit/series(/)":"editClassificationSeries","manage/subjects/presentations/:id/classifications/:id/edit/videos(/)":"editClassificationVideos","manage/subjects/levels(/)":"levels","manage/subjects/levels/new(/)":"newLevel","manage/subjects/levels/:id(/)":"level","manage/subjects/levels/:id/edit(/)":"editLevel","manage/subjects/levels/:id/edit/playlists(/)":"editLevelPlaylists","manage/subjects/levels/:id/edit/series(/)":"editLevelSeries","manage/subjects/levels/:id/edit/videos(/)":"editLevelVideos","manage/subjects/levels/:id/audiences(/)":"levelAudiences","manage/subjects/audiences(/)":"audiences","manage/subjects/presentations/:id/audiences(/)":"presentationAudiences","manage/subjects/presentations/:id/audiences/new(/)":"newAudience","manage/subjects/presentations/:id/audiences/:id/edit(/)":"editAudience","manage/subjects/presentations/:id/audiences/:id/edit/playlists(/)":"editAudiencePlaylists","manage/subjects/presentations/:id/audiences/:id/edit/series(/)":"editAudienceSeries","manage/subjects/presentations/:id/audiences/:id/edit/videos(/)":"editAudienceVideos","manage/subjects/presentations(/)":"presentations","manage/subjects/presentations/new":"newPresentation","manage/subjects/presentations/:id(/)":"editPresentation"}}},{key:"appLinks",get:function(){return["deleteClassification","removeClassificationMember","deleteSubject","removeSubjectMember","deleteAudience","removeLevelMember","removeAudienceMember","uploadImage"]}}]),n}(p.AppRouter),jO=function(e){gO(n,e);var t=EO(n);function n(){return yO(this,n),t.apply(this,arguments)}return bO(n,[{key:"initialize",value:function(){var e=this;this.subjectDataService=Zf.getInstance(u.SUBJECT,this),Ci.a.values(u).forEach((function(t){return Zf.getInstance(t,e)}))}},{key:"name",get:function(){return"Subjects Application"}},{key:"channelName",get:function(){return c.SUBJECTS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:qu,getTopNavView:this.getTopNav}}}},{key:"subjects",value:function(){this.subjectDataService.getSubjectTree((function(e){var t=!!e.children&&e.children[0];t?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[t.id]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT},{replace:!0})}))}},{key:"newSubject",value:function(e){var t={parentId:e.parentId};this.layout.showChildView(k,l.createElement(mE,Object.assign({key:e.parentId},t))),this.renderSubjectsLeftNav()}},{key:"editSubject",value:function(e){this.layout.showChildView(k,l.createElement(oE,{key:e,subjectId:e})),this.renderSubjectsLeftNav(e)}},{key:"editSubjectPlaylists",value:function(e,t){var n={subjectId:e,memberType:Kh.Playlists,action:i.Subjects.EDIT_SUBJECT_PLAYLISTS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(fE,Object.assign({key:"".concat(e,":playlists")},n))),this.renderSubjectsLeftNav(e)}},{key:"editSubjectSeries",value:function(e,t){var n={subjectId:e,memberType:Kh.Series,action:i.Subjects.EDIT_SUBJECT_SERIES,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(fE,Object.assign({key:"".concat(e,":series")},n))),this.renderSubjectsLeftNav(e)}},{key:"editSubjectVideos",value:function(e,t){var n={subjectId:e,memberType:Kh.Videos,action:i.Subjects.EDIT_SUBJECT_VIDEOS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(fE,Object.assign({key:"".concat(e,":videos")},n))),this.renderSubjectsLeftNav(e)}},{key:"subjectClassifications",value:function(e){this.layout.showChildView(k,l.createElement(SE,{key:e,subjectId:e})),this.renderSubjectsLeftNav(e)}},{key:"addSubjectMembers",value:function(e){var t=e.memberType,n=e.objectIds;if(t&&n){var r={memberType:t,objectIds:Array.isArray(n)?n:[n]};this.layout.showChildView(k,l.createElement(eE,Object.assign({},r))),this.hideLeftNav()}}},{key:"removeSubjectMember",value:function(e,t,n){var r=Object.assign({subjectId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(vE,Object.assign({},r)))}},{key:"deleteSubject",value:function(e){var t=e.toString()===this.currentLeftNavId.toString()?{application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT}:null,n=Object.assign({subjectId:e,routeToOnDelete:t||null},this.getPopupProps());this.layout.showChildView(I,l.createElement(rE,Object.assign({},n)))}},{key:"classifications",value:function(){var e={objectType:"classifications",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_CLASSIFICATIONS,args:[e.id]}}};this.layout.showChildView(k,l.createElement(KS,Object.assign({},e))),this.hideLeftNav()}},{key:"presentationClassifications",value:function(e){this.subjectDataService.getClassificationTree(e,(function(t){var n=!!t.children&&t.children[0];n?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,n.id]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]},{replace:!0})}))}},{key:"newClassification",value:function(e,t){var n={presentationId:e,parentId:t.parentId};this.layout.showChildView(k,l.createElement(rS,Object.assign({key:t.parentId},n))),this.renderClassificationLeftNav(e)}},{key:"editClassification",value:function(e,t){var n={presentationId:e,classificationId:t};this.layout.showChildView(k,l.createElement(Zg,Object.assign({key:t},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationPlaylists",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Kh.Playlists};this.layout.showChildView(k,l.createElement(eS,Object.assign({key:"".concat(t,":playlists")},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationSeries",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Kh.Series};this.layout.showChildView(k,l.createElement(eS,Object.assign({key:"".concat(t,":series")},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationVideos",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Kh.Videos};this.layout.showChildView(k,l.createElement(eS,Object.assign({key:"".concat(t,":videos")},n))),this.renderClassificationLeftNav(e,t)}},{key:"removeClassificationMember",value:function(e,t,n){var r=Object.assign({classificationId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(lS,Object.assign({},r)))}},{key:"deleteClassification",value:function(e,t){var n=t===this.currentLeftNavId?{application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]}:null,r=Object.assign({classificationId:t,routeToOnDelete:n||null},this.getPopupProps());this.layout.showChildView(I,l.createElement(Wg,Object.assign({},r)))}},{key:"levels",value:function(){this.layout.showChildView(k,l.createElement(yS,null)),this.renderLevelsLeftNav()}},{key:"newLevel",value:function(){this.layout.showChildView(k,l.createElement(vS,null)),this.renderLevelsLeftNav()}},{key:"level",value:function(e){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e]},{replace:!0})}},{key:"editLevel",value:function(e){this.layout.showChildView(k,l.createElement(dS,{key:e,id:e})),this.renderLevelsLeftNav(e)}},{key:"levelAudiences",value:function(e){this.layout.showChildView(k,l.createElement(TS,{key:e,levelId:e})),this.renderLevelsLeftNav(e)}},{key:"editLevelPlaylists",value:function(e,t){var n={levelId:e,memberType:Wh.Playlists,action:i.Subjects.EDIT_LEVEL_PLAYLISTS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(PS,Object.assign({key:"".concat(e,":playlists")},n))),this.renderLevelsLeftNav(e)}},{key:"editLevelSeries",value:function(e,t){var n={levelId:e,memberType:Wh.Series,action:i.Subjects.EDIT_LEVEL_SERIES,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(PS,Object.assign({key:"".concat(e,":series")},n))),this.renderLevelsLeftNav(e)}},{key:"editLevelVideos",value:function(e,t){var n={levelId:e,memberType:Wh.Videos,action:i.Subjects.EDIT_LEVEL_VIDEOS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(PS,Object.assign({key:"".concat(e,":videos")},n))),this.renderLevelsLeftNav(e)}},{key:"removeLevelMember",value:function(e,t,n){var r=Object.assign({levelId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(DS,Object.assign({},r)))}},{key:"audiences",value:function(){var e={objectType:"audiences",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e.id]}}};this.layout.showChildView(k,l.createElement(KS,Object.assign({},e))),this.hideLeftNav()}},{key:"removeAudienceMember",value:function(e,t,n){var r=Object.assign({audienceId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(mO,Object.assign({},r)))}},{key:"presentationAudiences",value:function(e){this.subjectDataService.getAudiences(e,(function(t){var n=!!t&&t[0];n?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[e,n.masterId]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_AUDIENCE,args:[e]},{replace:!0})}))}},{key:"newAudience",value:function(e){this.layout.showChildView(k,l.createElement(Lg,{presentationId:e})),this.hideLeftNav()}},{key:"editAudience",value:function(e,t){var n={presentationId:e,audienceId:t};this.layout.showChildView(k,l.createElement(jg,Object.assign({key:t},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudiencePlaylists",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Wh.Playlists};this.layout.showChildView(k,l.createElement(Ug,Object.assign({key:"".concat(t,":playlists")},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudienceSeries",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Wh.Series};this.layout.showChildView(k,l.createElement(Ug,Object.assign({key:"".concat(t,":series")},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudienceVideos",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Wh.Videos};this.layout.showChildView(k,l.createElement(Ug,Object.assign({key:"".concat(t,":videos")},n))),this.renderAudienceLeftNav(e,t)}},{key:"deleteAudience",value:function(e,t){var n={application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e]},r=Object.assign({id:t,routeToOnDelete:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(Cg,Object.assign({},r)))}},{key:"presentations",value:function(){this.layout.showChildView(k,l.createElement(zS,null)),this.hideLeftNav()}},{key:"newPresentation",value:function(){this.layout.showChildView(k,l.createElement(qS,null))}},{key:"editPresentation",value:function(e){this.layout.showChildView(k,l.createElement(US,{key:e,id:e})),this.hideLeftNav()}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Gm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Sd,{alerts:n,removeAlert:r}))}},{key:"renderClassificationLeftNav",value:function(e,t){this.setCurrentLeftNavItem(t);var n={presentationId:e,selectedClassificationId:t};this.layout.showChildView(T,l.createElement(Jg,Object.assign({},n)))}},{key:"renderSubjectsLeftNav",value:function(e){this.setCurrentLeftNavItem(e),this.layout.showChildView(T,l.createElement(AE,{selectedSubjectId:e}))}},{key:"renderAudienceLeftNav",value:function(e,t){this.setCurrentLeftNavItem(t);var n={presentationId:e,selectedAudienceId:t};this.layout.showChildView(T,l.createElement(Dg,Object.assign({},n)))}},{key:"renderLevelsLeftNav",value:function(e){this.setCurrentLeftNavItem(e),this.layout.showChildView(T,l.createElement(OS,{selectedLevelId:e}))}},{key:"setCurrentLeftNavItem",value:function(e){this.currentLeftNavId=e||null}},{key:"hideLeftNav",value:function(){this.setCurrentLeftNavItem(),this.layout.hideLeftNav()}},{key:"getTopNav",value:function(e){return l.createElement(jE,{currentAppLink:e})}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return AO}}]),n}(p.Application),TO=function(e){return{url:"/api/domain/v1/themes/".concat(e),key:"themes:".concat(e)}},kO=function(e){var t="/api/domain/v1/themes",n="themes";return e&&(t+="?type=".concat(e),n+=":type:".concat(e)),{url:t,key:n}},IO=function(e,t,n,r){return{url:"/api/domain/v1/themes",key:"theme",data:e,type:ce.a.POST,invalidationKeys:"themes",success:t,error:n,always:r}},LO=function(e,t,n,r,i){return{url:"/api/domain/v1/themes/".concat(e),key:"update:theme:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}},_O=function(e,t,n,r){return{url:"/api/domain/v1/themes/".concat(e),key:"delete:theme:".concat(e),type:ce.a.DELETE,invalidationKeys:"themes",success:t,error:n,always:r}},PO=function(e){return{application:c.THEMES,action:i.Themes.EDIT_THEME,args:[e.id]}};function xO(){var e=oe.useBasicFetch(kO());return e.data?l.createElement(pl,{objects:e.data,columns:[{accessor:"name",header:"Name",appLink:PO}],newObjectAppLink:{application:c.THEMES,action:i.Themes.NEW_THEME},objectName:"Theme"}):l.createElement(l.Fragment,null)}!function(e){e.Glance="glance"}(wO||(wO={}));var NO=[{key:"topLeft",label:"Top Left"},{key:"topRight",label:"Top Right"},{key:"bottomLeft",label:"Bottom Left"},{key:"bottomRight",label:"Bottom Right"}];function DO(){var e=ci();return l.createElement("div",{className:"form-group"},NO.map((function(t){var n="data.".concat(t.key);return l.createElement(cl,{label:t.label,imageType:wu.HeroBanners,fieldName:n,application:c.THEMES,uploadAction:i.Videos.UPLOAD_IMAGE,setSelectedImage:function(t){e.setFieldValue(n,{fileId:t.id,url:t.url,fileIdType:ju.ImageAPIv2})}})})))}var RO=ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),MO=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),type:ji.mixed().required("Type is required"),data:ji.mixed().when("type",{is:wO.Glance,then:ji.object().shape({topLeft:RO,topRight:RO,bottomLeft:RO,bottomRight:RO}).noUnknown(),otherwise:ji.mixed().strip(!0)}).default({})}).noUnknown();function UO(e){var t=ci(),n=function(e){switch(e){case wO.Glance:return DO;default:return}}(t.values.type);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this theme",autoFocus:!0}),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:t.values.type},l.createElement("option",{value:null},"Select a type..."),Ci.a.getEnumKeys(wO).map((function(e){return l.createElement("option",{key:e,value:wO[e]},e)}))),!!n&&l.createElement(n,null),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(ys,{isNew:e.isNew}),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function FO(e){var t;return l.createElement(Ai,{initialValues:e.theme,validationSchema:MO,onSubmit:e.saveTheme},l.createElement(UO,{isNew:!(null===(t=e.theme)||void 0===t?void 0:t.id),actions:e.actions}))}function VO(){var e=Object(v.useDispatch)();return l.createElement(FO,{saveTheme:function(t,n){oe.fetch(e,IO(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.THEMES,action:i.Themes.EDIT_THEME,args:[e.id]})}),null,n))}})}function BO(e){var t=Object(v.useDispatch)(),n=lp(),r=oe.useBasicFetch(TO(e.id));return r.data?l.createElement(FO,{theme:r.data,saveTheme:function(r,i){oe.fetch(t,LO(e.id,r,(function(){n.success("Successfully updated theme")}),(function(){n.error("Failed to update theme")}),i))},actions:[{label:"Delete theme",className:"btn btn-danger",button:!0,appLink:{application:c.THEMES,action:i.Themes.DELETE_THEME,args:[e.id]}}]}):l.createElement(l.Fragment,null)}function HO(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return zO(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zO(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zO(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function qO(e){var t=Object(v.useDispatch)(),n=lp(),r=HO(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(TO(e.id));return l.createElement(pp,{title:"Delete Theme",closePopup:e.closePopup,showLoadingSpinner:!s.data},l.createElement(l.Fragment,null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,s.data.name),"?"),l.createElement(mp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),oe.fetch(t,_O(e.id,(function(){n.success("Successfully deleted theme"),p.AppLinkHelper.trigger({application:c.THEMES,action:i.Themes.THEMES})}),(function(){n.error("Failed to delete theme")})))},buttonText:"Yes, delete this theme",isSpinnerButton:!0,showSpinner:a}]})))}var JO=function(e){var t=e.children;return l.createElement(qu,null,t)};function $O(e){return($O="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function KO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function WO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function YO(e,t,n){return t&&WO(e.prototype,t),n&&WO(e,n),e}function GO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ZO(e,t)}function ZO(e,t){return(ZO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function QO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=eC(e);if(t){var i=eC(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return XO(this,n)}}function XO(e,t){return!t||"object"!==$O(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function eC(e){return(eC=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var tC=function(e){GO(n,e);var t=QO(n);function n(){return KO(this,n),t.apply(this,arguments)}return YO(n,[{key:"channelName",get:function(){return c.THEMES}},{key:"appRoutes",get:function(){return{"manage/themes(/)":"themes","manage/themes/new(/)":"newTheme","manage/themes/:id(/)":"editTheme"}}},{key:"appLinks",get:function(){return["deleteTheme","uploadImage"]}}]),n}(p.AppRouter),nC=function(e){GO(n,e);var t=QO(n);function n(){return KO(this,n),t.apply(this,arguments)}return YO(n,[{key:"name",get:function(){return"Themes Application"}},{key:"channelName",get:function(){return c.THEMES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:JO}}}},{key:"themes",value:function(){this.layout.showChildView(k,l.createElement(xO,null))}},{key:"newTheme",value:function(){this.layout.showChildView(k,l.createElement(VO,null))}},{key:"editTheme",value:function(e){this.layout.showChildView(k,l.createElement(BO,{id:e}))}},{key:"deleteTheme",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(qO,{id:e,closePopup:function(){return t.layout.closePopup()}}))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Gm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}}],[{key:"router",get:function(){return tC}}]),n}(qf),rC=function(e){var t=e.children;return l.createElement(qu,null,t)},iC=function(e,t){var n=c.VIDEOS,r=i.Videos,a=[{label:"Edit Video Details",appLink:{application:n,action:r.EDIT_VIDEO,args:[t]}}];return Vp(e)?[].concat(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_VIDEO_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_VIDEO_AUDIENCES,args:[t]}},{label:"Aliases",appLink:{application:n,action:r.EDIT_VIDEO_ALIASES,args:[t]}}]):a};function aC(e){var t,n=iC(e.currentUser,e.videoId);return n.length<2?l.createElement(l.Fragment,null):l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:n,isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}))}var oC,cC,sC=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().default(""),status:ji.mixed().required("Status is required"),productionYear:ji.number().min(1900),rating:ji.object().shape({id:ji.string()}).default({}).noUnknown(),thumbnail:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),heroBanner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),glance:ji.object().shape({theme:ji.string(),format:ji.mixed(),content:ji.string(),type:ji.mixed()}).default({}).noUnknown()}).noUnknown();!function(e){e[e.Draft=0]="Draft",e[e.Published=1]="Published",e[e.Archived=2]="Archived",e[e.Pending=3]="Pending",e[e.Rejected=4]="Rejected",e[e.Processing=5]="Processing"}(oC||(oC={})),function(e){e.Markdown="text/markdown"}(cC||(cC={}));var uC=n(52),lC=n.n(uC),fC=n(31);function pC(e){return f.a.createElement("div",Object.assign({},e,{role:"button",tabIndex:0,className:"".concat(e.className?e.className:""," cursor-pointer"),onKeyDown:e.onKeyDown?e.onKeyDown:function(t){return"Enter"===t.key&&e.onClick(t)},onClick:e.onClick,style:e.style?e.style:{}}),e.children)}var dC=n(53),mC=n.n(dC);function hC(e){var t=e.tag,n=e.appLink,r=e.onClick,i=e.disabled,a=e.tagClass,o=void 0===a?"tag":a,c=t.name.toLowerCase(),s="badge-pill py-1 px-2 my-1 mr-1 ".concat(o);return!n&&!r||i||(s+=" cursor-pointer"),i&&(s+=" "+mC.a.disabled),n?f.a.createElement(gu,{onClick:r,appLink:n,className:s,title:c},f.a.createElement("span",{className:"text-truncate text-nowrap"},c)):f.a.createElement("span",{onClick:r,className:s,title:c},f.a.createElement("span",{className:"text-truncate text-nowrap"},c))}function yC(e){var t=e.tags,n=e.getAppLink;return t&&t.data?f.a.createElement("div",{className:mC.a.tagList},t.data.map((function(e){var t=m(n)?n(e):null;return f.a.createElement(hC,{key:e.id,tag:e,appLink:t})}))):f.a.createElement(f.a.Fragment,null)}var vC=n(26),bC=n.n(vC);function gC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return SC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return SC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function SC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var EC;function OC(e){var t,n,r,i=gC(l.useState(""),2),a=i[0],o=i[1];if(l.useEffect((function(){if(e.hasGlanceData){var t=uC(e.video.glance.content).split('a href="cv-tag://').join('a class="badge-pill tag mr-1 my-1 px-2 py-1" href="cv-tag://');o(t)}}),[null===(t=e.video.glance)||void 0===t?void 0:t.content]),!e.hasGlanceData&&e.hasDetails)return e.onClickShowDescription&&e.onClickShowDescription(),l.createElement(l.Fragment,null);return l.createElement("div",{className:"rounded border px-5 py-3 mb-3 position-relative d-flex justify-content-center ".concat(bC.a.container," ").concat((r=null===(n=e.theme)||void 0===n?void 0:n.name.toLowerCase(),r===EC.Maths?bC.a.bgBlue:r===EC.English?bC.a.bgPink:r===EC.History?bC.a.bgYellow:bC.a.bgGreen))},l.createElement("div",{className:"".concat(bC.a.content)},l.createElement("h2",{className:"h4"},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"videoAtAGlance"})),e.hasDetails&&e.onClickShowDescription&&l.createElement(pC,{onClick:e.onClickShowDescription,className:"".concat(bC.a.detailsBtn," position-absolute cursor-pointer mr-4 font-weight-500 text-info")},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"readFullDescription"})),l.createElement("div",{className:"position-relative",onClick:function(t){t.preventDefault();var n=t.target.getAttribute("href");if(n)if(n.includes("cv-timestamp://")){var r=n.split("cv-timestamp://")[1];e.setStartTime&&e.setStartTime(fC.a.convertDurationToSeconds(r))}else if(n.includes("cv-tag://")&&e.getTagAppLink){var i=n.split("cv-tag://")[1];p.AppLinkHelper.trigger(e.getTagAppLink(i))}else;},dangerouslySetInnerHTML:{__html:a}}),function(){var t,n,r;return(null===(n=null===(t=e.video.tags)||void 0===t?void 0:t.data)||void 0===n?void 0:n.length)?l.createElement("div",{className:"py-1"},l.createElement(yC,{tags:null===(r=e.video)||void 0===r?void 0:r.tags,getAppLink:function(t){return e.getTagAppLink?e.getTagAppLink(t.name):null}})):l.createElement(l.Fragment,null)}(),l.createElement("div",{className:"mt-2"},e.hasCurriculumLinks&&e.onClickShowCurriculumLinks&&l.createElement(pC,{onClick:e.onClickShowCurriculumLinks,className:"cursor-pointer d-inline-block font-weight-500 text-info"},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"seeCurriculumLinks"})))),function(){var t;return Ci.a.keys(null===(t=e.theme)||void 0===t?void 0:t.data).filter((function(t){var n;return!Ci.a.isEmpty(null===(n=e.theme)||void 0===n?void 0:n.data[t])})).map((function(t){var n,r,i,a;return l.createElement("div",{key:null===(r=null===(n=e.theme)||void 0===n?void 0:n.data[t])||void 0===r?void 0:r.fileId,className:"".concat(bC.a[t]," ").concat(bC.a.background),style:{backgroundImage:"url('".concat(Mu.createUrl(null===(a=null===(i=e.theme)||void 0===i?void 0:i.data[t])||void 0===a?void 0:a.url,{format:"png"}),"')")}})}))}())}function CC(e){var t,n,r,i,a,o=ci(),c=e.themes.find((function(e){var t;return e.name===(null===(t=o.values.glance)||void 0===t?void 0:t.theme)})),s=(null===(t=o.values.glance)||void 0===t?void 0:t.format)===cC.Markdown&&(null===(n=o.values.glance)||void 0===n?void 0:n.content)&&c;return l.createElement("div",{className:"form-group p-2 border"},l.createElement("div",{className:"border-bottom mb-2"},l.createElement("label",null,"Video at a Glance")),l.createElement(Kc,{as:"select",label:"Theme",name:"glance.theme",id:"glance.theme",value:null===(r=o.values.glance)||void 0===r?void 0:r.theme},l.createElement("option",{value:null},"Select a theme..."),e.themes.map((function(e){return l.createElement("option",{key:e.id,value:e.name},e.name)}))),l.createElement(Kc,{as:"select",label:"Format",name:"glance.format",id:"glance.format",value:null===(i=o.values.glance)||void 0===i?void 0:i.format},l.createElement("option",{value:null},"Select a format..."),Ci.a.getEnumKeys(cC).map((function(e){return l.createElement("option",{key:e,value:cC[e]},e)}))),l.createElement(Kc,{label:"Content",as:"textarea",name:"glance.content",id:"glance.content",value:null===(a=o.values.glance)||void 0===a?void 0:a.content}),s&&l.createElement("div",{className:"form-group"},l.createElement("label",null,"Preview"),l.createElement(OC,{theme:c,video:{glance:o.values.glance,tags:e.tags},hasGlanceData:!0})))}function wC(e){switch(e){case oC.Published:return"badge-success";case oC.Archived:return"badge-danger";case oC.Draft:return"badge-warning";case oC.Pending:return"badge-info";case oC.Rejected:return"badge-dark";default:return"badge-secondary"}}function AC(e){var t=ci(),n=!!e.rightslineId,r=Vp(e.currentUser);return l.createElement(vi,null,n&&l.createElement(Kc,{label:"Rightsline ID",name:"rightslineId",id:"rightslineId",value:e.rightslineId,disabled:!0}),l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this video",disabled:n,autoFocus:!0}),l.createElement("div",{className:"form-group"},l.createElement("label",null,"Status"),l.createElement("div",null,l.createElement("span",{className:"badge ".concat(wC(t.values.status))},oC[t.values.status]))),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:t.values.description,placeholder:"Describe this video here",disabled:n,showCharacterCounter:!0}),l.createElement(Kc,{label:"Production Year",type:"number",name:"productionYear",id:"productionYear",value:t.values.productionYear,disabled:n}),l.createElement(jl,{ratings:e.ratings,disabled:n}),l.createElement(cl,{imageType:wu.Thumbnails,fieldName:"thumbnail",application:c.VIDEOS,uploadAction:i.Videos.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.HeroBanners,fieldName:"heroBanner",application:c.VIDEOS,uploadAction:i.Videos.UPLOAD_IMAGE}),r&&l.createElement(CC,{themes:e.themes,tags:e.tags}),l.createElement(ys,{isNew:!e.id}))}function jC(e,t){if(e)return t?Object.assign(Object.assign({},e),t):e}function TC(e){var t;return l.createElement(Ai,{initialValues:jC(e.video,e.rightslineVideo),validationSchema:sC,onSubmit:e.saveVideo,allowInitialSubmit:!!e.rightslineVideo},l.createElement(AC,{id:e.video&&e.video.id,ratings:e.ratings,themes:e.themes,tags:null===(t=e.video)||void 0===t?void 0:t.tags,currentUser:e.currentUser,rightslineId:e.rightslineId}))}function kC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return IC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return IC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function IC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function LC(e){var t,n=Object(v.useDispatch)(),r=kC(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(Qb(e.videoId)),u=oe.useBasicFetch(eg(e.videoId)),f=oe.useBasicFetch(FE()),p=oe.useBasicFetch(kO(wO.Glance)),d=oe.useBasicFetch(wp());var m,h=!!s.data&&!!f.data&&!!p.data&&!!d.data&&u.isComplete;return l.createElement(l.Fragment,null,!!d.data&&l.createElement(aC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO,currentUser:d.data}),!!u.data&&l.createElement("div",{className:"pt-3 text-right"},l.createElement(ki.Button,{variant:"outline-dark",size:"sm",onClick:function(){u.isFetching||(o(!0),oe.fetch(n,eg(e.videoId)))}},"Sync from Rightsline")),h&&l.createElement(TC,{video:s.data,saveVideo:function(t,r){oe.fetch(n,tg(e.videoId,t,null,null,r))},ratings:f.data,themes:p.data,currentUser:d.data,rightslineId:null===(t=u.data)||void 0===t?void 0:t.rightslineId,rightslineVideo:a&&u.data}),l.createElement("div",{className:"py-3 text-right"},"Can't find what you're looking for? Try the old edit video page ",l.createElement(gu,{className:"info-link",appLink:(m=e.videoId,{application:c.VIDEOS,action:i.Videos.LEGACY_EDIT_VIDEO,args:[m]})},"here"),"."))}function _C(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return PC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return PC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function PC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xC(e){var t=_C(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(Qb(e.videoId)),o=oe.useBasicFetch(wp()),c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Dh(bv.getObjectLevelsFetchOptions(e,Kh.Videos,r("videoLevels")),[e]),Dh(bv.getObjectAudiencesFetchOptions(e,Kh.Videos,r("videoAudiences")),[e,t.videoLevels]),Lh([bv.getPresentationsFetchOptions(r("presentations")),bv.getLevelsFetchOptions(r("levels"))],[]),Dh(!!t.currentPresentation&&bv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.videoId,n,r),Nb(n,r);var s=!!(n.presentations&&n.levels&&n.presentationAudiences&&n.videoLevels&&n.videoAudiences);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(aC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_AUDIENCES,currentUser:o.data}),l.createElement(wl,{object:a.data}),!!s&&l.createElement(Tv,{objectLevels:n.videoLevels,objectAudiences:n.videoAudiences,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Rh(r,"currentPresentation"),levels:n.levels,presentationAudiences:n.presentationAudiences,memberType:Kh.Videos,saveLevels:function(t,n,r){return c.updateObjectLevels(e.videoId,t,Kh.Videos,n,r,r)},saveAudiences:function(t,r){return c.updateObjectAudiences(e.videoId,n.currentPresentation.id,t,Kh.Videos,r,r)}}))}function NC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||RC(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function DC(e){return function(e){if(Array.isArray(e))return MC(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||RC(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function RC(e,t){if(e){if("string"==typeof e)return MC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?MC(e,t):void 0}}function MC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function UC(e){var t=NC(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(Qb(e.videoId)),o=oe.useBasicFetch(wp()),c=Qf(u.SUBJECT);!function(e,t,n){var r=function(e){return Rh(n,e)};Lh([bv.getSubjectTreeFetchOptions(r("subjectTree")),bv.getPresentationsFetchOptions(r("presentations"))],[]),Dh(bv.getObjectSubjectsFetchOptions(e,Kh.Videos,r("videoSubjects")),[e]),Dh(!!t.currentPresentation&&bv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.videoSubjects]);var i=function(e,t){return[].concat(DC(t.subjectClassifications||[]),DC(e))},a=t.videoSubjects&&t.videoSubjects.map((function(e){return bv.getSubjectClassificationFetchOptions(e.id,Rh(n,"subjectClassifications",i))}));Lh(a,[t.videoSubjects],!!a),Dh(bv.getObjectClassificationsFetchOptions(e,Kh.Videos,r("videoClassifications")),[e,t.videoSubjects])}(e.videoId,n,r),Nb(n,r);var s=!!(n.videoSubjects&&n.subjectTree&&n.presentations&&n.classificationTree&&n.videoClassifications&&n.subjectClassifications);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(aC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_SUBJECTS,currentUser:o.data}),l.createElement(wl,{object:a.data}),s&&l.createElement(mb,{objectSubjects:n.videoSubjects,subjectTree:n.subjectTree,memberType:Kh.Videos,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Rh(r,"currentPresentation"),objectClassifications:n.videoClassifications,objectSubjectClassifications:n.subjectClassifications,classificationTree:n.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.videoId,t,Kh.Videos,n,r,r)},saveClassifications:function(t,r){return c.updateObjectClassifications(e.videoId,n.currentPresentation.id,t,Kh.Videos,r,r)}}))}!function(e){e.Maths="maths",e.English="english",e.History="history"}(EC||(EC={}));var FC=function(e){return{key:"aliases:".concat(e),url:"/api/master/v2/objects/".concat(e,"/aliases")}},VC=function(e,t,n,r){return{key:"create:alias",url:"/api/master/v2/objects/".concat(e,"/aliases"),type:ce.a.POST,invalidationKeys:"aliases:".concat(e),data:t,success:n,error:r}},BC=function(e,t,n,r){return{key:"delete:alias",url:"/api/domain/v2/objects/".concat(e,"/aliases/").concat(t),type:ce.a.DELETE,invalidationKeys:"aliases:".concat(e),success:n,error:r}};function HC(e){var t=Object(v.useDispatch)(),n=lp(),r=oe.useBasicFetch(FC(e.videoId)),a=oe.useBasicFetch(wp());return r.data?l.createElement(l.Fragment,null,!!a.data&&l.createElement(aC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_ALIASES,currentUser:a.data}),l.createElement(Ef,{aliases:r.data.data,onSave:function(r,i){oe.fetch(t,VC(e.videoId,r,(function(){n.success("Successfully created alias"),i()}),(function(){n.error("Something went wrong creating your alias")})))},onDelete:function(r){oe.fetch(t,BC(e.videoId,r,(function(){n.success("Successfully deleted alias")}),(function(){n.error("Something went wrong deleting your alias")})))}})):l.createElement(l.Fragment,null,"Loading...")}function zC(e){return(zC="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function qC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function JC(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function $C(e,t,n){return t&&JC(e.prototype,t),n&&JC(e,n),e}function KC(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&WC(e,t)}function WC(e,t){return(WC=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function YC(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ZC(e);if(t){var i=ZC(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return GC(this,n)}}function GC(e,t){return!t||"object"!==zC(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ZC(e){return(ZC=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var QC,XC,ew=function(e){KC(n,e);var t=YC(n);function n(){return qC(this,n),t.apply(this,arguments)}return $C(n,[{key:"channelName",get:function(){return c.VIDEOS}},{key:"appRoutes",get:function(){return{"manage/videos/:id(/)":"editVideo","manage/videos/:id/audiences(/)":"editVideoAudiences","manage/videos/:id/classifications(/)":"editVideoSubjects","manage/videos/:id/aliases(/)":"editVideoAliases","tools/programlookup/:id":"legacyEditVideo"}}},{key:"appLinks",get:function(){return["uploadImage"]}}]),n}(p.AppRouter),tw=function(e){KC(n,e);var t=YC(n);function n(){return qC(this,n),t.apply(this,arguments)}return $C(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Zf.getInstance(t,e)}))}},{key:"name",get:function(){return"Videos Application"}},{key:"channelName",get:function(){return c.VIDEOS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:rC,alertRegion:L}}}},{key:"editVideo",value:function(e){this.layout.showChildView(k,l.createElement(LC,{videoId:e}))}},{key:"editVideoAudiences",value:function(e){this.layout.showChildView(k,l.createElement(xC,{videoId:e}))}},{key:"editVideoSubjects",value:function(e){this.layout.showChildView(k,l.createElement(UC,{videoId:e}))}},{key:"editVideoAliases",value:function(e){this.layout.showChildView(k,l.createElement(HC,{videoId:e}))}},{key:"legacyEditVideo",value:function(e){p.LocationUtils.Redirect("/tools/programlookup/".concat(e))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Gm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}}],[{key:"router",get:function(){return ew}}]),n}(qf);function nw(e){return(nw="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function rw(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&iw(e,t)}function iw(e,t){return(iw=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function aw(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=cw(e);if(t){var i=cw(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ow(this,n)}}function ow(e,t){return!t||"object"!==nw(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function cw(e){return(cw=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function sw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uw(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function lw(e,t,n){return t&&uw(e.prototype,t),n&&uw(e,n),e}!function(e){e.UPDATE="UPDATE_VIEW_MODEL"}(QC||(QC={})),function(e){e.LocalStorage="localStorage",e.SessionStorage="sessionStorage"}(XC||(XC={}));var fw=function(){function e(t){if(sw(this,e),this.cachePrefix="_cv:",this.expireTime=3600,this.hasSupport=this.hasBrowserSupport(),this.type=t.type,this.hasSupport)try{this.storage=window[this.type]}catch(e){}}return lw(e,[{key:"get",value:function(e){if(this.hasSupport){var t=this.storage.getItem(e);try{return JSON.parse(t)}catch(e){return t}}}},{key:"set",value:function(e,t){if(this.hasSupport)try{return this.storage.removeItem(e),"string"!=typeof t?(this.storage.setItem(e,JSON.stringify(t)),!0):(this.storage.setItem(e,t),!0)}catch(e){return!1}}},{key:"remove",value:function(e){if(this.hasSupport)return this.storage.removeItem(e)}},{key:"length",value:function(){if(this.hasSupport)return this.storage.length}},{key:"clear",value:function(){if(this.hasSupport)return this.storage.clear()}},{key:"cacheSet",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.expireTime;this.cacheClean();var r={time:this.getCurrentTime()+1e3*n,data:null!=t&&t};return this.set("".concat(this.cachePrefix).concat(e),r)}},{key:"cacheGet",value:function(e){var t="".concat(this.cachePrefix).concat(e),n=this.get(t);return n?this.isExpired(n)?(this.remove(t),null):n.data:null}},{key:"cacheExists",value:function(e){var t="".concat(this.cachePrefix).concat(e),n=this.get(t);return!!n&&(!this.isExpired(n)||(this.remove(t),!1))}},{key:"cacheRemove",value:function(e){return this.remove("".concat(this.cachePrefix).concat(e))}},{key:"cacheFlush",value:function(){this.cacheClean()}},{key:"cacheClean",value:function(){if(this.hasSupport)for(var e=0;e<this.storage.length;e++){var t=this.storage.key(e);if(0===t.indexOf(this.cachePrefix)){var n=this.get(t);n&&n.time&&this.isExpired(n)&&this.remove(t)}}}},{key:"isExpired",value:function(e){return e.time<this.getCurrentTime()}},{key:"getCurrentTime",value:function(){return(new Date).getTime()}},{key:"hasBrowserSupport",value:function(){try{return this.type in window&&null!==window[this.type]}catch(e){return!1}}}]),e}(),pw=function(e){rw(n,e);var t=aw(n);function n(){return sw(this,n),t.apply(this,arguments)}return lw(n,null,[{key:"Instance",get:function(){return this.instance||(this.instance=new this({type:XC.LocalStorage}))}}]),n}(fw),dw=function(e){rw(n,e);var t=aw(n);function n(){return sw(this,n),t.apply(this,arguments)}return lw(n,null,[{key:"Instance",get:function(){return this.instance||(this.instance=new this({type:XC.SessionStorage}))}}]),n}(fw),mw=pw.Instance,hw=dw.Instance;var yw=function(e,t,n){var r,i=(r=null==n?void 0:n.storage)?r===XC.SessionStorage?hw:mw:null,a=Object(v.useDispatch)(),o=Object(v.useSelector)((function(t){return t.viewModelData[e]})),c=void 0!==t&&void 0===o;if(c)u(t);else if(i&&void 0===o){var s=i.get(e);u("undefined"===s?null:s)}function u(t,n){i&&function(t,n){if(!i)return;var r=i.get(e);if("string"==typeof t&&void 0!==n)return void i.set(e,Object.assign(Object.assign({},r),{dataOrKey:n}));i.set(e,t)}(t,n),a({type:QC.UPDATE,payload:{viewModelKey:e,dataOrKey:t,keyData:n}})}return c?[t,u]:[null!=o?o:void 0,u]},vw="release:notes:config",bw=[{id:"798",name:"Monorepo"},{id:"109",name:"Online"},{id:"822",name:"Lite"},{id:"534",name:"Library Editor"},{id:"62",name:"Curator"}];function gw(e){var t=ci(),n=Gc(t),r="798"===t.values.project;return f.a.useEffect((function(){e.getMilestones(t.values.project),r&&e.getBranchNames(t.values.project)}),[t.values.project]),f.a.useEffect((function(){t.setFieldValue("milestone",Ap.a.first(e.milestones))}),[e.milestones]),f.a.useEffect((function(){t.setFieldValue("branchName",Ap.a.first(e.branchNames))}),[e.branchNames]),f.a.createElement(vi,null,f.a.createElement(Kc,{as:"select",label:"Project",name:"project",id:"project",value:t.values.project},bw.map((function(e){return f.a.createElement("option",{key:e.id,value:e.id},e.name)}))),f.a.createElement(Kc,{as:"select",label:"Milestone",name:"milestone",id:"milestone",value:t.values.milestone,disabled:!e.milestones.length},e.milestones.map((function(e){return f.a.createElement("option",{key:e,value:e},e)}))),r&&f.a.createElement(Kc,{as:"select",label:"Branch Name",name:"branchName",id:"branchName",value:t.values.branchName,disabled:!e.branchNames.length},e.branchNames.map((function(e){return f.a.createElement("option",{key:e,value:e},e)}))),f.a.createElement("div",{className:"d-flex justify-content-between"},f.a.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Generate")))}var Sw="U_Jxes3Htv-xiaDX5wfn",Ew="https://gitlab.cvinternal.net/api/v4",Ow=function(e,t){return{key:"milestones:".concat(e),url:_u("".concat(Ew,"/projects/").concat(e,"/milestones"),{private_token:Sw}),normalize:!1,formatData:function(e){return e.map((function(e){return e.title}))},success:t}},Cw=function(e,t){return{key:"branch:names:".concat(e),url:_u("".concat(Ew,"/projects/").concat(e,"/repository/branches"),{private_token:Sw,per_page:50}),normalize:!1,formatData:function(e){return e.map((function(e){return e.name}))},success:t}},ww=function(e,t,n,r){return{key:"merge:requests:".concat(e,":").concat(t,":").concat(n),url:_u("".concat(Ew,"/projects/").concat(e,"/merge_requests"),{private_token:Sw,milestone:t,state:"merged",per_page:50,page:n}),success:r}},Aw=function(e,t,n){return{key:"file:paths:".concat(t,":").concat(e),url:_u("".concat(Ew,"/projects/").concat(e,"/search"),{scope:"blobs",search:t,private_token:Sw}),normalize:!1,formatData:function(e){return e.filter((function(e){return e.filename.includes(t)}))},success:n}},jw=function(e,t,n,r){return{key:"file:".concat(e,":").concat(t,":").concat(n),url:_u("".concat(Ew,"/projects/").concat(e,"/repository/files/").concat(encodeURIComponent(t),"/raw"),{ref:n,private_token:Sw}),normalize:!1,formatData:function(e){return JSON.parse(e)},success:r}},Tw=ji.object().shape({project:ji.string().required("Project is required").default(""),milestone:ji.string().required("Milestone is required").default(""),branchName:ji.string().when("project",(function(e,t){return"798"===e?t.required("Branch name is required"):t})).default("")}).noUnknown();function kw(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Iw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Iw(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Iw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Lw={project:Ap.a.first(bw).id};function _w(){var e=kw(f.a.useState([]),2),t=e[0],n=e[1],r=kw(f.a.useState([]),2),a=r[0],o=r[1],s=kw(yw(vw),2)[1],u=Object(v.useDispatch)();return f.a.createElement(f.a.Fragment,null,f.a.createElement("h4",{className:"py-2"},"Generate Release Notes"),f.a.createElement(Ai,{initialValues:Lw,onSubmit:function(e){s(e),p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.GENERATOR})},validationSchema:Tw},f.a.createElement(gw,{getMilestones:function(e){n([]),oe.fetch(u,Ow(e,n))},milestones:t,getBranchNames:function(e){o([]),oe.fetch(u,Cw(e,o))},branchNames:a})))}var Pw=n(213),xw=/#*/;function Nw(e){return e=e.replace("-"," "),e="## "+(e=(e=Ll(e)).replace(xw,"").trim())}function Dw(e){var t=e.toLowerCase();return"## notes"===t||"## dependencies"===t}function Rw(e){return e=e.replace("-"," "),e=Ll(e)}function Mw(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Uw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Uw(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return o=e.done,e},e:function(e){c=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(c)throw a}}}}function Uw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Fw=["# online","# curator","# library editor","# lite","# styles","# tooling","# analytics","# common","# shared","# player"];function Vw(e){for(var t={name:"",changes:""},n=0;t.name||n<e.length;n++){var r=e[n];if(!r)break;if("#"===r){var i=e.indexOf("\n",n),a=e.slice(n,i);Fw.includes(a.toLowerCase().trim())&&(t.name=Ll(a.replace("#","").trim()),e=e.slice(i),n=-1)}}for(var o=0;!t.changes&&o<e.length;o++){if(o+1===e.length){t.changes=e,e="";break}if("#"===e[o]&&"#"!==e[o+1]){var c=e.indexOf("\n",o),s=e.slice(o,c);Fw.includes(s.toLowerCase().trim())&&(t.changes=e.slice(0,o),e=e.slice(o),o=-1)}}return{section:t,remainingDescription:e}}function Bw(e){var t,n={},r=Mw(e);try{for(r.s();!(t=r.n()).done;)for(var i=t.value;i;){var a=Vw(i),o=a.section;if(i=a.remainingDescription,!o.name)break;n[o.name]||(n[o.name]=[]),n[o.name].push(o.changes)}}catch(e){r.e(e)}finally{r.f()}var c={};return Object.keys(n).forEach((function(e){var t,r;c[e]=(t=n[e],r={},t.forEach((function(e){for(var t=e.split("");t&&t.length;){for(var n=0;n<t.length&&t.length!==n+1;n++)if("#"===t[n]&&"#"===t[n+1]){var i=t.indexOf("\n",n),a=Rw(t.slice(n,i).join(""));r[a]||(r[a]="");for(var o=i;o<t.length;o++){if(t.length===o+1){var c=t.slice(i+1).join("");r[a]+=c,t=[];break}if("#"===t[o]&&"#"===t[o+1]){var s=t.slice(i+1,o).join("");if(!s.length){t=t.slice(o),n=-1;break}r[a]+=s,t=t.slice(o),n=-1;break}}r[a]+="\n"}break}})),Object.keys(r).reduce((function(e,t){return e+=t+"\n",e+=r[t]+"\n"}),""))})),Object.keys(c).reduce((function(e,t){return e+="\n",e+="\n# ".concat(t),e+="\n".concat(c[t])}),"")}var Hw=n(214),zw=n.n(Hw);function qw(e){return function(e){if(Array.isArray(e))return Kw(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||$w(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jw(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||$w(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $w(e,t){if(e){if("string"==typeof e)return Kw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Kw(e,t):void 0}}function Kw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ww(){var e=Jw(f.a.useState(!0),2),t=e[0],n=e[1],r=Jw(f.a.useState(1),2),a=r[0],o=r[1],s=Jw(f.a.useState([]),2),u=s[0],l=s[1],d=Jw(f.a.useState([]),2),m=d[0],h=d[1],y=Jw(f.a.useState(!0),2),b=y[0],g=y[1],S=Jw(f.a.useState(""),2),E=S[0],O=S[1],C=Jw(f.a.useState("Copy"),2),w=C[0],A=C[1],j=Jw(yw(vw),1)[0],T=j&&"798"===j.project,k=Object(v.useDispatch)();return f.a.useEffect((function(){if(j){var e=j.project,t=j.milestone;oe.fetch(k,ww(e,t,a,(function(e){l([].concat(qw(u),qw(e))),50===e.length?o(a+1):n(!1)})))}}),[a]),f.a.useEffect((function(){if(!(t||T&&b)){var e=u.map((function(e){return e.description.replace("\r\n","\n").replace("\r","")})),n=T?function(e,t){var n=function(e){var t="# Final Package Versions\n\n| Package | Version |\n| ------------------------- | ------------------------ |\n| @clickview/analytics | <analytics-version> |\n| @clickview/styles | <styles-version> |\n| @clickview/tooling | <tooling-version> |\n| @clickview/curator | <curator-version> |\n| @clickview/library-editor | <library-editor-version> |\n| @clickview/lite | <lite-version> |\n| @clickview/online | <online-version> |\n| @clickview/player | <player-version> |\n";return e.forEach((function(e){var n=e.name,r=e.version;r&&(t=t.replace("<".concat(n.replace("@clickview/",""),"-version>"),r))})),t}(t),r=Bw(e);return"".concat(n,"\n").concat(r)}(e,m):function(e){var t={};return e.forEach((function(e){for(var n=e.split("");;){var r=!1;if(!n||!n.length)break;for(var i=0;i<n.length&&n.length!==i+1;i++)if("#"===n[i]){var a=n.indexOf("\n",i),o=Nw(n.slice(i,a).join(""));t[o]||(Dw(o)?r=!0:t[o]="");for(var c=a;c<n.length;c++){if(n.length===c+1){if(r){r=!1,n=[];break}var s=n.slice(a+1).join("");t[o]+=s,n=[];break}if("#"===n[c]){if(r){r=!1,n=n.slice(c),i=-1;break}var u=n.slice(a+1,c).join("");if(!u.length){n=n.slice(c),i=-1;break}t[o]+=u,n=n.slice(c),i=-1;break}}t[o]?t[o]+="\n":delete t[o]}break}})),Object.keys(t).reduce((function(e,n){return t[n]?(e+=n+"\n",e+=t[n]+"\n"):e}),"")}(e);O(n)}}),[t,b]),f.a.useEffect((function(){if(j&&T){var e=[];oe.fetch(k,Aw(j.project,"package.json",(function(t){var n,r=function(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=$w(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return o=e.done,e},e:function(e){c=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(c)throw a}}}}(t);try{for(r.s();!(n=r.n()).done;){var i=n.value;oe.fetch(k,jw(j.project,i.path,j.branchName,(function(n){e.push(n),e.length===t.length&&(h(e),g(!1))})))}}catch(e){r.e(e)}finally{r.f()}})))}}),[]),j?f.a.createElement(f.a.Fragment,null,E?f.a.createElement("div",{className:"position-relative border rounded p-3"},f.a.createElement(Pw,{onCopy:function(){return A("Copied")},text:E},f.a.createElement("button",{className:"btn btn-outline-dark ".concat(zw.a.copyBtn)},w)),f.a.createElement("div",{dangerouslySetInnerHTML:{__html:lC()(E)}})):t?"Fetching merge requests..":"Merging descriptions.."):(p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.FORM}),f.a.createElement(f.a.Fragment,null))}function Yw(e){return(Yw="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Gw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zw(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Qw(e,t,n){return t&&Zw(e.prototype,t),n&&Zw(e,n),e}function Xw(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&eA(e,t)}function eA(e,t){return(eA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function tA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=rA(e);if(t){var i=rA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return nA(this,n)}}function nA(e,t){return!t||"object"!==Yw(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function rA(e){return(rA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var iA,aA=function(e){Xw(n,e);var t=tA(n);function n(){return Gw(this,n),t.apply(this,arguments)}return Qw(n,[{key:"channelName",get:function(){return c.RELEASE_NOTES}},{key:"appRoutes",get:function(){return{"developer/release-notes(/)":"index","developer/release-notes/generate(/)":"form","developer/release-notes/generator(/)":"generator"}}}]),n}(p.AppRouter),oA=function(e){Xw(n,e);var t=tA(n);function n(){return Gw(this,n),t.apply(this,arguments)}return Qw(n,[{key:"name",get:function(){return"Release Notes Application"}},{key:"channelName",get:function(){return c.RELEASE_NOTES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"index",value:function(){p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.GENERATOR},{replace:!0})}},{key:"form",value:function(){this.layout.showChildView(k,l.createElement(_w,null))}},{key:"generator",value:function(){this.layout.showChildView(k,l.createElement(Ww,null))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Sd,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return aA}}]),n}(p.Application);function cA(e){return(cA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function sA(e){return function(e){if(Array.isArray(e))return uA(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return uA(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return uA(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function uA(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function fA(e,t){return(fA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function pA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=mA(e);if(t){var i=mA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return dA(this,n)}}function dA(e,t){return!t||"object"!==cA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function mA(e){return(mA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Fifo="FifoMemoryCache"}(iA||(iA={}));var hA,yA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&fA(e,t)}(a,e);var t,n,r,i=pA(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(t=i.call(this)).size=e.size,t.cache={},t.cachedkeys=[],t}return t=a,(n=[{key:"name",get:function(){return iA.Fifo}},{key:"removeCacheKey",value:function(e){this.cachedkeys=d.without(this.cachedkeys,e)}},{key:"has",value:function(e){return!!this.cache[e]}},{key:"get",value:function(e){return this.cache[e]}},{key:"set",value:function(e,t){e&&t||es.c.throw(new rs.a("Must provide a cache key and a value to cache in FifoMemoryCache.")),this.has(e)&&this.removeCacheKey(e),this.cachedkeys.push(e),this.cache[e]=t,this.cachedkeys.length>this.size&&delete this.cache[this.cachedkeys.shift()]}},{key:"getOrSet",value:function(e,t){if(this.has(e))return this.get(e);var n=t();return this.set(e,n),n}},{key:"remove",value:function(e){return!!this.has(e)&&(delete this.cache[e],this.removeCacheKey(e),!0)}},{key:"invalidate",value:function(e,t){var n=this,r=d.object(this.cachedkeys,this.cachedkeys),i=[];d.each(e,(function(e){var t;r[e]&&i.push(e);var n=new RegExp(e,"i"),a=d.filter(r,(function(e){return n.test(e)}));(t=i).push.apply(t,sA(a))})),i.length&&(i=d.uniq(i),d.each(i,(function(e){delete n.cache[e],d.isFunction(t)&&t(e)})),this.cachedkeys=d.without.apply(d,[this.cachedkeys].concat(sA(i))))}}])&&lA(t.prototype,n),r&&lA(t,r),a}(Xc.a),vA=n(17);!function(e){e[e.Unknown=0]="Unknown",e[e.BadRequest=1]="BadRequest",e[e.Unauthorized=2]="Unauthorized",e[e.Forbidden=3]="Forbidden",e[e.NotFound=4]="NotFound",e[e.InternalServer=5]="InternalServer"}(hA||(hA={}));var bA,gA={type:hA.Unknown,message:"",code:0};!function(e){e.Ajax="AjaxDataProvider",e.Notifications="NotificationsSignalRDataProvider"}(bA||(bA={}));var SA=function(e,t,n){if(!n||!n.errorCode)return e[t];var r="".concat(n.errorCode);return n.errorSubCode&&(r+=".".concat(n.errorSubCode)),e[r]||e[t]};function EA(e){return(EA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function OA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function CA(e,t){return(CA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function wA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=jA(e);if(t){var i=jA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return AA(this,n)}}function AA(e,t){return!t||"object"!==EA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function jA(e){return(jA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var TA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&CA(e,t)}(a,e);var t,n,r,i=wA(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),t=i.call(this,e),$.ajaxSetup({cache:!1,contentType:"application/json; charset=utf-8"}),t.successMiddleware={},t.errorMiddleware={},t.dataServiceErrorMessageMappings=e.dataServiceErrorMessageMappings,t.defaultErrorMessageKey=e.defaultErrorMessageKey,t}return t=a,(n=[{key:"name",get:function(){return bA.Ajax}},{key:"parseUrl",value:function(e){var t=document.createElement("a");return t.href=e,""===t.host&&(t.href=t.href),t}},{key:"makeHttps",value:function(e){var t=this.parseUrl(e);return"http:"===t.protocol&&(t.protocol="https:"),t.href}},{key:"base",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};n||(n=ce.a.GET);var i=d.defaults(r,{forceHttps:!1}),a={url:e,method:n,type:n};t&&(a.data=n===ce.a.POST||n===ce.a.PUT?JSON.stringify(t):t),i.forceHttps&&(a.url=this.makeHttps(a.url)),i.traditional&&(a.traditional=i.traditional);var o=$.ajax(a);return d.keys(this.successMiddleware).length&&o.done(d.values(this.successMiddleware)),d.keys(this.errorMiddleware).length&&o.fail(d.values(this.errorMiddleware)),o}},{key:"create",value:function(e,t,n){var r=n.channel,i=n.successEvent,a=n.errorEvent;this.base(e,t,ce.a.POST).done((function(e,t,n){return r.trigger(i,e,t,n)})).fail((function(e,t,n){return r.trigger(a,e,t,n)}))}},{key:"read",value:function(e,t){var n=t.channel,r=t.successEvent,i=t.errorEvent;this.base(e,null,ce.a.GET).done((function(e,t,i){n.trigger(r,e,t,i)})).fail((function(e,t,r){n.trigger(i,e,t,r)}))}},{key:"update",value:function(e,t,n){var r=n.channel,i=n.successEvent,a=n.errorEvent;this.base(e,t,ce.a.PUT).done((function(e,t,n){return r.trigger(i,e,t,n)})).fail((function(e,t,n){return r.trigger(a,e,t,n)}))}},{key:"delete",value:function(e,t){var n=t.channel,r=t.successEvent,i=t.errorEvent;this.base(e,null,ce.a.DELETE).done((function(e,t,i){return n.trigger(r,e,t,i)})).fail((function(e,t,r){return n.trigger(i,e,t,r)}))}},{key:"useMiddleware",value:function(e,t){this.successMiddleware[e]||(this.successMiddleware[e]=t)}},{key:"useErrorMiddleware",value:function(e,t){this.errorMiddleware[e]||(this.errorMiddleware[e]=t)}},{key:"parseError",value:function(e){var t=e.responseJSON,n=gA;switch(n.code=e.status,n.message=SA(this.dataServiceErrorMessageMappings,this.defaultErrorMessageKey,t),e.status){case 400:n.type=hA.BadRequest;break;case 401:n.type=hA.Unauthorized;break;case 403:n.type=hA.Forbidden;break;case 404:n.type=hA.NotFound;break;case 500:n.type=hA.InternalServer}return n}}])&&OA(t.prototype,n),r&&OA(t,r),a}(vA.Object);function kA(e){return(kA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function IA(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function LA(e,t){return"string"==typeof t.payload.dataOrKey&&void 0!==t.payload.keyData?Object.assign(Object.assign({},e),IA({},t.payload.viewModelKey,Object.assign(Object.assign({},e[t.payload.viewModelKey]),IA({},t.payload.dataOrKey,t.payload.keyData)))):("object"===kA(t.payload.dataOrKey)&&Array.isArray(t.payload.dataOrKey),Object.assign(Object.assign({},e),IA({},t.payload.viewModelKey,t.payload.dataOrKey)))}function _A(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case QC.UPDATE:return LA(e,t)}return e}var PA="LanguageDataService",xA="locale",NA="phrases",DA="language:data:service";function RA(e){return(RA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function MA(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function UA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function FA(e,t){return(FA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function VA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=HA(e);if(t){var i=HA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return BA(this,n)}}function BA(e,t){return!t||"object"!==RA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function HA(e){return(HA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var zA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&FA(e,t)}(a,e);var t,n,r,i=VA(a);function a(){return MA(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"name",get:function(){return PA}},{key:"channelName",get:function(){return DA}},{key:"getLanguageConfig",value:function(e){var t={locale:"",phrases:null};this.get({resource:"/api/locale",eventPrefix:xA,expiryTime:Xh.STANDARD,bootstrapName:Ep,callback:function(n){t.locale=n,t.phrases&&d.isFunction(e)&&e(t)}}),this.get({resource:"/api/phrases",eventPrefix:NA,expiryTime:Xh.STANDARD,bootstrapName:Op,callback:function(n){t.phrases=n,t.locale&&d.isFunction(e)&&e(t)}})}}])&&UA(t.prototype,n),r&&UA(t,r),a}(Zh);n.d(t,"Layouts",(function(){return o})),n.d(t,"AppChannels",(function(){return c})),n.d(t,"DataChannels",(function(){return s})),n.d(t,"Actions",(function(){return i})),n.d(t,"DataPrefixes",(function(){return a})),n.d(t,"DataServices",(function(){return u})),n.d(t,"CuratorLayoutView",(function(){return H})),n.d(t,"LayoutComponent",(function(){return W})),n.d(t,"CuratorAppNavService",(function(){return ae})),n.d(t,"CompaniesApplication",(function(){return Rf})),n.d(t,"CustomersApplication",(function(){return fd})),n.d(t,"DomainOptionsApplication",(function(){return sm})),n.d(t,"PeopleApplication",(function(){return Vm})),n.d(t,"PlaylistsApplication",(function(){return ME})),n.d(t,"SeriesApplication",(function(){return fO})),n.d(t,"SubjectDataService",(function(){return yv})),n.d(t,"SubjectDataServiceHelper",(function(){return bv})),n.d(t,"SubjectsApplication",(function(){return jO})),n.d(t,"ThemesApplication",(function(){return nC})),n.d(t,"VideosApplication",(function(){return tw})),n.d(t,"DomainOptionsApplication",(function(){return sm})),n.d(t,"ReleaseNotesApplication",(function(){return oA})),n.d(t,"Core",(function(){return p})),n.d(t,"InstanceManager",(function(){return Zf})),n.d(t,"FifoMemoryCache",(function(){return yA})),n.d(t,"AjaxDataProvider",(function(){return TA})),n.d(t,"AlertList",(function(){return Sd})),n.d(t,"AlertType",(function(){return Xf})),n.d(t,"BaseAlertService",(function(){return up})),n.d(t,"LanguageService",(function(){return ds})),n.d(t,"Flight",(function(){return oe})),n.d(t,"CacheDurations",(function(){return Xh})),n.d(t,"ViewModelReducer",(function(){return _A})),n.d(t,"LanguageDataService",(function(){return zA}))}])}));
|
|
17
|
+
*/var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,a=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,u=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,d=r?Symbol.for("react.forward_ref"):60112,m=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.suspense_list"):60120,y=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116,b=r?Symbol.for("react.block"):60121,g=r?Symbol.for("react.fundamental"):60117,S=r?Symbol.for("react.responder"):60118,E=r?Symbol.for("react.scope"):60119;function O(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case f:case p:case o:case s:case c:case m:return e;default:switch(e=e&&e.$$typeof){case l:case d:case v:case y:case u:return e;default:return t}}case a:return t}}}function C(e){return O(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=l,t.ContextProvider=u,t.Element=i,t.ForwardRef=d,t.Fragment=o,t.Lazy=v,t.Memo=y,t.Portal=a,t.Profiler=s,t.StrictMode=c,t.Suspense=m,t.isAsyncMode=function(e){return C(e)||O(e)===f},t.isConcurrentMode=C,t.isContextConsumer=function(e){return O(e)===l},t.isContextProvider=function(e){return O(e)===u},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return O(e)===d},t.isFragment=function(e){return O(e)===o},t.isLazy=function(e){return O(e)===v},t.isMemo=function(e){return O(e)===y},t.isPortal=function(e){return O(e)===a},t.isProfiler=function(e){return O(e)===s},t.isStrictMode=function(e){return O(e)===c},t.isSuspense=function(e){return O(e)===m},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===p||e===s||e===c||e===m||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===y||e.$$typeof===u||e.$$typeof===l||e.$$typeof===d||e.$$typeof===g||e.$$typeof===S||e.$$typeof===E||e.$$typeof===b)},t.typeOf=O},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=f(a),c=f(n(34)),s=f(n(222)),u=f(n(223)),l=n(231);function f(e){return e&&e.__esModule?e:{default:e}}var p=function(){return!0},d=function(e){function t(e){var n=e.alwaysRenderSuggestions;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var r=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return m.call(r),r.state={isFocused:!1,isCollapsed:!n,highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null},r.justPressedUpDown=!1,r.justMouseEntered=!1,r.pressedSuggestion=null,r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){document.addEventListener("mousedown",this.onDocumentMouseDown),document.addEventListener("mouseup",this.onDocumentMouseUp),this.input=this.autowhatever.input,this.suggestionsContainer=this.autowhatever.itemsContainer}},{key:"componentWillReceiveProps",value:function(e){(0,s.default)(e.suggestions,this.props.suggestions)?e.highlightFirstSuggestion&&e.suggestions.length>0&&!1===this.justPressedUpDown&&!1===this.justMouseEntered&&this.highlightFirstSuggestion():this.willRenderSuggestions(e)?this.state.isCollapsed&&!this.justSelectedSuggestion&&this.revealSuggestions():this.resetHighlightedSuggestion()}},{key:"componentDidUpdate",value:function(e,t){var n=this.props,r=n.suggestions,i=n.onSuggestionHighlighted,a=n.highlightFirstSuggestion;if(!(0,s.default)(r,e.suggestions)&&r.length>0&&a)this.highlightFirstSuggestion();else if(i){var o=this.getHighlightedSuggestion();o!=t.highlightedSuggestion&&i({suggestion:o})}}},{key:"componentWillUnmount",value:function(){document.removeEventListener("mousedown",this.onDocumentMouseDown),document.removeEventListener("mouseup",this.onDocumentMouseUp)}},{key:"updateHighlightedSuggestion",value:function(e,t,n){var r=this;this.setState((function(i){var a=i.valueBeforeUpDown;return null===t?a=null:null===a&&void 0!==n&&(a=n),{highlightedSectionIndex:e,highlightedSuggestionIndex:t,highlightedSuggestion:null===t?null:r.getSuggestion(e,t),valueBeforeUpDown:a}}))}},{key:"resetHighlightedSuggestion",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.setState((function(t){var n=t.valueBeforeUpDown;return{highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:e?null:n}}))}},{key:"revealSuggestions",value:function(){this.setState({isCollapsed:!1})}},{key:"closeSuggestions",value:function(){this.setState({highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null,isCollapsed:!0})}},{key:"getSuggestion",value:function(e,t){var n=this.props,r=n.suggestions,i=n.multiSection,a=n.getSectionSuggestions;return i?a(r[e])[t]:r[t]}},{key:"getHighlightedSuggestion",value:function(){var e=this.state,t=e.highlightedSectionIndex,n=e.highlightedSuggestionIndex;return null===n?null:this.getSuggestion(t,n)}},{key:"getSuggestionValueByIndex",value:function(e,t){return(0,this.props.getSuggestionValue)(this.getSuggestion(e,t))}},{key:"getSuggestionIndices",value:function(e){var t=e.getAttribute("data-section-index"),n=e.getAttribute("data-suggestion-index");return{sectionIndex:"string"==typeof t?parseInt(t,10):null,suggestionIndex:parseInt(n,10)}}},{key:"findSuggestionElement",value:function(e){var t=e;do{if(null!==t.getAttribute("data-suggestion-index"))return t;t=t.parentNode}while(null!==t);throw console.error("Clicked element:",e),new Error("Couldn't find suggestion element")}},{key:"maybeCallOnChange",value:function(e,t,n){var r=this.props.inputProps,i=r.value,a=r.onChange;t!==i&&a(e,{newValue:t,method:n})}},{key:"willRenderSuggestions",value:function(e){var t=e.suggestions,n=e.inputProps,r=e.shouldRenderSuggestions,i=n.value;return t.length>0&&r(i)}},{key:"getQuery",value:function(){var e=this.props.inputProps.value,t=this.state.valueBeforeUpDown;return(null===t?e:t).trim()}},{key:"render",value:function(){var e=this,t=this.props,n=t.suggestions,i=t.renderInputComponent,a=t.onSuggestionsFetchRequested,c=t.renderSuggestion,s=t.inputProps,f=t.multiSection,d=t.renderSectionTitle,m=t.id,h=t.getSectionSuggestions,y=t.theme,v=t.getSuggestionValue,b=t.alwaysRenderSuggestions,g=t.highlightFirstSuggestion,S=this.state,E=S.isFocused,O=S.isCollapsed,C=S.highlightedSectionIndex,w=S.highlightedSuggestionIndex,A=S.valueBeforeUpDown,j=b?p:this.props.shouldRenderSuggestions,T=s.value,k=s.onFocus,I=s.onKeyDown,L=this.willRenderSuggestions(this.props),_=b||E&&!O&&L,P=_?n:[],x=r({},s,{onFocus:function(t){if(!e.justSelectedSuggestion&&!e.justClickedOnSuggestionsContainer){var n=j(T);e.setState({isFocused:!0,isCollapsed:!n}),k&&k(t),n&&a({value:T,reason:"input-focused"})}},onBlur:function(t){e.justClickedOnSuggestionsContainer?e.input.focus():(e.blurEvent=t,e.justSelectedSuggestion||(e.onBlur(),e.onSuggestionsClearRequested()))},onChange:function(t){var n=t.target.value,i=j(n);e.maybeCallOnChange(t,n,"type"),e.suggestionsContainer&&(e.suggestionsContainer.scrollTop=0),e.setState(r({},g?{}:{highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null},{valueBeforeUpDown:null,isCollapsed:!i})),i?a({value:n,reason:"input-changed"}):e.onSuggestionsClearRequested()},onKeyDown:function(t,r){var i=t.keyCode;switch(i){case 40:case 38:if(O)j(T)&&(a({value:T,reason:"suggestions-revealed"}),e.revealSuggestions());else if(n.length>0){var o=r.newHighlightedSectionIndex,c=r.newHighlightedItemIndex,s=void 0;s=null===c?null===A?T:A:e.getSuggestionValueByIndex(o,c),e.updateHighlightedSuggestion(o,c,T),e.maybeCallOnChange(t,s,40===i?"down":"up")}t.preventDefault(),e.justPressedUpDown=!0,setTimeout((function(){e.justPressedUpDown=!1}));break;case 13:if(229===t.keyCode)break;var u=e.getHighlightedSuggestion();if(_&&!b&&e.closeSuggestions(),null!=u){var l=v(u);e.maybeCallOnChange(t,l,"enter"),e.onSuggestionSelected(t,{suggestion:u,suggestionValue:l,suggestionIndex:w,sectionIndex:C,method:"enter"}),e.justSelectedSuggestion=!0,setTimeout((function(){e.justSelectedSuggestion=!1}))}break;case 27:_&&t.preventDefault();var f=_&&!b;if(null===A){if(!f){e.maybeCallOnChange(t,"","escape"),j("")?a({value:"",reason:"escape-pressed"}):e.onSuggestionsClearRequested()}}else e.maybeCallOnChange(t,A,"escape");f?(e.onSuggestionsClearRequested(),e.closeSuggestions()):e.resetHighlightedSuggestion()}I&&I(t)}}),N={query:this.getQuery()};return o.default.createElement(u.default,{multiSection:f,items:P,renderInputComponent:i,renderItemsContainer:this.renderSuggestionsContainer,renderItem:c,renderItemData:N,renderSectionTitle:d,getSectionItems:h,highlightedSectionIndex:C,highlightedItemIndex:w,inputProps:x,itemProps:this.itemProps,theme:(0,l.mapToAutowhateverTheme)(y),id:m,ref:this.storeAutowhateverRef})}}]),t}(a.Component);d.propTypes={suggestions:c.default.array.isRequired,onSuggestionsFetchRequested:function(e,t){var n=e[t];if("function"!=typeof n)throw new Error("'onSuggestionsFetchRequested' must be implemented. See: https://github.com/moroshko/react-autosuggest#onSuggestionsFetchRequestedProp")},onSuggestionsClearRequested:function(e,t){var n=e[t];if(!1===e.alwaysRenderSuggestions&&"function"!=typeof n)throw new Error("'onSuggestionsClearRequested' must be implemented. See: https://github.com/moroshko/react-autosuggest#onSuggestionsClearRequestedProp")},onSuggestionSelected:c.default.func,onSuggestionHighlighted:c.default.func,renderInputComponent:c.default.func,renderSuggestionsContainer:c.default.func,getSuggestionValue:c.default.func.isRequired,renderSuggestion:c.default.func.isRequired,inputProps:function(e,t){var n=e[t];if(!n.hasOwnProperty("value"))throw new Error("'inputProps' must have 'value'.");if(!n.hasOwnProperty("onChange"))throw new Error("'inputProps' must have 'onChange'.")},shouldRenderSuggestions:c.default.func,alwaysRenderSuggestions:c.default.bool,multiSection:c.default.bool,renderSectionTitle:function(e,t){var n=e[t];if(!0===e.multiSection&&"function"!=typeof n)throw new Error("'renderSectionTitle' must be implemented. See: https://github.com/moroshko/react-autosuggest#renderSectionTitleProp")},getSectionSuggestions:function(e,t){var n=e[t];if(!0===e.multiSection&&"function"!=typeof n)throw new Error("'getSectionSuggestions' must be implemented. See: https://github.com/moroshko/react-autosuggest#getSectionSuggestionsProp")},focusInputOnSuggestionClick:c.default.bool,highlightFirstSuggestion:c.default.bool,theme:c.default.object,id:c.default.string},d.defaultProps={renderSuggestionsContainer:function(e){var t=e.containerProps,n=e.children;return o.default.createElement("div",t,n)},shouldRenderSuggestions:function(e){return e.trim().length>0},alwaysRenderSuggestions:!1,multiSection:!1,focusInputOnSuggestionClick:!0,highlightFirstSuggestion:!1,theme:l.defaultTheme,id:"1"};var m=function(){var e=this;this.onDocumentMouseDown=function(t){e.justClickedOnSuggestionsContainer=!1;for(var n=t.detail&&t.detail.target||t.target;null!==n&&n!==document;){if(null!==n.getAttribute("data-suggestion-index"))return;if(n===e.suggestionsContainer)return void(e.justClickedOnSuggestionsContainer=!0);n=n.parentNode}},this.storeAutowhateverRef=function(t){null!==t&&(e.autowhatever=t)},this.onSuggestionMouseEnter=function(t,n){var r=n.sectionIndex,i=n.itemIndex;e.updateHighlightedSuggestion(r,i),t.target===e.pressedSuggestion&&(e.justSelectedSuggestion=!0),e.justMouseEntered=!0,setTimeout((function(){e.justMouseEntered=!1}))},this.highlightFirstSuggestion=function(){e.updateHighlightedSuggestion(e.props.multiSection?0:null,0)},this.onDocumentMouseUp=function(){e.pressedSuggestion&&!e.justSelectedSuggestion&&e.input.focus(),e.pressedSuggestion=null},this.onSuggestionMouseDown=function(t){e.justSelectedSuggestion||(e.justSelectedSuggestion=!0,e.pressedSuggestion=t.target)},this.onSuggestionsClearRequested=function(){var t=e.props.onSuggestionsClearRequested;t&&t()},this.onSuggestionSelected=function(t,n){var r=e.props,i=r.alwaysRenderSuggestions,a=r.onSuggestionSelected,o=r.onSuggestionsFetchRequested;a&&a(t,n),i?o({value:n.suggestionValue,reason:"suggestion-selected"}):e.onSuggestionsClearRequested(),e.resetHighlightedSuggestion()},this.onSuggestionClick=function(t){var n=e.props,r=n.alwaysRenderSuggestions,i=n.focusInputOnSuggestionClick,a=e.getSuggestionIndices(e.findSuggestionElement(t.target)),o=a.sectionIndex,c=a.suggestionIndex,s=e.getSuggestion(o,c),u=e.props.getSuggestionValue(s);e.maybeCallOnChange(t,u,"click"),e.onSuggestionSelected(t,{suggestion:s,suggestionValue:u,suggestionIndex:c,sectionIndex:o,method:"click"}),r||e.closeSuggestions(),!0===i?e.input.focus():e.onBlur(),setTimeout((function(){e.justSelectedSuggestion=!1}))},this.onBlur=function(){var t=e.props,n=t.inputProps,r=t.shouldRenderSuggestions,i=n.value,a=n.onBlur,o=e.getHighlightedSuggestion(),c=r(i);e.setState({isFocused:!1,highlightedSectionIndex:null,highlightedSuggestionIndex:null,highlightedSuggestion:null,valueBeforeUpDown:null,isCollapsed:!c}),a&&a(e.blurEvent,{highlightedSuggestion:o})},this.onSuggestionMouseLeave=function(t){e.resetHighlightedSuggestion(!1),e.justSelectedSuggestion&&t.target===e.pressedSuggestion&&(e.justSelectedSuggestion=!1)},this.onSuggestionTouchStart=function(){e.justSelectedSuggestion=!0},this.onSuggestionTouchMove=function(){e.justSelectedSuggestion=!1,e.pressedSuggestion=null,e.input.focus()},this.itemProps=function(t){return{"data-section-index":t.sectionIndex,"data-suggestion-index":t.itemIndex,onMouseEnter:e.onSuggestionMouseEnter,onMouseLeave:e.onSuggestionMouseLeave,onMouseDown:e.onSuggestionMouseDown,onTouchStart:e.onSuggestionTouchStart,onTouchMove:e.onSuggestionTouchMove,onClick:e.onSuggestionClick}},this.renderSuggestionsContainer=function(t){var n=t.containerProps,r=t.children;return(0,e.props.renderSuggestionsContainer)({containerProps:n,children:r,query:e.getQuery()})}};t.default=d},function(e,t,n){"use strict";var r=n(221);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";e.exports=function(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=e.length;if(t.length!==n)return!1;for(var r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}},function(e,t,n){"use strict";e.exports=n(224).default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},a=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(0),c=d(o),s=d(n(34)),u=d(n(225)),l=d(n(226)),f=d(n(228)),p=d(n(229));function d(e){return e&&e.__esModule?e:{default:e}}var m={},h=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.storeInputReference=function(e){null!==e&&(n.input=e)},n.storeItemsContainerReference=function(e){null!==e&&(n.itemsContainer=e)},n.onHighlightedItemChange=function(e){n.highlightedItem=e},n.getItemId=function(e,t){return null===t?null:"react-autowhatever-"+n.props.id+"-"+(null===e?"":"section-"+e)+"-item-"+t},n.onFocus=function(e){var t=n.props.inputProps;n.setState({isInputFocused:!0}),t.onFocus&&t.onFocus(e)},n.onBlur=function(e){var t=n.props.inputProps;n.setState({isInputFocused:!1}),t.onBlur&&t.onBlur(e)},n.onKeyDown=function(e){var t=n.props,r=t.inputProps,a=t.highlightedSectionIndex,o=t.highlightedItemIndex;switch(e.key){case"ArrowDown":case"ArrowUp":var c="ArrowDown"===e.key?"next":"prev",s=n.sectionIterator[c]([a,o]),u=i(s,2),l=u[0],f=u[1];r.onKeyDown(e,{newHighlightedSectionIndex:l,newHighlightedItemIndex:f});break;default:r.onKeyDown(e,{highlightedSectionIndex:a,highlightedItemIndex:o})}},n.highlightedItem=null,n.state={isInputFocused:!1},n.setSectionsItems(e),n.setSectionIterator(e),n.setTheme(e),n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),a(t,[{key:"componentDidMount",value:function(){this.ensureHighlightedItemIsVisible()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){e.items!==this.props.items&&this.setSectionsItems(e),e.items===this.props.items&&e.multiSection===this.props.multiSection||this.setSectionIterator(e),e.theme!==this.props.theme&&this.setTheme(e)}},{key:"componentDidUpdate",value:function(){this.ensureHighlightedItemIsVisible()}},{key:"setSectionsItems",value:function(e){e.multiSection&&(this.sectionsItems=e.items.map((function(t){return e.getSectionItems(t)})),this.sectionsLengths=this.sectionsItems.map((function(e){return e.length})),this.allSectionsAreEmpty=this.sectionsLengths.every((function(e){return 0===e})))}},{key:"setSectionIterator",value:function(e){this.sectionIterator=(0,u.default)({multiSection:e.multiSection,data:e.multiSection?this.sectionsLengths:e.items.length})}},{key:"setTheme",value:function(e){this.theme=(0,l.default)(e.theme)}},{key:"renderSections",value:function(){var e=this;if(this.allSectionsAreEmpty)return null;var t=this.theme,n=this.props,r=n.id,i=n.items,a=n.renderItem,o=n.renderItemData,s=n.renderSectionTitle,u=n.highlightedSectionIndex,l=n.highlightedItemIndex,d=n.itemProps;return i.map((function(n,i){var m="react-autowhatever-"+r+"-",h=m+"section-"+i+"-",y=0===i;return c.default.createElement("div",t(h+"container","sectionContainer",y&&"sectionContainerFirst"),c.default.createElement(f.default,{section:n,renderSectionTitle:s,theme:t,sectionKeyPrefix:h}),c.default.createElement(p.default,{items:e.sectionsItems[i],itemProps:d,renderItem:a,renderItemData:o,sectionIndex:i,highlightedItemIndex:u===i?l:null,onHighlightedItemChange:e.onHighlightedItemChange,getItemId:e.getItemId,theme:t,keyPrefix:m,ref:e.storeItemsListReference}))}))}},{key:"renderItems",value:function(){var e=this.props.items;if(0===e.length)return null;var t=this.theme,n=this.props,r=n.id,i=n.renderItem,a=n.renderItemData,o=n.highlightedSectionIndex,s=n.highlightedItemIndex,u=n.itemProps;return c.default.createElement(p.default,{items:e,itemProps:u,renderItem:i,renderItemData:a,highlightedItemIndex:null===o?s:null,onHighlightedItemChange:this.onHighlightedItemChange,getItemId:this.getItemId,theme:t,keyPrefix:"react-autowhatever-"+r+"-"})}},{key:"ensureHighlightedItemIsVisible",value:function(){var e=this.highlightedItem;if(e){var t=this.itemsContainer,n=e.offsetParent===t?e.offsetTop:e.offsetTop-t.offsetTop,r=t.scrollTop;n<r?r=n:n+e.offsetHeight>r+t.offsetHeight&&(r=n+e.offsetHeight-t.offsetHeight),r!==t.scrollTop&&(t.scrollTop=r)}}},{key:"render",value:function(){var e=this.theme,t=this.props,n=t.id,i=t.multiSection,a=t.renderInputComponent,o=t.renderItemsContainer,s=t.highlightedSectionIndex,u=t.highlightedItemIndex,l=this.state.isInputFocused,f=i?this.renderSections():this.renderItems(),p=null!==f,d=this.getItemId(s,u),m="react-autowhatever-"+n,h=r({role:"combobox","aria-haspopup":"listbox","aria-owns":m,"aria-expanded":p},e("react-autowhatever-"+n+"-container","container",p&&"containerOpen"),this.props.containerProps),y=a(r({type:"text",value:"",autoComplete:"off","aria-autocomplete":"list","aria-controls":m,"aria-activedescendant":d},e("react-autowhatever-"+n+"-input","input",p&&"inputOpen",l&&"inputFocused"),this.props.inputProps,{onFocus:this.onFocus,onBlur:this.onBlur,onKeyDown:this.props.inputProps.onKeyDown&&this.onKeyDown,ref:this.storeInputReference})),v=o({containerProps:r({id:m,role:"listbox"},e("react-autowhatever-"+n+"-items-container","itemsContainer",p&&"itemsContainerOpen"),{ref:this.storeItemsContainerReference}),children:f});return c.default.createElement("div",h,y,v)}}]),t}(o.Component);h.propTypes={id:s.default.string,multiSection:s.default.bool,renderInputComponent:s.default.func,renderItemsContainer:s.default.func,items:s.default.array.isRequired,renderItem:s.default.func,renderItemData:s.default.object,renderSectionTitle:s.default.func,getSectionItems:s.default.func,containerProps:s.default.object,inputProps:s.default.object,itemProps:s.default.oneOfType([s.default.object,s.default.func]),highlightedSectionIndex:s.default.number,highlightedItemIndex:s.default.number,theme:s.default.oneOfType([s.default.object,s.default.array])},h.defaultProps={id:"1",multiSection:!1,renderInputComponent:function(e){return c.default.createElement("input",e)},renderItemsContainer:function(e){var t=e.containerProps,n=e.children;return c.default.createElement("div",t,n)},renderItem:function(){throw new Error("`renderItem` must be provided")},renderItemData:m,renderSectionTitle:function(){throw new Error("`renderSectionTitle` must be provided")},getSectionItems:function(){throw new Error("`getSectionItems` must be provided")},containerProps:m,inputProps:m,itemProps:m,highlightedSectionIndex:null,highlightedItemIndex:null,theme:{container:"react-autowhatever__container",containerOpen:"react-autowhatever__container--open",input:"react-autowhatever__input",inputOpen:"react-autowhatever__input--open",inputFocused:"react-autowhatever__input--focused",itemsContainer:"react-autowhatever__items-container",itemsContainerOpen:"react-autowhatever__items-container--open",itemsList:"react-autowhatever__items-list",item:"react-autowhatever__item",itemFirst:"react-autowhatever__item--first",itemHighlighted:"react-autowhatever__item--highlighted",sectionContainer:"react-autowhatever__section-container",sectionContainerFirst:"react-autowhatever__section-container--first",sectionTitle:"react-autowhatever__section-title"}},t.default=h},function(e,t,n){"use strict";var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};e.exports=function(e){var t=e.data,n=e.multiSection;function i(e){var i=r(e,2),a=i[0],o=i[1];return n?null===o||o===t[a]-1?null===(a=function(e){for(null===e?e=0:e++;e<t.length&&0===t[e];)e++;return e===t.length?null:e}(a))?[null,null]:[a,0]:[a,o+1]:0===t||o===t-1?[null,null]:null===o?[null,0]:[null,o+1]}return{next:i,prev:function(e){var i=r(e,2),a=i[0],o=i[1];return n?null===o||0===o?null===(a=function(e){for(null===e?e=t.length-1:e--;e>=0&&0===t[e];)e--;return-1===e?null:e}(a))?[null,null]:[a,t[a]-1]:[a,o-1]:0===t||0===o?[null,null]:null===o?[null,t-1]:[null,o-1]},isLast:function(e){return null===i(e)[1]}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var a,o=n(227),c=(a=o)&&a.__esModule?a:{default:a},s=function(e){return e};t.default=function(e){var t=Array.isArray(e)&&2===e.length?e:[e,null],n=r(t,2),a=n[0],o=n[1];return function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var u=n.map((function(e){return a[e]})).filter(s);return"string"==typeof u[0]||"function"==typeof o?{key:e,className:o?o.apply(void 0,i(u)):u.join(" ")}:{key:e,style:c.default.apply(void 0,[{}].concat(i(u)))}}},e.exports=t.default},function(e,t,n){"use strict";var r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function a(e){var t=Object.getOwnPropertyNames(e);return Object.getOwnPropertySymbols&&(t=t.concat(Object.getOwnPropertySymbols(e))),t.filter((function(t){return r.call(e,t)}))}e.exports=Object.assign||function(e,t){for(var n,r,o=i(e),c=1;c<arguments.length;c++){n=arguments[c],r=a(Object(n));for(var s=0;s<r.length;s++)o[r[s]]=n[r[s]]}return o}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(0),a=s(i),o=s(n(34)),c=s(n(58));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var f=function(e){function t(){return u(this,t),l(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"shouldComponentUpdate",value:function(e){return(0,c.default)(e,this.props)}},{key:"render",value:function(){var e=this.props,t=e.section,n=e.renderSectionTitle,r=e.theme,i=e.sectionKeyPrefix,o=n(t);return o?a.default.createElement("div",r(i+"title","sectionTitle"),o):null}}]),t}(i.Component);f.propTypes={section:o.default.any.isRequired,renderSectionTitle:o.default.func.isRequired,theme:o.default.func.isRequired,sectionKeyPrefix:o.default.string.isRequired},t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=l(a),c=l(n(34)),s=l(n(230)),u=l(n(58));function l(e){return e&&e.__esModule?e:{default:e}}function f(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function p(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var d=function(e){function t(){var e,n,r;f(this,t);for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];return n=r=p(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.storeHighlightedItemReference=function(e){r.props.onHighlightedItemChange(null===e?null:e.item)},p(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return(0,u.default)(e,this.props,["itemProps"])}},{key:"render",value:function(){var e=this,t=this.props,n=t.items,i=t.itemProps,a=t.renderItem,c=t.renderItemData,u=t.sectionIndex,l=t.highlightedItemIndex,f=t.getItemId,p=t.theme,d=t.keyPrefix,m=null===u?d:d+"section-"+u+"-",h="function"==typeof i;return o.default.createElement("ul",r({role:"listbox"},p(m+"items-list","itemsList")),n.map((function(t,n){var d=0===n,y=n===l,v=m+"item-"+n,b=h?i({sectionIndex:u,itemIndex:n}):i,g=r({id:f(u,n),"aria-selected":y},p(v,"item",d&&"itemFirst",y&&"itemHighlighted"),b);return y&&(g.ref=e.storeHighlightedItemReference),o.default.createElement(s.default,r({},g,{sectionIndex:u,isHighlighted:y,itemIndex:n,item:t,renderItem:a,renderItemData:c}))})))}}]),t}(a.Component);d.propTypes={items:c.default.array.isRequired,itemProps:c.default.oneOfType([c.default.object,c.default.func]),renderItem:c.default.func.isRequired,renderItemData:c.default.object.isRequired,sectionIndex:c.default.number,highlightedItemIndex:c.default.number,onHighlightedItemChange:c.default.func.isRequired,getItemId:c.default.func.isRequired,theme:c.default.func.isRequired,keyPrefix:c.default.string.isRequired},d.defaultProps={sectionIndex:null},t.default=d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(0),o=u(a),c=u(n(34)),s=u(n(58));function u(e){return e&&e.__esModule?e:{default:e}}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var p=function(e){function t(){var e,n,r;l(this,t);for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];return n=r=f(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(a))),r.storeItemReference=function(e){null!==e&&(r.item=e)},r.onMouseEnter=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseEnter(e,{sectionIndex:n,itemIndex:i})},r.onMouseLeave=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseLeave(e,{sectionIndex:n,itemIndex:i})},r.onMouseDown=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onMouseDown(e,{sectionIndex:n,itemIndex:i})},r.onClick=function(e){var t=r.props,n=t.sectionIndex,i=t.itemIndex;r.props.onClick(e,{sectionIndex:n,itemIndex:i})},f(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"shouldComponentUpdate",value:function(e){return(0,s.default)(e,this.props,["renderItemData"])}},{key:"render",value:function(){var e=this.props,t=e.isHighlighted,n=e.item,i=e.renderItem,a=e.renderItemData,c=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["isHighlighted","item","renderItem","renderItemData"]);return delete c.sectionIndex,delete c.itemIndex,"function"==typeof c.onMouseEnter&&(c.onMouseEnter=this.onMouseEnter),"function"==typeof c.onMouseLeave&&(c.onMouseLeave=this.onMouseLeave),"function"==typeof c.onMouseDown&&(c.onMouseDown=this.onMouseDown),"function"==typeof c.onClick&&(c.onClick=this.onClick),o.default.createElement("li",r({role:"option"},c,{ref:this.storeItemReference}),i(n,r({isHighlighted:t},a)))}}]),t}(a.Component);p.propTypes={sectionIndex:c.default.number,isHighlighted:c.default.bool.isRequired,itemIndex:c.default.number.isRequired,item:c.default.any.isRequired,renderItem:c.default.func.isRequired,renderItemData:c.default.object.isRequired,onMouseEnter:c.default.func,onMouseLeave:c.default.func,onMouseDown:c.default.func,onClick:c.default.func},t.default=p},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.defaultTheme={container:"react-autosuggest__container",containerOpen:"react-autosuggest__container--open",input:"react-autosuggest__input",inputOpen:"react-autosuggest__input--open",inputFocused:"react-autosuggest__input--focused",suggestionsContainer:"react-autosuggest__suggestions-container",suggestionsContainerOpen:"react-autosuggest__suggestions-container--open",suggestionsList:"react-autosuggest__suggestions-list",suggestion:"react-autosuggest__suggestion",suggestionFirst:"react-autosuggest__suggestion--first",suggestionHighlighted:"react-autosuggest__suggestion--highlighted",sectionContainer:"react-autosuggest__section-container",sectionContainerFirst:"react-autosuggest__section-container--first",sectionTitle:"react-autosuggest__section-title"},t.mapToAutowhateverTheme=function(e){var t={};for(var n in e)switch(n){case"suggestionsContainer":t.itemsContainer=e[n];break;case"suggestionsContainerOpen":t.itemsContainerOpen=e[n];break;case"suggestion":t.item=e[n];break;case"suggestionFirst":t.itemFirst=e[n];break;case"suggestionHighlighted":t.itemHighlighted=e[n];break;case"suggestionsList":t.itemsList=e[n];break;default:t[n]=e[n]}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(233),o=v(a),c=v(n(173)),s=n(0),u=v(n(34)),l=v(n(241)),f=v(n(242)),p=v(n(243)),d=v(n(244)),m=v(n(245)),h=n(246),y=n(247);function v(e){return e&&e.__esModule?e:{default:e}}function b(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function g(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var S=function(e){function t(e){var n;b(this,t);for(var r=arguments.length,i=Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];var o=g(this,(n=t.__proto__||Object.getPrototypeOf(t)).call.apply(n,[this,e].concat(i)));return o.getScrollLeft=o.getScrollLeft.bind(o),o.getScrollTop=o.getScrollTop.bind(o),o.getScrollWidth=o.getScrollWidth.bind(o),o.getScrollHeight=o.getScrollHeight.bind(o),o.getClientWidth=o.getClientWidth.bind(o),o.getClientHeight=o.getClientHeight.bind(o),o.getValues=o.getValues.bind(o),o.getThumbHorizontalWidth=o.getThumbHorizontalWidth.bind(o),o.getThumbVerticalHeight=o.getThumbVerticalHeight.bind(o),o.getScrollLeftForOffset=o.getScrollLeftForOffset.bind(o),o.getScrollTopForOffset=o.getScrollTopForOffset.bind(o),o.scrollLeft=o.scrollLeft.bind(o),o.scrollTop=o.scrollTop.bind(o),o.scrollToLeft=o.scrollToLeft.bind(o),o.scrollToTop=o.scrollToTop.bind(o),o.scrollToRight=o.scrollToRight.bind(o),o.scrollToBottom=o.scrollToBottom.bind(o),o.handleTrackMouseEnter=o.handleTrackMouseEnter.bind(o),o.handleTrackMouseLeave=o.handleTrackMouseLeave.bind(o),o.handleHorizontalTrackMouseDown=o.handleHorizontalTrackMouseDown.bind(o),o.handleVerticalTrackMouseDown=o.handleVerticalTrackMouseDown.bind(o),o.handleHorizontalThumbMouseDown=o.handleHorizontalThumbMouseDown.bind(o),o.handleVerticalThumbMouseDown=o.handleVerticalThumbMouseDown.bind(o),o.handleWindowResize=o.handleWindowResize.bind(o),o.handleScroll=o.handleScroll.bind(o),o.handleDrag=o.handleDrag.bind(o),o.handleDragEnd=o.handleDragEnd.bind(o),o.state={didMountUniversal:!1},o}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){this.addListeners(),this.update(),this.componentDidMountUniversal()}},{key:"componentDidMountUniversal",value:function(){this.props.universal&&this.setState({didMountUniversal:!0})}},{key:"componentDidUpdate",value:function(){this.update()}},{key:"componentWillUnmount",value:function(){this.removeListeners(),(0,a.cancel)(this.requestFrame),clearTimeout(this.hideTracksTimeout),clearInterval(this.detectScrollingInterval)}},{key:"getScrollLeft",value:function(){return this.view?this.view.scrollLeft:0}},{key:"getScrollTop",value:function(){return this.view?this.view.scrollTop:0}},{key:"getScrollWidth",value:function(){return this.view?this.view.scrollWidth:0}},{key:"getScrollHeight",value:function(){return this.view?this.view.scrollHeight:0}},{key:"getClientWidth",value:function(){return this.view?this.view.clientWidth:0}},{key:"getClientHeight",value:function(){return this.view?this.view.clientHeight:0}},{key:"getValues",value:function(){var e=this.view||{},t=e.scrollLeft,n=void 0===t?0:t,r=e.scrollTop,i=void 0===r?0:r,a=e.scrollWidth,o=void 0===a?0:a,c=e.scrollHeight,s=void 0===c?0:c,u=e.clientWidth,l=void 0===u?0:u,f=e.clientHeight,p=void 0===f?0:f;return{left:n/(o-l)||0,top:i/(s-p)||0,scrollLeft:n,scrollTop:i,scrollWidth:o,scrollHeight:s,clientWidth:l,clientHeight:p}}},{key:"getThumbHorizontalWidth",value:function(){var e=this.props,t=e.thumbSize,n=e.thumbMinSize,r=this.view,i=r.scrollWidth,a=r.clientWidth,o=(0,d.default)(this.trackHorizontal),c=Math.ceil(a/i*o);return o===c?0:t||Math.max(c,n)}},{key:"getThumbVerticalHeight",value:function(){var e=this.props,t=e.thumbSize,n=e.thumbMinSize,r=this.view,i=r.scrollHeight,a=r.clientHeight,o=(0,m.default)(this.trackVertical),c=Math.ceil(a/i*o);return o===c?0:t||Math.max(c,n)}},{key:"getScrollLeftForOffset",value:function(e){var t=this.view,n=t.scrollWidth,r=t.clientWidth;return e/((0,d.default)(this.trackHorizontal)-this.getThumbHorizontalWidth())*(n-r)}},{key:"getScrollTopForOffset",value:function(e){var t=this.view,n=t.scrollHeight,r=t.clientHeight;return e/((0,m.default)(this.trackVertical)-this.getThumbVerticalHeight())*(n-r)}},{key:"scrollLeft",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.view&&(this.view.scrollLeft=e)}},{key:"scrollTop",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;this.view&&(this.view.scrollTop=e)}},{key:"scrollToLeft",value:function(){this.view&&(this.view.scrollLeft=0)}},{key:"scrollToTop",value:function(){this.view&&(this.view.scrollTop=0)}},{key:"scrollToRight",value:function(){this.view&&(this.view.scrollLeft=this.view.scrollWidth)}},{key:"scrollToBottom",value:function(){this.view&&(this.view.scrollTop=this.view.scrollHeight)}},{key:"addListeners",value:function(){if("undefined"!=typeof document&&this.view){var e=this.view,t=this.trackHorizontal,n=this.trackVertical,r=this.thumbHorizontal,i=this.thumbVertical;e.addEventListener("scroll",this.handleScroll),(0,f.default)()&&(t.addEventListener("mouseenter",this.handleTrackMouseEnter),t.addEventListener("mouseleave",this.handleTrackMouseLeave),t.addEventListener("mousedown",this.handleHorizontalTrackMouseDown),n.addEventListener("mouseenter",this.handleTrackMouseEnter),n.addEventListener("mouseleave",this.handleTrackMouseLeave),n.addEventListener("mousedown",this.handleVerticalTrackMouseDown),r.addEventListener("mousedown",this.handleHorizontalThumbMouseDown),i.addEventListener("mousedown",this.handleVerticalThumbMouseDown),window.addEventListener("resize",this.handleWindowResize))}}},{key:"removeListeners",value:function(){if("undefined"!=typeof document&&this.view){var e=this.view,t=this.trackHorizontal,n=this.trackVertical,r=this.thumbHorizontal,i=this.thumbVertical;e.removeEventListener("scroll",this.handleScroll),(0,f.default)()&&(t.removeEventListener("mouseenter",this.handleTrackMouseEnter),t.removeEventListener("mouseleave",this.handleTrackMouseLeave),t.removeEventListener("mousedown",this.handleHorizontalTrackMouseDown),n.removeEventListener("mouseenter",this.handleTrackMouseEnter),n.removeEventListener("mouseleave",this.handleTrackMouseLeave),n.removeEventListener("mousedown",this.handleVerticalTrackMouseDown),r.removeEventListener("mousedown",this.handleHorizontalThumbMouseDown),i.removeEventListener("mousedown",this.handleVerticalThumbMouseDown),window.removeEventListener("resize",this.handleWindowResize),this.teardownDragging())}}},{key:"handleScroll",value:function(e){var t=this,n=this.props,r=n.onScroll,i=n.onScrollFrame;r&&r(e),this.update((function(e){var n=e.scrollLeft,r=e.scrollTop;t.viewScrollLeft=n,t.viewScrollTop=r,i&&i(e)})),this.detectScrolling()}},{key:"handleScrollStart",value:function(){var e=this.props.onScrollStart;e&&e(),this.handleScrollStartAutoHide()}},{key:"handleScrollStartAutoHide",value:function(){this.props.autoHide&&this.showTracks()}},{key:"handleScrollStop",value:function(){var e=this.props.onScrollStop;e&&e(),this.handleScrollStopAutoHide()}},{key:"handleScrollStopAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"handleWindowResize",value:function(){this.update()}},{key:"handleHorizontalTrackMouseDown",value:function(e){e.preventDefault();var t=e.target,n=e.clientX,r=t.getBoundingClientRect().left,i=this.getThumbHorizontalWidth(),a=Math.abs(r-n)-i/2;this.view.scrollLeft=this.getScrollLeftForOffset(a)}},{key:"handleVerticalTrackMouseDown",value:function(e){e.preventDefault();var t=e.target,n=e.clientY,r=t.getBoundingClientRect().top,i=this.getThumbVerticalHeight(),a=Math.abs(r-n)-i/2;this.view.scrollTop=this.getScrollTopForOffset(a)}},{key:"handleHorizontalThumbMouseDown",value:function(e){e.preventDefault(),this.handleDragStart(e);var t=e.target,n=e.clientX,r=t.offsetWidth,i=t.getBoundingClientRect().left;this.prevPageX=r-(n-i)}},{key:"handleVerticalThumbMouseDown",value:function(e){e.preventDefault(),this.handleDragStart(e);var t=e.target,n=e.clientY,r=t.offsetHeight,i=t.getBoundingClientRect().top;this.prevPageY=r-(n-i)}},{key:"setupDragging",value:function(){(0,c.default)(document.body,h.disableSelectStyle),document.addEventListener("mousemove",this.handleDrag),document.addEventListener("mouseup",this.handleDragEnd),document.onselectstart=p.default}},{key:"teardownDragging",value:function(){(0,c.default)(document.body,h.disableSelectStyleReset),document.removeEventListener("mousemove",this.handleDrag),document.removeEventListener("mouseup",this.handleDragEnd),document.onselectstart=void 0}},{key:"handleDragStart",value:function(e){this.dragging=!0,e.stopImmediatePropagation(),this.setupDragging()}},{key:"handleDrag",value:function(e){if(this.prevPageX){var t=e.clientX,n=-this.trackHorizontal.getBoundingClientRect().left+t-(this.getThumbHorizontalWidth()-this.prevPageX);this.view.scrollLeft=this.getScrollLeftForOffset(n)}if(this.prevPageY){var r=e.clientY,i=-this.trackVertical.getBoundingClientRect().top+r-(this.getThumbVerticalHeight()-this.prevPageY);this.view.scrollTop=this.getScrollTopForOffset(i)}return!1}},{key:"handleDragEnd",value:function(){this.dragging=!1,this.prevPageX=this.prevPageY=0,this.teardownDragging(),this.handleDragEndAutoHide()}},{key:"handleDragEndAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"handleTrackMouseEnter",value:function(){this.trackMouseOver=!0,this.handleTrackMouseEnterAutoHide()}},{key:"handleTrackMouseEnterAutoHide",value:function(){this.props.autoHide&&this.showTracks()}},{key:"handleTrackMouseLeave",value:function(){this.trackMouseOver=!1,this.handleTrackMouseLeaveAutoHide()}},{key:"handleTrackMouseLeaveAutoHide",value:function(){this.props.autoHide&&this.hideTracks()}},{key:"showTracks",value:function(){clearTimeout(this.hideTracksTimeout),(0,c.default)(this.trackHorizontal,{opacity:1}),(0,c.default)(this.trackVertical,{opacity:1})}},{key:"hideTracks",value:function(){var e=this;if(!this.dragging&&!this.scrolling&&!this.trackMouseOver){var t=this.props.autoHideTimeout;clearTimeout(this.hideTracksTimeout),this.hideTracksTimeout=setTimeout((function(){(0,c.default)(e.trackHorizontal,{opacity:0}),(0,c.default)(e.trackVertical,{opacity:0})}),t)}}},{key:"detectScrolling",value:function(){var e=this;this.scrolling||(this.scrolling=!0,this.handleScrollStart(),this.detectScrollingInterval=setInterval((function(){e.lastViewScrollLeft===e.viewScrollLeft&&e.lastViewScrollTop===e.viewScrollTop&&(clearInterval(e.detectScrollingInterval),e.scrolling=!1,e.handleScrollStop()),e.lastViewScrollLeft=e.viewScrollLeft,e.lastViewScrollTop=e.viewScrollTop}),100))}},{key:"raf",value:function(e){var t=this;this.requestFrame&&o.default.cancel(this.requestFrame),this.requestFrame=(0,o.default)((function(){t.requestFrame=void 0,e()}))}},{key:"update",value:function(e){var t=this;this.raf((function(){return t._update(e)}))}},{key:"_update",value:function(e){var t=this.props,n=t.onUpdate,r=t.hideTracksWhenNotNeeded,i=this.getValues();if((0,f.default)()){var a=i.scrollLeft,o=i.clientWidth,s=i.scrollWidth,u=(0,d.default)(this.trackHorizontal),l=this.getThumbHorizontalWidth(),p={width:l,transform:"translateX("+a/(s-o)*(u-l)+"px)"},h=i.scrollTop,y=i.clientHeight,v=i.scrollHeight,b=(0,m.default)(this.trackVertical),g=this.getThumbVerticalHeight(),S={height:g,transform:"translateY("+h/(v-y)*(b-g)+"px)"};if(r){var E={visibility:s>o?"visible":"hidden"},O={visibility:v>y?"visible":"hidden"};(0,c.default)(this.trackHorizontal,E),(0,c.default)(this.trackVertical,O)}(0,c.default)(this.thumbHorizontal,p),(0,c.default)(this.thumbVertical,S)}n&&n(i),"function"==typeof e&&e(i)}},{key:"render",value:function(){var e=this,t=(0,f.default)(),n=this.props,i=(n.onScroll,n.onScrollFrame,n.onScrollStart,n.onScrollStop,n.onUpdate,n.renderView),a=n.renderTrackHorizontal,o=n.renderTrackVertical,c=n.renderThumbHorizontal,u=n.renderThumbVertical,p=n.tagName,d=(n.hideTracksWhenNotNeeded,n.autoHide),m=(n.autoHideTimeout,n.autoHideDuration),y=(n.thumbSize,n.thumbMinSize,n.universal),v=n.autoHeight,b=n.autoHeightMin,g=n.autoHeightMax,S=n.style,E=n.children,O=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(n,["onScroll","onScrollFrame","onScrollStart","onScrollStop","onUpdate","renderView","renderTrackHorizontal","renderTrackVertical","renderThumbHorizontal","renderThumbVertical","tagName","hideTracksWhenNotNeeded","autoHide","autoHideTimeout","autoHideDuration","thumbSize","thumbMinSize","universal","autoHeight","autoHeightMin","autoHeightMax","style","children"]),C=this.state.didMountUniversal,w=r({},h.containerStyleDefault,v&&r({},h.containerStyleAutoHeight,{minHeight:b,maxHeight:g}),S),A=r({},h.viewStyleDefault,{marginRight:t?-t:0,marginBottom:t?-t:0},v&&r({},h.viewStyleAutoHeight,{minHeight:(0,l.default)(b)?"calc("+b+" + "+t+"px)":b+t,maxHeight:(0,l.default)(g)?"calc("+g+" + "+t+"px)":g+t}),v&&y&&!C&&{minHeight:b,maxHeight:g},y&&!C&&h.viewStyleUniversalInitial),j={transition:"opacity "+m+"ms",opacity:0},T=r({},h.trackHorizontalStyleDefault,d&&j,(!t||y&&!C)&&{display:"none"}),k=r({},h.trackVerticalStyleDefault,d&&j,(!t||y&&!C)&&{display:"none"});return(0,s.createElement)(p,r({},O,{style:w,ref:function(t){e.container=t}}),[(0,s.cloneElement)(i({style:A}),{key:"view",ref:function(t){e.view=t}},E),(0,s.cloneElement)(a({style:T}),{key:"trackHorizontal",ref:function(t){e.trackHorizontal=t}},(0,s.cloneElement)(c({style:h.thumbHorizontalStyleDefault}),{ref:function(t){e.thumbHorizontal=t}})),(0,s.cloneElement)(o({style:k}),{key:"trackVertical",ref:function(t){e.trackVertical=t}},(0,s.cloneElement)(u({style:h.thumbVerticalStyleDefault}),{ref:function(t){e.thumbVertical=t}}))])}}]),t}(s.Component);t.default=S,S.propTypes={onScroll:u.default.func,onScrollFrame:u.default.func,onScrollStart:u.default.func,onScrollStop:u.default.func,onUpdate:u.default.func,renderView:u.default.func,renderTrackHorizontal:u.default.func,renderTrackVertical:u.default.func,renderThumbHorizontal:u.default.func,renderThumbVertical:u.default.func,tagName:u.default.string,thumbSize:u.default.number,thumbMinSize:u.default.number,hideTracksWhenNotNeeded:u.default.bool,autoHide:u.default.bool,autoHideTimeout:u.default.number,autoHideDuration:u.default.number,autoHeight:u.default.bool,autoHeightMin:u.default.oneOfType([u.default.number,u.default.string]),autoHeightMax:u.default.oneOfType([u.default.number,u.default.string]),universal:u.default.bool,style:u.default.object,children:u.default.node},S.defaultProps={renderView:y.renderViewDefault,renderTrackHorizontal:y.renderTrackHorizontalDefault,renderTrackVertical:y.renderTrackVerticalDefault,renderThumbHorizontal:y.renderThumbHorizontalDefault,renderThumbVertical:y.renderThumbVerticalDefault,tagName:"div",thumbMinSize:30,hideTracksWhenNotNeeded:!1,autoHide:!1,autoHideTimeout:1e3,autoHideDuration:200,autoHeight:!1,autoHeightMin:0,autoHeightMax:200,universal:!1}},function(e,t,n){(function(t){for(var r=n(234),i="undefined"==typeof window?t:window,a=["moz","webkit"],o="AnimationFrame",c=i["request"+o],s=i["cancel"+o]||i["cancelRequest"+o],u=0;!c&&u<a.length;u++)c=i[a[u]+"Request"+o],s=i[a[u]+"Cancel"+o]||i[a[u]+"CancelRequest"+o];if(!c||!s){var l=0,f=0,p=[];c=function(e){if(0===p.length){var t=r(),n=Math.max(0,1e3/60-(t-l));l=n+t,setTimeout((function(){var e=p.slice(0);p.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(l)}catch(e){setTimeout((function(){throw e}),0)}}),Math.round(n))}return p.push({handle:++f,callback:e,cancelled:!1}),f},s=function(e){for(var t=0;t<p.length;t++)p[t].handle===e&&(p[t].cancelled=!0)}}e.exports=function(e){return c.call(i,e)},e.exports.cancel=function(){s.apply(i,arguments)},e.exports.polyfill=function(e){e||(e=i),e.requestAnimationFrame=c,e.cancelAnimationFrame=s}}).call(this,n(84))},function(e,t,n){(function(t){(function(){var n,r,i,a,o,c;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:null!=t&&t.hrtime?(e.exports=function(){return(n()-o)/1e6},r=t.hrtime,a=(n=function(){var e;return 1e9*(e=r())[0]+e[1]})(),c=1e9*t.uptime(),o=a-c):Date.now?(e.exports=function(){return Date.now()-i},i=Date.now()):(e.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)}).call(this,n(235))},function(e,t){var n,r,i=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function c(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var s,u=[],l=!1,f=-1;function p(){l&&s&&(l=!1,s.length?u=s.concat(u):f=-1,u.length&&d())}function d(){if(!l){var e=c(p);l=!0;for(var t=u.length;t;){for(s=u,u=[];++f<t;)s&&s[f].run();f=-1,t=u.length}s=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function h(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new m(e,t)),1!==u.length||l||c(d)},m.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=h,i.addListener=h,i.once=h,i.off=h,i.removeListener=h,i.removeAllListeners=h,i.emit=h,i.prependListener=h,i.prependOnceListener=h,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t){var n=null,r=["Webkit","Moz","O","ms"];e.exports=function(e){n||(n=document.createElement("div"));var t=n.style;if(e in t)return e;for(var i=e.charAt(0).toUpperCase()+e.slice(1),a=r.length;a>=0;a--){var o=r[a]+i;if(o in t)return o}return!1}},function(e,t,n){var r=n(238);e.exports=function(e){return r(e).replace(/\s(\w)/g,(function(e,t){return t.toUpperCase()}))}},function(e,t,n){var r=n(239);e.exports=function(e){return r(e).replace(/[\W_]+(.|$)/g,(function(e,t){return t?" "+t:""})).trim()}},function(e,t){e.exports=function(e){return n.test(e)?e.toLowerCase():r.test(e)?(function(e){return e.replace(a,(function(e,t){return t?" "+t:""}))}(e)||e).toLowerCase():i.test(e)?function(e){return e.replace(o,(function(e,t,n){return t+" "+n.toLowerCase().split("").join(" ")}))}(e).toLowerCase():e.toLowerCase()};var n=/\s/,r=/(_|-|\.|:)/,i=/([a-z][A-Z]|[A-Z][a-z])/;var a=/[\W_]+(.|$)/g;var o=/(.)([A-Z]+)/g},function(e,t){var n={animationIterationCount:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridColumn:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,stopOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};e.exports=function(e,t){return"number"!=typeof t||n[e]?t:t+"px"}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"string"==typeof e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){if(!1!==o)return o;if("undefined"!=typeof document){var e=document.createElement("div");(0,a.default)(e,{width:100,height:100,position:"absolute",top:-9999,overflow:"scroll",MsOverflowStyle:"scrollbar"}),document.body.appendChild(e),o=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}else o=0;return o||0};var r,i=n(173),a=(r=i)&&r.__esModule?r:{default:r};var o=!1},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return!1}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.clientWidth,n=getComputedStyle(e),r=n.paddingLeft,i=n.paddingRight;return t-parseFloat(r)-parseFloat(i)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=e.clientHeight,n=getComputedStyle(e),r=n.paddingTop,i=n.paddingBottom;return t-parseFloat(r)-parseFloat(i)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.containerStyleDefault={position:"relative",overflow:"hidden",width:"100%",height:"100%"},t.containerStyleAutoHeight={height:"auto"},t.viewStyleDefault={position:"absolute",top:0,left:0,right:0,bottom:0,overflow:"scroll",WebkitOverflowScrolling:"touch"},t.viewStyleAutoHeight={position:"relative",top:void 0,left:void 0,right:void 0,bottom:void 0},t.viewStyleUniversalInitial={overflow:"hidden",marginRight:0,marginBottom:0},t.trackHorizontalStyleDefault={position:"absolute",height:6},t.trackVerticalStyleDefault={position:"absolute",width:6},t.thumbHorizontalStyleDefault={position:"relative",display:"block",height:"100%"},t.thumbVerticalStyleDefault={position:"relative",display:"block",width:"100%"},t.disableSelectStyle={userSelect:"none"},t.disableSelectStyleReset={userSelect:""}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.renderViewDefault=function(e){return o.default.createElement("div",e)},t.renderTrackHorizontalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{right:2,bottom:2,left:2,borderRadius:3});return o.default.createElement("div",r({style:i},n))},t.renderTrackVerticalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{right:2,bottom:2,top:2,borderRadius:3});return o.default.createElement("div",r({style:i},n))},t.renderThumbHorizontalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return o.default.createElement("div",r({style:i},n))},t.renderThumbVerticalDefault=function(e){var t=e.style,n=c(e,["style"]),i=r({},t,{cursor:"pointer",borderRadius:"inherit",backgroundColor:"rgba(0,0,0,.2)"});return o.default.createElement("div",r({style:i},n))};var i,a=n(0),o=(i=a)&&i.__esModule?i:{default:i};function c(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}},function(e,t,n){"use strict";t.__esModule=!0;var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(249));var i=r.tokenize,a=r.options.Options;function o(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function c(e){return e.replace(/"/g,""")}function s(e){if(!e)return"";var t=[];for(var n in e){var r=e[n]+"";t.push(n+'="'+c(r)+'"')}return t.join(" ")}function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t=new a(t);for(var n=i(e),r=[],u=0;u<n.length;u++){var l=n[u];if("nl"===l.type&&t.nl2br)r.push("<br>\n");else if(l.isLink&&t.check(l)){var f=t.resolve(l),p=f.formatted,d=f.formattedHref,m=f.tagName,h=f.className,y=f.target,v=f.attributes,b="<"+m+' href="'+c(d)+'"';h&&(b+=' class="'+c(h)+'"'),y&&(b+=' target="'+c(y)+'"'),v&&(b+=" "+s(v)),b+=">"+o(p)+"</"+m+">",r.push(b)}else r.push(o(l.toString()))}return r.join("")}if(!String.prototype.linkify)try{Object.defineProperty(String.prototype,"linkify",{set:function(){},get:function(){return function(e){return u(this,e)}}})}catch(e){String.prototype.linkify||(String.prototype.linkify=function(e){return u(this,e)})}t.default=u},function(e,t,n){"use strict";t.__esModule=!0,t.tokenize=t.test=t.scanner=t.parser=t.options=t.inherits=t.find=void 0;var r=n(43),i=c(n(250)),a=c(n(251)),o=c(n(252));function c(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}Array.isArray||(Array.isArray=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var s=function(e){return o.run(a.run(e))};t.find=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=s(e),r=[],i=0;i<n.length;i++){var a=n[i];!a.isLink||t&&a.type!==t||r.push(a.toObject())}return r},t.inherits=r.inherits,t.options=i,t.parser=o,t.scanner=a,t.test=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=s(e);return 1===n.length&&n[0].isLink&&(!t||n[0].type===t)},t.tokenize=s},function(e,t,n){"use strict";t.__esModule=!0;var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i={defaultProtocol:"http",events:null,format:o,formatHref:o,nl2br:!1,tagName:"a",target:function(e,t){return"url"===t?"_blank":null},validate:!0,ignoreTags:[],attributes:null,className:"linkified"};function a(e){e=e||{},this.defaultProtocol=e.hasOwnProperty("defaultProtocol")?e.defaultProtocol:i.defaultProtocol,this.events=e.hasOwnProperty("events")?e.events:i.events,this.format=e.hasOwnProperty("format")?e.format:i.format,this.formatHref=e.hasOwnProperty("formatHref")?e.formatHref:i.formatHref,this.nl2br=e.hasOwnProperty("nl2br")?e.nl2br:i.nl2br,this.tagName=e.hasOwnProperty("tagName")?e.tagName:i.tagName,this.target=e.hasOwnProperty("target")?e.target:i.target,this.validate=e.hasOwnProperty("validate")?e.validate:i.validate,this.ignoreTags=[],this.attributes=e.attributes||e.linkAttributes||i.attributes,this.className=e.hasOwnProperty("className")?e.className:e.linkClass||i.className;for(var t=e.hasOwnProperty("ignoreTags")?e.ignoreTags:i.ignoreTags,n=0;n<t.length;n++)this.ignoreTags.push(t[n].toUpperCase())}function o(e){return e}t.defaults=i,t.Options=a,t.contains=function(e,t){for(var n=0;n<e.length;n++)if(e[n]===t)return!0;return!1},a.prototype={resolve:function(e){var t=e.toHref(this.defaultProtocol);return{formatted:this.get("format",e.toString(),e),formattedHref:this.get("formatHref",t,e),tagName:this.get("tagName",t,e),className:this.get("className",t,e),target:this.get("target",t,e),events:this.getObject("events",t,e),attributes:this.getObject("attributes",t,e)}},check:function(e){return this.get("validate",e.toString(),e)},get:function(e,t,n){var a=void 0,o=this[e];if(!o)return o;switch(void 0===o?"undefined":r(o)){case"function":return o(t,n.type);case"object":return"function"==typeof(a=o.hasOwnProperty(n.type)?o[n.type]:i[e])?a(t,n.type):a}return o},getObject:function(e,t,n){var r=this[e];return"function"==typeof r?r(t,n.type):r}}},function(e,t,n){"use strict";t.__esModule=!0,t.start=t.run=t.TOKENS=t.State=void 0;var r=n(189),i=n(59),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(i);var o="aaa|aarp|abarth|abb|abbott|abbvie|abc|able|abogado|abudhabi|ac|academy|accenture|accountant|accountants|aco|active|actor|ad|adac|ads|adult|ae|aeg|aero|aetna|af|afamilycompany|afl|africa|ag|agakhan|agency|ai|aig|aigo|airbus|airforce|airtel|akdn|al|alfaromeo|alibaba|alipay|allfinanz|allstate|ally|alsace|alstom|am|americanexpress|americanfamily|amex|amfam|amica|amsterdam|analytics|android|anquan|anz|ao|aol|apartments|app|apple|aq|aquarelle|ar|arab|aramco|archi|army|arpa|art|arte|as|asda|asia|associates|at|athleta|attorney|au|auction|audi|audible|audio|auspost|author|auto|autos|avianca|aw|aws|ax|axa|az|azure|ba|baby|baidu|banamex|bananarepublic|band|bank|bar|barcelona|barclaycard|barclays|barefoot|bargains|baseball|basketball|bauhaus|bayern|bb|bbc|bbt|bbva|bcg|bcn|bd|be|beats|beauty|beer|bentley|berlin|best|bestbuy|bet|bf|bg|bh|bharti|bi|bible|bid|bike|bing|bingo|bio|biz|bj|black|blackfriday|blanco|blockbuster|blog|bloomberg|blue|bm|bms|bmw|bn|bnl|bnpparibas|bo|boats|boehringer|bofa|bom|bond|boo|book|booking|boots|bosch|bostik|boston|bot|boutique|box|br|bradesco|bridgestone|broadway|broker|brother|brussels|bs|bt|budapest|bugatti|build|builders|business|buy|buzz|bv|bw|by|bz|bzh|ca|cab|cafe|cal|call|calvinklein|cam|camera|camp|cancerresearch|canon|capetown|capital|capitalone|car|caravan|cards|care|career|careers|cars|cartier|casa|case|caseih|cash|casino|cat|catering|catholic|cba|cbn|cbre|cbs|cc|cd|ceb|center|ceo|cern|cf|cfa|cfd|cg|ch|chanel|channel|chase|chat|cheap|chintai|chloe|christmas|chrome|chrysler|church|ci|cipriani|circle|cisco|citadel|citi|citic|city|cityeats|ck|cl|claims|cleaning|click|clinic|clinique|clothing|cloud|club|clubmed|cm|cn|co|coach|codes|coffee|college|cologne|com|comcast|commbank|community|company|compare|computer|comsec|condos|construction|consulting|contact|contractors|cooking|cookingchannel|cool|coop|corsica|country|coupon|coupons|courses|cr|credit|creditcard|creditunion|cricket|crown|crs|cruise|cruises|csc|cu|cuisinella|cv|cw|cx|cy|cymru|cyou|cz|dabur|dad|dance|data|date|dating|datsun|day|dclk|dds|de|deal|dealer|deals|degree|delivery|dell|deloitte|delta|democrat|dental|dentist|desi|design|dev|dhl|diamonds|diet|digital|direct|directory|discount|discover|dish|diy|dj|dk|dm|dnp|do|docs|doctor|dodge|dog|doha|domains|dot|download|drive|dtv|dubai|duck|dunlop|duns|dupont|durban|dvag|dvr|dz|earth|eat|ec|eco|edeka|edu|education|ee|eg|email|emerck|energy|engineer|engineering|enterprises|epost|epson|equipment|er|ericsson|erni|es|esq|estate|esurance|et|etisalat|eu|eurovision|eus|events|everbank|exchange|expert|exposed|express|extraspace|fage|fail|fairwinds|faith|family|fan|fans|farm|farmers|fashion|fast|fedex|feedback|ferrari|ferrero|fi|fiat|fidelity|fido|film|final|finance|financial|fire|firestone|firmdale|fish|fishing|fit|fitness|fj|fk|flickr|flights|flir|florist|flowers|fly|fm|fo|foo|food|foodnetwork|football|ford|forex|forsale|forum|foundation|fox|fr|free|fresenius|frl|frogans|frontdoor|frontier|ftr|fujitsu|fujixerox|fun|fund|furniture|futbol|fyi|ga|gal|gallery|gallo|gallup|game|games|gap|garden|gb|gbiz|gd|gdn|ge|gea|gent|genting|george|gf|gg|ggee|gh|gi|gift|gifts|gives|giving|gl|glade|glass|gle|global|globo|gm|gmail|gmbh|gmo|gmx|gn|godaddy|gold|goldpoint|golf|goo|goodhands|goodyear|goog|google|gop|got|gov|gp|gq|gr|grainger|graphics|gratis|green|gripe|grocery|group|gs|gt|gu|guardian|gucci|guge|guide|guitars|guru|gw|gy|hair|hamburg|hangout|haus|hbo|hdfc|hdfcbank|health|healthcare|help|helsinki|here|hermes|hgtv|hiphop|hisamitsu|hitachi|hiv|hk|hkt|hm|hn|hockey|holdings|holiday|homedepot|homegoods|homes|homesense|honda|honeywell|horse|hospital|host|hosting|hot|hoteles|hotels|hotmail|house|how|hr|hsbc|ht|htc|hu|hughes|hyatt|hyundai|ibm|icbc|ice|icu|id|ie|ieee|ifm|ikano|il|im|imamat|imdb|immo|immobilien|in|industries|infiniti|info|ing|ink|institute|insurance|insure|int|intel|international|intuit|investments|io|ipiranga|iq|ir|irish|is|iselect|ismaili|ist|istanbul|it|itau|itv|iveco|iwc|jaguar|java|jcb|jcp|je|jeep|jetzt|jewelry|jio|jlc|jll|jm|jmp|jnj|jo|jobs|joburg|jot|joy|jp|jpmorgan|jprs|juegos|juniper|kaufen|kddi|ke|kerryhotels|kerrylogistics|kerryproperties|kfh|kg|kh|ki|kia|kim|kinder|kindle|kitchen|kiwi|km|kn|koeln|komatsu|kosher|kp|kpmg|kpn|kr|krd|kred|kuokgroup|kw|ky|kyoto|kz|la|lacaixa|ladbrokes|lamborghini|lamer|lancaster|lancia|lancome|land|landrover|lanxess|lasalle|lat|latino|latrobe|law|lawyer|lb|lc|lds|lease|leclerc|lefrak|legal|lego|lexus|lgbt|li|liaison|lidl|life|lifeinsurance|lifestyle|lighting|like|lilly|limited|limo|lincoln|linde|link|lipsy|live|living|lixil|lk|loan|loans|locker|locus|loft|lol|london|lotte|lotto|love|lpl|lplfinancial|lr|ls|lt|ltd|ltda|lu|lundbeck|lupin|luxe|luxury|lv|ly|ma|macys|madrid|maif|maison|makeup|man|management|mango|map|market|marketing|markets|marriott|marshalls|maserati|mattel|mba|mc|mckinsey|md|me|med|media|meet|melbourne|meme|memorial|men|menu|meo|merckmsd|metlife|mg|mh|miami|microsoft|mil|mini|mint|mit|mitsubishi|mk|ml|mlb|mls|mm|mma|mn|mo|mobi|mobile|mobily|moda|moe|moi|mom|monash|money|monster|mopar|mormon|mortgage|moscow|moto|motorcycles|mov|movie|movistar|mp|mq|mr|ms|msd|mt|mtn|mtr|mu|museum|mutual|mv|mw|mx|my|mz|na|nab|nadex|nagoya|name|nationwide|natura|navy|nba|nc|ne|nec|net|netbank|netflix|network|neustar|new|newholland|news|next|nextdirect|nexus|nf|nfl|ng|ngo|nhk|ni|nico|nike|nikon|ninja|nissan|nissay|nl|no|nokia|northwesternmutual|norton|now|nowruz|nowtv|np|nr|nra|nrw|ntt|nu|nyc|nz|obi|observer|off|office|okinawa|olayan|olayangroup|oldnavy|ollo|om|omega|one|ong|onl|online|onyourside|ooo|open|oracle|orange|org|organic|origins|osaka|otsuka|ott|ovh|pa|page|panasonic|panerai|paris|pars|partners|parts|party|passagens|pay|pccw|pe|pet|pf|pfizer|pg|ph|pharmacy|phd|philips|phone|photo|photography|photos|physio|piaget|pics|pictet|pictures|pid|pin|ping|pink|pioneer|pizza|pk|pl|place|play|playstation|plumbing|plus|pm|pn|pnc|pohl|poker|politie|porn|post|pr|pramerica|praxi|press|prime|pro|prod|productions|prof|progressive|promo|properties|property|protection|pru|prudential|ps|pt|pub|pw|pwc|py|qa|qpon|quebec|quest|qvc|racing|radio|raid|re|read|realestate|realtor|realty|recipes|red|redstone|redumbrella|rehab|reise|reisen|reit|reliance|ren|rent|rentals|repair|report|republican|rest|restaurant|review|reviews|rexroth|rich|richardli|ricoh|rightathome|ril|rio|rip|rmit|ro|rocher|rocks|rodeo|rogers|room|rs|rsvp|ru|rugby|ruhr|run|rw|rwe|ryukyu|sa|saarland|safe|safety|sakura|sale|salon|samsclub|samsung|sandvik|sandvikcoromant|sanofi|sap|sapo|sarl|sas|save|saxo|sb|sbi|sbs|sc|sca|scb|schaeffler|schmidt|scholarships|school|schule|schwarz|science|scjohnson|scor|scot|sd|se|search|seat|secure|security|seek|select|sener|services|ses|seven|sew|sex|sexy|sfr|sg|sh|shangrila|sharp|shaw|shell|shia|shiksha|shoes|shop|shopping|shouji|show|showtime|shriram|si|silk|sina|singles|site|sj|sk|ski|skin|sky|skype|sl|sling|sm|smart|smile|sn|sncf|so|soccer|social|softbank|software|sohu|solar|solutions|song|sony|soy|space|spiegel|spot|spreadbetting|sr|srl|srt|st|stada|staples|star|starhub|statebank|statefarm|statoil|stc|stcgroup|stockholm|storage|store|stream|studio|study|style|su|sucks|supplies|supply|support|surf|surgery|suzuki|sv|swatch|swiftcover|swiss|sx|sy|sydney|symantec|systems|sz|tab|taipei|talk|taobao|target|tatamotors|tatar|tattoo|tax|taxi|tc|tci|td|tdk|team|tech|technology|tel|telecity|telefonica|temasek|tennis|teva|tf|tg|th|thd|theater|theatre|tiaa|tickets|tienda|tiffany|tips|tires|tirol|tj|tjmaxx|tjx|tk|tkmaxx|tl|tm|tmall|tn|to|today|tokyo|tools|top|toray|toshiba|total|tours|town|toyota|toys|tr|trade|trading|training|travel|travelchannel|travelers|travelersinsurance|trust|trv|tt|tube|tui|tunes|tushu|tv|tvs|tw|tz|ua|ubank|ubs|uconnect|ug|uk|unicom|university|uno|uol|ups|us|uy|uz|va|vacations|vana|vanguard|vc|ve|vegas|ventures|verisign|versicherung|vet|vg|vi|viajes|video|vig|viking|villas|vin|vip|virgin|visa|vision|vista|vistaprint|viva|vivo|vlaanderen|vn|vodka|volkswagen|volvo|vote|voting|voto|voyage|vu|vuelos|wales|walmart|walter|wang|wanggou|warman|watch|watches|weather|weatherchannel|webcam|weber|website|wed|wedding|weibo|weir|wf|whoswho|wien|wiki|williamhill|win|windows|wine|winners|wme|wolterskluwer|woodside|work|works|world|wow|ws|wtc|wtf|xbox|xerox|xfinity|xihuan|xin|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--3bst00m|xn--3ds443g|xn--3e0b707e|xn--3hcrj9c|xn--3oq18vl8pn36a|xn--3pxu8k|xn--42c2d9a|xn--45br5cyl|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--54b7fta0cc|xn--55qw42g|xn--55qx5d|xn--5su34j936bgsg|xn--5tzm5g|xn--6frz82g|xn--6qq986b3xl|xn--80adxhks|xn--80ao21a|xn--80aqecdr1a|xn--80asehdb|xn--80aswg|xn--8y0a063a|xn--90a3ac|xn--90ae|xn--90ais|xn--9dbq2a|xn--9et52u|xn--9krt00a|xn--b4w605ferd|xn--bck1b9a5dre4c|xn--c1avg|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--clchc0ea0b2g2a9gcd|xn--czr694b|xn--czrs0t|xn--czru2d|xn--d1acj3b|xn--d1alf|xn--e1a4c|xn--eckvdtc9d|xn--efvy88h|xn--estv75g|xn--fct429k|xn--fhbei|xn--fiq228c5hs|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--fjq720a|xn--flw351e|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--fzys8d69uvgm|xn--g2xx48c|xn--gckr3f0f|xn--gecrj9c|xn--gk3at1e|xn--h2breg3eve|xn--h2brj9c|xn--h2brj9c8c|xn--hxt814e|xn--i1b6b1a6a2e|xn--imr513n|xn--io0a7i|xn--j1aef|xn--j1amh|xn--j6w193g|xn--jlq61u9w7b|xn--jvr189m|xn--kcrx77d1x4a|xn--kprw13d|xn--kpry57d|xn--kpu716f|xn--kput3i|xn--l1acc|xn--lgbbat1ad8j|xn--mgb9awbf|xn--mgba3a3ejt|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--mgbaakc7dvf|xn--mgbaam7a8h|xn--mgbab2bd|xn--mgbai9azgqp6j|xn--mgbayh7gpa|xn--mgbb9fbpob|xn--mgbbh1a|xn--mgbbh1a71e|xn--mgbc0a9azcg|xn--mgbca7dzdo|xn--mgberp4a5d4ar|xn--mgbgu82a|xn--mgbi4ecexp|xn--mgbpl2fh|xn--mgbt3dhd|xn--mgbtx2b|xn--mgbx4cd0ab|xn--mix891f|xn--mk1bu44c|xn--mxtq1m|xn--ngbc5azd|xn--ngbe9e0a|xn--ngbrx|xn--node|xn--nqv7f|xn--nqv7fs00ema|xn--nyqy26a|xn--o3cw4h|xn--ogbpf8fl|xn--p1acf|xn--p1ai|xn--pbt977c|xn--pgbs0dh|xn--pssy2u|xn--q9jyb4c|xn--qcka1pmc|xn--qxam|xn--rhqv96g|xn--rovu88b|xn--rvc1e0am3e|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--tckwe|xn--tiq49xqyj|xn--unup4y|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--vhquv|xn--vuq861b|xn--w4r85el8fhu5dnra|xn--w4rs40l|xn--wgbh1c|xn--wgbl6a|xn--xhq521b|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--y9a3aq|xn--yfro4i67o|xn--ygbi2ammx|xn--zfr164b|xperia|xxx|xyz|yachts|yahoo|yamaxun|yandex|ye|yodobashi|yoga|yokohama|you|youtube|yt|yun|za|zappos|zara|zero|zip|zippo|zm|zone|zuerich|zw".split("|"),c="0123456789".split(""),s="0123456789abcdefghijklmnopqrstuvwxyz".split(""),u=[" ","\f","\r","\t","\v"," "," ",""],l=[],f=function(e){return new r.CharacterState(e)},p=f(),d=f(i.NUM),m=f(i.DOMAIN),h=f(),y=f(i.WS);p.on("@",f(i.AT)).on(".",f(i.DOT)).on("+",f(i.PLUS)).on("#",f(i.POUND)).on("?",f(i.QUERY)).on("/",f(i.SLASH)).on("_",f(i.UNDERSCORE)).on(":",f(i.COLON)).on("{",f(i.OPENBRACE)).on("[",f(i.OPENBRACKET)).on("<",f(i.OPENANGLEBRACKET)).on("(",f(i.OPENPAREN)).on("}",f(i.CLOSEBRACE)).on("]",f(i.CLOSEBRACKET)).on(">",f(i.CLOSEANGLEBRACKET)).on(")",f(i.CLOSEPAREN)).on("&",f(i.AMPERSAND)).on([",",";","!",'"',"'"],f(i.PUNCTUATION)),p.on("\n",f(i.NL)).on(u,y),y.on(u,y);for(var v=0;v<o.length;v++){var b=(0,r.stateify)(o[v],p,i.TLD,i.DOMAIN);l.push.apply(l,b)}var g=(0,r.stateify)("file",p,i.DOMAIN,i.DOMAIN),S=(0,r.stateify)("ftp",p,i.DOMAIN,i.DOMAIN),E=(0,r.stateify)("http",p,i.DOMAIN,i.DOMAIN),O=(0,r.stateify)("mailto",p,i.DOMAIN,i.DOMAIN);l.push.apply(l,g),l.push.apply(l,S),l.push.apply(l,E),l.push.apply(l,O);var C=g.pop(),w=S.pop(),A=E.pop(),j=O.pop(),T=f(i.DOMAIN),k=f(i.PROTOCOL),I=f(i.MAILTO);w.on("s",T).on(":",k),A.on("s",T).on(":",k),l.push(T),C.on(":",k),T.on(":",k),j.on(":",I);var L=(0,r.stateify)("localhost",p,i.LOCALHOST,i.DOMAIN);l.push.apply(l,L),p.on(c,d),d.on("-",h).on(c,d).on(s,m),m.on("-",h).on(s,m);for(var _=0;_<l.length;_++)l[_].on("-",h).on(s,m);h.on("-",h).on(c,m).on(s,m),p.defaultTransition=f(i.SYM);var P=p;t.State=r.CharacterState,t.TOKENS=a,t.run=function(e){for(var t=e.replace(/[A-Z]/g,(function(e){return e.toLowerCase()})),n=e.length,r=[],i=0;i<n;){for(var a=p,o=null,c=0,s=null,u=-1;i<n&&(o=a.next(t[i]));)(a=o).accepts()?(u=0,s=a):u>=0&&u++,c++,i++;if(!(u<0)){i-=u,c-=u;var l=s.emit();r.push(new l(e.substr(i-c,c)))}}return r},t.start=P},function(e,t,n){"use strict";t.__esModule=!0,t.start=t.run=t.TOKENS=t.State=void 0;var r=n(189),i=n(253),a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(i),o=n(59);var c=function(e){return new r.TokenState(e)},s=c(),u=c(),l=c(),f=c(),p=c(),d=c(),m=c(),h=c(i.URL),y=c(),v=c(i.URL),b=c(i.URL),g=c(),S=c(),E=c(),O=c(),C=c(),w=c(i.URL),A=c(i.URL),j=c(i.URL),T=c(i.URL),k=c(),I=c(),L=c(),_=c(),P=c(),x=c(),N=c(i.EMAIL),D=c(),R=c(i.EMAIL),M=c(i.MAILTOEMAIL),U=c(),F=c(),V=c(),B=c(),H=c(i.NL);s.on(o.NL,H).on(o.PROTOCOL,u).on(o.MAILTO,l).on(o.SLASH,f),u.on(o.SLASH,f),f.on(o.SLASH,p),s.on(o.TLD,d).on(o.DOMAIN,d).on(o.LOCALHOST,h).on(o.NUM,d),p.on(o.TLD,b).on(o.DOMAIN,b).on(o.NUM,b).on(o.LOCALHOST,b),d.on(o.DOT,m),P.on(o.DOT,x),m.on(o.TLD,h).on(o.DOMAIN,d).on(o.NUM,d).on(o.LOCALHOST,d),x.on(o.TLD,N).on(o.DOMAIN,P).on(o.NUM,P).on(o.LOCALHOST,P),h.on(o.DOT,m),N.on(o.DOT,x),h.on(o.COLON,y).on(o.SLASH,b),y.on(o.NUM,v),v.on(o.SLASH,b),N.on(o.COLON,D),D.on(o.NUM,R);var z=[o.DOMAIN,o.AT,o.LOCALHOST,o.NUM,o.PLUS,o.POUND,o.PROTOCOL,o.SLASH,o.TLD,o.UNDERSCORE,o.SYM,o.AMPERSAND],q=[o.COLON,o.DOT,o.QUERY,o.PUNCTUATION,o.CLOSEBRACE,o.CLOSEBRACKET,o.CLOSEANGLEBRACKET,o.CLOSEPAREN,o.OPENBRACE,o.OPENBRACKET,o.OPENANGLEBRACKET,o.OPENPAREN];b.on(o.OPENBRACE,S).on(o.OPENBRACKET,E).on(o.OPENANGLEBRACKET,O).on(o.OPENPAREN,C),g.on(o.OPENBRACE,S).on(o.OPENBRACKET,E).on(o.OPENANGLEBRACKET,O).on(o.OPENPAREN,C),S.on(o.CLOSEBRACE,b),E.on(o.CLOSEBRACKET,b),O.on(o.CLOSEANGLEBRACKET,b),C.on(o.CLOSEPAREN,b),w.on(o.CLOSEBRACE,b),A.on(o.CLOSEBRACKET,b),j.on(o.CLOSEANGLEBRACKET,b),T.on(o.CLOSEPAREN,b),k.on(o.CLOSEBRACE,b),I.on(o.CLOSEBRACKET,b),L.on(o.CLOSEANGLEBRACKET,b),_.on(o.CLOSEPAREN,b),S.on(z,w),E.on(z,A),O.on(z,j),C.on(z,T),S.on(q,k),E.on(q,I),O.on(q,L),C.on(q,_),w.on(z,w),A.on(z,A),j.on(z,j),T.on(z,T),w.on(q,w),A.on(q,A),j.on(q,j),T.on(q,T),k.on(z,w),I.on(z,A),L.on(z,j),_.on(z,T),k.on(q,k),I.on(q,I),L.on(q,L),_.on(q,_),b.on(z,b),g.on(z,b),b.on(q,g),g.on(q,g),l.on(o.TLD,M).on(o.DOMAIN,M).on(o.NUM,M).on(o.LOCALHOST,M),M.on(z,M).on(q,U),U.on(z,M).on(q,U);var J=[o.DOMAIN,o.NUM,o.PLUS,o.POUND,o.QUERY,o.UNDERSCORE,o.SYM,o.AMPERSAND,o.TLD];d.on(J,F).on(o.AT,V),h.on(J,F).on(o.AT,V),m.on(J,F),F.on(J,F).on(o.AT,V).on(o.DOT,B),B.on(J,F),V.on(o.TLD,P).on(o.DOMAIN,P).on(o.LOCALHOST,N);t.State=r.TokenState,t.TOKENS=a,t.run=function(e){for(var t=e.length,n=0,r=[],a=[];n<t;){for(var o=s,c=null,u=null,l=0,f=null,p=-1;n<t&&!(c=o.next(e[n]));)a.push(e[n++]);for(;n<t&&(u=c||o.next(e[n]));)c=null,(o=u).accepts()?(p=0,f=o):p>=0&&p++,n++,l++;if(p<0)for(var d=n-l;d<n;d++)a.push(e[d]);else{a.length>0&&(r.push(new i.TEXT(a)),a=[]),n-=p,l-=p;var m=f.emit();r.push(new m(e.slice(n-l,n)))}}return a.length>0&&r.push(new i.TEXT(a)),r},t.start=s},function(e,t,n){"use strict";t.__esModule=!0,t.URL=t.TEXT=t.NL=t.EMAIL=t.MAILTOEMAIL=t.Base=void 0;var r=n(190),i=n(43),a=n(59);function o(e){return e instanceof a.DOMAIN||e instanceof a.TLD}var c=(0,r.createTokenClass)();c.prototype={type:"token",isLink:!1,toString:function(){for(var e=[],t=0;t<this.v.length;t++)e.push(this.v[t].toString());return e.join("")},toHref:function(){return this.toString()},toObject:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"http";return{type:this.type,value:this.toString(),href:this.toHref(e)}}};var s=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"email",isLink:!0}),u=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"email",isLink:!0,toHref:function(){return"mailto:"+this.toString()}}),l=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"text"}),f=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"nl"}),p=(0,i.inherits)(c,(0,r.createTokenClass)(),{type:"url",isLink:!0,toHref:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"http",t=!1,n=!1,r=this.v,i=[],c=0;r[c]instanceof a.PROTOCOL;)t=!0,i.push(r[c].toString().toLowerCase()),c++;for(;r[c]instanceof a.SLASH;)n=!0,i.push(r[c].toString()),c++;for(;o(r[c]);)i.push(r[c].toString().toLowerCase()),c++;for(;c<r.length;c++)i.push(r[c].toString());return i=i.join(""),t||n||(i=e+"://"+i),i},hasProtocol:function(){return this.v[0]instanceof a.PROTOCOL}});t.Base=c,t.MAILTOEMAIL=s,t.EMAIL=u,t.NL=f,t.TEXT=l,t.URL=p},function(e,t,n){const{defaults:r}=n(40),{block:i}=n(193),{rtrim:a,splitCells:o,escape:c}=n(35);e.exports=class e{constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||r,this.rules=i.normal,this.options.pedantic?this.rules=i.pedantic:this.options.gfm&&(this.rules=i.gfm)}static get rules(){return i}static lex(t,n){return new e(n).lex(t)}lex(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," "),this.token(e,!0)}token(e,t){let n,r,s,u,l,f,p,d,m,h,y,v,b,g,S,E;for(e=e.replace(/^ +$/gm,"");e;)if((s=this.rules.newline.exec(e))&&(e=e.substring(s[0].length),s[0].length>1&&this.tokens.push({type:"space"})),s=this.rules.code.exec(e)){const t=this.tokens[this.tokens.length-1];e=e.substring(s[0].length),t&&"paragraph"===t.type?t.text+="\n"+s[0].trimRight():(s=s[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",codeBlockStyle:"indented",text:this.options.pedantic?s:a(s,"\n")}))}else if(s=this.rules.fences.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"code",lang:s[2]?s[2].trim():s[2],text:s[3]||""});else if(s=this.rules.heading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:s[1].length,text:s[2]});else if((s=this.rules.nptable.exec(e))&&(f={type:"table",header:o(s[1].replace(/^ *| *\| *$/g,"")),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3]?s[3].replace(/\n$/,"").split("\n"):[]},f.header.length===f.align.length)){for(e=e.substring(s[0].length),y=0;y<f.align.length;y++)/^ *-+: *$/.test(f.align[y])?f.align[y]="right":/^ *:-+: *$/.test(f.align[y])?f.align[y]="center":/^ *:-+ *$/.test(f.align[y])?f.align[y]="left":f.align[y]=null;for(y=0;y<f.cells.length;y++)f.cells[y]=o(f.cells[y],f.header.length);this.tokens.push(f)}else if(s=this.rules.hr.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"hr"});else if(s=this.rules.blockquote.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"blockquote_start"}),s=s[0].replace(/^ *> ?/gm,""),this.token(s,t),this.tokens.push({type:"blockquote_end"});else if(s=this.rules.list.exec(e)){for(e=e.substring(s[0].length),u=s[2],g=u.length>1,p={type:"list_start",ordered:g,start:g?+u:"",loose:!1},this.tokens.push(p),s=s[0].match(this.rules.item),d=[],n=!1,b=s.length,y=0;y<b;y++)f=s[y],h=f.length,f=f.replace(/^ *([*+-]|\d+\.) */,""),~f.indexOf("\n ")&&(h-=f.length,f=this.options.pedantic?f.replace(/^ {1,4}/gm,""):f.replace(new RegExp("^ {1,"+h+"}","gm"),"")),y!==b-1&&(l=i.bullet.exec(s[y+1])[0],(u.length>1?1===l.length:l.length>1||this.options.smartLists&&l!==u)&&(e=s.slice(y+1).join("\n")+e,y=b-1)),r=n||/\n\n(?!\s*$)/.test(f),y!==b-1&&(n="\n"===f.charAt(f.length-1),r||(r=n)),r&&(p.loose=!0),S=/^\[[ xX]\] /.test(f),E=void 0,S&&(E=" "!==f[1],f=f.replace(/^\[[ xX]\] +/,"")),m={type:"list_item_start",task:S,checked:E,loose:r},d.push(m),this.tokens.push(m),this.token(f,!1),this.tokens.push({type:"list_item_end"});if(p.loose)for(b=d.length,y=0;y<b;y++)d[y].loose=!0;this.tokens.push({type:"list_end"})}else if(s=this.rules.html.exec(e))e=e.substring(s[0].length),this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:!this.options.sanitizer&&("pre"===s[1]||"script"===s[1]||"style"===s[1]),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(s[0]):c(s[0]):s[0]});else if(t&&(s=this.rules.def.exec(e)))e=e.substring(s[0].length),s[3]&&(s[3]=s[3].substring(1,s[3].length-1)),v=s[1].toLowerCase().replace(/\s+/g," "),this.tokens.links[v]||(this.tokens.links[v]={href:s[2],title:s[3]});else if((s=this.rules.table.exec(e))&&(f={type:"table",header:o(s[1].replace(/^ *| *\| *$/g,"")),align:s[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:s[3]?s[3].replace(/\n$/,"").split("\n"):[]},f.header.length===f.align.length)){for(e=e.substring(s[0].length),y=0;y<f.align.length;y++)/^ *-+: *$/.test(f.align[y])?f.align[y]="right":/^ *:-+: *$/.test(f.align[y])?f.align[y]="center":/^ *:-+ *$/.test(f.align[y])?f.align[y]="left":f.align[y]=null;for(y=0;y<f.cells.length;y++)f.cells[y]=o(f.cells[y].replace(/^ *\| *| *\| *$/g,""),f.header.length);this.tokens.push(f)}else if(s=this.rules.lheading.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"heading",depth:"="===s[2].charAt(0)?1:2,text:s[1]});else if(t&&(s=this.rules.paragraph.exec(e)))e=e.substring(s[0].length),this.tokens.push({type:"paragraph",text:"\n"===s[1].charAt(s[1].length-1)?s[1].slice(0,-1):s[1]});else if(s=this.rules.text.exec(e))e=e.substring(s[0].length),this.tokens.push({type:"text",text:s[0]});else if(e)throw new Error("Infinite loop on byte: "+e.charCodeAt(0));return this.tokens}}},function(e,t,n){const r=n(60),i=n(194),a=n(195),o=n(196),{defaults:c}=n(40),{merge:s,unescape:u}=n(35);e.exports=class e{constructor(e){this.tokens=[],this.token=null,this.options=e||c,this.options.renderer=this.options.renderer||new r,this.renderer=this.options.renderer,this.renderer.options=this.options,this.slugger=new i}static parse(t,n){return new e(n).parse(t)}parse(e){this.inline=new a(e.links,this.options),this.inlineText=new a(e.links,s({},this.options,{renderer:new o})),this.tokens=e.reverse();let t="";for(;this.next();)t+=this.tok();return t}next(){return this.token=this.tokens.pop(),this.token}peek(){return this.tokens[this.tokens.length-1]||0}parseText(){let e=this.token.text;for(;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)}tok(){let e="";switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,u(this.inlineText.output(this.token.text)),this.slugger);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":{let t,n,r,i,a="";for(r="",t=0;t<this.token.header.length;t++)r+=this.renderer.tablecell(this.inline.output(this.token.header[t]),{header:!0,align:this.token.align[t]});for(a+=this.renderer.tablerow(r),t=0;t<this.token.cells.length;t++){for(n=this.token.cells[t],r="",i=0;i<n.length;i++)r+=this.renderer.tablecell(this.inline.output(n[i]),{header:!1,align:this.token.align[i]});e+=this.renderer.tablerow(r)}return this.renderer.table(a,e)}case"blockquote_start":for(e="";"blockquote_end"!==this.next().type;)e+=this.tok();return this.renderer.blockquote(e);case"list_start":{e="";const t=this.token.ordered,n=this.token.start;for(;"list_end"!==this.next().type;)e+=this.tok();return this.renderer.list(e,t,n)}case"list_item_start":{e="";const t=this.token.loose,n=this.token.checked,r=this.token.task;if(this.token.task)if(t)if("text"===this.peek().type){const e=this.peek();e.text=this.renderer.checkbox(n)+" "+e.text}else this.tokens.push({type:"text",text:this.renderer.checkbox(n)});else e+=this.renderer.checkbox(n);for(;"list_item_end"!==this.next().type;)e+=t||"text"!==this.token.type?this.tok():this.parseText();return this.renderer.listitem(e,r,n)}case"html":return this.renderer.html(this.token.text);case"paragraph":return this.renderer.paragraph(this.inline.output(this.token.text));case"text":return this.renderer.paragraph(this.parseText());default:{const e='Token with "'+this.token.type+'" type was not found.';if(!this.options.silent)throw new Error(e);console.log(e)}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CopyToClipboard=void 0;var r=a(n(0)),i=a(n(257));function a(e){return e&&e.__esModule?e:{default:e}}function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function s(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function f(e,t){return!t||"object"!==o(t)&&"function"!=typeof t?d(e):t}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var y=function(e){function t(){var e,n;u(this,t);for(var a=arguments.length,o=new Array(a),c=0;c<a;c++)o[c]=arguments[c];return h(d(n=f(this,(e=p(t)).call.apply(e,[this].concat(o)))),"onClick",(function(e){var t=n.props,a=t.text,o=t.onCopy,c=t.children,s=t.options,u=r.default.Children.only(c),l=(0,i.default)(a,s);o&&o(a,l),u&&u.props&&"function"==typeof u.props.onClick&&u.props.onClick(e)})),n}var n,a,o;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(t,e),n=t,(a=[{key:"render",value:function(){var e=this.props,t=(e.text,e.onCopy,e.options,e.children),n=s(e,["text","onCopy","options","children"]),i=r.default.Children.only(t);return r.default.cloneElement(i,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(n,!0).forEach((function(t){h(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},n,{onClick:this.onClick}))}}])&&l(n.prototype,a),o&&l(n,o),t}(r.default.PureComponent);t.CopyToClipboard=y,h(y,"defaultProps",{onCopy:void 0,options:void 0})},function(e,t,n){"use strict";var r=n(258),i={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,a,o,c,s,u,l=!1;t||(t={}),n=t.debug||!1;try{if(o=r(),c=document.createRange(),s=document.getSelection(),(u=document.createElement("span")).textContent=e,u.style.all="unset",u.style.position="fixed",u.style.top=0,u.style.clip="rect(0, 0, 0, 0)",u.style.whiteSpace="pre",u.style.webkitUserSelect="text",u.style.MozUserSelect="text",u.style.msUserSelect="text",u.style.userSelect="text",u.addEventListener("copy",(function(r){if(r.stopPropagation(),t.format)if(r.preventDefault(),void 0===r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=i[t.format]||i.default;window.clipboardData.setData(a,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e);t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))})),document.body.appendChild(u),c.selectNodeContents(u),s.addRange(c),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(r){n&&console.error("unable to copy using execCommand: ",r),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(r){n&&console.error("unable to copy using clipboardData: ",r),n&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{s&&("function"==typeof s.removeRange?s.removeRange(c):s.removeAllRanges()),u&&document.body.removeChild(u),o()}return l}},function(e,t){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},function(e,t,n){"use strict";n.r(t);var r={UPLOAD_IMAGE:"upload:image"},i={Subjects:Object.assign({SUBJECTS:"subjects",NEW_SUBJECT:"new:subject",EDIT_SUBJECT:"edit:subject",EDIT_SUBJECT_PLAYLISTS:"edit:subject:playlists",EDIT_SUBJECT_SERIES:"edit:subject:series",EDIT_SUBJECT_VIDEOS:"edit:subject:videos",SUBJECT_CLASSIFICATIONS:"subject:classifications",DELETE_SUBJECT:"delete:subject",ADD_SUBJECT_MEMBERS:"add:subject:members",REMOVE_SUBJECT_MEMBER:"remove:subject:member",CLASSIFICATIONS:"classifications",PRESENTATION_CLASSIFICATIONS:"presentation:classifications",NEW_CLASSIFICATION:"new:classification",EDIT_CLASSIFICATION:"edit:classification",EDIT_CLASSIFICATION_PLAYLISTS:"edit:classification:playlists",EDIT_CLASSIFICATION_SERIES:"edit:classification:series",EDIT_CLASSIFICATION_VIDEOS:"edit:classification:videos",DELETE_CLASSIFICATION:"delete:classification",REMOVE_CLASSIFICATION_MEMBER:"remove:classification:member",LEVELS:"levels",NEW_LEVEL:"new:level",EDIT_LEVEL:"edit:level",LEVEL_AUDIENCES:"level:audiences",EDIT_LEVEL_PLAYLISTS:"edit:level:playlists",EDIT_LEVEL_SERIES:"edit:level:series",EDIT_LEVEL_VIDEOS:"edit:level:videos",REMOVE_LEVEL_MEMBER:"remove:level:member",AUDIENCES:"audiences",PRESENTATION_AUDIENCES:"presentation:audiences",NEW_AUDIENCE:"new:audience",EDIT_AUDIENCE:"edit:audience",EDIT_AUDIENCE_PLAYLISTS:"edit:audience:playlists",EDIT_AUDIENCE_SERIES:"edit:audience:series",EDIT_AUDIENCE_VIDEOS:"edit:audience:videos",DELETE_AUDIENCE:"delete:audience",REMOVE_AUDIENCE_MEMBER:"remove:audience:member",PRESENTATIONS:"presentations",NEW_PRESENTATION:"new:presentation",EDIT_PRESENTATION:"edit:presentation"},r),Playlists:Object.assign({PLAYLISTS:"index",SEARCH_PLAYLISTS:"search:playlists",NEW_PLAYLIST:"new:playlist",EDIT_PLAYLIST:"edit:playlist",EDIT_PLAYLIST_VIDEOS:"edit:playlist:videos",EDIT_PLAYLIST_DASHBOARDS:"edit:playlist:dashboards",EDIT_PLAYLIST_SUBJECTS:"edit:playlist:subjects",EDIT_PLAYLIST_AUDIENCES:"edit:playlist:audiences",DELETE_PLAYLIST:"delete:playlist",REMOVE_VIDEO:"remove:video",REMOVE_FROM_SUBJECT:"remove:from:subject",DASHBOARD:"dashboard",DELETE_DASHBOARD_WIDGET:"delete:dashboard:widget"},r),Series:Object.assign({EDIT_SERIES:"edit:series",EDIT_SERIES_VIDEOS:"edit:series:videos",EDIT_SERIES_SUBJECTS:"edit:series:subjects",EDIT_SERIES_AUDIENCES:"edit:series:audiences",LEGACY_EDIT_SERIES:"legacy:edit:series"},r),Videos:Object.assign({EDIT_VIDEO:"edit:video",EDIT_VIDEO_AUDIENCES:"edit:video:audiences",EDIT_VIDEO_SUBJECTS:"edit:video:subjects",EDIT_VIDEO_ALIASES:"edit:video:aliases",LEGACY_EDIT_VIDEO:"legacy:edit:video"},r),DomainOptions:{DOMAIN_OPTIONS:"domain:options",NEW_DOMAIN_OPTION:"new:domain:option",EDIT_DOMAIN_OPTION:"edit:domain:option",DELETE_DOMAIN_OPTION:"delete:domain:option"},People:{PEOPLE:"people",NEW_PERSON:"new:person",EDIT_PERSON:"edit:person"},Companies:{COMPANIES:"companies",NEW_COMPANY:"new:company",EDIT_COMPANY:"edit:company"},Themes:Object.assign({THEMES:"themes",NEW_THEME:"new:theme",EDIT_THEME:"edit:theme",DELETE_THEME:"delete:theme"},r),ReleaseNotes:{FORM:"form",GENERATOR:"generator"},Customers:{MANAGE_CUSTOMER:"manage:customer",MANAGE_CUSTOMER_TOPICS:"manage:customer:topics"}},a={SUBJECT:"subject",SUBJECTS:"subjects",UPDATE_SUBJECT:"update:subject",DELETE_SUBJECT:"delete:subject",UPDATE_OBJECT_SUBJECTS:"update:object:subjects",ADD_TO_SUBJECT:"add:to:subject",REMOVE_FROM_SUBJECT:"remove:from:subject",CLASSIFICATION:"classification",CLASSIFICATIONS:"classifications",UPDATE_CLASSIFICATION:"update:classification",DELETE_CLASSIFICATION:"delete:classification",UPDATE_OBJECT_CLASSIFICATIONS:"update:object:classifications",ADD_TO_CLASSIFICATION:"add:to:classification",REMOVE_FROM_CLASSIFICATION:"remove:from:classification",PRESENTATION:"presentation",PRESENTATIONS:"presentations",UPDATE_PRESENTATION:"update:presentation",LEVEL:"level",LEVELS:"levels",UPDATE_LEVEL:"update:level",ADD_TO_LEVEL:"add:to:level",REMOVE_FROM_LEVEL:"remove:from:level",UPDATE_OBJECT_LEVELS:"update:object:levels",AUDIENCE:"audience",AUDIENCES:"audiences",UPDATE_AUDIENCE:"update:audience",DELETE_AUDIENCE:"delete:audience",UPDATE_OBJECT_AUDIENCES:"update:object:audiences",ADD_TO_AUDIENCE:"add:to:audience",REMOVE_FROM_AUDIENCE:"remove:from:audience",PLAYLIST:"playlist",PLAYLISTS:"playlists",UPDATE_PLAYLIST:"update:playlist",DELETE_PLAYLIST:"delete:playlist",PLAYLIST_VIDEOS:"playlist:videos",REORDER_PLAYLIST_VIDEOS:"reorder:playlist:videos",REMOVE_PLAYLIST_VIDEO:"remove:playlist:video",VIDEO:"video",SERIES:"series",SERIES_BY_ID:"series:by:id",UPDATE_SERIES:"update:series",CURRENT_USER:"current:user",UPLOAD_IMAGE:"upload:image",LOCALE:"locale",PHRASES:"PHRASES"},o={CURATOR_LAYOUT:"CuratorLayout"},c={COMPANIES:"companies:application",CUSTOMERS:"customers:application",DOMAIN_OPTIONS:"domain:options:application",PEOPLE:"people:application",PLAYLISTS:"playlists:application",SERIES:"series:application",SUBJECTS:"subjects:application",THEMES:"themes:application",VIDEOS:"videos:application",RELEASE_NOTES:"release:notes:application"},s={IMAGE_UPLOAD:"image:upload:data:service",SUBJECT:"subject:data:service",LANGUAGE:"language:data:service"},u={SUBJECT:"SubjectDataService",LANGUAGE:"LanguageDataService"},l=n(0),f=n.n(l),p=n(27),d=n(1),m=function(e){return d.isFunction(e)},h=function(){return d.identity},y=n(54),v=n(6);function b(e){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function g(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function S(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function E(e,t){return(E=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function O(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=w(e);if(t){var i=w(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return C(this,n)}}function C(e,t){return!t||"object"!==b(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function w(e){return(w=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var A=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&E(e,t)}(a,e);var t,n,r,i=O(a);function a(){return g(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"isReactComponent",value:function(e){return l&&l.isValidElement(e)}},{key:"showChildView",value:function(e,t){this.isReactComponent(t)&&this.showChildReactComponent(e,t)}},{key:"showChildReactComponent",value:function(e,t){var n=this;this.isAttached()?this.renderChildReactComponent(e,t):this.listenToOnce(this,"attach",(function(){return n.renderChildReactComponent(e,t)}))}},{key:"renderChildReactComponent",value:function(e,t){var n=this.getRegion(e),r=this.$el.find(n.el);r&&r.length&&(n.trigger("before:show"),y.render(t,r[0],(function(){return n.trigger("show")})),this.listenToOnce(this,"unmount:".concat(e),(function(){return y.unmountComponentAtNode(r[0])})),this.listenToOnce(this,"before:destroy",(function(){return y.unmountComponentAtNode(r[0])})))}},{key:"wrapWithStore",value:function(e){return l.createElement(v.Provider,{store:this.options.store},e)}}])&&S(t.prototype,n),r&&S(t,r),a}(n(46).a),j="top:nav",T="left:nav",k="content",I="popup",L="alert",_=n(200),P=n.n(_),x=n(55),N=n.n(x);function D(e){return(D="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function R(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function M(e,t,n){return(M="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(e,t,n){var r=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=B(e)););return e}(e,t);if(r){var i=Object.getOwnPropertyDescriptor(r,t);return i.get?i.get.call(n):i.value}})(e,t,n||e)}function U(e,t){return(U=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function F(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=B(e);if(t){var i=B(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return V(this,n)}}function V(e,t){return!t||"object"!==D(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function B(e){return(B=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var H=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&U(e,t)}(a,e);var t,n,r,i=F(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(t=i.call(this,e)).childComponents={},t}return t=a,r=[{key:"getCacheKey",value:function(e){var t="".concat(this.name),n=[];return Object.keys(e).forEach((function(t){n.push("".concat(t,":").concat(e[t]))})),n.length&&(n.sort(),t+=":".concat(n.join(":"))),t}}],(n=[{key:"title",get:function(){return!1}},{key:"name",get:function(){return"CuratorLayoutView"}},{key:"template",get:function(){return P.a}},{key:"className",get:function(){return"container-fluid ".concat(N.a.curatorLayout)}},{key:"regions",value:function(){return{layout:".layout-region"}}},{key:"getChildComponents",value:function(){return{topNav:{component:this.childComponents[j],className:N.a.topNavRegion},leftNav:{component:this.childComponents[T],className:"py-3 ".concat(N.a.leftNavRegion)},content:{component:this.childComponents[k],className:"position-relative container py-3"},popup:{component:this.childComponents[I]},alert:{component:this.childComponents[L]}}}},{key:"unsetRegion",value:function(e){delete this.childComponents[e],this.renderLayout()}},{key:"renderTopNav",value:function(){m(this.options.getTopNavView)&&(this.childComponents[j]=this.options.getTopNavView(p.AppLinkHelper.getCurrentAppLink()))}},{key:"hideLeftNav",value:function(){this.unsetRegion(T)}},{key:"closePopup",value:function(){this.unsetRegion(I)}},{key:"showChildView",value:function(e,t){this.childComponents[e]=t,this.renderTopNav(),this.renderLayout()}},{key:"renderLayout",value:function(){var e=Object.assign({provider:this.options.provider},this.getChildComponents());M(B(a.prototype),"showChildView",this).call(this,"layout",this.wrapWithStore(l.createElement(W,Object.assign({},e))))}}])&&R(t.prototype,n),r&&R(t,r),a}(A),z=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},q=function(e){var t=e.className,n=e.children;return l.createElement("div",{className:t},n)},J=function(e,t){return"".concat(e).concat(t?" ".concat(t):"")},K=function(e){var t=e.topNav,n=e.leftNav,r=e.content,i=e.popup,a=e.alert;return l.createElement(l.Fragment,null,l.createElement("div",{className:"position-relative"},!!t.component&&l.createElement(q,{className:J("top-nav-region",t.className)},t.component),!!n.component&&l.createElement(q,{className:J("left-nav-region",n.className)},n.component),!!r.component&&l.createElement("div",{className:"content-container"},l.createElement(q,{className:J("content-region",r.className)},r.component))),!!i.component&&l.createElement(q,{className:J("popup-region",i.className)},i.component),!!a.component&&l.createElement(q,{className:J("alert-region",a.className)},a.component))},W=function(e){var t=e.provider,n=z(e,["provider"]);return t?l.createElement(t,null,l.createElement(K,Object.assign({},n))):l.createElement(K,Object.assign({},n))},Y=n(9);function G(e){return(G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Z(e){return function(e){if(Array.isArray(e))return Q(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Q(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Q(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function X(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ee(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function te(e,t){return(te=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ne(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ie(e);if(t){var i=ie(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return re(this,n)}}function re(e,t){return!t||"object"!==G(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ie(e){return(ie=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ae=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&te(e,t)}(a,e);var t,n,r,i=ne(a);function a(){return X(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"initialize",value:function(){this.listenTo(Y.a.SHELL,p.EventNames.ROUTING_END,this.updateNav)}},{key:"name",get:function(){return"CuratorAppNavService"}},{key:"updateNav",value:function(){var e=this,t=p.AppLinkHelper.getCurrentAppLink().application;if(t!==this.currentApplication){this.currentApplication=t;var n=this.options.navItemMappings[t];if(n){var r=document.querySelector(this.options.navSelector);r&&r.children&&Z(r.children).forEach((function(t){var r=t.querySelector("a");r&&(r.classList.remove(e.options.currentItemClassName),r.text===n&&r.classList.add(e.options.currentItemClassName))}))}}}}])&&ee(t.prototype,n),r&&ee(t,r),a}(p.Service),oe=n(70),ce=n(8),se=function(e){var t="/api/master/v2/companies";return e?"".concat(t,"?cursor=").concat(e):t},ue=function(e){return"/api/master/v2/objects/".concat(e)},le=function(){return"/api/master/v2/companies"},fe=function(e){return"/api/master/v2/objects/".concat(e)},pe="companies",de="company",me="update:company",he=function(e){return{key:"".concat(pe).concat(e?":".concat(e):""),url:se(e)}},ye=function(e){return{key:"".concat(de,":").concat(e),url:ue(e)}},ve=function(e,t,n){return{key:de,url:le(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[pe]}},be=function(e,t,n){return{key:"".concat(me,":").concat(e),url:fe(e),data:t,type:ce.a.PUT,always:n}},ge=n(33),Se=n.n(ge),Ee=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===Oe}(e)}(e)};var Oe="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Ce(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ae((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function we(e,t,n){return e.concat(t).map((function(e){return Ce(e,n)}))}function Ae(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||we,n.isMergeableObject=n.isMergeableObject||Ee;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach((function(t){r[t]=Ce(e[t],n)})),Object.keys(t).forEach((function(i){n.isMergeableObject(t[i])&&e[i]?r[i]=Ae(e[i],t[i],n):r[i]=Ce(t[i],n)})),r}(e,t,n):Ce(t,n)}Ae.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return Ae(e,n,t)}),{})};var je=Ae,Te=n(15),ke=Te.a.Symbol,Ie=Object.prototype,Le=Ie.hasOwnProperty,_e=Ie.toString,Pe=ke?ke.toStringTag:void 0;var xe=function(e){var t=Le.call(e,Pe),n=e[Pe];try{e[Pe]=void 0;var r=!0}catch(e){}var i=_e.call(e);return r&&(t?e[Pe]=n:delete e[Pe]),i},Ne=Object.prototype.toString;var De=function(e){return Ne.call(e)},Re=ke?ke.toStringTag:void 0;var Me=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Re&&Re in Object(e)?xe(e):De(e)};var Ue=function(e,t){return function(n){return e(t(n))}},Fe=Ue(Object.getPrototypeOf,Object);var Ve=function(e){return null!=e&&"object"==typeof e},Be=Function.prototype,He=Object.prototype,ze=Be.toString,qe=He.hasOwnProperty,Je=ze.call(Object);var $e=function(e){if(!Ve(e)||"[object Object]"!=Me(e))return!1;var t=Fe(e);if(null===t)return!0;var n=qe.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ze.call(n)==Je};var Ke=function(){this.__data__=[],this.size=0};var We=function(e,t){return e===t||e!=e&&t!=t};var Ye=function(e,t){for(var n=e.length;n--;)if(We(e[n][0],t))return n;return-1},Ge=Array.prototype.splice;var Ze=function(e){var t=this.__data__,n=Ye(t,e);return!(n<0)&&(n==t.length-1?t.pop():Ge.call(t,n,1),--this.size,!0)};var Qe=function(e){var t=this.__data__,n=Ye(t,e);return n<0?void 0:t[n][1]};var Xe=function(e){return Ye(this.__data__,e)>-1};var et=function(e,t){var n=this.__data__,r=Ye(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function tt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}tt.prototype.clear=Ke,tt.prototype.delete=Ze,tt.prototype.get=Qe,tt.prototype.has=Xe,tt.prototype.set=et;var nt=tt;var rt=function(){this.__data__=new nt,this.size=0};var it=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};var at=function(e){return this.__data__.get(e)};var ot=function(e){return this.__data__.has(e)};var ct=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};var st,ut=function(e){if(!ct(e))return!1;var t=Me(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},lt=Te.a["__core-js_shared__"],ft=(st=/[^.]+$/.exec(lt&<.keys&<.keys.IE_PROTO||""))?"Symbol(src)_1."+st:"";var pt=function(e){return!!ft&&ft in e},dt=Function.prototype.toString;var mt=function(e){if(null!=e){try{return dt.call(e)}catch(e){}try{return e+""}catch(e){}}return""},ht=/^\[object .+?Constructor\]$/,yt=Function.prototype,vt=Object.prototype,bt=yt.toString,gt=vt.hasOwnProperty,St=RegExp("^"+bt.call(gt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Et=function(e){return!(!ct(e)||pt(e))&&(ut(e)?St:ht).test(mt(e))};var Ot=function(e,t){return null==e?void 0:e[t]};var Ct=function(e,t){var n=Ot(e,t);return Et(n)?n:void 0},wt=Ct(Te.a,"Map"),At=Ct(Object,"create");var jt=function(){this.__data__=At?At(null):{},this.size=0};var Tt=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},kt=Object.prototype.hasOwnProperty;var It=function(e){var t=this.__data__;if(At){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return kt.call(t,e)?t[e]:void 0},Lt=Object.prototype.hasOwnProperty;var _t=function(e){var t=this.__data__;return At?void 0!==t[e]:Lt.call(t,e)};var Pt=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=At&&void 0===t?"__lodash_hash_undefined__":t,this};function xt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}xt.prototype.clear=jt,xt.prototype.delete=Tt,xt.prototype.get=It,xt.prototype.has=_t,xt.prototype.set=Pt;var Nt=xt;var Dt=function(){this.size=0,this.__data__={hash:new Nt,map:new(wt||nt),string:new Nt}};var Rt=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var Mt=function(e,t){var n=e.__data__;return Rt(t)?n["string"==typeof t?"string":"hash"]:n.map};var Ut=function(e){var t=Mt(this,e).delete(e);return this.size-=t?1:0,t};var Ft=function(e){return Mt(this,e).get(e)};var Vt=function(e){return Mt(this,e).has(e)};var Bt=function(e,t){var n=Mt(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function Ht(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Ht.prototype.clear=Dt,Ht.prototype.delete=Ut,Ht.prototype.get=Ft,Ht.prototype.has=Vt,Ht.prototype.set=Bt;var zt=Ht;var qt=function(e,t){var n=this.__data__;if(n instanceof nt){var r=n.__data__;if(!wt||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(e,t),this.size=n.size,this};function Jt(e){var t=this.__data__=new nt(e);this.size=t.size}Jt.prototype.clear=rt,Jt.prototype.delete=it,Jt.prototype.get=at,Jt.prototype.has=ot,Jt.prototype.set=qt;var $t=Jt;var Kt=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e},Wt=function(){try{var e=Ct(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var Yt=function(e,t,n){"__proto__"==t&&Wt?Wt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n},Gt=Object.prototype.hasOwnProperty;var Zt=function(e,t,n){var r=e[t];Gt.call(e,t)&&We(r,n)&&(void 0!==n||t in e)||Yt(e,t,n)};var Qt=function(e,t,n,r){var i=!n;n||(n={});for(var a=-1,o=t.length;++a<o;){var c=t[a],s=r?r(n[c],e[c],c,n,e):void 0;void 0===s&&(s=e[c]),i?Yt(n,c,s):Zt(n,c,s)}return n};var Xt=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r};var en=function(e){return Ve(e)&&"[object Arguments]"==Me(e)},tn=Object.prototype,nn=tn.hasOwnProperty,rn=tn.propertyIsEnumerable,an=en(function(){return arguments}())?en:function(e){return Ve(e)&&nn.call(e,"callee")&&!rn.call(e,"callee")},on=Array.isArray,cn=n(49),sn=/^(?:0|[1-9]\d*)$/;var un=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&sn.test(e))&&e>-1&&e%1==0&&e<t};var ln=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},fn={};fn["[object Float32Array]"]=fn["[object Float64Array]"]=fn["[object Int8Array]"]=fn["[object Int16Array]"]=fn["[object Int32Array]"]=fn["[object Uint8Array]"]=fn["[object Uint8ClampedArray]"]=fn["[object Uint16Array]"]=fn["[object Uint32Array]"]=!0,fn["[object Arguments]"]=fn["[object Array]"]=fn["[object ArrayBuffer]"]=fn["[object Boolean]"]=fn["[object DataView]"]=fn["[object Date]"]=fn["[object Error]"]=fn["[object Function]"]=fn["[object Map]"]=fn["[object Number]"]=fn["[object Object]"]=fn["[object RegExp]"]=fn["[object Set]"]=fn["[object String]"]=fn["[object WeakMap]"]=!1;var pn=function(e){return Ve(e)&&ln(e.length)&&!!fn[Me(e)]};var dn=function(e){return function(t){return e(t)}},mn=n(29),hn=mn.a&&mn.a.isTypedArray,yn=hn?dn(hn):pn,vn=Object.prototype.hasOwnProperty;var bn=function(e,t){var n=on(e),r=!n&&an(e),i=!n&&!r&&Object(cn.a)(e),a=!n&&!r&&!i&&yn(e),o=n||r||i||a,c=o?Xt(e.length,String):[],s=c.length;for(var u in e)!t&&!vn.call(e,u)||o&&("length"==u||i&&("offset"==u||"parent"==u)||a&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||un(u,s))||c.push(u);return c},gn=Object.prototype;var Sn=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||gn)},En=Ue(Object.keys,Object),On=Object.prototype.hasOwnProperty;var Cn=function(e){if(!Sn(e))return En(e);var t=[];for(var n in Object(e))On.call(e,n)&&"constructor"!=n&&t.push(n);return t};var wn=function(e){return null!=e&&ln(e.length)&&!ut(e)};var An=function(e){return wn(e)?bn(e):Cn(e)};var jn=function(e,t){return e&&Qt(t,An(t),e)};var Tn=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t},kn=Object.prototype.hasOwnProperty;var In=function(e){if(!ct(e))return Tn(e);var t=Sn(e),n=[];for(var r in e)("constructor"!=r||!t&&kn.call(e,r))&&n.push(r);return n};var Ln=function(e){return wn(e)?bn(e,!0):In(e)};var _n=function(e,t){return e&&Qt(t,Ln(t),e)},Pn=n(202);var xn=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t};var Nn=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a};var Dn=function(){return[]},Rn=Object.prototype.propertyIsEnumerable,Mn=Object.getOwnPropertySymbols,Un=Mn?function(e){return null==e?[]:(e=Object(e),Nn(Mn(e),(function(t){return Rn.call(e,t)})))}:Dn;var Fn=function(e,t){return Qt(e,Un(e),t)};var Vn=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e},Bn=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)Vn(t,Un(e)),e=Fe(e);return t}:Dn;var Hn=function(e,t){return Qt(e,Bn(e),t)};var zn=function(e,t,n){var r=t(e);return on(e)?r:Vn(r,n(e))};var qn=function(e){return zn(e,An,Un)};var Jn=function(e){return zn(e,Ln,Bn)},$n=Ct(Te.a,"DataView"),Kn=Ct(Te.a,"Promise"),Wn=Ct(Te.a,"Set"),Yn=Ct(Te.a,"WeakMap"),Gn=mt($n),Zn=mt(wt),Qn=mt(Kn),Xn=mt(Wn),er=mt(Yn),tr=Me;($n&&"[object DataView]"!=tr(new $n(new ArrayBuffer(1)))||wt&&"[object Map]"!=tr(new wt)||Kn&&"[object Promise]"!=tr(Kn.resolve())||Wn&&"[object Set]"!=tr(new Wn)||Yn&&"[object WeakMap]"!=tr(new Yn))&&(tr=function(e){var t=Me(e),n="[object Object]"==t?e.constructor:void 0,r=n?mt(n):"";if(r)switch(r){case Gn:return"[object DataView]";case Zn:return"[object Map]";case Qn:return"[object Promise]";case Xn:return"[object Set]";case er:return"[object WeakMap]"}return t});var nr=tr,rr=Object.prototype.hasOwnProperty;var ir=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&rr.call(e,"index")&&(n.index=e.index,n.input=e.input),n},ar=Te.a.Uint8Array;var or=function(e){var t=new e.constructor(e.byteLength);return new ar(t).set(new ar(e)),t};var cr=function(e,t){var n=t?or(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)},sr=/\w*$/;var ur=function(e){var t=new e.constructor(e.source,sr.exec(e));return t.lastIndex=e.lastIndex,t},lr=ke?ke.prototype:void 0,fr=lr?lr.valueOf:void 0;var pr=function(e){return fr?Object(fr.call(e)):{}};var dr=function(e,t){var n=t?or(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};var mr=function(e,t,n){var r=e.constructor;switch(t){case"[object ArrayBuffer]":return or(e);case"[object Boolean]":case"[object Date]":return new r(+e);case"[object DataView]":return cr(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return dr(e,n);case"[object Map]":return new r;case"[object Number]":case"[object String]":return new r(e);case"[object RegExp]":return ur(e);case"[object Set]":return new r;case"[object Symbol]":return pr(e)}},hr=Object.create,yr=function(){function e(){}return function(t){if(!ct(t))return{};if(hr)return hr(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();var vr=function(e){return"function"!=typeof e.constructor||Sn(e)?{}:yr(Fe(e))};var br=function(e){return Ve(e)&&"[object Map]"==nr(e)},gr=mn.a&&mn.a.isMap,Sr=gr?dn(gr):br;var Er=function(e){return Ve(e)&&"[object Set]"==nr(e)},Or=mn.a&&mn.a.isSet,Cr=Or?dn(Or):Er,wr={};wr["[object Arguments]"]=wr["[object Array]"]=wr["[object ArrayBuffer]"]=wr["[object DataView]"]=wr["[object Boolean]"]=wr["[object Date]"]=wr["[object Float32Array]"]=wr["[object Float64Array]"]=wr["[object Int8Array]"]=wr["[object Int16Array]"]=wr["[object Int32Array]"]=wr["[object Map]"]=wr["[object Number]"]=wr["[object Object]"]=wr["[object RegExp]"]=wr["[object Set]"]=wr["[object String]"]=wr["[object Symbol]"]=wr["[object Uint8Array]"]=wr["[object Uint8ClampedArray]"]=wr["[object Uint16Array]"]=wr["[object Uint32Array]"]=!0,wr["[object Error]"]=wr["[object Function]"]=wr["[object WeakMap]"]=!1;var Ar=function e(t,n,r,i,a,o){var c,s=1&n,u=2&n,l=4&n;if(r&&(c=a?r(t,i,a,o):r(t)),void 0!==c)return c;if(!ct(t))return t;var f=on(t);if(f){if(c=ir(t),!s)return xn(t,c)}else{var p=nr(t),d="[object Function]"==p||"[object GeneratorFunction]"==p;if(Object(cn.a)(t))return Object(Pn.a)(t,s);if("[object Object]"==p||"[object Arguments]"==p||d&&!a){if(c=u||d?{}:vr(t),!s)return u?Hn(t,_n(c,t)):Fn(t,jn(c,t))}else{if(!wr[p])return a?t:{};c=mr(t,p,s)}}o||(o=new $t);var m=o.get(t);if(m)return m;o.set(t,c),Cr(t)?t.forEach((function(i){c.add(e(i,n,r,i,t,o))})):Sr(t)&&t.forEach((function(i,a){c.set(a,e(i,n,r,a,t,o))}));var h=f?void 0:(l?u?Jn:qn:u?Ln:An)(t);return Kt(h||t,(function(i,a){h&&(i=t[a=i]),Zt(c,a,e(i,n,r,a,t,o))})),c};var jr=function(e){return Ar(e,4)};var Tr=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i};var kr=function(e){return"symbol"==typeof e||Ve(e)&&"[object Symbol]"==Me(e)};function Ir(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(Ir.Cache||zt),n}Ir.Cache=zt;var Lr=Ir;var _r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Pr=/\\(\\)?/g,xr=function(e){var t=Lr(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(_r,(function(e,n,r,i){t.push(r?i.replace(Pr,"$1"):n||e)})),t}));var Nr=function(e){if("string"==typeof e||kr(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},Dr=ke?ke.prototype:void 0,Rr=Dr?Dr.toString:void 0;var Mr=function e(t){if("string"==typeof t)return t;if(on(t))return Tr(t,e)+"";if(kr(t))return Rr?Rr.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n};var Ur=function(e){return null==e?"":Mr(e)};var Fr=function(e){return on(e)?Tr(e,Nr):kr(e)?[e]:xn(xr(Ur(e)))};var Vr=function(e,t){},Br=n(61),Hr=n(62),zr=n.n(Hr);var qr=function(e){return Ar(e,5)};function Jr(){return(Jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function $r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Kr(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function Wr(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var Yr=function(e){return"function"==typeof e},Gr=function(e){return null!==e&&"object"==typeof e},Zr=function(e){return String(Math.floor(Number(e)))===e},Qr=function(e){return"[object String]"===Object.prototype.toString.call(e)},Xr=function(e){return 0===l.Children.count(e)},ei=function(e){return Gr(e)&&Yr(e.then)};function ti(e,t,n,r){void 0===r&&(r=0);for(var i=Fr(t);e&&r<i.length;)e=e[i[r++]];return void 0===e?n:e}function ni(e,t,n){for(var r=jr(e),i=r,a=0,o=Fr(t);a<o.length-1;a++){var c=o[a],s=ti(e,o.slice(0,a+1));if(s&&(Gr(s)||Array.isArray(s)))i=i[c]=jr(s);else{var u=o[a+1];i=i[c]=Zr(u)&&Number(u)>=0?[]:{}}}return(0===a?e:i)[o[a]]===n?e:(void 0===n?delete i[o[a]]:i[o[a]]=n,0===a&&void 0===n&&delete r[o[a]],r)}function ri(e,t,n,r){void 0===n&&(n=new WeakMap),void 0===r&&(r={});for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i],c=e[o];Gr(c)?n.get(c)||(n.set(c,!0),r[o]=Array.isArray(c)?[]:{},ri(c,t,n,r[o])):r[o]=t}return r}var ii=Object(l.createContext)(void 0),ai=ii.Provider,oi=ii.Consumer;function ci(){var e=Object(l.useContext)(ii);return e||Vr(!1),e}function si(e,t){switch(t.type){case"SET_VALUES":return Jr({},e,{values:t.payload});case"SET_TOUCHED":return Jr({},e,{touched:t.payload});case"SET_ERRORS":return Jr({},e,{errors:t.payload});case"SET_STATUS":return Jr({},e,{status:t.payload});case"SET_ISSUBMITTING":return Jr({},e,{isSubmitting:t.payload});case"SET_ISVALIDATING":return Jr({},e,{isValidating:t.payload});case"SET_FIELD_VALUE":return Jr({},e,{values:ni(e.values,t.payload.field,t.payload.value)});case"SET_FIELD_TOUCHED":return Jr({},e,{touched:ni(e.touched,t.payload.field,t.payload.value)});case"SET_FIELD_ERROR":return Jr({},e,{errors:ni(e.errors,t.payload.field,t.payload.value)});case"RESET_FORM":return Jr({},e,t.payload);case"SET_FORMIK_STATE":return t.payload(e);case"SUBMIT_ATTEMPT":return Jr({},e,{touched:ri(e.values,!0),isSubmitting:!0,submitCount:e.submitCount+1});case"SUBMIT_FAILURE":case"SUBMIT_SUCCESS":return Jr({},e,{isSubmitting:!1});default:return e}}var ui={},li={};function fi(e){var t=e.validateOnChange,n=void 0===t||t,r=e.validateOnBlur,i=void 0===r||r,a=e.validateOnMount,o=void 0!==a&&a,c=e.isInitialValid,s=e.enableReinitialize,u=void 0!==s&&s,f=e.onSubmit,p=Kr(e,["validateOnChange","validateOnBlur","validateOnMount","isInitialValid","enableReinitialize","onSubmit"]),d=Jr({validateOnChange:n,validateOnBlur:i,validateOnMount:o,onSubmit:f},p),m=Object(l.useRef)(d.initialValues),h=Object(l.useRef)(d.initialErrors||ui),y=Object(l.useRef)(d.initialTouched||li),v=Object(l.useRef)(d.initialStatus),b=Object(l.useRef)(!1),g=Object(l.useRef)({});Object(l.useEffect)((function(){0}),[]),Object(l.useEffect)((function(){return b.current=!0,function(){b.current=!1}}),[]);var S=Object(l.useReducer)(si,{values:d.initialValues,errors:d.initialErrors||ui,touched:d.initialTouched||li,status:d.initialStatus,isSubmitting:!1,isValidating:!1,submitCount:0}),E=S[0],O=S[1],C=Object(l.useCallback)((function(e,t){return new Promise((function(n,r){var i=d.validate(e,t);null==i?n(ui):ei(i)?i.then((function(e){n(e||ui)}),(function(e){r(e)})):n(i)}))}),[d.validate]),w=Object(l.useCallback)((function(e,t){var n=d.validationSchema,r=Yr(n)?n(t):n,i=t&&r.validateAt?r.validateAt(t,e):function(e,t,n,r){void 0===n&&(n=!1);void 0===r&&(r={});var i=function e(t){var n={};for(var r in t)if(t.hasOwnProperty(r)){var i=String(r);!0===Array.isArray(t[i])?n[i]=t[i].map((function(t){return!0===Array.isArray(t)||$e(t)?e(t):""!==t?t:void 0})):$e(t[i])?n[i]=e(t[i]):n[i]=""!==t[i]?t[i]:void 0}return n}(e);return t[n?"validateSync":"validate"](i,{abortEarly:!1,context:r})}(e,r);return new Promise((function(e,t){i.then((function(){e(ui)}),(function(n){"ValidationError"===n.name?e(function(e){var t={};if(e.inner){if(0===e.inner.length)return ni(t,e.path,e.message);var n=e.inner,r=Array.isArray(n),i=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(i>=n.length)break;a=n[i++]}else{if((i=n.next()).done)break;a=i.value}var o=a;ti(t,o.path)||(t=ni(t,o.path,o.message))}}return t}(n)):t(n)}))}))}),[d.validationSchema]),A=Object(l.useCallback)((function(e,t){return new Promise((function(n){return n(g.current[e].validate(t))}))}),[]),j=Object(l.useCallback)((function(e){var t=Object.keys(g.current).filter((function(e){return Yr(g.current[e].validate)})),n=t.length>0?t.map((function(t){return A(t,ti(e,t))})):[Promise.resolve("DO_NOT_DELETE_YOU_WILL_BE_FIRED")];return Promise.all(n).then((function(e){return e.reduce((function(e,n,r){return"DO_NOT_DELETE_YOU_WILL_BE_FIRED"===n||n&&(e=ni(e,t[r],n)),e}),{})}))}),[A]),T=Object(l.useCallback)((function(e){return Promise.all([j(e),d.validationSchema?w(e):{},d.validate?C(e):{}]).then((function(e){var t=e[0],n=e[1],r=e[2];return je.all([t,n,r],{arrayMerge:di})}))}),[d.validate,d.validationSchema,j,C,w]),k=hi((function(e){return void 0===e&&(e=E.values),Object(Br.unstable_runWithPriority)(Br.LowPriority,(function(){return T(e).then((function(e){return b.current&&O({type:"SET_ERRORS",payload:e}),e}))}))})),I=hi((function(e){return void 0===e&&(e=E.values),O({type:"SET_ISVALIDATING",payload:!0}),T(e).then((function(e){return b.current&&(O({type:"SET_ISVALIDATING",payload:!1}),Se()(E.errors,e)||O({type:"SET_ERRORS",payload:e})),e}))}));Object(l.useEffect)((function(){o&&!0===b.current&&k(d.initialValues)}),[d.initialValues,o,k]);var L=Object(l.useCallback)((function(e){var t=e&&e.values?e.values:m.current,n=e&&e.errors?e.errors:h.current?h.current:d.initialErrors||{},r=e&&e.touched?e.touched:y.current?y.current:d.initialTouched||{},i=e&&e.status?e.status:v.current?v.current:d.initialStatus;m.current=t,h.current=n,y.current=r,v.current=i,O({type:"RESET_FORM",payload:{isSubmitting:!!e&&!!e.isSubmitting,errors:n,touched:r,status:i,values:t,isValidating:!!e&&!!e.isValidating,submitCount:e&&e.submitCount&&"number"==typeof e.submitCount?e.submitCount:0}})}),[d.initialErrors,d.initialStatus,d.initialTouched]);Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(m.current,d.initialValues)&&(m.current=d.initialValues,L())}),[u,d.initialValues,L]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(h.current,d.initialErrors)&&(h.current=d.initialErrors||ui,O({type:"SET_ERRORS",payload:d.initialErrors||ui}))}),[u,d.initialErrors]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(y.current,d.initialTouched)&&(y.current=d.initialTouched||li,O({type:"SET_TOUCHED",payload:d.initialTouched||li}))}),[u,d.initialTouched]),Object(l.useEffect)((function(){u&&!0===b.current&&!Se()(v.current,d.initialStatus)&&(v.current=d.initialStatus,O({type:"SET_STATUS",payload:d.initialStatus}))}),[u,d.initialStatus,d.initialTouched]);var _=hi((function(e){if(Yr(g.current[e].validate)){var t=ti(E.values,e),n=g.current[e].validate(t);return ei(n)?(O({type:"SET_ISVALIDATING",payload:!0}),n.then((function(e){return e})).then((function(t){O({type:"SET_FIELD_ERROR",payload:{field:e,value:t}}),O({type:"SET_ISVALIDATING",payload:!1})}))):(O({type:"SET_FIELD_ERROR",payload:{field:e,value:n}}),Promise.resolve(n))}return Promise.resolve()})),P=Object(l.useCallback)((function(e,t){var n=t.validate;g.current[e]={validate:n}}),[]),x=Object(l.useCallback)((function(e){delete g.current[e]}),[]),N=hi((function(e){return O({type:"SET_TOUCHED",payload:e}),i?k(E.values):Promise.resolve()})),D=Object(l.useCallback)((function(e){O({type:"SET_ERRORS",payload:e})}),[]),R=hi((function(e){return O({type:"SET_VALUES",payload:e}),n?k(e):Promise.resolve()})),M=Object(l.useCallback)((function(e,t){O({type:"SET_FIELD_ERROR",payload:{field:e,value:t}})}),[]),U=hi((function(e,t,r){return void 0===r&&(r=!0),O({type:"SET_FIELD_VALUE",payload:{field:e,value:t}}),n&&r?k(ni(E.values,e,t)):Promise.resolve()})),F=Object(l.useCallback)((function(e,t){var n,r=t,i=e;if(!Qr(e)){e.persist&&e.persist();var a=e.target,o=a.type,c=a.name,s=a.id,u=a.value,l=a.checked,f=(a.outerHTML,a.options),p=a.multiple;r=t||(c||s),i=/number|range/.test(o)?(n=parseFloat(u),isNaN(n)?"":n):/checkbox/.test(o)?function(e,t,n){if("true"==n||"false"==n)return!!t;if(t&&n)return Array.isArray(e)?e.concat(n):[n];if(!Array.isArray(e))return!e;var r=e.indexOf(n);if(r<0)return e;return e.slice(0,r).concat(e.slice(r+1))}(ti(E.values,r),l,u):p?function(e){return Array.from(e).filter((function(e){return e.selected})).map((function(e){return e.value}))}(f):u}r&&U(r,i)}),[U,E.values]),V=Object(l.useCallback)((function(e){if(Qr(e))return function(t){return F(t,e)};F(e)}),[F]),B=hi((function(e,t,n){return void 0===t&&(t=!0),void 0===n&&(n=!0),O({type:"SET_FIELD_TOUCHED",payload:{field:e,value:t}}),i&&n?k(E.values):Promise.resolve()})),H=Object(l.useCallback)((function(e,t){e.persist&&e.persist();var n=e.target,r=n.name,i=n.id,a=(n.outerHTML,t||(r||i));B(a,!0)}),[B]),z=Object(l.useCallback)((function(e){if(Qr(e))return function(t){return H(t,e)};H(e)}),[H]),q=Object(l.useCallback)((function(e){Yr(e)?O({type:"SET_FORMIK_STATE",payload:e}):O({type:"SET_FORMIK_STATE",payload:function(){return e}})}),[]),J=Object(l.useCallback)((function(e){O({type:"SET_STATUS",payload:e})}),[]),$=Object(l.useCallback)((function(e){O({type:"SET_ISSUBMITTING",payload:e})}),[]),K={resetForm:L,validateForm:I,validateField:_,setErrors:D,setFieldError:M,setFieldTouched:B,setFieldValue:U,setStatus:J,setSubmitting:$,setTouched:N,setValues:R,setFormikState:q},W=hi((function(){return f(E.values,K)})),Y=hi((function(){return O({type:"SUBMIT_ATTEMPT"}),I().then((function(e){if(0===Object.keys(e).length){var t=W();if(void 0===t)return;return Promise.resolve(t).then((function(){b.current&&O({type:"SUBMIT_SUCCESS"})})).catch((function(e){if(b.current)throw O({type:"SUBMIT_FAILURE"}),e}))}b.current&&O({type:"SUBMIT_FAILURE"})}))})),G=hi((function(e){e&&e.preventDefault&&Yr(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Yr(e.stopPropagation)&&e.stopPropagation(),Y()})),Z=hi((function(e){if(e&&e.preventDefault&&Yr(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Yr(e.stopPropagation)&&e.stopPropagation(),d.onReset){var t=d.onReset(E.values,K);ei(t)?t.then(L):L()}else L()})),Q=Object(l.useCallback)((function(e){return{value:ti(E.values,e),error:ti(E.errors,e),touched:!!ti(E.touched,e),initialValue:ti(m.current,e),initialTouched:!!ti(y.current,e),initialError:ti(h.current,e)}}),[E.errors,E.touched,E.values]),X=Object(l.useCallback)((function(e){var t=Gr(e),n=t?e.name:e,r=ti(E.values,n),i={name:n,value:r,onChange:V,onBlur:z};if(t){var a=e.type,o=e.value,c=e.as,s=e.multiple;"checkbox"===a?void 0===o?i.checked=!!r:(i.checked=!(!Array.isArray(r)||!~r.indexOf(o)),i.value=o):"radio"===a?(i.checked=r===o,i.value=o):"select"===c&&s&&(i.value=i.value||[],i.multiple=!0)}return i}),[z,V,E.values]),ee=Object(l.useMemo)((function(){return!Se()(m.current,E.values)}),[E.values]),te=Object(l.useMemo)((function(){return void 0!==c?ee?E.errors&&0===Object.keys(E.errors).length:!1!==c&&Yr(c)?c(d):c:E.errors&&0===Object.keys(E.errors).length}),[c,ee,E.errors,d]);return Jr({},E,{initialValues:m.current,initialErrors:h.current,initialTouched:y.current,initialStatus:v.current,handleBlur:z,handleChange:V,handleReset:Z,handleSubmit:G,resetForm:L,setErrors:D,setFormikState:q,setFieldTouched:B,setFieldValue:U,setFieldError:M,setStatus:J,setSubmitting:$,setTouched:N,setValues:R,submitForm:Y,validateForm:I,validateField:_,isValid:te,dirty:ee,unregisterField:x,registerField:P,getFieldProps:X,getFieldMeta:Q,validateOnBlur:i,validateOnChange:n,validateOnMount:o})}function pi(e){var t=fi(e),n=e.component,r=e.children,i=e.render;return Object(l.useEffect)((function(){0}),[]),Object(l.createElement)(ai,{value:t},n?Object(l.createElement)(n,t):i?i(t):r?Yr(r)?r(t):Xr(r)?null:l.Children.only(r):null)}function di(e,t,n){var r=e.slice();return t.forEach((function(t,i){if(void 0===r[i]){var a=!1!==n.clone&&n.isMergeableObject(t);r[i]=a?je(Array.isArray(t)?[]:{},t,n):t}else n.isMergeableObject(t)?r[i]=je(e[i],t,n):-1===e.indexOf(t)&&r.push(t)})),r}var mi="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?l.useLayoutEffect:l.useEffect;function hi(e){var t=Object(l.useRef)(e);return mi((function(){t.current=e})),Object(l.useCallback)((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.current.apply(void 0,n)}),[])}function yi(e){var t=e.validate,n=e.name,r=e.render,i=e.children,a=e.as,o=e.component,c=Kr(e,["validate","name","render","children","as","component"]),s=ci(),u=(s.validate,s.validationSchema,Kr(s,["validate","validationSchema"]));Object(l.useEffect)((function(){0}),[]);var f=u.registerField,p=u.unregisterField;Object(l.useEffect)((function(){return f(n,{validate:t}),function(){p(n)}}),[f,p,n,t]);var d=u.getFieldProps(Jr({name:n},c)),m=u.getFieldMeta(n),h={field:d,form:u};if(r)return r(Jr({},h,{meta:m}));if(Yr(i))return i(Jr({},h,{meta:m}));if(o){if("string"==typeof o){var y=c.innerRef,v=Kr(c,["innerRef"]);return Object(l.createElement)(o,Jr({ref:y},d,v),i)}return Object(l.createElement)(o,Jr({field:d,form:u},c),i)}var b=a||"input";if("string"==typeof b){var g=c.innerRef,S=Kr(c,["innerRef"]);return Object(l.createElement)(b,Jr({ref:g},d,S),i)}return Object(l.createElement)(b,Jr({},d,c),i)}var vi=Object(l.forwardRef)((function(e,t){var n=e.action,r=Kr(e,["action"]),i=n||"#",a=ci(),o=a.handleReset,c=a.handleSubmit;return Object(l.createElement)("form",Object.assign({onSubmit:c,ref:t,onReset:o,action:i},r))}));function bi(e){var t=function(t){return Object(l.createElement)(oi,null,(function(n){return n||Vr(!1),Object(l.createElement)(e,Object.assign({},t,{formik:n}))}))},n=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t.WrappedComponent=e,t.displayName="FormikConnect("+n+")",zr()(t,e)}vi.displayName="Form";var gi=function(e,t,n){var r=Si(e);return r.splice(t,0,n),r},Si=function(e){if(e){if(Array.isArray(e))return[].concat(e);var t=Object.keys(e).map((function(e){return parseInt(e)})).reduce((function(e,t){return t>e?t:e}),0);return Array.from(Jr({},e,{length:t+1}))}return[]},Ei=function(e){function t(t){var n;return(n=e.call(this,t)||this).updateArrayField=function(e,t,r){var i=n.props,a=i.name,o=i.validateOnChange,c=i.formik,s=c.setFormikState,u=c.validateForm;s((function(n){var i="function"==typeof r?r:e,o="function"==typeof t?t:e;return Jr({},n,{values:ni(n.values,a,e(ti(n.values,a))),errors:r?ni(n.errors,a,i(ti(n.errors,a))):n.errors,touched:t?ni(n.touched,a,o(ti(n.touched,a))):n.touched})}),(function(){o&&u()}))},n.push=function(e){return n.updateArrayField((function(t){return[].concat(Si(t),[qr(e)])}),!1,!1)},n.handlePush=function(e){return function(){return n.push(e)}},n.swap=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e),i=r[t];return r[t]=r[n],r[n]=i,r}(n,e,t)}),!0,!0)},n.handleSwap=function(e,t){return function(){return n.swap(e,t)}},n.move=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e),i=r[t];return r.splice(t,1),r.splice(n,0,i),r}(n,e,t)}),!0,!0)},n.handleMove=function(e,t){return function(){return n.move(e,t)}},n.insert=function(e,t){return n.updateArrayField((function(n){return gi(n,e,t)}),(function(t){return gi(t,e,null)}),(function(t){return gi(t,e,null)}))},n.handleInsert=function(e,t){return function(){return n.insert(e,t)}},n.replace=function(e,t){return n.updateArrayField((function(n){return function(e,t,n){var r=Si(e);return r[t]=n,r}(n,e,t)}),!1,!1)},n.handleReplace=function(e,t){return function(){return n.replace(e,t)}},n.unshift=function(e){var t=-1;return n.updateArrayField((function(n){var r=n?[e].concat(n):[e];return t<0&&(t=r.length),r}),(function(e){var n=e?[null].concat(e):[null];return t<0&&(t=n.length),n}),(function(e){var n=e?[null].concat(e):[null];return t<0&&(t=n.length),n})),t},n.handleUnshift=function(e){return function(){return n.unshift(e)}},n.handleRemove=function(e){return function(){return n.remove(e)}},n.handlePop=function(){return function(){return n.pop()}},n.remove=n.remove.bind(Wr(n)),n.pop=n.pop.bind(Wr(n)),n}$r(t,e);var n=t.prototype;return n.remove=function(e){var t;return this.updateArrayField((function(n){var r=n?Si(n):[];return t||(t=r[e]),Yr(r.splice)&&r.splice(e,1),r}),!0,!0),t},n.pop=function(){var e;return this.updateArrayField((function(t){var n=t;return e||(e=n&&n.pop&&n.pop()),n}),!0,!0),e},n.render=function(){var e={push:this.push,pop:this.pop,swap:this.swap,move:this.move,insert:this.insert,replace:this.replace,unshift:this.unshift,remove:this.remove,handlePush:this.handlePush,handlePop:this.handlePop,handleSwap:this.handleSwap,handleMove:this.handleMove,handleInsert:this.handleInsert,handleReplace:this.handleReplace,handleUnshift:this.handleUnshift,handleRemove:this.handleRemove},t=this.props,n=t.component,r=t.render,i=t.children,a=t.name,o=t.formik,c=(o.validate,o.validationSchema,Jr({},e,{form:Kr(o,["validate","validationSchema"]),name:a}));return n?Object(l.createElement)(n,c):r?r(c):i?"function"==typeof i?i(c):Xr(i)?null:l.Children.only(i):null},t}(l.Component);Ei.defaultProps={validateOnChange:!0};var Oi=bi(function(e){function t(){return e.apply(this,arguments)||this}$r(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return ti(this.props.formik.errors,this.props.name)!==ti(e.formik.errors,this.props.name)||ti(this.props.formik.touched,this.props.name)!==ti(e.formik.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length},n.render=function(){var e=this.props,t=e.component,n=e.formik,r=e.render,i=e.children,a=e.name,o=Kr(e,["component","formik","render","children","name"]),c=ti(n.touched,a),s=ti(n.errors,a);return c&&s?r?Yr(r)?r(s):null:i?Yr(i)?i(s):null:t?Object(l.createElement)(t,o,s):s:null},t}(l.Component));(function(e){function t(t){var n;n=e.call(this,t)||this;var r=t.render,i=t.children,a=t.component,o=t.as;t.name;return r&&Vr(!1),a&&r&&Vr(!1),o&&i&&Yr(i)&&Vr(!1),a&&i&&Yr(i)&&Vr(!1),r&&i&&!Xr(i)&&Vr(!1),n}$r(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e,t,n){return this.props.shouldUpdate?this.props.shouldUpdate(e,this.props):ti(this.context.values,this.props.name)!==ti(n.values,this.props.name)||ti(this.context.errors,this.props.name)!==ti(n.errors,this.props.name)||ti(this.context.touched,this.props.name)!==ti(n.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length||this.context.isSubmitting!==n.isSubmitting},n.componentDidMount=function(){this.context.registerField(this.props.name,{validate:this.props.validate})},n.componentDidUpdate=function(e){this.props.name!==e.name&&(this.context.unregisterField(e.name),this.context.registerField(this.props.name,{validate:this.props.validate})),this.props.validate!==e.validate&&this.context.registerField(this.props.name,{validate:this.props.validate})},n.componentWillUnmount=function(){this.context.unregisterField(this.props.name)},n.render=function(){var e=this.props,t=(e.validate,e.name),n=e.render,r=e.as,i=e.children,a=e.component,o=(e.shouldUpdate,Kr(e,["validate","name","render","as","children","component","shouldUpdate"])),c=this.context,s=(c.validate,c.validationSchema,Kr(c,["validate","validationSchema"])),u={value:"radio"===o.type||"checkbox"===o.type?o.value:ti(c.values,t),name:t,onChange:c.handleChange,onBlur:c.handleBlur},f={field:u,meta:{value:ti(c.values,t),error:ti(c.errors,t),touched:!!ti(c.touched,t),initialValue:ti(c.initialValues,t),initialTouched:!!ti(c.initialTouched,t),initialError:ti(c.initialErrors,t)},form:s};if(n)return n(f);if(Yr(i))return i(f);if(a){if("string"==typeof a){var p=o.innerRef,d=Kr(o,["innerRef"]);return Object(l.createElement)(a,Jr({ref:p},u,d),i)}return Object(l.createElement)(a,Jr({field:u,form:c},o),i)}var m=r||"input";if("string"==typeof m){var h=o.innerRef,y=Kr(o,["innerRef"]);return Object(l.createElement)(m,Jr({ref:h},u,y),i)}return Object(l.createElement)(m,Jr({},u,o),i)},t}(l.Component)).contextType=ii;var Ci=n(7),wi=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Ai(e){var t=e.castInitialValues,n=e.castValuesOnSubmit,r=e.initialValues,i=e.onSubmit,a=wi(e,["castInitialValues","castValuesOnSubmit","initialValues","onSubmit"]),o=t&&e.validationSchema?e.validationSchema.cast(function e(t){var n=Ci.a.deepClone(t);return Object.keys(n).forEach((function(t){n.hasOwnProperty(t)&&(Ci.a.isObject(n[t])?n[t]=e(n[t]):null===n[t]&&delete n[t])})),n}(r)):r,c={allowInitialSubmit:e.allowInitialSubmit};return l.createElement(pi,Object.assign({enableReinitialize:!0},a,{initialValues:o,onSubmit:function(t,r){var a=r.setSubmitting,o=r.resetForm,c=n&&e.validationSchema?e.validationSchema.cast(t):t;i(c,(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.reset&&o(),a(!1)}))},initialStatus:c}),m(e.children)?function(t){return e.children(t)}:l.Children.count(e.children)?e.children:null)}Ai.defaultProps={castInitialValues:!0,castValuesOnSubmit:!0};var ji=n(2),Ti=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown(),ki=n(3),Ii=function(e,t,n,r,i){var a="form-control";return"sm"===r&&(a+=" form-control-sm"),"lg"===r&&(a+=" form-control-lg"),ti(t,n)&&ti(e,n)&&(a+=" is-invalid"),i&&(a+=" ".concat(i)),a},Li=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function _i(e){var t=e.label,n=e.checkboxLabelClassName,r=Li(e,["label","checkboxLabelClassName"]);return l.createElement(ki.Form.Group,null,l.createElement("div",{className:"custom-control custom-checkbox"},l.createElement($c,Object.assign({className:"custom-control-input"},r)),l.createElement(ki.Form.Label,{className:"custom-control-label cursor-pointer ".concat(n),htmlFor:r.id},t)))}var Pi=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1e4;return Math.floor(Math.random()*Math.floor(e))};function xi(e){var t=e.title,n=e.placement,r=e.trigger,i=e.spanHack,a=e.children;return i?l.createElement(ki.OverlayTrigger,{placement:n,overlay:l.createElement(ki.Tooltip,{id:"".concat(t,"-").concat(Pi())},t),trigger:r},l.createElement("span",{className:"d-flex justify-content-center align-items-center"},a)):l.createElement(ki.OverlayTrigger,{placement:n,overlay:l.createElement(ki.Tooltip,{id:"".concat(t,"-").concat(Pi())},t),trigger:r},a)}xi.defaultProps={trigger:["hover","click","focus"],placement:"top"};var Ni,Di,Ri=n(38),Mi=n(85),Ui=n.n(Mi),Fi=n(86),Vi=n.n(Fi),Bi=n(87),Hi=n.n(Bi),zi=n(88),qi=n.n(zi),Ji=(n(89),n(90)),$i=n.n(Ji),Ki=n(91),Wi=n.n(Ki),Yi=n(92),Gi=n.n(Yi),Zi=n(93),Qi=n.n(Zi),Xi=n(94),ea=n.n(Xi),ta=n(95),na=n.n(ta),ra=n(96),ia=n.n(ra),aa=n(97),oa=n.n(aa),ca=n(98),sa=n.n(ca),ua=n(99),la=n.n(ua),fa=n(100),pa=n.n(fa),da=n(101),ma=n.n(da),ha=n(102),ya=n.n(ha),va=n(103),ba=n.n(va),ga=n(104),Sa=n.n(ga),Ea=n(105),Oa=n.n(Ea),Ca=n(106),wa=n.n(Ca),Aa=n(107),ja=n.n(Aa),Ta=n(108),ka=n.n(Ta),Ia=n(109),La=n.n(Ia),_a=n(110),Pa=n.n(_a),xa=n(111),Na=n.n(xa),Da=n(112),Ra=n.n(Da),Ma=n(113),Ua=n.n(Ma),Fa=n(114),Va=n.n(Fa),Ba=n(115),Ha=n.n(Ba),za=n(116),qa=n.n(za),Ja=n(117),$a=n.n(Ja),Ka=n(118),Wa=n.n(Ka),Ya=n(119),Ga=n.n(Ya),Za=n(120),Qa=n.n(Za),Xa=(n(121),n(122),n(123)),eo=n.n(Xa),to=n(124),no=n.n(to),ro=n(125),io=n.n(ro),ao=n(126),oo=n.n(ao),co=n(127),so=n.n(co),uo=n(128),lo=n.n(uo),fo=n(129),po=n.n(fo),mo=(n(130),n(131)),ho=n.n(mo),yo=n(132),vo=n.n(yo),bo=n(133),go=n.n(bo),So=n(134),Eo=n.n(So),Oo=n(135),Co=n.n(Oo),wo=n(136),Ao=n.n(wo),jo=n(137),To=n.n(jo),ko=(n(138),n(139)),Io=n.n(ko),Lo=n(140),_o=n.n(Lo),Po=n(141),xo=n.n(Po),No=n(142),Do=n.n(No),Ro=n(143),Mo=n.n(Ro),Uo=n(144),Fo=n.n(Uo),Vo=n(145),Bo=n.n(Vo),Ho=n(146),zo=n.n(Ho),qo=n(147),Jo=n.n(qo),$o=n(148),Ko=n.n($o),Wo=n(149),Yo=n.n(Wo),Go=n(150),Zo=n.n(Go),Qo=n(151),Xo=n.n(Qo),ec=n(152),tc=n.n(ec),nc=n(153),rc=n.n(nc),ic=n(154),ac=n.n(ic),oc=n(155),cc=n.n(oc),sc=n(156),uc=n.n(sc),lc=n(157),fc=n.n(lc),pc=n(158),dc=n.n(pc),mc=n(159),hc=n.n(mc),yc=n(160),vc=n.n(yc),bc=n(161),gc=n.n(bc),Sc=n(162),Ec=n.n(Sc),Oc=n(163),Cc=n.n(Oc),wc=n(164),Ac=n.n(wc),jc=n(165),Tc=n.n(jc),kc=n(166),Ic=n.n(kc),Lc=n(167),_c=n.n(Lc),Pc=(n(168),n(169),n(170),n(171)),xc=n.n(Pc),Nc=n(172),Dc=n.n(Nc),Rc=[Ui.a,Hi.a,qi.a,Wi.a,ea.a,na.a,ia.a,oa.a,Qi.a,$i.a,Vi.a,sa.a,la.a,pa.a,ma.a,ya.a,Gi.a,ba.a,Sa.a,Oa.a,wa.a,ja.a,ka.a,La.a,Pa.a,Na.a,qa.a,$a.a,Ra.a,Ua.a,Va.a,Ha.a,Wa.a,oo.a,Xo.a,rc.a,tc.a,fc.a,ac.a,cc.a,uc.a,Eo.a,Ao.a,Co.a,Ga.a,Qa.a,vo.a,go.a,ho.a,eo.a,so.a,_o.a,xo.a,lo.a,po.a,Do.a,no.a,Io.a,Mo.a,Fo.a,To.a,Bo.a,Jo.a,zo.a,dc.a,hc.a,Ko.a,Yo.a,io.a,Zo.a,Ec.a,gc.a,vc.a,Cc.a,Tc.a,Ac.a,Ic.a,_c.a,Dc.a,xc.a];function Mc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}!function(e){e.AddToPlaylists="add-to-playlist",e.Caret="caret",e.Delete="delete",e.Edit="edit",e.NoEdit="no-edit",e.Close="close",e.Folder="folder",e.Resources="resources",e.More="more",e.Bell="bell",e.Plus="plus",e.Minus="minus",e.Search="search",e.Share="share",e.Share2="share2",e.Upload="upload",e.Preview="preview",e.CircleCheck="circle-check",e.Down="down",e.Right="right",e.UpDown="up-down",e.ChevronUp="chevron-up",e.ChevronDown="chevron-down",e.ChevronLeft="chevron-left",e.ChevronRight="chevron-right",e.VisibleOff="visible-off",e.VisibleOn="visible-on",e.PublisherArchive="publisher-archive",e.ArrowLeft="arrow-left",e.ArrowRight="arrow-right",e.CheckCircleOutline="check-circle-o",e.CheckCircle="check-circle",e.Check="check",e.Lock="lock",e.Link="link",e.Info="info",e.Question="question",e.Star="star",e.StarOutline="star-o",e.Archive="archive",e.Warning="warning",e.WarningOutline="warning-o",e.NewWindow="new-window",e.File="file",e.FilePDF="file-pdf",e.FileExcel="file-excel",e.FilePowerpoint="file-ppt",e.FileWord="file-word",e.FileImg="file-img",e.FileZip="file-zip",e.Enter="enter",e.Calendar="calendar",e.CloseCaptionBadge="close-caption-badge",e.Playlist="playlist",e.Handle="handle",e.Subject="subject",e.Series="series",e.EditClickView="edit-clickview",e.Heart="heart",e.HeartOutline="heart-outline",e.WhiteWave="white-wave",e.Cog="cog",e.Video="video",e.Compass="compass",e.History="history",e.Tag="tag",e.Email="email",e.YearLevel="year-level",e.Subjects="subjects",e.Download="download",e.Print="print",e.CreateInteractive="create-interactive",e.Play="play",e.PlayCircle="play-circle",e.Twitter="twitter",e.Facebook="facebook",e.Classrooms="classrooms",e.Group="group",e.Timer="timer",e.CrossCircle="cross-circle",e.Hamburger="hamburger"}(Ni||(Ni={}));var Uc;function Fc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}d.extend(Ri.config,{autoReplaceSvg:!1,autoAddCss:!1,familyPrefix:"cv",autoA11y:!0,observeMutations:!1,replacementClass:"cv-svg",keepOriginalSource:!1}),(Di=Ri.library).add.apply(Di,function(e){if(Array.isArray(e))return Mc(e)}(Uc=Rc)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(Uc)||function(e,t){if(e){if("string"==typeof e)return Mc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Mc(e,t):void 0}}(Uc)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var Vc,Bc=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e)}var t,n,r;return t=e,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"getSvg",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.faIconLookup(e,t),r=this.getIcon(n,t);if(r&&(!r||r.html.length))return r.html.pop()}},{key:"getIcon",value:function(e,t){return Ri.icon(e,t.iconOptions||{})}},{key:"faIconLookup",value:function(e,t){var n=t.prefix,r=void 0===n?"cv":n;return Ri.findIconDefinition({prefix:r,iconName:e})}}])&&Fc(t.prototype,n),r&&Fc(t,r),e}().Instance,Hc=Ni;function zc(e){var t=e.svgName,n=e.className,r=void 0===n?"d-inline-block svg-container":n,i=e.tagName,a=void 0===i?"span":i,o=e.size,c=void 0===o?Vc.Standard:o,s=e.onClick,u=e.title,f=e.tooltipPlacement,p=void 0===f?"right":f,d=a,h={dangerouslySetInnerHTML:{__html:Bc.getSvg(t)},className:"".concat(r," ").concat(c),onClick:m(s)?s:null};return u?l.createElement(xi,{title:u,placement:p},l.createElement(d,Object.assign({},h))):l.createElement(d,Object.assign({},h))}function qc(e){var t=ci().values[e.fieldName];return"string"!=typeof t?l.createElement(l.Fragment,null):l.createElement("div",{className:"float-right text-muted"},t.length,"/",e.limit)}!function(e){e.Standard="std",e.Small="sm",e.Medium="md",e.Large="lg",e.ExtraLarge="xlg",e.XXL="xxlg"}(Vc||(Vc={}));var Jc=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function $c(e){var t=e.children,n=Jc(e,["children"]);return l.createElement(yi,Object.assign({},Ci.a.omit(n,["formSize"])),m(t)?function(e){return t(e)}:l.Children.count(t)?t:null)}function Kc(e){var t=e.label,n=e.className,r=e.showCharacterCounter,i=e.showRequiredStar,a=e.infoTooltip,o=e.formSize,c=Jc(e,["label","className","showCharacterCounter","showRequiredStar","infoTooltip","formSize"]),s=ci(),u=s.errors,f=s.touched,p=function(){};if("checkbox"===c.type){var d=Ci.a.omit(e,["formSize"]);return e.disabled&&(d.onChange=p),l.createElement(_i,Object.assign({},d))}var m=Object.assign(Object.assign({},c),{className:Ii(u,f,c.name,o,n)});return e.disabled&&(m.onChange=p),l.createElement(ki.Form.Group,null,!!t&&l.createElement(ki.Form.Label,{htmlFor:c.id},t,i&&l.createElement("span",{className:"text-danger"},"*"),a&&l.createElement(xi,{title:a},l.createElement("span",null,l.createElement(zc,{svgName:Hc.Info})))),l.createElement($c,Object.assign({},m)),!!r&&!!c.maxLength&&l.createElement(qc,{fieldName:c.name,limit:c.maxLength}),l.createElement(Oi,{name:c.name},(function(e){return l.createElement(ki.Form.Control.Feedback,{type:"invalid"},e)})))}function Wc(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Yc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Yc(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Yc(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Gc(e){var t,n=Wc(l.useState(!1),2),r=n[0],i=n[1];return l.useEffect((function(){var t;e.isValid&&(e.dirty||(null===(t=e.initialStatus)||void 0===t?void 0:t.allowInitialSubmit))?i(!0):i(!1)}),[e.isValid,null===(t=e.initialStatus)||void 0===t?void 0:t.allowInitialSubmit,e.dirty,e.values]),l.useEffect((function(){e.isSubmitting&&i(!1)}),[e.isSubmitting]),r}var Zc=n(203),Qc=n(50),Xc=n(22),es=n(4),ts="AlertService",ns="LanguageService",rs=n(11),is=n(37);function as(e){return(as="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function os(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function cs(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ss(e,t){return(ss=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function us(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=fs(e);if(t){var i=fs(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ls(this,n)}}function ls(e,t){return!t||"object"!==as(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function fs(e){return(fs=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function ps(e){return Qc.sanitize(e).replace("&","&")}var ds=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ss(e,t)}(a,e);var t,n,r,i=us(a);function a(){return os(this,a),i.apply(this,arguments)}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return ns}},{key:"setConfig",value:function(e){this.polyglot=new Zc({locale:e.locale,phrases:e.phrases.rootElement||e.phrases}),this.cache={}}},{key:"getPhrase",value:function(e,t,n){var r="".concat(e,".").concat(t);if(this.polyglot||es.c.throw(new rs.a("LanguageService config must be set.")),!this.polyglot.has(r)){if(!is.a.isDevelopment){var i=window.trackJs;return i&&i.console.error("No phrase set for ".concat(r," in language config")),""}es.c.throw(new rs.a("No phrase set for ".concat(r," in language config.")))}if(!n||d.isEmpty(n)){var a=this.cache[r];if(a)return a;var o=this.polyglot.t(r);return this.cache[r]=o,o}var c=d.omit(n,"smartCount"),s={};for(var u in c){var l=c[u];"number"==typeof l&&(l=l.toString()),s[u]=ps(l)}d.isNumber(n.smartCount)&&(s.smart_count=n.smartCount);var f="".concat(r,":").concat(d.values(Object.assign({},s)).join(":")),p=this.cache[f];if(p)return p;var m=this.polyglot.t(r,s);return this.cache[f]=m,m}},{key:"encloseNamespace",value:function(e){var t=this;return function(n,r){return t.getPhrase(e,n,r)}}}])&&cs(t.prototype,n),r&&cs(t,r),a}(Xc.a).Instance,ms=l.createContext(""),hs=l.memo((function(e){var t=e.phrase,n=e.namespace,r=e.options,i=l.useContext(ms),a=n||i,o=ds.getPhrase(a,t,r);return l.createElement("span",{dangerouslySetInnerHTML:{__html:o}})}),(function(e,t){return e.namespace===t.namespace&&e.phrase===t.phrase&&Ci.a.isEqual(e.options,t.options)}));function ys(e){var t=ci(),n=Gc(t);return l.createElement(ki.Button,{variant:e.variant||"primary",type:"submit",disabled:!n,size:e.size},t.isSubmitting?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):e.submitText?l.createElement(l.Fragment,null,e.submitText):l.createElement(hs,{namespace:"shared.formButtons",phrase:e.isNew?"create":"save"}))}function vs(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this company",autoFocus:!0}),l.createElement(ys,{isNew:e.isNew}))}function bs(e){return l.createElement(Ai,{initialValues:e.company,validationSchema:Ti,onSubmit:e.saveCompany},l.createElement(vs,{isNew:!(e.company&&e.company.id)}))}function gs(e){var t=Object(v.useDispatch)(),n=oe.useBasicFetch(ye(e.id));return l.createElement(l.Fragment,null,!!n.data&&l.createElement(bs,{company:n.data,saveCompany:function(n,r){return oe.fetch(t,be(e.id,n,r))}}))}function Ss(){var e=Object(v.useDispatch)();return l.createElement(bs,{saveCompany:function(t,n){oe.fetch(e,ve(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.PEOPLE,action:i.Companies.EDIT_COMPANY,args:[e.id]})}),n))}})}var Es,Os=n(204),Cs=n(205),ws=n.n(Cs);function As(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return js(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return js(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function js(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ts(e){return(Ts="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(e){e.XS="(max-width: 575px)",e.SM="(min-width: 576px) and (max-width: 767px)",e.MD="(min-width: 768px) and (max-width: 991px)",e.LG="(min-width: 992px)",e.XL="(min-width: 1200px)",e.XXL="(min-width: 1440px)",e.SMDown="(max-width: 576px)",e.MDDown="(max-width: 768px)",e.LGDown="(max-width: 992px)",e.XLDown="(max-width: 1200px)"}(Es||(Es={}));var ks={isNumber:function(e){return ks.isType(e,"number")},isString:function(e){return ks.isType(e,"string")},isType:function(e,t){return Ts(e)===t}},Is=n(21),Ls=n.n(Is);function _s(e){return function(e){if(Array.isArray(e))return Ps(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Ps(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ps(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ps(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xs(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ns,Ds=[{empty:!0}];function Rs(e,t){return Ci.a.isObject(e)&&e.hasOwnProperty(t)&&ks.isString(e[t])}function Ms(e,t,n){return function(r){var i=r.value;if(i.length||n(),!(i.length<e.activationLength)){if(e.local){var a=m(e.getLocalSuggestions)?e.getLocalSuggestions(i,e.local):(c=i,s=e.local,u=e.valueKey,(l=c.trim().toLowerCase()).length?s.filter((function(e){return!(!Rs(e,u)||!ks.isString(e[u]))&&e[u].trim().toLowerCase().includes(l)})):[]),o=!a.length&&e.getEmptyStateComponent;t((function(e){var t;return Object.assign(Object.assign({},e),(xs(t={},Ns.Local,a),xs(t,Ns.Empty,o?Ds:[]),t))}))}var c,s,u,l;e.getRemoteUrl&&function(e,t,n,r){var i=m(e)&&e(t);i&&oe.ajaxRequest({resource:i,type:ce.a.GET,success:n,error:function(){},headers:r})}(e.getRemoteUrl,i,(function(n){var r=m(e.formatRemoteSuggestions)?e.formatRemoteSuggestions(n):n,i=!r.length&&e.getEmptyStateComponent;t((function(e){var t;return Object.assign(Object.assign({},e),(xs(t={},Ns.Remote,r),xs(t,Ns.Empty,i?Ds:[]),t))}))}),e.requestHeaders)}}}function Us(e,t,n,r,i,a,o){var c=function(t){return e[t]||[]},s=t?c(Ns.Recent):[],u=c(Ns.Local),l=c(Ns.Remote),f=c(Ns.Empty);if(f.length&&n)return[{data:f}];var p=[];s.length&&p.push({title:r,data:s});var d=[].concat(_s(u),_s(l));return d.length?(Number.isInteger(o)&&d.length>o&&(d=d.slice(0,o)),m(a)?p.push.apply(p,_s(a(d))):p.push({title:i,data:d}),p):p}function Fs(e){return e.data}function Vs(e){return{container:"position-relative",suggestionsContainerOpen:"bg-white py-1 border rounded ".concat(Ls.a.suggestionsContainerOpen),suggestionsList:"list-unstyled m-0",suggestion:"".concat(e?"":"cursor-pointer"," py-1 px-2"),suggestionHighlighted:e?"":Ls.a.suggestionHighlighted,sectionContainer:"border-bottom py-1 ".concat(Ls.a.sectionContainer)}}function Bs(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=Vs(t),r=Object.assign(n,e);return r}!function(e){e.Local="local",e.Recent="recent",e.Remote="remote",e.Empty="empty"}(Ns||(Ns={}));var Hs=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function zs(e,t,n,r,i){var a="form-control";return n||(a+=" ".concat(Ls.a.inputWithoutHighlight)),"left"===e&&(a+=" ".concat(Ls.a.inputWithLeftIcon)),("right"===e&&!t||"left"===e&&t)&&(a+=" ".concat(Ls.a.inputWithRightIcon)),"right"===e&&t&&(a+=" ".concat(Ls.a.inputWithTwoRightIcons)),"lg"===i&&(a+=" form-control-lg"),"sm"===i&&(a+=" form-control-sm"),r&&(a+="".concat(r)),a}function qs(e){var t="d-inline-block svg-container";return m(e)?t+" cursor-pointer":t}function Js(e){var t=e.onClickSearchIcon,n=e.searchIconPlacement,r=e.showClearInputIcon,i=e.onClickClearInput,a=e.highlightOnFocus,o=e.className,c=e.formSize,s=Hs(e,["onClickSearchIcon","searchIconPlacement","showClearInputIcon","onClickClearInput","highlightOnFocus","className","formSize"]),u=function(){return l.createElement("div",{className:"d-inline-block"},l.createElement(zc,{svgName:Hc.Search,size:Vc.Standard,onClick:t,className:qs(t)}))};return l.createElement("div",{className:"position-relative ".concat(Ls.a.inputContainer)},"left"===n&&l.createElement("div",{className:"".concat(Ls.a.iconContainer," ").concat(Ls.a.leftIconContainer)},l.createElement(u,null)),l.createElement("input",Object.assign({className:zs(n,r,a,o,c)},s)),("right"===n||!!r)&&l.createElement("div",{className:"".concat(Ls.a.iconContainer," ").concat(Ls.a.rightIconContainer)},!!r&&l.createElement((function(){return l.createElement("div",{className:"d-inline-block text-muted ".concat(Ls.a.clearButton)},l.createElement(zc,{svgName:Hc.Close,size:Vc.Standard,onClick:i,className:qs(i)}))}),null),"right"===n&&l.createElement(u,null)))}function $s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ks(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ks(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ks(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ws=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},Ys=m;function Gs(e){return e.renderAsForm?l.createElement("form",{onSubmit:e.onSubmit},e.children):l.createElement(l.Fragment,null,e.children)}function Zs(e){var t,n,r,i=(t=e.initialSuggestions,n=e.recentSearches,xs(r={},Ns.Recent,n),xs(r,Ns.Local,t),xs(r,Ns.Remote,[]),xs(r,Ns.Empty,[]),r),a=$s(l.useState(e.initialQuery||""),2),o=a[0],c=a[1],s=$s(l.useState(i),2),u=s[0],f=s[1],p=function(e){var t=As(Object(l.useState)(window.matchMedia(e).matches),2),n=t[0],r=t[1];return Object(l.useEffect)((function(){var t=window.matchMedia(e);t.matches!==n&&r(t.matches);var i=function(){return r(t.matches)};return t.addListener(i),function(){return t.removeListener(i)}}),[e]),n}(Es.XS);l.useEffect((function(){var t=e.initialQuery||"";o!==t&&c(t)}),[e.initialQuery]);var d=function(){f(i)},h=function(t){t.preventDefault(),Ys(e.onSubmit)&&e.onSubmit(o)};return l.createElement(Gs,{onSubmit:h,renderAsForm:!!e.renderAsForm},l.createElement(Os,Object.assign({suggestions:Us(u,!o,!!e.getEmptyStateComponent,e.recentSearchHeading||ds.getPhrase("shared.searchBar","recentSearchHeading"),e.suggestionsHeading,e.getSections,e.suggestionLimit),onSuggestionsFetchRequested:Ms(e,f,d),onSuggestionsClearRequested:function(){e.alwaysRenderSuggestions||d()},onSuggestionSelected:function(t,n){var r=n.suggestion;r.empty||(e.clearQueryOnSelect&&c(""),e.onSuggestionSelected(r))},getSuggestionValue:function(t){return e.updateQueryOnSelection?function(e,t){return Rs(t,e)?t[e]:""}(e.valueKey,t):o},renderSuggestion:function(t){return t&&t.empty?o.length>=e.activationLength&&m(e.getEmptyStateComponent)?e.getEmptyStateComponent(o):l.createElement(l.Fragment,null):Ys(e.getSuggestionComponent)?e.getSuggestionComponent(t):function(e,t){return Rs(t,e)?l.createElement(l.Fragment,null,t[e]):l.createElement(l.Fragment,null)}(e.valueKey,t)},renderSuggestionsContainer:function(t){var n=t.containerProps,r=n.ref,i=Ws(n,["ref"]);return e.customScrollbarProps?l.createElement(ws.a,Object.assign({ref:r},e.customScrollbarProps,i),t.children):l.createElement("div",Object.assign({ref:r},i),t.children)},alwaysRenderSuggestions:e.alwaysRenderSuggestions,focusInputOnSuggestionClick:!p,inputProps:{placeholder:e.placeholder||ds.getPhrase("shared.searchBar","placeholder"),value:o,onChange:function(t,n){var r=n.newValue;c(r),Ys(e.onQueryChange)&&e.onQueryChange(r)},onKeyDown:function(t){8===t.keyCode&&e.onBackspace&&!o&&e.onBackspace()},autoFocus:!!e.autoFocusInput,highlightOnFocus:e.highlightInputOnFocus,onClickSearchIcon:!!e.submitOnClickSearchIcon&&h,searchIconPlacement:e.searchIconPlacement,showClearInputIcon:!!e.showClearInputIcon&&!!o.length,onClickClearInput:function(){c(""),Ys(e.onClickClearInput)&&e.onClickClearInput()},formSize:e.size},renderInputComponent:Js,theme:Bs(e.theme,!!u.empty.find((function(e){return e.empty}))),multiSection:!0,renderSectionTitle:function(t){return function(e,t){if(e.title)return l.createElement("div",{className:"pb-1 ".concat(null!=t?t:"")},l.createElement("strong",null,e.title))}(t,e.sectionTitleClassName)},getSectionSuggestions:Fs},e.alwaysRenderSuggestionsOnInputFocus?{shouldRenderSuggestions:function(){return!0}}:{})))}Zs.defaultProps={updateQueryOnSelection:!0,valueKey:"name",activationLength:3,suggestionLimit:5,recentSearches:[],initialSuggestions:[],searchIconPlacement:"right",renderAsForm:!0};var Qs,Xs=n(13);function eu(e){return(eu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function tu(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function nu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ru(e,t){return(ru=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function iu(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ou(e);if(t){var i=ou(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return au(this,n)}}function au(e,t){return!t||"object"!==eu(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ou(e){return(ou=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Analytics="AnalyticsService",e.Context="ContextService"}(Qs||(Qs={}));var cu,su=new(function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ru(e,t)}(a,e);var t,n,r,i=iu(a);function a(){var e;return tu(this,a),(e=i.apply(this,arguments)).contextHistory=[],e}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return Qs.Context}},{key:"initialize",value:function(){this.listenTo(Y.a.SHELL,p.EventNames.ROUTE,this.setContext)}},{key:"setContext",value:function(e){this.contextHistory.length>=5&&this.contextHistory.unshift(),this.contextHistory.push({pageLoad:!this.contextHistory.length,appLink:e})}},{key:"getCurrentContext",value:function(){if(this.contextHistory.length)return this.contextHistory[this.contextHistory.length-1]}},{key:"fromPageLoad",value:function(){return 1===this.contextHistory.length}}])&&nu(t.prototype,n),r&&nu(t,r),a}(p.Service)),uu=n(5);!function(e){e.Inlet="event:inlet",e.Outlet="event:outlet"}(cu||(cu={}));var lu="global:analytics";function fu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var pu=Xs.EventVersion.V1,du=function(){function e(t,n,r,i){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.type=t,this.data=n,this.actionContext=r,this.eventVersion=i||pu}var t,n,r;return t=e,(n=[{key:"isType",value:function(e){return e===this.type}},{key:"enrich",value:function(e,t){this.validateKey(e),this[e]=t}},{key:"get",value:function(e){if(e&&this[e])return this[e]}},{key:"validateKey",value:function(e){"type"!==e&&"data"!==e||p.ErrorHelper.throw(new rs.a("".concat(e," is not a valid key"))),this[e]&&p.ErrorHelper.throw(new rs.a("Event already contains an enrichment named ".concat(e)))}}])&&fu(t.prototype,n),r&&fu(t,r),e}(),mu=function(e,t,n,r){uu.Radio.channel(lu).trigger(cu.Inlet,new du(e,t,n,r))};function hu(){var e=su.getCurrentContext().appLink;return d.isObject(e)||p.ErrorHelper.throw(new rs.a("Applink does not exist. Check current context.")),e.application.replace(":","-")}function yu(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.location,n=e.entity,r=e.workflowPhase,i=void 0===r?null:r,a=e.descriptor,o=void 0===a?null:a;return t||p.ErrorHelper.throw(new rs.a("location must be set.")),n||p.ErrorHelper.throw(new rs.a("entity must be set.")),{productArea:hu(),location:t,entity:n,descriptor:o,workflowPhase:i}}function vu(){return p.LocationUtils.GetCurrentPath()+p.LocationUtils.GetCurrentQueryString()}var bu={logUserAction:function(e,t){if(function(e){return!(!d.isArray(e)||!d.every(e,(function(e){return d.isObject(e)})))||!!d.isObject(e)}(e)&&d.isObject(t)){var n=bu.buildUserActionEvent(t),r=n.userAction,i=n.action,a=n.eventVersion;mu(r,e,i,a)}},logNavigate:function(e,t){var n=Object.assign({currentLocation:vu(),appLink:e},t);mu(Xs.UserAction.Navigate,n)},mergeOptions:function(e,t){return d.extend({},e,t)},buildActionContext:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return yu(e)},buildUserActionEvent:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.actionType,n=e.eventVersion,r=t,i=yu(e);return{userAction:r,action:i,eventVersion:n}},buildCurrentLocation:function(){return vu()},buildSearchEvent:function(e,t){return{data:{query:e},action:yu({entity:Xs.EntityType.Video,location:Xs.LocationContext.SearchBar,descriptor:t})}},buildInstantSearchEvent:function(e,t,n){var r;n===Xs.SearchQueryType.Series&&(r=Xs.EntityType.Series),n===Xs.SearchQueryType.Folder&&(r=Xs.EntityType.Folder),n===Xs.SearchQueryType.Tags&&(r=Xs.EntityType.Tag),n===Xs.SearchQueryType.Video&&(r=Xs.EntityType.Video),n===Xs.SearchQueryType.Subjects&&(r=Xs.EntityType.Classification);var i={instant:{},query:e};return t.id&&(i.instant.selectedId=t.id),t.name&&(i.instant.selectedName=t.name),{data:i,action:yu({entity:r,location:Xs.LocationContext.SearchBar})}},mapInteractionType:function(e){switch(e){case Xs.InteractionType.DragDrop:return Xs.InteractionTypeDescriptor.DragDrop;case Xs.InteractionType.FileSelect:return Xs.InteractionTypeDescriptor.FileSelect;default:return}}};function gu(e){var t=e.appLink,n=e.appLinkOptions,r=e.className,i=e.style,a=e.children,o=e.tag,c=void 0===o?"a":o;if(!t)return l.createElement("span",{className:r||""},a);var s=p.AppLinkHelper.getHref(t),u={onClick:function(r){var i;r.preventDefault(),null===(i=e.onClick)||void 0===i||i.call(e,r),e.analyticsData&&e.analyticsOptions&&bu.logUserAction(Object.assign({href:s},e.analyticsData),e.analyticsOptions),p.AppLinkHelper.trigger(t,n)},href:s,className:r,style:i};return e.title&&(u.title=e.title),l.createElement(c,Object.assign({},u),a)}function Su(e){var t=e.backToName,n=e.appLink;return l.createElement(gu,{appLink:n,className:"d-inline-flex align-items-center"},l.createElement(zc,{svgName:Hc.ArrowLeft,size:Vc.Small}),l.createElement("span",{className:"ml-1"},"Back to ".concat(t)))}function Eu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ou(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ou(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ou(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}gu.defaultProps={appLinkOptions:{}};var Cu,wu,Au,ju,Tu=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function ku(e){var t=e.selected,n=e.onToggle,r=Tu(e,["selected","onToggle"]),i=Eu(l.useState(t),2),a=i[0],o=i[1];l.useEffect((function(){return o(t)}),[t]);return l.createElement(ki.Form.Check,Object.assign({type:"checkbox",id:"checkbox-".concat(Pi()),checked:a,onChange:function(){o(!a),n(!a)}},r))}!function(e){e.Small="small",e.Medium="medium",e.Large="large"}(Cu||(Cu={})),function(e){e[e.Thumbnails=0]="Thumbnails",e[e.Banners=1]="Banners",e[e.Avatars=2]="Avatars",e[e.Logos=3]="Logos",e[e.Covers=4]="Covers",e[e.Posters=5]="Posters",e[e.TallPosters=6]="TallPosters",e[e.HeroBanners=7]="HeroBanners",e[e.None=99999]="None"}(wu||(wu={})),function(e){e[e.Crop=0]="Crop",e[e.Stretched=1]="Stretched",e[e.Cover=2]="Cover"}(Au||(Au={})),function(e){e[e.None=0]="None",e[e.ImageAPIv1=1]="ImageAPIv1",e[e.FileAPIv1=2]="FileAPIv1",e[e.ImageAPIv2=3]="ImageAPIv2"}(ju||(ju={}));var Iu,Lu,_u=function(e,t){var n=d.map(t,(function(e,t){return t&&Array.isArray(e)?e.map((function(e){return"".concat(t,"=").concat(encodeURIComponent(e))})).join("&"):t&&void 0!==e?"".concat(t,"=").concat(encodeURIComponent(e)):""})),r=d.reduce(n,(function(e,t){return t?e?"".concat(e,"&").concat(t):t:e}));return r?"".concat(e,"?").concat(r):e},Pu=function(e,t){if(e){var n=e;return e.endsWith("/")||(n+="/"),t?n+=t.startsWith("/")?t.slice(1):t:n}};function xu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.Banner="banner",e.Thumbnail="thumbnail"}(Lu||(Lu={}));var Nu,Du=(xu(Iu={},wu.Banners,Lu.Banner),xu(Iu,wu.Thumbnails,Lu.Thumbnail),Iu),Ru=function(e){return"/v1/category-map/".concat(e)},Mu={createUrl:function(e,t){return Mu._createUrl(e,t)},createBannerUrl:function(e,t,n){return e&&e.url?Mu._createUrl(e.url,n):Mu._createCategoryMappedUrl(t,n)},createResourceImage:function(e,t,n){return Mu._createUrl(e,Object.assign({url:t},n))},Rfc3986EncodeURIComponent:function(e){return encodeURIComponent(e).replace(/[!'()*]/g,escape)},_createCategoryMappedUrl:function(e,t){var n=e.fallbackBaseUrl,r=e.fallbackCategoryName,i=e.type,a=Pu(n,"".concat(Ru(Du[i]))),o=Object.assign({name:Mu.Rfc3986EncodeURIComponent(r)},t);return Mu._createUrl(a,o)},_createUrl:function(e,t){if(e){if(Ci.a.isEmpty(t))return e;var n=$.param(t),r=-1===e.indexOf("?")?"?":"&",i=e;return i.endsWith("/")&&(i=i.slice(0,-1)),i+"".concat(r).concat(n)}},legacyCreateThumbnailUrl:function(e,t){if(!e)return"";var n;if(e&&(n=e instanceof p.Model?e.get("url"):"string"==typeof e?e:e.url)){var r=Object.assign({size:Cu.Small,bgColor:"000"},t);return Mu._createUrl(n,r)}},getDisplayImageFromObject:function(e){var t,n,r,i,a;return"tallPoster"in e&&(null===(t=e.tallPoster)||void 0===t?void 0:t.url)?e.tallPoster:"cover"in e&&(null===(n=e.cover)||void 0===n?void 0:n.url)?e.cover:"thumbnail"in e&&(null===(r=e.thumbnail)||void 0===r?void 0:r.url)?e.thumbnail:"video"in e&&(null===(a=null===(i=e.video)||void 0===i?void 0:i.thumbnail)||void 0===a?void 0:a.url)?e.video.thumbnail:null}};function Uu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Fu=(Uu(Nu={},wu.Thumbnails,{width:1280,height:720}),Uu(Nu,wu.Banners,{width:3600,height:666}),Uu(Nu,wu.Covers,{width:1080,height:1080}),Uu(Nu,wu.Posters,{width:1e3,height:1500}),Uu(Nu,wu.TallPosters,{width:1080,height:1920}),Uu(Nu,wu.HeroBanners,{width:1920,height:640}),Uu(Nu,wu.None,{width:1,height:1}),Uu(Nu,wu.Avatars,{width:256,height:256}),Nu);function Vu(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Bu(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bu(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bu(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Hu,zu=l.createContext(void 0),qu=function(e){var t=e.children,n=Vu(l.useState(),2),r=n[0],i=n[1],a=Vu(l.useState(!1),2),o=a[0],c=a[1],s=Vu(l.useState(),2),u=s[0],f=s[1],p={getDataUrl:function(){var e=r;return i(null),e},setDataUrl:i,imageUploaded:o,getImage:function(){var e=u;return f(null),c(!1),e},setImage:function(e){f(e),c(!0)}};return l.createElement(zu.Provider,{value:p},t)},Ju={onFileSelect:function(e,t,n){if(t&&t.length){var r=new FileReader;r.addEventListener("load",(function(){return Ju.onReaderLoad(r,e,n)})),r.readAsDataURL(t[0])}},onReaderLoad:function(e,t,n){var r=new Image;r.src=e.result;var i=Fu[t].width,a=Fu[t].height;r.addEventListener("load",(function(){Ju.isImageValid(t,r)&&m(n)?n(r):alert("Image too small: minimum dimensions are ".concat(i," x ").concat(a))}))},isImageValid:function(e,t){var n=Fu[e].width,r=Fu[e].height;return!(n&&t.width<n)&&!(r&&t.height<r)},mapImageTypeToString:function(e){switch(e){case wu.Avatars:return"avatars";case wu.Thumbnails:return"thumbnails";case wu.Logos:return"logos";case wu.Covers:return"covers";case wu.Posters:return"posters";case wu.TallPosters:return"tallposters";case wu.HeroBanners:return"herobanners";case wu.None:default:return""}}},$u=["pdf"],Ku=["doc","docx","dotx","dot","rtf","docm","odt"],Wu=["csv","txt"],Yu=["xls","xlt","xlsx"],Gu=["jpg","tif","png","bmp","gif","jpeg"],Zu=["zip","rar"],Qu=["ppt","pot","pps","pptx"],Xu=["srt"],el={IMAGES:".".concat(Gu.join(",.")),RESOURCES:".".concat([].concat(Ku,Yu,Qu,$u,Wu,Gu,Zu).join(",.")),SUBTITLES:".".concat(Xu.join(",."))},tl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function nl(e){var t=e.onFileSelect,n=e.acceptMultiple,r=e.mimeType,i=e.label,a=e.error,o=e.touched,c=tl(e,["onFileSelect","acceptMultiple","mimeType","label","error","touched"]),s="custom-file-input cursor-pointer";a&&o&&(s+=" is-invalid");var u=Object.assign({type:"file",className:s,onChange:function(e){var n=e.currentTarget.files;n&&n.length&&m(t)&&t(n)},autoComplete:"off",value:"",multiple:!!n},r?{accept:r}:{});return l.createElement("div",{className:"form-group"},l.createElement("div",{className:"custom-file"},l.createElement(yi,Object.assign({},u,c),e.children),l.createElement(ki.Form.Label,{className:"custom-file-label",htmlFor:c.id},i)))}function rl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return il(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return il(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function il(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function al(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ol=(al(Hu={},wu.Thumbnails,"Thumbnail"),al(Hu,wu.Banners,"Banner"),al(Hu,wu.Avatars,"Avatar"),al(Hu,wu.Logos,"Logo"),al(Hu,wu.Covers,"Cover"),al(Hu,wu.Posters,"Poster"),al(Hu,wu.TallPosters,"Tall Poster"),al(Hu,wu.HeroBanners,"Hero Banner"),al(Hu,wu.None,"Image"),Hu);function cl(e){var t=ci(),n=ti(null==t?void 0:t.values,e.fieldName),r=l.useContext(zu),i=r.setDataUrl,a=r.getImage,o=r.imageUploaded,c=rl(l.useState(!1),2),s=c[0],u=c[1],f=rl(l.useState(n),2),d=f[0],h=f[1],y=rl(l.useState(!1),2),v=y[0],b=y[1];function g(t){u(!0),i(t.src),p.AppLinkHelper.trigger({application:e.application,action:e.uploadAction,args:[e.imageType]})}l.useEffect((function(){if(s){var n,r=a();if(r)u(!1),h(r),n=r,m(e.setSelectedImage)?e.setSelectedImage(n):t&&t.setFieldValue(e.fieldName,{fileId:n.id,fileIdType:ju.ImageAPIv2})}}),[o]);var S=e.label||ol[e.imageType]||"Image";return l.createElement("div",{className:"form-group"},l.createElement("div",{className:"form-control h-auto py-2"},l.createElement("label",null,S),l.createElement("em",{className:"ml-1 text-muted"},"(Minimum dimensions are ".concat(Fu[e.imageType].width,"px")+" x ".concat(Fu[e.imageType].height,"px)")),l.createElement(nl,{label:"Choose a ".concat(S.toLowerCase()),name:"image",mimeType:el.IMAGES,onFileSelect:function(t){return Ju.onFileSelect(e.imageType,t,g)}}),!!d&&!!d.url&&l.createElement(l.Fragment,null,!v&&l.createElement("div",{className:"pb-2 ".concat(e.imageType===wu.Banners?"w-100":"w-50")},l.createElement("img",{src:Mu.createUrl(d.url),className:"img img-fluid"})),l.createElement("div",{className:"d-flex justify-content-center"},l.createElement(zc,{svgName:v?Hc.ChevronDown:Hc.ChevronUp,size:Vc.Large,className:"svg-container cursor-pointer",onClick:function(){return b(!v)},title:v?"Show image":"Hide image",tooltipPlacement:"top"})))))}var sl=function(){uu.Radio.channel(Y.a.SHELL).trigger("prevent:scroll:top")};function ul(e,t){return t?{application:e.application,action:e.action,args:e.args,params:Object.assign({},e.params,{cursor:t})}:null}function ll(e){var t=e.appLink,n=e.cursors,r=e.className,i=e.buttonVariant;function a(e){sl(),bu.logUserAction({page:e},{location:Xs.LocationContext.Pagination,entity:Xs.EntityType.Pagination,actionType:Xs.UserAction.Navigate})}return l.createElement(ms.Provider,{value:"shared.pagination"},l.createElement("div",{className:r},l.createElement(gu,{appLink:ul(t,n.previous),className:"btn btn-".concat(i," mr-1 ").concat(n.previous?"":"disabled"),onClick:function(){return a("previous")}},l.createElement(hs,{phrase:"previous"})),l.createElement(gu,{appLink:ul(t,n.next),className:"btn btn-".concat(i," ").concat(n.next?"":"disabled"),onClick:function(){return a("next")}},l.createElement(hs,{phrase:"next"}))))}function fl(e){return l.createElement("tr",null,e.columns.map((function(t,n){var r=function(){return l.createElement(l.Fragment,null,m(t.accessor)?t.accessor(e.object):e.object[t.accessor])},i=m(t.appLink)?t.appLink(e.object):t.appLink;return l.createElement("td",{key:n},i?l.createElement(gu,{appLink:i},l.createElement(r,null)):l.createElement(r,null))})),!!e.addNewObjectColumn&&l.createElement("td",null))}function pl(e){return l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,e.columns.map((function(e,t){return l.createElement("th",{key:t},e.header)})),!!e.newObjectAppLink&&l.createElement("th",null,l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(gu,{appLink:e.newObjectAppLink},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New ".concat(e.objectName))))))),l.createElement("tbody",null,e.objects.map((function(t){return l.createElement(fl,{key:t.id,object:t,columns:e.columns,addNewObjectColumn:!!e.newObjectAppLink})}))))}function dl(e){if(!e.collection)return l.createElement(l.Fragment,null);var t=e.collection,n=t.data,r=t.pagination;return l.createElement(l.Fragment,null,!!n&&l.createElement(pl,{objects:n,columns:e.columns,newObjectAppLink:e.newObjectAppLink,objectName:e.objectName}),!!r&&!!r.cursors&&l.createElement(ll,{cursors:r.cursors,appLink:e.collectionAppLink}))}ll.defaultProps={className:"py-2",buttonVariant:"secondary"};var ml=n(42),hl=n.n(ml);function yl(e){var t="".concat(e.className," ").concat(hl.a.iconButton);e.children?t+=" ".concat(hl.a.iconWithText):t+=" ".concat(hl.a.iconOnly);var n=l.createElement(zc,{svgName:e.svgName,className:"svg-container ".concat(hl.a.svg),size:e.svgSize});return e.appLink?l.createElement(gu,{appLink:e.appLink,className:t,onClick:e.onClick,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},n,e.children):l.createElement("button",{className:t,onClick:function(t){e.analyticsData&&e.analyticsOptions&&bu.logUserAction(e.analyticsData,e.analyticsOptions),m(e.onClick)&&e.onClick(t)}},n,e.children)}var vl=n(206),bl=n.n(vl);function gl(e){var t="dropdown-item";return e&&(t+=" ".concat(e)),t}function Sl(e){if(e.action.appLink)return l.createElement(gu,{appLink:e.action.appLink,onClick:e.action.onClick,className:gl(e.action.className),analyticsData:e.action.analyticsData,analyticsOptions:e.action.analyticsOptions},e.action.label);function t(){e.action.analyticsData&&e.action.analyticsOptions&&bu.logUserAction(e.action.analyticsData,e.action.analyticsOptions),m(e.action.onClick)&&e.action.onClick()}return l.createElement("span",{className:"cursor-pointer ".concat(gl(e.action.className)),onClick:t,role:"button",tabIndex:0,onKeyDown:function(e){return"Enter"===e.key&&t()}},e.action.label)}function El(e){if(!e.actions||!e.actions.length)return l.createElement(l.Fragment,null);var t="dropdown";e.className&&(t+=" ".concat(e.className));var n="actions-dropdown-".concat(Pi()),r="dropdown-toggle px-0 ".concat(bl.a.dropdownToggle);return e.dropdownToggleClassName&&(r+=" ".concat(e.dropdownToggleClassName)),l.createElement("div",{className:t},l.createElement("button",{className:r,type:"button",id:n,"data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"},l.createElement(zc,{svgName:Hc.More,size:Vc.Small})),l.createElement("div",{className:"dropdown-menu dropdown-menu-right","aria-labelledby":n},e.actions.map((function(e,t){return e.tooltip?l.createElement(xi,{key:t,title:e.tooltip,spanHack:!0},l.createElement(Sl,{action:e})):l.createElement(Sl,{key:t,action:e})}))))}function Ol(e){var t=e.showSpinner?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):e.children;if(e.tooltip)return l.createElement(xi,{title:e.tooltip},l.createElement("span",null,l.createElement(yl,{appLink:e.appLink,svgName:e.svgName,svgSize:e.svgSize,onClick:e.onClick,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t)));if(e.svgName)return l.createElement(yl,{onClick:e.onClick,appLink:e.appLink,svgName:e.svgName,svgSize:e.svgSize,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t);if(e.appLink)return l.createElement(gu,{onClick:e.onClick,appLink:e.appLink,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},t);return l.createElement("button",{onClick:function(t){e.analyticsData&&e.analyticsOptions&&bu.logUserAction(e.analyticsData,e.analyticsOptions),m(e.onClick)&&e.onClick(t)},className:e.className},t)}function Cl(e){var t=l.useMemo((function(){return e.actions.sort((function(e,t){return e.order-t.order}))}),[e.actions]),n=[],r=[];t.forEach((function(e){e.button?n.push(e):r.push(e)}));var i="d-flex";return e.className&&(i+=" ".concat(e.className)),n.length||r.length?l.createElement("div",{className:i},l.createElement(l.Fragment,null,l.createElement("span",{className:"d-flex align-items-center"},n.length?n.map((function(e,t){return l.createElement(l.Fragment,{key:t},function(){if(e.label)return l.createElement(Ol,{appLink:e.appLink,onClick:e.onClick,svgName:e.svgName,className:e.className,tooltip:e.tooltip,showSpinner:e.showSpinner,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions},e.label);var t=l.createElement(yl,{appLink:e.appLink,onClick:e.onClick,svgName:e.svgName,className:e.className,analyticsData:e.analyticsData,analyticsOptions:e.analyticsOptions});return e.tooltip?l.createElement(xi,{title:e.tooltip,spanHack:!0},t):t}())})):l.createElement(l.Fragment,null),e.sortComponent&&e.sortComponent,r.length?l.createElement(El,{actions:r,dropdownToggleClassName:e.actionsDropdownClassName}):l.createElement(l.Fragment,null)))):l.createElement(l.Fragment,null)}function wl(e){var t=e.object,n=e.actions;return l.createElement("div",{className:"d-flex justify-content-between py-2"},!!t&&l.createElement("h5",null,t.name),!!n&&l.createElement("span",null,l.createElement(Cl,{actions:n})))}function Al(e){var t=e.objects,n=e.getAppLink,r=e.emptyMessage;return t?t.length?l.createElement("ul",{className:"list-unstyled"},t.map((function(e,t){return l.createElement("li",{key:t,className:"border rounded mb-3"},l.createElement(gu,{appLink:n(e),className:"d-block p-3"},e.name))}))):l.createElement("div",{className:"py-3"},l.createElement("p",null,r)):l.createElement(l.Fragment,null)}El.defaultProps={dropdownToggleClassName:"btn btn-light"},Al.defaultProps={emptyMessage:"There is nothing here."};function jl(e){var t=ci();return l.createElement(Kc,{as:"select",label:"Rating",name:"rating",id:"rating",value:t.values.rating&&t.values.rating.id,onChange:function(e){return t.setFieldValue("rating",e.target.value?{id:e.target.value}:{})},disabled:e.disabled},l.createElement(l.Fragment,null,l.createElement("option",{value:""},"Please select a rating"),e.ratings.map((function(e,t){return l.createElement("option",{key:t,value:e.id},function(e){return"".concat(e.name).concat(e.code?" (".concat(e.code,")"):"")}(e))}))))}var Tl={isItemActive:function(e,t){return t||(t=p.AppLinkHelper.getCurrentAppLink()),t.application===e.appLink.application&&(Array.isArray(e.activeActions)?e.activeActions.includes(t.action):t.action===e.appLink.action)}},kl=function(e){return Object.values(e).every((function(e){return!!e}))},Il=(n(207),function(e,t){return!!e&&!!t&&e.toString()===t.toString()}),Ll=function(e){return e.split(" ").map((function(e){return(e[0]?e[0].toUpperCase():"")+(e.substr(1)?e.substr(1).toLowerCase():"")})).join(" ")};function _l(e){return function(e){if(Array.isArray(e))return Pl(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Pl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Pl(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Pl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var xl={find:function(e,t){if(e&&e.children&&e.children.length)for(var n=function e(n){if(Il(n.id,t))return n;var r=n.children;if(r&&r.length)for(var i=0;i<r.length;i++){var a=e(r[i]);if(a)return a}},r=0;r<e.children.length;r++){var i=n(e.children[r]);if(i)return i}},getPath:function(e,t){for(var n=[t],r=function(e){return e.hasOwnProperty("parentIds")&&Array.isArray(e.parentIds)&&e.parentIds.length?e.parentIds[0]:e.hasOwnProperty("parentId")?e.parentId:null},i=r(t);i;){var a=xl.find(e,i);a&&(n=[a].concat(_l(n))),i=a?r(a):null}return n}},Nl=function(e){return e&&e.groups?e.groups.map((function(e){return e.name})):[]};function Dl(e){var t=e.tabs,n=e.isItemActive;return l.createElement(ki.Nav,{fill:!0,variant:"tabs"},t.map((function(e,t){return l.createElement(ki.Nav.Item,{key:t},l.createElement(gu,{appLink:e.appLink,className:(r=n(e),r?"nav-link active":"nav-link")},e.label));var r})))}Dl.defaultProps={isItemActive:Tl.isItemActive};var Rl=n(23),Ml=n.n(Rl);function Ul(e){var t=e.name,n=e.appLink,r=e.onSelect,i=e.isDisabled,a=e.className,o=e.actions,c=Ml.a.text;return a&&(c+=" ".concat(a)),i?l.createElement("a",{className:"".concat(c," text-muted ").concat(Ml.a.disabled)},t):l.createElement(l.Fragment,null,n?l.createElement(gu,{appLink:n,className:c},t):l.createElement("a",{onClick:r,className:c},t),!!o&&l.createElement(Cl,{className:Ml.a.actions,actions:o}))}function Fl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Vl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vl(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bl(e){var t=e.tree,n=e.selectedIds,r=e.getAppLink,i=e.onSelect,a=e.isDisabled,o=e.actions,c=Array.isArray(n)&&n.some((function(e){return Il(t.id,e)})),s=l.useMemo((function(){return Array.isArray(n)&&n.some((function(e){return xl.find(t,e)}))}),[t,n]),u=Fl(l.useState(s),2),f=u[0],p=u[1],d=!!t.children&&!!t.children.length,h={name:t.name,appLink:m(r)?r(t):null,onSelect:m(i)?function(){return i(t)}:null,isDisabled:!!m(a)&&a(t),className:c&&Ml.a.selected||s&&Ml.a.parentOfSelected,actions:!!o&&o.map((function(e){return Object.assign(Object.assign({},e),{appLink:e.getAppLink(t)})}))};return l.createElement("li",{className:"position-relative".concat(f?"":" ".concat(Ml.a.collapsed))},l.createElement("div",{className:"position-relative"},l.createElement("span",{className:Ml.a.node},d&&l.createElement(zc,{svgName:Hc.ChevronDown,size:Vc.Small,className:"svg-container ".concat(Ml.a.chevron),onClick:function(){return p(!f)}}),l.createElement(Ul,Object.assign({},h))),f&&l.createElement(zl,Object.assign({},e))))}var Hl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function zl(e){var t=e.tree,n=Hl(e,["tree"]);return t&&t.children?l.createElement("ul",{className:"m-0 p-0 ".concat(Ml.a.tree)},t.children.map((function(e){return l.createElement(Bl,Object.assign({key:e.id,tree:e},n))}))):l.createElement(l.Fragment,null)}var ql={getChord:function(e,t){return xl.getPath(e,t).map((function(e){return e.name})).join(" -> ")},getState:function(e,t){var n={};return Array.isArray(e)&&e.forEach((function(e){var r,i,a,o=xl.find(t,e);o&&(n=Object.assign((r={},i=e,a=ql.getChord(t,o),i in r?Object.defineProperty(r,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[i]=a,r),n))})),n}};function Jl(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $l(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Kl=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Wl(e){var t=e.onSelect,n=e.label,r=e.hideCollapseBtn,i=e.collapse,a=e.noSelectionMessage,o=e.isNodeDisabled,c=e.getSelectedItemAppLink,s=Kl(e,["onSelect","label","hideCollapseBtn","collapse","noSelectionMessage","isNodeDisabled","getSelectedItemAppLink"]),u=s.tree,f=s.selectedIds,p=Jl(l.useState(ql.getState(f,u)),2),d=p[0],h=p[1];l.useEffect((function(){return h(ql.getState(f,u))}),[f,u]);var y=Jl(l.useState(!!i),2),v=y[0],b=y[1];l.useEffect((function(){return b(!!i)}),[i]);var g=!r||!!n;return l.createElement(l.Fragment,null,g&&l.createElement("div",{className:"pb-2"},!!n&&l.createElement("label",{className:"m-0"},n),!r&&l.createElement("a",{className:"float-right cursor-pointer",onClick:function(){return b(!v)}},v?"Expand":"Collapse")),!v&&l.createElement("div",{className:"py-2 border-top"},l.createElement(zl,Object.assign({onSelect:function(e){return m(t)&&t(e)},isDisabled:o},s))),(!Ci.a.isEmpty(d)||!!a)&&l.createElement("div",{className:"py-2 border-top"},l.createElement("label",null,"Selected:"),l.createElement("ul",{className:"m-0"},Ci.a.isEmpty(d)?l.createElement("li",null,a):Object.keys(d).map((function(e,t){return l.createElement("li",{key:t},m(c)?l.createElement(gu,{appLink:c(e)},d[e]):d[e])})))))}var Yl=n(51);var Gl=function(e){return e&&!(e.data&&e.data.length)},Zl=function(e){return e&&e.data&&e.data.length},Ql=function(e){var t="bg-white";return e&&(t+=" ".concat(e)),t};function Xl(e){var t=e.video,n=e.getVideoAppLink,r=e.getVideoActions,i=e.className,a=void 0===i?"":i,o=e.itemNumber,c=m(n)&&n(t);return l.createElement("tr",{className:Ql(a)},!!o&&l.createElement("td",null,l.createElement("span",null,o)),l.createElement("td",null,c?l.createElement(gu,{appLink:c},t.name):t.name),m(r)&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r(t)}))))}var ef=Object(Yl.SortableElement)((function(e){return l.createElement(Xl,Object.assign({sortable:!0},e))})),tf=n(32),nf=n.n(tf),rf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},af=function(e){var t=e.sortable,n=e.getVideoActions;return l.createElement("thead",null,l.createElement("tr",null,!!t&&l.createElement("th",null,"#"),l.createElement("th",null,"Name"),!!n&&l.createElement("th",null)))},of=l.forwardRef((function(e,t){var n=e.videos,r=e.sortable,i=rf(e,["videos","sortable"]);return l.createElement("tbody",{ref:t},!Gl(n)&&n.data.map((function(e,t){return r?l.createElement(ef,Object.assign({key:e.id,index:t,itemNumber:t+1,video:e,className:nf.a.draggableVideoItem},i)):l.createElement(Xl,Object.assign({video:e},i))})))}));var cf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},sf=Object(Yl.SortableContainer)((function(e){var t=e.forwardedRef,n=cf(e,["forwardedRef"]);return l.createElement(of,Object.assign({sortable:!0,ref:t},n))})),uf=function(e){return function(t){var n=t.node,r=e.current;if(r){r.classList.add(nf.a.sortingContainer);var i=r.querySelector(".".concat(nf.a.draggedVideoItem));n.childNodes.forEach((function(e,t){return i.childNodes[t].style.width="".concat(e.offsetWidth,"px")}))}}},lf=function(e,t){return function(n){var r=e.current;r&&r.classList.remove(nf.a.sortingContainer),t(n.oldIndex,n.newIndex)}};function ff(e){var t=e.onSortEnd,n=e.emptyMessage,r=cf(e,["onSortEnd","emptyMessage"]),i=l.useRef();return Gl(e.videos)?l.createElement("div",null,n):l.createElement(ki.Table,{responsive:!0},l.createElement(af,Object.assign({sortable:!0},e)),l.createElement(sf,Object.assign({forwardedRef:i,onSortStart:uf(i),onSortEnd:lf(i,t),lockAxis:"y",lockToContainerEdges:!0,distance:1,helperClass:nf.a.draggedVideoItem,helperContainer:function(){return i.current}},r)))}function pf(e){var t=e.alias,n=e.onDelete;return l.createElement("li",{className:"list-group-item d-flex justify-content-between"},t.name,l.createElement(zc,{svgName:Hc.Delete,onClick:function(){return n(t.id)}}))}function df(e){var t=e.aliases,n=e.onDelete;return l.createElement("ul",{className:"list-group mb-3"},t?t.map((function(e){return l.createElement(pf,{key:e.id,alias:e,onDelete:n})})):l.createElement("span",null,"Currently there are no aliases for this object."))}function mf(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return hf(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return hf(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function hf(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}ff.defaultProps={emptyMessage:"There are no videos in this list."};var yf=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function vf(e){var t=e.showSpinner,n=e.children,r=yf(e,["showSpinner","children"]),i=l.useRef(),a=mf(l.useState({}),2),o=a[0],c=a[1];return l.useEffect((function(){var e=o.width,t=o.height;if(!e||!t){var n=i.current,r=n.offsetHeight,a=n.offsetWidth;r&&a&&c({width:a,height:r})}})),l.useEffect((function(){var e=o.width,t=o.height;if(e&&t){var n=i.current;n.style.width="".concat(e+1,"px"),n.style.height="".concat(t+1,"px")}}),[o]),l.createElement(ki.Button,Object.assign({ref:i,disabled:t},r),t?l.createElement(ki.Spinner,{as:"span",animation:"border",role:"status",size:"sm"}):n)}var bf=Object(ji.object)().shape({name:Object(ji.string)().trim().max(255,"Name is too long").required("Name is required").default("")});function gf(){var e=ci(),t=Gc(e);return l.createElement(vi,null,l.createElement(Kc,{label:"Create an alias",name:"name",id:"name",value:e.values.name,placeholder:"Add an alias"}),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:e.isSubmitting,type:"submit",disabled:!t},"Add")))}function Sf(e){var t=e.onSave;return l.createElement(Ai,{initialValues:{name:""},validationSchema:bf,onSubmit:function(e,n){t(e,(function(){return n({reset:!0})}))}},l.createElement(gf,null))}function Ef(e){var t=e.onSave,n=e.aliases,r=e.onDelete;return l.createElement("div",{className:"w-50"},l.createElement("h1",null,"Aliases"),l.createElement(df,{aliases:n,onDelete:r}),l.createElement(Sf,{onSave:t}))}var Of=c.COMPANIES,Cf=function(e){return{application:Of,action:i.Companies.EDIT_COMPANY,args:[e.id]}},wf=function(e){return p.AppLinkHelper.trigger(Cf(e))};function Af(e){var t=oe.useBasicFetch(he(e.cursor));return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{placeholder:"Search for a company",onSuggestionSelected:wf,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/companies/instant/raw","?q=").concat(e)},activationLength:2})),l.createElement(dl,{collection:t&&t.data,columns:[{accessor:"name",header:"Name",appLink:Cf}],collectionAppLink:{application:Of,action:i.Companies.COMPANIES},newObjectAppLink:{application:Of,action:i.Companies.NEW_COMPANY},objectName:"Company"}))}function jf(e){return(jf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Tf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function kf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function If(e,t,n){return t&&kf(e.prototype,t),n&&kf(e,n),e}function Lf(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_f(e,t)}function _f(e,t){return(_f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Pf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Nf(e);if(t){var i=Nf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return xf(this,n)}}function xf(e,t){return!t||"object"!==jf(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Nf(e){return(Nf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Df=function(e){Lf(n,e);var t=Pf(n);function n(){return Tf(this,n),t.apply(this,arguments)}return If(n,[{key:"channelName",get:function(){return c.COMPANIES}},{key:"appRoutes",get:function(){return{"manage/companies(/)":"companies","manage/companies/new(/)":"newCompany","manage/companies/:id(/)":"editCompany"}}}]),n}(p.AppRouter),Rf=function(e){Lf(n,e);var t=Pf(n);function n(){return Tf(this,n),t.apply(this,arguments)}return If(n,[{key:"name",get:function(){return"Companies Application"}},{key:"channelName",get:function(){return c.COMPANIES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"companies",value:function(e){var t=e.cursor;this.layout.showChildView(k,l.createElement(Af,{cursor:t}))}},{key:"newCompany",value:function(){this.layout.showChildView(k,l.createElement(Ss,null))}},{key:"editCompany",value:function(e){this.layout.showChildView(k,l.createElement(gs,{id:e}))}}],[{key:"router",get:function(){return Df}}]),n}(p.Application);function Mf(e){return(Mf="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Uf(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ff(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Vf(e,t){return(Vf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Bf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=zf(e);if(t){var i=zf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Hf(this,n)}}function Hf(e,t){return!t||"object"!==Mf(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zf(e){return(zf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var qf=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Vf(e,t)}(a,e);var t,n,r,i=Bf(a);function a(){return Uf(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"onShowAlert",value:function(e){if(this.layoutOptions.options.alertRegion){var t=e.ctor,n=e.collection,r=n?n.toJSON():[];this.layout.showChildView(this.layoutOptions.options.alertRegion,l.createElement(t,{alerts:r,removeAlert:function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)}}))}}}])&&Ff(t.prototype,n),r&&Ff(t,r),a}(n(44).a),Jf=function(e,t){return e.toLowerCase()===t};function $f(e){return($f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Kf(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Wf(e,t){return(Wf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Yf(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Zf(e);if(t){var i=Zf(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Gf(this,n)}}function Gf(e,t){return!t||"object"!==$f(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Zf(e){return(Zf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Qf=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Wf(e,t)}(a,e);var t,n,r,i=Yf(a);function a(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(e=i.call(this)).constructors={},e.destructors={},e.instances={},e.singletonInstances={},e.referenceCounts={},e}return t=a,r=[{key:"Instance",get:function(){return this.instance||(this.instance=new this)}}],(n=[{key:"name",get:function(){return"InstanceManager"}},{key:"registerDataService",value:function(e,t){var n=this;this.validateConstructor(e);var r=e.prototype.name;return this.referenceCounts[r]=0,this.constructors[r]=function(){return new e({dataProvider:n.getInstance(t.dataProvider),cache:n.getInstance(t.cache),bootstrapData:t.bootstrapData,defaultErrorHandler:t.defaultErrorHandler,alertService:t.alertService})},this.destructors[r]=function(){n.instances[r]?n.instances[r].destroy():es.c.throw(new rs.a("Trying to destroy a ".concat(r," instance that has already been destroyed"))),n.releaseInstance(t.dataProvider),n.releaseInstance(t.cache)},this}},{key:"registerInstance",value:function(e,t){var n=this;this.validateConstructor(e);var r=e.prototype.name;return this.referenceCounts[r]=0,this.constructors[r]=function(){return new e(t)},this.destructors[r]=function(){return d.isFunction(n.instances[r].destroy)&&n.instances[r].destroy()},this}},{key:"registerSingleton",value:function(e){var t=e.name;return this.singletonInstances[t]=e,this}},{key:"getInstance",value:function(e,t){var n=this;return this.singletonInstances[e]?this.singletonInstances[e]:(this.constructors[e]||es.c.throw(new rs.a("".concat(e," was not registered with ").concat(this.name))),this.referenceCounts[e]++,t&&this.listenTo(t,"destroy",(function(){return n.releaseInstance(e)})),this.instances[e]||(this.instances[e]=this.constructors[e]()),this.instances[e])}},{key:"releaseInstance",value:function(e){var t=this;if(this.instances[e])return window.setTimeout((function(){t.referenceCounts[e]--,t.referenceCounts[e]<1&&(t.destructors[e](),delete t.instances[e])}),0),this}},{key:"validateConstructor",value:function(e){var t=e.prototype.name;t||es.c.throw(new rs.a("Classes registered with ".concat(this.name," must have a unique name property."))),this.constructors[t]&&es.c.throw(new rs.a("A class with the name: ".concat(t," has already been registered with ").concat(this.name)))}}])&&Kf(t.prototype,n),r&&Kf(t,r),a}(Xc.a).Instance;function Xf(e){var t,n;return t=e,n=Qf.getInstance(t),l.useEffect((function(){return function(){return Qf.releaseInstance(t)}})),n}var ep,tp,np=n(36),rp=n(30);function ip(e){return(ip="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ap(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function op(e,t){return(op=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function cp(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=up(e);if(t){var i=up(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return sp(this,n)}}function sp(e,t){return!t||"object"!==ip(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function up(e){return(up=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Success="success",e.Warning="warning",e.Fail="danger",e.Info="info"}(ep||(ep={})),function(e){e.Success="Success! 🙌",e.Warning="Whoops...",e.Fail="Oops...",e.Info="FYI"}(tp||(tp={}));var lp=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&op(e,t)}(a,e);var t,n,r,i=cp(a);function a(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),i.call(this,e)}return t=a,(n=[{key:"initialize",value:function(){this.alertCollection=new np.a,this.listenTo(Y.a.ALERT,"remove:alert",this.removeAlert),this.showAlerts()}},{key:"name",get:function(){return ts}},{key:"defaults",get:function(){return{maxAlerts:3}}},{key:"showAlerts",value:function(){var e=uu.Radio.channel(Y.a.ALERT),t={collection:this.alertCollection};this.options.alertViewCtor&&(t=d.extend({},t,{ctor:this.options.alertViewCtor})),e.trigger("show:alert",t)}},{key:"removeAlert",value:function(e){this.alertCollection.remove(e),this.showAlerts()}},{key:"createAlert",value:function(e){this.alertCollection.length===this.options.maxAlerts&&this.alertCollection.shift(),e.id||(e=d.extend({},e,{id:this.generateUniqueAlertId()})),this.alertCollection.push(new rp.a(e)),this.showAlerts()}},{key:"clearAllAlerts",value:function(){this.alertCollection.reset(null)}},{key:"success",value:function(e){var t=this;return"string"==typeof e?d.bind((function(){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,{message:e}))}),this):e.useXHR?d.bind((function(e,n){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,{message:n}))}),this):d.bind((function(){return t.createAlert(d.extend({},t.options.defaultSuccessAlert,e))}),this)}},{key:"error",value:function(e){var t=this;return"string"==typeof e?d.bind((function(){return t.createAlert(d.extend({},t.options.defaultErrorAlert,{message:e}))}),this):e.useXHR?d.bind((function(e){return t.createAlert(d.extend({},t.options.defaultErrorAlert,{message:e.message}))}),this):d.bind((function(){return t.createAlert(d.extend({},t.options.defaultErrorAlertIL_DEFAULT,e))}),this)}},{key:"generateUniqueAlertId",value:function(){return d.uniqueId("alert_")}}])&&ap(t.prototype,n),r&&ap(t,r),a}(Xc.a);function fp(){var e=Xf(ts);return{success:function(t){e.success(t)()},error:function(t){e.error(t)()},warning:function(t){e.createAlert({type:ep.Warning,heading:tp.Warning,message:t})}}}function pp(){return l.createElement("div",{className:"text-center p-5"},l.createElement(ki.Spinner,{as:"div",animation:"border",role:"status"}))}function dp(e){var t,n=(null===(t=e.headerButtons)||void 0===t?void 0:t.length)?e.headerButtons.map((function(e,t){return l.createElement(Ol,Object.assign({key:t},e))})):l.createElement(l.Fragment,null);return l.createElement(ki.Modal,{show:!0,onHide:e.closePopup,onEntered:e.onEntered,size:e.size,dialogClassName:e.dialogClassName,centered:e.centered},!!e.title&&l.createElement(ki.Modal.Header,{className:"d-flex align-items-center",closeButton:e.closeButton},l.createElement(ki.Modal.Title,{className:"flex-grow-1 text-truncate"},e.title),n),e.showLoadingSpinner?l.createElement(pp,null):l.createElement(ki.Modal.Body,{className:e.bodyClassName},e.children))}dp.defaultProps={closeButton:!0,bodyClassName:"",dialogClassName:""};var mp=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function hp(e){var t=e.buttons;return l.createElement("div",{className:"d-flex justify-content-end border-top pt-3 px-3 mx-n3"},t.map((function(e,t){return function(e,t){var n=e.buttonText,r=e.type,i=void 0===r?"button":r,a=e.isSpinnerButton,o=e.showSpinner,c=void 0!==o&&o,s=e.className,u=mp(e,["buttonText","type","isSpinnerButton","showSpinner","className"]),f=Object.assign({key:t,type:i,className:"ml-2".concat(s?" ".concat(s):"")},u);return a?l.createElement(vf,Object.assign({showSpinner:c},f),n):l.createElement(ki.Button,Object.assign({},f),n)}(e,t)})))}function yp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var bp=ds.encloseNamespace("shared.confirmationPopup");function gp(e){var t=yp(l.useState(!1),2),n=t[0],r=t[1],i=[{variant:e.cancelButtonVariant,onClick:e.closePopup,buttonText:e.cancelButtonText||bp("cancel")},{variant:e.confirmButtonVariant,onClick:function(){r(!0),e.onClickConfirm()},buttonText:e.confirmButtonText||bp("confirm"),isSpinnerButton:!0,showSpinner:n}];return l.createElement(dp,{title:e.title,closePopup:e.closePopup},l.createElement(l.Fragment,null,e.children,l.createElement(hp,{buttons:i})))}gp.defaultProps={confirmButtonVariant:"primary",cancelButtonVariant:"link"};var Sp,Ep,Op,Cp="locale",wp="phrases",Ap="currentuser",jp=function(e,t){return{url:"/api/currentuser",key:"currentuser",normalizeOptions:{namespace:"currentuser"},bootstrapName:Ap,formatData:function(e){return e.id?e:null},success:e,error:t,expiryTime:1/0}},Tp=n(10),kp=function(e,t,n,r){return{key:"settings:".concat(e,":").concat(t),url:"/api/domain/v3/settings/".concat(e,"?type=").concat(t),normalize:!1,formatData:function(e){return Tp.a.first(e)},success:n,error:r}},Ip=function(e,t,n,r){return{key:"update:settings:".concat(e,":bulk"),url:"/api/domain/v3/settings/".concat(e,"/bulk"),data:t,type:ce.a.PUT,invalidationKeys:t.map((function(t){return"settings:".concat(e,":").concat(t.name)})),success:n,error:r}};function Lp(e){var t=l.useRef(null);return l.useEffect((function(){t.current&&(e.checked?t.current.indeterminate&&(t.current.indeterminate=!1):!e.indeterminate||t.current.indeterminate?!e.indeterminate&&t.current.indeterminate&&(t.current.indeterminate=!1):t.current.indeterminate=!0)}),[t.current,e.indeterminate,e.checked]),l.createElement("div",{className:"custom-control custom-checkbox ".concat(e.className)},l.createElement("input",{ref:t,type:"checkbox",className:"custom-control-input",id:e.id,name:e.name,checked:e.checked,onChange:e.onChange,disabled:e.disabled}),l.createElement("label",{className:"custom-control-label cursor-pointer",htmlFor:e.id},e.label))}function _p(e,t){return t?"".concat(e,":").concat(t):e}Lp.defaultProps={checked:!1,label:"",className:""},function(e){e.MustCompleteOnboarding="must_complete_onboarding",e.StudentWorkspaceSharing="student_ws_sharing",e.StudentToStudentMessaging="student_to_student_messaging",e.HideResourcesForStudents="hide_resources_for_students",e.LibraryReview="library_review",e.SchoolMessaging="school_messaging",e.LegacyTvNaming="legacy_tv_naming",e.LegacyAlbertCustomer="legacy_albert_customer",e.HideHostedLibraries="hide_hosted_libraries",e.StaffRequest="staff_request",e.MaxCustomLibraries="max_custom_libraries",e.CustomLibrariesBetaAccess="custom_libraries_beta_access",e.AutoCaptioning="auto_captioning",e.Topics="subjects",e.NewDashboards="new_dashboards",e.LiteAccess="lite_access",e.HasCompletedOnboarding="has_completed_onboarding",e.BulkOnboardingPreferencesState="bulk_onboarding_preferences_state"}(Sp||(Sp={})),function(e){e[e.Permanent=0]="Permanent",e[e.Temporary=1]="Temporary"}(Ep||(Ep={})),function(e){e.AU="content-ap-southeast-1",e.NZ="content-ap-southeast-2",e.UK="content-eu-west-1",e.SCOT="content-eu-west-2",e.US="content-na-central-1",e.GLOBAL="content-global"}(Op||(Op={}));var Pp,xp=function(e){return{key:_p("presentations",e),url:_u("/api/subjects/v1/presentations",{type:e})}},Np=function(e,t){return{key:_p("customers:".concat(e,":presentations"),t),url:_u("/api/subjects/v1/customers/".concat(e,"/presentations"),{type:t})}},Dp=function(e,t,n,r,i){return{key:"customers:".concat(e,":presentations:").concat(t,":add"),url:"/api/subjects/v1/customers/".concat(e,"/presentations/").concat(t),type:ce.a.POST,invalidationKeys:"customers:".concat(e,":presentation"),success:n,error:r,always:i}},Rp=function(e,t,n,r,i){return{key:"customers:".concat(e,":presentations:").concat(t,":remove"),url:"/api/subjects/v1/customers/".concat(e,"/presentations/").concat(t),type:ce.a.DELETE,invalidationKeys:"customers:".concat(e,":presentations"),success:n,error:r,always:i}};!function(e){e.Developer="Curator Devs",e.Content="Content",e.Curator="Curators",e.Support="Support",e.SalesSupport="Sales Support"}(Pp||(Pp={}));var Mp,Up,Fp=function(){return[{value:"protected",access:"r"}]},Vp=function(e){return Nl(e).includes(Pp.Developer)},Bp=function(e){return[Pp.Developer,Pp.Content].some((function(t){return Nl(e).includes(t)}))},Hp=function(e,t,n,r,i){var a="settings:entity:".concat(e),o="/api/cache?keys=".concat(a);return{url:"/ajax/online/".concat(t,"?endpoint=").concat(encodeURIComponent(o)),key:"settings:cache:".concat(e),type:ce.a.DELETE,success:n,error:r,always:i}},zp=function(e){return{key:"customers:".concat(e),url:"/api/master/v2/objects/".concat(e,"?query=country,contentregion")}};function qp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Jp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jp(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $p(e){var t,n=qp(l.useState(),2),r=n[0],i=n[1],a=e.availablePresentations.filter((function(t){return!e.currentPresentations.find((function(e){return e.id===t.id}))}));return l.createElement("div",null,!!e.canAdd&&!!a.length&&l.createElement(l.Fragment,null,l.createElement(ki.Form.Label,null,"Select a presentation to add"),l.createElement(ki.Form.Control,{as:"select",value:null!==(t=null==r?void 0:r.id)&&void 0!==t?t:"",onChange:function(t){var n=function(e,t){return Tp.a.first(t.filter((function(t){return t.id.toString()===e.toString()})))}(t.target.value,a);n&&(i(n),e.onSelectPresentation(n))},className:"cursor-pointer"},l.createElement("option",{value:""},"Select a presentation"),a.map((function(e){return l.createElement("option",{value:e.id,key:e.id},e.name)})))),!!e.currentPresentations.length&&l.createElement(l.Fragment,null,l.createElement("ul",{className:"list-unstyled mt-2"},e.currentPresentations.map((function(t){return l.createElement("li",null,t.name,!!e.canRemove&&l.createElement("span",{className:"text-danger cursor-pointer ml-2",onClick:function(){return e.removePresentation(t)}},l.createElement("em",null,"remove")))})))))}!function(e){e.Draft="Draft",e.Published="Published"}(Mp||(Mp={})),function(e){e.Subject="subject",e.Curriculum="curriculum"}(Up||(Up={}));var Kp="9",Wp="13",Yp="14",Gp="15";function Zp(e,t){return Vp(t)?e:function(e){return e.filter((function(e){return e.status===Mp.Published}))}(e)}function Qp(e,t,n){return Vp(t)?e:Zp(e,t).filter((function(e){return n.contentRegion.systemName===Op.US?e.id.toString()===Wp||e.id.toString()===Gp||e.id.toString()===Yp:n.contentRegion.systemName===Op.AU?e.id.toString()===Kp:void 0}))}function Xp(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ed(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ed(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ed(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function td(e){var t,n,r,a=fp(),o=Object(v.useDispatch)(),s=Xp(l.useState(!!e.newCustomer),2),u=s[0],f=s[1],d=Xp(l.useState(),2),m=d[0],h=d[1],y=Xp(l.useState(),2),b=y[0],g=y[1],S=Xp(l.useState(),2),E=S[0],O=S[1],C=Xp(l.useState(!1),2),w=C[0],A=C[1],j=oe.useBasicFetch(zp(e.customerId)),T=oe.useBasicFetch(jp()),k=oe.useBasicFetch(kp(e.customerId,Sp.Topics)),I=(r=e.customerId,{availableTopicPresentations:oe.useBasicFetch(xp(Up.Subject)),availableCurriculumPresentations:oe.useBasicFetch(xp(Up.Curriculum)),customerTopicPresentations:oe.useBasicFetch(Np(r,Up.Subject)),customerCurriculumPresentations:oe.useBasicFetch(Np(r,Up.Curriculum))}),L=I.availableTopicPresentations,_=I.availableCurriculumPresentations,P=I.customerTopicPresentations,x=I.customerCurriculumPresentations;function N(){if(e.newCustomer)return alert("Successfully set up Topics for this customer."),void p.LocationUtils.PageLoad(p.AppLinkHelper.getHref({application:c.CUSTOMERS,action:i.Customers.MANAGE_CUSTOMER_TOPICS,args:[e.customerId]}));A(!1),a.success("Successfully saved customer presentations.")}if(l.useEffect((function(){var e;(null===(e=k.data)||void 0===e?void 0:e.value)&&f(!0)}),[null===(t=k.data)||void 0===t?void 0:t.value]),l.useEffect((function(){u||(h(null),g(null))}),[u]),l.useEffect((function(){if(!Vp(T.data)&&m){var e=_.data.find((function(e){return"Default Curriculum"===e.name}));g(e)}}),[m]),!!!(T.data&&k.data&&j.data&&L.data&&_.data&&P.data&&x.data))return l.createElement(l.Fragment,null);var D=Jf(null===(n=j.data.contentRegion)||void 0===n?void 0:n.systemName,Op.US),R=Vp(T.data),M=R?m||b:u&&m&&b;return l.createElement(l.Fragment,null,l.createElement("h1",{className:"h6 mb-3"},j.data.name," - ",j.data.crmId),l.createElement("div",{className:"alert alert-danger",role:"alert"},"After enabling Topics, please ensure that ",l.createElement("strong",null,"Dashboard")," is enabled for this customer and that they have the correct library for the ",l.createElement("strong",null,"Topics Presentation")," you choose."),l.createElement(Lp,{id:"enableTopics",checked:u,onChange:function(){return f(!u)},label:"Enable Topics",disabled:k.data.value}),u&&l.createElement(l.Fragment,null,l.createElement("p",{className:"mt-3"},l.createElement("strong",null,"Topic Presentations")),l.createElement($p,{availablePresentations:Qp(L.data,T.data,j.data),currentPresentations:P.data,onSelectPresentation:function(e){return h(e)},removePresentation:function(e){return O(e)},canRemove:R,canAdd:!0}),R&&l.createElement(l.Fragment,null,l.createElement("p",{className:"mt-3"},l.createElement("strong",null,"Curriculum Presentations")),l.createElement($p,{availablePresentations:Zp(_.data,T.data),currentPresentations:x.data,onSelectPresentation:function(e){return g(e)},removePresentation:function(e){return O(e)},canRemove:R,canAdd:!0}))),l.createElement("div",{className:"d-flex justify-content-end align-items-center pt-3"},!k.data.value&&!D&&l.createElement(gu,{className:"info-link mr-3",appLink:{application:c.CUSTOMERS,action:i.Customers.MANAGE_CUSTOMER,args:[e.customerId]}},"Skip for now"),l.createElement("button",{className:"btn btn-primary",onClick:function(){return A(!0)},disabled:!M},"Save")),w&&l.createElement(gp,{title:"Confirmation needed",onClickConfirm:function(){var t=function(){var e=[];return m&&e.push(m),b&&e.push(b),e}();if(t.length){var n=function(){var t=k.data.value?[]:[Sp.Topics,Sp.NewDashboards];return e.newCustomer&&t.push(Sp.MustCompleteOnboarding),t}(),r=0,i=0,a=t.length+(n.length?1:0),c=t.map((function(t){return Dp(e.customerId,t.id,s,u)}));n.length&&c.push(Ip(e.customerId,n.map((function(e){return{name:e,value:!0,kind:Ep.Temporary}})),s,u)),c.forEach((function(e){return oe.fetch(o,e)}))}function s(){i++,u()}function u(){var t;if(++r===a){if(i<r||!(null===(t=j.data.country)||void 0===t?void 0:t.code))return A(!1),void alert("Something went wrong while setting up Topics for this customer. Please contact to the Product Team so that they look into the issue.");if(!n.length)return N(),h(null),void g(null);var c=Hp(e.customerId,j.data.country.code,N,(function(){A(!1),alert("Successfully set up Topics but failed to clear Online cache. Please contact to the Product Team so that they look into the issue.")}));oe.fetch(o,c)}}},closePopup:function(){return A(!1)}},k.data.value?l.createElement("p",null,"Are you sure you want to add this customer to:"):l.createElement("p",null,"Are you sure you want enable Topics for this customer and add it to the following presentations:"),l.createElement("ul",null,!!m&&l.createElement("li",null,l.createElement("strong",null,"Topic Presentation:")," ",m.name),!!R&&!!b&&l.createElement("li",null,l.createElement("strong",null,"Curriculum Presentation:")," ",b.name)),!R&&l.createElement("p",{className:"text-danger"},l.createElement("strong",null,"You will be able to come back and add more presentations."))),!!E&&l.createElement(gp,{title:"Confirmation needed",onClickConfirm:function(){if(E){var t=Rp(e.customerId,E.id,(function(){return a.success("Successfully removed customer from presentation.")}),(function(e){var t;return a.error((null===(t=e.responseJSON)||void 0===t?void 0:t.message)||"Failed to remove presentation.")}),(function(){return O(null)}));oe.fetch(o,t)}},closePopup:function(){return O(null)}},l.createElement("p",null,"Are you sure you want to remove this customer from ",l.createElement("strong",null,E.name),"?")))}function nd(e){return(nd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function rd(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function id(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ad(e,t,n){return t&&id(e.prototype,t),n&&id(e,n),e}function od(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&cd(e,t)}function cd(e,t){return(cd=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function sd(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ld(e);if(t){var i=ld(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ud(this,n)}}function ud(e,t){return!t||"object"!==nd(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ld(e){return(ld=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var fd=function(e){od(n,e);var t=sd(n);function n(){return rd(this,n),t.apply(this,arguments)}return ad(n,[{key:"channelName",get:function(){return c.CUSTOMERS}},{key:"appRoutes",get:function(){return{"customers/:id/topics(/)":"manageCustomerTopics"}}},{key:"externalRoutes",get:function(){return{"customers/:id(/)":"manageCustomer"}}}]),n}(p.AppRouter),pd=function(e){od(n,e);var t=sd(n);function n(){return rd(this,n),t.apply(this,arguments)}return ad(n,[{key:"name",get:function(){return"Customers Application"}},{key:"channelName",get:function(){return c.CUSTOMERS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{alertRegion:L}}}},{key:"manageCustomerTopics",value:function(e,t){this.layout.showChildView(k,l.createElement(td,{customerId:e,newCustomer:t.newCustomer}))}}],[{key:"router",get:function(){return fd}}]),n}(qf),dd=n(63),md=n(25),hd=n.n(md);function yd(e){var t=e.alert,n=e.svgName,r=e.svgClassName,i=e.closeAlert,a=t.message,o=t.heading,c=t.appLink,s=t.appLinkText,u=t.appLinkClassName,f=void 0===u?"":u,p=Object(Qc.sanitize)(a);return l.createElement(l.Fragment,null,l.createElement("div",{className:"d-inline-block ".concat(hd.a.icon)},l.createElement(zc,{svgName:n,className:"svg-container ".concat(r)})),l.createElement("div",{className:"pl-2 d-inline-block ".concat(hd.a.alertContent)},l.createElement("p",{className:"p-0 m-0 pb-1 ".concat(hd.a.heading)},o),l.createElement("p",{className:"p-0 text-break clamp-4 ".concat(hd.a.message),dangerouslySetInnerHTML:{__html:p}}),!!c&&l.createElement(gu,{className:f,appLink:c},s)),l.createElement("div",{className:"close d-inline-block cursor-pointer",role:"button",onClick:i},"×"))}function vd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return bd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return bd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function bd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var gd=function(e){switch(e.type){case ep.Success:return Hc.CheckCircleOutline;case ep.Fail:case ep.Warning:return Hc.Warning;case ep.Info:default:return Hc.Info}};function Sd(e){var t=e.alert,n=e.closeAlert,r=vd(l.useState(!0),2),i=r[0],a=r[1],o=l.useRef();l.useEffect((function(){i?o.current=window.setTimeout(n,3e3):clearTimeout(o.current)}),[i]);var c="text-".concat(t.type.toLowerCase());return l.createElement("li",{className:"bg-white mt-2 p-2 show clearfix ".concat(hd.a.alertItem),onMouseEnter:function(){return a(!1)},onMouseLeave:function(){return a(!0)}},l.createElement(yd,{alert:t,svgName:gd(t),svgClassName:c,closeAlert:n}))}function Ed(e){var t=e.alerts,n=e.removeAlert;return l.createElement("div",{className:hd.a.alertBox},l.createElement(dd.TransitionGroup,{component:"ul",className:"".concat(hd.a.alertList," list-unstyled")},t&&t.map((function(e,t){return l.createElement(dd.CSSTransition,{key:t,timeout:200,classNames:"alert"},l.createElement(Sd,{alert:e,closeAlert:function(){return n(e.id)}}))}))))}var Od=n(20),Cd={namespace:"domain_options"},wd=function(){return"/api/domain/v3/settings/types"},Ad=function(e){return"/api/domain/v3/settings/types/".concat(e)},jd=function(){return"/api/domain/v3/settings/types"},Td=function(e){return"/api/domain/v3/settings/types/".concat(e)},kd=function(e){return"/api/domain/v3/settings/types/".concat(e)},Id="domain:options",Ld="domain:option",_d="update:domain:option",Pd="delete:domain:option",xd=function(){return{key:Id,url:wd(),normalizeOptions:Cd}},Nd=function(e){return{key:"".concat(Ld,":").concat(e),url:Ad(e),normalizeOptions:Cd}},Dd=function(e,t,n){return e.type===Od.DomainOptionType.String&&(e=Ud(e)),{key:Ld,url:jd(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[Id],normalizeOptions:Cd}},Rd=function(e,t){return e.type===Od.DomainOptionType.String&&(e=Ud(e)),{key:"".concat(_d,":").concat(e.id),url:Td(e.id),data:e,type:ce.a.PUT,always:t,formatData:function(){return e},normalizeOptions:Cd}},Md=function(e,t){return{key:"".concat(Pd,":").concat(e),url:kd(e),type:ce.a.DELETE,invalidationKeys:[Id],normalizeOptions:Cd,success:t}};function Ud(e){var t=e.defaultValue;if('"'===t)return Object.assign(Object.assign({},e),{defaultValue:'"'.concat(t,'"')});var n=t.charAt(0),r=t.charAt(t.length-1);return'"'!==n&&(t='"'.concat(t)),'"'!==r&&(t="".concat(t,'"')),Object.assign(Object.assign({},e),{defaultValue:t})}function Fd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Vd(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vd(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vd(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bd(e){var t=Fd(l.useState(!1),2),n=t[0],r=t[1],a=oe.useBasicFetch(Nd(e.optionId)),o=Object(v.useDispatch)(),s=function(){e.closePopup(),p.AppLinkHelper.trigger({application:c.DOMAIN_OPTIONS,action:i.DomainOptions.DOMAIN_OPTIONS})};return l.createElement(dp,{title:"Delete Domain Option",closePopup:e.closePopup,showLoadingSpinner:!a.data},a.data&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.data.name),"?")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){r(!0),oe.fetch(o,Md(e.optionId,s))},buttonText:"Yes, delete this domain option",isSpinnerButton:!0,showSpinner:n}]})))}var Hd,zd=function(e){return{application:c.DOMAIN_OPTIONS,action:i.DomainOptions.EDIT_DOMAIN_OPTION,args:[e.id]}},qd={application:c.DOMAIN_OPTIONS,action:i.DomainOptions.NEW_DOMAIN_OPTION};function Jd(){var e=oe.useBasicFetch(xd());if(!e.data)return l.createElement(l.Fragment,null);var t=e.data.map((function(e){return e.displayName&&(e.name=e.displayName),e}));return l.createElement(l.Fragment,null,l.createElement("div",{className:"d-flex justify-content-between mb-2"},l.createElement("h5",{className:"d-inline-block m-0"},"Select a domain option type to edit:"),l.createElement(gu,{appLink:qd,className:"d-block"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Domain Option"))),l.createElement(Al,{objects:t,getAppLink:zd}))}!function(e){e[e.Audience=1]="Audience",e[e.Category=2]="Category",e[e.Channel=3]="Channel",e[e.Chapter=4]="Chapter",e[e.Comment=5]="Comment",e[e.OwnerComment=6]="OwnerComment",e[e.Image=7]="Image",e[e.Thumbnail=8]="Thumbnail",e[e.Avatar=9]="Avatar",e[e.Banner=10]="Banner",e[e.Video=11]="Video",e[e.Trailer=12]="Trailer",e[e.Rating=13]="Rating",e[e.Topic=14]="Topic",e[e.Series=15]="Series",e[e.Season=16]="Season",e[e.HostedMediaObjectCollection=17]="HostedMediaObjectCollection",e[e.ExchangeCollection=18]="ExchangeCollection",e[e.CustomMediaObjectCollection=19]="CustomMediaObjectCollection",e[e.Playlist=20]="Playlist",e[e.ClickViewTvCollection=21]="ClickViewTvCollection",e[e.ClickViewProductionsCollection=22]="ClickViewProductionsCollection",e[e.User=23]="User",e[e.SystemUser=24]="SystemUser",e[e.Customer=25]="Customer",e[e.Country=26]="Country",e[e.Organisation=28]="Organisation",e[e.SystemOrganisation=29]="SystemOrganisation",e[e.Group=30]="Group",e[e.SystemGroup=31]="SystemGroup",e[e.FlagReason=32]="FlagReason",e[e.Library=33]="Library",e[e.Interactive=34]="Interactive",e[e.WorkspaceCollection=35]="WorkspaceCollection",e[e.Conversation=36]="Conversation",e[e.Message=37]="Message",e[e.Notification=38]="Notification",e[e.Clip=39]="Clip",e[e.Link=40]="Link",e[e.UserChannel=41]="UserChannel",e[e.Resource=42]="Resource",e[e.VideoStream=43]="VideoStream",e[e.AudioStream=44]="AudioStream",e[e.Tag=45]="Tag",e[e.Subtitle=46]="Subtitle",e[e.LicencedContentCollection=47]="LicencedContentCollection",e[e.PublicCollection=48]="PublicCollection",e[e.CategoryTree=49]="CategoryTree",e[e.Logo=50]="Logo",e[e.Permission=51]="Permission",e[e.Subject=52]="Subject",e[e.Field=53]="Field",e[e.Company=54]="Company",e[e.Person=55]="Person",e[e.Cover=56]="Cover",e[e.Poster=57]="Poster",e[e.SubjectAudience=58]="SubjectAudience",e[e.TallPoster=60]="TallPoster",e[e.Classroom=67]="Classroom",e[e.ClassroomGroup=68]="ClassroomGroup"}(Hd||(Hd={}));var $d=ji.object().shape({id:ji.string(),name:ji.string().trim().max(64,"Name is too long").required("Name is required").default(""),displayName:ji.string().trim().max(255,"Display name is too long").required("Display name is required").default(""),type:ji.mixed().required("Type is required").default(Od.DomainOptionType.Boolean),entityType:ji.mixed().required("Entity type is required").default(Hd.Customer),kind:ji.mixed().required("Kind is required").default(Od.DomainOptionKind.Temporary),defaultValue:ji.mixed().required("Default value is required").default("false")}).noUnknown();function Kd(e){var t=e.type,n=e.defaultValue;if(!t)return l.createElement(l.Fragment,null);var r={label:"Default Value",name:"defaultValue",id:"defaultValue",value:n};return t===Od.DomainOptionType.Boolean?l.createElement(Kc,Object.assign({as:"select"},r),l.createElement("option",{value:"true"},"True"),l.createElement("option",{value:"false"},"False")):t===Od.DomainOptionType.Long||t===Od.DomainOptionType.StaffRequest?l.createElement(Kc,Object.assign({as:"input",type:"number"},r)):t===Od.DomainOptionType.String?l.createElement(Kc,Object.assign({as:"input"},r)):void 0}var Wd=[Hd.Customer,Hd.User];function Yd(e){var t=null===e.id||void 0===e.id,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name (snake_case)",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this domain option",autoFocus:!0}),l.createElement(Kc,{label:"Display Name",type:"text",name:"displayName",id:"displayName",value:n.values.displayName,placeholder:"Enter a display name for this domain option"}),l.createElement(Kc,{as:"select",label:"Kind",name:"kind",id:"kind",value:n.values.kind},Ci.a.getEnumKeys(Od.DomainOptionKind).map((function(e){return l.createElement("option",{key:e,value:Od.DomainOptionKind[e]},e)}))),l.createElement(Kc,{as:"select",label:"Entity",name:"entityType",id:"entityType",value:n.values.entityType},Ci.a.getEnumKeys(Hd).filter((function(e){return Wd.includes(Hd[e])})).map((function(e){return l.createElement("option",{key:e,value:Hd[e]},e)}))),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:n.values.type},Ci.a.getEnumKeys(Od.DomainOptionType).map((function(e){return l.createElement("option",{key:e,value:Od.DomainOptionType[e]},e)}))),l.createElement(Kd,{type:n.values.type,defaultValue:n.values.defaultValue}),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.DOMAIN_OPTIONS,action:i.DomainOptions.DELETE_DOMAIN_OPTION,args:[e.id]}},"Delete")))}function Gd(e){return l.createElement(Ai,{initialValues:e.domainOption,validationSchema:$d,onSubmit:e.saveDomainOption},l.createElement(Yd,{id:e.domainOption&&e.domainOption.id}))}function Zd(){var e=Object(v.useDispatch)();return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Domain Option"),l.createElement(Gd,{saveDomainOption:function(t,n){oe.fetch(e,Dd(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.DOMAIN_OPTIONS,action:i.DomainOptions.EDIT_DOMAIN_OPTION,args:[e.id]})}),n))}}))}function Qd(e){var t=e.optionId,n=oe.useBasicFetch(Nd(t)),r=Object(v.useDispatch)();return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Edit Domain Option"),n.data&&l.createElement(Gd,{domainOption:n.data,saveDomainOption:function(e,t){return oe.fetch(r,Rd(e,t))}}))}function Xd(e){return(Xd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function em(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function tm(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function nm(e,t,n){return t&&tm(e.prototype,t),n&&tm(e,n),e}function rm(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&im(e,t)}function im(e,t){return(im=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function am(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=cm(e);if(t){var i=cm(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return om(this,n)}}function om(e,t){return!t||"object"!==Xd(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function cm(e){return(cm=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var sm=function(e){rm(n,e);var t=am(n);function n(){return em(this,n),t.apply(this,arguments)}return nm(n,[{key:"channelName",get:function(){return c.DOMAIN_OPTIONS}},{key:"appRoutes",get:function(){return{"developer/options(/)":"domainOptions","developer/options/new(/)":"newDomainOption","developer/options/:id(/)":"editDomainOption"}}},{key:"appLinks",get:function(){return["deleteDomainOption"]}}]),n}(p.AppRouter),um=function(e){rm(n,e);var t=am(n);function n(){return em(this,n),t.apply(this,arguments)}return nm(n,[{key:"name",get:function(){return"Domain Options Application"}},{key:"channelName",get:function(){return c.DOMAIN_OPTIONS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"domainOptions",value:function(){this.layout.showChildView(k,l.createElement(Jd,null))}},{key:"newDomainOption",value:function(){this.layout.showChildView(k,l.createElement(Zd,null))}},{key:"editDomainOption",value:function(e){this.layout.showChildView(k,l.createElement(Qd,{optionId:e}))}},{key:"deleteDomainOption",value:function(e){this.layout.showChildView(I,l.createElement(Bd,Object.assign({optionId:e},this.getPopupProps())))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Ed,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return sm}}]),n}(p.Application),lm=function(e){return e?"".concat("/api/master/v2/people","?cursor=").concat(e):"/api/master/v2/people"},fm=function(e){return"/api/master/v2/objects/".concat(e)},pm=function(){return"/api/master/v2/people"},dm=function(e){return"/api/master/v2/objects/".concat(e)},mm="people",hm="person",ym="update:person",vm=function(e){return{key:"".concat(mm).concat(e?":".concat(e):""),url:lm(e)}},bm=function(e){return{key:"".concat(hm,":").concat(e),url:fm(e)}},gm=function(e,t,n){return{key:hm,url:pm(),data:e,type:ce.a.POST,success:t,error:n,invalidationKeys:[mm]}},Sm=function(e,t,n){return{key:"".concat(ym,":").concat(e),url:dm(e),data:t,type:ce.a.PUT,always:n}},Em=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown();function Om(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this person",autoFocus:!0}),l.createElement(ys,{isNew:e.isNew}))}function Cm(e){return l.createElement(Ai,{initialValues:e.person,validationSchema:Em,onSubmit:e.savePerson},l.createElement(Om,{isNew:!(e.person&&e.person.id)}))}function wm(e){var t=Object(v.useDispatch)(),n=oe.useBasicFetch(bm(e.id));return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Cm,{person:n.data,savePerson:function(n,r){return oe.fetch(t,Sm(e.id,n,r))}}))}function Am(){var e=Object(v.useDispatch)();return l.createElement(Cm,{savePerson:function(t,n){oe.fetch(e,gm(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.PEOPLE,action:i.People.EDIT_PERSON,args:[e.id]})}),n))}})}var jm=c.PEOPLE,Tm=function(e){return{application:jm,action:i.People.EDIT_PERSON,args:[e.id]}},km=function(e){return p.AppLinkHelper.trigger(Tm(e))};function Im(e){var t=oe.useBasicFetch(vm(e.cursor));return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{placeholder:"Search for a person",onSuggestionSelected:km,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/people/instant/raw","?q=").concat(e)},activationLength:2})),l.createElement(dl,{collection:t&&t.data,columns:[{accessor:"name",header:"Name",appLink:Tm}],collectionAppLink:{application:jm,action:i.People.PEOPLE},newObjectAppLink:{application:jm,action:i.People.NEW_PERSON},objectName:"Person"}))}function Lm(e){return(Lm="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pm(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function xm(e,t,n){return t&&Pm(e.prototype,t),n&&Pm(e,n),e}function Nm(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Dm(e,t)}function Dm(e,t){return(Dm=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Rm(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Um(e);if(t){var i=Um(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Mm(this,n)}}function Mm(e,t){return!t||"object"!==Lm(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Um(e){return(Um=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Fm,Vm=function(e){Nm(n,e);var t=Rm(n);function n(){return _m(this,n),t.apply(this,arguments)}return xm(n,[{key:"channelName",get:function(){return c.PEOPLE}},{key:"appRoutes",get:function(){return{"manage/people(/)":"people","manage/people/new(/)":"newPerson","manage/people/:id(/)":"editPerson"}}}]),n}(p.AppRouter),Bm=function(e){Nm(n,e);var t=Rm(n);function n(){return _m(this,n),t.apply(this,arguments)}return xm(n,[{key:"name",get:function(){return"People Application"}},{key:"channelName",get:function(){return c.PEOPLE}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"people",value:function(e){var t=e.cursor;this.layout.showChildView(k,l.createElement(Im,{cursor:t}))}},{key:"newPerson",value:function(){this.layout.showChildView(k,l.createElement(Am,null))}},{key:"editPerson",value:function(e){this.layout.showChildView(k,l.createElement(wm,{id:e}))}}],[{key:"router",get:function(){return Vm}}]),n}(p.Application),Hm=function(e,t,n,r,i){return{url:"/api/image/upload?type=".concat(t),key:"upload:image",data:e,type:ce.a.POST,success:n,error:r,always:i}},zm=n(208),qm=n.n(zm);function Jm(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $m(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $m(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $m(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}!function(e){e[e.NoRestrictions=0]="NoRestrictions",e[e.RestrictToCanvas=1]="RestrictToCanvas"}(Fm||(Fm={}));var Km=/data:([a-zA-Z0-9]+\/[a-zA-Z0-9-.+]+).*,.*/;function Wm(e){var t=e.dataUrl,n=e.minHeight,r=e.minWidth,i=e.onCrop,a=e.onCancel,o=l.useRef(),c=l.useRef(),s=Jm(l.useState(!1),2),u=s[0],f=s[1],p=Jm(l.useState(!1),2),d=p[0],h=p[1];return l.useEffect((function(){var e=new Image;e.src=t;var i=o.current.offsetWidth/e.width;return c.current=new qm.a(o.current,{viewMode:Fm.RestrictToCanvas,autoCropArea:1,aspectRatio:r/n,minCropBoxWidth:r*i,minCropBoxHeight:n*i,ready:function(){return f(!0)}}),function(){return c.current.destroy()}}),[]),l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-3"},l.createElement("img",{ref:o,src:t,className:"img img-fluid"})),l.createElement("div",{className:"d-flex justify-content-end border-top pt-3"},l.createElement(ki.Button,{variant:"link",onClick:a},"Cancel"),l.createElement(vf,{onClick:function(){if(u){h(!0);var e=c.current.getCroppedCanvas().toDataURL(function(e){var t=e.match(Km);if(t)return t[1]}(t));m(i)&&i(e)}},disabled:!u,showSpinner:d},"Crop")))}function Ym(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Gm(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Gm(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Gm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Zm(e){var t=Object(v.useDispatch)(),n=l.useContext(zu),r=n.getDataUrl,i=n.setImage,a=Ym(l.useState(r()),1)[0],o=Ym(l.useState(!1),2),c=o[0],s=o[1];return l.createElement(dp,{title:"Crop Image",size:e.popupSize,closePopup:e.closePopup,onEntered:function(){return s(!0)}},c&&l.createElement(Wm,{dataUrl:a,minWidth:Fu[e.imageType].width,minHeight:Fu[e.imageType].height,onCrop:function(n){oe.fetch(t,Hm(n,e.imageType,(function(e){return i(e)}),null,e.closePopup))},onCancel:e.closePopup}))}var Qm=function(e){var t=e.children;return l.createElement(qu,null,t)};function Xm(e){var t=e.page,n=e.totalPages,r=ks.isNumber(t)&&t>0&&t<n&&t+1,i=ks.isNumber(t)&&t>1&&t-1,a={};if(r&&r<=n&&(a.next=r.toString()),i&&(a.previous=i.toString()),!Ci.a.isEmpty(a))return a}var eh={convertLegacyPaginatedCollection:function(e){if(e)return{data:e.data,pagination:{cursors:Xm(e.pagination),limit:e.pagination.pageSize}}}},th=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"1";return{key:"playlists:".concat(e),url:"/ajax/playlists/curators?page=".concat(e),formatData:eh.convertLegacyPaginatedCollection}},nh=function(e,t){var n="/api/domain/v1/search/playlists?query=".concat(e);return t&&(n+="&filter={page:".concat(t,"}")),{key:"playlists:search:".concat(e).concat(t?":".concat(t):""),url:n,formatData:eh.convertLegacyPaginatedCollection}},rh=function(e){return{key:"playlist:".concat(e),url:"/ajax/playlists/".concat(e,"?query=cover,banner")}},ih=function(e){var t=e.slice().sort();return{key:"playlists:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},ah=function(e,t,n,r){return{url:"/ajax/playlists",key:"playlist",data:e,type:ce.a.POST,invalidationKeys:"playlists",success:t,error:n,always:r}},oh=function(e,t,n,r,i){return{url:"/ajax/v2/playlists//".concat(e),key:"update:playlist:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}},ch=function(e,t,n,r){return{url:"/ajax/playlists/".concat(e),key:"delete:playlist:".concat(e),type:ce.a.DELETE,invalidationKeys:"playlists",success:t,error:n,always:r}},sh=function(e){return{key:"playlist:".concat(e,":videos"),url:"/api/master/v2/objects/".concat(e,"/videos?query={orderBy:orderindex,limit:100}")}},uh=function(e,t,n,r){return{key:"reorder:playlist",url:"/api/master/v1/objects/".concat(e,"/videos/reorder"),data:t,type:ce.a.PUT,invalidationKeys:"playlist:".concat(e,":videos"),success:n,error:r}},lh=function(e,t,n,r,i){return{key:"remove:playlist:video",url:"/api/master/v1/playlists/".concat(e,"/dissociate/").concat(t),type:ce.a.DELETE,invalidationKeys:"playlist:".concat(e,":videos"),success:n,error:r,always:i}},fh=function(e,t,n,r){return{key:"playlist:metadata:".concat(e.join(",")),url:_u("/ajax/playlists/metadata",{ids:e}),success:t,error:n,always:r}},ph=function(e,t,n,r){return{key:"dashboards:".concat(e),url:"/ajax/dashboards/".concat(e),success:t,error:n,always:r}},dh=function(e,t,n,r,i){return{key:"dashboard:".concat(e,":widget:").concat(t),url:"/ajax/dashboards/".concat(e,"/widgets/").concat(t),success:n,error:r,always:i}},mh=function(e,t,n,r){return{key:"playlist:".concat(e,":widgets"),url:"/ajax/playlists/".concat(e,"/widgets"),success:t,error:n,always:r}},hh=function(e,t,n,r,i,a){return{key:"dashboard:".concat(e,":widget:").concat(t),url:"/ajax/dashboards/".concat(e,"/widgets/").concat(t),type:ce.a.DELETE,invalidationKeys:"playlist:".concat(n,":widgets"),formatData:function(){return null},success:r,error:i,always:a}};function yh(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vh(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function bh(e){var t=Object(v.useDispatch)(),n=fp(),r=yh(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(rh(e.playlistId));var u=[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),oe.fetch(t,ch(e.playlistId,(function(){n.success("Successfully deleted playlist."),p.AppLinkHelper.trigger({application:c.PLAYLISTS,action:i.Playlists.PLAYLISTS})}),(function(){o(!1),n.error("Failed to delete playlist.")}),e.closePopup))},buttonText:"Yes, delete playlist",isSpinnerButton:!0,showSpinner:a}],f=!!s.data;return l.createElement(dp,{title:"Delete Playlist",closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,s.data.name),"?"),l.createElement("p",null,"Please ensure it is not being used in any widgets.")),l.createElement(hp,{buttons:u})))}var gh=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().max(65535,"Description is too long").default(""),cover:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),metadata:ji.object().shape({playlistId:ji.string(),internalDescription:ji.string().trim().max(255,"Description is too long").default("")}).default({}).noUnknown()}).noUnknown(),Sh=function(e,t){var n=c.PLAYLISTS,r=i.Playlists,a=[{label:"Edit Playlist Details",appLink:{application:n,action:r.EDIT_PLAYLIST,args:[t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_PLAYLIST_VIDEOS,args:[t]}},{label:"Dashboards",appLink:{application:n,action:r.EDIT_PLAYLIST_DASHBOARDS,args:[t]}}];return Bp(e)&&a.push.apply(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_PLAYLIST_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_PLAYLIST_AUDIENCES,args:[t]}}]),a};function Eh(e){var t,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this playlist",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:n.values.description,placeholder:"Describe this playlist here"}),l.createElement(Kc,{label:"Internal Description",as:"textarea",name:"metadata.internalDescription",id:"metadata.internalDescription",value:null===(t=n.values.metadata)||void 0===t?void 0:t.internalDescription,placeholder:"This description will only be displayed in Curator"}),l.createElement(cl,{imageType:wu.Covers,fieldName:"cover",application:c.PLAYLISTS,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.PLAYLISTS,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},e.id?"Save":"Create"),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function Oh(e){var t,n=e.playlist&&e.playlist.id;return l.createElement(Ai,{initialValues:e.playlist,validationSchema:gh,onSubmit:e.savePlaylist},l.createElement(Eh,{id:n,actions:!!n&&(t=n,[{label:"Delete playlist",appLink:{application:c.PLAYLISTS,action:i.Playlists.DELETE_PLAYLIST,args:[t]},className:"text-danger"}])}))}function Ch(e){return l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:Sh(e.currentUser,e.playlistId),isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}));var t}function wh(e){var t=Object(v.useDispatch)(),n=fp(),r=oe.useBasicFetch(rh(e.playlistId)),a=oe.useBasicFetch(jp());return l.createElement(l.Fragment,null,!!a.data&&l.createElement(Ch,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST,currentUser:a.data}),!!r.data&&l.createElement(Oh,{playlist:r.data,savePlaylist:function(r,i){oe.fetch(t,oh(e.playlistId,r,(function(){n.success("Successfully updated playlist.")}),(function(){n.error("Failed to update playlist.")}),i))}}))}var Ah=function(e,t){var n=e.dataServiceName,r=e.eventPrefix,i=e.fetchData,a=e.setData,o=e.onError,c=e.deleteEventPrefix;if(m(i)){if(m(a)){var s=o&&m(o),u=Qf.getInstance(n),l=uu.Radio.channel(u.channelName),f="".concat(r,":request"),d="".concat(r,":sync"),h="".concat(r,":error"),y="".concat(r,":invalidate"),v=c&&"".concat(c,":sync"),b=function(){return t(!1)},g=function(){return t(!0)},S=function(){return t(!1)},E=function(){return l.off(y,S)};l.once(f,b),l.once(d,g),l.once(y,S),s&&l.once(h,o),v&&l.once(v,E);var O=i(u);return O&&(t(!0),e.setData(O)),function(){Qf.releaseInstance(n),l.off(f,b),l.off(d,g),l.off(y,S),s&&l.off(h,o),v&&l.off(v,E)}}p.ErrorHelper.throw(new rs.a("A setData function must be passed to fetch"))}else p.ErrorHelper.throw(new rs.a("A fetchData function must be passed to fetch"))};function jh(e){return function(e){if(Array.isArray(e))return Ih(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||kh(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Th(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||kh(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function kh(e,t){if(e){if("string"==typeof e)return Ih(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ih(e,t):void 0}}function Ih(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Lh=function(e){return Array(Array.isArray(e)?e.length:0).fill(!1)};function _h(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=l.useState(Lh(e)),i=Th(r,2),a=i[0],o=i[1];l.useEffect((function(){o(Lh(e))}),jh(t)),l.useEffect((function(){if(n){var t=[];return e&&e.forEach((function(e,n){t.push(Ah(e,(function(e){e!==a[n]&&o(Tp.a.cloneAndReplaceAtIdx(a,n,e))})))})),function(){return t.forEach((function(e){return e()}))}}}),[a,n])}function Ph(e){return function(e){if(Array.isArray(e))return Dh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Nh(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xh(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||Nh(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Nh(e,t){if(e){if("string"==typeof e)return Dh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Dh(e,t):void 0}}function Dh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Rh(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=l.useState(!1),i=xh(r,2),a=i[0],o=i[1];l.useEffect((function(){o(!1)}),Ph(t)),l.useEffect((function(){if(n)return Ah(e,o)}),[a,n])}var Mh=function(e,t,n){return function(r){return e((function(e){var i=m(n)?n:h();return Object.assign(Object.assign({},e),function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,i(r,e)))}))}};function Uh(e){return(Uh="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Fh(e){return function(e){if(Array.isArray(e))return Vh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Vh(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Vh(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Bh(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Hh(e,t){return(Hh=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function zh(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=$h(e);if(t){var i=$h(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return qh(this,n)}}function qh(e,t){return!t||"object"!==Uh(t)&&"function"!=typeof t?Jh(e):t}function Jh(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $h(e){return($h=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Kh,Wh,Yh,Gh,Zh,Qh=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Hh(e,t)}(a,e);var t,n,r,i=zh(a);function a(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),t=i.call(this,e),d.result(Jh(t),"name")||es.c.throw(new rs.a("Must provide a name when extending BaseDataService")),d.result(Jh(t),"channelName")||es.c.throw(new rs.a("Must provide a channelName for ".concat(d.result(Jh(t),"name"))));var n=[].concat(Fh(t.defaultProps),Fh(t.props||[]));return t.dataRequestSignatures={},t.mergeOptions(e,n),t}return t=a,(n=[{key:"defaultProps",get:function(){return["dataProvider","cache","bootstrapData","defaultErrorHandler","alertService"]}},{key:"getCursors",value:function(e){var t=this.cache.get(e);return t?t.cursors:{}}},{key:"clearCacheAndGet",value:function(e){var t=this,n=e.callback,r=e.errorCallback,i=e.eventPrefix,a=this.getEventNames(i),o=a.syncEvent,c=a.errorEvent,s=this.cache.get(i);if(s&&s.openRequest)return this.listenToOnce(this.getChannel(),o,(function(e){d.isFunction(r)&&t.stopListening(t.getChannel(),c,r),d.isFunction(n)&&n(e)})),void this.listenToOnce(this.getChannel(),c,(function(){d.isFunction(n)&&t.stopListening(t.getChannel(),o,n),d.isFunction(r)&&r()}));this.cache.remove(e.eventPrefix),this.get(e)}},{key:"get",value:function(e){var t=this,n=e.callback,r=e.errorCallback,i=e.eventPrefix,a=e.resource,o=e.formatData,c=e.expiryTime,s=e.successHandler,u=e.errorHandler,l=e.bootstrapName,f=this.getEventNames(i),p=f.syncEvent,m=f.requestEvent,h=f.successEvent,y=f.errorEvent,v=this.getChannel(),b=this.currentTimestamp();this.bootstrapData&&this.bootstrapData[l]&&(this.cacheData(i,this.bootstrapData[l],o,{openRequest:!1,timestamp:b}),delete this.bootstrapData[l]);var g,S=this.cache.get(i);S&&(g=S.data);var E=S&&S.openRequest,O=this.isExpired(i,c);if(E&&(this.listenToOnce(v,p,(function(e){d.isFunction(r)&&t.stopListening(t.getChannel(),y,r),d.isFunction(n)&&n(e)})),this.listenToOnce(v,y,(function(){d.isFunction(n)&&t.stopListening(t.getChannel(),p,n),d.isFunction(r)&&r()}))),this.cache.has(i)&&!O||(v.trigger(m),this.listenToResponse({eventPrefix:i,formatData:o,cacheOptions:{timestamp:b},callback:n,errorCallback:r,successHandler:s,errorHandler:u}),this.cacheData(i,null,null,{openRequest:!0,timestamp:b}),this.dataProvider.read(a,{channel:this.getTransportChannel(),successEvent:h,errorEvent:y})),g&&d.isFunction(n)&&!O&&n(g),g)return g}},{key:"create",value:function(e){var t=e.eventPrefix,n=e.resource,r=e.data,i=e.formatData,a=e.callback,o=e.errorCallback,c=e.invalidationKeys,s=e.successHandler,u=e.errorHandler,l=this.getEventNames(e.eventPrefix),f=l.requestEvent,p=l.successEvent,d=l.errorEvent,m=this.getChannel(),h=this.getTransportChannel();m.trigger(f),this.listenToResponse({eventPrefix:t,formatData:i,invalidationKeys:c,callback:a,errorCallback:o,successHandler:s,errorHandler:u}),this.dataProvider.create(n,r,{channel:h,successEvent:p,errorEvent:d})}},{key:"update",value:function(e){var t=e.data,n=e.callback,r=e.errorCallback,i=e.resource,a=e.formatData,o=e.eventPrefix,c=e.invalidationKeys,s=e.errorHandler,u=e.successHandler,l=this.getEventNames(e.eventPrefix),f=l.requestEvent,p=l.successEvent,d=l.errorEvent,m=this.getChannel(),h=this.getTransportChannel();m.trigger(f),this.listenToResponse({eventPrefix:o,formatData:a,invalidationKeys:c,callback:n,errorCallback:r,successHandler:u,errorHandler:s}),this.dataProvider.update(i,t,{channel:h,successEvent:p,errorEvent:d})}},{key:"delete",value:function(e){var t=e.eventPrefix,n=e.resource,r=e.callback,i=e.errorCallback,a=e.invalidationKeys,o=e.successHandler,c=e.errorHandler,s=this.getEventNames(t),u=s.successEvent,l=s.errorEvent,f=this.getTransportChannel();this.listenToResponse({eventPrefix:t,invalidationKeys:a,callback:r,errorCallback:i,cacheOptions:{noCache:!0,clearCacheKey:!0},successHandler:o,errorHandler:c}),this.dataProvider.delete(n,{channel:f,successEvent:u,errorEvent:l})}},{key:"listenToResponse",value:function(e){var t=this,n=e.eventPrefix,r=e.formatData,i=e.callback,a=e.errorCallback,o=e.successHandler,c=e.errorHandler,s=e.invalidationKeys,u=e.cacheOptions,l=void 0===u?{}:u,f=this.getEventNames(n),p=f.syncEvent,m=f.successEvent,h=f.errorEvent,y=f.successAlertEvent,v=f.errorAlertEvent,b=this.getChannel(),g=this.getTransportChannel(),S=this.getAlertChannel();d.isFunction(i)&&this.listenToOnce(b,p,i),d.isFunction(a)&&this.listenToOnce(b,h,a),this.stopListening(S,y),this.stopListening(S,v),d.isFunction(o)&&this.listenToOnce(S,y,o),d.isFunction(c)&&this.listenToOnce(S,v,c),!d.isFunction(c)&&!1!==c&&d.isFunction(this.defaultErrorHandler)&&this.listenToOnce(S,v,this.defaultErrorHandler),this.hasRequestSignature(n)||(this.setRequestSignature(n),this.listenTo(g,m,(function(e){t.stopListening(b,h,a);for(var i=arguments.length,o=new Array(i>1?i-1:0),c=1;c<i;c++)o[c-1]=arguments[c];S.trigger.apply(S,[y,e].concat(o));var u=l.noCache?t.formatData(e,r):t.cacheData(n,e,r);l.clearCacheKey&&t.cache.remove(n),b.trigger(p,u),s&&s.length&&t.cache.invalidate(s,(function(e){return b.trigger("".concat(e,":invalidate"))}))})),this.listenTo(g,h,(function(){var e;t.stopListening(b,p,i);var r=(e=t.dataProvider).parseError.apply(e,arguments);S.trigger(v,r),b.trigger(h,r),l.noCache||t.cacheData(n,null,null)})))}},{key:"cacheData",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.openRequest,a=void 0!==i&&i,o=r.timestamp;o||(o=this.currentTimestamp());var c=this.processPagination(t),s=this.formatData(t,n);return this.cache.set(e,{data:s,timestamp:o,cursors:c,openRequest:a}),s}},{key:"processPagination",value:function(e){if(e){var t=e.pagination;if(t)return t.cursors?t.cursors:d.isUndefined(t.offset)||d.isUndefined(t.pageSize)?t.page?this.convertLegacyPaginationToCursors(t):void 0:this.convertOffsetPaginationToCursors(t)}}},{key:"formatData",value:function(e,t){return d.isFunction(t)?t(e):e}},{key:"chain",value:function(){var e=this,t=[],n=function(e,t){d.isFunction(e)&&e(t)},r=function(r,a){return t.push((function(){var i=r.callback;r.callback=function(e){n(i,e),n(t.shift())},e[a](r)})),i},i={func:function(e){return t.push((function(){e(t.shift()||function(){})})),i},get:function(e){return r(e,"get")},create:function(e){return r(e,"create")},update:function(e){return r(e,"update")},delete:function(e){return r(e,"delete")},run:function(){n(t.shift())}};return i}},{key:"invalidateCache",value:function(e){e&&e.length&&this.cache.invalidate(e)}},{key:"currentTimestamp",value:function(){return(new Date).valueOf()}},{key:"isExpired",value:function(e,t){if(!t)return!1;var n=this.cache.get(e);if(!n||!n.timestamp)return!0;var r=1e3*t;return n.timestamp<this.currentTimestamp()-r}},{key:"getEventNames",value:function(e){return{syncEvent:"".concat(e,":sync"),requestEvent:"".concat(e,":request"),successEvent:"".concat(e,":success"),errorEvent:"".concat(e,":error"),successAlertEvent:"".concat(e,":success:alert"),errorAlertEvent:"".concat(e,":error:alert")}}},{key:"getTransportChannel",value:function(){return uu.Radio.channel("".concat(this.channelName,":transport"))}},{key:"getAlertChannel",value:function(){return uu.Radio.channel("".concat(this.channelName,":alert"))}},{key:"setRequestSignature",value:function(e){this.dataRequestSignatures[e]=e}},{key:"hasRequestSignature",value:function(e){return!!this.dataRequestSignatures[e]}},{key:"convertOffsetPaginationToCursors",value:function(e){var t=e.offset,n=e.pageSize,r=e.totalItems,i=r>0&&t<r&&t+n,a=r>0&&t>0&&Math.max(t-n,0),o={};if(i&&i<r&&(o.next=i.toString()),d.isNumber(a)&&(o.previous=a.toString()),!d.isEmpty(o))return o}},{key:"convertLegacyPaginationToCursors",value:function(e){var t=e.page,n=e.totalPages,r=d.isNumber(t)&&t>0&&t<n&&t+1,i=d.isNumber(t)&&t>1&&t-1,a={};if(r&&r<=n&&(a.next=r.toString()),i&&(a.previous=i.toString()),!d.isEmpty(a))return a}}])&&Bh(t.prototype,n),r&&Bh(t,r),a}(Xc.a),Xh=n(47),ey={SHORT:120,STANDARD:600};!function(e){e[e.Subject=0]="Subject",e[e.Classification=1]="Classification",e[e.Level=2]="Level",e[e.Audience=3]="Audience"}(Kh||(Kh={})),function(e){e.Playlists="playlists",e.Series="series",e.Videos="videos"}(Wh||(Wh={})),function(e){e.Playlists="playlists",e.Series="series",e.Videos="videos"}(Yh||(Yh={})),function(e){e.Root="0"}(Gh||(Gh={})),function(e){e.Root="root"}(Zh||(Zh={}));var ty,ny,ry=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),backboneAudienceIds:ji.array().of(ji.string()).required("A level is required").default([])}).noUnknown();!function(e){e.Subject="Subject",e.Topic="Topic"}(ty||(ty={})),function(e){e.Draft="Draft",e.ComingSoon="ComingSoon",e.Published="Published"}(ny||(ny={}));var iy=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),parentIds:ji.array().of(ji.string()).default([Zh.Root]),backboneClassificationIds:ji.array().of(ji.string()).min(1,"A classification must be mapped to at least one subject").required("A classification must be mapped to at least one subject").default([]),type:ji.mixed().required("Type is required").default(ty.Subject),status:ji.mixed().required("Status is required").default(ny.Draft),emphasize:ji.boolean().default(!1),canBePreferred:ji.boolean().default(!1),cover:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),tallPoster:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown()}).noUnknown(),ay=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default("")}).noUnknown(),oy=ji.object().shape({name:ji.string().max(255,"Name is too long").required("Name is required"),description:ji.string().max(65535,"Description is too long").required("Description is required"),status:ji.mixed().required("Status is required").default(Mp.Draft)}),cy=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),parentId:ji.string().default(Gh.Root)}).noUnknown(),sy={singularizeMemberType:function(e){switch(e){case Wh.Playlists:return"playlist";case Wh.Series:return"series";case Wh.Videos:return"video"}},getMemberAppLink:function(e,t){var n=[t];switch(e){case Wh.Playlists:return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:n};case Wh.Series:return{application:c.SERIES,action:i.Series.EDIT_SERIES,args:n};case Wh.Videos:return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:n}}},getMemberActions:function(e,t,n,r){return[{label:"Remove ".concat(sy.singularizeMemberType(n)),appLink:{application:c.SUBJECTS,action:t===Kh.Subject?i.Subjects.REMOVE_SUBJECT_MEMBER:i.Subjects.REMOVE_CLASSIFICATION_MEMBER,args:[e,r,n]},className:"text-danger"}]}},uy=function(){var e=c.SUBJECTS,t=i.Subjects;return[{label:"Classifications",appLink:{application:e,action:t.CLASSIFICATIONS},activeActions:[t.CLASSIFICATIONS,t.PRESENTATION_CLASSIFICATIONS,t.NEW_CLASSIFICATION,t.EDIT_CLASSIFICATION,t.EDIT_CLASSIFICATION_PLAYLISTS,t.EDIT_CLASSIFICATION_SERIES,t.EDIT_CLASSIFICATION_VIDEOS,t.DELETE_CLASSIFICATION,t.REMOVE_CLASSIFICATION_MEMBER]},{label:"Backbone Classifications",appLink:{application:e,action:t.SUBJECTS},activeActions:[t.SUBJECTS,t.NEW_SUBJECT,t.EDIT_SUBJECT,t.EDIT_SUBJECT_PLAYLISTS,t.EDIT_SUBJECT_SERIES,t.EDIT_SUBJECT_VIDEOS,t.SUBJECT_CLASSIFICATIONS,t.DELETE_SUBJECT,t.ADD_SUBJECT_MEMBERS,t.REMOVE_SUBJECT_MEMBER]},{label:"Audiences",appLink:{application:e,action:t.AUDIENCES},activeActions:[t.AUDIENCES,t.PRESENTATION_AUDIENCES,t.NEW_AUDIENCE,t.EDIT_AUDIENCE,t.EDIT_AUDIENCE_PLAYLISTS,t.EDIT_AUDIENCE_SERIES,t.EDIT_AUDIENCE_VIDEOS,t.REMOVE_AUDIENCE_MEMBER]},{label:"Backbone Audiences",appLink:{application:e,action:t.LEVELS},activeActions:[t.LEVELS,t.NEW_LEVEL,t.EDIT_LEVEL,t.LEVEL_AUDIENCES,t.EDIT_LEVEL_PLAYLISTS,t.EDIT_LEVEL_SERIES,t.EDIT_LEVEL_VIDEOS]},{label:"Presentations",appLink:{application:e,action:t.PRESENTATIONS},activeActions:[t.PRESENTATIONS,t.NEW_PRESENTATION,t.EDIT_PRESENTATION]}]},ly=function(e,t){var n=c.SUBJECTS,r=i.Subjects,a=[e];return[{label:"Edit Backbone Classification Details",appLink:{action:r.EDIT_SUBJECT}},{label:"Classifications",appLink:{action:r.SUBJECT_CLASSIFICATIONS}},{label:"Playlists",appLink:{action:r.EDIT_SUBJECT_PLAYLISTS}},{label:"Series",appLink:{action:r.EDIT_SUBJECT_SERIES}},{label:"Videos",appLink:{action:r.EDIT_SUBJECT_VIDEOS}}].map((function(e){var r=Object.assign(Object.assign({},e.appLink),{application:n,args:a});return t&&(r.params={presentationId:t}),{label:e.label,appLink:r}}))},fy=function(e,t){var n=c.SUBJECTS,r=i.Subjects;return[{label:"Edit Classification Details",appLink:{application:n,action:r.EDIT_CLASSIFICATION,args:[e,t]}},{label:"Playlists",appLink:{application:n,action:r.EDIT_CLASSIFICATION_PLAYLISTS,args:[e,t]}},{label:"Series",appLink:{application:n,action:r.EDIT_CLASSIFICATION_SERIES,args:[e,t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_CLASSIFICATION_VIDEOS,args:[e,t]}}]},py=function(e,t){var n=c.SUBJECTS,r=i.Subjects,a=[e];return[{label:"Edit Level Details",appLink:{action:r.EDIT_LEVEL}},{label:"Audiences",appLink:{action:r.LEVEL_AUDIENCES}},{label:"Playlists",appLink:{action:r.EDIT_LEVEL_PLAYLISTS}},{label:"Series",appLink:{action:r.EDIT_LEVEL_SERIES}},{label:"Videos",appLink:{action:r.EDIT_LEVEL_VIDEOS}}].map((function(e){var r=Object.assign(Object.assign({},e.appLink),{application:n,args:a});return t&&(r.params={presentationId:t}),{label:e.label,appLink:r}}))},dy=function(e,t){var n=c.SUBJECTS,r=i.Subjects;return[{label:"Edit Audience Details",appLink:{application:n,action:r.EDIT_AUDIENCE,args:[e,t]}},{label:"Playlists",appLink:{application:n,action:r.EDIT_AUDIENCE_PLAYLISTS,args:[e,t]}},{label:"Series",appLink:{application:n,action:r.EDIT_AUDIENCE_SERIES,args:[e,t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_AUDIENCE_VIDEOS,args:[e,t]}}]},my={singularizeMemberType:function(e){switch(e){case Yh.Playlists:return"playlist";case Yh.Series:return"series";case Yh.Videos:return"video"}},getMemberAppLink:function(e,t){var n=[t];switch(e){case Yh.Playlists:return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:n};case Yh.Series:return{application:c.SERIES,action:i.Series.EDIT_SERIES,args:n};case Yh.Videos:return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:n}}},getMemberActions:function(e,t,n,r){return[{label:"Remove ".concat(my.singularizeMemberType(n)),appLink:{application:c.SUBJECTS,action:t===Kh.Level?i.Subjects.REMOVE_LEVEL_MEMBER:i.Subjects.REMOVE_AUDIENCE_MEMBER,args:[e,r,n]},className:"text-danger"}]}};function hy(e){return(hy="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function yy(e){return function(e){if(Array.isArray(e))return vy(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return vy(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vy(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vy(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function by(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gy(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Sy(e,t){return(Sy=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ey(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Cy(e);if(t){var i=Cy(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Oy(this,n)}}function Oy(e,t){return!t||"object"!==hy(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Cy(e){return(Cy=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var wy=function(){return"/api/subjects/v1/backbone-classifications/tree"},Ay=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},jy=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/").concat(t,"?query={limit:100}")},Ty=function(e,t,n){var r="/api/subjects/v1/backbone-classifications/".concat(e,"/classifications"),i=[];return t&&i.push("presentationId=".concat(t)),n&&i.push("query=".concat(n,"{limit:100}")),i.length?"".concat(r,"?").concat(i.join("&")):r},ky=function(){return"/api/subjects/v1/backbone-classifications"},Iy=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},Ly=function(e){return"/api/subjects/v1/backbone-classifications/".concat(e)},_y=function(e){return"/api/subjects/v1/objects/".concat(e,"/backbone-classifications")},Py=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/backbone-classifications?addToClassifications=").concat(!!t)},xy=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/objects?addToClassifications=").concat(!!t)},Ny=function(e,t){return"/api/subjects/v1/backbone-classifications/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},Dy=function(){return"/api/subjects/v1/presentations"},Ry=function(e){return"/api/subjects/v1/presentations/".concat(e)},My=function(){return"/api/subjects/v1/presentations"},Uy=function(e){return"/api/subjects/v1/presentations/".concat(e)},Fy=function(e){return"/api/subjects/v1/presentations/".concat(e,"/classifications/tree")},Vy=function(e){return"/api/subjects/v1/classifications/".concat(e,"?query=cover,banner,followers[count()]{limit:0}")},By=function(e,t){return"/api/subjects/v1/classifications/".concat(e,"/").concat(t,"?query={limit:100}")},Hy=function(){return"/api/subjects/v1/classifications"},zy=function(e){return"/api/subjects/v1/classifications/".concat(e)},qy=function(e){return"/api/subjects/v1/classifications/".concat(e)},Jy=function(e){return"/api/subjects/v1/objects/".concat(e,"/classifications")},$y=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/classifications?presentationId=").concat(t)},Ky=function(e){return"/api/subjects/v1/classifications/".concat(e,"/objects")},Wy=function(e,t){return"/api/subjects/v1/classifications/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},Yy=function(){return"/api/subjects/v1/backbone-audiences"},Gy=function(e){return"/api/subjects/v1/backbone-audiences/".concat(e)},Zy=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/").concat(t,"?query={limit:100}")},Qy=function(e,t,n){var r="/api/subjects/v1/backbone-audiences/".concat(e,"/audiences"),i=[];return t&&i.push("presentationId=".concat(t)),n&&i.push("query=".concat(n,"{limit:100}")),i.length?"".concat(r,"?").concat(i.join("&")):r},Xy=function(){return"/api/subjects/v1/backbone-audiences"},ev=function(e){return"/api/subjects/v1/backbone-audiences/".concat(e)},tv=function(e){return"/api/subjects/v1/objects/".concat(e,"/backbone-audiences")},nv=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/backbone-audiences?addToAudiences=").concat(!!t)},rv=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/objects?addToAudiences=").concat(!!t)},iv=function(e,t){return"/api/subjects/v1/backbone-audiences/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},av=function(e){return"/api/subjects/v1/presentations/".concat(e,"/audiences")},ov=function(e){return"/api/subjects/v1/audiences/".concat(e)},cv=function(e,t){return"/api/master/v2/objects/".concat(e,"/").concat(t,"?query={limit:100}")},sv=function(){return"/api/subjects/v1/audiences"},uv=function(e){return"/api/subjects/v1/audiences/".concat(e)},lv=function(e){return"/api/subjects/v1/audiences/".concat(e)},fv=function(e){return"/api/subjects/v1/objects/".concat(e,"/audiences")},pv=function(e,t){return"/api/subjects/v1/objects/".concat(e,"/audiences?presentationId=").concat(t)},dv=function(e){return"/api/subjects/v1/audiences/".concat(e,"/objects")},mv=function(e,t){return"/api/subjects/v1/audiences/".concat(e,"/objects?").concat(t.map((function(e){return"objectId=".concat(e)})).join("&"))},hv=function(e,t,n){var r="".concat(a.SUBJECT,":").concat(e);return t&&(r+=":".concat(t)),r+=":".concat(a.CLASSIFICATIONS),n&&(r+=":".concat(n)),r},yv=function(e,t,n){var r="".concat(a.LEVEL,":").concat(e);return t&&(r+=":".concat(t)),r+=":".concat(a.AUDIENCES),n&&(r+=":".concat(n)),r},vv=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Sy(e,t)}(o,e);var t,n,r,i=Ey(o);function o(){return by(this,o),i.apply(this,arguments)}return t=o,(n=[{key:"name",get:function(){return u.SUBJECT}},{key:"channelName",get:function(){return s.SUBJECT}},{key:"getPresentations",value:function(e,t){return this.get({resource:Dy(),eventPrefix:a.PRESENTATIONS,expiryTime:ey.STANDARD,callback:e,errorCallback:t})}},{key:"getPresentation",value:function(e,t,n){return this.get({resource:Ry(e),eventPrefix:"".concat(a.PRESENTATION,":").concat(e),expiryTime:ey.STANDARD,callback:t,errorCallback:n})}},{key:"createPresentation",value:function(e,t,n){return this.create({resource:My(),data:e,callback:t,errorCallback:n,eventPrefix:a.PRESENTATION,invalidationKeys:[a.PRESENTATIONS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully created presentation."),errorHandler:this.alertService.error("Failed to create presentation.")})}},{key:"updatePresentation",value:function(e,t,n,r){return this.update({resource:Uy(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_PRESENTATION,":").concat(e),invalidationKeys:["".concat(a.PRESENTATION,":").concat(e),a.PRESENTATIONS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully updated presentation."),errorHandler:this.alertService.error("Failed to update presentation.")})}},{key:"getSubjectTree",value:function(e,t){return this.get({resource:wy(),formatData:function(e){return{children:e,name:Gh.Root,id:null}},eventPrefix:a.SUBJECTS,expiryTime:ey.STANDARD,callback:e,errorCallback:t})}},{key:"getSubject",value:function(e,t,n){return this.get({resource:Ay(e),eventPrefix:"".concat(a.SUBJECT,":").concat(e),expiryTime:ey.STANDARD,callback:t,errorCallback:n})}},{key:"getSubjectMemberIds",value:function(e,t,n,r){return this.get({resource:jy(e,t),eventPrefix:"".concat(a.SUBJECT,":").concat(e,":").concat(t),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"getSubjectClassifications",value:function(e,t,n,r,i){return this.get({resource:Ty(e,t,n),eventPrefix:hv(e,t,n),expiryTime:ey.STANDARD,callback:r,errorCallback:i})}},{key:"createSubject",value:function(e,t,n){return this.create({resource:ky(),data:e,callback:t,errorCallback:n,eventPrefix:a.SUBJECT,invalidationKeys:[a.SUBJECTS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully created subject."),errorHandler:this.alertService.error("Failed to create subject.")})}},{key:"updateSubject",value:function(e,t,n,r){return this.update({resource:Iy(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_SUBJECT,":").concat(e),invalidationKeys:["".concat(a.SUBJECT,":").concat(e),a.SUBJECTS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully updated subject."),errorHandler:this.alertService.error("Failed to save subject.")})}},{key:"deleteSubject",value:function(e,t,n){var r=this;return this.delete({resource:Ly(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_SUBJECT,invalidationKeys:["".concat(a.SUBJECT,":").concat(e),a.SUBJECTS],successHandler:this.alertService.success("Successfully deleted subject."),errorHandler:function(e){var t=(null==e?void 0:e.code)===Xh.a.Conflict?"Cannot delete a subject with child subjects and/or classifications.":"Failed to delete subject.";r.alertService.error(t)()}})}},{key:"getObjectSubjects",value:function(e,t,n,r){return this.get({resource:_y(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.SUBJECTS),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectSubjects",value:function(e,t,n,r,i,o){var c=sy.singularizeMemberType(n),s=["".concat(n,":").concat(e,":").concat(a.SUBJECTS)];return r&&s.push("".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)),s.push.apply(s,yy(t.map((function(e){return"".concat(a.SUBJECTS,":").concat(e,":").concat(n)})))),this.update({resource:Py(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_SUBJECTS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," subjects.")),errorHandler:this.alertService.error("Failed to update ".concat(c," subjects."))})}},{key:"addObjectsToSubject",value:function(e,t,n,r,i,o){var c=1===t.length?sy.singularizeMemberType(n):n,s=["".concat(a.SUBJECT,":").concat(e,":").concat(n)].concat(yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.SUBJECTS)}))),yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)}))));return this.create({resource:xy(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.ADD_TO_SUBJECT,":").concat(e,":").concat(n),invalidationKeys:s,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(c," to subject.")),errorHandler:this.alertService.error("Failed to add ".concat(c," to subject."))})}},{key:"removeObjectsFromSubject",value:function(e,t,n,r,i){var o=1===t.length?sy.singularizeMemberType(n):n,c=["".concat(a.SUBJECT,":").concat(e,":").concat(n)].concat(yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.SUBJECTS)}))));return this.delete({resource:Ny(e,t),callback:r,errorCallback:i,eventPrefix:"".concat(a.REMOVE_FROM_SUBJECT,":").concat(e,":").concat(n),invalidationKeys:c,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(o," from subject.")),errorHandler:this.alertService.error("Failed to remove ".concat(o," from subject."))})}},{key:"getClassificationTree",value:function(e,t,n){return this.get({resource:Fy(e),formatData:function(e){return{children:e,name:Zh.Root,id:null}},eventPrefix:"".concat(a.CLASSIFICATIONS,":").concat(e),expiryTime:ey.STANDARD,callback:t,errorCallback:n})}},{key:"getClassification",value:function(e,t,n){return this.get({resource:Vy(e),eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e),expiryTime:ey.STANDARD,callback:t,errorCallback:n})}},{key:"getClassificationMembers",value:function(e,t,n,r){return this.get({resource:By(e,t),eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e,":").concat(t),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"createClassification",value:function(e,t,n){return this.create({resource:Hy(),data:e,callback:t,errorCallback:n,eventPrefix:a.CLASSIFICATION,invalidationKeys:[a.CLASSIFICATIONS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully created classification."),errorHandler:this.alertService.error("Failed to create classification.")})}},{key:"updateClassification",value:function(e,t,n,r){return this.update({resource:zy(e),data:Ci.a.omit(t,["followers"]),callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_CLASSIFICATION,":").concat(e),invalidationKeys:["".concat(a.CLASSIFICATION,":").concat(e),a.CLASSIFICATIONS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully updated classification."),errorHandler:this.alertService.error("Failed to save classification.")})}},{key:"deleteClassification",value:function(e,t,n){return this.delete({resource:qy(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_CLASSIFICATION,invalidationKeys:["".concat(a.CLASSIFICATION,":").concat(e),a.CLASSIFICATIONS],successHandler:this.alertService.success("Successfully deleted classification"),errorHandler:this.alertService.error("Failed to delete classification")})}},{key:"getObjectClassifications",value:function(e,t,n,r){return this.get({resource:Jy(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.CLASSIFICATIONS),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectClassifications",value:function(e,t,n,r,i,o){var c=sy.singularizeMemberType(r),s=["".concat(r,":").concat(e,":").concat(a.CLASSIFICATIONS)];return s.push.apply(s,yy(n.map((function(e){return"".concat(a.CLASSIFICATION,":").concat(e,":").concat(r)})))),this.update({resource:$y(e,t),data:n,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_CLASSIFICATIONS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," classifications.")),errorHandler:this.alertService.error("Failed to update ".concat(c," classifications."))})}},{key:"addObjectsToClassification",value:function(e,t,n,r,i,o,c){var s=1===t.length?sy.singularizeMemberType(n):n,u=["".concat(a.CLASSIFICATION,":").concat(e,":").concat(n)];return r&&u.push(hv(r,i,n)),u.push.apply(u,yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)})))),this.create({resource:Ky(e),data:t,callback:o,errorCallback:c,eventPrefix:"".concat(a.ADD_TO_CLASSIFICATION,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(s," to classification.")),errorHandler:this.alertService.error("Failed to add ".concat(s," to classification."))})}},{key:"removeObjectsFromClassification",value:function(e,t,n,r,i,o,c){var s=1===t.length?sy.singularizeMemberType(n):n,u=["".concat(a.CLASSIFICATION,":").concat(e,":").concat(n)];return r&&u.push(hv(r,i,n)),u.push.apply(u,yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.CLASSIFICATIONS)})))),this.delete({resource:Wy(e,t),callback:o,errorCallback:c,eventPrefix:"".concat(a.REMOVE_FROM_CLASSIFICATION,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(s," from classification.")),errorHandler:this.alertService.error("Failed to remove ".concat(s," from classification."))})}},{key:"getLevels",value:function(e,t){return this.get({resource:Yy(),eventPrefix:a.LEVELS,expiryTime:ey.STANDARD,callback:e,errorCallback:t})}},{key:"getLevel",value:function(e,t,n){return this.get({resource:Gy(e),eventPrefix:"".concat(a.LEVEL,":").concat(e),expiryTime:ey.STANDARD,callback:t,errorCallback:n})}},{key:"getLevelMemberIds",value:function(e,t,n,r){return this.get({resource:Zy(e,t),eventPrefix:"".concat(a.LEVEL,":").concat(e,":").concat(t),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"getLevelAudiences",value:function(e,t,n,r,i){return this.get({resource:Qy(e,t,n),eventPrefix:yv(e,t,n),expiryTime:ey.STANDARD,callback:r,errorCallback:i})}},{key:"createLevel",value:function(e,t,n){return this.create({resource:Xy(),data:e,callback:t,errorCallback:n,eventPrefix:a.LEVEL,invalidationKeys:[a.LEVELS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully created level."),errorHandler:this.alertService.error("Failed to create level.")})}},{key:"updateLevel",value:function(e,t,n,r){return this.update({resource:ev(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_LEVEL,":").concat(e),invalidationKeys:["".concat(a.LEVEL,":").concat(e),a.LEVELS],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully updated level."),errorHandler:this.alertService.error("Failed to save level.")})}},{key:"getObjectLevels",value:function(e,t,n,r){return this.get({resource:tv(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.LEVELS),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectLevels",value:function(e,t,n,r,i,o){var c=sy.singularizeMemberType(n),s=["".concat(n,":").concat(e,":").concat(a.LEVELS)];return r&&s.push("".concat(n,":").concat(e,":").concat(a.AUDIENCES)),this.update({resource:nv(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_LEVELS,":").concat(e),invalidationKeys:s,successHandler:this.alertService.success("Successfully updated ".concat(c," levels.")),errorHandler:this.alertService.error("Failed to update ".concat(c," levels."))})}},{key:"addObjectsToLevel",value:function(e,t,n,r,i,o){var c=1===t.length?my.singularizeMemberType(n):n,s=["".concat(a.LEVEL,":").concat(e,":").concat(n)].concat(yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.LEVELS)}))),yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)}))));return this.create({resource:rv(e,r),data:t,callback:i,errorCallback:o,eventPrefix:"".concat(a.ADD_TO_LEVEL,":").concat(e,":").concat(n),invalidationKeys:s,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(c," to level.")),errorHandler:this.alertService.error("Failed to add ".concat(c," to level."))})}},{key:"removeObjectsFromLevel",value:function(e,t,n,r,i){var o=1===t.length?my.singularizeMemberType(n):n,c=["".concat(a.LEVEL,":").concat(e,":").concat(n)].concat(yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.LEVELS)}))));return this.delete({resource:iv(e,t),callback:r,errorCallback:i,eventPrefix:"".concat(a.REMOVE_FROM_LEVEL,":").concat(e,":").concat(n),invalidationKeys:c,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(o," from level.")),errorHandler:this.alertService.error("Failed to remove ".concat(o," from level."))})}},{key:"getAudiences",value:function(e,t,n){return this.get({resource:av(e),callback:t,errorCallback:n,eventPrefix:"".concat(a.AUDIENCES,":").concat(e),expiryTime:ey.STANDARD})}},{key:"getAudience",value:function(e,t,n){return this.get({resource:ov(e),callback:t,errorCallback:n,eventPrefix:"".concat(a.AUDIENCE,":").concat(e),expiryTime:ey.STANDARD})}},{key:"getAudienceMembers",value:function(e,t,n,r){return this.get({resource:cv(e,t),eventPrefix:"".concat(a.AUDIENCE,":").concat(e,":").concat(t),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"createAudience",value:function(e,t,n){return this.create({resource:sv(),data:e,callback:t,errorCallback:n,eventPrefix:a.AUDIENCE,invalidationKeys:[a.AUDIENCES],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully created audience."),errorHandler:this.alertService.error("Failed to create audience.")})}},{key:"updateAudience",value:function(e,t,n,r){return this.update({resource:uv(e),data:t,callback:n,errorCallback:r,eventPrefix:"".concat(a.UPDATE_AUDIENCE,":").concat(e),invalidationKeys:["".concat(a.AUDIENCE,":").concat(e),a.AUDIENCES],expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully updated audience."),errorHandler:this.alertService.error("Failed to update audience.")})}},{key:"deleteAudience",value:function(e,t,n){return this.delete({resource:lv(e),callback:t,errorCallback:n,eventPrefix:a.DELETE_AUDIENCE,invalidationKeys:["".concat(a.AUDIENCE,":").concat(e),a.AUDIENCES],successHandler:this.alertService.success("Successfully deleted audience"),errorHandler:this.alertService.error("Failed to delete audience")})}},{key:"getObjectAudiences",value:function(e,t,n,r){return this.get({resource:fv(e),eventPrefix:"".concat(t,":").concat(e,":").concat(a.AUDIENCES),expiryTime:ey.STANDARD,callback:n,errorCallback:r})}},{key:"updateObjectAudiences",value:function(e,t,n,r,i,o){var c=sy.singularizeMemberType(r);return this.update({resource:pv(e,t),data:n,callback:i,errorCallback:o,eventPrefix:"".concat(a.UPDATE_OBJECT_AUDIENCES,":").concat(e),invalidationKeys:["".concat(r,":").concat(e,":").concat(a.AUDIENCES)],successHandler:this.alertService.success("Successfully updated ".concat(c," audiences.")),errorHandler:this.alertService.error("Failed to update ".concat(c," audiences."))})}},{key:"addObjectsToAudience",value:function(e,t,n,r,i,o,c){var s=1===t.length?my.singularizeMemberType(n):n,u=["".concat(a.AUDIENCE,":").concat(e,":").concat(n)];return r&&u.push(yv(r,i,n)),u.push.apply(u,yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)})))),this.create({resource:dv(e),data:t,callback:o,errorCallback:c,eventPrefix:"".concat(a.ADD_TO_AUDIENCE,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully added ".concat(s," to audience.")),errorHandler:this.alertService.error("Failed to add ".concat(s," to audience."))})}},{key:"removeObjectsFromAudience",value:function(e,t,n,r,i,o,c){var s=1===t.length?my.singularizeMemberType(n):n,u=["".concat(a.AUDIENCE,":").concat(e,":").concat(n)];return r&&u.push(yv(r,i,n)),u.push.apply(u,yy(t.map((function(e){return"".concat(n,":").concat(e,":").concat(a.AUDIENCES)})))),this.delete({resource:mv(e,t),callback:o,errorCallback:c,eventPrefix:"".concat(a.REMOVE_FROM_AUDIENCE,":").concat(e,":").concat(n),invalidationKeys:u,expiryTime:ey.STANDARD,successHandler:this.alertService.success("Successfully removed ".concat(s," from audience.")),errorHandler:this.alertService.error("Failed to remove ".concat(s," from audience."))})}}])&&gy(t.prototype,n),r&&gy(t,r),o}(Qh),bv={dataServiceName:u.SUBJECT,dataChannelName:s.SUBJECT},gv={getSubjectTreeFetchOptions:function(e,t){return Object.assign(Object.assign({},bv),{eventPrefix:a.SUBJECTS,fetchData:function(e){return e.getSubjectTree()},setData:e,onError:t})},getSubjectFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.SUBJECT,":").concat(e),fetchData:function(t){return t.getSubject(e)},setData:t,onError:n,deleteEventPrefix:a.DELETE_SUBJECT})},getSubjectMemberIdsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.SUBJECT,":").concat(e,":").concat(t),fetchData:function(n){return n.getSubjectMemberIds(e,t)},setData:n,onError:r})},getSubjectClassificationFetchOptions:function(e,t,n,r,i){return Object.assign(Object.assign({},bv),{eventPrefix:hv(e,n,r),fetchData:function(t){return t.getSubjectClassifications(e,n,r)},setData:t,onError:i})},getObjectSubjectsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.SUBJECTS),fetchData:function(n){return n.getObjectSubjects(e,t)},setData:n,onError:r})},getPresentationsFetchOptions:function(e,t){return Object.assign(Object.assign({},bv),{eventPrefix:a.PRESENTATIONS,fetchData:function(e){return e.getPresentations()},setData:e,onError:t})},getPresentationFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.PRESENTATION,":").concat(e),fetchData:function(t){return t.getPresentation(e)},setData:t,onError:n})},getClassificationTreeFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.CLASSIFICATIONS,":").concat(e),fetchData:function(t){return t.getClassificationTree(e)},setData:t,onError:n})},getClassificationFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e),fetchData:function(t){return t.getClassification(e)},setData:t,onError:n,deleteEventPrefix:a.DELETE_CLASSIFICATION})},getClassificationMembersFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.CLASSIFICATION,":").concat(e,":").concat(t),fetchData:function(n){return n.getClassificationMembers(e,t)},setData:n,onError:r})},getObjectClassificationsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.CLASSIFICATIONS),fetchData:function(n){return n.getObjectClassifications(e,t)},setData:n,onError:r})},getLevelsFetchOptions:function(e,t){return Object.assign(Object.assign({},bv),{eventPrefix:a.LEVELS,fetchData:function(e){return e.getLevels()},setData:e,onError:t})},getLevelFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.LEVEL,":").concat(e),fetchData:function(t){return t.getLevel(e)},setData:t,onError:n})},getLevelMemberIdsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.LEVEL,":").concat(e,":").concat(t),fetchData:function(n){return n.getLevelMemberIds(e,t)},setData:n,onError:r})},getLevelAudiencesFetchOptions:function(e,t,n,r,i){return Object.assign(Object.assign({},bv),{eventPrefix:yv(e,n,r),fetchData:function(t){return t.getLevelAudiences(e,n,r)},setData:t,onError:i})},getObjectLevelsFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.LEVELS),fetchData:function(n){return n.getObjectLevels(e,t)},setData:n,onError:r})},getAudiencesFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.AUDIENCES,":").concat(e),fetchData:function(t){return t.getAudiences(e)},setData:t,onError:n})},getAudienceFetchOptions:function(e,t,n){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.AUDIENCE,":").concat(e),fetchData:function(t){return t.getAudience(e)},setData:t,onError:n})},getAudienceMembersFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(a.AUDIENCE,":").concat(e,":").concat(t),fetchData:function(n){return n.getAudienceMembers(e,t)},setData:n,onError:r})},getObjectAudiencesFetchOptions:function(e,t,n,r){return Object.assign(Object.assign({},bv),{eventPrefix:"".concat(t,":").concat(e,":").concat(a.AUDIENCES),fetchData:function(n){return n.getObjectAudiences(e,t)},setData:n,onError:r})}},Sv=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e.id]}},Ev=function(e,t){var n=e.backboneAudienceIds;return t.filter((function(e){return n.includes(e.id)}))};function Ov(e){var t=e.showLevels;return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,"Audiences"),!!t&&l.createElement("th",null,"Mapped Backbone Audience(s)")))}function Cv(e){var t,n=e.audience,r=e.levels;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:(t=n,{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[t.presentationId,t.masterId]})},n.name)),l.createElement("td",null,r.map((function(e){return l.createElement(gu,{key:e.id,appLink:Sv(e),className:"mr-2"},e.name)}))))}function wv(e){var t=e.audiences,n=e.levels;return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(Ov,{showLevels:!!t.length}),l.createElement("tbody",null,t.length?t.map((function(e){return l.createElement(Cv,{key:e.masterId,audience:e,levels:Ev(e,n)})})):l.createElement("tr",null,l.createElement("td",null,"This presentation has no audiences."))))}function Av(e){var t=null===e.masterId||void 0===e.masterId,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this audience",autoFocus:!0}),l.createElement(Kc,{label:"Mapped Level(s)",as:"select",name:"backboneAudienceIds",id:"level-ids",multiple:!0,size:e.levels.length,value:n.values.backboneAudienceIds},e.levels.map((function(e){return l.createElement("option",{key:e.id,value:e.id},e.name)}))),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_AUDIENCE,args:[e.presentationId,e.masterId]}},"Delete")))}function jv(e){return l.createElement(Ai,{initialValues:e.audience,validationSchema:ry,onSubmit:e.saveAudience},l.createElement(Av,{masterId:e.audience&&e.audience.masterId,presentationId:e.presentationId,levels:e.levels}))}function Tv(e){var t=e.objectAudiences,n=e.presentationAudiences;return t.filter((function(e){return n.some((function(t){return t.masterId===e.masterId}))}))}function kv(e){var t,n,r,i,a,o=sy.singularizeMemberType(e.memberType),c=(n=(t=e).presentationAudiences,r=t.objectLevels,i=t.objectAudiences,a=r.map((function(e){return e.id})),n.filter((function(e){return Tp.a.intersection(e.backboneAudienceIds,a).length||i.some((function(t){return t.masterId===e.masterId}))})));return l.createElement(l.Fragment,null,l.createElement("div",{className:"border-bottom pb-3 mb-3"},l.createElement("h6",null,"Backbone Audiences"),l.createElement("p",null,"Select which backbone audiences this ".concat(o," is mapped to.")),l.createElement("p",null,"To see how backbone audiences correspond to audiences, scroll down to the audience-backbone audience mappings table."),l.createElement(Xv,{initialValues:{backboneAudienceIds:e.objectLevels.map((function(e){return e.id}))},saveLevels:e.saveLevels,levels:e.levels,memberType:e.memberType})),l.createElement("h6",null,"Audiences"),l.createElement("p",null,"Select a presentation to view its audiences and map them to this ".concat(o,".")),l.createElement("div",{className:"w-50 pb-3"},l.createElement(fb,{presentations:e.presentations,currentPresentationId:e.currentPresentation.id,setCurrentPresentation:e.setCurrentPresentation})),l.createElement("p",null,"Audience to backbone audience mappings for this presentation are displayed below."),l.createElement(wv,{levels:e.levels,audiences:e.presentationAudiences}),l.createElement("p",null,"Only the audiences which are mapped to a backbone audience that this"+" ".concat(o," is mapped to are displayed below.")),!!c.length&&l.createElement(Lv,{initialValues:{audienceIds:Tv(e).map((function(e){return e.masterId}))},saveAudiences:e.saveAudiences,audiences:c}))}function Iv(e){var t=ci(),n=Gc(t);return l.createElement(vi,null,l.createElement(Kc,{label:"Audience(s)",as:"select",name:"audienceIds",id:"audience-ids",multiple:!0,size:e.audiences.length,value:t.values.audienceIds},e.audiences.map((function(e){return l.createElement("option",{key:e.masterId,value:e.masterId},e.name)}))),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Save Audiences")))}function Lv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.audienceIds;return e.saveAudiences(r,n)},enableReinitialize:!0},l.createElement(Iv,{audiences:e.audiences}))}var _v=function(e){return function(t){if(!e)return t.appLink.action===i.Subjects.EDIT_AUDIENCE;switch(e){case Yh.Playlists:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_PLAYLISTS;case Yh.Series:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_SERIES;case Yh.Videos:return t.appLink.action===i.Subjects.EDIT_AUDIENCE_VIDEOS}}};function Pv(e){var t=e.presentation,n=e.audienceId,r=e.memberType;return t?l.createElement(l.Fragment,null,l.createElement("h6",null,"Presentation: ".concat(!!t&&t.name)),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:dy(t.id,n),isItemActive:_v(r)}))):l.createElement(l.Fragment,null)}function xv(e){var t=e.item,n=e.getItemAppLink,r=e.actions;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:n(t)},t.name)),r&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r}))))}function Nv(e){var t=e.items,n=e.memberType,r=e.getItemAppLink,i=e.getActions;if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this audience."));var a="".concat(Ll(my.singularizeMemberType(n))," Name");return l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,a),m(i)&&l.createElement("th",null))),l.createElement("tbody",null,t.map((function(e){return l.createElement(xv,{item:e,key:e.id,getItemAppLink:r,actions:m(i)&&i(e)})}))))}function Dv(e){var t=e.item,n=e.getItemAppLink,r=e.actions,i=e.pinState;return l.createElement("tr",null,l.createElement("td",null,l.createElement(gu,{appLink:n(t)},t.name)),i.isPinnable&&l.createElement("td",null,l.createElement(ku,{selected:parseInt(t.id)===parseInt(i.currentPinnedVideo),onToggle:function(e){return i.onChange(e,t.id)},id:t.id})),r&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:r}))))}function Rv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Uv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Fv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Fv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Vv(e){var t=e.items,n=e.memberType,r=e.classification,i=e.getItemAppLink,a=e.getActions,o=e.updatePinnedVideo,c=Uv(l.useState(!1),2),s=c[0],u=c[1],f=function(e,t){var n=e.pinnedVideoMasterId||null,r=Rv(l.useState(n),2),i=r[0],a=r[1];return{currentPinnedVideo:i,onChange:function(e,t){a(e?t:null)},canSubmit:n!==i,isPinnable:t===Wh.Videos}}(r,n);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this classification."));var p="".concat(Ll(sy.singularizeMemberType(n))," Name");return l.createElement(l.Fragment,null,l.createElement(ki.Table,{responsive:!0},l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",null,p),f.isPinnable&&l.createElement("th",null,"Pinned"),m(a)&&l.createElement("th",null))),l.createElement("tbody",null,t.map((function(e){return l.createElement(Dv,{item:e,key:e.id,getItemAppLink:i,actions:m(a)&&a(e),pinState:f})})))),f.isPinnable&&l.createElement(vf,{showSpinner:s,onClick:function(){u(!0),o(f.currentPinnedVideo,(function(){return u(!1)}))},disabled:!f.canSubmit||s},"Save"))}function Bv(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Hv(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Hv(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Hv(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var zv=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e]}};function qv(e){var t,n,r,a,o,s=ci(),u=Gc(s),f=null===(null===(t=e.classification)||void 0===t?void 0:t.id)||void 0===(null===(n=e.classification)||void 0===n?void 0:n.id),p=!f||!(!s.values.parentIds||!s.values.parentIds.length),d=Bv(l.useState(p),2),m=d[0],h=d[1];l.useEffect((function(){return h(p)}),[null===(r=e.classification)||void 0===r?void 0:r.id,s.values.parentIds]),l.useEffect((function(){s.values.backboneClassificationIds.length&&!s.touched.backboneClassificationIds&&s.setFieldTouched("backboneClassificationIds",!0)}),[s.values.backboneClassificationIds]);var y=function(e){return s.setFieldValue("parentIds",Tp.a.addOrRemove(s.values.parentIds.map((function(e){return e.toString()})),e.id.toString()))},v=function(e){return s.setFieldValue("backboneClassificationIds",Tp.a.addOrRemove(s.values.backboneClassificationIds.map((function(e){return e.toString()})),e.id.toString()))},b=function(e){return"".concat(Ii(s.errors,s.touched,e)," h-auto py-2")};return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:s.values.name,placeholder:"Enter a name for this classification",autoFocus:!0}),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:s.values.type},Ci.a.getEnumKeys(ty).map((function(e){return l.createElement("option",{key:e,value:ty[e]},e)}))),l.createElement(Kc,{as:"select",label:"Status",name:"status",id:"status",value:s.values.status,disabled:f},Ci.a.getEnumKeys(ny).map((function(e){return l.createElement("option",{key:e,value:ny[e]},e)}))),l.createElement(Kc,{label:"Emphasize",name:"emphasize",id:"emphasize",type:"checkbox",checked:s.values.emphasize}),l.createElement(Kc,{label:"Can Be Preferred",name:"canBePreferred",id:"canBePreferred",type:"checkbox",checked:s.values.canBePreferred}),!f&&l.createElement(l.Fragment,null,l.createElement("label",null,"Total Followers:")," ",null===(a=e.classification.followers)||void 0===a?void 0:a.count),l.createElement(Kc,{name:"parentIds"},(function(){var t,n,r;return l.createElement("div",{className:b("parentIds")},l.createElement(Wl,{label:"Parent Classification(s)",tree:e.classificationTree,selectedIds:s.values.parentIds,onSelect:y,collapse:m,noSelectionMessage:"No parent selected, this will be a root classification.",isNodeDisabled:(n=e.classificationTree,r=null===(t=e.classification)||void 0===t?void 0:t.id,function(e){if(e.id===r)return!0;var t=xl.find(n,r);return!!xl.find(t,e.id)})}))})),l.createElement(Kc,{name:"backboneClassificationIds"},(function(){return l.createElement("div",{className:b("backboneClassificationIds")},l.createElement(Wl,{label:"Mapped Subject(s)",tree:e.subjectTree,selectedIds:s.values.backboneClassificationIds,onSelect:v,collapse:!f,getSelectedItemAppLink:zv}))})),l.createElement(cl,{imageType:wu.Covers,fieldName:"cover",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.TallPosters,fieldName:"tallPoster",application:c.SUBJECTS,uploadAction:i.Subjects.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:s.isSubmitting,type:"submit",disabled:!u},f?"Create":"Save"),!f&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_CLASSIFICATION,args:[e.presentationId,null===(o=e.classification)||void 0===o?void 0:o.id]}},"Delete")))}function Jv(e){return l.createElement(Ai,{initialValues:e.classification,validationSchema:iy,onSubmit:e.saveClassification},l.createElement(qv,{presentationId:e.presentationId,classificationTree:e.classificationTree,subjectTree:e.subjectTree,classification:e.classification}))}var $v=function(e){return function(t){if(!e)return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION;switch(e){case Wh.Playlists:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_PLAYLISTS;case Wh.Series:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_SERIES;case Wh.Videos:return t.appLink.action===i.Subjects.EDIT_CLASSIFICATION_VIDEOS}}};function Kv(e){var t=e.presentation,n=e.classificationId,r=e.memberType;return t?l.createElement(l.Fragment,null,l.createElement("h6",null,"Presentation: ".concat(!!t&&t.name)),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:fy(t.id,n),isItemActive:$v(r)}))):l.createElement(l.Fragment,null)}function Wv(e){var t=ci(),n=Gc(t),r=function(e){return t.setFieldValue("classificationIds",Tp.a.addOrRemove(t.values.classificationIds.map((function(e){return e.toString()})),e.id.toString()))},a="".concat(Ii(t.errors,t.touched,"classificationIds")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{name:"classificationIds"},(function(){return l.createElement("div",{className:a},l.createElement(Wl,{label:"Mapped Classification(s)",tree:e.classificationTree,selectedIds:t.values.classificationIds,onSelect:r,getSelectedItemAppLink:(n=e.presentationId,function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[n,e]}}),isNodeDisabled:e.isClassificationDisabled}));var n})),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Save Classifications")))}function Yv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.classificationIds;return e.saveClassifications(r,n)},enableReinitialize:!0},l.createElement(Wv,{presentationId:e.presentationId,classificationTree:e.classificationTree,isClassificationDisabled:e.isClassificationDisabled}))}function Gv(e){var t=null===e.id||void 0===e.id,n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this level",autoFocus:!0}),l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"))}function Zv(e){return l.createElement(Ai,{initialValues:e.level,validationSchema:ay,onSubmit:e.saveLevel},l.createElement(Gv,{id:e.level&&e.level.id}))}function Qv(e){var t=sy.singularizeMemberType(e.memberType),n=ci(),r=Gc(n);return l.createElement(vi,null,l.createElement(Kc,{label:"Backbone Audience(s)",as:"select",name:"backboneAudienceIds",id:"level-ids",multiple:!0,size:e.levels.length,value:n.values.backboneAudienceIds},e.levels.map((function(e){return l.createElement("option",{key:e.id,value:e.id},e.name)}))),l.createElement("p",null,l.createElement("strong",null,"Note:")," When removing a ".concat(t," from a backbone audience, that backbone audience's mapped audiences "),l.createElement("strong",null,"will not")," be automatically removed from."),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},"Save Backbone Audience")))}function Xv(e){return l.createElement(Ai,{initialValues:e.initialValues,onSubmit:function(t,n){var r=t.backboneAudienceIds;return e.saveLevels(r,!1,n)}},l.createElement(Qv,{levels:e.levels,memberType:e.memberType}))}var eb=function(e){return function(t){return t.appLink.action===e}};function tb(e){var t=e.levelId,n=e.activeAction,r=e.presentationId;return l.createElement(l.Fragment,null,l.createElement(ki.Alert,{variant:"danger"},"Warning: You are editing the backbone audiences."),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:py(t,r),isItemActive:eb(n)})))}var nb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function rb(e){return l.createElement(l.Fragment,null,e.audiences.map((function(t){return l.createElement("th",{key:t.masterId},l.createElement("span",{className:"d-inline-block"},l.createElement(ku,{selected:e.getIsAudienceSelected(t),onToggle:function(n){return e.onToggleAudience(t.masterId,n)}})),l.createElement(gu,{appLink:e.getAudienceAppLink(t.masterId)},function(e,t){return t?e.name:"Audience: ".concat(e.name)}(t,e.showAudienceSubHeader)))})))}function ib(e){var t=e.memberType,n=e.hasActions,r=e.audiences,i=nb(e,["memberType","hasActions","audiences"]),a="".concat(Ll(my.singularizeMemberType(t))," Name"),o=!!r&&!!r.length,c=o&&r.length>1,s=o?2:1,u=Object.assign({audiences:r,showAudienceSubHeader:c},i);return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",{rowSpan:s},a),o&&(c?l.createElement("th",{colSpan:r.length,className:"text-center"},"Audiences"):l.createElement(rb,Object.assign({},u))),n&&l.createElement("th",{rowSpan:s})),o&&c&&l.createElement("tr",null,l.createElement(rb,Object.assign({},u))))}function ab(e){var t=e.member,n=t.id,r=t.name,i=t.audiences,a=void 0===i?[]:i,o=e.getMemberAppLink,c=e.onToggleAudience,s=e.actions,u=m(o)&&o(n);return a.length&&!m(c)&&p.ErrorHelper.throw(new rs.a("onToggleAudience must be passed to LevelMemberItem")),l.createElement("tr",null,l.createElement("td",null,u?l.createElement(gu,{appLink:o(n)},r):r),!!a.length&&a.map((function(e){return l.createElement("td",{key:e.id},l.createElement(ku,{selected:e.selected,onToggle:function(t){return c(e.id,t,n)}}))})),s&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:s}))))}var ob=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function cb(e,t){return function(n){var r=n[e],i=Zl(r);return!!i&&i===t.length}}function sb(e){var t=e.members,n=e.memberType,r=e.getActions,i=e.audiences,a=e.getAudienceAppLink,o=e.onToggleAudience,c=ob(e,["members","memberType","getActions","audiences","getAudienceAppLink","onToggleAudience"]);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this level."));var s=m(r),u={memberType:n,audiences:i,getAudienceAppLink:a,getIsAudienceSelected:cb(n,t),onToggleAudience:o,hasActions:s};return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(ib,Object.assign({},u)),l.createElement("tbody",null,t.map((function(e,t){return l.createElement(ab,Object.assign({key:t,member:e,actions:s&&r(e.id),onToggleAudience:o},c))}))))}function ub(e){var t=ci();return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this presentation",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:t.values.description,placeholder:"Describe this presentation here"}),l.createElement(Kc,{as:"select",label:"Status",name:"status",id:"status",value:t.values.status,disabled:e.isNew},Ci.a.getEnumKeys(Mp).map((function(e){return l.createElement("option",{key:e,value:Mp[e]},e)}))),l.createElement("div",{className:"btn-container d-flex justify-content-end"},l.createElement(ys,{isNew:e.isNew})))}function lb(e){var t;return l.createElement(Ai,{initialValues:e.presentation,validationSchema:oy,onSubmit:e.savePresentation},l.createElement(ub,{isNew:!(null===(t=e.presentation)||void 0===t?void 0:t.id)}))}function fb(e){var t=e.presentations,n=e.currentPresentationId,r=e.setCurrentPresentation,i=e.label,a=function(e){var n=function(e,t){return Tp.a.first(t.filter((function(t){return t.id.toString()===e.toString()})))}(e,t);r(n)};return l.useEffect((function(){t&&!n&&r(Tp.a.first(t))}),[t]),l.createElement(l.Fragment,null,!!n&&l.createElement(l.Fragment,null,l.createElement(ki.Form.Label,null,i),l.createElement(ki.Form.Control,{as:"select",value:n,onChange:function(e){return a(e.target.value)},className:"cursor-pointer"},t.map((function(e){return l.createElement("option",{value:e.id,key:e.id},e.name)})))))}function pb(e){return l.createElement(l.Fragment,null,l.createElement("h4",null,"".concat(Ll(e.memberType))),l.createElement(ki.Table,{responsive:!0},l.createElement("tbody",null,e.objects&&e.objects.map((function(t){return l.createElement("tr",{key:t.id},l.createElement("td",null,l.createElement(gu,{appLink:sy.getMemberAppLink(e.memberType,t.id)},t.name)))})))),l.createElement(wb,{initialValues:{backboneClassificationIds:[]},subjectTree:e.subjectTree,saveSubjects:e.onClickAddToSubject,memberType:e.memberType,saveBtnText:"Add to backbone classification",subjectRequired:!0}))}function db(e){return function(e){if(Array.isArray(e))return mb(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return mb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return mb(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function mb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function hb(e){var t=sy.singularizeMemberType(e.memberType),n=[].concat(db(e.objectClassifications),db(e.objectSubjectClassifications)).map((function(e){return e.id}));return l.createElement(l.Fragment,null,l.createElement("div",{className:"border-bottom pb-3 mb-3"},l.createElement("h6",null,"Backbone Classifications"),l.createElement("p",null,"Select which backbone classifications this ".concat(t," is mapped to.")),l.createElement(wb,{initialValues:{backboneClassificationIds:e.objectSubjects.map((function(e){return e.id}))},subjectTree:e.subjectTree,saveSubjects:e.saveSubjects,memberType:e.memberType,saveBtnText:"Save Backbone Classifications",allowMultiple:!0})),l.createElement("h6",null,"Classifications"),l.createElement("p",null,"Select a presentation to view its classifications and map them to this ".concat(t,".")),l.createElement("div",{className:"w-50 pb-3"},l.createElement(fb,{presentations:e.presentations,currentPresentationId:e.currentPresentation.id,setCurrentPresentation:e.setCurrentPresentation})),e.currentPresentation&&e.classificationTree&&e.classificationTree.children.length?l.createElement(l.Fragment,null,l.createElement("p",null,"Only classifications which are mapped to one of the backbone classifications selected above can be selected."),l.createElement(Yv,{initialValues:{classificationIds:e.objectClassifications.map((function(e){return e.id}))},presentationId:e.currentPresentation.id,classificationTree:e.classificationTree,saveClassifications:e.saveClassifications,isClassificationDisabled:function(e){return!n.includes(e.id)}})):l.createElement("p",null,"This presentation has no classifications."))}function yb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}fb.defaultProps={label:"Presentation"};function bb(e){var t=!e.id,n=ci(),r=Gc(n),a=!t||!!n.values.parentId,o=yb(l.useState(a),2),s=o[0],u=o[1];l.useEffect((function(){return u(a)}),[e.id,n.values.parentId]);var f=function(e){var t=e.id===n.values.parentId?null:e.id;n.setFieldValue("parentId",t)},p="".concat(Ii(n.errors,n.touched,"parentId")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:n.values.name,placeholder:"Enter a name for this backbone classification",autoFocus:!0}),l.createElement(Kc,{name:"parentId"},(function(){return l.createElement("div",{className:p},l.createElement(Wl,{label:"Parent Backbone Classification",tree:e.subjectTree,selectedIds:[n.values.parentId],onSelect:f,collapse:s,noSelectionMessage:"No parent selected, this will be a root backbone classification.",isNodeDisabled:(t=e.subjectTree,r=e.id,function(e){if(e.id===r)return!0;var n=xl.find(t,r);return!!xl.find(n,e.id)})}));var t,r})),l.createElement("div",{className:"d-flex justify-content-between"},l.createElement(vf,{showSpinner:n.isSubmitting,type:"submit",disabled:!r},t?"Create":"Save"),!t&&l.createElement(ki.Button,{as:gu,variant:"danger",appLink:{application:c.SUBJECTS,action:i.Subjects.DELETE_SUBJECT,args:[e.id]}},"Delete")))}function gb(e){return l.createElement(Ai,{initialValues:e.subject,validationSchema:cy,onSubmit:e.saveSubject},l.createElement(bb,{id:e.subject&&e.subject.id,subjectTree:e.subjectTree}))}var Sb=function(e){return function(t){return t.appLink.action===e}};function Eb(e){var t=e.subjectId,n=e.activeAction,r=e.presentationId;return l.createElement(l.Fragment,null,l.createElement(ki.Alert,{variant:"danger"},"Warning: You are editing the backbone classifications."),l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:ly(t,r),isItemActive:Sb(n)})))}var Ob=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e]}};function Cb(e){var t=ci(),n=Gc(t),r=function(n){var r=e.allowMultiple?Tp.a.addOrRemove(t.values.backboneClassificationIds.map((function(e){return e.toString()})),n.id.toString()):[n.id];t.setFieldValue("backboneClassificationIds",r)},i="".concat(Ii(t.errors,t.touched,"backboneClassificationIds")," h-auto py-2");return l.createElement(vi,null,l.createElement(Kc,{name:"backboneClassificationIds"},(function(){return l.createElement("div",{className:i},l.createElement(Wl,{label:"Mapped Backbone Classification".concat(e.allowMultiple?"(s)":""),tree:e.subjectTree,selectedIds:t.values.backboneClassificationIds,onSelect:r,collapse:!!t.initialValues.backboneClassificationIds.length,getSelectedItemAppLink:Ob}))})),l.createElement("div",{className:"d-flex justify-content-end"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},e.saveBtnText)))}function wb(e){var t;return l.createElement(Ai,{initialValues:e.initialValues,validationSchema:(t=e.subjectRequired,ji.object().shape({backboneClassificationIds:t?ji.array().of(ji.string()).min(1,"A subject is required").required("A subject is required"):ji.array().of(ji.string())}).noUnknown()),onSubmit:function(t,n){var r=t.backboneClassificationIds;return e.saveSubjects(r,!1,n)}},l.createElement(Cb,{subjectTree:e.subjectTree,memberType:e.memberType,allowMultiple:e.allowMultiple,saveBtnText:e.saveBtnText}))}Cb.defaultProps={saveBtnText:"Save"};var Ab=function(e){return l.createElement("div",{className:"border rounded p-2 mb-3"},l.createElement("h6",{className:"border-bottom pb-1"},e.presentation.name),e.classifications&&e.classifications.length?l.createElement("ul",{className:"list-unstyled mb-0"},e.classifications.map((function(t){return l.createElement("li",{key:t.id,className:"py-1"},l.createElement(gu,{appLink:(n=e.presentation.id,r=t.id,{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[n,r]})},t.name));var n,r}))):l.createElement("p",null,l.createElement("em",null,"There are no classifications mapped to this backbone classification in this presentation.")))},jb=function(e){return l.createElement(l.Fragment,null,!!e.presentations&&!!e.classificationDictionary&&e.presentations.map((function(t){return l.createElement(Ab,{key:t.id,presentation:t,classifications:e.classificationDictionary[t.id]})})))},Tb=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function kb(e){return l.createElement(l.Fragment,null,e.classifications.map((function(t){return l.createElement("th",{key:t.id},l.createElement("span",{className:"d-inline-block"},l.createElement(ku,{selected:e.getIsClassificationSelected(t),onToggle:function(n){return e.onToggleClassification(t.id,n)}})),l.createElement(gu,{appLink:e.getClassificationAppLink(t.id)},function(e,t){return t?e.name:"Classification: ".concat(e.name)}(t,e.showClassificationSubHeader)))})))}function Ib(e){var t=e.memberType,n=e.hasActions,r=e.classifications,i=Tb(e,["memberType","hasActions","classifications"]),a="".concat(Ll(sy.singularizeMemberType(t))," Name"),o=!!r&&!!r.length,c=o&&r.length>1,s=o?2:1,u=Object.assign({classifications:r,showClassificationSubHeader:c},i);return l.createElement("thead",null,l.createElement("tr",null,l.createElement("th",{rowSpan:s},a),o&&(c?l.createElement("th",{colSpan:r.length,className:"text-center"},"Classifications"):l.createElement(kb,Object.assign({},u))),n&&l.createElement("th",{rowSpan:s})),o&&c&&l.createElement("tr",null,l.createElement(kb,Object.assign({},u))))}function Lb(e){var t=e.member,n=t.id,r=t.name,i=t.classifications,a=void 0===i?[]:i,o=e.getMemberAppLink,c=e.onToggleClassification,s=e.actions,u=m(o)&&o(n);return a.length&&!m(c)&&p.ErrorHelper.throw(new rs.a("onToggleClassification must be passed to SubjectMemberItem")),l.createElement("tr",null,l.createElement("td",null,u?l.createElement(gu,{appLink:o(n)},r):r),!!a.length&&a.map((function(e){return l.createElement("td",{key:e.id},l.createElement(ku,{selected:e.selected,onToggle:function(t){return c(e.id,t,n)}}))})),s&&l.createElement("td",null,l.createElement("span",{className:"d-flex justify-content-end"},l.createElement(Cl,{actions:s}))))}var _b=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n};function Pb(e,t){return function(n){var r=n[e],i=Zl(r);return!!i&&i===t.length}}function xb(e){var t=e.members,n=e.memberType,r=e.getActions,i=e.classifications,a=e.getClassificationAppLink,o=e.onToggleClassification,c=_b(e,["members","memberType","getActions","classifications","getClassificationAppLink","onToggleClassification"]);if(!t.length)return l.createElement("div",{className:"py-5"},"No ".concat(n," in this backbone classification."));var s=m(r),u={memberType:n,classifications:i,getClassificationAppLink:a,getIsClassificationSelected:Pb(n,t),onToggleClassification:o,hasActions:s};return l.createElement(ki.Table,{responsive:!0,bordered:!0},l.createElement(Ib,Object.assign({},u)),l.createElement("tbody",null,t.map((function(e,t){return l.createElement(Lb,Object.assign({key:t,member:e,actions:s&&r(e.id),onToggleClassification:o},c))}))))}function Nb(e){var t=e.navItems,n=e.currentAppLink;return l.createElement(ki.Container,null,l.createElement(ki.Navbar,{className:"justify-content-between align-items-center"},l.createElement(ki.Nav,null,!!t&&t.map((function(e,t){return l.createElement(ki.Nav.Item,{key:t},l.createElement(gu,{appLink:e.appLink,className:"nav-link".concat(Tl.isItemActive(e,n)?" text-primary":"")},e.label))})))))}function Db(e,t){l.useEffect((function(){e.presentations&&!e.currentPresentation&&Mh(t,"currentPresentation")(Tp.a.first(e.presentations))}),[e.presentations])}function Rb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Mb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Mb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ub(e){var t=oe.useBasicFetch(rh(e.playlistId)),n=oe.useBasicFetch(jp()),r=Rb(l.useState({}),2),a=r[0],o=r[1],c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};_h([gv.getObjectLevelsFetchOptions(e,Wh.Playlists,r("playlistLevels"))],[e]),Rh(gv.getObjectAudiencesFetchOptions(e,Wh.Playlists,r("playlistAudiences")),[e,t.playlistLevels]),_h([gv.getPresentationsFetchOptions(r("presentations")),gv.getLevelsFetchOptions(r("levels"))],[]),Rh(!!t.currentPresentation&&gv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.playlistId,a,o),Db(a,o);var s=!!(a.presentations&&a.levels&&a.presentationAudiences&&a.playlistLevels&&a.playlistAudiences);return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Ch,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_AUDIENCES,currentUser:n.data}),l.createElement(wl,{object:t.data}),!!s&&l.createElement(kv,{objectLevels:a.playlistLevels,objectAudiences:a.playlistAudiences,presentations:a.presentations,currentPresentation:a.currentPresentation,setCurrentPresentation:Mh(o,"currentPresentation"),levels:a.levels,presentationAudiences:a.presentationAudiences,memberType:Wh.Playlists,saveLevels:function(t,n,r){return c.updateObjectLevels(e.playlistId,t,Wh.Playlists,n,r,r)},saveAudiences:function(t,n){return c.updateObjectAudiences(e.playlistId,a.currentPresentation.id,t,Wh.Playlists,n,n)}}))}function Fb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||Bb(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vb(e){return function(e){if(Array.isArray(e))return Hb(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Bb(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bb(e,t){if(e){if("string"==typeof e)return Hb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Hb(e,t):void 0}}function Hb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function zb(e){var t=oe.useBasicFetch(rh(e.playlistId)),n=oe.useBasicFetch(jp()),r=Fb(l.useState({}),2),a=r[0],o=r[1],c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};_h([gv.getSubjectTreeFetchOptions(r("subjectTree")),gv.getPresentationsFetchOptions(r("presentations"))],[]),_h([gv.getObjectSubjectsFetchOptions(e,Wh.Playlists,r("playlistSubjects"))],[e]),Rh(!!t.currentPresentation&&gv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.playlistSubjects]);var i=function(e,t){return[].concat(Vb(t.subjectClassifications||[]),Vb(e))},a=t.playlistSubjects&&t.playlistSubjects.map((function(e){return gv.getSubjectClassificationFetchOptions(e.id,Mh(n,"subjectClassifications",i))}));_h(a,[t.playlistSubjects],!!a),Rh(gv.getObjectClassificationsFetchOptions(e,Wh.Playlists,r("playlistClassifications")),[e,t.playlistSubjects])}(e.playlistId,a,o),Db(a,o);var s=!!(a.playlistSubjects&&a.subjectTree&&a.presentations&&a.classificationTree&&a.playlistClassifications&&a.subjectClassifications);return l.createElement(l.Fragment,null,!!n.data&&l.createElement(Ch,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_SUBJECTS,currentUser:n.data}),l.createElement(wl,{object:t.data}),s&&l.createElement(hb,{objectSubjects:a.playlistSubjects,subjectTree:a.subjectTree,memberType:Wh.Playlists,presentations:a.presentations,currentPresentation:a.currentPresentation,setCurrentPresentation:Mh(o,"currentPresentation"),objectClassifications:a.playlistClassifications,objectSubjectClassifications:a.subjectClassifications,classificationTree:a.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.playlistId,t,Wh.Playlists,n,r,r)},saveClassifications:function(t,n){return c.updateObjectClassifications(e.playlistId,a.currentPresentation.id,t,Wh.Playlists,n,n)}}))}var qb=function(e,t,n){if(t===n)return{reorderedItems:e,reorderRequest:null};var r=Tp.a.moveItem(e,t,n),i=n<e.length-1?r[n+1].id:null;return{reorderedItems:r,reorderRequest:{sourceMemberId:r[n].id,destinationMemberId:i}}};function Jb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return $b(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $b(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $b(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Kb(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Wb(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wb(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wb(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Yb=function(e){return{application:c.VIDEOS,action:i.Videos.EDIT_VIDEO,args:[e.id]}};function Gb(e){var t,n,r,a,o,s,u=Object(v.useDispatch)(),f=fp(),p=oe.useBasicFetch(rh(e.playlistId)),d=oe.useBasicFetch(sh(e.playlistId)),m=oe.useBasicFetch(jp()),h=Kb((n=null===(t=d.data)||void 0===t?void 0:t.data,r=Jb(Object(l.useState)(),2),a=r[0],o=r[1],Object(l.useEffect)((function(){a&&(n.length!==a.length||function(e,t){var n=!0;if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(e[r].id!==t[r].id){n=!1;break}return n}(n,a))&&o(null)}),[n]),[a,o]),2),y=h[0],b=h[1],g=y?{data:y,pagination:null}:d.data;return l.createElement(l.Fragment,null,!!m.data&&l.createElement(Ch,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_VIDEOS,currentUser:m.data}),l.createElement(wl,{object:p.data}),!!g&&l.createElement(ff,{onSortEnd:function(t,n){if(t!==n){var r=qb(d.data.data,t,n),i=r.reorderRequest,a=r.reorderedItems;b(a);oe.fetch(u,uh(e.playlistId,i,null,(function(){f.error("Failed to update playlist order."),b(null)})))}},videos:g,getVideoAppLink:Yb,getVideoActions:(s=e.playlistId,function(e){return[{label:"Remove video",appLink:{application:c.PLAYLISTS,action:i.Playlists.REMOVE_VIDEO,args:[s.toString(),e.id.toString()]},className:"text-danger"}]}),emptyMessage:"There are no videos in this playlist."}))}function Zb(){var e=Object(v.useDispatch)(),t=fp();return l.createElement(Oh,{savePlaylist:function(n,r){oe.fetch(e,ah(n,(function(e){t.success("Successfully created playlist."),function(e){e&&e.id&&p.AppLinkHelper.trigger({application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]})}(e)}),(function(){t.error("Failed to create playlist.")}),r))}})}var Qb="rating,thumbnail,glance,herobanner,tags",Xb=function(e){return{url:"/api/master/v2/objects/".concat(e,"?query=").concat(Qb),key:"videos:".concat(e)}},eg=function(e){var t=e.slice().sort();return{key:"videos:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},tg=function(e){return{url:"/ajax/hostedlibraries/rightsline/programs/".concat(e),key:"rightsline:videos:".concat(e),normalizeOptions:{namespace:"rightsline"}}},ng=function(e,t,n,r,i){return{key:"videos:".concat(e),url:"/api/master/v2/objects/".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}};function rg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return ig(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ig(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ig(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ag(e){var t=Object(v.useDispatch)(),n=fp(),r=oe.useBasicFetch(rh(e.playlistId)),i=oe.useBasicFetch(Xb(e.videoId)),a=rg(l.useState(!1),2),o=a[0],c=a[1];var s=!!r.data&&!!i.data;return l.createElement(dp,{title:"Remove Video",closePopup:e.closePopup,showLoadingSpinner:!s},!!s&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,i.data.name)," from ",l.createElement("strong",null,r.data.name),"?")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){c(!0),oe.fetch(t,lh(e.playlistId,e.videoId,(function(){n.success("Successfully removed video from playlist")}),(function(){n.error("Failed to remove video from playlist")}),e.closePopup))},buttonText:"Yes, remove video",isSpinnerButton:!0,showSpinner:o}]})))}function og(e){return p.AppLinkHelper.trigger(function(e){return{application:c.PLAYLISTS,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}}(e))}function cg(e){var t=e?{application:c.PLAYLISTS,action:i.Playlists.SEARCH_PLAYLISTS,params:{query:e}}:{application:c.PLAYLISTS,action:i.Playlists.PLAYLISTS};p.AppLinkHelper.trigger(t)}function sg(e){return l.createElement("div",{className:"pb-3 w-50"},l.createElement(Zs,{initialQuery:e.query,placeholder:"Search for a playlist",onSuggestionSelected:og,getRemoteUrl:function(e){return"".concat("/api/domain/v1/search/playlists/instant/raw","?query=").concat(e)},activationLength:2,onSubmit:cg}))}var ug=c.PLAYLISTS,lg=function(e){return{application:ug,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}};function fg(e){var t=oe.useBasicFetch(th(e.cursor));return l.createElement(l.Fragment,null,l.createElement(sg,null),l.createElement(dl,{collection:t.data,columns:[{header:"Name",accessor:"name",appLink:lg},{header:"Internal Description",accessor:function(e){var t;return null===(t=e.metadata)||void 0===t?void 0:t.internalDescription}}],collectionAppLink:{application:ug,action:i.Playlists.PLAYLISTS},newObjectAppLink:{application:ug,action:i.Playlists.NEW_PLAYLIST},objectName:"Playlist"}))}var pg=c.PLAYLISTS,dg=function(e){return{application:pg,action:i.Playlists.EDIT_PLAYLIST,args:[e.id]}};function mg(e){var t,n,r=oe.useBasicFetch(nh(e.query,e.cursor)),a=oe.useBasicFetch(!!(null===(n=null===(t=r.data)||void 0===t?void 0:t.data)||void 0===n?void 0:n.length)&&fh(r.data.data.map((function(e){return e.id})))),o=a.isComplete&&function(e,t){var n,r;return(null==t?void 0:t.length)?Object.assign(Object.assign({},e),{data:null!==(r=null===(n=e.data)||void 0===n?void 0:n.map((function(e){return Object.assign(Object.assign({},e),{metadata:t.find((function(t){return t.playlistId.toString()===e.id.toString()}))})})))&&void 0!==r?r:[]}):e}(r.data,a.data);return l.createElement(l.Fragment,null,l.createElement(sg,{query:e.query}),!!r.data&&(r.data.data.length?l.createElement(dl,{collection:o,columns:[{header:"Name",accessor:"name",appLink:dg},{header:"Internal Description",accessor:function(e){var t;return null===(t=e.metadata)||void 0===t?void 0:t.internalDescription}}],collectionAppLink:{application:pg,action:i.Playlists.SEARCH_PLAYLISTS,params:{query:e.query}},newObjectAppLink:{application:pg,action:i.Playlists.NEW_PLAYLIST},objectName:"Playlist"}):l.createElement("p",null,"No playlists found, please try a different search query.")))}function hg(e){return{application:c.PLAYLISTS,action:i.Playlists.DASHBOARD,args:[e.dashboardId]}}function yg(e){return[{label:"Remove playlist from dashboard",appLink:{application:c.PLAYLISTS,action:i.Playlists.DELETE_DASHBOARD_WIDGET,args:[e.dashboardId,e.id]},className:"text-danger"}]}function vg(e){var t=oe.useBasicFetch(rh(e.playlistId)),n=oe.useBasicFetch(mh(e.playlistId)),r=oe.useBasicFetch(jp());return f.a.createElement(f.a.Fragment,null,!!r.data&&f.a.createElement(Ch,{playlistId:e.playlistId,activeAction:i.Playlists.EDIT_PLAYLIST_DASHBOARDS,currentUser:r.data}),f.a.createElement(wl,{object:t.data}),!!n.data&&(n.data.length?f.a.createElement(pl,{objects:n.data,columns:[{header:"Dashboard",accessor:function(e){var t;return null===(t=e.dashboard)||void 0===t?void 0:t.name},appLink:hg},{accessor:function(e){return f.a.createElement("span",{className:"d-flex justify-content-end"},f.a.createElement(Cl,{actions:yg(e)}))}}]}):f.a.createElement("p",null,"This playlist isn't in any dashboards.")))}function bg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return gg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function gg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Sg(e){var t=bg(f.a.useState(!1),2),n=t[0],r=t[1],i=Object(v.useDispatch)(),a=fp(),o=oe.useBasicFetch(dh(e.dashboardId,e.widgetId)),c=oe.useBasicFetch(ph(e.dashboardId)),s=oe.useBasicFetch(!!o.data&&rh(o.data.collectionId)),u=!!o.data&&!!c.data&&!!s.data;return f.a.createElement(dp,{title:"Remove playlist from dashboard",closePopup:e.closePopup,showLoadingSpinner:!u},!!u&&f.a.createElement(f.a.Fragment,null,f.a.createElement("div",null,f.a.createElement("p",null,"Are you sure you want to remove ",f.a.createElement("strong",null,s.data.name)," from ",f.a.createElement("strong",null,c.data.name),"?"),f.a.createElement("p",null,f.a.createElement("em",null,"Note: This is the same as deleting the widget from the dashboard."))),f.a.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){r(!0),oe.fetch(i,hh(c.data.id,o.data.id,s.data.id,(function(){a.success("Successfully removed playlist from dashboard")}),(function(){a.error("Failed to remove playlist from dashboard")}),e.closePopup))},buttonText:"Yes, remove playlist",isSpinnerButton:!0,showSpinner:n}]})))}function Eg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Og(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Og(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Og(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Cg=function(e,t,n){return[{variant:"link",onClick:t,buttonText:"Cancel"},{variant:"danger",onClick:e,buttonText:"Yes, delete this audience",isSpinnerButton:!0,showSpinner:n}]};function wg(e){var t=e.id,n=e.routeToOnDelete,r=e.closePopup,i=Eg(l.useState(),2),a=i[0],o=i[1],c=Eg(l.useState(!1),2),s=c[0],f=c[1],d=Xf(u.SUBJECT);Rh(gv.getAudienceFetchOptions(t,o),[t]);return l.createElement(dp,{title:"Delete Audience",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?")),l.createElement(hp,{buttons:Cg((function(){f(!0);d.deleteAudience(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)}),r,s)})))}function Ag(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return jg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return jg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function jg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Tg(e){var t=e.presentationId,n=e.audienceId,r=Ag(l.useState(),2),i=r[0],a=r[1],o=Ag(l.useState(),2),c=o[0],s=o[1],f=Ag(l.useState(),2),p=f[0],d=f[1],m=Xf(u.SUBJECT);Rh(gv.getAudienceFetchOptions(n,a),[n]),Rh(gv.getLevelsFetchOptions(s),[]),Rh(gv.getPresentationFetchOptions(t,d),[t]);return l.createElement(l.Fragment,null,l.createElement(Pv,{presentation:p,audienceId:n}),!!p&&l.createElement("h6",null,"Presentation: ".concat(p.name)),!!i&&!!c&&l.createElement(jv,{audience:i,levels:c,saveAudience:function(e,r){return m.updateAudience(n,Object.assign(Object.assign({},e),{presentationId:t}),r,r)},presentationId:t}))}function kg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ig(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ig(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ig(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Lg=function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e]}};function _g(e){var t=e.presentationId,n=kg(l.useState(),2),r=n[0],a=n[1],o=kg(l.useState(),2),s=o[0],f=o[1],d=Xf(u.SUBJECT);Rh(gv.getLevelsFetchOptions(a),[]),Rh(gv.getPresentationFetchOptions(t,f),[t]);return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-2"},l.createElement(Su,{appLink:Lg(t),backToName:"audiences"})),!!s&&l.createElement("h6",null,"Presentation: ".concat(s.name)),!!r&&l.createElement(jv,{levels:r,presentationId:t,saveAudience:function(e,n){return d.createAudience(Object.assign(Object.assign({},e),{presentationId:t}),function(e,t){return function(n){t(),p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[e,n.masterId]})}}(t,n),n)}}))}var Pg=n(209),xg=n.n(Pg);function Ng(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Dg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Dg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Dg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Rg(e){var t=e.presentationId,n=e.selectedAudienceId,r=Ng(l.useState(),2),a=r[0],o=r[1];Rh(gv.getAudiencesFetchOptions(t,o),[]);var s=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[t,e.masterId]}},u={application:c.SUBJECTS,action:i.Subjects.NEW_AUDIENCE,args:[t]};return l.createElement("div",{className:"".concat(xg.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Audiences"),l.createElement(gu,{appLink:u,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Audience")),l.createElement("div",{className:"border-top pt-1"},l.createElement("ul",{className:"list-unstyled"},a&&a.map((function(e){return l.createElement("li",{className:"position-relative py-1"},l.createElement(gu,{className:(null==n?void 0:n.toString())===e.masterId.toString()?"text-primary font-weight-500":"",appLink:s(e)},e.name))})))))}function Mg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ug(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ug(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ug(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Fg(e){var t=e.presentationId,n=e.audienceId,r=e.memberType,i=Mg(l.useState(),2),a=i[0],o=i[1],c=Mg(l.useState(),2)[1],s=Mg(l.useState(),2),u=s[0],f=s[1];Rh(gv.getPresentationFetchOptions(t,o),[]),Rh(gv.getAudienceFetchOptions(n,c),[n]),Rh(gv.getAudienceMembersFetchOptions(n,r,f),[n,r]);var p={items:u&&u.data,memberType:r,getItemAppLink:function(e){return my.getMemberAppLink(r,e.id)},getActions:function(e){return my.getMemberActions(n,Kh.Audience,r,e.id)}},d={presentation:a,audienceId:n},m=kl(p);return l.createElement(l.Fragment,null,l.createElement(Pv,Object.assign({},d,{memberType:r})),m&&l.createElement(Nv,Object.assign({},p)))}function Vg(e){return{application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]}}function Bg(e){return[{label:"Add child",getAppLink:function(t){return Object.assign(Object.assign({},Vg(e)),{args:[e],params:{parentId:t.id}})}},{label:"Delete classification",getAppLink:function(t){return{application:c.SUBJECTS,action:i.Subjects.DELETE_CLASSIFICATION,args:[e,t.id]}},className:"text-danger"}]}var Hg=n(210),zg=n.n(Hg);function qg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Jg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Jg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Jg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function $g(e){var t=e.presentationId,n=e.selectedClassificationId,r=qg(l.useState(),2),a=r[0],o=r[1],s=qg(l.useState(),2),u=s[0],f=s[1];return function(e,t,n){_h([gv.getClassificationTreeFetchOptions(e,t),gv.getPresentationFetchOptions(e,n)],[e])}(t,o,f),l.createElement("div",{className:"".concat(zg.a.navContainer," h-auto pr-2 border-right")},!!u&&l.createElement("h6",{className:"border-bottom pb-2"},"Classifications (".concat(u.name,")")),l.createElement(gu,{appLink:Vg(t),className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Classification")),!!a&&l.createElement("div",{className:"border-top pt-1"},l.createElement(zl,{tree:a,getAppLink:function(e){return function(e,t){return{application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,t.id]}}(t,e)},selectedIds:[n],actions:Bg(t)})))}function Kg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Wg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yg(e){var t=e.classificationId,n=e.routeToOnDelete,r=e.closePopup,i=Kg(l.useState(),2),a=i[0],o=i[1],c=Kg(l.useState(!1),2),s=c[0],f=c[1];Rh(gv.getClassificationFetchOptions(t,o),[]);var d=Xf(u.SUBJECT),m=[{variant:"link",onClick:r,buttonText:"Cancel"},{variant:"danger",onClick:function(){f(!0);d.deleteClassification(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)},buttonText:"Yes, delete this classification",isSpinnerButton:!0,showSpinner:s}];return l.createElement(dp,{title:"Delete Classification",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?")),l.createElement(hp,{buttons:m})))}function Gg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Zg(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Zg(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Zg(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Qg(e){var t=e.presentationId,n=e.classificationId,r=Gg(l.useState(),2),i=r[0],a=r[1],o=Gg(l.useState(),2),c=o[0],s=o[1],f=Gg(l.useState(),2),p=f[0],d=f[1],m=Gg(l.useState(),2),h=m[0],y=m[1],v=Xf(u.SUBJECT),b=gv.getClassificationFetchOptions(n,a),g=gv.getPresentationFetchOptions(t,s),S=gv.getClassificationTreeFetchOptions(t,d);Rh(gv.getSubjectTreeFetchOptions(y),[]),Rh(b,[n]),_h([g,S],[t]);return l.createElement("div",null,l.createElement(Kv,{presentation:c,classificationId:n}),!!i&&!!p&&!!h&&l.createElement(Jv,{classification:i,presentationId:t,subjectTree:h,classificationTree:p,saveClassification:function(e,t){var r=Object.assign({pinnedVideoMasterId:(null==i?void 0:i.pinnedVideoMasterId)||null},e);return v.updateClassification(n,r,t,t)}}))}function Xg(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return eS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function eS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function tS(e){var t=e.presentationId,n=e.classificationId,r=e.memberType,i=Xg(l.useState(),2),a=i[0],o=i[1],c=Xg(l.useState(),2),s=c[0],f=c[1],p=Xg(l.useState(),2),d=p[0],m=p[1];Rh(gv.getPresentationFetchOptions(t,o),[]),Rh(gv.getClassificationFetchOptions(n,f),[n]),Rh(gv.getClassificationMembersFetchOptions(n,r,m),[n,r]);var h=Xf(u.SUBJECT),y={items:d&&d.data,memberType:r,classification:s,updatePinnedVideo:function(e,t){var r=Object.assign(Object.assign({},s),{pinnedVideoMasterId:e});h.updateClassification(n,r,t)},getItemAppLink:function(e){return sy.getMemberAppLink(r,e.id)},getActions:function(e){return sy.getMemberActions(n,Kh.Classification,r,e.id)}},v={presentation:a,classificationId:n},b=kl(y);return l.createElement(l.Fragment,null,l.createElement(Kv,Object.assign({},v,{memberType:r})),b&&l.createElement(Vv,Object.assign({},y)))}function nS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return rS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function rS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function iS(e){var t=e.presentationId,n=e.parentId,r=nS(l.useState(),2),a=r[0],o=r[1],s=nS(l.useState(),2),f=s[0],d=s[1],m=Xf(u.SUBJECT),h=gv.getClassificationTreeFetchOptions(t,o);Rh(gv.getSubjectTreeFetchOptions(d),[]),Rh(h,[t]);return l.createElement("div",null,l.createElement("h4",{className:"py-2"},"Create New Classification"),!!f&&!!a&&l.createElement(Jv,{classification:n?{parentIds:[n]}:{},presentationId:t,subjectTree:f,classificationTree:a,saveClassification:function(e,n){return m.createClassification(Object.assign(Object.assign({},e),{presentationId:t}),function(e,t){return function(n){t(),n&&n.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,n.id]})}}(t,n),n)}}))}var aS=function(e){return{key:"series:".concat(e),url:"/api/master/v2/objects/".concat(e,"?query=thumbnail,tallPoster,banner,rating")}},oS=function(e){var t=e.slice().sort();return{key:"series:".concat(t.join(",")),url:"/api/master/v2/objects?".concat(t.map((function(e){return"id=".concat(e)})).join("&"))}},cS=function(e,t,n,r){return{url:"/api/master/v2/series",key:"series",data:e,type:ce.a.POST,success:t,error:n,always:r}},sS=function(e,t,n,r,i){return{url:"/api/master/v2/objects/".concat(e),key:"update:series:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}};function uS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return lS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function lS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function fS(e){var t=uS(l.useState(),2),n=t[0],r=t[1],i=uS(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Wh.Playlists:return rh(t);case Wh.Series:return aS(t);case Wh.Videos:return Xb(t)}}(e.memberType,e.memberId)),s=Xf(u.SUBJECT);Rh(gv.getClassificationFetchOptions(e.classificationId,r),[e.classificationId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(sy.singularizeMemberType(e.memberType)));return l.createElement(dp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"This will not remove it from the backbone subject.")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromClassification(e.classificationId,[e.memberId],e.memberType,null,null,e.closePopup,e.closePopup),n.pinnedVideoMasterId===e.memberId&&s.updateClassification(e.classificationId,Object.assign(Object.assign({},n),{pinnedVideoMasterId:null}))},buttonText:"Yes, remove this ".concat(sy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function pS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return dS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return dS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function dS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function mS(e){var t=e.id,n=pS(l.useState(),2),r=n[0],a=n[1],o=Xf(u.SUBJECT);Rh(gv.getLevelFetchOptions(t,a),[t]);return l.createElement(l.Fragment,null,l.createElement(tb,{levelId:t,activeAction:i.Subjects.EDIT_LEVEL}),l.createElement("h4",{className:"py-2"},"Edit Level"),!!r&&l.createElement(Zv,{level:r,saveLevel:function(e,n){return o.updateLevel(t,e,n,n)}}))}function hS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return yS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function yS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function vS(){var e=hS(l.useState(),2),t=e[0],n=e[1];return Rh(gv.getLevelsFetchOptions(n),[]),l.useEffect((function(){t&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[Tp.a.first(t).id]},{replace:!0})}),[t]),l.createElement(l.Fragment,null)}function bS(){var e=Xf(u.SUBJECT);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Level"),l.createElement(Zv,{saveLevel:function(t,n){return e.createLevel(t,function(e){return function(t){e(),t&&t.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[t.id]})}}(n),n)}}))}var gS=n(211),SS=n.n(gS);function ES(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return OS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return OS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function OS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function CS(e){var t=e.selectedLevelId,n=ES(l.useState(),2),r=n[0],a=n[1];Rh(gv.getLevelsFetchOptions(a),[]);var o=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e.id]}},s={application:c.SUBJECTS,action:i.Subjects.NEW_LEVEL};return l.createElement("div",{className:"".concat(SS.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Backbone Audiences"),l.createElement(gu,{appLink:s,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Backbone Audience")),l.createElement("div",{className:"border-top pt-1"},l.createElement("ul",{className:"list-unstyled"},r&&r.map((function(e){return l.createElement("li",{className:"position-relative py-1"},l.createElement(gu,{className:(null==t?void 0:t.toString())===e.id.toString()?"text-primary font-weight-500":"",appLink:o(e)},e.name))})))))}var wS=function(e){return l.createElement("div",{className:"border rounded p-2 mb-3"},l.createElement("h6",{className:"border-bottom pb-1"},e.presentation.name),e.audiences&&e.audiences.length?l.createElement("ul",{className:"list-unstyled mb-0"},e.audiences.map((function(t){return l.createElement("li",{key:t.masterId,className:"py-1"},l.createElement(gu,{appLink:(n=e.presentation.id,r=t.masterId,{application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[n,r]})},t.name));var n,r}))):l.createElement("p",null,l.createElement("em",null,"There are no audiences mapped to this level in this presentation.")))},AS=function(e){return l.createElement(l.Fragment,null,!!e.presentations&&!!e.audienceDictionary&&e.presentations.map((function(t){return l.createElement(wS,{key:t.id,presentation:t,audiences:e.audienceDictionary[t.id]})})))};function jS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return TS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return TS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function TS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function kS(e){var t=e.levelId,n=jS(l.useState({}),2),r=n[0];return function(e,t){var n=function(e){return Mh(t,e)};Rh(gv.getLevelAudiencesFetchOptions(e,n("audiences")),[e]),Rh(gv.getPresentationsFetchOptions(n("presentations")),[])}(t,n[1]),l.createElement(l.Fragment,null,l.createElement(tb,{levelId:t,activeAction:i.Subjects.LEVEL_AUDIENCES}),l.createElement(AS,{presentations:r.presentations,audienceDictionary:Tp.a.groupBy(r.audiences,"presentationId")}))}function IS(e,t){return Mh(e,t)}function LS(e){switch(e){case Yh.Playlists:return i.Subjects.EDIT_LEVEL_PLAYLISTS;case Yh.Series:return i.Subjects.EDIT_LEVEL_SERIES;case Yh.Videos:return i.Subjects.EDIT_LEVEL_VIDEOS}}function _S(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return PS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return PS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function PS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function xS(e){var t=_S(l.useState({}),2),n=t[0],r=t[1],a=n.presentations,o=n.audiences,s=n.memberIds,f=n.membersWithAudiences,d=oe.useBasicFetch(Array.isArray(s)&&s.length?function(e,t){switch(e){case Yh.Playlists:return ih(t);case Yh.Series:return oS(t);case Yh.Videos:return eg(t)}}(e.memberType,s):null),m=Xf(u.SUBJECT);function h(t){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:e.action,args:[e.levelId],params:{presentationId:t}})}!function(e,t,n){var r=e.presentationId,i=e.levelId,a=e.memberType;Rh(gv.getPresentationsFetchOptions(IS(n,"presentations")),[]),Rh(gv.getLevelMemberIdsFetchOptions(i,a,IS(n,"memberIds")),[i,a]),Rh(!!r&&gv.getLevelAudiencesFetchOptions(i,IS(n,"audiences"),r,a),[i,a,r],!!r)}(e,0,r),function(e,t,n,r){var i=n.audiences;l.useEffect((function(){IS(r,"membersWithAudiences")(function(e,t,n){if(!t||!n)return;return t.map((function(t){return{id:t.id,name:t.name,audiences:n.map((function(n){return{id:n.masterId,selected:(r=t,i=n,!!i[e]&&!!i[e].data.filter((function(e){return e.id===r.id})).length)};var r,i}))}}))}(t.memberType,e,i))}),[e,i])}(d.data,e,n,r),l.useEffect((function(){!e.presentationId&&(null==a?void 0:a.length)&&h(Tp.a.first(a).id)}),[e.presentationId]);var y,v,b=!!e.presentationId&&!!o;return l.createElement(l.Fragment,null,l.createElement(tb,{levelId:e.levelId,presentationId:e.presentationId,activeAction:LS(e.memberType)}),l.createElement(ki.Alert,{variant:"info",className:"m-0"},"Select which ".concat(e.memberType," are shown for each audience in this level.")+" Change the selected presentation to view different audiences."),l.createElement("div",{className:"w-50 py-2"},!!a&&l.createElement(fb,{presentations:a,currentPresentationId:e.presentationId,setCurrentPresentation:function(e){return h(e.id)}})),b&&l.createElement(sb,{members:f||[],memberType:e.memberType,getMemberAppLink:function(t){return my.getMemberAppLink(e.memberType,t)},getActions:function(t){return my.getMemberActions(e.levelId,Kh.Level,e.memberType,t)},audiences:o,getAudienceAppLink:e.presentationId&&(y=e.memberType,v=e.presentationId,function(e){var t,n=c.SUBJECTS,r=[v,e];switch(y){case Yh.Playlists:t=i.Subjects.EDIT_AUDIENCE_PLAYLISTS;break;case Yh.Series:t=i.Subjects.EDIT_AUDIENCE_SERIES;break;case Yh.Videos:t=i.Subjects.EDIT_AUDIENCE_VIDEOS}return{application:n,action:t,args:r}}),onToggleAudience:function(t,n,r){return function(e,t,n,r,i,a,o){(o?e.addObjectsToAudience.bind(e):e.removeObjectsFromAudience.bind(e))(a,n,t,r,i)}(m,e.memberType,r?[r]:s,e.levelId,e.presentationId,t,n)}}))}function NS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return DS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return DS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function DS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function RS(e){var t=NS(l.useState(),2),n=t[0],r=t[1],i=NS(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Yh.Playlists:return rh(t);case Yh.Series:return aS(t);case Yh.Videos:return Xb(t)}}(e.memberType,e.memberId)),s=Xf(u.SUBJECT);Rh(gv.getLevelFetchOptions(e.levelId,r),[e.levelId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(my.singularizeMemberType(e.memberType)));return l.createElement(dp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"Please ensure that it is not in any audiences before removing.")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromLevel(e.levelId,[e.memberId],e.memberType,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(my.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function MS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return US(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return US(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function US(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function FS(e){var t=e.id,n=MS(l.useState(),2),r=n[0],i=n[1],a=Xf(u.SUBJECT);Rh(gv.getPresentationFetchOptions(t,i),[t]);var o={presentation:r,savePresentation:function(e,n){a.updatePresentation(t,e,n,n)}},c=kl(o);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Edit Presentation"),!!c&&l.createElement(lb,Object.assign({},o)))}function VS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return BS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return BS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function BS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var HS=function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_PRESENTATION,args:[e.id]}},zS={application:c.SUBJECTS,action:i.Subjects.NEW_PRESENTATION};function qS(){var e=VS(l.useState(),2),t=e[0],n=e[1];return Rh(gv.getPresentationsFetchOptions(n),[]),l.createElement("div",null,l.createElement("div",{className:"d-flex justify-content-between mb-2"},l.createElement("h5",{className:"d-inline-block m-0"},"Select a presentation to edit:"),l.createElement(gu,{appLink:zS,className:"d-block"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Presentation"))),l.createElement(Al,{objects:t,getAppLink:HS}))}function JS(){var e=Xf(u.SUBJECT);return l.createElement(l.Fragment,null,l.createElement("h4",{className:"py-2"},"Create New Presentation"),l.createElement(lb,{savePresentation:function(t,n){e.createPresentation(t,(function(e){n(),e&&e.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_PRESENTATION,args:[e.id]})}),n)}}))}function $S(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return KS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return KS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function KS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function WS(e){var t=e.objectType,n=e.getAppLink,r=$S(l.useState(),2),i=r[0],a=r[1];return Rh(gv.getPresentationsFetchOptions(a),[]),l.createElement("div",null,l.createElement("h5",null,l.createElement(hs,{namespace:"subjects.selectPresentation",phrase:"heading",options:{objectType:t}})),l.createElement(Al,{objects:i,getAppLink:n}))}function YS(e,t){return Mh(e,t)}function GS(e,t,n,r,a){var o=r.selectedSubject,s=function(){return YS(a,"showConfirmationPopup")(!1)};t.addObjectsToSubject(o.id,e.map((function(e){return e.id})),n.memberType,r.addToClassifications,(function(){s(),p.AppLinkHelper.trigger(function(e,t){var n={application:c.SUBJECTS,args:[e]};switch(t){case Wh.Playlists:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_PLAYLISTS});case Wh.Series:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_SERIES});case Wh.Videos:return Object.assign(Object.assign({},n),{action:i.Subjects.EDIT_SUBJECT_VIDEOS})}}(o.id,n.memberType))}),s)}function ZS(e,t,n){if(t&&n){var r=1===t.length?"this ".concat(sy.singularizeMemberType(e)):"these ".concat(e);return"Add ".concat(r," to ").concat(n.name)}}function QS(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return XS(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return XS(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function XS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function eE(e,t){return function(n,r,i){i(),YS(t,"selectedSubject")(xl.find(e.subjectTree,Tp.a.first(n))),YS(t,"addToClassifications")(r),YS(t,"showConfirmationPopup")(!0)}}function tE(e){var t=QS(l.useState({}),2),n=t[0],r=t[1],i=oe.useBasicFetch(function(e,t){switch(e){case Wh.Playlists:return ih(t);case Wh.Series:return oS(t);case Wh.Videos:return eg(t)}}(e.memberType,e.objectIds)),a=Xf(u.SUBJECT);!function(e,t){Rh(gv.getSubjectTreeFetchOptions(YS(t,"subjectTree")),[])}(0,r);var o;return l.createElement(l.Fragment,null,!!i.data&&!!n.subjectTree&&l.createElement(pb,{memberType:e.memberType,objects:i.data,subjectTree:n.subjectTree,onClickAddToSubject:eE(n,r)}),n.showConfirmationPopup&&l.createElement(gp,{title:ZS(e.memberType,i.data,n.selectedSubject),onClickConfirm:function(){return GS(i.data,a,e,n,r)},closePopup:function(){return e=!1,YS(r,"showConfirmationPopup")(e);var e}},l.createElement("p",null,"The following ".concat(e.memberType," will be added to "),l.createElement("strong",null,n.selectedSubject.name),n.addToClassifications?" and its mapped classifications:":":"),l.createElement("ul",null,i.data.map((function(e){return l.createElement("li",{key:e.id},e.name)}))),!n.addToClassifications&&l.createElement("p",null,"".concat(1===i.data.length?"It":"They"," will not be added to its mapped classifications.")),l.createElement("p",null,"".concat((o=e.memberType,Ll(sy.singularizeMemberType(o)))," to classification mappings can be managed from the "),l.createElement("strong",null,"Edit Subject ".concat(Ll(e.memberType)," ")),"page.")))}function nE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return rE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return rE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function rE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function iE(e){var t=e.subjectId,n=e.routeToOnDelete,r=e.closePopup,i=nE(l.useState(),2),a=i[0],o=i[1],c=nE(l.useState(!1),2),s=c[0],f=c[1];Rh(gv.getSubjectFetchOptions(t,o),[]);var d=Xf(u.SUBJECT),m=[{variant:"link",onClick:r,buttonText:"Cancel"},{variant:"danger",onClick:function(){f(!0);d.deleteSubject(t,(function(){r(),n&&p.AppLinkHelper.trigger(n)}),r)},buttonText:"Yes, delete this backbone classification",isSpinnerButton:!0,showSpinner:s}];return l.createElement(dp,{title:"Delete Subject",closePopup:r,showLoadingSpinner:!a},!!a&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,a.name),"?"),l.createElement("p",null,"Subjects that have mapped classifications cannot be deleted.")),l.createElement(hp,{buttons:m})))}function aE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return oE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return oE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function oE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function cE(e){var t=e.subjectId,n=aE(l.useState(),2),r=n[0],a=n[1],o=aE(l.useState(),2),c=o[0],s=o[1],f=Xf(u.SUBJECT),p=gv.getSubjectFetchOptions(t,a);Rh(gv.getSubjectTreeFetchOptions(s),[]),Rh(p,[t]);return l.createElement(l.Fragment,null,l.createElement(Eb,{subjectId:t,activeAction:i.Subjects.EDIT_SUBJECT}),!!r&&!!c&&l.createElement(gb,{subject:r,subjectTree:c,saveSubject:function(e,n){return f.updateSubject(t,e,n,n)}}))}function sE(e,t){return Mh(e,t)}function uE(e){switch(e){case Wh.Playlists:return i.Subjects.EDIT_SUBJECT_PLAYLISTS;case Wh.Series:return i.Subjects.EDIT_SUBJECT_SERIES;case Wh.Videos:return i.Subjects.EDIT_SUBJECT_VIDEOS}}function lE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return fE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return fE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function fE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function pE(e){var t=lE(l.useState({}),2),n=t[0],r=t[1],a=n.presentations,o=n.classifications,s=n.memberIds,f=n.membersWithClassifications,d=oe.useBasicFetch(Array.isArray(s)&&function(e,t){switch(e){case Wh.Playlists:return ih(t);case Wh.Series:return oS(t);case Wh.Videos:return eg(t)}}(e.memberType,s)),m=Xf(u.SUBJECT);function h(t){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:e.action,args:[e.subjectId],params:{presentationId:t}})}!function(e,t,n){var r=e.subjectId,i=e.memberType,a=e.presentationId;Rh(gv.getPresentationsFetchOptions(sE(n,"presentations")),[]),Rh(gv.getSubjectMemberIdsFetchOptions(r,i,sE(n,"memberIds")),[r,i]),Rh(!!a&&gv.getSubjectClassificationFetchOptions(r,sE(n,"classifications"),a,i),[r,i,a],!!a)}(e,0,r),function(e,t,n,r){var i=n.classifications;l.useEffect((function(){sE(r,"membersWithClassifications")(function(e,t,n){if(!t||!n)return;return t.map((function(t){return{id:t.id,name:t.name,classifications:n.map((function(n){return{id:n.id,selected:(r=t,i=n,!!i[e]&&!!i[e].data.filter((function(e){return e.id===r.id})).length)};var r,i}))}}))}(t.memberType,e,i))}),[e,i])}(d.data,e,n,r),l.useEffect((function(){!e.presentationId&&(null==a?void 0:a.length)&&h(Tp.a.first(a).id)}),[e.presentationId]);var y,v,b=!!e.presentationId&&!!o;return l.createElement(l.Fragment,null,l.createElement(Eb,{subjectId:e.subjectId,presentationId:e.presentationId,activeAction:uE(e.memberType)}),l.createElement(ki.Alert,{variant:"info",className:"m-0"},"Select which ".concat(e.memberType," are shown for each classification in this backbone classification.")+" Change the selected presentation to view different classifications."),l.createElement("div",{className:"w-50 py-2"},!!a&&l.createElement(fb,{presentations:a,currentPresentationId:e.presentationId,setCurrentPresentation:function(e){return h(e.id)}})),b&&l.createElement(xb,{members:f||[],memberType:e.memberType,getMemberAppLink:function(t){return sy.getMemberAppLink(e.memberType,t)},getActions:function(t){return sy.getMemberActions(e.subjectId,Kh.Subject,e.memberType,t)},classifications:o,getClassificationAppLink:e.presentationId&&(y=e.memberType,v=e.presentationId,function(e){var t,n=c.SUBJECTS,r=[v,e];switch(y){case Wh.Playlists:t=i.Subjects.EDIT_CLASSIFICATION_PLAYLISTS;break;case Wh.Series:t=i.Subjects.EDIT_CLASSIFICATION_SERIES;break;case Wh.Videos:t=i.Subjects.EDIT_CLASSIFICATION_VIDEOS}return{application:n,action:t,args:r}}),onToggleClassification:function(t,n,r){return function(e,t,n,r,i,a,o){(o?e.addObjectsToClassification.bind(e):e.removeObjectsFromClassification.bind(e))(a,n,t,r,i)}(m,e.memberType,r?[r]:s,e.subjectId,e.presentationId,t,n)}}))}function dE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return mE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return mE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function mE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function hE(e){var t=e.parentId,n=dE(l.useState(),2),r=n[0],a=n[1],o=Xf(u.SUBJECT);Rh(gv.getSubjectTreeFetchOptions(a),[]);var s={application:c.SUBJECTS,action:i.Subjects.PRESENTATIONS};return l.createElement(l.Fragment,null,l.createElement("div",{className:"pb-2 border-bottom"},l.createElement(Su,{backToName:"Presentations",appLink:s})),l.createElement("h4",{className:"py-2"},"Create New Subject"),!!r&&l.createElement(gb,{subject:{parentId:t},subjectTree:r,saveSubject:function(e,t){return o.createSubject(e,function(e){return function(t){e(),t&&t.id&&p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[t.id]})}}(t),t)}}))}function yE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return vE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return vE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function bE(e){var t=yE(l.useState(),2),n=t[0],r=t[1],i=yE(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Wh.Playlists:return rh(t);case Wh.Series:return aS(t);case Wh.Videos:return Xb(t)}}(e.memberType,e.memberId)),s=Xf(u.SUBJECT);Rh(gv.getSubjectFetchOptions(e.subjectId,r),[e.subjectId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(sy.singularizeMemberType(e.memberType)));return l.createElement(dp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"Please ensure that it is not in any classifications before removing.")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromSubject(e.subjectId,[e.memberId],e.memberType,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(sy.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function gE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return SE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return SE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function SE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function EE(e){var t=e.subjectId,n=gE(l.useState({}),2),r=n[0];return function(e,t){var n=function(e){return Mh(t,e)};Rh(gv.getSubjectClassificationFetchOptions(e,n("classifications")),[e]),Rh(gv.getPresentationsFetchOptions(n("presentations")),[])}(t,n[1]),l.createElement(l.Fragment,null,l.createElement(Eb,{subjectId:t,activeAction:i.Subjects.SUBJECT_CLASSIFICATIONS}),l.createElement(jb,{presentations:r.presentations,classificationDictionary:Tp.a.groupBy(r.classifications,"presentationId")}))}var OE=n(212),CE=n.n(OE);function wE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return AE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return AE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function AE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function jE(e){var t=e.selectedSubjectId,n=wE(l.useState(),2),r=n[0],a=n[1];Rh(gv.getSubjectTreeFetchOptions(a),[]);var o=l.useCallback((function(e){return{application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[e.id]}}),[]),s={application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT},u=[{label:"Add child",getAppLink:function(e){return Object.assign(Object.assign({},s),{params:{parentId:e.id}})}},{label:"Delete backbone classification",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.DELETE_SUBJECT,args:[e.id]}},className:"text-danger"}];return l.createElement("div",{className:"".concat(CE.a.navContainer," h-auto pr-2 border-right")},l.createElement("h5",{className:"border-bottom pb-2"},"Backbone Classifications"),l.createElement(gu,{appLink:s,className:"d-inline-block pb-2"},l.createElement(zc,{svgName:Hc.Plus,size:Vc.Small}),l.createElement("span",null,"New Backbone Classification")),!!r&&l.createElement("div",{className:"border-top pt-1"},l.createElement(zl,{tree:r,getAppLink:o,selectedIds:[t],actions:u})))}function TE(e){var t=e.currentAppLink;return l.createElement(Nb,{navItems:uy(),currentAppLink:t})}function kE(e){return(kE="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function IE(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function LE(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _E(e,t,n){return t&&LE(e.prototype,t),n&&LE(e,n),e}function PE(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xE(e,t)}function xE(e,t){return(xE=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function NE(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=RE(e);if(t){var i=RE(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return DE(this,n)}}function DE(e,t){return!t||"object"!==kE(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function RE(e){return(RE=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ME=function(e){PE(n,e);var t=NE(n);function n(){return IE(this,n),t.apply(this,arguments)}return _E(n,[{key:"channelName",get:function(){return c.PLAYLISTS}},{key:"appRoutes",get:function(){return{"manage/playlists(/)":"index","manage/playlists/new(/)":"newPlaylist","manage/playlists/search(/)":"searchPlaylists","manage/playlists/:id(/)":"editPlaylist","manage/playlists/:id/videos(/)":"editPlaylistVideos","manage/playlists/:id/dashboards(/)":"editPlaylistDashboards","manage/playlists/:id/classifications(/)":"editPlaylistSubjects","manage/playlists/:id/audiences(/)":"editPlaylistAudiences"}}},{key:"appLinks",get:function(){return["deletePlaylist","removeVideo","uploadImage","removeFromSubject","deleteDashboardWidget"]}},{key:"externalRoutes",get:function(){return{"dashboards/:id(/)":"dashboard"}}}]),n}(p.AppRouter),UE=function(e){PE(n,e);var t=NE(n);function n(){return IE(this,n),t.apply(this,arguments)}return _E(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Qf.getInstance(t,e)}))}},{key:"name",get:function(){return"Playlists Application"}},{key:"channelName",get:function(){return c.PLAYLISTS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:Qm}}}},{key:"index",value:function(e){this.layout.showChildView(k,l.createElement(fg,{cursor:null==e?void 0:e.cursor}))}},{key:"searchPlaylists",value:function(e){this.layout.showChildView(k,l.createElement(mg,{query:null==e?void 0:e.query,cursor:null==e?void 0:e.cursor}))}},{key:"newPlaylist",value:function(){this.layout.showChildView(k,l.createElement(Zb,null))}},{key:"editPlaylist",value:function(e){this.layout.showChildView(k,l.createElement(wh,{key:e,playlistId:e}))}},{key:"editPlaylistVideos",value:function(e){this.layout.showChildView(k,l.createElement(Gb,{key:e,playlistId:e}))}},{key:"editPlaylistDashboards",value:function(e){this.layout.showChildView(k,l.createElement(vg,{key:e,playlistId:e}))}},{key:"editPlaylistSubjects",value:function(e){this.layout.showChildView(k,l.createElement(zb,{key:e,playlistId:e}))}},{key:"editPlaylistAudiences",value:function(e){this.layout.showChildView(k,l.createElement(Ub,{key:e,playlistId:e}))}},{key:"deletePlaylist",value:function(e){var t=Object.assign({playlistId:e},this.getPopupProps());this.layout.showChildView(I,l.createElement(bh,Object.assign({},t)))}},{key:"removeVideo",value:function(e,t){var n=Object.assign({playlistId:e,videoId:t},this.getPopupProps());this.layout.showChildView(I,l.createElement(ag,Object.assign({},n)))}},{key:"removeFromSubject",value:function(e,t){var n=Object.assign({subjectId:t,memberId:e,memberType:Wh.Playlists},this.getPopupProps());this.layout.showChildView(I,l.createElement(bE,Object.assign({},n)))}},{key:"deleteDashboardWidget",value:function(e,t){var n=this;this.layout.showChildView(I,l.createElement(Sg,{dashboardId:e,widgetId:t,closePopup:function(){return n.layout.closePopup()}}))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Zm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Ed,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return ME}}]),n}(p.Application),FE=function(e){var t=e.children;return l.createElement(qu,null,t)},VE=function(){return{url:"/api/domain/v2/me/ratings",key:"ratings"}},BE=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().max(350,"Description is too long").default(""),rating:ji.object().shape({id:ji.string()}).default({}).noUnknown(),tallPoster:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),banner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown()}).noUnknown(),HE=function(e,t){var n=c.SERIES,r=i.Series,a=[{label:"Edit Series Details",appLink:{application:n,action:r.EDIT_SERIES,args:[t]}},{label:"Videos",appLink:{application:n,action:r.EDIT_SERIES_VIDEOS,args:[t]}}];return Bp(e)&&a.push.apply(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_SERIES_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_SERIES_AUDIENCES,args:[t]}}]),a};function zE(e){var t=ci(),n=Gc(t);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this series",autoFocus:!0}),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",maxLength:350,value:t.values.description,placeholder:"Describe this series here",showCharacterCounter:!0}),l.createElement(jl,{ratings:e.ratings}),l.createElement(cl,{imageType:wu.TallPosters,fieldName:"tallPoster",application:c.SERIES,uploadAction:i.Series.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.Banners,fieldName:"banner",application:c.SERIES,uploadAction:i.Playlists.UPLOAD_IMAGE}),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},e.id?"Save":"Create"),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function qE(e){return l.createElement(Ai,{initialValues:e.series,validationSchema:BE,onSubmit:e.saveSeries},l.createElement(zE,{id:e.series&&e.series.id,ratings:e.ratings}))}function JE(e){return l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:HE(e.currentUser,e.seriesId),isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}));var t}function $E(e){var t,n=Object(v.useDispatch)(),r=fp(),a=oe.useBasicFetch(aS(e.seriesId)),o=oe.useBasicFetch(VE()),s=oe.useBasicFetch(jp());return l.createElement(l.Fragment,null,!!s.data&&l.createElement(JE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES,currentUser:s.data}),!!a.data&&!!o.data&&l.createElement(qE,{series:a.data,saveSeries:function(t,i){oe.fetch(n,sS(e.seriesId,t,(function(){r.success("Successfully updated series.")}),(function(){r.error("Failed to update series.")}),i))},ratings:o.data}),l.createElement("div",{className:"py-3 text-right"},"Can't find what you're looking for? Try the old edit series page ",l.createElement(gu,{className:"info-link",appLink:(t=e.seriesId,{application:c.SERIES,action:i.Series.LEGACY_EDIT_SERIES,args:[t]})},"here"),"."))}function KE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return WE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return WE(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function WE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function YE(e){var t=KE(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(aS(e.seriesId)),o=oe.useBasicFetch(jp()),c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};Rh(gv.getObjectLevelsFetchOptions(e,Wh.Series,r("seriesLevels")),[e]),Rh(gv.getObjectAudiencesFetchOptions(e,Wh.Series,r("seriesAudiences")),[e,t.seriesLevels]),_h([gv.getPresentationsFetchOptions(r("presentations")),gv.getLevelsFetchOptions(r("levels"))],[]),Rh(!!t.currentPresentation&&gv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.seriesId,n,r),Db(n,r);var s=!!(n.presentations&&n.levels&&n.presentationAudiences&&n.seriesLevels&&n.seriesAudiences);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(JE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES_AUDIENCES,currentUser:o.data}),l.createElement(wl,{object:a.data}),!!s&&l.createElement(kv,{objectLevels:n.seriesLevels,objectAudiences:n.seriesAudiences,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Mh(r,"currentPresentation"),levels:n.levels,presentationAudiences:n.presentationAudiences,memberType:Wh.Series,saveLevels:function(t,n,r){return c.updateObjectLevels(e.seriesId,t,Wh.Series,n,r,r)},saveAudiences:function(t,r){return c.updateObjectAudiences(e.seriesId,n.currentPresentation.id,t,Wh.Series,r,r)}}))}function GE(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||QE(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ZE(e){return function(e){if(Array.isArray(e))return XE(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||QE(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function QE(e,t){if(e){if("string"==typeof e)return XE(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?XE(e,t):void 0}}function XE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function eO(e){var t=GE(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(aS(e.seriesId)),o=oe.useBasicFetch(jp()),c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};_h([gv.getSubjectTreeFetchOptions(r("subjectTree")),gv.getPresentationsFetchOptions(r("presentations"))],[]),Rh(gv.getObjectSubjectsFetchOptions(e,Wh.Series,r("seriesSubjects")),[e]),Rh(!!t.currentPresentation&&gv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.seriesSubjects]);var i=function(e,t){return[].concat(ZE(t.subjectClassifications||[]),ZE(e))},a=t.seriesSubjects&&t.seriesSubjects.map((function(e){return gv.getSubjectClassificationFetchOptions(e.id,Mh(n,"subjectClassifications",i))}));_h(a,[t.seriesSubjects],!!a),Rh(gv.getObjectClassificationsFetchOptions(e,Wh.Series,r("seriesClassifications")),[e,t.seriesSubjects])}(e.seriesId,n,r),Db(n,r);var s=!!(n.seriesSubjects&&n.subjectTree&&n.presentations&&n.classificationTree&&n.seriesClassifications&&n.subjectClassifications);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(JE,{seriesId:e.seriesId,activeAction:i.Series.EDIT_SERIES_SUBJECTS,currentUser:o.data}),l.createElement(wl,{object:a.data}),s&&l.createElement(hb,{objectSubjects:n.seriesSubjects,subjectTree:n.subjectTree,memberType:Wh.Series,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Mh(r,"currentPresentation"),objectClassifications:n.seriesClassifications,objectSubjectClassifications:n.subjectClassifications,classificationTree:n.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.seriesId,t,Wh.Series,n,r,r)},saveClassifications:function(t,r){return c.updateObjectClassifications(e.seriesId,n.currentPresentation.id,t,Wh.Series,r,r)}}))}function tO(){var e=Object(v.useDispatch)(),t=fp(),n=oe.useBasicFetch(VE());return l.createElement(l.Fragment,null,!!n.data&&l.createElement(qE,{saveSeries:function(n,r){var a=function(){t.error("Failed to create series.")},o=function(e){t.success("Successfully created series."),function(e){p.AppLinkHelper.trigger({application:c.SERIES,action:i.Series.EDIT_SERIES,args:[e.id]})}(e)};oe.fetch(e,cS(n,(function(t){var n={permissions:Fp()};oe.fetch(e,sS(t.id,n,o,a,r))}),a))},ratings:n.data}))}function nO(e){return(nO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function rO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function iO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function aO(e,t,n){return t&&iO(e.prototype,t),n&&iO(e,n),e}function oO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&cO(e,t)}function cO(e,t){return(cO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function sO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=lO(e);if(t){var i=lO(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return uO(this,n)}}function uO(e,t){return!t||"object"!==nO(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function lO(e){return(lO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var fO=function(e){oO(n,e);var t=sO(n);function n(){return rO(this,n),t.apply(this,arguments)}return aO(n,[{key:"channelName",get:function(){return c.SERIES}},{key:"appRoutes",get:function(){return{"manage/series/new(/)":"newSeries","manage/series/:id(/)":"editSeries","manage/series/:id/videos(/)":"editSeriesVideos","manage/series/:id/classifications(/)":"editSeriesSubjects","manage/series/:id/audiences(/)":"editSeriesAudiences","manage/legacy/series/:id(/)":"legacyEditSeries"}}},{key:"appLinks",get:function(){return["uploadImage"]}}]),n}(p.AppRouter),pO=function(e){oO(n,e);var t=sO(n);function n(){return rO(this,n),t.apply(this,arguments)}return aO(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Qf.getInstance(t,e)}))}},{key:"name",get:function(){return"Series Application"}},{key:"channelName",get:function(){return c.SERIES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:FE}}}},{key:"newSeries",value:function(){this.layout.showChildView(k,l.createElement(tO,null))}},{key:"editSeries",value:function(e){this.layout.showChildView(k,l.createElement($E,{seriesId:e}))}},{key:"editSeriesVideos",value:function(e){this.legacyEditSeries(e)}},{key:"editSeriesSubjects",value:function(e){this.layout.showChildView(k,l.createElement(eO,{seriesId:e}))}},{key:"editSeriesAudiences",value:function(e){this.layout.showChildView(k,l.createElement(YE,{seriesId:e}))}},{key:"legacyEditSeries",value:function(e){p.LocationUtils.Redirect("/manage/legacy/series/".concat(e),!0)}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Zm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Ed,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return fO}}]),n}(p.Application);function dO(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return mO(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return mO(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function mO(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function hO(e){var t=dO(l.useState(),2),n=t[0],r=t[1],i=dO(l.useState(!1),2),a=i[0],o=i[1],c=oe.useBasicFetch(function(e,t){switch(e){case Yh.Playlists:return rh(t);case Yh.Series:return aS(t);case Yh.Videos:return Xb(t)}}(e.memberType,e.memberId)),s=Xf(u.SUBJECT);Rh(gv.getAudienceFetchOptions(e.audienceId,r),[e.audienceId]);var f=!!n&&!!c.data,p="Remove ".concat(Ll(my.singularizeMemberType(e.memberType)));return l.createElement(dp,{title:p,closePopup:e.closePopup,showLoadingSpinner:!f},f&&l.createElement(l.Fragment,null,l.createElement("div",null,l.createElement("p",null,"Are you sure you want to remove ",l.createElement("strong",null,c.data.name)," from ",l.createElement("strong",null,n.name),"?"),l.createElement("p",null,"This will not remove it from the backbone level.")),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),s.removeObjectsFromAudience(e.audienceId,[e.memberId],e.memberType,null,null,e.closePopup,e.closePopup)},buttonText:"Yes, remove this ".concat(my.singularizeMemberType(e.memberType)),isSpinnerButton:!0,showSpinner:a}]})))}function yO(e){return(yO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function vO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function bO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gO(e,t,n){return t&&bO(e.prototype,t),n&&bO(e,n),e}function SO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&EO(e,t)}function EO(e,t){return(EO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function OO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=wO(e);if(t){var i=wO(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return CO(this,n)}}function CO(e,t){return!t||"object"!==yO(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function wO(e){return(wO=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var AO,jO=function(e){SO(n,e);var t=OO(n);function n(){return vO(this,n),t.apply(this,arguments)}return gO(n,[{key:"channelName",get:function(){return c.SUBJECTS}},{key:"appRoutes",get:function(){return{"manage/subjects(/)":"subjects","manage/subjects/add-objects(/)":"addSubjectMembers","manage/subjects/new(/)":"newSubject","manage/subjects/:id/edit(/)":"editSubject","manage/subjects/:id/edit/playlists(/)":"editSubjectPlaylists","manage/subjects/:id/edit/series(/)":"editSubjectSeries","manage/subjects/:id/edit/videos(/)":"editSubjectVideos","manage/subjects/:id/classifications(/)":"subjectClassifications","manage/subjects/classifications(/)":"classifications","manage/subjects/presentations/:id/classifications(/)":"presentationClassifications","manage/subjects/presentations/:id/classifications/new(/)":"newClassification","manage/subjects/presentations/:id/classifications/:id/edit(/)":"editClassification","manage/subjects/presentations/:id/classifications/:id/edit/playlists(/)":"editClassificationPlaylists","manage/subjects/presentations/:id/classifications/:id/edit/series(/)":"editClassificationSeries","manage/subjects/presentations/:id/classifications/:id/edit/videos(/)":"editClassificationVideos","manage/subjects/levels(/)":"levels","manage/subjects/levels/new(/)":"newLevel","manage/subjects/levels/:id(/)":"level","manage/subjects/levels/:id/edit(/)":"editLevel","manage/subjects/levels/:id/edit/playlists(/)":"editLevelPlaylists","manage/subjects/levels/:id/edit/series(/)":"editLevelSeries","manage/subjects/levels/:id/edit/videos(/)":"editLevelVideos","manage/subjects/levels/:id/audiences(/)":"levelAudiences","manage/subjects/audiences(/)":"audiences","manage/subjects/presentations/:id/audiences(/)":"presentationAudiences","manage/subjects/presentations/:id/audiences/new(/)":"newAudience","manage/subjects/presentations/:id/audiences/:id/edit(/)":"editAudience","manage/subjects/presentations/:id/audiences/:id/edit/playlists(/)":"editAudiencePlaylists","manage/subjects/presentations/:id/audiences/:id/edit/series(/)":"editAudienceSeries","manage/subjects/presentations/:id/audiences/:id/edit/videos(/)":"editAudienceVideos","manage/subjects/presentations(/)":"presentations","manage/subjects/presentations/new":"newPresentation","manage/subjects/presentations/:id(/)":"editPresentation"}}},{key:"appLinks",get:function(){return["deleteClassification","removeClassificationMember","deleteSubject","removeSubjectMember","deleteAudience","removeLevelMember","removeAudienceMember","uploadImage"]}}]),n}(p.AppRouter),TO=function(e){SO(n,e);var t=OO(n);function n(){return vO(this,n),t.apply(this,arguments)}return gO(n,[{key:"initialize",value:function(){var e=this;this.subjectDataService=Qf.getInstance(u.SUBJECT,this),Ci.a.values(u).forEach((function(t){return Qf.getInstance(t,e)}))}},{key:"name",get:function(){return"Subjects Application"}},{key:"channelName",get:function(){return c.SUBJECTS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:qu,getTopNavView:this.getTopNav}}}},{key:"subjects",value:function(){this.subjectDataService.getSubjectTree((function(e){var t=!!e.children&&e.children[0];t?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_SUBJECT,args:[t.id]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT},{replace:!0})}))}},{key:"newSubject",value:function(e){var t={parentId:e.parentId};this.layout.showChildView(k,l.createElement(hE,Object.assign({key:e.parentId},t))),this.renderSubjectsLeftNav()}},{key:"editSubject",value:function(e){this.layout.showChildView(k,l.createElement(cE,{key:e,subjectId:e})),this.renderSubjectsLeftNav(e)}},{key:"editSubjectPlaylists",value:function(e,t){var n={subjectId:e,memberType:Wh.Playlists,action:i.Subjects.EDIT_SUBJECT_PLAYLISTS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(pE,Object.assign({key:"".concat(e,":playlists")},n))),this.renderSubjectsLeftNav(e)}},{key:"editSubjectSeries",value:function(e,t){var n={subjectId:e,memberType:Wh.Series,action:i.Subjects.EDIT_SUBJECT_SERIES,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(pE,Object.assign({key:"".concat(e,":series")},n))),this.renderSubjectsLeftNav(e)}},{key:"editSubjectVideos",value:function(e,t){var n={subjectId:e,memberType:Wh.Videos,action:i.Subjects.EDIT_SUBJECT_VIDEOS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(pE,Object.assign({key:"".concat(e,":videos")},n))),this.renderSubjectsLeftNav(e)}},{key:"subjectClassifications",value:function(e){this.layout.showChildView(k,l.createElement(EE,{key:e,subjectId:e})),this.renderSubjectsLeftNav(e)}},{key:"addSubjectMembers",value:function(e){var t=e.memberType,n=e.objectIds;if(t&&n){var r={memberType:t,objectIds:Array.isArray(n)?n:[n]};this.layout.showChildView(k,l.createElement(tE,Object.assign({},r))),this.hideLeftNav()}}},{key:"removeSubjectMember",value:function(e,t,n){var r=Object.assign({subjectId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(bE,Object.assign({},r)))}},{key:"deleteSubject",value:function(e){var t=e.toString()===this.currentLeftNavId.toString()?{application:c.SUBJECTS,action:i.Subjects.NEW_SUBJECT}:null,n=Object.assign({subjectId:e,routeToOnDelete:t||null},this.getPopupProps());this.layout.showChildView(I,l.createElement(iE,Object.assign({},n)))}},{key:"classifications",value:function(){var e={objectType:"classifications",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_CLASSIFICATIONS,args:[e.id]}}};this.layout.showChildView(k,l.createElement(WS,Object.assign({},e))),this.hideLeftNav()}},{key:"presentationClassifications",value:function(e){this.subjectDataService.getClassificationTree(e,(function(t){var n=!!t.children&&t.children[0];n?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_CLASSIFICATION,args:[e,n.id]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]},{replace:!0})}))}},{key:"newClassification",value:function(e,t){var n={presentationId:e,parentId:t.parentId};this.layout.showChildView(k,l.createElement(iS,Object.assign({key:t.parentId},n))),this.renderClassificationLeftNav(e)}},{key:"editClassification",value:function(e,t){var n={presentationId:e,classificationId:t};this.layout.showChildView(k,l.createElement(Qg,Object.assign({key:t},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationPlaylists",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Wh.Playlists};this.layout.showChildView(k,l.createElement(tS,Object.assign({key:"".concat(t,":playlists")},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationSeries",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Wh.Series};this.layout.showChildView(k,l.createElement(tS,Object.assign({key:"".concat(t,":series")},n))),this.renderClassificationLeftNav(e,t)}},{key:"editClassificationVideos",value:function(e,t){var n={presentationId:e,classificationId:t,memberType:Wh.Videos};this.layout.showChildView(k,l.createElement(tS,Object.assign({key:"".concat(t,":videos")},n))),this.renderClassificationLeftNav(e,t)}},{key:"removeClassificationMember",value:function(e,t,n){var r=Object.assign({classificationId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(fS,Object.assign({},r)))}},{key:"deleteClassification",value:function(e,t){var n=t===this.currentLeftNavId?{application:c.SUBJECTS,action:i.Subjects.NEW_CLASSIFICATION,args:[e]}:null,r=Object.assign({classificationId:t,routeToOnDelete:n||null},this.getPopupProps());this.layout.showChildView(I,l.createElement(Yg,Object.assign({},r)))}},{key:"levels",value:function(){this.layout.showChildView(k,l.createElement(vS,null)),this.renderLevelsLeftNav()}},{key:"newLevel",value:function(){this.layout.showChildView(k,l.createElement(bS,null)),this.renderLevelsLeftNav()}},{key:"level",value:function(e){p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_LEVEL,args:[e]},{replace:!0})}},{key:"editLevel",value:function(e){this.layout.showChildView(k,l.createElement(mS,{key:e,id:e})),this.renderLevelsLeftNav(e)}},{key:"levelAudiences",value:function(e){this.layout.showChildView(k,l.createElement(kS,{key:e,levelId:e})),this.renderLevelsLeftNav(e)}},{key:"editLevelPlaylists",value:function(e,t){var n={levelId:e,memberType:Yh.Playlists,action:i.Subjects.EDIT_LEVEL_PLAYLISTS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(xS,Object.assign({key:"".concat(e,":playlists")},n))),this.renderLevelsLeftNav(e)}},{key:"editLevelSeries",value:function(e,t){var n={levelId:e,memberType:Yh.Series,action:i.Subjects.EDIT_LEVEL_SERIES,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(xS,Object.assign({key:"".concat(e,":series")},n))),this.renderLevelsLeftNav(e)}},{key:"editLevelVideos",value:function(e,t){var n={levelId:e,memberType:Yh.Videos,action:i.Subjects.EDIT_LEVEL_VIDEOS,presentationId:null==t?void 0:t.presentationId};this.layout.showChildView(k,l.createElement(xS,Object.assign({key:"".concat(e,":videos")},n))),this.renderLevelsLeftNav(e)}},{key:"removeLevelMember",value:function(e,t,n){var r=Object.assign({levelId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(RS,Object.assign({},r)))}},{key:"audiences",value:function(){var e={objectType:"audiences",getAppLink:function(e){return{application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e.id]}}};this.layout.showChildView(k,l.createElement(WS,Object.assign({},e))),this.hideLeftNav()}},{key:"removeAudienceMember",value:function(e,t,n){var r=Object.assign({audienceId:e,memberId:t,memberType:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(hO,Object.assign({},r)))}},{key:"presentationAudiences",value:function(e){this.subjectDataService.getAudiences(e,(function(t){var n=!!t&&t[0];n?p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.EDIT_AUDIENCE,args:[e,n.masterId]},{replace:!0}):p.AppLinkHelper.trigger({application:c.SUBJECTS,action:i.Subjects.NEW_AUDIENCE,args:[e]},{replace:!0})}))}},{key:"newAudience",value:function(e){this.layout.showChildView(k,l.createElement(_g,{presentationId:e})),this.hideLeftNav()}},{key:"editAudience",value:function(e,t){var n={presentationId:e,audienceId:t};this.layout.showChildView(k,l.createElement(Tg,Object.assign({key:t},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudiencePlaylists",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Yh.Playlists};this.layout.showChildView(k,l.createElement(Fg,Object.assign({key:"".concat(t,":playlists")},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudienceSeries",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Yh.Series};this.layout.showChildView(k,l.createElement(Fg,Object.assign({key:"".concat(t,":series")},n))),this.renderAudienceLeftNav(e,t)}},{key:"editAudienceVideos",value:function(e,t){var n={presentationId:e,audienceId:t,memberType:Yh.Videos};this.layout.showChildView(k,l.createElement(Fg,Object.assign({key:"".concat(t,":videos")},n))),this.renderAudienceLeftNav(e,t)}},{key:"deleteAudience",value:function(e,t){var n={application:c.SUBJECTS,action:i.Subjects.PRESENTATION_AUDIENCES,args:[e]},r=Object.assign({id:t,routeToOnDelete:n},this.getPopupProps());this.layout.showChildView(I,l.createElement(wg,Object.assign({},r)))}},{key:"presentations",value:function(){this.layout.showChildView(k,l.createElement(qS,null)),this.hideLeftNav()}},{key:"newPresentation",value:function(){this.layout.showChildView(k,l.createElement(JS,null))}},{key:"editPresentation",value:function(e){this.layout.showChildView(k,l.createElement(FS,{key:e,id:e})),this.hideLeftNav()}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Zm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Ed,{alerts:n,removeAlert:r}))}},{key:"renderClassificationLeftNav",value:function(e,t){this.setCurrentLeftNavItem(t);var n={presentationId:e,selectedClassificationId:t};this.layout.showChildView(T,l.createElement($g,Object.assign({},n)))}},{key:"renderSubjectsLeftNav",value:function(e){this.setCurrentLeftNavItem(e),this.layout.showChildView(T,l.createElement(jE,{selectedSubjectId:e}))}},{key:"renderAudienceLeftNav",value:function(e,t){this.setCurrentLeftNavItem(t);var n={presentationId:e,selectedAudienceId:t};this.layout.showChildView(T,l.createElement(Rg,Object.assign({},n)))}},{key:"renderLevelsLeftNav",value:function(e){this.setCurrentLeftNavItem(e),this.layout.showChildView(T,l.createElement(CS,{selectedLevelId:e}))}},{key:"setCurrentLeftNavItem",value:function(e){this.currentLeftNavId=e||null}},{key:"hideLeftNav",value:function(){this.setCurrentLeftNavItem(),this.layout.hideLeftNav()}},{key:"getTopNav",value:function(e){return l.createElement(TE,{currentAppLink:e})}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return jO}}]),n}(p.Application),kO=function(e){return{url:"/api/domain/v1/themes/".concat(e),key:"themes:".concat(e)}},IO=function(e){var t="/api/domain/v1/themes",n="themes";return e&&(t+="?type=".concat(e),n+=":type:".concat(e)),{url:t,key:n}},LO=function(e,t,n,r){return{url:"/api/domain/v1/themes",key:"theme",data:e,type:ce.a.POST,invalidationKeys:"themes",success:t,error:n,always:r}},_O=function(e,t,n,r,i){return{url:"/api/domain/v1/themes/".concat(e),key:"update:theme:".concat(e),data:t,type:ce.a.PUT,success:n,error:r,always:i}},PO=function(e,t,n,r){return{url:"/api/domain/v1/themes/".concat(e),key:"delete:theme:".concat(e),type:ce.a.DELETE,invalidationKeys:"themes",success:t,error:n,always:r}},xO=function(e){return{application:c.THEMES,action:i.Themes.EDIT_THEME,args:[e.id]}};function NO(){var e=oe.useBasicFetch(IO());return e.data?l.createElement(pl,{objects:e.data,columns:[{accessor:"name",header:"Name",appLink:xO}],newObjectAppLink:{application:c.THEMES,action:i.Themes.NEW_THEME},objectName:"Theme"}):l.createElement(l.Fragment,null)}!function(e){e.Glance="glance"}(AO||(AO={}));var DO=[{key:"topLeft",label:"Top Left"},{key:"topRight",label:"Top Right"},{key:"bottomLeft",label:"Bottom Left"},{key:"bottomRight",label:"Bottom Right"}];function RO(){var e=ci();return l.createElement("div",{className:"form-group"},DO.map((function(t){var n="data.".concat(t.key);return l.createElement(cl,{label:t.label,imageType:wu.HeroBanners,fieldName:n,application:c.THEMES,uploadAction:i.Videos.UPLOAD_IMAGE,setSelectedImage:function(t){e.setFieldValue(n,{fileId:t.id,url:t.url,fileIdType:ju.ImageAPIv2})}})})))}var MO=ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),UO=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),type:ji.mixed().required("Type is required"),data:ji.mixed().when("type",{is:AO.Glance,then:ji.object().shape({topLeft:MO,topRight:MO,bottomLeft:MO,bottomRight:MO}).noUnknown(),otherwise:ji.mixed().strip(!0)}).default({})}).noUnknown();function FO(e){var t=ci(),n=function(e){switch(e){case AO.Glance:return RO;default:return}}(t.values.type);return l.createElement(vi,null,l.createElement(Kc,{label:"Name",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this theme",autoFocus:!0}),l.createElement(Kc,{as:"select",label:"Type",name:"type",id:"type",value:t.values.type},l.createElement("option",{value:null},"Select a type..."),Ci.a.getEnumKeys(AO).map((function(e){return l.createElement("option",{key:e,value:AO[e]},e)}))),!!n&&l.createElement(n,null),l.createElement("div",{className:"d-flex justify-content-between align-items-center"},l.createElement(ys,{isNew:e.isNew}),!!e.actions&&l.createElement(Cl,{actions:e.actions})))}function VO(e){var t;return l.createElement(Ai,{initialValues:e.theme,validationSchema:UO,onSubmit:e.saveTheme},l.createElement(FO,{isNew:!(null===(t=e.theme)||void 0===t?void 0:t.id),actions:e.actions}))}function BO(){var e=Object(v.useDispatch)();return l.createElement(VO,{saveTheme:function(t,n){oe.fetch(e,LO(t,(function(e){n(),p.AppLinkHelper.trigger({application:c.THEMES,action:i.Themes.EDIT_THEME,args:[e.id]})}),null,n))}})}function HO(e){var t=Object(v.useDispatch)(),n=fp(),r=oe.useBasicFetch(kO(e.id));return r.data?l.createElement(VO,{theme:r.data,saveTheme:function(r,i){oe.fetch(t,_O(e.id,r,(function(){n.success("Successfully updated theme")}),(function(){n.error("Failed to update theme")}),i))},actions:[{label:"Delete theme",className:"btn btn-danger",button:!0,appLink:{application:c.THEMES,action:i.Themes.DELETE_THEME,args:[e.id]}}]}):l.createElement(l.Fragment,null)}function zO(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return qO(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return qO(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function qO(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function JO(e){var t=Object(v.useDispatch)(),n=fp(),r=zO(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(kO(e.id));return l.createElement(dp,{title:"Delete Theme",closePopup:e.closePopup,showLoadingSpinner:!s.data},l.createElement(l.Fragment,null,l.createElement("p",null,"Are you sure you want to delete ",l.createElement("strong",null,s.data.name),"?"),l.createElement(hp,{buttons:[{variant:"link",onClick:e.closePopup,buttonText:"Cancel"},{variant:"danger",onClick:function(){o(!0),oe.fetch(t,PO(e.id,(function(){n.success("Successfully deleted theme"),p.AppLinkHelper.trigger({application:c.THEMES,action:i.Themes.THEMES})}),(function(){n.error("Failed to delete theme")})))},buttonText:"Yes, delete this theme",isSpinnerButton:!0,showSpinner:a}]})))}var $O=function(e){var t=e.children;return l.createElement(qu,null,t)};function KO(e){return(KO="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function WO(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function YO(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function GO(e,t,n){return t&&YO(e.prototype,t),n&&YO(e,n),e}function ZO(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&QO(e,t)}function QO(e,t){return(QO=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function XO(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=tC(e);if(t){var i=tC(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return eC(this,n)}}function eC(e,t){return!t||"object"!==KO(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function tC(e){return(tC=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var nC=function(e){ZO(n,e);var t=XO(n);function n(){return WO(this,n),t.apply(this,arguments)}return GO(n,[{key:"channelName",get:function(){return c.THEMES}},{key:"appRoutes",get:function(){return{"manage/themes(/)":"themes","manage/themes/new(/)":"newTheme","manage/themes/:id(/)":"editTheme"}}},{key:"appLinks",get:function(){return["deleteTheme","uploadImage"]}}]),n}(p.AppRouter),rC=function(e){ZO(n,e);var t=XO(n);function n(){return WO(this,n),t.apply(this,arguments)}return GO(n,[{key:"name",get:function(){return"Themes Application"}},{key:"channelName",get:function(){return c.THEMES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:$O}}}},{key:"themes",value:function(){this.layout.showChildView(k,l.createElement(NO,null))}},{key:"newTheme",value:function(){this.layout.showChildView(k,l.createElement(BO,null))}},{key:"editTheme",value:function(e){this.layout.showChildView(k,l.createElement(HO,{id:e}))}},{key:"deleteTheme",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(JO,{id:e,closePopup:function(){return t.layout.closePopup()}}))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Zm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}}],[{key:"router",get:function(){return nC}}]),n}(qf),iC=function(e){var t=e.children;return l.createElement(qu,null,t)},aC=function(e,t){var n=c.VIDEOS,r=i.Videos,a=[{label:"Edit Video Details",appLink:{application:n,action:r.EDIT_VIDEO,args:[t]}}];return Bp(e)?[].concat(a,[{label:"Backbone Classifications",appLink:{application:n,action:r.EDIT_VIDEO_SUBJECTS,args:[t]}},{label:"Audiences",appLink:{application:n,action:r.EDIT_VIDEO_AUDIENCES,args:[t]}},{label:"Aliases",appLink:{application:n,action:r.EDIT_VIDEO_ALIASES,args:[t]}}]):a};function oC(e){var t,n=aC(e.currentUser,e.videoId);return n.length<2?l.createElement(l.Fragment,null):l.createElement("div",{className:"py-2"},l.createElement(Dl,{tabs:n,isItemActive:(t=e.activeAction,function(e){return e.appLink.action===t})}))}var cC,sC,uC=ji.object().shape({name:ji.string().trim().max(255,"Name is too long").required("Name is required").default(""),description:ji.string().trim().default(""),status:ji.mixed().required("Status is required"),productionYear:ji.number().min(1900),rating:ji.object().shape({id:ji.string()}).default({}).noUnknown(),thumbnail:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),heroBanner:ji.object().shape({fileId:ji.string(),fileIdType:ji.mixed(),url:ji.string()}).default({}).noUnknown(),glance:ji.object().shape({theme:ji.string(),format:ji.mixed(),content:ji.string(),type:ji.mixed()}).default({}).noUnknown()}).noUnknown();!function(e){e[e.Draft=0]="Draft",e[e.Published=1]="Published",e[e.Archived=2]="Archived",e[e.Pending=3]="Pending",e[e.Rejected=4]="Rejected",e[e.Processing=5]="Processing"}(cC||(cC={})),function(e){e.Markdown="text/markdown"}(sC||(sC={}));var lC=n(52),fC=n.n(lC),pC=n(31);function dC(e){return f.a.createElement("div",Object.assign({},e,{role:"button",tabIndex:0,className:"".concat(e.className?e.className:""," cursor-pointer"),onKeyDown:e.onKeyDown?e.onKeyDown:function(t){return"Enter"===t.key&&e.onClick(t)},onClick:e.onClick,style:e.style?e.style:{}}),e.children)}var mC=n(53),hC=n.n(mC);function yC(e){var t=e.tag,n=e.appLink,r=e.onClick,i=e.disabled,a=e.tagClass,o=void 0===a?"tag":a,c=t.name.toLowerCase(),s="badge-pill py-1 px-2 my-1 mr-1 ".concat(o);return!n&&!r||i||(s+=" cursor-pointer"),i&&(s+=" "+hC.a.disabled),n?f.a.createElement(gu,{onClick:r,appLink:n,className:s,title:c},f.a.createElement("span",{className:"text-truncate text-nowrap"},c)):f.a.createElement("span",{onClick:r,className:s,title:c},f.a.createElement("span",{className:"text-truncate text-nowrap"},c))}function vC(e){var t=e.tags,n=e.getAppLink;return t&&t.data?f.a.createElement("div",{className:hC.a.tagList},t.data.map((function(e){var t=m(n)?n(e):null;return f.a.createElement(yC,{key:e.id,tag:e,appLink:t})}))):f.a.createElement(f.a.Fragment,null)}var bC=n(26),gC=n.n(bC);function SC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return EC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return EC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function EC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var OC;function CC(e){var t,n,r,i=SC(l.useState(""),2),a=i[0],o=i[1];if(l.useEffect((function(){if(e.hasGlanceData){var t=lC(e.video.glance.content).split('a href="cv-tag://').join('a class="badge-pill tag mr-1 my-1 px-2 py-1" href="cv-tag://');o(t)}}),[null===(t=e.video.glance)||void 0===t?void 0:t.content]),!e.hasGlanceData&&e.hasDetails)return e.onClickShowDescription&&e.onClickShowDescription(),l.createElement(l.Fragment,null);return l.createElement("div",{className:"rounded border px-5 py-3 mb-3 position-relative d-flex justify-content-center ".concat(gC.a.container," ").concat((r=null===(n=e.theme)||void 0===n?void 0:n.name.toLowerCase(),r===OC.Maths?gC.a.bgBlue:r===OC.English?gC.a.bgPink:r===OC.History?gC.a.bgYellow:gC.a.bgGreen))},l.createElement("div",{className:"".concat(gC.a.content)},l.createElement("h2",{className:"h4"},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"videoAtAGlance"})),e.hasDetails&&e.onClickShowDescription&&l.createElement(dC,{onClick:e.onClickShowDescription,className:"".concat(gC.a.detailsBtn," position-absolute cursor-pointer mr-4 font-weight-500 text-info")},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"readFullDescription"})),l.createElement("div",{className:"position-relative",onClick:function(t){t.preventDefault();var n=t.target.getAttribute("href");if(n)if(n.includes("cv-timestamp://")){var r=n.split("cv-timestamp://")[1];e.setStartTime&&e.setStartTime(pC.a.convertDurationToSeconds(r))}else if(n.includes("cv-tag://")&&e.getTagAppLink){var i=n.split("cv-tag://")[1];p.AppLinkHelper.trigger(e.getTagAppLink(i))}else;},dangerouslySetInnerHTML:{__html:a}}),function(){var t,n,r;return(null===(n=null===(t=e.video.tags)||void 0===t?void 0:t.data)||void 0===n?void 0:n.length)?l.createElement("div",{className:"py-1"},l.createElement(vC,{tags:null===(r=e.video)||void 0===r?void 0:r.tags,getAppLink:function(t){return e.getTagAppLink?e.getTagAppLink(t.name):null}})):l.createElement(l.Fragment,null)}(),l.createElement("div",{className:"mt-2"},e.hasCurriculumLinks&&e.onClickShowCurriculumLinks&&l.createElement(dC,{onClick:e.onClickShowCurriculumLinks,className:"cursor-pointer d-inline-block font-weight-500 text-info"},l.createElement(hs,{namespace:"shared.videoAtAGlance",phrase:"seeCurriculumLinks"})))),function(){var t;return Ci.a.keys(null===(t=e.theme)||void 0===t?void 0:t.data).filter((function(t){var n;return!Ci.a.isEmpty(null===(n=e.theme)||void 0===n?void 0:n.data[t])})).map((function(t){var n,r,i,a;return l.createElement("div",{key:null===(r=null===(n=e.theme)||void 0===n?void 0:n.data[t])||void 0===r?void 0:r.fileId,className:"".concat(gC.a[t]," ").concat(gC.a.background),style:{backgroundImage:"url('".concat(Mu.createUrl(null===(a=null===(i=e.theme)||void 0===i?void 0:i.data[t])||void 0===a?void 0:a.url,{format:"png"}),"')")}})}))}())}function wC(e){var t,n,r,i,a,o=ci(),c=e.themes.find((function(e){var t;return e.name===(null===(t=o.values.glance)||void 0===t?void 0:t.theme)})),s=(null===(t=o.values.glance)||void 0===t?void 0:t.format)===sC.Markdown&&(null===(n=o.values.glance)||void 0===n?void 0:n.content)&&c;return l.createElement("div",{className:"form-group p-2 border"},l.createElement("div",{className:"border-bottom mb-2"},l.createElement("label",null,"Video at a Glance")),l.createElement(Kc,{as:"select",label:"Theme",name:"glance.theme",id:"glance.theme",value:null===(r=o.values.glance)||void 0===r?void 0:r.theme},l.createElement("option",{value:null},"Select a theme..."),e.themes.map((function(e){return l.createElement("option",{key:e.id,value:e.name},e.name)}))),l.createElement(Kc,{as:"select",label:"Format",name:"glance.format",id:"glance.format",value:null===(i=o.values.glance)||void 0===i?void 0:i.format},l.createElement("option",{value:null},"Select a format..."),Ci.a.getEnumKeys(sC).map((function(e){return l.createElement("option",{key:e,value:sC[e]},e)}))),l.createElement(Kc,{label:"Content",as:"textarea",name:"glance.content",id:"glance.content",value:null===(a=o.values.glance)||void 0===a?void 0:a.content}),s&&l.createElement("div",{className:"form-group"},l.createElement("label",null,"Preview"),l.createElement(CC,{theme:c,video:{glance:o.values.glance,tags:e.tags},hasGlanceData:!0})))}function AC(e){switch(e){case cC.Published:return"badge-success";case cC.Archived:return"badge-danger";case cC.Draft:return"badge-warning";case cC.Pending:return"badge-info";case cC.Rejected:return"badge-dark";default:return"badge-secondary"}}function jC(e){var t=ci(),n=!!e.rightslineId,r=Bp(e.currentUser);return l.createElement(vi,null,n&&l.createElement(Kc,{label:"Rightsline ID",name:"rightslineId",id:"rightslineId",value:e.rightslineId,disabled:!0}),l.createElement(Kc,{label:"Name",type:"text",name:"name",id:"name",value:t.values.name,placeholder:"Enter a name for this video",disabled:n,autoFocus:!0}),l.createElement("div",{className:"form-group"},l.createElement("label",null,"Status"),l.createElement("div",null,l.createElement("span",{className:"badge ".concat(AC(t.values.status))},cC[t.values.status]))),l.createElement(Kc,{label:"Description",as:"textarea",name:"description",id:"description",value:t.values.description,placeholder:"Describe this video here",disabled:n,showCharacterCounter:!0}),l.createElement(Kc,{label:"Production Year",type:"number",name:"productionYear",id:"productionYear",value:t.values.productionYear,disabled:n}),l.createElement(jl,{ratings:e.ratings,disabled:n}),l.createElement(cl,{imageType:wu.Thumbnails,fieldName:"thumbnail",application:c.VIDEOS,uploadAction:i.Videos.UPLOAD_IMAGE}),l.createElement(cl,{imageType:wu.HeroBanners,fieldName:"heroBanner",application:c.VIDEOS,uploadAction:i.Videos.UPLOAD_IMAGE}),r&&l.createElement(wC,{themes:e.themes,tags:e.tags}),l.createElement(ys,{isNew:!e.id}))}function TC(e,t){if(e)return t?Object.assign(Object.assign({},e),t):e}function kC(e){var t;return l.createElement(Ai,{initialValues:TC(e.video,e.rightslineVideo),validationSchema:uC,onSubmit:e.saveVideo,allowInitialSubmit:!!e.rightslineVideo},l.createElement(jC,{id:e.video&&e.video.id,ratings:e.ratings,themes:e.themes,tags:null===(t=e.video)||void 0===t?void 0:t.tags,currentUser:e.currentUser,rightslineId:e.rightslineId}))}function IC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return LC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return LC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function LC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _C(e){var t,n=Object(v.useDispatch)(),r=IC(l.useState(!1),2),a=r[0],o=r[1],s=oe.useBasicFetch(Xb(e.videoId)),u=oe.useBasicFetch(tg(e.videoId)),f=oe.useBasicFetch(VE()),p=oe.useBasicFetch(IO(AO.Glance)),d=oe.useBasicFetch(jp());var m,h=!!s.data&&!!f.data&&!!p.data&&!!d.data&&u.isComplete;return l.createElement(l.Fragment,null,!!d.data&&l.createElement(oC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO,currentUser:d.data}),!!u.data&&l.createElement("div",{className:"pt-3 text-right"},l.createElement(ki.Button,{variant:"outline-dark",size:"sm",onClick:function(){u.isFetching||(o(!0),oe.fetch(n,tg(e.videoId)))}},"Sync from Rightsline")),h&&l.createElement(kC,{video:s.data,saveVideo:function(t,r){oe.fetch(n,ng(e.videoId,t,null,null,r))},ratings:f.data,themes:p.data,currentUser:d.data,rightslineId:null===(t=u.data)||void 0===t?void 0:t.rightslineId,rightslineVideo:a&&u.data}),l.createElement("div",{className:"py-3 text-right"},"Can't find what you're looking for? Try the old edit video page ",l.createElement(gu,{className:"info-link",appLink:(m=e.videoId,{application:c.VIDEOS,action:i.Videos.LEGACY_EDIT_VIDEO,args:[m]})},"here"),"."))}function PC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return xC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return xC(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function NC(e){var t=PC(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(Xb(e.videoId)),o=oe.useBasicFetch(jp()),c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};Rh(gv.getObjectLevelsFetchOptions(e,Wh.Videos,r("videoLevels")),[e]),Rh(gv.getObjectAudiencesFetchOptions(e,Wh.Videos,r("videoAudiences")),[e,t.videoLevels]),_h([gv.getPresentationsFetchOptions(r("presentations")),gv.getLevelsFetchOptions(r("levels"))],[]),Rh(!!t.currentPresentation&&gv.getAudiencesFetchOptions(t.currentPresentation.id,r("presentationAudiences")),[t.currentPresentation],!!t.currentPresentation)}(e.videoId,n,r),Db(n,r);var s=!!(n.presentations&&n.levels&&n.presentationAudiences&&n.videoLevels&&n.videoAudiences);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(oC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_AUDIENCES,currentUser:o.data}),l.createElement(wl,{object:a.data}),!!s&&l.createElement(kv,{objectLevels:n.videoLevels,objectAudiences:n.videoAudiences,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Mh(r,"currentPresentation"),levels:n.levels,presentationAudiences:n.presentationAudiences,memberType:Wh.Videos,saveLevels:function(t,n,r){return c.updateObjectLevels(e.videoId,t,Wh.Videos,n,r,r)},saveAudiences:function(t,r){return c.updateObjectAudiences(e.videoId,n.currentPresentation.id,t,Wh.Videos,r,r)}}))}function DC(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||MC(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function RC(e){return function(e){if(Array.isArray(e))return UC(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||MC(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function MC(e,t){if(e){if("string"==typeof e)return UC(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?UC(e,t):void 0}}function UC(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function FC(e){var t=DC(l.useState({}),2),n=t[0],r=t[1],a=oe.useBasicFetch(Xb(e.videoId)),o=oe.useBasicFetch(jp()),c=Xf(u.SUBJECT);!function(e,t,n){var r=function(e){return Mh(n,e)};_h([gv.getSubjectTreeFetchOptions(r("subjectTree")),gv.getPresentationsFetchOptions(r("presentations"))],[]),Rh(gv.getObjectSubjectsFetchOptions(e,Wh.Videos,r("videoSubjects")),[e]),Rh(!!t.currentPresentation&&gv.getClassificationTreeFetchOptions(t.currentPresentation.id,r("classificationTree")),[t.currentPresentation],!!t.currentPresentation),l.useEffect((function(){return r("subjectClassifications")([])}),[t.videoSubjects]);var i=function(e,t){return[].concat(RC(t.subjectClassifications||[]),RC(e))},a=t.videoSubjects&&t.videoSubjects.map((function(e){return gv.getSubjectClassificationFetchOptions(e.id,Mh(n,"subjectClassifications",i))}));_h(a,[t.videoSubjects],!!a),Rh(gv.getObjectClassificationsFetchOptions(e,Wh.Videos,r("videoClassifications")),[e,t.videoSubjects])}(e.videoId,n,r),Db(n,r);var s=!!(n.videoSubjects&&n.subjectTree&&n.presentations&&n.classificationTree&&n.videoClassifications&&n.subjectClassifications);return l.createElement(l.Fragment,null,!!o.data&&l.createElement(oC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_SUBJECTS,currentUser:o.data}),l.createElement(wl,{object:a.data}),s&&l.createElement(hb,{objectSubjects:n.videoSubjects,subjectTree:n.subjectTree,memberType:Wh.Videos,presentations:n.presentations,currentPresentation:n.currentPresentation,setCurrentPresentation:Mh(r,"currentPresentation"),objectClassifications:n.videoClassifications,objectSubjectClassifications:n.subjectClassifications,classificationTree:n.classificationTree,saveSubjects:function(t,n,r){return c.updateObjectSubjects(e.videoId,t,Wh.Videos,n,r,r)},saveClassifications:function(t,r){return c.updateObjectClassifications(e.videoId,n.currentPresentation.id,t,Wh.Videos,r,r)}}))}!function(e){e.Maths="maths",e.English="english",e.History="history"}(OC||(OC={}));var VC=function(e){return{key:"aliases:".concat(e),url:"/api/master/v2/objects/".concat(e,"/aliases")}},BC=function(e,t,n,r){return{key:"create:alias",url:"/api/master/v2/objects/".concat(e,"/aliases"),type:ce.a.POST,invalidationKeys:"aliases:".concat(e),data:t,success:n,error:r}},HC=function(e,t,n,r){return{key:"delete:alias",url:"/api/domain/v2/objects/".concat(e,"/aliases/").concat(t),type:ce.a.DELETE,invalidationKeys:"aliases:".concat(e),success:n,error:r}};function zC(e){var t=Object(v.useDispatch)(),n=fp(),r=oe.useBasicFetch(VC(e.videoId)),a=oe.useBasicFetch(jp());return r.data?l.createElement(l.Fragment,null,!!a.data&&l.createElement(oC,{videoId:e.videoId,activeAction:i.Videos.EDIT_VIDEO_ALIASES,currentUser:a.data}),l.createElement(Ef,{aliases:r.data.data,onSave:function(r,i){oe.fetch(t,BC(e.videoId,r,(function(){n.success("Successfully created alias"),i()}),(function(){n.error("Something went wrong creating your alias")})))},onDelete:function(r){oe.fetch(t,HC(e.videoId,r,(function(){n.success("Successfully deleted alias")}),(function(){n.error("Something went wrong deleting your alias")})))}})):l.createElement(l.Fragment,null,"Loading...")}function qC(e){return(qC="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function JC(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $C(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function KC(e,t,n){return t&&$C(e.prototype,t),n&&$C(e,n),e}function WC(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&YC(e,t)}function YC(e,t){return(YC=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function GC(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=QC(e);if(t){var i=QC(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return ZC(this,n)}}function ZC(e,t){return!t||"object"!==qC(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function QC(e){return(QC=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var XC,ew,tw=function(e){WC(n,e);var t=GC(n);function n(){return JC(this,n),t.apply(this,arguments)}return KC(n,[{key:"channelName",get:function(){return c.VIDEOS}},{key:"appRoutes",get:function(){return{"manage/videos/:id(/)":"editVideo","manage/videos/:id/audiences(/)":"editVideoAudiences","manage/videos/:id/classifications(/)":"editVideoSubjects","manage/videos/:id/aliases(/)":"editVideoAliases","tools/programlookup/:id":"legacyEditVideo"}}},{key:"appLinks",get:function(){return["uploadImage"]}}]),n}(p.AppRouter),nw=function(e){WC(n,e);var t=GC(n);function n(){return JC(this,n),t.apply(this,arguments)}return KC(n,[{key:"initialize",value:function(){var e=this;Ci.a.values(u).forEach((function(t){return Qf.getInstance(t,e)}))}},{key:"name",get:function(){return"Videos Application"}},{key:"channelName",get:function(){return c.VIDEOS}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT,options:{provider:iC,alertRegion:L}}}},{key:"editVideo",value:function(e){this.layout.showChildView(k,l.createElement(_C,{videoId:e}))}},{key:"editVideoAudiences",value:function(e){this.layout.showChildView(k,l.createElement(NC,{videoId:e}))}},{key:"editVideoSubjects",value:function(e){this.layout.showChildView(k,l.createElement(FC,{videoId:e}))}},{key:"editVideoAliases",value:function(e){this.layout.showChildView(k,l.createElement(zC,{videoId:e}))}},{key:"legacyEditVideo",value:function(e){p.LocationUtils.Redirect("/tools/programlookup/".concat(e))}},{key:"uploadImage",value:function(e){var t=this;this.layout.showChildView(I,l.createElement(Zm,{imageType:e,popupSize:"lg",closePopup:function(){return t.layout.closePopup()}}))}}],[{key:"router",get:function(){return tw}}]),n}(qf);function rw(e){return(rw="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function iw(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&aw(e,t)}function aw(e,t){return(aw=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ow(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=sw(e);if(t){var i=sw(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return cw(this,n)}}function cw(e,t){return!t||"object"!==rw(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function sw(e){return(sw=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function uw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function lw(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function fw(e,t,n){return t&&lw(e.prototype,t),n&&lw(e,n),e}!function(e){e.UPDATE="UPDATE_VIEW_MODEL"}(XC||(XC={})),function(e){e.LocalStorage="localStorage",e.SessionStorage="sessionStorage"}(ew||(ew={}));var pw=function(){function e(t){if(uw(this,e),this.cachePrefix="_cv:",this.expireTime=3600,this.hasSupport=this.hasBrowserSupport(),this.type=t.type,this.hasSupport)try{this.storage=window[this.type]}catch(e){}}return fw(e,[{key:"get",value:function(e){if(this.hasSupport){var t=this.storage.getItem(e);try{return JSON.parse(t)}catch(e){return t}}}},{key:"set",value:function(e,t){if(this.hasSupport)try{return this.storage.removeItem(e),"string"!=typeof t?(this.storage.setItem(e,JSON.stringify(t)),!0):(this.storage.setItem(e,t),!0)}catch(e){return!1}}},{key:"remove",value:function(e){if(this.hasSupport)return this.storage.removeItem(e)}},{key:"length",value:function(){if(this.hasSupport)return this.storage.length}},{key:"clear",value:function(){if(this.hasSupport)return this.storage.clear()}},{key:"cacheSet",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.expireTime;this.cacheClean();var r={time:this.getCurrentTime()+1e3*n,data:null!=t&&t};return this.set("".concat(this.cachePrefix).concat(e),r)}},{key:"cacheGet",value:function(e){var t="".concat(this.cachePrefix).concat(e),n=this.get(t);return n?this.isExpired(n)?(this.remove(t),null):n.data:null}},{key:"cacheExists",value:function(e){var t="".concat(this.cachePrefix).concat(e),n=this.get(t);return!!n&&(!this.isExpired(n)||(this.remove(t),!1))}},{key:"cacheRemove",value:function(e){return this.remove("".concat(this.cachePrefix).concat(e))}},{key:"cacheFlush",value:function(){this.cacheClean()}},{key:"cacheClean",value:function(){if(this.hasSupport)for(var e=0;e<this.storage.length;e++){var t=this.storage.key(e);if(0===t.indexOf(this.cachePrefix)){var n=this.get(t);n&&n.time&&this.isExpired(n)&&this.remove(t)}}}},{key:"isExpired",value:function(e){return e.time<this.getCurrentTime()}},{key:"getCurrentTime",value:function(){return(new Date).getTime()}},{key:"hasBrowserSupport",value:function(){try{return this.type in window&&null!==window[this.type]}catch(e){return!1}}}]),e}(),dw=function(e){iw(n,e);var t=ow(n);function n(){return uw(this,n),t.apply(this,arguments)}return fw(n,null,[{key:"Instance",get:function(){return this.instance||(this.instance=new this({type:ew.LocalStorage}))}}]),n}(pw),mw=function(e){iw(n,e);var t=ow(n);function n(){return uw(this,n),t.apply(this,arguments)}return fw(n,null,[{key:"Instance",get:function(){return this.instance||(this.instance=new this({type:ew.SessionStorage}))}}]),n}(pw),hw=dw.Instance,yw=mw.Instance;var vw=function(e,t,n){var r,i=(r=null==n?void 0:n.storage)?r===ew.SessionStorage?yw:hw:null,a=Object(v.useDispatch)(),o=Object(v.useSelector)((function(t){return t.viewModelData[e]})),c=void 0!==t&&void 0===o;if(c)u(t);else if(i&&void 0===o){var s=i.get(e);u("undefined"===s?null:s)}function u(t,n){i&&function(t,n){if(!i)return;var r=i.get(e);if("string"==typeof t&&void 0!==n)return void i.set(e,Object.assign(Object.assign({},r),{dataOrKey:n}));i.set(e,t)}(t,n),a({type:XC.UPDATE,payload:{viewModelKey:e,dataOrKey:t,keyData:n}})}return c?[t,u]:[null!=o?o:void 0,u]},bw="release:notes:config",gw=[{id:"798",name:"Monorepo"},{id:"109",name:"Online"},{id:"822",name:"Lite"},{id:"534",name:"Library Editor"},{id:"62",name:"Curator"}];function Sw(e){var t=ci(),n=Gc(t),r="798"===t.values.project;return f.a.useEffect((function(){e.getMilestones(t.values.project),r&&e.getBranchNames(t.values.project)}),[t.values.project]),f.a.useEffect((function(){t.setFieldValue("milestone",Tp.a.first(e.milestones))}),[e.milestones]),f.a.useEffect((function(){t.setFieldValue("branchName",Tp.a.first(e.branchNames))}),[e.branchNames]),f.a.createElement(vi,null,f.a.createElement(Kc,{as:"select",label:"Project",name:"project",id:"project",value:t.values.project},gw.map((function(e){return f.a.createElement("option",{key:e.id,value:e.id},e.name)}))),f.a.createElement(Kc,{as:"select",label:"Milestone",name:"milestone",id:"milestone",value:t.values.milestone,disabled:!e.milestones.length},e.milestones.map((function(e){return f.a.createElement("option",{key:e,value:e},e)}))),r&&f.a.createElement(Kc,{as:"select",label:"Branch Name",name:"branchName",id:"branchName",value:t.values.branchName,disabled:!e.branchNames.length},e.branchNames.map((function(e){return f.a.createElement("option",{key:e,value:e},e)}))),f.a.createElement("div",{className:"d-flex justify-content-between"},f.a.createElement(vf,{showSpinner:t.isSubmitting,type:"submit",disabled:!n},"Generate")))}var Ew="U_Jxes3Htv-xiaDX5wfn",Ow="https://gitlab.cvinternal.net/api/v4",Cw=function(e,t){return{key:"milestones:".concat(e),url:_u("".concat(Ow,"/projects/").concat(e,"/milestones"),{private_token:Ew}),normalize:!1,formatData:function(e){return e.map((function(e){return e.title}))},success:t}},ww=function(e,t){return{key:"branch:names:".concat(e),url:_u("".concat(Ow,"/projects/").concat(e,"/repository/branches"),{private_token:Ew,per_page:50}),normalize:!1,formatData:function(e){return e.map((function(e){return e.name}))},success:t}},Aw=function(e,t,n,r){return{key:"merge:requests:".concat(e,":").concat(t,":").concat(n),url:_u("".concat(Ow,"/projects/").concat(e,"/merge_requests"),{private_token:Ew,milestone:t,state:"merged",per_page:50,page:n}),success:r}},jw=function(e,t,n){return{key:"file:paths:".concat(t,":").concat(e),url:_u("".concat(Ow,"/projects/").concat(e,"/search"),{scope:"blobs",search:t,private_token:Ew}),normalize:!1,formatData:function(e){return e.filter((function(e){return e.filename.includes(t)}))},success:n}},Tw=function(e,t,n,r){return{key:"file:".concat(e,":").concat(t,":").concat(n),url:_u("".concat(Ow,"/projects/").concat(e,"/repository/files/").concat(encodeURIComponent(t),"/raw"),{ref:n,private_token:Ew}),normalize:!1,formatData:function(e){return JSON.parse(e)},success:r}},kw=ji.object().shape({project:ji.string().required("Project is required").default(""),milestone:ji.string().required("Milestone is required").default(""),branchName:ji.string().when("project",(function(e,t){return"798"===e?t.required("Branch name is required"):t})).default("")}).noUnknown();function Iw(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Lw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lw(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Lw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var _w={project:Tp.a.first(gw).id};function Pw(){var e=Iw(f.a.useState([]),2),t=e[0],n=e[1],r=Iw(f.a.useState([]),2),a=r[0],o=r[1],s=Iw(vw(bw),2)[1],u=Object(v.useDispatch)();return f.a.createElement(f.a.Fragment,null,f.a.createElement("h4",{className:"py-2"},"Generate Release Notes"),f.a.createElement(Ai,{initialValues:_w,onSubmit:function(e){s(e),p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.GENERATOR})},validationSchema:kw},f.a.createElement(Sw,{getMilestones:function(e){n([]),oe.fetch(u,Cw(e,n))},milestones:t,getBranchNames:function(e){o([]),oe.fetch(u,ww(e,o))},branchNames:a})))}var xw=n(213),Nw=/#*/;function Dw(e){return e=e.replace("-"," "),e="## "+(e=(e=Ll(e)).replace(Nw,"").trim())}function Rw(e){var t=e.toLowerCase();return"## notes"===t||"## dependencies"===t}function Mw(e){return e=e.replace("-"," "),e=Ll(e)}function Uw(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return Fw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Fw(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return o=e.done,e},e:function(e){c=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(c)throw a}}}}function Fw(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Vw=["# online","# curator","# library editor","# lite","# styles","# tooling","# analytics","# common","# shared","# player"];function Bw(e){for(var t={name:"",changes:""},n=0;t.name||n<e.length;n++){var r=e[n];if(!r)break;if("#"===r){var i=e.indexOf("\n",n),a=e.slice(n,i);Vw.includes(a.toLowerCase().trim())&&(t.name=Ll(a.replace("#","").trim()),e=e.slice(i),n=-1)}}for(var o=0;!t.changes&&o<e.length;o++){if(o+1===e.length){t.changes=e,e="";break}if("#"===e[o]&&"#"!==e[o+1]){var c=e.indexOf("\n",o),s=e.slice(o,c);Vw.includes(s.toLowerCase().trim())&&(t.changes=e.slice(0,o),e=e.slice(o),o=-1)}}return{section:t,remainingDescription:e}}function Hw(e){var t,n={},r=Uw(e);try{for(r.s();!(t=r.n()).done;)for(var i=t.value;i;){var a=Bw(i),o=a.section;if(i=a.remainingDescription,!o.name)break;n[o.name]||(n[o.name]=[]),n[o.name].push(o.changes)}}catch(e){r.e(e)}finally{r.f()}var c={};return Object.keys(n).forEach((function(e){var t,r;c[e]=(t=n[e],r={},t.forEach((function(e){for(var t=e.split("");t&&t.length;){for(var n=0;n<t.length&&t.length!==n+1;n++)if("#"===t[n]&&"#"===t[n+1]){var i=t.indexOf("\n",n),a=Mw(t.slice(n,i).join(""));r[a]||(r[a]="");for(var o=i;o<t.length;o++){if(t.length===o+1){var c=t.slice(i+1).join("");r[a]+=c,t=[];break}if("#"===t[o]&&"#"===t[o+1]){var s=t.slice(i+1,o).join("");if(!s.length){t=t.slice(o),n=-1;break}r[a]+=s,t=t.slice(o),n=-1;break}}r[a]+="\n"}break}})),Object.keys(r).reduce((function(e,t){return e+=t+"\n",e+=r[t]+"\n"}),""))})),Object.keys(c).reduce((function(e,t){return e+="\n",e+="\n# ".concat(t),e+="\n".concat(c[t])}),"")}var zw=n(214),qw=n.n(zw);function Jw(e){return function(e){if(Array.isArray(e))return Ww(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||Kw(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $w(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,i=!1,a=void 0;try{for(var o,c=e[Symbol.iterator]();!(r=(o=c.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(i)throw a}}return n}(e,t)||Kw(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kw(e,t){if(e){if("string"==typeof e)return Ww(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ww(e,t):void 0}}function Ww(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Yw(){var e=$w(f.a.useState(!0),2),t=e[0],n=e[1],r=$w(f.a.useState(1),2),a=r[0],o=r[1],s=$w(f.a.useState([]),2),u=s[0],l=s[1],d=$w(f.a.useState([]),2),m=d[0],h=d[1],y=$w(f.a.useState(!0),2),b=y[0],g=y[1],S=$w(f.a.useState(""),2),E=S[0],O=S[1],C=$w(f.a.useState("Copy"),2),w=C[0],A=C[1],j=$w(vw(bw),1)[0],T=j&&"798"===j.project,k=Object(v.useDispatch)();return f.a.useEffect((function(){if(j){var e=j.project,t=j.milestone;oe.fetch(k,Aw(e,t,a,(function(e){l([].concat(Jw(u),Jw(e))),50===e.length?o(a+1):n(!1)})))}}),[a]),f.a.useEffect((function(){if(!(t||T&&b)){var e=u.map((function(e){return e.description.replace("\r\n","\n").replace("\r","")})),n=T?function(e,t){var n=function(e){var t="# Final Package Versions\n\n| Package | Version |\n| ------------------------- | ------------------------ |\n| @clickview/analytics | <analytics-version> |\n| @clickview/styles | <styles-version> |\n| @clickview/tooling | <tooling-version> |\n| @clickview/curator | <curator-version> |\n| @clickview/library-editor | <library-editor-version> |\n| @clickview/lite | <lite-version> |\n| @clickview/online | <online-version> |\n| @clickview/player | <player-version> |\n";return e.forEach((function(e){var n=e.name,r=e.version;r&&(t=t.replace("<".concat(n.replace("@clickview/",""),"-version>"),r))})),t}(t),r=Hw(e);return"".concat(n,"\n").concat(r)}(e,m):function(e){var t={};return e.forEach((function(e){for(var n=e.split("");;){var r=!1;if(!n||!n.length)break;for(var i=0;i<n.length&&n.length!==i+1;i++)if("#"===n[i]){var a=n.indexOf("\n",i),o=Dw(n.slice(i,a).join(""));t[o]||(Rw(o)?r=!0:t[o]="");for(var c=a;c<n.length;c++){if(n.length===c+1){if(r){r=!1,n=[];break}var s=n.slice(a+1).join("");t[o]+=s,n=[];break}if("#"===n[c]){if(r){r=!1,n=n.slice(c),i=-1;break}var u=n.slice(a+1,c).join("");if(!u.length){n=n.slice(c),i=-1;break}t[o]+=u,n=n.slice(c),i=-1;break}}t[o]?t[o]+="\n":delete t[o]}break}})),Object.keys(t).reduce((function(e,n){return t[n]?(e+=n+"\n",e+=t[n]+"\n"):e}),"")}(e);O(n)}}),[t,b]),f.a.useEffect((function(){if(j&&T){var e=[];oe.fetch(k,jw(j.project,"package.json",(function(t){var n,r=function(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=Kw(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,c=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return o=e.done,e},e:function(e){c=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(c)throw a}}}}(t);try{for(r.s();!(n=r.n()).done;){var i=n.value;oe.fetch(k,Tw(j.project,i.path,j.branchName,(function(n){e.push(n),e.length===t.length&&(h(e),g(!1))})))}}catch(e){r.e(e)}finally{r.f()}})))}}),[]),j?f.a.createElement(f.a.Fragment,null,E?f.a.createElement("div",{className:"position-relative border rounded p-3"},f.a.createElement(xw,{onCopy:function(){return A("Copied")},text:E},f.a.createElement("button",{className:"btn btn-outline-dark ".concat(qw.a.copyBtn)},w)),f.a.createElement("div",{dangerouslySetInnerHTML:{__html:fC()(E)}})):t?"Fetching merge requests..":"Merging descriptions.."):(p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.FORM}),f.a.createElement(f.a.Fragment,null))}function Gw(e){return(Gw="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Zw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qw(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Xw(e,t,n){return t&&Qw(e.prototype,t),n&&Qw(e,n),e}function eA(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&tA(e,t)}function tA(e,t){return(tA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function nA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=iA(e);if(t){var i=iA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return rA(this,n)}}function rA(e,t){return!t||"object"!==Gw(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function iA(e){return(iA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var aA,oA=function(e){eA(n,e);var t=nA(n);function n(){return Zw(this,n),t.apply(this,arguments)}return Xw(n,[{key:"channelName",get:function(){return c.RELEASE_NOTES}},{key:"appRoutes",get:function(){return{"developer/release-notes(/)":"index","developer/release-notes/generate(/)":"form","developer/release-notes/generator(/)":"generator"}}}]),n}(p.AppRouter),cA=function(e){eA(n,e);var t=nA(n);function n(){return Zw(this,n),t.apply(this,arguments)}return Xw(n,[{key:"name",get:function(){return"Release Notes Application"}},{key:"channelName",get:function(){return c.RELEASE_NOTES}},{key:"layoutOptions",get:function(){return{name:o.CURATOR_LAYOUT}}},{key:"index",value:function(){p.AppLinkHelper.trigger({application:c.RELEASE_NOTES,action:i.ReleaseNotes.GENERATOR},{replace:!0})}},{key:"form",value:function(){this.layout.showChildView(k,l.createElement(Pw,null))}},{key:"generator",value:function(){this.layout.showChildView(k,l.createElement(Yw,null))}},{key:"onShowAlert",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.collection,n=t?t.toJSON():[],r=function(e){return uu.Radio.channel(Y.a.ALERT).trigger("remove:alert",e)};this.layout.showChildView(L,l.createElement(Ed,{alerts:n,removeAlert:r}))}},{key:"getPopupProps",value:function(){var e=this;return{closePopup:function(){return e.layout.closePopup()}}}}],[{key:"router",get:function(){return oA}}]),n}(p.Application);function sA(e){return(sA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function uA(e){return function(e){if(Array.isArray(e))return lA(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return lA(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return lA(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function lA(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function fA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function pA(e,t){return(pA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function dA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=hA(e);if(t){var i=hA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return mA(this,n)}}function mA(e,t){return!t||"object"!==sA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function hA(e){return(hA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}!function(e){e.Fifo="FifoMemoryCache"}(aA||(aA={}));var yA,vA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&pA(e,t)}(a,e);var t,n,r,i=dA(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(t=i.call(this)).size=e.size,t.cache={},t.cachedkeys=[],t}return t=a,(n=[{key:"name",get:function(){return aA.Fifo}},{key:"removeCacheKey",value:function(e){this.cachedkeys=d.without(this.cachedkeys,e)}},{key:"has",value:function(e){return!!this.cache[e]}},{key:"get",value:function(e){return this.cache[e]}},{key:"set",value:function(e,t){e&&t||es.c.throw(new rs.a("Must provide a cache key and a value to cache in FifoMemoryCache.")),this.has(e)&&this.removeCacheKey(e),this.cachedkeys.push(e),this.cache[e]=t,this.cachedkeys.length>this.size&&delete this.cache[this.cachedkeys.shift()]}},{key:"getOrSet",value:function(e,t){if(this.has(e))return this.get(e);var n=t();return this.set(e,n),n}},{key:"remove",value:function(e){return!!this.has(e)&&(delete this.cache[e],this.removeCacheKey(e),!0)}},{key:"invalidate",value:function(e,t){var n=this,r=d.object(this.cachedkeys,this.cachedkeys),i=[];d.each(e,(function(e){var t;r[e]&&i.push(e);var n=new RegExp(e,"i"),a=d.filter(r,(function(e){return n.test(e)}));(t=i).push.apply(t,uA(a))})),i.length&&(i=d.uniq(i),d.each(i,(function(e){delete n.cache[e],d.isFunction(t)&&t(e)})),this.cachedkeys=d.without.apply(d,[this.cachedkeys].concat(uA(i))))}}])&&fA(t.prototype,n),r&&fA(t,r),a}(Xc.a),bA=n(17);!function(e){e[e.Unknown=0]="Unknown",e[e.BadRequest=1]="BadRequest",e[e.Unauthorized=2]="Unauthorized",e[e.Forbidden=3]="Forbidden",e[e.NotFound=4]="NotFound",e[e.InternalServer=5]="InternalServer"}(yA||(yA={}));var gA,SA={type:yA.Unknown,message:"",code:0};!function(e){e.Ajax="AjaxDataProvider",e.Notifications="NotificationsSignalRDataProvider"}(gA||(gA={}));var EA=function(e,t,n){if(!n||!n.errorCode)return e[t];var r="".concat(n.errorCode);return n.errorSubCode&&(r+=".".concat(n.errorSubCode)),e[r]||e[t]};function OA(e){return(OA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function CA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function wA(e,t){return(wA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function AA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=TA(e);if(t){var i=TA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return jA(this,n)}}function jA(e,t){return!t||"object"!==OA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function TA(e){return(TA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var kA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&wA(e,t)}(a,e);var t,n,r,i=AA(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),t=i.call(this,e),$.ajaxSetup({cache:!1,contentType:"application/json; charset=utf-8"}),t.successMiddleware={},t.errorMiddleware={},t.dataServiceErrorMessageMappings=e.dataServiceErrorMessageMappings,t.defaultErrorMessageKey=e.defaultErrorMessageKey,t}return t=a,(n=[{key:"name",get:function(){return gA.Ajax}},{key:"parseUrl",value:function(e){var t=document.createElement("a");return t.href=e,""===t.host&&(t.href=t.href),t}},{key:"makeHttps",value:function(e){var t=this.parseUrl(e);return"http:"===t.protocol&&(t.protocol="https:"),t.href}},{key:"base",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};n||(n=ce.a.GET);var i=d.defaults(r,{forceHttps:!1}),a={url:e,method:n,type:n};t&&(a.data=n===ce.a.POST||n===ce.a.PUT?JSON.stringify(t):t),i.forceHttps&&(a.url=this.makeHttps(a.url)),i.traditional&&(a.traditional=i.traditional);var o=$.ajax(a);return d.keys(this.successMiddleware).length&&o.done(d.values(this.successMiddleware)),d.keys(this.errorMiddleware).length&&o.fail(d.values(this.errorMiddleware)),o}},{key:"create",value:function(e,t,n){var r=n.channel,i=n.successEvent,a=n.errorEvent;this.base(e,t,ce.a.POST).done((function(e,t,n){return r.trigger(i,e,t,n)})).fail((function(e,t,n){return r.trigger(a,e,t,n)}))}},{key:"read",value:function(e,t){var n=t.channel,r=t.successEvent,i=t.errorEvent;this.base(e,null,ce.a.GET).done((function(e,t,i){n.trigger(r,e,t,i)})).fail((function(e,t,r){n.trigger(i,e,t,r)}))}},{key:"update",value:function(e,t,n){var r=n.channel,i=n.successEvent,a=n.errorEvent;this.base(e,t,ce.a.PUT).done((function(e,t,n){return r.trigger(i,e,t,n)})).fail((function(e,t,n){return r.trigger(a,e,t,n)}))}},{key:"delete",value:function(e,t){var n=t.channel,r=t.successEvent,i=t.errorEvent;this.base(e,null,ce.a.DELETE).done((function(e,t,i){return n.trigger(r,e,t,i)})).fail((function(e,t,r){return n.trigger(i,e,t,r)}))}},{key:"useMiddleware",value:function(e,t){this.successMiddleware[e]||(this.successMiddleware[e]=t)}},{key:"useErrorMiddleware",value:function(e,t){this.errorMiddleware[e]||(this.errorMiddleware[e]=t)}},{key:"parseError",value:function(e){var t=e.responseJSON,n=SA;switch(n.code=e.status,n.message=EA(this.dataServiceErrorMessageMappings,this.defaultErrorMessageKey,t),e.status){case 400:n.type=yA.BadRequest;break;case 401:n.type=yA.Unauthorized;break;case 403:n.type=yA.Forbidden;break;case 404:n.type=yA.NotFound;break;case 500:n.type=yA.InternalServer}return n}}])&&CA(t.prototype,n),r&&CA(t,r),a}(bA.Object);function IA(e){return(IA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function LA(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _A(e,t){return"string"==typeof t.payload.dataOrKey&&void 0!==t.payload.keyData?Object.assign(Object.assign({},e),LA({},t.payload.viewModelKey,Object.assign(Object.assign({},e[t.payload.viewModelKey]),LA({},t.payload.dataOrKey,t.payload.keyData)))):("object"===IA(t.payload.dataOrKey)&&Array.isArray(t.payload.dataOrKey),Object.assign(Object.assign({},e),LA({},t.payload.viewModelKey,t.payload.dataOrKey)))}function PA(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case XC.UPDATE:return _A(e,t)}return e}var xA="LanguageDataService",NA="locale",DA="phrases",RA="language:data:service";function MA(e){return(MA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function UA(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function FA(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function VA(e,t){return(VA=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function BA(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=zA(e);if(t){var i=zA(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return HA(this,n)}}function HA(e,t){return!t||"object"!==MA(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zA(e){return(zA=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var qA=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&VA(e,t)}(a,e);var t,n,r,i=BA(a);function a(){return UA(this,a),i.apply(this,arguments)}return t=a,(n=[{key:"name",get:function(){return xA}},{key:"channelName",get:function(){return RA}},{key:"getLanguageConfig",value:function(e){var t={locale:"",phrases:null};this.get({resource:"/api/locale",eventPrefix:NA,expiryTime:ey.STANDARD,bootstrapName:Cp,callback:function(n){t.locale=n,t.phrases&&d.isFunction(e)&&e(t)}}),this.get({resource:"/api/phrases",eventPrefix:DA,expiryTime:ey.STANDARD,bootstrapName:wp,callback:function(n){t.phrases=n,t.locale&&d.isFunction(e)&&e(t)}})}}])&&FA(t.prototype,n),r&&FA(t,r),a}(Qh);n.d(t,"Layouts",(function(){return o})),n.d(t,"AppChannels",(function(){return c})),n.d(t,"DataChannels",(function(){return s})),n.d(t,"Actions",(function(){return i})),n.d(t,"DataPrefixes",(function(){return a})),n.d(t,"DataServices",(function(){return u})),n.d(t,"CuratorLayoutView",(function(){return H})),n.d(t,"LayoutComponent",(function(){return W})),n.d(t,"CuratorAppNavService",(function(){return ae})),n.d(t,"CompaniesApplication",(function(){return Rf})),n.d(t,"CustomersApplication",(function(){return pd})),n.d(t,"DomainOptionsApplication",(function(){return um})),n.d(t,"PeopleApplication",(function(){return Bm})),n.d(t,"PlaylistsApplication",(function(){return UE})),n.d(t,"SeriesApplication",(function(){return pO})),n.d(t,"SubjectDataService",(function(){return vv})),n.d(t,"SubjectDataServiceHelper",(function(){return gv})),n.d(t,"SubjectsApplication",(function(){return TO})),n.d(t,"ThemesApplication",(function(){return rC})),n.d(t,"VideosApplication",(function(){return nw})),n.d(t,"DomainOptionsApplication",(function(){return um})),n.d(t,"ReleaseNotesApplication",(function(){return cA})),n.d(t,"Core",(function(){return p})),n.d(t,"InstanceManager",(function(){return Qf})),n.d(t,"FifoMemoryCache",(function(){return vA})),n.d(t,"AjaxDataProvider",(function(){return kA})),n.d(t,"AlertList",(function(){return Ed})),n.d(t,"AlertType",(function(){return ep})),n.d(t,"BaseAlertService",(function(){return lp})),n.d(t,"LanguageService",(function(){return ds})),n.d(t,"Flight",(function(){return oe})),n.d(t,"CacheDurations",(function(){return ey})),n.d(t,"ViewModelReducer",(function(){return PA})),n.d(t,"LanguageDataService",(function(){return qA}))}])}));
|