"use strict";function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _classPrivateMethodInitSpec(e,t){_checkPrivateRedeclaration(e,t),t.add(e)}function _checkPrivateRedeclaration(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function _classPrivateGetter(e,t,a){return a(_assertClassBrand(e,t))}function _assertClassBrand(e,t,a){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:a;throw new TypeError("Private element is not present on this object")}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function _defineProperty(e,t,a){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var n=a.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}PULSE.app.templates["common.media-list-items-wrapper"]=_.template('<% _.each( items, function( item ) { %>
"),PULSE.app.templates["common.svg-icon"]=_.template("<% /**\n * Render an svg icon\n * @param {string} name - The name of the icon\n * @param {boolean} hideIcon - Optional, when true adds the icon css class\n * @param {string} cssClass - Additional css classes\n * @param {string} folder - Optional folder name for the icon\n * @param {string} subfolder - Optional sub-folder name for the icon\n *\n * @info When used to display SVGs with a folder/subfolder path, the SVGs must include an 'id' property\n * with the value of \"icn\" followed by the file name, like so: id=\"icn-file-name\"\n*/ %> "),PULSE.app.templates["common.team-icon"]=_.template("<%\n var teamAbbr = PULSE.app.common.team.getTeamAbbr( providerId );\n var stateLeague = PULSE.app.common.team.getStateLeagueTeams().includes(teamAbbr);\n var modifier = ''\n\n if (!PULSE.app.common.team.getTeamsWithDefaultThemeOnly().includes(teamAbbr)) {\n modifier = typeof theme !== 'undefined' && theme !== '' ? '-' + theme : '';\n }\n%> <% if ( teamAbbr ) { %> <%= render( {\n cssClass: cssClass,\n name: 'aflc-' + teamAbbr + modifier,\n hideIcon: typeof hideIcon !== 'undefined' ? hideIcon : false,\n folder: stateLeague ? 'state-league' : ''\n }, 'common.svg-icon' ) %> <% } %> "),PULSE.app.templates["common.toggle-input"]=_.template('<% if( typeof options !==\'undefined\' && options.length> 0 ) { %>