define("metaserver/static/js/modules/clean/dbmodal_stack",["require","exports"],(function(e,t){"use strict";function o(e,t={detail:null}){if("function"==typeof CustomEvent)return new CustomEvent(e,t);const o=document.createEvent("CustomEvent");return o.initCustomEvent(e,!0,!0,t.detail),o}Object.defineProperty(t,"__esModule",{value:!0}),t.DBModalStack=t.createCustomEvent=void 0,t.createCustomEvent=o;class n{static initClass(){this.__stack=[],this.CLEAR="dbmodal:clear"}static pop(e){null!=e?n.remove(e):e=n.__stack.pop(),null!=e&&e._hide();const t=n.top();null!=t?t._show():this.trigger(n.CLEAR)}static push(e){n.remove(e);const t=n.top();(null!=t?t.visible:void 0)&&t._hide(),n.__stack.push(e),e._show()}static top(){const{length:e}=n.__stack;return e?n.__stack[e-1]:null}static remove(e){const t=[];for(const o of Array.from(n.__stack))o!==e&&t.push(o);n.__stack=t}static clear(){for(let e=n.__stack.length-1;e>=0;e--){const t=n.__stack[e];t.visible&&t._hide()}this.trigger(n.CLEAR),n.__stack=[]}static register(e,t){document.addEventListener(e,t),document.addEventListener(n.CLEAR,()=>document.removeEventListener(e,t))}static unregister(e,t){document.removeEventListener(e,t)}static trigger(e,t){document.dispatchEvent(o(e,{detail:t}))}}t.DBModalStack=n,n.initClass()})),define("metaserver/static/js/modules/clean/event_load",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.window_load=void 0;t.window_load=function(e){"complete"===document.readyState&&(e=>{window.setTimeout(()=>e.apply(e),0)})(e),window.addEventListener("load",e,!1)}})),define("metaserver/static/js/modules/clean/filepath/filepath",["require","exports"],(function(e,t){"use strict";function o(e){return e?("/"!==e.charAt(0)&&(e=`/${e}`),"/"===e.charAt(e.length-1)?e.substr(0,e.length-1):e):""}function n(e){if(!e)return{name:"",ext:""};const t=e.split("."),o=e.length>0&&"."===e[0];let n=e.indexOf(".")<0;o&&(n=t.length<=2);const i=t.pop();return i&&!n?{name:t.join("."),ext:i}:{name:e,ext:""}}function i(e){return n(e).ext.toLowerCase()}function s(e){return e.split("/").slice(0,-1).join("/")||"/"}Object.defineProperty(t,"__esModule",{value:!0}),t.joinPathWithFileName=t.parentDirName=t.child_dir=t.parent_dirs=t.parent_dir=t.file_extension_for_logging=t.file_extension=t.split_filename=t.filename_without_extension=t.filename=t.inSubDirectory=t.inSameDirectory=t.paths_are_equal=t.depth=t.normalize=void 0,t.normalize=o,t.depth=function(e){return o(e).split("/").length-1},t.paths_are_equal=function(e,t){return o(e).toLowerCase()===o(t).toLowerCase()},t.inSameDirectory=function(e){if(!e.length)return!1;const t=s(e[0]);return!e.find(e=>s(e)!==t)},t.inSubDirectory=function(e,t){const n=(e=o(e)).split("/"),i=(t=o(t)).split("/");if(i.length<=n.length)return!1;for(let e=0;e1?t[t.length-2]:""},t.joinPathWithFileName=function({fqPath:e,fileName:t}){return[e,t].join("/"===e?"":"/")}})),define("metaserver/static/js/modules/clean/react/edison/spa_product_name",["require","exports","metaserver/static/js/modules/core/exception"],(function(e,t,o){"use strict";let n;Object.defineProperty(t,"__esModule",{value:!0}),t.setSpaProductName=t.getSpaProductName=t.startNavigation=void 0,t.startNavigation=function(){n=void 0,document.documentElement.dispatchEvent(new Event("locationchange",{bubbles:!0}))},t.getSpaProductName=()=>n,t.setSpaProductName=e=>{void 0!==n?o.reportStack(`setSpaProductName: SPA_PRODUCT_NAME already set! Tried to set product to "${e}", but was already set to "${n}"`,{severity:o.SEVERITY.NONCRITICAL,tags:["user_centric_perf"]}):n=e}})),define("metaserver/static/js/modules/clean/ts_utils",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.notEmpty=t.throwEnforceExhaustive=t.enforceExhaustive=void 0,t.enforceExhaustive=function(e){return e},t.throwEnforceExhaustive=function(e,t){throw new Error(t)},t.notEmpty=function(e){return null!=e}})),define("metaserver/static/js/modules/clean/user",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mkUser=void 0;class o{constructor(e){Object.assign(this,e)}toString(){return String(this.id)}}t.mkUser=function(e){return new o(e)}})),define("metaserver/static/js/modules/clean/ux_analytics/utils",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getWARPInfoFromDOM=t.getModalId=t.dispatchDocumentClosed=t.dispatchDocumentOpened=t.dispatchDialogClosed=t.dispatchDialogOpened=t.dispatchModalClosed=t.dispatchModalOpened=t.dispatchEvent=void 0,t.dispatchEvent=(e,t)=>{if("function"==typeof CustomEvent)document.dispatchEvent(new CustomEvent(e,{detail:t}));else{const o=document.createEvent("CustomEvent");o.initCustomEvent(e,!0,!0,t),document.dispatchEvent(o)}},t.dispatchModalOpened=()=>{t.dispatchEvent("modalOpened")},t.dispatchModalClosed=()=>{t.dispatchEvent("modalClosed")},t.dispatchDialogOpened=e=>{t.dispatchEvent("dialog_custom_event",{eventType:"dialogOpen",extra:e})},t.dispatchDialogClosed=e=>{t.dispatchEvent("dialog_custom_event",{eventType:"dialogClose",extra:e})},t.dispatchDocumentOpened=e=>{t.dispatchEvent("document_custom_event",{eventType:"documentOpen",extra:e})},t.dispatchDocumentClosed=e=>{t.dispatchEvent("document_custom_event",{eventType:"documentClose",extra:e})},t.getModalId=e=>{if(e.id)return e.id;const t=e.className;if(t){const e=t.split(" ");if(e.length>1){return e.find(e=>e.indexOf("modal")>-1)||`${t[0]}-modal`}return t.indexOf("modal")>-1?t:`${t}-modal`}};t.getWARPInfoFromDOM=()=>{const e=document.getElementById("warp-metadata");return e?e.getAttribute("data-warp-info"):null}})),define("metaserver/static/js/modules/clean/ux_analytics/ux_variants",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getVariant=t.addConfig=t.parseJWTToDict=t.addMatchedVariantsToEvent=t.addConfigsFromDOM=t.resetMetaTagConfigQueryCount=t.DROPBOX_VARIANTS_ISSUER=t.ADOBE_TARGET_FEATURE_CONFIG_DATA_ATTRIBUTE=t.ADOBE_TARGET_MATCHER_CONFIG_DATA_ATTRIBUTE=void 0,t.ADOBE_TARGET_MATCHER_CONFIG_DATA_ATTRIBUTE="data-uxa-matcher-configs",t.ADOBE_TARGET_FEATURE_CONFIG_DATA_ATTRIBUTE="data-uxa-variant-tokens";t.DROPBOX_VARIANTS_ISSUER="https://dropbox.com/ux_analytics";let o=0;t.resetMetaTagConfigQueryCount=()=>{o=0},t.addConfigsFromDOM=(e=!1)=>{const n=(e,t)=>{const o=[],n=document.head.querySelectorAll(`meta[${e}]`);return n?(Array.prototype.forEach.call(n,n=>{try{const i=n.getAttribute(e);if(!i)return;t?o.push(...JSON.parse(i)):o.push(i)}catch(e){}}),o):[]};if(e&&o>1||!e&&o)return;o++;const i=n(t.ADOBE_TARGET_MATCHER_CONFIG_DATA_ATTRIBUTE,!0),s=n(t.ADOBE_TARGET_FEATURE_CONFIG_DATA_ATTRIBUTE,!1);i.length&&s.length&&r({variant_tokens:s.join(","),matchers:i})};const n=(e,t)=>{let o;o=e.startsWith("adobetarget")?"adobe_target_variants":"variants",t[o]?t[o]+=","+e:t[o]=e};t.addMatchedVariantsToEvent=function(e){const o=(e,t)=>void 0===e||((e,t)=>{if(void 0===e)return!0;const o=e;for(const e in o)if(String(t[e])!==String(o[e]))return!1;return!0})(e.extra,t.extra);if("undefined"==typeof self||!self)return;let i;t.addConfigsFromDOM();const s=self._DBX_UX_variants_configStore,r={};if(e&&s&&s.matchers&&e.eventName&&(i=s.matchers[e.eventName]))for(const t in i){if(!s.assignments||!i.hasOwnProperty(t))continue;const a=i[t],c=s.assignments[a.feature_name];c&&(void 0===r[c.variantToken]&&o(a.like,e)&&(e.extra||(e.extra={}),n(c.variantToken,e.extra),r[c.variantToken]=!0))}};const i=(e,o)=>{const n=e=>decodeURIComponent(escape(e)),[i,s,r]=e.split(".").map(e=>atob(e.split("_").join("/").split("-").join("+")));if(!r)return;if("JWT"!==JSON.parse(n(i)).typ)return;const a=JSON.parse(n(s)),c=a[o];return a.iss===t.DROPBOX_VARIANTS_ISSUER?c:void 0};t.parseJWTToDict=e=>{const t=i(e,"variants"),o={};for(const e of t.split(",")){const t=e.split(":");2===t.length&&(o[decodeURIComponent(t[0])]=decodeURIComponent(t[1]))}return o};const s=e=>e.startsWith("adobetarget:")?(e=>{const t=e.split(","),o=[];for(const e of t)try{const[t,n,i]=e.split(":");o.push([t+":"+decodeURIComponent(n),decodeURIComponent(i)])}catch(e){continue}return o})(e):(e=>{const t=i(e,"variants"),o=[];for(const e of t.split(",")){const t=e.split(":");2===t.length&&o.push(t.map(decodeURIComponent))}return o})(e);function r(e){if(!e)return;self._DBX_UX_variants_configStore=self._DBX_UX_variants_configStore||{};const t=self._DBX_UX_variants_configStore,{variant_tokens:o,matchers:n}=e;if(o)for(const e of o.split(",")){const o=s(e);if(o)for(const[n,i]of o)t.assignments=t.assignments||{},t.assignments[n]={variant:i,variantToken:e}}if(n)for(const e of n){t.matchers=t.matchers||{};const o=e.event_name;t.matchers[o]=t.matchers[o]||{};const n={feature_name:e.feature_name,event_name:o,is_pre_tti:e.is_pre_tti,like:e.like},i=JSON.stringify(n);t.matchers[o][i]=n}}t.addConfig=r,t.getVariant=function(e){const t=self._DBX_UX_variants_configStore;return(t&&t.assignments&&t.assignments[e]||{}).variant||"OFF"}})),define("metaserver/static/js/modules/clean/viewer",["require","exports","metaserver/static/js/modules/constants/viewer","metaserver/static/js/modules/core/assert","metaserver/static/js/modules/clean/user"],(function(e,t,o,n,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Viewer=void 0;class s{constructor(e={}){this.replace_viewer_data(e)}static get_viewer(){return s._cached_viewer}static get_role_title(e){return this.get_viewer().get_title_by_role(e.role)}static get_root_name(e){return this.get_viewer().get_root_name_by_role(e.role)}static get_is_signed_in(e){return e.is_signed_in}replace_viewer_data(e={}){this._authed_users={},this._all_users={};const t=e._user_data||[];for(const e of t){const t=i.mkUser(e);this._all_users[t.id]=t,e._authed&&(this._authed_users[t.id]=t)}this.display_name=e.display_name,this.team_id=e.team_id,this.auth_role=e.auth_role,this.auth_action_type=e.auth_action_type,this.team_dbtid=e.team_dbtid,this.team_name=e.team_name,this.team_type=e.team_type,this.team_is_limited=e.team_is_limited||!1,this.team_is_locked=e.team_is_locked||!1,this.is_assume_user_session=e.is_assume_user_session||!1,this.is_team_assume_user_session=e.is_team_assume_user_session||!1,this.is_signed_in=t.length>0,this.is_paired=t.length>1,e.deprecated_first_user_in_the_cookie_id&&(this.deprecated_first_user_in_the_cookie=this.get_user_by_id(e.deprecated_first_user_in_the_cookie_id)),this._load_cached_users()}get_user_by_role(e,t){const o=this.get_uid_by_role(e);return null!=o?this.get_user_by_id(o,t):void 0}role_exists(e){return null!=this.get_uid_by_role(e)}get_user_by_id(e,t){n.assert(this.is_uid_associated(e),`User ${e} is not associated with this viewer`);const o=(t?this._all_users:this._authed_users)[e];return n.assert(!!o,`User ${e} is not signed in`),o}is_role_signed_in(e){const t=this.get_uid_by_role(e);return null!=t&&t in this._authed_users}is_uid_signed_in(e){return e in this._authed_users}is_user_signed_in(e){return null!=e&&this.is_uid_signed_in(e.id)}is_uid_associated(e){return e in this._all_users}get_users(e){const t=e?this._all_users:this._authed_users,o=Object.keys(t).map(e=>t[e]);return o.sort((e,t)=>"personal"===e.role?-1:1),o}get_user_ids(e){return this.get_users(e).map(e=>e.id)}get_roles(e){return this.get_users(e).map(e=>e.role)}get_account_ids(e){return this.get_users(e).map(e=>e.account_id)}get_email_by_role(e){const t=this.get_user_by_role(e,!0);return t&&t.email}get_uid_by_role(e){"photos"===e&&(e=this.is_paired||!this.is_signed_in?"personal":this._all_users[Object.keys(this._all_users)[0]].role);for(const t in this._all_users)if(this._all_users.hasOwnProperty(t)){const o=this._all_users[t];if(o.role===e)return o.id}}get_title_by_role(e){return"work"===e?this.team_name:this.is_paired?o.PERSONAL_ROLE_STRING:""}get_root_name_by_role(e){return this.get_title_by_role(e)||o.DEFAULT_ROOT_NAME}_sign_in_all_users(){this._authed_users=Object.assign({},this._all_users),this._load_cached_users()}_sign_out_user_by_id(e){delete this._authed_users[e],this._load_cached_users()}sign_in_user_by_id(e){n.assert(this.is_uid_associated(e),`User ${e} is not associated with this viewer`),this._authed_users[e]=this._all_users[e],this._load_cached_users()}_load_cached_users(){this.personal_user=this._authed_users[this.get_uid_by_role("personal")],this.photos_user=this._authed_users[this.get_uid_by_role("photos")],this.work_user=this._authed_users[this.get_uid_by_role("work")],this.personal_email=this.get_email_by_role("personal"),this.work_email=this.get_email_by_role("work"),this.is_personal_user_signed_in=this.is_role_signed_in("personal"),this.is_photos_user_signed_in=this.is_role_signed_in("photos"),this.is_work_user_signed_in=this.is_role_signed_in("work")}}t.Viewer=s,s._cached_viewer=new s(o._viewer_properties)})),define("metaserver/static/js/modules/core/accessible_announce",["require","exports","tslib","dompurify","metaserver/static/js/modules/clean/css/css","metaserver/static/js/modules/core/html"],(function(e,t,o,n,i,s){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.AccessibleAnnounce=void 0,n=o.__importDefault(n);class r{static polite(e,t=10){return this.announce("polite",e,t)}static assertive(e,t=10){return this.announce("assertive",e,t)}static clear(){this.lastTimeout&&clearTimeout(this.lastTimeout),Array.from(document.querySelectorAll("#accessible-announce")).forEach(e=>{e.setAttribute("aria-live","off"),e.innerHTML=""})}static announce(e,t,o=10){return i.require_css("/static/css/accessibility-vfliGZNRm.css",()=>document.querySelector("#accessible-announce")?(this.setMessage(t,e),this.scheduleClear(o)):(document.body.insertAdjacentHTML("afterend","
"),setTimeout(()=>(this.setMessage(t,e),this.scheduleClear(o)),this.TIMEOUT_LENGTH)))}static setMessage(e,t){this.clear(),Array.from(document.querySelectorAll("#accessible-announce")).forEach(o=>{o.setAttribute("aria-live",t),e instanceof HTMLElement?o.innerHTML=n.default.sanitize(e.innerHTML):s.isHTML(e)?o.innerHTML=n.default.sanitize(e.toHTML()):o.textContent=e})}static scheduleClear(e){return this.lastTimeout=setTimeout(()=>{this.clear()},1e3*e)}}t.AccessibleAnnounce=r,r.TIMEOUT_LENGTH=50})),define("metaserver/static/js/modules/core/browser",["require","exports","tslib","metaserver/static/js/modules/constants/env","metaserver/static/js/modules/core/assert","metaserver/static/js/modules/core/uri"],(function(e,t,o,n,i,s){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.unsafeRedirect=t.reload=t.replace_location=t.redirect=t.onBrowserRedirect=t.open_mail=t.unsafe_open_tab=t.open_tab=t.mockableInternalMethods=t.set_hash=t.get_href_no_hash=t.get_hash=t.get_uri=t.get_origin=t.get_hostname=t.get_pathname=t.get_href=void 0;const r=(n=o.__importStar(n)).REDIRECT_SAFE_ORIGINS;function a(e=window){return e.location.href}t.get_href=a,t.get_pathname=function(e=window){return e.location.pathname},t.get_hostname=function(e=window){return e.location.hostname},t.get_origin=function(e=window){return e.location.origin},t.get_uri=function(e=window){return s.URI.parse(a(e))},t.get_hash=function(){return window.location.hash.split("#")[1]},t.get_href_no_hash=function(){return a().split("#")[0]},t.set_hash=function(e){window.location.hash=e},t.mockableInternalMethods={_navigate(e,t=window){t.location.href=e},_parse_target(e,{target_window:t=window,checkDomainWhitelist:o=!0,httpsOnly:n=!0}={}){const a=t.document.createElement("a");e instanceof s.URI?a.href=e.toString():a.href=e;let c=a.protocol||t.location.protocol;if(":"===a.protocol&&(c=t.location.protocol),n?i.assert("https:"===c,"Target URI must be secure"):i.assert("data:"!==c&&"javascript:"!==c&&"vbscript:"!==c,"Target URI can't use the data or javascript scheme"),"https:"!==c&&"http:"!==c){const e=a.href.replace(c,"https:");a.href=e}const l=a.hostname||t.location.hostname;let u=a.port||t.location.port;"443"===u&&"https:"===c&&(u=""),o&&i.assert(!u,"Non-default port not legal when checking the whitelist.");const d=0===a.pathname.indexOf("/")?a.pathname:`/${a.pathname}`;o&&i.assert(r.indexOf(l)>-1,"Target URI must be in the domain whitelist");let p=l;return u&&(p=p+":"+u),e=c+"//"+p+d+a.search+a.hash}},t.open_tab=function(e,o=!1){const n=t.mockableInternalMethods._parse_target(e),i=window.open(n,"_blank");return o?i:null},t.unsafe_open_tab=function(e){return e=t.mockableInternalMethods._parse_target(e,{checkDomainWhitelist:!1,httpsOnly:!1}),window.open(e,"_blank")},t.open_mail=function(e,t="_blank"){i.assert(e.startsWith("mailto:"),"Mailto link is malformed."),window.open(e,t)};const c=[];t.onBrowserRedirect=function(e){c.push(e)},t.redirect=function(e,o=window){const n="string"==typeof e?e:e.toString();for(const e of c)e(n);const i=t.mockableInternalMethods._parse_target(e,{target_window:o});t.mockableInternalMethods._navigate(i,o)},t.replace_location=function(e){const o=t.mockableInternalMethods._parse_target(e);window.location.replace(o)},t.reload=function(e=!1){window.location.reload(e)},t.unsafeRedirect=function(e){e=t.mockableInternalMethods._parse_target(e,{checkDomainWhitelist:!1,httpsOnly:!1}),t.mockableInternalMethods._navigate(e)}})),define("metaserver/static/js/modules/core/browser_detection",["require","exports"],(function(e,t){"use strict";function o(e,t){const o=/win(dows)? 9x 4\.90/.test(e)||/windows me/.test(e),n={windows3_11:/win16/.test(e),windows95:/windows 95/.test(e)||/win95/.test(e)||/windows_95/.test(e),windows98:!o&&(/windows 98/.test(e)||/win98/.test(e)),windowsCE:/windows ce/.test(e),windowsME:o,windowsNT4_0:/windows nt 4\.0/.test(e)||/winnt4.0/.test(e)||/winnt/.test(e)||/windows nt([^ ]| [^0-9])/.test(e),windows2000:/windows nt 5\.0/.test(e)||/windows 2000/.test(e),windowsXP:/windows nt 5\.1/.test(e)||/windows xp/.test(e),windowsXPx64:/windows nt 5\.2/.test(e),windowsVista:/windows nt 6\.0/.test(e)||/windows vista/.test(e),windows7:/windows nt 6\.1/.test(e),windows8:/windows nt 6\.2/.test(e),windows8_1:/windows nt 6\.3/.test(e),windows10:/windows nt 6\.4/.test(e)||/windows nt 10\.0/.test(e),win7OrLower:!1,win8OrHigher:!1};return n.win7OrLower=n.windows3_11||n.windows95||n.windows98||n.windowsCE||n.windowsME||n.windowsNT4_0||n.windows2000||n.windowsXP||n.windowsXPx64||n.windowsVista||n.windows7,n.win8OrHigher=t&&!n.win7OrLower,n}function n(e=navigator.userAgent){const t=(function(e){const t=e.toLowerCase(),o=/(ipad)/.exec(t)||/(edge)[ \/]([\w.]+)/.exec(t)||/(edg)[ \/]([\w.]+)/.exec(t)||/(chrome)[ \/]([\w.]+)/.exec(t)||/(webkit)[ \/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||/(trident).*? rv:([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[],n=t.match(/version\/([\d.]+)/i);let i=null!=n?o[1]:null;return"webkit"===i&&(i=null!=n?n[1]:null),{browser:o[1]||"",version:i||o[2]||"0",userAgent:e}})(e);return"trident"===t.browser&&(t.browser="msie"),t}function i(e=navigator.plugins||[]){return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.INTERNAL_FILE_DATA_TRANSFER_TYPE=t.is_input_webkitdirectory_supported=t.is_mobile_or_tablet=t.is_tablet=t.is_android=t.is_supported_mobile_browser=t.checkBrowserVersion=t.unsubscribeConnectivityStatusChange=t.subscribeConnectivityStatusChange=t.isOnline=t.is_high_density_display=t.msie_version_at_most=t.pluginNames=t.plugins=t.userAgent=t.version=t.browser_name=t.facebookWebView=t.iOS=t.ipod=t.iphone=t.windowsInfo=t.windows=t.mac=t.webkit=t.mozilla=t.chromium=t.edgeChromium=t.edge=t.msie=t.opera=t.safari=t.chrome=t.ipad=t.get_plugins=t.get_browser_info=t.parseWindowsOsInfo=void 0,t.parseWindowsOsInfo=o,t.get_browser_info=n,t.get_plugins=i;const s=n();function r(e,o,n=!0){return n?Boolean(e)&&parseInt(t.version,10)>=o:Boolean(e)&&parseInt(t.version,10)<=o}function a(e=navigator.userAgent){const o=(e||"").toLowerCase();return t.ipod||t.iphone||-1!==o.indexOf("tizen")||-1!==o.indexOf("android")&&-1!==o.indexOf("mobile")||-1!==o.indexOf("bb10")||-1!==o.indexOf("netfront")||/windows phone|opera mini|blackberry|nokia/.test(o)||-1!==o.indexOf("firefox")&&-1!==o.indexOf("mobile")||-1!==o.indexOf("googlebot-mobile")||-1!==o.indexOf("iemobile")||-1!==o.indexOf("opera mobi")||/ucweb|ucbrowser/.test(o)||-1!==o.indexOf("microsoft office mobile")}function c(e=navigator.userAgent){const t=(e||"").toLowerCase();return-1!==t.indexOf("android")||-1!==t.indexOf("silk")}function l(e=navigator.userAgent){return t.ipad||c(e)&&!a(e)}t.ipad="ipad"===s.browser||void 0,t.chrome="chrome"===s.browser||void 0,t.safari=!("webkit"!==s.browser&&!Boolean(t.ipad))||void 0,t.opera="opera"===s.browser||void 0,t.msie="msie"===s.browser||void 0,t.edge="edge"===s.browser||"edg"===s.browser,t.edgeChromium=()=>"edg"===n().browser,t.chromium=()=>Boolean(t.chrome)||t.edgeChromium(),t.mozilla="mozilla"===s.browser||void 0,t.webkit=!("webkit"!==s.browser&&!Boolean(t.ipad)&&!Boolean(t.chrome))||void 0,t.mac=Boolean(/(macintosh)/.exec(navigator.userAgent.toLowerCase())),t.windows=/win(16|nt|dows)/.test(navigator.userAgent.toLowerCase()),t.windowsInfo=o(navigator.userAgent.toLowerCase(),t.windows),t.iphone=Boolean(/(iphone)/.exec(navigator.userAgent.toLowerCase())),t.ipod=Boolean(/(ipod)/.exec(navigator.userAgent.toLowerCase())),t.iOS=t.ipad||t.ipod||t.iphone,t.facebookWebView=Boolean(/(FBAN)|(FBAV)/.exec(navigator.userAgent)),t.browser_name=s.browser,t.version=s.version,t.userAgent=s.userAgent,t.plugins=i(),t.pluginNames=t.plugins.map(e=>e.name),t.msie_version_at_most=function(e){return r(t.msie,e,!1)},t.is_high_density_display=function(){if(window.matchMedia){const e="(-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 192dpx), (min-resolution: 1.1dppx)";return Boolean(window.matchMedia(e).matches)}return!1},t.isOnline=function(){return navigator.onLine},t.subscribeConnectivityStatusChange=function(e){window.addEventListener("online",e),window.addEventListener("offline",e)},t.unsubscribeConnectivityStatusChange=function(e){window.removeEventListener("online",e),window.removeEventListener("offline",e)},t.checkBrowserVersion=r,t.is_supported_mobile_browser=a,t.is_android=c,t.is_tablet=l,t.is_mobile_or_tablet=function(e=navigator.userAgent){return a(e)||l(e)},t.is_input_webkitdirectory_supported=function(){return"webkitdirectory"in document.createElement("input")},t.INTERNAL_FILE_DATA_TRANSFER_TYPE=t.msie?"text":t.edge?"text/plain":"application/x-dropbox-file-list"})),define("metaserver/static/js/modules/core/dom",["require","exports","ts-key-enum"],(function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isElementInViewport=t.keepFocusIn=t.getTabbableElementsIn=t.getFocusableElementsIn=t.clone_position=t.scroll_to=t.scroll_unlock_document=t.scroll_lock_document=t.is_page_scrollable=t.scroll_offsets=t.is_content_editable=t.is_input=t.focus_in_input=void 0;t.focus_in_input=()=>t.is_input(document.activeElement),t.is_input=e=>null!=e&&(["INPUT","TEXTAREA","SELECT"].includes(e.tagName)&&!(e.type in["submit","button"])||t.is_content_editable(e)),t.is_content_editable=e=>null!=e&&(e.hasAttribute&&e.hasAttribute("contenteditable")&&"false"!==e.getAttribute("contenteditable").toLowerCase());let n=!1,i=null,s=0,r=null;t.scroll_offsets=function(){let e,o;return n||(window.addEventListener("scroll",()=>i=null),n=!0),t.is_page_scrollable()?i||(o=document.documentElement.scrollTop,e=document.documentElement.scrollLeft,i={0:e,1:o,left:e,top:o}):(o=r.top,e=r.left,i={0:e,1:o,left:e,top:o}),i},t.is_page_scrollable=()=>!document.documentElement.classList.contains("no-scroll"),t.scroll_lock_document=function(){s++;const e=document.documentElement;if(!e.classList.contains("no-scroll")){r=t.scroll_offsets();const o=-1*r.top+"px",n=-1*r.left+"px";e.style.top=o,e.style.left=n,e.classList.add("no-scroll")}},t.scroll_unlock_document=function(){s>0&&s--;const e=document.documentElement;if(0===s&&e.classList.contains("no-scroll")&&r){const o=r.top,n=r.left;e.style.top="",e.style.left="",e.classList.remove("no-scroll"),t.scroll_to(n,o+1),t.scroll_to(n,o-1),t.scroll_to(n,o)}},t.scroll_to=function(e,o){const n=Math.max(document.documentElement.scrollHeight,document.documentElement.clientHeight);if(e=Math.max(e,0),(o=Math.max(o,0))>t.scroll_offsets().top&&(o=Math.min(o,n-document.documentElement.clientHeight)),t.is_page_scrollable())window.scrollTo(e,o),i={0:e,1:o,left:e,top:o};else{r={0:e,1:o,left:e,top:o};const t=-1*o+"px",n=-1*e+"px",i=document.documentElement;i.style.top=t,i.style.left=n}},t.clone_position=function(e,t,o){const n=Object.assign(Object.assign({},{setLeft:!0,setTop:!0,setWidth:!0,setHeight:!0,offsetTop:0,offsetLeft:0}),o),i=t.getBoundingClientRect();let s={top:0,left:0},r=null;if("absolute"===getComputedStyle(e).position&&(r=e.offsetParent||e,r&&(s=Object.assign({},r.getBoundingClientRect()))),r===document.body&&(s.left-=document.body.offsetLeft,s.top-=document.body.offsetTop),n.setLeft){const t=i.left-s.left+n.offsetLeft+"px";e.style.left=t}if(n.setTop){const t=i.top-s.top+n.offsetTop+"px";e.style.top=t}n.setWidth&&(e.style.width=t.offsetWidth+"px"),n.setHeight&&(e.style.height=t.offsetHeight+"px")},t.getFocusableElementsIn=function(e,t){let o;if(e instanceof Element?o=e:e instanceof Node&&(o=e),!o)return[];const n=o.querySelectorAll("a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]"),i=Array.from(n).filter(e=>{if(!(e instanceof HTMLElement))return!1;const t=e.offsetWidth&&e.offsetHeight,o=e.getClientRects().length;return!(!t&&!o)});return t?i.filter(e=>!e.matches('*[tabindex="-1"]')):i},t.getTabbableElementsIn=function(e){const o=t.getFocusableElementsIn(e,!0),n=[],i=[];if(o.forEach(e=>{e.matches('*:not([tabindex]), *[tabindex="0"]')?n.push(e):i.push(e)}),!i.length)return n;return i.sort((function(e,t){return parseInt(e.getAttribute("tabindex"),10)-parseInt(t.getAttribute("tabindex"),10)})),i.concat(n)},t.keepFocusIn=function(e,n,i,s){if(i.key!==o.Key.Tab)return;const r=t.getTabbableElementsIn(e);if(r.length){const o=r.indexOf(n);if(-1!==o)i.shiftKey?0===o?(i.preventDefault(),r[r.length-1].focus()):s&&r[o-1]&&(i.preventDefault(),r[o-1].focus()):o===r.length-1?(i.preventDefault(),r[0].focus()):s&&r[o+1]&&(i.preventDefault(),r[o+1].focus());else{i.preventDefault();const o=t.getFocusableElementsIn(e);i.shiftKey&&o.reverse();const s=o.indexOf(n);if(-1===s)r[0].focus();else{let e=null;for(const t of o.slice(s))if(r.includes(t)){e=t;break}e?e.focus():i.shiftKey?r[r.length-1].focus():r[0].focus()}}}},t.isElementInViewport=function(e,t=0){if(!e)return!1;const o=e.getBoundingClientRect().top;return o+t>=0&&o-t<=window.innerHeight}})),define("metaserver/static/js/modules/core/html",["require","exports","tslib","lodash"],(function(e,t,o,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.HTML=t.isHTML=void 0,n=o.__importStar(n);const i=/[^\w@\.\ \-\(\)\,\$~%#\[\]\{\}\!\^]/g,s=e=>`&#${e.charCodeAt(0)};`,r=e=>`${e}`.replace(i,s);t.isHTML=function(e){return"object"==typeof e&&"function"==typeof e.toHTML};class a{constructor(e){this._str_DONT_TOUCH=e}toHTML(){return this._str_DONT_TOUCH}toString(){return"[object HTML]"}static tmpl(e,t){if(!/[^\w:.-]/.test(e)){const t=document.getElementById(e);e=t.innerHTML,window.CSP_SCRIPT_NONCE!==(t.nonce||t.getAttribute("nonce"))&&(e="")}const o=e.replace(/[\r\t\n]/g," ").replace(/'(?=[^%]*%>)/g,"\t").split("'").join("\\'").split("\t").join("'").replace(/<%=(.*?)%>/g,"',__no_conflict_HTML__._raw_escape($1),'").split("<%").join("');").split("%>").join("p.push('"),i=new Function("__no_conflict_HTML__","TEMPLATE_DATA","var p=[],print=function(){p.push.apply(p,arguments);}; p.push('"+o+"'); return new __no_conflict_HTML__(p.join('').trim());"),s=n.partial(i,a);return t?s(t):s}static escape(e){return e instanceof a?e:new a(r(e))}static _raw_escape(e){return e instanceof a?e.toHTML():"number"==typeof e?e:r(e)}}t.HTML=a})),define("metaserver/static/js/modules/core/notify",["require","exports","tslib","dompurify","react-dom","react","metaserver/static/js/modules/core/accessible_announce","metaserver/static/js/modules/core/html"],(function(e,t,o,n,i,s,r,a){"use strict";var c;Object.defineProperty(t,"__esModule",{value:!0}),t.Notify=void 0,n=o.__importDefault(n),i=o.__importStar(i),s=o.__importStar(s),(function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Info=2]="Info",e[e.Success=3]="Success"})(c||(c={}));const l=e=>{if(!e.message)return null;let t="";switch(e.notificationType){case c.Error:t="server-error";break;case c.Warning:t="server-warning";break;case c.Info:t="server-info";break;case c.Success:t="server-success"}const o=`notify-wrapper${e.hasTopNotification?" with-top-notification":""}`;return s.createElement("div",{id:"notify-wrapper",className:o},s.createElement("div",{id:"notify",className:t,style:{display:"inline-block"}},a.isHTML(e.message)?s.createElement("span",{id:"notify-msg",className:"notify-msg",dangerouslySetInnerHTML:{__html:n.default.sanitize(e.message.toHTML())}}):s.createElement("span",{id:"notify-msg",className:"notify-msg"},e.message)))};l.displayName="NotificationComponent";class u extends s.Component{constructor(e){super(e),this.state={message:"",hasTopNotification:!1,notificationType:c.Info,visible:!1}}show(e,t,o){const n=document.querySelectorAll(".maestro .has-top-notification").length>0;this.setState({message:e,hasTopNotification:n,notificationType:t,onHide:o,visible:!0})}hide(){this.setState({visible:!1})}render(){return this.state.visible?s.createElement(l,{message:this.state.message,hasTopNotification:this.state.hasTopNotification,notificationType:this.state.notificationType}):null}}u.displayName="NotifyPortalComponent";t.Notify=new class{constructor(){this._portal=s.createRef()}customSuccess(e,t,o=10,n){return r.AccessibleAnnounce.polite(t,o+1),this.show(e,o,c.Success,n)}success(e,t=10,o){return r.AccessibleAnnounce.polite(e,t+1),this.show(e,t,c.Success,o)}error(e,t=10,o){return r.AccessibleAnnounce.assertive(e,t+1),this.show(e,t,c.Error,o)}warning(e,t=10,o){return r.AccessibleAnnounce.polite(e,t+1),this.show(e,t,c.Warning,o)}info(e,t=10,o){return r.AccessibleAnnounce.polite(e,t+1),this.show(e,t,c.Info,o)}clear(){this._portal.current&&(this._portal.current.hide(),this._timeout&&(clearTimeout(this._timeout),this._timeout=null))}isShown(){return null!=this._timeout}current(){return this._timeout}show(e,t,o,n){const r=1e3*t;if(this._portal.current)this._portal.current.show(e,o,n);else{const t=document.createElement("div");t.classList.add("notify-portal-component"),document.body.appendChild(t),i.render(s.createElement(u,{ref:this._portal}),t,()=>{this._portal.current&&this._portal.current.show(e,o,n)})}return null!=this._timeout&&clearTimeout(this._timeout),this._timeout=setTimeout(()=>{this._portal.current&&this._portal.current.hide(),this._timeout=null,n&&n()},r)}}})),define("metaserver/static/js/modules/core/persistence/storage",["require","exports"],(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UserLocalStorage=t.LocalStorage=t.SessionStorage=t.BrowserStorage=t.MemoryStorage=void 0;class o{constructor(){this.storage={}}clear(){this.storage={}}getItem(e){return this.storage[e]}key(e){return Object.keys(this.storage)[e]}removeItem(e){delete this.storage[e]}setItem(e,t){this.storage[e]=t}}t.MemoryStorage=o;class n{constructor(e){this.initFn=e}get storage(){return this.initFn&&(this._storage=(function(e){let t;try{t=e()||new o}catch(e){t=new o}try{const e="__storage_test__";return t.setItem(e,e),t.removeItem(e),t}catch(e){return t&&i(e)?t:new o}})(this.initFn),delete this.initFn),this._storage}get(e){if(this.storage){const t=this.storage.getItem(e);return t?"undefined"===t?void 0:JSON.parse(t):t}}set(e,t){if(this.storage)try{return null===t?this.delete(e):this.storage.setItem(e,JSON.stringify(t))}catch(e){if(i(e))return;throw e}}delete(e){return this.storage?this.storage.removeItem(e):void 0}reset(){return this.storage?this.storage.clear():void 0}}t.BrowserStorage=n;function i(e){return e instanceof DOMException&&(22===e.code||1014===e.code||"QuotaExceededError"===e.name||"NS_ERROR_DOM_QUOTA_REACHED"===e.name)}t.SessionStorage=new n(()=>window.sessionStorage),t.LocalStorage=new n(()=>window.localStorage),t.UserLocalStorage=new class{constructor(e){this.idPrefix="userId:",this.browserStorage=e}get(e,t){return this.browserStorage.get(this.formatKey(e,t))}set(e,t,o){return this.browserStorage.set(this.formatKey(e,t),o)}clearOtherUsers(e){Object.keys(this.browserStorage.storage).map(t=>{if(t.startsWith(this.idPrefix)){const o=t.substring(this.idPrefix.length,t.indexOf("."));e.includes(Number(o))||this.browserStorage.delete(t)}})}delete(e,t){return this.browserStorage.delete(this.formatKey(e,t))}formatKey(e,t){return`${this.idPrefix}${e}.${t}`}}(t.LocalStorage)})),define("metaserver/static/js/prod_assets_web_modules/ts-key-enum",["./common/_commonjsHelpers"],(function(e){"use strict";var t,o,n={};return t=n,Object.defineProperty(t,"__esModule",{value:!0}),(o=t.Key||(t.Key={})).Unidentified="Unidentified",o.Alt="Alt",o.AltGraph="AltGraph",o.CapsLock="CapsLock",o.Control="Control",o.Fn="Fn",o.FnLock="FnLock",o.Hyper="Hyper",o.Meta="Meta",o.NumLock="NumLock",o.ScrollLock="ScrollLock",o.Shift="Shift",o.Super="Super",o.Symbol="Symbol",o.SymbolLock="SymbolLock",o.Enter="Enter",o.Tab="Tab",o.ArrowDown="ArrowDown",o.ArrowLeft="ArrowLeft",o.ArrowRight="ArrowRight",o.ArrowUp="ArrowUp",o.End="End",o.Home="Home",o.PageDown="PageDown",o.PageUp="PageUp",o.Backspace="Backspace",o.Clear="Clear",o.Copy="Copy",o.CrSel="CrSel",o.Cut="Cut",o.Delete="Delete",o.EraseEof="EraseEof",o.ExSel="ExSel",o.Insert="Insert",o.Paste="Paste",o.Redo="Redo",o.Undo="Undo",o.Accept="Accept",o.Again="Again",o.Attn="Attn",o.Cancel="Cancel",o.ContextMenu="ContextMenu",o.Escape="Escape",o.Execute="Execute",o.Find="Find",o.Finish="Finish",o.Help="Help",o.Pause="Pause",o.Play="Play",o.Props="Props",o.Select="Select",o.ZoomIn="ZoomIn",o.ZoomOut="ZoomOut",o.BrightnessDown="BrightnessDown",o.BrightnessUp="BrightnessUp",o.Eject="Eject",o.LogOff="LogOff",o.Power="Power",o.PowerOff="PowerOff",o.PrintScreen="PrintScreen",o.Hibernate="Hibernate",o.Standby="Standby",o.WakeUp="WakeUp",o.AllCandidates="AllCandidates",o.Alphanumeric="Alphanumeric",o.CodeInput="CodeInput",o.Compose="Compose",o.Convert="Convert",o.Dead="Dead",o.FinalMode="FinalMode",o.GroupFirst="GroupFirst",o.GroupLast="GroupLast",o.GroupNext="GroupNext",o.GroupPrevious="GroupPrevious",o.ModeChange="ModeChange",o.NextCandidate="NextCandidate",o.NonConvert="NonConvert",o.PreviousCandidate="PreviousCandidate",o.Process="Process",o.SingleCandidate="SingleCandidate",o.HangulMode="HangulMode",o.HanjaMode="HanjaMode",o.JunjaMode="JunjaMode",o.Eisu="Eisu",o.Hankaku="Hankaku",o.Hiragana="Hiragana",o.HiraganaKatakana="HiraganaKatakana",o.KanaMode="KanaMode",o.KanjiMode="KanjiMode",o.Katakana="Katakana",o.Romaji="Romaji",o.Zenkaku="Zenkaku",o.ZenkakuHanaku="ZenkakuHanaku",o.F1="F1",o.F2="F2",o.F3="F3",o.F4="F4",o.F5="F5",o.F6="F6",o.F7="F7",o.F8="F8",o.F9="F9",o.F10="F10",o.F11="F11",o.F12="F12",o.F13="F13",o.F14="F14",o.F15="F15",o.F16="F16",o.F17="F17",o.F18="F18",o.F19="F19",o.F20="F20",o.Soft1="Soft1",o.Soft2="Soft2",o.Soft3="Soft3",o.Soft4="Soft4",o.AppSwitch="AppSwitch",o.Call="Call",o.Camera="Camera",o.CameraFocus="CameraFocus",o.EndCall="EndCall",o.GoBack="GoBack",o.GoHome="GoHome",o.HeadsetHook="HeadsetHook",o.LastNumberRedial="LastNumberRedial",o.Notification="Notification",o.MannerMode="MannerMode",o.VoiceDial="VoiceDial",o.ChannelDown="ChannelDown",o.ChannelUp="ChannelUp",o.MediaFastForward="MediaFastForward",o.MediaPause="MediaPause",o.MediaPlay="MediaPlay",o.MediaPlayPause="MediaPlayPause",o.MediaRecord="MediaRecord",o.MediaRewind="MediaRewind",o.MediaStop="MediaStop",o.MediaTrackNext="MediaTrackNext",o.MediaTrackPrevious="MediaTrackPrevious",o.AudioBalanceLeft="AudioBalanceLeft",o.AudioBalanceRight="AudioBalanceRight",o.AudioBassDown="AudioBassDown",o.AudioBassBoostDown="AudioBassBoostDown",o.AudioBassBoostToggle="AudioBassBoostToggle",o.AudioBassBoostUp="AudioBassBoostUp",o.AudioBassUp="AudioBassUp",o.AudioFaderFront="AudioFaderFront",o.AudioFaderRear="AudioFaderRear",o.AudioSurroundModeNext="AudioSurroundModeNext",o.AudioTrebleDown="AudioTrebleDown",o.AudioTrebleUp="AudioTrebleUp",o.AudioVolumeDown="AudioVolumeDown",o.AudioVolumeMute="AudioVolumeMute",o.AudioVolumeUp="AudioVolumeUp",o.MicrophoneToggle="MicrophoneToggle",o.MicrophoneVolumeDown="MicrophoneVolumeDown",o.MicrophoneVolumeMute="MicrophoneVolumeMute",o.MicrophoneVolumeUp="MicrophoneVolumeUp",o.TV="TV",o.TV3DMode="TV3DMode",o.TVAntennaCable="TVAntennaCable",o.TVAudioDescription="TVAudioDescription",o.TVAudioDescriptionMixDown="TVAudioDescriptionMixDown",o.TVAudioDescriptionMixUp="TVAudioDescriptionMixUp",o.TVContentsMenu="TVContentsMenu",o.TVDataService="TVDataService",o.TVInput="TVInput",o.TVInputComponent1="TVInputComponent1",o.TVInputComponent2="TVInputComponent2",o.TVInputComposite1="TVInputComposite1",o.TVInputComposite2="TVInputComposite2",o.TVInputHDMI1="TVInputHDMI1",o.TVInputHDMI2="TVInputHDMI2",o.TVInputHDMI3="TVInputHDMI3",o.TVInputHDMI4="TVInputHDMI4",o.TVInputVGA1="TVInputVGA1",o.TVMediaContext="TVMediaContext",o.TVNetwork="TVNetwork",o.TVNumberEntry="TVNumberEntry",o.TVPower="TVPower",o.TVRadioService="TVRadioService",o.TVSatellite="TVSatellite",o.TVSatelliteBS="TVSatelliteBS",o.TVSatelliteCS="TVSatelliteCS",o.TVSatelliteToggle="TVSatelliteToggle",o.TVTerrestrialAnalog="TVTerrestrialAnalog",o.TVTerrestrialDigital="TVTerrestrialDigital",o.TVTimer="TVTimer",o.AVRInput="AVRInput",o.AVRPower="AVRPower",o.ColorF0Red="ColorF0Red",o.ColorF1Green="ColorF1Green",o.ColorF2Yellow="ColorF2Yellow",o.ColorF3Blue="ColorF3Blue",o.ColorF4Grey="ColorF4Grey",o.ColorF5Brown="ColorF5Brown",o.ClosedCaptionToggle="ClosedCaptionToggle",o.Dimmer="Dimmer",o.DisplaySwap="DisplaySwap",o.DVR="DVR",o.Exit="Exit",o.FavoriteClear0="FavoriteClear0",o.FavoriteClear1="FavoriteClear1",o.FavoriteClear2="FavoriteClear2",o.FavoriteClear3="FavoriteClear3",o.FavoriteRecall0="FavoriteRecall0",o.FavoriteRecall1="FavoriteRecall1",o.FavoriteRecall2="FavoriteRecall2",o.FavoriteRecall3="FavoriteRecall3",o.FavoriteStore0="FavoriteStore0",o.FavoriteStore1="FavoriteStore1",o.FavoriteStore2="FavoriteStore2",o.FavoriteStore3="FavoriteStore3",o.Guide="Guide",o.GuideNextDay="GuideNextDay",o.GuidePreviousDay="GuidePreviousDay",o.Info="Info",o.InstantReplay="InstantReplay",o.Link="Link",o.ListProgram="ListProgram",o.LiveContent="LiveContent",o.Lock="Lock",o.MediaApps="MediaApps",o.MediaAudioTrack="MediaAudioTrack",o.MediaLast="MediaLast",o.MediaSkipBackward="MediaSkipBackward",o.MediaSkipForward="MediaSkipForward",o.MediaStepBackward="MediaStepBackward",o.MediaStepForward="MediaStepForward",o.MediaTopMenu="MediaTopMenu",o.NavigateIn="NavigateIn",o.NavigateNext="NavigateNext",o.NavigateOut="NavigateOut",o.NavigatePrevious="NavigatePrevious",o.NextFavoriteChannel="NextFavoriteChannel",o.NextUserProfile="NextUserProfile",o.OnDemand="OnDemand",o.Pairing="Pairing",o.PinPDown="PinPDown",o.PinPMove="PinPMove",o.PinPToggle="PinPToggle",o.PinPUp="PinPUp",o.PlaySpeedDown="PlaySpeedDown",o.PlaySpeedReset="PlaySpeedReset",o.PlaySpeedUp="PlaySpeedUp",o.RandomToggle="RandomToggle",o.RcLowBattery="RcLowBattery",o.RecordSpeedNext="RecordSpeedNext",o.RfBypass="RfBypass",o.ScanChannelsToggle="ScanChannelsToggle",o.ScreenModeNext="ScreenModeNext",o.Settings="Settings",o.SplitScreenToggle="SplitScreenToggle",o.STBInput="STBInput",o.STBPower="STBPower",o.Subtitle="Subtitle",o.Teletext="Teletext",o.VideoModeNext="VideoModeNext",o.Wink="Wink",o.ZoomToggle="ZoomToggle",o.SpeechCorrectionList="SpeechCorrectionList",o.SpeechInputToggle="SpeechInputToggle",o.Close="Close",o.New="New",o.Open="Open",o.Print="Print",o.Save="Save",o.SpellCheck="SpellCheck",o.MailForward="MailForward",o.MailReply="MailReply",o.MailSend="MailSend",o.LaunchCalculator="LaunchCalculator",o.LaunchCalendar="LaunchCalendar",o.LaunchContacts="LaunchContacts",o.LaunchMail="LaunchMail",o.LaunchMediaPlayer="LaunchMediaPlayer",o.LaunchMusicPlayer="LaunchMusicPlayer",o.LaunchMyComputer="LaunchMyComputer",o.LaunchPhone="LaunchPhone",o.LaunchScreenSaver="LaunchScreenSaver",o.LaunchSpreadsheet="LaunchSpreadsheet",o.LaunchWebBrowser="LaunchWebBrowser",o.LaunchWebCam="LaunchWebCam",o.LaunchWordProcessor="LaunchWordProcessor",o.LaunchApplication1="LaunchApplication1",o.LaunchApplication2="LaunchApplication2",o.LaunchApplication3="LaunchApplication3",o.LaunchApplication4="LaunchApplication4",o.LaunchApplication5="LaunchApplication5",o.LaunchApplication6="LaunchApplication6",o.LaunchApplication7="LaunchApplication7",o.LaunchApplication8="LaunchApplication8",o.LaunchApplication9="LaunchApplication9",o.LaunchApplication10="LaunchApplication10",o.LaunchApplication11="LaunchApplication11",o.LaunchApplication12="LaunchApplication12",o.LaunchApplication13="LaunchApplication13",o.LaunchApplication14="LaunchApplication14",o.LaunchApplication15="LaunchApplication15",o.LaunchApplication16="LaunchApplication16",o.BrowserBack="BrowserBack",o.BrowserFavorites="BrowserFavorites",o.BrowserForward="BrowserForward",o.BrowserHome="BrowserHome",o.BrowserRefresh="BrowserRefresh",o.BrowserSearch="BrowserSearch",o.BrowserStop="BrowserStop",o.Decimal="Decimal",o.Key11="Key11",o.Key12="Key12",o.Multiply="Multiply",o.Add="Add",o.Divide="Divide",o.Subtract="Subtract",o.Separator="Separator",e.getDefaultExportFromCjs(n)})),define("metaserver/static/js/prod_assets_web_modules/ts-keycode-enum",["./common/_commonjsHelpers"],(function(e){"use strict";var t,o,n={};return t=n,Object.defineProperty(t,"__esModule",{value:!0}),(o=t.Key||(t.Key={}))[o.Backspace=8]="Backspace",o[o.Tab=9]="Tab",o[o.Enter=13]="Enter",o[o.Shift=16]="Shift",o[o.Ctrl=17]="Ctrl",o[o.Alt=18]="Alt",o[o.PauseBreak=19]="PauseBreak",o[o.CapsLock=20]="CapsLock",o[o.Escape=27]="Escape",o[o.Space=32]="Space",o[o.PageUp=33]="PageUp",o[o.PageDown=34]="PageDown",o[o.End=35]="End",o[o.Home=36]="Home",o[o.LeftArrow=37]="LeftArrow",o[o.UpArrow=38]="UpArrow",o[o.RightArrow=39]="RightArrow",o[o.DownArrow=40]="DownArrow",o[o.Insert=45]="Insert",o[o.Delete=46]="Delete",o[o.Zero=48]="Zero",o[o.ClosedParen=48]="ClosedParen",o[o.One=49]="One",o[o.ExclamationMark=49]="ExclamationMark",o[o.Two=50]="Two",o[o.AtSign=50]="AtSign",o[o.Three=51]="Three",o[o.PoundSign=51]="PoundSign",o[o.Hash=51]="Hash",o[o.Four=52]="Four",o[o.DollarSign=52]="DollarSign",o[o.Five=53]="Five",o[o.PercentSign=53]="PercentSign",o[o.Six=54]="Six",o[o.Caret=54]="Caret",o[o.Hat=54]="Hat",o[o.Seven=55]="Seven",o[o.Ampersand=55]="Ampersand",o[o.Eight=56]="Eight",o[o.Star=56]="Star",o[o.Asterik=56]="Asterik",o[o.Nine=57]="Nine",o[o.OpenParen=57]="OpenParen",o[o.A=65]="A",o[o.B=66]="B",o[o.C=67]="C",o[o.D=68]="D",o[o.E=69]="E",o[o.F=70]="F",o[o.G=71]="G",o[o.H=72]="H",o[o.I=73]="I",o[o.J=74]="J",o[o.K=75]="K",o[o.L=76]="L",o[o.M=77]="M",o[o.N=78]="N",o[o.O=79]="O",o[o.P=80]="P",o[o.Q=81]="Q",o[o.R=82]="R",o[o.S=83]="S",o[o.T=84]="T",o[o.U=85]="U",o[o.V=86]="V",o[o.W=87]="W",o[o.X=88]="X",o[o.Y=89]="Y",o[o.Z=90]="Z",o[o.LeftWindowKey=91]="LeftWindowKey",o[o.RightWindowKey=92]="RightWindowKey",o[o.SelectKey=93]="SelectKey",o[o.Numpad0=96]="Numpad0",o[o.Numpad1=97]="Numpad1",o[o.Numpad2=98]="Numpad2",o[o.Numpad3=99]="Numpad3",o[o.Numpad4=100]="Numpad4",o[o.Numpad5=101]="Numpad5",o[o.Numpad6=102]="Numpad6",o[o.Numpad7=103]="Numpad7",o[o.Numpad8=104]="Numpad8",o[o.Numpad9=105]="Numpad9",o[o.Multiply=106]="Multiply",o[o.Add=107]="Add",o[o.Subtract=109]="Subtract",o[o.DecimalPoint=110]="DecimalPoint",o[o.Divide=111]="Divide",o[o.F1=112]="F1",o[o.F2=113]="F2",o[o.F3=114]="F3",o[o.F4=115]="F4",o[o.F5=116]="F5",o[o.F6=117]="F6",o[o.F7=118]="F7",o[o.F8=119]="F8",o[o.F9=120]="F9",o[o.F10=121]="F10",o[o.F11=122]="F11",o[o.F12=123]="F12",o[o.NumLock=144]="NumLock",o[o.ScrollLock=145]="ScrollLock",o[o.SemiColon=186]="SemiColon",o[o.Equals=187]="Equals",o[o.Comma=188]="Comma",o[o.Dash=189]="Dash",o[o.Period=190]="Period",o[o.UnderScore=189]="UnderScore",o[o.PlusSign=187]="PlusSign",o[o.ForwardSlash=191]="ForwardSlash",o[o.Tilde=192]="Tilde",o[o.GraveAccent=192]="GraveAccent",o[o.OpenBracket=219]="OpenBracket",o[o.ClosedBracket=221]="ClosedBracket",o[o.Quote=222]="Quote",e.getDefaultExportFromCjs(n)})); //# sourceMappingURL=pkg-core.min.js-vfl3xXLR9.map