Files
gb-cms/html/js/cloudrecord.59cdd7c7.js
T
2025-08-26 17:36:04 +08:00

1 line
249 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
webpackJsonp([1],{"+1iT":function(e,t,n){"use strict";function r(e){n("33gg")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("BdSM"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("2kCj"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-50ccc90e",null);t.default=c.exports},"0tm0":function(e,t,n){"use strict";function r(e){n("QDvy")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("BiBB"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("G5sl"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,null,null);t.default=c.exports},"1Z2w":function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",{staticClass:"box box-primary"},[e._m(0),e._v(" "),n("div",{staticClass:"box-body"},[n("div",{staticClass:"form-inline",attrs:{autocomplete:"off",spellcheck:"false"}},[n("div",{staticClass:"form-group"},["no"!=e.$getQueryString("menu")?n("button",{staticClass:"btn btn-primary btn-sm",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.$router.go(-1)}}},[n("i",{staticClass:"fa fa-chevron-left"}),e._v(" 返回\r\n ")]):e._e()]),e._v(" "),n("span",{staticClass:"hidden-xs"},[e._v("  ")]),e._v(" "),n("div",{staticClass:"form-group form-group-sm"},[n("div",{staticClass:"input-group input-group-sm"},[n("button",{staticClass:"btn btn-sm btn-primary",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.$refs.cloudRecordEditDlg.show()}}},[n("i",{staticClass:"fa fa-plus"}),e._v(" 添加录像计划\r\n ")])])]),e._v(" "),n("span",{staticClass:"hidden-xs"},[e._v("  ")]),e._v(" "),n("div",{staticClass:"form-group form-group-sm"},[n("label",[e._v("搜索")]),e._v(" "),!e.isMobile()&&e.hasAnyRole(e.serverInfo,e.userInfo,"超级管理员")?n("div",{staticClass:"input-group input-group-sm"},[n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.q,expression:"q",modifiers:{trim:!0}}],ref:"q",staticClass:"form-control",attrs:{type:"text",placeholder:"关键字"},domProps:{value:e.q},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault()},input:function(t){t.target.composing||(e.q=t.target.value.trim())},blur:function(t){e.$forceUpdate()}}}),e._v(" "),n("div",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-sm btn-primary",attrs:{type:"button",title:"导出录像计划列表"},on:{click:function(t){t.preventDefault(),e.download(t)}}},[n("i",{staticClass:"fa fa-download"})]),e._v(" "),n("button",{staticClass:"btn btn-sm btn-primary",attrs:{type:"button",title:"导入录像计划列表"},on:{click:function(t){t.preventDefault(),e.$refs.uploadDlg.show()}}},[n("i",{staticClass:"fa fa-upload"})])])]):n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.q,expression:"q",modifiers:{trim:!0}}],ref:"q",staticClass:"form-control",attrs:{type:"text",placeholder:"关键字"},domProps:{value:e.q},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault()},input:function(t){t.target.composing||(e.q=t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})])]),e._v(" "),n("br"),e._v(" "),n("div",{staticClass:"clearfix"}),e._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.cloudRecords,stripe:"","default-sort":{prop:"CreatedAt",order:"descending"},"element-loading-text":"加载中..."},on:{"sort-change":e.sortChange}},[n("el-table-column",{attrs:{prop:"Name",label:"名称","min-width":"150","show-overflow-tooltip":"",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{label:"操作","min-width":"220",fixed:!e.isMobile()&&"right","class-name":"opt-group"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("div",{staticClass:"btn-group btn-group-xs"},[n("button",{staticClass:"btn btn-warning",attrs:{type:"button"},on:{click:function(n){n.preventDefault(),e.editCloudRecordPlan(t.row)}}},[n("i",{staticClass:"fa fa-edit"}),e._v(" 编辑\r\n ")]),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{type:"button"},on:{click:function(n){n.preventDefault(),e.editChannel(t.row)}}},[n("i",{staticClass:"fa fa-check"}),e._v(" 关联通道\r\n ")]),e._v(" "),n("button",{staticClass:"btn btn-danger",attrs:{type:"button"},on:{click:function(n){n.preventDefault(),e.removeCloudRecordPlan(t.row)}}},[n("i",{staticClass:"fa fa-remove"}),e._v(" 删除\r\n ")])])]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"Enable",label:"是否启用","min-width":"100",sortable:"custom"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-switch",{attrs:{value:t.row.Enable},on:{change:function(n){e.toggleEnable(t.row)}}})]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"Plan",label:"录像计划详情","min-width":"470",formatter:e.formatPlan,"show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{prop:"UpdatedAt",label:"更新时间","min-width":"160",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{prop:"CreatedAt",label:"创建时间","min-width":"160",sortable:"custom"}})],1)],1),e._v(" "),e.total>0?n("div",{staticClass:"box-footer"},[n("el-pagination",{staticClass:"pull-right",attrs:{layout:"total,prev,pager,next","pager-count":e.isMobile()?3:5,total:e.total,"page-size":e.pageSize,"current-page":e.currentPage},on:{"update:pageSize":function(t){e.pageSize=t},"update:currentPage":function(t){e.currentPage=t}}})],1):e._e()]),e._v(" "),n("UploadDlg",{ref:"uploadDlg",attrs:{title:"上传录像计划列表",url:"/api/v1/cloudrecord/plan/import"},on:{uploaded:e.uploaded}}),e._v(" "),n("CloudRecordPlanEditDlg",{ref:"cloudRecordEditDlg",on:{submit:function(t){e.getCloudRecordPlans()}}}),e._v(" "),n("CloudRecordPlanChannelListDlg",{ref:"cloudRecordChannelListDlg",attrs:{serverInfo:e.serverInfo,userInfo:e.userInfo,title:e.cloudRecordChannelListDlgTitle}})],1)},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box-header"},[n("h4",{staticClass:"text-primary text-center"},[e._v("录像计划列表")])])}],i={render:r,staticRenderFns:o};t.a=i},"21+a":function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n("M4fF"),a=r(i),s=n("5gxX"),l=r(s),u=n("KZtG"),c=r(u),d=n("NL8R"),f=r(d),v=n("NYxO");t.default={data:function(){return{q:"",online:"",total:0,pageSize:10,currentPage:1,sort:"Name",order:"asc",loading:!1,timer:0,cloudRecords:[],cloudRecordChannelListDlgTitle:"选择通道"}},computed:o({},(0,v.mapState)(["userInfo","serverInfo"])),components:{UploadDlg:l.default,CloudRecordPlanEditDlg:c.default,CloudRecordPlanChannelListDlg:f.default},mounted:function(){},beforeDestroy:function(){this.timer&&(clearInterval(this.timer),this.timer=0)},methods:{ready:function(){var e=this;this.$watch("q",function(e,t){this.doDelaySearch()}),this.$watch("online",function(e,t){this.doSearch(e)}),this.$watch("currentPage",function(e,t){this.doSearch(e)}),this.timer=setInterval(function(){e.getCloudRecordPlans(!1)},3e3)},doSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t={};this.q&&(t.q=this.q),this.online&&(t.online=this.online),this.$router.replace({path:"/cloudrecord/plans/"+e,query:t})},doDelaySearch:a.default.debounce(function(){this.doSearch()},800),getCloudRecordPlans:function(){var t=this,n=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];n&&(this.loading=!0),e.ajax({method:"GET",url:"/api/v1/cloudrecord/plan/list",global:n,data:{q:this.q,start:(this.currentPage-1)*this.pageSize,limit:this.pageSize,sort:this.sort,order:this.order}}).then(function(e){t.total=e.PlanCount,t.cloudRecords=e.PlanList}).always(function(){n&&t.$nextTick(function(){t.loading=!1})})},sortChange:function(e){this.sort=e.prop,this.order="ascending"==e.order?"asc":"desc",this.getCloudRecordPlans()},formatName:function(e,t,n){return n||"-"},formatPlan:function(e,t,n){for(var r="",o=["星期一","星期二","星期三","星期四","星期五","星期六","星期日"],i=0;i<7;i++)n&&n.indexOf("s"+(i+1))>=0?r+=o[i]+"[✓] ":r+=o[i]+"[✗] ";return r},editCloudRecordPlan:function(e){this.$refs.cloudRecordEditDlg.show(e)},editChannel:function(e){this.cloudRecordChannelListDlgTitle="录像计划关联通道("+(e.Name||e.ID)+")",this.$refs.cloudRecordChannelListDlg.show(e.ID)},pushChannel:function(t){var n=this;if(!t.Online)return void this.$message({type:"error",message:"平台不在线!"});e.get("/api/v1/cloudRecord/pushcatalog",{id:t.ID}).then(function(){n.$message({type:"success",message:"推送通道信息成功"})})},removeCloudRecordPlan:function(t){var n=this;this.$confirm("确认删除 "+(t.Name||t.ID),"提示",{lockScroll:!1}).then(function(){e.post("/api/v1/cloudrecord/plan/remove",{ID:t.ID}).always(function(){n.getCloudRecordPlans()})}).catch(function(){})},download:function(){window.open("/api/v1/cloudrecord/plan/export")},uploaded:function(){this.$message({type:"success",message:"上传成功!"}),this.getCloudRecordPlans(),this.$refs.uploadDlg.hide()},toggleEnable:function(t){e.post("/api/v1/cloudrecord/plan/setenable",{ID:t.ID,Enable:!t.Enable}).then(function(){t.Enable=!t.Enable})}},beforeRouteEnter:function(e,t,n){n(function(t){t.q=e.query.q||"",t.online=e.query.online||"",t.currentPage=parseInt(e.params.page)||1,t.ready()})},beforeRouteUpdate:function(e,t,n){var r=this;n(),this.$nextTick(function(){r.q=e.query.q||"",r.online=e.query.online||"",r.currentPage=parseInt(e.params.page)||1,r.cloudRecords=[],r.total=0,r.getCloudRecordPlans()})}}}).call(t,n("0iPh"))},"23ZA":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),n("F8S1");var r=n("eAMf"),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={data:function(){return{videoUrl:"",videoTitle:"",osd:"",snapUrl:"",mediaInfo:null,bShow:!1,bLoading:!1,bOutHevcTip:!1}},props:{fade:{type:Boolean,default:!1},digitalZoom:{type:Boolean,default:!0},serverInfo:{type:Object,default:function(){}},userInfo:{type:Object,default:function(){return null}}},mounted:function(){var t=this;e(this.$el).find(".modal-content").draggable({handle:".modal-header",cancel:".modal-title span",addClasses:!1,containment:"document",delay:100,opacity:.5}),e(this.$el).on("hide.bs.modal",function(){t.reset(),t.$nextTick(function(){t.bShow=!1})}).on("show.bs.modal",function(){t.bShow=!0})},components:{LivePlayer:o.default},methods:{reset:function(){this.videoUrl="",this.videoTitle="",this.osd="",this.snapUrl="",this.mediaInfo=null,this.bLoading=!1,this.bOutHevcTip=!1},play:function(t,n,r,o){this.videoUrl=t||"",this.videoTitle=n||"",this.snapUrl=r||"",this.osd=o||"",e(this.$el).modal("show")},onMediaInfo:function(e){this.mediaInfo=e},onError:function(e){"MediaError"==e&&(!this.live||this.mediaInfo&&String(this.mediaInfo.videoCodec).startsWith("hvc"))&&flvjs.getFeatureList()&&!flvjs.getFeatureList().nativeMP4H265Playback&&(this.bOutHevcTip=!0,console.log("提示: 正在播放 H265 直出流, 确保浏览器版本较新, 并且开启硬件加速"))}}}}).call(t,n("0iPh"))},"2kCj":function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box box-primary records"},[n("div",{staticClass:"box-header"},[n("h4",{staticClass:"text-primary text-center"},[e._v("云端录像("+e._s(e.name)+")-时间轴视图")])]),e._v(" "),n("div",{staticClass:"box-body"},[n("div",{staticClass:"form-inline",attrs:{autocomplete:"off",spellcheck:"false"}},[n("div",{staticClass:"form-group"},["no"!=e.$getQueryString("menu")?n("button",{staticClass:"btn btn-primary btn-sm",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.$router.go(-1)}}},[n("i",{staticClass:"fa fa-chevron-left"}),e._v(" 返回\r\n ")]):e._e(),e._v(" "),e.shareURL?n("span",[e._v("  ")]):e._e(),e._v(" "),e.shareURL?n("a",{staticClass:"btn btn-default btn-sm",attrs:{role:"button",href:e.shareURL,target:"_blank"}},[n("i",{staticClass:"fa fa-share"}),e._v(" 分享页\r\n ")]):e._e(),e._v(" "),!e.isDemoUser(e.serverInfo,e.userInfo)&&e.videos.length>0?n("span",[e._v("  ")]):e._e(),e._v(" "),!e.isDemoUser(e.serverInfo,e.userInfo)&&e.videos.length>0?n("button",{directives:[{name:"loading",rawName:"v-loading.fullscreen.lock",value:e.bDownloading,expression:"bDownloading",modifiers:{fullscreen:!0,lock:!0}}],staticClass:"btn btn-default btn-sm",attrs:{type:"button","element-loading-text":"合成中..."},on:{click:function(t){t.preventDefault(),e.showTimeRangeDlg(t)}}},[n("i",{staticClass:"fa fa-download"}),e._v(" 下载\r\n ")]):e._e()]),e._v(" "),n("div",{staticClass:"form-group pull-right"},[n("div",{staticClass:"input-group input-group-sm"},[n("CloudRecordDatePicker",{ref:"datePicker",staticClass:"form-control",attrs:{day:e.day,serial:e.serial,code:e.code},on:{"update:day":e.updateDay}}),e._v(" "),n("div",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-sm btn-default",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.showCloudRecordDatePicker(t)}}},[n("i",{staticClass:"fa fa-calendar"})]),e._v(" "),n("router-link",{staticClass:"btn btn-default btn-sm",attrs:{to:"/cloudrecord/listview/"+this.serial+"/"+this.code+"/"+this.day,replace:""}},[n("i",{staticClass:"fa fa-hand-o-right"}),e._v(" 列表视图\r\n ")])],1)],1)])]),e._v(" "),n("br"),e._v(" "),n("div",{staticClass:"clearfix"}),e._v(" "),n("LivePlayer",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{videoUrl:e.videoUrl,waterMark:e.osd,muted:"",digitalZoom:"",hideBigPlayButton:!!e.serverInfo.HideBigPlayButton,currentTime:e.currentTime,loading:e.loading,"element-loading-text":"加载中...","element-loading-background":"#000"},on:{media_info:e.onMediaInfo,error:e.onVideoError,ended:e.onVideoEnd,timeupdate:e.onVideoTimeUpdate,"update:loading":function(t){e.loading=t}}}),e._v(" "),e.isDemoUser(e.serverInfo,e.userInfo)&&!e.bOutHevcTip?n("div",{staticClass:"text-center"},[n("br"),e._v("\r\n 提示: 演示系统限制匿名登录播放时间, 若需测试长时间播放, 请"),n("a",{attrs:{target:"_blank",href:"//www.liveqing.com/docs/download/LiveGBS.html"}},[e._v("下载使用")])]):e._e(),e._v(" "),e.bOutHevcTip?n("div",{staticClass:"text-center text-red"},[n("br"),e._v("\r\n 提示: 正在播放 H265 直出流, 确保浏览器版本较新, 并且开启硬件加速\r\n ")]):e._e(),e._v(" "),n("br"),e._v(" "),n("br"),e._v(" "),n("CloudRecordTimeRule",{directives:[{name:"loading",rawName:"v-loading",value:e.loadingRecords,expression:"loadingRecords"}],ref:"timeRule",attrs:{videos:e.videos,minutesPerUnit:e.serverInfo.MinutesPerUnit||5},on:{timeChange:e.onTimeChange}}),e._v(" "),n("br")],1),e._v(" "),n("TimeRangeDlg",{ref:"timeRangeDlg",attrs:{format:"HHmmss"},on:{submit:e.onTimeRangeChange}})],1)},o=[],i={render:r,staticRenderFns:o};t.a=i},"33gg":function(e,t,n){var r=n("vs1R");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("1d4fe0d4",r,!0,{})},"4LM/":function(e,t,n){"use strict";(function(e){function r(e){return function(){var t=e.apply(this,arguments);return new Promise(function(e,n){function r(o,i){try{var a=t[o](i),s=a.value}catch(e){return void n(e)}if(!a.done)return Promise.resolve(s).then(function(e){r("next",e)},function(e){r("throw",e)});e(s)}return r("next")})}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n("NYxO"),a=n("M4fF"),s=function(e){return e&&e.__esModule?e:{default:e}}(a);t.default={data:function(){return{pageSize:10,q:"",page:1,pageData:[],total:0,sort:"",order:"",loading:!1}},mounted:function(){},computed:o({},(0,i.mapState)(["serverInfo","userInfo"])),methods:{ready:function(){this.$watch("q",function(){this.doDelaySearch()}),this.$watch("page",function(e){this.doSearch(e)})},load:function(){var t=this,n=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];n&&(this.loading=!0),e.ajax({method:"GET",url:"/api/v1/cloudrecord/querychannels",global:n,data:{start:(this.page-1)*this.pageSize,limit:this.pageSize,q:this.q,sort:this.sort,order:this.order}}).then(function(e){t.pageData=e.rows,t.total=e.total}).always(function(){n&&t.$nextTick(function(){t.loading=!1})})},sortChange:function(e){this.sort=e.prop,this.order="ascending"==e.order?"asc":"desc",this.load()},selectDevice:function(e){this.$emit("select-device",e)},doSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t={};this.q&&(t.q=this.q),this.$router.replace({path:"/cloudrecord/"+e,query:t})},doDelaySearch:s.default.debounce(function(){this.doSearch()},800),formatName:function(e,t,n){var r=e.device_custom_name||e.device_name||"",o=e.custom_name||e.name||"";return r&&r!=o&&(o=o?o+"@"+r:r),o||"-"},remove:function(t){var n=this;return r(regeneratorRuntime.mark(function r(){return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:n.$confirm("删除 "+(t.custom_name||t.name||t.code||"-")+" , 会将该通道所有录像删除,确认继续?","提示",{lockScroll:!1}).then(function(){e.post("/api/v1/cloudrecord/removechannel",{serial:t.serial,code:t.code}).always(function(){n.load()})}).catch(function(){});case 1:case"end":return r.stop()}},r,n)}))()}},beforeRouteEnter:function(e,t,n){n(function(t){t.q=e.query.q||"",t.page=parseInt(e.params.page)||1,t.ready()})},beforeRouteUpdate:function(e,t,n){var r=this;n(),this.$nextTick(function(){r.q=e.query.q||"",r.page=parseInt(e.params.page)||1,r.pageData=[],r.total=0,r.load()})}}}).call(t,n("0iPh"))},"5gxX":function(e,t,n){"use strict";function r(e){n("LbQQ")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("qb8i"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("lGU5"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,null,null);t.default=c.exports},"7KHA":function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".modal-content[data-v-65020dbb]{overflow:hidden}@media screen and (min-width:992px){.modal-dialog.modal-lgg[data-v-65020dbb]{width:90%}}@media screen and (min-width:1200px){.modal-dialog.modal-lgg[data-v-65020dbb]{width:1200px}}@media screen and (max-width:767px){.el-date-editor--daterange.el-input[data-v-65020dbb],.el-date-editor--daterange.el-input__inner[data-v-65020dbb],.el-date-editor--timerange.el-input[data-v-65020dbb],.el-date-editor--timerange.el-input__inner[data-v-65020dbb]{width:250px}}",""])},"9eYo":function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"time-rule"},[n("div",{ref:"day",staticClass:"time-day",style:{left:e.timeDayX+"px"}},[e._l(1440/e.minutesPerUnit,function(t){return n("div",{key:t,class:["time-minute",e.minuteActiveClass((t-1)*e.minutesPerUnit)],style:{width:e.minutesPerUnit+"px"},attrs:{title:e.minuteTitle((t-1)*e.minutesPerUnit)},on:{click:function(n){n.preventDefault(),e.clickMinute((t-1)*e.minutesPerUnit)}}})}),e._v(" "),e._l(24,function(t){return n("div",{key:t,class:[1==t?"time-text-first":"time-text"]},[e._v(e._s(e.hourText(t-1)))])})],2),e._v(" "),n("div",{ref:"cursor",staticClass:"time-cursor",style:{left:e.timeCursorX+"px"}},[n("div",{staticClass:"time-cursor-text"},[e._v(e._s(e.timeCursorText))])])])},o=[],i={render:r,staticRenderFns:o};t.a=i},BdSM:function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n("PJh5"),a=r(i),s=n("0tm0"),l=r(s),u=n("TFIr"),c=r(u),d=n("S4Bz"),f=r(d),v=n("eAMf"),p=r(v),h=n("NYxO");t.default={props:{serial:"",code:"",day:""},data:function(){return{videos:[],videoUrl:"",currentTime:0,bActive:!1,loading:!1,loadingRecords:!1,name:"",osd:"",mediaInfo:null,bOutHevcTip:!1,bDownloading:!1,bShared:!1}},components:{CloudRecordDatePicker:l.default,LivePlayer:p.default,CloudRecordTimeRule:c.default,TimeRangeDlg:f.default},methods:{updateDay:function(e){this.$router.replace("/cloudrecord/timeview/"+this.serial+"/"+this.code+"/"+e)},showCloudRecordDatePicker:function(){e(this.$refs.datePicker.$el).focus()},updateVideos:function(){var t=this;this.loadingRecords=!0,e.get("/api/v1/cloudrecord/querydaily",{serial:this.serial,code:this.code,period:this.day}).then(function(e){t.bShared=!!e.shared,t.name=e.name||t.serial+":"+t.code,t.osd=e.osd||"",t.videos=e.list}).always(function(){t.$nextTick(function(){t.loadingRecords=!1})})},onTimeChange:function(e,t){this.videoUrl=(e||{}).hls||"",this.currentTime=t?(e||{}).currentTime||0:0,this.bOutHevcTip=!1},onMediaInfo:function(e){this.mediaInfo=e},onVideoError:function(e){"MediaError"==e&&flvjs.getFeatureList()&&!flvjs.getFeatureList().nativeMP4H265Playback&&(this.bOutHevcTip=!0,console.log("提示: 正在播放 H265 直出流, 确保浏览器版本较新, 并且开启硬件加速"))},onVideoEnd:function(){this.mediaInfo=null;var e=this.videoUrls.indexOf(this.videoUrl);if(e>=0&&e<this.videos.length-1){var t=this.videos[e+1];if(!t)return;var n=(0,a.default)(t.startAt,"YYYYMMDDHHmmss"),r=n.diff(n.clone().startOf("day"),"minutes");this.$refs.timeRule.clickMinute(r)}},onVideoTimeUpdate:function(e){if(!(e<1)){var t=this.videoUrls.indexOf(this.videoUrl);if(t>=0&&t<this.videos.length){var n=this.videos[t],r=(0,a.default)(n.startAt,"YYYYMMDDHHmmss");r.add(e,"seconds");var o=r.diff(r.clone().startOf("day"),"minutes");this.$refs.timeRule.clickMinute(o,!1)}}},showTimeRangeDlg:function(){var e=(0,a.default)().second(0).subtract(30,"minutes"),t=(0,a.default)().second(0);e.isSame(t,"day")||(e=t.clone().startOf("day"));var n=this.$refs.timeRangeDlg;n.setDefault([e.toDate(),t.toDate()]),n.show()},onTimeRangeChange:function(t){var n=this;if(t&&2==t.length){var r=""+this.day+t[0],o=""+this.day+t[1],i=(0,a.default)(r,"YYYYMMDDHHmmss"),s=(0,a.default)(o,"YYYYMMDDHHmmss");if(i.isBefore(s)){for(var l=!1,u=i.clone();u.isSameOrBefore(s);u=u.add(1,"minute")){var c=u.unix();c-=c%(60*(this.serverInfo.MinutesPerUnit||5));var d=a.default.unix(c).format("HH:mm");if(this.$refs.timeRule.activeMinutes[d]){l=!0;break}}if(!l)return void this.$message({type:"error",message:i.format("HH:mm:ss")+" - "+s.format("HH:mm:ss")+" 没有录像"});this.$refs.timeRangeDlg.hide(),this.bDownloading=!0;var f="/api/v1/cloudrecord/video/download/"+this.serial+"/"+this.code+"/"+r+"/"+o+"/video.mp4";return void e.get(f).then(function(e){window.location.href=e}).always(function(){n.bDownloading=!1})}}this.$message({type:"error",message:"无效的时间段"})}},computed:o({},(0,h.mapState)(["userInfo","serverInfo"]),{shareURL:function(){return this.bShared||!1===this.serverInfo.APIAuth||this.serverInfo.DemoUser?"/playback.html?type=cloud&serial="+this.serial+"&code="+this.code+"&day="+this.day:""},videoUrls:function(){return this.videos.map(function(e,t,n){return(e||{}).hls})}}),mounted:function(){var e=(0,a.default)(),t=e.diff(e.clone().startOf("day"),"minutes");return t-=10,t<0&&(t=0),this.$refs.timeRule.clickMinute(t),this.serial&&this.code?this.day?void this.updateVideos():void this.$router.replace("/cloudrecord/timeview/"+this.serial+"/"+this.code+"/"+(0,a.default)().format("YYYYMMDD")):void this.$router.replace("/cloudrecord")},beforeRouteUpdate:function(e,t,n){var r=this;return e.params.serial&&e.params.code?e.params.day?(n(),void this.$nextTick(function(){r.loadingRecords||t.path==e.path||r.updateVideos()})):void n({path:"/cloudrecord/timeview/"+e.params.serial+"/"+e.params.code+"/"+(0,a.default)().format("YYYYMMDD"),replace:!0}):void n({path:"/cloudrecord",replace:!0})}}}).call(t,n("0iPh"))},BiBB:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var r=n("PJh5"),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={data:function(){return{flags:{},defaultFlags:"0000000000000000000000000000000"}},props:{serial:{default:""},code:{default:""},token:{default:""},day:{default:function(){return(0,o.default)().format("YYYYMMDD")}}},mounted:function(){var t=this;e(this.$el).datepicker({language:"zh-CN",autoclose:!0,format:"yyyy-mm-dd",todayHighlight:!1,beforeShowDay:function(e){var n=(0,o.default)(e).format("YYYYMM");return"0"==t.getFlagsByMonth(n)[(0,o.default)(e).date()-1]?{classes:"text-gray",tooltip:"没有录像",enabled:!1}:{classes:"text-primary text-bold",tooltip:"有录像"}}}).datepicker("setDate",(0,o.default)(this.day,"YYYYMMDD").toDate()).on("changeDate",function(e){t.$emit("update:day",(0,o.default)(e.date).format("YYYYMMDD"))}),this.update()},watch:{day:function(t){var n=e(this.$el).datepicker("getDate");t!=(0,o.default)(n).format("YYYYMMDD")&&e(this.$el).datepicker("setDate",(0,o.default)(t,"YYYYMMDD").toDate())},id:function(e){this.update()}},computed:{id:function(){return this.serial+"_"+this.code}},methods:{update:function(){this.getFlagMap()},getFlagMap:function(){var t=this;this.serial&&this.code&&e.get("/api/v1/cloudrecord/queryflags",{serial:this.serial,code:this.code,token:this.token}).then(function(n){t.flags=n,e(t.$el).datepicker("update")})},getFlagsByMonth:function(e){return this.flags[e]||this.defaultFlags}}}}).call(t,n("0iPh"))},CBUr:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("FormDlg",{ref:"dlg",attrs:{title:"编辑录像计划",disabled:e.errors.any(),size:"modal-lgg",tabindex:""},on:{hide:e.onHide,show:e.onShow,submit:e.onSubmit}},[n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.form.ID,expression:"form.ID",modifiers:{trim:!0}}],attrs:{type:"hidden",name:"ID"},domProps:{value:e.form.ID},on:{input:function(t){t.target.composing||e.$set(e.form,"ID",t.target.value.trim())},blur:function(t){e.$forceUpdate()}}}),e._v(" "),n("div",{staticClass:"col-md-12"},[n("div",{class:{"form-group":!0,"has-error":e.errors.has("Name")}},[n("label",{staticClass:"col-sm-2 control-label",attrs:{for:"name"}},[e._v("名称\r\n "),n("span",{staticClass:"text-red"},[e._v("*")])]),e._v(" "),n("div",{staticClass:"col-sm-9"},[n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.form.Name,expression:"form.Name",modifiers:{trim:!0}},{name:"validate",rawName:"v-validate",value:"required",expression:"'required'"}],staticClass:"form-control",attrs:{type:"text",id:"name",name:"Name","data-vv-as":"名称"},domProps:{value:e.form.Name},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault()},input:function(t){t.target.composing||e.$set(e.form,"Name",t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})])]),e._v(" "),n("div",{class:{"form-group":!0,"has-error":e.errors.has("Enable")}},[n("label",{staticClass:"col-sm-2 control-label"},[e._v("状态\r\n ")]),e._v(" "),n("div",{staticClass:"col-sm-9 checkbox"},[n("el-checkbox",{staticStyle:{"margin-left":"-19px","margin-top":"-5px"},attrs:{size:"small",name:"Enable"},model:{value:e.form.Enable,callback:function(t){e.$set(e.form,"Enable","string"==typeof t?t.trim():t)},expression:"form.Enable"}},[e._v("\r\n 启用  \r\n ")]),e._v(" "),n("el-checkbox",{staticStyle:{"margin-left":"-19px","margin-top":"-5px"},attrs:{size:"small",name:"Supply"},model:{value:e.form.Supply,callback:function(t){e.$set(e.form,"Supply","string"==typeof t?t.trim():t)},expression:"form.Supply"}},[e._v("\r\n 补录  \r\n ")])],1)]),e._v(" "),e.form.Supply?n("div",{staticClass:"form-group"},[n("label",{staticClass:"col-sm-2 control-label"}),e._v(" "),n("div",{staticClass:"col-sm-9",staticStyle:{border:"1px dashed #ccc"}},[n("div",{class:{"form-group":!0,"has-error":e.errors.has("SupplyDays")}},[n("label",{staticClass:"col-sm-2 control-label",staticStyle:{"margin-top":"23px"}},[e._v("补录天数(天)\r\n ")]),e._v(" "),n("div",{staticClass:"col-sm-9"},[n("span",{staticStyle:{color:"lightgrey","font-style":"italic","line-height":"24px"}},[e._v("补录的设备端需要有设备录像 可在 国标设备-》查看通道-》设备录像 查看")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.form.SupplyDays,expression:"form.SupplyDays",modifiers:{trim:!0}},{name:"validate",rawName:"v-validate",value:"numeric",expression:"'numeric'"}],staticClass:"form-control",attrs:{type:"text",id:"input-supply-days",name:"SupplyDays",placeholder:"3"},domProps:{value:e.form.SupplyDays},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.$el.querySelector("#input-supply-days").focus()},input:function(t){t.target.composing||e.$set(e.form,"SupplyDays",t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})])]),e._v(" "),n("div",{class:{"form-group":!0,"has-error":e.errors.has("SupplySpeed")}},[n("label",{staticClass:"col-sm-2 control-label",staticStyle:{"margin-top":"23px"}},[e._v("补录流传输倍速\r\n ")]),e._v(" "),n("div",{staticClass:"col-sm-9"},[n("span",{staticStyle:{color:"lightgrey","font-style":"italic","line-height":"24px"}},[e._v("倍速不宜配置过大,会消耗带宽 或 设备无法支持")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.form.SupplySpeed,expression:"form.SupplySpeed",modifiers:{trim:!0}},{name:"validate",rawName:"v-validate",value:"numeric",expression:"'numeric'"}],staticClass:"form-control",attrs:{type:"text",id:"input-supply-speed",name:"SupplySpeed",placeholder:"1"},domProps:{value:e.form.SupplySpeed},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.$el.querySelector("#input-supply-speed").focus()},input:function(t){t.target.composing||e.$set(e.form,"SupplySpeed",t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})])]),e._v(" "),n("div",{class:{"form-group":!0,"has-error":e.errors.has("SupplySpeed")}},[n("label",{staticClass:"col-sm-2 control-label",staticStyle:{"margin-top":"23px"}},[e._v("补录执行时间段\r\n ")]),e._v(" "),n("div",{staticClass:"col-sm-9"},[n("span",{staticStyle:{color:"lightgrey","font-style":"italic","line-height":"24px"}},[e._v("不配置,默认是全天有效")]),n("br"),e._v(" "),n("el-time-picker",{attrs:{"value-format":"HH:mm:ss",placeholder:"开始时间"},model:{value:e.form.SupplyValidStart,callback:function(t){e.$set(e.form,"SupplyValidStart",t)},expression:"form.SupplyValidStart"}}),e._v("\r\n   至  \r\n "),n("el-time-picker",{attrs:{"value-format":"HH:mm:ss",placeholder:"结束时间"},model:{value:e.form.SupplyValidEnd,callback:function(t){e.$set(e.form,"SupplyValidEnd",t)},expression:"form.SupplyValidEnd"}})],1)])])]):e._e(),e._v(" "),n("div",{class:{"form-group":!0}},[n("label",{staticClass:"col-sm-2 control-label",attrs:{for:"name"}},[e._v("录像计划详情\r\n ")]),e._v(" "),n("div",{staticClass:"col-sm-9"},[n("CloudRecordPlan",{ref:"recordPlan"})],1)])]),e._v(" "),n("div",{staticClass:"clearfix"})])},o=[],i={render:r,staticRenderFns:o};t.a=i},D3UG:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".model-lg[data-v-1791920d]{width:80%!important}#name[data-v-1791920d]{max-width:800px}",""])},G5sl:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement;return(e._self._c||t)("input",{attrs:{type:"text",placeholder:"选择日期"}})},o=[],i={render:r,staticRenderFns:o};t.a=i},GB08:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n("F8S1");var r=n("0iPh"),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={props:{size:{type:String,default:""},title:{type:String,default:"选择时间段"},arrow:{type:Boolean,default:!1},format:{type:String,default:"HH:mm:ss"}},data:function(){return{visiable:!1,value:"",vdefault:void 0}},mounted:function(){var e=this;(0,o.default)(this.$el).find(".modal-content").draggable({handle:".modal-header",cancel:".modal-title span",addClasses:!1,containment:"document",delay:100,opacity:.5}),(0,o.default)(this.$el).on("shown.bs.modal",function(){e.visiable=!0,e.$emit("show")}).on("hidden.bs.modal",function(){e.visiable=!1,e.value="",e.$emit("hide")})},methods:{show:function(){(0,o.default)(this.$el).modal("show")},hide:function(){(0,o.default)(this.$el).modal("hide")},setValue:function(e){this.value=e},setDefault:function(e){this.vdefault=e},doSubmit:function(){this.$emit("submit",this.value)}}}},H8kz:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e){return function(){var t=e.apply(this,arguments);return new Promise(function(e,n){function r(o,i){try{var a=t[o](i),s=a.value}catch(e){return void n(e)}if(!a.done)return Promise.resolve(s).then(function(e){r("next",e)},function(e){r("throw",e)});e(s)}return r("next")})}}Object.defineProperty(t,"__esModule",{value:!0});var i=n("A9K1"),a=r(i),s=n("bsjW"),l=r(s),u=n("0iPh"),c=r(u);t.default={data:function(){return{form:this.defForm()}},components:{FormDlg:a.default,CloudRecordPlan:l.default},methods:{defForm:function(){return{ID:"",Name:"",Enable:!1,Plan:"",Supply:!1,SupplyDays:3,SupplySpeed:1,SupplyValidStart:"",SupplyValidEnd:""}},onHide:function(){this.form=this.defForm()},onShow:function(){this.errors.clear(),this.$refs.recordPlan.init(this.form.Plan)},onSubmit:function(){var e=this;return o(regeneratorRuntime.mark(function t(){var n,r,o;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.$validator.validateAll();case 2:if(n=t.sent){t.next=8;break}return r=e.errors.items[0],e.$message({type:"error",message:r.msg}),(0,c.default)("[name="+r.field+"]").focus(),t.abrupt("return");case 8:o={ID:e.form.ID,Name:e.form.Name,Plan:e.$refs.recordPlan.getplan(),Enable:e.form.Enable},e.form.Supply&&(o.Supply=e.form.Supply,o.SupplyDays=e.form.SupplyDays,o.SupplySpeed=e.form.SupplySpeed,o.SupplyValidStart=e.form.SupplyValidStart,o.SupplyValidEnd=e.form.SupplyValidEnd),c.default.post("/api/v1/cloudrecord/plan/save",o).then(function(t){e.$refs.dlg.hide(),e.$emit("submit")});case 11:case"end":return t.stop()}},t,e)}))()},show:function(e){var t=this;this.errors.clear(),e&&Object.assign(this.form,e),this.$nextTick(function(){t.$refs.dlg.show()})}}}},IyO8:function(e,t,n){var r=n("oEPU");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("3be1dac8",r,!0,{})},J1Fc:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".datepicker{z-index:9999!important}",""])},JeSW:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box box-primary ids"},[e._m(0),e._v(" "),n("div",{staticClass:"box-body"},[n("div",{staticClass:"form-inline",attrs:{autocomplete:"off",spellcheck:"false"}},[e.hasAnyRole(e.serverInfo,e.userInfo,"超级管理员")?n("div",{staticClass:"form-group form-group-sm"},[n("div",{staticClass:"input-group input-group-sm"},[n("router-link",{staticClass:"btn btn-sm btn-primary",attrs:{to:"/cloudrecord/plans/1"}},[n("i",{staticClass:"fa fa-calendar"}),e._v(" 录像计划\r\n ")])],1)]):e._e(),e._v(" "),e.hasAnyRole(e.serverInfo,e.userInfo,"超级管理员")?n("span",{staticClass:"hidden-xs"},[e._v("  ")]):e._e(),e._v(" "),n("div",{staticClass:"form-group form-group-sm"},[n("label",[e._v("搜索")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.q,expression:"q",modifiers:{trim:!0}}],ref:"q",staticClass:"form-control",attrs:{type:"text",placeholder:"关键字"},domProps:{value:e.q},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault()},input:function(t){t.target.composing||(e.q=t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})])]),e._v(" "),n("br"),e._v(" "),n("div",{staticClass:"clearfix"}),e._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.pageData,stripe:"","default-sort":{prop:"serial",order:"ascending"},"element-loading-text":"加载中..."},on:{"sort-change":e.sortChange}},[n("el-table-column",{attrs:{"min-width":"200",label:"设备国标编号",prop:"serial","show-overflow-tooltip":"",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"200",label:"通道国标编号",prop:"code","show-overflow-tooltip":"",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"160",label:"操作",fixed:!e.isMobile()&&"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("div",{staticClass:"btn-group btn-group-xs"},[n("router-link",{staticClass:"btn btn-info",attrs:{to:"/cloudrecord/timeview/"+t.row.serial+"/"+t.row.code}},[n("i",{staticClass:"fa fa-file-video-o"}),e._v(" 查看录像\r\n ")]),e._v(" "),e.hasAnyRole(e.serverInfo,e.userInfo,"管理员")?n("a",{staticClass:"btn btn-danger",attrs:{role:"button"},on:{click:function(n){n.preventDefault(),e.remove(t.row)}}},[n("i",{staticClass:"fa fa-remove"}),e._v(" 删除\r\n ")]):e._e()],1)]}}])}),e._v(" "),n("el-table-column",{attrs:{"min-width":"160",label:"通道名称",prop:"name",formatter:e.formatName,"show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"100",label:"快照"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-popover",{attrs:{"open-delay":1e3,"close-delay":10,placement:"left",title:t.row.code,width:"400",trigger:"hover"}},[n("img",{staticStyle:{width:"100%",height:"100%"},attrs:{onerror:'this.src="/images/default_snap.png";',src:t.row.snap_url}}),e._v(" "),n("img",{staticStyle:{height:"30px",width:"50px"},attrs:{slot:"reference",onerror:'this.src="/images/default_snap.png";',src:t.row.snap_url},slot:"reference"})])]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"updated_at",label:"更新时间","min-width":"160",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{prop:"created_at",label:"创建时间","min-width":"160",sortable:"custom"}})],1)],1),e._v(" "),e.total>0?n("div",{staticClass:"box-footer clearfix"},[n("el-pagination",{staticClass:"pull-right",attrs:{layout:"total,prev,pager,next","pager-count":e.isMobile()?3:5,total:e.total,"page-size":e.pageSize,"current-page":e.page},on:{"update:pageSize":function(t){e.pageSize=t},"update:currentPage":function(t){e.page=t}}})],1):e._e()])},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box-header"},[n("h4",{staticClass:"text-primary text-center"},[e._v("云端录像通道列表")])])}],i={render:r,staticRenderFns:o};t.a=i},KL15:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,"\n.el-table .warning-row {\r\n background: oldlace;\r\n color: red;\n}\n.el-table .success-row {\r\n background: #f0f9eb;\n}\r\n",""])},KZtG:function(e,t,n){"use strict";function r(e){n("hjox")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("H8kz"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("CBUr"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-1791920d",null);t.default=c.exports},Khoi:function(e,t,n){"use strict";(function(e){function n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.default={props:{serial:{type:String,default:""},code:{type:String,default:""}},data:function(){var e;return e={days:["一","二","三","四","五","六","日"],checks:[],isclick:!1,recordPlan:"",isDown:!1,divIndex:0,currentDayWidth:0},n(e,"isDown",!1),n(e,"visible",!1),n(e,"currentDuration",null),n(e,"isDownLeft",!1),n(e,"isDownLeft",!1),n(e,"value1",""),n(e,"durations",[]),n(e,"originDurations",[]),n(e,"dayindex",0),n(e,"overIndex",-1),n(e,"durationDatas",[]),n(e,"prex",0),n(e,"durationindex",0),n(e,"startNum",0),n(e,"dstarthh",""),n(e,"dstartmm",""),n(e,"dendhh",""),n(e,"dendmm",""),n(e,"moveprex",0),n(e,"recordPlan",""),n(e,"mouseup",null),n(e,"mousemove",null),n(e,"movePosNum",0),n(e,"nextStartNum",0),e},created:function(){},watch:{},mounted:function(){var e=this;this.mouseup=function(t){e.isDown=!1,e.isDownLeft=!1,e.isDownRight=!1,e.moveprex=0,e.movePosNum=0,e.prex=0,e.nextStartNum=0,e.checkPlanData(!1),e.log("mouse up")},this.mousemove=function(t){if(!e.isDown&&!e.isDownLeft&&!e.isDownRight)return!1;if(e.isDown){var n=e.getPosX(t);e.moveprex=n;var r=Math.floor(n/656*1440/60)+":"+Math.floor(n/656*1440%60),o=e.timeToNum(r);if(o+=30-o%30,o>1440&&(o=1440),o<=e.movePosNum)return;if(e.movePosNum=o,n==e.prex)return;if(n>e.prex){var i=e.numToTime(e.startNum),a=e.numToTime(o),s="s"+(e.dayindex+1),l="e"+(e.dayindex+1);if(e.startNum==o||i==a)return void e.log("right move ignore isDown:"+e.isDown+",prex="+e.prex+",x="+n+"datalenth="+e.durationDatas.length+",durationindex="+e.durationindex+",posNum="+o);if(e.durationindex+1<e.durationDatas.length&&(e.nextStartNum=e.timeToNum(e.durationDatas[e.durationindex+1][s]),o>e.nextStartNum))return void e.log("right move ignore 交界 isDown:"+e.isDown+",prex="+e.prex+"',x="+n+",datalenth="+e.durationDatas.length+",durationindex="+e.durationindex+",posNum="+o+",nextStart="+e.durationDatas[e.durationindex+1]["s"+(e.dayindex+1)]);0!=e.nextStartNum&&o>e.nextStartNum&&(o=e.nextStartNum,e.movePosNum=o,a=e.numToTime(o)),e.durationDatas[e.durationindex][s]=i,e.durationDatas[e.durationindex][l]=a,e.log("right move log isDown:"+e.isDown+",prex="+e.prex+",x="+n+",datalenth="+e.durationDatas.length+",durationindex="+e.durationindex+",posNum="+o),e.$set(e.durations,e.dayindex,e.durationDatas)}}},document.addEventListener("mouseup",this.mouseup),document.addEventListener("mousemove",this.mousemove)},beforeDestroy:function(){document.removeEventListener("mouseup",this.mouseup),document.removeEventListener("mousemove",this.mousemove)},methods:{init:function(e){this.originDurations=[],this.durations=[],this.durations=e?JSON.parse(e):[],this.originDurations=[];for(var t=0;t<7;t++){var n=[];this.durations[t]?n=this.durations[t]:this.durations[t]=n,this.originDurations[t]=n}},isModify:function(){if(0==this.originDurations.length)return!1;for(var e=0;e<this.durations.length;e++)if(this.originDurations[e]!=this.durations[e])return!0;return!1},log:function(e){},durationmove:function(e,t,n){if(this.isDown&&n==this.durationindex&&t==this.dayindex){var r=this.getPosX(e),o=this.timeToNum(Math.floor((this.prex+r)/656*1440/60)+":"+Math.floor((this.prex+r)/656*1440%60));o+=30-o%30,0==r&&(o=this.startNum),o>1440&&(o=1440),this.log("duration move log moveprex="+this.moveprex+",prex="+this.prex+",x="+r+",startNum="+this.startNum+",end_num="+o),o>=this.startNum&&(0!=this.nextStartNum&&o>this.nextStartNum&&(o=this.nextStartNum),this.movePosNum=o,this.durations[t][n]["e"+(t+1)]=this.numToTime(o))}},removeDuration:function(t,n){for(var r=[],o=0;o<this.durations[t].length;o++)o!=n&&r.push(this.durations[t][o]);this.$set(this.durations,t,r),e(".plan-row-header").click()},saveDuration:function(t,n){1==this.dstarthh.length&&(this.dstarthh="0"+this.dstarthh),1==this.dstartmm.length&&(this.dstartmm="0"+this.dstartmm),1==this.dendhh.length&&(this.dendhh="0"+this.dendhh),1==this.dendmm.length&&(this.dendmm="0"+this.dendmm);for(var r=this.dstarthh+":"+this.dstartmm,o=this.dendhh+":"+this.dendmm,i=[],a=this.durations[t].length,s=0;s<a;s++)if(s==n){if(this.timeToNum(r)>this.timeToNum(o))return void this.$message({type:"warning",message:"结束时间不能小于开始时间"});if(this.timeToNum(o)>1440)return void this.$message({type:"warning",message:"结束时间不能大于24点"});if(this.timeToNum(r)<0)return void this.$message({type:"warning",message:"开始时间不能小于0点"});if(s>0){var l=this.durations[t][s-1];if(this.timeToNum(r)<this.timeToNum(l["e"+(t+1)]))return void this.$message({type:"warning",message:"开始时间须大于上一段结束时间"})}if(s+1<a){var l=this.durations[t][s+1];if(this.timeToNum(o)>this.timeToNum(l["s"+(t+1)]))return void this.$message({type:"warning",message:"结束时间须小于下一段开始时间"})}var u={};u["s"+(t+1)]=r,u["e"+(t+1)]=o,i.push(u)}else i.push(this.durations[t][s]);this.$set(this.durations,t,i),e(".plan-row-header").click()},durationClick:function(e,t,n){this.dstarthh=t["s"+(n+1)].split(":")[0],this.dstartmm=t["s"+(n+1)].split(":")[1],this.dendhh=t["e"+(n+1)].split(":")[0],this.dendmm=t["e"+(n+1)].split(":")[1],e&&e.stopPropagation?e.stopPropagation():window.event.cancelBubble=!0},dayClick:function(t){if(7!=this.durations.length)return void this.$message({type:"warning",message:"获取录像计划中,请稍后..."});this.isDown=!0;var n=this.getPosX(t);this.prex=n,this.dayindex=parseInt(e(t.currentTarget).attr("index"));var r=[],o=Math.floor(n/656*1440/60)+":"+Math.floor(n/656*1440%60),i=this.timeToNum(o);this.startNum=i%30>15?i+(30-i%30):i-i%30;var a={};a["s"+(this.dayindex+1)]=this.numToTime(this.startNum),a["e"+(this.dayindex+1)]=this.numToTime(this.startNum);for(var s=!1,l=0;l<this.durations[this.dayindex].length;l++){var u=this.durations[this.dayindex][l];this.startNum<this.timeToNum(u["s"+(this.dayindex+1)])&&!s&&(s=!0,this.durationindex=l,r.push(a)),r.push(u)}0!=r.length&&s||(r.push(a),this.durationindex=r.length-1),this.durationDatas=r,this.log("day click log x="+n+",dayindex="+this.dayindex+",predatalength="+(this.durations[this.dayindex]||[]).length+",time="+a["s"+(this.dayindex+1)]+"dataarr="+this.durations[this.dayindex])},getPosX:function(e){var t,e=e||window.event;return e.offsetX||e.offsetY?(t=e.offsetX,e.offsetY):(e.layerX||e.layerY)&&(t=e.layerX,e.layerY),t=parseInt(t),t<0?t=0:t>656&&(t=656),t},timeToNum:function(e){var t=e.split(":");return 60*parseInt(t[0])+parseInt(t[1])},numToTime:function(e){return(Math.floor(e/60)<10?"0"+Math.floor(e/60):Math.floor(e/60))+":"+(e%60<10?"0"+e%60:e%60)},durationLeft:function(e,t,n){for(var r=0,o=0;o<n;o++)r+=this.durationWidth(this.durations[t][o],t);return r<0&&(r=0),this.timeToNum(e["s"+(t+1)])/1440*100-r},durationWidth:function(e,t){return(this.timeToNum(e["e"+(t+1)])-this.timeToNum(e["s"+(t+1)]))/1440*100},refresh:function(){var e=this;this.$confirm("恢复初始配置,当前的编辑会丢失,是否继续?","提示",{lockScroll:!1}).then(function(){e.reset()}).catch(function(){})},getChecks:function(){return this.checks.join("")},reset:function(){for(var e=0;e<7;e++){var t=this.originDurations[e]||[];this.$set(this.durations,e,t)}},checkPlanData:function(e){for(var t=[],n=0;n<7;n++){var r=[];if(this.durations[n])for(var o=0;o<this.durations[n].length;o++){var i="s"+(n+1),a="e"+(n+1),s=this.timeToNum(this.durations[n][o][i]);if(!(s<0||s>1440)){var l=this.timeToNum(this.durations[n][o][a]);if(!(l<0||l>1440||s>=l)){var u={};if(r.length>0){var c=r[r.length-1],d=this.timeToNum(c[a]);if(s<d&&(s=d),e&&s==d){r[r.length-1][a]=this.numToTime(l);continue}}u[i]=this.numToTime(s),u[a]=this.numToTime(l),r.push(u)}}}t.push(r)}this.durations=t},getplan:function(){return this.checkPlanData(!0),JSON.stringify(this.durations)},selectall:function(){for(var e=0;e<7;e++){var t=[],n={};n["s"+(e+1)]="00:00",n["e"+(e+1)]="24:00",t.push(n),this.$set(this.durations,e,t)}},unselectall:function(){for(var e=0;e<7;e++){var t=[];this.$set(this.durations,e,t)}}}}}).call(t,n("0iPh"))},LJBt:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".time-rule[data-v-5501f58c]{overflow:hidden;position:relative;height:50px;margin:0 auto;width:100%;font-size:12px;max-width:1440px;background-color:#ccc}.time-day[data-v-5501f58c]{position:absolute;left:0;top:0;height:100%;width:1440px;cursor:pointer;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.time-minute[data-v-5501f58c]{float:left;height:8px;margin:0;cursor:default}.time-minute.active[data-v-5501f58c]{background-color:#404d59;cursor:pointer}.time-text-first[data-v-5501f58c],.time-text[data-v-5501f58c]{float:left;width:60px;border-left:1px solid #999;border-top:1px solid #999;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;height:25px;line-height:25px}.time-text-first[data-v-5501f58c]{border-left:0}.time-cursor[data-v-5501f58c]{position:absolute;left:0;top:0;height:30px;width:2px;background-color:red;text-align:center}.time-cursor-text[data-v-5501f58c]{position:absolute;padding:0 5px;width:60px;left:-30px;top:30px;border:1px solid red;height:15px;line-height:15px;cursor:move;background-color:#fff;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}",""])},LWIK:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".modal-title[data-v-4959bf03]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}",""])},LbQQ:function(e,t,n){var r=n("rF1v");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("080cae9a",r,!0,{})},MTHH:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0});var r=n("PJh5"),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={data:function(){return{timeCursorX:0,timeDayX:0,bMoving:!1}},props:{minutesPerUnit:{default:5,type:Number},videos:{default:function(){return[]}},start:{default:0,type:Number},end:{default:0,type:Number}},mounted:function(){function t(t){var n=e(i).data("originPageX"),r=t.pageX-n;s.timeCursorX=e(i).position().left+r,e(i).data("originPageX",t.pageX)}function n(t){var n=t.originalEvent.targetTouches[0],r=e(i).data("originPageX"),o=n.pageX-r;s.timeCursorX=e(i).position().left+o,e(i).data("originPageX",n.pageX)}function r(t){var n=e(a).data("originPageX"),r=t.pageX-n;s.timeDayX=e(a).position().left+r,e(a).data("originPageX",t.pageX)}function o(t){var n=t.originalEvent.targetTouches[0],r=e(a).data("originPageX"),o=n.pageX-r;s.timeDayX=e(a).position().left+o,e(a).data("originPageX",n.pageX)}var i=this.$refs.cursor,a=this.$refs.day,s=(this.$el,this);e(i).on("mousedown",function(n){e(i).data("originPageX",n.pageX),s.bMoving=!0,e(document).on("mousemove",t).one("mouseup",function(n){e(document).off("mousemove",t),e(i).removeData("originPageX"),s.triggerTimeChange(),s.bMoving=!1})}).on("touchstart",function(t){var r=t.originalEvent.targetTouches[0];e(i).data("originPageX",r.pageX),s.bMoving=!0,e(document).on("touchmove",n).one("touchend",function(t){e(document).off("touchmove",n),e(i).removeData("originPageX"),s.triggerTimeChange(),s.bMoving=!1})}),e(a).on("mousedown",function(t){e(a).data("originPageX",t.pageX),s.bMoving=!0,e(document).on("mousemove",r).one("mouseup",function(t){e(document).off("mousemove",r),e(a).removeData("originPageX"),s.triggerTimeChange(),s.bMoving=!1})}).on("touchstart",function(t){var n=t.originalEvent.targetTouches[0];e(a).data("originPageX",n.pageX),s.bMoving=!0,e(document).on("touchmove",o).one("touchend",function(t){e(document).off("touchmove",o),e(a).removeData("originPageX"),s.triggerTimeChange(),s.bMoving=!1})})},watch:{videos:function(e){this.triggerTimeChange(!1)}},methods:{hourText:function(e){return(0,o.default)().hour(e).minute(0).second(0).format("HH:mm")},minuteActiveClass:function(e){var t=(0,o.default)().hour(0).minute(e),n=t.format("HH:mm");return Object.keys(this.activeMinutes).indexOf(n)>=0?"active":""},minuteTitle:function(e){var t=(0,o.default)().hour(0).minute(e),n=t.format("HH:mm");return Object.keys(this.activeMinutes).indexOf(n)>=0?n:""},clickMinute:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this.bMoving||(this.timeCursorX=e+this.timeDayX,t&&this.triggerTimeChange())},triggerTimeChange:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.$emit("timeChange",this.activeMinutes[this.timeCursorText],e)}},computed:{timeCursorText:function(){this.timeCursorX>=e(this.$el).innerWidth()&&(this.timeCursorX=e(this.$el).innerWidth()-1),this.timeCursorX<0&&(this.timeCursorX=0),this.timeDayX<e(this.$el).innerWidth()-e(this.$refs.day).outerWidth()&&(this.timeDayX=e(this.$el).innerWidth()-e(this.$refs.day).outerWidth()),this.timeDayX>0&&(this.timeDayX=0),this.timeCursorX-this.timeDayX>=1440&&(this.timeDayX=e(this.$el).innerWidth()-e(this.$refs.day).outerWidth(),this.timeCursorX=e(this.$el).innerWidth()-1);var t=parseInt((this.timeCursorX-this.timeDayX)/this.minutesPerUnit)*this.minutesPerUnit;return(0,o.default)().hour(0).minute(t).format("HH:mm")},activeMinutes:function(){var e={},t=!0,n=!1,r=void 0;try{for(var i,a=this.videos[Symbol.iterator]();!(t=(i=a.next()).done);t=!0){var s=i.value,l=(0,o.default)(s.startAt,"YYYYMMDDHHmmss"),u=(0,o.default)(s.startAt,"YYYYMMDDHHmmss"),c=parseInt(s.duration);if(!(c<=0||c>36e3)){var d=u.unix();d-=d%(60*this.minutesPerUnit);var f=o.default.unix(d);if(l.isSame(f,"day")){var v=f.format("HH:mm"),p=void 0,h=void 0;this.start&&(p=(0,o.default)(l).startOf("day").add(this.start,"minute")),this.end&&(h=(0,o.default)(l).startOf("day").add(this.end,"minute")),e[v]=Object.assign({currentTime:0},s),p&&u.isBefore(p,"minute")&&delete e[v],h&&u.isAfter(h,"minute")&&delete e[v];for(var m=1;m<=c;m++)if(u.add(1,"seconds"),!p||!u.isBefore(p,"minute")){if(h&&u.isAfter(h,"minute"))break;if(d=u.unix(),d-=d%(60*this.minutesPerUnit),f=o.default.unix(d),l.isSame(f,"day")){var g=f.format("HH:mm");g!=v&&(v=g,e[v]=Object.assign({currentTime:m},s))}}}}}}catch(e){n=!0,r=e}finally{try{!t&&a.return&&a.return()}finally{if(n)throw r}}return e}}}}).call(t,n("0iPh"))},NL8R:function(e,t,n){"use strict";function r(e){n("j1ns")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("RYQK"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("T+iV"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-3a1ff87d",null);t.default=c.exports},NSBO:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".plans[data-v-3bb63cd9]{font-size:12px;text-align:center;border:0;width:800px;float:left;background-color:#f7f7f7;padding:15px 50px 25px 20px}.plan-week[data-v-3bb63cd9]{width:10%;height:100%;float:left;background-color:#f7f7f7;color:#646363;line-height:88px;border:0}.plan-week[data-v-3bb63cd9]:hover{background-color:#fff}.plan-hours[data-v-3bb63cd9]{width:90%;height:100%;float:left;background-color:#f7f7f7}.plan-title-num[data-v-3bb63cd9]{font-weight:700;height:25%!important;color:#7f7e7e;background-color:#f7f7f7;line-height:20px!important;width:4.166%;float:left;font-size:12px;border-color:#eee;border-style:none;text-align:right}.plan-title-num-right[data-v-3bb63cd9]{margin-left:2px;margin-right:-2px}.plan-title-num-left[data-v-3bb63cd9]{text-align:left!important;margin-left:-10px;padding-left:5px;margin-right:10px}.plan-title-line[data-v-3bb63cd9]{font-weight:700;height:15%!important;color:#ddd;background-color:#f7f7f7;line-height:14px!important;width:4.167%;float:left;font-size:12px;border-style:none;text-align:right}.plan-title-line-left[data-v-3bb63cd9]{border-style:none none none solid!important;border-color:#ddd;border-left-width:1px;margin-left:-.4%}.plan-day[data-v-3bb63cd9]{width:100%;height:60%;float:left;background-color:#fff;color:#eee;line-height:40px;border:solid;border-width:1px;border-color:#ddd;margin-left:-.5%}.plan-header[data-v-3bb63cd9]{font-weight:700;height:24px!important;color:#646363;background-color:#f7f7f7!important;line-height:24px!important}.plan-header[data-v-3bb63cd9]:hover{background-color:#fff!important}.plan-row-header[data-v-3bb63cd9]{height:24px;width:100%}.plan-row[data-v-3bb63cd9]{height:60px;width:100%;border-top:1px;border-style:none;border-color:#eee}.plan-duration[data-v-3bb63cd9]{display:block;height:100%;background-color:#567;border-color:#000;border-style:none;font-size:10px;cursor:pointer;float:left;position:relative}.plan-duration[data-v-3bb63cd9]:hover{background-color:#6a7f95}",""])},NaK4:function(e,t,n){var r=n("KL15");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("645a9737",r,!0,{})},QDvy:function(e,t,n){var r=n("J1Fc");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("85b9b778",r,!0,{})},QWek:function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},i=n("NYxO"),a=n("PJh5"),s=r(a),l=n("TodO"),u=r(l),c=n("0tm0"),d=r(c),f=n("M4fF"),v=r(f);t.default={props:{serial:"",code:"",day:""},data:function(){return{name:"",currentPage:1,pageSize:10,sort:"startAt",order:"ascending",loading:!1,bDownloading:!1,videos:[],bgcolor:"",pathname:"/"==location.pathname?"":location.pathname.substring(0,location.pathname.length-1)}},components:{CloudRecordDatePicker:d.default,CloudRecordVideoDlg:u.default},methods:{tableRowClassName:function(e){var t=e.row;e.rowIndex;if(t.important)return"warning-row"},isMobile:function(){return videojs.browser.IS_IOS||videojs.browser.IS_ANDROID},updateDay:function(e){this.$router.replace("/cloudrecord/listview/"+this.serial+"/"+this.code+"/"+e)},showCloudRecordDatePicker:function(){e(this.$refs.datePicker.$el).focus()},updateVideos:function(){var t=this;this.loading=!0,e.get("/api/v1/cloudrecord/querydaily",{serial:this.serial,code:this.code,period:this.day,sort:this.sort,order:this.order}).then(function(e){t.name=e.name||t.serial+":"+t.code,t.osd=e.osd||"",t.videos=e.list}).always(function(){t.$nextTick(function(){t.loading=!1})})},updateVideosDebounce:v.default.debounce(function(){this.updateVideos()},800),play:function(e){this.$refs.cloudRecordVideoDlg.play(e.hls,this.name+"("+e.startAt+")",e.Snap||"",this.osd)},download:function(t){var n=this;this.bDownloading=!0;var r="/api/v1/cloudrecord/download/"+this.serial+"/"+this.code+"/"+t._startAt;e.get(r).then(function(e){window.location.href=e}).always(function(){n.bDownloading=!1})},removeDaily:function(){var t=this;this.$confirm("确认删除 "+this.name+" "+(0,s.default)(this.day).format("YYYY-MM-DD")+" 当天所有录像?","提示",{lockScroll:!1}).then(function(){e.post("/api/v1/cloudrecord/removedaily",{serial:t.serial,code:t.code,period:t.day}).always(function(){t.updateVideos(),t.$refs.datePicker.update()})}).catch(function(){})},remove:function(t){var n=this;this.$confirm("确认删除 "+t.name+" ?","提示",{lockScroll:!1}).then(function(){e.post("/api/v1/cloudrecord/remove",{serial:n.serial,code:n.code,period:t._startAt}).always(function(){n.updateVideos()})}).catch(function(){})},sortChange:function(e){this.sort=e.prop,this.order=e.order,this.updateVideos()},turnImportant:function(t){var n=this;e.post("/api/v1/cloudrecord/setimportant",{serial:t.serial,code:t.code,period:t._startAt,important:t.important}).then(function(){var e=t.important?"标记成功,将不会被自动清理":"取消标记成功";n.$message({type:"success",message:e})}).fail(function(){n.$set(t,"important",!t.important)})}},mounted:function(){return this.serial&&this.code?this.day?void 0:void this.$router.replace("/cloudrecord/"+this.serial+"/"+this.code+"/"+(0,s.default)().format("YYYYMMDD")):void this.$router.replace("/cloudrecord")},computed:o({},(0,i.mapState)(["serverInfo","userInfo"]),{total:function(){return this.videos.length},pageData:function(){var e=this,t=(this.currentPage-1)*this.pageSize,n=t+this.pageSize;return this.videos.slice(t,n).map(function(t){return t.serial||(t.serial=e.serial,t.code=e.code,t.name=e.name,t.location=location,t._startAt=t.startAt,t.startAt=(0,s.default)(t.startAt,"YYYYMMDDHHmmss").format("YYYY-MM-DD HH:mm:ss"),t.duration=s.default.utc(1e3*(t.duration||0)).format("HH:mm:ss")),t})}}),beforeRouteUpdate:function(e,t,n){var r=this;return e.params.serial&&e.params.code?e.params.day?(n(),void this.$nextTick(function(){r.loading||t.path==e.path||r.updateVideos()})):void this.$router.replace("/cloudrecord/"+e.params.serial+"/"+e.params.code+"/"+(0,s.default)().format("YYYYMMDD")):void this.$router.replace("/cloudrecord")}}}).call(t,n("0iPh"))},RYQK:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),n("F8S1");var o=n("0iPh"),i=r(o),a=n("M4fF"),s=r(a);t.default={props:{title:{default:""},size:{type:String,default:"modal-lgg"},fade:{type:Boolean,default:!1},serverInfo:{type:Object,default:function(){}},userInfo:{type:Object,default:function(){return null}}},data:function(){return{q:"",online:"",total:0,relateCnt:0,pageSize:10,currentPage:1,sort:"",order:"",related:!1,reverse:!1,loading:!1,channels:[],selection:[],id:""}},watch:{q:function(e,t){this.doDelaySearch()},online:function(e,t){this.doSearch()},related:function(e,t){this.doSearch()},reverse:function(e,t){this.doSearch()},currentPage:function(e,t){this.doSearch(e)},pageSize:function(e,t){this.doSearch()}},mounted:function(){var e=this;(0,i.default)(this.$el).find(".modal-content").draggable({handle:".modal-header",cancel:".modal-title span",addClasses:!1,containment:"document",delay:100,opacity:.5}),(0,i.default)(this.$el).on("shown.bs.modal",function(){e.$emit("show")}).on("hidden.bs.modal",function(){e.errors.clear(),e.reset(),e.$emit("hide")})},directives:{focus:{inserted:function(e){e.focus(),e.select()}}},methods:{sortChange:function(e){this.sort=e.prop,this.order="ascending"==e.order?"asc":"desc",this.getChannels()},select:function(e,t){var n=this;e.indexOf(t)>=0?i.default.post("/api/v1/cloudrecord/plan/savechannels",{id:this.id,channels:[t.DeviceID+":"+t.ID]}).always(function(){n.getChannels()}):i.default.post("/api/v1/cloudrecord/plan/removechannels",{id:this.id,channels:[t.DeviceID+":"+t.ID]}).always(function(){n.getChannels()})},selectAll:function(e){var t=this,n=[];if(e.length){var r=!0,o=!1,a=void 0;try{for(var s,l=e[Symbol.iterator]();!(r=(s=l.next()).done);r=!0){var u=s.value;this.selection.indexOf(u)<0&&n.push(u.DeviceID+":"+u.ID)}}catch(e){o=!0,a=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw a}}i.default.post("/api/v1/cloudrecord/plan/savechannels",{id:this.id,channels:n}).always(function(){t.getChannels()})}else{var c=!0,d=!1,f=void 0;try{for(var v,p=this.selection[Symbol.iterator]();!(c=(v=p.next()).done);c=!0){var u=v.value;n.push(u.DeviceID+":"+u.ID)}}catch(e){d=!0,f=e}finally{try{!c&&p.return&&p.return()}finally{if(d)throw f}}i.default.post("/api/v1/cloudrecord/plan/removechannels",{id:this.id,channels:n}).always(function(){t.getChannels()})}},doSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;this.currentPage=e,this.getChannels()},doDelaySearch:s.default.debounce(function(){this.doSearch()},800),formatName:function(e,t,n){var r=e.DeviceCustomName||e.DeviceName||"",o=e.CustomName||e.Name||"";return r&&r!=o&&(o=o?o+"@"+r:r),o||"-"},formatDeviceName:function(e,t,n){return e.DeviceCustomName||e.DeviceName||"-"},formatChannelName:function(e,t,n){return e.CustomName||e.Name||"-"},formatManufacturer:function(e,t,n){return n||"-"},selectable:function(e,t){return!0},getChannels:function(){var e=this;this.id&&(this.loading=!0,i.default.get("/api/v1/cloudrecord/plan/channellist",{id:this.id,q:this.q,online:this.online,start:(this.currentPage-1)*this.pageSize,limit:this.pageSize,related:this.related,reverse:this.reverse,sort:this.sort,order:this.order}).then(function(t){e.$refs.channelTable.clearSelection(),e.total=t.ChannelCount,e.relateCnt=t.ChannelRelateCount,e.channels=t.ChannelList||[],e.selection=[],e.$nextTick(function(){e.channels.forEach(function(t){var n=""!=t.PlanID;e.$refs.channelTable.toggleRowSelection(t,n),n&&e.selection.push(t)})})}).always(function(){e.$nextTick(function(){e.loading=!1})}))},isDir:function(e){if(e){if(e.SubCount>0)return!0;if(this.serverInfo.StrictChannelParental&&1==e.Parental)return!0;if(this.serverInfo.StrictChannelCode&&e.ID.length<=10)return!0;if(1==e.Parental&&"LiveQing"==e.Manufacturer)return!0;if(20==e.ID.length&&("216"==e.ID.substring(10,13)||"215"==e.ID.substring(10,13)))return!0}return!1},reset:function(){this.id="",this.$refs.channelTable.clearSelection(),this.channels=[],this.selection=[],this.q="",this.online="",this.related=!1,this.reverse=!1,this.total=0,this.relateCnt=0,this.currentPage=1,this.pageSize=10},show:function(e){this.id=e,(0,i.default)(this.$el).modal("show"),this.getChannels()},hide:function(){(0,i.default)(this.$el).modal("hide")},toggleReverse:function(){this.reverse=!this.reverse}}}},S4Bz:function(e,t,n){"use strict";function r(e){n("aIgG")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("GB08"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("znKA"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-65020dbb",null);t.default=c.exports},"T+iV":function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["modal",{fade:e.fade}],attrs:{"data-backdrop":"static","data-disable":"false","data-keyboard":"true",tabindex:"-1"}},[n("div",{class:["modal-dialog",e.size]},[n("div",{staticClass:"modal-content"},[n("div",{staticClass:"modal-header"},[e._m(0),e._v(" "),n("h4",{staticClass:"modal-title text-center text-primary"},[n("span",[e._v(e._s(e.title))])])]),e._v(" "),n("div",{staticClass:"modal-body"},[n("div",{staticClass:"form-inline",attrs:{autocomplete:"off",spellcheck:"false"}},[n("div",{staticClass:"form-group form-group-sm"},[n("label",[e._v("搜索")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.trim",value:e.q,expression:"q",modifiers:{trim:!0}}],ref:"q",staticClass:"form-control",attrs:{type:"text",placeholder:"关键字"},domProps:{value:e.q},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault()},input:function(t){t.target.composing||(e.q=t.target.value.trim())},blur:function(t){e.$forceUpdate()}}})]),e._v(" "),n("span",{staticClass:"hidden-xs"},[e._v("  ")]),e._v(" "),n("div",{staticClass:"form-group form-group-sm"},[n("label",[e._v("在线状态")]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model.trim",value:e.online,expression:"online",modifiers:{trim:!0}}],staticClass:"form-control",on:{change:function(t){var n=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.online=t.target.multiple?n:n[0]}}},[n("option",{attrs:{value:""}},[e._v("全部")]),e._v(" "),n("option",{attrs:{value:"true"}},[e._v("在线")]),e._v(" "),n("option",{attrs:{value:"false"}},[e._v("离线")])])]),e._v(" "),n("span",{staticClass:"hidden-xs"},[e._v("  ")]),e._v(" "),n("div",{staticClass:"form-group form-group-sm"},[n("div",{staticClass:"checkbox",staticStyle:{"user-select":"none"}},[n("el-checkbox",{staticStyle:{"margin-top":"-5px","padding-left":"0"},attrs:{size:"small",name:"Related"},model:{value:e.related,callback:function(t){e.related="string"==typeof t?t.trim():t},expression:"related"}},[e._v("\r\n 只看"+e._s(e.reverse?"未选":"已选")+"("+e._s(e.relateCnt)+")\r\n ")]),e._v(" "),n("span",[n("a",{attrs:{role:"button"},on:{click:e.toggleReverse}},[n("i",{staticClass:"fa fa-sort"})])])],1)])]),e._v(" "),n("br"),e._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"channelTable",attrs:{data:e.channels,stripe:"","max-height":500,"element-loading-text":"加载中..."},on:{"sort-change":e.sortChange,select:e.select,"select-all":e.selectAll}},[n("el-table-column",{attrs:{type:"selection",width:"55",fixed:"",selectable:e.selectable}}),e._v(" "),n("el-table-column",{attrs:{prop:"DeviceID",label:"设备国标编号","min-width":"200","show-overflow-tooltip":"",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{prop:"ID",label:"通道国标编号","min-width":"200","show-overflow-tooltip":"",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{prop:"Name",label:"通道名称","min-width":"160",formatter:e.formatName,"show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"100",label:"快照"},scopedSlots:e._u([{key:"default",fn:function(t){return[e.isDir(t.row)?n("span",[n("i",{staticClass:"fa fa-sitemap"})]):n("el-popover",{attrs:{"open-delay":1e3,"close-delay":10,placement:"left",title:t.row.ID,width:"400",trigger:"hover"}},[n("img",{staticStyle:{width:"100%",height:"100%"},attrs:{onerror:"this.src='/images/default_snap.png';",src:t.row.SnapURL}}),e._v(" "),n("img",{staticStyle:{height:"30px",width:"50px"},attrs:{slot:"reference",onerror:"this.src='/images/default_snap.png';",src:t.row.SnapURL},slot:"reference"})])]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"Status",label:"在线状态","min-width":"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[e.isDir(t.row)?n("span",[e._v("-")]):t.row.DeviceOnline&&"ON"==(t.row.CustomStatus||t.row.Status)?n("span",{class:{"text-success":"ON"==t.row.Status,"text-orange":!!t.row.CustomStatus}},[e._v("在线")]):n("span",{class:{"text-orange":!!t.row.CustomStatus}},[e._v("离线")])]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"Manufacturer",label:"厂家","min-width":"120",formatter:e.formatManufacturer,"show-overflow-tooltip":""}})],1),e._v(" "),e.total>0?n("el-pagination",{staticClass:"pull-right",attrs:{layout:"total,prev,pager,next,sizes","pager-count":e.isMobile()?3:5,total:e.total,"page-size":e.pageSize,"current-page":e.currentPage},on:{"update:pageSize":function(t){e.pageSize=t},"update:currentPage":function(t){e.currentPage=t}}}):e._e(),e._v(" "),n("div",{staticClass:"clearfix"})],1)])])])},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])}],i={render:r,staticRenderFns:o};t.a=i},TFIr:function(e,t,n){"use strict";function r(e){n("mjUg")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("MTHH"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("9eYo"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-5501f58c",null);t.default=c.exports},TNzJ:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".modal-content[data-v-3a1ff87d]{overflow:hidden}@media screen and (min-width:992px){.modal-dialog.modal-lgg[data-v-3a1ff87d]{width:90%}}@media screen and (min-width:1200px){.modal-dialog.modal-lgg[data-v-3a1ff87d]{width:1200px}}",""])},TodO:function(e,t,n){"use strict";function r(e){n("q592")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("23ZA"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("zK77"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-4959bf03",null);t.default=c.exports},Uylt:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticStyle:{"-moz-user-select":"none","-webkit-user-select":"none","user-select":"none","overflow-x":"auto","overflow-y":"hidden"}},[n("span",{staticStyle:{color:"lightgrey","font-style":"italic","line-height":"24px"}},[e._v("录像计划 配置云端录像开启时段")]),e._v(" "),n("div",{staticClass:"plans"},[n("div",{staticClass:"plan-row-header"},[n("div",{staticClass:"plan-week plan-header",staticStyle:{cursor:"pointer"},on:{click:function(t){t.preventDefault(),e.refresh()}}},[n("i",{staticClass:"fa fa-refresh",attrs:{title:"点击还原"}}),e._v(" 重置")]),e._v(" "),n("div",{staticClass:"plan-week plan-header",staticStyle:{cursor:"pointer"},on:{click:function(t){t.preventDefault(),e.selectall()}}},[n("i",{staticClass:"fa fa-check",attrs:{title:"点击全选"}}),e._v(" 全选")]),e._v(" "),n("div",{staticClass:"plan-week plan-header",staticStyle:{cursor:"pointer"},on:{click:function(t){t.preventDefault(),e.unselectall()}}},[n("i",{staticClass:"fa fa-close",attrs:{title:"点击清空"}}),e._v(" 清空")])]),e._v(" "),e._l(e.days,function(t,r){return n("div",{key:r,staticClass:"plan-row",attrs:{index:r}},[n("div",{staticClass:"plan-week"},[e._v("星期"+e._s(t))]),e._v(" "),n("div",{staticClass:"plan-hours"},[e._l(24,function(t){return n("div",{key:t,class:{"plan-title-num":!0,"plan-title-num-left":t<=1,"plan-title-num-right":t>=10}},[e._v(e._s(t%2==0||1==t?1==t?0:t:""))])}),e._v(" "),e._l(24,function(t){return n("div",{key:t,class:{"plan-title-line":!0,"plan-title-line-left":t<=1}},[e._v("|")])}),e._v(" "),n("div",{staticClass:"plan-day",attrs:{index:r},on:{mousedown:function(t){t.preventDefault(),e.dayClick(t)}}},e._l(e.durations[r]||[],function(t,o){return n("span",{key:o},[n("el-popover",{attrs:{placement:"top",title:"录像时间段",width:"250",trigger:"click"}},[n("div",{staticStyle:{width:"224px",margin:"auto"}},[n("el-input",{staticStyle:{width:"46px"},attrs:{size:"mini",placeholder:"时",min:"0",max:"23"},model:{value:e.dstarthh,callback:function(t){e.dstarthh=t},expression:"dstarthh"}}),e._v(" :\r\n "),n("el-input",{staticStyle:{width:"46px"},attrs:{size:"mini",placeholder:"分",min:"0",max:"59"},model:{value:e.dstartmm,callback:function(t){e.dstartmm=t},expression:"dstartmm"}}),e._v(" -\r\n "),n("el-input",{staticStyle:{width:"46px"},attrs:{size:"mini",placeholder:"时",min:"0",max:"23"},model:{value:e.dendhh,callback:function(t){e.dendhh=t},expression:"dendhh"}}),e._v(" :\r\n "),n("el-input",{staticStyle:{width:"46px"},attrs:{size:"mini",placeholder:"分",min:"0",max:"59"},model:{value:e.dendmm,callback:function(t){e.dendmm=t},expression:"dendmm"}})],1),e._v(" "),n("div",{staticStyle:{"text-align":"center",margin:"0"}},[n("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(t){e.removeDuration(r,o)}}},[e._v("删除")]),e._v(" "),n("el-button",{attrs:{size:"mini",type:"text"},on:{click:function(t){e.saveDuration(r,o)}}},[e._v("保存")])],1),e._v(" "),n("div",{staticClass:"plan-duration",style:"width:"+e.durationWidth(t,r)+"%;left:"+e.durationLeft(t,r,o)+"%;",attrs:{slot:"reference",id:"duration"+r+o,dayindex:r,durationindex:o,start:t["s"+(r+1)],end:t["e"+(r+1)]},on:{mousemove:function(t){t.preventDefault(),e.durationmove(t,r,o)},mousedown:function(n){n.preventDefault(),e.durationClick(n,t,r)}},slot:"reference"})])],1)}))],2)])})],2)])},o=[],i={render:r,staticRenderFns:o};t.a=i},"Z/xU":function(e,t,n){"use strict";function r(e){n("IyO8")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("21+a"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("1Z2w"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,null,null);t.default=c.exports},aIgG:function(e,t,n){var r=n("7KHA");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("48b908d3",r,!0,{})},bsjW:function(e,t,n){"use strict";function r(e){n("gjKr")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("Khoi"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("Uylt"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,"data-v-3bb63cd9",null);t.default=c.exports},eAMf:function(e,t,n){!function(t,n){e.exports=n()}(window,function(){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var o in e)t.d(r,o,function(t){return e[t]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}({0:function(e,t,n){e.exports=n("qtAY")},"8MIm":function(e,t,n){(e.exports=n("I1BE")(void 0)).push([e.i,'.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\\F10B"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\\F120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\\F121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\\F122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:normal}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:none}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js.vjs-4-3,.video-js.vjs-16-9,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill,.video-js .vjs-tech{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),hsla(0,0%,100%,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:hsla(0,0%,100%,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:9em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control,.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(1turn)}}@-webkit-keyframes vjs-spinner-spin{to{-webkit-transform:rotate(1turn)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\\F10D";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \\F11D";font-size:1.5em;line-height:inherit}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible),.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:none;background:none}',""])},"8eWk":function(e,t,n){var r=n("LboF"),o=n("qFNJ");"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]),r(o,{insert:"head",singleton:!1}),e.exports=o.locals||{}},I1BE:function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(i=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */");return[n].concat(r.sources.map(function(e){return"/*# sourceURL="+r.sourceRoot+e+" */"})).concat([o]).join("\n")}var i;return[n].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+n+"}":n}).join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},o=0;o<this.length;o++){var i=this[o][0];"number"==typeof i&&(r[i]=!0)}for(o=0;o<e.length;o++){var a=e[o];"number"==typeof a[0]&&r[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),t.push(a))}},t}},Iab2:function(e,t,n){(function(n){var r,o,i;o=[],void 0===(i="function"==typeof(r=function(){"use strict";function t(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}function r(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){s(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function o(e){var t=new XMLHttpRequest;return t.open("HEAD",e,!1),t.send(),200<=t.status&&299>=t.status}function i(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n&&n.global===n?n:void 0,s=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype?function(e,t,n){var s=a.URL||a.webkitURL,l=document.createElement("a");t=t||e.name||"download",l.download=t,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?i(l):o(l.href)?r(e,t,n):i(l,l.target="_blank")):(l.href=s.createObjectURL(e),setTimeout(function(){s.revokeObjectURL(l.href)},4e4),setTimeout(function(){i(l)},0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(t(e,a),n);else if(o(e))r(e,n,a);else{var s=document.createElement("a");s.href=e,s.target="_blank",setTimeout(function(){i(s)})}}:function(e,t,n,o){if((o=o||open("","_blank"))&&(o.document.title=o.document.body.innerText="downloading..."),"string"==typeof e)return r(e,t,n);var i="application/octet-stream"===e.type,s=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&s)&&"object"==typeof FileReader){var u=new FileReader;u.onloadend=function(){var e=u.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),o?o.location.href=e:location=e,o=null},u.readAsDataURL(e)}else{var c=a.URL||a.webkitURL,d=c.createObjectURL(e);o?o.location=d:location.href=d,o=null,setTimeout(function(){c.revokeObjectURL(d)},4e4)}});a.saveAs=s.saveAs=s,e.exports=s})?r.apply(t,o):r)||(e.exports=i)}).call(this,n("yLpj"))},LboF:function(e,t,n){"use strict";function r(e){for(var t=-1,n=0;n<v.length;n++)if(v[n].identifier===e){t=n;break}return t}function o(e,t){for(var n={},o=[],i=0;i<e.length;i++){var a=e[i],s=t.base?a[0]+t.base:a[0],u=n[s]||0,c="".concat(s," ").concat(u);n[s]=u+1;var d=r(c),f={css:a[1],media:a[2],sourceMap:a[3]};-1!==d?(v[d].references++,v[d].updater(f)):v.push({identifier:c,updater:l(f,t),references:1}),o.push(c)}return o}function i(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach(function(e){t.setAttribute(e,r[e])}),"function"==typeof e.insert)e.insert(t);else{var i=f(e.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(t)}return t}function a(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=p(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function s(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}function l(e,t){var n,r,o;if(t.singleton){var l=m++;n=h||(h=i(t)),r=a.bind(null,n,l,!1),o=a.bind(null,n,l,!0)}else n=i(t),r=s.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}var u,c,d=function(){return void 0===u&&(u=Boolean(window&&document&&document.all&&!window.atob)),u},f=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),v=[],p=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")}),h=null,m=0;e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=d());var n=o(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var i=0;i<n.length;i++){var a=r(n[i]);v[a].references--}for(var s=o(e,t),l=0;l<n.length;l++){var u=r(n[l]);0===v[u].references&&(v[u].updater(),v.splice(u,1))}n=s}}}},LvDl:function(e,t,n){(function(e,r){var o;(function(){function i(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function a(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o<i;){var a=e[o];t(r,a,n(a),e)}return r}function s(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function l(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function u(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function c(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}function d(e,t){return!!(null==e?0:e.length)&&j(e,t,0)>-1}function f(e,t,n){for(var r=-1,o=null==e?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}function v(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}function p(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}function h(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}function m(e,t,n,r){var o=null==e?0:e.length;for(r&&o&&(n=e[--o]);o--;)n=t(n,e[o],o,e);return n}function g(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function y(e,t,n){var r;return n(e,function(e,n,o){if(t(e,n,o))return r=n,!1}),r}function b(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++i<o;)if(t(e[i],i,e))return i;return-1}function j(e,t,n){return t==t?function(e,t,n){for(var r=n-1,o=e.length;++r<o;)if(e[r]===t)return r;return-1}(e,t,n):b(e,w,n)}function _(e,t,n,r){for(var o=n-1,i=e.length;++o<i;)if(r(e[o],t))return o;return-1}function w(e){return e!=e}function x(e,t){var n=null==e?0:e.length;return n?A(e,t)/n:re}function k(e){return function(t){return null==t?H:t[e]}}function S(e){return function(t){return null==e?H:e[t]}}function C(e,t,n,r,o){return o(e,function(e,o,i){n=r?(r=!1,e):t(n,e,o,i)}),n}function A(e,t){for(var n,r=-1,o=e.length;++r<o;){var i=t(e[r]);i!==H&&(n=n===H?i:n+i)}return n}function D(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function T(e){return e?e.slice(0,q(e)+1).replace(Je,""):e}function B(e){return function(t){return e(t)}}function O(e,t){return v(t,function(t){return e[t]})}function P(e,t){return e.has(t)}function z(e,t){for(var n=-1,r=e.length;++n<r&&j(t,e[n],0)>-1;);return n}function I(e,t){for(var n=e.length;n--&&j(t,e[n],0)>-1;);return n}function M(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}function R(e){return"\\"+Vt[e]}function U(e){return Ut.test(e)}function $(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n}function F(e,t){return function(n){return e(t(n))}}function L(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n];a!==t&&a!==X||(e[n]=X,i[o++]=n)}return i}function N(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n}function E(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=[e,e]}),n}function V(e){return U(e)?function(e){for(var t=Mt.lastIndex=0;Mt.test(e);)++t;return t}(e):sn(e)}function Y(e){return U(e)?function(e){return e.match(Mt)||[]}(e):function(e){return e.split("")}(e)}function q(e){for(var t=e.length;t--&&Xe.test(e.charAt(t)););return t}var H,W="Expected a function",J="__lodash_hash_undefined__",X="__lodash_placeholder__",Z=16,G=32,Q=64,K=128,ee=256,te=1/0,ne=9007199254740991,re=NaN,oe=4294967295,ie=[["ary",K],["bind",1],["bindKey",2],["curry",8],["curryRight",Z],["flip",512],["partial",G],["partialRight",Q],["rearg",ee]],ae="[object Arguments]",se="[object Array]",le="[object Boolean]",ue="[object Date]",ce="[object Error]",de="[object Function]",fe="[object GeneratorFunction]",ve="[object Map]",pe="[object Number]",he="[object Object]",me="[object Promise]",ge="[object RegExp]",ye="[object Set]",be="[object String]",je="[object Symbol]",_e="[object WeakMap]",we="[object ArrayBuffer]",xe="[object DataView]",ke="[object Float32Array]",Se="[object Float64Array]",Ce="[object Int8Array]",Ae="[object Int16Array]",De="[object Int32Array]",Te="[object Uint8Array]",Be="[object Uint8ClampedArray]",Oe="[object Uint16Array]",Pe="[object Uint32Array]",ze=/\b__p \+= '';/g,Ie=/\b(__p \+=) '' \+/g,Me=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Re=/&(?:amp|lt|gt|quot|#39);/g,Ue=/[&<>"']/g,$e=RegExp(Re.source),Fe=RegExp(Ue.source),Le=/<%-([\s\S]+?)%>/g,Ne=/<%([\s\S]+?)%>/g,Ee=/<%=([\s\S]+?)%>/g,Ve=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ye=/^\w*$/,qe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,He=/[\\^$.*+?()[\]{}|]/g,We=RegExp(He.source),Je=/^\s+/,Xe=/\s/,Ze=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ge=/\{\n\/\* \[wrapped with (.+)\] \*/,Qe=/,? & /,Ke=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,et=/[()=,{}\[\]\/\s]/,tt=/\\(\\)?/g,nt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,rt=/\w*$/,ot=/^[-+]0x[0-9a-f]+$/i,it=/^0b[01]+$/i,at=/^\[object .+?Constructor\]$/,st=/^0o[0-7]+$/i,lt=/^(?:0|[1-9]\d*)$/,ut=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ct=/($^)/,dt=/['\n\r\u2028\u2029\\]/g,ft="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",vt="a-z\\xdf-\\xf6\\xf8-\\xff",pt="A-Z\\xc0-\\xd6\\xd8-\\xde",ht="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",mt="["+ht+"]",gt="["+ft+"]",yt="["+vt+"]",bt="[^\\ud800-\\udfff"+ht+"\\d+\\u2700-\\u27bf"+vt+pt+"]",jt="\\ud83c[\\udffb-\\udfff]",_t="[^\\ud800-\\udfff]",wt="(?:\\ud83c[\\udde6-\\uddff]){2}",xt="[\\ud800-\\udbff][\\udc00-\\udfff]",kt="["+pt+"]",St="(?:"+yt+"|"+bt+")",Ct="(?:['](?:d|ll|m|re|s|t|ve))?",At="(?:['](?:D|LL|M|RE|S|T|VE))?",Dt="(?:"+gt+"|"+jt+")?",Tt="[\\ufe0e\\ufe0f]?",Bt=Tt+Dt+"(?:\\u200d(?:"+[_t,wt,xt].join("|")+")"+Tt+Dt+")*",Ot="(?:"+["[\\u2700-\\u27bf]",wt,xt].join("|")+")"+Bt,Pt="(?:"+[_t+gt+"?",gt,wt,xt,"[\\ud800-\\udfff]"].join("|")+")",zt=RegExp("[']","g"),It=RegExp(gt,"g"),Mt=RegExp(jt+"(?="+jt+")|"+Pt+Bt,"g"),Rt=RegExp([kt+"?"+yt+"+"+Ct+"(?="+[mt,kt,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+"+At+"(?="+[mt,kt+St,"$"].join("|")+")",kt+"?"+St+"+"+Ct,kt+"+"+At,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",Ot].join("|"),"g"),Ut=RegExp("[\\u200d\\ud800-\\udfff"+ft+"\\ufe0e\\ufe0f]"),$t=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ft=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Lt=-1,Nt={};Nt[ke]=Nt[Se]=Nt[Ce]=Nt[Ae]=Nt[De]=Nt[Te]=Nt[Be]=Nt[Oe]=Nt[Pe]=!0,Nt[ae]=Nt[se]=Nt[we]=Nt[le]=Nt[xe]=Nt[ue]=Nt[ce]=Nt[de]=Nt[ve]=Nt[pe]=Nt[he]=Nt[ge]=Nt[ye]=Nt[be]=Nt[_e]=!1;var Et={};Et[ae]=Et[se]=Et[we]=Et[xe]=Et[le]=Et[ue]=Et[ke]=Et[Se]=Et[Ce]=Et[Ae]=Et[De]=Et[ve]=Et[pe]=Et[he]=Et[ge]=Et[ye]=Et[be]=Et[je]=Et[Te]=Et[Be]=Et[Oe]=Et[Pe]=!0,Et[ce]=Et[de]=Et[_e]=!1;var Vt={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Yt=parseFloat,qt=parseInt,Ht="object"==typeof e&&e&&e.Object===Object&&e,Wt="object"==typeof self&&self&&self.Object===Object&&self,Jt=Ht||Wt||Function("return this")(),Xt=t&&!t.nodeType&&t,Zt=Xt&&"object"==typeof r&&r&&!r.nodeType&&r,Gt=Zt&&Zt.exports===Xt,Qt=Gt&&Ht.process,Kt=function(){try{return Zt&&Zt.require&&Zt.require("util").types||Qt&&Qt.binding&&Qt.binding("util")}catch(e){}}(),en=Kt&&Kt.isArrayBuffer,tn=Kt&&Kt.isDate,nn=Kt&&Kt.isMap,rn=Kt&&Kt.isRegExp,on=Kt&&Kt.isSet,an=Kt&&Kt.isTypedArray,sn=k("length"),ln=S({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),un=S({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"}),cn=S({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"}),dn=function e(t){function n(e){if(Fo(e)&&!Bs(e)&&!(e instanceof S)){if(e instanceof o)return e;if(Ti.call(e,"__wrapped__"))return co(e)}return new o(e)}function r(){}function o(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=H}function S(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=oe,this.__views__=[]}function Xe(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ft(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function vt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function pt(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new vt;++t<n;)this.add(e[t])}function ht(e){var t=this.__data__=new ft(e);this.size=t.size}function mt(e,t){var n=Bs(e),r=!n&&Ts(e),o=!n&&!r&&Ps(e),i=!n&&!r&&!o&&Us(e),a=n||r||o||i,s=a?D(e.length,wi):[],l=s.length;for(var u in e)!t&&!Ti.call(e,u)||a&&("length"==u||o&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Jr(u,l))||s.push(u);return s}function gt(e){var t=e.length;return t?e[zn(0,t-1)]:H}function yt(e,t){return so(cr(e),At(t,0,e.length))}function bt(e){return so(cr(e))}function jt(e,t,n){(n!==H&&!Oo(e[t],n)||n===H&&!(t in e))&&St(e,t,n)}function _t(e,t,n){var r=e[t];Ti.call(e,t)&&Oo(r,n)&&(n!==H||t in e)||St(e,t,n)}function wt(e,t){for(var n=e.length;n--;)if(Oo(e[n][0],t))return n;return-1}function xt(e,t,n,r){return Aa(e,function(e,o,i){t(r,e,n(e),i)}),r}function kt(e,t){return e&&dr(t,Ko(t),e)}function St(e,t,n){"__proto__"==t&&Wi?Wi(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Ct(e,t){for(var n=-1,r=t.length,o=hi(r),i=null==e;++n<r;)o[n]=i?H:Go(e,t[n]);return o}function At(e,t,n){return e==e&&(n!==H&&(e=e<=n?e:n),t!==H&&(e=e>=t?e:t)),e}function Dt(e,t,n,r,o,i){var a,l=1&t,u=2&t,c=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),a!==H)return a;if(!$o(e))return e;var d=Bs(e);if(d){if(a=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Ti.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!l)return cr(e,a)}else{var f=Fa(e),v=f==de||f==fe;if(Ps(e))return or(e,l);if(f==he||f==ae||v&&!o){if(a=u||v?{}:Hr(e),!l)return u?function(e,t){return dr(e,$a(e),t)}(e,function(e,t){return e&&dr(t,ei(t),e)}(a,e)):function(e,t){return dr(e,Ua(e),t)}(e,kt(a,e))}else{if(!Et[f])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case we:return ir(e);case le:case ue:return new r(+e);case xe:return function(e,t){var n=t?ir(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case ke:case Se:case Ce:case Ae:case De:case Te:case Be:case Oe:case Pe:return ar(e,n);case ve:return new r;case pe:case be:return new r(e);case ge:return function(e){var t=new e.constructor(e.source,rt.exec(e));return t.lastIndex=e.lastIndex,t}(e);case ye:return new r;case je:return o=e,ka?ji(ka.call(o)):{}}var o}(e,f,l)}}i||(i=new ht);var p=i.get(e);if(p)return p;i.set(e,a),Rs(e)?e.forEach(function(r){a.add(Dt(r,t,n,r,e,i))}):Is(e)&&e.forEach(function(r,o){a.set(o,Dt(r,t,n,o,e,i))});var h=d?H:(c?u?$r:Ur:u?ei:Ko)(e);return s(h||e,function(r,o){h&&(r=e[o=r]),_t(a,o,Dt(r,t,n,o,e,i))}),a}function Tt(e,t,n){var r=n.length;if(null==e)return!r;for(e=ji(e);r--;){var o=n[r],i=t[o],a=e[o];if(a===H&&!(o in e)||!i(a))return!1}return!0}function Bt(e,t,n){if("function"!=typeof e)throw new xi(W);return Ea(function(){e.apply(H,n)},t)}function Ot(e,t,n,r){var o=-1,i=d,a=!0,s=e.length,l=[],u=t.length;if(!s)return l;n&&(t=v(t,B(n))),r?(i=f,a=!1):t.length>=200&&(i=P,a=!1,t=new pt(t));e:for(;++o<s;){var c=e[o],p=null==n?c:n(c);if(c=r||0!==c?c:0,a&&p==p){for(var h=u;h--;)if(t[h]===p)continue e;l.push(c)}else i(t,p,r)||l.push(c)}return l}function Pt(e,t){var n=!0;return Aa(e,function(e,r,o){return n=!!t(e,r,o)}),n}function Mt(e,t,n){for(var r=-1,o=e.length;++r<o;){var i=e[r],a=t(i);if(null!=a&&(s===H?a==a&&!Vo(a):n(a,s)))var s=a,l=i}return l}function Ut(e,t){var n=[];return Aa(e,function(e,r,o){t(e,r,o)&&n.push(e)}),n}function Vt(e,t,n,r,o){var i=-1,a=e.length;for(n||(n=Wr),o||(o=[]);++i<a;){var s=e[i];t>0&&n(s)?t>1?Vt(s,t-1,n,r,o):p(o,s):r||(o[o.length]=s)}return o}function Ht(e,t){return e&&Ta(e,t,Ko)}function Wt(e,t){return e&&Ba(e,t,Ko)}function Xt(e,t){return c(t,function(t){return Mo(e[t])})}function Zt(e,t){for(var n=0,r=(t=nr(t,e)).length;null!=e&&n<r;)e=e[lo(t[n++])];return n&&n==r?e:H}function Qt(e,t,n){var r=t(e);return Bs(e)?r:p(r,n(e))}function Kt(e){return null==e?e===H?"[object Undefined]":"[object Null]":Hi&&Hi in ji(e)?function(e){var t=Ti.call(e,Hi),n=e[Hi];try{e[Hi]=H;var r=!0}catch(e){}var o=Pi.call(e);return r&&(t?e[Hi]=n:delete e[Hi]),o}(e):function(e){return Pi.call(e)}(e)}function sn(e,t){return e>t}function fn(e,t){return null!=e&&Ti.call(e,t)}function vn(e,t){return null!=e&&t in ji(e)}function pn(e,t,n){for(var r=n?f:d,o=e[0].length,i=e.length,a=i,s=hi(i),l=1/0,u=[];a--;){var c=e[a];a&&t&&(c=v(c,B(t))),l=ia(c.length,l),s[a]=!n&&(t||o>=120&&c.length>=120)?new pt(a&&c):H}c=e[0];var p=-1,h=s[0];e:for(;++p<o&&u.length<l;){var m=c[p],g=t?t(m):m;if(m=n||0!==m?m:0,!(h?P(h,g):r(u,g,n))){for(a=i;--a;){var y=s[a];if(!(y?P(y,g):r(e[a],g,n)))continue e}h&&h.push(g),u.push(m)}}return u}function hn(e,t,n){var r=null==(e=no(e,t=nr(t,e)))?e:e[lo(mo(t))];return null==r?H:i(r,e,n)}function mn(e){return Fo(e)&&Kt(e)==ae}function gn(e,t,n,r,o){return e===t||(null==e||null==t||!Fo(e)&&!Fo(t)?e!=e&&t!=t:function(e,t,n,r,o,i){var a=Bs(e),s=Bs(t),l=a?se:Fa(e),u=s?se:Fa(t),c=(l=l==ae?he:l)==he,d=(u=u==ae?he:u)==he,f=l==u;if(f&&Ps(e)){if(!Ps(t))return!1;a=!0,c=!1}if(f&&!c)return i||(i=new ht),a||Us(e)?Mr(e,t,n,r,o,i):function(e,t,n,r,o,i,a){switch(n){case xe:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case we:return!(e.byteLength!=t.byteLength||!i(new $i(e),new $i(t)));case le:case ue:case pe:return Oo(+e,+t);case ce:return e.name==t.name&&e.message==t.message;case ge:case be:return e==t+"";case ve:var s=$;case ye:var l=1&r;if(s||(s=N),e.size!=t.size&&!l)return!1;var u=a.get(e);if(u)return u==t;r|=2,a.set(e,t);var c=Mr(s(e),s(t),r,o,i,a);return a.delete(e),c;case je:if(ka)return ka.call(e)==ka.call(t)}return!1}(e,t,l,n,r,o,i);if(!(1&n)){var v=c&&Ti.call(e,"__wrapped__"),p=d&&Ti.call(t,"__wrapped__");if(v||p){var h=v?e.value():e,m=p?t.value():t;return i||(i=new ht),o(h,m,n,r,i)}}return!!f&&(i||(i=new ht),function(e,t,n,r,o,i){var a=1&n,s=Ur(e),l=s.length;if(l!=Ur(t).length&&!a)return!1;for(var u=l;u--;){var c=s[u];if(!(a?c in t:Ti.call(t,c)))return!1}var d=i.get(e),f=i.get(t);if(d&&f)return d==t&&f==e;var v=!0;i.set(e,t),i.set(t,e);for(var p=a;++u<l;){var h=e[c=s[u]],m=t[c];if(r)var g=a?r(m,h,c,t,e,i):r(h,m,c,e,t,i);if(!(g===H?h===m||o(h,m,n,r,i):g)){v=!1;break}p||(p="constructor"==c)}if(v&&!p){var y=e.constructor,b=t.constructor;y==b||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof b&&b instanceof b||(v=!1)}return i.delete(e),i.delete(t),v}(e,t,n,r,o,i))}(e,t,n,r,gn,o))}function yn(e,t,n,r){var o=n.length,i=o,a=!r;if(null==e)return!i;for(e=ji(e);o--;){var s=n[o];if(a&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++o<i;){var l=(s=n[o])[0],u=e[l],c=s[1];if(a&&s[2]){if(u===H&&!(l in e))return!1}else{var d=new ht;if(r)var f=r(u,c,l,e,t,d);if(!(f===H?gn(c,u,3,r,d):f))return!1}}return!0}function bn(e){return!(!$o(e)||(t=e,Oi&&Oi in t))&&(Mo(e)?Mi:at).test(uo(e));var t}function jn(e){return"function"==typeof e?e:null==e?si:"object"==typeof e?Bs(e)?Cn(e[0],e[1]):Sn(e):di(e)}function _n(e){if(!Qr(e))return ra(e);var t=[];for(var n in ji(e))Ti.call(e,n)&&"constructor"!=n&&t.push(n);return t}function wn(e){if(!$o(e))return function(e){var t=[];if(null!=e)for(var n in ji(e))t.push(n);return t}(e);var t=Qr(e),n=[];for(var r in e)("constructor"!=r||!t&&Ti.call(e,r))&&n.push(r);return n}function xn(e,t){return e<t}function kn(e,t){var n=-1,r=Po(e)?hi(e.length):[];return Aa(e,function(e,o,i){r[++n]=t(e,o,i)}),r}function Sn(e){var t=Vr(e);return 1==t.length&&t[0][2]?eo(t[0][0],t[0][1]):function(n){return n===e||yn(n,e,t)}}function Cn(e,t){return Zr(e)&&Kr(t)?eo(lo(e),t):function(n){var r=Go(n,e);return r===H&&r===t?Qo(n,e):gn(t,r,3)}}function An(e,t,n,r,o){e!==t&&Ta(t,function(i,a){if(o||(o=new ht),$o(i))!function(e,t,n,r,o,i,a){var s=oo(e,n),l=oo(t,n),u=a.get(l);if(u)return void jt(e,n,u);var c=i?i(s,l,n+"",e,t,a):H,d=c===H;if(d){var f=Bs(l),v=!f&&Ps(l),p=!f&&!v&&Us(l);c=l,f||v||p?Bs(s)?c=s:zo(s)?c=cr(s):v?(d=!1,c=or(l,!0)):p?(d=!1,c=ar(l,!0)):c=[]:No(l)||Ts(l)?(c=s,Ts(s)?c=Xo(s):$o(s)&&!Mo(s)||(c=Hr(l))):d=!1}d&&(a.set(l,c),o(c,l,r,i,a),a.delete(l)),jt(e,n,c)}(e,t,a,n,An,r,o);else{var s=r?r(oo(e,a),i,a+"",e,t,o):H;s===H&&(s=i),jt(e,a,s)}},ei)}function Dn(e,t){var n=e.length;if(n)return Jr(t+=t<0?n:0,n)?e[t]:H}function Tn(e,t,n){t=t.length?v(t,function(e){return Bs(e)?function(t){return Zt(t,1===e.length?e[0]:e)}:e}):[si];var r=-1;return t=v(t,B(Nr())),function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(kn(e,function(e,n,o){return{criteria:v(t,function(t){return t(e)}),index:++r,value:e}}),function(e,t){return function(e,t,n){for(var r=-1,o=e.criteria,i=t.criteria,a=o.length,s=n.length;++r<a;){var l=sr(o[r],i[r]);if(l)return r>=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)})}function Bn(e,t,n){for(var r=-1,o=t.length,i={};++r<o;){var a=t[r],s=Zt(e,a);n(s,a)&&$n(i,nr(a,e),s)}return i}function On(e,t,n,r){var o=r?_:j,i=-1,a=t.length,s=e;for(e===t&&(t=cr(t)),n&&(s=v(e,B(n)));++i<a;)for(var l=0,u=t[i],c=n?n(u):u;(l=o(s,c,l,r))>-1;)s!==e&&Vi.call(s,l,1),Vi.call(e,l,1);return e}function Pn(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;Jr(o)?Vi.call(e,o,1):Jn(e,o)}}return e}function zn(e,t){return e+Qi(la()*(t-e+1))}function In(e,t){var n="";if(!e||t<1||t>ne)return n;do{t%2&&(n+=e),(t=Qi(t/2))&&(e+=e)}while(t);return n}function Mn(e,t){return Va(to(e,t,si),e+"")}function Rn(e){return gt(ni(e))}function Un(e,t){var n=ni(e);return so(n,At(t,0,n.length))}function $n(e,t,n,r){if(!$o(e))return e;for(var o=-1,i=(t=nr(t,e)).length,a=i-1,s=e;null!=s&&++o<i;){var l=lo(t[o]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(o!=a){var c=s[l];(u=r?r(c,l,s):H)===H&&(u=$o(c)?c:Jr(t[o+1])?[]:{})}_t(s,l,u),s=s[l]}return e}function Fn(e){return so(ni(e))}function Ln(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=hi(o);++r<o;)i[r]=e[r+t];return i}function Nn(e,t){var n;return Aa(e,function(e,r,o){return!(n=t(e,r,o))}),!!n}function En(e,t,n){var r=0,o=null==e?r:e.length;if("number"==typeof t&&t==t&&o<=2147483647){for(;r<o;){var i=r+o>>>1,a=e[i];null!==a&&!Vo(a)&&(n?a<=t:a<t)?r=i+1:o=i}return o}return Vn(e,t,si,n)}function Vn(e,t,n,r){var o=0,i=null==e?0:e.length;if(0===i)return 0;for(var a=(t=n(t))!=t,s=null===t,l=Vo(t),u=t===H;o<i;){var c=Qi((o+i)/2),d=n(e[c]),f=d!==H,v=null===d,p=d==d,h=Vo(d);if(a)var m=r||p;else m=u?p&&(r||f):s?p&&f&&(r||!v):l?p&&f&&!v&&(r||!h):!v&&!h&&(r?d<=t:d<t);m?o=c+1:i=c}return ia(i,4294967294)}function Yn(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n],s=t?t(a):a;if(!n||!Oo(s,l)){var l=s;i[o++]=0===a?0:a}}return i}function qn(e){return"number"==typeof e?e:Vo(e)?re:+e}function Hn(e){if("string"==typeof e)return e;if(Bs(e))return v(e,Hn)+"";if(Vo(e))return Sa?Sa.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Wn(e,t,n){var r=-1,o=d,i=e.length,a=!0,s=[],l=s;if(n)a=!1,o=f;else if(i>=200){var u=t?null:Ma(e);if(u)return N(u);a=!1,o=P,l=new pt}else l=t?[]:s;e:for(;++r<i;){var c=e[r],v=t?t(c):c;if(c=n||0!==c?c:0,a&&v==v){for(var p=l.length;p--;)if(l[p]===v)continue e;t&&l.push(v),s.push(c)}else o(l,v,n)||(l!==s&&l.push(v),s.push(c))}return s}function Jn(e,t){return null==(e=no(e,t=nr(t,e)))||delete e[lo(mo(t))]}function Xn(e,t,n,r){return $n(e,t,n(Zt(e,t)),r)}function Zn(e,t,n,r){for(var o=e.length,i=r?o:-1;(r?i--:++i<o)&&t(e[i],i,e););return n?Ln(e,r?0:i,r?i+1:o):Ln(e,r?i+1:0,r?o:i)}function Gn(e,t){var n=e;return n instanceof S&&(n=n.value()),h(t,function(e,t){return t.func.apply(t.thisArg,p([e],t.args))},n)}function Qn(e,t,n){var r=e.length;if(r<2)return r?Wn(e[0]):[];for(var o=-1,i=hi(r);++o<r;)for(var a=e[o],s=-1;++s<r;)s!=o&&(i[o]=Ot(i[o]||a,e[s],t,n));return Wn(Vt(i,1),t,n)}function Kn(e,t,n){for(var r=-1,o=e.length,i=t.length,a={};++r<o;){var s=r<i?t[r]:H;n(a,e[r],s)}return a}function er(e){return zo(e)?e:[]}function tr(e){return"function"==typeof e?e:si}function nr(e,t){return Bs(e)?e:Zr(e,t)?[e]:Ya(Zo(e))}function rr(e,t,n){var r=e.length;return n=n===H?r:n,!t&&n>=r?e:Ln(e,t,n)}function or(e,t){if(t)return e.slice();var n=e.length,r=Fi?Fi(n):new e.constructor(n);return e.copy(r),r}function ir(e){var t=new e.constructor(e.byteLength);return new $i(t).set(new $i(e)),t}function ar(e,t){var n=t?ir(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function sr(e,t){if(e!==t){var n=e!==H,r=null===e,o=e==e,i=Vo(e),a=t!==H,s=null===t,l=t==t,u=Vo(t);if(!s&&!u&&!i&&e>t||i&&a&&l&&!s&&!u||r&&a&&l||!n&&l||!o)return 1;if(!r&&!i&&!u&&e<t||u&&n&&o&&!r&&!i||s&&n&&o||!a&&o||!l)return-1}return 0}function lr(e,t,n,r){for(var o=-1,i=e.length,a=n.length,s=-1,l=t.length,u=oa(i-a,0),c=hi(l+u),d=!r;++s<l;)c[s]=t[s];for(;++o<a;)(d||o<i)&&(c[n[o]]=e[o]);for(;u--;)c[s++]=e[o++];return c}function ur(e,t,n,r){for(var o=-1,i=e.length,a=-1,s=n.length,l=-1,u=t.length,c=oa(i-s,0),d=hi(c+u),f=!r;++o<c;)d[o]=e[o];for(var v=o;++l<u;)d[v+l]=t[l];for(;++a<s;)(f||o<i)&&(d[v+n[a]]=e[o++]);return d}function cr(e,t){var n=-1,r=e.length;for(t||(t=hi(r));++n<r;)t[n]=e[n];return t}function dr(e,t,n,r){var o=!n;n||(n={});for(var i=-1,a=t.length;++i<a;){var s=t[i],l=r?r(n[s],e[s],s,n,e):H;l===H&&(l=e[s]),o?St(n,s,l):_t(n,s,l)}return n}function fr(e,t){return function(n,r){var o=Bs(n)?a:xt,i=t?t():{};return o(n,e,Nr(r,2),i)}}function vr(e){return Mn(function(t,n){var r=-1,o=n.length,i=o>1?n[o-1]:H,a=o>2?n[2]:H;for(i=e.length>3&&"function"==typeof i?(o--,i):H,a&&Xr(n[0],n[1],a)&&(i=o<3?H:i,o=1),t=ji(t);++r<o;){var s=n[r];s&&e(t,s,r,i)}return t})}function pr(e,t){return function(n,r){if(null==n)return n;if(!Po(n))return e(n,r);for(var o=n.length,i=t?o:-1,a=ji(n);(t?i--:++i<o)&&!1!==r(a[i],i,a););return n}}function hr(e){return function(t,n,r){for(var o=-1,i=ji(t),a=r(t),s=a.length;s--;){var l=a[e?s:++o];if(!1===n(i[l],l,i))break}return t}}function mr(e){return function(t){var n=U(t=Zo(t))?Y(t):H,r=n?n[0]:t.charAt(0),o=n?rr(n,1).join(""):t.slice(1);return r[e]()+o}}function gr(e){return function(t){return h(ii(oi(t).replace(zt,"")),e,"")}}function yr(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=Ca(e.prototype),r=e.apply(n,t);return $o(r)?r:n}}function br(e){return function(t,n,r){var o=ji(t);if(!Po(t)){var i=Nr(n,3);t=Ko(t),n=function(e){return i(o[e],e,o)}}var a=e(t,n,r);return a>-1?o[i?t[a]:a]:H}}function jr(e){return Rr(function(t){var n=t.length,r=n,i=o.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new xi(W);if(i&&!s&&"wrapper"==Fr(a))var s=new o([],!0)}for(r=s?r:n;++r<n;){var l=Fr(a=t[r]),u="wrapper"==l?Ra(a):H;s=u&&Gr(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?s[Fr(u[0])].apply(s,u[3]):1==a.length&&Gr(a)?s[l]():s.thru(a)}return function(){var e=arguments,r=e[0];if(s&&1==e.length&&Bs(r))return s.plant(r).value();for(var o=0,i=n?t[o].apply(this,e):r;++o<n;)i=t[o].call(this,i);return i}})}function _r(e,t,n,r,o,i,a,s,l,u){var c=t&K,d=1&t,f=2&t,v=24&t,p=512&t,h=f?H:yr(e);return function m(){for(var g=arguments.length,y=hi(g),b=g;b--;)y[b]=arguments[b];if(v)var j=Lr(m),_=M(y,j);if(r&&(y=lr(y,r,o,v)),i&&(y=ur(y,i,a,v)),g-=_,v&&g<u){var w=L(y,j);return Dr(e,t,_r,m.placeholder,n,y,w,s,l,u-g)}var x=d?n:this,k=f?x[e]:e;return g=y.length,s?y=ro(y,s):p&&g>1&&y.reverse(),c&&l<g&&(y.length=l),this&&this!==Jt&&this instanceof m&&(k=h||yr(k)),k.apply(x,y)}}function wr(e,t){return function(n,r){return function(e,t,n,r){return Ht(e,function(e,o,i){t(r,n(e),o,i)}),r}(n,e,t(r),{})}}function xr(e,t){return function(n,r){var o;if(n===H&&r===H)return t;if(n!==H&&(o=n),r!==H){if(o===H)return r;"string"==typeof n||"string"==typeof r?(n=Hn(n),r=Hn(r)):(n=qn(n),r=qn(r)),o=e(n,r)}return o}}function kr(e){return Rr(function(t){return t=v(t,B(Nr())),Mn(function(n){var r=this;return e(t,function(e){return i(e,r,n)})})})}function Sr(e,t){var n=(t=t===H?" ":Hn(t)).length;if(n<2)return n?In(t,e):t;var r=In(t,Gi(e/V(t)));return U(t)?rr(Y(r),0,e).join(""):r.slice(0,e)}function Cr(e){return function(t,n,r){return r&&"number"!=typeof r&&Xr(t,n,r)&&(n=r=H),t=qo(t),n===H?(n=t,t=0):n=qo(n),function(e,t,n,r){for(var o=-1,i=oa(Gi((t-e)/(n||1)),0),a=hi(i);i--;)a[r?i:++o]=e,e+=n;return a}(t,n,r=r===H?t<n?1:-1:qo(r),e)}}function Ar(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=Jo(t),n=Jo(n)),e(t,n)}}function Dr(e,t,n,r,o,i,a,s,l,u){var c=8&t;t|=c?G:Q,4&(t&=~(c?Q:G))||(t&=-4);var d=[e,t,o,c?i:H,c?a:H,c?H:i,c?H:a,s,l,u],f=n.apply(H,d);return Gr(e)&&Na(f,d),f.placeholder=r,io(f,e,t)}function Tr(e){var t=bi[e];return function(e,n){if(e=Jo(e),(n=null==n?0:ia(Ho(n),292))&&ta(e)){var r=(Zo(e)+"e").split("e");return+((r=(Zo(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}function Br(e){return function(t){var n=Fa(t);return n==ve?$(t):n==ye?E(t):function(e,t){return v(t,function(t){return[t,e[t]]})}(t,e(t))}}function Or(e,t,n,r,o,a,s,l){var u=2&t;if(!u&&"function"!=typeof e)throw new xi(W);var c=r?r.length:0;if(c||(t&=-97,r=o=H),s=s===H?s:oa(Ho(s),0),l=l===H?l:Ho(l),c-=o?o.length:0,t&Q){var d=r,f=o;r=o=H}var v=u?H:Ra(e),p=[e,t,n,r,o,d,f,a,s,l];if(v&&function(e,t){var n=e[1],r=t[1],o=n|r,i=o<131,a=r==K&&8==n||r==K&&n==ee&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!i&&!a)return e;1&r&&(e[2]=t[2],o|=1&n?0:4);var s=t[3];if(s){var l=e[3];e[3]=l?lr(l,s,t[4]):s,e[4]=l?L(e[3],X):t[4]}(s=t[5])&&(l=e[5],e[5]=l?ur(l,s,t[6]):s,e[6]=l?L(e[5],X):t[6]),(s=t[7])&&(e[7]=s),r&K&&(e[8]=null==e[8]?t[8]:ia(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=o}(p,v),e=p[0],t=p[1],n=p[2],r=p[3],o=p[4],!(l=p[9]=p[9]===H?u?0:e.length:oa(p[9]-c,0))&&24&t&&(t&=-25),t&&1!=t)h=8==t||t==Z?function(e,t,n){var r=yr(e);return function o(){for(var a=arguments.length,s=hi(a),l=a,u=Lr(o);l--;)s[l]=arguments[l];var c=a<3&&s[0]!==u&&s[a-1]!==u?[]:L(s,u);return(a-=c.length)<n?Dr(e,t,_r,o.placeholder,H,s,c,H,H,n-a):i(this&&this!==Jt&&this instanceof o?r:e,this,s)}}(e,t,l):t!=G&&33!=t||o.length?_r.apply(H,p):function(e,t,n,r){var o=1&t,a=yr(e);return function t(){for(var s=-1,l=arguments.length,u=-1,c=r.length,d=hi(c+l),f=this&&this!==Jt&&this instanceof t?a:e;++u<c;)d[u]=r[u];for(;l--;)d[u++]=arguments[++s];return i(f,o?n:this,d)}}(e,t,n,r);else var h=function(e,t,n){var r=1&t,o=yr(e);return function t(){return(this&&this!==Jt&&this instanceof t?o:e).apply(r?n:this,arguments)}}(e,t,n);return io((v?Oa:Na)(h,p),e,t)}function Pr(e,t,n,r){return e===H||Oo(e,Ci[n])&&!Ti.call(r,n)?t:e}function zr(e,t,n,r,o,i){return $o(e)&&$o(t)&&(i.set(t,e),An(e,t,H,zr,i),i.delete(t)),e}function Ir(e){return No(e)?H:e}function Mr(e,t,n,r,o,i){var a=1&n,s=e.length,l=t.length;if(s!=l&&!(a&&l>s))return!1;var u=i.get(e),c=i.get(t);if(u&&c)return u==t&&c==e;var d=-1,f=!0,v=2&n?new pt:H;for(i.set(e,t),i.set(t,e);++d<s;){var p=e[d],h=t[d];if(r)var m=a?r(h,p,d,t,e,i):r(p,h,d,e,t,i);if(m!==H){if(m)continue;f=!1;break}if(v){if(!g(t,function(e,t){if(!P(v,t)&&(p===e||o(p,e,n,r,i)))return v.push(t)})){f=!1;break}}else if(p!==h&&!o(p,h,n,r,i)){f=!1;break}}return i.delete(e),i.delete(t),f}function Rr(e){return Va(to(e,H,po),e+"")}function Ur(e){return Qt(e,Ko,Ua)}function $r(e){return Qt(e,ei,$a)}function Fr(e){for(var t=e.name+"",n=ga[t],r=Ti.call(ga,t)?n.length:0;r--;){var o=n[r],i=o.func;if(null==i||i==e)return o.name}return t}function Lr(e){return(Ti.call(n,"placeholder")?n:e).placeholder}function Nr(){var e=n.iteratee||li;return e=e===li?jn:e,arguments.length?e(arguments[0],arguments[1]):e}function Er(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function Vr(e){for(var t=Ko(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,Kr(o)]}return t}function Yr(e,t){var n=function(e,t){return null==e?H:e[t]}(e,t);return bn(n)?n:H}function qr(e,t,n){for(var r=-1,o=(t=nr(t,e)).length,i=!1;++r<o;){var a=lo(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&Uo(o)&&Jr(a,o)&&(Bs(e)||Ts(e))}function Hr(e){return"function"!=typeof e.constructor||Qr(e)?{}:Ca(Li(e))}function Wr(e){return Bs(e)||Ts(e)||!!(Yi&&e&&e[Yi])}function Jr(e,t){var n=typeof e;return!!(t=null==t?ne:t)&&("number"==n||"symbol"!=n&&lt.test(e))&&e>-1&&e%1==0&&e<t}function Xr(e,t,n){if(!$o(n))return!1;var r=typeof t;return!!("number"==r?Po(n)&&Jr(t,n.length):"string"==r&&t in n)&&Oo(n[t],e)}function Zr(e,t){if(Bs(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!Vo(e))||Ye.test(e)||!Ve.test(e)||null!=t&&e in ji(t)}function Gr(e){var t=Fr(e),r=n[t];if("function"!=typeof r||!(t in S.prototype))return!1;if(e===r)return!0;var o=Ra(r);return!!o&&e===o[0]}function Qr(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Ci)}function Kr(e){return e==e&&!$o(e)}function eo(e,t){return function(n){return null!=n&&n[e]===t&&(t!==H||e in ji(n))}}function to(e,t,n){return t=oa(t===H?e.length-1:t,0),function(){for(var r=arguments,o=-1,a=oa(r.length-t,0),s=hi(a);++o<a;)s[o]=r[t+o];o=-1;for(var l=hi(t+1);++o<t;)l[o]=r[o];return l[t]=n(s),i(e,this,l)}}function no(e,t){return t.length<2?e:Zt(e,Ln(t,0,-1))}function ro(e,t){for(var n=e.length,r=ia(t.length,n),o=cr(e);r--;){var i=t[r];e[r]=Jr(i,n)?o[i]:H}return e}function oo(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function io(e,t,n){var r=t+"";return Va(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(Ze,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return s(ie,function(n){var r="_."+n[0];t&n[1]&&!d(e,r)&&e.push(r)}),e.sort()}(function(e){var t=e.match(Ge);return t?t[1].split(Qe):[]}(r),n)))}function ao(e){var t=0,n=0;return function(){var r=aa(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(H,arguments)}}function so(e,t){var n=-1,r=e.length,o=r-1;for(t=t===H?r:t;++n<t;){var i=zn(n,o),a=e[i];e[i]=e[n],e[n]=a}return e.length=t,e}function lo(e){if("string"==typeof e||Vo(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function uo(e){if(null!=e){try{return Di.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function co(e){if(e instanceof S)return e.clone();var t=new o(e.__wrapped__,e.__chain__);return t.__actions__=cr(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}function fo(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Ho(n);return o<0&&(o=oa(r+o,0)),b(e,Nr(t,3),o)}function vo(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return n!==H&&(o=Ho(n),o=n<0?oa(r+o,0):ia(o,r-1)),b(e,Nr(t,3),o,!0)}function po(e){return(null==e?0:e.length)?Vt(e,1):[]}function ho(e){return e&&e.length?e[0]:H}function mo(e){var t=null==e?0:e.length;return t?e[t-1]:H}function go(e,t){return e&&e.length&&t&&t.length?On(e,t):e}function yo(e){return null==e?e:ua.call(e)}function bo(e){if(!e||!e.length)return[];var t=0;return e=c(e,function(e){if(zo(e))return t=oa(e.length,t),!0}),D(t,function(t){return v(e,k(t))})}function jo(e,t){if(!e||!e.length)return[];var n=bo(e);return null==t?n:v(n,function(e){return i(t,H,e)})}function _o(e){var t=n(e);return t.__chain__=!0,t}function wo(e,t){return t(e)}function xo(e,t){return(Bs(e)?s:Aa)(e,Nr(t,3))}function ko(e,t){return(Bs(e)?l:Da)(e,Nr(t,3))}function So(e,t){return(Bs(e)?v:kn)(e,Nr(t,3))}function Co(e,t,n){return t=n?H:t,t=e&&null==t?e.length:t,Or(e,K,H,H,H,H,t)}function Ao(e,t){var n;if("function"!=typeof t)throw new xi(W);return e=Ho(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=H),n}}function Do(e,t,n){function r(t){var n=u,r=c;return u=c=H,h=t,f=e.apply(r,n)}function o(e){return h=e,v=Ea(a,t),m?r(e):f}function i(e){var n=e-p;return p===H||n>=t||n<0||g&&e-h>=d}function a(){var e=gs();if(i(e))return s(e);v=Ea(a,function(e){var n=t-(e-p);return g?ia(n,d-(e-h)):n}(e))}function s(e){return v=H,y&&u?r(e):(u=c=H,f)}function l(){var e=gs(),n=i(e);if(u=arguments,c=this,p=e,n){if(v===H)return o(p);if(g)return Ia(v),v=Ea(a,t),r(p)}return v===H&&(v=Ea(a,t)),f}var u,c,d,f,v,p,h=0,m=!1,g=!1,y=!0;if("function"!=typeof e)throw new xi(W);return t=Jo(t)||0,$o(n)&&(m=!!n.leading,d=(g="maxWait"in n)?oa(Jo(n.maxWait)||0,t):d,y="trailing"in n?!!n.trailing:y),l.cancel=function(){v!==H&&Ia(v),h=0,u=p=c=v=H},l.flush=function(){return v===H?f:s(gs())},l}function To(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new xi(W);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(To.Cache||vt),n}function Bo(e){if("function"!=typeof e)throw new xi(W);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function Oo(e,t){return e===t||e!=e&&t!=t}function Po(e){return null!=e&&Uo(e.length)&&!Mo(e)}function zo(e){return Fo(e)&&Po(e)}function Io(e){if(!Fo(e))return!1;var t=Kt(e);return t==ce||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!No(e)}function Mo(e){if(!$o(e))return!1;var t=Kt(e);return t==de||t==fe||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ro(e){return"number"==typeof e&&e==Ho(e)}function Uo(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=ne}function $o(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Fo(e){return null!=e&&"object"==typeof e}function Lo(e){return"number"==typeof e||Fo(e)&&Kt(e)==pe}function No(e){if(!Fo(e)||Kt(e)!=he)return!1;var t=Li(e);if(null===t)return!0;var n=Ti.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Di.call(n)==zi}function Eo(e){return"string"==typeof e||!Bs(e)&&Fo(e)&&Kt(e)==be}function Vo(e){return"symbol"==typeof e||Fo(e)&&Kt(e)==je}function Yo(e){if(!e)return[];if(Po(e))return Eo(e)?Y(e):cr(e);if(qi&&e[qi])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[qi]());var t=Fa(e);return(t==ve?$:t==ye?N:ni)(e)}function qo(e){return e?(e=Jo(e))===te||e===-1/0?1.7976931348623157e308*(e<0?-1:1):e==e?e:0:0===e?e:0}function Ho(e){var t=qo(e),n=t%1;return t==t?n?t-n:t:0}function Wo(e){return e?At(Ho(e),0,oe):0}function Jo(e){if("number"==typeof e)return e;if(Vo(e))return re;if($o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=$o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=T(e);var n=it.test(e);return n||st.test(e)?qt(e.slice(2),n?2:8):ot.test(e)?re:+e}function Xo(e){return dr(e,ei(e))}function Zo(e){return null==e?"":Hn(e)}function Go(e,t,n){var r=null==e?H:Zt(e,t);return r===H?n:r}function Qo(e,t){return null!=e&&qr(e,t,vn)}function Ko(e){return Po(e)?mt(e):_n(e)}function ei(e){return Po(e)?mt(e,!0):wn(e)}function ti(e,t){if(null==e)return{};var n=v($r(e),function(e){return[e]});return t=Nr(t),Bn(e,n,function(e,n){return t(e,n[0])})}function ni(e){return null==e?[]:O(e,Ko(e))}function ri(e){return ul(Zo(e).toLowerCase())}function oi(e){return(e=Zo(e))&&e.replace(ut,ln).replace(It,"")}function ii(e,t,n){return e=Zo(e),(t=n?H:t)===H?function(e){return $t.test(e)}(e)?function(e){return e.match(Rt)||[]}(e):function(e){return e.match(Ke)||[]}(e):e.match(t)||[]}function ai(e){return function(){return e}}function si(e){return e}function li(e){return jn("function"==typeof e?e:Dt(e,1))}function ui(e,t,n){var r=Ko(t),o=Xt(t,r);null!=n||$o(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Xt(t,Ko(t)));var i=!($o(n)&&"chain"in n&&!n.chain),a=Mo(e);return s(o,function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__);return(n.__actions__=cr(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,p([this.value()],arguments))})}),e}function ci(){}function di(e){return Zr(e)?k(lo(e)):function(e){return function(t){return Zt(t,e)}}(e)}function fi(){return[]}function vi(){return!1}var pi,hi=(t=null==t?Jt:dn.defaults(Jt.Object(),t,dn.pick(Jt,Ft))).Array,mi=t.Date,gi=t.Error,yi=t.Function,bi=t.Math,ji=t.Object,_i=t.RegExp,wi=t.String,xi=t.TypeError,ki=hi.prototype,Si=yi.prototype,Ci=ji.prototype,Ai=t["__core-js_shared__"],Di=Si.toString,Ti=Ci.hasOwnProperty,Bi=0,Oi=(pi=/[^.]+$/.exec(Ai&&Ai.keys&&Ai.keys.IE_PROTO||""))?"Symbol(src)_1."+pi:"",Pi=Ci.toString,zi=Di.call(ji),Ii=Jt._,Mi=_i("^"+Di.call(Ti).replace(He,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ri=Gt?t.Buffer:H,Ui=t.Symbol,$i=t.Uint8Array,Fi=Ri?Ri.allocUnsafe:H,Li=F(ji.getPrototypeOf,ji),Ni=ji.create,Ei=Ci.propertyIsEnumerable,Vi=ki.splice,Yi=Ui?Ui.isConcatSpreadable:H,qi=Ui?Ui.iterator:H,Hi=Ui?Ui.toStringTag:H,Wi=function(){try{var e=Yr(ji,"defineProperty");return e({},"",{}),e}catch(e){}}(),Ji=t.clearTimeout!==Jt.clearTimeout&&t.clearTimeout,Xi=mi&&mi.now!==Jt.Date.now&&mi.now,Zi=t.setTimeout!==Jt.setTimeout&&t.setTimeout,Gi=bi.ceil,Qi=bi.floor,Ki=ji.getOwnPropertySymbols,ea=Ri?Ri.isBuffer:H,ta=t.isFinite,na=ki.join,ra=F(ji.keys,ji),oa=bi.max,ia=bi.min,aa=mi.now,sa=t.parseInt,la=bi.random,ua=ki.reverse,ca=Yr(t,"DataView"),da=Yr(t,"Map"),fa=Yr(t,"Promise"),va=Yr(t,"Set"),pa=Yr(t,"WeakMap"),ha=Yr(ji,"create"),ma=pa&&new pa,ga={},ya=uo(ca),ba=uo(da),ja=uo(fa),_a=uo(va),wa=uo(pa),xa=Ui?Ui.prototype:H,ka=xa?xa.valueOf:H,Sa=xa?xa.toString:H,Ca=function(){function e(){}return function(t){if(!$o(t))return{};if(Ni)return Ni(t);e.prototype=t;var n=new e;return e.prototype=H,n}}();n.templateSettings={escape:Le,evaluate:Ne,interpolate:Ee,variable:"",imports:{_:n}},n.prototype=r.prototype,n.prototype.constructor=n,o.prototype=Ca(r.prototype),o.prototype.constructor=o,S.prototype=Ca(r.prototype),S.prototype.constructor=S,Xe.prototype.clear=function(){this.__data__=ha?ha(null):{},this.size=0},Xe.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Xe.prototype.get=function(e){var t=this.__data__;if(ha){var n=t[e];return n===J?H:n}return Ti.call(t,e)?t[e]:H},Xe.prototype.has=function(e){var t=this.__data__;return ha?t[e]!==H:Ti.call(t,e)},Xe.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=ha&&t===H?J:t,this},ft.prototype.clear=function(){this.__data__=[],this.size=0},ft.prototype.delete=function(e){var t=this.__data__,n=wt(t,e);return!(n<0||(n==t.length-1?t.pop():Vi.call(t,n,1),--this.size,0))},ft.prototype.get=function(e){var t=this.__data__,n=wt(t,e);return n<0?H:t[n][1]},ft.prototype.has=function(e){return wt(this.__data__,e)>-1},ft.prototype.set=function(e,t){var n=this.__data__,r=wt(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},vt.prototype.clear=function(){this.size=0,this.__data__={hash:new Xe,map:new(da||ft),string:new Xe}},vt.prototype.delete=function(e){var t=Er(this,e).delete(e);return this.size-=t?1:0,t},vt.prototype.get=function(e){return Er(this,e).get(e)},vt.prototype.has=function(e){return Er(this,e).has(e)},vt.prototype.set=function(e,t){var n=Er(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},pt.prototype.add=pt.prototype.push=function(e){return this.__data__.set(e,J),this},pt.prototype.has=function(e){return this.__data__.has(e)},ht.prototype.clear=function(){this.__data__=new ft,this.size=0},ht.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},ht.prototype.get=function(e){return this.__data__.get(e)},ht.prototype.has=function(e){return this.__data__.has(e)},ht.prototype.set=function(e,t){var n=this.__data__;if(n instanceof ft){var r=n.__data__;if(!da||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new vt(r)}return n.set(e,t),this.size=n.size,this};var Aa=pr(Ht),Da=pr(Wt,!0),Ta=hr(),Ba=hr(!0),Oa=ma?function(e,t){return ma.set(e,t),e}:si,Pa=Wi?function(e,t){return Wi(e,"toString",{configurable:!0,enumerable:!1,value:ai(t),writable:!0})}:si,za=Mn,Ia=Ji||function(e){return Jt.clearTimeout(e)},Ma=va&&1/N(new va([,-0]))[1]==te?function(e){return new va(e)}:ci,Ra=ma?function(e){return ma.get(e)}:ci,Ua=Ki?function(e){return null==e?[]:(e=ji(e),c(Ki(e),function(t){return Ei.call(e,t)}))}:fi,$a=Ki?function(e){for(var t=[];e;)p(t,Ua(e)),e=Li(e);return t}:fi,Fa=Kt;(ca&&Fa(new ca(new ArrayBuffer(1)))!=xe||da&&Fa(new da)!=ve||fa&&Fa(fa.resolve())!=me||va&&Fa(new va)!=ye||pa&&Fa(new pa)!=_e)&&(Fa=function(e){var t=Kt(e),n=t==he?e.constructor:H,r=n?uo(n):"";if(r)switch(r){case ya:return xe;case ba:return ve;case ja:return me;case _a:return ye;case wa:return _e}return t});var La=Ai?Mo:vi,Na=ao(Oa),Ea=Zi||function(e,t){return Jt.setTimeout(e,t)},Va=ao(Pa),Ya=function(e){var t=To(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(qe,function(e,n,r,o){t.push(r?o.replace(tt,"$1"):n||e)}),t}),qa=Mn(function(e,t){return zo(e)?Ot(e,Vt(t,1,zo,!0)):[]}),Ha=Mn(function(e,t){var n=mo(t);return zo(n)&&(n=H),zo(e)?Ot(e,Vt(t,1,zo,!0),Nr(n,2)):[]}),Wa=Mn(function(e,t){var n=mo(t);return zo(n)&&(n=H),zo(e)?Ot(e,Vt(t,1,zo,!0),H,n):[]}),Ja=Mn(function(e){var t=v(e,er);return t.length&&t[0]===e[0]?pn(t):[]}),Xa=Mn(function(e){var t=mo(e),n=v(e,er);return t===mo(n)?t=H:n.pop(),n.length&&n[0]===e[0]?pn(n,Nr(t,2)):[]}),Za=Mn(function(e){var t=mo(e),n=v(e,er);return(t="function"==typeof t?t:H)&&n.pop(),n.length&&n[0]===e[0]?pn(n,H,t):[]}),Ga=Mn(go),Qa=Rr(function(e,t){var n=null==e?0:e.length,r=Ct(e,t);return Pn(e,v(t,function(e){return Jr(e,n)?+e:e}).sort(sr)),r}),Ka=Mn(function(e){return Wn(Vt(e,1,zo,!0))}),es=Mn(function(e){var t=mo(e);return zo(t)&&(t=H),Wn(Vt(e,1,zo,!0),Nr(t,2))}),ts=Mn(function(e){var t=mo(e);return t="function"==typeof t?t:H,Wn(Vt(e,1,zo,!0),H,t)}),ns=Mn(function(e,t){return zo(e)?Ot(e,t):[]}),rs=Mn(function(e){return Qn(c(e,zo))}),os=Mn(function(e){var t=mo(e);return zo(t)&&(t=H),Qn(c(e,zo),Nr(t,2))}),is=Mn(function(e){var t=mo(e);return t="function"==typeof t?t:H,Qn(c(e,zo),H,t)}),as=Mn(bo),ss=Mn(function(e){var t=e.length,n=t>1?e[t-1]:H;return n="function"==typeof n?(e.pop(),n):H,jo(e,n)}),ls=Rr(function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,i=function(t){return Ct(t,e)};return!(t>1||this.__actions__.length)&&r instanceof S&&Jr(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:wo,args:[i],thisArg:H}),new o(r,this.__chain__).thru(function(e){return t&&!e.length&&e.push(H),e})):this.thru(i)}),us=fr(function(e,t,n){Ti.call(e,n)?++e[n]:St(e,n,1)}),cs=br(fo),ds=br(vo),fs=fr(function(e,t,n){Ti.call(e,n)?e[n].push(t):St(e,n,[t])}),vs=Mn(function(e,t,n){var r=-1,o="function"==typeof t,a=Po(e)?hi(e.length):[];return Aa(e,function(e){a[++r]=o?i(t,e,n):hn(e,t,n)}),a}),ps=fr(function(e,t,n){St(e,n,t)}),hs=fr(function(e,t,n){e[n?0:1].push(t)},function(){return[[],[]]}),ms=Mn(function(e,t){if(null==e)return[];var n=t.length;return n>1&&Xr(e,t[0],t[1])?t=[]:n>2&&Xr(t[0],t[1],t[2])&&(t=[t[0]]),Tn(e,Vt(t,1),[])}),gs=Xi||function(){return Jt.Date.now()},ys=Mn(function(e,t,n){var r=1;if(n.length){var o=L(n,Lr(ys));r|=G}return Or(e,r,t,n,o)}),bs=Mn(function(e,t,n){var r=3;if(n.length){var o=L(n,Lr(bs));r|=G}return Or(t,r,e,n,o)}),js=Mn(function(e,t){return Bt(e,1,t)}),_s=Mn(function(e,t,n){return Bt(e,Jo(t)||0,n)});To.Cache=vt;var ws,xs=za(function(e,t){var n=(t=1==t.length&&Bs(t[0])?v(t[0],B(Nr())):v(Vt(t,1),B(Nr()))).length;return Mn(function(r){for(var o=-1,a=ia(r.length,n);++o<a;)r[o]=t[o].call(this,r[o]);return i(e,this,r)})}),ks=Mn(function(e,t){var n=L(t,Lr(ks));return Or(e,G,H,t,n)}),Ss=Mn(function(e,t){var n=L(t,Lr(Ss));return Or(e,Q,H,t,n)}),Cs=Rr(function(e,t){return Or(e,ee,H,H,H,t)}),As=Ar(sn),Ds=Ar(function(e,t){return e>=t}),Ts=mn(function(){return arguments}())?mn:function(e){return Fo(e)&&Ti.call(e,"callee")&&!Ei.call(e,"callee")},Bs=hi.isArray,Os=en?B(en):function(e){return Fo(e)&&Kt(e)==we},Ps=ea||vi,zs=tn?B(tn):function(e){return Fo(e)&&Kt(e)==ue},Is=nn?B(nn):function(e){return Fo(e)&&Fa(e)==ve},Ms=rn?B(rn):function(e){return Fo(e)&&Kt(e)==ge},Rs=on?B(on):function(e){return Fo(e)&&Fa(e)==ye},Us=an?B(an):function(e){return Fo(e)&&Uo(e.length)&&!!Nt[Kt(e)]},$s=Ar(xn),Fs=Ar(function(e,t){return e<=t}),Ls=vr(function(e,t){if(Qr(t)||Po(t))dr(t,Ko(t),e);else for(var n in t)Ti.call(t,n)&&_t(e,n,t[n])}),Ns=vr(function(e,t){dr(t,ei(t),e)}),Es=vr(function(e,t,n,r){dr(t,ei(t),e,r)}),Vs=vr(function(e,t,n,r){dr(t,Ko(t),e,r)}),Ys=Rr(Ct),qs=Mn(function(e,t){e=ji(e);var n=-1,r=t.length,o=r>2?t[2]:H;for(o&&Xr(t[0],t[1],o)&&(r=1);++n<r;)for(var i=t[n],a=ei(i),s=-1,l=a.length;++s<l;){var u=a[s],c=e[u];(c===H||Oo(c,Ci[u])&&!Ti.call(e,u))&&(e[u]=i[u])}return e}),Hs=Mn(function(e){return e.push(H,zr),i(Gs,H,e)}),Ws=wr(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Pi.call(t)),e[t]=n},ai(si)),Js=wr(function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=Pi.call(t)),Ti.call(e,t)?e[t].push(n):e[t]=[n]},Nr),Xs=Mn(hn),Zs=vr(function(e,t,n){An(e,t,n)}),Gs=vr(function(e,t,n,r){An(e,t,n,r)}),Qs=Rr(function(e,t){var n={};if(null==e)return n;var r=!1;t=v(t,function(t){return t=nr(t,e),r||(r=t.length>1),t}),dr(e,$r(e),n),r&&(n=Dt(n,7,Ir));for(var o=t.length;o--;)Jn(n,t[o]);return n}),Ks=Rr(function(e,t){return null==e?{}:function(e,t){return Bn(e,t,function(t,n){return Qo(e,n)})}(e,t)}),el=Br(Ko),tl=Br(ei),nl=gr(function(e,t,n){return t=t.toLowerCase(),e+(n?ri(t):t)}),rl=gr(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}),ol=gr(function(e,t,n){return e+(n?" ":"")+t.toLowerCase()}),il=mr("toLowerCase"),al=gr(function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}),sl=gr(function(e,t,n){return e+(n?" ":"")+ul(t)}),ll=gr(function(e,t,n){return e+(n?" ":"")+t.toUpperCase()}),ul=mr("toUpperCase"),cl=Mn(function(e,t){try{return i(e,H,t)}catch(e){return Io(e)?e:new gi(e)}}),dl=Rr(function(e,t){return s(t,function(t){t=lo(t),St(e,t,ys(e[t],e))}),e}),fl=jr(),vl=jr(!0),pl=Mn(function(e,t){return function(n){return hn(n,e,t)}}),hl=Mn(function(e,t){return function(n){return hn(e,n,t)}}),ml=kr(v),gl=kr(u),yl=kr(g),bl=Cr(),jl=Cr(!0),_l=xr(function(e,t){return e+t},0),wl=Tr("ceil"),xl=xr(function(e,t){return e/t},1),kl=Tr("floor"),Sl=xr(function(e,t){return e*t},1),Cl=Tr("round"),Al=xr(function(e,t){return e-t},0);return n.after=function(e,t){if("function"!=typeof t)throw new xi(W);return e=Ho(e),function(){if(--e<1)return t.apply(this,arguments)}},n.ary=Co,n.assign=Ls,n.assignIn=Ns,n.assignInWith=Es,n.assignWith=Vs,n.at=Ys,n.before=Ao,n.bind=ys,n.bindAll=dl,n.bindKey=bs,n.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Bs(e)?e:[e]},n.chain=_o,n.chunk=function(e,t,n){t=(n?Xr(e,t,n):t===H)?1:oa(Ho(t),0);var r=null==e?0:e.length;if(!r||t<1)return[];for(var o=0,i=0,a=hi(Gi(r/t));o<r;)a[i++]=Ln(e,o,o+=t);return a},n.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,o=[];++t<n;){var i=e[t];i&&(o[r++]=i)}return o},n.concat=function(){var e=arguments.length;if(!e)return[];for(var t=hi(e-1),n=arguments[0],r=e;r--;)t[r-1]=arguments[r];return p(Bs(n)?cr(n):[n],Vt(t,1))},n.cond=function(e){var t=null==e?0:e.length,n=Nr();return e=t?v(e,function(e){if("function"!=typeof e[1])throw new xi(W);return[n(e[0]),e[1]]}):[],Mn(function(n){for(var r=-1;++r<t;){var o=e[r];if(i(o[0],this,n))return i(o[1],this,n)}})},n.conforms=function(e){return function(e){var t=Ko(e);return function(n){return Tt(n,e,t)}}(Dt(e,1))},n.constant=ai,n.countBy=us,n.create=function(e,t){var n=Ca(e);return null==t?n:kt(n,t)},n.curry=function e(t,n,r){var o=Or(t,8,H,H,H,H,H,n=r?H:n);return o.placeholder=e.placeholder,o},n.curryRight=function e(t,n,r){var o=Or(t,Z,H,H,H,H,H,n=r?H:n);return o.placeholder=e.placeholder,o},n.debounce=Do,n.defaults=qs,n.defaultsDeep=Hs,n.defer=js,n.delay=_s,n.difference=qa,n.differenceBy=Ha,n.differenceWith=Wa,n.drop=function(e,t,n){var r=null==e?0:e.length;return r?Ln(e,(t=n||t===H?1:Ho(t))<0?0:t,r):[]},n.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?Ln(e,0,(t=r-(t=n||t===H?1:Ho(t)))<0?0:t):[]},n.dropRightWhile=function(e,t){return e&&e.length?Zn(e,Nr(t,3),!0,!0):[]},n.dropWhile=function(e,t){return e&&e.length?Zn(e,Nr(t,3),!0):[]},n.fill=function(e,t,n,r){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&Xr(e,t,n)&&(n=0,r=o),function(e,t,n,r){var o=e.length;for((n=Ho(n))<0&&(n=-n>o?0:o+n),(r=r===H||r>o?o:Ho(r))<0&&(r+=o),r=n>r?0:Wo(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},n.filter=function(e,t){return(Bs(e)?c:Ut)(e,Nr(t,3))},n.flatMap=function(e,t){return Vt(So(e,t),1)},n.flatMapDeep=function(e,t){return Vt(So(e,t),te)},n.flatMapDepth=function(e,t,n){return n=n===H?1:Ho(n),Vt(So(e,t),n)},n.flatten=po,n.flattenDeep=function(e){return(null==e?0:e.length)?Vt(e,te):[]},n.flattenDepth=function(e,t){return(null==e?0:e.length)?Vt(e,t=t===H?1:Ho(t)):[]},n.flip=function(e){return Or(e,512)},n.flow=fl,n.flowRight=vl,n.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var o=e[t];r[o[0]]=o[1]}return r},n.functions=function(e){return null==e?[]:Xt(e,Ko(e))},n.functionsIn=function(e){return null==e?[]:Xt(e,ei(e))},n.groupBy=fs,n.initial=function(e){return(null==e?0:e.length)?Ln(e,0,-1):[]},n.intersection=Ja,n.intersectionBy=Xa,n.intersectionWith=Za,n.invert=Ws,n.invertBy=Js,n.invokeMap=vs,n.iteratee=li,n.keyBy=ps,n.keys=Ko,n.keysIn=ei,n.map=So,n.mapKeys=function(e,t){var n={};return t=Nr(t,3),Ht(e,function(e,r,o){St(n,t(e,r,o),e)}),n},n.mapValues=function(e,t){var n={};return t=Nr(t,3),Ht(e,function(e,r,o){St(n,r,t(e,r,o))}),n},n.matches=function(e){return Sn(Dt(e,1))},n.matchesProperty=function(e,t){return Cn(e,Dt(t,1))},n.memoize=To,n.merge=Zs,n.mergeWith=Gs,n.method=pl,n.methodOf=hl,n.mixin=ui,n.negate=Bo,n.nthArg=function(e){return e=Ho(e),Mn(function(t){return Dn(t,e)})},n.omit=Qs,n.omitBy=function(e,t){return ti(e,Bo(Nr(t)))},n.once=function(e){return Ao(2,e)},n.orderBy=function(e,t,n,r){return null==e?[]:(Bs(t)||(t=null==t?[]:[t]),Bs(n=r?H:n)||(n=null==n?[]:[n]),Tn(e,t,n))},n.over=ml,n.overArgs=xs,n.overEvery=gl,n.overSome=yl,n.partial=ks,n.partialRight=Ss,n.partition=hs,n.pick=Ks,n.pickBy=ti,n.property=di,n.propertyOf=function(e){return function(t){return null==e?H:Zt(e,t)}},n.pull=Ga,n.pullAll=go,n.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?On(e,t,Nr(n,2)):e},n.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?On(e,t,H,n):e},n.pullAt=Qa,n.range=bl,n.rangeRight=jl,n.rearg=Cs,n.reject=function(e,t){return(Bs(e)?c:Ut)(e,Bo(Nr(t,3)))},n.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,o=[],i=e.length;for(t=Nr(t,3);++r<i;){var a=e[r];t(a,r,e)&&(n.push(a),o.push(r))}return Pn(e,o),n},n.rest=function(e,t){if("function"!=typeof e)throw new xi(W);return Mn(e,t=t===H?t:Ho(t))},n.reverse=yo,n.sampleSize=function(e,t,n){return t=(n?Xr(e,t,n):t===H)?1:Ho(t),(Bs(e)?yt:Un)(e,t)},n.set=function(e,t,n){return null==e?e:$n(e,t,n)},n.setWith=function(e,t,n,r){return r="function"==typeof r?r:H,null==e?e:$n(e,t,n,r)},n.shuffle=function(e){return(Bs(e)?bt:Fn)(e)},n.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&Xr(e,t,n)?(t=0,n=r):(t=null==t?0:Ho(t),n=n===H?r:Ho(n)),Ln(e,t,n)):[]},n.sortBy=ms,n.sortedUniq=function(e){return e&&e.length?Yn(e):[]},n.sortedUniqBy=function(e,t){return e&&e.length?Yn(e,Nr(t,2)):[]},n.split=function(e,t,n){return n&&"number"!=typeof n&&Xr(e,t,n)&&(t=n=H),(n=n===H?oe:n>>>0)?(e=Zo(e))&&("string"==typeof t||null!=t&&!Ms(t))&&!(t=Hn(t))&&U(e)?rr(Y(e),0,n):e.split(t,n):[]},n.spread=function(e,t){if("function"!=typeof e)throw new xi(W);return t=null==t?0:oa(Ho(t),0),Mn(function(n){var r=n[t],o=rr(n,0,t);return r&&p(o,r),i(e,this,o)})},n.tail=function(e){var t=null==e?0:e.length;return t?Ln(e,1,t):[]},n.take=function(e,t,n){return e&&e.length?Ln(e,0,(t=n||t===H?1:Ho(t))<0?0:t):[]},n.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?Ln(e,(t=r-(t=n||t===H?1:Ho(t)))<0?0:t,r):[]},n.takeRightWhile=function(e,t){return e&&e.length?Zn(e,Nr(t,3),!1,!0):[]},n.takeWhile=function(e,t){return e&&e.length?Zn(e,Nr(t,3)):[]},n.tap=function(e,t){return t(e),e},n.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new xi(W);return $o(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Do(e,t,{leading:r,maxWait:t,trailing:o})},n.thru=wo,n.toArray=Yo,n.toPairs=el,n.toPairsIn=tl,n.toPath=function(e){return Bs(e)?v(e,lo):Vo(e)?[e]:cr(Ya(Zo(e)))},n.toPlainObject=Xo,n.transform=function(e,t,n){var r=Bs(e),o=r||Ps(e)||Us(e);if(t=Nr(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:$o(e)&&Mo(i)?Ca(Li(e)):{}}return(o?s:Ht)(e,function(e,r,o){return t(n,e,r,o)}),n},n.unary=function(e){return Co(e,1)},n.union=Ka,n.unionBy=es,n.unionWith=ts,n.uniq=function(e){return e&&e.length?Wn(e):[]},n.uniqBy=function(e,t){return e&&e.length?Wn(e,Nr(t,2)):[]},n.uniqWith=function(e,t){return t="function"==typeof t?t:H,e&&e.length?Wn(e,H,t):[]},n.unset=function(e,t){return null==e||Jn(e,t)},n.unzip=bo,n.unzipWith=jo,n.update=function(e,t,n){return null==e?e:Xn(e,t,tr(n))},n.updateWith=function(e,t,n,r){return r="function"==typeof r?r:H,null==e?e:Xn(e,t,tr(n),r)},n.values=ni,n.valuesIn=function(e){return null==e?[]:O(e,ei(e))},n.without=ns,n.words=ii,n.wrap=function(e,t){return ks(tr(t),e)},n.xor=rs,n.xorBy=os,n.xorWith=is,n.zip=as,n.zipObject=function(e,t){return Kn(e||[],t||[],_t)},n.zipObjectDeep=function(e,t){return Kn(e||[],t||[],$n)},n.zipWith=ss,n.entries=el,n.entriesIn=tl,n.extend=Ns,n.extendWith=Es,ui(n,n),n.add=_l,n.attempt=cl,n.camelCase=nl,n.capitalize=ri,n.ceil=wl,n.clamp=function(e,t,n){return n===H&&(n=t,t=H),n!==H&&(n=(n=Jo(n))==n?n:0),t!==H&&(t=(t=Jo(t))==t?t:0),At(Jo(e),t,n)},n.clone=function(e){return Dt(e,4)},n.cloneDeep=function(e){return Dt(e,5)},n.cloneDeepWith=function(e,t){return Dt(e,5,t="function"==typeof t?t:H)},n.cloneWith=function(e,t){return Dt(e,4,t="function"==typeof t?t:H)},n.conformsTo=function(e,t){return null==t||Tt(e,t,Ko(t))},n.deburr=oi,n.defaultTo=function(e,t){return null==e||e!=e?t:e},n.divide=xl,n.endsWith=function(e,t,n){e=Zo(e),t=Hn(t);var r=e.length,o=n=n===H?r:At(Ho(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},n.eq=Oo,n.escape=function(e){return(e=Zo(e))&&Fe.test(e)?e.replace(Ue,un):e},n.escapeRegExp=function(e){return(e=Zo(e))&&We.test(e)?e.replace(He,"\\$&"):e},n.every=function(e,t,n){var r=Bs(e)?u:Pt;return n&&Xr(e,t,n)&&(t=H),r(e,Nr(t,3))},n.find=cs,n.findIndex=fo,n.findKey=function(e,t){return y(e,Nr(t,3),Ht)},n.findLast=ds,n.findLastIndex=vo,n.findLastKey=function(e,t){return y(e,Nr(t,3),Wt)},n.floor=kl,n.forEach=xo,n.forEachRight=ko,n.forIn=function(e,t){return null==e?e:Ta(e,Nr(t,3),ei)},n.forInRight=function(e,t){return null==e?e:Ba(e,Nr(t,3),ei)},n.forOwn=function(e,t){return e&&Ht(e,Nr(t,3))},n.forOwnRight=function(e,t){return e&&Wt(e,Nr(t,3))},n.get=Go,n.gt=As,n.gte=Ds,n.has=function(e,t){return null!=e&&qr(e,t,fn)},n.hasIn=Qo,n.head=ho,n.identity=si,n.includes=function(e,t,n,r){e=Po(e)?e:ni(e),n=n&&!r?Ho(n):0;var o=e.length;return n<0&&(n=oa(o+n,0)),Eo(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&j(e,t,n)>-1},n.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:Ho(n);return o<0&&(o=oa(r+o,0)),j(e,t,o)},n.inRange=function(e,t,n){return t=qo(t),n===H?(n=t,t=0):n=qo(n),function(e,t,n){return e>=ia(t,n)&&e<oa(t,n)}(e=Jo(e),t,n)},n.invoke=Xs,n.isArguments=Ts,n.isArray=Bs,n.isArrayBuffer=Os,n.isArrayLike=Po,n.isArrayLikeObject=zo,n.isBoolean=function(e){return!0===e||!1===e||Fo(e)&&Kt(e)==le},n.isBuffer=Ps,n.isDate=zs,n.isElement=function(e){return Fo(e)&&1===e.nodeType&&!No(e)},n.isEmpty=function(e){if(null==e)return!0;if(Po(e)&&(Bs(e)||"string"==typeof e||"function"==typeof e.splice||Ps(e)||Us(e)||Ts(e)))return!e.length;var t=Fa(e);if(t==ve||t==ye)return!e.size;if(Qr(e))return!_n(e).length;for(var n in e)if(Ti.call(e,n))return!1;return!0},n.isEqual=function(e,t){return gn(e,t)},n.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:H)?n(e,t):H;return r===H?gn(e,t,H,n):!!r},n.isError=Io,n.isFinite=function(e){return"number"==typeof e&&ta(e)},n.isFunction=Mo,n.isInteger=Ro,n.isLength=Uo,n.isMap=Is,n.isMatch=function(e,t){return e===t||yn(e,t,Vr(t))},n.isMatchWith=function(e,t,n){return n="function"==typeof n?n:H,yn(e,t,Vr(t),n)},n.isNaN=function(e){return Lo(e)&&e!=+e},n.isNative=function(e){if(La(e))throw new gi("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return bn(e)},n.isNil=function(e){return null==e},n.isNull=function(e){return null===e},n.isNumber=Lo,n.isObject=$o,n.isObjectLike=Fo,n.isPlainObject=No,n.isRegExp=Ms,n.isSafeInteger=function(e){return Ro(e)&&e>=-9007199254740991&&e<=ne},n.isSet=Rs,n.isString=Eo,n.isSymbol=Vo,n.isTypedArray=Us,n.isUndefined=function(e){return e===H},n.isWeakMap=function(e){return Fo(e)&&Fa(e)==_e},n.isWeakSet=function(e){return Fo(e)&&"[object WeakSet]"==Kt(e)},n.join=function(e,t){return null==e?"":na.call(e,t)},n.kebabCase=rl,n.last=mo,n.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return n!==H&&(o=(o=Ho(n))<0?oa(r+o,0):ia(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):b(e,w,o,!0)},n.lowerCase=ol,n.lowerFirst=il,n.lt=$s,n.lte=Fs,n.max=function(e){return e&&e.length?Mt(e,si,sn):H},n.maxBy=function(e,t){return e&&e.length?Mt(e,Nr(t,2),sn):H},n.mean=function(e){return x(e,si)},n.meanBy=function(e,t){return x(e,Nr(t,2))},n.min=function(e){return e&&e.length?Mt(e,si,xn):H},n.minBy=function(e,t){return e&&e.length?Mt(e,Nr(t,2),xn):H},n.stubArray=fi,n.stubFalse=vi,n.stubObject=function(){return{}},n.stubString=function(){return""},n.stubTrue=function(){return!0},n.multiply=Sl,n.nth=function(e,t){return e&&e.length?Dn(e,Ho(t)):H},n.noConflict=function(){return Jt._===this&&(Jt._=Ii),this},n.noop=ci,n.now=gs,n.pad=function(e,t,n){e=Zo(e);var r=(t=Ho(t))?V(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Sr(Qi(o),n)+e+Sr(Gi(o),n)},n.padEnd=function(e,t,n){e=Zo(e);var r=(t=Ho(t))?V(e):0;return t&&r<t?e+Sr(t-r,n):e},n.padStart=function(e,t,n){e=Zo(e);var r=(t=Ho(t))?V(e):0;return t&&r<t?Sr(t-r,n)+e:e},n.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),sa(Zo(e).replace(Je,""),t||0)},n.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Xr(e,t,n)&&(t=n=H),n===H&&("boolean"==typeof t?(n=t,t=H):"boolean"==typeof e&&(n=e,e=H)),e===H&&t===H?(e=0,t=1):(e=qo(e),t===H?(t=e,e=0):t=qo(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=la();return ia(e+o*(t-e+Yt("1e-"+((o+"").length-1))),t)}return zn(e,t)},n.reduce=function(e,t,n){var r=Bs(e)?h:C,o=arguments.length<3;return r(e,Nr(t,4),n,o,Aa)},n.reduceRight=function(e,t,n){var r=Bs(e)?m:C,o=arguments.length<3;return r(e,Nr(t,4),n,o,Da)},n.repeat=function(e,t,n){return t=(n?Xr(e,t,n):t===H)?1:Ho(t),In(Zo(e),t)},n.replace=function(){var e=arguments,t=Zo(e[0]);return e.length<3?t:t.replace(e[1],e[2])},n.result=function(e,t,n){var r=-1,o=(t=nr(t,e)).length;for(o||(o=1,e=H);++r<o;){var i=null==e?H:e[lo(t[r])];i===H&&(r=o,i=n),e=Mo(i)?i.call(e):i}return e},n.round=Cl,n.runInContext=e,n.sample=function(e){return(Bs(e)?gt:Rn)(e)},n.size=function(e){if(null==e)return 0;if(Po(e))return Eo(e)?V(e):e.length;var t=Fa(e);return t==ve||t==ye?e.size:_n(e).length},n.snakeCase=al,n.some=function(e,t,n){var r=Bs(e)?g:Nn;return n&&Xr(e,t,n)&&(t=H),r(e,Nr(t,3))},n.sortedIndex=function(e,t){return En(e,t)},n.sortedIndexBy=function(e,t,n){return Vn(e,t,Nr(n,2))},n.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=En(e,t);if(r<n&&Oo(e[r],t))return r}return-1},n.sortedLastIndex=function(e,t){return En(e,t,!0)},n.sortedLastIndexBy=function(e,t,n){return Vn(e,t,Nr(n,2),!0)},n.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=En(e,t,!0)-1;if(Oo(e[n],t))return n}return-1},n.startCase=sl,n.startsWith=function(e,t,n){return e=Zo(e),n=null==n?0:At(Ho(n),0,e.length),t=Hn(t),e.slice(n,n+t.length)==t},n.subtract=Al,n.sum=function(e){return e&&e.length?A(e,si):0},n.sumBy=function(e,t){return e&&e.length?A(e,Nr(t,2)):0},n.template=function(e,t,r){var o=n.templateSettings;r&&Xr(e,t,r)&&(t=H),e=Zo(e),t=Es({},t,o,Pr);var i,a,s=Es({},t.imports,o.imports,Pr),l=Ko(s),u=O(s,l),c=0,d=t.interpolate||ct,f="__p += '",v=_i((t.escape||ct).source+"|"+d.source+"|"+(d===Ee?nt:ct).source+"|"+(t.evaluate||ct).source+"|$","g"),p="//# sourceURL="+(Ti.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Lt+"]")+"\n";e.replace(v,function(t,n,r,o,s,l){return r||(r=o),f+=e.slice(c,l).replace(dt,R),n&&(i=!0,f+="' +\n__e("+n+") +\n'"),s&&(a=!0,f+="';\n"+s+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),c=l+t.length,t}),f+="';\n";var h=Ti.call(t,"variable")&&t.variable;if(h){if(et.test(h))throw new gi("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(a?f.replace(ze,""):f).replace(Ie,"$1").replace(Me,"$1;"),f="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var m=cl(function(){return yi(l,p+"return "+f).apply(H,u)});if(m.source=f,Io(m))throw m;return m},n.times=function(e,t){if((e=Ho(e))<1||e>ne)return[];var n=oe,r=ia(e,oe);t=Nr(t),e-=oe;for(var o=D(r,t);++n<e;)t(n);return o},n.toFinite=qo,n.toInteger=Ho,n.toLength=Wo,n.toLower=function(e){return Zo(e).toLowerCase()},n.toNumber=Jo,n.toSafeInteger=function(e){return e?At(Ho(e),-9007199254740991,ne):0===e?e:0},n.toString=Zo,n.toUpper=function(e){return Zo(e).toUpperCase()},n.trim=function(e,t,n){if((e=Zo(e))&&(n||t===H))return T(e);if(!e||!(t=Hn(t)))return e;var r=Y(e),o=Y(t);return rr(r,z(r,o),I(r,o)+1).join("")},n.trimEnd=function(e,t,n){if((e=Zo(e))&&(n||t===H))return e.slice(0,q(e)+1);if(!e||!(t=Hn(t)))return e;var r=Y(e);return rr(r,0,I(r,Y(t))+1).join("")},n.trimStart=function(e,t,n){if((e=Zo(e))&&(n||t===H))return e.replace(Je,"");if(!e||!(t=Hn(t)))return e;var r=Y(e);return rr(r,z(r,Y(t))).join("")},n.truncate=function(e,t){var n=30,r="...";if($o(t)){var o="separator"in t?t.separator:o;n="length"in t?Ho(t.length):n,r="omission"in t?Hn(t.omission):r}var i=(e=Zo(e)).length;if(U(e)){var a=Y(e);i=a.length}if(n>=i)return e;var s=n-V(r);if(s<1)return r;var l=a?rr(a,0,s).join(""):e.slice(0,s);if(o===H)return l+r;if(a&&(s+=l.length-s),Ms(o)){if(e.slice(s).search(o)){var u,c=l;for(o.global||(o=_i(o.source,Zo(rt.exec(o))+"g")),o.lastIndex=0;u=o.exec(c);)var d=u.index;l=l.slice(0,d===H?s:d)}}else if(e.indexOf(Hn(o),s)!=s){var f=l.lastIndexOf(o);f>-1&&(l=l.slice(0,f))}return l+r},n.unescape=function(e){return(e=Zo(e))&&$e.test(e)?e.replace(Re,cn):e},n.uniqueId=function(e){var t=++Bi;return Zo(e)+t},n.upperCase=ll,n.upperFirst=ul,n.each=xo,n.eachRight=ko,n.first=ho,ui(n,(ws={},Ht(n,function(e,t){Ti.call(n.prototype,t)||(ws[t]=e)}),ws),{chain:!1}),n.VERSION="4.17.21",s(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){n[e].placeholder=n}),s(["drop","take"],function(e,t){S.prototype[e]=function(n){n=n===H?1:oa(Ho(n),0);var r=this.__filtered__&&!t?new S(this):this.clone();return r.__filtered__?r.__takeCount__=ia(n,r.__takeCount__):r.__views__.push({size:ia(n,oe),type:e+(r.__dir__<0?"Right":"")}),r},S.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),s(["filter","map","takeWhile"],function(e,t){var n=t+1,r=1==n||3==n;S.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Nr(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}}),s(["head","last"],function(e,t){var n="take"+(t?"Right":"");S.prototype[e]=function(){return this[n](1).value()[0]}}),s(["initial","tail"],function(e,t){var n="drop"+(t?"":"Right");S.prototype[e]=function(){return this.__filtered__?new S(this):this[n](1)}}),S.prototype.compact=function(){return this.filter(si)},S.prototype.find=function(e){return this.filter(e).head()},S.prototype.findLast=function(e){return this.reverse().find(e)},S.prototype.invokeMap=Mn(function(e,t){return"function"==typeof e?new S(this):this.map(function(n){return hn(n,e,t)})}),S.prototype.reject=function(e){return this.filter(Bo(Nr(e)))},S.prototype.slice=function(e,t){e=Ho(e);var n=this;return n.__filtered__&&(e>0||t<0)?new S(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==H&&(n=(t=Ho(t))<0?n.dropRight(-t):n.take(t-e)),n)},S.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},S.prototype.toArray=function(){return this.take(oe)},Ht(S.prototype,function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),a=n[i?"take"+("last"==t?"Right":""):t],s=i||/^find/.test(t);a&&(n.prototype[t]=function(){var t=this.__wrapped__,l=i?[1]:arguments,u=t instanceof S,c=l[0],d=u||Bs(t),f=function(e){var t=a.apply(n,p([e],l));return i&&v?t[0]:t};d&&r&&"function"==typeof c&&1!=c.length&&(u=d=!1);var v=this.__chain__,h=!!this.__actions__.length,m=s&&!v,g=u&&!h;if(!s&&d){t=g?t:new S(this);var y=e.apply(t,l);return y.__actions__.push({func:wo,args:[f],thisArg:H}),new o(y,v)}return m&&g?e.apply(this,l):(y=this.thru(f),m?i?y.value()[0]:y.value():y)})}),s(["pop","push","shift","sort","splice","unshift"],function(e){var t=ki[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",o=/^(?:pop|shift)$/.test(e);n.prototype[e]=function(){var e=arguments;if(o&&!this.__chain__){var n=this.value();return t.apply(Bs(n)?n:[],e)}return this[r](function(n){return t.apply(Bs(n)?n:[],e)})}}),Ht(S.prototype,function(e,t){var r=n[t];if(r){var o=r.name+"";Ti.call(ga,o)||(ga[o]=[]),ga[o].push({name:t,func:r})}}),ga[_r(H,2).name]=[{name:"wrapper",func:H}],S.prototype.clone=function(){var e=new S(this.__wrapped__);return e.__actions__=cr(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=cr(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=cr(this.__views__),e},S.prototype.reverse=function(){if(this.__filtered__){var e=new S(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},S.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Bs(e),r=t<0,o=n?e.length:0,i=function(e,t,n){for(var r=-1,o=n.length;++r<o;){var i=n[r],a=i.size;switch(i.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=ia(t,e+a);break;case"takeRight":e=oa(e,t-a)}}return{start:e,end:t}}(0,o,this.__views__),a=i.start,s=i.end,l=s-a,u=r?s:a-1,c=this.__iteratees__,d=c.length,f=0,v=ia(l,this.__takeCount__);if(!n||!r&&o==l&&v==l)return Gn(e,this.__actions__);var p=[];e:for(;l--&&f<v;){for(var h=-1,m=e[u+=t];++h<d;){var g=c[h],y=g.iteratee,b=g.type,j=y(m);if(2==b)m=j;else if(!j){if(1==b)continue e;break e}}p[f++]=m}return p},n.prototype.at=ls,n.prototype.chain=function(){return _o(this)},n.prototype.commit=function(){return new o(this.value(),this.__chain__)},n.prototype.next=function(){this.__values__===H&&(this.__values__=Yo(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?H:this.__values__[this.__index__++]}},n.prototype.plant=function(e){for(var t,n=this;n instanceof r;){var o=co(n);o.__index__=0,o.__values__=H,t?i.__wrapped__=o:t=o;var i=o;n=n.__wrapped__}return i.__wrapped__=e,t},n.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof S){var t=e;return this.__actions__.length&&(t=new S(this)),(t=t.reverse()).__actions__.push({func:wo,args:[yo],thisArg:H}),new o(t,this.__chain__)}return this.thru(yo)},n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=function(){return Gn(this.__wrapped__,this.__actions__)},n.prototype.first=n.prototype.head,qi&&(n.prototype[qi]=function(){return this}),n}();Jt._=dn,(o=function(){return dn}.call(t,n,t,r))===H||(r.exports=o)}).call(this)}).call(this,n("yLpj"),n("YuTi")(e))},OKyS:function(e,t,n){var r=n("LboF"),o=n("8MIm");"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.i,o,""]]),r(o,{insert:"head",singleton:!1}),e.exports=o.locals||{}},UBF9:function(e,t,n){"use strict";var r=n("8eWk");n.n(r).a},YuTi:function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},qFNJ:function(e,t,n){(e.exports=n("I1BE")(void 0)).push([e.i,'.video-wrapper .show-time .video-js .vjs-time-control:not(.vjs-remaining-time){padding-left:.5em;padding-right:0;min-width:0;display:block}.video-wrapper .video-js .vjs-remaining-time{display:none}.video-wrapper .live .vjs-progress-control{visibility:hidden}.video-wrapper .av-loading .vjs-big-play-button,.video-wrapper .live .vjs-remaining-time,.video-wrapper .live .vjs-time-control{display:none}.video-wrapper .hide-big-play-button .vjs-big-play-button,.video-wrapper .hide-controls .vjs-control-bar,.video-wrapper .hide-fluent-button .live-player-fluent-btn,.video-wrapper .hide-fullscreen-button .vjs-fullscreen-control,.video-wrapper .hide-live-text .video-js .vjs-live-control .vjs-live-display,.video-wrapper .hide-pic-in-pic .video-js .vjs-picture-in-picture-control,.video-wrapper .hide-snapshot-button .vjs-snapshot-control,.video-wrapper .hide-stretch-button .live-player-stretch-btn,.video-wrapper .hide-waiting .vjs-seeking .vjs-loading-spinner,.video-wrapper .hide-waiting .vjs-waiting .vjs-loading-spinner,.video-wrapper .zoom-drawing .video-slot,.video-wrapper .zoom-drawing .video-title,.video-wrapper .zoom-drawing .vjs-control-bar{display:none!important}.video-wrapper .alt{position:absolute;left:0;top:0;right:0;bottom:0;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;color:#fff;text-align:center}.video-wrapper .alt>table{width:100%;height:100%}.video-wrapper .alt>table tr>td{vertical-align:middle}.video-wrapper .video-js .video-water{pointer-events:none;left:0;top:0;right:0;bottom:0;position:absolute}.video-wrapper .video-js .video-slot{font-size:14px}.video-wrapper .video-js .video-title{font-size:14px;position:absolute;top:5px;right:5px;color:#fff;background-color:hsla(0,0%,50%,.5);border-radius:2px;padding:5px;max-width:120px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.video-wrapper .video-js .vjs-control-bar .vjs-button{cursor:pointer;outline:none}.video-wrapper .video-js .vjs-control-bar .vjs-icon-cog:before,.video-wrapper .video-js .vjs-control-bar .vjs-icon-spinner:before{font-size:1.4em;line-height:1.87}.video-wrapper .video-js .vjs-control-bar .vjs-playback-rate .vjs-menu :focus:not(:focus-visible){outline:none;background:#fff}.video-wrapper .vjs-error-display{display:none}.video-wrapper .video-js .vjs-time-control{font-size:1.035em;line-height:2.93em}.video-wrapper .vjs-resolution-button{color:#ccc;font-family:VideoJS}.video-wrapper .vjs-resolution-button .vjs-resolution-button-staticlabel:before{content:"\\F110";font-size:1.8em;line-height:1.7em}.video-wrapper .vjs-resolution-button .vjs-resolution-button-label{width:100%;height:.6em;display:block!important}.video-wrapper .vjs-resolution-button .vjs-resolution-button-label-ie{width:100%;height:.4em;display:block!important}.video-wrapper .vjs-resolution-button ul.vjs-menu-content{width:4em!important}.video-wrapper .vjs-resolution-button .vjs-menu{left:0}.video-wrapper .vjs-resolution-button .vjs-menu li{text-transform:none;font-size:1em;line-height:1.5em;font-family:Arial,Helvetica,sans-serif}.video-wrapper .vjs-audio-button{display:none!important}.video-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-wrapper .vjs-button>.vjs-icon-placeholder:before{position:relative!important}.video-wrapper .video-js .vjs-play-progress:before{top:-.33em!important}.video-wrapper .video-js .vjs-control:focus,.video-wrapper .video-js .vjs-control:focus:before,.video-wrapper .video-js .vjs-control:hover:before{text-shadow:none!important}@media screen and (-webkit-min-device-pixel-ratio:0){.video-wrapper .video-js .vjs-control-bar{font-size:14px}.video-wrapper .video-js .vjs-slider-vertical .vjs-volume-level:before{left:-.33em!important}}.video-wrapper.video-wrapper-stretch .alt,.video-wrapper.video-wrapper-stretch .video-js .vjs-poster{background-size:100% 100%}',""])},qtAY:function(e,t,n){"use strict";n.r(t),n("OKyS");var r=n("LvDl"),o=n.n(r),i=n("Iab2"),a=n.n(i);videojs.options.controlBar={volumePanel:{inline:!1}},videojs.options.flash.swf="liveplayer.swf",videojs.options.techOrder=["html5","flash"],videojs.log.level("off"),flvjs.LoggingControl.enableAll=!1;var s={name:"live-player",data:function(){return{player:null,liveCheckTimer:0,hlsTimer:0,fluentBtnCls:"live-player-fluent-btn",stretchBtnCls:"live-player-stretch-btn",snapFromOutside:!1,snapForPoster:!1,snapForReload:!1,showSlot:!1,fluent_:!0,muted_:!0,stretch_:!1,poster_:"",subVideoUrl_:"",avLoading:!1,reloadCnt:0,updateTimeAt:0,startAt:0,playAt:0,pauseAt:0,pauseBgAt:0,endedAt:0,errorAt:0,flvMediaDataSource:{},flvConfig:{},resolutionName:{sd:"标清",hd:"高清",fhd:"超清",yh:"原画"},playbackRate_:1,fullscreen:!1,visible:!0,visibleChangeAt:0,speeds:[],zoomDrawing:!1}},props:{videoUrl:{type:String,default:""},subVideoUrl:{type:String,default:""},videoTitle:{type:String,default:""},poster:{default:""},autoplay:{type:Boolean,default:!0},live:{type:Boolean,default:!1},smart:{type:Boolean,default:!1},raw:{type:Boolean,default:!0},loading:{type:Boolean,default:!1},currentTime:{type:Number,default:0},timeout:{type:Number,default:20},alt:{type:String,default:""},muted:{type:Boolean,default:!0},aspect:{type:String,default:"16:9"},videoBufferSize:{type:Number,default:204800},audioBufferSize:{type:Number,default:131072},hlsErrorSeek:{type:Number,default:5},hlsTestMethod:{type:String,default:"HEAD"},hlsTestInterval:{type:Number,default:1e3},reloadInterval:{type:Number,default:1e3},liveInterval:{type:Number,default:15e3},maxPauseSeconds:{type:Number,default:0},pauseWhenHidden:{type:Boolean,default:!0},fluent:{type:Boolean,default:!0},stretch:{type:Boolean,default:!1},loop:{type:Boolean,default:!1},controls:{type:Boolean,default:!0},hideBigPlayButton:{type:Boolean,default:!1},hideSnapshotButton:{type:Boolean,default:!1},hideFullscreenButton:{type:Boolean,default:!1},hideFluentButton:{type:Boolean,default:!1},hideStretchButton:{type:Boolean,default:!1},hidePicInPic:{type:Boolean,default:!0},hideWaiting:{type:Boolean,default:!0},hideLiveText:{type:Boolean,default:!1},showTime:{type:Boolean,default:function(){return!videojs.browser.IS_IOS&&!videojs.browser.IS_ANDROID}},showSpeed:{type:Boolean,default:!1},showCustomButton:{type:Boolean,default:!0},showCameraButton:{type:Boolean,default:!videojs.browser.IS_SAFARI&&!videojs.browser.IS_IOS&&!videojs.browser.IS_ANDROID},debug:{type:Boolean,default:!1},hasvideo:{type:Boolean,default:void 0},hasaudio:{type:Boolean,default:void 0},resolution:{type:String,default:""},resolutiondefault:{type:String,default:"hd"},playbackRates:{type:Array,default:function(){return videojs.browser.IS_IOS||videojs.browser.IS_ANDROID?[]:[.5,1,2,3]}},playbackRate:{type:Number,default:1},cors:{type:Boolean,default:!0},withCredentials:{type:Boolean,default:!1},customButtons:{type:String,default:""},autofocus:{type:Boolean,default:!1},dblclickFullscreen:{type:Boolean,default:!0},language:{type:String,default:navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"},disableContextMenu:{type:Boolean,default:!1},water:{type:String,default:""},waterMark:{type:String,default:""},watermark:{type:String,default:""},wm:{type:String,default:""},waterFont:{type:String,default:""},waterColor:{type:String,default:"rgba(240, 240, 240, 0.25)"},waterWidth:{type:Number,default:256},waterHeight:{type:Number,default:144},waterRotate:{type:Number,default:-20*Math.PI/120},rotate:{type:Number,default:0},rotateX:{type:Number,default:0},rotateY:{type:Number,default:0},bgTimeout:{type:Number,default:0},digitalZoom:{type:Boolean,default:!1},digitalZoomColor:{type:String,default:"rgba(235, 235, 235, 0.8)"}},beforeDestroy:function(){this.destroyVideoJS()},deactivated:function(){this.destroyVideoJS()},watch:{videoUrl:function(e){this.videoUrl?this.poster_=this.poster:this.poster_="",this.smart&&!this.subVideoUrl&&this.videoUrl&&(0!=this.videoUrl.indexOf("webrtc")||/_sub(\?|$)/.test(this.videoUrl)?/.flv(\?|$)/.test(this.videoUrl)&&!/_sub.flv(\?|$)/.test(this.videoUrl)?this.subVideoUrl_=this.videoUrl.replace(/(.flv(\?|$))/,"_sub$1"):/\/live.m3u8(\?|$)/.test(this.videoUrl)&&!/_sub\/live.m3u8(\?|$)/.test(this.videoUrl)&&(this.subVideoUrl_=this.videoUrl.replace(/(\/live.m3u8(\?|$))/,"_sub$1")):this.subVideoUrl_=this.videoUrl.replace(/(\?|$)/,"_sub$1")),this.videoUrl||this.subVideoUrl||(this.subVideoUrl_=""),this.reload()},subVideoUrl:function(e){this.subVideoUrl_=this.subVideoUrl,this.smart&&!this.subVideoUrl_&&this.videoUrl&&(0!=this.videoUrl.indexOf("webrtc")||/_sub(\?|$)/.test(this.videoUrl)?/.flv(\?|$)/.test(this.videoUrl)&&!/_sub.flv(\?|$)/.test(this.videoUrl)?this.subVideoUrl_=this.videoUrl.replace(/(.flv(\?|$))/,"_sub$1"):/\/live.m3u8(\?|$)/.test(this.videoUrl)&&!/_sub\/live.m3u8(\?|$)/.test(this.videoUrl)&&(this.subVideoUrl_=this.videoUrl.replace(/(\/live.m3u8(\?|$))/,"_sub$1")):this.subVideoUrl_=this.videoUrl.replace(/(\?|$)/,"_sub$1")),this.videoUrl||this.subVideoUrl||(this.subVideoUrl_=""),this.reload()},fullscreen:function(e){this.videoUrl&&this.subVideoUrl_&&this.videoUrl!=this.subVideoUrl_&&(this.webrtc&&0==this.videoUrl.indexOf("webrtc")&&0==this.subVideoUrl_.indexOf("webrtc")?this.rtcReloadTech():(this.http||this.ws)&&this.flv&&/\.flv.*$/.test(this.videoUrl)&&/\.flv.*$/.test(this.subVideoUrl_)&&this.flvReloadTech())},fluent:function(e){this.fluent_=e,this.reload()},muted:function(e){this.muted_=e,this.reload()},stretch:function(e){this.stretch_=e,this.reload()},poster:function(e){this.poster_=e},loop:function(e){this.reload()},currentTime:function(e){this.player&&this.player.currentTime(e)},language:function(e){this.reload()}},mounted:function(){this.muted_=this.muted,this.fluent_=this.fluent,this.stretch_=this.stretch,this.poster_=this.poster,this.playbackRate_=this.playbackRate,this.subVideoUrl_=this.subVideoUrl,this.smart&&!this.subVideoUrl_&&this.videoUrl&&(0!=this.videoUrl.indexOf("webrtc")||/_sub(\?|$)/.test(this.videoUrl)?/.flv(\?|$)/.test(this.videoUrl)&&!/_sub.flv(\?|$)/.test(this.videoUrl)?this.subVideoUrl_=this.videoUrl.replace(/(.flv(\?|$))/,"_sub$1"):/\/live.m3u8(\?|$)/.test(this.videoUrl)&&!/_sub\/live.m3u8(\?|$)/.test(this.videoUrl)&&(this.subVideoUrl_=this.videoUrl.replace(/(\/live.m3u8(\?|$))/,"_sub$1")):this.subVideoUrl_=this.videoUrl.replace(/(\?|$)/,"_sub$1")),this.debug&&(videojs.log.level("info"),flvjs.LoggingControl.enableAll=!0),this.initVideoJS()},computed:{videoType:function(){var e="video/mp4";return this.rtmp?e="rtmp/mp4":(this.http||this.ws)&&this.flv?e="video/x-flv":this.m3u8&&(e="application/x-mpegURL"),e},videoWrapperStyle:function(){if("100%"==this.aspect||"fullscreen"==this.aspect)return{width:"100%",height:"100%"};var e=this.aspect.split(":"),t=parseInt(e[0])||16;return{paddingBottom:(parseInt(e[1])||9)/t*100+"%",position:"relative",margin:"0 auto",overflow:"hidden"}},waterStyle:function(){return this.waterText?{background:"url("+this.createBase64()+") left top repeat"}:{}},waterText:function(){return this.water||this.waterMark||this.watermark||this.wm},rtmp:function(){return 0===(this.src||"").indexOf("rtmp")},http:function(){return 0===(this.src||"").indexOf("http")||(this.src||"").indexOf("://")<0},webrtc:function(){return 0===(this.src||"").indexOf("webrtc")},ws:function(){return 0===(this.src||"").indexOf("ws")},mp4:function(){return/\.mp4.*$/.test(this.src||"")},m3u8:function(){return/\.m3u8.*$/.test(this.src||"")},flv:function(){return/\.flv.*$/.test(this.src||"")},alt2:function(){return this.alt?this.alt:"zh-CN"===this.language?"无信号":"No Video"},src:function(){var e=this.subVideoUrl_||this.videoUrl;if(this.fullscreen&&(e=this.videoUrl||this.subVideoUrl_),!e)return"";if(0===e.indexOf("//"))e=location.protocol+e;else if(0===e.indexOf("/"))e=location.protocol+"//"+location.host+e;else if(0===e.indexOf("./")){var t=location.pathname.lastIndexOf("/");e=location.protocol+"//"+location.host+location.pathname.slice(0,t+1)+e.slice(2)}if(this.raw&&flvjs.getFeatureList()&&flvjs.getFeatureList().nativeMP4H265Playback&&(/\.flv.*$/.test(e)||/\.m3u8.*$/.test(e))){var n=e.indexOf("?"),r="";n<0?r="?":e.indexOf("raw=")<n&&(r="&"),r&&(e=e+r+"raw=1")}return e},blankHtml:function(){return this.poster_&&this.src?'\n <div class="alt" style="background-image:url(\''+this.poster_+"');\">\n </div>\n ":'\n <div class="alt">\n <table>\n <tr>\n <td>'+this.alt2+"</td>\n </tr>\n </table>\n </div>\n "},videoHtml:function(){return this.src?this.rtmp||this.http||this.flv||this.mp4||this.webrtc?'\n <video class="video-js vjs-default-skin vjs-big-play-centered" style="width: 100%; height: 100%; '+(this.stretch_?"object-fit: fill;":"")+'"\n webkit-playsinline="" playsinline="" x-webkit-airplay="allow" x5-playsinline=""\n preload="none" poster="'+this.poster_+'" '+(this.muted_?"muted":"")+" "+(this.loop?"loop":"")+'>\n <source src="'+this.src+'" type="'+this.videoType+'"></source>\n <p class="vjs-no-js">\n To view this video please enable JavaScript, and consider upgrading to a web browser that\n <a href="http://videojs.com/html5-video-support/" target="_blank">\n supports HTML5 video\n </a>\n </p>\n </video>\n ':'\n <canvas style="width: 100%; height: 100%;"></canvas>\n ':this.blankHtml}},methods:{isMobile:function(){return videojs.browser.IS_IOS||videojs.browser.IS_ANDROID},hasUsableSWF:function(){return!!(void 0!==window.ActiveXObject?new ActiveXObject("ShockwaveFlash.ShockwaveFlash"):navigator.plugins["Shockwave Flash"])},reload:function(){this.reloadCnt++,this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" reload["+this.reloadCnt+"]"),this.destroyVideoJS(),this.initVideoJS()},flvError:function(e){var t=this;this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" error",e),this.$emit("error",e),this.live&&this.src&&this.reloadInterval>0&&(this.reloadCnt?setTimeout(function(){t.flvReload()},this.reloadInterval):this.flvReload())},flvReload:function(){this.player&&(this.avLoading=!0,!this.endedAt&&!this.player.isFullscreen()&&this.player.cameraButton&&this.visible?this.snapForReload||(this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" snap reload"),this.snapForReload=!0,this.pauseAt=0,this.player.cameraButton.el().click()):this.flvReloadTech())},flvReloadTech:function(){var e=this;if(this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" tech reload"),this.reloadCnt++,this.pauseAt=0,this.player.tech_.flvPlayer.unload(),this.player.tech_.flvPlayer.detachMediaElement(),this.player.tech_.flvPlayer.destroy(),this.player.tech_.flvPlayer=window.flvjs.createPlayer(Object.assign({},this.flvMediaDataSource,{type:void 0===this.flvMediaDataSource.type?"flv":this.flvMediaDataSource.type,url:this.getVideoUrl()}),this.flvConfig),this.player.tech_.flvPlayer.attachMediaElement(this.player.tech_.el_),this.player.tech_.flvPlayer.on("error",function(t){e.flvError(t)}),this.player.tech_.flvPlayer.on("media_info",function(t){e.$emit("media_info",t)}),this.showSpeed){var t=null;this.player.tech_.flvPlayer.on("statistics_info",function(n){if(n&&n.speed)if(e.speeds.length<3){if(e.speeds.push(n.speed),!t){var r=e.$el.querySelectorAll(".video-js .vjs-control-bar .vjs-live-display");r.length>0&&(t=r[0])}}else if(t){e.speeds.shift(),e.speeds.push(n.speed);for(var o=0,i=0;i<e.speeds.length;i++)o+=e.speeds[i]||0;var a=o/e.speeds.length;a=8*a.toFixed(0),t.innerHTML=a+"Kbps"}})}this.player.tech_.flvPlayer.load()},rtcError:function(e){var t=this;this.live&&this.src&&this.reloadInterval>0&&setTimeout(function(){t.rtcReload()},this.reloadInterval)},rtcReload:function(){this.player&&(this.avLoading=!0,!this.endedAt&&!this.player.isFullscreen()&&this.player.cameraButton&&this.visible?this.snapForReload||(this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" snap reload"),this.snapForReload=!0,this.pauseAt=0,this.player.cameraButton.el().click()):this.rtcReloadTech())},rtcReloadTech:function(){this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" tech reload"),this.reloadCnt++,this.pauseAt=0,this.player.tech_.src=this.getVideoUrl(),this.player.tech_.reload()},loadResolutionlist:function(e){var t=this;if(""!=this.resolution){for(var n,r=this.resolution.split(","),o=[],i=0;i<r.length;i++)r[i],this.resolutiondefault,n="yh"==r[i]?this.videoUrl:this.videoUrl.replace(".m3u8","_"+r[i]+".m3u8"),o.push({src:n,type:this.videoType,label:this.resolutionName[r[i]],res:r[i]});e.updateSrc(o),e.on("resolutionchange",function(){t.debug&&console.log("change resolution")})}},getCustomBtn:function(e){var t=this.$el.querySelectorAll(".video-js .vjs-control-bar .vjs-button."+e);return t.length>0?t[0]:null},customFlashButton:function(){var e=this;if(!this.getCustomBtn(this.fluentBtnCls)){for(var t=(o=this.player.controlBar.children().length)-1;t>=0;t--)if("FullscreenToggle"==this.player.controlBar.children()[t].name_)o=t;else if("SnapButton"==this.player.controlBar.children()[t].name_){o=t;break}var n=this.player.controlBar.addChild("button",{},o);n.name_="FluentButton",n.el_.classList.add(this.fluentBtnCls),n.el_.innerText=this.fluent_?this.player.localize("Fluent"):this.player.localize("Fast"),n.el_.title=this.fluent_?this.player.localize("Click switch to fast play"):this.player.localize("Click switch to fluent play");var r=function(){e.fluent_=!e.fluent_,n.el_.innerText=e.fluent_?e.player.localize("Fluent"):e.player.localize("Fast"),n.el_.title=e.fluent_?e.player.localize("Click switch to fast play"):e.player.localize("Click switch to fluent play"),e.player.tech_.setFluent(e.fluent_)};n.on("click",r),n.on("tap",r)}if(!this.getCustomBtn(this.stretchBtnCls)){var o;for(t=(o=this.player.controlBar.children().length)-1;t>=0;t--)if("FullscreenToggle"==this.player.controlBar.children()[t].name_)o=t;else if("SnapButton"==this.player.controlBar.children()[t].name_)o=t;else if("FluentButton"==this.player.controlBar.children()[t].name_){o=t;break}var i=this.player.controlBar.addChild("button",{},o);i.name_="StretchButton",i.el_.classList.add(this.stretchBtnCls),i.el_.innerText=this.stretch_?this.player.localize("STR"):this.player.localize("STD"),i.el_.title=this.stretch_?this.player.localize("Click switch to standard display"):this.player.localize("Click switch to stretch display"),r=function(){e.stretch_=!e.stretch_,i.el_.innerText=e.stretch_?e.player.localize("STR"):e.player.localize("STD"),i.el_.title=e.stretch_?e.player.localize("Click switch to standard display"):e.player.localize("Click switch to stretch display"),e.player.tech_.setStretch(e.stretch_)},i.on("click",r),i.on("tap",r)}},customH5Button:function(){var e=this;if(!this.getCustomBtn(this.stretchBtnCls)&&!videojs.browser.IE_VERSION){for(var t=this.player.controlBar.children().length,n=t-1;n>=0;n--)if("FullscreenToggle"==this.player.controlBar.children()[n].name_)t=n;else if("SnapButton"==this.player.controlBar.children()[n].name_){t=n;break}var r=this.player.controlBar.addChild("button",{},t);r.name_="StretchButton",r.el_.classList.add(this.stretchBtnCls),r.el_.innerText=this.stretch_?this.player.localize("STR"):this.player.localize("STD"),r.el_.title=this.stretch_?this.player.localize("Click switch to standard display"):this.player.localize("Click switch to stretch display");var o=function(){e.stretch_=!e.stretch_,r.el_.innerText=e.stretch_?e.player.localize("STR"):e.player.localize("STD"),r.el_.title=e.stretch_?e.player.localize("Click switch to standard display"):e.player.localize("Click switch to stretch display");var t=e.$el.querySelector("video");t?t.style.objectFit=e.stretch_?"fill":"":e.player.tech_.setStretch(e.stretch_)};r.on("click",o),r.on("tap",o)}this.addCustomButtons()},addCustomButtons:function(){var e=this;if(""!=this.customButtons){for(var t=this.player.controlBar.children().length,n=t-1;n>=0;n--)if("FullscreenToggle"==this.player.controlBar.children()[n].name_)t=n;else if("SnapButton"==this.player.controlBar.children()[n].name_)t=n;else if("StretchButton"==this.player.controlBar.children()[n].name_){t=n;break}var r=this.customButtons.split(",");for(n=r.length-1;n>=0;n--){var o=r[n].split(":"),i=this.player.controlBar.addChild("button",{},t);i.el_.innerHTML=o.length>1?"<i class='"+o[1]+"'></i>":r[n],i.el_.title=o[0],i.name_=o[0];var a=function(t){e.$emit("customButtons",(t.currentTarget||t.target).getAttribute("title"))};i.on("click",a),i.on("tap",a)}}},hotkeysOpt:function(){var e={volumeStep:.1,seekStep:5,enableModifiersForNumbers:!1,enableVolumeScroll:!1};return this.autofocus||(e.skipInitialFocus=!0,e.enableInactiveFocus=!1),e},destroyVideoJS:function(){this.liveCheckTimer&&(clearInterval(this.liveCheckTimer),this.liveCheckTimer=0),this.hlsTimer&&(clearTimeout(this.hlsTimer),this.hlsTimer=0),document.removeEventListener("visibilitychange",this.onVisibleChange),this.updateTimeAt=0,this.startAt=0,this.playAt=0,this.pauseAt=0,this.pauseBgAt=0,this.endedAt=0,this.errorAt=0,this.visibleChangeAt=0,this.showSlot=!1;var e=this.$el.querySelector(".video-js"),t=this.$el.querySelector(".video-wrapper");if(e&&t){var n=e.querySelector(".video-water");n&&(e.removeChild(n),t.appendChild(n));var r=e.querySelector(".video-slot");r&&(e.removeChild(r),t.appendChild(r));var o=e.querySelector(".video-title");o&&(e.removeChild(o),t.appendChild(o))}this.player&&this.player.dispose&&(this.player.dispose(),this.player=null),this.player&&this.player.destroy&&(this.player.destroy(),this.player=null),this.flvMediaDataSource={},this.flvConfig={},this.$el.querySelector(".video-inner").innerHTML=this.blankHtml,this.$emit("update:loading",!1)},getCurrentTime:function(){return this.player&&"function"==typeof this.player.currentTime?this.player.currentTime():-1},setCurrentTime:function(e){this.player&&"function"==typeof this.player.currentTime&&this.player.currentTime(e)},snap:function(){this.player&&this.player.cameraButton?(this.snapFromOutside=!0,this.player.cameraButton.el().click()):console.log("snap not support")},play:function(){this.player&&this.player.play()},pause:function(){this.player&&this.player.pause()},paused:function(){return!!this.player&&this.player.paused()},setMuted:function(e){this.player&&this.player.muted(!!e)},getMuted:function(){return!!this.player&&this.player.muted()},setVolume:function(e){this.player&&this.player.volume(e)},getVolume:function(){return this.player?this.player.volume():0},setDuration:function(e){this.player&&this.player.duration(e)},getDuration:function(){return this.player?this.player.duration():0},getPlayer:function(){return this.player},getMediaInfo:function(){try{return this.player.tech_.flvPlayer._transmuxer._controller._demuxer._mediaInfo}catch(e){}return{}},isFullscreen:function(){return!!this.player&&this.player.isFullscreen()},getVideoUrl:function(){var e=this.subVideoUrl_||this.videoUrl;if(this.isFullscreen()&&(e=this.videoUrl||this.subVideoUrl_),!e)return"";if(0===e.indexOf("//"))e=location.protocol+e;else if(0===e.indexOf("/"))e=location.protocol+"//"+location.host+e;else if(0===e.indexOf("./")){var t=location.pathname.lastIndexOf("/");e=location.protocol+"//"+location.host+location.pathname.slice(0,t+1)+e.slice(2)}if(this.raw&&flvjs.getFeatureList()&&flvjs.getFeatureList().nativeMP4H265Playback&&(/\.flv.*$/.test(e)||/\.m3u8.*$/.test(e))&&this.playAt){var n=e.indexOf("?"),r="";n<0?r="?":e.indexOf("raw=")<n&&(r="&"),r&&(e=e+r+"raw=1")}return e},requestFullscreen:function(){this.player&&this.player.requestFullscreen()},exitFullscreen:function(){this.player&&this.player.exitFullscreen()},toggleFullscreen:function(){this.player&&(this.player.isFullscreen()?this.player.exitFullscreen():this.player.requestFullscreen())},convertDataURIToBinary:function(e){for(var t=";base64,",n=e.indexOf(t)+t.length,r=e.substring(n),o=window.atob(r),i=o.length,a=new Uint8Array(i),s=0;s<i;s++)a[s]=o.charCodeAt(s);return a},convertDataURIToMIME:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t="data:",n=e.indexOf(t);0==n&&(n+=t.length);var r=e.indexOf(";base64,");return n>=0&&r>n?e.substring(n,r):""},saveFile:function(e){if(e&&e.length>100){this.poster_=e;var t=this.$el.querySelector("video");t&&t.setAttribute("poster",e)}if(this.snapForReload)return this.snapForReload=!1,void this.reload();if(this.snapForPoster)this.snapForPoster=!1;else{if(this.snapFromOutside)return this.$emit("snapOutside",e),void(this.snapFromOutside=!1);if(this.$emit("snapInside",e),e&&e.length>100){var n=this.convertDataURIToBinary(e),r=this.convertDataURIToMIME(e),o=".jpg",i=r.indexOf("/");i>0&&(o="."+r.substring(i+1)),a.a.saveAs(new Blob([n],{type:r}),(this.videoTitle||"snap")+"_"+(new Date).getTime()+o)}}},onVisibleChange:function(){this.visible="visible"===document.visibilityState,this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" visible["+this.visible+"]");var e=this.visibleChangeAt;if(this.visibleChangeAt=(new Date).getTime(),this.visible&&this.live&&this.videoUrl){var t;if(this.bgTimeout>0&&e&&(t=(new Date).getTime()-e)>=this.bgTimeout&&this.src&&(!this.player||!this.player.isFullscreen()))return this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" visible bg timeout reload d = "+t),void this.reload();if(this.liveInterval>0&&this.pauseBgAt&&(t=(new Date).getTime()-this.pauseBgAt)>=this.liveInterval&&this.src&&(!this.player||!this.player.isFullscreen()))return this.debug&&console.log((new Date).toLocaleString()+" "+this.src+" visible bg pause reload d = "+t),void this.reload()}},debounceInitVideoJS:o.a.debounce(function(){this.initVideoJS()},500),initVideoJSOK:function(){var e=this;this.player&&(document.addEventListener("visibilitychange",this.onVisibleChange),this.player.muted(this.muted_),this.player.on("canplay",function(){e.$emit("canplay",e.player.duration())}),this.player.on("pause",function(){e.updateTimeAt=0,e.pauseAt=(new Date).getTime(),e.visible||(e.pauseBgAt=e.pauseAt),e.$emit("pause",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" pause")}),this.player.on("snap",function(t,n){e.saveFile(n)}),this.player.on("volumechange",function(t,n){e.muted_=e.player.muted(),e.$emit("volumechange",e.player.volume(),e.muted_)}),this.player.on("fullscreenchange",function(){setTimeout(function(){e.fullscreen=e.isFullscreen(),e.$emit("fullscreen",e.fullscreen)},0)}),(this.waterText||this.disableContextMenu)&&(this.player.tech_.el_.oncontextmenu=function(e){e.preventDefault()}),this.rotate&&(this.player.tech_.el_.style.transform="rotate("+this.rotate+"deg)"),this.rotateX&&(this.player.tech_.el_.style.transform="rotateX("+this.rotateX+"deg)"),this.rotateY&&(this.player.tech_.el_.style.transform="rotateY("+this.rotateY+"deg)"),this.startAt=(new Date).getTime(),this.initDigitalZoom());var t=this.$el.querySelector(".video-js"),n=this.$el.querySelector(".video-wrapper");if(t&&n){var r=n.querySelector(".video-water");r&&(n.removeChild(r),t.appendChild(r));var o=n.querySelector(".video-slot");o&&(n.removeChild(o),t.appendChild(o));var i=n.querySelector(".video-title");i&&(n.removeChild(i),t.appendChild(i))}this.showSlot=!0},initVideoJS:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(this.$el.querySelector(".video-inner").innerHTML=this.videoHtml,this.src){if(this.startAt=(new Date).getTime(),this.rtmp){var n=document.title;this.player=videojs(this.$el.querySelector("video"),{notSupportedMessage:"您的浏览器没有安装或开启Flash",tech:["flash"],autoplay:this.autoplay,stretch:this.stretch,fluent:this.fluent,controls:!0,userActions:{doubleClick:this.dblclickFullscreen},language:this.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),this.showCameraButton&&!this.waterText&&this.player.snapshot(),this.player.one("ready",function(){if(e.initVideoJSOK(),videojs.browser.IE_VERSION&&e.player.tech_.off("fullscreentoggle"),e.$emit("update:loading",!1),document.title=n,e.player.hotkeys(e.hotkeysOpt()),e.player.on("ended",function(){e.endedAt=(new Date).getTime(),e.$emit("ended"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" ended")}),e.player.on("error",function(t){e.errorAt=(new Date).getTime(),e.$emit("error",t)}),e.player.on("timeupdate",function(){e.updateTimeAt=(new Date).getTime(),e.pauseAt=0,e.endedAt=0,e.errorAt=0,e.reloadCnt=0,e.$emit("timeupdate",e.player.currentTime())}),e.player.on("playing",function(){e.playAt=(new Date).getTime(),e.$emit("play",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" playing")}),e.showCustomButton&&e.customFlashButton(),!e.hasUsableSWF()){var t=e.$el.querySelector(".vjs-poster");t&&(t.style.display="none")}document.getElementsByClassName("vjs-picture-in-picture-control")[0].style.display="none"}),document.title=n,this.player.on("error",function(t){(t=e.$el.querySelector(".vjs-error .vjs-error-display .vjs-modal-dialog-content")).innerHTML="<a href='http://www.adobe.com/go/getflashplayer' target='_blank'>"+t.textContent+"</a>"})}else if((this.http||this.ws)&&this.flv)this.flvMediaDataSource={isLive:this.live,cors:this.cors,withCredentials:this.withCredentials},this.flvConfig={enableWorker:!1,enableStashBuffer:!1},videojs.browser.IE_VERSION&&(this.flvConfig.enableStashBuffer=!0,this.flvConfig.stashInitialSize=512e3),null!=this.hasaudio&&(this.flvMediaDataSource.hasAudio=this.hasaudio),null!=this.hasvideo&&(this.flvMediaDataSource.hasVideo=this.hasvideo),this.player=videojs(this.$el.querySelector("video"),{techOrder:["flvjs","html5"],controls:!0,flvjs:{mediaDataSource:this.flvMediaDataSource,config:this.flvConfig},userActions:{doubleClick:this.dblclickFullscreen},language:this.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),this.showCameraButton&&!this.waterText&&this.player.snapshot(),this.player.one("ready",function(){if(e.initVideoJSOK(),e.$emit("update:loading",!1),e.stretch_&&(e.player.tech_.el_.style.objectFit="fill"),e.player.hotkeys(e.hotkeysOpt()),e.player.tech_.flvPlayer.on("error",function(t){e.errorAt=(new Date).getTime(),e.flvError(t)}),e.player.tech_.flvPlayer.on("media_info",function(t){e.$emit("media_info",t)}),e.showSpeed){var t=null;e.player.tech_.flvPlayer.on("statistics_info",function(n){if(n&&n.speed)if(e.speeds.length<3){if(e.speeds.push(n.speed),!t){var r=e.$el.querySelectorAll(".video-js .vjs-control-bar .vjs-live-display");r.length>0&&(t=r[0])}}else if(t){e.speeds.shift(),e.speeds.push(n.speed);for(var o=0,i=0;i<e.speeds.length;i++)o+=e.speeds[i]||0;var a=o/e.speeds.length;a=8*a.toFixed(0),t.innerHTML=a+"Kbps"}})}e.player.on("canplay",function(){e.autoplay&&e.player.tech_.flvPlayer.play().catch(function(){})}),e.player.on("timeupdate",function(){e.updateTimeAt=(new Date).getTime(),e.pauseAt=0,e.endedAt=0,e.errorAt=0;var t=e.player.currentTime();!e.snapForPoster&&!e.poster_&&t>2&&e.player.cameraButton&&(e.snapForPoster=!0,e.player.cameraButton.el().click()),e.reloadCnt=0,e.$emit("timeupdate",t)}),e.player.on("error",function(t){e.errorAt=(new Date).getTime(),e.player.error_&&4===e.player.error_.code?e.flvError("MediaError"):e.flvError(e.player.error_||t)}),e.player.on("ended",function(){e.endedAt=(new Date).getTime(),e.live&&e.flvError("ended"),e.$emit("ended"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" ended")}),e.player.on("playing",function(){e.playAt=(new Date).getTime(),e.avLoading=!1,e.$emit("play",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" playing")}),e.showCustomButton&&e.customH5Button()});else if(this.http&&this.m3u8){var r=(new Date).getTime(),o=function(){if(!e.player){var n=document.title;""!=e.resolution?(-1==e.resolution.indexOf(e.resolutiondefault)&&(e.resolutiondefault="yh"),e.player=videojs(e.$el.querySelector("video"),{autoplay:e.autoplay,stretch:e.stretch,controls:!0,plugins:{videoJsResolutionSwitcher:{default:e.resolutiondefault,dynamicLabel:!0}},playbackRates:e.live?[]:e.playbackRates,userActions:{doubleClick:e.dblclickFullscreen},language:e.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),e.loadResolutionlist(e.player)):e.player=videojs(e.$el.querySelector("video"),{autoplay:e.autoplay,stretch:e.stretch,controls:!0,playbackRates:e.live?[]:e.playbackRates,userActions:{doubleClick:e.dblclickFullscreen},language:e.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),e.live||1==e.playbackRate_||e.player.playbackRate(e.playbackRate_),e.player.on("ratechange",function(){e.playbackRate_=e.player.playbackRate()}),e.showCameraButton&&!e.waterText&&e.player.snapshot(),e.player.one("ready",function(){if(e.initVideoJSOK(),e.avLoading=!1,e.$emit("update:loading",!1),document.title=n,e.player.hotkeys(e.hotkeysOpt()),e.player.on("ended",function(){e.endedAt=(new Date).getTime(),e.$emit("ended"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" ended")}),e.player.on("timeupdate",function(){e.updateTimeAt=(new Date).getTime(),e.pauseAt=0,e.endedAt=0,e.errorAt=0,e.reloadCnt=0,e.$emit("timeupdate",e.player.currentTime())}),e.player.on("play",function(){e.player.removeClass("vjs-has-started"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" play")}),e.player.on("playing",function(){e.player.addClass("vjs-has-started"),e.playAt=(new Date).getTime(),e.$emit("play",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" playing")}),e.player.tech().on("usage",function(t){e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" hls usage",t),t&&"hls-live-resync"===t.name&&e.$emit("error",t.name)}),e.player.one("unknow-segment-type",function(t){e.debug&&(console.log((new Date).toLocaleString()+" "+e.src+" hls unknow-segment-type, reload"),t&&t.name&&console.log("unknow-segment-type: "+t.name)),e.reloadInterval>0&&setTimeout(function(){e.destroyVideoJS(),e.initVideoJS()},e.reloadInterval/2)}),e.player.one("error",function(t,n){e.errorAt=(new Date).getTime();var r=e.player.tech();if(r&&"livehls"==r.name_){var o=r.error();o&&3===o.code&&(t="MediaError")}if(e.$emit("error",t),e.live)e.reloadInterval>0&&setTimeout(function(){e.destroyVideoJS(),e.initVideoJS()},e.reloadInterval);else if(e.hlsErrorSeek>0){var i=e.player.currentTime()+e.hlsErrorSeek;e.destroyVideoJS(),e.initVideoJS(i)}}),document.title=n,e.live)e.player&&e.player.reloadSourceOnError();else if(e.player&&(e.currentTime>0||t>0)){var r=t||e.currentTime;videojs.browser.IE_VERSION?e.player.on("loadeddata",function(){setTimeout(function(){e.player.currentTime(r)},500)}):e.isMobile()?setTimeout(function(){var t=e.$el.querySelector("video");t&&(t.currentTime=r)},3200):e.player.currentTime(r)}e.autoplay&&setTimeout(function(){var t=e.$el.querySelector(".vjs-big-play-button");if(t){var n=window.getComputedStyle(t);n&&"block"===n.display&&t.click()}},2e3),e.showCustomButton&&e.customH5Button()})}};this.live&&this.hlsTestMethod&&this.hlsTestInterval>0?function t(){var n=(new Date).getTime();if(e.timeout>0&&n-r>1e3*e.timeout)return e.hlsTimer&&clearTimeout(e.hlsTimer),e.hlsTimer=0,e.$emit("update:loading",!1),e.avLoading=!1,void e.$emit("message",{type:"error",message:"加载播放资源失败"});if(!e.src)return e.hlsTimer&&clearTimeout(e.hlsTimer),e.hlsTimer=0,e.$emit("update:loading",!1),void(e.avLoading=!1);e.$emit("update:loading",!0);var i=new XMLHttpRequest;i.open(e.hlsTestMethod,e.src,!0),i.onreadystatechange=function(){4==i.readyState&&(i.status>=200&&i.status<300||304===i.status?(e.hlsTimer&&clearTimeout(e.hlsTimer),e.hlsTimer=0,o()):(e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" HLS "+e.hlsTestMethod,i.status,i.statusText),e.hlsTimer=setTimeout(t,e.hlsTestInterval)))},i.send()}():o()}else this.webrtc?(this.player=videojs(this.$el.querySelector("video"),{techOrder:["webrtc","html5"],autoplay:this.autoplay,stretch:this.stretch,controls:!0,webrtc:{debug:this.debug,autoplay:this.autoplay},userActions:{doubleClick:this.dblclickFullscreen},language:this.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),this.showCameraButton&&!this.waterText&&this.player.snapshot(),this.player.one("ready",function(){e.initVideoJSOK(),e.$emit("update:loading",!1),e.stretch_&&(e.player.tech_.el_.style.objectFit="fill"),e.player.hotkeys(e.hotkeysOpt()),e.player.on("error",function(t){e.errorAt=(new Date).getTime(),e.$emit("error",t),e.rtcError(t),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" player error",t)}),e.player.tech().on("error",function(t){e.errorAt=(new Date).getTime(),e.$emit("error",t),e.rtcError(t),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" rtc error",t)}),e.player.on("timeupdate",function(){e.updateTimeAt=(new Date).getTime(),e.pauseAt=0,e.endedAt=0,e.errorAt=0;var t=e.player.currentTime();!e.snapForPoster&&!e.poster_&&t>2&&e.player.cameraButton&&(e.snapForPoster=!0,e.player.cameraButton.el().click()),e.reloadCnt=0,e.$emit("timeupdate",t)}),e.player.on("ended",function(){e.endedAt=(new Date).getTime(),e.live&&e.rtcError("ended"),e.$emit("ended"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" ended")}),e.player.on("playing",function(){e.playAt=(new Date).getTime(),e.avLoading=!1,e.$emit("play",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" playing")}),e.showCustomButton&&e.customH5Button()})):(this.player=videojs(this.$el.querySelector("video"),{autoplay:this.autoplay,stretch:this.stretch,controls:!0,playbackRates:this.live?[]:this.playbackRates,userActions:{doubleClick:this.dblclickFullscreen},language:this.language||navigator&&(navigator.languages&&navigator.languages[0]||navigator.userLanguage||navigator.language)||"en"}),this.live||1==this.playbackRate_||this.player.playbackRate(this.playbackRate_),this.player.on("ratechange",function(){e.playbackRate_=e.player.playbackRate()}),this.showCameraButton&&!this.waterText&&this.player.snapshot(),this.player.one("ready",function(){e.initVideoJSOK(),e.$emit("update:loading",!1),e.stretch_&&(e.player.tech_.el_.style.objectFit="fill"),e.player.hotkeys(e.hotkeysOpt()),e.showCustomButton&&e.customH5Button(),e.player.on("ended",function(){e.endedAt=(new Date).getTime(),e.$emit("ended"),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" ended")}),e.player.on("timeupdate",function(){e.updateTimeAt=(new Date).getTime(),e.pauseAt=0,e.endedAt=0,e.errorAt=0,e.reloadCnt=0,e.$emit("timeupdate",e.player.currentTime())}),e.player.on("playing",function(){e.playAt=(new Date).getTime(),e.avLoading=!1,e.$emit("play",e.player.currentTime()),e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" playing")}),e.player.on("error",function(t){e.errorAt=(new Date).getTime(),e.$emit("error",t)})}));if(this.live&&this.liveInterval>0&&!(this.isMobile()&&this.http&&this.m3u8)){this.liveCheckTimer&&(clearInterval(this.liveCheckTimer),this.liveCheckTimer=0);var i=0;this.liveCheckTimer=setInterval(function(){if(!e.updateTimeAt){if(!e.playAt){var t=(new Date).getTime()-e.startAt;return e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check never play d = "+t),void(!(t>=e.liveInterval&&e.src)||e.player&&e.player.isFullscreen()||(e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check never play reload d = "+t),e.reload()))}return!e.pauseAt||e.errorAt||e.endedAt?(i++,e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check update time error cnt = "+i),void(!(i>=3&&e.src)||e.player&&e.player.isFullscreen()||(e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check update time error reload cnt = "+i),e.reload()))):(t=(new Date).getTime()-e.pauseAt,e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check pause d = "+t),void(!(e.maxPauseSeconds>0&&t>=1e3*e.maxPauseSeconds&&e.src)||e.player&&e.player.isFullscreen()||(e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check pause reload d = "+t),e.reload())))}i=0,t=(new Date).getTime()-e.updateTimeAt,e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check d = "+t),!(t>=e.liveInterval&&e.src)||e.player&&e.player.isFullscreen()||(e.debug&&console.log((new Date).toLocaleString()+" "+e.src+" live check reload d = "+t),e.reload())},this.liveInterval)}}},createBase64:function(){var e=this.waterWidth,t=this.waterHeight,n=document.createElement("canvas"),r=n.getContext("2d");if(r){r.fillStyle=this.waterColor,r.textAlign="left",r.textBaseline="middle";var o=24;this.waterFont?r.font=this.waterFont:(r.font="24px Arial, Helvetica, sans-serif",r.measureText(this.waterText+"田").width>e&&(o=20,r.font="20px Arial, Helvetica, sans-serif",r.measureText(this.waterText+"田").width>e&&(o=16,r.font="16px Arial, Helvetica, sans-serif",r.measureText(this.waterText+"田").width>e&&(o=12,r.font="12px Arial, Helvetica, sans-serif")))),r.rotate(this.waterRotate);for(var i=this.waterText.split(/\\n/),a=0;a<i.length;a++)r.fillText(i[a],e/20,t+a*(o+4))}return n.toDataURL("image/png")},initDigitalZoom:function(){var e=this;if(this.digitalZoom){var t=this.debug,n=this.$el.querySelector("video");if(this.player&&n){var r=this.player.getAttribute("id");if(r){t&&console.log("digital zoom init ok id is "+r);var o=document.getElementById(r);if(o){var i=null,a=!1,s=!1,l=!1,u=void 0,c=void 0,d=void 0,f=void 0,v=null,p=!1,h=this.digitalZoomColor,m=null,g=r+"digital-zoom-rectangle",y=0,b=!1;o.addEventListener("mousedown",function(e){if(e.target==n&&0==(i=e.button)){var o=Date.now();if(o-y<500)return b=!0,a=!1,u=0,c=0,void(t&&console.log("digital zoom["+r+"] double click down ingnore"));b=!1,y=o,a=!0,u=e.offsetX,c=e.offsetY,t&&console.log("digital zoom["+r+"] mousedown",e)}}),o.addEventListener("mousemove",function(y){if(!p&&!b&&0==i){if(l){if(l=!1,a||!(1==y.which||y.key&&1===y.key.length&&1==y.key.charCodeAt()))return n.style.cursor="",void(p?w():_());a=!0}if(!a)return;d=y.offsetX,f=y.offsetY;var x=Math.abs(d-u),k=Math.abs(f-c),S=void 0,C=void 0;if(C=f<c?f:c,(S=d<u?d:u)<0||C<0)return;if(x<3||k<3)return;m||(m=y.target),(v=document.querySelector("."+g))||((v=document.createElement("div")).className=g,v.style.cursor="zoom-in",v.style.position="absolute",v.style.border="2px dashed "+h,o.appendChild(v)),s=!0,n.style.cursor="zoom-in",e.zoomDrawing=!0,y.target==m?(v.style.left=S+"px",v.style.top=C+"px",v.style.width=x+"px",v.style.height=k+"px"):y&&y.target&&y.target.className==g?(v.style.width=Math.abs(d)+"px",v.style.height=Math.abs(f)+"px"):j(y),t&&console.log("digital zoom["+r+"] mousemove->left=",S,",top=",C,",width=",x,",height=",k,",currentX=",d,",startX=",u,",currentY=",f,",startY=",c)}}),o.addEventListener("mouseup",function(e){a=!1,0!=i||b||(p?e.target==n&&w():_())});var j=function(e){l=!0,0==i&&(a=!1)};o.addEventListener("mouseleave",j);var _=function(i){var a,l,u,c;if(v){if(a=parseInt(v.style.left),l=parseInt(v.style.top),u=parseInt(v.style.width),c=parseInt(v.style.height),o.removeChild(v),v=null,e.zoomDrawing=!1,!(u<3||c<3)){s&&(n.style.cursor="zoom-out"),t&&console.log("digital zoom["+r+"] 放大开始->left=",a,",top=",l,",width=",u,",height=",c);var d=n,f=d.offsetWidth,h=d.offsetHeight,m=f/u*100,g=h/c*100,y=l*(h/c),b=a*(f/u);e.stretch_||(f/u>h/c?(g=f/u*100,y=l*(f/u)):(m=h/c*100,b=a*(h/c))),d.style.top="-"+y+"px",d.style.left="-"+b+"px",d.style.width=m+"%",d.style.height=g+"%",t&&console.log("digital zoom["+r+"] 放大结束->outWidth=",f,",width=",u,",widthX=",m,",outHeight=",h,",height=",c,",heightX=",g,",top=",l,",topX=",y,",left=",a,",leftX=",b),p=!0}}else e.zoomDrawing=!1},w=function(e){n.style.cursor="",p=!1,s=!1,u=0,c=0,t&&console.log("digital zoom["+r+"] 触发恢复");var o=n;o.style.top="0px",o.style.left="0px",o.style.width="100%",o.style.height="100%",i=null}}else t&&console.log("digital zoom init error, drawing area not found")}else t&&console.log("digital zoom init error, id not found")}else t&&console.log("digital zoom init error player not ready")}}}};n("UBF9");var l=function(e,t,n,r,o,i,a,s){var l,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),o&&(l=o),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:u}}(s,function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"player-wrapper"},[n("div",{class:["video-wrapper",{"video-wrapper-stretch":this.stretch_}],style:e.videoWrapperStyle},[n("div",{staticClass:"video-inner",class:{live:e.live,"av-loading":e.avLoading,"hide-waiting":e.hideWaiting,"hide-controls":!e.controls,"zoom-drawing":e.zoomDrawing,"hide-big-play-button":e.hideBigPlayButton,"hide-snapshot-button":e.hideSnapshotButton,"hide-fullscreen-button":e.hideFullscreenButton,"hide-stretch-button":e.hideStretchButton,"hide-fluent-button":e.hideFluentButton,"hide-pic-in-pic":e.hidePicInPic,"hide-live-text":e.hideLiveText,"show-time":e.showTime&&!e.live},staticStyle:{position:"absolute",top:"0",bottom:"0",left:"0",right:"0"}}),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.waterText&&e.showSlot,expression:"waterText && showSlot"}],staticClass:"video-water",style:e.waterStyle}),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.showSlot,expression:"showSlot"}],staticClass:"video-slot"},[e._t("default")],2),e._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:e.videoTitle&&e.showSlot,expression:"videoTitle && showSlot"}],staticClass:"video-title",attrs:{title:e.videoTitle}},[e._v(e._s(e.videoTitle))])])])},[],0,null).exports;l.install=function(e){"undefined"!=typeof window&&window.Vue&&(e=window.Vue),e.component(l.name,l)},t.default=l},yLpj:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}})})},gjKr:function(e,t,n){var r=n("NSBO");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("9d7e5b20",r,!0,{})},hjox:function(e,t,n){var r=n("D3UG");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("739a1bd7",r,!0,{})},j1ns:function(e,t,n){var r=n("TNzJ");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("55356d2a",r,!0,{})},l8IP:function(e,t,n){"use strict";function r(e){n("NaK4")}Object.defineProperty(t,"__esModule",{value:!0});var o=n("QWek"),i=n.n(o);for(var a in o)["default","default"].indexOf(a)<0&&function(e){n.d(t,e,function(){return o[e]})}(a);var s=n("t4UQ"),l=n("VU/8"),u=r,c=l(i.a,s.a,!1,u,null,null);t.default=c.exports},lGU5:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"modal fade upload-dlg",attrs:{"data-backdrop":"static","data-keyboard":"true",tabindex:"-1"}},[n("div",{staticClass:"modal-dialog"},[n("div",{staticClass:"modal-content"},[n("div",{staticClass:"modal-header"},[e._m(0),e._v(" "),n("h4",{staticClass:"modal-title text-center text-info"},[n("span",[e._v(e._s(e.title))])])]),e._v(" "),n("div",{staticClass:"modal-body"},[e._t("header"),e._v(" "),n("el-upload",{ref:"uploader",attrs:{drag:e.drag,action:e.url,multiple:e.multiple,"show-file-list":e.showFileList,limit:1,"on-success":e.onSuccess,"on-progress":e.onProgress,"on-error":e.onError,"on-remove":e.onRemove,accept:e.accept,"before-upload":e.beforeUpload,"auto-upload":e.autoUpload}},[n("i",{staticClass:"el-icon-upload"}),e._v(" "),n("div",{staticClass:"el-upload__text"},[e._v("将配置数据拖到此处,或 "),n("em",[e._v("点击上传")])]),e._v(" "),n("div",{staticClass:"el-upload__tip text-center",attrs:{slot:"tip"},slot:"tip"},[e._v(e._s(e.tip)),n("span",{staticStyle:{color:"red"}},[e._v(" *上传成功会自动删除原有数据,请注意导出备份*")])])]),e._v(" "),e._t("footer")],2),e._v(" "),n("div",{staticClass:"modal-footer"},[n("button",{staticClass:"btn btn-default",attrs:{type:"button","data-dismiss":"modal",disabled:e.bProgress}},[e._v("关闭")])])])])])},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])}],i={render:r,staticRenderFns:o};t.a=i},mjUg:function(e,t,n){var r=n("LJBt");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("3b762383",r,!0,{})},oEPU:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".opt-group .cell{overflow:visible}",""])},q592:function(e,t,n){var r=n("LWIK");"string"==typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);n("rjj0")("ada6be90",r,!0,{})},qb8i:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n("F8S1");var r=n("0iPh"),o=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={props:{title:{default:"上传"},url:{type:String,default:""},multiple:{type:Boolean,default:!1},drag:{type:Boolean,default:!0},showFileList:{type:Boolean,default:!0},accept:{default:".xlsx"},tip:{default:"仅限上传.xlsx"},limit:{type:Number,default:0},autoUpload:{type:Boolean,default:!0}},data:function(){return{bShow:!1,bProgress:!1}},mounted:function(){var e=this;(0,o.default)(this.$el).find(".modal-content").draggable({handle:".modal-header",cancel:".modal-title span",addClasses:!1,containment:"document",delay:100,opacity:.5}),(0,o.default)(this.$el).on("shown.bs.modal",function(){e.$emit("show"),e.bShow=!0}).on("hidden.bs.modal",function(){e.$emit("hide"),e.bShow=!1,e.$refs.uploader.clearFiles()}).on("hide.bs.modal",function(){if(e.bProgress)return e.$message({type:"error",message:"正在上传, 请稍后..."}),!1})},methods:{show:function(){(0,o.default)(this.$el).modal("show")},hide:function(){(0,o.default)(this.$el).modal("hide")},beforeUpload:function(e){return!(this.limit&&e.size>this.limit)||(this.$message({type:"error",message:"文件["+e.name+"]大小超过限制["+this.limit+"], 不能上传!"}),!1)},onSuccess:function(e,t,n){var r=!0,o=!1,i=void 0;try{for(var a,s=n[Symbol.iterator]();!(r=(a=s.next()).done);r=!0){var l=a.value;if(100!=l.percentage&&0!==l.percentage)return void(this.bProgress=!0)}}catch(e){o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}this.bProgress=!1,this.$emit("uploaded",t)},onProgress:function(e,t,n){this.bProgress=!0},onError:function(e,t,n){e&&this.$message({type:"error",message:e+""});var r=!0,o=!1,i=void 0;try{for(var a,s=n[Symbol.iterator]();!(r=(a=s.next()).done);r=!0){var l=a.value;if(100!=l.percentage&&0!==l.percentage)return void(this.bProgress=!0)}}catch(e){o=!0,i=e}finally{try{!r&&s.return&&s.return()}finally{if(o)throw i}}this.bProgress=!1},onRemove:function(e,t){var n=!0,r=!1,o=void 0;try{for(var i,a=t[Symbol.iterator]();!(n=(i=a.next()).done);n=!0){var s=i.value;if(100!=s.percentage&&0!==s.percentage)return void(this.bProgress=!0)}}catch(e){r=!0,o=e}finally{try{!n&&a.return&&a.return()}finally{if(r)throw o}}this.bProgress=!1}}}},rF1v:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".upload-dlg .modal-dialog .modal-body{overflow:hidden}.upload-dlg .modal-dialog .modal-body .el-upload{display:block}.upload-dlg .modal-dialog .modal-body .el-upload .el-upload-dragger{margin:0 auto}",""])},sYwa:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("4LM/"),o=n.n(r);for(var i in r)["default","default"].indexOf(i)<0&&function(e){n.d(t,e,function(){return r[e]})}(i);var a=n("JeSW"),s=n("VU/8"),l=s(o.a,a.a,!1,null,null,null);t.default=l.exports},t4UQ:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box box-primary videos"},[n("div",{staticClass:"box-header"},[n("h4",{staticClass:"text-primary text-center"},[e._v("云端录像("+e._s(e.name)+")-列表视图")])]),e._v(" "),n("div",{staticClass:"box-body"},[n("div",{staticClass:"form-inline",attrs:{autocomplete:"off",spellcheck:"false"}},[n("div",{staticClass:"form-group"},[n("div",{staticClass:"btn-group"},["no"!=e.$getQueryString("menu")?n("button",{staticClass:"btn btn-primary btn-sm",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.$router.go(-1)}}},[n("i",{staticClass:"fa fa-chevron-left"}),e._v(" 返回\r\n ")]):e._e(),e._v(" "),e.videos.length>0&&e.hasAnyRole(e.serverInfo,e.userInfo,"管理员")?n("button",{staticClass:"btn btn-danger btn-sm",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.removeDaily(t)}}},[n("i",{staticClass:"fa fa-remove"}),e._v(" 删除当天\r\n ")]):e._e()])]),e._v(" "),n("div",{staticClass:"form-group pull-right"},[n("div",{staticClass:"input-group input-group-sm"},[n("CloudRecordDatePicker",{ref:"datePicker",staticClass:"form-control",attrs:{day:e.day,serial:e.serial,code:e.code},on:{"update:day":e.updateDay}}),e._v(" "),n("div",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-sm btn-default",attrs:{type:"button"},on:{click:function(t){t.preventDefault(),e.showCloudRecordDatePicker(t)}}},[n("i",{staticClass:"fa fa-calendar"})]),e._v(" "),n("router-link",{staticClass:"btn btn-default btn-sm",attrs:{to:"/cloudrecord/timeview/"+this.serial+"/"+this.code+"/"+this.day,replace:""}},[n("i",{staticClass:"fa fa-hand-o-right"}),e._v(" 时间轴视图\r\n ")])],1)],1)])]),e._v(" "),n("br"),e._v(" "),n("div",{staticClass:"clearfix"}),e._v(" "),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"recordTable",attrs:{"row-class-name":e.tableRowClassName,"element-loading-text":"加载中...",data:e.pageData,"empty-text":"暂无数据, 请另选日期","default-sort":{prop:"startAt",order:"descending"}},on:{"sort-change":e.sortChange}},[n("el-table-column",{attrs:{"min-width":"200",label:"设备国标编号",prop:"serial","show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"200",label:"通道国标编号",prop:"code","show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"120",label:"通道名称",prop:"name","show-overflow-tooltip":""}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"190",label:"操作",fixed:!e.isMobile()&&"right"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("div",{staticClass:"btn-group"},[n("a",{staticClass:"btn btn-primary btn-xs",attrs:{role:"button"},on:{click:function(n){n.preventDefault(),e.play(t.row)}}},[n("i",{staticClass:"fa fa-play"}),e._v(" 播放\r\n ")]),e._v(" "),n("a",{directives:[{name:"loading",rawName:"v-loading.fullscreen.lock",value:e.bDownloading,expression:"bDownloading",modifiers:{fullscreen:!0,lock:!0}}],staticClass:"btn btn-info btn-xs",attrs:{role:"button","element-loading-text":"合成中..."},on:{click:function(n){n.preventDefault(),e.download(t.row)}}},[n("i",{staticClass:"fa fa-download"}),e._v(" 下载\r\n ")]),e._v(" "),e.hasAnyRole(e.serverInfo,e.userInfo,"管理员")?n("a",{staticClass:"btn btn-danger btn-xs",attrs:{role:"button"},on:{click:function(n){n.preventDefault(),e.remove(t.row)}}},[n("i",{staticClass:"fa fa-remove"}),e._v(" 删除\r\n ")]):e._e()])]}}])}),e._v(" "),n("el-table-column",{attrs:{"min-width":"160",label:"开始时间",prop:"startAt",sortable:"custom"}}),e._v(" "),n("el-table-column",{attrs:{"min-width":"120",label:"录像时长",prop:"duration",sortable:"custom"}}),e._v(" "),e.hasAnyRole(e.serverInfo,e.userInfo,"管理员")?n("el-table-column",{attrs:{prop:"important",label:"重要标记","min-width":"100"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("el-switch",{on:{change:function(n){e.turnImportant(t.row)}},model:{value:t.row.important,callback:function(n){e.$set(t.row,"important",n)},expression:"scope.row.important"}})]}}])}):e._e(),e._v(" "),n("el-table-column",{attrs:{"min-width":"450",label:"视频地址"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("span",{staticClass:"ellipsis"},[n("i",{directives:[{name:"clipboard",rawName:"v-clipboard",value:t.row.hls,expression:"scope.row.hls"}],staticClass:"fa fa-copy",attrs:{title:"点击拷贝",role:"button"},on:{success:function(t){e.$message({type:"success",message:"成功拷贝到粘贴板"})}}}),e._v(" "),n("a",{staticClass:"text-primary",attrs:{role:"button"},on:{click:function(n){n.preventDefault(),e.play(t.row)}}},[e._v(e._s(t.row.hls))])])]}}])})],1)],1),e._v(" "),e.total>0?n("div",{staticClass:"box-footer clearfix"},[n("el-pagination",{staticClass:"pull-right",attrs:{layout:"total,prev,pager,next","pager-count":e.isMobile()?3:5,total:e.total,"page-size":e.pageSize,"current-page":e.currentPage},on:{"update:pageSize":function(t){e.pageSize=t},"update:currentPage":function(t){e.currentPage=t}}})],1):e._e(),e._v(" "),n("CloudRecordVideoDlg",{ref:"cloudRecordVideoDlg",attrs:{serverInfo:e.serverInfo,userInfo:e.userInfo}})],1)},o=[],i={render:r,staticRenderFns:o};t.a=i},vs1R:function(e,t,n){t=e.exports=n("FZ+f")(!1),t.push([e.i,".player-wrapper[data-v-50ccc90e]{margin:0 auto;max-width:700px}@media screen and (min-width:1600px){.player-wrapper[data-v-50ccc90e]{max-width:50%}}",""])},zK77:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["modal",{fade:e.fade}],attrs:{"data-keyboard":"true","data-backdrop":"static",tabindex:"-1"}},[n("div",{staticClass:"modal-dialog modal-lg"},[n("div",{staticClass:"modal-content"},[n("div",{staticClass:"modal-header"},[e._m(0),e._v(" "),n("h4",{staticClass:"modal-title text-primary text-center"},[n("span",[e._v(e._s(e.videoTitle))])])]),e._v(" "),n("div",{staticClass:"modal-body"},[e.bShow?n("LivePlayer",{directives:[{name:"loading",rawName:"v-loading",value:e.bLoading,expression:"bLoading"}],attrs:{videoUrl:e.videoUrl,waterMark:e.osd,snapUrl:e.snapUrl,digitalZoom:e.digitalZoom,hideBigPlayButton:!!e.serverInfo.HideBigPlayButton,loading:e.bLoading,"element-loading-text":"加载中...","element-loading-background":"#000"},on:{media_info:e.onMediaInfo,error:e.onError,message:e.$message,"update:loading":function(t){e.bLoading=t}}}):e._e(),e._v(" "),e.isDemoUser(e.serverInfo,e.userInfo)&&!e.bOutHevcTip?n("div",{staticClass:"text-center"},[n("br"),e._v("\n 提示: 演示系统限制匿名登录播放时间, 若需测试长时间播放, 请"),n("a",{attrs:{target:"_blank",href:"//www.liveqing.com/docs/download/LiveGBS.html"}},[e._v("下载使用")])]):e._e(),e._v(" "),e.bOutHevcTip?n("div",{staticClass:"text-center text-red"},[n("br"),e._v("\n 提示: 正在播放 H265 直出流, 确保浏览器版本较新, 并且开启硬件加速\n ")]):e._e()],1),e._v(" "),e._m(1)])])])},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"modal-footer"},[n("button",{staticClass:"btn btn-default",attrs:{type:"button","data-dismiss":"modal"}},[e._v("关闭")])])}],i={render:r,staticRenderFns:o};t.a=i},znKA:function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"dlg",staticClass:"modal",attrs:{"data-backdrop":"static","data-disable":"false","data-keyboard":"true",tabindex:"-1"}},[n("div",{class:["modal-dialog",e.size]},[n("div",{staticClass:"modal-content"},[n("div",{staticClass:"modal-header"},[e._m(0),e._v(" "),n("h4",{staticClass:"modal-title text-center text-primary"},[n("span",[e._v(e._s(e.title))])])]),e._v(" "),n("div",{staticClass:"modal-body"},[n("div",{staticClass:"text-center"},[e.visiable?n("el-time-picker",{attrs:{"is-range":"","arrow-control":e.arrow,"value-format":e.format,"default-value":e.vdefault,"start-placeholder":"开始时间","end-placeholder":"结束时间"},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}}):e._e()],1)]),e._v(" "),n("div",{staticClass:"modal-footer"},[e._t("footer"),e._v(" "),n("button",{staticClass:"btn btn-default",attrs:{type:"button","data-dismiss":"modal"}},[e._v("取消")]),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{type:"button",disabled:!e.value},on:{click:function(t){t.preventDefault(),e.doSubmit(t)}}},[e._v("确定")])],2)])])])},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{staticClass:"close",attrs:{type:"button","data-dismiss":"modal","aria-label":"Close"}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])}],i={render:r,staticRenderFns:o};t.a=i}});