/*!
 * JavaScript Cookie v2.2.0
 * https://github.com/js-cookie/js-cookie
 *
 * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
 * Released under the MIT license
 */;(function(factory){var registeredInModuleLoader=false;if(typeof define==='function'&&define.amd){define(factory);registeredInModuleLoader=true;}
if(typeof exports==='object'){module.exports=factory();registeredInModuleLoader=true;}
if(!registeredInModuleLoader){var OldCookies=window.Cookies;var api=window.Cookies=factory();api.noConflict=function(){window.Cookies=OldCookies;return api;};}}(function(){function extend(){var i=0;var result={};for(;i<arguments.length;i++){var attributes=arguments[i];for(var key in attributes){result[key]=attributes[key];}}
return result;}
function init(converter){function api(key,value,attributes){var result;if(typeof document==='undefined'){return;}
if(arguments.length>1){attributes=extend({path:'/'},api.defaults,attributes);if(typeof attributes.expires==='number'){var expires=new Date();expires.setMilliseconds(expires.getMilliseconds()+attributes.expires*864e+5);attributes.expires=expires;}
attributes.expires=attributes.expires?attributes.expires.toUTCString():'';try{result=JSON.stringify(value);if(/^[\{\[]/.test(result)){value=result;}}catch(e){}
if(!converter.write){value=encodeURIComponent(String(value)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);}else{value=converter.write(value,key);}
key=encodeURIComponent(String(key));key=key.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent);key=key.replace(/[\(\)]/g,escape);var stringifiedAttributes='';for(var attributeName in attributes){if(!attributes[attributeName]){continue;}
stringifiedAttributes+='; '+attributeName;if(attributes[attributeName]===true){continue;}
stringifiedAttributes+='='+attributes[attributeName];}
return(document.cookie=key+'='+value+stringifiedAttributes);}
if(!key){result={};}
var cookies=document.cookie?document.cookie.split('; '):[];var rdecode=/(%[0-9A-Z]{2})+/g;var i=0;for(;i<cookies.length;i++){var parts=cookies[i].split('=');var cookie=parts.slice(1).join('=');if(!this.json&&cookie.charAt(0)==='"'){cookie=cookie.slice(1,-1);}
try{var name=parts[0].replace(rdecode,decodeURIComponent);cookie=converter.read?converter.read(cookie,name):converter(cookie,name)||cookie.replace(rdecode,decodeURIComponent);if(this.json){try{cookie=JSON.parse(cookie);}catch(e){}}
if(key===name){result=cookie;break;}
if(!key){result[name]=cookie;}}catch(e){}}
return result;}
api.set=api;api.get=function(key){return api.call(api,key);};api.getJSON=function(){return api.apply({json:true},[].slice.call(arguments));};api.defaults={};api.remove=function(key,attributes){api(key,'',extend(attributes,{expires:-1}));};api.withConverter=init;return api;}
return init(function(){});}));;(function(window,undefined){"use strict";var tvo,_def,TVOConfig,TVOLib,TVOUtil;_def={site:{id:{pc:"tvo_pc",smartphone:"tvo_smp",mobile_official:"tvo_k",mobile_portal:"tvo_mp"},mediaQuery:{desktop:"only screen and (min-width: 980px)",tablet:"only screen and (min-width: 641px) and (max-width: 979px)",smartphone:"only screen and (max-width: 640px)",smartphone_landscape:"only screen and (max-width: 767px)",featurephone:"handheld"},host:{TVO:"www.tv-osaka.co.jp",TVOSecure:"ssl.tv-osaka.co.jp",AmazonCloudFrontCD:"cdn.tv-osaka.co.jp",AmazonCloudFrontCDSecure:"cdn.tv-osaka.co.jp",AmazonCloudFront:"dm17bquiori2j.cloudfront.net",AmazonCloudFrontSecure:"dm17bquiori2j.cloudfront.net",SPIRAL:"reg31.smp.ne.jp",SPIRALArea:"area31.smp.ne.jp"}},state:{none:0,loading:1,done:2}};if(window.tvo){return;}else{window.tvo={};tvo=window.tvo;}
TVOConfig=function(){var html=document.getElementsByTagName("html")[0],dataAttr=html.getAttribute("data-tvo"),data=JSON?JSON.parse(dataAttr):null,session=this._initSession(data);this.extend(this.defaults,session,data);};TVOConfig.prototype={defaults:{site_id:_def.site.id.pc,media_type:_def.site.mediaQuery.desktop,CDNHost:[_def.site.host.AmazonCloudFrontCD,_def.site.host.AmazonCloudFront],useCDN:true,jQueryVersion:"3.5.1",UnderscoreVersion:"1.8.3",noAjaxCache:window.navigator.userAgent.toLowerCase().indexOf('msie')!==-1,beforeAjax:function(xhr){if(tvo.config.noAjaxCache){xhr.setRequestHeader("If-Modified-Since","Thu, 01 Jun 1970 00:00:00 GMT");}}},extend:function(){var target=this,i=0,length=arguments.length,opts,name;for(;i<length;i++){opts=arguments[i];if(typeof opts==="object"&&opts!==null&&Object.prototype.toString.call(opts)!=="[object Array]"&&Object.prototype.toString.call(opts)!=="[object Function]"){for(name in opts){if(target===opts[name]){continue;}
if(opts[name]!==undefined){target[name]=opts[name];}}}}
return target;},_initSession:function(data){switch(true){case!Cookies:break;case!data||!data.session||data.session==="save":var domain;Object.keys(_def.site.host).some(function(key){if(_def.site.host[key]===location.hostname){domain=location.hostname;switch(key){case"TVO":case"TVOSecure":case"AmazonCloudFrontCD":case"SPIRAL":case"SPIRALArea":domain=domain.replace(/^.+?\./,"");break;}
return true;}});var opts={domain:domain};if(!data||!data.session){Cookies.remove("tvo-config",opts);}else{Cookies.set("tvo-config",data,opts);}
break;case data.session==="inherit":return Cookies.getJSON("tvo-config")||null;}
return null;}};TVOLib=function(){};TVOLib.prototype={pathJS:"/rs/src/c.js?rs_id=jquery,underscore",jQuery:undefined,Underscore:undefined,state:_def.state.none,queue:[],load:function(opts){var self=this,jq=window.jQuery||this.jQuery,us=window._||this.Underscore,jQueryVersion=tvo.config.jQueryVersion,UnderscoreVersion=tvo.config.UnderscoreVersion;if(opts.done){self.queue.push(opts.done);}
if(!jq||(jQueryVersion&&jq.fn&&jq.fn.jquery!==jQueryVersion)||!us||(UnderscoreVersion&&us.VERSION!==UnderscoreVersion)){if(self.state!==_def.state.loading){tvo.util.loadJS(self.pathJS,{callback:function(){self.complete({jQuery:window.jQuery.noConflict(true),Underscore:window._.noConflict()});}});self.state=_def.state.loading;}}else{self.complete({jQuery:jq,Underscore:us});}},complete:function(libs){this.set(libs);this.setup();if(this.state!==_def.state.done){this.listenConflict();this.listenDeprecation();}
this.state=_def.state.done;this.exeQueue();},setup:function(){var $=this.jQuery;$.extend($.expr.pseudos,{tvo:function(elm,i,m){return $(elm).is(".tvo-"+m[3]);}});},exeQueue:function(){for(var i=0;i<this.queue.length;i++){this.queue[i].apply(this);}
this.queue=[];},set:function(libs){this.jQuery=libs.jQuery;this.Underscore=libs.Underscore;},get:function(name){switch(name){case"jQuery":case"Underscore":return this[name]||undefined;default:return undefined;}},listenConflict:function(){var $=this.get("jQuery");$(window).on("load",function(){if(window.jQuery&&window.jQuery!==$){window.tvo&&window.tvo.module&&window.tvo.module.analyze&&window.tvo.module.analyze.trackEvent($("html"),{category:"TVOLib",action:"jquery-conflict",label:$.fn.jquery+" <> "+window.jQuery.fn.jquery});}});},listenDeprecation:function(){var $=this.get("jQuery");$(window).on("load",function(){$.migrateWarnings&&$.each($.migrateWarnings,function(){window.tvo&&window.tvo.module&&window.tvo.module.analyze&&window.tvo.module.analyze.trackEvent($("html"),{category:"TVOLib",action:"jquery-migrate-warn",label:this+" [v"+$.migrateVersion+"]"});});});}};TVOUtil=function(){};TVOUtil.prototype={merge:function(opts,config){config=config||{};for(var key in opts){if(opts.hasOwnProperty(key)){if(opts[key]&&typeof opts[key]==="object"&&config[key]&&typeof config[key]==="object"){window.tvo.util.merge.apply(this,[opts[key],config[key]]);}else{config[key]=opts[key];}}}
return config;},loadCSS:function(path){var link=document.createElement('link');link.rel='stylesheet';link.type='text/css';link.media='screen';link.href=this.remotePath(path);(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(link);return true;},loadJS:function(src,opts){var sc=document.createElement('script'),self=this;sc.type='text/javascript';if(opts&&opts.async){sc.async=true;}
if(opts&&opts.callback){if(window.ActiveXObject){sc.onreadystatechange=function(){if(sc.readyState==='complete'){opts.callback.call(self,sc.readyState);}
if(sc.readyState==='loaded'){opts.callback.call(self,sc.readyState);}};}else{sc.onload=function(){opts.callback.call(self);};}}
sc.src=this.remotePath(src);((opts&&opts.target)||document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(sc);return true;},isSSL:function(){return document.location.protocol==="https:";},isRemotePath:function(path){var loc=document.location,host=loc.hostname;return!this.isURL(path)&&!this.isDomesticHost(host);},remotePath:function(path){switch(true){case this.isRemotePath(path):path=(this.isSSL()?'https://'+_def.site.host.TVOSecure:'http://'+_def.site.host.TVO)+this.absPath(path);break;case this.isURL(path)&&this.isSSL():if(path.indexOf("http://"+_def.site.host.TVO)===0){path=path.replace(/^https?:\/\/[^\/]+/,"https://"+_def.site.host.TVOSecure);}else if(this.isCDNHost(path.split("/")[2])){path=path.replace(/^https?:\/\/[^\/]+/,"https://"+_def.site.host.AmazonCloudFrontCDSecure);}
break;}
return path;},absPath:function(path){var root=document.location.protocol+'//'+document.location.host;switch(true){case path.indexOf('#')===0:path=document.location.pathname+path;break;default:var e=document.createElement('span');e.innerHTML='<a href="'+path+'" />';path=e.firstChild.href;path=path.replace(root,'');break;case path.indexOf(root)===0:path=path.replace(root,'');break;}
return path;},toCDNPath:function(path,version){var CDNPath;if(tvo.config.useCDN){CDNPath="https://"+_def.site.host.AmazonCloudFrontCDSecure;CDNPath=version&&/[0-9\.]+/.test(version)?CDNPath+"/cdn/v"+version:CDNPath;if(!this.isURL(path)){return CDNPath+this.absPath(path);}else if(this.isDomesticURL(path)){return path.replace(/^https?:\/\/[^\/]+/,CDNPath);}}
return path;},isURL:function(url){var res=/^(https?:)?\/\//.test(url);return res;},isSSLURL:function(url){var res=/^https:\/\//.test(url);return res;},isDomesticURL:function(url){if(this.isURL(url)){return this.isDomesticHost(url.split("/")[2]);}else{return false;}},isDomesticHost:function(host){var res=/^(?:www\.|ssl\.|cdn\.)?tv-osaka\.co\.jp$/.test(host);return res||this.isCDNHost(host);},isCDNHost:function(host){for(var i=0;i<tvo.config.CDNHost.length;i++){if(host===tvo.config.CDNHost[i]){return true;}}
return false;},parseURL:function(url){if(!url){return null;}
var a=document.createElement("a");a.href=url;return{href:a.href,protocol:a.protocol,host:a.host,hostname:a.hostname,origin:a.origin,port:a.port,pathname:a.pathname,search:a.search,hash:a.hash};},dec2Hex:function(dec){dec=parseInt(dec,10);if(!isNaN(dec)){var hexChars="0123456789ABCDEF";if(dec>255){dec=255;}else if(dec<0){dec=0;}
var i=dec%16;var j=(dec-i)/ 16;return hexChars.charAt(j)+hexChars.charAt(i);}else{return NaN;}},matchMedia:function(query){if(!window.matchMedia||!query){return null;}
return window.matchMedia(query);},normalizeMediaQuery:function(q){q=q.toLowerCase();q=q.replace(/\s*([:,\(\)])\s*/g,function(match,char){switch(char){case":":case",":case")":return char+" ";case"(":return" "+char;}});q=q.replace(/\s+/g," ");q=q.replace(/^\s*/,"");q=q.replace(/\s*$/,"");return q;},supportsLocalStorage:function(){try{if(typeof localStorage==="undefined"){return false;}else if(window.localStorage){}}catch(e){return false;}
return true;},supportsSessionStorage:function(){try{if(typeof sessionStorage==="undefined"){return false;}else if(window.sessionStorage){}}catch(e){return false;}
return true;}};window.tvo.util=new TVOUtil();window.tvo.lib=new TVOLib();window.tvo.config=new TVOConfig();window.tvo.constant=_def;})(this);;!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/portal/201610/js/tvo.widget/",n(n.s=2)}([function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e){t.exports={props:{content:{type:Object,validator:function(t){return t instanceof tvo.content}},datestr:{type:String,default:null},imageWidth:{type:Number,default:768},imageQuality:{type:Number,default:0},renderVideo:{type:Boolean,default:!1},playsinlineVideo:{type:Boolean,default:!1},autoplayVideo:{type:Boolean,default:!1},mutedVideo:{type:Boolean,default:!1},deferVideo:{type:Boolean,default:!1},renderDescription:{type:Boolean,default:!1},context:{type:String,default:null}},computed:{site:function(){var t=this.siteOption;return t?t.url:void 0},isDomestic:function(){return tvo.util.isURL(this.url)&&tvo.util.isDomesticURL(this.url)},isOwned:function(){return tvo.util.isURL(this.site)&&tvo.util.isDomesticURL(this.site)},isSummary:function(){var t=this.siteOption;return t?t.is_summary:void 0},trackEventOptions:function(){var t=this.onairId&&this.onairId.length>0?this.onairId:this.programId;return{trackEvent:{category:"TVOProgram",label:t&&t.length>0?tvo.lib.Underscore.uniq(t).join(",")+" | "+this.title:this.title}}}},methods:{unixtime:function(){var t=this.startDate();return t?t.getTime()/1e3:null},iso8601:function(){var t=this.startDate();return t?t.toISOString():null},buildTrackEventData:function(t){var e=tvo.lib.jQuery.extend(!0,{},this.trackEventOptions);return t&&e.trackEvent&&(e.trackEvent.label=e.trackEvent.label+" ["+t+"]"),JSON.stringify(e)},hasProgramId:function(t){return this.programId&&-1!==this.programId.indexOf(t)},hasPrimaryProgramId:function(t){return this.programId&&this.programId[0]===t},hasOnairId:function(t){return this.onairId&&-1!==this.onairId.indexOf(t)},urlEncode:function(t){return encodeURIComponent(decodeURIComponent(t))},lazyLoad:function(){var t=this;tvo.lib.jQuery.fn.lazyload&&tvo.lib.jQuery(this.$el).find("[data-lazy]").lazyload({data_attribute:"lazy",skip_invisible:!0,appear:function(){var e=t.getVideos();e&&e.length&&e.forEach((function(t){!tvo.lib.jQuery(t.$el).api("tvo-video")&&t.build()}))}})},buildImage:function(t){var e=this.images[t]||null;return e||(e=tvo.util.toCDNPath("r1609"===t?"/portal/201610/images/r1609_default.png":"/portal/201610/images/w200h125_default.png")),e&&tvo.util.isDomesticURL(e)&&(e=tvo.util.remotePath(tvo.util.toCDNPath(e))),e},getImageSet:function(t){return t?{w200h125:t.getImage("w200h125"),r1609:t.getImage("r1609"),hero:tvo.widget.breakpoint("smartphone_landscape")?t.getImage("r1609"):t.getImage("hero"),hero_pc:t.getImage("hero"),hero_smp:t.getImage("hero2")}:null},getVideoSet:function(t){var e;return t?(e=t.getVideo("brightcove"))?{provider:"brightcove",id:e,player:tvo.lib.jQuery.Brightcove?tvo.lib.jQuery.Brightcove.defaults.player.tvo.portal_programs.playerID:void 0,poster:this.images.r1609?this.buildImage("r1609"):void 0,url:this.site}:(e=t.getVideo("equipmedia"))?{provider:"equipmedia",id:e,poster:this.images.r1609?this.buildImage("r1609"):void 0,url:this.site}:(e=t.getVideo("youtube"))?{provider:"youtube",id:e,poster:this.images.r1609?this.buildImage("r1609"):void 0,url:this.site}:null:null},createVideo:function(){var t=this.getVideos();t&&t.length&&t.forEach((function(t){tvo.lib.jQuery(t.$el).filter("[data-lazy]").trigger("appear")}))},getVideos:function(){return this.$refs.video?tvo.lib.Underscore.isArray(this.$refs.video)?this.$refs.video:[this.$refs.video]:null},mediaQuery:function(t){return tvo.constant.site.mediaQuery[t]}},mounted:function(){this.$on("videoended",(function(){this.$parent.$emit("videoended")})),this.$on("videoplaying",(function(){this.$parent.$emit("videoplaying")})),this.$nextTick(this.lazyLoad)}}},function(t,e,n){!function(t,e,r,i){"use strict";var o;if(!t.tvo||!t.tvo.widget){t.tvo=t.tvo||{},o=t.tvo;var a=n(3).default;a.component("tvo-program",n(7)),a.component("tvo-content",n(8)),a.component("tvo-content-list",n(9)),a.component("tvo-video",n(10)),t.tvo.widget={config:{},lib:{Vue:a},instances:{},build:function(t){var e=this;o.widget.mergeConfig.apply(e,[t]),e.config.pathCSS&&o.util.loadCSS(o.util.toCDNPath(e.config.pathCSS)),e.config.html&&o.widget.render(e.config.html),o.lib.load({done:function(){e.init(),r=r||o.lib.get("jQuery"),i=i||o.lib.get("Underscore")}})},mergeConfig:function(t){this.config=this.config||{},o.util.merge.apply(this,[o.widget.config,this.config]),o.util.merge.apply(this,[t,this.config])},breakpoint:function(t){var e=o.constant.site.mediaQuery[t],n=e?o.util.matchMedia(e):null;return n&&n.matches},protectImage:function(t){r(t).on("load",(function(t){r(t.target).parent().css({position:"relative",top:0,left:0}).append(r(r.parseHTML("<img/>")).attr({src:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="}).css({position:"absolute",top:0,left:0,width:"100%",height:"100%",zIndex:"9999"}))})).each((function(){this.complete&&r(this).trigger("load")}))},render:function(e){var n;if(e){n=t.document.location.protocol+"//"+t.document.location.host;var r=function(t,e,r,i){return r="string"==typeof r&&0===r.indexOf(n)?r.replace(n,""):r,e+o.util.remotePath(r)+i};return e=e.replace(/(<(?:img|input type=["']?image["']?)[^>]*?\ssrc=["']?)([^"']+)(["']?)/g,r).replace(/(url\(["']?)([^\)"']+)(["']?\))/g,r),t.document.write(e),!0}return!1}}}}(window)},function(t,e,n){"use strict";n.r(e),function(t,r){n.d(e,"EffectScope",(function(){return An})),n.d(e,"computed",(function(){return ce})),n.d(e,"customRef",(function(){return ee})),n.d(e,"default",(function(){return Yr})),n.d(e,"defineAsyncComponent",(function(){return Yn})),n.d(e,"defineComponent",(function(){return hr})),n.d(e,"del",(function(){return Nt})),n.d(e,"effectScope",(function(){return In})),n.d(e,"getCurrentInstance",(function(){return pt})),n.d(e,"getCurrentScope",(function(){return Dn})),n.d(e,"h",(function(){return Nn})),n.d(e,"inject",(function(){return Mn})),n.d(e,"isProxy",(function(){return Ht})),n.d(e,"isReactive",(function(){return Vt})),n.d(e,"isReadonly",(function(){return Ut})),n.d(e,"isRef",(function(){return Qt})),n.d(e,"isShallow",(function(){return zt})),n.d(e,"markRaw",(function(){return Kt})),n.d(e,"mergeDefaults",(function(){return Ke})),n.d(e,"nextTick",(function(){return Gn})),n.d(e,"onActivated",(function(){return sr})),n.d(e,"onBeforeMount",(function(){return er})),n.d(e,"onBeforeUnmount",(function(){return or})),n.d(e,"onBeforeUpdate",(function(){return rr})),n.d(e,"onDeactivated",(function(){return cr})),n.d(e,"onErrorCaptured",(function(){return pr})),n.d(e,"onMounted",(function(){return nr})),n.d(e,"onRenderTracked",(function(){return lr})),n.d(e,"onRenderTriggered",(function(){return fr})),n.d(e,"onScopeDispose",(function(){return jn})),n.d(e,"onServerPrefetch",(function(){return ur})),n.d(e,"onUnmounted",(function(){return ar})),n.d(e,"onUpdated",(function(){return ir})),n.d(e,"provide",(function(){return En})),n.d(e,"proxyRefs",(function(){return Yt})),n.d(e,"reactive",(function(){return Rt})),n.d(e,"readonly",(function(){return ie})),n.d(e,"ref",(function(){return Jt})),n.d(e,"set",(function(){return Mt})),n.d(e,"shallowReactive",(function(){return Ft})),n.d(e,"shallowReadonly",(function(){return se})),n.d(e,"shallowRef",(function(){return Wt})),n.d(e,"toRaw",(function(){return qt})),n.d(e,"toRef",(function(){return re})),n.d(e,"toRefs",(function(){return ne})),n.d(e,"triggerRef",(function(){return Zt})),n.d(e,"unref",(function(){return Xt})),n.d(e,"useAttrs",(function(){return Ue})),n.d(e,"useCssModule",(function(){return Zn})),n.d(e,"useCssVars",(function(){return Xn})),n.d(e,"useListeners",(function(){return He})),n.d(e,"useSlots",(function(){return ze})),n.d(e,"version",(function(){return vr})),n.d(e,"watch",(function(){return On})),n.d(e,"watchEffect",(function(){return wn})),n.d(e,"watchPostEffect",(function(){return xn})),n.d(e,"watchSyncEffect",(function(){return Cn}));
/*!
 * Vue.js v2.7.14
 * (c) 2014-2022 Evan You
 * Released under the MIT License.
 */
var i=Object.freeze({}),o=Array.isArray;function a(t){return null==t}function s(t){return null!=t}function c(t){return!0===t}function u(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function l(t){return"function"==typeof t}function f(t){return null!==t&&"object"==typeof t}var d=Object.prototype.toString;function p(t){return"[object Object]"===d.call(t)}function v(t){return"[object RegExp]"===d.call(t)}function h(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function m(t){return s(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function g(t){return null==t?"":Array.isArray(t)||p(t)&&t.toString===d?JSON.stringify(t,null,2):String(t)}function y(t){var e=parseFloat(t);return isNaN(e)?t:e}function _(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}var b=_("slot,component",!0),$=_("key,ref,slot,slot-scope,is");function w(t,e){var n=t.length;if(n){if(e===t[n-1])return void(t.length=n-1);var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var x=Object.prototype.hasOwnProperty;function C(t,e){return x.call(t,e)}function S(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var k=/-(\w)/g,O=S((function(t){return t.replace(k,(function(t,e){return e?e.toUpperCase():""}))})),T=S((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),A=/\B([A-Z])/g,I=S((function(t){return t.replace(A,"-$1").toLowerCase()}));var D=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function j(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function E(t,e){for(var n in e)t[n]=e[n];return t}function P(t){for(var e={},n=0;n<t.length;n++)t[n]&&E(e,t[n]);return e}function M(t,e,n){}var N=function(t,e,n){return!1},L=function(t){return t};function R(t,e){if(t===e)return!0;var n=f(t),r=f(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),o=Array.isArray(e);if(i&&o)return t.length===e.length&&t.every((function(t,n){return R(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(i||o)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return R(t[n],e[n])}))}catch(t){return!1}}function F(t,e){for(var n=0;n<t.length;n++)if(R(t[n],e))return n;return-1}function B(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function V(t,e){return t===e?0===t&&1/t!=1/e:t==t||e==e}var z=["component","directive","filter"],U=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],H={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:N,isReservedAttr:N,isUnknownElement:N,getTagNamespace:M,parsePlatformTagName:L,mustUseProp:N,async:!0,_lifecycleHooks:U},q=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function K(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function Q(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var J=new RegExp("[^".concat(q.source,".$_\\d]"));var W="__proto__"in{},G="undefined"!=typeof window,Z=G&&window.navigator.userAgent.toLowerCase(),X=Z&&/msie|trident/.test(Z),Y=Z&&Z.indexOf("msie 9.0")>0,tt=Z&&Z.indexOf("edge/")>0;Z&&Z.indexOf("android");var et=Z&&/iphone|ipad|ipod|ios/.test(Z);Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z);var nt,rt=Z&&Z.match(/firefox\/(\d+)/),it={}.watch,ot=!1;if(G)try{var at={};Object.defineProperty(at,"passive",{get:function(){ot=!0}}),window.addEventListener("test-passive",null,at)}catch(t){}var st=function(){return void 0===nt&&(nt=!G&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),nt},ct=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ut(t){return"function"==typeof t&&/native code/.test(t.toString())}var lt,ft="undefined"!=typeof Symbol&&ut(Symbol)&&"undefined"!=typeof Reflect&&ut(Reflect.ownKeys);lt="undefined"!=typeof Set&&ut(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var dt=null;function pt(){return dt&&{proxy:dt}}function vt(t){void 0===t&&(t=null),t||dt&&dt._scope.off(),dt=t,t&&t._scope.on()}var ht=function(){function t(t,e,n,r,i,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),mt=function(t){void 0===t&&(t="");var e=new ht;return e.text=t,e.isComment=!0,e};function gt(t){return new ht(void 0,void 0,void 0,String(t))}function yt(t){var e=new ht(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var _t=0,bt=[],$t=function(){function t(){this._pending=!1,this.id=_t++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,bt.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){var e=this.subs.filter((function(t){return t}));for(var n=0,r=e.length;n<r;n++){0,e[n].update()}},t}();$t.target=null;var wt=[];function xt(t){wt.push(t),$t.target=t}function Ct(){wt.pop(),$t.target=wt[wt.length-1]}var St=Array.prototype,kt=Object.create(St);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=St[t];Q(kt,t,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i,o=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),o}))}));var Ot=Object.getOwnPropertyNames(kt),Tt={},At=!0;function It(t){At=t}var Dt={notify:M,depend:M,addSub:M,removeSub:M},jt=function(){function t(t,e,n){if(void 0===e&&(e=!1),void 0===n&&(n=!1),this.value=t,this.shallow=e,this.mock=n,this.dep=n?Dt:new $t,this.vmCount=0,Q(t,"__ob__",this),o(t)){if(!n)if(W)t.__proto__=kt;else for(var r=0,i=Ot.length;r<i;r++){Q(t,s=Ot[r],kt[s])}e||this.observeArray(t)}else{var a=Object.keys(t);for(r=0;r<a.length;r++){var s;Pt(t,s=a[r],Tt,void 0,e,n)}}}return t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Et(t[e],!1,this.mock)},t}();function Et(t,e,n){return t&&C(t,"__ob__")&&t.__ob__ instanceof jt?t.__ob__:!At||!n&&st()||!o(t)&&!p(t)||!Object.isExtensible(t)||t.__v_skip||Qt(t)||t instanceof ht?void 0:new jt(t,e,n)}function Pt(t,e,n,r,i,a){var s=new $t,c=Object.getOwnPropertyDescriptor(t,e);if(!c||!1!==c.configurable){var u=c&&c.get,l=c&&c.set;u&&!l||n!==Tt&&2!==arguments.length||(n=t[e]);var f=!i&&Et(n,!1,a);return Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return $t.target&&(s.depend(),f&&(f.dep.depend(),o(e)&&Lt(e))),Qt(e)&&!i?e.value:e},set:function(e){var r=u?u.call(t):n;if(V(r,e)){if(l)l.call(t,e);else{if(u)return;if(!i&&Qt(r)&&!Qt(e))return void(r.value=e);n=e}f=!i&&Et(e,!1,a),s.notify()}}}),s}}function Mt(t,e,n){if(!Ut(t)){var r=t.__ob__;return o(t)&&h(e)?(t.length=Math.max(t.length,e),t.splice(e,1,n),r&&!r.shallow&&r.mock&&Et(n,!1,!0),n):e in t&&!(e in Object.prototype)?(t[e]=n,n):t._isVue||r&&r.vmCount?n:r?(Pt(r.value,e,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(t[e]=n,n)}}function Nt(t,e){if(o(t)&&h(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||Ut(t)||C(t,e)&&(delete t[e],n&&n.dep.notify())}}function Lt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),o(e)&&Lt(e)}function Rt(t){return Bt(t,!1),t}function Ft(t){return Bt(t,!0),Q(t,"__v_isShallow",!0),t}function Bt(t,e){if(!Ut(t)){Et(t,e,st());0}}function Vt(t){return Ut(t)?Vt(t.__v_raw):!(!t||!t.__ob__)}function zt(t){return!(!t||!t.__v_isShallow)}function Ut(t){return!(!t||!t.__v_isReadonly)}function Ht(t){return Vt(t)||Ut(t)}function qt(t){var e=t&&t.__v_raw;return e?qt(e):t}function Kt(t){return Object.isExtensible(t)&&Q(t,"__v_skip",!0),t}function Qt(t){return!(!t||!0!==t.__v_isRef)}function Jt(t){return Gt(t,!1)}function Wt(t){return Gt(t,!0)}function Gt(t,e){if(Qt(t))return t;var n={};return Q(n,"__v_isRef",!0),Q(n,"__v_isShallow",e),Q(n,"dep",Pt(n,"value",t,null,e,st())),n}function Zt(t){t.dep&&t.dep.notify()}function Xt(t){return Qt(t)?t.value:t}function Yt(t){if(Vt(t))return t;for(var e={},n=Object.keys(t),r=0;r<n.length;r++)te(e,t,n[r]);return e}function te(t,e,n){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];if(Qt(t))return t.value;var r=t&&t.__ob__;return r&&r.dep.depend(),t},set:function(t){var r=e[n];Qt(r)&&!Qt(t)?r.value=t:e[n]=t}})}function ee(t){var e=new $t,n=t((function(){e.depend()}),(function(){e.notify()})),r=n.get,i=n.set,o={get value(){return r()},set value(t){i(t)}};return Q(o,"__v_isRef",!0),o}function ne(t){var e=o(t)?new Array(t.length):{};for(var n in t)e[n]=re(t,n);return e}function re(t,e,n){var r=t[e];if(Qt(r))return r;var i={get value(){var r=t[e];return void 0===r?n:r},set value(n){t[e]=n}};return Q(i,"__v_isRef",!0),i}function ie(t){return oe(t,!1)}function oe(t,e){if(!p(t))return t;if(Ut(t))return t;var n=e?"__v_rawToShallowReadonly":"__v_rawToReadonly",r=t[n];if(r)return r;var i=Object.create(Object.getPrototypeOf(t));Q(t,n,i),Q(i,"__v_isReadonly",!0),Q(i,"__v_raw",t),Qt(t)&&Q(i,"__v_isRef",!0),(e||zt(t))&&Q(i,"__v_isShallow",!0);for(var o=Object.keys(t),a=0;a<o.length;a++)ae(i,t,o[a],e);return i}function ae(t,e,n,r){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];return r||!p(t)?t:ie(t)},set:function(){}})}function se(t){return oe(t,!0)}function ce(t,e){var n,r,i=l(t);i?(n=t,r=M):(n=t.get,r=t.set);var o=st()?null:new _r(dt,n,M,{lazy:!0});var a={effect:o,get value(){return o?(o.dirty&&o.evaluate(),$t.target&&o.depend(),o.value):n()},set value(t){r(t)}};return Q(a,"__v_isRef",!0),Q(a,"__v_isReadonly",i),a}var ue=S((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function le(t,e){function n(){var t=n.fns;if(!o(t))return Rn(t,null,arguments,e,"v-on handler");for(var r=t.slice(),i=0;i<r.length;i++)Rn(r[i],null,arguments,e,"v-on handler")}return n.fns=t,n}function fe(t,e,n,r,i,o){var s,u,l,f;for(s in t)u=t[s],l=e[s],f=ue(s),a(u)||(a(l)?(a(u.fns)&&(u=t[s]=le(u,o)),c(f.once)&&(u=t[s]=i(f.name,u,f.capture)),n(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[s]=l));for(s in e)a(t[s])&&r((f=ue(s)).name,e[s],f.capture)}function de(t,e,n){var r;t instanceof ht&&(t=t.data.hook||(t.data.hook={}));var i=t[e];function o(){n.apply(this,arguments),w(r.fns,o)}a(i)?r=le([o]):s(i.fns)&&c(i.merged)?(r=i).fns.push(o):r=le([i,o]),r.merged=!0,t[e]=r}function pe(t,e,n,r,i){if(s(e)){if(C(e,n))return t[n]=e[n],i||delete e[n],!0;if(C(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function ve(t){return u(t)?[gt(t)]:o(t)?function t(e,n){var r,i,l,f,d=[];for(r=0;r<e.length;r++)a(i=e[r])||"boolean"==typeof i||(l=d.length-1,f=d[l],o(i)?i.length>0&&(he((i=t(i,"".concat(n||"","_").concat(r)))[0])&&he(f)&&(d[l]=gt(f.text+i[0].text),i.shift()),d.push.apply(d,i)):u(i)?he(f)?d[l]=gt(f.text+i):""!==i&&d.push(gt(i)):he(i)&&he(f)?d[l]=gt(f.text+i.text):(c(e._isVList)&&s(i.tag)&&a(i.key)&&s(n)&&(i.key="__vlist".concat(n,"_").concat(r,"__")),d.push(i)));return d}(t):void 0}function he(t){return s(t)&&s(t.text)&&!1===t.isComment}function me(t,e,n,r,i,d){return(o(n)||u(n))&&(i=r,r=n,n=void 0),c(d)&&(i=2),function(t,e,n,r,i){if(s(n)&&s(n.__ob__))return mt();s(n)&&s(n.is)&&(e=n.is);if(!e)return mt();0;o(r)&&l(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===i?r=ve(r):1===i&&(r=function(t){for(var e=0;e<t.length;e++)if(o(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var u,d;if("string"==typeof e){var p=void 0;d=t.$vnode&&t.$vnode.ns||H.getTagNamespace(e),u=H.isReservedTag(e)?new ht(H.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!s(p=Qr(t.$options,"components",e))?new ht(e,n,r,void 0,void 0,t):Lr(p,n,t,r,e)}else u=Lr(e,n,t,r);return o(u)?u:s(u)?(s(d)&&function t(e,n,r){e.ns=n,"foreignObject"===e.tag&&(n=void 0,r=!0);if(s(e.children))for(var i=0,o=e.children.length;i<o;i++){var u=e.children[i];s(u.tag)&&(a(u.ns)||c(r)&&"svg"!==u.tag)&&t(u,n,r)}}(u,d),s(n)&&function(t){f(t.style)&&gr(t.style);f(t.class)&&gr(t.class)}(n),u):mt()}(t,e,n,r,i)}function ge(t,e){var n,r,i,a,c=null;if(o(t)||"string"==typeof t)for(c=new Array(t.length),n=0,r=t.length;n<r;n++)c[n]=e(t[n],n);else if("number"==typeof t)for(c=new Array(t),n=0;n<t;n++)c[n]=e(n+1,n);else if(f(t))if(ft&&t[Symbol.iterator]){c=[];for(var u=t[Symbol.iterator](),l=u.next();!l.done;)c.push(e(l.value,c.length)),l=u.next()}else for(i=Object.keys(t),c=new Array(i.length),n=0,r=i.length;n<r;n++)a=i[n],c[n]=e(t[a],a,n);return s(c)||(c=[]),c._isVList=!0,c}function ye(t,e,n,r){var i,o=this.$scopedSlots[t];o?(n=n||{},r&&(n=E(E({},r),n)),i=o(n)||(l(e)?e():e)):i=this.$slots[t]||(l(e)?e():e);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function _e(t){return Qr(this.$options,"filters",t,!0)||L}function be(t,e){return o(t)?-1===t.indexOf(e):t!==e}function $e(t,e,n,r,i){var o=H.keyCodes[e]||n;return i&&r&&!H.keyCodes[e]?be(i,r):o?be(o,t):r?I(r)!==e:void 0===t}function we(t,e,n,r,i){if(n)if(f(n)){o(n)&&(n=P(n));var a=void 0,s=function(o){if("class"===o||"style"===o||$(o))a=t;else{var s=t.attrs&&t.attrs.type;a=r||H.mustUseProp(e,s,o)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=O(o),u=I(o);c in a||u in a||(a[o]=n[o],i&&((t.on||(t.on={}))["update:".concat(o)]=function(t){n[o]=t}))};for(var c in n)s(c)}else;return t}function xe(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||Se(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,this._c,this),"__static__".concat(t),!1),r}function Ce(t,e,n){return Se(t,"__once__".concat(e).concat(n?"_".concat(n):""),!0),t}function Se(t,e,n){if(o(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&ke(t[r],"".concat(e,"_").concat(r),n);else ke(t,e,n)}function ke(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Oe(t,e){if(e)if(p(e)){var n=t.on=t.on?E({},t.on):{};for(var r in e){var i=n[r],o=e[r];n[r]=i?[].concat(i,o):o}}else;return t}function Te(t,e,n,r){e=e||{$stable:!n};for(var i=0;i<t.length;i++){var a=t[i];o(a)?Te(a,e,n):a&&(a.proxy&&(a.fn.proxy=!0),e[a.key]=a.fn)}return r&&(e.$key=r),e}function Ae(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Ie(t,e){return"string"==typeof t?e+t:t}function De(t){t._o=Ce,t._n=y,t._s=g,t._l=ge,t._t=ye,t._q=R,t._i=F,t._m=xe,t._f=_e,t._k=$e,t._b=we,t._v=gt,t._e=mt,t._u=Te,t._g=Oe,t._d=Ae,t._p=Ie}function je(t,e){if(!t||!t.length)return{};for(var n={},r=0,i=t.length;r<i;r++){var o=t[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==e&&o.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(Ee)&&delete n[u];return n}function Ee(t){return t.isComment&&!t.asyncFactory||" "===t.text}function Pe(t){return t.isComment&&t.asyncFactory}function Me(t,e,n,r){var o,a=Object.keys(n).length>0,s=e?!!e.$stable:!a,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&r&&r!==i&&c===r.$key&&!a&&!r.$hasNormal)return r;for(var u in o={},e)e[u]&&"$"!==u[0]&&(o[u]=Ne(t,n,u,e[u]))}else o={};for(var l in n)l in o||(o[l]=Le(n,l));return e&&Object.isExtensible(e)&&(e._normalized=o),Q(o,"$stable",s),Q(o,"$key",c),Q(o,"$hasNormal",a),o}function Ne(t,e,n,r){var i=function(){var e=dt;vt(t);var n=arguments.length?r.apply(null,arguments):r({}),i=(n=n&&"object"==typeof n&&!o(n)?[n]:ve(n))&&n[0];return vt(e),n&&(!i||1===n.length&&i.isComment&&!Pe(i))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function Le(t,e){return function(){return t[e]}}function Re(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};Q(e,"_v_attr_proxy",!0),Fe(e,t.$attrs,i,t,"$attrs")}return t._attrsProxy},get listeners(){t._listenersProxy||Fe(t._listenersProxy={},t.$listeners,i,t,"$listeners");return t._listenersProxy},get slots(){return function(t){t._slotsProxy||Ve(t._slotsProxy={},t.$scopedSlots);return t._slotsProxy}(t)},emit:D(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return te(t,e,n)}))}}}function Fe(t,e,n,r,i){var o=!1;for(var a in e)a in t?e[a]!==n[a]&&(o=!0):(o=!0,Be(t,a,r,i));for(var a in t)a in e||(o=!0,delete t[a]);return o}function Be(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Ve(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function ze(){return qe().slots}function Ue(){return qe().attrs}function He(){return qe().listeners}function qe(){var t=dt;return t._setupContext||(t._setupContext=Re(t))}function Ke(t,e){var n=o(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var r in e){var i=n[r];i?o(i)||l(i)?n[r]={type:i,default:e[r]}:i.default=e[r]:null===i&&(n[r]={default:e[r]})}return n}var Qe,Je=null;function We(t,e){return(t.__esModule||ft&&"Module"===t[Symbol.toStringTag])&&(t=t.default),f(t)?e.extend(t):t}function Ge(t){if(o(t))for(var e=0;e<t.length;e++){var n=t[e];if(s(n)&&(s(n.componentOptions)||Pe(n)))return n}}function Ze(t,e){Qe.$on(t,e)}function Xe(t,e){Qe.$off(t,e)}function Ye(t,e){var n=Qe;return function r(){var i=e.apply(null,arguments);null!==i&&n.$off(t,r)}}function tn(t,e,n){Qe=t,fe(e,n||{},Ze,Xe,Ye,t),Qe=void 0}var en=null;function nn(t){var e=en;return en=t,function(){en=e}}function rn(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function on(t,e){if(e){if(t._directInactive=!1,rn(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)on(t.$children[n]);an(t,"activated")}}function an(t,e,n,r){void 0===r&&(r=!0),xt();var i=dt;r&&vt(t);var o=t.$options[e],a="".concat(e," hook");if(o)for(var s=0,c=o.length;s<c;s++)Rn(o[s],t,n||null,t,a);t._hasHookEvent&&t.$emit("hook:"+e),r&&vt(i),Ct()}var sn=[],cn=[],un={},ln=!1,fn=!1,dn=0;var pn=0,vn=Date.now;if(G&&!X){var hn=window.performance;hn&&"function"==typeof hn.now&&vn()>document.createEvent("Event").timeStamp&&(vn=function(){return hn.now()})}var mn=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function gn(){var t,e;for(pn=vn(),fn=!0,sn.sort(mn),dn=0;dn<sn.length;dn++)(t=sn[dn]).before&&t.before(),e=t.id,un[e]=null,t.run();var n=cn.slice(),r=sn.slice();dn=sn.length=cn.length=0,un={},ln=fn=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,on(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&an(r,"updated")}}(r),function(){for(var t=0;t<bt.length;t++){var e=bt[t];e.subs=e.subs.filter((function(t){return t})),e._pending=!1}bt.length=0}(),ct&&H.devtools&&ct.emit("flush")}function yn(t){var e=t.id;if(null==un[e]&&(t!==$t.target||!t.noRecurse)){if(un[e]=!0,fn){for(var n=sn.length-1;n>dn&&sn[n].id>t.id;)n--;sn.splice(n+1,0,t)}else sn.push(t);ln||(ln=!0,Gn(gn))}}var _n="".concat("watcher"," callback"),bn="".concat("watcher"," getter"),$n="".concat("watcher"," cleanup");function wn(t,e){return Tn(t,null,e)}function xn(t,e){return Tn(t,null,{flush:"post"})}function Cn(t,e){return Tn(t,null,{flush:"sync"})}var Sn,kn={};function On(t,e,n){return Tn(t,e,n)}function Tn(t,e,n){var r=void 0===n?i:n,a=r.immediate,s=r.deep,c=r.flush,u=void 0===c?"pre":c;r.onTrack,r.onTrigger;var f,d,p=dt,v=function(t,e,n){return void 0===n&&(n=null),Rn(t,null,n,p,e)},h=!1,m=!1;if(Qt(t)?(f=function(){return t.value},h=zt(t)):Vt(t)?(f=function(){return t.__ob__.dep.depend(),t},s=!0):o(t)?(m=!0,h=t.some((function(t){return Vt(t)||zt(t)})),f=function(){return t.map((function(t){return Qt(t)?t.value:Vt(t)?gr(t):l(t)?v(t,bn):void 0}))}):f=l(t)?e?function(){return v(t,bn)}:function(){if(!p||!p._isDestroyed)return d&&d(),v(t,"watcher",[y])}:M,e&&s){var g=f;f=function(){return gr(g())}}var y=function(t){d=_.onStop=function(){v(t,$n)}};if(st())return y=M,e?a&&v(e,_n,[f(),m?[]:void 0,y]):f(),M;var _=new _r(dt,f,M,{lazy:!0});_.noRecurse=!e;var b=m?[]:kn;return _.run=function(){if(_.active)if(e){var t=_.get();(s||h||(m?t.some((function(t,e){return V(t,b[e])})):V(t,b)))&&(d&&d(),v(e,_n,[t,b===kn?void 0:b,y]),b=t)}else _.get()},"sync"===u?_.update=_.run:"post"===u?(_.post=!0,_.update=function(){return yn(_)}):_.update=function(){if(p&&p===dt&&!p._isMounted){var t=p._preWatchers||(p._preWatchers=[]);t.indexOf(_)<0&&t.push(_)}else yn(_)},e?a?_.run():b=_.get():"post"===u&&p?p.$once("hook:mounted",(function(){return _.get()})):_.get(),function(){_.teardown()}}var An=function(){function t(t){void 0===t&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=Sn,!t&&Sn&&(this.index=(Sn.scopes||(Sn.scopes=[])).push(this)-1)}return t.prototype.run=function(t){if(this.active){var e=Sn;try{return Sn=this,t()}finally{Sn=e}}else 0},t.prototype.on=function(){Sn=this},t.prototype.off=function(){Sn=this.parent},t.prototype.stop=function(t){if(this.active){var e=void 0,n=void 0;for(e=0,n=this.effects.length;e<n;e++)this.effects[e].teardown();for(e=0,n=this.cleanups.length;e<n;e++)this.cleanups[e]();if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},t}();function In(t){return new An(t)}function Dn(){return Sn}function jn(t){Sn&&Sn.cleanups.push(t)}function En(t,e){dt&&(Pn(dt)[t]=e)}function Pn(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}function Mn(t,e,n){void 0===n&&(n=!1);var r=dt;if(r){var i=r.$parent&&r.$parent._provided;if(i&&t in i)return i[t];if(arguments.length>1)return n&&l(e)?e.call(r):e}else 0}function Nn(t,e,n){return me(dt,t,e,n,2,!0)}function Ln(t,e,n){xt();try{if(e)for(var r=e;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{if(!1===i[o].call(r,t,e,n))return}catch(t){Fn(t,r,"errorCaptured hook")}}Fn(t,e,n)}finally{Ct()}}function Rn(t,e,n,r,i){var o;try{(o=n?t.apply(e,n):t.call(e))&&!o._isVue&&m(o)&&!o._handled&&(o.catch((function(t){return Ln(t,r,i+" (Promise/async)")})),o._handled=!0)}catch(t){Ln(t,r,i)}return o}function Fn(t,e,n){if(H.errorHandler)try{return H.errorHandler.call(null,t,e,n)}catch(e){e!==t&&Bn(e,null,"config.errorHandler")}Bn(t,e,n)}function Bn(t,e,n){if(!G||"undefined"==typeof console)throw t;console.error(t)}var Vn,zn=!1,Un=[],Hn=!1;function qn(){Hn=!1;var t=Un.slice(0);Un.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&ut(Promise)){var Kn=Promise.resolve();Vn=function(){Kn.then(qn),et&&setTimeout(M)},zn=!0}else if(X||"undefined"==typeof MutationObserver||!ut(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Vn=void 0!==r&&ut(r)?function(){r(qn)}:function(){setTimeout(qn,0)};else{var Qn=1,Jn=new MutationObserver(qn),Wn=document.createTextNode(String(Qn));Jn.observe(Wn,{characterData:!0}),Vn=function(){Qn=(Qn+1)%2,Wn.data=String(Qn)},zn=!0}function Gn(t,e){var n;if(Un.push((function(){if(t)try{t.call(e)}catch(t){Ln(t,e,"nextTick")}else n&&n(e)})),Hn||(Hn=!0,Vn()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}function Zn(t){if(void 0===t&&(t="$style"),!dt)return i;var e=dt[t];return e||i}function Xn(t){if(G){var e=dt;e&&xn((function(){var n=e.$el,r=t(e,e._setupProxy);if(n&&1===n.nodeType){var i=n.style;for(var o in r)i.setProperty("--".concat(o),r[o])}}))}}function Yn(t){l(t)&&(t={loader:t});var e=t.loader,n=t.loadingComponent,r=t.errorComponent,i=t.delay,o=void 0===i?200:i,a=t.timeout,s=(t.suspensible,t.onError);var c=null,u=0,f=function(){var t;return c||(t=c=e().catch((function(t){if(t=t instanceof Error?t:new Error(String(t)),s)return new Promise((function(e,n){s(t,(function(){return e((u++,c=null,f()))}),(function(){return n(t)}),u+1)}));throw t})).then((function(e){return t!==c&&c?c:(e&&(e.__esModule||"Module"===e[Symbol.toStringTag])&&(e=e.default),e)})))};return function(){return{component:f(),delay:o,timeout:a,error:r,loading:n}}}function tr(t){return function(e,n){if(void 0===n&&(n=dt),n)return function(t,e,n){var r=t.$options;r[e]=Ur(r[e],n)}(n,t,e)}}var er=tr("beforeMount"),nr=tr("mounted"),rr=tr("beforeUpdate"),ir=tr("updated"),or=tr("beforeDestroy"),ar=tr("destroyed"),sr=tr("activated"),cr=tr("deactivated"),ur=tr("serverPrefetch"),lr=tr("renderTracked"),fr=tr("renderTriggered"),dr=tr("errorCaptured");function pr(t,e){void 0===e&&(e=dt),dr(t,e)}var vr="2.7.14";function hr(t){return t}var mr=new lt;function gr(t){return function t(e,n){var r,i,a=o(e);if(!a&&!f(e)||e.__v_skip||Object.isFrozen(e)||e instanceof ht)return;if(e.__ob__){var s=e.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r=e.length;r--;)t(e[r],n);else if(Qt(e))t(e.value,n);else for(i=Object.keys(e),r=i.length;r--;)t(e[i[r]],n)}(t,mr),mr.clear(),t}var yr=0,_r=function(){function t(t,e,n,r,i){var o,a;o=this,void 0===(a=Sn&&!Sn._vm?Sn:t?t._scope:void 0)&&(a=Sn),a&&a.active&&a.effects.push(o),(this.vm=t)&&i&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++yr,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new lt,this.newDepIds=new lt,this.expression="",l(e)?this.getter=e:(this.getter=function(t){if(!J.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=M)),this.value=this.lazy?void 0:this.get()}return t.prototype.get=function(){var t;xt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Ln(t,e,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&gr(t),Ct(),this.cleanupDeps()}return t},t.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},t.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},t.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():yn(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||f(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');Rn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&w(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),br={enumerable:!0,configurable:!0,get:M,set:M};function $r(t,e,n){br.get=function(){return this[e][n]},br.set=function(t){this[e][n]=t},Object.defineProperty(t,n,br)}function wr(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Ft({}),i=t.$options._propKeys=[];t.$parent&&It(!1);var o=function(o){i.push(o);var a=Jr(o,e,n,t);Pt(r,o,a),o in t||$r(t,"_props",o)};for(var a in e)o(a);It(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=Re(t);vt(t),xt();var i=Rn(n,null,[t._props||Ft({}),r],t,"setup");if(Ct(),vt(),l(i))e.render=i;else if(f(i))if(t._setupState=i,i.__sfc){var o=t._setupProxy={};for(var a in i)"__sfc"!==a&&te(o,i,a)}else for(var a in i)K(a)||te(t,i,a);else 0}}(t),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?M:D(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;p(e=t._data=l(e)?function(t,e){xt();try{return t.call(e,e)}catch(t){return Ln(t,e,"data()"),{}}finally{Ct()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&C(r,o)||K(o)||$r(t,"_data",o)}var a=Et(e);a&&a.vmCount++}(t);else{var n=Et(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=st();for(var i in e){var o=e[i],a=l(o)?o:o.get;0,r||(n[i]=new _r(t,a||M,M,xr)),i in t||Cr(t,i,o)}}(t,e.computed),e.watch&&e.watch!==it&&function(t,e){for(var n in e){var r=e[n];if(o(r))for(var i=0;i<r.length;i++)Or(t,n,r[i]);else Or(t,n,r)}}(t,e.watch)}var xr={lazy:!0};function Cr(t,e,n){var r=!st();l(n)?(br.get=r?Sr(e):kr(n),br.set=M):(br.get=n.get?r&&!1!==n.cache?Sr(e):kr(n.get):M,br.set=n.set||M),Object.defineProperty(t,e,br)}function Sr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),$t.target&&e.depend(),e.value}}function kr(t){return function(){return t.call(this,this)}}function Or(t,e,n,r){return p(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}function Tr(t,e){if(t){for(var n=Object.create(null),r=ft?Reflect.ownKeys(t):Object.keys(t),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){var a=t[o].from;if(a in e._provided)n[o]=e._provided[a];else if("default"in t[o]){var s=t[o].default;n[o]=l(s)?s.call(e):s}else 0}}return n}}var Ar=0;function Ir(t){var e=t.options;if(t.super){var n=Ir(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var i in n)n[i]!==r[i]&&(e||(e={}),e[i]=n[i]);return e}(t);r&&E(t.extendOptions,r),(e=t.options=Kr(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function Dr(t,e,n,r,a){var s,u=this,l=a.options;C(r,"_uid")?(s=Object.create(r))._original=r:(s=r,r=r._original);var f=c(l._compiled),d=!f;this.data=t,this.props=e,this.children=n,this.parent=r,this.listeners=t.on||i,this.injections=Tr(l.inject,r),this.slots=function(){return u.$slots||Me(r,t.scopedSlots,u.$slots=je(n,r)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Me(r,t.scopedSlots,this.slots())}}),f&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=Me(r,t.scopedSlots,this.$slots)),l._scopeId?this._c=function(t,e,n,i){var a=me(s,t,e,n,i,d);return a&&!o(a)&&(a.fnScopeId=l._scopeId,a.fnContext=r),a}:this._c=function(t,e,n,r){return me(s,t,e,n,r,d)}}function jr(t,e,n,r,i){var o=yt(t);return o.fnContext=n,o.fnOptions=r,e.slot&&((o.data||(o.data={})).slot=e.slot),o}function Er(t,e){for(var n in e)t[O(n)]=e[n]}function Pr(t){return t.name||t.__name||t._componentTag}De(Dr.prototype);var Mr={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Mr.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;s(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,en)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,r,o){var a=r.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==i&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key||!a&&t.$scopedSlots.$key),u=!!(o||t.$options._renderChildren||c),l=t.$vnode;t.$options._parentVnode=r,t.$vnode=r,t._vnode&&(t._vnode.parent=r),t.$options._renderChildren=o;var f=r.data.attrs||i;t._attrsProxy&&Fe(t._attrsProxy,f,l.data&&l.data.attrs||i,t,"$attrs")&&(u=!0),t.$attrs=f,n=n||i;var d=t.$options._parentListeners;if(t._listenersProxy&&Fe(t._listenersProxy,n,d||i,t,"$listeners"),t.$listeners=t.$options._parentListeners=n,tn(t,n,d),e&&t.$options.props){It(!1);for(var p=t._props,v=t.$options._propKeys||[],h=0;h<v.length;h++){var m=v[h],g=t.$options.props;p[m]=Jr(m,g,e,t)}It(!0),t.$options.propsData=e}u&&(t.$slots=je(o,r.context),t.$forceUpdate())}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,an(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,cn.push(e)):on(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(!(n&&(e._directInactive=!0,rn(e))||e._inactive)){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);an(e,"deactivated")}}(e,!0):e.$destroy())}},Nr=Object.keys(Mr);function Lr(t,e,n,r,u){if(!a(t)){var l=n.$options._base;if(f(t)&&(t=l.extend(t)),"function"==typeof t){var d;if(a(t.cid)&&void 0===(t=function(t,e){if(c(t.error)&&s(t.errorComp))return t.errorComp;if(s(t.resolved))return t.resolved;var n=Je;if(n&&s(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),c(t.loading)&&s(t.loadingComp))return t.loadingComp;if(n&&!s(t.owners)){var r=t.owners=[n],i=!0,o=null,u=null;n.$on("hook:destroyed",(function(){return w(r,n)}));var l=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==o&&(clearTimeout(o),o=null),null!==u&&(clearTimeout(u),u=null))},d=B((function(n){t.resolved=We(n,e),i?r.length=0:l(!0)})),p=B((function(e){s(t.errorComp)&&(t.error=!0,l(!0))})),v=t(d,p);return f(v)&&(m(v)?a(t.resolved)&&v.then(d,p):m(v.component)&&(v.component.then(d,p),s(v.error)&&(t.errorComp=We(v.error,e)),s(v.loading)&&(t.loadingComp=We(v.loading,e),0===v.delay?t.loading=!0:o=setTimeout((function(){o=null,a(t.resolved)&&a(t.error)&&(t.loading=!0,l(!1))}),v.delay||200)),s(v.timeout)&&(u=setTimeout((function(){u=null,a(t.resolved)&&p(null)}),v.timeout)))),i=!1,t.loading?t.loadingComp:t.resolved}}(d=t,l)))return function(t,e,n,r,i){var o=mt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:i},o}(d,e,n,r,u);e=e||{},Ir(t),s(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var i=e.on||(e.on={}),a=i[r],c=e.model.callback;s(a)?(o(a)?-1===a.indexOf(c):a!==c)&&(i[r]=[c].concat(a)):i[r]=c}(t.options,e);var p=function(t,e,n){var r=e.options.props;if(!a(r)){var i={},o=t.attrs,c=t.props;if(s(o)||s(c))for(var u in r){var l=I(u);pe(i,c,u,l,!0)||pe(i,o,u,l,!1)}return i}}(e,t);if(c(t.options.functional))return function(t,e,n,r,a){var c=t.options,u={},l=c.props;if(s(l))for(var f in l)u[f]=Jr(f,l,e||i);else s(n.attrs)&&Er(u,n.attrs),s(n.props)&&Er(u,n.props);var d=new Dr(n,u,a,r,t),p=c.render.call(null,d._c,d);if(p instanceof ht)return jr(p,n,d.parent,c,d);if(o(p)){for(var v=ve(p)||[],h=new Array(v.length),m=0;m<v.length;m++)h[m]=jr(v[m],n,d.parent,c,d);return h}}(t,p,e,n,r);var v=e.on;if(e.on=e.nativeOn,c(t.options.abstract)){var h=e.slot;e={},h&&(e.slot=h)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Nr.length;n++){var r=Nr[n],i=e[r],o=Mr[r];i===o||i&&i._merged||(e[r]=i?Rr(o,i):o)}}(e);var g=Pr(t.options)||u;return new ht("vue-component-".concat(t.cid).concat(g?"-".concat(g):""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:p,listeners:v,tag:u,children:r},d)}}}function Rr(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}var Fr=M,Br=H.optionMergeStrategies;function Vr(t,e,n){if(void 0===n&&(n=!0),!e)return t;for(var r,i,o,a=ft?Reflect.ownKeys(e):Object.keys(e),s=0;s<a.length;s++)"__ob__"!==(r=a[s])&&(i=t[r],o=e[r],n&&C(t,r)?i!==o&&p(i)&&p(o)&&Vr(i,o):Mt(t,r,o));return t}function zr(t,e,n){return n?function(){var r=l(e)?e.call(n,n):e,i=l(t)?t.call(n,n):t;return r?Vr(r,i):i}:e?t?function(){return Vr(l(e)?e.call(this,this):e,l(t)?t.call(this,this):t)}:e:t}function Ur(t,e){var n=e?t?t.concat(e):o(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function Hr(t,e,n,r){var i=Object.create(t||null);return e?E(i,e):i}Br.data=function(t,e,n){return n?zr(t,e,n):e&&"function"!=typeof e?t:zr(t,e)},U.forEach((function(t){Br[t]=Ur})),z.forEach((function(t){Br[t+"s"]=Hr})),Br.watch=function(t,e,n,r){if(t===it&&(t=void 0),e===it&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var a in E(i,t),e){var s=i[a],c=e[a];s&&!o(s)&&(s=[s]),i[a]=s?s.concat(c):o(c)?c:[c]}return i},Br.props=Br.methods=Br.inject=Br.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return E(i,t),e&&E(i,e),i},Br.provide=function(t,e){return t?function(){var n=Object.create(null);return Vr(n,l(t)?t.call(this):t),e&&Vr(n,l(e)?e.call(this):e,!1),n}:e};var qr=function(t,e){return void 0===e?t:e};function Kr(t,e,n){if(l(e)&&(e=e.options),function(t,e){var n=t.props;if(n){var r,i,a={};if(o(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(a[O(i)]={type:null});else if(p(n))for(var s in n)i=n[s],a[O(s)]=p(i)?i:{type:i};else 0;t.props=a}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(o(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(p(n))for(var a in n){var s=n[a];r[a]=p(s)?E({from:a},s):{from:s}}else 0}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];l(r)&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=Kr(t,e.extends,n)),e.mixins))for(var r=0,i=e.mixins.length;r<i;r++)t=Kr(t,e.mixins[r],n);var a,s={};for(a in t)c(a);for(a in e)C(t,a)||c(a);function c(r){var i=Br[r]||qr;s[r]=i(t[r],e[r],n,r)}return s}function Qr(t,e,n,r){if("string"==typeof n){var i=t[e];if(C(i,n))return i[n];var o=O(n);if(C(i,o))return i[o];var a=T(o);return C(i,a)?i[a]:i[n]||i[o]||i[a]}}function Jr(t,e,n,r){var i=e[t],o=!C(n,t),a=n[t],s=Xr(Boolean,i.type);if(s>-1)if(o&&!C(i,"default"))a=!1;else if(""===a||a===I(t)){var c=Xr(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!C(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return l(r)&&"Function"!==Gr(e.type)?r.call(t):r}(r,i,t);var u=At;It(!0),Et(a),It(u)}return a}var Wr=/^\s*function (\w+)/;function Gr(t){var e=t&&t.toString().match(Wr);return e?e[1]:""}function Zr(t,e){return Gr(t)===Gr(e)}function Xr(t,e){if(!o(e))return Zr(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Zr(e[n],t))return n;return-1}function Yr(t){this._init(t)}function ti(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=Pr(t)||Pr(n.options);var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Kr(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)$r(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Cr(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,z.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=E({},a.options),i[r]=a,a}}function ei(t){return t&&(Pr(t.Ctor.options)||t.tag)}function ni(t,e){return o(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!v(t)&&t.test(e)}function ri(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=a.name;s&&!e(s)&&ii(n,o,r,i)}}}function ii(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,w(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Ar++,e._isVue=!0,e.__v_skip=!0,e._scope=new An(!0),e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Kr(Ir(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&tn(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=je(e._renderChildren,r),t.$scopedSlots=n?Me(t.$parent,n.data.scopedSlots,t.$slots):i,t._c=function(e,n,r,i){return me(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return me(t,e,n,r,i,!0)};var o=n&&n.data;Pt(t,"$attrs",o&&o.attrs||i,null,!0),Pt(t,"$listeners",e._parentListeners||i,null,!0)}(e),an(e,"beforeCreate",void 0,!1),function(t){var e=Tr(t.$options.inject,t);e&&(It(!1),Object.keys(e).forEach((function(n){Pt(t,n,e[n])})),It(!0))}(e),wr(e),function(t){var e=t.$options.provide;if(e){var n=l(e)?e.call(t):e;if(!f(n))return;for(var r=Pn(t),i=ft?Reflect.ownKeys(n):Object.keys(n),o=0;o<i.length;o++){var a=i[o];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}(e),an(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Yr),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Mt,t.prototype.$delete=Nt,t.prototype.$watch=function(t,e,n){if(p(e))return Or(this,t,e,n);(n=n||{}).user=!0;var r=new _r(this,t,e,n);if(n.immediate){var i='callback for immediate watcher "'.concat(r.expression,'"');xt(),Rn(e,this,[r.value],this,i),Ct()}return function(){r.teardown()}}}(Yr),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(o(t))for(var i=0,a=t.length;i<a;i++)r.$on(t[i],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(o(t)){for(var r=0,i=t.length;r<i;r++)n.$off(t[r],e);return n}var a,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;for(var c=s.length;c--;)if((a=s[c])===e||a.fn===e){s.splice(c,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?j(n):n;for(var r=j(arguments,1),i='event handler for "'.concat(t,'"'),o=0,a=n.length;o<a;o++)Rn(n[o],e,r,e,i)}return e}}(Yr),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,i=n._vnode,o=nn(n);n._vnode=t,n.$el=i?n.__patch__(i,t):n.__patch__(n.$el,t,e,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var a=n;a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode;)a.$parent.$el=a.$el,a=a.$parent},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){an(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||w(e.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),an(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(Yr),function(t){De(t.prototype),t.prototype.$nextTick=function(t){return Gn(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,i=n._parentVnode;i&&e._isMounted&&(e.$scopedSlots=Me(e.$parent,i.data.scopedSlots,e.$slots,e.$scopedSlots),e._slotsProxy&&Ve(e._slotsProxy,e.$scopedSlots)),e.$vnode=i;try{vt(e),Je=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){Ln(n,e,"render"),t=e._vnode}finally{Je=null,vt()}return o(t)&&1===t.length&&(t=t[0]),t instanceof ht||(t=mt()),t.parent=i,t}}(Yr);var oi=[String,RegExp,Array],ai={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:oi,exclude:oi,max:[String,Number]},methods:{cacheVNode:function(){var t=this.cache,e=this.keys,n=this.vnodeToCache,r=this.keyToCache;if(n){var i=n.tag,o=n.componentInstance,a=n.componentOptions;t[r]={name:ei(a),tag:i,componentInstance:o},e.push(r),this.max&&e.length>parseInt(this.max)&&ii(t,e[0],e,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ii(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){ri(t,(function(t){return ni(e,t)}))})),this.$watch("exclude",(function(e){ri(t,(function(t){return!ni(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=Ge(t),n=e&&e.componentOptions;if(n){var r=ei(n),i=this.include,o=this.exclude;if(i&&(!r||!ni(i,r))||o&&r&&ni(o,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,w(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return H}};Object.defineProperty(t,"config",e),t.util={warn:Fr,extend:E,mergeOptions:Kr,defineReactive:Pt},t.set=Mt,t.delete=Nt,t.nextTick=Gn,t.observable=function(t){return Et(t),t},t.options=Object.create(null),z.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,E(t.options.components,ai),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=j(arguments,1);return n.unshift(this),l(t.install)?t.install.apply(t,n):l(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Kr(this.options,t),this}}(t),ti(t),function(t){z.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&p(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&l(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(Yr),Object.defineProperty(Yr.prototype,"$isServer",{get:st}),Object.defineProperty(Yr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Yr,"FunctionalRenderContext",{value:Dr}),Yr.version=vr;var si=_("style,class"),ci=_("input,textarea,option,select,progress"),ui=function(t,e,n){return"value"===n&&ci(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},li=_("contenteditable,draggable,spellcheck"),fi=_("events,caret,typing,plaintext-only"),di=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),pi="http://www.w3.org/1999/xlink",vi=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},hi=function(t){return vi(t)?t.slice(6,t.length):""},mi=function(t){return null==t||!1===t};function gi(t){for(var e=t.data,n=t,r=t;s(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=yi(r.data,e));for(;s(n=n.parent);)n&&n.data&&(e=yi(e,n.data));return function(t,e){if(s(t)||s(e))return _i(t,bi(e));return""}(e.staticClass,e.class)}function yi(t,e){return{staticClass:_i(t.staticClass,e.staticClass),class:s(t.class)?[t.class,e.class]:e.class}}function _i(t,e){return t?e?t+" "+e:t:e||""}function bi(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r<i;r++)s(e=bi(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):f(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var $i={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},wi=_("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),xi=_("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Ci=function(t){return wi(t)||xi(t)};function Si(t){return xi(t)?"svg":"math"===t?"math":void 0}var ki=Object.create(null);var Oi=_("text,number,password,search,email,tel,url");function Ti(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}var Ai=Object.freeze({__proto__:null,createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS($i[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Ii={create:function(t,e){Di(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Di(t,!0),Di(e))},destroy:function(t){Di(t,!0)}};function Di(t,e){var n=t.data.ref;if(s(n)){var r=t.context,i=t.componentInstance||t.elm,a=e?null:i,c=e?void 0:i;if(l(n))Rn(n,r,[a],r,"template ref function");else{var u=t.data.refInFor,f="string"==typeof n||"number"==typeof n,d=Qt(n),p=r.$refs;if(f||d)if(u){var v=f?p[n]:n.value;e?o(v)&&w(v,i):o(v)?v.includes(i)||v.push(i):f?(p[n]=[i],ji(r,n,p[n])):n.value=[i]}else if(f){if(e&&p[n]!==i)return;p[n]=c,ji(r,n,a)}else if(d){if(e&&n.value!==i)return;n.value=a}else 0}}}function ji(t,e,n){var r=t._setupState;r&&C(r,e)&&(Qt(r[e])?r[e].value=n:r[e]=n)}var Ei=new ht("",{},[]),Pi=["create","activate","update","remove","destroy"];function Mi(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&s(t.data)===s(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=s(n=t.data)&&s(n=n.attrs)&&n.type,i=s(n=e.data)&&s(n=n.attrs)&&n.type;return r===i||Oi(r)&&Oi(i)}(t,e)||c(t.isAsyncPlaceholder)&&a(e.asyncFactory.error))}function Ni(t,e,n){var r,i,o={};for(r=e;r<=n;++r)s(i=t[r].key)&&(o[i]=r);return o}var Li={create:Ri,update:Ri,destroy:function(t){Ri(t,Ei)}};function Ri(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,i,o=t===Ei,a=e===Ei,s=Bi(t.data.directives,t.context),c=Bi(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,zi(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(zi(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)zi(u[n],"inserted",e,t)};o?de(e,"insert",f):f()}l.length&&de(e,"postpatch",(function(){for(var n=0;n<l.length;n++)zi(l[n],"componentUpdated",e,t)}));if(!o)for(n in s)c[n]||zi(s[n],"unbind",t,t,a)}(t,e)}var Fi=Object.create(null);function Bi(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++){if((r=t[n]).modifiers||(r.modifiers=Fi),i[Vi(r)]=r,e._setupState&&e._setupState.__sfc){var o=r.def||Qr(e,"_setupState","v-"+r.name);r.def="function"==typeof o?{bind:o,update:o}:o}r.def=r.def||Qr(e.$options,"directives",r.name)}return i}function Vi(t){return t.rawName||"".concat(t.name,".").concat(Object.keys(t.modifiers||{}).join("."))}function zi(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}catch(r){Ln(r,n.context,"directive ".concat(t.name," ").concat(e," hook"))}}var Ui=[Ii,Li];function Hi(t,e){var n=e.componentOptions;if(!(s(n)&&!1===n.Ctor.options.inheritAttrs||a(t.data.attrs)&&a(e.data.attrs))){var r,i,o=e.elm,u=t.data.attrs||{},l=e.data.attrs||{};for(r in(s(l.__ob__)||c(l._v_attr_proxy))&&(l=e.data.attrs=E({},l)),l)i=l[r],u[r]!==i&&qi(o,r,i,e.data.pre);for(r in(X||tt)&&l.value!==u.value&&qi(o,"value",l.value),u)a(l[r])&&(vi(r)?o.removeAttributeNS(pi,hi(r)):li(r)||o.removeAttribute(r))}}function qi(t,e,n,r){r||t.tagName.indexOf("-")>-1?Ki(t,e,n):di(e)?mi(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):li(e)?t.setAttribute(e,function(t,e){return mi(e)||"false"===e?"false":"contenteditable"===t&&fi(e)?e:"true"}(e,n)):vi(e)?mi(n)?t.removeAttributeNS(pi,hi(e)):t.setAttributeNS(pi,e,n):Ki(t,e,n)}function Ki(t,e,n){if(mi(n))t.removeAttribute(e);else{if(X&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Qi={create:Hi,update:Hi};function Ji(t,e){var n=e.elm,r=e.data,i=t.data;if(!(a(r.staticClass)&&a(r.class)&&(a(i)||a(i.staticClass)&&a(i.class)))){var o=gi(e),c=n._transitionClasses;s(c)&&(o=_i(o,bi(c))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var Wi,Gi,Zi,Xi,Yi,to,eo={create:Ji,update:Ji},no=/[\w).+\-_$\]]/;function ro(t){var e,n,r,i,o,a=!1,s=!1,c=!1,u=!1,l=0,f=0,d=0,p=0;for(r=0;r<t.length;r++)if(n=e,e=t.charCodeAt(r),a)39===e&&92!==n&&(a=!1);else if(s)34===e&&92!==n&&(s=!1);else if(c)96===e&&92!==n&&(c=!1);else if(u)47===e&&92!==n&&(u=!1);else if(124!==e||124===t.charCodeAt(r+1)||124===t.charCodeAt(r-1)||l||f||d){switch(e){case 34:s=!0;break;case 39:a=!0;break;case 96:c=!0;break;case 40:d++;break;case 41:d--;break;case 91:f++;break;case 93:f--;break;case 123:l++;break;case 125:l--}if(47===e){for(var v=r-1,h=void 0;v>=0&&" "===(h=t.charAt(v));v--);h&&no.test(h)||(u=!0)}}else void 0===i?(p=r+1,i=t.slice(0,r).trim()):m();function m(){(o||(o=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===i?i=t.slice(0,r).trim():0!==p&&m(),o)for(r=0;r<o.length;r++)i=io(i,o[r]);return i}function io(t,e){var n=e.indexOf("(");if(n<0)return'_f("'.concat(e,'")(').concat(t,")");var r=e.slice(0,n),i=e.slice(n+1);return'_f("'.concat(r,'")(').concat(t).concat(")"!==i?","+i:i)}function oo(t,e){console.error("[Vue compiler]: ".concat(t))}function ao(t,e){return t?t.map((function(t){return t[e]})).filter((function(t){return t})):[]}function so(t,e,n,r,i){(t.props||(t.props=[])).push(go({name:e,value:n,dynamic:i},r)),t.plain=!1}function co(t,e,n,r,i){(i?t.dynamicAttrs||(t.dynamicAttrs=[]):t.attrs||(t.attrs=[])).push(go({name:e,value:n,dynamic:i},r)),t.plain=!1}function uo(t,e,n,r){t.attrsMap[e]=n,t.attrsList.push(go({name:e,value:n},r))}function lo(t,e,n,r,i,o,a,s){(t.directives||(t.directives=[])).push(go({name:e,rawName:n,value:r,arg:i,isDynamicArg:o,modifiers:a},s)),t.plain=!1}function fo(t,e,n){return n?"_p(".concat(e,',"').concat(t,'")'):t+e}function po(t,e,n,r,o,a,s,c){var u;(r=r||i).right?c?e="(".concat(e,")==='click'?'contextmenu':(").concat(e,")"):"click"===e&&(e="contextmenu",delete r.right):r.middle&&(c?e="(".concat(e,")==='click'?'mouseup':(").concat(e,")"):"click"===e&&(e="mouseup")),r.capture&&(delete r.capture,e=fo("!",e,c)),r.once&&(delete r.once,e=fo("~",e,c)),r.passive&&(delete r.passive,e=fo("&",e,c)),r.native?(delete r.native,u=t.nativeEvents||(t.nativeEvents={})):u=t.events||(t.events={});var l=go({value:n.trim(),dynamic:c},s);r!==i&&(l.modifiers=r);var f=u[e];Array.isArray(f)?o?f.unshift(l):f.push(l):u[e]=f?o?[l,f]:[f,l]:l,t.plain=!1}function vo(t,e,n){var r=ho(t,":"+e)||ho(t,"v-bind:"+e);if(null!=r)return ro(r);if(!1!==n){var i=ho(t,e);if(null!=i)return JSON.stringify(i)}}function ho(t,e,n){var r;if(null!=(r=t.attrsMap[e]))for(var i=t.attrsList,o=0,a=i.length;o<a;o++)if(i[o].name===e){i.splice(o,1);break}return n&&delete t.attrsMap[e],r}function mo(t,e){for(var n=t.attrsList,r=0,i=n.length;r<i;r++){var o=n[r];if(e.test(o.name))return n.splice(r,1),o}}function go(t,e){return e&&(null!=e.start&&(t.start=e.start),null!=e.end&&(t.end=e.end)),t}function yo(t,e,n){var r=n||{},i=r.number,o="$$v";r.trim&&(o="(typeof ".concat("$$v"," === 'string'")+"? ".concat("$$v",".trim()")+": ".concat("$$v",")")),i&&(o="_n(".concat(o,")"));var a=_o(e,o);t.model={value:"(".concat(e,")"),expression:JSON.stringify(e),callback:"function (".concat("$$v",") {").concat(a,"}")}}function _o(t,e){var n=function(t){if(t=t.trim(),Wi=t.length,t.indexOf("[")<0||t.lastIndexOf("]")<Wi-1)return(Xi=t.lastIndexOf("."))>-1?{exp:t.slice(0,Xi),key:'"'+t.slice(Xi+1)+'"'}:{exp:t,key:null};Gi=t,Xi=Yi=to=0;for(;!$o();)wo(Zi=bo())?Co(Zi):91===Zi&&xo(Zi);return{exp:t.slice(0,Yi),key:t.slice(Yi+1,to)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function bo(){return Gi.charCodeAt(++Xi)}function $o(){return Xi>=Wi}function wo(t){return 34===t||39===t}function xo(t){var e=1;for(Yi=Xi;!$o();)if(wo(t=bo()))Co(t);else if(91===t&&e++,93===t&&e--,0===e){to=Xi;break}}function Co(t){for(var e=t;!$o()&&(t=bo())!==e;);}var So;function ko(t,e,n){var r=So;return function i(){var o=e.apply(null,arguments);null!==o&&Ao(t,i,n,r)}}var Oo=zn&&!(rt&&Number(rt[1])<=53);function To(t,e,n,r){if(Oo){var i=pn,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}So.addEventListener(t,e,ot?{capture:n,passive:r}:n)}function Ao(t,e,n,r){(r||So).removeEventListener(t,e._wrapper||e,n)}function Io(t,e){if(!a(t.data.on)||!a(e.data.on)){var n=e.data.on||{},r=t.data.on||{};So=e.elm||t.elm,function(t){if(s(t.__r)){var e=X?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}s(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),fe(n,r,To,Ao,ko,e.context),So=void 0}}var Do,jo={create:Io,update:Io,destroy:function(t){return Io(t,Ei)}};function Eo(t,e){if(!a(t.data.domProps)||!a(e.data.domProps)){var n,r,i=e.elm,o=t.data.domProps||{},u=e.data.domProps||{};for(n in(s(u.__ob__)||c(u._v_attr_proxy))&&(u=e.data.domProps=E({},u)),o)n in u||(i[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===o[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=r;var l=a(r)?"":String(r);Po(i,l)&&(i.value=l)}else if("innerHTML"===n&&xi(i.tagName)&&a(i.innerHTML)){(Do=Do||document.createElement("div")).innerHTML="<svg>".concat(r,"</svg>");for(var f=Do.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;f.firstChild;)i.appendChild(f.firstChild)}else if(r!==o[n])try{i[n]=r}catch(t){}}}}function Po(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(s(r)){if(r.number)return y(n)!==y(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Mo={create:Eo,update:Eo},No=S((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Lo(t){var e=Ro(t.style);return t.staticStyle?E(t.staticStyle,e):e}function Ro(t){return Array.isArray(t)?P(t):"string"==typeof t?No(t):t}var Fo,Bo=/^--/,Vo=/\s*!important$/,zo=function(t,e,n){if(Bo.test(e))t.style.setProperty(e,n);else if(Vo.test(n))t.style.setProperty(I(e),n.replace(Vo,""),"important");else{var r=Ho(e);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)t.style[r]=n[i];else t.style[r]=n}},Uo=["Webkit","Moz","ms"],Ho=S((function(t){if(Fo=Fo||document.createElement("div").style,"filter"!==(t=O(t))&&t in Fo)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<Uo.length;n++){var r=Uo[n]+e;if(r in Fo)return r}}));function qo(t,e){var n=e.data,r=t.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var i,o,c=e.elm,u=r.staticStyle,l=r.normalizedStyle||r.style||{},f=u||l,d=Ro(e.data.style)||{};e.data.normalizedStyle=s(d.__ob__)?E({},d):d;var p=function(t,e){var n,r={};if(e)for(var i=t;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=Lo(i.data))&&E(r,n);(n=Lo(t.data))&&E(r,n);for(var o=t;o=o.parent;)o.data&&(n=Lo(o.data))&&E(r,n);return r}(e,!0);for(o in f)a(p[o])&&zo(c,o,"");for(o in p)(i=p[o])!==f[o]&&zo(c,o,null==i?"":i)}}var Ko={create:qo,update:qo},Qo=/\s+/;function Jo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Qo).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Wo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Qo).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Go(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&E(e,Zo(t.name||"v")),E(e,t),e}return"string"==typeof t?Zo(t):void 0}}var Zo=S((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),Xo=G&&!Y,Yo="transition",ta="transitionend",ea="animation",na="animationend";Xo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yo="WebkitTransition",ta="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ea="WebkitAnimation",na="webkitAnimationEnd"));var ra=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function ia(t){ra((function(){ra(t)}))}function oa(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Jo(t,e))}function aa(t,e){t._transitionClasses&&w(t._transitionClasses,e),Wo(t,e)}function sa(t,e,n){var r=ua(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s="transition"===i?ta:na,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),o+1),t.addEventListener(s,l)}var ca=/\b(transform|all)(,|$)/;function ua(t,e){var n,r=window.getComputedStyle(t),i=(r[Yo+"Delay"]||"").split(", "),o=(r[Yo+"Duration"]||"").split(", "),a=la(i,o),s=(r[ea+"Delay"]||"").split(", "),c=(r[ea+"Duration"]||"").split(", "),u=la(s,c),l=0,f=0;return"transition"===e?a>0&&(n="transition",l=a,f=o.length):"animation"===e?u>0&&(n="animation",l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?"transition":"animation":null)?"transition"===n?o.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:"transition"===n&&ca.test(r[Yo+"Property"])}}function la(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return fa(e)+fa(t[n])})))}function fa(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function da(t,e){var n=t.elm;s(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Go(t.data.transition);if(!a(r)&&!s(n._enterCb)&&1===n.nodeType){for(var i=r.css,o=r.type,c=r.enterClass,u=r.enterToClass,d=r.enterActiveClass,p=r.appearClass,v=r.appearToClass,h=r.appearActiveClass,m=r.beforeEnter,g=r.enter,_=r.afterEnter,b=r.enterCancelled,$=r.beforeAppear,w=r.appear,x=r.afterAppear,C=r.appearCancelled,S=r.duration,k=en,O=en.$vnode;O&&O.parent;)k=O.context,O=O.parent;var T=!k._isMounted||!t.isRootInsert;if(!T||w||""===w){var A=T&&p?p:c,I=T&&h?h:d,D=T&&v?v:u,j=T&&$||m,E=T&&l(w)?w:g,P=T&&x||_,M=T&&C||b,N=y(f(S)?S.enter:S);0;var L=!1!==i&&!Y,R=ha(E),F=n._enterCb=B((function(){L&&(aa(n,D),aa(n,I)),F.cancelled?(L&&aa(n,A),M&&M(n)):P&&P(n),n._enterCb=null}));t.data.show||de(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),E&&E(n,F)})),j&&j(n),L&&(oa(n,A),oa(n,I),ia((function(){aa(n,A),F.cancelled||(oa(n,D),R||(va(N)?setTimeout(F,N):sa(n,o,F)))}))),t.data.show&&(e&&e(),E&&E(n,F)),L||R||F()}}}function pa(t,e){var n=t.elm;s(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Go(t.data.transition);if(a(r)||1!==n.nodeType)return e();if(!s(n._leaveCb)){var i=r.css,o=r.type,c=r.leaveClass,u=r.leaveToClass,l=r.leaveActiveClass,d=r.beforeLeave,p=r.leave,v=r.afterLeave,h=r.leaveCancelled,m=r.delayLeave,g=r.duration,_=!1!==i&&!Y,b=ha(p),$=y(f(g)?g.leave:g);0;var w=n._leaveCb=B((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),_&&(aa(n,u),aa(n,l)),w.cancelled?(_&&aa(n,c),h&&h(n)):(e(),v&&v(n)),n._leaveCb=null}));m?m(x):x()}function x(){w.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),d&&d(n),_&&(oa(n,c),oa(n,l),ia((function(){aa(n,c),w.cancelled||(oa(n,u),b||(va($)?setTimeout(w,$):sa(n,o,w)))}))),p&&p(n,w),_||b||w())}}function va(t){return"number"==typeof t&&!isNaN(t)}function ha(t){if(a(t))return!1;var e=t.fns;return s(e)?ha(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function ma(t,e){!0!==e.data.show&&da(e)}var ga=function(t){var e,n,r={},i=t.modules,l=t.nodeOps;for(e=0;e<Pi.length;++e)for(r[Pi[e]]=[],n=0;n<i.length;++n)s(i[n][Pi[e]])&&r[Pi[e]].push(i[n][Pi[e]]);function f(t){var e=l.parentNode(t);s(e)&&l.removeChild(e,t)}function d(t,e,n,i,o,a,u){if(s(t.elm)&&s(a)&&(t=a[u]=yt(t)),t.isRootInsert=!o,!function(t,e,n,i){var o=t.data;if(s(o)){var a=s(t.componentInstance)&&o.keepAlive;if(s(o=o.hook)&&s(o=o.init)&&o(t,!1),s(t.componentInstance))return p(t,e),v(n,t.elm,i),c(a)&&function(t,e,n,i){var o,a=t;for(;a.componentInstance;)if(a=a.componentInstance._vnode,s(o=a.data)&&s(o=o.transition)){for(o=0;o<r.activate.length;++o)r.activate[o](Ei,a);e.push(a);break}v(n,t.elm,i)}(t,e,n,i),!0}}(t,e,n,i)){var f=t.data,d=t.children,m=t.tag;s(m)?(t.elm=t.ns?l.createElementNS(t.ns,m):l.createElement(m,t),y(t),h(t,d,e),s(f)&&g(t,e),v(n,t.elm,i)):c(t.isComment)?(t.elm=l.createComment(t.text),v(n,t.elm,i)):(t.elm=l.createTextNode(t.text),v(n,t.elm,i))}}function p(t,e){s(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,m(t)?(g(t,e),y(t)):(Di(t),e.push(t))}function v(t,e,n){s(t)&&(s(n)?l.parentNode(n)===t&&l.insertBefore(t,e,n):l.appendChild(t,e))}function h(t,e,n){if(o(e)){0;for(var r=0;r<e.length;++r)d(e[r],n,t.elm,null,!0,e,r)}else u(t.text)&&l.appendChild(t.elm,l.createTextNode(String(t.text)))}function m(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return s(t.tag)}function g(t,n){for(var i=0;i<r.create.length;++i)r.create[i](Ei,t);s(e=t.data.hook)&&(s(e.create)&&e.create(Ei,t),s(e.insert)&&n.push(t))}function y(t){var e;if(s(e=t.fnScopeId))l.setStyleScope(t.elm,e);else for(var n=t;n;)s(e=n.context)&&s(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e),n=n.parent;s(e=en)&&e!==t.context&&e!==t.fnContext&&s(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e)}function b(t,e,n,r,i,o){for(;r<=i;++r)d(n[r],o,t,e,!1,n,r)}function $(t){var e,n,i=t.data;if(s(i))for(s(e=i.hook)&&s(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(s(e=t.children))for(n=0;n<t.children.length;++n)$(t.children[n])}function w(t,e,n){for(;e<=n;++e){var r=t[e];s(r)&&(s(r.tag)?(x(r),$(r)):f(r.elm))}}function x(t,e){if(s(e)||s(t.data)){var n,i=r.remove.length+1;for(s(e)?e.listeners+=i:e=function(t,e){function n(){0==--n.listeners&&f(t)}return n.listeners=e,n}(t.elm,i),s(n=t.componentInstance)&&s(n=n._vnode)&&s(n.data)&&x(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);s(n=t.data.hook)&&s(n=n.remove)?n(t,e):e()}else f(t.elm)}function C(t,e,n,r){for(var i=n;i<r;i++){var o=e[i];if(s(o)&&Mi(t,o))return i}}function S(t,e,n,i,o,u){if(t!==e){s(e.elm)&&s(i)&&(e=i[o]=yt(e));var f=e.elm=t.elm;if(c(t.isAsyncPlaceholder))s(e.asyncFactory.resolved)?T(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(c(e.isStatic)&&c(t.isStatic)&&e.key===t.key&&(c(e.isCloned)||c(e.isOnce)))e.componentInstance=t.componentInstance;else{var p,v=e.data;s(v)&&s(p=v.hook)&&s(p=p.prepatch)&&p(t,e);var h=t.children,g=e.children;if(s(v)&&m(e)){for(p=0;p<r.update.length;++p)r.update[p](t,e);s(p=v.hook)&&s(p=p.update)&&p(t,e)}a(e.text)?s(h)&&s(g)?h!==g&&function(t,e,n,r,i){var o,c,u,f=0,p=0,v=e.length-1,h=e[0],m=e[v],g=n.length-1,y=n[0],_=n[g],$=!i;for(0;f<=v&&p<=g;)a(h)?h=e[++f]:a(m)?m=e[--v]:Mi(h,y)?(S(h,y,r,n,p),h=e[++f],y=n[++p]):Mi(m,_)?(S(m,_,r,n,g),m=e[--v],_=n[--g]):Mi(h,_)?(S(h,_,r,n,g),$&&l.insertBefore(t,h.elm,l.nextSibling(m.elm)),h=e[++f],_=n[--g]):Mi(m,y)?(S(m,y,r,n,p),$&&l.insertBefore(t,m.elm,h.elm),m=e[--v],y=n[++p]):(a(o)&&(o=Ni(e,f,v)),a(c=s(y.key)?o[y.key]:C(y,e,f,v))?d(y,r,t,h.elm,!1,n,p):Mi(u=e[c],y)?(S(u,y,r,n,p),e[c]=void 0,$&&l.insertBefore(t,u.elm,h.elm)):d(y,r,t,h.elm,!1,n,p),y=n[++p]);f>v?b(t,a(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&w(e,f,v)}(f,h,g,n,u):s(g)?(s(t.text)&&l.setTextContent(f,""),b(f,null,g,0,g.length-1,n)):s(h)?w(h,0,h.length-1):s(t.text)&&l.setTextContent(f,""):t.text!==e.text&&l.setTextContent(f,e.text),s(v)&&s(p=v.hook)&&s(p=p.postpatch)&&p(t,e)}}}function k(t,e,n){if(c(n)&&s(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var O=_("attrs,class,staticClass,staticStyle,key");function T(t,e,n,r){var i,o=e.tag,a=e.data,u=e.children;if(r=r||a&&a.pre,e.elm=t,c(e.isComment)&&s(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(s(a)&&(s(i=a.hook)&&s(i=i.init)&&i(e,!0),s(i=e.componentInstance)))return p(e,n),!0;if(s(o)){if(s(u))if(t.hasChildNodes())if(s(i=a)&&s(i=i.domProps)&&s(i=i.innerHTML)){if(i!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,d=0;d<u.length;d++){if(!f||!T(f,u[d],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else h(e,u,n);if(s(a)){var v=!1;for(var m in a)if(!O(m)){v=!0,g(e,n);break}!v&&a.class&&gr(a.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,i){if(!a(e)){var o,u=!1,f=[];if(a(t))u=!0,d(e,f);else{var p=s(t.nodeType);if(!p&&Mi(t,e))S(t,e,f,null,null,i);else{if(p){if(1===t.nodeType&&t.hasAttribute("data-server-rendered")&&(t.removeAttribute("data-server-rendered"),n=!0),c(n)&&T(t,e,f))return k(e,f,!0),t;o=t,t=new ht(l.tagName(o).toLowerCase(),{},[],void 0,o)}var v=t.elm,h=l.parentNode(v);if(d(e,f,v._leaveCb?null:h,l.nextSibling(v)),s(e.parent))for(var g=e.parent,y=m(e);g;){for(var _=0;_<r.destroy.length;++_)r.destroy[_](g);if(g.elm=e.elm,y){for(var b=0;b<r.create.length;++b)r.create[b](Ei,g);var x=g.data.hook.insert;if(x.merged)for(var C=1;C<x.fns.length;C++)x.fns[C]()}else Di(g);g=g.parent}s(h)?w([t],0,0):s(t.tag)&&$(t)}}return k(e,f,u),e.elm}s(t)&&$(t)}}({nodeOps:Ai,modules:[Qi,eo,jo,Mo,Ko,G?{create:ma,activate:ma,remove:function(t,e){!0!==t.data.show?pa(t,e):e()}}:{}].concat(Ui)});Y&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Sa(t,"input")}));var ya={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?de(n,"postpatch",(function(){ya.componentUpdated(t,e,n)})):_a(t,e,n.context),t._vOptions=[].map.call(t.options,wa)):("textarea"===n.tag||Oi(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",xa),t.addEventListener("compositionend",Ca),t.addEventListener("change",Ca),Y&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){_a(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,wa);if(i.some((function(t,e){return!R(t,r[e])})))(t.multiple?e.value.some((function(t){return $a(t,i)})):e.value!==e.oldValue&&$a(e.value,i))&&Sa(t,"change")}}};function _a(t,e,n){ba(t,e,n),(X||tt)&&setTimeout((function(){ba(t,e,n)}),0)}function ba(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=F(r,wa(a))>-1,a.selected!==o&&(a.selected=o);else if(R(wa(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function $a(t,e){return e.every((function(e){return!R(e,t)}))}function wa(t){return"_value"in t?t._value:t.value}function xa(t){t.target.composing=!0}function Ca(t){t.target.composing&&(t.target.composing=!1,Sa(t.target,"input"))}function Sa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ka(t){return!t.componentInstance||t.data&&t.data.transition?t:ka(t.componentInstance._vnode)}var Oa={model:ya,show:{bind:function(t,e,n){var r=e.value,i=(n=ka(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,da(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ka(n)).data&&n.data.transition?(n.data.show=!0,r?da(n,(function(){t.style.display=t.__vOriginalDisplay})):pa(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},Ta={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Aa(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Aa(Ge(e.children)):t}function Ia(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var r in i)e[O(r)]=i[r];return e}function Da(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var ja=function(t){return t.tag||Pe(t)},Ea=function(t){return"show"===t.name},Pa={name:"transition",props:Ta,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ja)).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=Aa(i);if(!o)return i;if(this._leaving)return Da(t,i);var a="__transition-".concat(this._uid,"-");o.key=null==o.key?o.isComment?a+"comment":a+o.tag:u(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var s=(o.data||(o.data={})).transition=Ia(this),c=this._vnode,l=Aa(c);if(o.data.directives&&o.data.directives.some(Ea)&&(o.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,l)&&!Pe(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=E({},s);if("out-in"===r)return this._leaving=!0,de(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Da(t,i);if("in-out"===r){if(Pe(o))return c;var d,p=function(){d()};de(s,"afterEnter",p),de(s,"enterCancelled",p),de(f,"delayLeave",(function(t){d=t}))}}return i}}},Ma=E({tag:String,moveClass:String},Ta);function Na(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function La(t){t.data.newPos=t.elm.getBoundingClientRect()}function Ra(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate(".concat(r,"px,").concat(i,"px)"),o.transitionDuration="0s"}}delete Ma.mode;var Fa={Transition:Pa,TransitionGroup:{props:Ma,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=nn(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=Ia(this),s=0;s<i.length;s++){if((l=i[s]).tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),n[l.key]=l,(l.data||(l.data={})).transition=a;else;}if(r){var c=[],u=[];for(s=0;s<r.length;s++){var l;(l=r[s]).data.transition=a,l.data.pos=l.elm.getBoundingClientRect(),n[l.key]?c.push(l):u.push(l)}this.kept=t(e,null,c),this.removed=u}return t(e,null,o)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(Na),t.forEach(La),t.forEach(Ra),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;oa(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ta,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ta,t),n._moveCb=null,aa(n,e))})}})))},methods:{hasMove:function(t,e){if(!Xo)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Wo(n,t)})),Jo(n,e),n.style.display="none",this.$el.appendChild(n);var r=ua(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};Yr.config.mustUseProp=ui,Yr.config.isReservedTag=Ci,Yr.config.isReservedAttr=si,Yr.config.getTagNamespace=Si,Yr.config.isUnknownElement=function(t){if(!G)return!0;if(Ci(t))return!1;if(t=t.toLowerCase(),null!=ki[t])return ki[t];var e=document.createElement(t);return t.indexOf("-")>-1?ki[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:ki[t]=/HTMLUnknownElement/.test(e.toString())},E(Yr.options.directives,Oa),E(Yr.options.components,Fa),Yr.prototype.__patch__=G?ga:M,Yr.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=mt),an(t,"beforeMount"),r=function(){t._update(t._render(),n)},new _r(t,r,M,{before:function(){t._isMounted&&!t._isDestroyed&&an(t,"beforeUpdate")}},!0),n=!1;var i=t._preWatchers;if(i)for(var o=0;o<i.length;o++)i[o].run();return null==t.$vnode&&(t._isMounted=!0,an(t,"mounted")),t}(this,t=t&&G?Ti(t):void 0,e)},G&&setTimeout((function(){H.devtools&&ct&&ct.emit("init",Yr)}),0);var Ba=/\{\{((?:.|\r?\n)+?)\}\}/g,Va=/[-.*+?^${}()|[\]\/\\]/g,za=S((function(t){var e=t[0].replace(Va,"\\$&"),n=t[1].replace(Va,"\\$&");return new RegExp(e+"((?:.|\\n)+?)"+n,"g")}));var Ua={staticKeys:["staticClass"],transformNode:function(t,e){e.warn;var n=ho(t,"class");n&&(t.staticClass=JSON.stringify(n.replace(/\s+/g," ").trim()));var r=vo(t,"class",!1);r&&(t.classBinding=r)},genData:function(t){var e="";return t.staticClass&&(e+="staticClass:".concat(t.staticClass,",")),t.classBinding&&(e+="class:".concat(t.classBinding,",")),e}};var Ha,qa={staticKeys:["staticStyle"],transformNode:function(t,e){e.warn;var n=ho(t,"style");n&&(t.staticStyle=JSON.stringify(No(n)));var r=vo(t,"style",!1);r&&(t.styleBinding=r)},genData:function(t){var e="";return t.staticStyle&&(e+="staticStyle:".concat(t.staticStyle,",")),t.styleBinding&&(e+="style:(".concat(t.styleBinding,"),")),e}},Ka=function(t){return(Ha=Ha||document.createElement("div")).innerHTML=t,Ha.textContent},Qa=_("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),Ja=_("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),Wa=_("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),Ga=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Za=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,Xa="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(q.source,"]*"),Ya="((?:".concat(Xa,"\\:)?").concat(Xa,")"),ts=new RegExp("^<".concat(Ya)),es=/^\s*(\/?)>/,ns=new RegExp("^<\\/".concat(Ya,"[^>]*>")),rs=/^<!DOCTYPE [^>]+>/i,is=/^<!\--/,os=/^<!\[/,as=_("script,style,textarea",!0),ss={},cs={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n","&#9;":"\t","&#39;":"'"},us=/&(?:lt|gt|quot|amp|#39);/g,ls=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,fs=_("pre,textarea",!0),ds=function(t,e){return t&&fs(t)&&"\n"===e[0]};function ps(t,e){var n=e?ls:us;return t.replace(n,(function(t){return cs[t]}))}function vs(t,e){for(var n,r,i=[],o=e.expectHTML,a=e.isUnaryTag||N,s=e.canBeLeftOpenTag||N,c=0,u=function(){if(n=t,r&&as(r)){var u=0,d=r.toLowerCase(),p=ss[d]||(ss[d]=new RegExp("([\\s\\S]*?)(</"+d+"[^>]*>)","i"));w=t.replace(p,(function(t,n,r){return u=r.length,as(d)||"noscript"===d||(n=n.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),ds(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""}));c+=t.length-w.length,t=w,f(d,c-u,c)}else{var v=t.indexOf("<");if(0===v){if(is.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),l(h+3),"continue"}if(os.test(t)){var m=t.indexOf("]>");if(m>=0)return l(m+2),"continue"}var g=t.match(rs);if(g)return l(g[0].length),"continue";var y=t.match(ns);if(y){var _=c;return l(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(ts);if(e){var n={tagName:e[1],attrs:[],start:c};l(e[0].length);for(var r=void 0,i=void 0;!(r=t.match(es))&&(i=t.match(Za)||t.match(Ga));)i.start=c,l(i[0].length),i.end=c,n.attrs.push(i);if(r)return n.unarySlash=r[1],l(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;o&&("p"===r&&Wa(n)&&f(r),s(n)&&r===n&&f(n));for(var u=a(n)||!!c,l=t.attrs.length,d=new Array(l),p=0;p<l;p++){var v=t.attrs[p],h=v[3]||v[4]||v[5]||"",m="a"===n&&"href"===v[1]?e.shouldDecodeNewlinesForHref:e.shouldDecodeNewlines;d[p]={name:v[1],value:ps(h,m)}}u||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:d,start:t.start,end:t.end}),r=n);e.start&&e.start(n,d,u,t.start,t.end)}(b),ds(b.tagName,t)&&l(1),"continue"}var $=void 0,w=void 0,x=void 0;if(v>=0){for(w=t.slice(v);!(ns.test(w)||ts.test(w)||is.test(w)||os.test(w)||(x=w.indexOf("<",1))<0);)v+=x,w=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&l($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t;){if("break"===u())break}function l(e){c+=e,t=t.substring(e)}function f(t,n,o){var a,s;if(null==n&&(n=c),null==o&&(o=c),t)for(s=t.toLowerCase(),a=i.length-1;a>=0&&i[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var u=i.length-1;u>=a;u--)e.end&&e.end(i[u].tag,n,o);i.length=a,r=a&&i[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,o):"p"===s&&(e.start&&e.start(t,[],!1,n,o),e.end&&e.end(t,n,o))}f()}var hs,ms,gs,ys,_s,bs,$s,ws,xs=/^@|^v-on:/,Cs=/^v-|^@|^:|^#/,Ss=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,ks=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Os=/^\(|\)$/g,Ts=/^\[.*\]$/,As=/:(.*)$/,Is=/^:|^\.|^v-bind:/,Ds=/\.[^.\]]+(?=[^\]]*$)/g,js=/^v-slot(:|$)|^#/,Es=/[\r\n]/,Ps=/[ \f\t\r\n]+/g,Ms=S(Ka);function Ns(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Us(e),rawAttrsMap:{},parent:n,children:[]}}function Ls(t,e){hs=e.warn||oo,bs=e.isPreTag||N,$s=e.mustUseProp||N,ws=e.getTagNamespace||N;var n=e.isReservedTag||N;(function(t){return!(!(t.component||t.attrsMap[":is"]||t.attrsMap["v-bind:is"])&&(t.attrsMap.is?n(t.attrsMap.is):n(t.tag)))}),gs=ao(e.modules,"transformNode"),ys=ao(e.modules,"preTransformNode"),_s=ao(e.modules,"postTransformNode"),ms=e.delimiters;var r,i,o=[],a=!1!==e.preserveWhitespace,s=e.whitespace,c=!1,u=!1;function l(t){if(f(t),c||t.processed||(t=Rs(t,e)),o.length||t===r||r.if&&(t.elseif||t.else)&&Bs(r,{exp:t.elseif,block:t}),i&&!t.forbidden)if(t.elseif||t.else)a=t,(s=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(i.children))&&s.if&&Bs(s,{exp:a.elseif,block:a});else{if(t.slotScope){var n=t.slotTarget||'"default"';(i.scopedSlots||(i.scopedSlots={}))[n]=t}i.children.push(t),t.parent=i}var a,s;t.children=t.children.filter((function(t){return!t.slotScope})),f(t),t.pre&&(c=!1),bs(t.tag)&&(u=!1);for(var l=0;l<_s.length;l++)_s[l](t,e)}function f(t){if(!u)for(var e=void 0;(e=t.children[t.children.length-1])&&3===e.type&&" "===e.text;)t.children.pop()}return vs(t,{warn:hs,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,n,a,s,f){var d=i&&i.ns||ws(t);X&&"svg"===d&&(n=function(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];Hs.test(r.name)||(r.name=r.name.replace(qs,""),e.push(r))}return e}(n));var p,v=Ns(t,n,i);d&&(v.ns=d),"style"!==(p=v).tag&&("script"!==p.tag||p.attrsMap.type&&"text/javascript"!==p.attrsMap.type)||st()||(v.forbidden=!0);for(var h=0;h<ys.length;h++)v=ys[h](v,e)||v;c||(!function(t){null!=ho(t,"v-pre")&&(t.pre=!0)}(v),v.pre&&(c=!0)),bs(v.tag)&&(u=!0),c?function(t){var e=t.attrsList,n=e.length;if(n)for(var r=t.attrs=new Array(n),i=0;i<n;i++)r[i]={name:e[i].name,value:JSON.stringify(e[i].value)},null!=e[i].start&&(r[i].start=e[i].start,r[i].end=e[i].end);else t.pre||(t.plain=!0)}(v):v.processed||(Fs(v),function(t){var e=ho(t,"v-if");if(e)t.if=e,Bs(t,{exp:e,block:t});else{null!=ho(t,"v-else")&&(t.else=!0);var n=ho(t,"v-else-if");n&&(t.elseif=n)}}(v),function(t){null!=ho(t,"v-once")&&(t.once=!0)}(v)),r||(r=v),a?l(v):(i=v,o.push(v))},end:function(t,e,n){var r=o[o.length-1];o.length-=1,i=o[o.length-1],l(r)},chars:function(t,e,n){if(i&&(!X||"textarea"!==i.tag||i.attrsMap.placeholder!==t)){var r,o=i.children;if(t=u||t.trim()?"script"===(r=i).tag||"style"===r.tag?t:Ms(t):o.length?s?"condense"===s&&Es.test(t)?"":" ":a?" ":"":""){u||"condense"!==s||(t=t.replace(Ps," "));var l=void 0,f=void 0;!c&&" "!==t&&(l=function(t,e){var n=e?za(e):Ba;if(n.test(t)){for(var r,i,o,a=[],s=[],c=n.lastIndex=0;r=n.exec(t);){(i=r.index)>c&&(s.push(o=t.slice(c,i)),a.push(JSON.stringify(o)));var u=ro(r[1].trim());a.push("_s(".concat(u,")")),s.push({"@binding":u}),c=i+r[0].length}return c<t.length&&(s.push(o=t.slice(c)),a.push(JSON.stringify(o))),{expression:a.join("+"),tokens:s}}}(t,ms))?f={type:2,expression:l.expression,tokens:l.tokens,text:t}:" "===t&&o.length&&" "===o[o.length-1].text||(f={type:3,text:t}),f&&o.push(f)}}},comment:function(t,e,n){if(i){var r={type:3,text:t,isComment:!0};0,i.children.push(r)}}}),r}function Rs(t,e){var n;!function(t){var e=vo(t,"key");if(e){t.key=e}}(t),t.plain=!t.key&&!t.scopedSlots&&!t.attrsList.length,function(t){var e=vo(t,"ref");e&&(t.ref=e,t.refInFor=function(t){var e=t;for(;e;){if(void 0!==e.for)return!0;e=e.parent}return!1}(t))}(t),function(t){var e;"template"===t.tag?(e=ho(t,"scope"),t.slotScope=e||ho(t,"slot-scope")):(e=ho(t,"slot-scope"))&&(t.slotScope=e);var n=vo(t,"slot");n&&(t.slotTarget='""'===n?'"default"':n,t.slotTargetDynamic=!(!t.attrsMap[":slot"]&&!t.attrsMap["v-bind:slot"]),"template"===t.tag||t.slotScope||co(t,"slot",n,function(t,e){return t.rawAttrsMap[":"+e]||t.rawAttrsMap["v-bind:"+e]||t.rawAttrsMap[e]}(t,"slot")));if("template"===t.tag){if(a=mo(t,js)){0;var r=Vs(a),i=r.name,o=r.dynamic;t.slotTarget=i,t.slotTargetDynamic=o,t.slotScope=a.value||"_empty_"}}else{var a;if(a=mo(t,js)){0;var s=t.scopedSlots||(t.scopedSlots={}),c=Vs(a),u=c.name,l=(o=c.dynamic,s[u]=Ns("template",[],t));l.slotTarget=u,l.slotTargetDynamic=o,l.children=t.children.filter((function(t){if(!t.slotScope)return t.parent=l,!0})),l.slotScope=a.value||"_empty_",t.children=[],t.plain=!1}}}(t),"slot"===(n=t).tag&&(n.slotName=vo(n,"name")),function(t){var e;(e=vo(t,"is"))&&(t.component=e);null!=ho(t,"inline-template")&&(t.inlineTemplate=!0)}(t);for(var r=0;r<gs.length;r++)t=gs[r](t,e)||t;return function(t){var e,n,r,i,o,a,s,c,u=t.attrsList;for(e=0,n=u.length;e<n;e++){if(r=i=u[e].name,o=u[e].value,Cs.test(r))if(t.hasBindings=!0,(a=zs(r.replace(Cs,"")))&&(r=r.replace(Ds,"")),Is.test(r))r=r.replace(Is,""),o=ro(o),(c=Ts.test(r))&&(r=r.slice(1,-1)),a&&(a.prop&&!c&&"innerHtml"===(r=O(r))&&(r="innerHTML"),a.camel&&!c&&(r=O(r)),a.sync&&(s=_o(o,"$event"),c?po(t,'"update:"+('.concat(r,")"),s,null,!1,0,u[e],!0):(po(t,"update:".concat(O(r)),s,null,!1,0,u[e]),I(r)!==O(r)&&po(t,"update:".concat(I(r)),s,null,!1,0,u[e])))),a&&a.prop||!t.component&&$s(t.tag,t.attrsMap.type,r)?so(t,r,o,u[e],c):co(t,r,o,u[e],c);else if(xs.test(r))r=r.replace(xs,""),(c=Ts.test(r))&&(r=r.slice(1,-1)),po(t,r,o,a,!1,0,u[e],c);else{var l=(r=r.replace(Cs,"")).match(As),f=l&&l[1];c=!1,f&&(r=r.slice(0,-(f.length+1)),Ts.test(f)&&(f=f.slice(1,-1),c=!0)),lo(t,r,i,o,f,c,a,u[e])}else co(t,r,JSON.stringify(o),u[e]),!t.component&&"muted"===r&&$s(t.tag,t.attrsMap.type,r)&&so(t,r,"true",u[e])}}(t),t}function Fs(t){var e;if(e=ho(t,"v-for")){var n=function(t){var e=t.match(Ss);if(!e)return;var n={};n.for=e[2].trim();var r=e[1].trim().replace(Os,""),i=r.match(ks);i?(n.alias=r.replace(ks,"").trim(),n.iterator1=i[1].trim(),i[2]&&(n.iterator2=i[2].trim())):n.alias=r;return n}(e);n&&E(t,n)}}function Bs(t,e){t.ifConditions||(t.ifConditions=[]),t.ifConditions.push(e)}function Vs(t){var e=t.name.replace(js,"");return e||"#"!==t.name[0]&&(e="default"),Ts.test(e)?{name:e.slice(1,-1),dynamic:!0}:{name:'"'.concat(e,'"'),dynamic:!1}}function zs(t){var e=t.match(Ds);if(e){var n={};return e.forEach((function(t){n[t.slice(1)]=!0})),n}}function Us(t){for(var e={},n=0,r=t.length;n<r;n++)e[t[n].name]=t[n].value;return e}var Hs=/^xmlns:NS\d+/,qs=/^NS\d+:/;function Ks(t){return Ns(t.tag,t.attrsList.slice(),t.parent)}var Qs=[Ua,qa,{preTransformNode:function(t,e){if("input"===t.tag){var n=t.attrsMap;if(!n["v-model"])return;var r=void 0;if((n[":type"]||n["v-bind:type"])&&(r=vo(t,"type")),n.type||r||!n["v-bind"]||(r="(".concat(n["v-bind"],").type")),r){var i=ho(t,"v-if",!0),o=i?"&&(".concat(i,")"):"",a=null!=ho(t,"v-else",!0),s=ho(t,"v-else-if",!0),c=Ks(t);Fs(c),uo(c,"type","checkbox"),Rs(c,e),c.processed=!0,c.if="(".concat(r,")==='checkbox'")+o,Bs(c,{exp:c.if,block:c});var u=Ks(t);ho(u,"v-for",!0),uo(u,"type","radio"),Rs(u,e),Bs(c,{exp:"(".concat(r,")==='radio'")+o,block:u});var l=Ks(t);return ho(l,"v-for",!0),uo(l,":type",r),Rs(l,e),Bs(c,{exp:i,block:l}),a?c.else=!0:s&&(c.elseif=s),c}}}}];var Js,Ws,Gs={expectHTML:!0,modules:Qs,directives:{model:function(t,e,n){n;var r=e.value,i=e.modifiers,o=t.tag,a=t.attrsMap.type;if(t.component)return yo(t,r,i),!1;if("select"===o)!function(t,e,n){var r=n&&n.number,i='Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;'+"return ".concat(r?"_n(val)":"val","})"),o="var $$selectedVal = ".concat(i,";");o="".concat(o," ").concat(_o(e,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]")),po(t,"change",o,null,!0)}(t,r,i);else if("input"===o&&"checkbox"===a)!function(t,e,n){var r=n&&n.number,i=vo(t,"value")||"null",o=vo(t,"true-value")||"true",a=vo(t,"false-value")||"false";so(t,"checked","Array.isArray(".concat(e,")")+"?_i(".concat(e,",").concat(i,")>-1")+("true"===o?":(".concat(e,")"):":_q(".concat(e,",").concat(o,")"))),po(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(o,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+i+")":i,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(_o(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(_o(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(_o(e,"$$c"),"}"),null,!0)}(t,r,i);else if("input"===o&&"radio"===a)!function(t,e,n){var r=n&&n.number,i=vo(t,"value")||"null";i=r?"_n(".concat(i,")"):i,so(t,"checked","_q(".concat(e,",").concat(i,")")),po(t,"change",_o(e,i),null,!0)}(t,r,i);else if("input"===o||"textarea"===o)!function(t,e,n){var r=t.attrsMap.type;0;var i=n||{},o=i.lazy,a=i.number,s=i.trim,c=!o&&"range"!==r,u=o?"change":"range"===r?"__r":"input",l="$event.target.value";s&&(l="$event.target.value.trim()");a&&(l="_n(".concat(l,")"));var f=_o(e,l);c&&(f="if($event.target.composing)return;".concat(f));so(t,"value","(".concat(e,")")),po(t,u,f,null,!0),(s||a)&&po(t,"blur","$forceUpdate()")}(t,r,i);else{if(!H.isReservedTag(o))return yo(t,r,i),!1}return!0},text:function(t,e){e.value&&so(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&so(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:Qa,mustUseProp:ui,canBeLeftOpenTag:Ja,isReservedTag:Ci,getTagNamespace:Si,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Qs)},Zs=S((function(t){return _("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function Xs(t,e){t&&(Js=Zs(e.staticKeys||""),Ws=e.isReservedTag||N,function t(e){if(e.static=function(t){if(2===t.type)return!1;if(3===t.type)return!0;return!(!t.pre&&(t.hasBindings||t.if||t.for||b(t.tag)||!Ws(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Js)))}(e),1===e.type){if(!Ws(e.tag)&&"slot"!==e.tag&&null==e.attrsMap["inline-template"])return;for(var n=0,r=e.children.length;n<r;n++){var i=e.children[n];t(i),i.static||(e.static=!1)}if(e.ifConditions)for(n=1,r=e.ifConditions.length;n<r;n++){var o=e.ifConditions[n].block;t(o),o.static||(e.static=!1)}}}(t),function t(e,n){if(1===e.type){if((e.static||e.once)&&(e.staticInFor=n),e.static&&e.children.length&&(1!==e.children.length||3!==e.children[0].type))return void(e.staticRoot=!0);if(e.staticRoot=!1,e.children)for(var r=0,i=e.children.length;r<i;r++)t(e.children[r],n||!!e.for);if(e.ifConditions)for(r=1,i=e.ifConditions.length;r<i;r++)t(e.ifConditions[r].block,n)}}(t,!1))}var Ys=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,tc=/\([^)]*?\);*$/,ec=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,nc={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},rc={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},ic=function(t){return"if(".concat(t,")return null;")},oc={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:ic("$event.target !== $event.currentTarget"),ctrl:ic("!$event.ctrlKey"),shift:ic("!$event.shiftKey"),alt:ic("!$event.altKey"),meta:ic("!$event.metaKey"),left:ic("'button' in $event && $event.button !== 0"),middle:ic("'button' in $event && $event.button !== 1"),right:ic("'button' in $event && $event.button !== 2")};function ac(t,e){var n=e?"nativeOn:":"on:",r="",i="";for(var o in t){var a=sc(t[o]);t[o]&&t[o].dynamic?i+="".concat(o,",").concat(a,","):r+='"'.concat(o,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),i?n+"_d(".concat(r,",[").concat(i.slice(0,-1),"])"):n+r}function sc(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return sc(t)})).join(","),"]");var e=ec.test(t.value),n=Ys.test(t.value),r=ec.test(t.value.replace(tc,""));if(t.modifiers){var i="",o="",a=[],s=function(e){if(oc[e])o+=oc[e],nc[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;o+=ic(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(i+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(cc).join("&&"),")return null;")}(a)),o&&(i+=o);var u=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(i).concat(u,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function cc(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=nc[t],r=rc[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var uc={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:M},lc=function(t){this.options=t,this.warn=t.warn||oo,this.transforms=ao(t.modules,"transformCode"),this.dataGenFns=ao(t.modules,"genData"),this.directives=E(E({},uc),t.directives);var e=t.isReservedTag||N;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function fc(t,e){var n=new lc(e),r=t?"script"===t.tag?"null":dc(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function dc(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return pc(t,e);if(t.once&&!t.onceProcessed)return vc(t,e);if(t.for&&!t.forProcessed)return mc(t,e);if(t.if&&!t.ifProcessed)return hc(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=bc(t,e),i="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),o=t.attrs||t.dynamicAttrs?xc((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:O(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];!o&&!a||r||(i+=",null");o&&(i+=",".concat(o));a&&(i+="".concat(o?"":",null",",").concat(a));return i+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:bc(e,n,!0);return"_c(".concat(t,",").concat(gc(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,i=e.maybeComponent(t);(!t.plain||t.pre&&i)&&(r=gc(t,e));var o=void 0,a=e.options.bindings;i&&a&&!1!==a.__isScriptSetup&&(o=function(t,e){var n=O(e),r=T(n),i=function(i){return t[e]===i?e:t[n]===i?n:t[r]===i?r:void 0},o=i("setup-const")||i("setup-reactive-const");if(o)return o;var a=i("setup-let")||i("setup-ref")||i("setup-maybe-ref");if(a)return a}(a,t.tag)),o||(o="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:bc(t,e,!0);n="_c(".concat(o).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c<e.transforms.length;c++)n=e.transforms[c](t,n);return n}return bc(t,e)||"void 0"}function pc(t,e){t.staticProcessed=!0;var n=e.pre;return t.pre&&(e.pre=t.pre),e.staticRenderFns.push("with(this){return ".concat(dc(t,e),"}")),e.pre=n,"_m(".concat(e.staticRenderFns.length-1).concat(t.staticInFor?",true":"",")")}function vc(t,e){if(t.onceProcessed=!0,t.if&&!t.ifProcessed)return hc(t,e);if(t.staticInFor){for(var n="",r=t.parent;r;){if(r.for){n=r.key;break}r=r.parent}return n?"_o(".concat(dc(t,e),",").concat(e.onceId++,",").concat(n,")"):dc(t,e)}return pc(t,e)}function hc(t,e,n,r){return t.ifProcessed=!0,function t(e,n,r,i){if(!e.length)return i||"_e()";var o=e.shift();return o.exp?"(".concat(o.exp,")?").concat(a(o.block),":").concat(t(e,n,r,i)):"".concat(a(o.block));function a(t){return r?r(t,n):t.once?vc(t,n):dc(t,n)}}(t.ifConditions.slice(),e,n,r)}function mc(t,e,n,r){var i=t.for,o=t.alias,a=t.iterator1?",".concat(t.iterator1):"",s=t.iterator2?",".concat(t.iterator2):"";return t.forProcessed=!0,"".concat(r||"_l","((").concat(i,"),")+"function(".concat(o).concat(a).concat(s,"){")+"return ".concat((n||dc)(t,e))+"})"}function gc(t,e){var n="{",r=function(t,e){var n=t.directives;if(!n)return;var r,i,o,a,s="directives:[",c=!1;for(r=0,i=n.length;r<i;r++){o=n[r],a=!0;var u=e.directives[o.name];u&&(a=!!u(t,o,e.warn)),a&&(c=!0,s+='{name:"'.concat(o.name,'",rawName:"').concat(o.rawName,'"').concat(o.value?",value:(".concat(o.value,"),expression:").concat(JSON.stringify(o.value)):"").concat(o.arg?",arg:".concat(o.isDynamicArg?o.arg:'"'.concat(o.arg,'"')):"").concat(o.modifiers?",modifiers:".concat(JSON.stringify(o.modifiers)):"","},"))}if(c)return s.slice(0,-1)+"]"}(t,e);r&&(n+=r+","),t.key&&(n+="key:".concat(t.key,",")),t.ref&&(n+="ref:".concat(t.ref,",")),t.refInFor&&(n+="refInFor:true,"),t.pre&&(n+="pre:true,"),t.component&&(n+='tag:"'.concat(t.tag,'",'));for(var i=0;i<e.dataGenFns.length;i++)n+=e.dataGenFns[i](t);if(t.attrs&&(n+="attrs:".concat(xc(t.attrs),",")),t.props&&(n+="domProps:".concat(xc(t.props),",")),t.events&&(n+="".concat(ac(t.events,!1),",")),t.nativeEvents&&(n+="".concat(ac(t.nativeEvents,!0),",")),t.slotTarget&&!t.slotScope&&(n+="slot:".concat(t.slotTarget,",")),t.scopedSlots&&(n+="".concat(function(t,e,n){var r=t.for||Object.keys(e).some((function(t){var n=e[t];return n.slotTargetDynamic||n.if||n.for||yc(n)})),i=!!t.if;if(!r)for(var o=t.parent;o;){if(o.slotScope&&"_empty_"!==o.slotScope||o.for){r=!0;break}o.if&&(i=!0),o=o.parent}var a=Object.keys(e).map((function(t){return _c(e[t],n)})).join(",");return"scopedSlots:_u([".concat(a,"]").concat(r?",null,true":"").concat(!r&&i?",null,false,".concat(function(t){var e=5381,n=t.length;for(;n;)e=33*e^t.charCodeAt(--n);return e>>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var o=function(t,e){var n=t.children[0];0;if(n&&1===n.type){var r=fc(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);o&&(n+="".concat(o,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(xc(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function yc(t){return 1===t.type&&("slot"===t.tag||t.children.some(yc))}function _c(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return hc(t,e,_c,"null");if(t.for&&!t.forProcessed)return mc(t,e,_c);var r="_empty_"===t.slotScope?"":String(t.slotScope),i="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(bc(t,e)||"undefined",":undefined"):bc(t,e)||"undefined":dc(t,e),"}"),o=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(i).concat(o,"}")}function bc(t,e,n,r,i){var o=t.children;if(o.length){var a=o[0];if(1===o.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||dc)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r<t.length;r++){var i=t[r];if(1===i.type){if($c(i)||i.ifConditions&&i.ifConditions.some((function(t){return $c(t.block)}))){n=2;break}(e(i)||i.ifConditions&&i.ifConditions.some((function(t){return e(t.block)})))&&(n=1)}}return n}(o,e.maybeComponent):0,u=i||wc;return"[".concat(o.map((function(t){return u(t,e)})).join(","),"]").concat(c?",".concat(c):"")}}function $c(t){return void 0!==t.for||"template"===t.tag||"slot"===t.tag}function wc(t,e){return 1===t.type?dc(t,e):3===t.type&&t.isComment?function(t){return"_e(".concat(JSON.stringify(t.text),")")}(t):function(t){return"_v(".concat(2===t.type?t.expression:Cc(JSON.stringify(t.text)),")")}(t)}function xc(t){for(var e="",n="",r=0;r<t.length;r++){var i=t[r],o=Cc(i.value);i.dynamic?n+="".concat(i.name,",").concat(o,","):e+='"'.concat(i.name,'":').concat(o,",")}return e="{".concat(e.slice(0,-1),"}"),n?"_d(".concat(e,",[").concat(n.slice(0,-1),"])"):e}function Cc(t){return t.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)");function Sc(t,e){try{return new Function(t)}catch(n){return e.push({err:n,code:t}),M}}function kc(t){var e=Object.create(null);return function(n,r,i){(r=E({},r)).warn;delete r.warn;var o=r.delimiters?String(r.delimiters)+n:n;if(e[o])return e[o];var a=t(n,r);var s={},c=[];return s.render=Sc(a.render,c),s.staticRenderFns=a.staticRenderFns.map((function(t){return Sc(t,c)})),e[o]=s}}var Oc,Tc,Ac=(Oc=function(t,e){var n=Ls(t.trim(),e);!1!==e.optimize&&Xs(n,e);var r=fc(n,e);return{ast:n,render:r.render,staticRenderFns:r.staticRenderFns}},function(t){function e(e,n){var r=Object.create(t),i=[],o=[];if(n)for(var a in n.modules&&(r.modules=(t.modules||[]).concat(n.modules)),n.directives&&(r.directives=E(Object.create(t.directives||null),n.directives)),n)"modules"!==a&&"directives"!==a&&(r[a]=n[a]);r.warn=function(t,e,n){(n?o:i).push(t)};var s=Oc(e.trim(),r);return s.errors=i,s.tips=o,s}return{compile:e,compileToFunctions:kc(e)}})(Gs).compileToFunctions;function Ic(t){return(Tc=Tc||document.createElement("div")).innerHTML=t?'<a href="\n"/>':'<div a="\n"/>',Tc.innerHTML.indexOf("&#10;")>0}var Dc=!!G&&Ic(!1),jc=!!G&&Ic(!0),Ec=S((function(t){var e=Ti(t);return e&&e.innerHTML})),Pc=Yr.prototype.$mount;Yr.prototype.$mount=function(t,e){if((t=t&&Ti(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Ec(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){0;var i=Ac(r,{outputSourceRange:!1,shouldDecodeNewlines:Dc,shouldDecodeNewlinesForHref:jc,delimiters:n.delimiters,comments:n.comments},this),o=i.render,a=i.staticRenderFns;n.render=o,n.staticRenderFns=a}}return Pc.call(this,t,e)},Yr.compile=Ac}.call(this,n(0),n(4).setImmediate)},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function o(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new o(i.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new o(i.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(5),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(0))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,i,o,a,s,c=1,u={},l=!1,f=t.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(t);d=d&&d.setTimeout?d:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){v(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((o=new MessageChannel).port1.onmessage=function(t){v(t.data)},r=function(t){o.port2.postMessage(t)}):f&&"onreadystatechange"in f.createElement("script")?(i=f.documentElement,r=function(t){var e=f.createElement("script");e.onreadystatechange=function(){v(t),e.onreadystatechange=null,i.removeChild(e),e=null},i.appendChild(e)}):r=function(t){setTimeout(v,0,t)}:(a="setImmediate$"+Math.random()+"$",s=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(a)&&v(+e.data.slice(a.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(e){t.postMessage(a+e,"*")}),d.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var i={callback:t,args:e};return u[c]=i,r(c),c++},d.clearImmediate=p}function p(t){delete u[t]}function v(t){if(l)setTimeout(v,0,t);else{var e=u[t];if(e){l=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{p(t),l=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(0),n(6))},function(t,e){var n,r,i=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var c,u=[],l=!1,f=-1;function d(){l&&c&&(l=!1,c.length?u=c.concat(u):f=-1,u.length&&p())}function p(){if(!l){var t=s(d);l=!0;for(var e=u.length;e;){for(c=u,u=[];++f<e;)c&&c[f].run();f=-1,e=u.length}c=null,l=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function v(t,e){this.fun=t,this.array=e}function h(){}i.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];u.push(new v(t,e)),1!==u.length||l||s(p)},v.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(t){return[]},i.binding=function(t){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(t,e,n){t.exports={name:"TVOProgram",template:'<article>\n      <slot name="header"></slot>\n      <figure class="programs-video" v-if="renderVideo && program && video">\n        <tvo-video :provider="video.provider" :id="video.id" :player="video.player" :poster="video.poster" :control-panel="false" :playsinline="playsinlineVideo" :auto-start="autoplayVideo" :init-sound="!mutedVideo" :defer="deferVideo" ref="video" :data-lazy="video.poster||true"></tvo-video>\n      </figure>\n      <figure class="programs-image" v-if="program && images && (!renderVideo || !video)">\n        <a class="tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()">\n          <picture v-if="imageWidth <= 400">\n            <source :media="mediaQuery(\'smartphone\')" :srcset="buildImage(\'w200h125\')">\n            <img :src="buildImage(\'r1609\')" :alt="title">\n          </picture>\n          <img :data-lazy="buildImage(\'r1609\')" :alt="title" v-else>\n        </a>\n      </figure>\n      <a class="programs-meta tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()" v-if="program">\n        <cite>\n          <i class="programs_property programs_property_new" v-if="isNew">新</i>\n          <i class="programs_property programs_property_end" v-if="isEnd">終</i>\n          <span class="programs_title">{{title}}</span>\n          <i class="programs_property programs_property_multiplex" v-if="isMultiplex">多</i>\n          <i class="programs_property programs_property_bilingual" v-if="isBilingual">二</i>\n          <i class="programs_property programs_property_caption" v-if="isCaption">字</i>\n          <i class="programs_property programs_property_data" v-if="isData">デ</i>\n          <i class="programs_property programs_property_comment" v-if="isComment">解</i>\n          <i class="programs_property programs_property_repeat" v-if="isRepeat">再</i>\n        </cite>\n        <time :datetime="iso8601()" v-if="date()" v-html="date()"></time>\n        <p v-if="renderDescription && description" v-html="description"></p>\n        <slot name="meta"></slot>\n      </a>\n      <slot name="default"></slot>\n    </article>',mixins:[n(1)],props:{program:{type:Object,validator:function(t){return t instanceof tvo.program||t instanceof tvo.program.sequence}}},computed:{eventId:function(){return this.program?this.program.getEventID():null},title:function(){return this.program?this.program.getTitle():null},programId:function(){return this.program?this.program.getMetaValues("program_id"):null},onairId:function(){return this.program?this.program.getMetaValues("onair_id"):null},description:function(){return this.program?this.program.getDescription():null},meta:function(){return this.program?this.program.getMetaAll():null},siteOption:function(){return this.program.getSite()},url:function(){return this.program?"relational"!==this.context||this.isOwned&&!this.isSummary?this.program.getURL():this.defaultSite:null},defaultSite:function(){return this.program?this.program.getDefaultSite():null},isNew:function(){return this.program?this.program.isNew():null},isEnd:function(){return this.program?this.program.isEnd():null},isRepeat:function(){return this.program?this.program.isRepeat():null},isCaption:function(){return this.program?this.program.isCaption():null},isData:function(){return this.program?this.program.isData():null},isComment:function(){return this.program?this.program.isComment():null},isBilingual:function(){return this.program?this.program.isBilingual():null},isMultiplex:function(){return this.program?this.program.isMultiplex():null},images:function(){return this.getImageSet(this.program)},video:function(){return this.getVideoSet(this.program)},genre1:function(){return this.program?this.program.getGenre1():null},genre2:function(){return this.program?this.program.getGenre2():null}},methods:{startDate:function(){return this.program?this.program.getStartDate():null},startTime:function(){return this.program?this.program.getTimeStr(!1,!0,!0):null},date:function(){return this.datestr||(this.program?this.program.getDateAndTimeStr():null)},day:function(){return this.program?this.program.getDateStr():null},time:function(){return this.program?this.program.getStartToEndTimeStr():null},isOnair:function(){return this.program?this.program.isOnair():null},isToday:function(){return this.program?this.program.isToday():null},isTomorrow:function(){return this.program?this.program.isTomorrow():null},isDayAfterTomorrow:function(){return this.program?this.program.isDayAfterTomorrow():null},isDay2AfterTomorrow:function(){return this.program?this.program.isDayAfterTomorrow(1):null},isNight:function(){return this.program?this.program.isNight():null},isMidnight:function(){return this.program?this.program.isMidnight():null},isMini:function(){return this.program?this.program.isMini():null}},updated:function(){this.$nextTick(this.lazyLoad)}}},function(t,e,n){t.exports={name:"TVOContent",template:'<tvo-program :program="nextOnair" v-bind="$props">\n      <template slot="header" v-if="nextOnair"><slot name="header"></slot></template>\n      <template slot="default" v-if="nextOnair"><slot name="default"></slot></template>\n      <template slot="meta" v-if="nextOnair"><slot name="meta"></slot></template>\n      <slot name="header" v-if="!nextOnair"></slot>\n      <figure class="programs-video" v-if="renderVideo && !nextOnair && content && video">\n        <tvo-video :provider="video.provider" :id="video.id" :player="video.player" :poster="video.poster" :control-panel="false" :playsinline="playsinlineVideo" :auto-start="autoplayVideo" :init-sound="!mutedVideo" :defer="deferVideo" ref="video" :data-lazy="video.poster||true"></tvo-video>\n      </figure>\n      <figure class="programs-image" v-if="!nextOnair && content && images && (!renderVideo || !video)">\n        <a class="tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()">\n          <picture v-if="imageWidth <= 400">\n            <source :media="mediaQuery(\'smartphone\')" :srcset="buildImage(\'w200h125\')">\n            <img :src="buildImage(\'r1609\')" :alt="title">\n          </picture>\n          <img :data-lazy="buildImage(\'r1609\')" :alt="title" v-else>\n        </a>\n      </figure>\n      <a class="programs-meta tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()" v-if="!nextOnair && content">\n        <cite>\n          <span class="programs_title">{{title}}</span>\n          <i class="programs_property programs_property_repeat" v-if="isRepeat">再</i>\n        </cite>\n        <time :datetime="iso8601()" v-if="date()" v-html="date()"></time>\n        <p v-if="renderDescription && description" v-html="description"></p>\n        <slot name="meta"></slot>\n      </a>\n      <slot name="default" v-if="!nextOnair"></slot>\n    </tvo-program>',mixins:[n(1)],data:function(){return{nextOnair:null,nextOnairs:null}},props:{id:{type:[String,Number,Array],default:null},excludedStartTime:{type:[Date,Number],default:null},requireInterval:{type:Number,default:null}},computed:{title:function(){return this.content?this.content.getTitle():null},programId:function(){var t=this.content?this.content.getProgramId():null;return t?[t]:null},onairId:function(){var t=this.content?this.content.getOnairId():null;return t?[t]:null},description:function(){return this.content?this.content.getDescription():null},siteOption:function(){return this.content.getSite()},url:function(){return this.content?"relational"!==this.context||this.isOwned&&!this.isSummary?this.content.getURL():this.defaultSite:null},defaultSite:function(){return this.content?this.content.getDefaultSite():null},isRepeat:function(){return this.content?this.content.isRepeat():null},images:function(){return this.getImageSet(this.content)},video:function(){return this.getVideoSet(this.content)}},methods:{startDate:function(){return this.content?this.content.getStartDate():null},date:function(){return this.datestr||(this.content?this.content.getDate():null)}},created:function(){var t=this;tvo.timetables.next.create().always((function(){var e=t.id||(t.content?t.content.getId():null),n={excludedStartTime:t.excludedStartTime,requireInterval:t.requireInterval};t.nextOnairs=e?tvo.timetables.next.closestOnairs(e,n):null,t.nextOnairs&&(t.nextOnair=t.nextOnairs[0]),t.$parent.$emit("loaded",t)}))}}},function(t,e){t.exports={name:"TVOContentList",data:function(){return{loadedContents:[]}},created:function(){var t=this;this.$on("loaded",(function(e){t.loadedContents.push(e),t.$children.length===t.loadedContents.length&&t.$parent.$emit("contentListLoaded",t)}))},methods:{sort:function(){var t=this;t.$nextTick((function(){var e=tvo.lib.jQuery,n=tvo.lib.Underscore.chain(t.$children).sortBy((function(t){var n=t.$children.length>0?t.$children[0]:null,r=n&&n.iso8601()?n.iso8601():e(t.$el).find("time").attr("datetime");return(r?new Date(r):new Date(2099,11,31)).getTime()/1e3})).map((function(t){return e(t.$el).closest("li")[0]})).value();e(n).appendTo(e(t.$el).empty()),t.$children.forEach((function(t){t.$forceUpdate()}))}))}}}},function(t,e){t.exports={name:"TVOVideo",template:'<div class="tvo-video tvo-video-no-init tvo-analyze tvo-analyze-playing:first" :class="{\'tvo-video-equipmedia\':provider===\'equipmedia\'}" v-if="provider === \'brightcove\' || provider === \'equipmedia\'">\n      <object style="display:none;">\n        <param name="videoPlayer" :value="id" />\n        <param name="playerID" :value="player" v-if="player" />\n        <param name="poster" :value="poster" v-if="poster" />\n        <param name="width" :value="width" />\n        <param name="height" :value="height" />\n        <param name="autoStart" :value="autoStart.toString()" />\n        <param name="initSound" :value="initSound.toString()" />\n        <param name="volumeControl" :value="volumeControl.toString()" />\n        <param name="multiBitrate" :value="multiBitrate.toString()" />\n        <param name="tag" :value="tag.toString()" />\n        <param name="sns" :value="sns.toString()" />\n        <param name="playsinline" :value="playsinline.toString()" />\n        <param name="controlPanel" :value="controlPanel.toString()" />\n        <param name="title" :value="title" />\n        <param name="exLink" :value="exLink" />\n      </object>\n    </div>\n    <div v-else-if="provider === \'youtube\'">\n      <iframe :width="width" :height="height" :src="\'https://www.youtube.com/embed/\' + id + \'?modestbranding=1\' + (playsinline ? \'&amp;playsinline=1\':\'\')" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>\n    </div>',props:{provider:{type:String,default:"brightcove"},id:{type:String,default:void 0,required:!0},player:{type:String,default:void 0},poster:{type:String,default:void 0},width:{type:String,default:"100%"},height:{type:String,default:"100%"},autoStart:{type:Boolean,default:!1},initSound:{type:Boolean,default:!0},volumeControl:{type:Boolean,default:!1},multiBitrate:{type:Boolean,default:!1},tag:{type:Boolean,default:!1},sns:{type:Boolean,default:!1},controlPanel:{type:Boolean,default:!0},title:{type:Boolean,default:!1},exLink:{type:Boolean,default:!1},playsinline:{type:Boolean,default:!1},defer:{type:Boolean,default:!1}},methods:{build:function(t){tvo.lib.jQuery(this.$el).trigger("build.tvo-video",t)}},mounted:function(){this.$nextTick((function(){var t=this;!t.defer&&t.build(),tvo.lib.jQuery(t.$el).on("ended.tvo-video",(function(e){t.$parent.$emit("videoended")})).on("playing.tvo-video",(function(e){t.$parent.$emit("videoplaying")}))}))},updated:function(){this.$nextTick((function(){this.build({videoPlayer:this.id,playerID:this.player,poster:this.poster})}))}}}]);;!function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/portal/201610/js/tvo.widget/",n(n.s=0)}([function(t,e){!function(t,e,n,r){"use strict";var i;t.tvo&&t.tvo.widget&&t.tvo.widget.onair||(t.tvo=t.tvo||{},t.tvo.widget=t.tvo.widget||{},(i=t.tvo).widget.onair=function(){i.widget.build.apply(this,arguments)},i.widget.onair.prototype={init:function(){n=i.lib.get("jQuery"),r=i.lib.get("Underscore")},ns:"onair",url:i.util.toCDNPath("/ip4/program/onair/timetable/next.jsonp"),ajax:{dataType:"jsonp",jsonpCallback:"_nextOnairsJsonpCallback"},config:{interval:{update:12e4,report:5e3}},stream:null,updating:null,watching:null,observe:function(){return this.updating||(this.update(),this.ajax.ifModified=!0,setInterval(n.proxy(this.update,this),this.config.interval.update)),this.updating},update:function(){return this.updating=this.fetch(),n(document).trigger("update.tvo-"+this.ns,[this.updating]),this.updating},watch:function(){return this.observe(),this.watching||(this.watching=n.Deferred(),this.report(),setInterval(n.proxy(this.report,this),this.config.interval.report)),this.watching},report:function(){var t=this.updating||n.Deferred().reject().promise(),e=this.watching||n.Deferred().reject();return n(document).trigger("report.tvo-"+this.ns,[e]),t.done(n.proxy(e.notify,e)),e},fetch:function(){return this.getStream(this.ajax)},getStream:function(t){if(!this.stream||this.updating){var e=n.extend({type:"GET",scriptCharset:"utf-8",ifModified:!1,cache:!0,beforeSend:i.config.beforeAjax},t);this.stream=n.ajax(i.util.remotePath(this.url),e).then((function(t){return t||n.Deferred().reject()}))}return this.stream},create:function(){var t=this,e=n.Deferred();return t.fetch().done((function(n){var i=r.map(n.select,t.createProgram);e.resolve(i)})).fail((function(){e.reject()})),e},createProgram:function(t){return t?i.timetables.createProgram(t):null},bundle:function(t){var e=[],n=Math.floor(i.clock.now()/1e3);return t=r.filter(t,(function(t){return t&&(t.getEndTime()||t.getStartTime())>n})),r.each(this.group(t),(function(t){var n=r.uniq(t.getMetaValues("onair_id"));if(n.length>0&&r.some(n,(function(t){return-1!==r.reduce(e,(function(t,e){return t+","+e.getMetaValues("onair_id").join(",")}),"").indexOf(t)})))return null;e.push(t)})),e},group:function(t){return r.chain(t).groupBy((function(t){var e=[],n=r.sortBy(t.getMetaValues("program_id"),(function(t){return t}));return 0===n.length&&(n=r.sortBy(t.getMetaValues("onair_id"),(function(t){return t}))),e.push(0!==n.length?n.join("-"):t.getEventID()),e.push(i.timetables.createDateNum(t.getStartDate(),{normalize:!0,timeslotKey:t.getForceTimeslotKey()})),e.join("__")})).map((function(t){return t.length<=1?t[0]:i.timetables.createProgramSequence(t)})).sortBy((function(t){return t.getStartTime()})).value()}},i.widget.onair.now=function(){i.widget.build.apply(this,arguments)},i.config.extend.apply(i.widget.onair.now.prototype,[i.widget.onair.prototype,{ns:"onair-now",promise:null,create:function(){return this.promise||(this.promise=i.timetables.onair.create().then((function(t){return r.filter(t,(function(t){return t.isOnair()}))}))),this.promise}}]),i.widget.onair.daily=function(){i.widget.build.apply(this,arguments)},i.config.extend.apply(i.widget.onair.daily.prototype,[i.widget.onair.prototype,{ns:"onair-daily",promise:null,create:function(){return this.promise||(this.promise=i.timetables.onair.create().then((function(t){return r.filter(t,(function(t){return t.isToday()}))}))),this.promise}}]),i.widget.onair.next=function(){i.widget.build.apply(this,arguments)},i.config.extend.apply(i.widget.onair.next.prototype,[i.widget.onair.prototype,{ns:"onair-next",promise:null,create:function(){var t=this;return this.promise||(this.promise=i.timetables.onair.create().then((function(e){return e=r.filter(e,(function(t){return!t.isOver()})),t.index(e),e}))),this.promise},indexed:null,index:function(t){var e=this;return e.indexed||(t=e.bundle(t),e.indexed={},t.forEach((function(t){t.getMetaValues("program_id").concat(t.getMetaValues("onair_id")).forEach((function(n){e.indexed[n]=e.indexed[n]||[],e.indexed[n].push(t)}))}))),e.indexed},closestOnairs:function(t,e){e=e||{};var n=this;if(r.isArray(t))return r.chain(t).map((function(t){return n.closestOnairs(t,e)})).flatten().compact().uniq((function(t){return t.getStartDate()/1e3})).sortBy((function(t){return t.getStartDate()})).value();var i=n.indexed?n.indexed[t]:null;if(!i)return null;var o=e.excludedStartTime;return o&&(i=r.chain(i).map((function(t){var e=t.getSequence(),n=r.filter(e,(function(t){return o-0!=t.getStartDate()-0}));return e.length!==n.length?n:t})).flatten().compact().value()),e.requireInterval?r.chain(i).map((function(t,n){if(!i[n-1])return t;var r=i[n-1];return t.getStartDate().getTime()-r.getStartDate().getTime()>=e.requireInterval?t:null})).compact().value():i},closestOnair:function(t,e){var n=this.closestOnairs(t,e);return n?n[0]:null}}]),i.widget.onair.all=function(){i.widget.build.apply(this,arguments)},i.config.extend.apply(i.widget.onair.all.prototype,[i.widget.onair.prototype,{ns:"onair-all",url:"/ip4/program/onair/timetable/all.jsonp",ajax:{dataType:"jsonp",jsonpCallback:"_allOnairsJsonpCallback"},stream:null}]))}(window)}]);;!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/portal/201610/js/tvo.widget/",n(n.s=0)}([function(t,e){!function(t,e,n,r){"use strict";var o;t.tvo&&t.tvo.widget&&t.tvo.widget.content||(t.tvo=t.tvo||{},t.tvo.widget=t.tvo.widget||{},(o=t.tvo).widget.content=function(){o.widget.build.apply(this,arguments)},o.widget.content.prototype={init:function(){n=o.lib.get("jQuery"),r=o.lib.get("Underscore")},url:null,ajax:null,stream:null,fetch:function(){return this.getStream(this.ajax)},getStream:function(t){if(!this.stream){var e=n.extend({type:"GET",scriptCharset:"utf-8",ifModified:!1,cache:!0,beforeSend:o.config.beforeAjax},t);this.stream=n.ajax(o.util.remotePath(this.url),e).then((function(t){return t||n.Deferred().reject()}))}return this.stream},create:function(){var t=this,e=n.Deferred();return t.fetch().done((function(n){e.resolve(r.map(n.contents,t.createContent))})).fail((function(){e.reject()})),e},createContent:function(t){return t?new o.content(t):null}},o.widget.content.suggested=function(){o.widget.build.apply(this,arguments)},o.config.extend.apply(o.widget.content.suggested.prototype,[o.widget.content.prototype,{stream:null,fetch:function(){return n.when(o.timetables.next.create(),o.timetables.contents.create()).then((function(t,e){return t=(t=o.timetables.next.bundle(t)).concat(e)}))},create:function(){return this.stream?this.stream:this.stream=n.when(this.fetch(),o.user.situation()).then((function(t,e){return r.sortBy(t,(function(t){return-e.evaluate(t)}))}))}}]),o.widget.content.active=function(){o.widget.build.apply(this,arguments)},o.config.extend.apply(o.widget.content.active.prototype,[o.widget.content.prototype,{ns:"active",url:o.util.toCDNPath("/ip4/program/meta/active.jsonp"),stream:null,ajax:{dataType:"jsonp",jsonpCallback:"_activeContentsJsonpCallback"},fetch:function(){return o.widget.content.prototype.fetch.call(this).then((function(t){return t.contents=r.filter(t.contents,(function(t){return t.site&&t.image&&(!t.until||o.clock.now()<new Date(t.until))})),t}))}}]))}(window)}]);;!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/portal/201610/js/tvo.widget/",n(n.s=0)}([function(e,t,n){!function(e,t,r,o){"use strict";var i;e.tvo&&e.tvo.widget&&e.tvo.widget.header||(e.tvo=e.tvo||{},e.tvo.widget=e.tvo.widget||{},(i=e.tvo).widget.header=function(){i.widget.build.apply(this,arguments)},i.widget.header.prototype={parent:"body",config:{root:"#tvoHeader",pathCSS:null,html:null,fixed:!1,onLoaded:new CustomEvent("TVOHeaderLoaded")},components:{header:n(1)},rendering:null,init:function(){var e=this;r=i.lib.get("jQuery"),i.lib.get("Underscore"),e.rendering=r.Deferred(),r((function(){new(i.widget.lib.Vue.extend(e.components.header))({el:e.config.root,data:function(){return{fixed:e.config.fixed}},mounted:function(){this.$nextTick((function(){e.rendering.resolve(this),document.dispatchEvent(e.config.onLoaded)}))}})}))}})}(window)},function(e,t,n){e.exports={name:"TVOHeader",components:{"tvo-header-icon":n(2),"tvo-header-large-banner":n(3),"tvo-header-jack-banner":n(4),"tvo-header-drawer-menu":n(5),"tvo-suggested-programs":n(6)},data:function(){return{drawer:null,fixed:!1,paddingTop:0,positionTop:0}},computed:{role:function(){return!this.fixed||this.drawer&&tvo.widget.breakpoint("smartphone_landscape")?null:"menubar"},styles:function(){return!this.fixed||this.drawer&&tvo.widget.breakpoint("smartphone_landscape")?null:{paddingTop:this.paddingTop+"px"}},contentStyles:function(){return!this.fixed||this.drawer&&tvo.widget.breakpoint("smartphone_landscape")?null:{top:this.positionTop+"px"}}},methods:{toggleDrawerMenu:function(e){this.drawer=this.drawer===e.drawer?null:e.drawer},fixPosition:function(){var e=this,t=tvo.lib.jQuery,n=tvo.lib.Underscore,r=t(window),o=t(e.$refs.content),i=0,a=function(){e.paddingTop=o.length?o.outerHeight():0},l=n.throttle((function(){var t=r.scrollTop();e.positionTop=t>i&&t>e.paddingTop?-e.paddingTop:0,i=t}),500);a(),l(),r.on({resize:a,scroll:l}),e.$on(["large-banner-update","jack-banner-update"],a)}},mounted:function(){this.fixed&&this.fixPosition()}}},function(e,t){e.exports={name:"TVOHeaderIcon",template:'<a :href="href" :rel="rel" target="_top" :title="(label || $slots.default[0].text) + \' [hed]\'" :aria-expanded="expanded ? \'true\':\'false\'" @click="click">\n    <span v-if="!expanded"><i class="fas" :class=\'icon\'></i><span><slot name="default"></slot></span></span>\n    <span v-else><i class="fas fa-times"></i><span>CLOSE</span></span>\n  </a>',props:{href:{type:String,default:null},icon:{type:String,default:null,required:!0},label:{type:String,default:null},type:{type:String,default:null},expanded:{type:Boolean,default:!1}},computed:{rel:function(){return 0===this.href.indexOf("#")&&tvo.widget.breakpoint("smartphone_landscape")?"self":null}},methods:{click:function(e){this.type&&(this.$emit("toggle-drawer-menu",{drawer:this.type}),e.preventDefault())}}}},function(e,t){e.exports={name:"TVOHeaderLargeBanner",template:'<aside v-if="banner">\n    <figure>\n      <a :href="banner.url" :target="banner.target" :title="banner.title+\' [lrg]\'" class="tvo-analyze tvo-analyze-click tvo-intercept-contextmenu"><img :alt="banner.title" width="728" height="90" :src="banner.src" ref="image" /></a>\n    </figure>\n  </aside>',props:{banners:{type:Array,default:null}},data:function(){var e=this.banners?this.banners[Math.floor(Math.random()*(this.banners.length-1))]:null;return e&&(e.src=tvo.util.remotePath(e.src)),{banner:e}},mounted:function(){var e=this,t=tvo.lib.jQuery;tvo.widget.protectImage(e.$el),t(e.$refs.image).on("load",(function(){e.$emit("update")}))}}},function(e,t){e.exports={name:"TVOHeaderJackBanner",template:'<aside v-if="filteredBanners">\n    <figure v-for="banner in filteredBanners" :data-priority="banner.priority">\n      <a :href="banner.url" :target="banner.target" :title="banner.title + \' [jac]\'" :style="banner.anchor_styles" class="tvo-analyze tvo-analyze-click" :data-tvo-analyze=\'banner.onair_id ? JSON.stringify({trackEvent:{category:"TVOProgram",label:banner.onair_id+" | "+banner.title+" [jac]"}}) : null\'><img :alt="banner.title" :src="banner.src_multi" v-if="banner.src_multi"></a>\n    </figure>\n  </aside>',props:{banners:{type:Array,default:function(){return[]}}},data:function(){return{filteredBanners:null}},methods:{filter:function(e,t){var n,r=e?e.getId():null;this.filteredBanners=this.banners.filter((function(o){var i=o&&(o.src||o.src_multi)&&(o.url||tvo.widget.breakpoint("smartphone_landscape"))&&(o.url_smp||!tvo.widget.breakpoint("smartphone_landscape"))&&(""===o.embed_path||o.embed_path&&new RegExp(o.embed_path).test(document.location.pathname)||void 0===o.embed_path&&(!o.end_time||tvo.clock.now()<new Date(o.end_time))&&(!r||r!==o.onair_id&&r!==o.program_id)&&t&&tvo.timetables.next.closestOnair(o.onair_id)&&(o.onair_id&&!n||e&&Array.prototype.concat.apply([],(e.getRelation()||[]).map((function(e){return[e.getOnairId(),e.getProgramId()]}))).filter((function(e){return e&&(!n||n.onair_id!==e&&n.program_id!==e)&&(o.onair_id===e||o.program_id===e)})).length>0));return i&&void 0===o.embed_path&&o.onair_id&&(n=o),i})).sort((function(e,t){var n=e.priority?-e.priority:void 0!==e.embed_path?-5:-9,r=t.priority?-t.priority:void 0!==t.embed_path?-5:-9;return n<r?-1:n>r?1:0})).map((function(e){return e.src&&(e.src=tvo.util.remotePath(e.src)),e.src_multi&&(e.src_multi=tvo.util.remotePath(e.src_multi)),e.src=e.src||e.src_multi,e.url=e.url||e.url_smp,e.anchor_styles=e.src?{backgroundImage:"url("+e.src+")"}:null,e.priority=e.priority||(void 0!==e.embed_path?5:9),e}))}},watch:{filteredBanners:function(){this.$nextTick((function(){this.$emit("update")}))}},created:function(){$.when(new $.Deferred((function(e){tvo.content.self.identify().then($.proxy(e.resolve,e),$.proxy(e.resolve,e))})).promise(),new $.Deferred((function(e){tvo.timetables.next.create().then($.proxy(e.resolve,e),$.proxy(e.resolve,e))})).promise()).then(this.filter,this.filter)}}},function(e,t){e.exports={name:"TVOHeaderDrawerMenu",props:{type:{type:String,default:null}},data:function(){return{nowoa:null,charset:document.charset||document.characterSet}},methods:{focusSearchQuery:function(){!tvo.widget.breakpoint("smartphone_landscape")&&this.$refs.searchQuery.focus()},close:function(){this.$emit("toggle-drawer-menu",{drawer:null})}},mounted:function(){var e=this;tvo.timetables.now.create().done((function(t){e.nowoa=t&&t.length>0?t[0]:null}))}}},function(e,t){e.exports={name:"TVOSuggestedPrograms",props:{excludedIds:{type:Array,default:function(){return[]}}},data:function(){return{suggestedContents:null,contentSelf:null}},computed:{relationalContents:function(){var e=this,t=e.contentSelf;return t&&t.getRelation()?t.getRelation().filter((function(t){return(!t.getEndDate()||tvo.clock.now()<t.getEndDate())&&!e.excludedIds.some((function(e){return t.getOnairId()===e||t.getProgramId()===e}))})):[]},suggestedPrograms:function(){var e=this.excludedIds;this.relationalContents.forEach((function(t){t.getProgramId()&&e.push(t.getProgramId()),t.getOnairId()&&e.push(t.getOnairId())}));var t=tvo.lib.Underscore;return t.chain(this.suggestedContents).filter((function(n){return"onair"!==n.getType()?0===t.intersection([n.getProgramId(),n.getOnairId()],e).length:!n.isMini()&&0===t.intersection(n.getMetaValues("onair_id").concat(n.getMetaValues("program_id")),e).length})).uniq(!1,(function(e){var t="onair"!==e.getType()?[e.getProgramId()]:e.getMetaValues("program_id");return t.length>0?t.join("-"):e.getStartDate().getTime()})).value()}},methods:{init:function(){var e=this,t=tvo.lib.jQuery,n=function(t,n){e.suggestedContents=t,e.contentSelf=n,n&&n.getProgramId()&&e.excludedIds.push(n.getProgramId()),n&&n.getOnairId()&&e.excludedIds.push(n.getOnairId())};t.when(new t.Deferred((function(e){tvo.timetables.suggested.create().then(t.proxy(e.resolve,e),t.proxy(e.resolve,e))})).promise(),new t.Deferred((function(e){tvo.content.self.identify().then(t.proxy(e.resolve,e),t.proxy(e.resolve,e))})).promise()).then(n,n)}},mounted:function(){var e=this;tvo.lib.jQuery(e.$el).lazyload({skip_invisible:!0,appear:function(){e.init()}})}}}]);;(function(window,undefined,$,_){"use strict";var tvo;if(window.tvo&&window.tvo.clock){return;}else{window.tvo=window.tvo||{};tvo=window.tvo;}
var TVOClock=function(){var self=this;self.adjust();tvo.lib.load({done:function(){$=tvo.lib.get("jQuery");self.init();}});};TVOClock.prototype={time:null,syncing:null,init:function(){this.sync();},adjust:function(date){var now=new Date();this.time={base:date||now,recorded:now};},now:function(){var now=new Date(),elapsed;if(this.time){elapsed=now.getTime()-this.time.recorded.getTime();now.setTime(this.time.base.getTime()+elapsed);}
return now;},sync:function(){var self=this,resource="/rs/meta/time.json";var version=Math.floor(new Date().getTime()/ 1000 / 60);resource=tvo.util.remotePath(tvo.util.toCDNPath(resource,version));this.syncing=$.ajax(resource,{type:"GET",dataType:"jsonp",jsonpCallback:"_dateJsonpCallback",cache:true}).done(function(json){var time=json.time,now;if(time){now=new Date();now.setTime(time*1000);self.adjust(now);}});return this.syncing;}};window.tvo.clock=new TVOClock();})(this);;(function(window,undefined,$,_){"use strict";var tvo;if(window.tvo&&window.tvo.storage){return;}else{window.tvo=window.tvo||{};tvo=window.tvo;}
var TVOStorage=function(){var self=this;tvo.lib.load({done:function(){$=tvo.lib.get("jQuery");self.init();}});};TVOStorage.prototype={origin:"https://www.tv-osaka.co.jp",path:"/tracker/beacon/storage.html",building:null,reqid:null,requests:null,init:function(){this.reqid=0;this.requests=[];},isCrossDomain:function(){return this.origin!==window.location.origin;},build:function(){if(this.building){return this.building;}
var self=this;return this.building=new $.Deferred(function(d){if(!self.supported()){return d.reject();}else if(!window.postMessage||!window.JSON||!self.isCrossDomain()){return d.resolve();}
$(function(){$("<iframe/>").css({position:"absolute",width:"1px",height:"1px",left:"-9999px"}).appendTo("body").on("load",function(e){self.listen();d.resolve(e.target.contentWindow);}).attr("src",self.origin+self.path);});}).promise();},listen:function(){var self=this;$(window).on("message",function(event){var e=event.originalEvent;if(e.origin!==self.origin){return;}
var res=JSON.parse(e.data);if(!res.storageId){return;}
res.value=JSON.parse(res.value||null);self.requests[res.storageId]&&self.requests[res.storageId].resolve(res);delete self.requests[res.storageId];});},save:function(key,value){var self=this;return new $.Deferred(function(d){if(!value){return d.reject();}
self.build().then(function(targetWindow){var reqid=++self.reqid;value=JSON.stringify(value);var data={id:reqid,method:"set",key:key,value:value};if(!targetWindow){window.localStorage.setItem(key,value);return d.resolve(data);}
self.requests[reqid]=d;self.request(targetWindow,data);},function(){d.reject();});}).promise();},load:function(key){var self=this;return new $.Deferred(function(d){self.build().then(function(targetWindow){var reqid=++self.reqid;var data={id:reqid,method:"get",key:key};if(!targetWindow){data.value=JSON.parse(window.localStorage.getItem(key));return d.resolve(data);}
self.requests[reqid]=d;self.request(targetWindow,data);},function(){d.reject();});}).promise();},request:function(targetWindow,data){targetWindow.postMessage(JSON.stringify(data),this.origin);},supported:function(){return tvo.util.supportsLocalStorage();}};window.tvo.storage=new TVOStorage();})(this);;!function(e){var t={};function n(i){if(t[i])return t[i].exports;var s=t[i]={i:i,l:!1,exports:{}};return e[i].call(s.exports,s,s.exports,n),s.l=!0,s.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var s in e)n.d(i,s,function(t){return e[t]}.bind(null,s));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/js/tvo/",n(n.s=0)}([function(e,t,n){!function(e,t,i,s){"use strict";var r;if(!e.tvo||!e.tvo.content){e.tvo=e.tvo||{},r=e.tvo;var o=n(1),a=function(e){e&&e.from&&!/^[0-9]+$/.test(e.from)&&(e.from=Date.parse(e.from)/1e3),e&&e.until&&!/^[0-9]+$/.test(e.until)&&(e.until=Date.parse(e.until)/1e3),this.config=e};a.prototype={config:{},schema:o.schema,relation:null,identifying:null,resource:"/ip4/program/meta/content.json",identify:function(e){var t=this;if(!this.identifying){var n=r.util.remotePath(t.resource);e=i.extend({},t.config,e);var s=i.extend({},e.pathname?{referrer:e.pathname}:null,e.onair_id||e.program_id?{id:e.onair_id||e.program_id}:null);this.identifying=i.ajax(n,{type:"GET",dataType:"jsonp",jsonpCallback:e&&e.jsonpCallback?e.jsonpCallback:"_contentsJsonpCallback",data:decodeURIComponent(i.param(s)),cache:!0,timeout:5e3}).then((function(e){return e&&e.content?(t.config=e.content,e.relation&&(t.relation=e.relation.filter((function(e){return!!e})).map((function(e){return new a(e)}))),t):i.Deferred().reject()}))}return this.identifying},getType:function(){return this.config.type},getId:function(){return this.getOnairId()||this.getProgramId()},getOnairId:function(){return this.config.onair_id},getProgramId:function(){return this.config.program_id},getTitle:function(){return this.config.title},getDate:function(){return this.config.date},getStartDate:function(){var e=this.getStartTime();return e?new Date(e):null},getEndDate:function(){var e=this.getEndTime();return e?new Date(e):null},getTermFrom:function(){var e=this.config.from;return e&&/^[0-9]+$/.test(e)&&(e*=1e3),e},getTermUntil:function(){var e=this.config.until;return e&&/^[0-9]+$/.test(e)&&(e*=1e3),e},getStartTime:function(){return this.getTermFrom()},getEndTime:function(){return this.getTermUntil()},getDescription:function(){return this.config.description},getUrlRegex:function(){return this.config.url_regex},getRelationalId:function(){return this.config.relation},isRepeat:function(){return!0===this.config.is_repeat},getURL:function(e){var t=this.getSite(e);return t&&t.is_domestic&&t.url&&(!this.isRepeat()||t.is_summary)?t.url:this.getDefaultSite()||(t&&t.url?t.url:null)},getDefaultSite:function(){var e=this.getType();return"program"===e||"onair"===e?"https://www.tv-osaka.co.jp/onair/detail/"+(this.getOnairId()?"oaid="+this.getOnairId():"progid="+this.getProgramId())+"/":null},getSite:function(e){var t,n,i;switch(e){default:case r.constant.site.id.pc:t=this.config.site,n=this.config.site_is_domestic,i=this.config.site_is_summary;break;case r.constant.site.id.smartphone:t=this.config.smartphone_site||this.config.site,n=this.config.smartphone_site_is_domestic||this.config.site_is_domestic,i=this.config.smartphone_site_is_summary||this.config.site_is_summary}return t?{url:t,is_domestic:!!n||r.util.isDomesticURL(t),is_summary:!!i||/^\/onair\/summary\//.test(r.util.parseURL(t).pathname)}:null},URLEqualsTo:function(e){var t=r.util.parseURL(this.getURL()),n=r.util.parseURL(this.getURL(r.constant.site.id.smartphone));return e&&(t&&t.host===e.host&&t.pathname===e.pathname||n&&n.host===e.host&&n.pathname===e.pathname)},getImage:function(e){return this.config.image?this.config.image[e]:null},getVideo:function(e){return this.config.video?this.config.video[e]:null},getForceTimeslotKey:function(){return this.config.force_timeslot_key&&"string"==typeof this.config.force_timeslot_key?this.config.force_timeslot_key-0:null},getDemographic:function(){if(this.config._demographic)return this.config._demographic;var e=this.config.demographic;return e?this.config._demographic=s.object(this.schema.demographic,e):null},getGenre:function(){if(this.config._genre)return this.config._genre;var e=this.config.genre;return e?this.config._genre=s.defaults(e,s.mapObject(s.invert(this.schema.genre),(function(){return!1}))):null},getAffinity:function(){return this.config.affinity},getFollowing:function(){var e=this.config.following;return e&&e.map?e.map((function(e){return e+""})):void 0},getRelation:function(){return this.relation},buildTrackEventData:function(e){var t={trackEvent:{category:"TVOProgram",label:this.getId()+" | "+this.getTitle()+(e?" ["+e+"]":"")}};return JSON.stringify(t)}};var u=function(e){this.cache={demographic:null,genre:null,affinity:null},e&&this.push(e)};u.prototype={pushing:null,cache:null,init:function(e){var t=this;r.lib.load({done:function(){i=r.lib.get("jQuery"),s=r.lib.get("Underscore"),e&&e.call(t)}})},normalize:function(e){var t=s.reduce(e,(function(e,t){return e-0+(t-0)}),0);return t>0?s.mapObject(e,(function(e){return(e-0)/t})):null},push:function(e){var t=this;t.init((function(){t.pushing=new i.Deferred((function(n){e.identify().always((function(){i.when(new i.Deferred((function(n){t.add("demographic",e.getDemographic()).then(i.proxy(n.resolve,n),i.proxy(n.resolve,n))})).promise(),new i.Deferred((function(n){t.add("genre",e.getGenre()).then(i.proxy(n.resolve,n),i.proxy(n.resolve,n))})).promise(),new i.Deferred((function(n){t.add("affinity",e.getAffinity()).then(i.proxy(n.resolve,n),i.proxy(n.resolve,n))})).promise()).then((function(){n.resolve(t)}))}))})).promise()}))},summary:function(){return this.pushing||null},add:function(e,t){var n=this;return r.storage.load(e).then((function(o){return t=t?n.normalize(t):null,o.value&&t&&s.each(t,(function(e,t){o.value[t]=(o.value[t]?o.value[t]-0:0)+(e?e-0:0)})),n.cache[e]=o.value||t,t?r.storage.save(e,n.cache[e]):i.Deferred().reject().promise()}))},reduce:function(){var e=function(e,t){return e-0+(t-0)};return s.chain(this.get()).reduce((function(t,n){return(s.isNumber(t)||s.isNull(t)?t-0:s.reduce(t,e))+(s.isNumber(n)||s.isNull(n)?n-0:s.reduce(n,e))})).value()},get:function(e){return e?this.cache[e]:this.cache},getDemographic:function(){return this.get("demographic")},getGenre:function(){return this.get("genre")},getAffinity:function(){return s.pick(this.get("affinity"),(function(e){return e}))}},r.content=a,r.content.self=new a({pathname:document.location.pathname,program_id:r.config.program_id,onair_id:r.config.onair_id}),r.content.history=new u(r.content.self)}}(window)},function(e,t){e.exports={schema:{demographic:["male18_24","male25_34","male35_44","male45_54","male55_64","male65","female18_24","female25_34","female35_44","female45_54","female55_64","female65"],genre:["report","news","economy","info_variety","anime_kids","drama","movie","midnight_anime","sports","culture","travel","music"],affinity:["Banking & Finance/Avid Investors","Banking & Finance/Banks Online","Beauty & Wellness/Beauty Mavens","Beauty & Wellness/Frequently Visits Salons","Food & Dining/Coffee Shop Regulars","Food & Dining/Cooking Enthusiasts","Food & Dining/Cooking Enthusiasts/30 Minute Chefs","Food & Dining/Cooking Enthusiasts/Aspiring Chefs","Food & Dining/Fast Food Cravers","Food & Dining/Foodies","Food & Dining/Frequently Dines Out","Food & Dining/Frequently Dines Out/Diners by Meal","Food & Dining/Frequently Dines Out/Diners by Meal/Frequently Eats Breakfast Out","Food & Dining/Frequently Dines Out/Diners by Meal/Frequently Eats Dinner Out","Food & Dining/Frequently Dines Out/Diners by Meal/Frequently Eats Lunch Out","Food & Dining/Prefers Organic Food","Food & Dining/Vegetarians & Vegans","Food & Dining/Vegetarians & Vegans/Vegans","Home & Garden/Do-It-Yourselfers","Home & Garden/Home Decor Enthusiasts","Lifestyles & Hobbies/Art & Theater Aficionados","Lifestyles & Hobbies/Business Professionals","Lifestyles & Hobbies/Charitable Donors & Volunteers","Lifestyles & Hobbies/Family-Focused","Lifestyles & Hobbies/Family-Focused/Homeschooling Parents","Lifestyles & Hobbies/Fashionistas","Lifestyles & Hobbies/Frequently Attends Live Events","Lifestyles & Hobbies/Green Living Enthusiasts","Lifestyles & Hobbies/Nightlife Enthusiasts","Lifestyles & Hobbies/Outdoor Enthusiasts","Lifestyles & Hobbies/Pet Lovers","Lifestyles & Hobbies/Pet Lovers/Cat Lovers","Lifestyles & Hobbies/Pet Lovers/Dog Lovers","Lifestyles & Hobbies/Shutterbugs","Lifestyles & Hobbies/Thrill Seekers","Media & Entertainment/Book Lovers","Media & Entertainment/Comics & Animation Fans","Media & Entertainment/Gamers","Media & Entertainment/Gamers/Action Game Fans","Media & Entertainment/Gamers/Adventure & Strategy Game Fans","Media & Entertainment/Gamers/Casual & Social Gamers","Media & Entertainment/Gamers/Console Gamers","Media & Entertainment/Gamers/Driving & Racing Game Fans","Media & Entertainment/Gamers/Esports Fans","Media & Entertainment/Gamers/Fans of New & Upcoming Video Games","Media & Entertainment/Gamers/Hardcore Gamers","Media & Entertainment/Gamers/PC Gamers","Media & Entertainment/Gamers/Roleplaying Game Fans","Media & Entertainment/Gamers/Shooter Game Fans","Media & Entertainment/Gamers/Sports Game Fans","Media & Entertainment/Light TV Viewers","Media & Entertainment/Movie Lovers","Media & Entertainment/Movie Lovers/Action & Adventure Movie Fans","Media & Entertainment/Movie Lovers/Comedy Movie Fans","Media & Entertainment/Movie Lovers/Family Movie Fans","Media & Entertainment/Movie Lovers/Fans of New & Upcoming Movies","Media & Entertainment/Movie Lovers/Horror Movie Fans","Media & Entertainment/Movie Lovers/Romance & Drama Movie Fans","Media & Entertainment/Movie Lovers/Sci-Fi & Fantasy Movie Fans","Media & Entertainment/Movie Lovers/South Asian Film Fans","Media & Entertainment/Music Lovers","Media & Entertainment/Music Lovers/Blues Fans","Media & Entertainment/Music Lovers/Classical Music Enthusiasts","Media & Entertainment/Music Lovers/Country Music Fans","Media & Entertainment/Music Lovers/Electronic Dance Music Fans","Media & Entertainment/Music Lovers/Folk & Traditional Music Enthusiasts","Media & Entertainment/Music Lovers/Indie & Alternative Rock Fans","Media & Entertainment/Music Lovers/Jazz Enthusiasts","Media & Entertainment/Music Lovers/Metalheads","Media & Entertainment/Music Lovers/Pop Music Fans","Media & Entertainment/Music Lovers/Rap & Hip Hop Fans","Media & Entertainment/Music Lovers/Rock Music Fans","Media & Entertainment/Music Lovers/Spanish-Language Music Fans","Media & Entertainment/Music Lovers/World Music Fans","Media & Entertainment/TV Lovers","Media & Entertainment/TV Lovers/Documentary & NOnfiction TV Fans","Media & Entertainment/TV Lovers/Family Television Fans","Media & Entertainment/TV Lovers/Game","Media & Entertainment/TV Lovers/Sci-Fi & Fantasy TV Fans","Media & Entertainment/TV Lovers/TV Comedy Fans","Media & Entertainment/TV Lovers/TV Drama Fans","News & Politics/Avid News Readers","News & Politics/Avid News Readers/Avid Business News Readers","News & Politics/Avid News Readers/Avid Local News Readers","News & Politics/Avid News Readers/Avid Political News Readers","News & Politics/Avid News Readers/Avid World News Readers","News & Politics/Avid News Readers/Entertainment News Enthusiasts","News & Politics/Avid News Readers/Men's Media Fans","News & Politics/Avid News Readers/Women's Media Fans","Shoppers/Bargain Hunters","Shoppers/Luxury Shoppers","Shoppers/Shopaholics","Shoppers/Shoppers by Store Type","Shoppers/Shoppers by Store Type/Convenience Store Shoppers","Shoppers/Shoppers by Store Type/Department Store Shoppers","Shoppers/Shoppers by Store Type/Grocery Shoppers","Shoppers/Shoppers by Store Type/Superstore Shoppers","Shoppers/Value Shoppers","Sports & Fitness/Health & Fitness Buffs","Sports & Fitness/Health & Fitness Buffs/Weightlifters","Sports & Fitness/Health & Fitness Buffs/Yoga Lovers","Sports & Fitness/Sports Fans","Sports & Fitness/Sports Fans/American Football Fans","Sports & Fitness/Sports Fans/Australian Football Fans","Sports & Fitness/Sports Fans/Baseball Fans","Sports & Fitness/Sports Fans/Basketball Fans","Sports & Fitness/Sports Fans/Boating & Sailing Enthusiasts","Sports & Fitness/Sports Fans/Cricket Enthusiasts","Sports & Fitness/Sports Fans/Cycling Enthusiasts","Sports & Fitness/Sports Fans/Fight & Wrestling Fans","Sports & Fitness/Sports Fans/Golf Enthusiasts","Sports & Fitness/Sports Fans/Hockey Fans","Sports & Fitness/Sports Fans/Motor Sports Enthusiasts","Sports & Fitness/Sports Fans/Racquetball Enthusiasts","Sports & Fitness/Sports Fans/Rugby Enthusiasts","Sports & Fitness/Sports Fans/Running Enthusiasts","Sports & Fitness/Sports Fans/Skiing Enthusiasts","Sports & Fitness/Sports Fans/Soccer Fans","Sports & Fitness/Sports Fans/Swimming Enthusiasts","Sports & Fitness/Sports Fans/Tennis Enthusiasts","Sports & Fitness/Sports Fans/Water Sports Enthusiasts","Sports & Fitness/Sports Fans/Winter Sports Enthusiasts","Technology/Mobile Enthusiasts","Technology/Social Media Enthusiasts","Technology/Technophiles","Technology/Technophiles/Audiophiles","Technology/Technophiles/Cloud Services Power Users","Technology/Technophiles/High-End Computer Aficionados","Technology/Technophiles/Home Automation Enthusiasts","Travel/Business Travelers","Travel/Travel Buffs","Travel/Travel Buffs/Beachbound Travelers","Travel/Travel Buffs/Family Vacationers","Travel/Travel Buffs/Luxury Travelers","Travel/Travel Buffs/SNOwbound Travelers","Vehicles & Transportation/Auto Enthusiasts","Vehicles & Transportation/Auto Enthusiasts/Motorcycle Enthusiasts","Vehicles & Transportation/Auto Enthusiasts/Performance & Luxury Vehicle Enthusiasts","Vehicles & Transportation/Auto Enthusiasts/Truck & SUV Enthusiasts","Vehicles & Transportation/Transportation Modes","Vehicles & Transportation/Transportation Modes/Public Transit Users","Vehicles & Transportation/Transportation Modes/Taxi Service Users"]}}}]);;(function(window,undefined,$,_){"use strict";var tvo;if(window.tvo&&window.tvo.program){return;}else{window.tvo=window.tvo||{};tvo=window.tvo;}
tvo.program=function(opts){if(opts&&opts.start_time&&!/^[0-9]+$/.test(opts.start_time)){opts.start_time=Date.parse(opts.start_time)/ 1000;}
if(opts&&opts.end_time&&!/^[0-9]+$/.test(opts.end_time)){opts.end_time=Date.parse(opts.end_time)/ 1000;}
this.config=opts?tvo.config.extend.call({},opts):null;this.config.meta&&(this.config.meta=this.config.meta.filter(function(meta){return!!meta;}).map(function(meta){return new tvo.content(meta);}));if(this.getStartTime()){this.startDate=new Date(this.getStartTime()*1000);}
if(this.getEndTime()){this.endDate=new Date(this.getEndTime()*1000);}};tvo.program.prototype={getType:function(){return"onair";},getSequence:function(){return[this];},startDate:null,endDate:null,getStartDate:function(){return this.startDate;},getEndDate:function(){return this.endDate;},config:{},getTitle:function(){return this.config.title;},getEventID:function(){return this.config.event_id;},getStartTime:function(){return this.config.start_time;},getEndTime:function(){return this.config.end_time;},getTimeslot:function(date,noForce){return tvo.timetables.createTimeslot(date,!noForce?this.getForceTimeslotKey():null);},getDateStr:function(end,relative){var date=!end?this.startDate:this.endDate;return date?tvo.timetables.createDateStr(date,{relative:relative!==false,timeslotKey:this.getForceTimeslotKey(),normalize:true}):"";},getTimeStr:function(end,noTimeslot,format24Hours){if(end&&!this.endDate)return"";if(!end&&!this.startDate)return"";var startHour=this.startDate?.getHours();var endHour=this.endDate?.getHours();var date=!end?this.startDate:this.endDate;var timeslot=!noTimeslot?this.getTimeslot(date,end):"";if(startHour!==undefined){if(!format24Hours&&startHour>=13)startHour-=12;if(startHour===0)startHour=24;}
if(endHour!==undefined){if(!format24Hours&&endHour>=13)endHour-=12;if(startHour>=24)endHour+=24;}
var hour=end?endHour:startHour;return timeslot+hour+":"+("0"+date.getMinutes()).slice(-2);},getStartToEndTimeStr:function(noTimeslot,format24Hours){var timeslot=this.getTimeslot(this.startDate);var endTimeslot=this.getTimeslot(this.endDate,true);var noEndTimeslot=false;switch(true){case noTimeslot:noEndTimeslot=true;break;case endTimeslot==="朝":noEndTimeslot=timeslot!=="夜"&&timeslot!=="深夜";break;case endTimeslot==="午前":noEndTimeslot=timeslot!=="深夜"&&timeslot!=="朝";break;case endTimeslot==="昼":noEndTimeslot=timeslot!=="朝"&&timeslot!=="午前";break;case endTimeslot==="午後":noEndTimeslot=timeslot!=="午前"&&timeslot!=="昼";break;case endTimeslot==="夕方":noEndTimeslot=timeslot!=="昼"&&timeslot!=="午後";break;case endTimeslot==="夜":noEndTimeslot=timeslot!=="午後"&&timeslot!=="夕方";break;case endTimeslot==="深夜":noEndTimeslot=timeslot!=="夕方"&&timeslot!=="夜";break;}
var start=this.getTimeStr(false,noTimeslot,format24Hours);var end=this.getTimeStr(true,noEndTimeslot,format24Hours);return start||end?start+"〜"+end:"";},getDateAndTimeStr:function(noTimeslot,format24Hours){var datestr=this.getDateStr();var startToEndStr=this.getStartToEndTimeStr(noTimeslot,format24Hours);return datestr||startToEndStr?datestr+(/^[0-9]+月/.test(datestr)?" ":"")+startToEndStr:"";},getProperty:function(){return this.config.property;},getGenre1:function(){return this.config.genre1;},getGenre2:function(){return this.config.genre2;},getGenre:function(){if(this.config.genre){return this.config.genre;}
var meta=this.getMeta();return this.config.genre=(meta?meta.getGenre():null);},getDescription:function(){return this.config.description;},isNormal:function(){return!!(this.config.is_normal-0);},isPushed:function(){return!!(this.config.is_pushed-0);},isOnair:function(date){var now=date||tvo.clock.now();return this.getStartDate()<=now&&(this.getEndDate()&&this.getEndDate()>now);},isOver:function(date){var now=date||tvo.clock.now();if(this.getEndDate()){return this.getEndDate()<=now;}else{var opts={normalize:true};return this.getStartDate()<=now&&tvo.timetables.createDateNum(now,opts)!==tvo.timetables.createDateNum(this.getStartDate(),opts);}},isNew:function(){return this.hasProperty("new");},isEnd:function(){return this.hasProperty("end");},isRepeat:function(){return this.hasProperty("repeat");},isCaption:function(){return this.hasProperty("caption");},isData:function(){return this.hasProperty("data");},isComment:function(){return this.hasProperty("comment");},isBilingual:function(){return this.hasProperty("bilingual");},isMultiplex:function(){return this.hasProperty("multiplex");},isToday:function(){return tvo.timetables.createDateStr(tvo.timetables.today(),{normalize:true})===this.getDateStr(undefined,false);},isTomorrow:function(){return tvo.timetables.createDateStr(tvo.timetables.tomorrow(),{normalize:true})===this.getDateStr(undefined,false);},isDayAfterTomorrow:function(days_after){days_after=1+days_after||1;return tvo.timetables.createDateStr(new Date(tvo.timetables.tomorrow().getTime()+days_after*24*60*60*1000),{normalize:true})===this.getDateStr(undefined,false);},isMorning:function(){return this.getTimeslot(this.getStartDate())==="朝";},isForenoon:function(){return this.getTimeslot(this.getStartDate())==="午前";},isNoon:function(){return this.getTimeslot(this.getStartDate())==="昼";},isAfternoon:function(){return this.getTimeslot(this.getStartDate())==="午後";},isEvening:function(){return this.getTimeslot(this.getStartDate())==="夕方";},isNight:function(){return this.getTimeslot(this.getStartDate())==="夜";},isMidnight:function(){return this.getTimeslot(this.getStartDate())==="深夜";},isMini:function(){return this.getEndDate()&&(this.getEndDate()-this.getStartDate())/ 1000 / 60<=6;},hasProperty:function(key){var p=this.getProperty();if(key&&typeof p==="object"&&Object.prototype.toString.call(p)==="[object Array]"){for(var i=0;i<p.length;i++){if(p[i]===key){return true;}}}
return false;},getMeta:function(i){if(this.config.meta){return this.config.meta[i||0];}else{return null;}},getMetaAll:function(){return this.config.meta;},getMetaValues:function(key){var metas=this.getMetaAll();var values=[];if(metas){for(var i=0;i<metas.length;i++){metas[i].config[key]&&values.push(metas[i].config[key]);}}
return values;},getURL:function(i){var site=this.getSite(i),defaultURL;if(site&&site.is_domestic&&site.url&&(!this.isRepeat()||site.is_summary)){return site.url;}
defaultURL=this.getDefaultSite();if(defaultURL){return defaultURL;}else if(site&&site.url){return site.url;}else{return null;}},getDefaultSite:function(){var onairIds=this.getMetaValues("onair_id");if(onairIds.length>0){return"https://www.tv-osaka.co.jp/onair/detail/oaid="+onairIds[0]+"/";}else{return null;}},getSite:function(i){var meta=this.getMeta(i);return meta?meta.getSite():null;},getImage:function(type,i){var meta=this.getMeta(i);return meta?meta.getImage(type):null;},getVideo:function(type,i){var meta=this.getMeta(i);return meta?meta.getVideo(type):null;},getForceTimeslotKey:function(i){var meta=this.getMeta(i);return meta?meta.getForceTimeslotKey():null;},getDemographic:function(i){var meta=this.getMeta(i);return meta?meta.getDemographic():null;},getAffinity:function(i){var meta=this.getMeta(i);return meta?meta.getAffinity():null;},equals:function(target){if(!target){return false;}
var thisEventIDs=this.getEventID().split("-")||[];var targetEventIDs=target.getEventID().split("-")||[];var eventIDIntersected=thisEventIDs.filter(function(eid){return targetEventIDs.indexOf(eid)!==-1;}).length>0;return eventIDIntersected&&Math.abs(this.getStartDate().getTime()-target.getStartDate().getTime())<24*60*60*1000;}};tvo.program.sequence=function(programs){_=_||tvo.lib.get("Underscore");this._programs=_.isArray(programs)?programs:null;};tvo.config.extend.apply(tvo.program.sequence.prototype,[(function(proto){var res={};for(var key in proto){if(!proto.hasOwnProperty(key)||typeof proto[key]!=="function"){continue;}
(function(fn,name){res[name]=function(){var program=this._programs?this._programs[0]:null;return program?fn.apply(program,arguments):undefined;};})(proto[key],key);}
return res;})(tvo.program.prototype),{_programs:null,getSequence:function(){return this._programs;},getEventID:function(){var ids=_.invoke(this._programs,"getEventID");return ids?ids.join("-"):_.first(this._programs).getEventID();},getDateAndTimeStr:function(){var prevdate;return _.map(this._programs,function(program){var str=prevdate===program.getDateStr()?program.getStartToEndTimeStr():program.getDateAndTimeStr();prevdate=program.getDateStr();return str;}).join(" / ");},getMetaAll:function(){return _.flatten(_.invoke(this._programs,"getMetaAll"));},getMetaValues:function(key){return _.flatten(_.invoke(this._programs,"getMetaValues",[key]));}}]);})(this);;(function(window,undefined){"use strict";var tvo;if(window.tvo&&window.tvo.timetables){return;}else{window.tvo=window.tvo||{};tvo=window.tvo;}
var TVOTimetables=function(){};TVOTimetables.prototype={onair:tvo.widget.onair?new tvo.widget.onair():null,now:tvo.widget.onair&&tvo.widget.onair.now?new tvo.widget.onair.now():null,daily:tvo.widget.onair&&tvo.widget.onair.daily?new tvo.widget.onair.daily():null,next:tvo.widget.onair&&tvo.widget.onair.next?new tvo.widget.onair.next():null,all:tvo.widget.onair&&tvo.widget.onair.all?new tvo.widget.onair.all():null,suggested:tvo.widget.content&&tvo.widget.content.suggested?new tvo.widget.content.suggested():null,contents:tvo.widget.content&&tvo.widget.content.active?new tvo.widget.content.active():null,weekday:["日","月","火","水","木","金","土"],defaults:{prevDayLimitHour:4},today:function(){return tvo.clock.now()||new Date();},tomorrow:function(){return new Date(this.today()-0+24*60*60*1000);},daysLater:function(day){var limit=this.today();limit.setDate(limit.getDate()+(day-0));limit.setHours(0);limit.setMinutes(0);limit.setSeconds(0);return limit;},createProgram:function(opts){return opts?new tvo.program(opts):null;},createProgramSequence:function(programs){return new tvo.program.sequence(programs);},isPrevDate:function(date,timeslot){return date.getHours()<this.defaults.prevDayLimitHour||(timeslot===0&&date.getHours()<6);},normalizeDate:function(date,opts){opts=opts||{};return this.isPrevDate(date,opts.timeslotKey)?new Date(date-24*60*60*1000):date;},createDateStr:function(date,opts){var d=date,today=this.today(),tomorrow=this.tomorrow();opts=opts||{};if(opts.normalize){d=this.normalizeDate(d,opts);today=this.normalizeDate(today,opts);tomorrow=this.normalizeDate(tomorrow,opts);}
switch(true){default:case!opts.relative:return(d.getMonth()+1)+"月"+d.getDate()+"日("+this.weekday[d.getDay()]+")";case this.createDateNum(d)===this.createDateNum(today):return this.createTimeslot(d,opts.timeslotKey)==="夜"?"今":"きょう";case this.createDateNum(d)===this.createDateNum(tomorrow):return"あす";}},createDay:function(date,opts){opts&&opts.normalize&&(date=this.normalizeDate(date,opts));return date.getDay();},createDateNum:function(date,opts){opts&&opts.normalize&&(date=this.normalizeDate(date,opts));return(date.getFullYear()+("0"+(date.getMonth()+1)).slice(-2)+("0"+date.getDate()).slice(-2))-0;},createTimeNum:function(date,opts){opts&&opts.normalize&&(date=this.normalizeDate(date,opts));return(this.createDateNum(date)+("0"+date.getHours()).slice(-2)+("0"+date.getMinutes()).slice(-2))-0;},createDateFromTimeNum:function(timenum){var time=timenum.match(/([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})/);return time?new Date(time[1]-0,time[2]-1,time[3]-0,time[4]-0,time[5]-0):null;},createDateFromClassName:function(className){var match=className.match(/\s?time-([0-9]+)\s?/);return match?this.createDateFromTimeNum(match[1]):null;},getTimeslotKey:function(date){var hour=date?date.getHours():null;switch(hour){case 0:case 1:case 2:case 3:return 0;case 4:case 5:case 6:case 7:case 8:case 9:return 1;case 10:case 11:return 2;case 12:return 3;case 13:case 14:case 15:case 16:return 4;case 17:case 18:return 5;case 19:case 20:case 21:case 22:case 23:return 6;default:return null;}},createTimeslot:function(date,slot){slot=typeof slot==='number'?slot:this.getTimeslotKey(date);switch(slot){case 0:return"深夜";case 1:return"朝";case 2:return"午前";case 3:return"昼";case 4:return"午後";case 5:return"夕方";case 6:return"夜";default:return null;}}};window.tvo.timetables=new TVOTimetables();})(this);;window.tvo&&window.tvo.widget&&new window.tvo.widget.header({pathCSS:"/portal/201610/css/widget/tvo-header.css",html:'<header class="tvo-header" id="tvoHeader" :role="role" :style="styles">    <div class="tvo-header_content" ref="content" :style="contentStyles">      <div class="tvo-header_top">        <h1 class="tvo-header_logo"><a href="http://www.tv-osaka.co.jp/" target="_top" class="tvo-analyze tvo-analyze-click" title="テレビ大阪 [hed]"><img class="tvo-logo" src="https://cdn.tv-osaka.co.jp/cdn/v20250313.104200/portal/201610/svg/tvo_logo.svg" alt="テレビ大阪7チャンネル"></a></h1>          <nav class="tvo-header_top-nav" v-cloak>          <tvo-header-icon icon="fa-tv" href="https://www.tv-osaka.co.jp/timetables/weekly/" class="tvo-header_top-timetable tvo-analyze tvo-analyze-click" label="番組表">番組表</tvo-header-icon>          <tvo-header-icon icon="fa-search" href="#tvoHeader" type="search" :expanded="drawer === \'search\'" @toggle-drawer-menu="toggleDrawerMenu" class="tvo-header_top-search" :class="drawer !== \'search\' && \'tvo-analyze tvo-analyze-click\'" label="探す"><em>探す</em></tvo-header-icon>          <tvo-header-icon icon="fa-bars" href="#tvoHeader" type="menu" :expanded="drawer === \'menu\'" @toggle-drawer-menu="toggleDrawerMenu" class="tvo-header_top-menu" :class="drawer !== \'menu\' && \'tvo-analyze tvo-analyze-click\'" label="MENU">MENU</tvo-header-icon>        </nav>          <tvo-header-large-banner :banners=\'[{"url":"https://www.tv-osaka.co.jp/umitonippon/umipuro/","target":"_top","title":"海と日本プロジェクト in 大阪","src":"https://cdn.tv-osaka.co.jp/ip4/portal/info/bnr728x90/__icsFiles/afieldfile/2024/11/11/728_90.jpg"},{"url":"https://www.tv-osaka.co.jp/ip4/club/present_monthly/","target":"_blank","title":"クラブTVO会員限定 毎月恒例プレゼント","src":"https://cdn.tv-osaka.co.jp/ip4/portal/info/bnr728x90/__icsFiles/afieldfile/2024/03/27/bnr_728_90.jpg"},{"url":"https://www.tv-osaka.co.jp/nowontver/","target":"_top","title":"テレビ大阪のTVer配信中番組","src":"https://cdn.tv-osaka.co.jp/ip4/portal/info/bnr728x90/__icsFiles/afieldfile/2023/12/14/231006_w728xh90_line.jpg"},{"url":"https://www.tv-osaka.co.jp/2025expo/","target":"_top","title":"2025年大阪・関西万博","src":"https://cdn.tv-osaka.co.jp/ip4/portal/info/bnr728x90/__icsFiles/afieldfile/2023/11/30/72890.jpg"},{"url":"https://www.tv-osaka.co.jp/ip4/sales/","target":"_top","title":"テレビ大阪でCM流してみませんか？","src":"https://cdn.tv-osaka.co.jp/ip4/portal/info/bnr728x90/__icsFiles/afieldfile/2020/09/29/728_90.jpg"},null]\' id="tvoHeaderAd" class="tvo-header_top-ad" @update="$emit(\'large-banner-update\')" v-cloak></tvo-header-large-banner>      </div>        <transition name="drawer">        <tvo-header-drawer-menu inline-template class="tvo-header_nav" id="tvoHeaderMenu" v-show="drawer" :aria-expanded="drawer?\'true\':\'false\'" :data-type="drawer" :type="drawer" @toggle-drawer-menu="toggleDrawerMenu" v-cloak>          <div>            <div class="tvo-header_main_nav">              <nav class="tvo-header_genre">                <h2>番組ジャンル</h2>                <ul>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="ニュース・報道 [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/news_economy/"><i class="far fa-newspaper"></i><span>ニュース<span class="and">・</span><em>報道</em></span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="ドラマ・映画・深夜アニメ [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/drama_movie/"><i class="fas fa-video"></i><span>ドラマ<span class="and">・</span>映画<span class="and">・</span><em>深夜アニメ</em></span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="バラエティ・音楽 [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/info_variety/"><i class="far fa-smile"></i><span>バラエティ<span class="and">・</span><em>音楽</em></span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="アニメ・キッズ [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/anime_kids/"><i class="fas fa-rocket"></i><span>アニメ<span class="and">・</span><em>キッズ</em></span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="情報・ドキュメンタリー [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/culture/"><i class="fas fa-book"></i><span>情報<span class="and">・</span>ドキュメンタリー</span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="旅・グルメ [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/travel/"><i class="fas fa-suitcase"></i><span>旅<span class="and">・</span>グルメ</span></a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="スポーツ [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/sports/"><i class="fas fa-running"></i><span>スポーツ</span></a></li>                </ul>              </nav>              <nav class="tvo-header_owned">                <h2>テレビ大阪の制作番組</h2>                <ul>                                      <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/soretsuma/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2157356 | &#30495;&#22812;&#20013;&#12489;&#12521;&#12510;&#12300;&#12381;&#12428;&#12391;&#12418;&#20474;&#12399;&#12289;&#22971;&#12392;&#12375;&#12383;&#12356;&#12301; [hed]"}}\'><i class="fas fa-caret-right"></i>真夜中ドラマ「それでも俺は、妻としたい」</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/ossampo/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2153591 | &#22823;&#38442;&#12362;&#12387;&#12373;&#12435;&#12413; [hed]"}}\'><i class="fas fa-caret-right"></i>大阪おっさんぽ</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/galmon/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2136072 | &#12462;&#12515;&#12523;&#21839;&#12398;&#12377;&#12445;&#12417; [hed]"}}\'><i class="fas fa-caret-right"></i>ギャル問のすゝめ</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/golfbag/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2136017 | &#27494;&#20117;&#22766;&#12398;&#12468;&#12523;&#12501;&#12496;&#12483;&#12464;&#25285;&#12356;&#12391;&#12367;&#12384;&#12373;&#12356; [hed]"}}\'><i class="fas fa-caret-right"></i>武井壮のゴルフバッグ担いでください</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/kansai_leader/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2136015 | &#26085;&#32076;&#12473;&#12506;&#12471;&#12515;&#12523; &#38306;&#35199;&#12522;&#12540;&#12480;&#12540;&#21015;&#20253;&#65374;&#12461;&#12540;&#12497;&#12540;&#12477;&#12531;&#12398;&#25104;&#21151;&#31192;&#35441;&#65374; [hed]"}}\'><i class="fas fa-caret-right"></i>日経スペシャル 関西リーダー列伝〜キーパーソンの成功秘話〜</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/documentary7/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2122969 | &#12489;&#12461;&#12517;&#12513;&#12531;&#12479;&#12522;&#12540;7 [hed]"}}\'><i class="fas fa-caret-right"></i>ドキュメンタリー7</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/moshimane/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2062607 | &#26085;&#32076;&#12473;&#12506;&#12471;&#12515;&#12523; &#12418;&#12375;&#12418;&#12398;&#12510;&#12493;&#12540;&#36947;&#12418;&#12375;&#12510;&#12493; [hed]"}}\'><i class="fas fa-caret-right"></i>日経スペシャル もしものマネー道もしマネ</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/fishingdays/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2060640 | &#12501;&#12451;&#12483;&#12471;&#12531;&#12464;DAYS [hed]"}}\'><i class="fas fa-caret-right"></i>フィッシングDAYS</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/katappashi/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"1973701 | &#29255;&#12387;&#31471;&#12363;&#12425;&#21931;&#33590;&#24215; [hed]"}}\'><i class="fas fa-caret-right"></i>片っ端から喫茶店</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/hatsumimi_kaidan/ " data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2036038 | &#21021;&#32819;&#24618;&#35527;&#12304;BUZZOOKA&#12481;&#12515;&#12531;&#12493;&#12523;&#12305; [hed]"}}\'><i class="fas fa-caret-right"></i>初耳怪談【BUZZOOKAチャンネル】</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/saraba_hondare/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2067004 | &#12373;&#12425;&#12400;&#12398;&#12371;&#12398;&#26412;&#12480;&#12524;&#12364;&#26360;&#12356;&#12392;&#12435;&#12397;&#12435;&#65281; &#12304;BUZZOOKA&#12481;&#12515;&#12531;&#12493;&#12523;&#12305; [hed]"}}\'><i class="fas fa-caret-right"></i>さらばのこの本ダレが書いとんねん！ 【BUZZOOKAチャンネル】</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/saraba_bkrdebut/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2067005 | &#12373;&#12425;&#12400;&#38738;&#26149;&#12398;&#20809;&#12398;&#26481;&#12502;&#12463;&#12525;&#12392;&#12487;&#12499;&#12517;&#12540;&#20316;&#12304;BUZZOOKA&#12481;&#12515;&#12531;&#12493;&#12523;&#12305; [hed]"}}\'><i class="fas fa-caret-right"></i>さらば青春の光の東ブクロとデビュー作【BUZZOOKAチャンネル】</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/syokuisan/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"2008077 | &#30330;&#35211;&#65281;&#65281;&#39135;&#36986;&#29987; #&#12354;&#12394;&#12383;&#12398;&#12524;&#12471;&#12500;&#27531;&#12373;&#12379;&#12390;&#12367;&#12384;&#12373;&#12356; [hed]"}}\'><i class="fas fa-caret-right"></i>発見！！食遺産 #あなたのレシピ残させてください</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/yasutomo/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"1214132 | &#12420;&#12377;&#12392;&#12418;&#12398;&#12393;&#12371;&#12356;&#12371;&#65281;&#65311; [hed]"}}\'><i class="fas fa-caret-right"></i>やすとものどこいこ！？</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="http://www.tv-osaka.co.jp/ip4/tabi/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"1199656 | &#12362;&#12392;&#12394;&#26053;&#12354;&#12427;&#12365;&#26053; [hed]"}}\'><i class="fas fa-caret-right"></i>おとな旅あるき旅</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/the_fishing/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"1186804 | THE&#12501;&#12451;&#12483;&#12471;&#12531;&#12464; [hed]"}}\'><i class="fas fa-caret-right"></i>THEフィッシング</a></li>                                        <li><a class="tvo-analyze tvo-analyze-click" href="https://www.tv-osaka.co.jp/ip4/neji/" data-tvo-analyze=\'{"trackEvent":{"category":"TVOProgram","label":"1819957 | &#12397;&#12376;&#12398;&#19990;&#30028; [hed]"}}\'><i class="fas fa-caret-right"></i>ねじの世界</a></li>                                    </ul>              </nav>              <transition name="search" @after-enter="focusSearchQuery">                <nav class="tvo-header_search" v-show="type === \'search\'">                  <form id="cse-search-box" class="tvo-analyze tvo-analyze-submit" action="//google.com/cse" target="_top">                    <input type="hidden" name="cx" value="014342490226901632140:3pbpg5enrgu" />                    <input type="hidden" name="ie" :value="charset" />                    <input type="text" name="q" size="31" ref="searchQuery" />                    <input type="submit" name="sa" value="&#xf002;" aria-label="検索" class="fas" />                  </form>                </nav>              </transition>              <aside class="tvo-header_nowoa" v-show="nowoa">                <tvo-program inline-template :program="nowoa">                  <article>                    <header>                      <h1>NOW ON AIR</h1>                    </header>                    <div class="tvo-header_nowoa-program">                      <a :href="url" class="tvo-analyze tvo-analyze-click" :data-tvo-analyze="buildTrackEventData(\'noa\')"><time>{{startTime()}}</time><cite>{{title||"-"}}</cite></a>                    </div>                  </article>                </tvo-program>              </aside>              <nav class="tvo-header_misc">                <h2>その他</h2>                <ul>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="プレゼント [hed]" href="https://id.club.tv-osaka.co.jp/area/table/41232/a2yZGD/M?S=rbrir2maogod"><i class="fas fa-gift"></i>プレゼント</a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="イベント [hed]" href="http://www.tv-osaka.co.jp/ip4/event/"><i class="fas fa-users"></i>イベント</a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="アナウンサー [hed]" href="http://www.tv-osaka.co.jp/ip4/ana/"><i class="fas fa-microphone"></i>アナウンサー</a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="動画配信 [hed]" href="http://www.tv-osaka.co.jp/ip4/portal/video/"><i class="fas fa-play-circle"></i>動画配信</a></li>                  <li class="tvo-header_misc-recruit"><a target="_top" class="tvo-analyze tvo-analyze-click" title="採用情報 [hed]" href="http://www.tv-osaka.co.jp/qzin/"><i class="far fa-building"></i>採用情報</a></li>                  <li class="tvo-header_misc-takoru"><a target="_top" class="tvo-analyze tvo-analyze-click" title="たこるくん [hed]" href="http://www.tv-osaka.co.jp/ip4/takoruworld/"><i class="fas fa-tv"></i>たこるくん</a></li>                  <li><a target="_top" class="tvo-analyze tvo-analyze-click" title="クラブTVO [hed]" href="https://club.tv-osaka.co.jp"><i class="fa-solid fa-star"></i>クラブTVO</a></li>                </ul>              </nav>            </div>            <nav class="tvo-header_nav-console">              <a href="#tvoHeader" rel="self" class="tvo-header_close-drawer" @click="close"><i class="fas fa-times"></i>戻る</a>            </nav>          </div>        </tvo-header-drawer-menu>      </transition>    </div>          <tvo-header-jack-banner class="tvo-header_jack" :banners=\'[{"url":"https://www.tv-osaka.co.jp/ip4/soretsuma/","url_smp":"https://www.tv-osaka.co.jp/ip4/soretsuma/","target":"_top","title":"&#30495;&#22812;&#20013;&#12489;&#12521;&#12510;&#12300;&#12381;&#12428;&#12391;&#12418;&#20474;&#12399;&#12289;&#22971;&#12392;&#12375;&#12383;&#12356;&#12301;","src":"https://cdn.tv-osaka.co.jp/ip4/portal/__icsFiles/afieldfile/2025/03/04/bnr_2000x90_v06_1.jpg","src_multi":"","embed_path":""},null]\' @update="$emit(\'jack-banner-update\')" v-cloak></tvo-header-jack-banner>              <tvo-suggested-programs inline-template class="mod-suggested-programs" v-cloak>          <section>            <ul class="programs-pickup">              <li v-for="content in relationalContents" :key="content.getId()" v-cloak>                <tvo-content inline-template :content="content">                  <a class="tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()">                    <h1>あなたに<br>おすすめ！</h1>                    <figure>                      <img :data-lazy="buildImage(\'w200h125\')" :alt="title">                    </figure>                    <cite><span class="programs_title">{{title}}</span></cite>                    <time>{{date()}}</time>                  </a>                </tvo-content>              </li>                <li v-for="program in suggestedPrograms.slice(0,1)" :key="program.getStartTime()" v-cloak>                <tvo-program inline-template :program="program" v-if="program.getType() === \'onair\'">                  <a class="tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()">                    <h1>あなたに<br>おすすめ！</h1>                    <figure>                      <img :data-lazy="buildImage(\'w200h125\')" :alt="title">                    </figure>                    <cite><span class="programs_title">{{title}}</span></cite>                    <time>{{date()}}</time>                  </a>                </tvo-program>                <tvo-content inline-template :content="program" v-else>                  <a class="tvo-analyze tvo-analyze-click" :href="url" :rel="!isDomestic ? \'external\':undefined" :data-tvo-analyze="buildTrackEventData()">                    <h1>あなたに<br>おすすめ！</h1>                    <figure>                      <img :data-lazy="buildImage(\'w200h125\')" :alt="title">                    </figure>                    <cite><span class="programs_title">{{title}}</span></cite>                    <time>{{date()}}</time>                  </a>                </tvo-content>              </li>            </ul>          </section>        </tvo-suggested-programs>          </header>  <script type="text/javascript" src="//www.google.com/cse/brand?form=cse-search-box&amp;lang=ja" defer></script>'});