@opendesign-plus/components 0.0.1-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-OElCookieNotice.cjs.js +1 -0
- package/dist/chunk-OElCookieNotice.es.js +833 -0
- package/dist/components/OBanner.vue.d.ts +11 -0
- package/dist/components/OCookieNotice.vue.d.ts +17 -0
- package/dist/components/OFooter.vue.d.ts +46 -0
- package/dist/components/OHeaderSearch.vue.d.ts +692 -0
- package/dist/components/OHeaderUser.vue.d.ts +38 -0
- package/dist/components/OPlusConfigProvider.vue.d.ts +23 -0
- package/dist/components/OSection.vue.d.ts +37 -0
- package/dist/components/OSourceCode.vue.d.ts +20 -0
- package/dist/components/OThemeSwitcher.vue.d.ts +28 -0
- package/dist/components/activity/OActivityApproval.vue.d.ts +277 -0
- package/dist/components/activity/OActivityForm.vue.d.ts +140 -0
- package/dist/components/activity/OMyActivityCalendar.vue.d.ts +578 -0
- package/dist/components/activity/config.d.ts +15 -0
- package/dist/components/activity/index.d.ts +623 -0
- package/dist/components/activity/types.d.ts +81 -0
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +34 -0
- package/dist/components/element-plus/index.d.ts +2 -0
- package/dist/components/events/OEventsApply.vue.d.ts +16 -0
- package/dist/components/events/OEventsCalendar.vue.d.ts +5 -0
- package/dist/components/events/OEventsList.vue.d.ts +26 -0
- package/dist/components/events/config.d.ts +27 -0
- package/dist/components/events/index.d.ts +78 -0
- package/dist/components/events/types.d.ts +66 -0
- package/dist/components/events/utils.d.ts +7 -0
- package/dist/components/header/OHeader.vue.d.ts +24 -0
- package/dist/components/header/OHeaderMoblie.vue.d.ts +33 -0
- package/dist/components/header/components/HeaderContent.vue.d.ts +6 -0
- package/dist/components/header/components/HeaderNav.vue.d.ts +7 -0
- package/dist/components/header/components/HeaderNavMoblie.vue.d.ts +17 -0
- package/dist/components/header/components/HeaderUbmcNav.vue.d.ts +2 -0
- package/dist/components/header/index.d.ts +22 -0
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +298 -0
- package/dist/components/meeting/OMeetingForm.vue.d.ts +145 -0
- package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +586 -0
- package/dist/components/meeting/OSigMeetingCalendar.vue.d.ts +24 -0
- package/dist/components/meeting/components/OMeetingCalendarList.vue.d.ts +28 -0
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/components/meeting/components/OMeetingDetail.vue.d.ts +12 -0
- package/dist/components/meeting/components/OMeetingPlaybackSubtitles.vue.d.ts +5 -0
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +17 -0
- package/dist/components/meeting/components/OSigMeetingAside.vue.d.ts +16 -0
- package/dist/components/meeting/config.d.ts +27 -0
- package/dist/components/meeting/types.d.ts +166 -0
- package/dist/components/meeting/utils.d.ts +22 -0
- package/dist/components.cjs.js +224 -0
- package/dist/components.css +1 -0
- package/dist/components.element.cjs.js +1 -0
- package/dist/components.element.es.js +4 -0
- package/dist/components.es.js +45054 -0
- package/dist/index.d.ts +19 -0
- package/docs/design.md +27 -0
- package/docs/design_banner.md +41 -0
- package/docs/design_section.md +27 -0
- package/package.json +56 -0
- package/scripts/generate-components-index.js +104 -0
- package/src/assets/events/svg-icons/icon-checked.svg +3 -0
- package/src/assets/events/svg-icons/icon-competition.svg +7 -0
- package/src/assets/events/svg-icons/icon-events.svg +4 -0
- package/src/assets/events/svg-icons/icon-release.svg +4 -0
- package/src/assets/events/svg-icons/icon-summit.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-all.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-backward.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-calendar.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-cancel.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-captions.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-close-captions.svg +6 -0
- package/src/assets/meeting/svg-icons/icon-close-fullscreen.svg +6 -0
- package/src/assets/meeting/svg-icons/icon-copy.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-create.svg +5 -0
- package/src/assets/meeting/svg-icons/icon-delete.svg +7 -0
- package/src/assets/meeting/svg-icons/icon-empty.svg +31 -0
- package/src/assets/meeting/svg-icons/icon-empty_dark.svg +49 -0
- package/src/assets/meeting/svg-icons/icon-event.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-export.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-forward.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-fullscreen.svg +6 -0
- package/src/assets/meeting/svg-icons/icon-help.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-important.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-info.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-meet.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-meeting-message.svg +5 -0
- package/src/assets/meeting/svg-icons/icon-meeting.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-play.svg +5 -0
- package/src/assets/meeting/svg-icons/icon-playing-tip.svg +7 -0
- package/src/assets/meeting/svg-icons/icon-playing.svg +5 -0
- package/src/assets/meeting/svg-icons/icon-question.svg +4 -0
- package/src/assets/meeting/svg-icons/icon-sound.svg +5 -0
- package/src/assets/meeting/svg-icons/icon-speaker.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-summit.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-telligent.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-tip.svg +3 -0
- package/src/assets/meeting/svg-icons/icon-todo.svg +4 -0
- package/src/assets/meeting/transparent.png +0 -0
- package/src/assets/svg-icons/icon-arrow-left.svg +3 -0
- package/src/assets/svg-icons/icon-avatar-line.svg +3 -0
- package/src/assets/svg-icons/icon-caret-left.svg +3 -0
- package/src/assets/svg-icons/icon-caret-right.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-down.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-right.svg +3 -0
- package/src/assets/svg-icons/icon-chevron-up.svg +3 -0
- package/src/assets/svg-icons/icon-close.svg +3 -0
- package/src/assets/svg-icons/icon-delete.svg +3 -0
- package/src/assets/svg-icons/icon-filter.svg +3 -0
- package/src/assets/svg-icons/icon-header-back.svg +3 -0
- package/src/assets/svg-icons/icon-header-delete.svg +3 -0
- package/src/assets/svg-icons/icon-header-menu.svg +3 -0
- package/src/assets/svg-icons/icon-header-person.svg +3 -0
- package/src/assets/svg-icons/icon-header-search.svg +4 -0
- package/src/assets/svg-icons/icon-loading.svg +4 -0
- package/src/assets/svg-icons/icon-locale.svg +3 -0
- package/src/assets/svg-icons/icon-log-off.svg +3 -0
- package/src/assets/svg-icons/icon-message.svg +3 -0
- package/src/assets/svg-icons/icon-moon.svg +3 -0
- package/src/assets/svg-icons/icon-outlink.svg +3 -0
- package/src/assets/svg-icons/icon-overview.svg +3 -0
- package/src/assets/svg-icons/icon-search.svg +3 -0
- package/src/assets/svg-icons/icon-setting.svg +3 -0
- package/src/assets/svg-icons/icon-sun.svg +3 -0
- package/src/assets/svg-icons/icon-tips.svg +3 -0
- package/src/components/OBanner.vue +398 -0
- package/src/components/OCookieNotice.vue +575 -0
- package/src/components/OFooter.vue +576 -0
- package/src/components/OHeaderSearch.vue +601 -0
- package/src/components/OHeaderUser.vue +237 -0
- package/src/components/OPlusConfigProvider.vue +32 -0
- package/src/components/OSection.vue +178 -0
- package/src/components/OSourceCode.vue +153 -0
- package/src/components/OThemeSwitcher.vue +108 -0
- package/src/components/activity/OActivityApproval.vue +871 -0
- package/src/components/activity/OActivityForm.vue +548 -0
- package/src/components/activity/OMyActivityCalendar.vue +1501 -0
- package/src/components/activity/config.ts +141 -0
- package/src/components/activity/index.ts +24 -0
- package/src/components/activity/types.ts +88 -0
- package/src/components/common/AppAvatar.vue +83 -0
- package/src/components/common/ClientOnlyWrapper.ts +21 -0
- package/src/components/common/ContentWrapper.vue +85 -0
- package/src/components/common/MoreText.vue +124 -0
- package/src/components/common/ThFilter.vue +330 -0
- package/src/components/element-plus/OElCookieNotice.vue +603 -0
- package/src/components/element-plus/index.ts +3 -0
- package/src/components/events/OEventsApply.vue +419 -0
- package/src/components/events/OEventsCalendar.vue +588 -0
- package/src/components/events/OEventsList.vue +354 -0
- package/src/components/events/config.ts +35 -0
- package/src/components/events/index.ts +24 -0
- package/src/components/events/types.ts +80 -0
- package/src/components/events/utils.ts +9 -0
- package/src/components/header/OHeader.vue +175 -0
- package/src/components/header/OHeaderMoblie.vue +152 -0
- package/src/components/header/components/HeaderContent.vue +942 -0
- package/src/components/header/components/HeaderNav.vue +280 -0
- package/src/components/header/components/HeaderNavMoblie.vue +346 -0
- package/src/components/header/components/HeaderUbmcNav.vue +540 -0
- package/src/components/header/index.ts +16 -0
- package/src/components/meeting/OMeetingCalendar.vue +900 -0
- package/src/components/meeting/OMeetingForm.vue +1041 -0
- package/src/components/meeting/OMeetingPlayback.vue +439 -0
- package/src/components/meeting/OMyMeetingCalendar.vue +1502 -0
- package/src/components/meeting/OSigMeetingCalendar.vue +411 -0
- package/src/components/meeting/components/OMeetingCalendarList.vue +505 -0
- package/src/components/meeting/components/OMeetingCalendarSelector.vue +206 -0
- package/src/components/meeting/components/OMeetingDetail.vue +227 -0
- package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +611 -0
- package/src/components/meeting/components/OMeetingPlaybackVideo.vue +741 -0
- package/src/components/meeting/components/OSigMeetingAside.vue +197 -0
- package/src/components/meeting/config.ts +121 -0
- package/src/components/meeting/index.ts +45 -0
- package/src/components/meeting/types.ts +193 -0
- package/src/components/meeting/utils.ts +123 -0
- package/src/draft/Banner.vue +265 -0
- package/src/draft/ButtonCards.vue +106 -0
- package/src/draft/Feature.vue +134 -0
- package/src/draft/Footer.vue +512 -0
- package/src/draft/HorizontalAnchor.vue +165 -0
- package/src/draft/ItemSwiper.vue +133 -0
- package/src/draft/Logo.vue +141 -0
- package/src/draft/LogoCard.vue +75 -0
- package/src/draft/LogoV2.vue +19 -0
- package/src/draft/MainCard.vue +38 -0
- package/src/draft/MultiCard.vue +95 -0
- package/src/draft/MultiIconCard.vue +74 -0
- package/src/draft/OInfoCard.vue +176 -0
- package/src/draft/Process.vue +81 -0
- package/src/draft/Section.vue +167 -0
- package/src/draft/SingleTabCard.vue +85 -0
- package/src/draft/SliderCard.vue +110 -0
- package/src/env.d.ts +16 -0
- package/src/i18n/en.ts +261 -0
- package/src/i18n/index.ts +56 -0
- package/src/i18n/zh.ts +250 -0
- package/src/index.ts +45 -0
- package/src/shared/provide.ts +6 -0
- package/src/shims-vue-dompurify-html.d.ts +17 -0
- package/src/vue.d.ts +10 -0
- package/tsconfig.json +37 -0
- package/vite.config.ts +118 -0
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("vue"),N=require("@opensig/opendesign"),xt=require("@opendesign-plus/composables"),Pe=require("./chunk-OElCookieNotice.cjs.js"),zi=require("@vueuse/core"),Km=require("@opensig/opendesign/es/locale/lang/zh-cn"),Qm=require("@opensig/opendesign/es/locale/lang/en-us"),tt=require("element-plus"),Zm=i.defineComponent({__name:"ContentWrapper",props:{verticalPadding:{type:[Boolean,String,Array],default:void 0}},setup(r){const e=Symbol("default"),t=r,n=i.computed(()=>t.verticalPadding?N.isBoolean(t.verticalPadding)?e:N.isString(t.verticalPadding)?t.verticalPadding:t.verticalPadding[0]:0),s=i.computed(()=>t.verticalPadding?N.isBoolean(t.verticalPadding)?e:N.isString(t.verticalPadding)?t.verticalPadding:N.isUndefined(t.verticalPadding[1])?t.verticalPadding[0]:t.verticalPadding[1]:0);return(a,o)=>(i.openBlock(),i.createElementBlock("div",{class:"content-wrapper",style:i.normalizeStyle({"--content-wrapper-vertical-paddingTop":n.value===i.unref(e)?void 0:n.value,"--content-wrapper-vertical-paddingBottom":s.value===i.unref(e)?void 0:s.value})},[i.renderSlot(a.$slots,"default",{},void 0,!0)],4))}}),vn=Pe._export_sfc(Zm,[["__scopeId","data-v-29de9f52"]]),Jm={key:0},eg={class:"banner-content"},tg=["src"],ig={key:1,class:"banner-title"},ng={key:2,class:"banner-subtitle"},rg={key:4,class:"banner-opts"},sg=i.defineComponent({__name:"OBanner",props:{options:{default:void 0},size:{default:"large"},contentJustifyCenter:{type:Boolean,default:!1}},setup(r){const e=r,{isLight:t}=xt.useTheme("opendesignplus",document.domain||"localhost"),{isPhone:n}=xt.useScreen(),s=i.computed(()=>e.options),a=i.ref(""),o=c=>{setTimeout(()=>{a.value=s.value[c].bg_theme??"light"},100)},l=(c,d)=>{c&&!d&&window.open(c)};return(c,d)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["home-banner",r.size])},[r.size==="tiny"?(i.openBlock(),i.createElementBlock("div",Jm,i.toDisplayString(s.value[1].title),1)):i.unref(n)?i.unref(n)?(i.openBlock(),i.createBlock(i.unref(N.OCarousel),{key:2,class:"banner-carousel",effect:"gallery","indicator-click":"","data-o-theme":a.value,arrow:"never","auto-play":!0,onBeforeChange:o},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(s.value,(g,m)=>(i.openBlock(),i.createBlock(i.unref(N.OCarouselItem),{class:i.normalizeClass(["banner-item",`banner-item${m}`]),key:m},{default:i.withCtx(()=>[i.createVNode(vn,{class:"banner-wrapper"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OFigure),{class:"banner-bg",src:g.bg,onClick:k=>l(g.href)},null,8,["src","onClick"])]),_:2},1024)]),_:2},1032,["class"]))),128))]),_:1},8,["data-o-theme"])):i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(i.unref(N.OCarousel),{key:1,class:"banner-carousel",effect:"toggle","active-class":"current-slide","indicator-click":"","auto-play":!0,"data-o-theme":a.value,onBeforeChange:o},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(s.value,(g,m)=>(i.openBlock(),i.createBlock(i.unref(N.OCarouselItem),{key:m,class:i.normalizeClass(["banner-item",`banner-item${m}`])},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OFigure),{class:i.normalizeClass(["banner-bg",{"with-sticky-bg":g.withStickyBg,"in-dark":!i.unref(t),"cursor-pointer":g.href&&!g.btn}]),src:g.bg,style:i.normalizeStyle({"--pad-offset":g.pad_offset}),onClick:k=>l(g.href,g.btn)},{default:i.withCtx(()=>[i.createVNode(vn,{class:i.normalizeClass(["banner-wrapper",["banner-wrapper",r.contentJustifyCenter?"content-center":""]])},{default:i.withCtx(()=>[i.createElementVNode("div",eg,[!i.unref(n)&&g.attach?(i.openBlock(),i.createElementBlock("img",{key:0,src:g.attach,class:"banner-attach"},null,8,tg)):i.createCommentVNode("",!0),g.title?(i.openBlock(),i.createElementBlock("div",ig,i.toDisplayString(g.title),1)):i.createCommentVNode("",!0),g.subtitle?(i.openBlock(),i.createElementBlock("div",ng,i.toDisplayString(g.subtitle),1)):i.createCommentVNode("",!0),g.bg_text?(i.openBlock(),i.createElementBlock("div",{key:3,class:"banner-text",style:i.normalizeStyle({backgroundImage:`url(${g.bg_text})`,"--pc-width":g.pc_text_width,"--pc-height":g.pc_text_height,"--pad-width":g.pad_text_width,"--pad-height":g.pad_text_height})},null,4)):i.createCommentVNode("",!0),g.btn?(i.openBlock(),i.createElementBlock("div",rg,[i.createVNode(i.unref(N.OButton),{href:g.href,target:"_blank",variant:"solid",color:"primary",size:r.size},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(g.btn),1)]),_:2},1032,["href","size"])])):i.createCommentVNode("",!0)])]),_:2},1032,["class"])]),_:2},1032,["src","class","style","onClick"])]),_:2},1032,["class"]))),128))]),_:1},8,["data-o-theme"]))],2))}}),ch=Pe._export_sfc(sg,[["__scopeId","data-v-2356da15"]]),ag={class:"cookie-notice-content"},og=["type"],lg={class:"cookie-title"},ug={style:{transform:"rotate(180deg)"},xmlns:"http://www.w3.org/2000/svg",version:"1.1",width:"24",height:"24",viewBox:"0 0 24 24"},cg={class:"cookie-zh-title",style:{"margin-top":"0"}},dg=["href"],hg={key:1,class:"cookie-en-title"},fg={key:0,class:"cookie-en-content"},pg={class:"cookie-en-desc"},mg=["href"],gg={class:"cookie-notice-right"},vg={class:"cookie-dlg-title"},yg={class:"cookie-dlg-content"},_g={class:"content-item"},Tg={class:"item-header"},bg={class:"item-title"},xg={class:"item-extra"},Cg={class:"item-detail"},Sg={class:"content-item"},Eg={class:"item-header"},kg={class:"item-title"},wg={class:"item-extra"},Dg={class:"item-detail"},Ag="0",rc="1",Ng="2",Ps="3",Ig="agreed-cookiepolicy-zh",Og="agreed-cookiepolicy-en",Bg=i.defineComponent({__name:"OCookieNotice",props:{visible:{type:Boolean},community:{},detailUrl:{},wrapper:{},cookieDomain:{}},emits:["update:visible"],setup(r,{expose:e,emit:t}){const n=r,s=t,{lePadV:a,leLaptop:o,isPhone:l}=xt.useScreen(),{locale:c,t:d}=Pe.useI18n(),g=i.computed(()=>c.value==="zh"),m=i.ref(),k=i.computed(()=>m.value?!!getComputedStyle(m.value).getPropertyValue("--grid-content-width"):!1),T=i.computed(()=>g.value?Ig:Og),A=i.ref(!1),y=zi.useVModel(n,"visible",s,{defaultValue:!1}),w=F=>{const S=document.cookie.split(";").find(E=>E.split("=")[0].trim()===encodeURIComponent(F));return S?decodeURIComponent(S.split("=")[1]):null},O=(F,S,E,V)=>{const X=`; max-age=${E*24*60*60}`;document.cookie=`${encodeURIComponent(F)}=${encodeURIComponent(S)}${X}; path=/; domain=${V}`},L=(F,S)=>{document.cookie=`${encodeURIComponent(F)}=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=${S}`},B=F=>{typeof F=="boolean"?y.value=F:y.value=!y.value,i.nextTick(()=>{!y.value&&g.value&&w(T.value)!==Ps&&O(T.value,Ps,180,n.cookieDomain??location.hostname)})},q=i.ref(!1),H=F=>{typeof F=="boolean"?q.value=F:q.value=!q.value},j=()=>g.value?w(T.value)!==Ps:(w(T.value)??"0")===Ag,I=()=>g.value?w(T.value)===Ps:w(T.value)===rc;i.onMounted(()=>{j()&&B(!0)}),i.watch(c,()=>{B(j())});const $=()=>{A.value=!0,L(T.value,n.cookieDomain??location.hostname),O(T.value,rc,180,n.cookieDomain??location.hostname),B(!1)},b=()=>{A.value=!1,L(T.value,n.cookieDomain??location.hostname),O(T.value,Ng,180,n.cookieDomain??location.hostname),B(!1)},x=i.computed(()=>l.value?[{id:"save",label:d("cookie.saveSetting"),variant:"text",onClick:()=>{A.value?$():b(),H(!1)}},{id:"allowAll",label:d("cookie.acceptAll"),variant:"text",onClick:()=>{A.value=!0,$(),H(!1)}}]:[{id:"save",color:"primary",label:d("cookie.saveSetting"),variant:"outline",size:"medium",round:"pill",onClick:()=>{A.value?$():b(),H(!1)}},{id:"allowAll",color:"primary",label:d("cookie.acceptAll"),variant:"outline",size:"medium",round:"pill",onClick:()=>{A.value=!0,$(),H(!1)}}]),P=F=>{F&&(A.value=I())};return e({check(){I()===y.value&&B()}}),(F,S)=>(i.openBlock(),i.createBlock(i.unref(Pe.ClientOnly),null,{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.Teleport,{to:r.wrapper||"#app"},[i.unref(y)?(i.openBlock(),i.createElementBlock("div",{key:0,ref_key:"cookieNoticeRef",ref:m,class:"cookie-notice"},[i.createElementVNode("div",ag,[i.createElementVNode("div",{type:i.unref(c),class:i.normalizeClass({"cookie-notice-wrap-grid":k.value,"cookie-notice-wrap":!k.value})},[i.createElementVNode("div",lg,[g.value?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createVNode(i.unref(N.OIcon),{style:{display:"inline-block","font-size":"24px","margin-right":"4px"}},{default:i.withCtx(()=>[(i.openBlock(),i.createElementBlock("svg",ug,[...S[4]||(S[4]=[i.createElementVNode("path",{fill:"#002fa7",d:"M21 12c0 4.971-4.029 9-9 9s-9-4.029-9-9c0-4.971 4.029-9 9-9s9 4.029 9 9z"},null,-1),i.createElementVNode("path",{fill:"#fff",d:"M12 9.4c0.552 0 1-0.448 1-1s-0.448-1-1-1c-0.552 0-1 0.448-1 1s0.448 1 1 1zM12.492 10.943c-0.042-0.233-0.246-0.41-0.492-0.41-0.276 0-0.5 0.224-0.5 0.5v5.5l0.008 0.090c0.042 0.233 0.246 0.41 0.492 0.41 0.276 0 0.5-0.224 0.5-0.5v-5.5l-0.008-0.090z"},null,-1)])]))]),_:1}),i.createElementVNode("p",cg,[i.createTextVNode(i.toDisplayString(i.unref(d)("cookie.desc"))+" ",1),i.createElementVNode("a",{href:r.detailUrl,target:"_blank",rel:"noopener noreferrer"},i.toDisplayString(i.unref(d)("cookie.about")),9,dg)])],64)):(i.openBlock(),i.createElementBlock("p",hg,i.toDisplayString(i.unref(d)("cookie.title",[r.community])),1)),i.createVNode(i.unref(N.OIcon),{class:"cookie-notice-close",onClick:S[0]||(S[0]=E=>B(!1))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconClose))]),_:1})]),g.value?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",fg,[i.createElementVNode("p",pg,[i.createTextVNode(i.toDisplayString(i.unref(d)("cookie.desc"))+" ",1),i.createElementVNode("a",{href:r.detailUrl,target:"_blank",rel:"noopener noreferrer"},i.toDisplayString(i.unref(d)("cookie.about")),9,mg),S[5]||(S[5]=i.createTextVNode(". ",-1))]),i.createElementVNode("div",gg,[i.createVNode(i.unref(N.OButton),{round:"pill",variant:"outline",color:"primary",onClick:$},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(d)("cookie.acceptAll")),1)]),_:1}),i.createVNode(i.unref(N.OButton),{round:"pill",variant:"outline",color:"primary",onClick:b},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(d)("cookie.rejectAll")),1)]),_:1}),i.createVNode(i.unref(N.OButton),{round:"pill",variant:"outline",color:"primary",onClick:S[1]||(S[1]=E=>H(!0))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(d)("cookie.manage")),1)]),_:1})])]))],10,og)]),i.createVNode(i.unref(N.ODialog),{visible:q.value,"onUpdate:visible":S[3]||(S[3]=E=>q.value=E),size:i.unref(o)?"medium":"large","phone-half-full":i.unref(a),"main-class":k.value?"o-cookie-notice-dlg-main":"",class:"cookie-dlg",actions:x.value,onChange:P,style:{"--dlg-radius":"4px"}},{header:i.withCtx(()=>[i.createElementVNode("span",vg,i.toDisplayString(i.unref(d)("cookie.manage")),1)]),default:i.withCtx(()=>[i.createElementVNode("div",yg,[i.createElementVNode("div",_g,[i.createElementVNode("div",Tg,[i.createElementVNode("span",bg,i.toDisplayString(i.unref(d)("cookie.necessaryCookie")),1),i.createElementVNode("span",xg,i.toDisplayString(i.unref(d)("cookie.alwaysOn")),1)]),i.createElementVNode("div",Cg,i.toDisplayString(i.unref(d)("cookie.necessaryCookieDetail")),1)]),i.createElementVNode("div",Sg,[i.createElementVNode("div",Eg,[i.createElementVNode("span",kg,i.toDisplayString(i.unref(d)("cookie.analyticalCookie")),1),i.createElementVNode("span",wg,[i.createVNode(i.unref(N.OSwitch),{modelValue:A.value,"onUpdate:modelValue":S[2]||(S[2]=E=>A.value=E)},null,8,["modelValue"])])]),i.createElementVNode("div",Dg,i.toDisplayString(i.unref(d)("cookie.analyticalCookieDetail")),1)])])]),_:1},8,["visible","size","phone-half-full","main-class","actions"])],512)):i.createCommentVNode("",!0)],8,["to"]))]),_:1}))}}),dh=Pe._export_sfc(Bg,[["__scopeId","data-v-f7b7244e"]]),Lg={key:0,class:"atom"},Mg={class:"atom-text"},Pg=["href"],Rg=["src"],Vg={key:0,class:"quick-nav"},Fg={class:"category-title"},$g={class:"navs"},Ug=["href"],qg={key:0,class:"friendship-link"},jg={class:"friendship-link-title"},Hg={class:"friendship-link-box"},zg=["href"],Gg={key:0,class:"footer-logo"},Wg=["src"],Yg=["src"],Xg=["href"],Kg={key:1,class:"footer-option"},Qg={class:"footer-option-item"},Zg=["href"],Jg={class:"license"},e1={class:"copyright"},t1={class:"filing"},i1=["href"],n1=["src"],r1={key:2,class:"footer-right"},s1={key:0,class:"code-box"},a1=["src"],o1={class:"code-layer"},l1=["src"],u1={class:"txt"},c1={class:"app-footer-pc"},d1={key:0,class:"footer-left"},h1=["href"],f1=["src"],p1={key:0,class:"footer-right"},m1=["href"],g1={class:"app-footer-mb"},v1={key:0,class:"links"},y1=["href"],_1={class:"copyright"},T1={key:0,class:"approval"},b1=["href"],x1=["src"],C1=i.defineComponent({__name:"OFooter",props:{simple:{default:!1},atom:{default:void 0},lang:{default:void 0},quickNav:{default:void 0},friendshipLink:{default:void 0},footerLogo:{default:void 0},footerOption:{default:void 0},qrcode:{default:void 0},footerBg:{default:void 0}},setup(r){const e=r;return(t,n)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass([e.simple?"app-footer-simple":"app-footer"])},[e.simple?(i.openBlock(),i.createBlock(vn,{key:1},{default:i.withCtx(()=>[i.createElementVNode("div",c1,[t.$slots.left||e.footerOption?i.renderSlot(t.$slots,"left",{key:0},()=>[e.footerOption?(i.openBlock(),i.createElementBlock("div",d1,[i.createElementVNode("span",null,i.toDisplayString(e.footerOption[e.lang].copyright),1),i.createElementVNode("a",{class:"approval",href:e.footerOption[e.lang].beianLink,target:"_blank",rel:"noopener noreferrer"},i.toDisplayString(e.footerOption[e.lang].beianInfo1),9,h1),i.createElementVNode("img",{class:"police-img",src:e.footerOption[e.lang].policeIcon},null,8,f1),i.createElementVNode("span",null,i.toDisplayString(e.footerOption[e.lang].beianInfo2),1)])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0),t.$slots.right||e.footerOption?i.renderSlot(t.$slots,"right",{key:1},()=>[e.footerOption?(i.openBlock(),i.createElementBlock("div",p1,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.footerOption[e.lang].link,(s,a)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:s.url},[i.createElementVNode("a",{target:"_blank",href:s.url,class:"link"},i.toDisplayString(s.name),9,m1),a!==e.footerOption[e.lang].link.length-1?(i.openBlock(),i.createBlock(i.unref(N.ODivider),{key:0,direction:"v"})):i.createCommentVNode("",!0)],64))),128))])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0)]),i.createElementVNode("div",g1,[t.$slots.right||e.footerOption?i.renderSlot(t.$slots,"right",{key:0},()=>[e.footerOption?(i.openBlock(),i.createElementBlock("div",v1,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.footerOption[e.lang].link,(s,a)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:s.url},[i.createElementVNode("a",{target:"_blank",href:s.url,class:"link"},i.toDisplayString(s.name),9,y1),a!==e.footerOption[e.lang].link.length-1?(i.openBlock(),i.createBlock(i.unref(N.ODivider),{key:0,direction:"v"})):i.createCommentVNode("",!0)],64))),128))])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"copyright",{},()=>[i.createElementVNode("div",_1,i.toDisplayString(e.footerOption[e.lang].copyright),1)],!0),t.$slots.left||e.footerOption?i.renderSlot(t.$slots,"left",{key:1},()=>[e.footerOption?(i.openBlock(),i.createElementBlock("div",T1,[i.createElementVNode("a",{href:e.footerOption[e.lang].beianLink,target:"_blank",rel:"noopener noreferrer"},i.toDisplayString(e.footerOption[e.lang].beianInfo1),9,b1),i.createElementVNode("img",{class:"police-img",src:e.footerOption[e.lang].policeIcon},null,8,x1),i.createElementVNode("span",null,i.toDisplayString(e.footerOption[e.lang].beianInfo2),1)])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0)])]),_:3})):(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[t.$slots.atom||e.atom?(i.openBlock(),i.createBlock(vn,{key:0},{default:i.withCtx(()=>[i.renderSlot(t.$slots,"atom",{},()=>[e.atom?(i.openBlock(),i.createElementBlock("div",Lg,[i.createElementVNode("p",Mg,i.toDisplayString(e.atom[e.lang].title),1),i.createElementVNode("a",{href:e.atom[e.lang].href,target:"_blank"},[i.createElementVNode("img",{src:e.atom[e.lang].img,class:"atom-logo",alt:""},null,8,Rg)],8,Pg)])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.ODivider),{class:"atom-divider"})],!0)]),_:3})):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"footer-content",style:i.normalizeStyle({backgroundImage:`url(${e.footerBg})`})},[i.createVNode(vn,null,{default:i.withCtx(()=>[t.$slots.quickNav||e.quickNav?i.renderSlot(t.$slots,"quickNav",{key:0},()=>[e.quickNav?(i.openBlock(),i.createElementBlock("div",Vg,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.quickNav[e.lang],s=>(i.openBlock(),i.createElementBlock("div",{key:s.title,class:"category"},[i.createElementVNode("div",Fg,i.toDisplayString(s.title),1),i.createElementVNode("ul",$g,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(s.list,a=>(i.openBlock(),i.createElementBlock("li",{key:a.title,class:"nav"},[i.createElementVNode("a",{href:a.link,target:"_blank",rel:"noopener noreferrer"},i.toDisplayString(a.title),9,Ug)]))),128))])]))),128))])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0),t.$slots.friendshipLink||e.friendshipLink?i.renderSlot(t.$slots,"friendshipLink",{key:1},()=>[e.friendshipLink?(i.openBlock(),i.createElementBlock("div",qg,[i.createElementVNode("div",jg,i.toDisplayString(e.friendshipLink.title[e.lang]),1),i.createElementVNode("div",Hg,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.friendshipLink.link[e.lang],s=>(i.openBlock(),i.createElementBlock("a",{href:s.link,key:s.link,target:"_blank"},i.toDisplayString(s.title),9,zg))),128))])])):i.createCommentVNode("",!0)],!0):i.createCommentVNode("",!0),i.renderSlot(t.$slots,"footer",{},()=>[i.createElementVNode("div",{class:i.normalizeClass(["inner",{"inner-en":e.lang==="en"}])},[e.footerLogo?(i.openBlock(),i.createElementBlock("div",Gg,[i.createElementVNode("img",{class:"show-pc",src:e.footerLogo.logo,alt:""},null,8,Wg),i.createElementVNode("img",{class:"show-mo",src:e.footerLogo.logoMb,alt:""},null,8,Yg),i.createElementVNode("p",null,[i.createElementVNode("a",{class:"email",href:`mailto:${e.footerLogo.email}`,target:"_blank"},i.toDisplayString(e.footerLogo.email),9,Xg)])])):i.createCommentVNode("",!0),e.footerOption?(i.openBlock(),i.createElementBlock("div",Kg,[i.createElementVNode("div",Qg,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.footerOption[e.lang].link,(s,a)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:s.url},[i.createElementVNode("a",{target:"_blank",href:s.url},i.toDisplayString(s.name),9,Zg),a!==e.footerOption[e.lang].link.length-1?(i.openBlock(),i.createBlock(i.unref(N.ODivider),{key:0,style:{"--o-divider-bd-color":"var(--o-color-info3-inverse)","--o-divider-label-gap":"0 8px"},direction:"v"})):i.createCommentVNode("",!0)],64))),128))]),i.createElementVNode("p",Jg,[i.createElementVNode("span",null,i.toDisplayString(e.footerOption[e.lang].licenseText),1),i.createTextVNode(" "+i.toDisplayString(e.footerOption[e.lang].licenseInfo),1)]),i.createElementVNode("div",e1,[i.createElementVNode("p",null,i.toDisplayString(e.footerOption[e.lang].copyright),1),i.createElementVNode("div",t1,[i.createElementVNode("a",{href:e.footerOption[e.lang].beianLink,target:"_blank"},i.toDisplayString(e.footerOption[e.lang].beianInfo1),9,i1),i.createElementVNode("img",{src:e.footerOption[e.lang].policeIcon,class:"filing-img"},null,8,n1),i.createElementVNode("p",null,i.toDisplayString(e.footerOption[e.lang].beianInfo2),1)])])])):i.createCommentVNode("",!0),e.qrcode?(i.openBlock(),i.createElementBlock("div",r1,[e.lang==="zh"?(i.openBlock(),i.createElementBlock("div",s1,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.qrcode,(s,a)=>(i.openBlock(),i.createElementBlock("div",{key:a,class:"code-pop"},[i.createElementVNode("img",{src:s.img,class:"code-img",alt:""},null,8,a1),i.createElementVNode("div",o1,[i.createElementVNode("img",{src:s.code,alt:""},null,8,l1),i.createElementVNode("p",u1,i.toDisplayString(s.label),1)])]))),128))])):i.createCommentVNode("",!0)])):i.createCommentVNode("",!0)],2)],!0)]),_:3})],4)],64))],2))}}),hh=Pe._export_sfc(C1,[["__scopeId","data-v-e6208e27"]]),S1={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function E1(r,e){return i.openBlock(),i.createElementBlock("svg",S1,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M18.528 5.472c0.246 0.246 0.271 0.63 0.074 0.903l-0.074 0.087-5.54 5.538 0.006 0.006-0.989 0.989-0.006-0.006-5.538 5.54c-0.273 0.273-0.717 0.273-0.99 0-0.246-0.246-0.271-0.63-0.074-0.903l0.074-0.087 5.538-5.539-5.538-5.538-0.074-0.087c-0.197-0.274-0.172-0.657 0.074-0.903s0.63-0.271 0.903-0.074l0.087 0.074 5.538 5.539 5.539-5.539c0.273-0.273 0.717-0.273 0.99 0zM14.551 13.561l3.978 3.978 0.074 0.087c0.197 0.274 0.172 0.657-0.074 0.903s-0.63 0.271-0.903 0.074l-0.087-0.074-3.978-3.978c-0.273-0.273-0.273-0.717 0-0.99v0c0.273-0.273 0.717-0.273 0.99 0z"},null,-1)])])}const Dl={name:"components-icon-close",render:E1},k1={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function w1(r,e){return i.openBlock(),i.createElementBlock("svg",k1,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"currentColor",d:"M13.215 0.524c-7.048 0-12.762 5.714-12.762 12.762s5.714 12.762 12.762 12.762c7.048 0 12.762-5.714 12.762-12.762s-5.714-12.762-12.762-12.762zM13.215 2.809c5.786 0 10.476 4.69 10.476 10.476s-4.69 10.476-10.476 10.476c-5.786 0-10.476-4.69-10.476-10.476s4.69-10.476 10.476-10.476z"},null,-1),i.createElementVNode("path",{opacity:"0.8",fill:"currentColor",d:"M23.33 23.22c0.446-0.447 1.169-0.448 1.616-0.002l4.771 4.759c0.447 0.446 0.448 1.169 0.002 1.616s-1.169 0.448-1.616 0.002l-4.771-4.759c-0.447-0.446-0.448-1.169-0.002-1.616z"},null,-1)])])}const sc={name:"components-icon-header-search",render:w1},D1={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function A1(r,e){return i.openBlock(),i.createElementBlock("svg",D1,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M10.858 22.41c-0.349 0.349-0.915 0.349-1.263 0-0.314-0.314-0.345-0.804-0.094-1.153l0.094-0.111 5.146-5.15-5.177-5.178c-0.274-0.305-0.3-0.755-0.077-1.087l0.111-0.135c0.347-0.347 0.91-0.347 1.257 0l5.142 5.143 5.15-5.146c0.349-0.349 0.915-0.349 1.263 0 0.314 0.314 0.345 0.804 0.094 1.153l-0.094 0.111-11.552 11.552zM17.89 16.634l4.551 4.552c0.313 0.349 0.302 0.886-0.034 1.222-0.347 0.347-0.91 0.347-1.257 0l-4.516-4.518 1.256-1.256z"},null,-1)])])}const N1={name:"components-icon-header-delete",render:A1},I1={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function O1(r,e){return i.openBlock(),i.createElementBlock("svg",I1,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M19.154 5.295c0.387 0 0.7 0.313 0.7 0.7 0 0.354-0.263 0.647-0.605 0.694l-0.095 0.006-12.201-0.001 0.001 12.413c0 0.17 0.12 0.311 0.28 0.344l0.071 0.007h9.39c0.17 0 0.311-0.12 0.344-0.28l0.007-0.071v-10.47c0-0.387 0.313-0.7 0.7-0.7 0.354 0 0.647 0.263 0.694 0.605l0.006 0.095v10.47c0 0.919-0.708 1.672-1.608 1.745l-0.144 0.006h-9.39c-0.919 0-1.672-0.708-1.745-1.608l-0.006-0.144-0.001-12.413-0.707 0.001c-0.387 0-0.7-0.313-0.7-0.7 0-0.354 0.263-0.647 0.605-0.694l0.095-0.006h14.308zM10.011 9.744c0.354 0 0.647 0.263 0.694 0.605l0.006 0.095v5.68c0 0.387-0.313 0.7-0.7 0.7-0.354 0-0.647-0.263-0.694-0.605l-0.006-0.095v-5.68c0-0.387 0.313-0.7 0.7-0.7zM13.953 9.744c0.354 0 0.647 0.263 0.694 0.605l0.006 0.095v5.68c0 0.387-0.313 0.7-0.7 0.7-0.354 0-0.647-0.263-0.694-0.605l-0.006-0.095v-5.68c0-0.387 0.313-0.7 0.7-0.7zM13.652 3.189c0.387 0 0.7 0.313 0.7 0.7 0 0.354-0.263 0.647-0.605 0.694l-0.095 0.006h-3.972c-0.387 0-0.7-0.313-0.7-0.7 0-0.354 0.263-0.647 0.605-0.694l0.095-0.006h3.972z"},null,-1)])])}const B1={name:"components-icon-delete",render:O1},L1={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"36",height:"32",viewBox:"0 0 36 32"};function M1(r,e){return i.openBlock(),i.createElementBlock("svg",L1,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M5.886 19.111l10.672 10.677c0.46 0.524 0.44 1.322-0.060 1.822s-1.298 0.52-1.822 0.060l-0.064-0.060-12.498-12.498h3.772zM14.613 0.391c0.521-0.521 1.365-0.521 1.886 0 0.5 0.5 0.52 1.298 0.060 1.822l-0.060 0.064-12.391 12.391h29.67c0.71 0 1.291 0.555 1.331 1.255l0.002 0.078c0 0.71-0.555 1.291-1.255 1.331l-0.078 0.002h-31.816c-0.472 0-0.924-0.187-1.257-0.521-0.671-0.671-0.694-1.745-0.067-2.443l0.067-0.071 13.908-13.908z"},null,-1)])])}const P1={name:"components-icon-header-back",render:M1},R1={class:"o-header-search"},V1={class:"o-header-search-drawer"},F1={key:0,class:"o-header-search-recommend-container"},$1=["onClick"],U1={key:1,class:"o-header-search-history-container"},q1={class:"o-header-search-history-header"},j1={class:"o-header-search-history-header-title"},H1={class:"o-header-search-history-item-container"},z1=["onClick"],G1={class:"o-header-search-history-item-text"},W1={key:3,class:"o-header-search-hot-container"},Y1={class:"o-header-search-hot-header"},X1={class:"o-header-search-hot-item-container"},K1=["onClick"],Q1=i.defineComponent({__name:"OHeaderSearch",props:{modelValue:{default:""},placeholder:{},expandedPlaceholder:{},expandDirection:{default:"left"},clearable:{type:Boolean,default:!0},historyItems:{default:()=>[]},maxHistoryCount:{default:6},storeHistory:{type:Boolean,default:!1},historyTitle:{},storageKey:{default:"search-history"},hotItems:{default:()=>[]},hotTitle:{},recommendItems:{default:()=>[]},searchUrl:{},searchUrlOpenBlank:{type:Boolean,default:!0},searchTextMobile:{}},emits:["update:modelValue","update:historyItems","clear","search","delete-history","delete-history-item"],setup(r,{emit:e}){const{lePadV:t}=xt.useScreen(),{t:n}=Pe.useI18n(),s=r,a=e,o=i.ref(s.modelValue),l=i.ref(s.historyItems),c=i.ref(!1),d=i.ref(),g=i.computed(()=>!t.value&&c.value||t.value&&o.value);i.watch(()=>s.modelValue,B=>{o.value!==B&&(o.value=B)}),i.watch(()=>o.value,B=>{a("update:modelValue",B)}),i.watch(()=>s.historyItems,B=>{l.value!==B&&(l.value=B)}),i.watch(()=>l.value,B=>{a("update:historyItems",B)}),i.onMounted(()=>{if(s.storeHistory&&s.storageKey)try{const B=JSON.parse(localStorage.getItem(s.storageKey)||"[]");Array.isArray(B)&&B.length&&(l.value=Array.from(new Set([...l.value,...B])))}catch{}});const m=()=>{c.value=!0},k=()=>{const B=o.value.trim();B&&(c.value=!1,l.value.unshift(B),l.value=Array.from(new Set(l.value)),l.value.length>s.maxHistoryCount&&l.value.pop(),s.storeHistory&&s.storeHistory&&localStorage.setItem(s.storageKey,JSON.stringify(l.value)),a("search",B),s.searchUrl&&window.open(s.searchUrl+B,s.searchUrlOpenBlank?"_blank":"_self","noopener noreferrer"))},T=()=>{o.value="",a("clear"),t.value||(c.value=!1)},A=()=>{const B=[...l.value];l.value=[],s.storeHistory&&s.storeHistory&&localStorage.removeItem(s.storageKey),a("delete-history",B)},y=B=>{l.value=l.value.filter(q=>q!==B),s.storeHistory&&s.storeHistory&&(l.value.length?localStorage.setItem(s.storageKey,JSON.stringify(l.value)):localStorage.removeItem(s.storageKey)),a("delete-history-item",B)},w=B=>{o.value=B,k()},O=()=>{o.value="",c.value=!1},L=i.ref();return zi.onClickOutside(L,T),(B,q)=>(i.openBlock(),i.createElementBlock("div",R1,[i.createElementVNode("div",{ref_key:"posWrapper",ref:L,class:i.normalizeClass({"o-header-search-input-pc-wrapper":!i.unref(t),"o-header-search-input-pc-wrapper-left":!i.unref(t)&&r.expandDirection==="left","o-header-search-input-pc-wrapper-right":!i.unref(t)&&r.expandDirection==="right","o-header-search-input-mobile-wrapper":i.unref(t),focus:c.value})},[i.createElementVNode("div",{class:i.normalizeClass(["o-header-search-input-wrapper",{focus:c.value}])},[i.unref(t)&&c.value?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,class:"o-header-search-icon",onClick:O},{default:i.withCtx(()=>[i.createVNode(i.unref(P1))]),_:1})):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OInput),{ref_key:"inputRef",ref:d,modelValue:o.value,"onUpdate:modelValue":q[0]||(q[0]=H=>o.value=H),class:"o-header-search-input",placeholder:c.value?r.expandedPlaceholder??i.unref(n)("search.expandedPlaceholder"):r.placeholder??i.unref(n)("search.placeholder"),onFocus:m,onKeyup:i.withKeys(k,["enter"])},{prefix:i.withCtx(()=>[i.renderSlot(B.$slots,"input-prefix",{},()=>[i.createVNode(i.unref(N.OIcon),{class:"o-header-search-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(sc))]),_:1})],!0)]),suffix:i.withCtx(()=>[i.renderSlot(B.$slots,"input-suffix",{},()=>[r.clearable&&g.value?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,class:"o-header-search-icon close",onClick:T},{default:i.withCtx(()=>[i.createVNode(i.unref(Dl))]),_:1})):i.createCommentVNode("",!0)],!0)]),_:3},8,["modelValue","placeholder"]),i.unref(t)&&c.value?(i.openBlock(),i.createElementBlock("span",{key:1,class:"o-header-search-text",onClick:k},i.toDisplayString(r.searchTextMobile??i.unref(n)("search")),1)):i.createCommentVNode("",!0)],2),i.withDirectives(i.createElementVNode("div",V1,[i.renderSlot(B.$slots,"drawer",{recommendItems:r.recommendItems,historyItems:l.value,hotItems:r.hotItems},()=>[r.recommendItems.length?(i.openBlock(),i.createElementBlock("div",F1,[i.renderSlot(B.$slots,"recommend-header",{recommend:r.recommendItems},void 0,!0),i.renderSlot(B.$slots,"recommend-content",{recommend:r.recommendItems},()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.recommendItems,H=>(i.openBlock(),i.createElementBlock("div",{class:"o-header-search-recommend-item",key:H,onClick:j=>w(H)},i.toDisplayString(H),9,$1))),128))],!0)])):l.value.length?(i.openBlock(),i.createElementBlock("div",U1,[i.renderSlot(B.$slots,"history-header",{history:l.value},()=>[i.createElementVNode("div",q1,[i.createElementVNode("span",j1,i.toDisplayString(r.historyTitle??i.unref(n)("search.history")),1),i.createVNode(i.unref(N.OIcon),{class:"o-header-search-icon",onClick:A},{default:i.withCtx(()=>[i.createVNode(i.unref(B1))]),_:1})])],!0),i.renderSlot(B.$slots,"history-content",{history:l.value},()=>[i.createElementVNode("div",H1,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(l.value,H=>(i.openBlock(),i.createElementBlock("div",{key:H,class:"o-header-search-history-item",onClick:j=>w(H)},[i.createElementVNode("span",G1,i.toDisplayString(H),1),i.createVNode(i.unref(N.OIcon),{class:"o-header-search-history-item-icon",onClick:i.withModifiers(j=>y(H),["stop"])},{default:i.withCtx(()=>[i.createVNode(i.unref(N1),{class:"icon-delete"})]),_:1},8,["onClick"])],8,z1))),128))])],!0)])):i.createCommentVNode("",!0),(r.recommendItems.length||l.value.length)&&r.hotItems.length?(i.openBlock(),i.createBlock(i.unref(N.ODivider),{key:2,class:"o-header-search-drawer-divider"})):i.createCommentVNode("",!0),r.hotItems.length?(i.openBlock(),i.createElementBlock("div",W1,[i.renderSlot(B.$slots,"hot-header",{hot:r.hotItems},()=>[i.createElementVNode("div",Y1,i.toDisplayString(r.hotTitle??i.unref(n)("search.hot")),1)],!0),i.renderSlot(B.$slots,"hot-content",{hot:r.hotItems},()=>[i.createElementVNode("div",X1,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.hotItems,H=>(i.openBlock(),i.createElementBlock("div",{key:H,class:"o-header-search-hot-item",onClick:j=>w(H)},i.toDisplayString(H),9,K1))),128))])],!0)])):i.createCommentVNode("",!0)],!0)],512),[[i.vShow,c.value]])],2),i.unref(t)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,class:"o-header-search-icon-mobile",onClick:m},{default:i.withCtx(()=>[i.createVNode(i.unref(sc))]),_:1})):i.createCommentVNode("",!0)]))}}),fh=Pe._export_sfc(Q1,[["__scopeId","data-v-9f1bd8fc"]]),Z1=["src"],J1=i.defineComponent({__name:"AppAvatar",props:{avatar:{type:String,default:""},name:{type:String,default:"",required:!0},size:{type:String,default:"medium"},customSize:{type:Number,default:0},variant:{type:String,default:"round"}},setup(r){const e=r,t=["#058EF0","#FA7305","#03B5A5"],n=i.computed(()=>{var a;return(a=e.name)==null?void 0:a.charAt(0).toUpperCase()}),s=i.computed(()=>{var l;const a={"background-color":"",width:"32px",height:"32px","font-size":"20px"};a["background-color"]=e.name?t[((l=e.name)==null?void 0:l.length)%t.length]:"transparent";let o=0;return e.customSize?o=Number(e.customSize):o={mini:16,small:24,medium:40,large:64}[e.size],a.height=`${o}px`,a.width=`${o}px`,a["font-size"]=`${o/2}px`,a});return(a,o)=>r.avatar&&!r.avatar.includes("gitcode")?(i.openBlock(),i.createElementBlock("img",{key:0,src:r.avatar,class:i.normalizeClass(["img-avatar",r.variant]),style:i.normalizeStyle(s.value),alt:""},null,14,Z1)):(i.openBlock(),i.createElementBlock("div",{key:1,class:i.normalizeClass(["word-avatar",r.variant]),style:i.normalizeStyle(s.value)},i.toDisplayString(n.value),7))}}),e2=Pe._export_sfc(J1,[["__scopeId","data-v-340348ce"]]),t2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function i2(r,e){return i.openBlock(),i.createElementBlock("svg",t2,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"#000",d:"M9.412 10.332c0 2.188 1.066 4.127 2.708 5.326-4.858 1.582-8.364 6.052-8.364 11.328 0 0.515 0.418 0.933 0.933 0.933s0.933-0.418 0.933-0.933c0-5.465 4.487-9.922 10.092-10.070 0.095 0.004 0.191 0.006 0.288 0.006 3.639 0 6.59-2.95 6.59-6.59s-2.951-6.59-6.59-6.59-6.59 2.95-6.59 6.59zM16.088 15.049c-0.028-0.003-0.057-0.004-0.087-0.004-0.061 0-0.122 0-0.183 0.001-2.524-0.096-4.541-2.172-4.541-4.72 0-2.608 2.115-4.723 4.723-4.723s4.723 2.115 4.723 4.723c0 2.579-2.067 4.676-4.635 4.722zM21.784 16.465c3.945 2.064 6.463 6.077 6.463 10.528 0 0.515-0.418 0.933-0.933 0.933s-0.933-0.418-0.933-0.933c0-3.744-2.123-7.127-5.462-8.874-0.457-0.239-0.633-0.803-0.394-1.26s0.803-0.633 1.26-0.394z"},null,-1)])])}const n2={name:"components-icon-avatar-line",render:i2},r2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function s2(r,e){return i.openBlock(),i.createElementBlock("svg",r2,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M5.759 8.873c0.251-0.251 0.644-0.271 0.918-0.063l0.072 0.063 5.016 5.016c0.1 0.1 0.254 0.115 0.37 0.043l0.054-0.043 5.062-5.062c0.273-0.273 0.717-0.273 0.99 0 0.251 0.251 0.271 0.644 0.063 0.918l-0.063 0.072-5.062 5.062c-0.629 0.629-1.628 0.662-2.296 0.099l-0.108-0.099-5.016-5.016c-0.273-0.273-0.273-0.717 0-0.99z"},null,-1)])])}const Al={name:"components-icon-chevron-down",render:s2},a2={class:"header-user"},o2={key:0,class:"user-info"},l2={class:"info-wrap hover-icon-rotate"},u2={class:"user-account"},c2={key:1},d2=i.defineComponent({__name:"OHeaderUser",props:{token:{default:void 0},lang:{default:void 0},noticeTotal:{default:void 0},userInfo:{default:void 0},options:{default:void 0}},emits:["login","logout"],setup(r,{emit:e}){const{lePadV:t}=xt.useScreen(),n=e,s=()=>{n("login")},a=o=>{o!=null&&o.logout?n("logout"):window.open(o.url,o.target)};return(o,l)=>(i.openBlock(),i.createElementBlock("div",a2,[r.token?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,onClick:s,class:"avatar-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(n2))]),_:1})),i.createVNode(i.Transition,{name:"header-user-zoom-in"},{default:i.withCtx(()=>[r.token?(i.openBlock(),i.createElementBlock("div",o2,[i.createVNode(i.unref(N.ODropdown),{trigger:i.unref(t)?"click":"hover",optionPosition:i.unref(t)?"br":"bottom","option-wrap-class":`user-dropdown ${r.lang==="en"?"is-en":""}`},{dropdown:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.options,c=>(i.openBlock(),i.createBlock(i.unref(N.ODropdownItem),{key:c.label,style:{"--dropdown-item-justify":"center"},onClick:d=>a(c)},{default:i.withCtx(()=>[c!=null&&c.total?(i.openBlock(),i.createBlock(i.unref(N.OBadge),{key:0,value:c.total,color:"danger",class:i.normalizeClass(["header-message message",{"notice-not":!c.total}])},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(c.label),1)]),_:2},1032,["value","class"])):(i.openBlock(),i.createElementBlock("span",c2,i.toDisplayString(c.label),1))]),_:2},1032,["onClick"]))),128))]),default:i.withCtx(()=>[i.createElementVNode("div",l2,[i.createVNode(i.unref(N.OBadge),{value:r.noticeTotal,dot:!0,color:"danger",class:i.normalizeClass(["header-message user-avatar",{"notice-not":!r.noticeTotal}])},{default:i.withCtx(()=>[i.createVNode(e2,{avatar:r.userInfo.photo,name:r.userInfo.username,"custom-size":20},null,8,["avatar","name"])]),_:1},8,["value","class"]),i.createElementVNode("p",u2,i.toDisplayString(r.userInfo.username),1),i.createVNode(i.unref(N.OIcon),{class:"icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Al))]),_:1})])]),_:1},8,["trigger","optionPosition","option-wrap-class"])])):i.createCommentVNode("",!0)]),_:1})]))}}),ph=Pe._export_sfc(d2,[["__scopeId","data-v-bf7f5326"]]),mh=i.defineComponent({__name:"OPlusConfigProvider",props:{locale:{},theme:{default:"light"}},setup(r){const e=r,t=i.reactive({locale:i.computed(()=>e.locale),theme:i.computed(()=>e.theme)});return i.provide(Pe.configProviderInjectKey,t),(n,s)=>(i.openBlock(),i.createBlock(i.unref(N.OConfigProvider),{locale:r.locale==="zh"?i.unref(Km):i.unref(Qm)},{default:i.withCtx(()=>[i.renderSlot(n.$slots,"default")]),_:3},8,["locale"]))}}),h2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function f2(r,e){return i.openBlock(),i.createElementBlock("svg",h2,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M9.246 5.764c-0.251 0.251-0.271 0.644-0.063 0.918l0.063 0.072 5.016 5.016c0.1 0.1 0.115 0.254 0.043 0.37l-0.043 0.054-5.062 5.062c-0.273 0.273-0.273 0.717 0 0.99 0.251 0.251 0.644 0.271 0.918 0.063l0.072-0.063 5.062-5.062c0.629-0.629 0.662-1.628 0.099-2.296l-0.099-0.108-5.016-5.016c-0.273-0.273-0.717-0.273-0.99 0z"},null,-1)])])}const Wr={name:"components-icon-chevron-right",render:f2},p2={class:"section-wrapper"},m2={key:1,class:"section-title"},g2={key:2,class:"section-subtitle"},v2={key:1,class:"section-body"},y2={key:2,class:"section-footer"},_2=i.defineComponent({__name:"OSection",props:{title:{default:void 0},subtitle:{default:void 0},full:{type:Boolean,default:!1},headerJustifyCenter:{type:Boolean,default:!0},footer:{default:void 0},footerHref:{default:void 0}},setup(r){const e=r;return(t,n)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["app-section",{"is-full":e.full}])},[i.createElementVNode("div",p2,[i.renderSlot(t.$slots,"main",{},()=>[t.$slots.header||e.title||e.subtitle?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["section-header",{"is-left":!e.headerJustifyCenter}])},[i.renderSlot(t.$slots,"header",{},()=>[i.unref(N.isArray)(e.title)?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList(e.title,s=>(i.openBlock(),i.createElementBlock("h2",{key:s,class:"section-title"},i.toDisplayString(s),1))),128)):t.$slots.title||e.title?(i.openBlock(),i.createElementBlock("h2",m2,[i.renderSlot(t.$slots,"title",{},()=>[i.createTextVNode(i.toDisplayString(e.title),1)],!0)])):i.createCommentVNode("",!0),t.$slots.subtitle||e.subtitle?(i.openBlock(),i.createElementBlock("p",g2,[i.renderSlot(t.$slots,"subtitle",{},()=>[i.createTextVNode(i.toDisplayString(e.subtitle),1)],!0)])):i.createCommentVNode("",!0)],!0)],2)):i.createCommentVNode("",!0),t.$slots.default?(i.openBlock(),i.createElementBlock("div",v2,[i.renderSlot(t.$slots,"default",{},void 0,!0)])):i.createCommentVNode("",!0),t.$slots.footer||e.footer?(i.openBlock(),i.createElementBlock("div",y2,[i.renderSlot(t.$slots,"footer",{},()=>[i.createVNode(i.unref(N.OLink),{href:e.footerHref,target:"_blank"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),{class:"footer-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Wr))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(e.footer)+" ",1)]),_:1},8,["href"])],!0)])):i.createCommentVNode("",!0)],!0)])],2))}}),gh=Pe._export_sfc(_2,[["__scopeId","data-v-2fc90e8a"]]),T2={class:"source-code"},b2={key:0,class:"info-wrap"},x2={class:"title"},C2={class:"info-wrap hover-icon-rotate"},S2={class:"title"},E2=i.defineComponent({__name:"OSourceCode",props:{title:{default:void 0},options:{default:void 0},url:{default:void 0},icon:{default:void 0},justify:{default:"center"}},setup(r){const e=s=>{window.open(s.url,"_blank")},t=i.ref(!1),n=s=>{t.value=s};return(s,a)=>(i.openBlock(),i.createElementBlock("div",T2,[r.url?(i.openBlock(),i.createElementBlock("div",b2,[i.createElementVNode("span",x2,i.toDisplayString(r.title),1),r.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(r.icon),{class:"icon"}))]),_:1})):i.createCommentVNode("",!0)])):(i.openBlock(),i.createBlock(i.unref(N.ODropdown),{key:1,trigger:"hover",optionPosition:"bottom","option-wrap-class":"dropdown",class:i.normalizeClass({"dropdown-active":t.value}),onVisibleChange:n},{dropdown:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.options,o=>(i.openBlock(),i.createBlock(i.unref(N.ODropdownItem),{onClick:l=>e(o),key:o.url,class:"list",style:i.normalizeStyle({"--dropdown-item-justify":r.justify})},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(o.label)+" ",1),o.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(o.icon),{class:"icon"}))]),_:2},1024)):i.createCommentVNode("",!0)]),_:2},1032,["onClick","style"]))),128))]),default:i.withCtx(()=>[i.createElementVNode("div",C2,[i.createElementVNode("span",S2,i.toDisplayString(r.title),1),i.createVNode(i.unref(N.OIcon),{class:"icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Al))]),_:1})])]),_:1},8,["class"]))]))}}),vh=Pe._export_sfc(E2,[["__scopeId","data-v-0b5e5e40"]]),k2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function w2(r,e){return i.openBlock(),i.createElementBlock("svg",k2,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"currentColor",d:"M12 1.992c0.387 0 0.7 0.313 0.7 0.7v1.2c0 0.387-0.313 0.7-0.7 0.7s-0.7-0.313-0.7-0.7v-1.2c0-0.387 0.313-0.7 0.7-0.7zM6.769 6.747c-0.273 0.273-0.717 0.273-0.99 0l-0.849-0.849c-0.137-0.137-0.205-0.316-0.205-0.495s0.068-0.358 0.205-0.495c0.273-0.273 0.717-0.273 0.99 0l0.849 0.849c0.136 0.137 0.205 0.316 0.205 0.495s-0.068 0.358-0.205 0.495zM18.192 6.747c-0.273 0.273-0.717 0.273-0.99 0-0.137-0.137-0.205-0.316-0.205-0.495s0.068-0.358 0.205-0.495l0.849-0.849c0.273-0.273 0.717-0.273 0.99 0 0.137 0.137 0.205 0.316 0.205 0.495s-0.068 0.358-0.205 0.495l-0.849 0.849zM5.3 12c0-3.7 3-6.7 6.7-6.7s6.7 3 6.7 6.7-3 6.7-6.7 6.7c-3.7 0-6.7-3-6.7-6.7zM17.3 12c0-2.927-2.373-5.3-5.3-5.3s-5.3 2.373-5.3 5.3c0 2.927 2.373 5.3 5.3 5.3s5.3-2.373 5.3-5.3zM4.594 11.969c0 0.387-0.313 0.7-0.7 0.7h-1.2c-0.387 0-0.7-0.313-0.7-0.7s0.313-0.7 0.7-0.7h1.2c0.386 0 0.7 0.313 0.7 0.7zM21.977 11.999c0 0.387-0.314 0.7-0.7 0.7h-1.2c-0.387 0-0.7-0.313-0.7-0.7s0.313-0.7 0.7-0.7h1.2c0.387 0 0.7 0.313 0.7 0.7zM5.921 19.060c-0.273 0.273-0.717 0.273-0.99 0-0.137-0.137-0.205-0.316-0.205-0.495s0.068-0.358 0.205-0.495l0.849-0.849c0.273-0.273 0.717-0.273 0.99 0 0.137 0.137 0.205 0.316 0.205 0.495s-0.068 0.358-0.205 0.495l-0.849 0.849zM19.041 19.060c-0.273 0.273-0.717 0.273-0.99 0l-0.849-0.849c-0.137-0.137-0.205-0.316-0.205-0.495s0.068-0.358 0.205-0.495c0.273-0.273 0.717-0.273 0.99 0l0.849 0.849c0.137 0.137 0.205 0.316 0.205 0.495s-0.068 0.358-0.205 0.495zM11.971 19.376c0.387 0 0.7 0.313 0.7 0.7v1.2c0 0.387-0.313 0.7-0.7 0.7s-0.7-0.313-0.7-0.7v-1.2c0-0.387 0.313-0.7 0.7-0.7z"},null,-1)])])}const ao={name:"components-icon-sun",render:w2},D2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function A2(r,e){return i.openBlock(),i.createElementBlock("svg",D2,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"currentColor",d:"M12 2.3c5.357 0 9.7 4.343 9.7 9.7s-4.343 9.7-9.7 9.7c-4.651 0-8.622-3.298-9.515-7.806-0.101-0.509 0.369-0.948 0.87-0.812 0.531 0.144 1.082 0.218 1.645 0.218 3.479 0 6.3-2.82 6.3-6.3 0-1.276-0.379-2.494-1.079-3.527-0.291-0.43-0.029-1.016 0.486-1.086 0.425-0.057 0.857-0.086 1.293-0.086zM12 3.7l-0.042 0.001 0.058 0.121c0.402 0.887 0.634 1.85 0.677 2.845l0.007 0.333c0 4.253-3.447 7.7-7.7 7.7-0.229 0-0.457-0.010-0.682-0.030l-0.186-0.021 0.076 0.218c1.147 3.123 4.102 5.321 7.528 5.429l0.264 0.004c4.584 0 8.3-3.716 8.3-8.3s-3.716-8.3-8.3-8.3z"},null,-1)])])}const oo={name:"components-icon-moon",render:A2},N2={class:"o-theme-switcher"},I2={key:1,class:"o-theme-switcher-mobile"},O2=i.defineComponent({__name:"OThemeSwitcher",props:{theme:{default:"light"},type:{default:"auto"},lightValue:{default:"light"},darkValue:{default:"dark"},lightIcon:{default:ao},darkIcon:{default:oo}},emits:["update:theme","change"],setup(r,{emit:e}){const t=r,n=e,{gtPhone:s}=xt.useScreen(),a=i.computed({get(){return t.theme},set(c){n("update:theme",c),n("change",c)}}),o=i.computed(()=>t.type==="common"||t.type==="auto"&&s.value),l=()=>{a.value=a.value===t.lightValue?t.darkValue:t.lightValue};return(c,d)=>(i.openBlock(),i.createElementBlock("div",N2,[o.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"o-theme-switcher-common",onClick:l},[i.createVNode(i.unref(N.OIcon),{class:"o-theme-icon"},{default:i.withCtx(()=>[a.value===r.lightValue?(i.openBlock(),i.createBlock(i.unref(oo),{key:0})):(i.openBlock(),i.createBlock(i.unref(ao),{key:1}))]),_:1})])):(i.openBlock(),i.createElementBlock("div",I2,[i.createVNode(i.unref(N.OSwitch),{modelValue:a.value,"onUpdate:modelValue":d[0]||(d[0]=g=>a.value=g),class:"o-theme-switch","checked-value":r.darkValue,"unchecked-value":r.lightValue},{on:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),{class:"o-theme-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(ao))]),_:1})]),off:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),{class:"o-theme-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(oo))]),_:1})]),_:1},8,["modelValue","checked-value","unchecked-value"])]))]))}}),yh=Pe._export_sfc(O2,[["__scopeId","data-v-9aaa2610"]]),Nl=()=>{const{t:r}=Pe.useI18n();return new Map([[1,{label:r("meeting.offline"),value:1}],[2,{label:r("meeting.online"),value:2}],[3,{label:r("meeting.onlineOffline"),value:3}]])},ac=/^http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w ./?%&=-]*)?$/,_h=()=>{const{t:r}=Pe.useI18n();return new Map([[1,{id:"draft",label:r("meeting.statusDraft"),text:r("meeting.statusDraft"),value:1}],[2,{id:"under-review",label:r("meeting.statusUnderReview"),text:r("meeting.statusPending"),value:2}],[3,{id:"registration",label:r("meeting.statusRegistering"),text:r("meeting.statusApproved"),value:3}],[4,{id:"in-progress",label:r("meeting.statusInProgress"),text:r("meeting.statusApproved"),value:4}],[5,{id:"ended",label:r("meeting.statusEnded"),text:r("meeting.statusEnded"),value:5}],[6,{id:"modified",label:r("meeting.statusModified"),text:r("meeting.statusModified"),value:6}],[7,{id:"reject",label:r("meeting.statusRejected"),text:r("meeting.statusRejected"),value:7}]])},B2=()=>{const{t:r}=Pe.useI18n();return new Map([["all",{label:r("common.all"),value:"all"}],["rejected",{label:r("meeting.statusRejected"),value:"rejected"}],["approved",{label:r("meeting.statusApproved"),value:"approved"}],["publish",{label:r("meeting.statusPending"),value:"publish"}],["cancel",{label:r("meeting.statusCanceled"),value:"cancel"}]])},L2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function M2(r,e){return i.openBlock(),i.createElementBlock("svg",L2,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M10 14.267c-0.413 0-0.817-0.043-1.211-0.131h-0.001c-0.329-0.073-0.652-0.176-0.968-0.31-0.318-0.135-0.618-0.295-0.902-0.482-0.314-0.207-0.607-0.446-0.878-0.718s-0.511-0.564-0.718-0.878c-0.187-0.283-0.348-0.584-0.482-0.902-0.134-0.316-0.237-0.639-0.31-0.968v0c-0.087-0.394-0.131-0.798-0.131-1.211s0.044-0.817 0.131-1.212v0c0.073-0.33 0.176-0.652 0.31-0.968 0.134-0.318 0.295-0.618 0.482-0.902v0c0.207-0.314 0.446-0.607 0.718-0.878s0.564-0.511 0.878-0.718c0.283-0.187 0.584-0.347 0.902-0.482 0.316-0.134 0.639-0.237 0.968-0.31v0c0.394-0.087 0.798-0.131 1.211-0.131s0.817 0.044 1.212 0.131v0c0.33 0.073 0.652 0.176 0.968 0.31 0.318 0.134 0.618 0.295 0.902 0.482 0.314 0.207 0.607 0.446 0.878 0.718s0.511 0.564 0.718 0.878v0c0.187 0.283 0.347 0.584 0.482 0.902 0.134 0.316 0.237 0.639 0.31 0.968v0.001c0.087 0.394 0.131 0.798 0.131 1.211v4.667c0 0.129-0.023 0.248-0.068 0.358v0c-0.046 0.11-0.114 0.21-0.205 0.302s-0.192 0.159-0.302 0.205v0c-0.11 0.046-0.229 0.068-0.358 0.068h-4.667zM16.4 13.333c0 0.129 0.023 0.248 0.068 0.358s0.114 0.211 0.205 0.302c0.091 0.091 0.192 0.159 0.302 0.205v0c0.11 0.046 0.229 0.068 0.358 0.068h4.667c0.413 0 0.817-0.044 1.212-0.131v0c0.329-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878v0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968v0c0.087-0.394 0.131-0.798 0.131-1.211s-0.044-0.817-0.131-1.212c-0.073-0.33-0.176-0.652-0.31-0.968-0.134-0.318-0.295-0.618-0.482-0.902v0c-0.207-0.314-0.447-0.607-0.718-0.878s-0.564-0.511-0.878-0.718c-0.283-0.187-0.584-0.347-0.902-0.482-0.316-0.134-0.639-0.237-0.968-0.31-0.394-0.087-0.798-0.131-1.212-0.131s-0.817 0.044-1.212 0.131c-0.33 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.348 0.584-0.482 0.902-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212v4.667zM22 12.4h-3.733v-3.733c0-0.287 0.031-0.568 0.094-0.84 0.048-0.208 0.114-0.413 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.303-0.416 0.489-0.601s0.386-0.349 0.601-0.489l0.001-0.001c0.184-0.12 0.379-0.224 0.585-0.311 0.2-0.085 0.404-0.151 0.612-0.199 0.273-0.063 0.553-0.094 0.84-0.094s0.567 0.031 0.84 0.094c0.208 0.048 0.413 0.114 0.613 0.199 0.206 0.087 0.401 0.191 0.586 0.311 0.215 0.14 0.416 0.304 0.601 0.489s0.349 0.386 0.489 0.601c0.12 0.184 0.224 0.38 0.311 0.586 0.085 0.2 0.151 0.404 0.199 0.612 0.063 0.273 0.094 0.553 0.094 0.84s-0.031 0.568-0.094 0.84c-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.586v0c-0.14 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.613 0.199h-0.001c-0.273 0.063-0.552 0.094-0.84 0.094zM13.733 12.4v-3.733c0-0.287-0.031-0.568-0.094-0.84-0.048-0.208-0.114-0.413-0.199-0.612-0.087-0.206-0.191-0.401-0.311-0.586-0.14-0.215-0.303-0.416-0.489-0.601s-0.386-0.349-0.601-0.489c-0.184-0.12-0.38-0.224-0.586-0.311-0.2-0.085-0.404-0.151-0.612-0.199-0.273-0.063-0.553-0.094-0.841-0.094s-0.567 0.031-0.84 0.094c-0.208 0.048-0.413 0.114-0.612 0.199-0.206 0.087-0.401 0.191-0.586 0.311v0c-0.215 0.14-0.416 0.303-0.601 0.489s-0.349 0.386-0.489 0.601v0c-0.12 0.184-0.224 0.38-0.311 0.586-0.085 0.2-0.151 0.404-0.199 0.612-0.063 0.273-0.094 0.553-0.094 0.84s0.031 0.568 0.094 0.84c0.048 0.208 0.114 0.413 0.199 0.612 0.087 0.206 0.191 0.401 0.311 0.586 0.14 0.215 0.304 0.416 0.489 0.601s0.386 0.349 0.601 0.489c0.184 0.12 0.38 0.224 0.586 0.311 0.2 0.085 0.404 0.151 0.612 0.199v0c0.273 0.063 0.553 0.094 0.84 0.094h3.733zM16.4 16c0-0.258 0.091-0.478 0.273-0.66 0.091-0.091 0.192-0.159 0.302-0.205s0.229-0.068 0.358-0.068h4.667c0.414 0 0.817 0.044 1.212 0.131 0.329 0.073 0.652 0.176 0.968 0.31 0.318 0.134 0.618 0.295 0.902 0.482 0.314 0.207 0.607 0.446 0.878 0.718s0.511 0.564 0.718 0.878c0.187 0.283 0.347 0.584 0.482 0.902 0.134 0.316 0.237 0.639 0.31 0.968 0.087 0.394 0.131 0.798 0.131 1.212s-0.044 0.817-0.131 1.212c-0.073 0.33-0.176 0.652-0.31 0.968-0.134 0.318-0.295 0.618-0.482 0.902-0.207 0.314-0.447 0.607-0.718 0.878s-0.564 0.511-0.878 0.718c-0.283 0.187-0.584 0.347-0.902 0.482-0.316 0.134-0.639 0.237-0.968 0.31-0.394 0.087-0.798 0.131-1.212 0.131s-0.817-0.044-1.212-0.131c-0.33-0.073-0.652-0.176-0.968-0.31-0.318-0.134-0.618-0.295-0.902-0.482-0.314-0.207-0.607-0.446-0.878-0.718s-0.511-0.564-0.718-0.878c-0.187-0.283-0.348-0.584-0.482-0.902-0.134-0.316-0.237-0.639-0.31-0.968v0c-0.087-0.394-0.131-0.798-0.131-1.212v-4.667zM10 15.067c-0.413 0-0.817 0.044-1.212 0.131v0c-0.329 0.073-0.652 0.176-0.968 0.31-0.318 0.134-0.618 0.295-0.902 0.482-0.314 0.207-0.607 0.446-0.878 0.718s-0.511 0.564-0.718 0.878c-0.187 0.283-0.348 0.584-0.482 0.901-0.134 0.316-0.237 0.639-0.31 0.968-0.087 0.394-0.131 0.798-0.131 1.212s0.044 0.817 0.131 1.212c0.073 0.329 0.176 0.652 0.31 0.968 0.134 0.318 0.295 0.618 0.482 0.902v0c0.207 0.314 0.446 0.607 0.718 0.878s0.564 0.511 0.878 0.718c0.283 0.187 0.584 0.347 0.902 0.482 0.316 0.134 0.639 0.237 0.968 0.31 0.394 0.087 0.798 0.131 1.212 0.131s0.817-0.044 1.212-0.131v0c0.33-0.073 0.652-0.176 0.968-0.31 0.318-0.134 0.618-0.295 0.902-0.482 0.314-0.207 0.607-0.446 0.878-0.718s0.511-0.564 0.718-0.878v0c0.187-0.283 0.347-0.584 0.482-0.902 0.134-0.316 0.237-0.639 0.31-0.968 0.087-0.394 0.131-0.798 0.131-1.212v-4.667c0-0.258-0.091-0.478-0.273-0.66-0.091-0.091-0.192-0.159-0.302-0.205s-0.229-0.068-0.358-0.068h-4.667zM13.733 16.933v3.733c0 0.287-0.031 0.567-0.094 0.84-0.048 0.208-0.114 0.413-0.199 0.612-0.087 0.206-0.191 0.401-0.311 0.585v0c-0.14 0.215-0.303 0.416-0.489 0.601s-0.386 0.349-0.601 0.489c-0.184 0.12-0.38 0.224-0.586 0.311-0.2 0.085-0.404 0.151-0.612 0.199-0.273 0.063-0.553 0.094-0.841 0.094s-0.567-0.031-0.84-0.094h-0.001c-0.208-0.048-0.412-0.114-0.612-0.199-0.206-0.087-0.401-0.191-0.586-0.311v0c-0.215-0.14-0.416-0.303-0.601-0.489s-0.349-0.386-0.489-0.601c-0.12-0.184-0.224-0.38-0.311-0.586-0.085-0.2-0.151-0.404-0.199-0.612-0.063-0.273-0.094-0.553-0.094-0.84s0.031-0.568 0.094-0.841c0.048-0.208 0.114-0.412 0.199-0.612 0.087-0.206 0.191-0.401 0.311-0.586 0.14-0.215 0.304-0.416 0.489-0.601s0.386-0.349 0.601-0.489c0.184-0.12 0.38-0.224 0.586-0.311 0.2-0.085 0.404-0.151 0.612-0.199h0.001c0.273-0.063 0.553-0.094 0.84-0.094h3.733zM22 16.933h-3.733v3.733c0 0.287 0.031 0.567 0.094 0.84 0.048 0.208 0.114 0.413 0.199 0.612 0.087 0.206 0.191 0.401 0.311 0.586 0.14 0.215 0.303 0.416 0.489 0.601s0.386 0.349 0.601 0.489c0.184 0.12 0.379 0.224 0.586 0.311 0.2 0.085 0.404 0.151 0.612 0.199 0.273 0.063 0.553 0.094 0.84 0.094s0.567-0.031 0.84-0.094c0.208-0.048 0.413-0.114 0.613-0.199 0.206-0.087 0.401-0.191 0.586-0.311 0.215-0.141 0.416-0.304 0.601-0.489s0.349-0.386 0.489-0.601c0.12-0.184 0.224-0.38 0.311-0.586 0.085-0.2 0.151-0.404 0.199-0.612 0.063-0.273 0.094-0.553 0.094-0.84s-0.031-0.568-0.094-0.841c-0.048-0.208-0.114-0.412-0.199-0.612-0.087-0.206-0.191-0.401-0.311-0.586-0.141-0.215-0.304-0.416-0.489-0.601s-0.386-0.349-0.601-0.489c-0.184-0.12-0.38-0.224-0.586-0.311-0.2-0.085-0.404-0.151-0.613-0.199-0.273-0.063-0.553-0.094-0.84-0.094z"},null,-1)])])}const P2={name:"meeting-icon-all",render:M2},R2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function V2(r,e){return i.openBlock(),i.createElementBlock("svg",R2,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M25.088 14.216l-0.852 0.781c-0.385 0.353-0.411 0.933-0.058 1.319s0.933 0.411 1.319 0.058l2.116-1.938c0.193-0.177 0.349-0.374 0.467-0.591 0.092-0.17 0.162-0.351 0.208-0.546 0.045-0.189 0.067-0.378 0.063-0.566-0.004-0.222-0.041-0.444-0.112-0.665s-0.17-0.423-0.297-0.605c-0.107-0.155-0.235-0.295-0.382-0.422-0.151-0.13-0.314-0.237-0.488-0.321-0.223-0.107-0.464-0.176-0.724-0.207l-5.601-0.661c-0.031-0.012-0.159-0.053-0.187-0.073-0.021-0.026-0.113-0.124-0.128-0.155l-2.377-5.087c-0.11-0.235-0.25-0.441-0.42-0.618v0c-0.133-0.138-0.285-0.259-0.454-0.362-0.165-0.1-0.338-0.177-0.517-0.232v0c-0.211-0.064-0.432-0.096-0.662-0.096s-0.451 0.032-0.662 0.096v0c-0.179 0.054-0.352 0.131-0.517 0.232-0.17 0.103-0.321 0.224-0.454 0.362-0.17 0.177-0.31 0.383-0.42 0.618l-2.377 5.087c-0.021 0.026-0.1 0.135-0.128 0.155-0.031 0.012-0.153 0.069-0.187 0.073l-5.601 0.661c-0.26 0.031-0.501 0.1-0.724 0.207v0c-0.174 0.084-0.336 0.191-0.488 0.321-0.147 0.127-0.275 0.267-0.382 0.422-0.127 0.182-0.226 0.384-0.297 0.605s-0.109 0.443-0.112 0.665c-0.003 0.188 0.018 0.377 0.063 0.566 0.047 0.194 0.116 0.376 0.208 0.546 0.118 0.217 0.274 0.414 0.467 0.591l4.119 3.773c0.018 0.029 0.099 0.137 0.11 0.171 0.001 0.009 0.002 0.025 0.004 0.044 0.005 0.054 0.013 0.133 0.008 0.159l-1.093 5.462c-0.051 0.255-0.060 0.505-0.028 0.749 0.025 0.191 0.076 0.378 0.152 0.562 0.074 0.179 0.168 0.343 0.28 0.493 0.133 0.177 0.293 0.333 0.479 0.47s0.384 0.241 0.593 0.315c0.177 0.062 0.362 0.101 0.555 0.118 0.198 0.017 0.392 0.009 0.581-0.025h0.001c0.242-0.043 0.478-0.127 0.705-0.253l4.953-2.737c0.032-0.008 0.159-0.050 0.193-0.050 0.032 0.008 0.163 0.033 0.193 0.050l4.831 2.669c0.233 0.129 0.473 0.214 0.72 0.256h0.001c0.192 0.033 0.388 0.039 0.588 0.020 0.195-0.019 0.382-0.061 0.56-0.126v0c0.211-0.077 0.411-0.187 0.598-0.329s0.347-0.305 0.478-0.488c0.111-0.154 0.201-0.323 0.271-0.506 0.072-0.188 0.119-0.379 0.139-0.573 0.026-0.25 0.008-0.504-0.053-0.762l-2.084-8.779c-0.121-0.509-0.615-0.813-1.124-0.693s-0.813 0.615-0.693 1.124l2.084 8.779c0.020 0.084 0.018 0.161-0.007 0.229s-0.071 0.129-0.141 0.181c-0.069 0.053-0.14 0.081-0.213 0.087s-0.147-0.013-0.223-0.055l-4.831-2.669c-0.171-0.094-0.347-0.165-0.53-0.212v0c-0.183-0.047-0.372-0.071-0.566-0.071s-0.384 0.024-0.566 0.071c-0.183 0.047-0.359 0.118-0.53 0.212l-4.953 2.737c-0.075 0.041-0.148 0.059-0.219 0.055s-0.142-0.032-0.21-0.082c-0.069-0.050-0.116-0.109-0.142-0.176s-0.031-0.142-0.014-0.226l1.093-5.462c0.039-0.195 0.053-0.387 0.041-0.579s-0.048-0.381-0.109-0.57c-0.062-0.189-0.144-0.363-0.248-0.525s-0.229-0.309-0.375-0.443l-4.119-3.773c-0.063-0.058-0.104-0.122-0.122-0.191s-0.014-0.145 0.012-0.227c0.026-0.081 0.067-0.145 0.123-0.191s0.126-0.074 0.211-0.084l5.601-0.661c0.195-0.023 0.381-0.069 0.558-0.138s0.345-0.161 0.504-0.276c0.159-0.115 0.299-0.245 0.42-0.392s0.223-0.308 0.306-0.486l2.377-5.087c0.036-0.077 0.084-0.135 0.145-0.173s0.133-0.058 0.218-0.058c0.085 0 0.157 0.019 0.218 0.058s0.109 0.096 0.144 0.173l2.377 5.087c0.083 0.178 0.185 0.34 0.306 0.486s0.261 0.277 0.42 0.392c0.159 0.115 0.327 0.207 0.504 0.276s0.363 0.115 0.558 0.138l5.601 0.661c0.085 0.010 0.155 0.038 0.211 0.084s0.097 0.109 0.123 0.191c0.026 0.081 0.030 0.157 0.012 0.227s-0.059 0.133-0.122 0.191l-1.263 1.157zM10.007 15.327l2 2c0.369 0.37 0.95 0.37 1.32 0s0.37-0.95 0-1.32l-2-2c-0.369-0.37-0.95-0.37-1.32 0s-0.37 0.95 0 1.32z"},null,-1)])])}const Il={name:"meeting-icon-event",render:V2},F2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function $2(r,e){return i.openBlock(),i.createElementBlock("svg",F2,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M16.933 4v1.733h8.4c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.37 0.199 0.125 0.083 0.242 0.179 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.098 0.266 0.128 0.404 0.034 0.156 0.050 0.315 0.050 0.479v7.222c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-7.222c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.154-0.029h-18.667c-0.055 0-0.106 0.010-0.153 0.029v0 0 0c-0.047 0.020-0.178 0.178-0.217 0.217-0.020 0.047-0.029 0.098-0.029 0.154v13.333c0 0.055 0.010 0.106 0.029 0.153v0c0.020 0.047 0.178 0.178 0.217 0.217 0.047 0.020 0.098 0.029 0.153 0.029h18.667c0.055 0 0.107-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.153v-2.953c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933v2.953c0 0.163-0.017 0.323-0.050 0.479-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.266 0.098-0.404 0.128-0.156 0.034-0.316 0.051-0.479 0.051h-0.44l2.42 2.42c0.37 0.37 0.37 0.95 0 1.32s-0.95 0.37-1.32 0l-3.74-3.74h-12.507l-3.74 3.74c-0.37 0.37-0.95 0.37-1.32 0s-0.369-0.95 0-1.32l2.42-2.42h-0.44c-0.163 0-0.323-0.017-0.479-0.050v0c-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.122-0.37-0.199v0c-0.125-0.083-0.242-0.178-0.35-0.287s-0.204-0.225-0.287-0.35v0c-0.077-0.116-0.143-0.24-0.199-0.37-0.056-0.132-0.098-0.266-0.128-0.404v0c-0.034-0.156-0.050-0.315-0.050-0.479v-13.333c0-0.163 0.017-0.323 0.050-0.479 0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.121-0.254 0.199-0.37 0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128v0c0.156-0.034 0.315-0.050 0.479-0.050h8.4v-1.733c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM18.72 17.392l4.615-4.741c0.365-0.374 0.357-0.955-0.018-1.32s-0.955-0.357-1.32 0.018l-3.906 4.012-3.532-4.067c-0.195-0.169-0.421-0.244-0.678-0.225s-0.47 0.125-0.639 0.32l-4.615 5.333c-0.342 0.395-0.3 0.975 0.095 1.317s0.974 0.3 1.316-0.095l3.91-4.518 3.397 3.925c0.169 0.195 0.381 0.302 0.639 0.32s0.541-0.111 0.736-0.28z"},null,-1)])])}const Ol={name:"meeting-icon-meet",render:$2},U2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function q2(r,e){return i.openBlock(),i.createElementBlock("svg",U2,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M10.633 5.457c-1.119 0.457-2.181 1.053-3.185 1.79-0.422 0.309-0.51 0.883-0.201 1.305s0.883 0.51 1.305 0.201c0.927-0.68 1.908-1.223 2.943-1.629 0.185-0.073 0.373-0.141 0.562-0.205 0.658-0.223 1.325-0.389 2.001-0.497 0.64-0.103 1.287-0.154 1.943-0.154s1.304 0.051 1.943 0.154v0c0.676 0.108 1.343 0.274 2.001 0.497 0.189 0.064 0.376 0.133 0.562 0.205v0c1.035 0.407 2.015 0.95 2.943 1.629 0.421 0.309 0.996 0.221 1.305-0.201s0.221-0.996-0.201-1.305c-1.005-0.736-2.067-1.333-3.185-1.79-0.271-0.111-0.545-0.213-0.823-0.307-0.755-0.256-1.52-0.447-2.297-0.572-0.739-0.119-1.488-0.179-2.247-0.179s-1.508 0.060-2.247 0.179v0c-0.776 0.125-1.541 0.316-2.296 0.572-0.277 0.094-0.552 0.197-0.823 0.307v0zM28.933 18.667v1.333c0 0.163-0.017 0.323-0.051 0.479-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.267 0.099-0.404 0.128-0.156 0.034-0.315 0.050-0.479 0.050h-21.333c-0.163 0-0.323-0.017-0.479-0.050-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.121-0.37-0.199-0.125-0.083-0.242-0.178-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37s-0.098-0.266-0.128-0.404c-0.034-0.156-0.050-0.315-0.050-0.479v-8c0-0.163 0.017-0.323 0.050-0.479 0.030-0.137 0.072-0.272 0.128-0.404s0.121-0.254 0.199-0.37c0.083-0.125 0.179-0.242 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.098 0.404-0.128v0c0.156-0.034 0.315-0.050 0.479-0.050h21.333c0.163 0 0.323 0.017 0.479 0.050 0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.122 0.37 0.199 0.125 0.083 0.241 0.178 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.099 0.266 0.128 0.404v0c0.034 0.156 0.050 0.315 0.050 0.478v4c0 0.523-0.411 0.933-0.933 0.933s-0.933-0.411-0.933-0.933v-4c0-0.055-0.010-0.106-0.029-0.154s-0.178-0.178-0.217-0.217c-0.047-0.020-0.098-0.029-0.154-0.029h-21.333c-0.055 0-0.106 0.010-0.153 0.029v0 0c-0.047 0.020-0.178 0.178-0.217 0.217-0.020 0.047-0.029 0.098-0.029 0.154v8c0 0.055 0.010 0.106 0.029 0.154s0.178 0.178 0.217 0.217c0.047 0.020 0.098 0.029 0.153 0.029h21.333c0.055 0 0.106-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.154v-1.333c0-0.523 0.411-0.933 0.933-0.933s0.933 0.411 0.933 0.933zM20.479 23.117v0c0.137 0.030 0.272 0.072 0.404 0.128 0.131 0.055 0.254 0.121 0.37 0.199 0.125 0.083 0.241 0.179 0.35 0.287s0.204 0.225 0.287 0.35c0.077 0.116 0.143 0.24 0.199 0.37 0.056 0.132 0.099 0.266 0.128 0.404v0c0.034 0.156 0.051 0.316 0.051 0.479s-0.017 0.323-0.051 0.479c-0.030 0.137-0.072 0.272-0.128 0.404-0.055 0.131-0.121 0.254-0.199 0.37-0.083 0.125-0.179 0.242-0.287 0.35s-0.225 0.204-0.35 0.287c-0.116 0.077-0.24 0.143-0.37 0.199-0.132 0.056-0.267 0.098-0.404 0.128-0.156 0.034-0.316 0.051-0.479 0.051h-8c-0.163 0-0.323-0.017-0.479-0.051-0.137-0.030-0.272-0.072-0.404-0.128-0.131-0.055-0.254-0.121-0.37-0.199-0.125-0.083-0.242-0.179-0.35-0.287s-0.204-0.225-0.287-0.35c-0.077-0.116-0.143-0.24-0.199-0.37-0.056-0.132-0.098-0.266-0.128-0.404-0.034-0.156-0.050-0.315-0.050-0.479s0.017-0.323 0.050-0.479c0.030-0.137 0.072-0.272 0.128-0.404 0.055-0.131 0.121-0.254 0.199-0.37 0.083-0.125 0.179-0.241 0.287-0.35s0.225-0.204 0.35-0.287c0.116-0.077 0.24-0.143 0.37-0.199 0.132-0.056 0.266-0.099 0.404-0.128 0.156-0.034 0.316-0.050 0.479-0.050h8c0.163 0 0.323 0.017 0.479 0.050zM20 24.933h-8c-0.055 0-0.106 0.010-0.153 0.029s-0.178 0.178-0.217 0.217c-0.020 0.047-0.029 0.098-0.029 0.154s0.010 0.106 0.029 0.153c0.020 0.047 0.178 0.178 0.217 0.217 0.047 0.020 0.098 0.029 0.153 0.029h8c0.055 0 0.106-0.010 0.154-0.029s0.178-0.178 0.217-0.217c0.019-0.047 0.029-0.098 0.029-0.153s-0.010-0.106-0.029-0.154v0c-0.020-0.047-0.178-0.178-0.217-0.217-0.047-0.019-0.098-0.029-0.154-0.029z"},null,-1)])])}const Th={name:"meeting-icon-summit",render:q2};var Re=(r=>(r.ALL="all",r.MEETING="meeting",r.EVENTS="events",r.SUMMIT="summit",r.ACTIVITY="activity",r.APPROVAL="approval",r))(Re||{}),Oi=(r=>(r.SIG="sig",r.GROUP="group",r))(Oi||{});const{t:Vt}=Pe.useI18n(),j2=()=>{var r;return typeof document<"u"&&((r=getComputedStyle(document.documentElement).getPropertyValue("--o-deep-blue-6"))==null?void 0:r.trim())?"rgba(var(--o-deep-blue-6))":"var(--o-color-primary1)"},lo={summit:"rgba(var(--o-orange-6))",events:"rgba(var(--o-cyan-6))",meeting:j2()},ta=[{label:Vt("meeting.meetingTypeAll"),value:Re.ALL,icon:P2},{label:Vt("meeting.meetingTypeMeet"),value:Re.MEETING,icon:Ol,color:lo.meeting,zIndex:3},{label:Vt("meeting.meetingTypeEvents"),value:Re.EVENTS,icon:Il,color:lo.events,zIndex:2},{label:Vt("meeting.meetingTypeSummit"),value:Re.SUMMIT,icon:Th,color:lo.summit,zIndex:1}],gn=0,yn=1,rn=2,H2=[{label:Vt("meeting.day0"),value:gn,max:7},{label:Vt("meeting.week0"),value:yn,max:2},{label:Vt("meeting.month0"),value:rn,max:1}];Vt("meeting.day"),Vt("meeting.week"),Vt("meeting.month");const bh=[Vt("meeting.sunday"),Vt("meeting.monday"),Vt("meeting.tuesday"),Vt("meeting.wednesday"),Vt("meeting.thursday"),Vt("meeting.friday"),Vt("meeting.saturday")],z2=()=>{const r=[];for(let e=1;e<=7;e++){const t=e%7;r.push({value:t,label:bh[t]})}return r},Ys=z2(),xh=/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,G2=["var(--o-color-primary1)","var(--o-color-warning1)","var(--o-color-success1)"],W2={class:"o-activity-form"},Y2={class:"time-config"},X2={class:"form-btns"},oc=i.defineComponent({__name:"OActivityForm",props:{data:{},creatActivity:{},editActivity:{},admins:{},organizers:{}},emits:["confirm","close"],setup(r,{expose:e,emit:t}){const n=t,s=N.useMessage(null),{lePadV:a}=xt.useScreen(),{t:o}=Pe.useI18n(),l=o,c=Nl(),d=r,g=i.computed(()=>!!d.data),m=i.ref({title:"",organizer:"",start_date:"",end_date:"",register_end_date:"",activity_type:"",synopsis:"",register_url:"",content_url:"",address:"",start:"",end:"",is_publish:"true",email_list:"",approver:""}),k=i.ref(),T=i.ref(!1),A=i.ref({title:[{required:!0,message:o("meeting.enterActivityName")},{validator:j=>{if(j.length>50)return{type:"danger",message:o("meeting.activityNameMaxLength")}}}],activity_type:[{required:!0,message:o("meeting.selectActivityType")}],organizer:[{required:!0,message:o("meeting.selectActivityOrganizer")}],start_date:[{required:!0,message:o("meeting.selectActivityTime")},{validator:()=>{const{start_date:j,end_date:I}=m.value,$=j.split(" "),b=I.split(" ");if(!j||!I)return{type:"danger",message:o("meeting.selectActivityDate")};const x=$[1].split(":").map(Number),P=b[1].split(":").map(Number);if(x[0]<8||x[0]>21||P[0]<8||P[0]>21)return{type:"danger",message:o("meeting.activityTimeRange")};if(tt.dayjs(j).valueOf()>tt.dayjs(I).valueOf())return{type:"danger",message:o("meeting.endDateAfterStartDate")};m.value.start_date=$[0],m.value.end_date=b[0],m.value.start=$[1],m.value.end=b[1]},triggers:["blur","change"]}],register_end_date:[{validator:()=>{const{register_end_date:j,end_date:I,end:$}=m.value;if(j&&tt.dayjs(`${I} ${$}`).valueOf()<tt.dayjs(j).valueOf())return{type:"danger",message:o("meeting.registerDeadlineBeforeEnd")}},triggers:["blur","change"]}],address:[{required:!0,message:o("meeting.enterActivityAddress")},{validator:j=>{if(j.length>255)return{type:"danger",message:o("meeting.activityAddressMaxLength")}}}],register_url:[{validator:j=>{const I=j.replaceAll(" ","")||"";if(I.length&&(I.split(";")||[]).some(b=>!ac.test(b)))return{type:"danger",message:o("meeting.invalidRegistrationUrl")}},triggers:["blur","change"]}],content_url:[{validator:j=>{const I=j.replaceAll(" ","")||"";if(I.length&&(I.split(";")||[]).some(b=>!ac.test(b)))return{type:"danger",message:o("meeting.invalidActivityDetailUrl")}},triggers:["blur","change"]}],synopsis:[{validator:j=>{if(j.length>1e3)return{type:"danger",message:o("meeting.activityContentMaxLength")}}}],email_list:[{validator:j=>{const I=j.replaceAll(" ","").replaceAll(",",";")||"";if(I.length){if(I.length>1020)return{type:"danger",message:o("meeting.emailTooLong")};const $=I.split(";")||[];if($.some(b=>!xh.test(b)))return{type:"danger",message:o("meeting.emailInvalid")};if($.some(b=>b.length>50))return{type:"danger",message:o("meeting.singleEmailTooLong")};if($.length>20)return{type:"danger",message:o("meeting.emailCountTooLong")}}},triggers:["blur","change"]}],approver:[{required:!0,message:o("meeting.selectActivityApprover")}]}),y=i.computed(()=>d.admins||[]),w=i.ref(""),O=i.ref([]);c.forEach(j=>{O.value.push(j)});const L=j=>{const I=O.value.find($=>$.label===j);m.value.activity_type=I==null?void 0:I.value},B=j=>j.getTime()<Date.now()-1440*60*1e3;i.watch(()=>d.data,j=>{var I;if(j){const{title:$,start_date:b,end_date:x,register_end_date:P,activity_type:F,register_url:S,content_url:E,address:V,start:X,end:K,is_publish:U,approver:Z,update_activity_id:G,synopsis:ee,email_list:ie,organizer:ce}=j;let ve={title:$,start_date:b,end_date:x,register_end_date:P,activity_type:F,register_url:S,content_url:E,address:V,start:X,end:K,is_publish:U,approver:Z,update_activity_id:G,synopsis:ee,email_list:ie,organizer:ce};m.value={...ve},w.value=(I=c.get(j.activity_type))==null?void 0:I.label,m.value.start_date=`${m.value.start_date} ${m.value.start}`,m.value.end_date=`${m.value.end_date} ${m.value.end}`}},{immediate:!0,deep:!0});const q=async j=>{var $,b,x,P,F,S,E;let I=g.value?o("meeting.modifyActivity"):o(j?"meeting.create":"meeting.saveDraft");try{if((await(($=k.value)==null?void 0:$.validate())).some(X=>!!X))return;T.value=!0,m.value.is_publish=`${j}`,g.value&&((b=d.data)==null?void 0:b.status)===3?(m.value.update_activity_id=(x=d.data)==null?void 0:x.id,await((P=d.creatActivity)==null?void 0:P.call(d,m.value))):g.value?await((S=d.editActivity)==null?void 0:S.call(d,(F=d.data)==null?void 0:F.id,m.value)):await((E=d.creatActivity)==null?void 0:E.call(d,m.value)),s.success({content:o("meeting.activityActionSuccess",[m.value.title,I.toLowerCase])}),H(),n("confirm")}catch{T.value=!1,m.value.start_date=`${m.value.start_date} ${m.value.start}`,m.value.end_date=`${m.value.end_date} ${m.value.end}`,s.danger({content:o("meeting.activityActionFail",[m.value.title,I.toLowerCase])})}finally{T.value=!1}},H=()=>{m.value={},n("close")};return e({confirm:q}),(j,I)=>(i.openBlock(),i.createElementBlock("div",W2,[i.createVNode(i.unref(N.OForm),{model:m.value,ref_key:"formRef",ref:k,"has-required":"","label-width":"108px",layout:i.unref(a)?"v":"h",class:"form-wrapper"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OFormItem),{rules:A.value.title,label:i.unref(o)("meeting.activityName"),field:"title"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{size:"large",placeholder:i.unref(o)("meeting.enterActivityName"),modelValue:m.value.title,"onUpdate:modelValue":I[0]||(I[0]=$=>m.value.title=$)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.organizer,label:i.unref(o)("meeting.activityOrganizer"),field:"organizer"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OSelect),{placeholder:i.unref(o)("meeting.selectActivityOrganizer"),size:"large",modelValue:m.value.organizer,"onUpdate:modelValue":I[1]||(I[1]=$=>m.value.organizer=$)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.organizers,$=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:$.name,value:$.name},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString($.name),1)]),_:2},1032,["value"]))),128))]),_:1},8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.activity_type,label:i.unref(o)("meeting.activityType"),field:"activity_type"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OSelect),{placeholder:i.unref(o)("meeting.selectActivityType"),size:"large",modelValue:w.value,"onUpdate:modelValue":I[2]||(I[2]=$=>w.value=$),onChange:L},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(O.value,$=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:$.value,value:$.label},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString($.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),m.value.activity_type===1||m.value.activity_type===3?(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:0,rules:A.value.address,label:i.unref(o)("meeting.activityAddress"),field:"address"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{size:"large",placeholder:i.unref(o)("meeting.enterActivityAddress"),modelValue:m.value.address,"onUpdate:modelValue":I[3]||(I[3]=$=>m.value.address=$)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OFormItem),{rules:A.value.start_date,label:i.unref(o)("meeting.activityTime"),field:"start_date",required:""},{default:i.withCtx(()=>[i.createElementVNode("div",Y2,[i.createVNode(i.unref(N.OFormItem),{label:i.unref(o)("meeting.startDate"),field:"start_date"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElDatePicker),{size:"large",modelValue:m.value.start_date,"onUpdate:modelValue":I[4]||(I[4]=$=>m.value.start_date=$),type:"datetime",placeholder:i.unref(o)("meeting.selectDate"),format:"YYYY/MM/DD HH:mm","value-format":"YYYY-MM-DD HH:mm","disabled-date":B,clearable:!1,class:"date-activity"},null,8,["modelValue","placeholder"])]),_:1},8,["label"]),i.createVNode(i.unref(N.OFormItem),{label:i.unref(o)("meeting.endDate"),field:"end_date"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElDatePicker),{size:"large",modelValue:m.value.end_date,"onUpdate:modelValue":I[5]||(I[5]=$=>m.value.end_date=$),type:"datetime",placeholder:i.unref(o)("meeting.selectDate"),format:"YYYY/MM/DD HH:mm","value-format":"YYYY-MM-DD HH:mm","disabled-date":B,clearable:!1,class:"date-activity"},null,8,["modelValue","placeholder"])]),_:1},8,["label"])])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.register_end_date,label:i.unref(o)("meeting.registrationDeadline"),field:"register_end_date"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElDatePicker),{size:"large",modelValue:m.value.register_end_date,"onUpdate:modelValue":I[6]||(I[6]=$=>m.value.register_end_date=$),type:"datetime",placeholder:i.unref(o)("meeting.selectActivityDeadline"),format:"YYYY/MM/DD HH:mm","value-format":"YYYY-MM-DD HH:mm",clearable:!1,class:"date-activity"},null,8,["modelValue","placeholder"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.register_url,label:i.unref(o)("meeting.registrationUrl"),field:"register_url"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{size:"large",placeholder:i.unref(o)("meeting.enterActivityRegistrationUrl"),modelValue:m.value.register_url,"onUpdate:modelValue":I[7]||(I[7]=$=>m.value.register_url=$)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.content_url,label:i.unref(o)("meeting.activityDetailUrl"),field:"content_url"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{size:"large",placeholder:i.unref(o)("meeting.enterActivityDetailUrl"),modelValue:m.value.content_url,"onUpdate:modelValue":I[8]||(I[8]=$=>m.value.content_url=$)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.synopsis,label:i.unref(o)("meeting.activityContent"),field:"synopsis"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTextarea),{size:"large",placeholder:i.unref(o)("meeting.enterActivityContent"),modelValue:m.value.synopsis,"onUpdate:modelValue":I[9]||(I[9]=$=>m.value.synopsis=$)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{field:"email_list",rules:A.value.email_list,label:i.unref(o)("meeting.email")},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTextarea),{disabled:g.value,size:"large",placeholder:i.unref(l)("meeting.enterEmail"),rows:4,modelValue:m.value.email_list,"onUpdate:modelValue":I[10]||(I[10]=$=>m.value.email_list=$)},null,8,["disabled","placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.approver,label:i.unref(o)("meeting.activityApprover"),field:"approver"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OSelect),{placeholder:i.unref(o)("meeting.selectActivityApprover"),size:"large",modelValue:m.value.approver,"onUpdate:modelValue":I[11]||(I[11]=$=>m.value.approver=$)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(y.value,$=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:$,value:$},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString($),1)]),_:2},1032,["value"]))),128))]),_:1},8,["placeholder","modelValue"])]),_:1},8,["rules","label"])]),_:1},8,["model","layout"]),i.createElementVNode("div",X2,[i.createVNode(i.unref(N.OButton),{color:"primary",variant:"solid",size:"large",round:"pill",onClick:I[12]||(I[12]=$=>q(!0)),loading:T.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(g.value?i.unref(o)("common.save"):i.unref(o)("meeting.create")),1)]),_:1},8,["loading"]),g.value?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(i.unref(N.OButton),{key:0,color:"primary",variant:"outline",round:"pill",size:"large",onClick:I[13]||(I[13]=$=>q(!1)),loading:T.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(o)("meeting.saveDraft")),1)]),_:1},8,["loading"])),i.createVNode(i.unref(N.OButton),{color:"primary",variant:"outline",size:"large",round:"pill",onClick:H},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(o)("meeting.cancelBtn")),1)]),_:1})])]))}}),K2={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function Q2(r,e){return i.openBlock(),i.createElementBlock("svg",K2,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"#000",d:"M17.286 5c0.676 0 1.213 0.546 1.213 1.21 0 0.227-0.064 0.449-0.184 0.641l-0.065 0.093-1.24 1.62c-0.149 0.194-0.433 0.236-0.634 0.092-0.181-0.129-0.234-0.364-0.134-0.551l0.039-0.060 1.24-1.62c0.046-0.060 0.071-0.136 0.071-0.214 0-0.169-0.113-0.302-0.253-0.329l-0.054-0.005h-10.573c-0.064 0-0.126 0.022-0.179 0.064-0.126 0.099-0.162 0.281-0.092 0.426l0.036 0.059 4.207 5.495c0.138 0.18 0.221 0.394 0.243 0.617l0.006 0.112 0.015 3.985c0 0.088 0.033 0.171 0.087 0.232l0.045 0.042 1.525 1.158c0.052 0.040 0.114 0.060 0.176 0.060 0.146-0.001 0.274-0.116 0.301-0.275l0.005-0.062-0.020-5.134c-0.001-0.228 0.063-0.452 0.184-0.645l0.065-0.094 1.804-2.357c0.149-0.194 0.433-0.236 0.634-0.092 0.181 0.129 0.234 0.364 0.134 0.551l-0.039 0.060-1.805 2.357c-0.035 0.045-0.058 0.099-0.067 0.157l-0.005 0.059 0.020 5.134c0.003 0.663-0.533 1.212-1.209 1.214-0.23 0.001-0.454-0.063-0.647-0.183l-0.094-0.064-1.525-1.158c-0.267-0.203-0.436-0.506-0.471-0.834l-0.007-0.124-0.015-3.985c-0-0.059-0.015-0.115-0.041-0.165l-0.030-0.047-4.207-5.495c-0.401-0.523-0.308-1.272 0.211-1.682 0.183-0.145 0.405-0.234 0.637-0.256l0.117-0.006h10.573z"},null,-1)])])}const lc={name:"components-icon-filter",render:Q2};/*! @license DOMPurify 2.5.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.9/LICENSE */function mn(r){"@babel/helpers - typeof";return mn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},mn(r)}function Qo(r,e){return Qo=Object.setPrototypeOf||function(n,s){return n.__proto__=s,n},Qo(r,e)}function Z2(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Xs(r,e,t){return Z2()?Xs=Reflect.construct:Xs=function(s,a,o){var l=[null];l.push.apply(l,a);var c=Function.bind.apply(s,l),d=new c;return o&&Qo(d,o.prototype),d},Xs.apply(null,arguments)}function Ii(r){return J2(r)||ev(r)||tv(r)||iv()}function J2(r){if(Array.isArray(r))return Zo(r)}function ev(r){if(typeof Symbol<"u"&&r[Symbol.iterator]!=null||r["@@iterator"]!=null)return Array.from(r)}function tv(r,e){if(r){if(typeof r=="string")return Zo(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);if(t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set")return Array.from(r);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Zo(r,e)}}function Zo(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,n=new Array(e);t<e;t++)n[t]=r[t];return n}function iv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var nv=Object.hasOwnProperty,uc=Object.setPrototypeOf,rv=Object.isFrozen,sv=Object.getPrototypeOf,av=Object.getOwnPropertyDescriptor,ti=Object.freeze,_i=Object.seal,ov=Object.create,Ch=typeof Reflect<"u"&&Reflect,ia=Ch.apply,Jo=Ch.construct;ia||(ia=function(e,t,n){return e.apply(t,n)});ti||(ti=function(e){return e});_i||(_i=function(e){return e});Jo||(Jo=function(e,t){return Xs(e,Ii(t))});var lv=Ti(Array.prototype.forEach),cc=Ti(Array.prototype.pop),Ur=Ti(Array.prototype.push),Ks=Ti(String.prototype.toLowerCase),uo=Ti(String.prototype.toString),dc=Ti(String.prototype.match),Ni=Ti(String.prototype.replace),uv=Ti(String.prototype.indexOf),cv=Ti(String.prototype.trim),Pt=Ti(RegExp.prototype.test),co=dv(TypeError);function Ti(r){return function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),s=1;s<t;s++)n[s-1]=arguments[s];return ia(r,e,n)}}function dv(r){return function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Jo(r,t)}}function ze(r,e,t){var n;t=(n=t)!==null&&n!==void 0?n:Ks,uc&&uc(r,null);for(var s=e.length;s--;){var a=e[s];if(typeof a=="string"){var o=t(a);o!==a&&(rv(e)||(e[s]=o),a=o)}r[a]=!0}return r}function En(r){var e=ov(null),t;for(t in r)ia(nv,r,[t])===!0&&(e[t]=r[t]);return e}function Rs(r,e){for(;r!==null;){var t=av(r,e);if(t){if(t.get)return Ti(t.get);if(typeof t.value=="function")return Ti(t.value)}r=sv(r)}function n(s){return console.warn("fallback value for",s),null}return n}var hc=ti(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),ho=ti(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),fo=ti(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),hv=ti(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),po=ti(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),fv=ti(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),fc=ti(["#text"]),pc=ti(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),mo=ti(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),mc=ti(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Vs=ti(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),pv=_i(/\{\{[\w\W]*|[\w\W]*\}\}/gm),mv=_i(/<%[\w\W]*|[\w\W]*%>/gm),gv=_i(/\${[\w\W]*}/gm),vv=_i(/^data-[\-\w.\u00B7-\uFFFF]+$/),yv=_i(/^aria-[\-\w]+$/),_v=_i(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Tv=_i(/^(?:\w+script|data):/i),bv=_i(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),xv=_i(/^html$/i),Cv=_i(/^[a-z][.\w]*(-[.\w]+)+$/i),Sv=function(){return typeof window>"u"?null:window},Ev=function(e,t){if(mn(e)!=="object"||typeof e.createPolicy!="function")return null;var n=null,s="data-tt-policy-suffix";t.currentScript&&t.currentScript.hasAttribute(s)&&(n=t.currentScript.getAttribute(s));var a="dompurify"+(n?"#"+n:"");try{return e.createPolicy(a,{createHTML:function(l){return l},createScriptURL:function(l){return l}})}catch{return console.warn("TrustedTypes policy "+a+" could not be created."),null}};function Sh(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Sv(),e=function(J){return Sh(J)};if(e.version="2.5.9",e.removed=[],!r||!r.document||r.document.nodeType!==9)return e.isSupported=!1,e;var t=r.document,n=r.document,s=r.DocumentFragment,a=r.HTMLTemplateElement,o=r.Node,l=r.Element,c=r.NodeFilter,d=r.NamedNodeMap,g=d===void 0?r.NamedNodeMap||r.MozNamedAttrMap:d,m=r.HTMLFormElement,k=r.DOMParser,T=r.trustedTypes,A=l.prototype,y=Rs(A,"cloneNode"),w=Rs(A,"nextSibling"),O=Rs(A,"childNodes"),L=Rs(A,"parentNode");if(typeof a=="function"){var B=n.createElement("template");B.content&&B.content.ownerDocument&&(n=B.content.ownerDocument)}var q=Ev(T,t),H=q?q.createHTML(""):"",j=n,I=j.implementation,$=j.createNodeIterator,b=j.createDocumentFragment,x=j.getElementsByTagName,P=t.importNode,F={};try{F=En(n).documentMode?n.documentMode:{}}catch{}var S={};e.isSupported=typeof L=="function"&&I&&I.createHTMLDocument!==void 0&&F!==9;var E=pv,V=mv,X=gv,K=vv,U=yv,Z=Tv,G=bv,ee=Cv,ie=_v,ce=null,ve=ze({},[].concat(Ii(hc),Ii(ho),Ii(fo),Ii(po),Ii(fc))),de=null,Be=ze({},[].concat(Ii(pc),Ii(mo),Ii(mc),Ii(Vs))),ke=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),we=null,Ye=null,Ve=!0,et=!0,Qe=!1,Le=!0,Ue=!1,At=!0,qe=!1,St=!1,Ee=!1,Ae=!1,pe=!1,De=!1,Ge=!0,st=!1,ne="user-content-",se=!0,oe=!1,xe={},he=null,Xe=ze({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Ze=null,Et=ze({},["audio","video","img","source","image","track"]),je=null,ui=ze({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Lt="http://www.w3.org/1998/Math/MathML",ci="http://www.w3.org/2000/svg",ft="http://www.w3.org/1999/xhtml",Ft=ft,di=!1,Gt=null,Xi=ze({},[Lt,ci,ft],uo),$t,Si=["application/xhtml+xml","text/html"],C="text/html",D,Q=null,ae=n.createElement("form"),ye=function(J){return J instanceof RegExp||J instanceof Function},Ie=function(J){Q&&Q===J||((!J||mn(J)!=="object")&&(J={}),J=En(J),$t=Si.indexOf(J.PARSER_MEDIA_TYPE)===-1?$t=C:$t=J.PARSER_MEDIA_TYPE,D=$t==="application/xhtml+xml"?uo:Ks,ce="ALLOWED_TAGS"in J?ze({},J.ALLOWED_TAGS,D):ve,de="ALLOWED_ATTR"in J?ze({},J.ALLOWED_ATTR,D):Be,Gt="ALLOWED_NAMESPACES"in J?ze({},J.ALLOWED_NAMESPACES,uo):Xi,je="ADD_URI_SAFE_ATTR"in J?ze(En(ui),J.ADD_URI_SAFE_ATTR,D):ui,Ze="ADD_DATA_URI_TAGS"in J?ze(En(Et),J.ADD_DATA_URI_TAGS,D):Et,he="FORBID_CONTENTS"in J?ze({},J.FORBID_CONTENTS,D):Xe,we="FORBID_TAGS"in J?ze({},J.FORBID_TAGS,D):{},Ye="FORBID_ATTR"in J?ze({},J.FORBID_ATTR,D):{},xe="USE_PROFILES"in J?J.USE_PROFILES:!1,Ve=J.ALLOW_ARIA_ATTR!==!1,et=J.ALLOW_DATA_ATTR!==!1,Qe=J.ALLOW_UNKNOWN_PROTOCOLS||!1,Le=J.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Ue=J.SAFE_FOR_TEMPLATES||!1,At=J.SAFE_FOR_XML!==!1,qe=J.WHOLE_DOCUMENT||!1,Ae=J.RETURN_DOM||!1,pe=J.RETURN_DOM_FRAGMENT||!1,De=J.RETURN_TRUSTED_TYPE||!1,Ee=J.FORCE_BODY||!1,Ge=J.SANITIZE_DOM!==!1,st=J.SANITIZE_NAMED_PROPS||!1,se=J.KEEP_CONTENT!==!1,oe=J.IN_PLACE||!1,ie=J.ALLOWED_URI_REGEXP||ie,Ft=J.NAMESPACE||ft,ke=J.CUSTOM_ELEMENT_HANDLING||{},J.CUSTOM_ELEMENT_HANDLING&&ye(J.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(ke.tagNameCheck=J.CUSTOM_ELEMENT_HANDLING.tagNameCheck),J.CUSTOM_ELEMENT_HANDLING&&ye(J.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(ke.attributeNameCheck=J.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),J.CUSTOM_ELEMENT_HANDLING&&typeof J.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(ke.allowCustomizedBuiltInElements=J.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ue&&(et=!1),pe&&(Ae=!0),xe&&(ce=ze({},Ii(fc)),de=[],xe.html===!0&&(ze(ce,hc),ze(de,pc)),xe.svg===!0&&(ze(ce,ho),ze(de,mo),ze(de,Vs)),xe.svgFilters===!0&&(ze(ce,fo),ze(de,mo),ze(de,Vs)),xe.mathMl===!0&&(ze(ce,po),ze(de,mc),ze(de,Vs))),J.ADD_TAGS&&(ce===ve&&(ce=En(ce)),ze(ce,J.ADD_TAGS,D)),J.ADD_ATTR&&(de===Be&&(de=En(de)),ze(de,J.ADD_ATTR,D)),J.ADD_URI_SAFE_ATTR&&ze(je,J.ADD_URI_SAFE_ATTR,D),J.FORBID_CONTENTS&&(he===Xe&&(he=En(he)),ze(he,J.FORBID_CONTENTS,D)),se&&(ce["#text"]=!0),qe&&ze(ce,["html","head","body"]),ce.table&&(ze(ce,["tbody"]),delete we.tbody),ti&&ti(J),Q=J)},it=ze({},["mi","mo","mn","ms","mtext"]),kt=ze({},["annotation-xml"]),Wt=ze({},["title","style","font","a","script"]),Ut=ze({},ho);ze(Ut,fo),ze(Ut,hv);var Mt=ze({},po);ze(Mt,fv);var ii=function(J){var me=L(J);(!me||!me.tagName)&&(me={namespaceURI:Ft,tagName:"template"});var Ce=Ks(J.tagName),Je=Ks(me.tagName);return Gt[J.namespaceURI]?J.namespaceURI===ci?me.namespaceURI===ft?Ce==="svg":me.namespaceURI===Lt?Ce==="svg"&&(Je==="annotation-xml"||it[Je]):!!Ut[Ce]:J.namespaceURI===Lt?me.namespaceURI===ft?Ce==="math":me.namespaceURI===ci?Ce==="math"&&kt[Je]:!!Mt[Ce]:J.namespaceURI===ft?me.namespaceURI===ci&&!kt[Je]||me.namespaceURI===Lt&&!it[Je]?!1:!Mt[Ce]&&(Wt[Ce]||!Ut[Ce]):!!($t==="application/xhtml+xml"&&Gt[J.namespaceURI]):!1},Ke=function(J){Ur(e.removed,{element:J});try{J.parentNode.removeChild(J)}catch{try{J.outerHTML=H}catch{J.remove()}}},ni=function(J,me){try{Ur(e.removed,{attribute:me.getAttributeNode(J),from:me})}catch{Ur(e.removed,{attribute:null,from:me})}if(me.removeAttribute(J),J==="is"&&!de[J])if(Ae||pe)try{Ke(me)}catch{}else try{me.setAttribute(J,"")}catch{}},Yt=function(J){var me,Ce;if(Ee)J="<remove></remove>"+J;else{var Je=dc(J,/^[\r\n\t ]+/);Ce=Je&&Je[0]}$t==="application/xhtml+xml"&&Ft===ft&&(J='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+J+"</body></html>");var qt=q?q.createHTML(J):J;if(Ft===ft)try{me=new k().parseFromString(qt,$t)}catch{}if(!me||!me.documentElement){me=I.createDocument(Ft,"template",null);try{me.documentElement.innerHTML=di?H:qt}catch{}}var Dt=me.body||me.documentElement;return J&&Ce&&Dt.insertBefore(n.createTextNode(Ce),Dt.childNodes[0]||null),Ft===ft?x.call(me,qe?"html":"body")[0]:qe?me.documentElement:Dt},Xt=function(J){return $.call(J.ownerDocument||J,J,c.SHOW_ELEMENT|c.SHOW_COMMENT|c.SHOW_TEXT|c.SHOW_PROCESSING_INSTRUCTION|c.SHOW_CDATA_SECTION,null,!1)},wt=function(J){return J instanceof m&&(typeof J.nodeName!="string"||typeof J.textContent!="string"||typeof J.removeChild!="function"||!(J.attributes instanceof g)||typeof J.removeAttribute!="function"||typeof J.setAttribute!="function"||typeof J.namespaceURI!="string"||typeof J.insertBefore!="function"||typeof J.hasChildNodes!="function")},lt=function(J){return mn(o)==="object"?J instanceof o:J&&mn(J)==="object"&&typeof J.nodeType=="number"&&typeof J.nodeName=="string"},He=function(J,me,Ce){S[J]&&lv(S[J],function(Je){Je.call(e,me,Ce,Q)})},Ei=function(J){var me;if(He("beforeSanitizeElements",J,null),wt(J)||Pt(/[\u0080-\uFFFF]/,J.nodeName))return Ke(J),!0;var Ce=D(J.nodeName);if(He("uponSanitizeElement",J,{tagName:Ce,allowedTags:ce}),J.hasChildNodes()&&!lt(J.firstElementChild)&&(!lt(J.content)||!lt(J.content.firstElementChild))&&Pt(/<[/\w]/g,J.innerHTML)&&Pt(/<[/\w]/g,J.textContent)||Ce==="select"&&Pt(/<template/i,J.innerHTML)||J.nodeType===7||At&&J.nodeType===8&&Pt(/<[/\w]/g,J.data))return Ke(J),!0;if(!ce[Ce]||we[Ce]){if(!we[Ce]&&xn(Ce)&&(ke.tagNameCheck instanceof RegExp&&Pt(ke.tagNameCheck,Ce)||ke.tagNameCheck instanceof Function&&ke.tagNameCheck(Ce)))return!1;if(se&&!he[Ce]){var Je=L(J)||J.parentNode,qt=O(J)||J.childNodes;if(qt&&Je)for(var Dt=qt.length,_t=Dt-1;_t>=0;--_t){var ki=y(qt[_t],!0);ki.__removalCount=(J.__removalCount||0)+1,Je.insertBefore(ki,w(J))}}return Ke(J),!0}return J instanceof l&&!ii(J)||(Ce==="noscript"||Ce==="noembed"||Ce==="noframes")&&Pt(/<\/no(script|embed|frames)/i,J.innerHTML)?(Ke(J),!0):(Ue&&J.nodeType===3&&(me=J.textContent,me=Ni(me,E," "),me=Ni(me,V," "),me=Ni(me,X," "),J.textContent!==me&&(Ur(e.removed,{element:J.cloneNode()}),J.textContent=me)),He("afterSanitizeElements",J,null),!1)},Pi=function(J,me,Ce){if(Ge&&(me==="id"||me==="name")&&(Ce in n||Ce in ae))return!1;if(!(et&&!Ye[me]&&Pt(K,me))){if(!(Ve&&Pt(U,me))){if(!de[me]||Ye[me]){if(!(xn(J)&&(ke.tagNameCheck instanceof RegExp&&Pt(ke.tagNameCheck,J)||ke.tagNameCheck instanceof Function&&ke.tagNameCheck(J))&&(ke.attributeNameCheck instanceof RegExp&&Pt(ke.attributeNameCheck,me)||ke.attributeNameCheck instanceof Function&&ke.attributeNameCheck(me))||me==="is"&&ke.allowCustomizedBuiltInElements&&(ke.tagNameCheck instanceof RegExp&&Pt(ke.tagNameCheck,Ce)||ke.tagNameCheck instanceof Function&&ke.tagNameCheck(Ce))))return!1}else if(!je[me]){if(!Pt(ie,Ni(Ce,G,""))){if(!((me==="src"||me==="xlink:href"||me==="href")&&J!=="script"&&uv(Ce,"data:")===0&&Ze[J])){if(!(Qe&&!Pt(Z,Ni(Ce,G,"")))){if(Ce)return!1}}}}}}return!0},xn=function(J){return J!=="annotation-xml"&&dc(J,ee)},ms=function(J){var me,Ce,Je,qt;He("beforeSanitizeAttributes",J,null);var Dt=J.attributes;if(!(!Dt||wt(J))){var _t={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:de};for(qt=Dt.length;qt--;){me=Dt[qt];var ki=me,vt=ki.name,Cr=ki.namespaceURI;if(Ce=vt==="value"?me.value:cv(me.value),Je=D(vt),_t.attrName=Je,_t.attrValue=Ce,_t.keepAttr=!0,_t.forceKeepAttr=void 0,He("uponSanitizeAttribute",J,_t),Ce=_t.attrValue,!_t.forceKeepAttr&&(ni(vt,J),!!_t.keepAttr)){if(!Le&&Pt(/\/>/i,Ce)){ni(vt,J);continue}Ue&&(Ce=Ni(Ce,E," "),Ce=Ni(Ce,V," "),Ce=Ni(Ce,X," "));var gs=D(J.nodeName);if(Pi(gs,Je,Ce)){if(st&&(Je==="id"||Je==="name")&&(ni(vt,J),Ce=ne+Ce),At&&Pt(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Ce)){ni(vt,J);continue}if(q&&mn(T)==="object"&&typeof T.getAttributeType=="function"&&!Cr)switch(T.getAttributeType(gs,Je)){case"TrustedHTML":{Ce=q.createHTML(Ce);break}case"TrustedScriptURL":{Ce=q.createScriptURL(Ce);break}}try{Cr?J.setAttributeNS(Cr,vt,Ce):J.setAttribute(vt,Ce),wt(J)?Ke(J):cc(e.removed)}catch{}}}}He("afterSanitizeAttributes",J,null)}},Ki=function Te(J){var me,Ce=Xt(J);for(He("beforeSanitizeShadowDOM",J,null);me=Ce.nextNode();)He("uponSanitizeShadowNode",me,null),Ei(me),ms(me),me.content instanceof s&&Te(me.content);He("afterSanitizeShadowDOM",J,null)};return e.sanitize=function(Te){var J=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},me,Ce,Je,qt,Dt;if(di=!Te,di&&(Te="<!-->"),typeof Te!="string"&&!lt(Te))if(typeof Te.toString=="function"){if(Te=Te.toString(),typeof Te!="string")throw co("dirty is not a string, aborting")}else throw co("toString is not a function");if(!e.isSupported){if(mn(r.toStaticHTML)==="object"||typeof r.toStaticHTML=="function"){if(typeof Te=="string")return r.toStaticHTML(Te);if(lt(Te))return r.toStaticHTML(Te.outerHTML)}return Te}if(St||Ie(J),e.removed=[],typeof Te=="string"&&(oe=!1),oe){if(Te.nodeName){var _t=D(Te.nodeName);if(!ce[_t]||we[_t])throw co("root node is forbidden and cannot be sanitized in-place")}}else if(Te instanceof o)me=Yt("<!---->"),Ce=me.ownerDocument.importNode(Te,!0),Ce.nodeType===1&&Ce.nodeName==="BODY"||Ce.nodeName==="HTML"?me=Ce:me.appendChild(Ce);else{if(!Ae&&!Ue&&!qe&&Te.indexOf("<")===-1)return q&&De?q.createHTML(Te):Te;if(me=Yt(Te),!me)return Ae?null:De?H:""}me&&Ee&&Ke(me.firstChild);for(var ki=Xt(oe?Te:me);Je=ki.nextNode();)Je.nodeType===3&&Je===qt||(Ei(Je),ms(Je),Je.content instanceof s&&Ki(Je.content),qt=Je);if(qt=null,oe)return Te;if(Ae){if(pe)for(Dt=b.call(me.ownerDocument);me.firstChild;)Dt.appendChild(me.firstChild);else Dt=me;return(de.shadowroot||de.shadowrootmod)&&(Dt=P.call(t,Dt,!0)),Dt}var vt=qe?me.outerHTML:me.innerHTML;return qe&&ce["!doctype"]&&me.ownerDocument&&me.ownerDocument.doctype&&me.ownerDocument.doctype.name&&Pt(xv,me.ownerDocument.doctype.name)&&(vt="<!DOCTYPE "+me.ownerDocument.doctype.name+`>
|
|
3
|
+
`+vt),Ue&&(vt=Ni(vt,E," "),vt=Ni(vt,V," "),vt=Ni(vt,X," ")),q&&De?q.createHTML(vt):vt},e.setConfig=function(Te){Ie(Te),St=!0},e.clearConfig=function(){Q=null,St=!1},e.isValidAttribute=function(Te,J,me){Q||Ie({});var Ce=D(Te),Je=D(J);return Pi(Ce,Je,me)},e.addHook=function(Te,J){typeof J=="function"&&(S[Te]=S[Te]||[],Ur(S[Te],J))},e.removeHook=function(Te){if(S[Te])return cc(S[Te])},e.removeHooks=function(Te){S[Te]&&(S[Te]=[])},e.removeAllHooks=function(){S={}},e}var kv=Sh();function wv(r,e){const t=r.hooks??{};let n;for(n in t){const s=t[n];s!==void 0&&e.addHook(n,s)}}function Dv(){return kv()}function Sa(r={},e=Dv){const t=e();wv(r,t);const n=function(s,a){const o=a.value;if(a.oldValue===o)return;const l=`${o}`,c=a.arg,d=r.namedConfigurations,g=r.default??{};if(d&&c!==void 0){s.innerHTML=t.sanitize(l,d[c]??g);return}s.innerHTML=t.sanitize(l,g)};return{mounted:n,updated:n}}const Av={class:"th-filter-wrapper",ref:"filterRef"},Nv={key:1,class:"list-content-wrapper"},Iv={class:"btn-wrapper"},gc=i.defineComponent({__name:"ThFilter",props:{modelValue:{},list:{default:()=>[]},multiple:{type:Boolean,default:!1},tableWidth:{}},emits:["update:model-value","confirm"],setup(r,{emit:e}){const t=Sa(),{t:n}=Pe.useI18n(),s=r,a=e,o=i.computed(()=>s.list.some(q=>{var H;return(H=q.children)==null?void 0:H.length})),l=i.computed(()=>s.list.map(q=>{const H=(q.children||[]).map(j=>({label:j.label,value:j.value}));return{label:q.label,value:q.value,children:o.value?H:void 0}})),c=i.ref(!1);i.watch(()=>s.modelValue,q=>{s.multiple?d.value=q:k.value=q});const d=i.ref([]),g=q=>{d.value=q},m=i.ref([]),k=i.ref(null),T=q=>{k.value===q?k.value=null:k.value=q,y()},A=()=>{d.value=[],m.value=[],k.value=null,y()},y=()=>{let q=null;s.multiple?o.value?q=m.value:q=d.value:q=k.value,a("update:model-value",q),c.value=!0,i.nextTick(()=>{a("confirm"),c.value=!1})},w=i.computed(()=>d.value.length||m.value.length||k.value||s.modelValue),O=i.ref(null),L=async q=>{var I,$;const H=q.target.parentElement.parentElement;await i.nextTick();const j=H.querySelector("input");j.click(),await i.nextTick(),(I=j.change)==null||I.call(j,j),await i.nextTick(),($=O.value)==null||$.$forceUpdate(),m.value=JSON.parse(JSON.stringify(m.value))},B=({data:q})=>i.h("span",{onclick:L},q.label);return(q,H)=>{const j=i.resolveComponent("ElCascaderPanel");return i.openBlock(),i.createElementBlock("div",Av,[i.createElementVNode("span",null,[i.renderSlot(q.$slots,"default")]),r.multiple?(i.openBlock(),i.createBlock(i.unref(N.OPopover),{key:0,visible:c.value,position:"bottom",wrapClass:"th-filter-popover",trigger:"click",anchor:!1},{target:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass(["filter-wrapper",w.value&&"has-checked"])},[i.createVNode(i.unref(N.OIcon),{class:"filter-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(lc))]),_:1})],2)]),default:i.withCtx(()=>[o.value?(i.openBlock(),i.createElementBlock("div",Nv,[i.createVNode(j,{ref_key:"aref",ref:O,expandTrigger:"hover",renderLabel:B,modelValue:m.value,"onUpdate:modelValue":H[1]||(H[1]=I=>m.value=I),style:{width:"fit-content"},options:l.value,props:{multiple:!0,expandTrigger:"hover"}},null,8,["modelValue","options"])])):(i.openBlock(),i.createBlock(i.unref(N.OScroller),{key:0,class:"content-wrapper","show-type":"hover","disabled-x":""},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OCheckboxGroup),{direction:"v",onChange:g,modelValue:d.value,"onUpdate:modelValue":H[0]||(H[0]=I=>d.value=I)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(l.value,I=>(i.openBlock(),i.createBlock(i.unref(N.OCheckbox),{key:I.value,value:I.value},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("span",null,null,512),[[i.unref(t),I.label]])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])]),_:1})),i.createVNode(i.unref(N.ODivider)),i.createElementVNode("div",Iv,[i.createVNode(i.unref(N.OLink),{onClick:A},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("common.reset")),1)]),_:1}),i.createVNode(i.unref(N.OLink),{onClick:y},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("common.confirm")),1)]),_:1})])]),_:1},8,["visible"])):(i.openBlock(),i.createBlock(i.unref(N.ODropdown),{key:1,optionPosition:"bottom",optionWrapClass:"th-filter-dropdown",modelValue:k.value,"onUpdate:modelValue":H[3]||(H[3]=I=>k.value=I)},{dropdown:i.withCtx(()=>[l.value.length?(i.openBlock(),i.createBlock(i.unref(N.OScroller),{key:0,"disabled-x":"",style:{"max-height":"300px"},"show-type":"always"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.ODropdownItem),{style:i.normalizeStyle({"--table-width":r.tableWidth}),class:i.normalizeClass([{"is-active":r.modelValue===""}]),value:"''",label:i.unref(n)("common.all"),onClick:H[2]||(H[2]=I=>T(""))},null,8,["style","class","label"]),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(l.value,I=>(i.openBlock(),i.createBlock(i.unref(N.ODropdownItem),{style:i.normalizeStyle({"--table-width":r.tableWidth}),class:i.normalizeClass([{"is-active":I.value===r.modelValue}]),key:I.value,value:I.value,onClick:$=>T(I.value)},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("span",null,null,512),[[i.unref(t),I.label]])]),_:2},1032,["style","class","value","onClick"]))),128))]),_:1})):i.createCommentVNode("",!0),l.value.length?i.createCommentVNode("",!0):i.renderSlot(q.$slots,"empty",{key:1})]),default:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass(["filter-wrapper",w.value&&"has-checked"])},[i.createVNode(i.unref(N.OIcon),{class:"filter-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(lc))]),_:1})],2)]),_:3},8,["modelValue"]))],512)}}}),Ov={class:"more-text-wrapper"},Bv={key:0},Lv={key:1},Mv=i.defineComponent({__name:"MoreText",props:{text:{default:""},link:{type:Boolean,default:!1},lines:{default:3},show:{type:Boolean,default:!1}},setup(r){const e=r,{t}=Pe.useI18n(),n=i.ref(!1),s=i.ref(!1),a=i.ref(0),o=i.ref(null);i.onMounted(()=>{l()}),i.watch([()=>e.text,()=>e.show],()=>{l()});const l=()=>{i.nextTick(()=>{const d=o.value;if(d){const g=document.createRange();g.setStart(d,0),g.setEnd(d,d.childNodes.length),s.value=g.getBoundingClientRect().height>d.offsetHeight+10||d.scrollHeight>d.offsetHeight+10,a.value=g.getBoundingClientRect().height||d.scrollHeight}else s.value=!1})},c=()=>{e.link&&window.open(e.text)};return(d,g)=>(i.openBlock(),i.createElementBlock("div",Ov,[i.createElementVNode("div",{class:i.normalizeClass(["more-text-content",r.link&&"is-link"]),ref_key:"contentRef",ref:o,style:i.normalizeStyle({"max-height":n.value?a.value+"px":"66px","-webkit-line-clamp":n.value?"initial":r.lines}),onClick:c},i.toDisplayString(r.text),7),s.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"more-text-btn",onClick:g[0]||(g[0]=m=>n.value=!n.value)},[n.value?(i.openBlock(),i.createElementBlock("div",Lv,[i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("common.collapse")),1),i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronUp))]),_:1})])):(i.openBlock(),i.createElementBlock("div",Bv,[i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("common.expand")),1),i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronDown))]),_:1})]))])):i.createCommentVNode("",!0)]))}}),Pv=Pe._export_sfc(Mv,[["__scopeId","data-v-15764adb"]]);var na=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function mr(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function Rv(r){if(Object.prototype.hasOwnProperty.call(r,"__esModule"))return r;var e=r.default;if(typeof e=="function"){var t=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var s=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,s.get?s:{enumerable:!0,get:function(){return r[n]}})}),t}var Qs={exports:{}},Vv=Qs.exports,vc;function Fv(){return vc||(vc=1,(function(r,e){(function(t,n){r.exports=n()})(Vv,(function(){var t=1e3,n=6e4,s=36e5,a="millisecond",o="second",l="minute",c="hour",d="day",g="week",m="month",k="quarter",T="year",A="date",y="Invalid Date",w=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,O=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,L={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(E){var V=["th","st","nd","rd"],X=E%100;return"["+E+(V[(X-20)%10]||V[X]||V[0])+"]"}},B=function(E,V,X){var K=String(E);return!K||K.length>=V?E:""+Array(V+1-K.length).join(X)+E},q={s:B,z:function(E){var V=-E.utcOffset(),X=Math.abs(V),K=Math.floor(X/60),U=X%60;return(V<=0?"+":"-")+B(K,2,"0")+":"+B(U,2,"0")},m:function E(V,X){if(V.date()<X.date())return-E(X,V);var K=12*(X.year()-V.year())+(X.month()-V.month()),U=V.clone().add(K,m),Z=X-U<0,G=V.clone().add(K+(Z?-1:1),m);return+(-(K+(X-U)/(Z?U-G:G-U))||0)},a:function(E){return E<0?Math.ceil(E)||0:Math.floor(E)},p:function(E){return{M:m,y:T,w:g,d,D:A,h:c,m:l,s:o,ms:a,Q:k}[E]||String(E||"").toLowerCase().replace(/s$/,"")},u:function(E){return E===void 0}},H="en",j={};j[H]=L;var I="$isDayjsObject",$=function(E){return E instanceof F||!(!E||!E[I])},b=function E(V,X,K){var U;if(!V)return H;if(typeof V=="string"){var Z=V.toLowerCase();j[Z]&&(U=Z),X&&(j[Z]=X,U=Z);var G=V.split("-");if(!U&&G.length>1)return E(G[0])}else{var ee=V.name;j[ee]=V,U=ee}return!K&&U&&(H=U),U||!K&&H},x=function(E,V){if($(E))return E.clone();var X=typeof V=="object"?V:{};return X.date=E,X.args=arguments,new F(X)},P=q;P.l=b,P.i=$,P.w=function(E,V){return x(E,{locale:V.$L,utc:V.$u,x:V.$x,$offset:V.$offset})};var F=(function(){function E(X){this.$L=b(X.locale,null,!0),this.parse(X),this.$x=this.$x||X.x||{},this[I]=!0}var V=E.prototype;return V.parse=function(X){this.$d=(function(K){var U=K.date,Z=K.utc;if(U===null)return new Date(NaN);if(P.u(U))return new Date;if(U instanceof Date)return new Date(U);if(typeof U=="string"&&!/Z$/i.test(U)){var G=U.match(w);if(G){var ee=G[2]-1||0,ie=(G[7]||"0").substring(0,3);return Z?new Date(Date.UTC(G[1],ee,G[3]||1,G[4]||0,G[5]||0,G[6]||0,ie)):new Date(G[1],ee,G[3]||1,G[4]||0,G[5]||0,G[6]||0,ie)}}return new Date(U)})(X),this.init()},V.init=function(){var X=this.$d;this.$y=X.getFullYear(),this.$M=X.getMonth(),this.$D=X.getDate(),this.$W=X.getDay(),this.$H=X.getHours(),this.$m=X.getMinutes(),this.$s=X.getSeconds(),this.$ms=X.getMilliseconds()},V.$utils=function(){return P},V.isValid=function(){return this.$d.toString()!==y},V.isSame=function(X,K){var U=x(X);return this.startOf(K)<=U&&U<=this.endOf(K)},V.isAfter=function(X,K){return x(X)<this.startOf(K)},V.isBefore=function(X,K){return this.endOf(K)<x(X)},V.$g=function(X,K,U){return P.u(X)?this[K]:this.set(U,X)},V.unix=function(){return Math.floor(this.valueOf()/1e3)},V.valueOf=function(){return this.$d.getTime()},V.startOf=function(X,K){var U=this,Z=!!P.u(K)||K,G=P.p(X),ee=function(Ye,Ve){var et=P.w(U.$u?Date.UTC(U.$y,Ve,Ye):new Date(U.$y,Ve,Ye),U);return Z?et:et.endOf(d)},ie=function(Ye,Ve){return P.w(U.toDate()[Ye].apply(U.toDate("s"),(Z?[0,0,0,0]:[23,59,59,999]).slice(Ve)),U)},ce=this.$W,ve=this.$M,de=this.$D,Be="set"+(this.$u?"UTC":"");switch(G){case T:return Z?ee(1,0):ee(31,11);case m:return Z?ee(1,ve):ee(0,ve+1);case g:var ke=this.$locale().weekStart||0,we=(ce<ke?ce+7:ce)-ke;return ee(Z?de-we:de+(6-we),ve);case d:case A:return ie(Be+"Hours",0);case c:return ie(Be+"Minutes",1);case l:return ie(Be+"Seconds",2);case o:return ie(Be+"Milliseconds",3);default:return this.clone()}},V.endOf=function(X){return this.startOf(X,!1)},V.$set=function(X,K){var U,Z=P.p(X),G="set"+(this.$u?"UTC":""),ee=(U={},U[d]=G+"Date",U[A]=G+"Date",U[m]=G+"Month",U[T]=G+"FullYear",U[c]=G+"Hours",U[l]=G+"Minutes",U[o]=G+"Seconds",U[a]=G+"Milliseconds",U)[Z],ie=Z===d?this.$D+(K-this.$W):K;if(Z===m||Z===T){var ce=this.clone().set(A,1);ce.$d[ee](ie),ce.init(),this.$d=ce.set(A,Math.min(this.$D,ce.daysInMonth())).$d}else ee&&this.$d[ee](ie);return this.init(),this},V.set=function(X,K){return this.clone().$set(X,K)},V.get=function(X){return this[P.p(X)]()},V.add=function(X,K){var U,Z=this;X=Number(X);var G=P.p(K),ee=function(ve){var de=x(Z);return P.w(de.date(de.date()+Math.round(ve*X)),Z)};if(G===m)return this.set(m,this.$M+X);if(G===T)return this.set(T,this.$y+X);if(G===d)return ee(1);if(G===g)return ee(7);var ie=(U={},U[l]=n,U[c]=s,U[o]=t,U)[G]||1,ce=this.$d.getTime()+X*ie;return P.w(ce,this)},V.subtract=function(X,K){return this.add(-1*X,K)},V.format=function(X){var K=this,U=this.$locale();if(!this.isValid())return U.invalidDate||y;var Z=X||"YYYY-MM-DDTHH:mm:ssZ",G=P.z(this),ee=this.$H,ie=this.$m,ce=this.$M,ve=U.weekdays,de=U.months,Be=U.meridiem,ke=function(Ve,et,Qe,Le){return Ve&&(Ve[et]||Ve(K,Z))||Qe[et].slice(0,Le)},we=function(Ve){return P.s(ee%12||12,Ve,"0")},Ye=Be||function(Ve,et,Qe){var Le=Ve<12?"AM":"PM";return Qe?Le.toLowerCase():Le};return Z.replace(O,(function(Ve,et){return et||(function(Qe){switch(Qe){case"YY":return String(K.$y).slice(-2);case"YYYY":return P.s(K.$y,4,"0");case"M":return ce+1;case"MM":return P.s(ce+1,2,"0");case"MMM":return ke(U.monthsShort,ce,de,3);case"MMMM":return ke(de,ce);case"D":return K.$D;case"DD":return P.s(K.$D,2,"0");case"d":return String(K.$W);case"dd":return ke(U.weekdaysMin,K.$W,ve,2);case"ddd":return ke(U.weekdaysShort,K.$W,ve,3);case"dddd":return ve[K.$W];case"H":return String(ee);case"HH":return P.s(ee,2,"0");case"h":return we(1);case"hh":return we(2);case"a":return Ye(ee,ie,!0);case"A":return Ye(ee,ie,!1);case"m":return String(ie);case"mm":return P.s(ie,2,"0");case"s":return String(K.$s);case"ss":return P.s(K.$s,2,"0");case"SSS":return P.s(K.$ms,3,"0");case"Z":return G}return null})(Ve)||G.replace(":","")}))},V.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},V.diff=function(X,K,U){var Z,G=this,ee=P.p(K),ie=x(X),ce=(ie.utcOffset()-this.utcOffset())*n,ve=this-ie,de=function(){return P.m(G,ie)};switch(ee){case T:Z=de()/12;break;case m:Z=de();break;case k:Z=de()/3;break;case g:Z=(ve-ce)/6048e5;break;case d:Z=(ve-ce)/864e5;break;case c:Z=ve/s;break;case l:Z=ve/n;break;case o:Z=ve/t;break;default:Z=ve}return U?Z:P.a(Z)},V.daysInMonth=function(){return this.endOf(m).$D},V.$locale=function(){return j[this.$L]},V.locale=function(X,K){if(!X)return this.$L;var U=this.clone(),Z=b(X,K,!0);return Z&&(U.$L=Z),U},V.clone=function(){return P.w(this.$d,this)},V.toDate=function(){return new Date(this.valueOf())},V.toJSON=function(){return this.isValid()?this.toISOString():null},V.toISOString=function(){return this.$d.toISOString()},V.toString=function(){return this.$d.toUTCString()},E})(),S=F.prototype;return x.prototype=S,[["$ms",a],["$s",o],["$m",l],["$H",c],["$W",d],["$M",m],["$y",T],["$D",A]].forEach((function(E){S[E[1]]=function(V){return this.$g(V,E[0],E[1])}})),x.extend=function(E,V){return E.$i||(E(V,F,x),E.$i=!0),x},x.locale=b,x.isDayjs=$,x.unix=function(E){return x(1e3*E)},x.en=j[H],x.Ls=j,x.p={},x}))})(Qs)),Qs.exports}var $v=Fv();const _e=mr($v),{t:yc}=Pe.useI18n(),pt=(r=new Date,e="YYYY-MM-DD")=>{let t=r;return t||(t=new Date),_e(new Date(t)).isValid()?_e(new Date(t)).format(e):t},Eh=(r,e,t="label",n="value")=>{const s=e.find(a=>a[n]===r);return(s==null?void 0:s[t])||r},Kn=(r,e)=>r===yn?e.sort((t,n)=>{const s=Ys.findIndex(o=>o.value===t),a=Ys.findIndex(o=>o.value===n);return s-a}).map(t=>Eh(t,Ys)).join(yc("meeting.cycleSplit")):r===rn?e.join(yc("meeting.cycleSplit")):"",Uv=r=>{const e=/\d+/g,t=r.match(e)||"";return parseInt(t[0])},On=r=>{const e=r.split(":");if(e.length>3||!e.length)return 0;let t=0,n=1;for(;e.length>0;){const s=e.pop();t+=parseInt(s)*n,n*=60}return t},go=r=>r<0?"Invalid number":r>=10?`${r}`:`0${r}`,_c=r=>{if(r>1440*60)return"Invalid date";const e=Math.floor(r/60/60),t=Math.floor((r-e*60*60)/60),n=r%60;return`${go(e)}:${go(t)}:${go(n)}`},el=r=>{const e=r.split(":"),t=e[e.length-3]?parseInt(e[e.length-3]):0,n=parseInt(e[e.length-2]),s=parseFloat(e[e.length-1]);return t*60*60+n*60+s},qv=r=>{const e=Math.floor(r/3600),t=Math.floor((r-e*3600)/60),n=Math.floor(r-e*3600-t*60);return`${e?`${e.toString().padStart(2,"0")}:`:""}${t.toString().padStart(2,"0")}:${n.toString().padStart(2,"0")}`},si=(r,e)=>{let t=r;r===Re.ACTIVITY&&(t=Re.EVENTS);const n=ta.find(s=>s.value===t);return(n==null?void 0:n[e])||""},kh=r=>{switch(r){case"WELINK":return"WeLink";case"ZOOM":return"Zoom";case"TENCENT":return"腾讯会议";default:return r}},jv={class:"o-meeting-detail"},Hv={class:"label"},zv={key:2},Gv={key:3,class:"value"},Wv={key:0,class:"extra"},Yv={class:"label"},Xv=i.defineComponent({__name:"OMeetingDetail",props:{data:{},from:{},show:{type:Boolean}},setup(r,{expose:e}){const t=r,{t:n,locale:s}=Pe.useI18n();i.computed(()=>s.value===Pe.Locales.ZH);const a=i.computed(()=>[{label:n("meeting.meetingDetail"),key:"agenda",ellipsis:!0},{label:n("meeting.meetingCreator"),key:"sponsor"},{label:n("meeting.meetingDate2"),key:"timeRange",extra:"date"},{label:n("meeting.meetingId"),key:"mid"},{label:n("meeting.meetingPlatform"),key:"platform"},{label:n("meeting.meetingLink"),key:"join_url",isLink:!0},{label:n("meeting.meetingEtherpad"),key:"etherpad",isLink:!0},{label:n("meeting.meetingReplay"),key:"replay_url",isLink:!0}].slice(0,t.from==="my"?7:8)),o=i.computed(()=>{const m=t.data.activity_type===2||t.data.activity_type==="线上";return[{label:n("meeting.startDate"),key:"start_date_time"},{label:n("meeting.endDate"),key:"end_date_time"},{label:n("meeting.registrationDeadline"),key:"register_end_date"},{label:n(m?"meeting.livePlatform":"meeting.activityAddress"),key:"address"},{label:n("meeting.activityDetailUrl"),key:"content_url",isLink:!0},{label:n("meeting.activityApprover"),key:"approver"},{label:n("meeting.reviewNotesLabel"),key:"approve_record",isRecord:!0}].slice(0,t.from==="home"?4:7)}),l=i.computed(()=>{const m=t.data.activity_type===2||t.data.activity_type==="线上";return[{label:n("meeting.activityType"),key:"activity_type",isType:!0},{label:n(m?"meeting.livePlatform":"meeting.activityAddress"),key:"address"},{label:n("meeting.startDate"),key:"start_date_time"},{label:n("meeting.endDate"),key:"end_date_time"},{label:n("meeting.registrationDeadline"),key:"register_end_date"},{label:n("meeting.registrationUrl"),key:"register_url",isLink:!0},{label:n("meeting.activityDetailUrl"),key:"content_url",isLink:!0},{label:n("meeting.activityApprover"),key:"approver"},{label:n("meeting.reviewNotesLabel"),key:"approve_record",isRecord:!0}]}),c=i.computed(()=>t.data.type===Re.ACTIVITY||t.data.type===Re.EVENTS?t.page===Re.APPROVAL?l.value:o.value:a.value),d=i.ref([]);return e({copyInfo:()=>{try{let m=`${n("meeting.meetingTopic")+t.data.topic}
|
|
4
|
+
`;return m+=[...d.value].reduce((k,T)=>`${k}${T.textContent}
|
|
5
|
+
`,""),navigator.clipboard.writeText(m),Promise.resolve()}catch(m){return Promise.reject(m)}}}),(m,k)=>(i.openBlock(),i.createElementBlock("div",jv,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c.value,(T,A)=>{var y,w,O;return i.openBlock(),i.createElementBlock("div",{ref_for:!0,ref_key:"domRef",ref:d,class:i.normalizeClass(["label-item",{"record-item":T.isRecord&&((y=r.data[T.key])==null?void 0:y.length),"link-item":T.isLink,"is-empty":!((w=r.data[T.key])!=null&&w.length),[`label-item_${r.data.id}`]:!0,[`type_${r.data.type}`]:!0}]),key:A},[r.data[T.key]&&!T.isRecord?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createElementVNode("span",Hv,i.toDisplayString(T.label),1),T.ellipsis?(i.openBlock(),i.createBlock(Pv,{key:0,show:r.show,text:r.data[T.key]||"-"},null,8,["show","text"])):T.isLink?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,target:"_blank",class:"value",color:"primary","hover-underline":"",href:r.data[T.key]},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(r.data[T.key]),1)]),_:2},1032,["href"])):T.key==="platform"?(i.openBlock(),i.createElementBlock("span",zv,i.toDisplayString(i.unref(kh)(r.data[T.key])),1)):(i.openBlock(),i.createElementBlock("span",Gv,[T.extra?(i.openBlock(),i.createElementBlock("i",Wv,i.toDisplayString(r.data[T.extra]),1)):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(r.data[T.key]||"-"),1)]))],64)):i.createCommentVNode("",!0),T.isRecord&&((O=r.data[T.key])!=null&&O.length)?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("span",Yv,i.toDisplayString(T.label),1),i.createElementVNode("div",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.data[T.key],L=>(i.openBlock(),i.createElementBlock("p",{key:L.create_time,class:"value"},i.toDisplayString(L.reason)+" "+i.toDisplayString(i.unref(pt)(L.create_time,"YYYY/MM/DD HH:mm:ss"))+" "+i.toDisplayString(L.action===1?i.unref(n)("meeting.approveReview"):i.unref(n)("meeting.rejectReview")),1))),128))])],64)):i.createCommentVNode("",!0)],2)}),128))]))}}),ns=Pe._export_sfc(Xv,[["__scopeId","data-v-72061439"]]),Kv={class:"o-activity-table"},Qv={key:0,class:"table-wrapper"},Zv={class:"expand-detail"},Jv={class:"sort-btn"},ey={class:"activity-btn"},ty={key:0,class:"pagination-wrapper"},iy={key:1,class:"collapse-wrapper"},ny={class:"title-top"},ry={class:"act-title"},sy={class:"act-sponsor"},ay={class:"sponsor"},oy={class:"activity-btn"},ly={class:"activity-detail"},uy={key:0,class:"pagination"},cy={class:"dialog-content"},dy={class:"dialog-content"},Tc=i.defineComponent({__name:"OActivityApproval",props:{getTableDataRequest:{},applicantList:{},cancelActivityRequest:{},deleteActivityRequest:{},approveActivityRequest:{},rejectActivityRequest:{},getActivityDetailRequest:{}},setup(r){const{t:e,locale:t}=Pe.useI18n(),n=i.computed(()=>t.value==="zh"),s=B2(),a=_h(),o=N.useMessage(null),{isPhone:l,lePadV:c}=xt.useScreen(),d=r,g=i.reactive({page:1,size:10,status:"",is_delete:0,search:"",sponsor:"",order_by:""}),m=i.ref(""),k=i.computed(()=>d.applicantList.map(Ee=>({value:Ee,label:Ee}))),T=()=>{g.sponsor=m.value.join(",")},A=i.ref("desc"),y=()=>{A.value=A.value==="asc"?"desc":"asc",g.order_by=A.value},w=i.ref(),O=i.computed(()=>{let Ee=[];return s.forEach(Ae=>{Ee.push(Ae)}),Ee.slice(1)}),L=()=>{g.status=w.value,w.value==="cancel"?g.is_delete=1:g.is_delete=0},B=i.ref([]),q=i.ref(0),H=[10,20,30,40],j=async()=>{const{page:Ee,size:Ae,status:pe,sponsor:De,order_by:Ge,search:st,is_delete:ne}=g;let se={page:Ee,size:Ae,sponsor:De,order_by:Ge,search:st};if(pe!=="all"&&pe!==""&&(se.is_delete=ne),pe==="cancel"?se.status="":se.status=pe,!d.getTableDataRequest)return;const oe=await d.getTableDataRequest(se);B.value=(oe.data||[]).map(xe=>{const{start_date:he,end_date:Xe,start:Ze,end:Et}=xe;return[{...xe,time:`${he}-${Et}`,start_date_time:`${he} ${Ze}`,end_date_time:`${Xe} ${Et}`,type:"activity",dateRange:`${he} ${Ze}-${Xe} ${Et}`}]}).flat(),q.value=oe.total},I=Ee=>{Ee.pageSize!==g.size?g.page=1:g.page=Ee.page,g.size=Ee.pageSize,j()},$=i.ref({reason:""}),b=i.ref(),x=i.ref(!1),P=i.ref(null),F=i.ref(""),S=i.ref(0),E=i.ref(!1),V=i.ref({reason:[{required:!0,message:e("meeting.enterReviewNotes")}]}),X=async()=>{var Ee,Ae,pe;if(!(!d.approveActivityRequest||!d.rejectActivityRequest)){S.value===1?e("meeting.approveReview"):e("meeting.rejectReview");try{if(x.value=!0,(await((Ee=b.value)==null?void 0:Ee.validate())).some(Ge=>!!Ge)){x.value=!1;return}S.value===1?await d.approveActivityRequest(P.value.id,$.value):await d.rejectActivityRequest(P.value.id,$.value),j(),K(),o.success({content:e("meeting.reviewSuccess",[(Ae=P.value)==null?void 0:Ae.title])})}catch{E.value=!1,x.value=!1,o.danger({content:e("meeting.reviewFail",[(pe=P.value)==null?void 0:pe.title])})}}},K=()=>{E.value=!1,Z.value=!1,x.value=!1,$.value.reason=""},U=async()=>{var Ee,Ae;if(d.deleteActivityRequest&&d.cancelActivityRequest)try{x.value=!0,ie.value===1?await d.cancelActivityRequest(P.value.id,$.value):await d.deleteActivityRequest(P.value.id,$.value),j(),K(),o.success({content:e("meeting.activityActionSuccess",[(Ee=P.value)==null?void 0:Ee.title,ee.value])})}catch{x.value=!1,Z.value=!1,o.danger({content:e("meeting.activityActionFail",[(Ae=P.value)==null?void 0:Ae.title,ee.value])})}},Z=i.ref(!1),G=i.ref(""),ee=i.ref(""),ie=i.ref(0),ce=Ee=>{G.value=e("meeting.deleteActivity"),ee.value=e("meeting.deleteActivity").toLowerCase(),P.value=Ee,ie.value=0,Z.value=!0},ve=Ee=>{G.value=e("meeting.cancelActivity"),ee.value=e("common.cancel").toLowerCase(),P.value=Ee,ie.value=1,Z.value=!0},de=Ee=>{P.value=Ee,F.value=e("meeting.approveReview"),S.value=1,E.value=!0},Be=Ee=>{P.value=Ee,F.value=e("meeting.rejectReview"),S.value=0,E.value=!0},ke=i.ref([]),we=i.ref([]),Ye=Ee=>{if(!d.getActivityDetailRequest)return;ke.value.includes(Ee)||(ke.value.push(Ee),d.getActivityDetailRequest(Ee).then(pe=>{var De;(De=B.value)==null||De.forEach(Ge=>{Ge.id===pe.id&&(Ge.approve_record=pe.approve_record,Ge.approver=pe.approver)})}));const Ae=we.value.indexOf(Ee);we.value.includes(Ee)?we.value.splice(Ae,1):we.value.push(Ee)},Ve=Ee=>{Ye(Ee.id)},et=Ee=>Ee.id,Qe=i.ref([]),Le=Ee=>{Ee.length&&Ee.forEach(Ae=>{Ye(Ae)})},Ue=i.ref({}),At=(Ee,Ae)=>{Ee&&Ae&&(Ue.value[Ae]=Ee)};i.onMounted(()=>{j()}),i.watch(()=>[g.status,g.sponsor,g.order_by,g.search,g.is_delete],()=>{j()},{deep:!0});const qe=i.computed(()=>[{id:"confirm",loading:x.value,color:"primary",variant:c.value?"text":"solid",round:"pill",size:"large",label:e("meeting.confirmBtn"),onClick:()=>{U()}},{id:"cancel",color:"primary",variant:c.value?"text":"outline",round:"pill",size:"large",label:e("meeting.cancelBtn"),onClick:()=>{K()}}]),St=i.computed(()=>[{id:"confirm",loading:x.value,color:"primary",variant:c.value?"text":"solid",round:"pill",size:"large",label:e("meeting.confirmBtn"),onClick:()=>{X()}},{id:"cancel",color:"primary",variant:c.value?"text":"outline",round:"pill",size:"large",label:e("meeting.cancelBtn"),onClick:()=>{K()}}]);return(Ee,Ae)=>(i.openBlock(),i.createElementBlock("div",Kv,[i.unref(l)?(i.openBlock(),i.createElementBlock("div",iy,[i.createVNode(i.unref(N.OCollapse),{modelValue:Qe.value,"onUpdate:modelValue":Ae[2]||(Ae[2]=pe=>Qe.value=pe),accordion:i.unref(l),onChange:Le},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(B.value,(pe,De)=>{var Ge;return i.openBlock(),i.createElementBlock(i.Fragment,{key:pe.id},[i.createElementVNode("div",ny,[i.createElementVNode("p",ry,i.toDisplayString(pe.title),1),pe.is_delete!==1?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:0,color:"primary",variant:"outline",class:i.normalizeClass([`tag-${(Ge=i.unref(a).get(pe.status))==null?void 0:Ge.id}`])},{default:i.withCtx(()=>{var st;return[i.createTextVNode(i.toDisplayString((st=i.unref(a).get(pe.status))==null?void 0:st.text),1)]}),_:2},1032,["class"])):(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:1,color:"primary",variant:"outline",class:"tag-cancel"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.statusCanceled")),1)]),_:1}))]),i.createVNode(i.unref(N.OCollapseItem),{value:pe.id},{title:i.withCtx(()=>[i.createElementVNode("div",sy,[i.createElementVNode("p",ay,i.toDisplayString(pe.sponsor),1),i.createElementVNode("p",null,i.toDisplayString(i.unref(tt.dayjs)(pe.create_time).format("YYYY/MM/DD HH:mm:ss")),1)]),i.createElementVNode("div",oy,[pe.status===7||pe.is_delete?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,color:"danger",variant:"text",onClick:i.withModifiers(st=>ce(pe),["stop"])},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.deleteActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),(pe.status===3||pe.status===4)&&pe.is_delete!==1?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,color:"danger",variant:"text",onClick:i.withModifiers(st=>ve(pe),["stop"])},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.cancelActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),pe.status===2?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:2,color:"primary",variant:"text",onClick:i.withModifiers(st=>de(pe),["stop"])},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.approve")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),pe.status===2?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:3,color:"primary",variant:"text",onClick:i.withModifiers(st=>Be(pe),["stop"])},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.reject")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0)])]),default:i.withCtx(()=>[i.createElementVNode("div",ly,[i.createVNode(ns,{show:Qe.value.includes(pe.id),data:pe,ref_for:!0,ref:st=>At(st,pe.id),page:"approval"},null,8,["show","data"])])]),_:2},1032,["value"])],64)}),128))]),_:1},8,["modelValue","accordion"]),q.value>H[0]?(i.openBlock(),i.createElementBlock("div",uy,[i.createVNode(i.unref(N.OPagination),{total:q.value,page:g.page,"page-size":g.size,"page-sizes":H,layout:["total","jumper","pager","pagesize"],"show-more":!1,simple:!0,onChange:I},null,8,["total","page","page-size"])])):i.createCommentVNode("",!0)])):(i.openBlock(),i.createElementBlock("div",Qv,[i.createVNode(i.unref(tt.ElTable),{data:B.value,onExpandChange:Ve,"row-key":et,"expand-row-keys":we.value},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElTableColumn),{type:"expand"},{default:i.withCtx(pe=>[i.createElementVNode("div",Zv,[i.createVNode(ns,{data:pe.row,page:"approval",show:""},null,8,["data"])])]),_:1}),i.createVNode(i.unref(tt.ElTableColumn),{label:i.unref(e)("meeting.activityName"),prop:"title"},null,8,["label"]),i.createVNode(i.unref(tt.ElTableColumn),{prop:"sponsor"},{header:i.withCtx(()=>[i.createVNode(gc,{modelValue:m.value,"onUpdate:modelValue":Ae[0]||(Ae[0]=pe=>m.value=pe),onConfirm:T,list:k.value,multiple:!0},{empty:i.withCtx(()=>[i.renderSlot(Ee.$slots,"filter-empty")]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(i.unref(e)("meeting.applicant")),1)]),_:3},8,["modelValue","list"])]),_:3}),i.createVNode(i.unref(tt.ElTableColumn),{prop:"create_time"},{header:i.withCtx(()=>[i.createElementVNode("div",{class:"sort-time",onClick:y},[i.createElementVNode("span",null,i.toDisplayString(i.unref(e)("meeting.submissionTime")),1),i.createElementVNode("div",Jv,[i.createElementVNode("div",{class:i.normalizeClass(["sort-asc sort-item",{active:A.value==="asc"}])},null,2),i.createElementVNode("div",{class:i.normalizeClass(["sort-desc sort-item",{active:A.value==="desc"}])},null,2)])])]),default:i.withCtx(pe=>[i.createTextVNode(i.toDisplayString(i.unref(tt.dayjs)(pe.row.create_time).format("YYYY/MM/DD HH:mm:ss")),1)]),_:1}),i.createVNode(i.unref(tt.ElTableColumn),{prop:"status",width:"90px"},{header:i.withCtx(()=>[i.createVNode(gc,{modelValue:w.value,"onUpdate:modelValue":Ae[1]||(Ae[1]=pe=>w.value=pe),onConfirm:L,list:O.value},{empty:i.withCtx(()=>[i.renderSlot(Ee.$slots,"filter-empty")]),default:i.withCtx(()=>[i.createTextVNode(" "+i.toDisplayString(i.unref(e)("meeting.status")),1)]),_:3},8,["modelValue","list"])]),default:i.withCtx(pe=>{var De;return[pe.row.is_delete!==1?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:0,color:"primary",variant:"outline",class:i.normalizeClass([`tag-${(De=i.unref(a).get(pe.row.status))==null?void 0:De.id}`])},{default:i.withCtx(()=>{var Ge;return[i.createTextVNode(i.toDisplayString((Ge=i.unref(a).get(pe.row.status))==null?void 0:Ge.text),1)]}),_:2},1032,["class"])):(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:1,color:"primary",variant:"outline",class:"tag-cancel"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.statusCanceled")),1)]),_:1}))]}),_:3}),i.createVNode(i.unref(tt.ElTableColumn),{label:i.unref(e)("meeting.action")},{default:i.withCtx(pe=>[i.createElementVNode("div",ey,[pe.row.status===7||pe.row.is_delete?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,color:"danger",onClick:De=>ce(pe.row)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.deleteActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),(pe.row.status===3||pe.row.status===4)&&pe.row.is_delete!==1?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,color:"danger",onClick:De=>ve(pe.row)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.cancelActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),pe.row.status===2?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:2,color:"primary",onClick:De=>de(pe.row)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.approve")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),pe.row.status===2?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:3,color:"primary",onClick:De=>Be(pe.row)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(e)("meeting.reject")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0)])]),_:1},8,["label"])]),_:3},8,["data","expand-row-keys"]),q.value>H[0]?(i.openBlock(),i.createElementBlock("div",ty,[i.createVNode(i.unref(N.OPagination),{total:q.value,page:g.page,"page-size":g.size,"page-sizes":H,layout:["total","jumper","pager","pagesize"],"show-more":!1,onChange:I},null,8,["total","page","page-size"])])):i.createCommentVNode("",!0)])),i.createVNode(i.unref(N.ODialog),{visible:E.value,"onUpdate:visible":Ae[4]||(Ae[4]=pe=>E.value=pe),"phone-half-full":i.unref(c),"main-class":"handle-dialog-approval review-dialog",actions:St.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(F.value),1)]),default:i.withCtx(()=>[i.createElementVNode("div",cy,[i.createVNode(i.unref(N.OForm),{model:$.value,ref_key:"formRef",ref:b,"has-required":"",layout:"v",class:"form-wrapper"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OFormItem),{rules:V.value.reason,label:`${i.unref(e)("meeting.reviewNotesLabel")}${n.value?":":": "}`,field:"reason"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTextarea),{size:"large",placeholder:i.unref(e)("meeting.enterReviewNotes"),rows:4,resize:"none","max-length":1e3,"input-on-outlimit":!1,modelValue:$.value.reason,"onUpdate:modelValue":Ae[3]||(Ae[3]=pe=>$.value.reason=pe)},null,8,["placeholder","modelValue"])]),_:1},8,["rules","label"])]),_:1},8,["model"])])]),_:1},8,["visible","phone-half-full","actions"]),i.createVNode(i.unref(N.ODialog),{visible:Z.value,"onUpdate:visible":Ae[5]||(Ae[5]=pe=>Z.value=pe),"phone-half-full":i.unref(c),"main-class":"handle-dialog-approval cancel-dialog",actions:qe.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(G.value),1)]),default:i.withCtx(()=>{var pe,De;return[i.createElementVNode("div",dy,i.toDisplayString(ie.value===1?i.unref(e)("meeting.confirmCancelActivity",[(pe=P.value)==null?void 0:pe.title]):i.unref(e)("meeting.confirmDeleteActivity",[(De=P.value)==null?void 0:De.title])),1)]}),_:1},8,["visible","phone-half-full","actions"])]))}}),hy={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"30",height:"32",viewBox:"0 0 30 32"};function fy(r,e){return i.openBlock(),i.createElementBlock("svg",hy,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"#000",d:"M12.983 5.523c0.341 0 0.667 0.14 0.902 0.388l6.569 6.917c0.142 0.15 0.243 0.331 0.297 0.526 0.054 0.141 0.085 0.295 0.085 0.457 0 0.108-0.014 0.213-0.040 0.314l-0 13.942c0 1.964-1.592 3.556-3.556 3.556h-13.296c-1.964 0-3.556-1.592-3.556-3.556v-18.987c0-1.964 1.592-3.556 3.556-3.556zM11.528 8.011l-7.582 0.001c-0.589 0-1.067 0.478-1.067 1.067v18.987c0 0.589 0.478 1.067 1.067 1.067h13.296c0.589 0 1.067-0.478 1.067-1.067l-0.002-13.012-3.149 0.002c-1.935 0-3.515-1.547-3.555-3.482l-0.075-3.561zM9.777 24.987c0.491 0 0.889 0.398 0.889 0.889s-0.398 0.889-0.889 0.889h-4.432c-0.491 0-0.889-0.398-0.889-0.889s0.398-0.889 0.889-0.889h4.432zM26.256 0.269c1.964 0 3.556 1.592 3.556 3.556v18.012c0 1.964-1.592 3.556-3.556 3.556h-2.586c-0.687 0-1.244-0.557-1.244-1.244s0.557-1.244 1.244-1.244h2.586c0.589 0 1.067-0.478 1.067-1.067v-18.012c0-0.589-0.478-1.067-1.067-1.067h-13.27c-0.496 0-0.912 0.338-1.032 0.796l-2.514 0.002c0.137-1.838 1.672-3.287 3.546-3.287h13.27zM12.112 21.432c0.491 0 0.889 0.398 0.889 0.889s-0.398 0.889-0.889 0.889h-6.743c-0.491 0-0.889-0.398-0.889-0.889s0.398-0.889 0.889-0.889h6.743zM14.234 17.876c0.491 0 0.889 0.398 0.889 0.889s-0.398 0.889-0.889 0.889h-8.853c-0.491 0-0.889-0.398-0.889-0.889s0.398-0.889 0.889-0.889h8.853zM14.052 9.7l0.039 1.821c0.012 0.58 0.486 1.045 1.066 1.045l1.617-0.002-2.722-2.864z"},null,-1)])])}const Bl={name:"meeting-icon-copy",render:fy},py={class:"o-my-activity-calendar"},my={class:"activity-list"},gy={key:0,class:"list-calendar-mb"},vy={class:"left-calendar"},yy=["onClick"],_y={class:"date-cell-text"},Ty={class:"right-meeting"},by={class:"list-body"},xy=["id"],Cy={class:"item-header-left"},Sy={class:"act-icon"},Ey={class:"header-info"},ky={class:"title-text"},wy={class:"act-info"},Dy={class:"date-range"},Ay={key:0,class:"item-header-right"},Ny={class:"activity-detail"},Iy={key:0,class:"activity-btn"},Oy={key:0,class:"load-text"},By={class:"dialog-content"},Ly={class:"dialog-content"},bc=i.defineComponent({__name:"OMyActivityCalendar",props:{getListRequest:{},revokeActivityRequest:{},deleteActivityRequest:{},editActivityRequest:{},getActivityDetailRequest:{}},emits:["edit"],setup(r,{emit:e}){const{t,locale:n}=Pe.useI18n(),s=i.computed(()=>n.value===Pe.Locales.ZH),a=_h(),o=Nl(),l=ne=>{const se=_e(ne||new Date);return s.value?se.format("YYYY MM月"):se.format("MMMM YYYY")},c=N.useMessage(null),{isPhone:d}=xt.useScreen(),g=r,m=e,k=i.ref([]),T=i.ref([]),A=i.ref(1),y=i.ref(50),w=i.ref(null),O=i.ref(!1),L=i.ref([]),B=i.ref(!1),q=i.ref(!1),H=i.computed(()=>T.value.length<w.value||w.value===null),j=async()=>{if(g.getListRequest&&!B.value)try{if(w.value>0&&(A.value-1)*y.value>w.value)return;if(!H.value&&d.value){Z("next-month");return}B.value=!0;const ne=await g.getListRequest({page:A.value,size:y.value}),se=(ne.data||[]).map(oe=>{const{start_date:xe,end_date:he,start:Xe,end:Ze}=oe;return[{...oe,time:`${xe}-${Ze}`,start_date_time:`${xe} ${Xe}`,end_date_time:`${he} ${Ze}`,type:"activity",dateRange:`${xe} ${Xe}-${he} ${Ze}`,isExpired:_e(`${xe} ${Xe}`).isBefore(_e())}]}).flat().filter(oe=>oe.start_date.slice(0,7)===pt(E.value,"YYYY-MM-DD").slice(0,7));O.value?(T.value=ne.data||[],k.value=se):A.value===1&&!d.value?(T.value=ne.data||[],k.value=se):(T.value=[...T.value,...ne.data||[]],k.value=[...k.value,...se]),k.value.sort((oe,xe)=>oe.start_date===xe.start_date?On(oe.start)>On(xe.start)?1:-1:_e(oe.start_date).isAfter(_e(xe.start_date))?1:-1),w.value=(ne==null?void 0:ne.total)||0,i.nextTick(()=>{K(),ce.value&&!d.value&&F()})}finally{B.value=!1,q.value=!1,O.value=!1}},I=i.ref([]),$=ne=>{g.getActivityDetailRequest&&(I.value.includes(ne)||(I.value.push(ne),g.getActivityDetailRequest(ne).then(se=>{var oe;(oe=k.value)==null||oe.forEach(xe=>{xe.id===se.id&&(xe.approve_record=se.approve_record)})})))},b=ne=>{ne.length&&ne.forEach(se=>{$(se)})},x=ne=>{const se=k.value.filter(oe=>oe.start_date===ne);return se.length&&se.every(oe=>oe.status===3||oe.status===4)},P=ne=>{const se=ne.target;if(!se)return;const oe=se.scrollTop,xe=se.scrollHeight,he=se.clientHeight;oe+he>=xe&&de()},F=()=>{ce.value.getContainerEl().addEventListener("scroll",P)},S=i.ref(),E=i.ref(),V=i.computed(()=>[...new Set(k.value.map(ne=>ne.start_date))].sort((ne,se)=>_e(ne).isBefore(_e(se))?-1:1)),X=i.computed(()=>[...new Set(k.value.filter(ne=>!ne.isExpired&&!ne.is_delete).map(ne=>ne.start_date))].sort((ne,se)=>_e(ne).isBefore(_e(se))?-1:1)),K=()=>{var oe;const ne=X.value.find(xe=>!_e(xe).isBefore(_e(new Date).format("YYYY-MM-DD")));ne?E.value=ne:E.value||(E.value=_e().format("YYYY-MM-DD")),(oe=S.value)==null||oe.pickDay(_e(E.value)),E.value=_e(E.value).format("YYYY-MM-DD");const se=k.value.find(xe=>xe.start_date===E.value&&!xe.isExpired&&!xe.is_delete);se&&($(se.id),L.value=[se.id])},U=(ne,se)=>{var oe;(!se||!((oe=ne.target)!=null&&oe.className.includes("date-cell-text")))&&(ne.stopPropagation(),ne.preventDefault())},Z=ne=>{S.value&&(A.value=1,w.value=null,I.value=[],window.scrollTo({top:0,behavior:"smooth"}),S.value.selectDate(ne),O.value=!0,i.nextTick(()=>{E.value=_e(S.value.selectedDay).format("YYYY-MM-DD"),j()}))},G=i.computed(()=>k.value.reduce((ne,se)=>{if(ne.length){const oe=ne.at(-1);return(oe==null?void 0:oe.start_date)===se.start_date?oe==null||oe.list.push(se):ne.push({start_date:se.start_date,list:[se]}),ne}else return[{start_date:se.start_date,list:[se]}]},[])),ee=i.ref({}),ie=(ne,se)=>{ne&&se&&(ee.value[se]=ne)},ce=i.ref(),ve=ne=>{var xe,he,Xe;const se=_e(ne).format("YYYY-MM-DD"),oe=document.querySelector(`#group-title-${se}`);oe&&(d.value?window.scrollTo({top:(((xe=oe.parentElement)==null?void 0:xe.offsetTop)||0)-52,behavior:"smooth"}):(Xe=ce.value)==null||Xe.scrollTo({top:((he=oe.parentElement)==null?void 0:he.offsetTop)||0,behavior:"smooth"}))};i.watch(()=>E.value,()=>{ve(E.value)});const de=zi.useDebounceFn(()=>{H.value&&(d.value||(q.value=!0,A.value++,j()))},200),Be=i.ref(!1),ke=i.ref(null),we=i.ref(!1),Ye=ne=>{ke.value=ne,we.value=!0},Ve=()=>{var ne;g.revokeActivityRequest&&(Be.value=!0,g.revokeActivityRequest((ne=ke.value)==null?void 0:ne.id).then(()=>{c.success({content:t("meeting.revokeActivitySuccess",[ke.value.title])}),O.value=!0,j()}).catch(()=>{c.danger({content:t("meeting.revokeActivityFail",[ke.value.title])})}).finally(()=>{we.value=!1,Be.value=!1}))},et=()=>{we.value=!1},Qe=ne=>{m("edit",ne)},Le=ne=>{if(!g.editActivityRequest)return;const{title:se,start_date:oe,end_date:xe,register_end_date:he,activity_type:Xe,synopsis:Ze,register_url:Et,content_url:je,address:ui,start:Lt,end:ci,approver:ft}=ne;let Ft={title:se,start_date:oe,end_date:xe,register_end_date:he,activity_type:Xe,synopsis:Ze,register_url:Et,content_url:je,address:ui,start:Lt,end:ci,approver:ft,is_publish:"true"};g.editActivityRequest(ne.id,Ft).then(()=>{c.success({content:t("meeting.submitReviewSuccess",[ne.title])}),O.value=!0,j()}).catch(()=>{c.danger({content:t("meeting.submitReviewFail",[ne.title])})})},Ue=i.ref(!1),At=ne=>{ke.value=ne,Ue.value=!0},qe=()=>{var ne;g.deleteActivityRequest&&(Be.value=!0,g.deleteActivityRequest((ne=ke.value)==null?void 0:ne.id).then(()=>{c.success({content:t("meeting.deleteActivitySuccess",[ke.value.title])}),O.value=!0,j()}).catch(()=>{c.danger({content:t("meeting.deleteActivityFail",[ke.value.title])})}).finally(()=>{Ue.value=!1,Be.value=!1}))},St=()=>{Ue.value=!1},Ee=i.ref(),Ae=i.ref(0),pe=()=>{var ne;Ae.value=((ne=Ee.value)==null?void 0:ne.clientHeight)||0},De=zi.useDebounceFn(()=>{if(!H.value||!d.value)return;const ne=window.scrollY||window.pageYOffset,se=window.innerHeight;document.documentElement.scrollHeight-(ne+se)<=300&&!B.value&&(q.value=!0,A.value++,j())},200);i.onMounted(()=>{j(),window.addEventListener("scroll",De),window.addEventListener("resize",De),pe(),window.addEventListener("resize",pe)}),i.onUnmounted(()=>{var se;window.removeEventListener("scroll",De),window.removeEventListener("resize",De),window.removeEventListener("resize",pe);const ne=(se=ce.value)==null?void 0:se.getContainerEl();ne==null||ne.removeEventListener("scroll",P)});const Ge=i.computed(()=>[{id:"confirm",loading:Be.value,color:"primary",variant:"outline",round:"pill",size:"large",label:t("meeting.confirmBtn"),onClick:()=>{Ve()}},{id:"cancel",color:"primary",variant:"solid",round:"pill",size:"large",label:t("meeting.cancelBtn"),onClick:()=>{et()}}]),st=i.computed(()=>[{id:"confirm",loading:Be.value,color:"primary",variant:"outline",round:"pill",size:"large",label:t("meeting.confirmBtn"),onClick:()=>{qe()}},{id:"cancel",color:"primary",variant:"solid",round:"pill",size:"large",label:t("meeting.cancelBtn"),onClick:()=>{St()}}]);return(ne,se)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",py,[i.createElementVNode("div",my,[i.unref(d)?(i.openBlock(),i.createElementBlock("div",gy,[i.createElementVNode("span",null,i.toDisplayString(l(E.value)),1),i.createElementVNode("span",null,[i.createVNode(i.unref(N.OIcon),{onClick:se[0]||(se[0]=oe=>Z("prev-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronLeft))]),_:1}),i.createVNode(i.unref(N.OIcon),{onClick:se[1]||(se[1]=oe=>Z("next-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})])])):i.createCommentVNode("",!0),i.createElementVNode("div",vy,[i.createVNode(i.unref(tt.ElCalendar),{ref_key:"calendarRef",ref:S,modelValue:E.value,"onUpdate:modelValue":se[4]||(se[4]=oe=>E.value=oe)},{header:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(l(E.value)),1),i.createElementVNode("div",null,[i.createVNode(i.unref(N.OIcon),{onClick:se[2]||(se[2]=oe=>Z("prev-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronLeft))]),_:1}),i.createVNode(i.unref(N.OIcon),{onClick:se[3]||(se[3]=oe=>Z("next-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})])]),"date-cell":i.withCtx(({data:oe})=>[i.createElementVNode("div",{onClick:xe=>U(xe,V.value.includes(oe.day)),class:i.normalizeClass({"date-cell":!0,"is-selected":oe.isSelected,"is-today":i.unref(pt)(oe.day)===i.unref(pt)(),clickable:V.value.includes(oe.day),approved:x(oe.day)})},[i.createElementVNode("div",_y,i.toDisplayString(Number(oe.day.split("-")[2])),1)],10,yy)]),_:1},8,["modelValue"])]),i.createElementVNode("div",Ty,[k.value.length?(i.openBlock(),i.createBlock(i.unref(N.OScroller),{key:0,ref_key:"scrollerRef",ref:ce,onScrollend:i.unref(de),style:i.normalizeStyle({"--header-height":Ae.value}),"show-type":"hover",class:"scroller-container"},{default:i.withCtx(()=>[i.createElementVNode("div",by,[i.createVNode(i.unref(N.OCollapse),{modelValue:L.value,"onUpdate:modelValue":se[7]||(se[7]=oe=>L.value=oe),accordion:i.unref(d),onChange:b},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(G.value,(oe,xe)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:oe.start_date},[xe===0?(i.openBlock(),i.createElementBlock("div",{key:0,class:"list-month-change prev-month",onClick:se[5]||(se[5]=he=>Z("prev-month"))},[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowLeft))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("meeting.preMonth")),1)])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["act-item",xe===G.value.length-1&&"last-item"])},[i.createElementVNode("div",{class:i.normalizeClass({"act-bar":!0,"is-active":i.unref(_e)(E.value).format("YYYY-MM-DD")===oe.start_date,"is-end":oe.list.every(he=>he.isExpired),approved:oe.list.every(he=>he.status===3||he.status===4)})},[...se[10]||(se[10]=[i.createElementVNode("div",{class:"act-bar-line"},null,-1),i.createElementVNode("div",{class:"act-bar-dot"},null,-1)])],2),i.createElementVNode("div",{class:i.normalizeClass({"group-title":!0,"is-end":oe.list.every(he=>he.isExpired)}),id:`group-title-${i.unref(_e)(new Date(oe.start_date)).format("YYYY-MM-DD")}`},i.toDisplayString(i.unref(_e)(oe.start_date).format("MM/DD")),11,xy),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(oe.list,(he,Xe)=>(i.openBlock(),i.createBlock(i.unref(N.OCollapseItem),{key:he.sub_id||he.id,value:he.sub_id||he.id,class:i.normalizeClass({"last-item":xe===G.value.length-1&&Xe===oe.list.length-1})},{title:i.withCtx(()=>{var Ze,Et;return[i.createElementVNode("div",Cy,[i.createElementVNode("div",Sy,[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Il))]),_:1})]),i.createElementVNode("div",Ey,[i.createElementVNode("div",{class:i.normalizeClass({"act-title":!0,"is-delete":he.is_delete,"is-end":he.isExpired})},[i.createElementVNode("div",ky,i.toDisplayString(he.title),1),i.createVNode(i.unref(N.OTag),{color:"primary",variant:"outline",class:i.normalizeClass([`tag-${he.is_delete?"delete":(Ze=i.unref(a).get(he.status))==null?void 0:Ze.id}`])},{default:i.withCtx(()=>{var je;return[i.createTextVNode(i.toDisplayString(he.is_delete===1?i.unref(t)("meeting.statusCanceled"):(je=i.unref(a).get(he.status))==null?void 0:je.text),1)]}),_:2},1032,["class"])],2),i.createElementVNode("div",wy,[i.createElementVNode("span",Dy,i.toDisplayString(he.dateRange),1),i.createVNode(i.unref(N.ODivider),{direction:"v"}),i.createElementVNode("span",null,i.toDisplayString((Et=i.unref(o).get(he.activity_type))==null?void 0:Et.label),1)])])]),he.content_url&&!he.is_delete&&[3,4,5,6].includes(he.status)?(i.openBlock(),i.createElementBlock("div",Ay,[he.content_url?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,href:he.content_url,target:"_blank",rel:"noopener noreferrer"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.activityDetail"))+" ",1)]),_:1},8,["href"])):i.createCommentVNode("",!0),he.register_url&&(he.status===3||he.status===4||he.status===2&&he.update_activity_id&&new Date(he.register_end_date).getTime()>new Date().getTime())?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,href:he.register_url,target:"_blank",rel:"noopener noreferrer"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.registerNow"))+" ",1)]),_:1},8,["href"])):i.createCommentVNode("",!0)])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OIcon),{onClick:i.withModifiers(()=>ne.copyInfo(Xe),["stop"]),class:"copy-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Bl))]),_:1},8,["onClick"])]}),default:i.withCtx(()=>[i.createElementVNode("div",Ny,[i.createVNode(ns,{show:L.value.includes(he.id),data:he,ref_for:!0,ref:Ze=>ie(Ze,he.id)},null,8,["show","data"]),!he.isExpired&&!he.is_delete?(i.openBlock(),i.createElementBlock("div",Iy,[he.status===2?(i.openBlock(),i.createBlock(i.unref(N.OButton),{key:0,variant:"text",onClick:Ze=>Ye(he)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.withdrawReview")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),he.status===1||he.status===3||he.status===4||he.status===7?(i.openBlock(),i.createBlock(i.unref(N.OButton),{key:1,variant:"text",onClick:Ze=>Qe(he)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.modifyActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),he.status===1||he.status===7?(i.openBlock(),i.createBlock(i.unref(N.OButton),{key:2,variant:"text",onClick:Ze=>At(he)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.deleteActivity")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0),he.status===1||he.status===7?(i.openBlock(),i.createBlock(i.unref(N.OButton),{key:3,variant:"text",onClick:Ze=>Le(he)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.submitReview")),1)]),_:1},8,["onClick"])):i.createCommentVNode("",!0)])):i.createCommentVNode("",!0)])]),_:2},1032,["value","class"]))),128)),se[11]||(se[11]=i.createElementVNode("div",{class:"height-placeholder"},null,-1))],2),xe===G.value.length-1?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[q.value?(i.openBlock(),i.createElementBlock("div",Oy,i.toDisplayString(i.unref(t)("meeting.loading")),1)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"list-month-change next-month",onClick:se[6]||(se[6]=he=>Z("next-month"))},[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowRight))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("meeting.nextMonth")),1)])],64)):i.createCommentVNode("",!0)],64))),128))]),_:1},8,["modelValue","accordion"])])]),_:1},8,["onScrollend","style"])):i.renderSlot(ne.$slots,"empty",{key:1})])])]),i.createVNode(i.unref(N.ODialog),{visible:we.value,"onUpdate:visible":se[8]||(se[8]=oe=>we.value=oe),"main-class":"handle-dialog-active",actions:Ge.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.withdrawReview")),1)]),default:i.withCtx(()=>[i.createElementVNode("div",By,i.toDisplayString(i.unref(t)("meeting.confirmRevokeActivity",[ke.value.title])),1)]),_:1},8,["visible","actions"]),i.createVNode(i.unref(N.ODialog),{visible:Ue.value,"onUpdate:visible":se[9]||(se[9]=oe=>Ue.value=oe),"main-class":"handle-dialog-active",actions:st.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.deleteActivity")),1)]),default:i.withCtx(()=>[i.createElementVNode("div",Ly,i.toDisplayString(i.unref(t)("meeting.confirmDeleteActivity",[ke.value.title])),1)]),_:1},8,["visible","actions"])],64))}}),My=Object.assign(oc,{install(r){r.component("OActivityForm",oc)}}),Py=Object.assign(Tc,{install(r){r.component("OActivityApproval",Tc)}}),Ry=Object.assign(bc,{install(r){r.component("OMyActivityCalendar",bc)}}),Vy={viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"24.000000",height:"24.000000",fill:"none",customFrame:"#000000"};function Fy(r,e){return i.openBlock(),i.createElementBlock("svg",Vy,[...e[0]||(e[0]=[i.createElementVNode("rect",{id:"峰会",width:"24.000000",height:"24.000000",x:"0.000000",y:"0.000000"},null,-1),i.createElementVNode("path",{id:"矢量 425",d:"M8.36719 4.75439L8.36523 4.75537L8.36523 4.75537C7.63184 5.05518 6.93555 5.44629 6.27734 5.9292C6.00098 6.13184 5.94238 6.5083 6.14551 6.78516C6.34766 7.06201 6.72461 7.11963 7.00098 6.91699C7.61035 6.47119 8.25391 6.11475 8.93262 5.84766C9.05371 5.7998 9.17676 5.75488 9.30078 5.71289C9.73242 5.56641 10.1699 5.45752 10.6143 5.38672C10.6191 5.38574 10.624 5.38525 10.6289 5.38428L10.6289 5.38428C11.0439 5.31836 11.4639 5.28564 11.8896 5.28564C12.3193 5.28564 12.7451 5.31934 13.1641 5.38672L13.165 5.38672C13.6084 5.45752 14.0459 5.56641 14.4775 5.71289C14.6016 5.75488 14.7246 5.7998 14.8457 5.84766C15.5254 6.11475 16.1689 6.47119 16.7773 6.91699C17.0537 7.11963 17.4307 7.06201 17.6328 6.78516C17.8359 6.5083 17.7783 6.13184 17.501 5.9292C16.8418 5.4458 16.1455 5.0542 15.4111 4.75439C15.2334 4.68213 15.0537 4.61475 14.8711 4.55273C14.376 4.38477 13.873 4.25977 13.3643 4.17773C12.8789 4.09961 12.3877 4.06055 11.8896 4.06055C11.3916 4.06055 10.8994 4.09961 10.4141 4.17773L10.4141 4.17773C9.90527 4.25977 9.40332 4.38477 8.90723 4.55273C8.72559 4.61475 8.54492 4.68213 8.36719 4.75439L8.36719 4.75439ZM20.377 14.2979L20.377 13.4229C20.377 13.0801 20.1074 12.8105 19.7646 12.8105C19.4219 12.8105 19.1523 13.0801 19.1523 13.4229L19.1523 14.2979C19.1523 14.334 19.1455 14.3677 19.1328 14.3984L19.1328 14.3989C19.1074 14.4243 19.0215 14.5283 18.9902 14.5415C18.96 14.5542 18.9258 14.5605 18.8896 14.5605L4.88965 14.5605C4.85352 14.5605 4.82031 14.5542 4.78906 14.5415C4.76367 14.5156 4.65918 14.4297 4.64648 14.3989C4.63379 14.3677 4.62695 14.3345 4.62695 14.2979L4.62695 9.04785C4.62695 9.01172 4.63379 8.97803 4.64648 8.94727C4.67188 8.92188 4.75781 8.81738 4.78906 8.80469L4.78906 8.80469C4.82031 8.79199 4.85352 8.78564 4.88965 8.78564L18.8896 8.78564C18.9258 8.78564 18.96 8.79199 18.9902 8.80469C19.0166 8.83057 19.1201 8.9165 19.1328 8.94727C19.1455 8.97803 19.1523 9.01172 19.1523 9.04785L19.1523 11.6729C19.1523 12.0161 19.4219 12.2856 19.7646 12.2856C20.1074 12.2856 20.377 12.0161 20.377 11.6729L20.377 9.04785C20.377 8.94141 20.3662 8.83691 20.3447 8.73535L20.3447 8.73438L20.3447 8.73389C20.3252 8.64355 20.2969 8.55518 20.2598 8.46875C20.2236 8.3833 20.1807 8.30225 20.1299 8.22559C20.0752 8.14355 20.0127 8.06738 19.9414 7.99609C19.8701 7.92529 19.7939 7.8623 19.7119 7.80811C19.6357 7.75732 19.5547 7.71387 19.4688 7.67773C19.3828 7.64111 19.2939 7.61328 19.2041 7.59375C19.1016 7.57178 18.9971 7.56055 18.8896 7.56055L4.88965 7.56055C4.78418 7.56055 4.68066 7.57129 4.5791 7.59277L4.5791 7.59277C4.57812 7.59326 4.57715 7.59326 4.57617 7.59375L4.5752 7.59375C4.48535 7.61328 4.39746 7.64111 4.31055 7.67773C4.22461 7.71387 4.14355 7.75732 4.06738 7.80811C3.98535 7.8623 3.90918 7.92529 3.83789 7.99609C3.7666 8.06738 3.7041 8.14355 3.64941 8.22559C3.64941 8.22656 3.64844 8.22705 3.64844 8.22803C3.59863 8.30371 3.55566 8.38379 3.51953 8.46875C3.48242 8.55518 3.45508 8.64355 3.43555 8.73389C3.41309 8.83643 3.40234 8.94092 3.40234 9.04785L3.40234 14.2979C3.40234 14.4053 3.41309 14.5098 3.43555 14.6123C3.45508 14.7021 3.48242 14.7905 3.51953 14.8774C3.55566 14.9629 3.59961 15.0439 3.64941 15.1201C3.7041 15.2021 3.7666 15.2788 3.83789 15.3501C3.90918 15.4209 3.98535 15.4834 4.06738 15.5381C4.14355 15.5889 4.22461 15.6323 4.31055 15.6685C4.39746 15.7051 4.48535 15.7329 4.5752 15.7524C4.67773 15.7744 4.78223 15.7856 4.88965 15.7856L18.8896 15.7856C18.9971 15.7856 19.1016 15.7744 19.2041 15.7524C19.2939 15.7329 19.3828 15.7051 19.4688 15.6685C19.5547 15.6318 19.6357 15.5889 19.7119 15.5381C19.7939 15.4834 19.8701 15.4209 19.9414 15.3501C20.0127 15.2788 20.0752 15.2021 20.1299 15.1201C20.1807 15.0439 20.2236 14.9629 20.2598 14.8774C20.2969 14.7905 20.3252 14.7021 20.3447 14.6123C20.3662 14.5098 20.377 14.4053 20.377 14.2979ZM14.8291 16.3438L14.8291 16.3438C14.9189 16.3633 15.0078 16.3911 15.0938 16.4277C15.1797 16.4639 15.2607 16.5073 15.3369 16.5581C15.4189 16.6123 15.4951 16.6753 15.5664 16.7461C15.6377 16.8174 15.7002 16.8936 15.7549 16.9756C15.8057 17.0522 15.8486 17.1328 15.8848 17.2188C15.9219 17.3052 15.9502 17.3936 15.9697 17.4839C15.9912 17.5864 16.002 17.6909 16.002 17.7979C16.002 17.9053 15.9912 18.0098 15.9697 18.1123C15.9502 18.2021 15.9219 18.2905 15.8848 18.3774C15.8486 18.4629 15.8057 18.5439 15.7549 18.6201C15.7002 18.7021 15.6377 18.7788 15.5664 18.8501C15.4951 18.9209 15.4189 18.9834 15.3369 19.0381C15.2607 19.0889 15.1797 19.1318 15.0938 19.1685C15.0078 19.2051 14.9189 19.2329 14.8291 19.2524C14.7266 19.2744 14.6221 19.2856 14.5146 19.2856L9.26465 19.2856C9.1582 19.2856 9.05273 19.2744 8.9502 19.2524C8.86035 19.2329 8.77246 19.2051 8.68555 19.1685C8.59961 19.1318 8.51855 19.0889 8.44238 19.0381C8.36035 18.9834 8.28418 18.9209 8.21289 18.8501C8.1416 18.7788 8.0791 18.7021 8.02441 18.6201C7.97461 18.5439 7.93066 18.4629 7.89453 18.3774C7.85742 18.2905 7.83008 18.2021 7.81055 18.1123C7.78809 18.0098 7.77734 17.9053 7.77734 17.7979C7.77734 17.6909 7.78809 17.5864 7.81055 17.4839C7.83008 17.3936 7.85742 17.3052 7.89453 17.2188C7.93066 17.1328 7.97461 17.0522 8.02441 16.9756C8.0791 16.8936 8.1416 16.8174 8.21289 16.7461C8.28418 16.6753 8.36035 16.6123 8.44238 16.5581C8.51855 16.5073 8.59961 16.4639 8.68555 16.4277C8.77246 16.3911 8.86035 16.3633 8.9502 16.3438C9.05273 16.3218 9.1582 16.3105 9.26465 16.3105L14.5146 16.3105C14.6221 16.3105 14.7266 16.3218 14.8291 16.3438ZM9.2666 17.5352L14.5166 17.5352C14.5527 17.5352 14.5859 17.5415 14.6172 17.5547C14.6426 17.5801 14.7471 17.666 14.7598 17.6973C14.7725 17.728 14.7793 17.7617 14.7793 17.7979C14.7793 17.834 14.7725 17.8677 14.7598 17.8984C14.7344 17.9243 14.6484 18.0283 14.6172 18.041C14.5859 18.0542 14.5527 18.0605 14.5166 18.0605L9.2666 18.0605C9.23047 18.0605 9.19629 18.0542 9.16602 18.041C9.13965 18.0156 9.03613 17.9297 9.02344 17.8984C9.01074 17.8677 9.00391 17.834 9.00391 17.7979C9.00391 17.7617 9.01074 17.728 9.02344 17.6973C9.04883 17.6714 9.13477 17.5674 9.16602 17.5547C9.19629 17.5415 9.23047 17.5352 9.2666 17.5352Z",fill:"rgb(255,255,255)","fill-rule":"evenodd"},null,-1)])])}const $y={name:"events-icon-summit",render:Fy},Uy={viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"24.000000",height:"24.000000",fill:"none",customFrame:"#000000"};function qy(r,e){return i.openBlock(),i.createElementBlock("svg",Uy,[...e[0]||(e[0]=[i.createElementVNode("rect",{id:"活动",width:"24.000000",height:"24.000000",x:"0.000000",y:"0.000000"},null,-1),i.createElementVNode("path",{id:"矢量 426",d:"M18.3065 11.0924L17.7206 11.6295C17.455 11.8722 17.4384 12.2711 17.6806 12.5362C17.9237 12.8009 18.3221 12.8185 18.5868 12.5758L19.1737 12.0387L20.0418 11.2433C20.1746 11.1217 20.2811 10.9859 20.3631 10.8365C20.4256 10.7198 20.4735 10.5948 20.5057 10.4615C20.5369 10.3316 20.5516 10.2017 20.5496 10.0723C20.5467 9.92 20.5213 9.76765 20.4725 9.61531C20.4237 9.46345 20.3553 9.32478 20.2684 9.19978C20.1942 9.09333 20.1063 8.99665 20.0057 8.90925C19.9012 8.81989 19.7899 8.74616 19.6698 8.68854C19.5165 8.61481 19.3504 8.56744 19.1717 8.54645L15.3212 8.09185C15.2997 8.08355 15.2119 8.05572 15.1923 8.04156C15.1777 8.02398 15.1142 7.9566 15.1044 7.93511L13.4697 4.43751C13.3945 4.27638 13.2978 4.13477 13.1816 4.0127L13.1816 4.0127C13.0898 3.91797 12.9853 3.83496 12.8691 3.76416C12.7549 3.69531 12.6367 3.64209 12.5137 3.60498L12.5137 3.60498C12.3682 3.56104 12.2168 3.53906 12.0586 3.53906C11.8994 3.53906 11.7481 3.56104 11.6025 3.60498L11.6025 3.60498C11.4795 3.64209 11.3613 3.69531 11.2471 3.76416C11.1309 3.83496 11.0264 3.91797 10.9356 4.0127C10.8184 4.13477 10.7217 4.27589 10.6465 4.43751L9.01178 7.93511C8.99713 7.95269 8.94342 8.0274 8.92389 8.04156C8.90241 8.04986 8.81843 8.08892 8.79499 8.09185L4.94448 8.54645C4.76577 8.56744 4.59976 8.61481 4.44644 8.68854L4.44644 8.68854C4.32731 8.74616 4.215 8.81989 4.11149 8.90925C4.00993 8.99665 3.92204 9.09333 3.8488 9.19978C3.76091 9.32478 3.69353 9.46345 3.64373 9.61531C3.5949 9.76765 3.56951 9.92 3.56658 10.0723C3.56463 10.2017 3.57927 10.3316 3.61052 10.4615C3.64275 10.5948 3.6906 10.7198 3.75407 10.8365C3.83513 10.9859 3.94157 11.1217 4.07438 11.2433L6.90635 13.837C6.91807 13.8566 6.97374 13.9313 6.98155 13.9542C6.98155 13.9606 6.98252 13.9713 6.98448 13.9845L6.98448 13.986C6.98838 14.0226 6.99327 14.0763 6.98936 14.0939L6.2384 17.8488C6.20324 18.0241 6.19738 18.196 6.21985 18.3635C6.23645 18.4948 6.2716 18.6232 6.32434 18.7497C6.37512 18.8727 6.43957 18.986 6.51671 19.0891C6.60851 19.2106 6.71788 19.3181 6.84679 19.4118C6.97471 19.5061 7.11045 19.5778 7.254 19.6281C7.37607 19.6711 7.50302 19.698 7.63583 19.7097C7.77157 19.7209 7.90438 19.7155 8.03524 19.6926L8.03524 19.6926C8.20223 19.6628 8.36336 19.6047 8.52058 19.5183L11.9248 17.6369C11.9473 17.631 12.0342 17.6022 12.0586 17.6022C12.0801 17.6081 12.1709 17.6252 12.1914 17.6369L15.5117 19.4719C15.6718 19.5603 15.8368 19.6189 16.0068 19.6481L16.0077 19.6481C16.1396 19.6706 16.2743 19.675 16.412 19.6618C16.5468 19.6491 16.6747 19.6203 16.7968 19.5754C16.9423 19.5222 17.079 19.447 17.2079 19.3488C17.3368 19.2512 17.4462 19.1394 17.537 19.0139C17.6132 18.9079 17.6747 18.7917 17.7235 18.6662C17.7733 18.5368 17.8046 18.4055 17.8182 18.2722C17.8368 18.1008 17.8241 17.926 17.7821 17.7482L16.3495 11.7125C16.2665 11.3629 15.9267 11.1534 15.5771 11.2359C15.2275 11.3189 15.0175 11.6593 15.1005 12.0089L16.5331 18.0446C16.5468 18.1027 16.5458 18.155 16.5292 18.2023C16.5116 18.2492 16.4794 18.2907 16.4325 18.3268C16.3847 18.363 16.3359 18.383 16.286 18.3864C16.2362 18.3903 16.1855 18.3776 16.1327 18.3488L12.8115 16.5133C12.6943 16.4489 12.5732 16.4001 12.4473 16.3678L12.4473 16.3678C12.3223 16.3351 12.1924 16.319 12.0586 16.319C11.9238 16.319 11.794 16.3351 11.669 16.3678C11.543 16.4001 11.4219 16.4489 11.3047 16.5133L7.8995 18.3952C7.84872 18.4235 7.79794 18.4362 7.74911 18.4328C7.69931 18.4299 7.65146 18.4108 7.60458 18.3762C7.55673 18.342 7.52451 18.3015 7.50693 18.2556C7.48837 18.2097 7.48545 18.1579 7.49716 18.1003L8.24813 14.3453C8.27449 14.2116 8.28426 14.0792 8.27644 13.9474C8.26863 13.816 8.24324 13.6852 8.20125 13.5558C8.15926 13.4259 8.10262 13.3058 8.03036 13.1949C7.95907 13.0841 7.87313 12.983 7.77255 12.8907L4.94155 10.297C4.89761 10.2569 4.87026 10.213 4.85757 10.1651C4.84487 10.1173 4.8478 10.0655 4.86538 10.0094C4.88393 9.95369 4.91128 9.90975 4.94936 9.8785C4.98842 9.84676 5.03628 9.82771 5.09487 9.82088L8.94538 9.36628C9.07916 9.35066 9.20709 9.31892 9.32916 9.27155C9.45025 9.22419 9.56646 9.16071 9.67583 9.0821C9.7852 9.003 9.8809 8.91315 9.96391 8.81256C10.0479 8.71198 10.1172 8.60065 10.1748 8.47858L11.8086 4.98097C11.834 4.92824 11.8672 4.88869 11.9082 4.86183C11.9502 4.83546 12 4.82228 12.0586 4.82228C12.1162 4.82228 12.166 4.83546 12.208 4.86183C12.25 4.88869 12.2822 4.92824 12.3076 4.98097L13.9414 8.47858C13.999 8.60065 14.0693 8.71198 14.1523 8.81256C14.2353 8.91315 14.332 9.003 14.4414 9.0821C14.5507 9.16071 14.666 9.22419 14.7871 9.27155C14.9091 9.31892 15.0371 9.35066 15.1708 9.36628L19.0213 9.82088C19.0799 9.82771 19.1278 9.84676 19.1668 9.8785C19.2049 9.90975 19.2333 9.95369 19.2508 10.0094C19.2694 10.0655 19.2713 10.1173 19.2586 10.1651C19.2459 10.213 19.2186 10.2569 19.1747 10.297L18.3065 11.0924ZM9.31256 13.2311L7.93856 11.8561C7.68368 11.6017 7.68368 11.2027 7.93856 10.9483C8.19246 10.6944 8.59187 10.6944 8.84577 10.9483L10.2207 12.3233C10.4746 12.5777 10.4746 12.9772 10.2207 13.2311C9.96586 13.485 9.56743 13.485 9.31256 13.2311Z",fill:"rgb(255,255,255)","fill-rule":"evenodd"},null,-1)])])}const jy={name:"events-icon-events",render:qy},Hy={viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"24.000000",height:"24.000000",fill:"none",customFrame:"#000000"};function zy(r,e){return i.openBlock(),i.createElementBlock("svg",Hy,[...e[0]||(e[0]=[i.createElementVNode("rect",{id:"高校 & 比赛",width:"24.000000",height:"24.000000",x:"0.000000",y:"0.000000"},null,-1),i.createElementVNode("path",{id:"矢量 578",d:"M3.05078 7.51904L11.6914 4.13965C11.8086 4.09424 11.9219 4.07178 12.0391 4.07178C12.1523 4.07178 12.2695 4.09473 12.3867 4.14062L20.9609 7.51953C21.0625 7.55957 21.1523 7.61328 21.2305 7.67969C21.2969 7.73779 21.3555 7.80566 21.4062 7.88379C21.5078 8.03857 21.5586 8.20898 21.5625 8.39502C21.5625 8.58057 21.5156 8.75195 21.418 8.9082C21.3125 9.07861 21.1641 9.20264 20.9766 9.28076L19.457 9.91309L19.457 12.2915C19.457 12.6558 19.168 12.9419 18.8047 12.9419C18.4414 12.9419 18.1562 12.6558 18.1562 12.292L18.1562 10.4531L16.0742 11.3188L16.0742 14.7134C16.2852 14.897 16.418 15.1675 16.418 15.4692C16.418 16.0215 15.9688 16.4692 15.418 16.4692C14.8672 16.4692 14.418 16.0215 14.418 15.4692C14.418 15.1626 14.5547 14.8887 14.7734 14.7051L14.7734 11.8589L12.4023 12.8442C12.2852 12.8926 12.1641 12.917 12.0391 12.917C11.9141 12.9175 11.793 12.8936 11.6758 12.8452L5.63281 10.354L5.61328 17.6836C5.61328 17.7285 5.62109 17.771 5.63281 17.8101C5.65234 17.854 5.67969 17.894 5.71484 17.9307C5.75 17.9658 5.78906 17.9917 5.83203 18.0088C5.87109 18.0259 5.91797 18.0342 5.96484 18.0342L17.7812 18.0342C17.832 18.0342 17.875 18.0254 17.918 18.0083C17.957 17.9912 17.9961 17.9658 18.0312 17.9316C18.0625 17.8975 18.0898 17.8599 18.1055 17.8184C18.125 17.7773 18.1328 17.7324 18.1328 17.6841L18.1328 14.1411C18.1328 13.7773 18.418 13.4912 18.7812 13.4912C19.1445 13.4912 19.4336 13.7773 19.4336 14.1411L19.4336 17.6841C19.4336 17.8032 19.418 17.9194 19.3945 18.0332C19.375 18.1333 19.3438 18.231 19.3008 18.3267C19.2188 18.5239 19.1016 18.6987 18.9492 18.8511C18.8711 18.9297 18.7852 18.9995 18.6953 19.0596C18.6094 19.1157 18.5195 19.1641 18.4258 19.2041C18.3281 19.2446 18.2305 19.2759 18.1328 19.2974L18.1328 19.2974C18.0156 19.3218 17.9023 19.334 17.7812 19.334L5.96484 19.334C5.84375 19.334 5.73047 19.3218 5.61719 19.2979C5.51562 19.2759 5.41797 19.2446 5.32031 19.2036C5.12109 19.1201 4.94922 19.002 4.79688 18.8501C4.64453 18.6978 4.52734 18.5225 4.44141 18.3252C4.35547 18.1196 4.3125 17.9048 4.3125 17.6797L4.33594 9.81836L3.03125 9.28174C2.84375 9.2041 2.69531 9.08008 2.58984 8.90967C2.54297 8.83496 2.50781 8.75684 2.48438 8.67578C2.45703 8.58643 2.44531 8.49268 2.44531 8.39502C2.44531 8.29736 2.46094 8.20361 2.48828 8.11475C2.51562 8.03369 2.55078 7.95654 2.59766 7.8833C2.65234 7.80469 2.71094 7.73682 2.77734 7.67871C2.85547 7.61182 2.94922 7.55859 3.05078 7.51904ZM18.5547 8.87891L15.457 10.1665L11.5 8.05322C11.1758 7.88184 10.7891 7.99951 10.6172 8.32031C10.4492 8.6416 10.5664 9.02832 10.8867 9.19971L13.9062 10.8115L12.0352 11.5884L5.23438 8.78271L4.33594 8.41211L12.0352 5.40039L19.6797 8.41211L18.5547 8.87891Z",fill:"rgb(255,254.745,254.745)","fill-rule":"evenodd"},null,-1)])])}const Gy={name:"events-icon-competition",render:zy},Wy={viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"24.000000",height:"24.000000",fill:"none",customFrame:"#000000"};function Yy(r,e){return i.openBlock(),i.createElementBlock("svg",Wy,[...e[0]||(e[0]=[i.createElementVNode("rect",{id:"版本发布计划",width:"24.000000",height:"24.000000",x:"0.000000",y:"0.000000"},null,-1),i.createElementVNode("path",{id:"矢量 579",d:"M8.94922 6.90332L8.94922 6.3335C8.94922 6.23779 8.95703 6.14404 8.97656 6.05225L8.97656 6.05225C8.99609 5.97119 9.01953 5.89209 9.05469 5.81396C9.08594 5.7373 9.125 5.66455 9.17188 5.59619C9.21875 5.52246 9.27734 5.4541 9.33984 5.39062C9.40234 5.32715 9.47266 5.271 9.54297 5.22217L9.54297 5.22217L9.54297 5.22217C9.61328 5.17676 9.6875 5.1377 9.76172 5.10498C9.83984 5.07227 9.91797 5.04688 10 5.02979L10 5.02979C10.0938 5.00977 10.1875 5 10.2812 5L18.668 5C18.7617 5 18.8555 5.00977 18.9492 5.02979L18.9492 5.02979C19.0273 5.04688 19.1094 5.07227 19.1875 5.10498C19.2617 5.1377 19.3359 5.17676 19.4023 5.22217C19.4766 5.271 19.5469 5.32715 19.6094 5.39062C19.6719 5.4541 19.7305 5.52246 19.7773 5.59619L19.7773 5.59619C19.8242 5.66455 19.8633 5.7373 19.8945 5.81396C19.9297 5.89209 19.9531 5.97119 19.9688 6.05225C19.9883 6.14404 20 6.23779 20 6.3335L20 12.2441C20 12.3398 19.9883 12.4336 19.9688 12.5249C19.9531 12.606 19.9297 12.6855 19.8945 12.7632C19.8633 12.8403 19.8242 12.9131 19.7773 12.9814C19.7305 13.0547 19.6719 13.123 19.6094 13.187C19.5469 13.2505 19.4766 13.3066 19.4023 13.3555C19.3359 13.4009 19.2617 13.4399 19.1875 13.4722C19.1094 13.5054 19.0273 13.5303 18.9492 13.5479C18.8555 13.5674 18.7617 13.5771 18.668 13.5771L18.3906 13.5771C18.0664 13.5771 17.8125 13.3232 17.8125 13C17.8125 12.6768 18.0664 12.4229 18.3906 12.4229L18.668 12.4229C18.6914 12.4229 18.7734 12.3789 18.793 12.3701C18.8086 12.353 18.8359 12.2651 18.8438 12.2441L18.8438 6.3335C18.8438 6.30859 18.8008 6.22803 18.793 6.20703C18.7773 6.18945 18.6875 6.16357 18.668 6.15479L10.2812 6.15479C10.2578 6.15479 10.1758 6.19824 10.1562 6.20703C10.1367 6.22461 10.1133 6.3125 10.1016 6.3335L10.1016 6.90332C10.1016 7.22656 9.84766 7.48047 9.52734 7.48047C9.20312 7.48047 8.94922 7.22656 8.94922 6.90332ZM6.47266 9.39307L6.47266 9.21973C6.47266 9.12402 6.48438 9.03027 6.50391 8.93896C6.51953 8.85791 6.54688 8.77832 6.57812 8.70068C6.61328 8.62354 6.65234 8.55127 6.69531 8.48242C6.74609 8.40918 6.80078 8.34082 6.86328 8.27734C6.92969 8.21338 6.99609 8.15723 7.07031 8.10889C7.13672 8.06299 7.21094 8.02441 7.28906 7.9917C7.36719 7.9585 7.44531 7.93359 7.52734 7.91602C7.61719 7.89648 7.71094 7.88672 7.80859 7.88672L16.1914 7.88672C16.2891 7.88672 16.3828 7.89648 16.4727 7.91602C16.5547 7.93359 16.6328 7.9585 16.7109 7.9917C16.7891 8.02441 16.8594 8.06299 16.9297 8.1084C17.0039 8.15723 17.0703 8.21338 17.1367 8.27734C17.1992 8.34082 17.2539 8.40918 17.3047 8.48242C17.3477 8.55127 17.3867 8.62354 17.4219 8.70068C17.4531 8.77832 17.4805 8.85791 17.4961 8.93896C17.5156 9.03027 17.5273 9.12402 17.5273 9.21973L17.5273 15.1304C17.5273 15.2266 17.5156 15.3198 17.4961 15.4116C17.4805 15.4927 17.4531 15.5718 17.4219 15.6499C17.3867 15.7266 17.3477 15.7993 17.3047 15.8682C17.2539 15.9414 17.1992 16.0098 17.1367 16.0732C17.0703 16.1367 17.0039 16.1929 16.9297 16.2417C16.8633 16.2871 16.7891 16.3262 16.7109 16.3589C16.6328 16.3916 16.5547 16.417 16.4727 16.4346C16.3828 16.4541 16.2891 16.4639 16.1914 16.4639L15.8789 16.4639C15.5547 16.4639 15.3008 16.21 15.3008 15.8867C15.3008 15.5635 15.5547 15.3091 15.8789 15.3091L16.1914 15.3091C16.2188 15.3091 16.2969 15.2656 16.3203 15.2568C16.3359 15.2393 16.3633 15.1519 16.3711 15.1304L16.3711 9.21973C16.3711 9.19531 16.3281 9.11475 16.3203 9.09375C16.3008 9.07617 16.2148 9.0498 16.1914 9.04102L7.80859 9.04102C7.78125 9.04102 7.70312 9.08496 7.67969 9.09375C7.66406 9.11084 7.63672 9.19873 7.62891 9.21973L7.62891 9.39307C7.62891 9.71631 7.375 9.97021 7.05078 9.97021C6.72656 9.97021 6.47266 9.71631 6.47266 9.39307ZM14 10.3901C13.9062 10.3706 13.8125 10.3608 13.7188 10.3608L5.33203 10.3608C5.23828 10.3608 5.14453 10.3706 5.05078 10.3901L5.05078 10.3901C4.97266 10.4077 4.89062 10.4331 4.8125 10.4658C4.73828 10.4985 4.66406 10.5376 4.59766 10.583L4.59766 10.583L4.59766 10.583C4.52344 10.6318 4.45312 10.688 4.39062 10.7515C4.32812 10.8149 4.26953 10.8833 4.22266 10.957C4.17578 11.0254 4.13672 11.0981 4.10547 11.1748C4.07031 11.2529 4.04688 11.332 4.03125 11.4131L4.03125 11.4131C4.01172 11.5049 4 11.5981 4 11.6943L4 17.605C4 17.7007 4.01172 17.7944 4.03125 17.8857C4.04688 17.9668 4.07031 18.0464 4.10547 18.124C4.13672 18.2012 4.17578 18.2739 4.22266 18.3423C4.26953 18.4155 4.32812 18.4839 4.39062 18.5479C4.45312 18.6113 4.52344 18.6675 4.59766 18.7163C4.66406 18.7617 4.73828 18.8008 4.8125 18.833C4.89062 18.8662 4.97266 18.8911 5.05078 18.9087L5.05078 18.9087C5.14453 18.9282 5.23828 18.938 5.33203 18.938L13.7188 18.938C13.8125 18.938 13.9062 18.9282 14 18.9087C14.082 18.8911 14.1602 18.8662 14.2383 18.833C14.3125 18.8008 14.3867 18.7617 14.457 18.7163C14.5273 18.6675 14.5977 18.6113 14.6602 18.5479C14.7227 18.4839 14.7812 18.4155 14.8281 18.3423C14.875 18.2739 14.9141 18.2012 14.9453 18.124C14.9805 18.0464 15.0039 17.9668 15.0234 17.8857C15.043 17.7944 15.0508 17.7007 15.0508 17.605L15.0508 11.6943C15.0508 11.5981 15.043 11.5049 15.0234 11.4131C15.0039 11.332 14.9805 11.2529 14.9453 11.1748C14.9141 11.0981 14.875 11.0254 14.8281 10.957C14.7812 10.8833 14.7227 10.8149 14.6602 10.7515C14.5977 10.688 14.5273 10.6318 14.457 10.583C14.3867 10.5376 14.3125 10.4985 14.2383 10.4658C14.1602 10.4331 14.082 10.4077 14 10.3901ZM5.33203 11.5156L13.7188 11.5156C13.7383 11.5244 13.8281 11.5503 13.8438 11.5679C13.8516 11.5889 13.8984 11.6694 13.8984 11.6943L13.8984 17.605C13.8867 17.626 13.8633 17.7139 13.8438 17.731C13.8242 17.7397 13.7422 17.7837 13.7188 17.7837L5.33203 17.7837C5.3125 17.7749 5.22266 17.7485 5.20703 17.731C5.19922 17.71 5.15625 17.6294 5.15625 17.605L5.15625 11.6943C5.16406 11.6733 5.19141 11.5854 5.20703 11.5679C5.22266 11.5503 5.3125 11.5244 5.33203 11.5156ZM11 12.7754C10.8086 12.5776 10.5 12.5742 10.3008 12.7676C10.1055 12.9614 10.1016 13.2695 10.293 13.4678L11 14.1875L8.36719 14.1875C8.08984 14.1875 7.87109 14.4053 7.87109 14.6826C7.87109 14.9595 8.08984 15.1772 8.36719 15.1772L10.9414 15.1772L10.2969 15.8286C10.1016 16.0254 10.1016 16.3335 10.3008 16.5283C10.4961 16.7236 10.8047 16.7222 11 16.5254L12.5039 15.0078C12.6172 14.8926 12.6758 14.7769 12.6758 14.6611C12.6758 14.5459 12.6172 14.4297 12.5039 14.3135L11 12.7754ZM7.39453 13.6792L7.39453 15.9336C7.39453 16.2109 7.17969 16.4287 6.90234 16.4287C6.625 16.4287 6.40625 16.2109 6.40625 15.9336L6.40625 13.6792C6.40625 13.4019 6.625 13.1841 6.90234 13.1841C7.17969 13.1841 7.39453 13.4019 7.39453 13.6792Z",fill:"rgb(255,255,255)","fill-rule":"evenodd"},null,-1)])])}const Xy={name:"events-icon-release",render:Yy},Ky={summit:"--o-orange-6",events:"--o-cyan-6",competition:"--o-blue-6",release:"--o-purple-6"},Qy={events:jy,competition:Gy,release:Xy,summit:$y},Fs={上海:"https://infrastructure-website.osinfra.cn/picture/city/shanghai.jpg",北京:"https://infrastructure-website.osinfra.cn/picture/city/beijing.jpg",南京:"https://infrastructure-website.osinfra.cn/picture/city/nanjing.jpg",天津:"https://infrastructure-website.osinfra.cn/picture/city/tianjin.jpg",成都:"https://infrastructure-website.osinfra.cn/picture/city/chengdu.jpg",无锡:"https://infrastructure-website.osinfra.cn/picture/city/wuxi.jpg",杭州:"https://infrastructure-website.osinfra.cn/picture/city/hangzhou.jpg",深圳:["https://infrastructure-website.osinfra.cn/picture/city/shenzhen1.jpg","https://infrastructure-website.osinfra.cn/picture/city/shenzhen2.jpg"],苏州:"https://infrastructure-website.osinfra.cn/picture/city/suzhou.jpg",西安:"https://infrastructure-website.osinfra.cn/picture/city/xian.jpg",郑州:"https://infrastructure-website.osinfra.cn/picture/city/zhengzhou.jpg",武汉:"https://infrastructure-website.osinfra.cn/picture/city/wuhan.jpg"},Zy="https://infrastructure-website.osinfra.cn/picture/city/default-cover.jpg",Jy={class:"o-events-calendar"},e_={key:0,class:"month-list"},t_={class:"collapse-header"},i_={class:"collapse-title"},n_={key:0,class:"collapse-desc"},r_={key:0,class:"month-content month-content-span"},s_={key:0,class:"event-location"},a_={class:"event-name"},o_={key:1},l_={key:0,class:"month-content-row"},u_={class:"month-name"},c_={class:"event-name"},d_={class:"event-location"},h_={class:"event-name"},f_={class:"event-location"},p_={key:1,class:"month-content month-content-column"},m_={class:"event-location"},g_={class:"event-name"},v_={key:1},xc=i.defineComponent({__name:"OEventsCalendar",props:{data:{default:()=>[]}},setup(r){const e=Sa(),{lePadV:t}=xt.useScreen(),n=r,s=["JAN","FEB","MAR","Apr","May","JUN","Jul","Aug","Sep","Oct","Nov","Dec"],a=i.ref([]);i.watch([()=>n.data,()=>t.value],()=>{var m;n.data.length?t.value?a.value=[(m=n.data[0])==null?void 0:m.name]:a.value=n.data.map(k=>k.name):a.value=[]},{immediate:!0});const o=m=>{const k=m.split("/");return parseInt(k[1],10)},l=m=>{const k=new Array(12).fill(0),T=[];return m.forEach((A,y)=>{const[w,O]=Array.isArray(A.date)?[o(A.date[0]),o(A.date[1])]:[o(A.date),o(A.date)];let L=0;for(let q=w-1;q<O;q++)L=Math.max(L,k[q]);const B=L+1;for(let q=w-1;q<O;q++)k[q]=B;T.push({event:A,row:B,eventIndex:y,start:w,end:O})}),T},c=m=>{const k=Array.from({length:12},()=>[]);return m.forEach(T=>{const A=Array.isArray(T.date)?o(T.date[0]):o(T.date);k[A-1].push(T)}),k},d=m=>{const k=m.color||Ky[m.type];return k!=null&&k.startsWith("--")?`var(${k})`:k},g=m=>m.icon?m.icon:Qy[m.type];return(m,k)=>(i.openBlock(),i.createElementBlock("div",Jy,[i.unref(t)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",e_,[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(s,T=>i.createElementVNode("div",{class:"month-header",key:T},i.toDisplayString(T),1)),64))])),i.createVNode(i.unref(N.OCollapse),{modelValue:a.value,"onUpdate:modelValue":k[0]||(k[0]=T=>a.value=T)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.data,(T,A)=>(i.openBlock(),i.createBlock(i.unref(N.OCollapseItem),{key:A,value:T.name},{title:i.withCtx(()=>[i.createElementVNode("div",t_,[i.createElementVNode("div",i_,[i.createElementVNode("div",{class:"title-icon",style:i.normalizeStyle({"--bg-color":d(T)})},[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(g(T))))]),_:2},1024)],4),i.createElementVNode("span",null,i.toDisplayString(T.name),1)]),T.desc?(i.openBlock(),i.createElementBlock("div",n_,[i.withDirectives(i.createElementVNode("div",null,null,512),[[i.unref(e),T.desc]])])):i.createCommentVNode("",!0)])]),default:i.withCtx(()=>[T.isSpanMonth?(i.openBlock(),i.createElementBlock("div",r_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(l(T.data),({event:y,row:w,eventIndex:O,start:L,end:B})=>(i.openBlock(),i.createElementBlock("div",{key:O,class:i.normalizeClass(["event-item",{"event-item-center":y.align==="center","has-link":y.link}]),style:i.normalizeStyle({gridColumn:`${L} / ${B+1}`,gridRow:w,"--bg-color":d(T)||void 0})},[y.location?(i.openBlock(),i.createElementBlock("div",s_,i.toDisplayString(y.location),1)):i.createCommentVNode("",!0),i.createElementVNode("div",a_,[y.link?(i.openBlock(),i.createBlock(i.unref(N.OLink),i.mergeProps({key:0,href:y.link,target:"_blank"},{ref_for:!0},y.linkProps||{}),{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(y.name),1)]),_:2},1040,["href"])):(i.openBlock(),i.createElementBlock("span",o_,i.toDisplayString(y.name),1))])],6))),128))])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.unref(t)?(i.openBlock(),i.createElementBlock("div",l_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c(T.data),(y,w)=>(i.openBlock(),i.createElementBlock("div",{key:w,class:i.normalizeClass(["month-row",{"empty-month":y.length===0}])},[i.createElementVNode("div",u_,i.toDisplayString(s[w]),1),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(y,(O,L)=>(i.openBlock(),i.createElementBlock("div",{key:L,class:i.normalizeClass(["event-item",O.link?"has-link":""]),style:i.normalizeStyle({"--bd-color":d(T)||void 0})},[O.link?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,href:O.link,target:"_blank"},{default:i.withCtx(()=>[i.createElementVNode("div",null,[i.createElementVNode("div",c_,[i.createElementVNode("span",null,i.toDisplayString(O.name),1)]),i.createElementVNode("div",d_,i.toDisplayString(O.location),1)]),i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),_:2},1032,["href"])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("div",h_,i.toDisplayString(O.name),1),i.createElementVNode("div",f_,i.toDisplayString(O.location),1)],64))],6))),128))],2))),128))])):(i.openBlock(),i.createElementBlock("div",p_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c(T.data),(y,w)=>(i.openBlock(),i.createElementBlock("div",{key:w,class:"month-column"},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(y,(O,L)=>(i.openBlock(),i.createElementBlock("div",{key:L,class:i.normalizeClass(["event-item",O.link?"has-link":""]),style:i.normalizeStyle({"--bg-color":d(T)||void 0})},[i.createElementVNode("div",m_,i.toDisplayString(O.location),1),i.createElementVNode("div",g_,[O.link?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,href:O.link,target:"_blank"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(O.name),1)]),_:2},1032,["href"])):(i.openBlock(),i.createElementBlock("span",v_,i.toDisplayString(O.name),1))])],6))),128))]))),128))]))],64))]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])]))}});var en=(r=>(r.FINISH="finish",r.ING="ing",r.ALL="",r))(en||{});const Cc=(r,e)=>new Date(r).getTime()>new Date(e).getTime(),y_={class:"o-events-list"},__={class:"filter-wrapper"},T_={class:"filter-left"},b_={class:"list-content"},x_={class:"event-name"},C_={class:"event-desc"},S_={class:"event-date"},E_={key:0,class:"event-location"},Sc=i.defineComponent({__name:"OEventsList",props:{data:{default:()=>[]},page:{},pageSize:{},total:{}},emits:["search"],setup(r,{emit:e}){const{t}=Pe.useI18n(),{lePadV:n}=xt.useScreen(),s=r,a=[{label:t("events.statusAll"),value:en.ALL},{label:t("events.statusIng"),value:en.ING},{label:t("events.statusFinish"),value:en.FINISH}],o=e,l=i.ref(en.ALL),c=i.ref(""),d=i.ref(""),g=(A={})=>{o("search",Object.assign({page:s.page,pageSize:s.pageSize,status:l.value,keyword:d.value},A))},m=()=>{g()},k=()=>{d.value=c.value,g()},T=i.computed(()=>s.data.map(A=>({...A,status:Cc(new Date,A.date)?en.FINISH:en.ING})).sort((A,y)=>Cc(A.date,y.date)?-1:1).map(A=>{var O,L,B;const y=(B=(L=(O=A.city)==null?void 0:O.replace("市",""))==null?void 0:L.replace("中国",""))==null?void 0:B.replaceAll(" ","");let w=null;return Array.isArray(Fs[y])?w=Fs[y][A.name.length%Fs[y].length]:w=Fs[y],w||(w=Zy),{...A,cover:w}}));return(A,y)=>(i.openBlock(),i.createElementBlock("div",y_,[i.createElementVNode("div",__,[i.createElementVNode("div",T_,[i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("events.status")),1),i.createVNode(i.unref(N.ORadioGroup),{modelValue:l.value,"onUpdate:modelValue":y[0]||(y[0]=w=>l.value=w),style:{"--radio-group-gap":"8px"},onChange:m},{default:i.withCtx(()=>[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(a,w=>i.createVNode(i.unref(N.ORadio),{key:w.value,value:w.value},{radio:i.withCtx(({checked:O})=>[i.createVNode(i.unref(N.OToggle),{checked:O},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(w.label),1)]),_:2},1032,["checked"])]),_:2},1032,["value"])),64))]),_:1},8,["modelValue"])]),i.createVNode(i.unref(N.OInput),{modelValue:c.value,"onUpdate:modelValue":y[1]||(y[1]=w=>c.value=w),placeholder:i.unref(t)("events.searchPlaceholder"),onPressEnter:k,onClear:k,clearable:""},{prefix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),{class:"input-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconSearch))]),_:1})]),_:1},8,["modelValue","placeholder"])]),i.createElementVNode("div",b_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(T.value,w=>(i.openBlock(),i.createBlock(i.unref(N.OCard),{key:w.name,cover:w.cover,href:w.link},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTag),{class:"event-status"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(w.status===i.unref(en).ING?i.unref(t)("events.statusIng"):i.unref(t)("events.statusFinish")),1)]),_:2},1024),i.createElementVNode("div",x_,i.toDisplayString(w.name),1),i.createElementVNode("div",C_,[i.createElementVNode("div",S_,i.toDisplayString(w.date),1),i.createVNode(i.unref(N.ODivider),{direction:"v"}),w.city?(i.openBlock(),i.createElementBlock("div",E_,i.toDisplayString(w.city),1)):i.createCommentVNode("",!0)])]),_:2},1032,["cover","href"]))),128))]),T.value.length?i.createCommentVNode("",!0):i.renderSlot(A.$slots,"empty",{key:0}),r.total>8?(i.openBlock(),i.createBlock(i.unref(N.OPagination),{key:1,page:r.page,simple:i.unref(n),"show-total":!0,pageSize:r.pageSize,total:r.total,onChange:g,pageSizes:[4,12,24,36,48]},null,8,["page","simple","pageSize","total"])):i.createCommentVNode("",!0)]))}}),k_={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function w_(r,e){return i.openBlock(),i.createElementBlock("svg",k_,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"#1da9ff",d:"M20.4 5.95c0.27-0.27 0.71-0.27 0.99 0 0.24 0.25 0.27 0.63 0.070 0.91l-0.070 0.080-10.5 10.47c-0.53 0.53-1.36 0.56-1.93 0.1l-0.11-0.1-5.23-5.2c-0.28-0.28-0.28-0.72-0.010-0.99 0.25-0.25 0.63-0.28 0.91-0.080l0.080 0.070 5.24 5.21c0.010 0.010 0.030 0.010 0.040 0.010l0.030-0.010 10.49-10.47z"},null,-1)])])}const D_={name:"events-icon-checked",render:w_},A_={class:"o-events-apply"},N_={class:"events-apply-grid"},I_={class:"timeline-number"},O_={class:"number-circle"},B_={class:"step-title"},L_={class:"step-idx"},M_={class:"step-desc"},P_={key:0},R_={class:"desc-list-wrapper"},V_={key:0,class:"desc-list-title"},F_={class:"desc-list-content"},$_={class:"desc-list-item-title"},U_={class:"desc-list-item-desc"},Ec=i.defineComponent({__name:"OEventsApply",props:{steps:{}},setup(r){const{isDark:e}=xt.useTheme(),t=Sa();return(n,s)=>(i.openBlock(),i.createElementBlock("div",A_,[i.createElementVNode("div",N_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.steps,(a,o)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:o},[i.createElementVNode("div",I_,[i.createElementVNode("div",O_,i.toDisplayString(o+1),1)]),i.createElementVNode("div",{class:i.normalizeClass(["step-item",`step-${o+1} ${i.unref(e)?"is-dark":""}`]),style:{}},[i.createElementVNode("div",B_,[i.createElementVNode("div",L_,i.toDisplayString(o+1),1),i.createElementVNode("span",null,i.toDisplayString(a.title),1)]),i.createElementVNode("div",M_,[a.desc?i.withDirectives((i.openBlock(),i.createElementBlock("div",P_,null,512)),[[i.unref(t),a.desc]]):i.createCommentVNode("",!0),i.renderSlot(n.$slots,`step${o+1}`),i.createElementVNode("div",R_,[a.listTitle?(i.openBlock(),i.createElementBlock("div",V_,i.toDisplayString(a.listTitle),1)):i.createCommentVNode("",!0),i.createElementVNode("div",F_,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(a.list,(l,c)=>(i.openBlock(),i.createElementBlock("div",{class:"desc-list-item",key:c},[i.createElementVNode("div",$_,[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(D_))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(l.title),1)]),i.createElementVNode("div",U_,i.toDisplayString(l.desc),1)]))),128))])])]),a.img?(i.openBlock(),i.createElementBlock("div",{key:0,class:"img-wrapper",style:i.normalizeStyle({backgroundImage:`url(${a.img})`})},null,4)):i.createCommentVNode("",!0),a.imgPhone?(i.openBlock(),i.createElementBlock("div",{key:1,class:"img-wrapper-phone",style:i.normalizeStyle({backgroundImage:`url(${a.imgPhone})`})},null,4)):i.createCommentVNode("",!0)],2)],64))),128))])]))}}),q_=Object.assign(xc,{install(r){r.component("OEventsCalendar",xc)}}),j_=Object.assign(Sc,{install(r){r.component("OEventsList",Sc)}}),H_=Object.assign(Ec,{install(r){r.component("OEventsApply",Ec)}}),z_={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function G_(r,e){return i.openBlock(),i.createElementBlock("svg",z_,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M9.461 11.616l4.719-3.932c0.212-0.177 0.527-0.148 0.704 0.064 0.075 0.090 0.116 0.203 0.116 0.32v7.865c0 0.276-0.224 0.5-0.5 0.5-0.117 0-0.23-0.041-0.32-0.116l-4.719-3.932c-0.212-0.177-0.241-0.492-0.064-0.704 0.019-0.023 0.041-0.045 0.064-0.064z"},null,-1)])])}const W_={name:"components-icon-caret-left",render:G_},Y_={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function X_(r,e){return i.openBlock(),i.createElementBlock("svg",Y_,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M14.539 11.616l-4.719-3.932c-0.212-0.177-0.527-0.148-0.704 0.064-0.075 0.090-0.116 0.203-0.116 0.32v7.865c0 0.276 0.224 0.5 0.5 0.5 0.117 0 0.23-0.041 0.32-0.116l4.719-3.932c0.212-0.177 0.241-0.492 0.064-0.704-0.019-0.023-0.041-0.045-0.064-0.064z"},null,-1)])])}const K_={name:"components-icon-caret-right",render:X_},Q_={class:"header-nav-wrap"},Z_={key:0,class:"right-icon"},J_=["onMouseenter","onMouseleave"],e3=["id"],t3={class:"nav-text"},i3=["id","onClick"],n3={class:"nav-text"},r3={key:1,class:"right-icon"},s3=i.defineComponent({__name:"HeaderNav",props:{navData:void 0,activeIndex:void 0,hoverId:void 0},emits:["handle-mouseenter","handle-mouseleave","handle-click"],setup(r,{emit:e}){const t=e,{isDark:n}=xt.useTheme(),s=r,a=i.ref(),o=i.ref(),l=i.ref(null),c=i.ref(!1),d=i.ref(!1),g=i.ref(),m=zi.useDebounceFn((H,j)=>{g.value=H==null?void 0:H.id,j==="mouseenter"&&t("handle-mouseenter",H),j==="mouseleave"&&(g.value="",t("handle-mouseleave",H))},100),k=H=>{t("handle-click",H)},T=()=>{d.value=!0,i.nextTick(()=>{a.value.scrollTo({left:a.value.clientWidth,behavior:"smooth"})})},A=()=>{a.value.scrollTo({left:0,behavior:"smooth"}),d.value=!1},y=()=>{var H,j;((H=a.value)==null?void 0:H.clientWidth)<((j=o.value)==null?void 0:j.clientWidth)?c.value=!0:c.value=!1};let w=0,O=0;const L=()=>O=0,B=H=>O>0?void O++:(O++,w=Date.now(),{event:"hover",properties:{module:"navigation",level1:H,target:H}}),q=H=>({properties:{module:"navigation",level1:H.label,target:H.label,steps:O,url:H.href,duration:Date.now()-w}});return i.onMounted(()=>{window.addEventListener("resize",y),i.nextTick(()=>{y(),l.value=setTimeout(()=>{y()},1e3)})}),i.onUnmounted(()=>{window.removeEventListener("resize",y),clearTimeout(l.value)}),(H,j)=>{const I=i.resolveDirective("analytics");return i.openBlock(),i.createElementBlock("div",Q_,[i.createElementVNode("div",{class:i.normalizeClass(["header-nav",{"header-nav-scroll":d.value}])},[d.value?(i.openBlock(),i.createElementBlock("div",Z_,[i.createVNode(i.unref(N.OIcon),{onClick:A},{default:i.withCtx(()=>[i.createVNode(i.unref(W_))]),_:1})])):i.createCommentVNode("",!0),i.createElementVNode("div",{ref_key:"navRef",ref:a,class:i.normalizeClass(["o-nav",{"o-nav-scroll":d.value||!c.value,dark:i.unref(n)}])},[i.createElementVNode("ul",{ref_key:"navListRef",ref:o,class:"o-nav-list",onMouseenter:L},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.navData,($,b)=>{var x;return i.withDirectives((i.openBlock(),i.createElementBlock("li",{key:$.id,class:i.normalizeClass({"is-selected":g.value===$.id||s.hoverId===$.id,"is-active":s.activeIndex===b}),onMouseenter:P=>i.unref(m)($,"mouseenter"),onMouseleave:P=>i.unref(m)($,"mouseleave")},[(x=$==null?void 0:$.children)!=null&&x.length?(i.openBlock(),i.createElementBlock("div",{key:0,id:"tour_headerNav_"+$.id,class:"nav-item"},[i.createElementVNode("span",t3,i.toDisplayString($.label),1)],8,e3)):(i.openBlock(),i.createElementBlock("div",{key:1,id:"tour_headerNav_"+$.id,class:"nav-item item-other",onClick:P=>k($)},[i.createElementVNode("span",n3,i.toDisplayString($.label),1),$.tag?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:0,round:"pill",color:"danger",size:"small",class:"content-tag"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString($.tag),1)]),_:2},1024)):i.createCommentVNode("",!0)],8,i3))],42,J_)),[[I,B($.label),"mouseenter"],[I,q($),void 0,{catchBubble:!0}]])}),128))],544)],2),c.value&&!d.value?(i.openBlock(),i.createElementBlock("div",r3,[i.createVNode(i.unref(N.OIcon),{onClick:T},{default:i.withCtx(()=>[i.createVNode(i.unref(K_))]),_:1})])):i.createCommentVNode("",!0)],2)])}}}),a3=Pe._export_sfc(s3,[["__scopeId","data-v-a1e30870"]]),o3={class:"nav-sub-content"},l3={class:"content-left"},u3={class:"content-label"},c3={class:"content-container"},d3=["href","target"],h3={class:"item-name"},f3={key:0,class:"desc-container"},p3=["title"],m3={key:0,class:"split-line"},g3={key:1,class:"content-right"},v3={class:"content-label"},y3=["href","target"],_3=["href","target"],T3=["src"],b3={class:"review-content"},x3={class:"review-label"},C3={class:"review-property"},S3=i.defineComponent({__name:"HeaderContent",props:{itemData:void 0,itemVisible:void 0,community:void 0,bgLeft:void 0,bgRight:void 0,hoverIndex:void 0},emits:["handle-mouseenter-sub","handle-mouseleave-sub"],setup(r,{emit:e}){const t=e,n=r,{locale:s}=xt.useLocale(),{theme:a}=xt.useTheme(),o=i.ref(!1),l=()=>{var T;t("handle-mouseenter-sub",(T=n.itemData)==null?void 0:T.id),o.value=!0},c=()=>{t("handle-mouseenter-sub",""),o.value=!1},d=i.ref(!1),g=T=>{!T||!T.target||(d.value=T.target.clientHeight<T.target.scrollHeight)},m=(T,A)=>({properties:{module:"navigation",level1:T.label,level2:A.label,target:A.label,url:T.href}}),k=T=>({properties:{module:"navigation",level1:s.value==="zh"?"快捷链接":"Quick Link",level2:T.label,target:T.label,url:T.href}});return(T,A)=>{var w,O,L;const y=i.resolveDirective("analytics");return i.openBlock(),i.createElementBlock("div",{onMouseenter:l,onMouseleave:c},[(n.itemVisible||o.value)&&((O=(w=n.itemData)==null?void 0:w.children)!=null&&O.length)?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["nav-content",[(L=n.community)==null?void 0:L.toLowerCase(),n.hoverIndex,i.unref(a),`${n.hoverIndex}-${i.unref(s)}`]])},[i.createElementVNode("div",{class:"nav-background-left",style:i.normalizeStyle({backgroundImage:`url(${n.bgLeft})`})},null,4),i.createElementVNode("div",{class:"nav-background-right",style:i.normalizeStyle({backgroundImage:`url(${n.bgRight})`})},null,4),i.createVNode(vn,null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OScroller),{class:"nav-scroller","show-type":"always",size:"small","disabled-y":""},{default:i.withCtx(()=>{var B,q,H,j,I,$,b,x;return[i.createElementVNode("div",o3,[i.createElementVNode("div",l3,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList((B=n.itemData)==null?void 0:B.children,(P,F)=>(i.openBlock(),i.createElementBlock("div",{class:"item-sub",key:F},[i.createElementVNode("span",u3,i.toDisplayString(P.label),1),i.createElementVNode("div",c3,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(P.children,S=>(i.openBlock(),i.createElementBlock("div",{key:S.label,class:"content-item"},[i.withDirectives((i.openBlock(),i.createElementBlock("a",{href:S.href,target:(S==null?void 0:S.target)||"_self",rel:"noopener noreferrer",class:"item-label"},[i.createElementVNode("span",h3,i.toDisplayString(S.label),1),S.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(S.icon)))]),_:2},1024)):i.createCommentVNode("",!0),S.tag?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:1,round:"pill",color:"danger",size:"small",class:"content-tag"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(S.tag),1)]),_:2},1024)):i.createCommentVNode("",!0)],8,d3)),[[y,()=>m(P,S)]]),S.description?(i.openBlock(),i.createElementBlock("div",f3,[i.createElementVNode("p",{class:"item-desc",title:d.value?S.description:null,onMouseenter:A[0]||(A[0]=E=>g(E))},i.toDisplayString(S.description),41,p3)])):i.createCommentVNode("",!0)]))),128))])]))),128))]),(H=(q=n.itemData)==null?void 0:q.shortcut)!=null&&H.length?(i.openBlock(),i.createElementBlock("div",m3)):i.createCommentVNode("",!0),(I=(j=n.itemData)==null?void 0:j.shortcut)!=null&&I.length?(i.openBlock(),i.createElementBlock("div",g3,[i.createElementVNode("span",v3,i.toDisplayString(i.unref(s)==="zh"?"快捷链接":"Quick Link"),1),($=n.itemData)!=null&&$.withPicture?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:1},i.renderList((x=n.itemData)==null?void 0:x.shortcut,P=>i.withDirectives((i.openBlock(),i.createElementBlock("a",{key:P.label,href:P.href,target:(P==null?void 0:P.target)||"_self",rel:"noopener noreferrer",class:"review"},[i.createElementVNode("img",{src:P.picture,class:"review-picture"},null,8,T3),i.createElementVNode("div",b3,[i.createElementVNode("p",x3,i.toDisplayString(P.label),1),i.createElementVNode("div",C3,[i.createElementVNode("span",null,i.toDisplayString(P.remark),1)])])],8,_3)),[[y,()=>k(P)]])),128)):(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList((b=n.itemData)==null?void 0:b.shortcut,P=>(i.openBlock(),i.createElementBlock("div",{key:P.label,class:"shortcut"},[i.withDirectives((i.openBlock(),i.createElementBlock("a",{href:P.href,target:(P==null?void 0:P.target)||"_self",rel:"noopener noreferrer",class:"shortcut-link"},[i.createElementVNode("span",null,i.toDisplayString(P.label),1),P.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(P.icon)))]),_:2},1024)):i.createCommentVNode("",!0)],8,y3)),[[y,()=>k(P)]])]))),128))])):i.createCommentVNode("",!0)])]}),_:1})]),_:1})],2)):i.createCommentVNode("",!0)],32)}}}),E3=Pe._export_sfc(S3,[["__scopeId","data-v-af6c92c3"]]),k3=["id","onMouseenter","onMouseleave"],w3=["href"],D3={key:1,class:"info-wrap"},A3={class:"dropdown-wrapper"},N3={key:0,class:"tab-disabled"},I3={class:"disabled-tag"},O3={key:1,class:"tab-expand"},B3=["href","target","rel"],jn="more",L3=i.defineComponent({__name:"HeaderUbmcNav",props:{navData:void 0,hasPerm:void 0,tagMap:void 0,currentPath:void 0},setup(r){const e=r,{locale:t}=xt.useLocale(),{lePadV:n}=xt.useScreen(),s={},a=i.ref({}),o=i.ref(-1),l=F=>{o.value=F},c=F=>{var S;o.value=-1,(S=a.value[F])==null||S.clearCheckedNodes()},d=i.ref(-1),g=()=>{var S;const F=(S=s==null?void 0:s.fullPath)==null?void 0:S.split("/").slice(0,3).join("/");d.value=[...A.value,T.value].findIndex(E=>{var X,K;const V=F==null?void 0:F.indexOf("#");return I.value.length&&!I.value.includes(E.id)&&E.id!==jn?!1:P(E.href)===F||((X=E.children)==null?void 0:X.some(U=>{var Z;return(Z=U.children)!=null&&Z.length?U.children.some(G=>P(G.href)===F):P(U.href)===F}))||((K=E.keys)==null?void 0:K.includes(F==null?void 0:F.slice(1,V!==-1?V:F==null?void 0:F.length)))})};i.onMounted(()=>{g()}),i.watch(()=>s.path,()=>{g()});const m=(F,S)=>{let E=!0;return F&&(E=E&&new Date(F).getTime()>=Date.now()),S&&(E=E&&t.value===S),E},k=(F,S)=>F.checkPermKey?S[F.checkPermKey]:!0,T=i.computed(()=>({id:jn,label:"更多",children:A.value.filter(F=>!I.value.includes(F.id))||[]})),A=i.computed(()=>{const F=[];let S=[];const E={meeting:e.hasPerm};try{S=e.navData.filter(V=>k(V,E)).map(function V(X){F.push(X.label);const K={...X,_path:[...F]};return X.children&&(K.children=X.children.filter(U=>k(U,E)).map(V)),F.pop(),K})}catch{S=e.navData}return S});let y=0,w=0;const O=F=>{const S=Date.now()-y,E=w+1;if(y=0,w=0,F._path){const V={};return F._path.forEach((X,K)=>{V[`level${K+1}`]=X}),{properties:{module:"navigation",timeUsed:S,steps:E,...V}}}},L=F=>{if(w++,!y)return y=Date.now(),{event:"hover",properties:{module:"navigation",target:F.label}}},B=()=>{y=0,w=0},q=F=>F?F.startsWith("http"):!1,H=i.ref(null),j=i.ref(null),I=i.ref([]),$=i.ref(null),b=i.ref(0),x=()=>{if(!H.value)return;if(I.value=[],b.value=H.value.clientWidth,n.value&&(I.value=A.value.map(X=>X.id)),H.value.clientWidth>=j.value.clientWidth){I.value=A.value.map(X=>X.id);return}b.value=0;const F=j.value.querySelector(`li.nav-item#${jn}`);let S=H.value.clientWidth-F.clientWidth;const E=j.value.querySelectorAll("li.nav-item");let V=!1;[...E].forEach((X,K)=>{X.id!==jn&&S>X.clientWidth&&!V?(S-=X.clientWidth,I.value.push(A.value[K].id),b.value+=X.clientWidth):V=!0})};i.onMounted(()=>{window.addEventListener("resize",x),i.nextTick(()=>{x(),$.value=setTimeout(()=>{x()},1e3)})}),i.onUnmounted(()=>{window.removeEventListener("resize",x),clearTimeout($.value)}),i.watch(()=>A.value,()=>{i.nextTick(()=>{x()})},{deep:!0});const P=F=>(F==="/"&&(F=""),q(F)?F:`/${t.value}${F}`);return(F,S)=>{const E=i.resolveDirective("analytics");return i.openBlock(),i.createElementBlock("nav",{class:"header-nav-ubmc",ref_key:"wrapperRef",ref:H},[i.createElementVNode("ul",{class:"nav-list",ref_key:"listRef",ref:j,style:i.normalizeStyle({"--more-left":b.value}),onMouseleave:B},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList([...A.value,T.value],(V,X)=>{var K;return i.withDirectives((i.openBlock(),i.createElementBlock("li",{key:V.id,id:V.id,class:i.normalizeClass(["nav-item",{"is-selected":d.value===X,"is-active":o.value===X,hidden:!I.value.includes(V.id)&&V.id!==jn||V.id===jn&&V.children.length===0}]),onMouseenter:U=>l(X),onMouseleave:U=>c(X)},[!((K=V.children)!=null&&K.length)&&V.href?(i.openBlock(),i.createElementBlock("a",{key:0,class:"info-wrap clickable",href:P(V.href)},[i.createElementVNode("span",null,[i.createElementVNode("span",null,i.toDisplayString(V.label),1)])],8,w3)):(i.openBlock(),i.createElementBlock("div",D3,[i.createElementVNode("span",null,[i.createElementVNode("span",null,i.toDisplayString(V.label),1)]),i.createElementVNode("div",A3,[i.createVNode(i.unref(tt.ElCascaderPanel),{options:V.children,value:"id",expandTrigger:"hover",ref_for:!0,ref:U=>a.value[X]=U},{default:i.withCtx(({data:U})=>{var Z;return[U.disabled?(i.openBlock(),i.createElementBlock("div",N3,[i.createElementVNode("span",null,i.toDisplayString(U.label),1),i.createElementVNode("span",I3,i.toDisplayString(i.unref(t)==="zh"?"待上线":"Coming soon"),1)])):U!=null&&U.children?(i.openBlock(),i.createElementBlock("div",O3,[i.createElementVNode("span",null,i.toDisplayString(U.label),1),i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})])):i.withDirectives((i.openBlock(),i.createElementBlock("a",{key:2,href:P(U.href),class:"dropdown-link",target:q(U.href)?"_blank":"_self",rel:q(U.href)?"noopener noreferrer":""},[i.createElementVNode("span",null,i.toDisplayString(U.label),1),(r.tagMap[(Z=U==null?void 0:U.href)==null?void 0:Z.slice(1)]||U.tag)&&m(U.tagExpire,U.tagLang)?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:0,color:"danger",size:"small",round:"pill"},{default:i.withCtx(()=>{var G;return[i.createTextVNode(i.toDisplayString(r.tagMap[(G=U==null?void 0:U.href)==null?void 0:G.slice(1)]||U.tag),1)]}),_:2},1024)):i.createCommentVNode("",!0),U.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:1,class:"jump-out-icon"},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(U.icon),{class:"icon"}))]),_:2},1024)):i.createCommentVNode("",!0)],8,B3)),[[E,()=>O(U)]])]}),_:1},8,["options"])])]))],42,k3)),[[E,()=>L(V),"mouseenter"]])}),128))],36)],512)}}}),M3=Pe._export_sfc(L3,[["__scopeId","data-v-e34645f2"]]),P3={class:"header"},R3=["src"],V3={key:0,class:"header-nav"},F3={key:1,class:"header-nav-openubmc"},$3={key:2,class:"header-toolbar"},U3={key:0,class:"header-nav-content"},q3=i.defineComponent({__name:"OHeader",props:{logo:void 0,lang:void 0,community:void 0,navData:void 0,bgLeft:void 0,bgRight:void 0,tagMap:void 0,activeIndex:void 0},emits:["go-home","handle-click"],setup(r,{emit:e}){const{isDark:t}=xt.useTheme(),n=e,s=r,a=i.ref(),o=i.ref(),l=i.ref(),c=i.ref(!1),d=()=>{n("go-home")},g=y=>{var w;l.value=y,a.value=y.id,(w=y==null?void 0:y.children)!=null&&w.length&&(c.value=!0)},m=y=>{c.value=!1},k=y=>{n("handle-click",y)},T=y=>{o.value=y},A=y=>{o.value=y};return(y,w)=>(i.openBlock(),i.createElementBlock("div",P3,[i.createElementVNode("div",{class:i.normalizeClass(["header-wrap",{"header-wrap-dark":i.unref(t)}])},[i.createVNode(vn,{class:"header-content"},{default:i.withCtx(()=>[i.createElementVNode("div",{class:"header-logo",onClick:d},[i.renderSlot(y.$slots,"logo",{},()=>[s.logo?(i.openBlock(),i.createElementBlock("img",{key:0,class:"logo",alt:"logo",src:s.logo},null,8,R3)):i.createCommentVNode("",!0)],!0)]),s.community!=="openUBMC"?(i.openBlock(),i.createElementBlock("div",V3,[i.renderSlot(y.$slots,"nav",{},()=>[s.navData?(i.openBlock(),i.createBlock(a3,{key:0,"nav-data":s.navData,hoverId:o.value,"active-index":s.activeIndex,onHandleMouseenter:g,onHandleMouseleave:m,onHandleClick:k},null,8,["nav-data","hoverId","active-index"])):i.createCommentVNode("",!0)],!0)])):i.createCommentVNode("",!0),s.community==="openUBMC"?(i.openBlock(),i.createElementBlock("div",F3,[i.renderSlot(y.$slots,"nav",{},()=>[s.navData?(i.openBlock(),i.createBlock(M3,{key:0,"nav-data":s.navData,"has-perm":!0,"tag-map":s.tagMap},null,8,["nav-data","tag-map"])):i.createCommentVNode("",!0)],!0)])):i.createCommentVNode("",!0),y.$slots.toolbar?(i.openBlock(),i.createElementBlock("div",$3,[i.renderSlot(y.$slots,"toolbar",{},void 0,!0)])):i.createCommentVNode("",!0)]),_:3})],2),s.community!=="openUBMC"?(i.openBlock(),i.createElementBlock("div",U3,[i.createVNode(E3,{itemData:l.value,"item-visible":c.value,"bg-left":s.bgLeft,"bg-right":s.bgRight,community:s.community,"hover-index":a.value,onHandleMouseenterSub:T,onHandleMouseleaveSub:A},null,8,["itemData","item-visible","bg-left","bg-right","community","hover-index"])])):i.createCommentVNode("",!0)]))}}),kc=Pe._export_sfc(q3,[["__scopeId","data-v-821f1e91"]]),j3={class:"header-content-mb"},H3={class:"o-nav"},z3={class:"o-nav-list"},G3=["onClick"],W3={class:"nav-aside"},Y3={key:0,class:"nav-aside-wrapper"},X3=["value","title"],K3={class:"content-label"},Q3={class:"container-mobile"},Z3=["onClick"],J3={class:"item-label"},eT={class:"desc-container"},tT={class:"item-desc"},iT=["onClick"],nT={class:"item-label"},rT={key:1,class:"nav-aside-wrapper"},sT=["onClick"],aT={class:"header-tool"},oT={key:1},lT=i.defineComponent({__name:"HeaderNavMoblie",props:{menuShow:{type:Boolean,default(){return!1}},navData:void 0,codeData:void 0},emits:["link-click"],setup(r,{emit:e}){const t=r,n=i.ref(""),s=i.ref({}),a=c=>{if(c!=null&&c.href)return window.open(c==null?void 0:c.href,"_self"),!0;c?(n.value=c.id,s.value=c):(n.value="source_code",s.value=t.codeData.list)},o=e,l=(c,d)=>{window.open(c,d||"_self"),o("link-click")};return i.onMounted(()=>{n.value=t.navData[0].id,s.value=t.navData[0]}),i.watch(()=>t.navData||t.codeData,()=>{s.value=n.value==="source_code"?t.codeData.list:t.navData.find(c=>c.id===n.value)},{deep:!0}),(c,d)=>(i.openBlock(),i.createElementBlock("div",j3,[i.createElementVNode("div",{class:i.normalizeClass(["header-nav",{active:r.menuShow}])},[i.createElementVNode("div",H3,[i.createElementVNode("ul",z3,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.navData,g=>(i.openBlock(),i.createElementBlock("li",{key:g.id,class:i.normalizeClass({active:n.value===g.id})},[i.createElementVNode("span",{onClick:m=>a(g)},i.toDisplayString(g.label),9,G3)],2))),128))]),i.createElementVNode("div",W3,[n.value!=="source_code"?(i.openBlock(),i.createElementBlock("ul",Y3,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(s.value.children,g=>(i.openBlock(),i.createElementBlock("li",{value:g.label,title:g.label,key:g.label,class:"nav-aside-content"},[g!=null&&g.children?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createElementVNode("p",K3,i.toDisplayString(g.label),1),i.createElementVNode("div",Q3,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(g==null?void 0:g.children,m=>(i.openBlock(),i.createElementBlock("div",{key:m.label,class:"content-container-mobile"},[i.createElementVNode("a",{onClick:k=>l(m.href,m==null?void 0:m.target),rel:"noopener noreferrer",class:"content-subtitle"},[i.createElementVNode("span",J3,i.toDisplayString(m.label),1),m.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(m.icon),{class:"icon"}))]),_:2},1024)):i.createCommentVNode("",!0),m.tag?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:1,round:"pill",color:"danger",size:"small",class:"content-tag"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(m.tag),1)]),_:2},1024)):i.createCommentVNode("",!0)],8,Z3),i.createElementVNode("div",eT,[i.createElementVNode("p",tT,i.toDisplayString(m.description),1)])]))),128))])],64)):(i.openBlock(),i.createElementBlock("a",{key:1,onClick:m=>l(g.href,g==null?void 0:g.target),rel:"noopener noreferrer",class:"content-subtitle item-not-children"},[i.createElementVNode("span",nT,i.toDisplayString(g.label),1),g.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(g.icon),{class:"icon"}))]),_:2},1024)):i.createCommentVNode("",!0),g.tag?(i.openBlock(),i.createBlock(i.unref(N.OTag),{key:1,round:"pill",color:"danger",size:"small"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(g.tag),1)]),_:2},1024)):i.createCommentVNode("",!0)],8,iT))],8,X3))),128))])):(i.openBlock(),i.createElementBlock("div",rT,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(s.value,g=>(i.openBlock(),i.createElementBlock("a",{key:g.label,onClick:m=>l(g.href,g==null?void 0:g.target),class:"source-code-item"},[i.createElementVNode("span",null,i.toDisplayString(g.label),1),g.icon?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(g.icon),{class:"icon"}))]),_:2},1024)):i.createCommentVNode("",!0)],8,sT))),128))]))])]),i.createElementVNode("div",aT,[r.codeData?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["header-tool-code",{active:n.value==="source_code"}]),onClick:d[0]||(d[0]=g=>a(null))},i.toDisplayString(r.codeData.label),3)):i.createCommentVNode("",!0),c.$slots.tool?(i.openBlock(),i.createElementBlock("div",oT,[i.renderSlot(c.$slots,"tool",{},void 0,!0)])):i.createCommentVNode("",!0)])],2)]))}}),uT=Pe._export_sfc(lT,[["__scopeId","data-v-3940edc0"]]),cT={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function dT(r,e){return i.openBlock(),i.createElementBlock("svg",cT,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M3.8 5h16.4c0.442 0 0.8 0.359 0.8 0.8s-0.358 0.8-0.8 0.8h-16.4c-0.442 0-0.8-0.358-0.8-0.8s0.358-0.8 0.8-0.8zM3.8 11h16.4c0.442 0 0.8 0.359 0.8 0.8s-0.358 0.8-0.8 0.8h-16.4c-0.442 0-0.8-0.358-0.8-0.8s0.358-0.8 0.8-0.8zM3.8 17h16.4c0.442 0 0.8 0.358 0.8 0.8s-0.358 0.8-0.8 0.8h-16.4c-0.442 0-0.8-0.359-0.8-0.8s0.358-0.8 0.8-0.8z"},null,-1)])])}const hT={name:"components-icon-header-menu",render:dT},fT={class:"header"},pT={key:0,class:"header-simple"},mT={class:"simple-header-left"},gT={key:0,class:"header-title"},vT={key:0,class:"simple-header-right"},yT={class:"header-left"},_T={class:"header-center"},TT=["src"],bT={class:"header-right"},xT=i.defineComponent({__name:"OHeaderMoblie",props:{logo:void 0,navData:void 0,codeData:void 0,isSimpleHeader:void 0,headerTitle:void 0},emits:["go-back","go-home"],setup(r,{emit:e}){const t=e,n=r,s=()=>{t("go-back")},a=()=>{t("go-home")},o=i.ref(!1),l=()=>{setTimeout(()=>{o.value=!o.value,document.body.style.overflow=o.value?"hidden":""},200)},c=()=>{l()};return(d,g)=>(i.openBlock(),i.createElementBlock("div",fT,[i.createVNode(vn,{class:"header-wrap"},{default:i.withCtx(()=>[r.isSimpleHeader?(i.openBlock(),i.createElementBlock("div",pT,[i.createElementVNode("div",mT,[i.createVNode(i.unref(N.OIcon),{onClick:s},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowLeft))]),_:1}),r.headerTitle?(i.openBlock(),i.createElementBlock("div",gT,i.toDisplayString(r.headerTitle),1)):i.createCommentVNode("",!0)]),d.$slots.rightConfig?(i.openBlock(),i.createElementBlock("div",vT,[i.renderSlot(d.$slots,"rightConfig",{},void 0,!0)])):i.createCommentVNode("",!0)])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("div",yT,[i.createVNode(i.unref(N.OIcon),{onClick:l},{default:i.withCtx(()=>[o.value?(i.openBlock(),i.createBlock(i.unref(Dl),{key:1})):(i.openBlock(),i.createBlock(i.unref(hT),{key:0}))]),_:1})]),i.createVNode(uT,{ref:"mobileNav","nav-data":r.navData,"code-data":r.codeData,"menu-show":o.value,onLinkClick:c},{tool:i.withCtx(()=>[i.renderSlot(d.$slots,"tool",{},void 0,!0)]),_:3},8,["nav-data","code-data","menu-show"]),i.createElementVNode("div",_T,[i.createElementVNode("div",{class:"header-logo",onClick:a},[i.renderSlot(d.$slots,"logo",{},()=>[n.logo?(i.openBlock(),i.createElementBlock("img",{key:0,class:"logo",alt:"logo",src:n.logo},null,8,TT)):i.createCommentVNode("",!0)],!0)])]),i.createElementVNode("div",bT,[i.renderSlot(d.$slots,"toolbar",{},void 0,!0)])],64))]),_:3})]))}}),wc=Pe._export_sfc(xT,[["__scopeId","data-v-4271939e"]]),CT=Object.assign(kc,{install(r){r.component("OEventsCalendar",kc)}}),ST=Object.assign(wc,{install(r){r.component("OEventsList",wc)}}),ET=["title"],kT={class:"text"},wT={key:0,class:"tag-wrapper"},DT={class:"start-time"},AT={class:"calendar-info"},wh=i.defineComponent({__name:"OMeetingCalendarList",props:{list:{default:()=>[]},groupType:{}},setup(r){const e=Nl(),t=r,{t:n,locale:s}=Pe.useI18n(),a=i.ref([]),o=N.useMessage(),l=async T=>{await a.value[T].copyInfo(),o.success({content:n("common.copySuccess")})},c=i.ref([]),d=i.computed(()=>({SIG_GROUP:`${t.groupType===Oi.GROUP?n("meeting.groups"):n("meeting.sigs")}: `,NEW_DATE:n("meeting.latestMeeting"),EMPTY_TEXT:n("meeting.meetingEmptyText"),LEARN_MORE:n("common.seeMore"),JOIN_MEETING:n("meeting.joinMeeting"),SIGN:n("meeting.sign"),DETAILS:n("meeting.detail")})),g=i.ref(),m=new ResizeObserver(T=>{for(let A of T){const{height:y}=A.contentRect;A.target.classList.remove("hidden-divider"),y>=30&&A.target.classList.add("hidden-divider")}});i.watch(()=>t.list,()=>{t.list.length===1?c.value=[t.list[0].id]:c.value=[],i.nextTick(()=>{var T;(T=g.value)==null||T.forEach(A=>{m.observe(A)})})});const k=i.computed(()=>t.list.map(T=>{var V,X;const A=T.type;let y="";if(["activity"].includes(A)){let K=(V=e.get(T.activity_type))==null?void 0:V.label;return T.end_date===T.start_date?{...T,activity_type:K,dateRange:`${pt(T.start_date)} ${T.start}-${T.end}`}:{...T,activity_type:K,dateRange:`${pt(T.start_date)} ${T.start}-${pt(T.end_date)} ${T.end}`}}if(["events","summit"].includes(A))return y=`${pt(T.start_date,"YYYY/MM/DD HH:mm")} ${pt(T.end_date,"YYYY/MM/DD HH:mm")}`,{...T,dateRange:y};const{is_cycle:w,date:O,start:L,end:B,cycle_start_date:q,cycle_end_date:H,cycle_start:j,cycle_end:I,cycle_type:$,cycle_interval:b,cycle_point:x}=T;y=`${pt(O)} ${L} - ${B}`,w&&(y=`${pt(q)} - ${pt(H)}`);let P=`${L} - ${B}`,F=null,S=!1;const E=((X=T.obs_data)==null?void 0:X.filter(K=>K.text_video_url))||[];if(w){let K="";$===gn&&(K=n("meeting.cycleDay")),$===yn&&(b>1?K=n("meeting.cycleWeek.other",[Kn($,x),b]):K=n("meeting.cycleWeek.one",[Kn($,x)])),$===rn&&(K=n("meeting.cycleMonth",[Kn($,x)])),P=n("meeting.cycleMeetingText2",{startDate:q,endDate:H,startTime:j,endTime:I,cycleType:K}),S=E.some(U=>{var Z;return U.sub_id===((Z=T.cycle_sub.find(G=>G.date===O))==null?void 0:Z.sub_id)})}else S=E.length>0;return S&&(F=`${location.origin}/${s.value}/video/${T.group_name}/${T.mid}/${O}`),{...T,dateRange:y,timeRange:P,replay_url:F}}));return(T,A)=>{var y,w;return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["o-meeting-calendar-list",(y=k.value)!=null&&y.length?"":"is-empty"])},[(w=k.value)!=null&&w.length?(i.openBlock(),i.createBlock(i.unref(N.OCollapse),{key:1,modelValue:c.value,"onUpdate:modelValue":A[0]||(A[0]=O=>c.value=O),style:{"--collapse-padding":"0"}},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(k.value,(O,L)=>(i.openBlock(),i.createBlock(i.unref(N.OCollapseItem),{key:O.id,value:O.id},{title:i.withCtx(()=>[i.createElementVNode("div",{class:"meet-title",title:O.topic||O.name},[i.createVNode(i.unref(N.OIcon),{style:i.normalizeStyle({backgroundColor:`${i.unref(si)(O.type,"color")}`})},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(i.unref(si)(O.type,"icon"))))]),_:2},1032,["style"]),i.createElementVNode("div",kT,i.toDisplayString(O.topic||O.name||O.title),1),O.is_cycle?(i.openBlock(),i.createElementBlock("div",wT,[i.createVNode(i.unref(N.OTag),{color:"primary",variant:"outline"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("meeting.cycle")),1)]),_:1})])):i.createCommentVNode("",!0)],8,ET),i.createElementVNode("div",{class:"meet-info",ref_for:!0,ref_key:"meetInfoRef",ref:g},[i.createElementVNode("span",DT,[i.createElementVNode("span",null,i.toDisplayString(O.dateRange),1)]),i.createVNode(i.unref(N.ODivider),{direction:"v"}),i.createElementVNode("div",null,[O.group_name?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createTextVNode(i.toDisplayString(d.value.SIG_GROUP)+" "+i.toDisplayString(O.group_name),1)],64)):i.createCommentVNode("",!0),O.activity_type?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(O.activity_type),1)],64)):i.createCommentVNode("",!0)])],512),O.url?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,href:O.url,target:"_blank",class:"jump-detail-link"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Wr))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(d.value.LEARN_MORE),1)]),_:1},8,["href"])):i.createCommentVNode("",!0),O.join_url?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,href:O.join_url,target:"_blank",class:"jump-detail-link"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Wr))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(d.value.JOIN_MEETING),1)]),_:1},8,["href"])):i.createCommentVNode("",!0),O.content_url?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:2,href:O.content_url,target:"_blank",class:"jump-detail-link"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Wr))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(d.value.DETAILS),1)]),_:1},8,["href"])):i.createCommentVNode("",!0),O.register_url?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:3,href:O.register_url,target:"_blank",class:"jump-detail-link"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Wr))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(d.value.SIGN),1)]),_:1},8,["href"])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OIcon),{onClick:i.withModifiers(()=>l(L),["stop"]),class:"copy-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Bl))]),_:1},8,["onClick"])]),default:i.withCtx(()=>[i.createElementVNode("div",AT,[i.createVNode(ns,{show:c.value.includes(O.id),data:O,ref_for:!0,ref:B=>a.value[L]=B,from:"home"},null,8,["show","data"])])]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])):i.renderSlot(T.$slots,"empty",{key:0})],2)}}}),NT={class:"o-meeting-calendar"},IT={class:"calendar-body"},OT={class:"calender-header-left"},BT={class:"left-title"},LT={class:"month-date"},MT={class:"right-title"},PT=["onClick"],RT={class:"day-box"},VT={class:"icon-box"},FT={class:"detail-list"},$T={class:"current-day"},UT={class:"right-title"},qT={class:"title-list"},jT="2021-01-01",Dc=i.defineComponent({__name:"OMeetingCalendar",props:{getDateListRequest:{},getMeetingListRequest:{},getSummitListRequest:{default:async()=>[]},getSummitDatesRequest:{},getEventsListRequest:{default:async()=>[]},getEventsDatesRequest:{},hiddenEvents:{type:Boolean,default:!1},hiddenSummit:{type:Boolean,default:!1},groupType:{default:Oi.SIG}},setup(r){i.useCssVars(G=>({v2a532797:w.value}));const e=r,{t,locale:n}=Pe.useI18n(),s=i.computed(()=>n.value===Pe.Locales.EN),a=i.ref(""),o=i.ref([]),l=i.ref([]),c=i.ref([]),d=i.ref([]),g=i.ref([]),m=i.ref([]),k=i.ref([]),T=i.ref(ta[0].value),A=i.computed(()=>{let G=ta;return e.hiddenEvents&&(G=G.filter(ee=>ee.value!==Re.EVENTS)),e.hiddenSummit&&(G=G.filter(ee=>ee.value!==Re.SUMMIT)),G.filter(ee=>ee.value!==Re.ALL).length===1?[]:G});i.watch(()=>A.value,()=>{var G;T.value=((G=A.value[0])==null?void 0:G.value)??Re.MEETING});const y=i.ref(),w=i.ref("407px"),O=i.ref(!1),L=i.ref(""),B=i.ref(!1),q=i.ref(""),H=i.ref([]),j=async G=>{if(e.getSummitListRequest){const ee=await e.getSummitListRequest(G);l.value=(ee||[]).map(ie=>({...ie,type:"summit"}))}else l.value=[]},I=async G=>{if(e.getEventsListRequest){const ee=await e.getEventsListRequest(G);d.value=(ee||[]).map(ie=>({...ie,type:"activity",start_date_time:`${pt(ie.start_date)} ${ie.start}`,end_date_time:`${pt(ie.end_date)} ${ie.end}`}))}else d.value=[]},$=async G=>{e.getDateListRequest&&e.getDateListRequest(G).then(ee=>{o.value=ee}),e.getEventsDatesRequest&&e.getEventsDatesRequest(G).then(ee=>{g.value=ee}),e.getSummitDatesRequest&&e.getSummitDatesRequest(G).then(ee=>{c.value=ee})},b=async G=>{if(e.getMeetingListRequest&&G.date)try{const ee=await e.getMeetingListRequest(G.date,q.value);k.value=ee.map(ie=>({...ie,time:`${ie.start}-${ie.end}`,type:"meeting",date:ie.date||G.date})).sort((ie,ce)=>{var ve,de;return parseInt((ve=ie.start||ie.cycle_start)==null?void 0:ve.replace(":",""))-parseInt(ce.end||((de=ce.cycle_end)==null?void 0:de.replace(":","")))}),H.value=[...new Set(k.value.map(ie=>ie.group_name))].map(ie=>({group_name:ie})),H.value.find(ie=>ie.group_name===q.value)||(q.value="")}catch{k.value=[]}},x=i.computed(()=>[...k.value.filter(G=>!q.value||G.group_name===q.value),...d.value.filter(G=>{var ee;return!_e(G.start_date).isAfter(_e(L.value))&&!_e(L.value).isAfter(_e(G.end_date))||((ee=G.dates)==null?void 0:ee.includes(L.value))}),...l.value.filter(G=>{var ee;return(ee=G.dates)==null?void 0:ee.includes(L.value)})].filter(G=>T.value==="all"?!0:G.type===T.value)),P=async G=>{const ee=_e(G).format("YYYY-MM-DD");if(L.value=ee,j(ee),I(ee),$(ee),m.value=[...new Set([...o.value,...c.value,...g.value])].flat().sort((ie,ce)=>_e(ie).isAfter(_e(ce))?1:-1),!G)if(!m.value.length)a.value=pt(new Date);else{let ie=[...m.value].reverse().find(ce=>_e().isAfter(_e(ce)));ie||(ie=m.value.find(ce=>_e(ce).isAfter(_e()))),a.value=pt(ie)}b({date:ee,type:T.value})};i.watch([()=>T.value,()=>A.value],()=>{F()});function F(){i.nextTick(()=>{b({date:L.value,type:T.value})})}const S=zi.useDebounceFn((G,ee)=>{if(B.value){B.value=!1;return}if(new Date(G).getTime()/1e3<1610380800){ee==null||ee.stopPropagation();return}P(G)},300),E=(G,ee)=>{if(pt(ee)===pt(jT)&&G==="prev-month"){O.value=!0;return}O.value=!1,y.value.selectDate(G),S(pt(y.value.selectedDay))},V=G=>G.replace(/^0+(?=\d)/,""),X=G=>{new MutationObserver(function(){w.value=`${G.offsetHeight-2}px`}).observe(G,{childList:!0,subtree:!0,characterData:!0})};i.onMounted(()=>{const G=document.querySelector(".calendar-body .el-calendar__body");G&&(X(G),w.value=`${G.offsetHeight-2}px`),P()});const K=i.watch(()=>m.value.length,()=>{N.isClient&&!L.value&&i.nextTick(()=>{const G=document.querySelector(".is-today .out-box");G&&(B.value=!0,G.click(),K())})}),U=G=>s.value?G.split(" ").reverse().join(" "):G,Z=(G,ee)=>G===Re.MEETING?[Re.ALL,Re.MEETING].includes(T.value)&&o.value.includes(ee):G===Re.SUMMIT?[Re.ALL,Re.SUMMIT].includes(T.value)&&c.value.includes(ee):G===Re.EVENTS?[Re.ALL,Re.EVENTS].includes(T.value)&&g.value.includes(ee):!1;return(G,ee)=>(i.openBlock(),i.createElementBlock("div",NT,[i.createElementVNode("div",IT,[i.createVNode(i.unref(tt.ElCalendar),{ref_key:"calendar",ref:y,class:"calender"},{header:i.withCtx(({date:ie})=>[i.createElementVNode("div",OT,[i.createElementVNode("div",BT,[i.createVNode(i.unref(N.OIcon),{onClick:ce=>E("prev-month",ie)},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronLeft),{class:i.normalizeClass({disable:O.value})},null,8,["class"])]),_:1},8,["onClick"]),i.createElementVNode("span",LT,i.toDisplayString(U(ie)),1),i.createVNode(i.unref(N.OIcon),{onClick:ce=>E("next-month",ie)},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1},8,["onClick"])]),i.createVNode(i.unref(N.OSelect),{modelValue:q.value,"onUpdate:modelValue":ee[0]||(ee[0]=ce=>q.value=ce),placeholder:r.groupType===i.unref(Oi).GROUP?i.unref(t)("meeting.allGroups"):i.unref(t)("meeting.allSigs"),clearable:""},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(H.value,ce=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{value:ce.group_name,key:ce.group_name},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(ce.group_name),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","placeholder"])]),i.createElementVNode("div",MT,[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.latestMeeting"))+" ",1),i.createElementVNode("span",null,i.toDisplayString(i.unref(_e)(a.value).format("YYYY/MM/DD")),1)])]),"date-cell":i.withCtx(({data:ie})=>[i.createElementVNode("div",{class:i.normalizeClass(["out-box",{"has-calender":m.value.includes(ie.day)}]),onClick:ce=>i.unref(S)(ie.day,ce)},[i.createElementVNode("div",RT,[i.createElementVNode("p",{class:i.normalizeClass([ie.isSelected?"is-selected":"","date-calender"])},i.toDisplayString(V(ie.day.split("-").at(-1)||"")),3),i.createElementVNode("div",VT,[Z(i.unref(Re).MEETING,ie.day)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,class:"meeting",style:i.normalizeStyle({zIndex:i.unref(si)(i.unref(Re).MEETING,"zIndex"),backgroundColor:i.unref(si)(i.unref(Re).MEETING,"color")})},{default:i.withCtx(()=>[i.createVNode(i.unref(Ol))]),_:1},8,["style"])):i.createCommentVNode("",!0),Z(i.unref(Re).EVENTS,ie.day)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:1,class:"events",style:i.normalizeStyle({zIndex:i.unref(si)(i.unref(Re).EVENTS,"zIndex"),backgroundColor:i.unref(si)(i.unref(Re).EVENTS,"color")})},{default:i.withCtx(()=>[i.createVNode(i.unref(Il))]),_:1},8,["style"])):i.createCommentVNode("",!0),Z(i.unref(Re).SUMMIT,ie.day)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:2,class:"summit",style:i.normalizeStyle({zIndex:i.unref(si)(i.unref(Re).SUMMIT,"zIndex"),backgroundColor:i.unref(si)(i.unref(Re).SUMMIT,"color")})},{default:i.withCtx(()=>[i.createVNode(i.unref(Th))]),_:1},8,["style"])):i.createCommentVNode("",!0)])])],10,PT)]),_:1},512),i.createElementVNode("div",FT,[i.createElementVNode("div",$T,[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.latestMeeting"))+" ",1),i.createElementVNode("span",null,i.toDisplayString(i.unref(_e)(L.value).format("YYYY/MM/DD")),1)]),i.createElementVNode("div",UT,[i.createElementVNode("div",qT,[i.createVNode(i.unref(N.OSelect),{modelValue:q.value,"onUpdate:modelValue":ee[1]||(ee[1]=ie=>q.value=ie),placeholder:i.unref(t)("meeting.allSigs"),clearable:""},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(H.value,ie=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{value:ie.group_name,key:ie.group_name},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(ie.group_name),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","placeholder"]),i.createVNode(i.unref(N.OTab),{modelValue:T.value,"onUpdate:modelValue":ee[2]||(ee[2]=ie=>T.value=ie),line:!1},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(A.value,ie=>(i.openBlock(),i.createBlock(i.unref(N.OTabPane),{key:ie.value,value:ie.value},{nav:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(ie.icon)))]),_:2},1024),i.createTextVNode(" "+i.toDisplayString(ie.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])]),i.createElementVNode("div",null,[i.createVNode(i.unref(N.OScroller),{class:"meeting-list","show-type":"hover",size:"small"},{default:i.withCtx(()=>[i.createVNode(wh,{list:x.value,groupType:r.groupType},{empty:i.withCtx(()=>[i.renderSlot(G.$slots,"empty")]),_:3},8,["list","groupType"])]),_:3})])])])]))}}),HT={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function zT(r,e){return i.openBlock(),i.createElementBlock("svg",HT,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.8",fill:"#000",d:"M16 0.371c1.623 0 3.214 0.248 4.731 0.729 0.59 0.187 0.916 0.817 0.729 1.406s-0.817 0.916-1.406 0.729c-1.299-0.412-2.662-0.624-4.054-0.624-7.394 0-13.389 5.994-13.389 13.389s5.994 13.389 13.389 13.389c7.394 0 13.389-5.994 13.389-13.389 0-4.287-2.027-8.235-5.402-10.747-0.496-0.369-0.599-1.071-0.23-1.567s1.071-0.599 1.567-0.23c3.937 2.931 6.305 7.541 6.305 12.544 0 8.632-6.997 15.629-15.629 15.629s-15.629-6.997-15.629-15.629c0-8.632 6.997-15.629 15.629-15.629zM16 22.816c1.002 0 1.814 0.812 1.814 1.814s-0.812 1.814-1.814 1.814c-1.002 0-1.814-0.812-1.814-1.814s0.812-1.814 1.814-1.814zM16.349 6.831c3.423 0 6.198 2.775 6.198 6.198 0 3.086-2.268 5.689-5.196 6.114-0.085 0.020-0.255 0.278-0.302 0.479 0 0-0.004 0.031-0.012 0.094v1.317c0 0.619-0.501 1.12-1.12 1.12-0.567 0-1.036-0.421-1.11-0.968 0 0-0.003-0.051-0.010-0.152v-1.317c0-1.154 0.814-2.461 2.133-2.77 1.929-0.283 3.378-1.946 3.378-3.916 0-2.186-1.772-3.958-3.958-3.958s-3.958 1.772-3.958 3.958c0 0.619-0.501 1.12-1.12 1.12s-1.12-0.501-1.12-1.12c0-3.423 2.775-6.198 6.198-6.198z"},null,-1)])])}const Ac={name:"meeting-icon-help",render:zT},GT={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function WT(r,e){return i.openBlock(),i.createElementBlock("svg",GT,[...e[0]||(e[0]=[i.createElementVNode("path",{opacity:"0.6",fill:"#000",d:"M16.050 0.559c2.61 0 5.13 0.646 7.377 1.862 0.544 0.294 0.746 0.974 0.452 1.518s-0.974 0.746-1.518 0.452c-1.922-1.040-4.075-1.592-6.31-1.592-7.334 0-13.28 5.946-13.28 13.28s5.946 13.28 13.28 13.28c7.334 0 13.28-5.946 13.28-13.28 0-3.3-1.207-6.409-3.355-8.824-0.411-0.462-0.37-1.17 0.092-1.581s1.17-0.37 1.581 0.092c2.51 2.821 3.922 6.459 3.922 10.313 0 8.571-6.949 15.52-15.52 15.52s-15.52-6.949-15.52-15.52c0-8.571 6.949-15.52 15.52-15.52zM16.024 11.822c0.567 0.002 1.034 0.425 1.106 0.972l0.010 0.152-0.040 10.822c-0.002 0.619-0.506 1.118-1.124 1.116-0.567-0.002-1.034-0.425-1.106-0.972l-0.010-0.152 0.040-10.822c0.002-0.619 0.506-1.118 1.124-1.116zM16 7.232c1.001 0 1.813 0.812 1.813 1.813s-0.812 1.813-1.813 1.813c-1.001 0-1.813-0.812-1.813-1.813s0.812-1.813 1.813-1.813z"},null,-1)])])}const Nc={name:"meeting-icon-tip",render:WT},YT=i.defineComponent({__name:"OMeetingCalendarSelector",props:{modelValue:{default:()=>[]},multiple:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const{t}=Pe.useI18n(),n=r,s=e,a=()=>{let y=[];for(let w=1;w<=31;w++)y.push(w);return y},o=i.computed(()=>a()),l=i.ref([]),c=i.ref([]),d=i.ref(null),g=()=>{l.value=[...n.modelValue],c.value=[...n.modelValue]};i.watchEffect(()=>{g()});const m=()=>{s("update:modelValue",c.value),d.value.expanded=!1},k=()=>{g(),d.value.expanded=!1},T=y=>{if(n.multiple){const w=c.value.indexOf(y);w===-1?c.value.push(y):c.value.splice(w,1),c.value.sort()}else c.value=[y],m()},A=y=>{n.multiple?T(y):c.value=[],m()};return(y,w)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["calendar-selector",!r.multiple&&"is-single"])},[i.createVNode(i.unref(tt.ElSelect),{ref_key:"selectorRef",ref:d,"popper-class":"calendar-selector-popper",placeholder:i.unref(t)("meeting.selectRepeatDate"),size:"large",multiple:"",collapseTags:"",maxCollapseTags:"3",modelValue:l.value,onRemoveTag:A},i.createSlots({default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.value,O=>(i.openBlock(),i.createBlock(i.unref(tt.ElOption),{key:O,label:O,value:O,onClick:L=>T(O),class:i.normalizeClass(c.value.includes(O)&&"is-checked")},null,8,["label","value","onClick","class"]))),128))]),_:2},[r.multiple?{name:"footer",fn:i.withCtx(()=>[i.createVNode(i.unref(N.OButton),{round:"pill",color:"primary",variant:"outline",onClick:m},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("common.confirm")),1)]),_:1}),i.createVNode(i.unref(N.OButton),{variant:"text",onClick:k},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("common.cancel")),1)]),_:1})]),key:"0"}:void 0]),1032,["placeholder","modelValue"])],2))}}),XT=Pe._export_sfc(YT,[["__scopeId","data-v-7b619c59"]]),KT={class:"o-meeting-form"},QT={class:"label-wrapper"},ZT={class:"o-meeting-form-popover-content etherpad"},JT={class:"repeat-config-wrapper"},eb={class:"repeat-config"},tb={class:"repeat-config-item"},ib={class:"time-select-wrapper"},nb={key:1},rb={key:1,class:"switch-wrapper"},sb={class:"switch-text"},ab={key:1,class:"switch-wrapper"},ob={class:"switch-text"},lb={class:"label-wrapper"},ub={class:"o-meeting-form-popover-content"},cb=["href"],db={key:0,class:"form-btns"},Ic=i.defineComponent({__name:"OMeetingForm",props:{data:{},isSub:{type:Boolean,default:!1},isEdit:{type:Boolean,default:!1},subId:{},createMeetingRequest:{},editMeetingRequest:{},editSubMeetingRequest:{},getPlatformsRequest:{},getGroupsRequest:{},showBtns:{type:Boolean,default:!0},groupType:{default:Oi.SIG},bookText:{}},emits:["confirm","cancel"],setup(r,{expose:e,emit:t}){const{t:n,locale:s}=Pe.useI18n(),a=r,o=N.useMessage(null),l=i.ref(H2),c=i.ref(Ys),d=i.computed(()=>Eh(m.value.cycle_type,l.value,"max")),g={is_record:!1,agenda:"",email_list:"",platform:"",topic:"",group_name:"",etherpad:"",date:"",date_range:[],start:"",end:"",time:"",is_cycle:!1,cycle_interval:1,cycle_type:gn,cycle_point:[]},m=i.ref(Object.assign({},g)),k=i.ref(null),T=i.ref(!1),A=i.computed(()=>({topic:[{required:!0,message:n("meeting.enterMeetingName")},{validator:F=>{if(F.length>128)return{type:"danger",message:n("meeting.meetingNameTooLong")}}}],agenda:[{validator:F=>{if(F.length>4096)return{type:"danger",message:n("meeting.meetingAgendaTooLong")}}}],group_name:[{required:!0,message:a.groupType===Oi.GROUP?n("meeting.selectGroup"):n("meeting.selectSig")}],etherpad:[{required:!0,message:n("meeting.enterEtherpad")}],date:[{required:!0,message:n("meeting.selectDate")}],time:[{validator:F=>{var G;const{is_cycle:S,cycle_type:E,cycle_interval:V,cycle_point:X,date:K,date_range:U}=m.value;if(S){const ee={type:"danger",message:n("meeting.finishMeetingConfig")};if(E===gn&&!V||E===yn&&(!V||!(X!=null&&X.length))||E===rn&&(!V||!(X!=null&&X.length)))return ee;if(!(U!=null&&U.length))return{type:"danger",message:n("meeting.selectMeetingDate")};const ie=n("meeting.invalidMeetingDuration");let ce=U[0];const ve=U[1];if(E===yn){const de=new Set;for(;!_e(ce).isAfter(_e(ve));)de.add(_e(ce).day()),ce=_e(ce).add(1,"day");if(X.every(Be=>!de.has(Be)))return{type:"danger",message:ie}}if(E===rn){const de=new Set;for(;!_e(ce).isAfter(_e(ve));)de.add(_e(ce).date()),ce=_e(ce).add(1,"day");if(X.every(Be=>!de.has(Be)))return{type:"danger",message:ie}}}else if(!K)return{type:"danger",message:n("meeting.selectMeetingDate")};if(!((G=F==null?void 0:F.trim())!=null&&G.length))return{type:"danger",message:n("meeting.selectMeetingTime")};const Z=F.split("-").map(ee=>ee.split(":").map(Number));if(Z[0][0]>Z[1][0]||Z[0][0]===Z[1][0]&&Z[0][1]>=Z[1][1])return{type:"danger",message:n("meeting.endTimeAfterStartTime")};if(!m.value.is_cycle&&m.value.date&&m.value.start){const ee=_e(`${m.value.date} ${m.value.start}`);if(new Date(ee).getTime()<new Date().getTime())return{type:"danger",message:n("meeting.startTimeBeforeEndTime")}}},triggers:["blur","change"]}],platform:[{required:!0,message:n("meeting.selectPlatform")}],email_list:[{validator:F=>{if(a.isEdit)return{};const S=F.replaceAll(" ","").replaceAll(",",";")||"";if(S.length){if(S.length>1020)return{type:"danger",message:n("meeting.emailTooLong")};const E=S.split(";")||[];if(E.some(V=>!xh.test(V)))return{type:"danger",message:n("meeting.emailInvalid")};if(E.some(V=>V.length>50))return{type:"danger",message:n("meeting.singleEmailTooLong")};if(E.length>20)return{type:"danger",message:n("meeting.emailCountTooLong")}}},triggers:["blur","change"]}]})),y=i.ref([]),w=async()=>{if(!a.getGroupsRequest)return;const F=await a.getGroupsRequest();y.value=F.map(S=>({label:S.group_name,value:S.group_name,...S})),a.data&&b(m.value.group_name)},O=i.ref([]),L=async()=>{if(!a.getPlatformsRequest)return;const F=await a.getPlatformsRequest();O.value=F.map(S=>({label:kh(S),value:S})),a.data||(m.value.platform=O.value[0].value)},B=t;i.watch(()=>a.data,F=>{var S;if(F){const E=((S=F==null?void 0:F.cycle_sub)==null?void 0:S.find(G=>G.sub_id===a.subId))||{},{mid:V,date:X,start:K,end:U,sub_id:Z}=E;Object.assign(m.value,F,a.isSub?{is_cycle:!1,mid:V,date:X,start:K,end:U,sub_id:Z}:{})}else{const E=_e().format("YYYY-MM-DD"),V=_e().format("HH:mm");let X="",K="";const U=On(V);if(U<=On("08:00"))X="08:00",K="09:00";else if(On("22:15")<=U)X="08:00",K="09:00";else{let[G,ee]=V.split(":").map(Number);ee>=45?(G++,ee=0):ee=(Math.floor(ee/15)+1)*15,X=_c(G*60+ee).slice(3),K=_c(G*60+ee+60).slice(3)}const Z=[_e().format("YYYY-MM-DD"),_e().add(1,"month").format("YYYY-MM-DD")];Object.assign(m.value,{date:E,start:X,end:K,time:`${X}-${K}`,date_range:Z})}},{immediate:!0,deep:!0});const q=()=>{m.value=Object.assign({},g),k.value.clearValidate(),k.value.resetFields(),B("cancel")},H=()=>{m.value.cycle_point=[],m.value.cycle_interval=1},j=()=>{m.value.platform="WELINK"},{lePadV:I}=xt.useScreen(),$=async()=>{let F=a.isEdit?n("meeting.editSuccess"):n("meeting.booSuccess");try{if(T.value=!0,(await k.value.validate()).some(Ve=>!!Ve))return;const{topic:E,etherpad:V,group_name:X,platform:K,date:U,start:Z,end:G,agenda:ee,is_record:ie,is_cycle:ce,date_range:ve,cycle_type:de,cycle_interval:Be,cycle_point:ke}=m.value;let we={topic:E,etherpad:V,agenda:ee,is_record:ie,group_name:X,platform:K,is_cycle:ce};if(ce?(we={...we,cycle_interval:Be,cycle_type:de,cycle_start_date:(ve==null?void 0:ve[0])||"",cycle_end_date:(ve==null?void 0:ve[1])||"",cycle_start:Z,cycle_end:G},de!==gn&&(we={...we,cycle_point:ke.join(",")})):we={...we,date:(U==null?void 0:U.split(" ")[0])||"",start:Z,end:G},a.isEdit)if(a.isSub){const{mid:Ve,sub_id:et}=m.value,{date:Qe,start:Le,end:Ue}=we;await(a==null?void 0:a.editSubMeetingRequest(et,{mid:Ve,date:Qe,start:Le,end:Ue,is_notify:!0}))}else{const{email_list:Ve,platform:et,group_name:Qe,etherpad:Le,...Ue}=we;await(a==null?void 0:a.editMeetingRequest(a.data.id,{...Ue,is_notify:!0}))}else await(a==null?void 0:a.createMeetingRequest({...we,email_list:m.value.email_list.replaceAll(" ","")}));const Ye=n("meeting.meetingHandleSuccess",[m.value.topic,F]);o.success({content:Ye}),B("confirm")}finally{T.value=!1}};i.onMounted(()=>{w(),L()});const b=F=>{const S=y.value.find(E=>E.value===F);a.isEdit||(m.value.etherpad=(S==null?void 0:S.etherpad)||"",m.value.email_list=(S==null?void 0:S.email_list)||"")},x=F=>F.getTime()<Date.now()-1440*60*1e3,P=()=>{m.value.start&&m.value.end?m.value.time=`${m.value.start}-${m.value.end}`:m.value.time=""};return e({confirm:$}),(F,S)=>(i.openBlock(),i.createElementBlock("div",KT,[i.createVNode(i.unref(N.OForm),{model:m.value,ref_key:"formRef",ref:k,"has-required":"",layout:i.unref(I)?"v":"h",class:"form-wrapper"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OFormItem),{rules:A.value.topic,label:i.unref(n)("meeting.meetingName"),field:"topic"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{disabled:r.isSub,size:"large",placeholder:i.unref(n)("meeting.enterMeetingName"),style:{width:"100%"},modelValue:m.value.topic,"onUpdate:modelValue":S[0]||(S[0]=E=>m.value.topic=E)},null,8,["disabled","placeholder","modelValue"])]),_:1},8,["rules","label"]),i.createVNode(i.unref(N.OFormItem),{rules:A.value.group_name,label:r.groupType===i.unref(Oi).GROUP?i.unref(n)("meeting.meetingGroup"):i.unref(n)("meeting.meetingSig"),field:"group_name"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OSelect),{disabled:r.isEdit,placeholder:r.groupType===i.unref(Oi).GROUP?i.unref(n)("meeting.selectGroup"):i.unref(n)("meeting.selectSig"),size:"large",style:{width:"100%"},modelValue:m.value.group_name,"onUpdate:modelValue":S[1]||(S[1]=E=>m.value.group_name=E),onChange:b},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(y.value,E=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:E.value,value:E.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(E.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["disabled","placeholder","modelValue"])]),_:1},8,["rules","label"]),m.value.group_name?(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:0,rules:A.value.etherpad,label:"Etherpad",field:"etherpad"},{label:i.withCtx(()=>[i.createElementVNode("div",QT,[i.createElementVNode("span",null,i.toDisplayString(i.unref(n)("meeting.etherpad"))+" ",1),i.createVNode(i.unref(N.OPopover),null,{target:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Ac))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("div",ZT,i.toDisplayString(i.unref(n)("meeting.etherpadDesc")),1)]),_:1})])]),default:i.withCtx(()=>[i.createVNode(i.unref(N.OInput),{disabled:r.isEdit,size:"large",placeholder:i.unref(n)("meeting.enterEtherpad"),style:{width:"100%"},modelValue:m.value.etherpad,"onUpdate:modelValue":S[2]||(S[2]=E=>m.value.etherpad=E)},null,8,["disabled","placeholder","modelValue"])]),_:1},8,["rules"])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.meetingTime"),field:"time",rules:A.value.time,class:"repeat-row",required:""},{default:i.withCtx(()=>[i.createElementVNode("div",JT,[r.isSub?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:0,field:"repeat",class:"repeat-item"},{default:i.withCtx(()=>[i.createVNode(i.unref(N.ORadioGroup),{modelValue:m.value.is_cycle,"onUpdate:modelValue":S[3]||(S[3]=E=>m.value.is_cycle=E),onChange:j,disabled:r.isEdit},{default:i.withCtx(()=>[i.createVNode(i.unref(N.ORadio),{value:!1},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("meeting.nonRepeat")),1)]),_:1}),i.createVNode(i.unref(N.ORadio),{value:!0},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("meeting.isRepeat")),1)]),_:1})]),_:1},8,["modelValue","disabled"])]),_:1})),i.createElementVNode("div",eb,[m.value.is_cycle?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.every"),class:"full-width-item"},{default:i.withCtx(()=>[i.createElementVNode("div",tb,[m.value.cycle_type!==i.unref(rn)?(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:0},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElInputNumber),{size:"large",modelValue:m.value.cycle_interval,"onUpdate:modelValue":S[4]||(S[4]=E=>m.value.cycle_interval=E),min:1,max:d.value},null,8,["modelValue","max"])]),_:1})):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OFormItem),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OSelect),{size:"large",modelValue:m.value.cycle_type,"onUpdate:modelValue":S[5]||(S[5]=E=>m.value.cycle_type=E),class:"interval-select",optionWrapClass:"o-meeting-form-interval-select-options",onChange:H},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(l.value,E=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:E.value,value:E.value,label:E.label},null,8,["value","label"]))),128))]),_:1},8,["modelValue"])]),_:1})])]),_:1},8,["label"]),m.value.cycle_type!==i.unref(gn)?(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:0,label:i.unref(n)("meeting.in"),field:"cycle_point",class:"point-item"},{default:i.withCtx(()=>[m.value.cycle_type===i.unref(yn)?(i.openBlock(),i.createBlock(i.unref(N.OSelect),{key:0,size:"large",multiple:"",modelValue:m.value.cycle_point,"onUpdate:modelValue":S[6]||(S[6]=E=>m.value.cycle_point=E),placeholder:i.unref(n)("meeting.selectRepeatDate"),"max-tag-count":1},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c.value,E=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:E.value,value:E.value,label:E.label},null,8,["value","label"]))),128))]),_:1},8,["modelValue","placeholder"])):i.createCommentVNode("",!0),m.value.cycle_type===i.unref(rn)?(i.openBlock(),i.createBlock(XT,{key:1,modelValue:m.value.cycle_point,"onUpdate:modelValue":S[7]||(S[7]=E=>m.value.cycle_point=E)},null,8,["modelValue"])):i.createCommentVNode("",!0)]),_:1},8,["label"])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.meetingDuration"),field:"date_range"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElDatePicker),{size:"large",modelValue:m.value.date_range,"onUpdate:modelValue":S[8]||(S[8]=E=>m.value.date_range=E),"start-placeholder":i.unref(n)("meeting.startDate"),"end-placeholder":i.unref(n)("meeting.endDate"),style:{width:"100%"},"value-format":"YYYY-MM-DD","disabled-date":x,clearable:!1,type:"daterange","popper-class":"o-meeting-form-date-picker-popper"},null,8,["modelValue","start-placeholder","end-placeholder"])]),_:1},8,["label"])],64)):(i.openBlock(),i.createBlock(i.unref(N.OFormItem),{key:1,label:i.unref(n)("meeting.meetingDate"),field:"date"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElDatePicker),{"popper-class":"o-meeting-form-date-picker-popper",size:"large",modelValue:m.value.date,"onUpdate:modelValue":S[9]||(S[9]=E=>m.value.date=E),placeholder:i.unref(n)("meeting.selectDate"),style:{width:"100%"},"value-format":"YYYY-MM-DD","disabled-date":x,clearable:!1},null,8,["modelValue","placeholder"])]),_:1},8,["label"])),i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.meetingTime")},{default:i.withCtx(()=>[i.createElementVNode("div",ib,[i.createVNode(i.unref(N.OFormItem),{field:"start"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElTimeSelect),{"popper-class":"meeting-form-time-popover",step:"00:15",start:"08:00",end:"22:45",placeholder:i.unref(n)("meeting.startTime"),modelValue:m.value.start,"onUpdate:modelValue":S[10]||(S[10]=E=>m.value.start=E),size:"large",clearable:!1,onChange:P},null,8,["placeholder","modelValue"])]),_:1}),S[17]||(S[17]=i.createElementVNode("span",null,"-",-1)),i.createVNode(i.unref(N.OFormItem),{field:"end"},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElTimeSelect),{"popper-class":"meeting-form-time-popover",step:"00:15",start:"08:00",end:"22:45",placeholder:i.unref(n)("meeting.endTime"),modelValue:m.value.end,"onUpdate:modelValue":S[11]||(S[11]=E=>m.value.end=E),size:"large",clearable:!1,onChange:P},null,8,["placeholder","modelValue"])]),_:1}),i.createVNode(i.unref(N.OIconTime))])]),_:1},8,["label"])])])]),_:1},8,["label","rules"]),i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.meetingPlatform"),field:"platform",rules:A.value.platform},{default:i.withCtx(()=>[r.data?(i.openBlock(),i.createElementBlock("span",nb,i.toDisplayString(m.value.platform),1)):(i.openBlock(),i.createBlock(i.unref(N.ORadioGroup),{key:0,modelValue:m.value.platform,"onUpdate:modelValue":S[12]||(S[12]=E=>m.value.platform=E),disabled:m.value.is_cycle},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(O.value,E=>(i.openBlock(),i.createBlock(i.unref(N.ORadio),{key:E.value,value:E.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(E.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","disabled"]))]),_:1},8,["label","rules"]),i.createVNode(i.unref(N.OFormItem),{field:"agenda",label:i.unref(n)("meeting.meetingAgenda"),rules:A.value.genda},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTextarea),{disabled:r.isSub,size:"large",placeholder:i.unref(n)("meeting.enterMeetingAgenda"),style:{width:"100%"},rows:4,modelValue:m.value.agenda,"onUpdate:modelValue":S[13]||(S[13]=E=>m.value.agenda=E)},null,8,["disabled","placeholder","modelValue"])]),_:1},8,["label","rules"]),i.createVNode(i.unref(N.OFormItem),{label:i.unref(n)("meeting.meetingRecord"),field:"is_record",class:"record-item full-width-item"},{default:i.withCtx(()=>[i.unref(I)?(i.openBlock(),i.createBlock(i.unref(N.OSwitch),{key:0,modelValue:m.value.is_record,"onUpdate:modelValue":S[14]||(S[14]=E=>m.value.is_record=E),disabled:r.isSub},null,8,["modelValue","disabled"])):(i.openBlock(),i.createElementBlock("div",rb,[i.createVNode(i.unref(N.OSwitch),{modelValue:m.value.is_record,"onUpdate:modelValue":S[15]||(S[15]=E=>m.value.is_record=E),disabled:r.isSub},null,8,["modelValue","disabled"]),i.createElementVNode("div",sb,[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Nc))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(n)("meeting.meetingRecordDesc",[m.value.platform])),1)])]))]),_:1},8,["label"]),i.unref(I)?(i.openBlock(),i.createElementBlock("div",ab,[i.createElementVNode("div",ob,[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Nc))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(n)("meeting.meetingRecordDesc",[m.value.platform])),1)])])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OFormItem),{field:"email_list",rules:A.value.email_list},{label:i.withCtx(()=>[i.createElementVNode("div",lb,[i.createElementVNode("span",null,i.toDisplayString(i.unref(n)("meeting.meetingEmail"))+" ",1),i.createVNode(i.unref(N.OPopover),null,{target:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Ac))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("div",ub,[i.createTextVNode(i.toDisplayString(i.unref(n)("meeting.meetingEmailDesc"))+" ",1),i.createElementVNode("a",{class:"link-text",href:`/${i.unref(s)}/sig`},i.toDisplayString(i.unref(n)("meeting.sigGroupEmail")),9,cb)])]),_:1})])]),default:i.withCtx(()=>[i.createVNode(i.unref(N.OTextarea),{disabled:r.isEdit,size:"large",placeholder:i.unref(n)("meeting.enterEmail"),style:{width:"100%"},rows:4,modelValue:m.value.email_list,"onUpdate:modelValue":S[16]||(S[16]=E=>m.value.email_list=E)},null,8,["disabled","placeholder","modelValue"])]),_:1},8,["rules"])]),_:1},8,["model","layout"]),r.showBtns?(i.openBlock(),i.createElementBlock("div",db,[i.createVNode(i.unref(N.OButton),{color:"primary",variant:"solid",size:"large",onClick:$,loading:T.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(r.isEdit?i.unref(n)("common.save"):r.bookText||i.unref(n)("meeting.book")),1)]),_:1},8,["loading"]),i.createVNode(i.unref(N.OButton),{color:"primary",variant:"outline",size:"large",onClick:q},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(n)("common.cancel")),1)]),_:1})])):i.createCommentVNode("",!0)]))}}),hb={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function fb(r,e){return i.openBlock(),i.createElementBlock("svg",hb,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"#0071f3",d:"M9.669 4.029l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM12.669 7.526l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM6.669 8.52l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM15.669 9.531l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM3.669 11.023l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM18.669 11.777l-0.034-0.034c0-0.48 0.377-0.857 0.857-0.857s0.857 0.377 0.857 0.857l-0.034 0.034h-1.646zM20.349 13.234l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857zM5.349 13.989l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857zM17.349 15.497l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857zM8.349 16.474l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857zM14.349 17.486l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857zM11.349 20.486l-0.034-0.034h-1.646l-0.034 0.034c0 0.48 0.377 0.857 0.857 0.857s0.857-0.377 0.857-0.857z"},null,-1),i.createElementVNode("path",{fill:"none",stroke:"#0071f3","stroke-linejoin":"round","stroke-linecap":"round","stroke-miterlimit":"4","stroke-width":"1.71",d:"M4.491 10.989v3M7.491 8.486v7.989M10.491 3.994v16.491M13.491 7.491v9.994M16.491 9.497v6M19.491 11.743v1.491"},null,-1),i.createElementVNode("path",{fill:"#0071f3",d:"M22.491 12.994c0.274 0 0.497-0.223 0.497-0.497s-0.223-0.497-0.497-0.497c-0.274 0-0.497 0.223-0.497 0.497s0.223 0.497 0.497 0.497zM1.491 12.994c0.274 0 0.497-0.223 0.497-0.497s-0.223-0.497-0.497-0.497c-0.274 0-0.497 0.223-0.497 0.497s0.223 0.497 0.497 0.497z"},null,-1)])])}const pb={name:"meeting-icon-playing",render:fb},mb={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",viewBox:"0 0 32 32"};function gb(r,e){return i.openBlock(),i.createElementBlock("svg",mb,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M23.399 22.031l0.116 0.099 3.68 3.672c0.365 0.364 0.365 0.955 0.001 1.32-0.328 0.328-0.839 0.361-1.204 0.1l-0.116-0.099-3.68-3.672c-0.365-0.364-0.365-0.955-0.001-1.32 0.328-0.328 0.839-0.361 1.204-0.1zM14.428 4.605c5.465 0 9.897 4.431 9.897 9.897s-4.431 9.897-9.897 9.897c-5.465 0-9.897-4.431-9.897-9.897s4.431-9.897 9.897-9.897zM14.428 6.472c-4.435 0-8.031 3.595-8.031 8.031s3.595 8.031 8.031 8.031c4.435 0 8.031-3.595 8.031-8.031s-3.595-8.031-8.031-8.031z"},null,-1)])])}const vb={name:"components-icon-search",render:gb},yb={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function _b(r,e){return i.openBlock(),i.createElementBlock("svg",yb,[...e[0]||(e[0]=[i.createElementVNode("path",{fill:"currentColor",d:"M5.759 15.127c0.251 0.251 0.644 0.271 0.918 0.063l0.072-0.063 5.016-5.016c0.1-0.1 0.254-0.115 0.37-0.043l0.054 0.043 5.062 5.062c0.273 0.273 0.717 0.273 0.99 0 0.251-0.251 0.271-0.644 0.063-0.918l-0.063-0.072-5.062-5.062c-0.629-0.629-1.628-0.662-2.296-0.099l-0.108 0.099-5.016 5.016c-0.273 0.273-0.273 0.717 0 0.99z"},null,-1)])])}const Tb={name:"components-icon-chevron-up",render:_b},bb={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function xb(r,e){return i.openBlock(),i.createElementBlock("svg",bb,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M3.42 6.060c0-2.52 2.040-4.575 4.575-4.575 2.52 0 4.575 2.055 4.575 4.575s-2.055 4.575-4.575 4.575c-2.535 0-4.575-2.055-4.575-4.575zM15.015 10.47c0-1.8 1.455-3.27 3.255-3.27 1.815 0 3.27 1.47 3.27 3.27s-1.455 3.27-3.27 3.27c-1.8 0-3.255-1.47-3.255-3.27zM4.56 12.915h6.855c2.535 0 4.575 2.055 4.575 4.575 0 0.255-0.015 0.51-0.060 0.75-0.36 2.16-2.235 3.825-4.515 3.825h-6.855c-2.52 0-4.575-2.055-4.575-4.575s2.055-4.575 4.575-4.575zM17.595 17.49c0-0.75-0.135-1.455-0.375-2.115h3.51c1.8 0 3.255 1.455 3.255 3.255s-1.455 3.27-3.255 3.27h-4.995c1.155-1.125 1.86-2.685 1.86-4.41z"},null,-1)])])}const Cb={name:"meeting-icon-speaker",render:xb},Sb={class:"o-meeting-playback-subtitles"},Eb={class:"search-captions"},kb={key:0,class:"suffix-box"},wb={class:"right-handle"},Db=["onClick"],Ab={class:"info"},Nb={class:"num"},Ib={class:"speaker"},Ob={class:"start-time"},Bb={class:"text"},Lb={key:1},Mb=i.defineComponent({__name:"OMeetingPlaybackSubtitles",props:{captions:{default:()=>[]},instance:{},trackIdx:{}},setup(r){const e=Sa(),t=r,{t:n}=Pe.useI18n(),s=i.computed(()=>t.trackIdx),a=i.ref(),o=i.ref(!1),l=()=>{o.value=!0},c=zi.useDebounceFn(()=>{o.value=!1},3e3);i.watch(()=>o.value,S=>{S&&c()});const d=i.ref([]);i.watch(()=>t.captions,()=>{d.value=t.captions||[],i.nextTick(()=>{var S;a.value&&((S=a.value)==null||S.scrollTo({top:0,behavior:"smooth"}))})},{immediate:!0,deep:!0});const g=S=>`00:${S.split(".")[0]}`.slice(-8),m=S=>{const E=S.split(":"),V=E[E.length-3]?parseInt(E[E.length-3]):0,X=parseInt(E[E.length-2]),K=parseFloat(E[E.length-1]);return V*60*60+X*60+K};i.onMounted(()=>{var S;a.value=document.querySelector("#captionsScrollDom > .o-scroller-container"),(S=a.value)==null||S.addEventListener("wheel",l)}),i.watch(()=>d.value,()=>{var S;a.value=document.querySelector("#captionsScrollDom > .o-scroller-container"),(S=a.value)==null||S.addEventListener("wheel",l)});const k=i.ref(0),T=()=>{},A=S=>{const E=t.instance;if(!E)return;const V=m(S);E.currentTime(V)},y=i.ref(""),w=i.ref(0),O=i.ref(0),L=i.ref([]),B=n("common.all"),q=i.computed(()=>[...new Set(t.captions.map(S=>S.speakerLabel).sort().reverse())]);i.watch(()=>s.value,()=>{var E,V;if(o.value&&y.value)return;const S=(E=a.value)==null?void 0:E.querySelectorAll(".captions-item")[s.value-1];(V=a.value)==null||V.scrollTo({top:(S==null?void 0:S.offsetTop)-16,behavior:"smooth"})}),i.onUnmounted(()=>{a.value&&a.value.removeEventListener("wheel",l)});const H=(S,E)=>{var Z,G,ee,ie,ce,ve;const V=document.getElementsByClassName("light-keyword")[S-1],X=document.getElementsByClassName("light-keyword")[S-E];X==null||X.classList.remove("light-keyword-active"),V==null||V.classList.add("light-keyword-active");const K=V.offsetTop+V.offsetHeight<((Z=a.value)==null?void 0:Z.scrollTop),U=V.offsetTop>((G=a.value)==null?void 0:G.offsetHeight)+((ee=a.value)==null?void 0:ee.scrollTop);(K||U)&&((ve=a.value)==null||ve.scrollTo({top:(ce=(ie=V.parentElement)==null?void 0:ie.parentElement)==null?void 0:ce.offsetTop,behavior:"smooth"}))},j=()=>{!w.value||O.value===1||(O.value--,H(O.value,0))},I=S=>{S!=null&&S.shiftKey||!w.value||O.value===w.value||(O.value++,H(O.value,2))},$=S=>{d.value=t.captions.filter(E=>L.value.includes(E.speakerLabel)).map(E=>({...E,contentHtml:S?E.contentHtml.replaceAll(S,`<span class="light-keyword">${S}</span>`):E.contentHtml})),i.nextTick(()=>{var V;const E=document.getElementsByClassName("light-keyword");w.value=E.length,w.value?I():(V=a.value)==null||V.scrollTo({top:0,behavior:"smooth"})})},b=zi.useDebounceFn($,300);i.watch(()=>y.value,S=>{O.value=0,b(S)}),i.watch(()=>q.value,S=>{L.value=S},{immediate:!0});const x=i.ref(!1),P=i.ref(!1),F=S=>{P.value=!1,S?L.value=q.value:L.value=[]};return i.watch(()=>L.value,S=>{S.length===0?(x.value=!1,P.value=!1):S.length===q.value.length?(x.value=!0,P.value=!1):P.value=!0,b(y.value)},{deep:!0}),(S,E)=>(i.openBlock(),i.createElementBlock("div",Sb,[i.createElementVNode("div",Eb,[i.createVNode(i.unref(N.OInput),{modelValue:y.value,"onUpdate:modelValue":E[1]||(E[1]=V=>y.value=V),onKeydown:[i.withKeys(I,["enter"]),i.withKeys(i.withModifiers(j,["shift","stop"]),["enter"])],placeholder:i.unref(n)("meeting.searchSubtitlePlaceholder"),size:"large",class:"input-captions"},{prefix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(vb))]),_:1})]),suffix:i.withCtx(()=>[y.value?(i.openBlock(),i.createElementBlock("div",kb,[i.createElementVNode("span",null,i.toDisplayString(O.value)+"/"+i.toDisplayString(w.value),1),i.createVNode(i.unref(N.OIcon),{onClick:j},{default:i.withCtx(()=>[i.createVNode(i.unref(Tb))]),_:1}),i.createVNode(i.unref(N.OIcon),{onClick:I},{default:i.withCtx(()=>[i.createVNode(i.unref(Al))]),_:1}),i.createVNode(i.unref(N.ODivider),{direction:"v"}),i.createVNode(i.unref(N.OIcon),{class:"hover-close",onClick:E[0]||(E[0]=V=>y.value="")},{default:i.withCtx(()=>[i.createVNode(i.unref(Dl))]),_:1})])):i.createCommentVNode("",!0)]),_:1},8,["modelValue","onKeydown","placeholder"]),i.createElementVNode("div",wb,[i.createVNode(i.unref(tt.ElSelect),{multiple:"",modelValue:L.value,"onUpdate:modelValue":E[3]||(E[3]=V=>L.value=V),"popper-class":"speakers-selector-popper",class:"speakers-selector",placement:"bottom"},{prefix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Cb))]),_:1})]),header:i.withCtx(()=>[i.createVNode(i.unref(tt.ElCheckbox),{modelValue:x.value,"onUpdate:modelValue":E[2]||(E[2]=V=>x.value=V),indeterminate:P.value,onChange:F},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(B)),1)]),_:1},8,["modelValue","indeterminate"])]),default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(q.value,V=>(i.openBlock(),i.createBlock(i.unref(tt.ElOption),{key:V,label:V,value:V},{default:i.withCtx(()=>[i.createVNode(i.unref(tt.ElCheckbox),{"model-value":L.value.includes(V)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(V),1)]),_:2},1032,["model-value"])]),_:2},1032,["label","value"]))),128))]),_:1},8,["modelValue"])])]),i.createVNode(i.unref(N.OTab),{modelValue:k.value,"onUpdate:modelValue":E[4]||(E[4]=V=>k.value=V),variant:"text",class:"captions-tab",onChange:T},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OTabPane),{value:0,label:i.unref(n)("meeting.audioToText")},{default:i.withCtx(()=>[d.value.length?(i.openBlock(),i.createBlock(i.unref(N.OScroller),{key:0,id:"captionsScrollDom",class:"captions-scroller","show-type":"hover",size:"small","disabled-x":""},{default:i.withCtx(()=>[i.createVNode(i.unref(N.ORow),{gap:"0 12px",wrap:"wrap"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(d.value,(V,X)=>(i.openBlock(),i.createBlock(i.unref(N.OCol),{flex:"0 0 100%",key:X},{default:i.withCtx(()=>[i.createElementVNode("div",{class:i.normalizeClass(["captions-item",{"captions-item-active":s.value===X+1}]),onClick:K=>A(V.start_time)},[i.createElementVNode("div",Ab,[i.createElementVNode("div",Nb,i.toDisplayString(V.speakerIdx),1),i.createElementVNode("div",Ib,i.toDisplayString(V.speakerLabel),1),i.createElementVNode("div",Ob,i.toDisplayString(g(V.start_time)),1),s.value===X+1?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,class:"playing initial-fill"},{default:i.withCtx(()=>[i.createVNode(i.unref(pb))]),_:1})):i.createCommentVNode("",!0)]),i.withDirectives(i.createElementVNode("div",Bb,null,512),[[i.unref(e),V.contentHtml]])],10,Db)]),_:2},1024))),128))]),_:1})]),_:1})):(i.openBlock(),i.createElementBlock("div",Lb,"111"))]),_:1},8,["label"])]),_:1},8,["modelValue"])]))}});var vo,Oc;function Ea(){if(Oc)return vo;Oc=1;var r;return typeof window<"u"?r=window:typeof na<"u"?r=na:typeof self<"u"?r=self:r={},vo=r,vo}var Pb=Ea();const W=mr(Pb),Rb={},Vb=Object.freeze(Object.defineProperty({__proto__:null,default:Rb},Symbol.toStringTag,{value:"Module"})),Fb=Rv(Vb);var yo,Bc;function Dh(){if(Bc)return yo;Bc=1;var r=typeof na<"u"?na:typeof window<"u"?window:{},e=Fb,t;return typeof document<"u"?t=document:(t=r["__GLOBAL_DOCUMENT_CACHE@4"],t||(t=r["__GLOBAL_DOCUMENT_CACHE@4"]=e)),yo=t,yo}var $b=Dh();const ge=mr($b);var $s={exports:{}},_o={exports:{}},Lc;function Ub(){return Lc||(Lc=1,(function(r){function e(){return r.exports=e=Object.assign?Object.assign.bind():function(t){for(var n=1;n<arguments.length;n++){var s=arguments[n];for(var a in s)({}).hasOwnProperty.call(s,a)&&(t[a]=s[a])}return t},r.exports.__esModule=!0,r.exports.default=r.exports,e.apply(null,arguments)}r.exports=e,r.exports.__esModule=!0,r.exports.default=r.exports})(_o)),_o.exports}var To,Mc;function qb(){if(Mc)return To;Mc=1,To=e;var r=Object.prototype.toString;function e(t){if(!t)return!1;var n=r.call(t);return n==="[object Function]"||typeof t=="function"&&n!=="[object RegExp]"||typeof window<"u"&&(t===window.setTimeout||t===window.alert||t===window.confirm||t===window.prompt)}return To}var bo,Pc;function jb(){if(Pc)return bo;Pc=1;function r(s,a){var o=typeof Symbol<"u"&&s[Symbol.iterator]||s["@@iterator"];if(o)return(o=o.call(s)).next.bind(o);if(Array.isArray(s)||(o=e(s))||a){o&&(s=o);var l=0;return function(){return l>=s.length?{done:!0}:{done:!1,value:s[l++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
6
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function e(s,a){if(s){if(typeof s=="string")return t(s,a);var o=Object.prototype.toString.call(s).slice(8,-1);if(o==="Object"&&s.constructor&&(o=s.constructor.name),o==="Map"||o==="Set")return Array.from(s);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return t(s,a)}}function t(s,a){(a==null||a>s.length)&&(a=s.length);for(var o=0,l=new Array(a);o<a;o++)l[o]=s[o];return l}var n=(function(){function s(){this.typeToInterceptorsMap_=new Map,this.enabled_=!1}var a=s.prototype;return a.getIsEnabled=function(){return this.enabled_},a.enable=function(){this.enabled_=!0},a.disable=function(){this.enabled_=!1},a.reset=function(){this.typeToInterceptorsMap_=new Map,this.enabled_=!1},a.addInterceptor=function(l,c){this.typeToInterceptorsMap_.has(l)||this.typeToInterceptorsMap_.set(l,new Set);var d=this.typeToInterceptorsMap_.get(l);return d.has(c)?!1:(d.add(c),!0)},a.removeInterceptor=function(l,c){var d=this.typeToInterceptorsMap_.get(l);return d&&d.has(c)?(d.delete(c),!0):!1},a.clearInterceptorsByType=function(l){var c=this.typeToInterceptorsMap_.get(l);return c?(this.typeToInterceptorsMap_.delete(l),this.typeToInterceptorsMap_.set(l,new Set),!0):!1},a.clear=function(){return this.typeToInterceptorsMap_.size?(this.typeToInterceptorsMap_=new Map,!0):!1},a.getForType=function(l){return this.typeToInterceptorsMap_.get(l)||new Set},a.execute=function(l,c){for(var d=this.getForType(l),g=r(d),m;!(m=g()).done;){var k=m.value;try{c=k(c)}catch{}}return c},s})();return bo=n,bo}var xo,Rc;function Hb(){if(Rc)return xo;Rc=1;var r=(function(){function t(){this.maxAttempts_=1,this.delayFactor_=.1,this.fuzzFactor_=.1,this.initialDelay_=1e3,this.enabled_=!1}var n=t.prototype;return n.getIsEnabled=function(){return this.enabled_},n.enable=function(){this.enabled_=!0},n.disable=function(){this.enabled_=!1},n.reset=function(){this.maxAttempts_=1,this.delayFactor_=.1,this.fuzzFactor_=.1,this.initialDelay_=1e3,this.enabled_=!1},n.getMaxAttempts=function(){return this.maxAttempts_},n.setMaxAttempts=function(a){this.maxAttempts_=a},n.getDelayFactor=function(){return this.delayFactor_},n.setDelayFactor=function(a){this.delayFactor_=a},n.getFuzzFactor=function(){return this.fuzzFactor_},n.setFuzzFactor=function(a){this.fuzzFactor_=a},n.getInitialDelay=function(){return this.initialDelay_},n.setInitialDelay=function(a){this.initialDelay_=a},n.createRetry=function(a){var o=a===void 0?{}:a,l=o.maxAttempts,c=o.delayFactor,d=o.fuzzFactor,g=o.initialDelay;return new e({maxAttempts:l||this.maxAttempts_,delayFactor:c||this.delayFactor_,fuzzFactor:d||this.fuzzFactor_,initialDelay:g||this.initialDelay_})},t})(),e=(function(){function t(s){this.maxAttempts_=s.maxAttempts,this.delayFactor_=s.delayFactor,this.fuzzFactor_=s.fuzzFactor,this.currentDelay_=s.initialDelay,this.currentAttempt_=1}var n=t.prototype;return n.moveToNextAttempt=function(){this.currentAttempt_++;var a=this.currentDelay_*this.delayFactor_;this.currentDelay_=this.currentDelay_+a},n.shouldRetry=function(){return this.currentAttempt_<this.maxAttempts_},n.getCurrentDelay=function(){return this.currentDelay_},n.getCurrentMinPossibleDelay=function(){return(1-this.fuzzFactor_)*this.currentDelay_},n.getCurrentMaxPossibleDelay=function(){return(1+this.fuzzFactor_)*this.currentDelay_},n.getCurrentFuzzedDelay=function(){var a=this.getCurrentMinPossibleDelay(),o=this.getCurrentMaxPossibleDelay();return a+Math.random()*(o-a)},t})();return xo=r,xo}var Co,Vc;function zb(){if(Vc)return Co;Vc=1;var r=Ea(),e=function(s,a){return a===void 0&&(a=!1),function(o,l,c){if(o){s(o);return}if(l.statusCode>=400&&l.statusCode<=599){var d=c;if(a)if(r.TextDecoder){var g=t(l.headers&&l.headers["content-type"]);try{d=new TextDecoder(g).decode(c)}catch{}}else d=String.fromCharCode.apply(null,new Uint8Array(c));s({cause:d});return}s(null,c)}};function t(n){return n===void 0&&(n=""),n.toLowerCase().split(";").reduce(function(s,a){var o=a.split("="),l=o[0],c=o[1];return l.trim()==="charset"?c.trim():s},"utf-8")}return Co=e,Co}var Fc;function Gb(){if(Fc)return $s.exports;Fc=1;var r=Ea(),e=Ub(),t=qb(),n=jb(),s=Hb();d.httpHandler=zb(),d.requestInterceptorsStorage=new n,d.responseInterceptorsStorage=new n,d.retryManager=new s;/**
|
|
7
|
+
* @license
|
|
8
|
+
* slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/>
|
|
9
|
+
* Copyright (c) 2014 David Björklund
|
|
10
|
+
* Available under the MIT license
|
|
11
|
+
* <https://github.com/kesla/parse-headers/blob/master/LICENCE>
|
|
12
|
+
*/var a=function(A){var y={};return A&&A.trim().split(`
|
|
13
|
+
`).forEach(function(w){var O=w.indexOf(":"),L=w.slice(0,O).trim().toLowerCase(),B=w.slice(O+1).trim();typeof y[L]>"u"?y[L]=B:Array.isArray(y[L])?y[L].push(B):y[L]=[y[L],B]}),y};$s.exports=d,$s.exports.default=d,d.XMLHttpRequest=r.XMLHttpRequest||k,d.XDomainRequest="withCredentials"in new d.XMLHttpRequest?d.XMLHttpRequest:r.XDomainRequest,o(["get","put","post","patch","head","delete"],function(T){d[T==="delete"?"del":T]=function(A,y,w){return y=c(A,y,w),y.method=T.toUpperCase(),g(y)}});function o(T,A){for(var y=0;y<T.length;y++)A(T[y])}function l(T){for(var A in T)if(T.hasOwnProperty(A))return!1;return!0}function c(T,A,y){var w=T;return t(A)?(y=A,typeof T=="string"&&(w={uri:T})):w=e({},A,{uri:T}),w.callback=y,w}function d(T,A,y){return A=c(T,A,y),g(A)}function g(T){if(typeof T.callback>"u")throw new Error("callback argument missing");if(T.requestType&&d.requestInterceptorsStorage.getIsEnabled()){var A={uri:T.uri||T.url,headers:T.headers||{},body:T.body,metadata:T.metadata||{},retry:T.retry,timeout:T.timeout},y=d.requestInterceptorsStorage.execute(T.requestType,A);T.uri=y.uri,T.headers=y.headers,T.body=y.body,T.metadata=y.metadata,T.retry=y.retry,T.timeout=y.timeout}var w=!1,O=function(U,Z,G){w||(w=!0,T.callback(U,Z,G))};function L(){j.readyState===4&&!d.responseInterceptorsStorage.getIsEnabled()&&setTimeout(H,0)}function B(){var K=void 0;if(j.response?K=j.response:K=j.responseText||m(j),E)try{K=JSON.parse(K)}catch{}return K}function q(K){if(clearTimeout(V),clearTimeout(T.retryTimeout),K instanceof Error||(K=new Error(""+(K||"Unknown XMLHttpRequest Error"))),K.statusCode=0,!$&&d.retryManager.getIsEnabled()&&T.retry&&T.retry.shouldRetry()){T.retryTimeout=setTimeout(function(){T.retry.moveToNextAttempt(),T.xhr=j,g(T)},T.retry.getCurrentFuzzedDelay());return}if(T.requestType&&d.responseInterceptorsStorage.getIsEnabled()){var U={headers:X.headers||{},body:X.body,responseUrl:j.responseURL,responseType:j.responseType},Z=d.responseInterceptorsStorage.execute(T.requestType,U);X.body=Z.body,X.headers=Z.headers}return O(K,X)}function H(){if(!$){var K;clearTimeout(V),clearTimeout(T.retryTimeout),T.useXDR&&j.status===void 0?K=200:K=j.status===1223?204:j.status;var U=X,Z=null;if(K!==0?(U={body:B(),statusCode:K,method:x,headers:{},url:b,rawRequest:j},j.getAllResponseHeaders&&(U.headers=a(j.getAllResponseHeaders()))):Z=new Error("Internal XMLHttpRequest Error"),T.requestType&&d.responseInterceptorsStorage.getIsEnabled()){var G={headers:U.headers||{},body:U.body,responseUrl:j.responseURL,responseType:j.responseType},ee=d.responseInterceptorsStorage.execute(T.requestType,G);U.body=ee.body,U.headers=ee.headers}return O(Z,U,U.body)}}var j=T.xhr||null;j||(T.cors||T.useXDR?j=new d.XDomainRequest:j=new d.XMLHttpRequest);var I,$,b=j.url=T.uri||T.url,x=j.method=T.method||"GET",P=T.body||T.data,F=j.headers=T.headers||{},S=!!T.sync,E=!1,V,X={body:void 0,headers:{},statusCode:0,method:x,url:b,rawRequest:j};if("json"in T&&T.json!==!1&&(E=!0,F.accept||F.Accept||(F.Accept="application/json"),x!=="GET"&&x!=="HEAD"&&(F["content-type"]||F["Content-Type"]||(F["Content-Type"]="application/json"),P=JSON.stringify(T.json===!0?P:T.json))),j.onreadystatechange=L,j.onload=H,j.onerror=q,j.onprogress=function(){},j.onabort=function(){$=!0,clearTimeout(T.retryTimeout)},j.ontimeout=q,j.open(x,b,!S,T.username,T.password),S||(j.withCredentials=!!T.withCredentials),!S&&T.timeout>0&&(V=setTimeout(function(){if(!$){$=!0,j.abort("timeout");var K=new Error("XMLHttpRequest timeout");K.code="ETIMEDOUT",q(K)}},T.timeout)),j.setRequestHeader)for(I in F)F.hasOwnProperty(I)&&j.setRequestHeader(I,F[I]);else if(T.headers&&!l(T.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in T&&(j.responseType=T.responseType),"beforeSend"in T&&typeof T.beforeSend=="function"&&T.beforeSend(j),j.send(P||null),j}function m(T){try{if(T.responseType==="document")return T.responseXML;var A=T.responseXML&&T.responseXML.documentElement.nodeName==="parsererror";if(T.responseType===""&&!A)return T.responseXML}catch{}return null}function k(){}return $s.exports}var Wb=Gb();const Ah=mr(Wb);var So={exports:{}},Eo,$c;function Yb(){if($c)return Eo;$c=1;var r=Dh(),e=Object.create||(function(){function b(){}return function(x){if(arguments.length!==1)throw new Error("Object.create shim only accepts one parameter.");return b.prototype=x,new b}})();function t(b,x){this.name="ParsingError",this.code=b.code,this.message=x||b.message}t.prototype=e(Error.prototype),t.prototype.constructor=t,t.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}};function n(b){function x(F,S,E,V){return(F|0)*3600+(S|0)*60+(E|0)+(V|0)/1e3}var P=b.match(/^(\d+):(\d{1,2})(:\d{1,2})?\.(\d{3})/);return P?P[3]?x(P[1],P[2],P[3].replace(":",""),P[4]):P[1]>59?x(P[1],P[2],0,P[4]):x(0,P[1],P[2],P[4]):null}function s(){this.values=e(null)}s.prototype={set:function(b,x){!this.get(b)&&x!==""&&(this.values[b]=x)},get:function(b,x,P){return P?this.has(b)?this.values[b]:x[P]:this.has(b)?this.values[b]:x},has:function(b){return b in this.values},alt:function(b,x,P){for(var F=0;F<P.length;++F)if(x===P[F]){this.set(b,x);break}},integer:function(b,x){/^-?\d+$/.test(x)&&this.set(b,parseInt(x,10))},percent:function(b,x){return x.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(x=parseFloat(x),x>=0&&x<=100)?(this.set(b,x),!0):!1}};function a(b,x,P,F){var S=F?b.split(F):[b];for(var E in S)if(typeof S[E]=="string"){var V=S[E].split(P);if(V.length===2){var X=V[0].trim(),K=V[1].trim();x(X,K)}}}function o(b,x,P){var F=b;function S(){var X=n(b);if(X===null)throw new t(t.Errors.BadTimeStamp,"Malformed timestamp: "+F);return b=b.replace(/^[^\sa-zA-Z-]+/,""),X}function E(X,K){var U=new s;a(X,function(Z,G){switch(Z){case"region":for(var ee=P.length-1;ee>=0;ee--)if(P[ee].id===G){U.set(Z,P[ee].region);break}break;case"vertical":U.alt(Z,G,["rl","lr"]);break;case"line":var ie=G.split(","),ce=ie[0];U.integer(Z,ce),U.percent(Z,ce)&&U.set("snapToLines",!1),U.alt(Z,ce,["auto"]),ie.length===2&&U.alt("lineAlign",ie[1],["start","center","end"]);break;case"position":ie=G.split(","),U.percent(Z,ie[0]),ie.length===2&&U.alt("positionAlign",ie[1],["start","center","end"]);break;case"size":U.percent(Z,G);break;case"align":U.alt(Z,G,["start","center","end","left","right"]);break}},/:/,/\s/),K.region=U.get("region",null),K.vertical=U.get("vertical","");try{K.line=U.get("line","auto")}catch{}K.lineAlign=U.get("lineAlign","start"),K.snapToLines=U.get("snapToLines",!0),K.size=U.get("size",100);try{K.align=U.get("align","center")}catch{K.align=U.get("align","middle")}try{K.position=U.get("position","auto")}catch{K.position=U.get("position",{start:0,left:0,center:50,middle:50,end:100,right:100},K.align)}K.positionAlign=U.get("positionAlign",{start:"start",left:"start",center:"center",middle:"center",end:"end",right:"end"},K.align)}function V(){b=b.replace(/^\s+/,"")}if(V(),x.startTime=S(),V(),b.substr(0,3)!=="-->")throw new t(t.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '-->'): "+F);b=b.substr(3),V(),x.endTime=S(),V(),E(b,x)}var l=r.createElement&&r.createElement("textarea"),c={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},d={white:"rgba(255,255,255,1)",lime:"rgba(0,255,0,1)",cyan:"rgba(0,255,255,1)",red:"rgba(255,0,0,1)",yellow:"rgba(255,255,0,1)",magenta:"rgba(255,0,255,1)",blue:"rgba(0,0,255,1)",black:"rgba(0,0,0,1)"},g={v:"title",lang:"lang"},m={rt:"ruby"};function k(b,x){function P(){if(!x)return null;function ce(de){return x=x.substr(de.length),de}var ve=x.match(/^([^<]*)(<[^>]*>?)?/);return ce(ve[1]?ve[1]:ve[2])}function F(ce){return l.innerHTML=ce,ce=l.textContent,l.textContent="",ce}function S(ce,ve){return!m[ve.localName]||m[ve.localName]===ce.localName}function E(ce,ve){var de=c[ce];if(!de)return null;var Be=b.document.createElement(de),ke=g[ce];return ke&&ve&&(Be[ke]=ve.trim()),Be}for(var V=b.document.createElement("div"),X=V,K,U=[];(K=P())!==null;){if(K[0]==="<"){if(K[1]==="/"){U.length&&U[U.length-1]===K.substr(2).replace(">","")&&(U.pop(),X=X.parentNode);continue}var Z=n(K.substr(1,K.length-2)),G;if(Z){G=b.document.createProcessingInstruction("timestamp",Z),X.appendChild(G);continue}var ee=K.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!ee||(G=E(ee[1],ee[3]),!G)||!S(X,G))continue;if(ee[2]){var ie=ee[2].split(".");ie.forEach(function(ce){var ve=/^bg_/.test(ce),de=ve?ce.slice(3):ce;if(d.hasOwnProperty(de)){var Be=ve?"background-color":"color",ke=d[de];G.style[Be]=ke}}),G.className=ie.join(" ")}U.push(ee[1]),X.appendChild(G),X=G;continue}X.appendChild(b.document.createTextNode(F(K)))}return V}var T=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function A(b){for(var x=0;x<T.length;x++){var P=T[x];if(b>=P[0]&&b<=P[1])return!0}return!1}function y(b){var x=[],P="",F;if(!b||!b.childNodes)return"ltr";function S(X,K){for(var U=K.childNodes.length-1;U>=0;U--)X.push(K.childNodes[U])}function E(X){if(!X||!X.length)return null;var K=X.pop(),U=K.textContent||K.innerText;if(U){var Z=U.match(/^.*(\n|\r)/);return Z?(X.length=0,Z[0]):U}if(K.tagName==="ruby")return E(X);if(K.childNodes)return S(X,K),E(X)}for(S(x,b);P=E(x);)for(var V=0;V<P.length;V++)if(F=P.charCodeAt(V),A(F))return"rtl";return"ltr"}function w(b){if(typeof b.line=="number"&&(b.snapToLines||b.line>=0&&b.line<=100))return b.line;if(!b.track||!b.track.textTrackList||!b.track.textTrackList.mediaElement)return-1;for(var x=b.track,P=x.textTrackList,F=0,S=0;S<P.length&&P[S]!==x;S++)P[S].mode==="showing"&&F++;return++F*-1}function O(){}O.prototype.applyStyles=function(b,x){x=x||this.div;for(var P in b)b.hasOwnProperty(P)&&(x.style[P]=b[P])},O.prototype.formatStyle=function(b,x){return b===0?0:b+x};function L(b,x,P){O.call(this),this.cue=x,this.cueDiv=k(b,x.text);var F={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:x.vertical===""?"horizontal-tb":x.vertical==="lr"?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(F,this.cueDiv),this.div=b.document.createElement("div"),F={direction:y(this.cueDiv),writingMode:x.vertical===""?"horizontal-tb":x.vertical==="lr"?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:x.align==="middle"?"center":x.align,font:P.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(F),this.div.appendChild(this.cueDiv);var S=0;switch(x.positionAlign){case"start":case"line-left":S=x.position;break;case"center":S=x.position-x.size/2;break;case"end":case"line-right":S=x.position-x.size;break}x.vertical===""?this.applyStyles({left:this.formatStyle(S,"%"),width:this.formatStyle(x.size,"%")}):this.applyStyles({top:this.formatStyle(S,"%"),height:this.formatStyle(x.size,"%")}),this.move=function(E){this.applyStyles({top:this.formatStyle(E.top,"px"),bottom:this.formatStyle(E.bottom,"px"),left:this.formatStyle(E.left,"px"),right:this.formatStyle(E.right,"px"),height:this.formatStyle(E.height,"px"),width:this.formatStyle(E.width,"px")})}}L.prototype=e(O.prototype),L.prototype.constructor=L;function B(b){var x,P,F,S;if(b.div){P=b.div.offsetHeight,F=b.div.offsetWidth,S=b.div.offsetTop;var E=(E=b.div.childNodes)&&(E=E[0])&&E.getClientRects&&E.getClientRects();b=b.div.getBoundingClientRect(),x=E?Math.max(E[0]&&E[0].height||0,b.height/E.length):0}this.left=b.left,this.right=b.right,this.top=b.top||S,this.height=b.height||P,this.bottom=b.bottom||S+(b.height||P),this.width=b.width||F,this.lineHeight=x!==void 0?x:b.lineHeight}B.prototype.move=function(b,x){switch(x=x!==void 0?x:this.lineHeight,b){case"+x":this.left+=x,this.right+=x;break;case"-x":this.left-=x,this.right-=x;break;case"+y":this.top+=x,this.bottom+=x;break;case"-y":this.top-=x,this.bottom-=x;break}},B.prototype.overlaps=function(b){return this.left<b.right&&this.right>b.left&&this.top<b.bottom&&this.bottom>b.top},B.prototype.overlapsAny=function(b){for(var x=0;x<b.length;x++)if(this.overlaps(b[x]))return!0;return!1},B.prototype.within=function(b){return this.top>=b.top&&this.bottom<=b.bottom&&this.left>=b.left&&this.right<=b.right},B.prototype.overlapsOppositeAxis=function(b,x){switch(x){case"+x":return this.left<b.left;case"-x":return this.right>b.right;case"+y":return this.top<b.top;case"-y":return this.bottom>b.bottom}},B.prototype.intersectPercentage=function(b){var x=Math.max(0,Math.min(this.right,b.right)-Math.max(this.left,b.left)),P=Math.max(0,Math.min(this.bottom,b.bottom)-Math.max(this.top,b.top)),F=x*P;return F/(this.height*this.width)},B.prototype.toCSSCompatValues=function(b){return{top:this.top-b.top,bottom:b.bottom-this.bottom,left:this.left-b.left,right:b.right-this.right,height:this.height,width:this.width}},B.getSimpleBoxPosition=function(b){var x=b.div?b.div.offsetHeight:b.tagName?b.offsetHeight:0,P=b.div?b.div.offsetWidth:b.tagName?b.offsetWidth:0,F=b.div?b.div.offsetTop:b.tagName?b.offsetTop:0;b=b.div?b.div.getBoundingClientRect():b.tagName?b.getBoundingClientRect():b;var S={left:b.left,right:b.right,top:b.top||F,height:b.height||x,bottom:b.bottom||F+(b.height||x),width:b.width||P};return S};function q(b,x,P,F){function S(de,Be){for(var ke,we=new B(de),Ye=1,Ve=0;Ve<Be.length;Ve++){for(;de.overlapsOppositeAxis(P,Be[Ve])||de.within(P)&&de.overlapsAny(F);)de.move(Be[Ve]);if(de.within(P))return de;var et=de.intersectPercentage(P);Ye>et&&(ke=new B(de),Ye=et),de=new B(we)}return ke||we}var E=new B(x),V=x.cue,X=w(V),K=[];if(V.snapToLines){var U;switch(V.vertical){case"":K=["+y","-y"],U="height";break;case"rl":K=["+x","-x"],U="width";break;case"lr":K=["-x","+x"],U="width";break}var Z=E.lineHeight,G=Z*Math.round(X),ee=P[U]+Z,ie=K[0];Math.abs(G)>ee&&(G=G<0?-1:1,G*=Math.ceil(ee/Z)*Z),X<0&&(G+=V.vertical===""?P.height:P.width,K=K.reverse()),E.move(ie,G)}else{var ce=E.lineHeight/P.height*100;switch(V.lineAlign){case"center":X-=ce/2;break;case"end":X-=ce;break}switch(V.vertical){case"":x.applyStyles({top:x.formatStyle(X,"%")});break;case"rl":x.applyStyles({left:x.formatStyle(X,"%")});break;case"lr":x.applyStyles({right:x.formatStyle(X,"%")});break}K=["+y","-x","+x","-y"],E=new B(x)}var ve=S(E,K);x.move(ve.toCSSCompatValues(P))}function H(){}H.StringDecoder=function(){return{decode:function(b){if(!b)return"";if(typeof b!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(b))}}},H.convertCueToDOMTree=function(b,x){return!b||!x?null:k(b,x)};var j=.05,I="sans-serif",$="1.5%";return H.processCues=function(b,x,P){if(!b||!x||!P)return null;for(;P.firstChild;)P.removeChild(P.firstChild);var F=b.document.createElement("div");F.style.position="absolute",F.style.left="0",F.style.right="0",F.style.top="0",F.style.bottom="0",F.style.margin=$,P.appendChild(F);function S(Z){for(var G=0;G<Z.length;G++)if(Z[G].hasBeenReset||!Z[G].displayState)return!0;return!1}if(!S(x)){for(var E=0;E<x.length;E++)F.appendChild(x[E].displayState);return}var V=[],X=B.getSimpleBoxPosition(F),K=Math.round(X.height*j*100)/100,U={font:K+"px "+I};(function(){for(var Z,G,ee=0;ee<x.length;ee++)G=x[ee],Z=new L(b,G,U),F.appendChild(Z.div),q(b,Z,X,V),G.displayState=Z.div,V.push(B.getSimpleBoxPosition(Z))})()},H.Parser=function(b,x,P){P||(P=x,x={}),x||(x={}),this.window=b,this.vttjs=x,this.state="INITIAL",this.buffer="",this.decoder=P||new TextDecoder("utf8"),this.regionList=[]},H.Parser.prototype={reportOrThrowError:function(b){if(b instanceof t)this.onparsingerror&&this.onparsingerror(b);else throw b},parse:function(b){var x=this;b&&(x.buffer+=x.decoder.decode(b,{stream:!0}));function P(){for(var Z=x.buffer,G=0;G<Z.length&&Z[G]!=="\r"&&Z[G]!==`
|
|
14
|
+
`;)++G;var ee=Z.substr(0,G);return Z[G]==="\r"&&++G,Z[G]===`
|
|
15
|
+
`&&++G,x.buffer=Z.substr(G),ee}function F(Z){var G=new s;if(a(Z,function(ie,ce){switch(ie){case"id":G.set(ie,ce);break;case"width":G.percent(ie,ce);break;case"lines":G.integer(ie,ce);break;case"regionanchor":case"viewportanchor":var ve=ce.split(",");if(ve.length!==2)break;var de=new s;if(de.percent("x",ve[0]),de.percent("y",ve[1]),!de.has("x")||!de.has("y"))break;G.set(ie+"X",de.get("x")),G.set(ie+"Y",de.get("y"));break;case"scroll":G.alt(ie,ce,["up"]);break}},/=/,/\s/),G.has("id")){var ee=new(x.vttjs.VTTRegion||x.window.VTTRegion);ee.width=G.get("width",100),ee.lines=G.get("lines",3),ee.regionAnchorX=G.get("regionanchorX",0),ee.regionAnchorY=G.get("regionanchorY",100),ee.viewportAnchorX=G.get("viewportanchorX",0),ee.viewportAnchorY=G.get("viewportanchorY",100),ee.scroll=G.get("scroll",""),x.onregion&&x.onregion(ee),x.regionList.push({id:G.get("id"),region:ee})}}function S(Z){var G=new s;a(Z,function(ee,ie){switch(ee){case"MPEGT":G.integer(ee+"S",ie);break;case"LOCA":G.set(ee+"L",n(ie));break}},/[^\d]:/,/,/),x.ontimestampmap&&x.ontimestampmap({MPEGTS:G.get("MPEGTS"),LOCAL:G.get("LOCAL")})}function E(Z){Z.match(/X-TIMESTAMP-MAP/)?a(Z,function(G,ee){switch(G){case"X-TIMESTAMP-MAP":S(ee);break}},/=/):a(Z,function(G,ee){switch(G){case"Region":F(ee);break}},/:/)}try{var V;if(x.state==="INITIAL"){if(!/\r\n|\n/.test(x.buffer))return this;V=P();var X=V.match(/^WEBVTT([ \t].*)?$/);if(!X||!X[0])throw new t(t.Errors.BadSignature);x.state="HEADER"}for(var K=!1;x.buffer;){if(!/\r\n|\n/.test(x.buffer))return this;switch(K?K=!1:V=P(),x.state){case"HEADER":/:/.test(V)?E(V):V||(x.state="ID");continue;case"NOTE":V||(x.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(V)){x.state="NOTE";break}if(!V)continue;x.cue=new(x.vttjs.VTTCue||x.window.VTTCue)(0,0,"");try{x.cue.align="center"}catch{x.cue.align="middle"}if(x.state="CUE",V.indexOf("-->")===-1){x.cue.id=V;continue}case"CUE":try{o(V,x.cue,x.regionList)}catch(Z){x.reportOrThrowError(Z),x.cue=null,x.state="BADCUE";continue}x.state="CUETEXT";continue;case"CUETEXT":var U=V.indexOf("-->")!==-1;if(!V||U&&(K=!0)){x.oncue&&x.oncue(x.cue),x.cue=null,x.state="ID";continue}x.cue.text&&(x.cue.text+=`
|
|
16
|
+
`),x.cue.text+=V.replace(/\u2028/g,`
|
|
17
|
+
`).replace(/u2029/g,`
|
|
18
|
+
`);continue;case"BADCUE":V||(x.state="ID");continue}}}catch(Z){x.reportOrThrowError(Z),x.state==="CUETEXT"&&x.cue&&x.oncue&&x.oncue(x.cue),x.cue=null,x.state=x.state==="INITIAL"?"BADWEBVTT":"BADCUE"}return this},flush:function(){var b=this;try{if(b.buffer+=b.decoder.decode(),(b.cue||b.state==="HEADER")&&(b.buffer+=`
|
|
19
|
+
|
|
20
|
+
`,b.parse()),b.state==="INITIAL")throw new t(t.Errors.BadSignature)}catch(x){b.reportOrThrowError(x)}return b.onflush&&b.onflush(),this}},Eo=H,Eo}var ko,Uc;function Xb(){if(Uc)return ko;Uc=1;var r="auto",e={"":1,lr:1,rl:1},t={start:1,center:1,end:1,left:1,right:1,auto:1,"line-left":1,"line-right":1};function n(o){if(typeof o!="string")return!1;var l=e[o.toLowerCase()];return l?o.toLowerCase():!1}function s(o){if(typeof o!="string")return!1;var l=t[o.toLowerCase()];return l?o.toLowerCase():!1}function a(o,l,c){this.hasBeenReset=!1;var d="",g=!1,m=o,k=l,T=c,A=null,y="",w=!0,O="auto",L="start",B="auto",q="auto",H=100,j="center";Object.defineProperties(this,{id:{enumerable:!0,get:function(){return d},set:function(I){d=""+I}},pauseOnExit:{enumerable:!0,get:function(){return g},set:function(I){g=!!I}},startTime:{enumerable:!0,get:function(){return m},set:function(I){if(typeof I!="number")throw new TypeError("Start time must be set to a number.");m=I,this.hasBeenReset=!0}},endTime:{enumerable:!0,get:function(){return k},set:function(I){if(typeof I!="number")throw new TypeError("End time must be set to a number.");k=I,this.hasBeenReset=!0}},text:{enumerable:!0,get:function(){return T},set:function(I){T=""+I,this.hasBeenReset=!0}},region:{enumerable:!0,get:function(){return A},set:function(I){A=I,this.hasBeenReset=!0}},vertical:{enumerable:!0,get:function(){return y},set:function(I){var $=n(I);if($===!1)throw new SyntaxError("Vertical: an invalid or illegal direction string was specified.");y=$,this.hasBeenReset=!0}},snapToLines:{enumerable:!0,get:function(){return w},set:function(I){w=!!I,this.hasBeenReset=!0}},line:{enumerable:!0,get:function(){return O},set:function(I){if(typeof I!="number"&&I!==r)throw new SyntaxError("Line: an invalid number or illegal string was specified.");O=I,this.hasBeenReset=!0}},lineAlign:{enumerable:!0,get:function(){return L},set:function(I){var $=s(I);$?(L=$,this.hasBeenReset=!0):console.warn("lineAlign: an invalid or illegal string was specified.")}},position:{enumerable:!0,get:function(){return B},set:function(I){if(I<0||I>100)throw new Error("Position must be between 0 and 100.");B=I,this.hasBeenReset=!0}},positionAlign:{enumerable:!0,get:function(){return q},set:function(I){var $=s(I);$?(q=$,this.hasBeenReset=!0):console.warn("positionAlign: an invalid or illegal string was specified.")}},size:{enumerable:!0,get:function(){return H},set:function(I){if(I<0||I>100)throw new Error("Size must be between 0 and 100.");H=I,this.hasBeenReset=!0}},align:{enumerable:!0,get:function(){return j},set:function(I){var $=s(I);if(!$)throw new SyntaxError("align: an invalid or illegal alignment string was specified.");j=$,this.hasBeenReset=!0}}}),this.displayState=void 0}return a.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},ko=a,ko}var wo,qc;function Kb(){if(qc)return wo;qc=1;var r={"":!0,up:!0};function e(s){if(typeof s!="string")return!1;var a=r[s.toLowerCase()];return a?s.toLowerCase():!1}function t(s){return typeof s=="number"&&s>=0&&s<=100}function n(){var s=100,a=3,o=0,l=100,c=0,d=100,g="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return s},set:function(m){if(!t(m))throw new Error("Width must be between 0 and 100.");s=m}},lines:{enumerable:!0,get:function(){return a},set:function(m){if(typeof m!="number")throw new TypeError("Lines must be set to a number.");a=m}},regionAnchorY:{enumerable:!0,get:function(){return l},set:function(m){if(!t(m))throw new Error("RegionAnchorX must be between 0 and 100.");l=m}},regionAnchorX:{enumerable:!0,get:function(){return o},set:function(m){if(!t(m))throw new Error("RegionAnchorY must be between 0 and 100.");o=m}},viewportAnchorY:{enumerable:!0,get:function(){return d},set:function(m){if(!t(m))throw new Error("ViewportAnchorY must be between 0 and 100.");d=m}},viewportAnchorX:{enumerable:!0,get:function(){return c},set:function(m){if(!t(m))throw new Error("ViewportAnchorX must be between 0 and 100.");c=m}},scroll:{enumerable:!0,get:function(){return g},set:function(m){var k=e(m);k===!1?console.warn("Scroll: an invalid or illegal string was specified."):g=k}}})}return wo=n,wo}var jc;function Qb(){if(jc)return So.exports;jc=1;var r=Ea(),e=So.exports={WebVTT:Yb(),VTTCue:Xb(),VTTRegion:Kb()};r.vttjs=e,r.WebVTT=e.WebVTT;var t=e.VTTCue,n=e.VTTRegion,s=r.VTTCue,a=r.VTTRegion;return e.shim=function(){r.VTTCue=t,r.VTTRegion=n},e.restore=function(){r.VTTCue=s,r.VTTRegion=a},r.VTTCue||e.shim(),So.exports}var Zb=Qb();const Hc=mr(Zb);function bt(){return bt=Object.assign?Object.assign.bind():function(r){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(r[n]=t[n])}return r},bt.apply(null,arguments)}var zc="https://example.com",ka=function(e,t){if(/^[a-z]+:/i.test(t))return t;/^data:/.test(e)&&(e=W.location&&W.location.href||"");var n=/^\/\//.test(e),s=!W.location&&!/\/\//i.test(e);e=new W.URL(e,W.location||zc);var a=new URL(t,e);return s?a.href.slice(zc.length):n?a.href.slice(a.protocol.length):a.href},Ll=(function(){function r(){this.listeners={}}var e=r.prototype;return e.on=function(n,s){this.listeners[n]||(this.listeners[n]=[]),this.listeners[n].push(s)},e.off=function(n,s){if(!this.listeners[n])return!1;var a=this.listeners[n].indexOf(s);return this.listeners[n]=this.listeners[n].slice(0),this.listeners[n].splice(a,1),a>-1},e.trigger=function(n){var s=this.listeners[n];if(s)if(arguments.length===2)for(var a=s.length,o=0;o<a;++o)s[o].call(this,arguments[1]);else for(var l=Array.prototype.slice.call(arguments,1),c=s.length,d=0;d<c;++d)s[d].apply(this,l)},e.dispose=function(){this.listeners={}},e.pipe=function(n){this.on("data",function(s){n.push(s)})},r})(),Jb=function(e){return W.atob?W.atob(e):Buffer.from(e,"base64").toString("binary")};function Nh(r){for(var e=Jb(r),t=new Uint8Array(e.length),n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}/*! @name m3u8-parser @version 7.2.0 @license Apache-2.0 */class e4 extends Ll{constructor(){super(),this.buffer=""}push(e){let t;for(this.buffer+=e,t=this.buffer.indexOf(`
|
|
21
|
+
`);t>-1;t=this.buffer.indexOf(`
|
|
22
|
+
`))this.trigger("data",this.buffer.substring(0,t)),this.buffer=this.buffer.substring(t+1)}}const t4=" ",Do=function(r){const e=/([0-9.]*)?@?([0-9.]*)?/.exec(r||""),t={};return e[1]&&(t.length=parseInt(e[1],10)),e[2]&&(t.offset=parseInt(e[2],10)),t},i4=function(){const t="(?:"+"[^=]*"+")=(?:"+'"[^"]*"|[^,]*'+")";return new RegExp("(?:^|,)("+t+")")},Qt=function(r){const e={};if(!r)return e;const t=r.split(i4());let n=t.length,s;for(;n--;)t[n]!==""&&(s=/([^=]*)=(.*)/.exec(t[n]).slice(1),s[0]=s[0].replace(/^\s+|\s+$/g,""),s[1]=s[1].replace(/^\s+|\s+$/g,""),s[1]=s[1].replace(/^['"](.*)['"]$/g,"$1"),e[s[0]]=s[1]);return e},Gc=r=>{const e=r.split("x"),t={};return e[0]&&(t.width=parseInt(e[0],10)),e[1]&&(t.height=parseInt(e[1],10)),t};class n4 extends Ll{constructor(){super(),this.customParsers=[],this.tagMappers=[]}push(e){let t,n;if(e=e.trim(),e.length===0)return;if(e[0]!=="#"){this.trigger("data",{type:"uri",uri:e});return}this.tagMappers.reduce((a,o)=>{const l=o(e);return l===e?a:a.concat([l])},[e]).forEach(a=>{for(let o=0;o<this.customParsers.length;o++)if(this.customParsers[o].call(this,a))return;if(a.indexOf("#EXT")!==0){this.trigger("data",{type:"comment",text:a.slice(1)});return}if(a=a.replace("\r",""),t=/^#EXTM3U/.exec(a),t){this.trigger("data",{type:"tag",tagType:"m3u"});return}if(t=/^#EXTINF:([0-9\.]*)?,?(.*)?$/.exec(a),t){n={type:"tag",tagType:"inf"},t[1]&&(n.duration=parseFloat(t[1])),t[2]&&(n.title=t[2]),this.trigger("data",n);return}if(t=/^#EXT-X-TARGETDURATION:([0-9.]*)?/.exec(a),t){n={type:"tag",tagType:"targetduration"},t[1]&&(n.duration=parseInt(t[1],10)),this.trigger("data",n);return}if(t=/^#EXT-X-VERSION:([0-9.]*)?/.exec(a),t){n={type:"tag",tagType:"version"},t[1]&&(n.version=parseInt(t[1],10)),this.trigger("data",n);return}if(t=/^#EXT-X-MEDIA-SEQUENCE:(\-?[0-9.]*)?/.exec(a),t){n={type:"tag",tagType:"media-sequence"},t[1]&&(n.number=parseInt(t[1],10)),this.trigger("data",n);return}if(t=/^#EXT-X-DISCONTINUITY-SEQUENCE:(\-?[0-9.]*)?/.exec(a),t){n={type:"tag",tagType:"discontinuity-sequence"},t[1]&&(n.number=parseInt(t[1],10)),this.trigger("data",n);return}if(t=/^#EXT-X-PLAYLIST-TYPE:(.*)?$/.exec(a),t){n={type:"tag",tagType:"playlist-type"},t[1]&&(n.playlistType=t[1]),this.trigger("data",n);return}if(t=/^#EXT-X-BYTERANGE:(.*)?$/.exec(a),t){n=bt(Do(t[1]),{type:"tag",tagType:"byterange"}),this.trigger("data",n);return}if(t=/^#EXT-X-ALLOW-CACHE:(YES|NO)?/.exec(a),t){n={type:"tag",tagType:"allow-cache"},t[1]&&(n.allowed=!/NO/.test(t[1])),this.trigger("data",n);return}if(t=/^#EXT-X-MAP:(.*)$/.exec(a),t){if(n={type:"tag",tagType:"map"},t[1]){const o=Qt(t[1]);o.URI&&(n.uri=o.URI),o.BYTERANGE&&(n.byterange=Do(o.BYTERANGE))}this.trigger("data",n);return}if(t=/^#EXT-X-STREAM-INF:(.*)$/.exec(a),t){n={type:"tag",tagType:"stream-inf"},t[1]&&(n.attributes=Qt(t[1]),n.attributes.RESOLUTION&&(n.attributes.RESOLUTION=Gc(n.attributes.RESOLUTION)),n.attributes.BANDWIDTH&&(n.attributes.BANDWIDTH=parseInt(n.attributes.BANDWIDTH,10)),n.attributes["FRAME-RATE"]&&(n.attributes["FRAME-RATE"]=parseFloat(n.attributes["FRAME-RATE"])),n.attributes["PROGRAM-ID"]&&(n.attributes["PROGRAM-ID"]=parseInt(n.attributes["PROGRAM-ID"],10))),this.trigger("data",n);return}if(t=/^#EXT-X-MEDIA:(.*)$/.exec(a),t){n={type:"tag",tagType:"media"},t[1]&&(n.attributes=Qt(t[1])),this.trigger("data",n);return}if(t=/^#EXT-X-ENDLIST/.exec(a),t){this.trigger("data",{type:"tag",tagType:"endlist"});return}if(t=/^#EXT-X-DISCONTINUITY/.exec(a),t){this.trigger("data",{type:"tag",tagType:"discontinuity"});return}if(t=/^#EXT-X-PROGRAM-DATE-TIME:(.*)$/.exec(a),t){n={type:"tag",tagType:"program-date-time"},t[1]&&(n.dateTimeString=t[1],n.dateTimeObject=new Date(t[1])),this.trigger("data",n);return}if(t=/^#EXT-X-KEY:(.*)$/.exec(a),t){n={type:"tag",tagType:"key"},t[1]&&(n.attributes=Qt(t[1]),n.attributes.IV&&(n.attributes.IV.substring(0,2).toLowerCase()==="0x"&&(n.attributes.IV=n.attributes.IV.substring(2)),n.attributes.IV=n.attributes.IV.match(/.{8}/g),n.attributes.IV[0]=parseInt(n.attributes.IV[0],16),n.attributes.IV[1]=parseInt(n.attributes.IV[1],16),n.attributes.IV[2]=parseInt(n.attributes.IV[2],16),n.attributes.IV[3]=parseInt(n.attributes.IV[3],16),n.attributes.IV=new Uint32Array(n.attributes.IV))),this.trigger("data",n);return}if(t=/^#EXT-X-START:(.*)$/.exec(a),t){n={type:"tag",tagType:"start"},t[1]&&(n.attributes=Qt(t[1]),n.attributes["TIME-OFFSET"]=parseFloat(n.attributes["TIME-OFFSET"]),n.attributes.PRECISE=/YES/.test(n.attributes.PRECISE)),this.trigger("data",n);return}if(t=/^#EXT-X-CUE-OUT-CONT:(.*)?$/.exec(a),t){n={type:"tag",tagType:"cue-out-cont"},t[1]?n.data=t[1]:n.data="",this.trigger("data",n);return}if(t=/^#EXT-X-CUE-OUT:(.*)?$/.exec(a),t){n={type:"tag",tagType:"cue-out"},t[1]?n.data=t[1]:n.data="",this.trigger("data",n);return}if(t=/^#EXT-X-CUE-IN:?(.*)?$/.exec(a),t){n={type:"tag",tagType:"cue-in"},t[1]?n.data=t[1]:n.data="",this.trigger("data",n);return}if(t=/^#EXT-X-SKIP:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"skip"},n.attributes=Qt(t[1]),n.attributes.hasOwnProperty("SKIPPED-SEGMENTS")&&(n.attributes["SKIPPED-SEGMENTS"]=parseInt(n.attributes["SKIPPED-SEGMENTS"],10)),n.attributes.hasOwnProperty("RECENTLY-REMOVED-DATERANGES")&&(n.attributes["RECENTLY-REMOVED-DATERANGES"]=n.attributes["RECENTLY-REMOVED-DATERANGES"].split(t4)),this.trigger("data",n);return}if(t=/^#EXT-X-PART:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"part"},n.attributes=Qt(t[1]),["DURATION"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=parseFloat(n.attributes[o]))}),["INDEPENDENT","GAP"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=/YES/.test(n.attributes[o]))}),n.attributes.hasOwnProperty("BYTERANGE")&&(n.attributes.byterange=Do(n.attributes.BYTERANGE)),this.trigger("data",n);return}if(t=/^#EXT-X-SERVER-CONTROL:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"server-control"},n.attributes=Qt(t[1]),["CAN-SKIP-UNTIL","PART-HOLD-BACK","HOLD-BACK"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=parseFloat(n.attributes[o]))}),["CAN-SKIP-DATERANGES","CAN-BLOCK-RELOAD"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=/YES/.test(n.attributes[o]))}),this.trigger("data",n);return}if(t=/^#EXT-X-PART-INF:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"part-inf"},n.attributes=Qt(t[1]),["PART-TARGET"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=parseFloat(n.attributes[o]))}),this.trigger("data",n);return}if(t=/^#EXT-X-PRELOAD-HINT:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"preload-hint"},n.attributes=Qt(t[1]),["BYTERANGE-START","BYTERANGE-LENGTH"].forEach(function(o){if(n.attributes.hasOwnProperty(o)){n.attributes[o]=parseInt(n.attributes[o],10);const l=o==="BYTERANGE-LENGTH"?"length":"offset";n.attributes.byterange=n.attributes.byterange||{},n.attributes.byterange[l]=n.attributes[o],delete n.attributes[o]}}),this.trigger("data",n);return}if(t=/^#EXT-X-RENDITION-REPORT:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"rendition-report"},n.attributes=Qt(t[1]),["LAST-MSN","LAST-PART"].forEach(function(o){n.attributes.hasOwnProperty(o)&&(n.attributes[o]=parseInt(n.attributes[o],10))}),this.trigger("data",n);return}if(t=/^#EXT-X-DATERANGE:(.*)$/.exec(a),t&&t[1]){n={type:"tag",tagType:"daterange"},n.attributes=Qt(t[1]),["ID","CLASS"].forEach(function(l){n.attributes.hasOwnProperty(l)&&(n.attributes[l]=String(n.attributes[l]))}),["START-DATE","END-DATE"].forEach(function(l){n.attributes.hasOwnProperty(l)&&(n.attributes[l]=new Date(n.attributes[l]))}),["DURATION","PLANNED-DURATION"].forEach(function(l){n.attributes.hasOwnProperty(l)&&(n.attributes[l]=parseFloat(n.attributes[l]))}),["END-ON-NEXT"].forEach(function(l){n.attributes.hasOwnProperty(l)&&(n.attributes[l]=/YES/i.test(n.attributes[l]))}),["SCTE35-CMD"," SCTE35-OUT","SCTE35-IN"].forEach(function(l){n.attributes.hasOwnProperty(l)&&(n.attributes[l]=n.attributes[l].toString(16))});const o=/^X-([A-Z]+-)+[A-Z]+$/;for(const l in n.attributes){if(!o.test(l))continue;const c=/[0-9A-Fa-f]{6}/g.test(n.attributes[l]),d=/^\d+(\.\d+)?$/.test(n.attributes[l]);n.attributes[l]=c?n.attributes[l].toString(16):d?parseFloat(n.attributes[l]):String(n.attributes[l])}this.trigger("data",n);return}if(t=/^#EXT-X-INDEPENDENT-SEGMENTS/.exec(a),t){this.trigger("data",{type:"tag",tagType:"independent-segments"});return}if(t=/^#EXT-X-I-FRAMES-ONLY/.exec(a),t){this.trigger("data",{type:"tag",tagType:"i-frames-only"});return}if(t=/^#EXT-X-CONTENT-STEERING:(.*)$/.exec(a),t){n={type:"tag",tagType:"content-steering"},n.attributes=Qt(t[1]),this.trigger("data",n);return}if(t=/^#EXT-X-I-FRAME-STREAM-INF:(.*)$/.exec(a),t){n={type:"tag",tagType:"i-frame-playlist"},n.attributes=Qt(t[1]),n.attributes.URI&&(n.uri=n.attributes.URI),n.attributes.BANDWIDTH&&(n.attributes.BANDWIDTH=parseInt(n.attributes.BANDWIDTH,10)),n.attributes.RESOLUTION&&(n.attributes.RESOLUTION=Gc(n.attributes.RESOLUTION)),n.attributes["AVERAGE-BANDWIDTH"]&&(n.attributes["AVERAGE-BANDWIDTH"]=parseInt(n.attributes["AVERAGE-BANDWIDTH"],10)),n.attributes["FRAME-RATE"]&&(n.attributes["FRAME-RATE"]=parseFloat(n.attributes["FRAME-RATE"])),this.trigger("data",n);return}if(t=/^#EXT-X-DEFINE:(.*)$/.exec(a),t){n={type:"tag",tagType:"define"},n.attributes=Qt(t[1]),this.trigger("data",n);return}this.trigger("data",{type:"tag",data:a.slice(4)})})}addParser({expression:e,customType:t,dataParser:n,segment:s}){typeof n!="function"&&(n=a=>a),this.customParsers.push(a=>{if(e.exec(a))return this.trigger("data",{type:"custom",data:n(a),customType:t,segment:s}),!0})}addTagMapper({expression:e,map:t}){const n=s=>e.test(s)?t(s):s;this.tagMappers.push(n)}}const r4=r=>r.toLowerCase().replace(/-(\w)/g,e=>e[1].toUpperCase()),cn=function(r){const e={};return Object.keys(r).forEach(function(t){e[r4(t)]=r[t]}),e},Ao=function(r){const{serverControl:e,targetDuration:t,partTargetDuration:n}=r;if(!e)return;const s="#EXT-X-SERVER-CONTROL",a="holdBack",o="partHoldBack",l=t&&t*3,c=n&&n*2;t&&!e.hasOwnProperty(a)&&(e[a]=l,this.trigger("info",{message:`${s} defaulting HOLD-BACK to targetDuration * 3 (${l}).`})),l&&e[a]<l&&(this.trigger("warn",{message:`${s} clamping HOLD-BACK (${e[a]}) to targetDuration * 3 (${l})`}),e[a]=l),n&&!e.hasOwnProperty(o)&&(e[o]=n*3,this.trigger("info",{message:`${s} defaulting PART-HOLD-BACK to partTargetDuration * 3 (${e[o]}).`})),n&&e[o]<c&&(this.trigger("warn",{message:`${s} clamping PART-HOLD-BACK (${e[o]}) to partTargetDuration * 2 (${c}).`}),e[o]=c)};class s4 extends Ll{constructor(e={}){super(),this.lineStream=new e4,this.parseStream=new n4,this.lineStream.pipe(this.parseStream),this.mainDefinitions=e.mainDefinitions||{},this.params=new URL(e.uri,"https://a.com").searchParams,this.lastProgramDateTime=null;const t=this,n=[];let s={},a,o,l=!1;const c=function(){},d={AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},g="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed";let m=0;this.manifest={allowCache:!0,discontinuityStarts:[],dateRanges:[],iFramePlaylists:[],segments:[]};let k=0,T=0;const A={};this.on("end",()=>{s.uri||!s.parts&&!s.preloadHints||(!s.map&&a&&(s.map=a),!s.key&&o&&(s.key=o),!s.timeline&&typeof m=="number"&&(s.timeline=m),this.manifest.preloadSegment=s)}),this.parseStream.on("data",function(y){let w,O;if(t.manifest.definitions){for(const L in t.manifest.definitions)if(y.uri&&(y.uri=y.uri.replace(`{$${L}}`,t.manifest.definitions[L])),y.attributes)for(const B in y.attributes)typeof y.attributes[B]=="string"&&(y.attributes[B]=y.attributes[B].replace(`{$${L}}`,t.manifest.definitions[L]))}({tag(){({version(){y.version&&(this.manifest.version=y.version)},"allow-cache"(){this.manifest.allowCache=y.allowed,"allowed"in y||(this.trigger("info",{message:"defaulting allowCache to YES"}),this.manifest.allowCache=!0)},byterange(){const L={};"length"in y&&(s.byterange=L,L.length=y.length,"offset"in y||(y.offset=k)),"offset"in y&&(s.byterange=L,L.offset=y.offset),k=L.offset+L.length},endlist(){this.manifest.endList=!0},inf(){"mediaSequence"in this.manifest||(this.manifest.mediaSequence=0,this.trigger("info",{message:"defaulting media sequence to zero"})),"discontinuitySequence"in this.manifest||(this.manifest.discontinuitySequence=0,this.trigger("info",{message:"defaulting discontinuity sequence to zero"})),y.title&&(s.title=y.title),y.duration>0&&(s.duration=y.duration),y.duration===0&&(s.duration=.01,this.trigger("info",{message:"updating zero segment duration to a small value"})),this.manifest.segments=n},key(){if(!y.attributes){this.trigger("warn",{message:"ignoring key declaration without attribute list"});return}if(y.attributes.METHOD==="NONE"){o=null;return}if(!y.attributes.URI){this.trigger("warn",{message:"ignoring key declaration without URI"});return}if(y.attributes.KEYFORMAT==="com.apple.streamingkeydelivery"){this.manifest.contentProtection=this.manifest.contentProtection||{},this.manifest.contentProtection["com.apple.fps.1_0"]={attributes:y.attributes};return}if(y.attributes.KEYFORMAT==="com.microsoft.playready"){this.manifest.contentProtection=this.manifest.contentProtection||{},this.manifest.contentProtection["com.microsoft.playready"]={uri:y.attributes.URI};return}if(y.attributes.KEYFORMAT===g){if(["SAMPLE-AES","SAMPLE-AES-CTR","SAMPLE-AES-CENC"].indexOf(y.attributes.METHOD)===-1){this.trigger("warn",{message:"invalid key method provided for Widevine"});return}if(y.attributes.METHOD==="SAMPLE-AES-CENC"&&this.trigger("warn",{message:"SAMPLE-AES-CENC is deprecated, please use SAMPLE-AES-CTR instead"}),y.attributes.URI.substring(0,23)!=="data:text/plain;base64,"){this.trigger("warn",{message:"invalid key URI provided for Widevine"});return}if(!(y.attributes.KEYID&&y.attributes.KEYID.substring(0,2)==="0x")){this.trigger("warn",{message:"invalid key ID provided for Widevine"});return}this.manifest.contentProtection=this.manifest.contentProtection||{},this.manifest.contentProtection["com.widevine.alpha"]={attributes:{schemeIdUri:y.attributes.KEYFORMAT,keyId:y.attributes.KEYID.substring(2)},pssh:Nh(y.attributes.URI.split(",")[1])};return}y.attributes.METHOD||this.trigger("warn",{message:"defaulting key method to AES-128"}),o={method:y.attributes.METHOD||"AES-128",uri:y.attributes.URI},typeof y.attributes.IV<"u"&&(o.iv=y.attributes.IV)},"media-sequence"(){if(!isFinite(y.number)){this.trigger("warn",{message:"ignoring invalid media sequence: "+y.number});return}this.manifest.mediaSequence=y.number},"discontinuity-sequence"(){if(!isFinite(y.number)){this.trigger("warn",{message:"ignoring invalid discontinuity sequence: "+y.number});return}this.manifest.discontinuitySequence=y.number,m=y.number},"playlist-type"(){if(!/VOD|EVENT/.test(y.playlistType)){this.trigger("warn",{message:"ignoring unknown playlist type: "+y.playlist});return}this.manifest.playlistType=y.playlistType},map(){a={},y.uri&&(a.uri=y.uri),y.byterange&&(a.byterange=y.byterange),o&&(a.key=o)},"stream-inf"(){if(this.manifest.playlists=n,this.manifest.mediaGroups=this.manifest.mediaGroups||d,!y.attributes){this.trigger("warn",{message:"ignoring empty stream-inf attributes"});return}s.attributes||(s.attributes={}),bt(s.attributes,y.attributes)},media(){if(this.manifest.mediaGroups=this.manifest.mediaGroups||d,!(y.attributes&&y.attributes.TYPE&&y.attributes["GROUP-ID"]&&y.attributes.NAME)){this.trigger("warn",{message:"ignoring incomplete or missing media group"});return}const L=this.manifest.mediaGroups[y.attributes.TYPE];L[y.attributes["GROUP-ID"]]=L[y.attributes["GROUP-ID"]]||{},w=L[y.attributes["GROUP-ID"]],O={default:/yes/i.test(y.attributes.DEFAULT)},O.default?O.autoselect=!0:O.autoselect=/yes/i.test(y.attributes.AUTOSELECT),y.attributes.LANGUAGE&&(O.language=y.attributes.LANGUAGE),y.attributes.URI&&(O.uri=y.attributes.URI),y.attributes["INSTREAM-ID"]&&(O.instreamId=y.attributes["INSTREAM-ID"]),y.attributes.CHARACTERISTICS&&(O.characteristics=y.attributes.CHARACTERISTICS),y.attributes.FORCED&&(O.forced=/yes/i.test(y.attributes.FORCED)),w[y.attributes.NAME]=O},discontinuity(){m+=1,s.discontinuity=!0,this.manifest.discontinuityStarts.push(n.length)},"program-date-time"(){typeof this.manifest.dateTimeString>"u"&&(this.manifest.dateTimeString=y.dateTimeString,this.manifest.dateTimeObject=y.dateTimeObject),s.dateTimeString=y.dateTimeString,s.dateTimeObject=y.dateTimeObject;const{lastProgramDateTime:L}=this;this.lastProgramDateTime=new Date(y.dateTimeString).getTime(),L===null&&this.manifest.segments.reduceRight((B,q)=>(q.programDateTime=B-q.duration*1e3,q.programDateTime),this.lastProgramDateTime)},targetduration(){if(!isFinite(y.duration)||y.duration<0){this.trigger("warn",{message:"ignoring invalid target duration: "+y.duration});return}this.manifest.targetDuration=y.duration,Ao.call(this,this.manifest)},start(){if(!y.attributes||isNaN(y.attributes["TIME-OFFSET"])){this.trigger("warn",{message:"ignoring start declaration without appropriate attribute list"});return}this.manifest.start={timeOffset:y.attributes["TIME-OFFSET"],precise:y.attributes.PRECISE}},"cue-out"(){s.cueOut=y.data},"cue-out-cont"(){s.cueOutCont=y.data},"cue-in"(){s.cueIn=y.data},skip(){this.manifest.skip=cn(y.attributes),this.warnOnMissingAttributes_("#EXT-X-SKIP",y.attributes,["SKIPPED-SEGMENTS"])},part(){l=!0;const L=this.manifest.segments.length,B=cn(y.attributes);s.parts=s.parts||[],s.parts.push(B),B.byterange&&(B.byterange.hasOwnProperty("offset")||(B.byterange.offset=T),T=B.byterange.offset+B.byterange.length);const q=s.parts.length-1;this.warnOnMissingAttributes_(`#EXT-X-PART #${q} for segment #${L}`,y.attributes,["URI","DURATION"]),this.manifest.renditionReports&&this.manifest.renditionReports.forEach((H,j)=>{H.hasOwnProperty("lastPart")||this.trigger("warn",{message:`#EXT-X-RENDITION-REPORT #${j} lacks required attribute(s): LAST-PART`})})},"server-control"(){const L=this.manifest.serverControl=cn(y.attributes);L.hasOwnProperty("canBlockReload")||(L.canBlockReload=!1,this.trigger("info",{message:"#EXT-X-SERVER-CONTROL defaulting CAN-BLOCK-RELOAD to false"})),Ao.call(this,this.manifest),L.canSkipDateranges&&!L.hasOwnProperty("canSkipUntil")&&this.trigger("warn",{message:"#EXT-X-SERVER-CONTROL lacks required attribute CAN-SKIP-UNTIL which is required when CAN-SKIP-DATERANGES is set"})},"preload-hint"(){const L=this.manifest.segments.length,B=cn(y.attributes),q=B.type&&B.type==="PART";s.preloadHints=s.preloadHints||[],s.preloadHints.push(B),B.byterange&&(B.byterange.hasOwnProperty("offset")||(B.byterange.offset=q?T:0,q&&(T=B.byterange.offset+B.byterange.length)));const H=s.preloadHints.length-1;if(this.warnOnMissingAttributes_(`#EXT-X-PRELOAD-HINT #${H} for segment #${L}`,y.attributes,["TYPE","URI"]),!!B.type)for(let j=0;j<s.preloadHints.length-1;j++){const I=s.preloadHints[j];I.type&&I.type===B.type&&this.trigger("warn",{message:`#EXT-X-PRELOAD-HINT #${H} for segment #${L} has the same TYPE ${B.type} as preload hint #${j}`})}},"rendition-report"(){const L=cn(y.attributes);this.manifest.renditionReports=this.manifest.renditionReports||[],this.manifest.renditionReports.push(L);const B=this.manifest.renditionReports.length-1,q=["LAST-MSN","URI"];l&&q.push("LAST-PART"),this.warnOnMissingAttributes_(`#EXT-X-RENDITION-REPORT #${B}`,y.attributes,q)},"part-inf"(){this.manifest.partInf=cn(y.attributes),this.warnOnMissingAttributes_("#EXT-X-PART-INF",y.attributes,["PART-TARGET"]),this.manifest.partInf.partTarget&&(this.manifest.partTargetDuration=this.manifest.partInf.partTarget),Ao.call(this,this.manifest)},daterange(){this.manifest.dateRanges.push(cn(y.attributes));const L=this.manifest.dateRanges.length-1;this.warnOnMissingAttributes_(`#EXT-X-DATERANGE #${L}`,y.attributes,["ID","START-DATE"]);const B=this.manifest.dateRanges[L];B.endDate&&B.startDate&&new Date(B.endDate)<new Date(B.startDate)&&this.trigger("warn",{message:"EXT-X-DATERANGE END-DATE must be equal to or later than the value of the START-DATE"}),B.duration&&B.duration<0&&this.trigger("warn",{message:"EXT-X-DATERANGE DURATION must not be negative"}),B.plannedDuration&&B.plannedDuration<0&&this.trigger("warn",{message:"EXT-X-DATERANGE PLANNED-DURATION must not be negative"});const q=!!B.endOnNext;if(q&&!B.class&&this.trigger("warn",{message:"EXT-X-DATERANGE with an END-ON-NEXT=YES attribute must have a CLASS attribute"}),q&&(B.duration||B.endDate)&&this.trigger("warn",{message:"EXT-X-DATERANGE with an END-ON-NEXT=YES attribute must not contain DURATION or END-DATE attributes"}),B.duration&&B.endDate){const j=B.startDate.getTime()+B.duration*1e3;this.manifest.dateRanges[L].endDate=new Date(j)}if(!A[B.id])A[B.id]=B;else{for(const j in A[B.id])if(B[j]&&JSON.stringify(A[B.id][j])!==JSON.stringify(B[j])){this.trigger("warn",{message:"EXT-X-DATERANGE tags with the same ID in a playlist must have the same attributes values"});break}const H=this.manifest.dateRanges.findIndex(j=>j.id===B.id);this.manifest.dateRanges[H]=bt(this.manifest.dateRanges[H],B),A[B.id]=bt(A[B.id],B),this.manifest.dateRanges.pop()}},"independent-segments"(){this.manifest.independentSegments=!0},"i-frames-only"(){this.manifest.iFramesOnly=!0,this.requiredCompatibilityversion(this.manifest.version,4)},"content-steering"(){this.manifest.contentSteering=cn(y.attributes),this.warnOnMissingAttributes_("#EXT-X-CONTENT-STEERING",y.attributes,["SERVER-URI"])},define(){this.manifest.definitions=this.manifest.definitions||{};const L=(B,q)=>{if(B in this.manifest.definitions){this.trigger("error",{message:`EXT-X-DEFINE: Duplicate name ${B}`});return}this.manifest.definitions[B]=q};if("QUERYPARAM"in y.attributes){if("NAME"in y.attributes||"IMPORT"in y.attributes){this.trigger("error",{message:"EXT-X-DEFINE: Invalid attributes"});return}const B=this.params.get(y.attributes.QUERYPARAM);if(!B){this.trigger("error",{message:`EXT-X-DEFINE: No query param ${y.attributes.QUERYPARAM}`});return}L(y.attributes.QUERYPARAM,decodeURIComponent(B));return}if("NAME"in y.attributes){if("IMPORT"in y.attributes){this.trigger("error",{message:"EXT-X-DEFINE: Invalid attributes"});return}if(!("VALUE"in y.attributes)||typeof y.attributes.VALUE!="string"){this.trigger("error",{message:`EXT-X-DEFINE: No value for ${y.attributes.NAME}`});return}L(y.attributes.NAME,y.attributes.VALUE);return}if("IMPORT"in y.attributes){if(!this.mainDefinitions[y.attributes.IMPORT]){this.trigger("error",{message:`EXT-X-DEFINE: No value ${y.attributes.IMPORT} to import, or IMPORT used on main playlist`});return}L(y.attributes.IMPORT,this.mainDefinitions[y.attributes.IMPORT]);return}this.trigger("error",{message:"EXT-X-DEFINE: No attribute"})},"i-frame-playlist"(){this.manifest.iFramePlaylists.push({attributes:y.attributes,uri:y.uri,timeline:m}),this.warnOnMissingAttributes_("#EXT-X-I-FRAME-STREAM-INF",y.attributes,["BANDWIDTH","URI"])}}[y.tagType]||c).call(t)},uri(){s.uri=y.uri,n.push(s),this.manifest.targetDuration&&!("duration"in s)&&(this.trigger("warn",{message:"defaulting segment duration to the target duration"}),s.duration=this.manifest.targetDuration),o&&(s.key=o),s.timeline=m,a&&(s.map=a),T=0,this.lastProgramDateTime!==null&&(s.programDateTime=this.lastProgramDateTime,this.lastProgramDateTime+=s.duration*1e3),s={}},comment(){},custom(){y.segment?(s.custom=s.custom||{},s.custom[y.customType]=y.data):(this.manifest.custom=this.manifest.custom||{},this.manifest.custom[y.customType]=y.data)}})[y.type].call(t)})}requiredCompatibilityversion(e,t){(e<t||!e)&&this.trigger("warn",{message:`manifest must be at least version ${t}`})}warnOnMissingAttributes_(e,t,n){const s=[];n.forEach(function(a){t.hasOwnProperty(a)||s.push(a)}),s.length&&this.trigger("warn",{message:`${e} lacks required attribute(s): ${s.join(", ")}`})}push(e){this.lineStream.push(e)}end(){this.lineStream.push(`
|
|
23
|
+
`),this.manifest.dateRanges.length&&this.lastProgramDateTime===null&&this.trigger("warn",{message:"A playlist with EXT-X-DATERANGE tag must contain atleast one EXT-X-PROGRAM-DATE-TIME tag"}),this.lastProgramDateTime=null,this.trigger("end")}addParser(e){this.parseStream.addParser(e)}addTagMapper(e){this.parseStream.addTagMapper(e)}}var Bn={mp4:/^(av0?1|avc0?[1234]|vp0?9|flac|opus|mp3|mp4a|mp4v|stpp.ttml.im1t)/,webm:/^(vp0?[89]|av0?1|opus|vorbis)/,ogg:/^(vp0?[89]|theora|flac|opus|vorbis)/,video:/^(av0?1|avc0?[1234]|vp0?[89]|hvc1|hev1|theora|mp4v)/,audio:/^(mp4a|flac|vorbis|opus|ac-[34]|ec-3|alac|mp3|speex|aac)/,text:/^(stpp.ttml.im1t)/,muxerVideo:/^(avc0?1)/,muxerAudio:/^(mp4a)/,muxerText:/a^/},a4=["video","audio","text"],Wc=["Video","Audio","Text"],Ih=function(e){return e&&e.replace(/avc1\.(\d+)\.(\d+)/i,function(t,n,s){var a=("00"+Number(n).toString(16)).slice(-2),o=("00"+Number(s).toString(16)).slice(-2);return"avc1."+a+"00"+o})},Fi=function(e){e===void 0&&(e="");var t=e.split(","),n=[];return t.forEach(function(s){s=s.trim();var a;a4.forEach(function(o){var l=Bn[o].exec(s.toLowerCase());if(!(!l||l.length<=1)){a=o;var c=s.substring(0,l[1].length),d=s.replace(c,"");n.push({type:c,details:d,mediaType:o})}}),a||n.push({type:s,details:"",mediaType:"unknown"})}),n},o4=function(e,t){if(!e.mediaGroups.AUDIO||!t)return null;var n=e.mediaGroups.AUDIO[t];if(!n)return null;for(var s in n){var a=n[s];if(a.default&&a.playlists)return Fi(a.playlists[0].attributes.CODECS)}return null},Oh=function(e){return e===void 0&&(e=""),Bn.audio.test(e.trim().toLowerCase())},l4=function(e){return e===void 0&&(e=""),Bn.text.test(e.trim().toLowerCase())},ar=function(e){if(!(!e||typeof e!="string")){var t=e.toLowerCase().split(",").map(function(a){return Ih(a.trim())}),n="video";t.length===1&&Oh(t[0])?n="audio":t.length===1&&l4(t[0])&&(n="application");var s="mp4";return t.every(function(a){return Bn.mp4.test(a)})?s="mp4":t.every(function(a){return Bn.webm.test(a)})?s="webm":t.every(function(a){return Bn.ogg.test(a)})&&(s="ogg"),n+"/"+s+';codecs="'+e+'"'}},Qr=function(e,t){return e===void 0&&(e=""),t===void 0&&(t=!1),W.MediaSource&&W.MediaSource.isTypeSupported&&W.MediaSource.isTypeSupported(ar(e))||t&&W.ManagedMediaSource&&W.ManagedMediaSource.isTypeSupported&&W.ManagedMediaSource.isTypeSupported(ar(e))||!1},No=function(e){return e===void 0&&(e=""),e.toLowerCase().split(",").every(function(t){t=t.trim();for(var n=0;n<Wc.length;n++){var s=Wc[n];if(Bn["muxer"+s].test(t))return!0}return!1})},Yc="mp4a.40.2",u4="avc1.4d400d",c4=/^(audio|video|application)\/(x-|vnd\.apple\.)?mpegurl/i,d4=/^application\/dash\+xml/i,Bh=function(e){return c4.test(e)?"hls":d4.test(e)?"dash":e==="application/vnd.videojs.vhs+json"?"vhs-json":null},h4=function(e){return e.toString(2).length},f4=function(e){return Math.ceil(h4(e)/8)},Lh=function(e){return ArrayBuffer.isView==="function"?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer},p4=function(e){return Lh(e)},Oe=function(e){return e instanceof Uint8Array?e:(!Array.isArray(e)&&!p4(e)&&!(e instanceof ArrayBuffer)&&(typeof e!="number"||typeof e=="number"&&e!==e?e=0:e=[e]),new Uint8Array(e&&e.buffer||e,e&&e.byteOffset||0,e&&e.byteLength||0))},Rt=W.BigInt||Number,tl=[Rt("0x1"),Rt("0x100"),Rt("0x10000"),Rt("0x1000000"),Rt("0x100000000"),Rt("0x10000000000"),Rt("0x1000000000000"),Rt("0x100000000000000"),Rt("0x10000000000000000")];(function(){var r=new Uint16Array([65484]),e=new Uint8Array(r.buffer,r.byteOffset,r.byteLength);return e[0]===255?"big":e[0]===204?"little":"unknown"})();var m4=function(e,t){var n=t===void 0?{}:t,s=n.signed,a=s===void 0?!1:s,o=n.le,l=o===void 0?!1:o;e=Oe(e);var c=l?"reduce":"reduceRight",d=e[c]?e[c]:Array.prototype[c],g=d.call(e,function(k,T,A){var y=l?A:Math.abs(A+1-e.length);return k+Rt(T)*tl[y]},Rt(0));if(a){var m=tl[e.length]/Rt(2)-Rt(1);g=Rt(g),g>m&&(g-=m,g-=m,g-=Rt(2))}return Number(g)},g4=function(e,t){var n={},s=n.le,a=s===void 0?!1:s;(typeof e!="bigint"&&typeof e!="number"||typeof e=="number"&&e!==e)&&(e=0),e=Rt(e);for(var o=f4(e),l=new Uint8Array(new ArrayBuffer(o)),c=0;c<o;c++){var d=a?c:Math.abs(c+1-l.length);l[d]=Number(e/tl[c]&Rt(255)),e<0&&(l[d]=Math.abs(~l[d]),l[d]-=c===0?1:2)}return l},Mh=function(e,t){if(typeof e!="string"&&e&&typeof e.toString=="function"&&(e=e.toString()),typeof e!="string")return new Uint8Array;t||(e=unescape(encodeURIComponent(e)));for(var n=new Uint8Array(e.length),s=0;s<e.length;s++)n[s]=e.charCodeAt(s);return n},v4=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(t=t.filter(function(l){return l&&(l.byteLength||l.length)&&typeof l!="string"}),t.length<=1)return Oe(t[0]);var s=t.reduce(function(l,c,d){return l+(c.byteLength||c.length)},0),a=new Uint8Array(s),o=0;return t.forEach(function(l){l=Oe(l),a.set(l,o),o+=l.byteLength}),a},dt=function(e,t,n){var s=n===void 0?{}:n,a=s.offset,o=a===void 0?0:a,l=s.mask,c=l===void 0?[]:l;e=Oe(e),t=Oe(t);var d=t.every?t.every:Array.prototype.every;return t.length&&e.length-o>=t.length&&d.call(t,function(g,m){var k=c[m]?c[m]&e[o+m]:e[o+m];return g===k})},y4=function(e,t,n){t.forEach(function(s){for(var a in e.mediaGroups[s])for(var o in e.mediaGroups[s][a]){var l=e.mediaGroups[s][a][o];n(l,s,a,o)}})},qr={},Zi={},kn={},Xc;function wa(){if(Xc)return kn;Xc=1;function r(a,o,l){if(l===void 0&&(l=Array.prototype),a&&typeof l.find=="function")return l.find.call(a,o);for(var c=0;c<a.length;c++)if(Object.prototype.hasOwnProperty.call(a,c)){var d=a[c];if(o.call(void 0,d,c,a))return d}}function e(a,o){return o===void 0&&(o=Object),o&&typeof o.freeze=="function"?o.freeze(a):a}function t(a,o){if(a===null||typeof a!="object")throw new TypeError("target is not an object");for(var l in o)Object.prototype.hasOwnProperty.call(o,l)&&(a[l]=o[l]);return a}var n=e({HTML:"text/html",isHTML:function(a){return a===n.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),s=e({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(a){return a===s.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});return kn.assign=t,kn.find=r,kn.freeze=e,kn.MIME_TYPE=n,kn.NAMESPACE=s,kn}var Kc;function Ph(){if(Kc)return Zi;Kc=1;var r=wa(),e=r.find,t=r.NAMESPACE;function n(C){return C!==""}function s(C){return C?C.split(/[\t\n\f\r ]+/).filter(n):[]}function a(C,D){return C.hasOwnProperty(D)||(C[D]=!0),C}function o(C){if(!C)return[];var D=s(C);return Object.keys(D.reduce(a,{}))}function l(C){return function(D){return C&&C.indexOf(D)!==-1}}function c(C,D){for(var Q in C)Object.prototype.hasOwnProperty.call(C,Q)&&(D[Q]=C[Q])}function d(C,D){var Q=C.prototype;if(!(Q instanceof D)){let ae=function(){};ae.prototype=D.prototype,ae=new ae,c(Q,ae),C.prototype=Q=ae}Q.constructor!=C&&(typeof C!="function"&&console.error("unknown Class:"+C),Q.constructor=C)}var g={},m=g.ELEMENT_NODE=1,k=g.ATTRIBUTE_NODE=2,T=g.TEXT_NODE=3,A=g.CDATA_SECTION_NODE=4,y=g.ENTITY_REFERENCE_NODE=5,w=g.ENTITY_NODE=6,O=g.PROCESSING_INSTRUCTION_NODE=7,L=g.COMMENT_NODE=8,B=g.DOCUMENT_NODE=9,q=g.DOCUMENT_TYPE_NODE=10,H=g.DOCUMENT_FRAGMENT_NODE=11,j=g.NOTATION_NODE=12,I={},$={};I.INDEX_SIZE_ERR=($[1]="Index size error",1),I.DOMSTRING_SIZE_ERR=($[2]="DOMString size error",2);var b=I.HIERARCHY_REQUEST_ERR=($[3]="Hierarchy request error",3);I.WRONG_DOCUMENT_ERR=($[4]="Wrong document",4);var x=I.INVALID_CHARACTER_ERR=($[5]="Invalid character",5);I.NO_DATA_ALLOWED_ERR=($[6]="No data allowed",6),I.NO_MODIFICATION_ALLOWED_ERR=($[7]="No modification allowed",7);var P=I.NOT_FOUND_ERR=($[8]="Not found",8);I.NOT_SUPPORTED_ERR=($[9]="Not supported",9);var F=I.INUSE_ATTRIBUTE_ERR=($[10]="Attribute in use",10);I.INVALID_STATE_ERR=($[11]="Invalid state",11),I.SYNTAX_ERR=($[12]="Syntax error",12),I.INVALID_MODIFICATION_ERR=($[13]="Invalid modification",13),I.NAMESPACE_ERR=($[14]="Invalid namespace",14),I.INVALID_ACCESS_ERR=($[15]="Invalid access",15);function S(C,D){if(D instanceof Error)var Q=D;else Q=this,Error.call(this,$[C]),this.message=$[C],Error.captureStackTrace&&Error.captureStackTrace(this,S);return Q.code=C,D&&(this.message=this.message+": "+D),Q}S.prototype=Error.prototype,c(I,S);function E(){}E.prototype={length:0,item:function(C){return C>=0&&C<this.length?this[C]:null},toString:function(C,D){for(var Q=[],ae=0;ae<this.length;ae++)Gt(this[ae],Q,C,D);return Q.join("")},filter:function(C){return Array.prototype.filter.call(this,C)},indexOf:function(C){return Array.prototype.indexOf.call(this,C)}};function V(C,D){this._node=C,this._refresh=D,X(this)}function X(C){var D=C._node._inc||C._node.ownerDocument._inc;if(C._inc!==D){var Q=C._refresh(C._node);if(Si(C,"length",Q.length),!C.$$length||Q.length<C.$$length)for(var ae=Q.length;ae in C;ae++)Object.prototype.hasOwnProperty.call(C,ae)&&delete C[ae];c(Q,C),C._inc=D}}V.prototype.item=function(C){return X(this),this[C]||null},d(V,E);function K(){}function U(C,D){for(var Q=C.length;Q--;)if(C[Q]===D)return Q}function Z(C,D,Q,ae){if(ae?D[U(D,ae)]=Q:D[D.length++]=Q,C){Q.ownerElement=C;var ye=C.ownerDocument;ye&&(ae&&ke(ye,C,ae),Be(ye,C,Q))}}function G(C,D,Q){var ae=U(D,Q);if(ae>=0){for(var ye=D.length-1;ae<ye;)D[ae]=D[++ae];if(D.length=ye,C){var Ie=C.ownerDocument;Ie&&(ke(Ie,C,Q),Q.ownerElement=null)}}else throw new S(P,new Error(C.tagName+"@"+Q))}K.prototype={length:0,item:E.prototype.item,getNamedItem:function(C){for(var D=this.length;D--;){var Q=this[D];if(Q.nodeName==C)return Q}},setNamedItem:function(C){var D=C.ownerElement;if(D&&D!=this._ownerElement)throw new S(F);var Q=this.getNamedItem(C.nodeName);return Z(this._ownerElement,this,C,Q),Q},setNamedItemNS:function(C){var D=C.ownerElement,Q;if(D&&D!=this._ownerElement)throw new S(F);return Q=this.getNamedItemNS(C.namespaceURI,C.localName),Z(this._ownerElement,this,C,Q),Q},removeNamedItem:function(C){var D=this.getNamedItem(C);return G(this._ownerElement,this,D),D},removeNamedItemNS:function(C,D){var Q=this.getNamedItemNS(C,D);return G(this._ownerElement,this,Q),Q},getNamedItemNS:function(C,D){for(var Q=this.length;Q--;){var ae=this[Q];if(ae.localName==D&&ae.namespaceURI==C)return ae}return null}};function ee(){}ee.prototype={hasFeature:function(C,D){return!0},createDocument:function(C,D,Q){var ae=new de;if(ae.implementation=this,ae.childNodes=new E,ae.doctype=Q||null,Q&&ae.appendChild(Q),D){var ye=ae.createElementNS(C,D);ae.appendChild(ye)}return ae},createDocumentType:function(C,D,Q){var ae=new Xe;return ae.name=C,ae.nodeName=C,ae.publicId=D||"",ae.systemId=Q||"",ae}};function ie(){}ie.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(C,D){return pe(this,C,D)},replaceChild:function(C,D){pe(this,C,D,Ae),D&&this.removeChild(D)},removeChild:function(C){return Ye(this,C)},appendChild:function(C){return this.insertBefore(C,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(C){return $t(this.ownerDocument||this,this,C)},normalize:function(){for(var C=this.firstChild;C;){var D=C.nextSibling;D&&D.nodeType==T&&C.nodeType==T?(this.removeChild(D),C.appendData(D.data)):(C.normalize(),C=D)}},isSupported:function(C,D){return this.ownerDocument.implementation.hasFeature(C,D)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(C){for(var D=this;D;){var Q=D._nsMap;if(Q){for(var ae in Q)if(Object.prototype.hasOwnProperty.call(Q,ae)&&Q[ae]===C)return ae}D=D.nodeType==k?D.ownerDocument:D.parentNode}return null},lookupNamespaceURI:function(C){for(var D=this;D;){var Q=D._nsMap;if(Q&&Object.prototype.hasOwnProperty.call(Q,C))return Q[C];D=D.nodeType==k?D.ownerDocument:D.parentNode}return null},isDefaultNamespace:function(C){var D=this.lookupPrefix(C);return D==null}};function ce(C){return C=="<"&&"<"||C==">"&&">"||C=="&"&&"&"||C=='"'&&"""||"&#"+C.charCodeAt()+";"}c(g,ie),c(g,ie.prototype);function ve(C,D){if(D(C))return!0;if(C=C.firstChild)do if(ve(C,D))return!0;while(C=C.nextSibling)}function de(){this.ownerDocument=this}function Be(C,D,Q){C&&C._inc++;var ae=Q.namespaceURI;ae===t.XMLNS&&(D._nsMap[Q.prefix?Q.localName:""]=Q.value)}function ke(C,D,Q,ae){C&&C._inc++;var ye=Q.namespaceURI;ye===t.XMLNS&&delete D._nsMap[Q.prefix?Q.localName:""]}function we(C,D,Q){if(C&&C._inc){C._inc++;var ae=D.childNodes;if(Q)ae[ae.length++]=Q;else{for(var ye=D.firstChild,Ie=0;ye;)ae[Ie++]=ye,ye=ye.nextSibling;ae.length=Ie,delete ae[ae.length]}}}function Ye(C,D){var Q=D.previousSibling,ae=D.nextSibling;return Q?Q.nextSibling=ae:C.firstChild=ae,ae?ae.previousSibling=Q:C.lastChild=Q,D.parentNode=null,D.previousSibling=null,D.nextSibling=null,we(C.ownerDocument,C),D}function Ve(C){return C&&(C.nodeType===ie.DOCUMENT_NODE||C.nodeType===ie.DOCUMENT_FRAGMENT_NODE||C.nodeType===ie.ELEMENT_NODE)}function et(C){return C&&(Le(C)||Ue(C)||Qe(C)||C.nodeType===ie.DOCUMENT_FRAGMENT_NODE||C.nodeType===ie.COMMENT_NODE||C.nodeType===ie.PROCESSING_INSTRUCTION_NODE)}function Qe(C){return C&&C.nodeType===ie.DOCUMENT_TYPE_NODE}function Le(C){return C&&C.nodeType===ie.ELEMENT_NODE}function Ue(C){return C&&C.nodeType===ie.TEXT_NODE}function At(C,D){var Q=C.childNodes||[];if(e(Q,Le)||Qe(D))return!1;var ae=e(Q,Qe);return!(D&&ae&&Q.indexOf(ae)>Q.indexOf(D))}function qe(C,D){var Q=C.childNodes||[];function ae(Ie){return Le(Ie)&&Ie!==D}if(e(Q,ae))return!1;var ye=e(Q,Qe);return!(D&&ye&&Q.indexOf(ye)>Q.indexOf(D))}function St(C,D,Q){if(!Ve(C))throw new S(b,"Unexpected parent node type "+C.nodeType);if(Q&&Q.parentNode!==C)throw new S(P,"child not in parent");if(!et(D)||Qe(D)&&C.nodeType!==ie.DOCUMENT_NODE)throw new S(b,"Unexpected node type "+D.nodeType+" for parent node type "+C.nodeType)}function Ee(C,D,Q){var ae=C.childNodes||[],ye=D.childNodes||[];if(D.nodeType===ie.DOCUMENT_FRAGMENT_NODE){var Ie=ye.filter(Le);if(Ie.length>1||e(ye,Ue))throw new S(b,"More than one element or text in fragment");if(Ie.length===1&&!At(C,Q))throw new S(b,"Element in fragment can not be inserted before doctype")}if(Le(D)&&!At(C,Q))throw new S(b,"Only one element can be added and only after doctype");if(Qe(D)){if(e(ae,Qe))throw new S(b,"Only one doctype is allowed");var it=e(ae,Le);if(Q&&ae.indexOf(it)<ae.indexOf(Q))throw new S(b,"Doctype can only be inserted before an element");if(!Q&&it)throw new S(b,"Doctype can not be appended since element is present")}}function Ae(C,D,Q){var ae=C.childNodes||[],ye=D.childNodes||[];if(D.nodeType===ie.DOCUMENT_FRAGMENT_NODE){var Ie=ye.filter(Le);if(Ie.length>1||e(ye,Ue))throw new S(b,"More than one element or text in fragment");if(Ie.length===1&&!qe(C,Q))throw new S(b,"Element in fragment can not be inserted before doctype")}if(Le(D)&&!qe(C,Q))throw new S(b,"Only one element can be added and only after doctype");if(Qe(D)){if(e(ae,function(Wt){return Qe(Wt)&&Wt!==Q}))throw new S(b,"Only one doctype is allowed");var it=e(ae,Le);if(Q&&ae.indexOf(it)<ae.indexOf(Q))throw new S(b,"Doctype can only be inserted before an element")}}function pe(C,D,Q,ae){St(C,D,Q),C.nodeType===ie.DOCUMENT_NODE&&(ae||Ee)(C,D,Q);var ye=D.parentNode;if(ye&&ye.removeChild(D),D.nodeType===H){var Ie=D.firstChild;if(Ie==null)return D;var it=D.lastChild}else Ie=it=D;var kt=Q?Q.previousSibling:C.lastChild;Ie.previousSibling=kt,it.nextSibling=Q,kt?kt.nextSibling=Ie:C.firstChild=Ie,Q==null?C.lastChild=it:Q.previousSibling=it;do{Ie.parentNode=C;var Wt=C.ownerDocument||C;De(Ie,Wt)}while(Ie!==it&&(Ie=Ie.nextSibling));return we(C.ownerDocument||C,C),D.nodeType==H&&(D.firstChild=D.lastChild=null),D}function De(C,D){if(C.ownerDocument!==D){if(C.ownerDocument=D,C.nodeType===m&&C.attributes)for(var Q=0;Q<C.attributes.length;Q++){var ae=C.attributes.item(Q);ae&&(ae.ownerDocument=D)}for(var ye=C.firstChild;ye;)De(ye,D),ye=ye.nextSibling}}function Ge(C,D){D.parentNode&&D.parentNode.removeChild(D),D.parentNode=C,D.previousSibling=C.lastChild,D.nextSibling=null,D.previousSibling?D.previousSibling.nextSibling=D:C.firstChild=D,C.lastChild=D,we(C.ownerDocument,C,D);var Q=C.ownerDocument||C;return De(D,Q),D}de.prototype={nodeName:"#document",nodeType:B,doctype:null,documentElement:null,_inc:1,insertBefore:function(C,D){if(C.nodeType==H){for(var Q=C.firstChild;Q;){var ae=Q.nextSibling;this.insertBefore(Q,D),Q=ae}return C}return pe(this,C,D),De(C,this),this.documentElement===null&&C.nodeType===m&&(this.documentElement=C),C},removeChild:function(C){return this.documentElement==C&&(this.documentElement=null),Ye(this,C)},replaceChild:function(C,D){pe(this,C,D,Ae),De(C,this),D&&this.removeChild(D),Le(C)&&(this.documentElement=C)},importNode:function(C,D){return Xi(this,C,D)},getElementById:function(C){var D=null;return ve(this.documentElement,function(Q){if(Q.nodeType==m&&Q.getAttribute("id")==C)return D=Q,!0}),D},getElementsByClassName:function(C){var D=o(C);return new V(this,function(Q){var ae=[];return D.length>0&&ve(Q.documentElement,function(ye){if(ye!==Q&&ye.nodeType===m){var Ie=ye.getAttribute("class");if(Ie){var it=C===Ie;if(!it){var kt=o(Ie);it=D.every(l(kt))}it&&ae.push(ye)}}}),ae})},createElement:function(C){var D=new st;D.ownerDocument=this,D.nodeName=C,D.tagName=C,D.localName=C,D.childNodes=new E;var Q=D.attributes=new K;return Q._ownerElement=D,D},createDocumentFragment:function(){var C=new ui;return C.ownerDocument=this,C.childNodes=new E,C},createTextNode:function(C){var D=new oe;return D.ownerDocument=this,D.appendData(C),D},createComment:function(C){var D=new xe;return D.ownerDocument=this,D.appendData(C),D},createCDATASection:function(C){if(C.indexOf("]]>")!==-1)throw new S(x,'data contains "]]>"');var D=new he;return D.ownerDocument=this,D.appendData(C),D},createProcessingInstruction:function(C,D){var Q=new Lt;return Q.ownerDocument=this,Q.tagName=Q.nodeName=Q.target=C,Q.nodeValue=Q.data=D,Q},createAttribute:function(C){var D=new ne;return D.ownerDocument=this,D.name=C,D.nodeName=C,D.localName=C,D.specified=!0,D},createEntityReference:function(C){var D=new je;return D.ownerDocument=this,D.nodeName=C,D},createElementNS:function(C,D){var Q=new st,ae=D.split(":"),ye=Q.attributes=new K;return Q.childNodes=new E,Q.ownerDocument=this,Q.nodeName=D,Q.tagName=D,Q.namespaceURI=C,ae.length==2?(Q.prefix=ae[0],Q.localName=ae[1]):Q.localName=D,ye._ownerElement=Q,Q},createAttributeNS:function(C,D){var Q=new ne,ae=D.split(":");return Q.ownerDocument=this,Q.nodeName=D,Q.name=D,Q.namespaceURI=C,Q.specified=!0,ae.length==2?(Q.prefix=ae[0],Q.localName=ae[1]):Q.localName=D,Q}},d(de,ie);function st(){this._nsMap={}}st.prototype={nodeType:m,hasAttribute:function(C){return this.getAttributeNode(C)!=null},getAttribute:function(C){var D=this.getAttributeNode(C);return D&&D.value||""},getAttributeNode:function(C){return this.attributes.getNamedItem(C)},setAttribute:function(C,D){var Q=this.ownerDocument.createAttribute(C);Q.value=Q.nodeValue=""+D,this.setAttributeNode(Q)},removeAttribute:function(C){var D=this.getAttributeNode(C);D&&this.removeAttributeNode(D)},appendChild:function(C){return C.nodeType===H?this.insertBefore(C,null):Ge(this,C)},setAttributeNode:function(C){return this.attributes.setNamedItem(C)},setAttributeNodeNS:function(C){return this.attributes.setNamedItemNS(C)},removeAttributeNode:function(C){return this.attributes.removeNamedItem(C.nodeName)},removeAttributeNS:function(C,D){var Q=this.getAttributeNodeNS(C,D);Q&&this.removeAttributeNode(Q)},hasAttributeNS:function(C,D){return this.getAttributeNodeNS(C,D)!=null},getAttributeNS:function(C,D){var Q=this.getAttributeNodeNS(C,D);return Q&&Q.value||""},setAttributeNS:function(C,D,Q){var ae=this.ownerDocument.createAttributeNS(C,D);ae.value=ae.nodeValue=""+Q,this.setAttributeNode(ae)},getAttributeNodeNS:function(C,D){return this.attributes.getNamedItemNS(C,D)},getElementsByTagName:function(C){return new V(this,function(D){var Q=[];return ve(D,function(ae){ae!==D&&ae.nodeType==m&&(C==="*"||ae.tagName==C)&&Q.push(ae)}),Q})},getElementsByTagNameNS:function(C,D){return new V(this,function(Q){var ae=[];return ve(Q,function(ye){ye!==Q&&ye.nodeType===m&&(C==="*"||ye.namespaceURI===C)&&(D==="*"||ye.localName==D)&&ae.push(ye)}),ae})}},de.prototype.getElementsByTagName=st.prototype.getElementsByTagName,de.prototype.getElementsByTagNameNS=st.prototype.getElementsByTagNameNS,d(st,ie);function ne(){}ne.prototype.nodeType=k,d(ne,ie);function se(){}se.prototype={data:"",substringData:function(C,D){return this.data.substring(C,C+D)},appendData:function(C){C=this.data+C,this.nodeValue=this.data=C,this.length=C.length},insertData:function(C,D){this.replaceData(C,0,D)},appendChild:function(C){throw new Error($[b])},deleteData:function(C,D){this.replaceData(C,D,"")},replaceData:function(C,D,Q){var ae=this.data.substring(0,C),ye=this.data.substring(C+D);Q=ae+Q+ye,this.nodeValue=this.data=Q,this.length=Q.length}},d(se,ie);function oe(){}oe.prototype={nodeName:"#text",nodeType:T,splitText:function(C){var D=this.data,Q=D.substring(C);D=D.substring(0,C),this.data=this.nodeValue=D,this.length=D.length;var ae=this.ownerDocument.createTextNode(Q);return this.parentNode&&this.parentNode.insertBefore(ae,this.nextSibling),ae}},d(oe,se);function xe(){}xe.prototype={nodeName:"#comment",nodeType:L},d(xe,se);function he(){}he.prototype={nodeName:"#cdata-section",nodeType:A},d(he,se);function Xe(){}Xe.prototype.nodeType=q,d(Xe,ie);function Ze(){}Ze.prototype.nodeType=j,d(Ze,ie);function Et(){}Et.prototype.nodeType=w,d(Et,ie);function je(){}je.prototype.nodeType=y,d(je,ie);function ui(){}ui.prototype.nodeName="#document-fragment",ui.prototype.nodeType=H,d(ui,ie);function Lt(){}Lt.prototype.nodeType=O,d(Lt,ie);function ci(){}ci.prototype.serializeToString=function(C,D,Q){return ft.call(C,D,Q)},ie.prototype.toString=ft;function ft(C,D){var Q=[],ae=this.nodeType==9&&this.documentElement||this,ye=ae.prefix,Ie=ae.namespaceURI;if(Ie&&ye==null){var ye=ae.lookupPrefix(Ie);if(ye==null)var it=[{namespace:Ie,prefix:null}]}return Gt(this,Q,C,D,it),Q.join("")}function Ft(C,D,Q){var ae=C.prefix||"",ye=C.namespaceURI;if(!ye||ae==="xml"&&ye===t.XML||ye===t.XMLNS)return!1;for(var Ie=Q.length;Ie--;){var it=Q[Ie];if(it.prefix===ae)return it.namespace!==ye}return!0}function di(C,D,Q){C.push(" ",D,'="',Q.replace(/[<>&"\t\n\r]/g,ce),'"')}function Gt(C,D,Q,ae,ye){if(ye||(ye=[]),ae)if(C=ae(C),C){if(typeof C=="string"){D.push(C);return}}else return;switch(C.nodeType){case m:var Ie=C.attributes,it=Ie.length,lt=C.firstChild,kt=C.tagName;Q=t.isHTML(C.namespaceURI)||Q;var Wt=kt;if(!Q&&!C.prefix&&C.namespaceURI){for(var Ut,Mt=0;Mt<Ie.length;Mt++)if(Ie.item(Mt).name==="xmlns"){Ut=Ie.item(Mt).value;break}if(!Ut)for(var ii=ye.length-1;ii>=0;ii--){var Ke=ye[ii];if(Ke.prefix===""&&Ke.namespace===C.namespaceURI){Ut=Ke.namespace;break}}if(Ut!==C.namespaceURI)for(var ii=ye.length-1;ii>=0;ii--){var Ke=ye[ii];if(Ke.namespace===C.namespaceURI){Ke.prefix&&(Wt=Ke.prefix+":"+kt);break}}}D.push("<",Wt);for(var ni=0;ni<it;ni++){var Yt=Ie.item(ni);Yt.prefix=="xmlns"?ye.push({prefix:Yt.localName,namespace:Yt.value}):Yt.nodeName=="xmlns"&&ye.push({prefix:"",namespace:Yt.value})}for(var ni=0;ni<it;ni++){var Yt=Ie.item(ni);if(Ft(Yt,Q,ye)){var Xt=Yt.prefix||"",wt=Yt.namespaceURI;di(D,Xt?"xmlns:"+Xt:"xmlns",wt),ye.push({prefix:Xt,namespace:wt})}Gt(Yt,D,Q,ae,ye)}if(kt===Wt&&Ft(C,Q,ye)){var Xt=C.prefix||"",wt=C.namespaceURI;di(D,Xt?"xmlns:"+Xt:"xmlns",wt),ye.push({prefix:Xt,namespace:wt})}if(lt||Q&&!/^(?:meta|link|img|br|hr|input)$/i.test(kt)){if(D.push(">"),Q&&/^script$/i.test(kt))for(;lt;)lt.data?D.push(lt.data):Gt(lt,D,Q,ae,ye.slice()),lt=lt.nextSibling;else for(;lt;)Gt(lt,D,Q,ae,ye.slice()),lt=lt.nextSibling;D.push("</",Wt,">")}else D.push("/>");return;case B:case H:for(var lt=C.firstChild;lt;)Gt(lt,D,Q,ae,ye.slice()),lt=lt.nextSibling;return;case k:return di(D,C.name,C.value);case T:return D.push(C.data.replace(/[<&>]/g,ce));case A:return D.push("<![CDATA[",C.data.replace(/]]>/g,"]]]]><![CDATA[>"),"]]>");case L:return D.push("<!--",C.data,"-->");case q:var He=C.publicId,Ei=C.systemId;if(D.push("<!DOCTYPE ",C.name),He)D.push(" PUBLIC ",He),Ei&&Ei!="."&&D.push(" ",Ei),D.push(">");else if(Ei&&Ei!=".")D.push(" SYSTEM ",Ei,">");else{var Pi=C.internalSubset;Pi&&D.push(" [",Pi,"]"),D.push(">")}return;case O:return D.push("<?",C.target," ",C.data,"?>");case y:return D.push("&",C.nodeName,";");default:D.push("??",C.nodeName)}}function Xi(C,D,Q){var ae;switch(D.nodeType){case m:ae=D.cloneNode(!1),ae.ownerDocument=C;case H:break;case k:Q=!0;break}if(ae||(ae=D.cloneNode(!1)),ae.ownerDocument=C,ae.parentNode=null,Q)for(var ye=D.firstChild;ye;)ae.appendChild(Xi(C,ye,Q)),ye=ye.nextSibling;return ae}function $t(C,D,Q){var ae=new D.constructor;for(var ye in D)if(Object.prototype.hasOwnProperty.call(D,ye)){var Ie=D[ye];typeof Ie!="object"&&Ie!=ae[ye]&&(ae[ye]=Ie)}switch(D.childNodes&&(ae.childNodes=new E),ae.ownerDocument=C,ae.nodeType){case m:var it=D.attributes,kt=ae.attributes=new K,Wt=it.length;kt._ownerElement=ae;for(var Ut=0;Ut<Wt;Ut++)ae.setAttributeNode($t(C,it.item(Ut),!0));break;case k:Q=!0}if(Q)for(var Mt=D.firstChild;Mt;)ae.appendChild($t(C,Mt,Q)),Mt=Mt.nextSibling;return ae}function Si(C,D,Q){C[D]=Q}try{if(Object.defineProperty){let C=function(D){switch(D.nodeType){case m:case H:var Q=[];for(D=D.firstChild;D;)D.nodeType!==7&&D.nodeType!==8&&Q.push(C(D)),D=D.nextSibling;return Q.join("");default:return D.nodeValue}};Object.defineProperty(V.prototype,"length",{get:function(){return X(this),this.$$length}}),Object.defineProperty(ie.prototype,"textContent",{get:function(){return C(this)},set:function(D){switch(this.nodeType){case m:case H:for(;this.firstChild;)this.removeChild(this.firstChild);(D||String(D))&&this.appendChild(this.ownerDocument.createTextNode(D));break;default:this.data=D,this.value=D,this.nodeValue=D}}}),Si=function(D,Q,ae){D["$$"+Q]=ae}}}catch{}return Zi.DocumentType=Xe,Zi.DOMException=S,Zi.DOMImplementation=ee,Zi.Element=st,Zi.Node=ie,Zi.NodeList=E,Zi.XMLSerializer=ci,Zi}var jr={},Io={},Qc;function _4(){return Qc||(Qc=1,(function(r){var e=wa().freeze;r.XML_ENTITIES=e({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),r.HTML_ENTITIES=e({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
24
|
+
`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),r.entityMap=r.HTML_ENTITIES})(Io)),Io}var Us={},Zc;function T4(){if(Zc)return Us;Zc=1;var r=wa().NAMESPACE,e=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,t=new RegExp("[\\-\\.0-9"+e.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),n=new RegExp("^"+e.source+t.source+"*(?::"+e.source+t.source+"*)?$"),s=0,a=1,o=2,l=3,c=4,d=5,g=6,m=7;function k(b,x){this.message=b,this.locator=x,Error.captureStackTrace&&Error.captureStackTrace(this,k)}k.prototype=new Error,k.prototype.name=k.name;function T(){}T.prototype={parse:function(b,x,P){var F=this.domBuilder;F.startDocument(),q(x,x={}),A(b,x,P,F,this.errorHandler),F.endDocument()}};function A(b,x,P,F,S){function E(De){if(De>65535){De-=65536;var Ge=55296+(De>>10),st=56320+(De&1023);return String.fromCharCode(Ge,st)}else return String.fromCharCode(De)}function V(De){var Ge=De.slice(1,-1);return Object.hasOwnProperty.call(P,Ge)?P[Ge]:Ge.charAt(0)==="#"?E(parseInt(Ge.substr(1).replace("x","0x"))):(S.error("entity not found:"+De),De)}function X(De){if(De>ve){var Ge=b.substring(ve,De).replace(/&#?\w+;/g,V);ee&&K(ve),F.characters(Ge,0,De-ve),ve=De}}function K(De,Ge){for(;De>=Z&&(Ge=G.exec(b));)U=Ge.index,Z=U+Ge[0].length,ee.lineNumber++;ee.columnNumber=De-U+1}for(var U=0,Z=0,G=/.*(?:\r\n?|\n)|.*$/g,ee=F.locator,ie=[{currentNSMap:x}],ce={},ve=0;;){try{var de=b.indexOf("<",ve);if(de<0){if(!b.substr(ve).match(/^\s*$/)){var Be=F.doc,ke=Be.createTextNode(b.substr(ve));Be.appendChild(ke),F.currentElement=ke}return}switch(de>ve&&X(de),b.charAt(de+1)){case"/":var qe=b.indexOf(">",de+3),we=b.substring(de+2,qe).replace(/[ \t\n\r]+$/g,""),Ye=ie.pop();qe<0?(we=b.substring(de+2).replace(/[\s<].*/,""),S.error("end tag name: "+we+" is not complete:"+Ye.tagName),qe=de+1+we.length):we.match(/\s</)&&(we=we.replace(/[\s<].*/,""),S.error("end tag name: "+we+" maybe not complete"),qe=de+1+we.length);var Ve=Ye.localNSMap,et=Ye.tagName==we,Qe=et||Ye.tagName&&Ye.tagName.toLowerCase()==we.toLowerCase();if(Qe){if(F.endElement(Ye.uri,Ye.localName,we),Ve)for(var Le in Ve)Object.prototype.hasOwnProperty.call(Ve,Le)&&F.endPrefixMapping(Le);et||S.fatalError("end tag name: "+we+" is not match the current start tagName:"+Ye.tagName)}else ie.push(Ye);qe++;break;case"?":ee&&K(de),qe=j(b,de,F);break;case"!":ee&&K(de),qe=H(b,de,F,S);break;default:ee&&K(de);var Ue=new I,At=ie[ie.length-1].currentNSMap,qe=w(b,de,Ue,At,V,S),St=Ue.length;if(!Ue.closed&&B(b,qe,Ue.tagName,ce)&&(Ue.closed=!0,P.nbsp||S.warning("unclosed xml attribute")),ee&&St){for(var Ee=y(ee,{}),Ae=0;Ae<St;Ae++){var pe=Ue[Ae];K(pe.offset),pe.locator=y(ee,{})}F.locator=Ee,O(Ue,F,At)&&ie.push(Ue),F.locator=ee}else O(Ue,F,At)&&ie.push(Ue);r.isHTML(Ue.uri)&&!Ue.closed?qe=L(b,qe,Ue.tagName,V,F):qe++}}catch(De){if(De instanceof k)throw De;S.error("element parse error: "+De),qe=-1}qe>ve?ve=qe:X(Math.max(de,ve)+1)}}function y(b,x){return x.lineNumber=b.lineNumber,x.columnNumber=b.columnNumber,x}function w(b,x,P,F,S,E){function V(ee,ie,ce){P.attributeNames.hasOwnProperty(ee)&&E.fatalError("Attribute "+ee+" redefined"),P.addValue(ee,ie.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,S),ce)}for(var X,K,U=++x,Z=s;;){var G=b.charAt(U);switch(G){case"=":if(Z===a)X=b.slice(x,U),Z=l;else if(Z===o)Z=l;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(Z===l||Z===a)if(Z===a&&(E.warning('attribute value must after "="'),X=b.slice(x,U)),x=U+1,U=b.indexOf(G,x),U>0)K=b.slice(x,U),V(X,K,x-1),Z=d;else throw new Error("attribute value no end '"+G+"' match");else if(Z==c)K=b.slice(x,U),V(X,K,x),E.warning('attribute "'+X+'" missed start quot('+G+")!!"),x=U+1,Z=d;else throw new Error('attribute value must after "="');break;case"/":switch(Z){case s:P.setTagName(b.slice(x,U));case d:case g:case m:Z=m,P.closed=!0;case c:case a:break;case o:P.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return E.error("unexpected end of input"),Z==s&&P.setTagName(b.slice(x,U)),U;case">":switch(Z){case s:P.setTagName(b.slice(x,U));case d:case g:case m:break;case c:case a:K=b.slice(x,U),K.slice(-1)==="/"&&(P.closed=!0,K=K.slice(0,-1));case o:Z===o&&(K=X),Z==c?(E.warning('attribute "'+K+'" missed quot(")!'),V(X,K,x)):((!r.isHTML(F[""])||!K.match(/^(?:disabled|checked|selected)$/i))&&E.warning('attribute "'+K+'" missed value!! "'+K+'" instead!!'),V(K,K,x));break;case l:throw new Error("attribute value missed!!")}return U;case"":G=" ";default:if(G<=" ")switch(Z){case s:P.setTagName(b.slice(x,U)),Z=g;break;case a:X=b.slice(x,U),Z=o;break;case c:var K=b.slice(x,U);E.warning('attribute "'+K+'" missed quot(")!!'),V(X,K,x);case d:Z=g;break}else switch(Z){case o:P.tagName,(!r.isHTML(F[""])||!X.match(/^(?:disabled|checked|selected)$/i))&&E.warning('attribute "'+X+'" missed value!! "'+X+'" instead2!!'),V(X,X,x),x=U,Z=a;break;case d:E.warning('attribute space is required"'+X+'"!!');case g:Z=a,x=U;break;case l:Z=c,x=U;break;case m:throw new Error("elements closed character '/' and '>' must be connected to")}}U++}}function O(b,x,P){for(var F=b.tagName,S=null,G=b.length;G--;){var E=b[G],V=E.qName,X=E.value,ee=V.indexOf(":");if(ee>0)var K=E.prefix=V.slice(0,ee),U=V.slice(ee+1),Z=K==="xmlns"&&U;else U=V,K=null,Z=V==="xmlns"&&"";E.localName=U,Z!==!1&&(S==null&&(S={},q(P,P={})),P[Z]=S[Z]=X,E.uri=r.XMLNS,x.startPrefixMapping(Z,X))}for(var G=b.length;G--;){E=b[G];var K=E.prefix;K&&(K==="xml"&&(E.uri=r.XML),K!=="xmlns"&&(E.uri=P[K||""]))}var ee=F.indexOf(":");ee>0?(K=b.prefix=F.slice(0,ee),U=b.localName=F.slice(ee+1)):(K=null,U=b.localName=F);var ie=b.uri=P[K||""];if(x.startElement(ie,U,F,b),b.closed){if(x.endElement(ie,U,F),S)for(K in S)Object.prototype.hasOwnProperty.call(S,K)&&x.endPrefixMapping(K)}else return b.currentNSMap=P,b.localNSMap=S,!0}function L(b,x,P,F,S){if(/^(?:script|textarea)$/i.test(P)){var E=b.indexOf("</"+P+">",x),V=b.substring(x+1,E);if(/[&<]/.test(V))return/^script$/i.test(P)?(S.characters(V,0,V.length),E):(V=V.replace(/&#?\w+;/g,F),S.characters(V,0,V.length),E)}return x+1}function B(b,x,P,F){var S=F[P];return S==null&&(S=b.lastIndexOf("</"+P+">"),S<x&&(S=b.lastIndexOf("</"+P)),F[P]=S),S<x}function q(b,x){for(var P in b)Object.prototype.hasOwnProperty.call(b,P)&&(x[P]=b[P])}function H(b,x,P,F){var S=b.charAt(x+2);switch(S){case"-":if(b.charAt(x+3)==="-"){var E=b.indexOf("-->",x+4);return E>x?(P.comment(b,x+4,E-x-4),E+3):(F.error("Unclosed comment"),-1)}else return-1;default:if(b.substr(x+3,6)=="CDATA["){var E=b.indexOf("]]>",x+9);return P.startCDATA(),P.characters(b,x+9,E-x-9),P.endCDATA(),E+3}var V=$(b,x),X=V.length;if(X>1&&/!doctype/i.test(V[0][0])){var K=V[1][0],U=!1,Z=!1;X>3&&(/^public$/i.test(V[2][0])?(U=V[3][0],Z=X>4&&V[4][0]):/^system$/i.test(V[2][0])&&(Z=V[3][0]));var G=V[X-1];return P.startDTD(K,U,Z),P.endDTD(),G.index+G[0].length}}return-1}function j(b,x,P){var F=b.indexOf("?>",x);if(F){var S=b.substring(x,F).match(/^<\?(\S*)\s*([\s\S]*?)$/);return S?(S[0].length,P.processingInstruction(S[1],S[2]),F+2):-1}return-1}function I(){this.attributeNames={}}I.prototype={setTagName:function(b){if(!n.test(b))throw new Error("invalid tagName:"+b);this.tagName=b},addValue:function(b,x,P){if(!n.test(b))throw new Error("invalid attribute:"+b);this.attributeNames[b]=this.length,this[this.length++]={qName:b,value:x,offset:P}},length:0,getLocalName:function(b){return this[b].localName},getLocator:function(b){return this[b].locator},getQName:function(b){return this[b].qName},getURI:function(b){return this[b].uri},getValue:function(b){return this[b].value}};function $(b,x){var P,F=[],S=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(S.lastIndex=x,S.exec(b);P=S.exec(b);)if(F.push(P),P[1])return F}return Us.XMLReader=T,Us.ParseError=k,Us}var Jc;function b4(){if(Jc)return jr;Jc=1;var r=wa(),e=Ph(),t=_4(),n=T4(),s=e.DOMImplementation,a=r.NAMESPACE,o=n.ParseError,l=n.XMLReader;function c(w){return w.replace(/\r[\n\u0085]/g,`
|
|
25
|
+
`).replace(/[\r\u0085\u2028]/g,`
|
|
26
|
+
`)}function d(w){this.options=w||{locator:{}}}d.prototype.parseFromString=function(w,O){var L=this.options,B=new l,q=L.domBuilder||new m,H=L.errorHandler,j=L.locator,I=L.xmlns||{},$=/\/x?html?$/.test(O),b=$?t.HTML_ENTITIES:t.XML_ENTITIES;j&&q.setDocumentLocator(j),B.errorHandler=g(H,q,j),B.domBuilder=L.domBuilder||q,$&&(I[""]=a.HTML),I.xml=I.xml||a.XML;var x=L.normalizeLineEndings||c;return w&&typeof w=="string"?B.parse(x(w),I,b):B.errorHandler.error("invalid doc source"),q.doc};function g(w,O,L){if(!w){if(O instanceof m)return O;w=O}var B={},q=w instanceof Function;L=L||{};function H(j){var I=w[j];!I&&q&&(I=w.length==2?function($){w(j,$)}:w),B[j]=I&&function($){I("[xmldom "+j+"] "+$+T(L))}||function(){}}return H("warning"),H("error"),H("fatalError"),B}function m(){this.cdata=!1}function k(w,O){O.lineNumber=w.lineNumber,O.columnNumber=w.columnNumber}m.prototype={startDocument:function(){this.doc=new s().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(w,O,L,B){var q=this.doc,H=q.createElementNS(w,L||O),j=B.length;y(this,H),this.currentElement=H,this.locator&&k(this.locator,H);for(var I=0;I<j;I++){var w=B.getURI(I),$=B.getValue(I),L=B.getQName(I),b=q.createAttributeNS(w,L);this.locator&&k(B.getLocator(I),b),b.value=b.nodeValue=$,H.setAttributeNode(b)}},endElement:function(w,O,L){var B=this.currentElement;B.tagName,this.currentElement=B.parentNode},startPrefixMapping:function(w,O){},endPrefixMapping:function(w){},processingInstruction:function(w,O){var L=this.doc.createProcessingInstruction(w,O);this.locator&&k(this.locator,L),y(this,L)},ignorableWhitespace:function(w,O,L){},characters:function(w,O,L){if(w=A.apply(this,arguments),w){if(this.cdata)var B=this.doc.createCDATASection(w);else var B=this.doc.createTextNode(w);this.currentElement?this.currentElement.appendChild(B):/^\s*$/.test(w)&&this.doc.appendChild(B),this.locator&&k(this.locator,B)}},skippedEntity:function(w){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(w){(this.locator=w)&&(w.lineNumber=0)},comment:function(w,O,L){w=A.apply(this,arguments);var B=this.doc.createComment(w);this.locator&&k(this.locator,B),y(this,B)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(w,O,L){var B=this.doc.implementation;if(B&&B.createDocumentType){var q=B.createDocumentType(w,O,L);this.locator&&k(this.locator,q),y(this,q),this.doc.doctype=q}},warning:function(w){console.warn("[xmldom warning] "+w,T(this.locator))},error:function(w){console.error("[xmldom error] "+w,T(this.locator))},fatalError:function(w){throw new o(w,this.locator)}};function T(w){if(w)return`
|
|
27
|
+
@`+(w.systemId||"")+"#[line:"+w.lineNumber+",col:"+w.columnNumber+"]"}function A(w,O,L){return typeof w=="string"?w.substr(O,L):w.length>=O+L||O?new java.lang.String(w,O,L)+"":w}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(w){m.prototype[w]=function(){return null}});function y(w,O){w.currentElement?w.currentElement.appendChild(O):w.doc.appendChild(O)}return jr.__DOMHandler=m,jr.normalizeLineEndings=c,jr.DOMParser=d,jr}var ed;function x4(){if(ed)return qr;ed=1;var r=Ph();return qr.DOMImplementation=r.DOMImplementation,qr.XMLSerializer=r.XMLSerializer,qr.DOMParser=b4().DOMParser,qr}var C4=x4();/*! @name mpd-parser @version 1.3.1 @license Apache-2.0 */const td=r=>!!r&&typeof r=="object",Ot=(...r)=>r.reduce((e,t)=>(typeof t!="object"||Object.keys(t).forEach(n=>{Array.isArray(e[n])&&Array.isArray(t[n])?e[n]=e[n].concat(t[n]):td(e[n])&&td(t[n])?e[n]=Ot(e[n],t[n]):e[n]=t[n]}),e),{}),Rh=r=>Object.keys(r).map(e=>r[e]),S4=(r,e)=>{const t=[];for(let n=r;n<e;n++)t.push(n);return t},or=r=>r.reduce((e,t)=>e.concat(t),[]),Vh=r=>{if(!r.length)return[];const e=[];for(let t=0;t<r.length;t++)e.push(r[t]);return e},E4=(r,e)=>r.reduce((t,n,s)=>(n[e]&&t.push(s),t),[]),k4=(r,e)=>Rh(r.reduce((t,n)=>(n.forEach(s=>{t[e(s)]=s}),t),{}));var lr={INVALID_NUMBER_OF_PERIOD:"INVALID_NUMBER_OF_PERIOD",DASH_EMPTY_MANIFEST:"DASH_EMPTY_MANIFEST",DASH_INVALID_XML:"DASH_INVALID_XML",NO_BASE_URL:"NO_BASE_URL",SEGMENT_TIME_UNSPECIFIED:"SEGMENT_TIME_UNSPECIFIED",UNSUPPORTED_UTC_TIMING_SCHEME:"UNSUPPORTED_UTC_TIMING_SCHEME"};const rs=({baseUrl:r="",source:e="",range:t="",indexRange:n=""})=>{const s={uri:e,resolvedUri:ka(r||"",e)};if(t||n){const o=(t||n).split("-");let l=W.BigInt?W.BigInt(o[0]):parseInt(o[0],10),c=W.BigInt?W.BigInt(o[1]):parseInt(o[1],10);l<Number.MAX_SAFE_INTEGER&&typeof l=="bigint"&&(l=Number(l)),c<Number.MAX_SAFE_INTEGER&&typeof c=="bigint"&&(c=Number(c));let d;typeof c=="bigint"||typeof l=="bigint"?d=W.BigInt(c)-W.BigInt(l)+W.BigInt(1):d=c-l+1,typeof d=="bigint"&&d<Number.MAX_SAFE_INTEGER&&(d=Number(d)),s.byterange={length:d,offset:l}}return s},w4=r=>{let e;return typeof r.offset=="bigint"||typeof r.length=="bigint"?e=W.BigInt(r.offset)+W.BigInt(r.length)-W.BigInt(1):e=r.offset+r.length-1,`${r.offset}-${e}`},id=r=>(r&&typeof r!="number"&&(r=parseInt(r,10)),isNaN(r)?null:r),D4={static(r){const{duration:e,timescale:t=1,sourceDuration:n,periodDuration:s}=r,a=id(r.endNumber),o=e/t;return typeof a=="number"?{start:0,end:a}:typeof s=="number"?{start:0,end:s/o}:{start:0,end:n/o}},dynamic(r){const{NOW:e,clientOffset:t,availabilityStartTime:n,timescale:s=1,duration:a,periodStart:o=0,minimumUpdatePeriod:l=0,timeShiftBufferDepth:c=1/0}=r,d=id(r.endNumber),g=(e+t)/1e3,m=n+o,T=g+l-m,A=Math.ceil(T*s/a),y=Math.floor((g-m-c)*s/a),w=Math.floor((g-m)*s/a);return{start:Math.max(0,y),end:typeof d=="number"?d:Math.min(A,w)}}},A4=r=>e=>{const{duration:t,timescale:n=1,periodStart:s,startNumber:a=1}=r;return{number:a+e,duration:t/n,timeline:s,time:e*t}},Ml=r=>{const{type:e,duration:t,timescale:n=1,periodDuration:s,sourceDuration:a}=r,{start:o,end:l}=D4[e](r),c=S4(o,l).map(A4(r));if(e==="static"){const d=c.length-1,g=typeof s=="number"?s:a;c[d].duration=g-t/n*d}return c},Fh=r=>{const{baseUrl:e,initialization:t={},sourceDuration:n,indexRange:s="",periodStart:a,presentationTime:o,number:l=0,duration:c}=r;if(!e)throw new Error(lr.NO_BASE_URL);const d=rs({baseUrl:e,source:t.sourceURL,range:t.range}),g=rs({baseUrl:e,source:e,indexRange:s});if(g.map=d,c){const m=Ml(r);m.length&&(g.duration=m[0].duration,g.timeline=m[0].timeline)}else n&&(g.duration=n,g.timeline=a);return g.presentationTime=o||a,g.number=l,[g]},Pl=(r,e,t)=>{const n=r.sidx.map?r.sidx.map:null,s=r.sidx.duration,a=r.timeline||0,o=r.sidx.byterange,l=o.offset+o.length,c=e.timescale,d=e.references.filter(w=>w.referenceType!==1),g=[],m=r.endList?"static":"dynamic",k=r.sidx.timeline;let T=k,A=r.mediaSequence||0,y;typeof e.firstOffset=="bigint"?y=W.BigInt(l)+e.firstOffset:y=l+e.firstOffset;for(let w=0;w<d.length;w++){const O=e.references[w],L=O.referencedSize,B=O.subsegmentDuration;let q;typeof y=="bigint"?q=y+W.BigInt(L)-W.BigInt(1):q=y+L-1;const H=`${y}-${q}`,I=Fh({baseUrl:t,timescale:c,timeline:a,periodStart:k,presentationTime:T,number:A,duration:B,sourceDuration:s,indexRange:H,type:m})[0];n&&(I.map=n),g.push(I),typeof y=="bigint"?y+=W.BigInt(L):y+=L,T+=B/c,A++}return r.segments=g,r},N4=["AUDIO","SUBTITLES"],I4=1/60,$h=r=>k4(r,({timeline:e})=>e).sort((e,t)=>e.timeline>t.timeline?1:-1),O4=(r,e)=>{for(let t=0;t<r.length;t++)if(r[t].attributes.NAME===e)return r[t];return null},nd=r=>{let e=[];return y4(r,N4,(t,n,s,a)=>{e=e.concat(t.playlists||[])}),e},rd=({playlist:r,mediaSequence:e})=>{r.mediaSequence=e,r.segments.forEach((t,n)=>{t.number=r.mediaSequence+n})},B4=({oldPlaylists:r,newPlaylists:e,timelineStarts:t})=>{e.forEach(n=>{n.discontinuitySequence=t.findIndex(function({timeline:c}){return c===n.timeline});const s=O4(r,n.attributes.NAME);if(!s||n.sidx)return;const a=n.segments[0],o=s.segments.findIndex(function(c){return Math.abs(c.presentationTime-a.presentationTime)<I4});if(o===-1){rd({playlist:n,mediaSequence:s.mediaSequence+s.segments.length}),n.segments[0].discontinuity=!0,n.discontinuityStarts.unshift(0),(!s.segments.length&&n.timeline>s.timeline||s.segments.length&&n.timeline>s.segments[s.segments.length-1].timeline)&&n.discontinuitySequence--;return}s.segments[o].discontinuity&&!a.discontinuity&&(a.discontinuity=!0,n.discontinuityStarts.unshift(0),n.discontinuitySequence--),rd({playlist:n,mediaSequence:s.segments[o].number})})},L4=({oldManifest:r,newManifest:e})=>{const t=r.playlists.concat(nd(r)),n=e.playlists.concat(nd(e));return e.timelineStarts=$h([r.timelineStarts,e.timelineStarts]),B4({oldPlaylists:t,newPlaylists:n,timelineStarts:e.timelineStarts}),e},Da=r=>r&&r.uri+"-"+w4(r.byterange),Oo=r=>{const e=r.reduce(function(n,s){return n[s.attributes.baseUrl]||(n[s.attributes.baseUrl]=[]),n[s.attributes.baseUrl].push(s),n},{});let t=[];return Object.values(e).forEach(n=>{const s=Rh(n.reduce((a,o)=>{const l=o.attributes.id+(o.attributes.lang||"");return a[l]?(o.segments&&(o.segments[0]&&(o.segments[0].discontinuity=!0),a[l].segments.push(...o.segments)),o.attributes.contentProtection&&(a[l].attributes.contentProtection=o.attributes.contentProtection)):(a[l]=o,a[l].attributes.timelineStarts=[]),a[l].attributes.timelineStarts.push({start:o.attributes.periodStart,timeline:o.attributes.periodStart}),a},{}));t=t.concat(s)}),t.map(n=>(n.discontinuityStarts=E4(n.segments||[],"discontinuity"),n))},Rl=(r,e)=>{const t=Da(r.sidx),n=t&&e[t]&&e[t].sidx;return n&&Pl(r,n,r.sidx.resolvedUri),r},M4=(r,e={})=>{if(!Object.keys(e).length)return r;for(const t in r)r[t]=Rl(r[t],e);return r},P4=({attributes:r,segments:e,sidx:t,mediaSequence:n,discontinuitySequence:s,discontinuityStarts:a},o)=>{const l={attributes:{NAME:r.id,BANDWIDTH:r.bandwidth,CODECS:r.codecs,"PROGRAM-ID":1},uri:"",endList:r.type==="static",timeline:r.periodStart,resolvedUri:r.baseUrl||"",targetDuration:r.duration,discontinuitySequence:s,discontinuityStarts:a,timelineStarts:r.timelineStarts,mediaSequence:n,segments:e};return r.contentProtection&&(l.contentProtection=r.contentProtection),r.serviceLocation&&(l.attributes.serviceLocation=r.serviceLocation),t&&(l.sidx=t),o&&(l.attributes.AUDIO="audio",l.attributes.SUBTITLES="subs"),l},R4=({attributes:r,segments:e,mediaSequence:t,discontinuityStarts:n,discontinuitySequence:s})=>{typeof e>"u"&&(e=[{uri:r.baseUrl,timeline:r.periodStart,resolvedUri:r.baseUrl||"",duration:r.sourceDuration,number:0}],r.duration=r.sourceDuration);const a={NAME:r.id,BANDWIDTH:r.bandwidth,"PROGRAM-ID":1};r.codecs&&(a.CODECS=r.codecs);const o={attributes:a,uri:"",endList:r.type==="static",timeline:r.periodStart,resolvedUri:r.baseUrl||"",targetDuration:r.duration,timelineStarts:r.timelineStarts,discontinuityStarts:n,discontinuitySequence:s,mediaSequence:t,segments:e};return r.serviceLocation&&(o.attributes.serviceLocation=r.serviceLocation),o},V4=(r,e={},t=!1)=>{let n;const s=r.reduce((a,o)=>{const l=o.attributes.role&&o.attributes.role.value||"",c=o.attributes.lang||"";let d=o.attributes.label||"main";if(c&&!o.attributes.label){const m=l?` (${l})`:"";d=`${o.attributes.lang}${m}`}a[d]||(a[d]={language:c,autoselect:!0,default:l==="main",playlists:[],uri:""});const g=Rl(P4(o,t),e);return a[d].playlists.push(g),typeof n>"u"&&l==="main"&&(n=o,n.default=!0),a},{});if(!n){const a=Object.keys(s)[0];s[a].default=!0}return s},F4=(r,e={})=>r.reduce((t,n)=>{const s=n.attributes.label||n.attributes.lang||"text",a=n.attributes.lang||"und";return t[s]||(t[s]={language:a,default:!1,autoselect:!1,playlists:[],uri:""}),t[s].playlists.push(Rl(R4(n),e)),t},{}),$4=r=>r.reduce((e,t)=>(t&&t.forEach(n=>{const{channel:s,language:a}=n;e[a]={autoselect:!1,default:!1,instreamId:s,language:a},n.hasOwnProperty("aspectRatio")&&(e[a].aspectRatio=n.aspectRatio),n.hasOwnProperty("easyReader")&&(e[a].easyReader=n.easyReader),n.hasOwnProperty("3D")&&(e[a]["3D"]=n["3D"])}),e),{}),U4=({attributes:r,segments:e,sidx:t,discontinuityStarts:n})=>{const s={attributes:{NAME:r.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:r.width,height:r.height},CODECS:r.codecs,BANDWIDTH:r.bandwidth,"PROGRAM-ID":1},uri:"",endList:r.type==="static",timeline:r.periodStart,resolvedUri:r.baseUrl||"",targetDuration:r.duration,discontinuityStarts:n,timelineStarts:r.timelineStarts,segments:e};return r.frameRate&&(s.attributes["FRAME-RATE"]=r.frameRate),r.contentProtection&&(s.contentProtection=r.contentProtection),r.serviceLocation&&(s.attributes.serviceLocation=r.serviceLocation),t&&(s.sidx=t),s},q4=({attributes:r})=>r.mimeType==="video/mp4"||r.mimeType==="video/webm"||r.contentType==="video",j4=({attributes:r})=>r.mimeType==="audio/mp4"||r.mimeType==="audio/webm"||r.contentType==="audio",H4=({attributes:r})=>r.mimeType==="text/vtt"||r.contentType==="text",z4=(r,e)=>{r.forEach(t=>{t.mediaSequence=0,t.discontinuitySequence=e.findIndex(function({timeline:n}){return n===t.timeline}),t.segments&&t.segments.forEach((n,s)=>{n.number=s})})},sd=r=>r?Object.keys(r).reduce((e,t)=>{const n=r[t];return e.concat(n.playlists)},[]):[],G4=({dashPlaylists:r,locations:e,contentSteering:t,sidxMapping:n={},previousManifest:s,eventStream:a})=>{if(!r.length)return{};const{sourceDuration:o,type:l,suggestedPresentationDelay:c,minimumUpdatePeriod:d}=r[0].attributes,g=Oo(r.filter(q4)).map(U4),m=Oo(r.filter(j4)),k=Oo(r.filter(H4)),T=r.map(q=>q.attributes.captionServices).filter(Boolean),A={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:"",duration:o,playlists:M4(g,n)};d>=0&&(A.minimumUpdatePeriod=d*1e3),e&&(A.locations=e),t&&(A.contentSteering=t),l==="dynamic"&&(A.suggestedPresentationDelay=c),a&&a.length>0&&(A.eventStream=a);const y=A.playlists.length===0,w=m.length?V4(m,n,y):null,O=k.length?F4(k,n):null,L=g.concat(sd(w),sd(O)),B=L.map(({timelineStarts:q})=>q);return A.timelineStarts=$h(B),z4(L,A.timelineStarts),w&&(A.mediaGroups.AUDIO.audio=w),O&&(A.mediaGroups.SUBTITLES.subs=O),T.length&&(A.mediaGroups["CLOSED-CAPTIONS"].cc=$4(T)),s?L4({oldManifest:s,newManifest:A}):A},W4=(r,e,t)=>{const{NOW:n,clientOffset:s,availabilityStartTime:a,timescale:o=1,periodStart:l=0,minimumUpdatePeriod:c=0}=r,d=(n+s)/1e3,g=a+l,k=d+c-g;return Math.ceil((k*o-e)/t)},Uh=(r,e)=>{const{type:t,minimumUpdatePeriod:n=0,media:s="",sourceDuration:a,timescale:o=1,startNumber:l=1,periodStart:c}=r,d=[];let g=-1;for(let m=0;m<e.length;m++){const k=e[m],T=k.d,A=k.r||0,y=k.t||0;g<0&&(g=y),y&&y>g&&(g=y);let w;if(A<0){const B=m+1;B===e.length?t==="dynamic"&&n>0&&s.indexOf("$Number$")>0?w=W4(r,g,T):w=(a*o-g)/T:w=(e[B].t-g)/T}else w=A+1;const O=l+d.length+w;let L=l+d.length;for(;L<O;)d.push({number:L,duration:T/o,time:g,timeline:c}),g+=T,L++}return d},Y4=/\$([A-z]*)(?:(%0)([0-9]+)d)?\$/g,X4=r=>(e,t,n,s)=>{if(e==="$$")return"$";if(typeof r[t]>"u")return e;const a=""+r[t];return t==="RepresentationID"||(n?s=parseInt(s,10):s=1,a.length>=s)?a:`${new Array(s-a.length+1).join("0")}${a}`},ad=(r,e)=>r.replace(Y4,X4(e)),K4=(r,e)=>!r.duration&&!e?[{number:r.startNumber||1,duration:r.sourceDuration,time:0,timeline:r.periodStart}]:r.duration?Ml(r):Uh(r,e),Q4=(r,e)=>{const t={RepresentationID:r.id,Bandwidth:r.bandwidth||0},{initialization:n={sourceURL:"",range:""}}=r,s=rs({baseUrl:r.baseUrl,source:ad(n.sourceURL,t),range:n.range});return K4(r,e).map(o=>{t.Number=o.number,t.Time=o.time;const l=ad(r.media||"",t),c=r.timescale||1,d=r.presentationTimeOffset||0,g=r.periodStart+(o.time-d)/c;return{uri:l,timeline:o.timeline,duration:o.duration,resolvedUri:ka(r.baseUrl||"",l),map:s,number:o.number,presentationTime:g}})},Z4=(r,e)=>{const{baseUrl:t,initialization:n={}}=r,s=rs({baseUrl:t,source:n.sourceURL,range:n.range}),a=rs({baseUrl:t,source:e.media,range:e.mediaRange});return a.map=s,a},J4=(r,e)=>{const{duration:t,segmentUrls:n=[],periodStart:s}=r;if(!t&&!e||t&&e)throw new Error(lr.SEGMENT_TIME_UNSPECIFIED);const a=n.map(c=>Z4(r,c));let o;return t&&(o=Ml(r)),e&&(o=Uh(r,e)),o.map((c,d)=>{if(a[d]){const g=a[d],m=r.timescale||1,k=r.presentationTimeOffset||0;return g.timeline=c.timeline,g.duration=c.duration,g.number=c.number,g.presentationTime=s+(c.time-k)/m,g}}).filter(c=>c)},e8=({attributes:r,segmentInfo:e})=>{let t,n;e.template?(n=Q4,t=Ot(r,e.template)):e.base?(n=Fh,t=Ot(r,e.base)):e.list&&(n=J4,t=Ot(r,e.list));const s={attributes:r};if(!n)return s;const a=n(t,e.segmentTimeline);if(t.duration){const{duration:o,timescale:l=1}=t;t.duration=o/l}else a.length?t.duration=a.reduce((o,l)=>Math.max(o,Math.ceil(l.duration)),0):t.duration=0;return s.attributes=t,s.segments=a,e.base&&t.indexRange&&(s.sidx=a[0],s.segments=[]),s},t8=r=>r.map(e8),ht=(r,e)=>Vh(r.childNodes).filter(({tagName:t})=>t===e),us=r=>r.textContent.trim(),i8=r=>parseFloat(r.split("/").reduce((e,t)=>e/t)),Hn=r=>{const l=/P(?:(\d*)Y)?(?:(\d*)M)?(?:(\d*)D)?(?:T(?:(\d*)H)?(?:(\d*)M)?(?:([\d.]*)S)?)?/.exec(r);if(!l)return 0;const[c,d,g,m,k,T]=l.slice(1);return parseFloat(c||0)*31536e3+parseFloat(d||0)*2592e3+parseFloat(g||0)*86400+parseFloat(m||0)*3600+parseFloat(k||0)*60+parseFloat(T||0)},n8=r=>(/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/.test(r)&&(r+="Z"),Date.parse(r)),od={mediaPresentationDuration(r){return Hn(r)},availabilityStartTime(r){return n8(r)/1e3},minimumUpdatePeriod(r){return Hn(r)},suggestedPresentationDelay(r){return Hn(r)},type(r){return r},timeShiftBufferDepth(r){return Hn(r)},start(r){return Hn(r)},width(r){return parseInt(r,10)},height(r){return parseInt(r,10)},bandwidth(r){return parseInt(r,10)},frameRate(r){return i8(r)},startNumber(r){return parseInt(r,10)},timescale(r){return parseInt(r,10)},presentationTimeOffset(r){return parseInt(r,10)},duration(r){const e=parseInt(r,10);return isNaN(e)?Hn(r):e},d(r){return parseInt(r,10)},t(r){return parseInt(r,10)},r(r){return parseInt(r,10)},presentationTime(r){return parseInt(r,10)},DEFAULT(r){return r}},Ct=r=>r&&r.attributes?Vh(r.attributes).reduce((e,t)=>{const n=od[t.name]||od.DEFAULT;return e[t.name]=n(t.value),e},{}):{},r8={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime","urn:mpeg:dash:mp4protection:2011":"mp4protection"},Aa=(r,e)=>e.length?or(r.map(function(t){return e.map(function(n){const s=us(n),a=ka(t.baseUrl,s),o=Ot(Ct(n),{baseUrl:a});return a!==s&&!o.serviceLocation&&t.serviceLocation&&(o.serviceLocation=t.serviceLocation),o})})):r,Vl=r=>{const e=ht(r,"SegmentTemplate")[0],t=ht(r,"SegmentList")[0],n=t&&ht(t,"SegmentURL").map(m=>Ot({tag:"SegmentURL"},Ct(m))),s=ht(r,"SegmentBase")[0],a=t||e,o=a&&ht(a,"SegmentTimeline")[0],l=t||s||e,c=l&&ht(l,"Initialization")[0],d=e&&Ct(e);d&&c?d.initialization=c&&Ct(c):d&&d.initialization&&(d.initialization={sourceURL:d.initialization});const g={template:d,segmentTimeline:o&&ht(o,"S").map(m=>Ct(m)),list:t&&Ot(Ct(t),{segmentUrls:n,initialization:Ct(c)}),base:s&&Ot(Ct(s),{initialization:Ct(c)})};return Object.keys(g).forEach(m=>{g[m]||delete g[m]}),g},s8=(r,e,t)=>n=>{const s=ht(n,"BaseURL"),a=Aa(e,s),o=Ot(r,Ct(n)),l=Vl(n);return a.map(c=>({segmentInfo:Ot(t,l),attributes:Ot(o,c)}))},a8=r=>r.reduce((e,t)=>{const n=Ct(t);n.schemeIdUri&&(n.schemeIdUri=n.schemeIdUri.toLowerCase());const s=r8[n.schemeIdUri];if(s){e[s]={attributes:n};const a=ht(t,"cenc:pssh")[0];if(a){const o=us(a);e[s].pssh=o&&Nh(o)}}return e},{}),o8=r=>{if(r.schemeIdUri==="urn:scte:dash:cc:cea-608:2015")return(typeof r.value!="string"?[]:r.value.split(";")).map(t=>{let n,s;return s=t,/^CC\d=/.test(t)?[n,s]=t.split("="):/^CC\d$/.test(t)&&(n=t),{channel:n,language:s}});if(r.schemeIdUri==="urn:scte:dash:cc:cea-708:2015")return(typeof r.value!="string"?[]:r.value.split(";")).map(t=>{const n={channel:void 0,language:void 0,aspectRatio:1,easyReader:0,"3D":0};if(/=/.test(t)){const[s,a=""]=t.split("=");n.channel=s,n.language=t,a.split(",").forEach(o=>{const[l,c]=o.split(":");l==="lang"?n.language=c:l==="er"?n.easyReader=Number(c):l==="war"?n.aspectRatio=Number(c):l==="3D"&&(n["3D"]=Number(c))})}else n.language=t;return n.channel&&(n.channel="SERVICE"+n.channel),n})},l8=r=>or(ht(r.node,"EventStream").map(e=>{const t=Ct(e),n=t.schemeIdUri;return ht(e,"Event").map(s=>{const a=Ct(s),o=a.presentationTime||0,l=t.timescale||1,c=a.duration||0,d=o/l+r.attributes.start;return{schemeIdUri:n,value:t.value,id:a.id,start:d,end:d+c/l,messageData:us(s)||a.messageData,contentEncoding:t.contentEncoding,presentationTimeOffset:t.presentationTimeOffset||0}})})),u8=(r,e,t)=>n=>{const s=Ct(n),a=Aa(e,ht(n,"BaseURL")),o=ht(n,"Role")[0],l={role:Ct(o)};let c=Ot(r,s,l);const d=ht(n,"Accessibility")[0],g=o8(Ct(d));g&&(c=Ot(c,{captionServices:g}));const m=ht(n,"Label")[0];if(m&&m.childNodes.length){const w=m.childNodes[0].nodeValue.trim();c=Ot(c,{label:w})}const k=a8(ht(n,"ContentProtection"));Object.keys(k).length&&(c=Ot(c,{contentProtection:k}));const T=Vl(n),A=ht(n,"Representation"),y=Ot(t,T);return or(A.map(s8(c,a,y)))},c8=(r,e)=>(t,n)=>{const s=Aa(e,ht(t.node,"BaseURL")),a=Ot(r,{periodStart:t.attributes.start});typeof t.attributes.duration=="number"&&(a.periodDuration=t.attributes.duration);const o=ht(t.node,"AdaptationSet"),l=Vl(t.node);return or(o.map(u8(a,s,l)))},d8=(r,e)=>{if(r.length>1&&e({type:"warn",message:"The MPD manifest should contain no more than one ContentSteering tag"}),!r.length)return null;const t=Ot({serverURL:us(r[0])},Ct(r[0]));return t.queryBeforeStart=t.queryBeforeStart==="true",t},h8=({attributes:r,priorPeriodAttributes:e,mpdType:t})=>typeof r.start=="number"?r.start:e&&typeof e.start=="number"&&typeof e.duration=="number"?e.start+e.duration:!e&&t==="static"?0:null,f8=(r,e={})=>{const{manifestUri:t="",NOW:n=Date.now(),clientOffset:s=0,eventHandler:a=function(){}}=e,o=ht(r,"Period");if(!o.length)throw new Error(lr.INVALID_NUMBER_OF_PERIOD);const l=ht(r,"Location"),c=Ct(r),d=Aa([{baseUrl:t}],ht(r,"BaseURL")),g=ht(r,"ContentSteering");c.type=c.type||"static",c.sourceDuration=c.mediaPresentationDuration||0,c.NOW=n,c.clientOffset=s,l.length&&(c.locations=l.map(us));const m=[];return o.forEach((k,T)=>{const A=Ct(k),y=m[T-1];A.start=h8({attributes:A,priorPeriodAttributes:y?y.attributes:null,mpdType:c.type}),m.push({node:k,attributes:A})}),{locations:c.locations,contentSteeringInfo:d8(g,a),representationInfo:or(m.map(c8(c,d))),eventStream:or(m.map(l8))}},qh=r=>{if(r==="")throw new Error(lr.DASH_EMPTY_MANIFEST);const e=new C4.DOMParser;let t,n;try{t=e.parseFromString(r,"application/xml"),n=t&&t.documentElement.tagName==="MPD"?t.documentElement:null}catch{}if(!n||n&&n.getElementsByTagName("parsererror").length>0)throw new Error(lr.DASH_INVALID_XML);return n},p8=r=>{const e=ht(r,"UTCTiming")[0];if(!e)return null;const t=Ct(e);switch(t.schemeIdUri){case"urn:mpeg:dash:utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":t.method="HEAD";break;case"urn:mpeg:dash:utc:http-xsdate:2014":case"urn:mpeg:dash:utc:http-iso:2014":case"urn:mpeg:dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":t.method="GET";break;case"urn:mpeg:dash:utc:direct:2014":case"urn:mpeg:dash:utc:direct:2012":t.method="DIRECT",t.value=Date.parse(t.value);break;case"urn:mpeg:dash:utc:http-ntp:2014":case"urn:mpeg:dash:utc:ntp:2014":case"urn:mpeg:dash:utc:sntp:2014":default:throw new Error(lr.UNSUPPORTED_UTC_TIMING_SCHEME)}return t},m8=(r,e={})=>{const t=f8(qh(r),e),n=t8(t.representationInfo);return G4({dashPlaylists:n,locations:t.locations,contentSteering:t.contentSteeringInfo,sidxMapping:e.sidxMapping,previousManifest:e.previousManifest,eventStream:t.eventStream})},g8=r=>p8(qh(r));var Bo,ld;function v8(){if(ld)return Bo;ld=1;var r=Math.pow(2,32),e=function(t){var n=new DataView(t.buffer,t.byteOffset,t.byteLength),s;return n.getBigUint64?(s=n.getBigUint64(0),s<Number.MAX_SAFE_INTEGER?Number(s):s):n.getUint32(0)*r+n.getUint32(4)};return Bo={getUint64:e,MAX_UINT32:r},Bo}var Lo,ud;function y8(){if(ud)return Lo;ud=1;var r=v8().getUint64,e=function(t){var n=new DataView(t.buffer,t.byteOffset,t.byteLength),s={version:t[0],flags:new Uint8Array(t.subarray(1,4)),references:[],referenceId:n.getUint32(4),timescale:n.getUint32(8)},a=12;s.version===0?(s.earliestPresentationTime=n.getUint32(a),s.firstOffset=n.getUint32(a+4),a+=8):(s.earliestPresentationTime=r(t.subarray(a)),s.firstOffset=r(t.subarray(a+8)),a+=16),a+=2;var o=n.getUint16(a);for(a+=2;o>0;a+=12,o--)s.references.push({referenceType:(t[a]&128)>>>7,referencedSize:n.getUint32(a)&2147483647,subsegmentDuration:n.getUint32(a+4),startsWithSap:!!(t[a+8]&128),sapType:(t[a+8]&112)>>>4,sapDeltaTime:n.getUint32(a+8)&268435455});return s};return Lo=e,Lo}var _8=y8();const T8=mr(_8);var b8=Oe([73,68,51]),x8=function(e,t){t===void 0&&(t=0),e=Oe(e);var n=e[t+5],s=e[t+6]<<21|e[t+7]<<14|e[t+8]<<7|e[t+9],a=(n&16)>>4;return a?s+20:s+10},Yr=function r(e,t){return t===void 0&&(t=0),e=Oe(e),e.length-t<10||!dt(e,b8,{offset:t})?t:(t+=x8(e,t),r(e,t))},cd=function(e){return typeof e=="string"?Mh(e):e},C8=function(e){return Array.isArray(e)?e.map(function(t){return cd(t)}):[cd(e)]},S8=function r(e,t,n){n===void 0&&(n=!1),t=C8(t),e=Oe(e);var s=[];if(!t.length)return s;for(var a=0;a<e.length;){var o=(e[a]<<24|e[a+1]<<16|e[a+2]<<8|e[a+3])>>>0,l=e.subarray(a+4,a+8);if(o===0)break;var c=a+o;if(c>e.length){if(n)break;c=e.length}var d=e.subarray(a+8,c);dt(l,t[0])&&(t.length===1?s.push(d):s.push.apply(s,r(d,t.slice(1),n))),a=c}return s},qs={EBML:Oe([26,69,223,163]),DocType:Oe([66,130]),Segment:Oe([24,83,128,103]),SegmentInfo:Oe([21,73,169,102]),Tracks:Oe([22,84,174,107]),Track:Oe([174]),TrackNumber:Oe([215]),DefaultDuration:Oe([35,227,131]),TrackEntry:Oe([174]),TrackType:Oe([131]),FlagDefault:Oe([136]),CodecID:Oe([134]),CodecPrivate:Oe([99,162]),VideoTrack:Oe([224]),AudioTrack:Oe([225]),Cluster:Oe([31,67,182,117]),Timestamp:Oe([231]),TimestampScale:Oe([42,215,177]),BlockGroup:Oe([160]),BlockDuration:Oe([155]),Block:Oe([161]),SimpleBlock:Oe([163])},il=[128,64,32,16,8,4,2,1],E8=function(e){for(var t=1,n=0;n<il.length&&!(e&il[n]);n++)t++;return t},ra=function(e,t,n,s){n===void 0&&(n=!0),s===void 0&&(s=!1);var a=E8(e[t]),o=e.subarray(t,t+a);return n&&(o=Array.prototype.slice.call(e,t,t+a),o[0]^=il[a-1]),{length:a,value:m4(o,{signed:s}),bytes:o}},dd=function r(e){return typeof e=="string"?e.match(/.{1,2}/g).map(function(t){return r(t)}):typeof e=="number"?g4(e):e},k8=function(e){return Array.isArray(e)?e.map(function(t){return dd(t)}):[dd(e)]},w8=function r(e,t,n){if(n>=t.length)return t.length;var s=ra(t,n,!1);if(dt(e.bytes,s.bytes))return n;var a=ra(t,n+s.length);return r(e,t,n+a.length+a.value+s.length)},hd=function r(e,t){t=k8(t),e=Oe(e);var n=[];if(!t.length)return n;for(var s=0;s<e.length;){var a=ra(e,s,!1),o=ra(e,s+a.length),l=s+a.length+o.length;o.value===127&&(o.value=w8(a,e,l),o.value!==e.length&&(o.value-=l));var c=l+o.value>e.length?e.length:l+o.value,d=e.subarray(l,c);dt(t[0],a.bytes)&&(t.length===1?n.push(d):n=n.concat(r(d,t.slice(1))));var g=a.length+o.length+d.length;s+=g}return n},D8=Oe([0,0,0,1]),A8=Oe([0,0,1]),N8=Oe([0,0,3]),I8=function(e){for(var t=[],n=1;n<e.length-2;)dt(e.subarray(n,n+3),N8)&&(t.push(n+2),n++),n++;if(t.length===0)return e;var s=e.length-t.length,a=new Uint8Array(s),o=0;for(n=0;n<s;o++,n++)o===t[0]&&(o++,t.shift()),a[n]=e[o];return a},jh=function(e,t,n,s){e=Oe(e),n=[].concat(n);for(var a=0,o,l=0;a<e.length&&(l<s||o);){var c=void 0;if(dt(e.subarray(a),D8)?c=4:dt(e.subarray(a),A8)&&(c=3),!c){a++;continue}if(l++,o)return I8(e.subarray(o,a));var d=void 0;t==="h264"?d=e[a+c]&31:t==="h265"&&(d=e[a+c]>>1&63),n.indexOf(d)!==-1&&(o=a+c),a+=c+(t==="h264"?1:2)}return e.subarray(0,0)},O8=function(e,t,n){return jh(e,"h264",t,n)},B8=function(e,t,n){return jh(e,"h265",t,n)},Zt={webm:Oe([119,101,98,109]),matroska:Oe([109,97,116,114,111,115,107,97]),flac:Oe([102,76,97,67]),ogg:Oe([79,103,103,83]),ac3:Oe([11,119]),riff:Oe([82,73,70,70]),avi:Oe([65,86,73]),wav:Oe([87,65,86,69]),"3gp":Oe([102,116,121,112,51,103]),mp4:Oe([102,116,121,112]),fmp4:Oe([115,116,121,112]),mov:Oe([102,116,121,112,113,116]),moov:Oe([109,111,111,118]),moof:Oe([109,111,111,102])},ur={aac:function(e){var t=Yr(e);return dt(e,[255,16],{offset:t,mask:[255,22]})},mp3:function(e){var t=Yr(e);return dt(e,[255,2],{offset:t,mask:[255,6]})},webm:function(e){var t=hd(e,[qs.EBML,qs.DocType])[0];return dt(t,Zt.webm)},mkv:function(e){var t=hd(e,[qs.EBML,qs.DocType])[0];return dt(t,Zt.matroska)},mp4:function(e){if(ur["3gp"](e)||ur.mov(e))return!1;if(dt(e,Zt.mp4,{offset:4})||dt(e,Zt.fmp4,{offset:4})||dt(e,Zt.moof,{offset:4})||dt(e,Zt.moov,{offset:4}))return!0},mov:function(e){return dt(e,Zt.mov,{offset:4})},"3gp":function(e){return dt(e,Zt["3gp"],{offset:4})},ac3:function(e){var t=Yr(e);return dt(e,Zt.ac3,{offset:t})},ts:function(e){if(e.length<189&&e.length>=1)return e[0]===71;for(var t=0;t+188<e.length&&t<188;){if(e[t]===71&&e[t+188]===71)return!0;t+=1}return!1},flac:function(e){var t=Yr(e);return dt(e,Zt.flac,{offset:t})},ogg:function(e){return dt(e,Zt.ogg)},avi:function(e){return dt(e,Zt.riff)&&dt(e,Zt.avi,{offset:8})},wav:function(e){return dt(e,Zt.riff)&&dt(e,Zt.wav,{offset:8})},h264:function(e){return O8(e,7,3).length},h265:function(e){return B8(e,[32,33],3).length}},nl=Object.keys(ur).filter(function(r){return r!=="ts"&&r!=="h264"&&r!=="h265"}).concat(["ts","h264","h265"]);nl.forEach(function(r){var e=ur[r];ur[r]=function(t){return e(Oe(t))}});var L8=ur,Fl=function(e){e=Oe(e);for(var t=0;t<nl.length;t++){var n=nl[t];if(L8[n](e))return n}return""},M8=function(e){return S8(e,["moof"]).length>0},Mo,fd;function P8(){if(fd)return Mo;fd=1;var r=9e4,e,t,n,s,a,o,l;return e=function(c){return c*r},t=function(c,d){return c*d},n=function(c){return c/r},s=function(c,d){return c/d},a=function(c,d){return e(s(c,d))},o=function(c,d){return t(n(c),d)},l=function(c,d,g){return n(g?c:c-d)},Mo={ONE_SECOND_IN_TS:r,secondsToVideoTs:e,secondsToAudioTs:t,videoTsToSeconds:n,audioTsToSeconds:s,audioTsToVideoTs:a,videoTsToAudioTs:o,metadataTsToSeconds:l},Mo}var Nn=P8();/**
|
|
28
|
+
* @license
|
|
29
|
+
* Video.js 8.23.7 <http://videojs.com/>
|
|
30
|
+
* Copyright 2010-present Video.js contributors
|
|
31
|
+
* Available under Apache License Version 2.0
|
|
32
|
+
* <https://github.com/videojs/video.js/blob/main/LICENSE>
|
|
33
|
+
*
|
|
34
|
+
* Includes vtt.js <https://github.com/mozilla/vtt.js>
|
|
35
|
+
* Available under Apache License Version 2.0
|
|
36
|
+
* <https://github.com/mozilla/vtt.js/blob/main/LICENSE>
|
|
37
|
+
*/var rl="8.23.7";const tn={},_n=function(r,e){return tn[r]=tn[r]||[],e&&(tn[r]=tn[r].concat(e)),tn[r]},R8=function(r,e){_n(r,e)},Hh=function(r,e){const t=_n(r).indexOf(e);return t<=-1?!1:(tn[r]=tn[r].slice(),tn[r].splice(t,1),!0)},V8=function(r,e){_n(r,[].concat(e).map(t=>{const n=(...s)=>(Hh(r,n),t(...s));return n}))},sa={prefixed:!0},Zs=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror","fullscreen"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror","-webkit-full-screen"]],pd=Zs[0];let Xr;for(let r=0;r<Zs.length;r++)if(Zs[r][1]in ge){Xr=Zs[r];break}if(Xr){for(let r=0;r<Xr.length;r++)sa[pd[r]]=Xr[r];sa.prefixed=Xr[0]!==pd[0]}let ri=[];const F8=(r,e,t)=>(n,s,a)=>{const o=e.levels[s],l=new RegExp(`^(${o})$`);let c=r;if(n!=="log"&&a.unshift(n.toUpperCase()+":"),t&&(c=`%c${r}`,a.unshift(t)),a.unshift(c+":"),ri){ri.push([].concat(a));const g=ri.length-1e3;ri.splice(0,g>0?g:0)}if(!W.console)return;let d=W.console[n];!d&&n==="debug"&&(d=W.console.info||W.console.log),!(!d||!o||!l.test(n))&&d[Array.isArray(a)?"apply":"call"](W.console,a)};function sl(r,e=":",t=""){let n="info",s;function a(...o){s("log",n,o)}return s=F8(r,a,t),a.createLogger=(o,l,c)=>{const d=l!==void 0?l:e,g=c!==void 0?c:t,m=`${r} ${d} ${o}`;return sl(m,d,g)},a.createNewLogger=(o,l,c)=>sl(o,l,c),a.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:n},a.level=o=>{if(typeof o=="string"){if(!a.levels.hasOwnProperty(o))throw new Error(`"${o}" in not a valid log level`);n=o}return n},a.history=()=>ri?[].concat(ri):[],a.history.filter=o=>(ri||[]).filter(l=>new RegExp(`.*${o}.*`).test(l[0])),a.history.clear=()=>{ri&&(ri.length=0)},a.history.disable=()=>{ri!==null&&(ri.length=0,ri=null)},a.history.enable=()=>{ri===null&&(ri=[])},a.error=(...o)=>s("error",n,o),a.warn=(...o)=>s("warn",n,o),a.debug=(...o)=>s("debug",n,o),a}const We=sl("VIDEOJS"),zh=We.createLogger,$8=Object.prototype.toString,Gh=function(r){return Gi(r)?Object.keys(r):[]};function Qn(r,e){Gh(r).forEach(t=>e(r[t],t))}function Wh(r,e,t=0){return Gh(r).reduce((n,s)=>e(n,r[s],s),t)}function Gi(r){return!!r&&typeof r=="object"}function cr(r){return Gi(r)&&$8.call(r)==="[object Object]"&&r.constructor===Object}function ot(...r){const e={};return r.forEach(t=>{t&&Qn(t,(n,s)=>{if(!cr(n)){e[s]=n;return}cr(e[s])||(e[s]={}),e[s]=ot(e[s],n)})}),e}function Yh(r={}){const e=[];for(const t in r)if(r.hasOwnProperty(t)){const n=r[t];e.push(n)}return e}function Na(r,e,t,n=!0){const s=o=>Object.defineProperty(r,e,{value:o,enumerable:!0,writable:!0}),a={configurable:!0,enumerable:!0,get(){const o=t();return s(o),o}};return n&&(a.set=s),Object.defineProperty(r,e,a)}var U8=Object.freeze({__proto__:null,each:Qn,reduce:Wh,isObject:Gi,isPlain:cr,merge:ot,values:Yh,defineLazyProperty:Na});let $l=!1,Xh=null,Li=!1,Kh,Qh=!1,Zn=!1,Jn=!1,Wi=!1,Ul=null,Ia=null;const q8=!!(W.cast&&W.cast.framework&&W.cast.framework.CastReceiverContext);let Zh=null,aa=!1,Oa=!1,oa=!1,Ba=!1,la=!1,ua=!1,ca=!1;const ss=!!(gr()&&("ontouchstart"in W||W.navigator.maxTouchPoints||W.DocumentTouch&&W.document instanceof W.DocumentTouch)),dn=W.navigator&&W.navigator.userAgentData;dn&&dn.platform&&dn.brands&&(Li=dn.platform==="Android",Zn=!!dn.brands.find(r=>r.brand==="Microsoft Edge"),Jn=!!dn.brands.find(r=>r.brand==="Chromium"),Wi=!Zn&&Jn,Ul=Ia=(dn.brands.find(r=>r.brand==="Chromium")||{}).version||null,Oa=dn.platform==="Windows");if(!Jn){const r=W.navigator&&W.navigator.userAgent||"";$l=/iPod/i.test(r),Xh=(function(){const e=r.match(/OS (\d+)_/i);return e&&e[1]?e[1]:null})(),Li=/Android/i.test(r),Kh=(function(){const e=r.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!e)return null;const t=e[1]&&parseFloat(e[1]),n=e[2]&&parseFloat(e[2]);return t&&n?parseFloat(e[1]+"."+e[2]):t||null})(),Qh=/Firefox/i.test(r),Zn=/Edg/i.test(r),Jn=/Chrome/i.test(r)||/CriOS/i.test(r),Wi=!Zn&&Jn,Ul=Ia=(function(){const e=r.match(/(Chrome|CriOS)\/(\d+)/);return e&&e[2]?parseFloat(e[2]):null})(),Zh=(function(){const e=/MSIE\s(\d+)\.\d/.exec(r);let t=e&&parseFloat(e[1]);return!t&&/Trident\/7.0/i.test(r)&&/rv:11.0/.test(r)&&(t=11),t})(),la=/Tizen/i.test(r),ua=/Web0S/i.test(r),ca=la||ua,aa=/Safari/i.test(r)&&!Wi&&!Li&&!Zn&&!ca,Oa=/Windows/i.test(r),oa=/iPad/i.test(r)||aa&&ss&&!/iPhone/i.test(r),Ba=/iPhone/i.test(r)&&!oa}const jt=Ba||oa||$l,La=(aa||jt)&&!Wi;var Jh=Object.freeze({__proto__:null,get IS_IPOD(){return $l},get IOS_VERSION(){return Xh},get IS_ANDROID(){return Li},get ANDROID_VERSION(){return Kh},get IS_FIREFOX(){return Qh},get IS_EDGE(){return Zn},get IS_CHROMIUM(){return Jn},get IS_CHROME(){return Wi},get CHROMIUM_VERSION(){return Ul},get CHROME_VERSION(){return Ia},IS_CHROMECAST_RECEIVER:q8,get IE_VERSION(){return Zh},get IS_SAFARI(){return aa},get IS_WINDOWS(){return Oa},get IS_IPAD(){return oa},get IS_IPHONE(){return Ba},get IS_TIZEN(){return la},get IS_WEBOS(){return ua},get IS_SMART_TV(){return ca},TOUCH_ENABLED:ss,IS_IOS:jt,IS_ANY_SAFARI:La});function md(r){return typeof r=="string"&&!!r.trim()}function j8(r){if(r.indexOf(" ")>=0)throw new Error("class has illegal whitespace characters")}function gr(){return ge===W.document}function vr(r){return Gi(r)&&r.nodeType===1}function e0(){try{return W.parent!==W.self}catch{return!0}}function t0(r){return function(e,t){if(!md(e))return ge[r](null);md(t)&&(t=ge.querySelector(t));const n=vr(t)?t:ge;return n[r]&&n[r](e)}}function Me(r="div",e={},t={},n){const s=ge.createElement(r);return Object.getOwnPropertyNames(e).forEach(function(a){const o=e[a];a==="textContent"?bn(s,o):(s[a]!==o||a==="tabIndex")&&(s[a]=o)}),Object.getOwnPropertyNames(t).forEach(function(a){s.setAttribute(a,t[a])}),n&&ql(s,n),s}function bn(r,e){return typeof r.textContent>"u"?r.innerText=e:r.textContent=e,r}function al(r,e){e.firstChild?e.insertBefore(r,e.firstChild):e.appendChild(r)}function Zr(r,e){return j8(e),r.classList.contains(e)}function Ln(r,...e){return r.classList.add(...e.reduce((t,n)=>t.concat(n.split(/\s+/)),[])),r}function Ma(r,...e){return r?(r.classList.remove(...e.reduce((t,n)=>t.concat(n.split(/\s+/)),[])),r):(We.warn("removeClass was called with an element that doesn't exist"),null)}function i0(r,e,t){return typeof t=="function"&&(t=t(r,e)),typeof t!="boolean"&&(t=void 0),e.split(/\s+/).forEach(n=>r.classList.toggle(n,t)),r}function n0(r,e){Object.getOwnPropertyNames(e).forEach(function(t){const n=e[t];n===null||typeof n>"u"||n===!1?r.removeAttribute(t):r.setAttribute(t,n===!0?"":n)})}function fn(r){const e={},t=["autoplay","controls","playsinline","loop","muted","default","defaultMuted"];if(r&&r.attributes&&r.attributes.length>0){const n=r.attributes;for(let s=n.length-1;s>=0;s--){const a=n[s].name;let o=n[s].value;t.includes(a)&&(o=o!==null),e[a]=o}}return e}function r0(r,e){return r.getAttribute(e)}function dr(r,e,t){r.setAttribute(e,t)}function Pa(r,e){r.removeAttribute(e)}function s0(){ge.body.focus(),ge.onselectstart=function(){return!1}}function a0(){ge.onselectstart=function(){return!0}}function hr(r){if(r&&r.getBoundingClientRect&&r.parentNode){const e=r.getBoundingClientRect(),t={};return["bottom","height","left","right","top","width"].forEach(n=>{e[n]!==void 0&&(t[n]=e[n])}),t.height||(t.height=parseFloat(fr(r,"height"))),t.width||(t.width=parseFloat(fr(r,"width"))),t}}function as(r){if(!r||r&&!r.offsetParent)return{left:0,top:0,width:0,height:0};const e=r.offsetWidth,t=r.offsetHeight;let n=0,s=0;for(;r.offsetParent&&r!==ge[sa.fullscreenElement];)n+=r.offsetLeft,s+=r.offsetTop,r=r.offsetParent;return{left:n,top:s,width:e,height:t}}function Ra(r,e){const t={x:0,y:0};if(jt){let g=r;for(;g&&g.nodeName.toLowerCase()!=="html";){const m=fr(g,"transform");if(/^matrix/.test(m)){const k=m.slice(7,-1).split(/,\s/).map(Number);t.x+=k[4],t.y+=k[5]}else if(/^matrix3d/.test(m)){const k=m.slice(9,-1).split(/,\s/).map(Number);t.x+=k[12],t.y+=k[13]}if(g.assignedSlot&&g.assignedSlot.parentElement&&W.WebKitCSSMatrix){const k=W.getComputedStyle(g.assignedSlot.parentElement).transform,T=new W.WebKitCSSMatrix(k);t.x+=T.m41,t.y+=T.m42}g=g.parentNode||g.host}}const n={},s=as(e.target),a=as(r),o=a.width,l=a.height;let c=e.offsetY-(a.top-s.top),d=e.offsetX-(a.left-s.left);return e.changedTouches&&(d=e.changedTouches[0].pageX-a.left,c=e.changedTouches[0].pageY+a.top,jt&&(d-=t.x,c-=t.y)),n.y=1-Math.max(0,Math.min(1,c/l)),n.x=Math.max(0,Math.min(1,d/o)),n}function o0(r){return Gi(r)&&r.nodeType===3}function Va(r){for(;r.firstChild;)r.removeChild(r.firstChild);return r}function l0(r){return typeof r=="function"&&(r=r()),(Array.isArray(r)?r:[r]).map(e=>{if(typeof e=="function"&&(e=e()),vr(e)||o0(e))return e;if(typeof e=="string"&&/\S/.test(e))return ge.createTextNode(e)}).filter(e=>e)}function ql(r,e){return l0(e).forEach(t=>r.appendChild(t)),r}function u0(r,e){return ql(Va(r),e)}function os(r){return r.button===void 0&&r.buttons===void 0||r.button===0&&r.buttons===void 0||r.type==="mouseup"&&r.button===0&&r.buttons===0||r.type==="mousedown"&&r.button===0&&r.buttons===0?!0:!(r.button!==0||r.buttons!==1)}const Tn=t0("querySelector"),c0=t0("querySelectorAll");function fr(r,e){if(!r||!e)return"";if(typeof W.getComputedStyle=="function"){let t;try{t=W.getComputedStyle(r)}catch{return""}return t?t.getPropertyValue(e)||t[e]:""}return""}function d0(r){[...ge.styleSheets].forEach(e=>{try{const t=[...e.cssRules].map(s=>s.cssText).join(""),n=ge.createElement("style");n.textContent=t,r.document.head.appendChild(n)}catch{const n=ge.createElement("link");n.rel="stylesheet",n.type=e.type,n.media=e.media.mediaText,n.href=e.href,r.document.head.appendChild(n)}})}var h0=Object.freeze({__proto__:null,isReal:gr,isEl:vr,isInFrame:e0,createEl:Me,textContent:bn,prependTo:al,hasClass:Zr,addClass:Ln,removeClass:Ma,toggleClass:i0,setAttributes:n0,getAttributes:fn,getAttribute:r0,setAttribute:dr,removeAttribute:Pa,blockTextSelection:s0,unblockTextSelection:a0,getBoundingClientRect:hr,findPosition:as,getPointerPosition:Ra,isTextNode:o0,emptyEl:Va,normalizeContent:l0,appendContent:ql,insertContent:u0,isSingleLeftClick:os,$:Tn,$$:c0,computedStyle:fr,copyStyleSheetsToWindow:d0});let f0=!1,ol;const H8=function(){if(ol.options.autoSetup===!1)return;const r=Array.prototype.slice.call(ge.getElementsByTagName("video")),e=Array.prototype.slice.call(ge.getElementsByTagName("audio")),t=Array.prototype.slice.call(ge.getElementsByTagName("video-js")),n=r.concat(e,t);if(n&&n.length>0)for(let s=0,a=n.length;s<a;s++){const o=n[s];if(o&&o.getAttribute)o.player===void 0&&o.getAttribute("data-setup")!==null&&ol(o);else{ll(1);break}}else f0||ll(1)};function ll(r,e){gr()&&(e&&(ol=e),W.setTimeout(H8,r))}function ul(){f0=!0,W.removeEventListener("load",ul)}gr()&&(ge.readyState==="complete"?ul():W.addEventListener("load",ul));const p0=function(r){const e=ge.createElement("style");return e.className=r,e},m0=function(r,e){r.styleSheet?r.styleSheet.cssText=e:r.textContent=e};var ei=new WeakMap;const z8=3;let G8=z8;function bi(){return G8++}function gd(r,e){if(!ei.has(r))return;const t=ei.get(r);t.handlers[e].length===0&&(delete t.handlers[e],r.removeEventListener?r.removeEventListener(e,t.dispatcher,!1):r.detachEvent&&r.detachEvent("on"+e,t.dispatcher)),Object.getOwnPropertyNames(t.handlers).length<=0&&(delete t.handlers,delete t.dispatcher,delete t.disabled),Object.getOwnPropertyNames(t).length===0&&ei.delete(r)}function jl(r,e,t,n){t.forEach(function(s){r(e,s,n)})}function Fa(r){if(r.fixed_)return r;function e(){return!0}function t(){return!1}if(!r||!r.isPropagationStopped||!r.isImmediatePropagationStopped){const n=r||W.event;r={};const s=["layerX","layerY","keyLocation","path","webkitMovementX","webkitMovementY","mozPressure","mozInputSource"];for(const a in n)s.includes(a)||a==="returnValue"&&n.preventDefault||(r[a]=n[a]);if(r.target||(r.target=r.srcElement||ge),r.relatedTarget||(r.relatedTarget=r.fromElement===r.target?r.toElement:r.fromElement),r.preventDefault=function(){n.preventDefault&&n.preventDefault(),r.returnValue=!1,n.returnValue=!1,r.defaultPrevented=!0},r.defaultPrevented=!1,r.stopPropagation=function(){n.stopPropagation&&n.stopPropagation(),r.cancelBubble=!0,n.cancelBubble=!0,r.isPropagationStopped=e},r.isPropagationStopped=t,r.stopImmediatePropagation=function(){n.stopImmediatePropagation&&n.stopImmediatePropagation(),r.isImmediatePropagationStopped=e,r.stopPropagation()},r.isImmediatePropagationStopped=t,r.clientX!==null&&r.clientX!==void 0){const a=ge.documentElement,o=ge.body;r.pageX=r.clientX+(a&&a.scrollLeft||o&&o.scrollLeft||0)-(a&&a.clientLeft||o&&o.clientLeft||0),r.pageY=r.clientY+(a&&a.scrollTop||o&&o.scrollTop||0)-(a&&a.clientTop||o&&o.clientTop||0)}r.which=r.charCode||r.keyCode,r.button!==null&&r.button!==void 0&&(r.button=r.button&1?0:r.button&4?1:r.button&2?2:0)}return r.fixed_=!0,r}let js;const W8=function(){if(typeof js!="boolean"){js=!1;try{const r=Object.defineProperty({},"passive",{get(){js=!0}});W.addEventListener("test",null,r),W.removeEventListener("test",null,r)}catch{}}return js},Y8=["touchstart","touchmove"];function mi(r,e,t){if(Array.isArray(e))return jl(mi,r,e,t);ei.has(r)||ei.set(r,{});const n=ei.get(r);if(n.handlers||(n.handlers={}),n.handlers[e]||(n.handlers[e]=[]),t.guid||(t.guid=bi()),n.handlers[e].push(t),n.dispatcher||(n.disabled=!1,n.dispatcher=function(s,a){if(n.disabled)return;s=Fa(s);const o=n.handlers[s.type];if(o){const l=o.slice(0);for(let c=0,d=l.length;c<d&&!s.isImmediatePropagationStopped();c++)try{l[c].call(r,s,a)}catch(g){We.error(g)}}}),n.handlers[e].length===1)if(r.addEventListener){let s=!1;W8()&&Y8.indexOf(e)>-1&&(s={passive:!0}),r.addEventListener(e,n.dispatcher,s)}else r.attachEvent&&r.attachEvent("on"+e,n.dispatcher)}function Ht(r,e,t){if(!ei.has(r))return;const n=ei.get(r);if(!n.handlers)return;if(Array.isArray(e))return jl(Ht,r,e,t);const s=function(o,l){n.handlers[l]=[],gd(o,l)};if(e===void 0){for(const o in n.handlers)Object.prototype.hasOwnProperty.call(n.handlers||{},o)&&s(r,o);return}const a=n.handlers[e];if(a){if(!t){s(r,e);return}if(t.guid)for(let o=0;o<a.length;o++)a[o].guid===t.guid&&a.splice(o--,1);gd(r,e)}}function yr(r,e,t){const n=ei.has(r)?ei.get(r):{},s=r.parentNode||r.ownerDocument;if(typeof e=="string"?e={type:e,target:r}:e.target||(e.target=r),e=Fa(e),n.dispatcher&&n.dispatcher.call(r,e,t),s&&!e.isPropagationStopped()&&e.bubbles===!0)yr.call(null,s,e,t);else if(!s&&!e.defaultPrevented&&e.target&&e.target[e.type]){ei.has(e.target)||ei.set(e.target,{});const a=ei.get(e.target);e.target[e.type]&&(a.disabled=!0,typeof e.target[e.type]=="function"&&e.target[e.type](),a.disabled=!1)}return!e.defaultPrevented}function $a(r,e,t){if(Array.isArray(e))return jl($a,r,e,t);const n=function(){Ht(r,e,n),t.apply(this,arguments)};n.guid=t.guid=t.guid||bi(),mi(r,e,n)}function Hl(r,e,t){const n=function(){Ht(r,e,n),t.apply(this,arguments)};n.guid=t.guid=t.guid||bi(),mi(r,e,n)}var X8=Object.freeze({__proto__:null,fixEvent:Fa,on:mi,off:Ht,trigger:yr,one:$a,any:Hl});const xi=30,ut=function(r,e,t){e.guid||(e.guid=bi());const n=e.bind(r);return n.guid=t?t+"_"+e.guid:e.guid,n},Yi=function(r,e){let t=W.performance.now();return function(...s){const a=W.performance.now();a-t>=e&&(r(...s),t=a)}},g0=function(r,e,t,n=W){let s;const a=()=>{n.clearTimeout(s),s=null},o=function(){const l=this,c=arguments;let d=function(){s=null,d=null,t||r.apply(l,c)};!s&&t&&r.apply(l,c),n.clearTimeout(s),s=n.setTimeout(d,e)};return o.cancel=a,o};var K8=Object.freeze({__proto__:null,UPDATE_REFRESH_INTERVAL:xi,bind_:ut,throttle:Yi,debounce:g0});let Hr;class gi{on(e,t){const n=this.addEventListener;this.addEventListener=()=>{},mi(this,e,t),this.addEventListener=n}off(e,t){Ht(this,e,t)}one(e,t){const n=this.addEventListener;this.addEventListener=()=>{},$a(this,e,t),this.addEventListener=n}any(e,t){const n=this.addEventListener;this.addEventListener=()=>{},Hl(this,e,t),this.addEventListener=n}trigger(e){const t=e.type||e;typeof e=="string"&&(e={type:t}),e=Fa(e),this.allowedEvents_[t]&&this["on"+t]&&this["on"+t](e),yr(this,e)}queueTrigger(e){Hr||(Hr=new Map);const t=e.type||e;let n=Hr.get(this);n||(n=new Map,Hr.set(this,n));const s=n.get(t);n.delete(t),W.clearTimeout(s);const a=W.setTimeout(()=>{n.delete(t),n.size===0&&(n=null,Hr.delete(this)),this.trigger(e)},0);n.set(t,a)}}gi.prototype.allowedEvents_={};gi.prototype.addEventListener=gi.prototype.on;gi.prototype.removeEventListener=gi.prototype.off;gi.prototype.dispatchEvent=gi.prototype.trigger;const Ua=r=>typeof r.name=="function"?r.name():typeof r.name=="string"?r.name:r.name_?r.name_:r.constructor&&r.constructor.name?r.constructor.name:typeof r,sn=r=>r instanceof gi||!!r.eventBusEl_&&["on","one","off","trigger"].every(e=>typeof r[e]=="function"),Q8=(r,e)=>{sn(r)?e():(r.eventedCallbacks||(r.eventedCallbacks=[]),r.eventedCallbacks.push(e))},cl=r=>typeof r=="string"&&/\S/.test(r)||Array.isArray(r)&&!!r.length,da=(r,e,t)=>{if(!r||!r.nodeName&&!sn(r))throw new Error(`Invalid target for ${Ua(e)}#${t}; must be a DOM node or evented object.`)},v0=(r,e,t)=>{if(!cl(r))throw new Error(`Invalid event type for ${Ua(e)}#${t}; must be a non-empty string or array.`)},y0=(r,e,t)=>{if(typeof r!="function")throw new Error(`Invalid listener for ${Ua(e)}#${t}; must be a function.`)},Po=(r,e,t)=>{const n=e.length<3||e[0]===r||e[0]===r.eventBusEl_;let s,a,o;return n?(s=r.eventBusEl_,e.length>=3&&e.shift(),[a,o]=e):(s=e[0],a=e[1],o=e[2]),da(s,r,t),v0(a,r,t),y0(o,r,t),o=ut(r,o),{isTargetingSelf:n,target:s,type:a,listener:o}},wn=(r,e,t,n)=>{da(r,r,e),r.nodeName?X8[e](r,t,n):r[e](t,n)},Z8={on(...r){const{isTargetingSelf:e,target:t,type:n,listener:s}=Po(this,r,"on");if(wn(t,"on",n,s),!e){const a=()=>this.off(t,n,s);a.guid=s.guid;const o=()=>this.off("dispose",a);o.guid=s.guid,wn(this,"on","dispose",a),wn(t,"on","dispose",o)}},one(...r){const{isTargetingSelf:e,target:t,type:n,listener:s}=Po(this,r,"one");if(e)wn(t,"one",n,s);else{const a=(...o)=>{this.off(t,n,a),s.apply(null,o)};a.guid=s.guid,wn(t,"one",n,a)}},any(...r){const{isTargetingSelf:e,target:t,type:n,listener:s}=Po(this,r,"any");if(e)wn(t,"any",n,s);else{const a=(...o)=>{this.off(t,n,a),s.apply(null,o)};a.guid=s.guid,wn(t,"any",n,a)}},off(r,e,t){if(!r||cl(r))Ht(this.eventBusEl_,r,e);else{const n=r,s=e;da(n,this,"off"),v0(s,this,"off"),y0(t,this,"off"),t=ut(this,t),this.off("dispose",t),n.nodeName?(Ht(n,s,t),Ht(n,"dispose",t)):sn(n)&&(n.off(s,t),n.off("dispose",t))}},trigger(r,e){da(this.eventBusEl_,this,"trigger");const t=r&&typeof r!="string"?r.type:r;if(!cl(t))throw new Error(`Invalid event type for ${Ua(this)}#trigger; must be a non-empty string or object with a type key that has a non-empty value.`);return yr(this.eventBusEl_,r,e)}};function zl(r,e={}){const{eventBusKey:t}=e;if(t){if(!r[t].nodeName)throw new Error(`The eventBusKey "${t}" does not refer to an element.`);r.eventBusEl_=r[t]}else r.eventBusEl_=Me("span",{className:"vjs-event-bus"});return Object.assign(r,Z8),r.eventedCallbacks&&r.eventedCallbacks.forEach(n=>{n()}),r.on("dispose",()=>{r.off(),[r,r.el_,r.eventBusEl_].forEach(function(n){n&&ei.has(n)&&ei.delete(n)}),W.setTimeout(()=>{r.eventBusEl_=null},0)}),r}const J8={state:{},setState(r){typeof r=="function"&&(r=r());let e;return Qn(r,(t,n)=>{this.state[n]!==t&&(e=e||{},e[n]={from:this.state[n],to:t}),this.state[n]=t}),e&&sn(this)&&this.trigger({changes:e,type:"statechanged"}),e}};function _0(r,e){return Object.assign(r,J8),r.state=Object.assign({},r.state,e),typeof r.handleStateChanged=="function"&&sn(r)&&r.on("statechanged",r.handleStateChanged),r}const Jr=function(r){return typeof r!="string"?r:r.replace(/./,e=>e.toLowerCase())},yt=function(r){return typeof r!="string"?r:r.replace(/./,e=>e.toUpperCase())},T0=function(r,e){return yt(r)===yt(e)};var ex=Object.freeze({__proto__:null,toLowerCase:Jr,toTitleCase:yt,titleCaseEquals:T0});class ue{constructor(e,t,n){if(!e&&this.play?this.player_=e=this:this.player_=e,this.isDisposed_=!1,this.parentComponent_=null,this.options_=ot({},this.options_),t=this.options_=ot(this.options_,t),this.id_=t.id||t.el&&t.el.id,!this.id_){const s=e&&e.id&&e.id()||"no_player";this.id_=`${s}_component_${bi()}`}this.name_=t.name||null,t.el?this.el_=t.el:t.createEl!==!1&&(this.el_=this.createEl()),t.className&&this.el_&&t.className.split(" ").forEach(s=>this.addClass(s)),["on","off","one","any","trigger"].forEach(s=>{this[s]=void 0}),t.evented!==!1&&(zl(this,{eventBusKey:this.el_?"el_":null}),this.handleLanguagechange=this.handleLanguagechange.bind(this),this.on(this.player_,"languagechange",this.handleLanguagechange)),_0(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},this.setTimeoutIds_=new Set,this.setIntervalIds_=new Set,this.rafIds_=new Set,this.namedRafs_=new Map,this.clearingTimersOnDispose_=!1,t.initChildren!==!1&&this.initChildren(),this.ready(n),t.reportTouchActivity!==!1&&this.enableTouchActivity()}dispose(e={}){if(!this.isDisposed_){if(this.readyQueue_&&(this.readyQueue_.length=0),this.trigger({type:"dispose",bubbles:!1}),this.isDisposed_=!0,this.children_)for(let t=this.children_.length-1;t>=0;t--)this.children_[t].dispose&&this.children_[t].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.parentComponent_=null,this.el_&&(this.el_.parentNode&&(e.restoreEl?this.el_.parentNode.replaceChild(e.restoreEl,this.el_):this.el_.parentNode.removeChild(this.el_)),this.el_=null),this.player_=null}}isDisposed(){return!!this.isDisposed_}player(){return this.player_}options(e){return e?(this.options_=ot(this.options_,e),this.options_):this.options_}el(){return this.el_}createEl(e,t,n){return Me(e,t,n)}localize(e,t,n=e){const s=this.player_.language&&this.player_.language(),a=this.player_.languages&&this.player_.languages(),o=a&&a[s],l=s&&s.split("-")[0],c=a&&a[l];let d=n;return o&&o[e]?d=o[e]:c&&c[e]&&(d=c[e]),t&&(d=d.replace(/\{(\d+)\}/g,function(g,m){const k=t[m-1];let T=k;return typeof k>"u"&&(T=g),T})),d}handleLanguagechange(){}contentEl(){return this.contentEl_||this.el_}id(){return this.id_}name(){return this.name_}children(){return this.children_}getChildById(e){return this.childIndex_[e]}getChild(e){if(e)return this.childNameIndex_[e]}getDescendant(...e){e=e.reduce((n,s)=>n.concat(s),[]);let t=this;for(let n=0;n<e.length;n++)if(t=t.getChild(e[n]),!t||!t.getChild)return;return t}setIcon(e,t=this.el()){if(!this.player_.options_.experimentalSvgIcons)return;const n="http://www.w3.org/2000/svg",s=Me("span",{className:"vjs-icon-placeholder vjs-svg-icon"},{"aria-hidden":"true"}),a=ge.createElementNS(n,"svg");a.setAttributeNS(null,"viewBox","0 0 512 512");const o=ge.createElementNS(n,"use");return a.appendChild(o),o.setAttributeNS(null,"href",`#vjs-icon-${e}`),s.appendChild(a),this.iconIsSet_?t.replaceChild(s,t.querySelector(".vjs-icon-placeholder")):t.appendChild(s),this.iconIsSet_=!0,s}addChild(e,t={},n=this.children_.length){let s,a;if(typeof e=="string"){a=yt(e);const o=t.componentClass||a;t.name=a;const l=ue.getComponent(o);if(!l)throw new Error(`Component ${o} does not exist`);if(typeof l!="function")return null;s=new l(this.player_||this,t)}else s=e;if(s.parentComponent_&&s.parentComponent_.removeChild(s),this.children_.splice(n,0,s),s.parentComponent_=this,typeof s.id=="function"&&(this.childIndex_[s.id()]=s),a=a||s.name&&yt(s.name()),a&&(this.childNameIndex_[a]=s,this.childNameIndex_[Jr(a)]=s),typeof s.el=="function"&&s.el()){let o=null;this.children_[n+1]&&(this.children_[n+1].el_?o=this.children_[n+1].el_:vr(this.children_[n+1])&&(o=this.children_[n+1])),this.contentEl().insertBefore(s.el(),o)}return s}removeChild(e){if(typeof e=="string"&&(e=this.getChild(e)),!e||!this.children_)return;let t=!1;for(let s=this.children_.length-1;s>=0;s--)if(this.children_[s]===e){t=!0,this.children_.splice(s,1);break}if(!t)return;e.parentComponent_=null,this.childIndex_[e.id()]=null,this.childNameIndex_[yt(e.name())]=null,this.childNameIndex_[Jr(e.name())]=null;const n=e.el();n&&n.parentNode===this.contentEl()&&this.contentEl().removeChild(e.el())}initChildren(){const e=this.options_.children;if(e){const t=this.options_,n=o=>{const l=o.name;let c=o.opts;if(t[l]!==void 0&&(c=t[l]),c===!1)return;c===!0&&(c={}),c.playerOptions=this.options_.playerOptions;const d=this.addChild(l,c);d&&(this[l]=d)};let s;const a=ue.getComponent("Tech");Array.isArray(e)?s=e:s=Object.keys(e),s.concat(Object.keys(this.options_).filter(function(o){return!s.some(function(l){return typeof l=="string"?o===l:o===l.name})})).map(o=>{let l,c;return typeof o=="string"?(l=o,c=e[l]||this.options_[l]||{}):(l=o.name,c=o),{name:l,opts:c}}).filter(o=>{const l=ue.getComponent(o.opts.componentClass||yt(o.name));return l&&!a.isTech(l)}).forEach(n)}}buildCSSClass(){return""}ready(e,t=!1){if(e){if(!this.isReady_){this.readyQueue_=this.readyQueue_||[],this.readyQueue_.push(e);return}t?e.call(this):this.setTimeout(e,1)}}triggerReady(){this.isReady_=!0,this.setTimeout(function(){const e=this.readyQueue_;this.readyQueue_=[],e&&e.length>0&&e.forEach(function(t){t.call(this)},this),this.trigger("ready")},1)}$(e,t){return Tn(e,t||this.contentEl())}$$(e,t){return c0(e,t||this.contentEl())}hasClass(e){return Zr(this.el_,e)}addClass(...e){Ln(this.el_,...e)}removeClass(...e){Ma(this.el_,...e)}toggleClass(e,t){i0(this.el_,e,t)}show(){this.removeClass("vjs-hidden")}hide(){this.addClass("vjs-hidden")}lockShowing(){this.addClass("vjs-lock-showing")}unlockShowing(){this.removeClass("vjs-lock-showing")}getAttribute(e){return r0(this.el_,e)}setAttribute(e,t){dr(this.el_,e,t)}removeAttribute(e){Pa(this.el_,e)}width(e,t){return this.dimension("width",e,t)}height(e,t){return this.dimension("height",e,t)}dimensions(e,t){this.width(e,!0),this.height(t)}dimension(e,t,n){if(t!==void 0){(t===null||t!==t)&&(t=0),(""+t).indexOf("%")!==-1||(""+t).indexOf("px")!==-1?this.el_.style[e]=t:t==="auto"?this.el_.style[e]="":this.el_.style[e]=t+"px",n||this.trigger("componentresize");return}if(!this.el_)return 0;const s=this.el_.style[e],a=s.indexOf("px");return parseInt(a!==-1?s.slice(0,a):this.el_["offset"+yt(e)],10)}currentDimension(e){let t=0;if(e!=="width"&&e!=="height")throw new Error("currentDimension only accepts width or height value");if(t=fr(this.el_,e),t=parseFloat(t),t===0||isNaN(t)){const n=`offset${yt(e)}`;t=this.el_[n]}return t}currentDimensions(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}}currentWidth(){return this.currentDimension("width")}currentHeight(){return this.currentDimension("height")}getPositions(){const e=this.el_.getBoundingClientRect(),t={x:e.x,y:e.y,width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left},n={x:e.left+e.width/2,y:e.top+e.height/2,width:0,height:0,top:e.top+e.height/2,right:e.left+e.width/2,bottom:e.top+e.height/2,left:e.left+e.width/2};return{boundingClientRect:t,center:n}}focus(){this.el_.focus()}blur(){this.el_.blur()}handleKeyDown(e){this.player_&&(e.key!=="Tab"&&!(this.player_.options_.playerOptions.spatialNavigation&&this.player_.options_.playerOptions.spatialNavigation.enabled)&&e.stopPropagation(),this.player_.handleKeyDown(e))}handleKeyPress(e){this.handleKeyDown(e)}emitTapEvents(){let e=0,t=null;const n=10,s=200;let a;this.on("touchstart",function(l){l.touches.length===1&&(t={pageX:l.touches[0].pageX,pageY:l.touches[0].pageY},e=W.performance.now(),a=!0)}),this.on("touchmove",function(l){if(l.touches.length>1)a=!1;else if(t){const c=l.touches[0].pageX-t.pageX,d=l.touches[0].pageY-t.pageY;Math.sqrt(c*c+d*d)>n&&(a=!1)}});const o=function(){a=!1};this.on("touchleave",o),this.on("touchcancel",o),this.on("touchend",function(l){t=null,a===!0&&W.performance.now()-e<s&&(l.preventDefault(),this.trigger("tap"))})}enableTouchActivity(){if(!this.player()||!this.player().reportUserActivity)return;const e=ut(this.player(),this.player().reportUserActivity);let t;this.on("touchstart",function(){e(),this.clearInterval(t),t=this.setInterval(e,250)});const n=function(s){e(),this.clearInterval(t)};this.on("touchmove",e),this.on("touchend",n),this.on("touchcancel",n)}setTimeout(e,t){var n;return e=ut(this,e),this.clearTimersOnDispose_(),n=W.setTimeout(()=>{this.setTimeoutIds_.has(n)&&this.setTimeoutIds_.delete(n),e()},t),this.setTimeoutIds_.add(n),n}clearTimeout(e){return this.setTimeoutIds_.has(e)&&(this.setTimeoutIds_.delete(e),W.clearTimeout(e)),e}setInterval(e,t){e=ut(this,e),this.clearTimersOnDispose_();const n=W.setInterval(e,t);return this.setIntervalIds_.add(n),n}clearInterval(e){return this.setIntervalIds_.has(e)&&(this.setIntervalIds_.delete(e),W.clearInterval(e)),e}requestAnimationFrame(e){this.clearTimersOnDispose_();var t;return e=ut(this,e),t=W.requestAnimationFrame(()=>{this.rafIds_.has(t)&&this.rafIds_.delete(t),e()}),this.rafIds_.add(t),t}requestNamedAnimationFrame(e,t){this.namedRafs_.has(e)&&this.cancelNamedAnimationFrame(e),this.clearTimersOnDispose_(),t=ut(this,t);const n=this.requestAnimationFrame(()=>{t(),this.namedRafs_.has(e)&&this.namedRafs_.delete(e)});return this.namedRafs_.set(e,n),e}cancelNamedAnimationFrame(e){this.namedRafs_.has(e)&&(this.cancelAnimationFrame(this.namedRafs_.get(e)),this.namedRafs_.delete(e))}cancelAnimationFrame(e){return this.rafIds_.has(e)&&(this.rafIds_.delete(e),W.cancelAnimationFrame(e)),e}clearTimersOnDispose_(){this.clearingTimersOnDispose_||(this.clearingTimersOnDispose_=!0,this.one("dispose",()=>{[["namedRafs_","cancelNamedAnimationFrame"],["rafIds_","cancelAnimationFrame"],["setTimeoutIds_","clearTimeout"],["setIntervalIds_","clearInterval"]].forEach(([e,t])=>{this[e].forEach((n,s)=>this[t](s))}),this.clearingTimersOnDispose_=!1}))}getIsDisabled(){return!!this.el_.disabled}getIsExpresslyInert(){return this.el_.inert&&!this.el_.ownerDocument.documentElement.inert}getIsFocusable(e){return(e||this.el_).tabIndex>=0&&!(this.getIsDisabled()||this.getIsExpresslyInert())}getIsAvailableToBeFocused(e){function t(a){const o=W.getComputedStyle(a,null),l=o.getPropertyValue("visibility");return o.getPropertyValue("display")!=="none"&&!["hidden","collapse"].includes(l)}function n(a){return!(!t(a.parentElement)||!t(a)||a.style.opacity==="0"||W.getComputedStyle(a).height==="0px"||W.getComputedStyle(a).width==="0px")}function s(a){if(a.offsetWidth+a.offsetHeight+a.getBoundingClientRect().height+a.getBoundingClientRect().width===0)return!1;const o={x:a.getBoundingClientRect().left+a.offsetWidth/2,y:a.getBoundingClientRect().top+a.offsetHeight/2};if(o.x<0||o.x>(ge.documentElement.clientWidth||W.innerWidth)||o.y<0||o.y>(ge.documentElement.clientHeight||W.innerHeight))return!1;let l=ge.elementFromPoint(o.x,o.y);for(;l;){if(l===a)return!0;if(l.parentNode)l=l.parentNode;else return!1}}return e||(e=this.el()),!!(s(e)&&n(e)&&(!e.parentElement||e.tabIndex>=0))}static registerComponent(e,t){if(typeof e!="string"||!e)throw new Error(`Illegal component name, "${e}"; must be a non-empty string.`);const n=ue.getComponent("Tech"),s=n&&n.isTech(t),a=ue===t||ue.prototype.isPrototypeOf(t.prototype);if(s||!a){let l;throw s?l="techs must be registered using Tech.registerTech()":l="must be a Component subclass",new Error(`Illegal component, "${e}"; ${l}.`)}e=yt(e),ue.components_||(ue.components_={});const o=ue.getComponent("Player");if(e==="Player"&&o&&o.players){const l=o.players,c=Object.keys(l);if(l&&c.length>0){for(let d=0;d<c.length;d++)if(l[c[d]]!==null)throw new Error("Can not register Player component after player has been created.")}}return ue.components_[e]=t,ue.components_[Jr(e)]=t,t}static getComponent(e){if(!(!e||!ue.components_))return ue.components_[e]}}ue.registerComponent("Component",ue);function tx(r,e,t){if(typeof e!="number"||e<0||e>t)throw new Error(`Failed to execute '${r}' on 'TimeRanges': The index provided (${e}) is non-numeric or out of bounds (0-${t}).`)}function vd(r,e,t,n){return tx(r,n,t.length-1),t[n][e]}function Ro(r){let e;return r===void 0||r.length===0?e={length:0,start(){throw new Error("This TimeRanges object is empty")},end(){throw new Error("This TimeRanges object is empty")}}:e={length:r.length,start:vd.bind(null,"start",0,r),end:vd.bind(null,"end",1,r)},W.Symbol&&W.Symbol.iterator&&(e[W.Symbol.iterator]=()=>(r||[]).values()),e}function Bi(r,e){return Array.isArray(r)?Ro(r):r===void 0||e===void 0?Ro():Ro([[r,e]])}const b0=function(r,e){r=r<0?0:r;let t=Math.floor(r%60),n=Math.floor(r/60%60),s=Math.floor(r/3600);const a=Math.floor(e/60%60),o=Math.floor(e/3600);return(isNaN(r)||r===1/0)&&(s=n=t="-"),s=s>0||o>0?s+":":"",n=((s||a>=10)&&n<10?"0"+n:n)+":",t=t<10?"0"+t:t,s+n+t};let Gl=b0;function x0(r){Gl=r}function C0(){Gl=b0}function Vn(r,e=r){return Gl(r,e)}var ix=Object.freeze({__proto__:null,createTimeRanges:Bi,createTimeRange:Bi,setFormatTime:x0,resetFormatTime:C0,formatTime:Vn});function S0(r,e){let t=0,n,s;if(!e)return 0;(!r||!r.length)&&(r=Bi(0,0));for(let a=0;a<r.length;a++)n=r.start(a),s=r.end(a),s>e&&(s=e),t+=s-n;return t/e}function gt(r){if(r instanceof gt)return r;typeof r=="number"?this.code=r:typeof r=="string"?this.message=r:Gi(r)&&(typeof r.code=="number"&&(this.code=r.code),Object.assign(this,r)),this.message||(this.message=gt.defaultMessages[this.code]||"")}gt.prototype.code=0;gt.prototype.message="";gt.prototype.status=null;gt.prototype.metadata=null;gt.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"];gt.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};gt.MEDIA_ERR_CUSTOM=0;gt.prototype.MEDIA_ERR_CUSTOM=0;gt.MEDIA_ERR_ABORTED=1;gt.prototype.MEDIA_ERR_ABORTED=1;gt.MEDIA_ERR_NETWORK=2;gt.prototype.MEDIA_ERR_NETWORK=2;gt.MEDIA_ERR_DECODE=3;gt.prototype.MEDIA_ERR_DECODE=3;gt.MEDIA_ERR_SRC_NOT_SUPPORTED=4;gt.prototype.MEDIA_ERR_SRC_NOT_SUPPORTED=4;gt.MEDIA_ERR_ENCRYPTED=5;gt.prototype.MEDIA_ERR_ENCRYPTED=5;function es(r){return r!=null&&typeof r.then=="function"}function Ui(r){es(r)&&r.then(null,e=>{})}const dl=function(r){return["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce((t,n,s)=>(r[n]&&(t[n]=r[n]),t),{cues:r.cues&&Array.prototype.map.call(r.cues,function(t){return{startTime:t.startTime,endTime:t.endTime,text:t.text,id:t.id}})})},nx=function(r){const e=r.$$("track"),t=Array.prototype.map.call(e,s=>s.track);return Array.prototype.map.call(e,function(s){const a=dl(s.track);return s.src&&(a.src=s.src),a}).concat(Array.prototype.filter.call(r.textTracks(),function(s){return t.indexOf(s)===-1}).map(dl))},rx=function(r,e){return r.forEach(function(t){const n=e.addRemoteTextTrack(t).track;!t.src&&t.cues&&t.cues.forEach(s=>n.addCue(s))}),e.textTracks()};var hl={textTracksToJson:nx,jsonToTextTracks:rx,trackToJson:dl};const Vo="vjs-modal-dialog";class _r extends ue{constructor(e,t){super(e,t),this.handleKeyDown_=n=>this.handleKeyDown(n),this.close_=n=>this.close(n),this.opened_=this.hasBeenOpened_=this.hasBeenFilled_=!1,this.closeable(!this.options_.uncloseable),this.content(this.options_.content),this.contentEl_=Me("div",{className:`${Vo}-content`},{role:"document"}),this.descEl_=Me("p",{className:`${Vo}-description vjs-control-text`,id:this.el().getAttribute("aria-describedby")}),bn(this.descEl_,this.description()),this.el_.appendChild(this.descEl_),this.el_.appendChild(this.contentEl_)}createEl(){return super.createEl("div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":`${this.id()}_description`,"aria-hidden":"true","aria-label":this.label(),role:"dialog","aria-live":"polite"})}dispose(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,super.dispose()}buildCSSClass(){return`${Vo} vjs-hidden ${super.buildCSSClass()}`}label(){return this.localize(this.options_.label||"Modal Window")}description(){let e=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(e+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),e}open(){if(this.opened_){this.options_.fillAlways&&this.fill();return}const e=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!e.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&e.pause(),this.on("keydown",this.handleKeyDown_),this.hadControls_=e.controls(),e.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}opened(e){return typeof e=="boolean"&&this[e?"open":"close"](),this.opened_}close(){if(!this.opened_)return;const e=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&e.play(),this.off("keydown",this.handleKeyDown_),this.hadControls_&&e.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger({type:"modalclose",bubbles:!0}),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}closeable(e){if(typeof e=="boolean"){const t=this.closeable_=!!e;let n=this.getChild("closeButton");if(t&&!n){const s=this.contentEl_;this.contentEl_=this.el_,n=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=s,this.on(n,"close",this.close_)}!t&&n&&(this.off(n,"close",this.close_),this.removeChild(n),n.dispose())}return this.closeable_}fill(){this.fillWith(this.content())}fillWith(e){const t=this.contentEl(),n=t.parentNode,s=t.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,n.removeChild(t),this.empty(),u0(t,e),this.trigger("modalfill"),s?n.insertBefore(t,s):n.appendChild(t);const a=this.getChild("closeButton");a&&n.appendChild(a.el_),this.trigger("aftermodalfill")}empty(){this.trigger("beforemodalempty"),Va(this.contentEl()),this.trigger("modalempty")}content(e){return typeof e<"u"&&(this.content_=e),this.content_}conditionalFocus_(){const e=ge.activeElement,t=this.player_.el_;this.previouslyActiveEl_=null,(t.contains(e)||t===e)&&(this.previouslyActiveEl_=e,this.focus())}conditionalBlur_(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null)}handleKeyDown(e){if(this.trigger({type:"modalKeydown",originalEvent:e,target:this,bubbles:!0}),e.stopPropagation(),e.key==="Escape"&&this.closeable()){e.preventDefault(),this.close();return}if(e.key!=="Tab")return;const t=this.focusableEls_(),n=this.el_.querySelector(":focus");let s;for(let a=0;a<t.length;a++)if(n===t[a]){s=a;break}ge.activeElement===this.el_&&(s=0),e.shiftKey&&s===0?(t[t.length-1].focus(),e.preventDefault()):!e.shiftKey&&s===t.length-1&&(t[0].focus(),e.preventDefault())}focusableEls_(){const e=this.el_.querySelectorAll("*");return Array.prototype.filter.call(e,t=>(t instanceof W.HTMLAnchorElement||t instanceof W.HTMLAreaElement)&&t.hasAttribute("href")||(t instanceof W.HTMLInputElement||t instanceof W.HTMLSelectElement||t instanceof W.HTMLTextAreaElement||t instanceof W.HTMLButtonElement)&&!t.hasAttribute("disabled")||t instanceof W.HTMLIFrameElement||t instanceof W.HTMLObjectElement||t instanceof W.HTMLEmbedElement||t.hasAttribute("tabindex")&&t.getAttribute("tabindex")!==-1||t.hasAttribute("contenteditable"))}}_r.prototype.options_={pauseOnOpen:!0,temporary:!0};ue.registerComponent("ModalDialog",_r);class Fn extends gi{constructor(e=[]){super(),this.tracks_=[];for(let t=0;t<e.length;t++)this.addTrack(e[t])}get length(){return this.tracks_.length}addTrack(e){const t=this.tracks_.length;""+t in this||Object.defineProperty(this,t,{get(){return this.tracks_[t]}}),this.tracks_.indexOf(e)===-1&&(this.tracks_.push(e),this.trigger({track:e,type:"addtrack",target:this})),e.labelchange_=()=>{this.trigger({track:e,type:"labelchange",target:this})},sn(e)&&e.addEventListener("labelchange",e.labelchange_)}removeTrack(e){let t;for(let n=0,s=this.length;n<s;n++)if(this[n]===e){t=this[n],t.off&&t.off(),this.tracks_.splice(n,1);break}t&&this.trigger({track:t,type:"removetrack",target:this})}getTrackById(e){let t=null;for(let n=0,s=this.length;n<s;n++){const a=this[n];if(a.id===e){t=a;break}}return t}}Fn.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack",labelchange:"labelchange"};for(const r in Fn.prototype.allowedEvents_)Fn.prototype["on"+r]=null;const Fo=function(r,e){for(let t=0;t<r.length;t++)!Object.keys(r[t]).length||e.id===r[t].id||(r[t].enabled=!1)};class E0 extends Fn{constructor(e=[]){for(let t=e.length-1;t>=0;t--)if(e[t].enabled){Fo(e,e[t]);break}super(e),this.changing_=!1}addTrack(e){e.enabled&&Fo(this,e),super.addTrack(e),e.addEventListener&&(e.enabledChange_=()=>{this.changing_||(this.changing_=!0,Fo(this,e),this.changing_=!1,this.trigger("change"))},e.addEventListener("enabledchange",e.enabledChange_))}removeTrack(e){super.removeTrack(e),e.removeEventListener&&e.enabledChange_&&(e.removeEventListener("enabledchange",e.enabledChange_),e.enabledChange_=null)}}const $o=function(r,e){for(let t=0;t<r.length;t++)!Object.keys(r[t]).length||e.id===r[t].id||(r[t].selected=!1)};class k0 extends Fn{constructor(e=[]){for(let t=e.length-1;t>=0;t--)if(e[t].selected){$o(e,e[t]);break}super(e),this.changing_=!1,Object.defineProperty(this,"selectedIndex",{get(){for(let t=0;t<this.length;t++)if(this[t].selected)return t;return-1},set(){}})}addTrack(e){e.selected&&$o(this,e),super.addTrack(e),e.addEventListener&&(e.selectedChange_=()=>{this.changing_||(this.changing_=!0,$o(this,e),this.changing_=!1,this.trigger("change"))},e.addEventListener("selectedchange",e.selectedChange_))}removeTrack(e){super.removeTrack(e),e.removeEventListener&&e.selectedChange_&&(e.removeEventListener("selectedchange",e.selectedChange_),e.selectedChange_=null)}}class Wl extends Fn{addTrack(e){super.addTrack(e),this.queueChange_||(this.queueChange_=()=>this.queueTrigger("change")),this.triggerSelectedlanguagechange||(this.triggerSelectedlanguagechange_=()=>this.trigger("selectedlanguagechange")),e.addEventListener("modechange",this.queueChange_),["metadata","chapters"].indexOf(e.kind)===-1&&e.addEventListener("modechange",this.triggerSelectedlanguagechange_)}removeTrack(e){super.removeTrack(e),e.removeEventListener&&(this.queueChange_&&e.removeEventListener("modechange",this.queueChange_),this.selectedlanguagechange_&&e.removeEventListener("modechange",this.triggerSelectedlanguagechange_))}toJSON(){return this.tracks_.map(e=>e.toJSON())}}class sx{constructor(e=[]){this.trackElements_=[],Object.defineProperty(this,"length",{get(){return this.trackElements_.length}});for(let t=0,n=e.length;t<n;t++)this.addTrackElement_(e[t])}addTrackElement_(e){const t=this.trackElements_.length;""+t in this||Object.defineProperty(this,t,{get(){return this.trackElements_[t]}}),this.trackElements_.indexOf(e)===-1&&this.trackElements_.push(e)}getTrackElementByTrack_(e){let t;for(let n=0,s=this.trackElements_.length;n<s;n++)if(e===this.trackElements_[n].track){t=this.trackElements_[n];break}return t}removeTrackElement_(e){for(let t=0,n=this.trackElements_.length;t<n;t++)if(e===this.trackElements_[t]){this.trackElements_[t].track&&typeof this.trackElements_[t].track.off=="function"&&this.trackElements_[t].track.off(),typeof this.trackElements_[t].off=="function"&&this.trackElements_[t].off(),this.trackElements_.splice(t,1);break}}}class ha{constructor(e){ha.prototype.setCues_.call(this,e),Object.defineProperty(this,"length",{get(){return this.length_}})}setCues_(e){const t=this.length||0;let n=0;const s=e.length;this.cues_=e,this.length_=e.length;const a=function(o){""+o in this||Object.defineProperty(this,""+o,{get(){return this.cues_[o]}})};if(t<s)for(n=t;n<s;n++)a.call(this,n)}getCueById(e){let t=null;for(let n=0,s=this.length;n<s;n++){const a=this[n];if(a.id===e){t=a;break}}return t}}const ax={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},ox={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},lx={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},yd={disabled:"disabled",hidden:"hidden",showing:"showing"};class Yl extends gi{constructor(e={}){super();const t={id:e.id||"vjs_track_"+bi(),kind:e.kind||"",language:e.language||""};let n=e.label||"";for(const s in t)Object.defineProperty(this,s,{get(){return t[s]},set(){}});Object.defineProperty(this,"label",{get(){return n},set(s){s!==n&&(n=s,this.trigger("labelchange"))}})}}const Xl=function(r){return new URL(r,ge.baseURI)},w0=function(r){return new URL(r,ge.baseURI).href},Kl=function(r){if(typeof r=="string"){const t=r.split("?")[0].replace(/\/+$/,"").match(/\.([^.\/]+)$/);return t?t[1].toLowerCase():""}return""},qa=function(r,e=W.location){return Xl(r).origin!==e.origin};var ux=Object.freeze({__proto__:null,parseUrl:Xl,getAbsoluteURL:w0,getFileExtension:Kl,isCrossOrigin:qa});const _d=function(r,e){const t=new W.WebVTT.Parser(W,W.vttjs,W.WebVTT.StringDecoder()),n=[];t.oncue=function(s){e.addCue(s)},t.onparsingerror=function(s){n.push(s)},t.onflush=function(){e.trigger({type:"loadeddata",target:e})},t.parse(r),n.length>0&&(W.console&&W.console.groupCollapsed&&W.console.groupCollapsed(`Text Track parsing errors for ${e.src}`),n.forEach(s=>We.error(s)),W.console&&W.console.groupEnd&&W.console.groupEnd()),t.flush()},Td=function(r,e){const t={uri:r},n=qa(r);n&&(t.cors=n);const s=e.tech_.crossOrigin()==="use-credentials";s&&(t.withCredentials=s),Ah(t,ut(this,function(a,o,l){if(a)return We.error(a,o);e.loaded_=!0,typeof W.WebVTT!="function"?e.tech_&&e.tech_.any(["vttjsloaded","vttjserror"],c=>{if(c.type==="vttjserror"){We.error(`vttjs failed to load, stopping trying to process ${e.src}`);return}return _d(l,e)}):_d(l,e)}))};class cs extends Yl{constructor(e={}){if(!e.tech)throw new Error("A tech was not provided.");const t=ot(e,{kind:lx[e.kind]||"subtitles",language:e.language||e.srclang||""});let n=yd[t.mode]||"disabled";const s=t.default;(t.kind==="metadata"||t.kind==="chapters")&&(n="hidden"),super(t),this.tech_=t.tech,this.cues_=[],this.activeCues_=[],this.preload_=this.tech_.preloadTextTracks!==!1;const a=new ha(this.cues_),o=new ha(this.activeCues_);let l=!1;this.timeupdateHandler=ut(this,function(d={}){if(!this.tech_.isDisposed()){if(!this.tech_.isReady_){d.type!=="timeupdate"&&(this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler));return}this.activeCues=this.activeCues,l&&(this.trigger("cuechange"),l=!1),d.type!=="timeupdate"&&(this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler))}});const c=()=>{this.stopTracking()};this.tech_.one("dispose",c),n!=="disabled"&&this.startTracking(),Object.defineProperties(this,{default:{get(){return s},set(){}},mode:{get(){return n},set(d){yd[d]&&n!==d&&(n=d,!this.preload_&&n!=="disabled"&&this.cues.length===0&&Td(this.src,this),this.stopTracking(),n!=="disabled"&&this.startTracking(),this.trigger("modechange"))}},cues:{get(){return this.loaded_?a:null},set(){}},activeCues:{get(){if(!this.loaded_)return null;if(this.cues.length===0)return o;const d=this.tech_.currentTime(),g=[];for(let m=0,k=this.cues.length;m<k;m++){const T=this.cues[m];T.startTime<=d&&T.endTime>=d&&g.push(T)}if(l=!1,g.length!==this.activeCues_.length)l=!0;else for(let m=0;m<g.length;m++)this.activeCues_.indexOf(g[m])===-1&&(l=!0);return this.activeCues_=g,o.setCues_(this.activeCues_),o},set(){}}}),t.src?(this.src=t.src,this.preload_||(this.loaded_=!0),(this.preload_||t.kind!=="subtitles"&&t.kind!=="captions")&&Td(this.src,this)):this.loaded_=!0}startTracking(){this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler),this.tech_.on("timeupdate",this.timeupdateHandler)}stopTracking(){this.rvf_&&(this.tech_.cancelVideoFrameCallback(this.rvf_),this.rvf_=void 0),this.tech_.off("timeupdate",this.timeupdateHandler)}addCue(e){let t=e;if(!("getCueAsHTML"in t)){t=new W.vttjs.VTTCue(e.startTime,e.endTime,e.text);for(const s in e)s in t||(t[s]=e[s]);t.id=e.id,t.originalCue_=e}const n=this.tech_.textTracks();for(let s=0;s<n.length;s++)n[s]!==this&&n[s].removeCue(t);this.cues_.push(t),this.cues.setCues_(this.cues_)}toJSON(){return hl.trackToJson(this)}removeCue(e){let t=this.cues_.length;for(;t--;){const n=this.cues_[t];if(n===e||n.originalCue_&&n.originalCue_===e){this.cues_.splice(t,1),this.cues.setCues_(this.cues_);break}}}}cs.prototype.allowedEvents_={cuechange:"cuechange"};class D0 extends Yl{constructor(e={}){const t=ot(e,{kind:ox[e.kind]||""});super(t);let n=!1;Object.defineProperty(this,"enabled",{get(){return n},set(s){typeof s!="boolean"||s===n||(n=s,this.trigger("enabledchange"))}}),t.enabled&&(this.enabled=t.enabled),this.loaded_=!0}}class A0 extends Yl{constructor(e={}){const t=ot(e,{kind:ax[e.kind]||""});super(t);let n=!1;Object.defineProperty(this,"selected",{get(){return n},set(s){typeof s!="boolean"||s===n||(n=s,this.trigger("selectedchange"))}}),t.selected&&(this.selected=t.selected)}}class an extends gi{constructor(e={}){super();let t;const n=new cs(e);this.kind=n.kind,this.src=n.src,this.srclang=n.language,this.label=n.label,this.default=n.default,Object.defineProperties(this,{readyState:{get(){return t}},track:{get(){return n}}}),t=an.NONE,n.addEventListener("loadeddata",()=>{t=an.LOADED,this.trigger({type:"load",target:this})})}}an.prototype.allowedEvents_={load:"load"};an.NONE=0;an.LOADING=1;an.LOADED=2;an.ERROR=3;const yi={audio:{ListClass:E0,TrackClass:D0,capitalName:"Audio"},video:{ListClass:k0,TrackClass:A0,capitalName:"Video"},text:{ListClass:Wl,TrackClass:cs,capitalName:"Text"}};Object.keys(yi).forEach(function(r){yi[r].getterName=`${r}Tracks`,yi[r].privateName=`${r}Tracks_`});const pr={remoteText:{ListClass:Wl,TrackClass:cs,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:sx,TrackClass:an,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},Jt=Object.assign({},yi,pr);pr.names=Object.keys(pr);yi.names=Object.keys(yi);Jt.names=[].concat(pr.names).concat(yi.names);function cx(r,e,t,n,s={}){const a=r.textTracks();s.kind=e,t&&(s.label=t),n&&(s.language=n),s.tech=r;const o=new Jt.text.TrackClass(s);return a.addTrack(o),o}class Fe extends ue{constructor(e={},t=function(){}){e.reportTouchActivity=!1,super(null,e,t),this.onDurationChange_=n=>this.onDurationChange(n),this.trackProgress_=n=>this.trackProgress(n),this.trackCurrentTime_=n=>this.trackCurrentTime(n),this.stopTrackingCurrentTime_=n=>this.stopTrackingCurrentTime(n),this.disposeSourceHandler_=n=>this.disposeSourceHandler(n),this.queuedHanders_=new Set,this.hasStarted_=!1,this.on("playing",function(){this.hasStarted_=!0}),this.on("loadstart",function(){this.hasStarted_=!1}),Jt.names.forEach(n=>{const s=Jt[n];e&&e[s.getterName]&&(this[s.privateName]=e[s.getterName])}),this.featuresProgressEvents||this.manualProgressOn(),this.featuresTimeupdateEvents||this.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach(n=>{e[`native${n}Tracks`]===!1&&(this[`featuresNative${n}Tracks`]=!1)}),e.nativeCaptions===!1||e.nativeTextTracks===!1?this.featuresNativeTextTracks=!1:(e.nativeCaptions===!0||e.nativeTextTracks===!0)&&(this.featuresNativeTextTracks=!0),this.featuresNativeTextTracks||this.emulateTextTracks(),this.preloadTextTracks=e.preloadTextTracks!==!1,this.autoRemoteTextTracks_=new Jt.text.ListClass,this.initTrackListeners(),e.nativeControlsForTouch||this.emitTapEvents(),this.constructor&&(this.name_=this.constructor.name||"Unknown Tech")}triggerSourceset(e){this.isReady_||this.one("ready",()=>this.setTimeout(()=>this.triggerSourceset(e),1)),this.trigger({src:e,type:"sourceset"})}manualProgressOn(){this.on("durationchange",this.onDurationChange_),this.manualProgress=!0,this.one("ready",this.trackProgress_)}manualProgressOff(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange_)}trackProgress(e){this.stopTrackingProgress(),this.progressInterval=this.setInterval(ut(this,function(){const t=this.bufferedPercent();this.bufferedPercent_!==t&&this.trigger("progress"),this.bufferedPercent_=t,t===1&&this.stopTrackingProgress()}),500)}onDurationChange(e){this.duration_=this.duration()}buffered(){return Bi(0,0)}bufferedPercent(){return S0(this.buffered(),this.duration_)}stopTrackingProgress(){this.clearInterval(this.progressInterval)}manualTimeUpdatesOn(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime_),this.on("pause",this.stopTrackingCurrentTime_)}manualTimeUpdatesOff(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime_),this.off("pause",this.stopTrackingCurrentTime_)}trackCurrentTime(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval(function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},250)}stopTrackingCurrentTime(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}dispose(){this.clearTracks(yi.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),super.dispose()}clearTracks(e){e=[].concat(e),e.forEach(t=>{const n=this[`${t}Tracks`]()||[];let s=n.length;for(;s--;){const a=n[s];t==="text"&&this.removeRemoteTextTrack(a),n.removeTrack(a)}})}cleanupAutoTextTracks(){const e=this.autoRemoteTextTracks_||[];let t=e.length;for(;t--;){const n=e[t];this.removeRemoteTextTrack(n)}}reset(){}crossOrigin(){}setCrossOrigin(){}error(e){return e!==void 0&&(this.error_=new gt(e),this.trigger("error")),this.error_}played(){return this.hasStarted_?Bi(0,0):Bi()}play(){}setScrubbing(e){}scrubbing(){}setCurrentTime(e){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}initTrackListeners(){yi.names.forEach(e=>{const t=yi[e],n=()=>{this.trigger(`${e}trackchange`)},s=this[t.getterName]();s.addEventListener("removetrack",n),s.addEventListener("addtrack",n),this.on("dispose",()=>{s.removeEventListener("removetrack",n),s.removeEventListener("addtrack",n)})})}addWebVttScript_(){if(!W.WebVTT)if(ge.body.contains(this.el())){if(!this.options_["vtt.js"]&&cr(Hc)&&Object.keys(Hc).length>0){this.trigger("vttjsloaded");return}const e=ge.createElement("script");e.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js",e.onload=()=>{this.trigger("vttjsloaded")},e.onerror=()=>{this.trigger("vttjserror")},this.on("dispose",()=>{e.onload=null,e.onerror=null}),W.WebVTT=!0,this.el().parentNode.appendChild(e)}else this.ready(this.addWebVttScript_)}emulateTextTracks(){const e=this.textTracks(),t=this.remoteTextTracks(),n=l=>e.addTrack(l.track),s=l=>e.removeTrack(l.track);t.on("addtrack",n),t.on("removetrack",s),this.addWebVttScript_();const a=()=>this.trigger("texttrackchange"),o=()=>{a();for(let l=0;l<e.length;l++){const c=e[l];c.removeEventListener("cuechange",a),c.mode==="showing"&&c.addEventListener("cuechange",a)}};o(),e.addEventListener("change",o),e.addEventListener("addtrack",o),e.addEventListener("removetrack",o),this.on("dispose",function(){t.off("addtrack",n),t.off("removetrack",s),e.removeEventListener("change",o),e.removeEventListener("addtrack",o),e.removeEventListener("removetrack",o);for(let l=0;l<e.length;l++)e[l].removeEventListener("cuechange",a)})}addTextTrack(e,t,n){if(!e)throw new Error("TextTrack kind is required but was not provided");return cx(this,e,t,n)}createRemoteTextTrack(e){const t=ot(e,{tech:this});return new pr.remoteTextEl.TrackClass(t)}addRemoteTextTrack(e={},t){const n=this.createRemoteTextTrack(e);return typeof t!="boolean"&&(t=!1),this.remoteTextTrackEls().addTrackElement_(n),this.remoteTextTracks().addTrack(n.track),t===!1&&this.ready(()=>this.autoRemoteTextTracks_.addTrack(n.track)),n}removeRemoteTextTrack(e){const t=this.remoteTextTrackEls().getTrackElementByTrack_(e);this.remoteTextTrackEls().removeTrackElement_(t),this.remoteTextTracks().removeTrack(e),this.autoRemoteTextTracks_.removeTrack(e)}getVideoPlaybackQuality(){return{}}requestPictureInPicture(){return Promise.reject()}disablePictureInPicture(){return!0}setDisablePictureInPicture(){}requestVideoFrameCallback(e){const t=bi();return!this.isReady_||this.paused()?(this.queuedHanders_.add(t),this.one("playing",()=>{this.queuedHanders_.has(t)&&(this.queuedHanders_.delete(t),e())})):this.requestNamedAnimationFrame(t,e),t}cancelVideoFrameCallback(e){this.queuedHanders_.has(e)?this.queuedHanders_.delete(e):this.cancelNamedAnimationFrame(e)}setPoster(){}playsinline(){}setPlaysinline(){}overrideNativeAudioTracks(e){}overrideNativeVideoTracks(e){}canPlayType(e){return""}static canPlayType(e){return""}static canPlaySource(e,t){return Fe.canPlayType(e.type)}static isTech(e){return e.prototype instanceof Fe||e instanceof Fe||e===Fe}static registerTech(e,t){if(Fe.techs_||(Fe.techs_={}),!Fe.isTech(t))throw new Error(`Tech ${e} must be a Tech`);if(!Fe.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!Fe.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return e=yt(e),Fe.techs_[e]=t,Fe.techs_[Jr(e)]=t,e!=="Tech"&&Fe.defaultTechOrder_.push(e),t}static getTech(e){if(e){if(Fe.techs_&&Fe.techs_[e])return Fe.techs_[e];if(e=yt(e),W&&W.videojs&&W.videojs[e])return We.warn(`The ${e} tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)`),W.videojs[e]}}}Jt.names.forEach(function(r){const e=Jt[r];Fe.prototype[e.getterName]=function(){return this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName]}});Fe.prototype.featuresVolumeControl=!0;Fe.prototype.featuresMuteControl=!0;Fe.prototype.featuresFullscreenResize=!1;Fe.prototype.featuresPlaybackRate=!1;Fe.prototype.featuresProgressEvents=!1;Fe.prototype.featuresSourceset=!1;Fe.prototype.featuresTimeupdateEvents=!1;Fe.prototype.featuresNativeTextTracks=!1;Fe.prototype.featuresVideoFrameCallback=!1;Fe.withSourceHandlers=function(r){r.registerSourceHandler=function(t,n){let s=r.sourceHandlers;s||(s=r.sourceHandlers=[]),n===void 0&&(n=s.length),s.splice(n,0,t)},r.canPlayType=function(t){const n=r.sourceHandlers||[];let s;for(let a=0;a<n.length;a++)if(s=n[a].canPlayType(t),s)return s;return""},r.selectSourceHandler=function(t,n){const s=r.sourceHandlers||[];let a;for(let o=0;o<s.length;o++)if(a=s[o].canHandleSource(t,n),a)return s[o];return null},r.canPlaySource=function(t,n){const s=r.selectSourceHandler(t,n);return s?s.canHandleSource(t,n):""},["seekable","seeking","duration"].forEach(function(t){const n=this[t];typeof n=="function"&&(this[t]=function(){return this.sourceHandler_&&this.sourceHandler_[t]?this.sourceHandler_[t].apply(this.sourceHandler_,arguments):n.apply(this,arguments)})},r.prototype),r.prototype.setSource=function(t){let n=r.selectSourceHandler(t,this.options_);n||(r.nativeSourceHandler?n=r.nativeSourceHandler:We.error("No source handler found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler_),n!==r.nativeSourceHandler&&(this.currentSource_=t),this.sourceHandler_=n.handleSource(t,this,this.options_),this.one("dispose",this.disposeSourceHandler_)},r.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}};ue.registerComponent("Tech",Fe);Fe.registerTech("Tech",Fe);Fe.defaultTechOrder_=[];const Mn={},fa={},pa={};function dx(r,e){Mn[r]=Mn[r]||[],Mn[r].push(e)}function hx(r,e,t){r.setTimeout(()=>Dn(e,Mn[e.type],t,r),1)}function fx(r,e){r.forEach(t=>t.setTech&&t.setTech(e))}function px(r,e,t){return r.reduceRight(Ql(t),e[t]())}function mx(r,e,t,n){return e[t](r.reduce(Ql(t),n))}function bd(r,e,t,n=null){const s="call"+yt(t),a=r.reduce(Ql(s),n),o=a===pa,l=o?null:e[t](a);return yx(r,t,l,o),l}const gx={buffered:1,currentTime:1,duration:1,muted:1,played:1,paused:1,seekable:1,volume:1,ended:1},vx={setCurrentTime:1,setMuted:1,setVolume:1},xd={play:1,pause:1};function Ql(r){return(e,t)=>e===pa?pa:t[r]?t[r](e):e}function yx(r,e,t,n){for(let s=r.length-1;s>=0;s--){const a=r[s];a[e]&&a[e](n,t)}}function _x(r){fa.hasOwnProperty(r.id())&&delete fa[r.id()]}function Tx(r,e){const t=fa[r.id()];let n=null;if(t==null)return n=e(r),fa[r.id()]=[[e,n]],n;for(let s=0;s<t.length;s++){const[a,o]=t[s];a===e&&(n=o)}return n===null&&(n=e(r),t.push([e,n])),n}function Dn(r={},e=[],t,n,s=[],a=!1){const[o,...l]=e;if(typeof o=="string")Dn(r,Mn[o],t,n,s,a);else if(o){const c=Tx(n,o);if(!c.setSource)return s.push(c),Dn(r,l,t,n,s,a);c.setSource(Object.assign({},r),function(d,g){if(d)return Dn(r,l,t,n,s,a);s.push(c),Dn(g,r.type===g.type?l:Mn[g.type],t,n,s,a)})}else l.length?Dn(r,l,t,n,s,a):a?t(r,s):Dn(r,Mn["*"],t,n,s,!0)}const bx={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",m4a:"audio/mp4",mp3:"audio/mpeg",aac:"audio/aac",caf:"audio/x-caf",flac:"audio/flac",oga:"audio/ogg",wav:"audio/wav",m3u8:"application/x-mpegURL",mpd:"application/dash+xml",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",png:"image/png",svg:"image/svg+xml",webp:"image/webp"},ma=function(r=""){const e=Kl(r);return bx[e.toLowerCase()]||""},xx=(r,e)=>{if(!e)return"";if(r.cache_.source.src===e&&r.cache_.source.type)return r.cache_.source.type;const t=r.cache_.sources.filter(s=>s.src===e);if(t.length)return t[0].type;const n=r.$$("source");for(let s=0;s<n.length;s++){const a=n[s];if(a.type&&a.src&&a.src===e)return a.type}return ma(e)},N0=function(r){if(Array.isArray(r)){let e=[];r.forEach(function(t){t=N0(t),Array.isArray(t)?e=e.concat(t):Gi(t)&&e.push(t)}),r=e}else typeof r=="string"&&r.trim()?r=[Cd({src:r})]:Gi(r)&&typeof r.src=="string"&&r.src&&r.src.trim()?r=[Cd(r)]:r=[];return r};function Cd(r){if(!r.type){const e=ma(r.src);e&&(r.type=e)}return r}var Cx=`<svg xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<defs>
|
|
39
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-play">
|
|
40
|
+
<path d="M16 10v28l22-14z"></path>
|
|
41
|
+
</symbol>
|
|
42
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-pause">
|
|
43
|
+
<path d="M12 38h8V10h-8v28zm16-28v28h8V10h-8z"></path>
|
|
44
|
+
</symbol>
|
|
45
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-audio">
|
|
46
|
+
<path d="M24 2C14.06 2 6 10.06 6 20v14c0 3.31 2.69 6 6 6h6V24h-8v-4c0-7.73 6.27-14 14-14s14 6.27 14 14v4h-8v16h6c3.31 0 6-2.69 6-6V20c0-9.94-8.06-18-18-18z"></path>
|
|
47
|
+
</symbol>
|
|
48
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-captions">
|
|
49
|
+
<path d="M38 8H10c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h28c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zM22 22h-3v-1h-4v6h4v-1h3v2a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2zm14 0h-3v-1h-4v6h4v-1h3v2a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2z"></path>
|
|
50
|
+
</symbol>
|
|
51
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-subtitles">
|
|
52
|
+
<path d="M40 8H8c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zM8 24h8v4H8v-4zm20 12H8v-4h20v4zm12 0h-8v-4h8v4zm0-8H20v-4h20v4z"></path>
|
|
53
|
+
</symbol>
|
|
54
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-fullscreen-enter">
|
|
55
|
+
<path d="M14 28h-4v10h10v-4h-6v-6zm-4-8h4v-6h6v-4H10v10zm24 14h-6v4h10V28h-4v6zm-6-24v4h6v6h4V10H28z"></path>
|
|
56
|
+
</symbol>
|
|
57
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-fullscreen-exit">
|
|
58
|
+
<path d="M10 32h6v6h4V28H10v4zm6-16h-6v4h10V10h-4v6zm12 22h4v-6h6v-4H28v10zm4-22v-6h-4v10h10v-4h-6z"></path>
|
|
59
|
+
</symbol>
|
|
60
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-play-circle">
|
|
61
|
+
<path d="M20 33l12-9-12-9v18zm4-29C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.82 0-16-7.18-16-16S15.18 8 24 8s16 7.18 16 16-7.18 16-16 16z"></path>
|
|
62
|
+
</symbol>
|
|
63
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-volume-mute">
|
|
64
|
+
<path d="M33 24c0-3.53-2.04-6.58-5-8.05v4.42l4.91 4.91c.06-.42.09-.85.09-1.28zm5 0c0 1.88-.41 3.65-1.08 5.28l3.03 3.03C41.25 29.82 42 27 42 24c0-8.56-5.99-15.72-14-17.54v4.13c5.78 1.72 10 7.07 10 13.41zM8.55 6L6 8.55 15.45 18H6v12h8l10 10V26.55l8.51 8.51c-1.34 1.03-2.85 1.86-4.51 2.36v4.13a17.94 17.94 0 0 0 7.37-3.62L39.45 42 42 39.45l-18-18L8.55 6zM24 8l-4.18 4.18L24 16.36V8z"></path>
|
|
65
|
+
</symbol>
|
|
66
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-volume-low">
|
|
67
|
+
<path d="M14 18v12h8l10 10V8L22 18h-8z"></path>
|
|
68
|
+
</symbol>
|
|
69
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-volume-medium">
|
|
70
|
+
<path d="M37 24c0-3.53-2.04-6.58-5-8.05v16.11c2.96-1.48 5-4.53 5-8.06zm-27-6v12h8l10 10V8L18 18h-8z"></path>
|
|
71
|
+
</symbol>
|
|
72
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-volume-high">
|
|
73
|
+
<path d="M6 18v12h8l10 10V8L14 18H6zm27 6c0-3.53-2.04-6.58-5-8.05v16.11c2.96-1.48 5-4.53 5-8.06zM28 6.46v4.13c5.78 1.72 10 7.07 10 13.41s-4.22 11.69-10 13.41v4.13c8.01-1.82 14-8.97 14-17.54S36.01 8.28 28 6.46z"></path>
|
|
74
|
+
</symbol>
|
|
75
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-spinner">
|
|
76
|
+
<path d="M18.8 21l9.53-16.51C26.94 4.18 25.49 4 24 4c-4.8 0-9.19 1.69-12.64 4.51l7.33 12.69.11-.2zm24.28-3c-1.84-5.85-6.3-10.52-11.99-12.68L23.77 18h19.31zm.52 2H28.62l.58 1 9.53 16.5C41.99 33.94 44 29.21 44 24c0-1.37-.14-2.71-.4-4zm-26.53 4l-7.8-13.5C6.01 14.06 4 18.79 4 24c0 1.37.14 2.71.4 4h14.98l-2.31-4zM4.92 30c1.84 5.85 6.3 10.52 11.99 12.68L24.23 30H4.92zm22.54 0l-7.8 13.51c1.4.31 2.85.49 4.34.49 4.8 0 9.19-1.69 12.64-4.51L29.31 26.8 27.46 30z"></path>
|
|
77
|
+
</symbol>
|
|
78
|
+
<symbol viewBox="0 0 24 24" id="vjs-icon-hd">
|
|
79
|
+
<path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-4V9zm1.5 4.5h2v-3h-2v3z"></path>
|
|
80
|
+
</symbol>
|
|
81
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-chapters">
|
|
82
|
+
<path d="M6 26h4v-4H6v4zm0 8h4v-4H6v4zm0-16h4v-4H6v4zm8 8h28v-4H14v4zm0 8h28v-4H14v4zm0-20v4h28v-4H14z"></path>
|
|
83
|
+
</symbol>
|
|
84
|
+
<symbol viewBox="0 0 40 40" id="vjs-icon-downloading">
|
|
85
|
+
<path d="M18.208 36.875q-3.208-.292-5.979-1.729-2.771-1.438-4.812-3.729-2.042-2.292-3.188-5.229-1.146-2.938-1.146-6.23 0-6.583 4.334-11.416 4.333-4.834 10.833-5.5v3.166q-5.167.75-8.583 4.646Q6.25 14.75 6.25 19.958q0 5.209 3.396 9.104 3.396 3.896 8.562 4.646zM20 28.417L11.542 20l2.083-2.083 4.917 4.916v-11.25h2.916v11.25l4.875-4.916L28.417 20zm1.792 8.458v-3.167q1.833-.25 3.541-.958 1.709-.708 3.167-1.875l2.333 2.292q-1.958 1.583-4.25 2.541-2.291.959-4.791 1.167zm6.791-27.792q-1.541-1.125-3.25-1.854-1.708-.729-3.541-1.021V3.042q2.5.25 4.77 1.208 2.271.958 4.271 2.5zm4.584 21.584l-2.25-2.25q1.166-1.5 1.854-3.209.687-1.708.937-3.541h3.209q-.292 2.5-1.229 4.791-.938 2.292-2.521 4.209zm.541-12.417q-.291-1.833-.958-3.562-.667-1.73-1.833-3.188l2.375-2.208q1.541 1.916 2.458 4.208.917 2.292 1.167 4.75z"></path>
|
|
86
|
+
</symbol>
|
|
87
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-file-download">
|
|
88
|
+
<path d="M10.8 40.55q-1.35 0-2.375-1T7.4 37.15v-7.7h3.4v7.7h26.35v-7.7h3.4v7.7q0 1.4-1 2.4t-2.4 1zM24 32.1L13.9 22.05l2.45-2.45 5.95 5.95V7.15h3.4v18.4l5.95-5.95 2.45 2.45z"></path>
|
|
89
|
+
</symbol>
|
|
90
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-file-download-done">
|
|
91
|
+
<path d="M9.8 40.5v-3.45h28.4v3.45zm9.2-9.05L7.4 19.85l2.45-2.35L19 26.65l19.2-19.2 2.4 2.4z"></path>
|
|
92
|
+
</symbol>
|
|
93
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-file-download-off">
|
|
94
|
+
<path d="M4.9 4.75L43.25 43.1 41 45.3l-4.75-4.75q-.05.05-.075.025-.025-.025-.075-.025H10.8q-1.35 0-2.375-1T7.4 37.15v-7.7h3.4v7.7h22.05l-7-7-1.85 1.8L13.9 21.9l1.85-1.85L2.7 7zm26.75 14.7l2.45 2.45-3.75 3.8-2.45-2.5zM25.7 7.15V21.1l-3.4-3.45V7.15z"></path>
|
|
95
|
+
</symbol>
|
|
96
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-share">
|
|
97
|
+
<path d="M36 32.17c-1.52 0-2.89.59-3.93 1.54L17.82 25.4c.11-.45.18-.92.18-1.4s-.07-.95-.18-1.4l14.1-8.23c1.07 1 2.5 1.62 4.08 1.62 3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6c0 .48.07.95.18 1.4l-14.1 8.23c-1.07-1-2.5-1.62-4.08-1.62-3.31 0-6 2.69-6 6s2.69 6 6 6c1.58 0 3.01-.62 4.08-1.62l14.25 8.31c-.1.42-.16.86-.16 1.31A5.83 5.83 0 1 0 36 32.17z"></path>
|
|
98
|
+
</symbol>
|
|
99
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-cog">
|
|
100
|
+
<path d="M38.86 25.95c.08-.64.14-1.29.14-1.95s-.06-1.31-.14-1.95l4.23-3.31c.38-.3.49-.84.24-1.28l-4-6.93c-.25-.43-.77-.61-1.22-.43l-4.98 2.01c-1.03-.79-2.16-1.46-3.38-1.97L29 4.84c-.09-.47-.5-.84-1-.84h-8c-.5 0-.91.37-.99.84l-.75 5.3a14.8 14.8 0 0 0-3.38 1.97L9.9 10.1a1 1 0 0 0-1.22.43l-4 6.93c-.25.43-.14.97.24 1.28l4.22 3.31C9.06 22.69 9 23.34 9 24s.06 1.31.14 1.95l-4.22 3.31c-.38.3-.49.84-.24 1.28l4 6.93c.25.43.77.61 1.22.43l4.98-2.01c1.03.79 2.16 1.46 3.38 1.97l.75 5.3c.08.47.49.84.99.84h8c.5 0 .91-.37.99-.84l.75-5.3a14.8 14.8 0 0 0 3.38-1.97l4.98 2.01a1 1 0 0 0 1.22-.43l4-6.93c.25-.43.14-.97-.24-1.28l-4.22-3.31zM24 31c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"></path>
|
|
101
|
+
</symbol>
|
|
102
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-square">
|
|
103
|
+
<path d="M36 8H12c-2.21 0-4 1.79-4 4v24c0 2.21 1.79 4 4 4h24c2.21 0 4-1.79 4-4V12c0-2.21-1.79-4-4-4zm0 28H12V12h24v24z"></path>
|
|
104
|
+
</symbol>
|
|
105
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-circle">
|
|
106
|
+
<circle cx="24" cy="24" r="20"></circle>
|
|
107
|
+
</symbol>
|
|
108
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-circle-outline">
|
|
109
|
+
<path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 36c-8.82 0-16-7.18-16-16S15.18 8 24 8s16 7.18 16 16-7.18 16-16 16z"></path>
|
|
110
|
+
</symbol>
|
|
111
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-circle-inner-circle">
|
|
112
|
+
<path d="M24 4C12.97 4 4 12.97 4 24s8.97 20 20 20 20-8.97 20-20S35.03 4 24 4zm0 36c-8.82 0-16-7.18-16-16S15.18 8 24 8s16 7.18 16 16-7.18 16-16 16zm6-16c0 3.31-2.69 6-6 6s-6-2.69-6-6 2.69-6 6-6 6 2.69 6 6z"></path>
|
|
113
|
+
</symbol>
|
|
114
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-cancel">
|
|
115
|
+
<path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm10 27.17L31.17 34 24 26.83 16.83 34 14 31.17 21.17 24 14 16.83 16.83 14 24 21.17 31.17 14 34 16.83 26.83 24 34 31.17z"></path>
|
|
116
|
+
</symbol>
|
|
117
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-replay">
|
|
118
|
+
<path d="M24 10V2L14 12l10 10v-8c6.63 0 12 5.37 12 12s-5.37 12-12 12-12-5.37-12-12H8c0 8.84 7.16 16 16 16s16-7.16 16-16-7.16-16-16-16z"></path>
|
|
119
|
+
</symbol>
|
|
120
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-repeat">
|
|
121
|
+
<path d="M14 14h20v6l8-8-8-8v6H10v12h4v-8zm20 20H14v-6l-8 8 8 8v-6h24V26h-4v8z"></path>
|
|
122
|
+
</symbol>
|
|
123
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-replay-5">
|
|
124
|
+
<path d="M17.689 98l-8.697 8.696 8.697 8.697 2.486-2.485-4.32-4.319h1.302c4.93 0 9.071 1.722 12.424 5.165 3.352 3.443 5.029 7.638 5.029 12.584h3.55c0-2.958-.553-5.73-1.658-8.313-1.104-2.583-2.622-4.841-4.555-6.774-1.932-1.932-4.19-3.45-6.773-4.555-2.584-1.104-5.355-1.657-8.313-1.657H15.5l4.615-4.615zm-8.08 21.659v13.861h11.357v5.008H9.609V143h12.7c.834 0 1.55-.298 2.146-.894.596-.597.895-1.31.895-2.145v-7.781c0-.835-.299-1.55-.895-2.147a2.929 2.929 0 0 0-2.147-.894h-8.227v-5.096H25.35v-4.384z"></path>
|
|
125
|
+
</symbol>
|
|
126
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-replay-10">
|
|
127
|
+
<path d="M42.315 125.63c0-4.997-1.694-9.235-5.08-12.713-3.388-3.479-7.571-5.218-12.552-5.218h-1.315l4.363 4.363-2.51 2.51-8.787-8.786L25.221 97l2.45 2.45-4.662 4.663h1.375c2.988 0 5.788.557 8.397 1.673 2.61 1.116 4.892 2.65 6.844 4.602 1.953 1.953 3.487 4.234 4.602 6.844 1.116 2.61 1.674 5.41 1.674 8.398zM8.183 142v-19.657H3.176V117.8h9.643V142zm13.63 0c-1.156 0-2.127-.393-2.912-1.178-.778-.778-1.168-1.746-1.168-2.902v-16.04c0-1.156.393-2.127 1.178-2.912.779-.779 1.746-1.168 2.902-1.168h7.696c1.156 0 2.126.392 2.911 1.177.779.78 1.168 1.747 1.168 2.903v16.04c0 1.156-.392 2.127-1.177 2.912-.779.779-1.746 1.168-2.902 1.168zm.556-4.636h6.583v-15.02H22.37z"></path>
|
|
128
|
+
</symbol>
|
|
129
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-replay-30">
|
|
130
|
+
<path d="M26.047 97l-8.733 8.732 8.733 8.733 2.496-2.494-4.336-4.338h1.307c4.95 0 9.108 1.73 12.474 5.187 3.367 3.458 5.051 7.668 5.051 12.635h3.565c0-2.97-.556-5.751-1.665-8.346-1.109-2.594-2.633-4.862-4.574-6.802-1.94-1.941-4.208-3.466-6.803-4.575-2.594-1.109-5.375-1.664-8.345-1.664H23.85l4.634-4.634zM2.555 117.531v4.688h10.297v5.25H5.873v4.687h6.979v5.156H2.555V142H13.36c1.061 0 1.95-.395 2.668-1.186.718-.79 1.076-1.772 1.076-2.94v-16.218c0-1.168-.358-2.149-1.076-2.94-.717-.79-1.607-1.185-2.668-1.185zm22.482.14c-1.149 0-2.11.39-2.885 1.165-.78.78-1.172 1.744-1.172 2.893v15.943c0 1.149.388 2.11 1.163 2.885.78.78 1.745 1.172 2.894 1.172h7.649c1.148 0 2.11-.388 2.884-1.163.78-.78 1.17-1.745 1.17-2.894v-15.943c0-1.15-.386-2.111-1.16-2.885-.78-.78-1.746-1.172-2.894-1.172zm.553 4.518h6.545v14.93H25.59z"></path>
|
|
131
|
+
</symbol>
|
|
132
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-forward-5">
|
|
133
|
+
<path d="M29.508 97l-2.431 2.43 4.625 4.625h-1.364c-2.965 0-5.742.554-8.332 1.66-2.589 1.107-4.851 2.629-6.788 4.566-1.937 1.937-3.458 4.2-4.565 6.788-1.107 2.59-1.66 5.367-1.66 8.331h3.557c0-4.957 1.68-9.16 5.04-12.611 3.36-3.45 7.51-5.177 12.451-5.177h1.304l-4.326 4.33 2.49 2.49 8.715-8.716zm-9.783 21.61v13.89h11.382v5.018H19.725V142h12.727a2.93 2.93 0 0 0 2.15-.896 2.93 2.93 0 0 0 .896-2.15v-7.798c0-.837-.299-1.554-.896-2.152a2.93 2.93 0 0 0-2.15-.896h-8.245V123h11.29v-4.392z"></path>
|
|
134
|
+
</symbol>
|
|
135
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-forward-10">
|
|
136
|
+
<path d="M23.119 97l-2.386 2.383 4.538 4.538h-1.339c-2.908 0-5.633.543-8.173 1.63-2.54 1.085-4.76 2.577-6.66 4.478-1.9 1.9-3.392 4.12-4.478 6.66-1.085 2.54-1.629 5.264-1.629 8.172h3.49c0-4.863 1.648-8.986 4.944-12.372 3.297-3.385 7.368-5.078 12.216-5.078h1.279l-4.245 4.247 2.443 2.442 8.55-8.55zm-9.52 21.45v4.42h4.871V142h4.513v-23.55zm18.136 0c-1.125 0-2.066.377-2.824 1.135-.764.764-1.148 1.709-1.148 2.834v15.612c0 1.124.38 2.066 1.139 2.824.764.764 1.708 1.145 2.833 1.145h7.489c1.125 0 2.066-.378 2.824-1.136.764-.764 1.145-1.709 1.145-2.833v-15.612c0-1.125-.378-2.067-1.136-2.825-.764-.764-1.708-1.145-2.833-1.145zm.54 4.42h6.408v14.617h-6.407z"></path>
|
|
137
|
+
</symbol>
|
|
138
|
+
<symbol viewBox="0 96 48 48" id="vjs-icon-forward-30">
|
|
139
|
+
<path d="M25.549 97l-2.437 2.434 4.634 4.635H26.38c-2.97 0-5.753.555-8.347 1.664-2.594 1.109-4.861 2.633-6.802 4.574-1.94 1.94-3.465 4.207-4.574 6.802-1.109 2.594-1.664 5.377-1.664 8.347h3.565c0-4.967 1.683-9.178 5.05-12.636 3.366-3.458 7.525-5.187 12.475-5.187h1.307l-4.335 4.338 2.495 2.494 8.732-8.732zm-11.553 20.53v4.689h10.297v5.249h-6.978v4.688h6.978v5.156H13.996V142h10.808c1.06 0 1.948-.395 2.666-1.186.718-.79 1.077-1.771 1.077-2.94v-16.217c0-1.169-.36-2.15-1.077-2.94-.718-.79-1.605-1.186-2.666-1.186zm21.174.168c-1.149 0-2.11.389-2.884 1.163-.78.78-1.172 1.745-1.172 2.894v15.942c0 1.15.388 2.11 1.162 2.885.78.78 1.745 1.17 2.894 1.17h7.649c1.149 0 2.11-.386 2.885-1.16.78-.78 1.17-1.746 1.17-2.895v-15.942c0-1.15-.387-2.11-1.161-2.885-.78-.78-1.745-1.172-2.894-1.172zm.552 4.516h6.542v14.931h-6.542z"></path>
|
|
140
|
+
</symbol>
|
|
141
|
+
<symbol viewBox="0 0 512 512" id="vjs-icon-audio-description">
|
|
142
|
+
<g fill-rule="evenodd"><path d="M227.29 381.351V162.993c50.38-1.017 89.108-3.028 117.631 17.126 27.374 19.342 48.734 56.965 44.89 105.325-4.067 51.155-41.335 94.139-89.776 98.475-24.085 2.155-71.972 0-71.972 0s-.84-1.352-.773-2.568m48.755-54.804c31.43 1.26 53.208-16.633 56.495-45.386 4.403-38.51-21.188-63.552-58.041-60.796v103.612c-.036 1.466.575 2.22 1.546 2.57"></path><path d="M383.78 381.328c13.336 3.71 17.387-11.06 23.215-21.408 12.722-22.571 22.294-51.594 22.445-84.774.221-47.594-18.343-82.517-35.6-106.182h-8.51c-.587 3.874 2.226 7.315 3.865 10.276 13.166 23.762 25.367 56.553 25.54 94.194.2 43.176-14.162 79.278-30.955 107.894"></path><path d="M425.154 381.328c13.336 3.71 17.384-11.061 23.215-21.408 12.721-22.571 22.291-51.594 22.445-84.774.221-47.594-18.343-82.517-35.6-106.182h-8.511c-.586 3.874 2.226 7.315 3.866 10.276 13.166 23.762 25.367 56.553 25.54 94.194.2 43.176-14.162 79.278-30.955 107.894"></path><path d="M466.26 381.328c13.337 3.71 17.385-11.061 23.216-21.408 12.722-22.571 22.292-51.594 22.445-84.774.221-47.594-18.343-82.517-35.6-106.182h-8.51c-.587 3.874 2.225 7.315 3.865 10.276 13.166 23.762 25.367 56.553 25.54 94.194.2 43.176-14.162 79.278-30.955 107.894M4.477 383.005H72.58l18.573-28.484 64.169-.135s.065 19.413.065 28.62h48.756V160.307h-58.816c-5.653 9.537-140.85 222.697-140.85 222.697zm152.667-145.282v71.158l-40.453-.27 40.453-70.888z"></path></g>
|
|
143
|
+
</symbol>
|
|
144
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-next-item">
|
|
145
|
+
<path d="M12 36l17-12-17-12v24zm20-24v24h4V12h-4z"></path>
|
|
146
|
+
</symbol>
|
|
147
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-previous-item">
|
|
148
|
+
<path d="M12 12h4v24h-4zm7 12l17 12V12z"></path>
|
|
149
|
+
</symbol>
|
|
150
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-shuffle">
|
|
151
|
+
<path d="M21.17 18.34L10.83 8 8 10.83l10.34 10.34 2.83-2.83zM29 8l4.09 4.09L8 37.17 10.83 40l25.09-25.09L40 19V8H29zm.66 18.83l-2.83 2.83 6.26 6.26L29 40h11V29l-4.09 4.09-6.25-6.26z"></path>
|
|
152
|
+
</symbol>
|
|
153
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-cast">
|
|
154
|
+
<path d="M42 6H6c-2.21 0-4 1.79-4 4v6h4v-6h36v28H28v4h14c2.21 0 4-1.79 4-4V10c0-2.21-1.79-4-4-4zM2 36v6h6c0-3.31-2.69-6-6-6zm0-8v4c5.52 0 10 4.48 10 10h4c0-7.73-6.27-14-14-14zm0-8v4c9.94 0 18 8.06 18 18h4c0-12.15-9.85-22-22-22z"></path>
|
|
155
|
+
</symbol>
|
|
156
|
+
<symbol viewBox="0 0 48 48" id="vjs-icon-picture-in-picture-enter">
|
|
157
|
+
<path d="M38 22H22v11.99h16V22zm8 16V9.96C46 7.76 44.2 6 42 6H6C3.8 6 2 7.76 2 9.96V38c0 2.2 1.8 4 4 4h36c2.2 0 4-1.8 4-4zm-4 .04H6V9.94h36v28.1z"></path>
|
|
158
|
+
</symbol>
|
|
159
|
+
<symbol viewBox="0 0 22 18" id="vjs-icon-picture-in-picture-exit">
|
|
160
|
+
<path d="M18 4H4v10h14V4zm4 12V1.98C22 .88 21.1 0 20 0H2C.9 0 0 .88 0 1.98V16c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-2 .02H2V1.97h18v14.05z"></path>
|
|
161
|
+
<path fill="none" d="M-1-3h24v24H-1z"></path>
|
|
162
|
+
</symbol>
|
|
163
|
+
<symbol viewBox="0 0 1792 1792" id="vjs-icon-facebook">
|
|
164
|
+
<path d="M1343 12v264h-157q-86 0-116 36t-30 108v189h293l-39 296h-254v759H734V905H479V609h255V391q0-186 104-288.5T1115 0q147 0 228 12z"></path>
|
|
165
|
+
</symbol>
|
|
166
|
+
<symbol viewBox="0 0 1792 1792" id="vjs-icon-linkedin">
|
|
167
|
+
<path d="M477 625v991H147V625h330zm21-306q1 73-50.5 122T312 490h-2q-82 0-132-49t-50-122q0-74 51.5-122.5T314 148t133 48.5T498 319zm1166 729v568h-329v-530q0-105-40.5-164.5T1168 862q-63 0-105.5 34.5T999 982q-11 30-11 81v553H659q2-399 2-647t-1-296l-1-48h329v144h-2q20-32 41-56t56.5-52 87-43.5T1285 602q171 0 275 113.5t104 332.5z"></path>
|
|
168
|
+
</symbol>
|
|
169
|
+
<symbol viewBox="0 0 1200 1227" id="vjs-icon-twitter">
|
|
170
|
+
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/>
|
|
171
|
+
</symbol>
|
|
172
|
+
<symbol viewBox="0 0 1792 1792" id="vjs-icon-tumblr">
|
|
173
|
+
<path d="M1328 1329l80 237q-23 35-111 66t-177 32q-104 2-190.5-26T787 1564t-95-106-55.5-120-16.5-118V676H452V461q72-26 129-69.5t91-90 58-102 34-99T779 12q1-5 4.5-8.5T791 0h244v424h333v252h-334v518q0 30 6.5 56t22.5 52.5 49.5 41.5 81.5 14q78-2 134-29z"></path>
|
|
174
|
+
</symbol>
|
|
175
|
+
<symbol viewBox="0 0 1792 1792" id="vjs-icon-pinterest">
|
|
176
|
+
<path d="M1664 896q0 209-103 385.5T1281.5 1561 896 1664q-111 0-218-32 59-93 78-164 9-34 54-211 20 39 73 67.5t114 28.5q121 0 216-68.5t147-188.5 52-270q0-114-59.5-214T1180 449t-255-63q-105 0-196 29t-154.5 77-109 110.5-67 129.5T377 866q0 104 40 183t117 111q30 12 38-20 2-7 8-31t8-30q6-23-11-43-51-61-51-151 0-151 104.5-259.5T904 517q151 0 235.5 82t84.5 213q0 170-68.5 289T980 1220q-61 0-98-43.5T859 1072q8-35 26.5-93.5t30-103T927 800q0-50-27-83t-77-33q-62 0-105 57t-43 142q0 73 25 122l-99 418q-17 70-13 177-206-91-333-281T128 896q0-209 103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z"></path>
|
|
177
|
+
</symbol>
|
|
178
|
+
</defs>
|
|
179
|
+
</svg>`;const Sd=la?10009:ua?461:8,zn={codes:{play:415,pause:19,ff:417,rw:412,back:Sd},names:{415:"play",19:"pause",417:"ff",412:"rw",[Sd]:"back"},isEventKey(r,e){return e=e.toLowerCase(),!!(this.names[r.keyCode]&&this.names[r.keyCode]===e)},getEventName(r){if(this.names[r.keyCode])return this.names[r.keyCode];if(this.codes[r.code]){const e=this.codes[r.code];return this.names[e]}return null}},Ed=5;class Sx extends gi{constructor(e){super(),this.player_=e,this.focusableComponents=[],this.isListening_=!1,this.isPaused_=!1,this.onKeyDown_=this.onKeyDown_.bind(this),this.lastFocusedComponent_=null}start(){this.isListening_||(this.player_.on("keydown",this.onKeyDown_),this.player_.on("modalKeydown",this.onKeyDown_),this.player_.on("loadedmetadata",()=>{this.focus(this.updateFocusableComponents()[0])}),this.player_.on("modalclose",()=>{this.refocusComponent()}),this.player_.on("focusin",this.handlePlayerFocus_.bind(this)),this.player_.on("focusout",this.handlePlayerBlur_.bind(this)),this.isListening_=!0,this.player_.errorDisplay&&this.player_.errorDisplay.on("aftermodalfill",()=>{this.updateFocusableComponents(),this.focusableComponents.length&&(this.focusableComponents.length>1?this.focusableComponents[1].focus():this.focusableComponents[0].focus())}))}stop(){this.player_.off("keydown",this.onKeyDown_),this.isListening_=!1}onKeyDown_(e){const t=e.originalEvent?e.originalEvent:e;if(["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(t.key)){if(this.isPaused_)return;t.preventDefault();const n=t.key.substring(5).toLowerCase();this.move(n)}else if(zn.isEventKey(t,"play")||zn.isEventKey(t,"pause")||zn.isEventKey(t,"ff")||zn.isEventKey(t,"rw")){t.preventDefault();const n=zn.getEventName(t);this.performMediaAction_(n)}else zn.isEventKey(t,"Back")&&e.target&&typeof e.target.closeable=="function"&&e.target.closeable()&&(t.preventDefault(),e.target.close())}performMediaAction_(e){if(this.player_)switch(e){case"play":this.player_.paused()&&this.player_.play();break;case"pause":this.player_.paused()||this.player_.pause();break;case"ff":this.userSeek_(this.player_.currentTime()+Ed);break;case"rw":this.userSeek_(this.player_.currentTime()-Ed);break}}userSeek_(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&this.player_.liveTracker.nextSeekedFromUser(),this.player_.currentTime(e)}pause(){this.isPaused_=!0}resume(){this.isPaused_=!1}handlePlayerBlur_(e){const t=e.relatedTarget;let n=null;const s=this.getCurrentComponent(e.target);t&&(n=!!t.closest(".video-js"),t.classList.contains("vjs-text-track-settings")&&!this.isPaused_&&this.searchForTrackSelect_()),(!e.currentTarget.contains(e.relatedTarget)&&!n||!t)&&(s&&s.name()==="CloseButton"?this.refocusComponent():(this.pause(),s&&s.el()&&(this.lastFocusedComponent_=s)))}handlePlayerFocus_(){this.getCurrentComponent()&&this.getCurrentComponent().getIsFocusable()&&this.resume()}updateFocusableComponents(){const e=this.player_,t=[];function n(s){for(const a of s)a.hasOwnProperty("el_")&&a.getIsFocusable()&&a.getIsAvailableToBeFocused(a.el())&&t.push(a),a.hasOwnProperty("children_")&&a.children_.length>0&&n(a.children_)}return e.children_.forEach(s=>{if(s.hasOwnProperty("el_"))if(s.getIsFocusable&&s.getIsAvailableToBeFocused&&s.getIsFocusable()&&s.getIsAvailableToBeFocused(s.el())){t.push(s);return}else s.hasOwnProperty("children_")&&s.children_.length>0?n(s.children_):s.hasOwnProperty("items")&&s.items.length>0?n(s.items):this.findSuitableDOMChild(s)&&t.push(s);if(s.name_==="ErrorDisplay"&&s.opened_){const a=s.el_.querySelector(".vjs-errors-ok-button-container");a&&a.querySelectorAll("button").forEach((l,c)=>{t.push({name:()=>"ModalButton"+(c+1),el:()=>l,getPositions:()=>{const d=l.getBoundingClientRect(),g={x:d.x,y:d.y,width:d.width,height:d.height,top:d.top,right:d.right,bottom:d.bottom,left:d.left},m={x:d.left+d.width/2,y:d.top+d.height/2,width:0,height:0,top:d.top+d.height/2,right:d.left+d.width/2,bottom:d.top+d.height/2,left:d.left+d.width/2};return{boundingClientRect:g,center:m}},getIsAvailableToBeFocused:()=>!0,getIsFocusable:d=>!0,focus:()=>l.focus()})})}}),this.focusableComponents=t,this.focusableComponents}findSuitableDOMChild(e){function t(n){if(e.getIsFocusable(n)&&e.getIsAvailableToBeFocused(n))return n;for(let s=0;s<n.children.length;s++){const a=n.children[s],o=t(a);if(o)return o}return null}return e.el()?t(e.el()):null}getCurrentComponent(e){this.updateFocusableComponents();const t=e||document.activeElement;if(this.focusableComponents.length){for(const n of this.focusableComponents)if(n.el()===t)return n}}add(e){const t=[...this.focusableComponents];e.hasOwnProperty("el_")&&e.getIsFocusable()&&e.getIsAvailableToBeFocused(e.el())&&t.push(e),this.focusableComponents=t,this.trigger({type:"focusableComponentsChanged",focusableComponents:this.focusableComponents})}remove(e){for(let t=0;t<this.focusableComponents.length;t++)if(this.focusableComponents[t].name()===e.name()){this.focusableComponents.splice(t,1),this.trigger({type:"focusableComponentsChanged",focusableComponents:this.focusableComponents});return}}clear(){this.focusableComponents.length>0&&(this.focusableComponents=[],this.trigger({type:"focusableComponentsChanged",focusableComponents:this.focusableComponents}))}move(e){const t=this.getCurrentComponent();if(!t)return;const n=t.getPositions(),s=this.focusableComponents.filter(o=>o!==t&&this.isInDirection_(n.boundingClientRect,o.getPositions().boundingClientRect,e)),a=this.findBestCandidate_(n.center,s,e);a?this.focus(a):this.trigger({type:"endOfFocusableComponents",direction:e,focusedComponent:t})}findBestCandidate_(e,t,n){let s=1/0,a=null;for(const o of t){const l=o.getPositions().center,c=this.calculateDistance_(e,l,n);c<s&&(s=c,a=o)}return a}isInDirection_(e,t,n){switch(n){case"right":return t.left>=e.right;case"left":return t.right<=e.left;case"down":return t.top>=e.bottom;case"up":return t.bottom<=e.top;default:return!1}}refocusComponent(){if(this.lastFocusedComponent_){this.player_.userActive()||this.player_.userActive(!0),this.updateFocusableComponents();for(let e=0;e<this.focusableComponents.length;e++)if(this.focusableComponents[e].name()===this.lastFocusedComponent_.name()){this.focus(this.focusableComponents[e]);return}}else this.focus(this.updateFocusableComponents()[0])}focus(e){typeof e=="object"&&(e.getIsAvailableToBeFocused(e.el())?e.focus():this.findSuitableDOMChild(e)&&this.findSuitableDOMChild(e).focus())}calculateDistance_(e,t,n){const s=Math.abs(e.x-t.x),a=Math.abs(e.y-t.y);let o;switch(n){case"right":case"left":o=s+a*100;break;case"up":o=a*2+s*.5;break;case"down":o=a*5+s;break;default:o=s+a}return o}searchForTrackSelect_(){const e=this;for(const t of e.updateFocusableComponents())if(t.constructor.name==="TextTrackSelect"){e.focus(t);break}}}class Ex extends ue{constructor(e,t,n){const s=ot({createEl:!1},t);if(super(e,s,n),!t.playerOptions.sources||t.playerOptions.sources.length===0)for(let a=0,o=t.playerOptions.techOrder;a<o.length;a++){const l=yt(o[a]);let c=Fe.getTech(l);if(l||(c=ue.getComponent(l)),c&&c.isSupported()){e.loadTech_(l);break}}else e.src(t.playerOptions.sources)}}ue.registerComponent("MediaLoader",Ex);class ja extends ue{constructor(e,t){super(e,t),this.options_.controlText&&this.controlText(this.options_.controlText),this.handleMouseOver_=n=>this.handleMouseOver(n),this.handleMouseOut_=n=>this.handleMouseOut(n),this.handleClick_=n=>this.handleClick(n),this.handleKeyDown_=n=>this.handleKeyDown(n),this.emitTapEvents(),this.enable()}createEl(e="div",t={},n={}){t=Object.assign({className:this.buildCSSClass(),tabIndex:0},t),e==="button"&&We.error(`Creating a ClickableComponent with an HTML element of ${e} is not supported; use a Button instead.`),n=Object.assign({role:"button"},n),this.tabIndex_=t.tabIndex;const s=Me(e,t,n);return this.player_.options_.experimentalSvgIcons||s.appendChild(Me("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),this.createControlTextEl(s),s}dispose(){this.controlTextEl_=null,super.dispose()}createControlTextEl(e){return this.controlTextEl_=Me("span",{className:"vjs-control-text"},{"aria-live":"polite"}),e&&e.appendChild(this.controlTextEl_),this.controlText(this.controlText_,e),this.controlTextEl_}controlText(e,t=this.el()){if(e===void 0)return this.controlText_||"Need Text";const n=this.localize(e);this.controlText_=e,bn(this.controlTextEl_,n),!this.nonIconControl&&!this.player_.options_.noUITitleAttributes&&t.setAttribute("title",n)}buildCSSClass(){return`vjs-control vjs-button ${super.buildCSSClass()}`}enable(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),typeof this.tabIndex_<"u"&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick_),this.on("keydown",this.handleKeyDown_))}disable(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),typeof this.tabIndex_<"u"&&this.el_.removeAttribute("tabIndex"),this.off("mouseover",this.handleMouseOver_),this.off("mouseout",this.handleMouseOut_),this.off(["tap","click"],this.handleClick_),this.off("keydown",this.handleKeyDown_)}handleLanguagechange(){this.controlText(this.controlText_)}handleClick(e){this.options_.clickHandler&&this.options_.clickHandler.call(this,arguments)}handleKeyDown(e){e.key===" "||e.key==="Enter"?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):super.handleKeyDown(e)}}ue.registerComponent("ClickableComponent",ja);class fl extends ja{constructor(e,t){super(e,t),this.update(),this.update_=n=>this.update(n),e.on("posterchange",this.update_)}dispose(){this.player().off("posterchange",this.update_),super.dispose()}createEl(){return Me("div",{className:"vjs-poster"})}crossOrigin(e){if(typeof e>"u")return this.$("img")?this.$("img").crossOrigin:this.player_.tech_&&this.player_.tech_.isReady_?this.player_.crossOrigin():this.player_.options_.crossOrigin||this.player_.options_.crossorigin||null;if(e!==null&&e!=="anonymous"&&e!=="use-credentials"){this.player_.log.warn(`crossOrigin must be null, "anonymous" or "use-credentials", given "${e}"`);return}this.$("img")&&(this.$("img").crossOrigin=e)}update(e){const t=this.player().poster();this.setSrc(t),t?this.show():this.hide()}setSrc(e){if(!e){this.el_.textContent="";return}this.$("img")||this.el_.appendChild(Me("picture",{className:"vjs-poster",tabIndex:-1},{},Me("img",{loading:"lazy",crossOrigin:this.crossOrigin()},{alt:""}))),this.$("img").src=e}handleClick(e){this.player_.controls()&&(this.player_.tech(!0)&&this.player_.tech(!0).focus(),this.player_.paused()?Ui(this.player_.play()):this.player_.pause())}}fl.prototype.crossorigin=fl.prototype.crossOrigin;ue.registerComponent("PosterImage",fl);const vi="#222",kd="#ccc",kx={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function Uo(r,e){let t;if(r.length===4)t=r[1]+r[1]+r[2]+r[2]+r[3]+r[3];else if(r.length===7)t=r.slice(1);else throw new Error("Invalid color code provided, "+r+"; must be formatted as e.g. #f0e or #f604e2.");return"rgba("+parseInt(t.slice(0,2),16)+","+parseInt(t.slice(2,4),16)+","+parseInt(t.slice(4,6),16)+","+e+")"}function Vi(r,e,t){try{r.style[e]=t}catch{return}}function wd(r){return r?`${r}px`:""}class wx extends ue{constructor(e,t,n){super(e,t,n);const s=o=>this.updateDisplay(o),a=o=>{this.updateDisplayOverlay(),this.updateDisplay(o)};e.on("loadstart",o=>this.toggleDisplay(o)),e.on("useractive",s),e.on("userinactive",s),e.on("texttrackchange",s),e.on("loadedmetadata",o=>{this.updateDisplayOverlay(),this.preselectTrack(o)}),e.ready(ut(this,function(){if(e.tech_&&e.tech_.featuresNativeTextTracks){this.hide();return}e.on("fullscreenchange",a),e.on("playerresize",a);const o=W.screen.orientation||W,l=W.screen.orientation?"change":"orientationchange";o.addEventListener(l,a),e.on("dispose",()=>o.removeEventListener(l,a));const c=this.options_.playerOptions.tracks||[];for(let d=0;d<c.length;d++)this.player_.addRemoteTextTrack(c[d],!0);this.preselectTrack()}))}preselectTrack(){const e={captions:1,subtitles:1},t=this.player_.textTracks(),n=this.player_.cache_.selectedLanguage;let s,a,o;for(let l=0;l<t.length;l++){const c=t[l];n&&n.enabled&&n.language&&n.language===c.language&&c.kind in e?c.kind===n.kind?o=c:o||(o=c):n&&!n.enabled?(o=null,s=null,a=null):c.default&&(c.kind==="descriptions"&&!s?s=c:c.kind in e&&!a&&(a=c))}o?o.mode="showing":a?a.mode="showing":s&&(s.mode="showing")}toggleDisplay(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()}createEl(){return super.createEl("div",{className:"vjs-text-track-display"},{translate:"yes","aria-live":"off","aria-atomic":"true"})}clearDisplay(){typeof W.WebVTT=="function"&&W.WebVTT.processCues(W,[],this.el_)}updateDisplay(){const e=this.player_.textTracks(),t=this.options_.allowMultipleShowingTracks;if(this.clearDisplay(),t){const o=[];for(let l=0;l<e.length;++l){const c=e[l];c.mode==="showing"&&o.push(c)}this.updateForTrack(o);return}let n=null,s=null,a=e.length;for(;a--;){const o=e[a];o.mode==="showing"&&(o.kind==="descriptions"?n=o:s=o)}if(s?(this.getAttribute("aria-live")!=="off"&&this.setAttribute("aria-live","off"),this.updateForTrack(s)):n&&(this.getAttribute("aria-live")!=="assertive"&&this.setAttribute("aria-live","assertive"),this.updateForTrack(n)),!(W.CSS!==void 0&&W.CSS.supports("inset","10px"))){const o=this.el_,l=o.querySelectorAll(".vjs-text-track-cue"),c=this.player_.controlBar.el_.getBoundingClientRect().height,d=this.player_.el_.getBoundingClientRect().height;o.style="",Vi(o,"position","relative"),Vi(o,"height",d-c+"px"),Vi(o,"top","unset"),ca?Vi(o,"bottom",d+"px"):Vi(o,"bottom","0px"),l.length>0&&l.forEach(g=>{if(g.style.inset){const m=g.style.inset.split(" ");m.length===3&&Object.assign(g.style,{top:m[0],right:m[1],bottom:m[2],left:"unset"})}})}}updateDisplayOverlay(){if(!this.player_.videoHeight()||!(W.CSS!==void 0&&W.CSS.supports("inset-inline: 10px")))return;const e=this.player_.currentWidth(),t=this.player_.currentHeight(),n=e/t,s=this.player_.videoWidth()/this.player_.videoHeight();let a=0,o=0;Math.abs(n-s)>.1&&(n>s?a=Math.round((e-t*s)/2):o=Math.round((t-e/s)/2)),Vi(this.el_,"insetInline",wd(a)),Vi(this.el_,"insetBlock",wd(o))}updateDisplayState(e){const t=this.player_.textTrackSettings.getValues(),n=e.activeCues;let s=n.length;for(;s--;){const a=n[s];if(!a)continue;const o=a.displayState;if(t.color&&(o.firstChild.style.color=t.color),t.textOpacity&&Vi(o.firstChild,"color",Uo(t.color||"#fff",t.textOpacity)),t.backgroundColor&&(o.firstChild.style.backgroundColor=t.backgroundColor),t.backgroundOpacity&&Vi(o.firstChild,"backgroundColor",Uo(t.backgroundColor||"#000",t.backgroundOpacity)),t.windowColor&&(t.windowOpacity?Vi(o,"backgroundColor",Uo(t.windowColor,t.windowOpacity)):o.style.backgroundColor=t.windowColor),t.edgeStyle&&(t.edgeStyle==="dropshadow"?o.firstChild.style.textShadow=`2px 2px 3px ${vi}, 2px 2px 4px ${vi}, 2px 2px 5px ${vi}`:t.edgeStyle==="raised"?o.firstChild.style.textShadow=`1px 1px ${vi}, 2px 2px ${vi}, 3px 3px ${vi}`:t.edgeStyle==="depressed"?o.firstChild.style.textShadow=`1px 1px ${kd}, 0 1px ${kd}, -1px -1px ${vi}, 0 -1px ${vi}`:t.edgeStyle==="uniform"&&(o.firstChild.style.textShadow=`0 0 4px ${vi}, 0 0 4px ${vi}, 0 0 4px ${vi}, 0 0 4px ${vi}`)),t.fontPercent&&t.fontPercent!==1){const l=W.parseFloat(o.style.fontSize);o.style.fontSize=l*t.fontPercent+"px",o.style.height="auto",o.style.top="auto"}t.fontFamily&&t.fontFamily!=="default"&&(t.fontFamily==="small-caps"?o.firstChild.style.fontVariant="small-caps":o.firstChild.style.fontFamily=kx[t.fontFamily])}}updateForTrack(e){if(Array.isArray(e)||(e=[e]),typeof W.WebVTT!="function"||e.every(n=>!n.activeCues))return;const t=[];for(let n=0;n<e.length;++n){const s=e[n];for(let a=0;a<s.activeCues.length;++a)t.push(s.activeCues[a])}W.WebVTT.processCues(W,t,this.el_);for(let n=0;n<e.length;++n){const s=e[n];for(let a=0;a<s.activeCues.length;++a){const o=s.activeCues[a].displayState;Ln(o,"vjs-text-track-cue","vjs-text-track-cue-"+(s.language?s.language:n)),s.language&&dr(o,"lang",s.language)}this.player_.textTrackSettings&&this.updateDisplayState(s)}}}ue.registerComponent("TextTrackDisplay",wx);class Dx extends ue{createEl(){const e=this.player_.isAudio(),t=this.localize(e?"Audio Player":"Video Player"),n=Me("span",{className:"vjs-control-text",textContent:this.localize("{1} is loading.",[t])}),s=super.createEl("div",{className:"vjs-loading-spinner",dir:"ltr"});return s.appendChild(n),s}handleLanguagechange(){this.$(".vjs-control-text").textContent=this.localize("{1} is loading.",[this.player_.isAudio()?"Audio Player":"Video Player"])}}ue.registerComponent("LoadingSpinner",Dx);class zt extends ja{createEl(e,t={},n={}){e="button",t=Object.assign({className:this.buildCSSClass()},t),n=Object.assign({type:"button"},n);const s=Me(e,t,n);return this.player_.options_.experimentalSvgIcons||s.appendChild(Me("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),this.createControlTextEl(s),s}addChild(e,t={}){const n=this.constructor.name;return We.warn(`Adding an actionable (user controllable) child to a Button (${n}) is not supported; use a ClickableComponent instead.`),ue.prototype.addChild.call(this,e,t)}enable(){super.enable(),this.el_.removeAttribute("disabled")}disable(){super.disable(),this.el_.setAttribute("disabled","disabled")}handleKeyDown(e){if(e.key===" "||e.key==="Enter"){e.stopPropagation();return}super.handleKeyDown(e)}}ue.registerComponent("Button",zt);class I0 extends zt{constructor(e,t){super(e,t),this.mouseused_=!1,this.setIcon("play"),this.on("mousedown",n=>this.handleMouseDown(n))}buildCSSClass(){return"vjs-big-play-button"}handleClick(e){const t=this.player_.play();if(e.type==="tap"||this.mouseused_&&"clientX"in e&&"clientY"in e){Ui(t),this.player_.tech(!0)&&this.player_.tech(!0).focus();return}const n=this.player_.getChild("controlBar"),s=n&&n.getChild("playToggle");if(!s){this.player_.tech(!0).focus();return}const a=()=>s.focus();es(t)?t.then(a,()=>{}):this.setTimeout(a,1)}handleKeyDown(e){this.mouseused_=!1,super.handleKeyDown(e)}handleMouseDown(e){this.mouseused_=!0}}I0.prototype.controlText_="Play Video";ue.registerComponent("BigPlayButton",I0);class Ax extends zt{constructor(e,t){super(e,t),this.setIcon("cancel"),this.controlText(t&&t.controlText||this.localize("Close"))}buildCSSClass(){return`vjs-close-button ${super.buildCSSClass()}`}handleClick(e){this.trigger({type:"close",bubbles:!1})}handleKeyDown(e){e.key==="Escape"?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):super.handleKeyDown(e)}}ue.registerComponent("CloseButton",Ax);class O0 extends zt{constructor(e,t={}){super(e,t),t.replay=t.replay===void 0||t.replay,this.setIcon("play"),this.on(e,"play",n=>this.handlePlay(n)),this.on(e,"pause",n=>this.handlePause(n)),t.replay&&this.on(e,"ended",n=>this.handleEnded(n))}buildCSSClass(){return`vjs-play-control ${super.buildCSSClass()}`}handleClick(e){this.player_.paused()?Ui(this.player_.play()):this.player_.pause()}handleSeeked(e){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(e):this.handlePlay(e)}handlePlay(e){this.removeClass("vjs-ended","vjs-paused"),this.addClass("vjs-playing"),this.setIcon("pause"),this.controlText("Pause")}handlePause(e){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.setIcon("play"),this.controlText("Play")}handleEnded(e){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.setIcon("replay"),this.controlText("Replay"),this.one(this.player_,"seeked",t=>this.handleSeeked(t))}}O0.prototype.controlText_="Play";ue.registerComponent("PlayToggle",O0);class Tr extends ue{constructor(e,t){super(e,t),this.on(e,["timeupdate","ended","seeking"],n=>this.update(n)),this.updateTextNode_()}createEl(){const e=this.buildCSSClass(),t=super.createEl("div",{className:`${e} vjs-time-control vjs-control`}),n=Me("span",{className:"vjs-control-text",textContent:`${this.localize(this.labelText_)} `},{role:"presentation"});return t.appendChild(n),this.contentEl_=Me("span",{className:`${e}-display`},{role:"presentation"}),t.appendChild(this.contentEl_),t}dispose(){this.contentEl_=null,this.textNode_=null,super.dispose()}update(e){!this.player_.options_.enableSmoothSeeking&&e.type==="seeking"||this.updateContent(e)}updateTextNode_(e=0){e=Vn(e),this.formattedTime_!==e&&(this.formattedTime_=e,this.requestNamedAnimationFrame("TimeDisplay#updateTextNode_",()=>{if(!this.contentEl_)return;let t=this.textNode_;t&&this.contentEl_.firstChild!==t&&(t=null,We.warn("TimeDisplay#updateTextnode_: Prevented replacement of text node element since it was no longer a child of this node. Appending a new node instead.")),this.textNode_=ge.createTextNode(this.formattedTime_),this.textNode_&&(t?this.contentEl_.replaceChild(this.textNode_,t):this.contentEl_.appendChild(this.textNode_))}))}updateContent(e){}}Tr.prototype.labelText_="Time";Tr.prototype.controlText_="Time";ue.registerComponent("TimeDisplay",Tr);class Zl extends Tr{buildCSSClass(){return"vjs-current-time"}updateContent(e){let t;this.player_.ended()?t=this.player_.duration():e&&e.target&&typeof e.target.pendingSeekTime=="function"&&e.target.pendingSeekTime()!==null?t=e.target.pendingSeekTime():t=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime(),this.updateTextNode_(t)}}Zl.prototype.labelText_="Current Time";Zl.prototype.controlText_="Current Time";ue.registerComponent("CurrentTimeDisplay",Zl);class Jl extends Tr{constructor(e,t){super(e,t);const n=s=>this.updateContent(s);this.on(e,"durationchange",n),this.on(e,"loadstart",n),this.on(e,"loadedmetadata",n)}buildCSSClass(){return"vjs-duration"}updateContent(e){const t=this.player_.duration();this.updateTextNode_(t)}}Jl.prototype.labelText_="Duration";Jl.prototype.controlText_="Duration";ue.registerComponent("DurationDisplay",Jl);class Nx extends ue{createEl(){const e=super.createEl("div",{className:"vjs-time-control vjs-time-divider"},{"aria-hidden":!0}),t=super.createEl("div"),n=super.createEl("span",{textContent:"/"});return t.appendChild(n),e.appendChild(t),e}}ue.registerComponent("TimeDivider",Nx);class eu extends Tr{constructor(e,t){super(e,t),this.on(e,"durationchange",n=>this.updateContent(n))}buildCSSClass(){return"vjs-remaining-time"}createEl(){const e=super.createEl();return this.options_.displayNegative!==!1&&e.insertBefore(Me("span",{},{"aria-hidden":!0},"-"),this.contentEl_),e}updateContent(e){if(typeof this.player_.duration()!="number")return;let t;this.player_.ended()?t=0:this.player_.remainingTimeDisplay?t=this.player_.remainingTimeDisplay():t=this.player_.remainingTime(),this.updateTextNode_(t)}}eu.prototype.labelText_="Remaining Time";eu.prototype.controlText_="Remaining Time";ue.registerComponent("RemainingTimeDisplay",eu);class Ix extends ue{constructor(e,t){super(e,t),this.updateShowing(),this.on(this.player(),"durationchange",n=>this.updateShowing(n))}createEl(){const e=super.createEl("div",{className:"vjs-live-control vjs-control"});return this.contentEl_=Me("div",{className:"vjs-live-display"},{"aria-live":"off"}),this.contentEl_.appendChild(Me("span",{className:"vjs-control-text",textContent:`${this.localize("Stream Type")} `})),this.contentEl_.appendChild(ge.createTextNode(this.localize("LIVE"))),e.appendChild(this.contentEl_),e}dispose(){this.contentEl_=null,super.dispose()}updateShowing(e){this.player().duration()===1/0?this.show():this.hide()}}ue.registerComponent("LiveDisplay",Ix);class B0 extends zt{constructor(e,t){super(e,t),this.updateLiveEdgeStatus(),this.player_.liveTracker&&(this.updateLiveEdgeStatusHandler_=n=>this.updateLiveEdgeStatus(n),this.on(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatusHandler_))}createEl(){const e=super.createEl("button",{className:"vjs-seek-to-live-control vjs-control"});return this.setIcon("circle",e),this.textEl_=Me("span",{className:"vjs-seek-to-live-text",textContent:this.localize("LIVE")},{"aria-hidden":"true"}),e.appendChild(this.textEl_),e}updateLiveEdgeStatus(){!this.player_.liveTracker||this.player_.liveTracker.atLiveEdge()?(this.setAttribute("aria-disabled",!0),this.addClass("vjs-at-live-edge"),this.controlText("Seek to live, currently playing live")):(this.setAttribute("aria-disabled",!1),this.removeClass("vjs-at-live-edge"),this.controlText("Seek to live, currently behind live"))}handleClick(){this.player_.liveTracker.seekToLiveEdge()}dispose(){this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatusHandler_),this.textEl_=null,super.dispose()}}B0.prototype.controlText_="Seek to live, currently playing live";ue.registerComponent("SeekToLive",B0);function ds(r,e,t){return r=Number(r),Math.min(t,Math.max(e,isNaN(r)?e:r))}var Ox=Object.freeze({__proto__:null,clamp:ds});class tu extends ue{constructor(e,t){super(e,t),this.handleMouseDown_=n=>this.handleMouseDown(n),this.handleMouseUp_=n=>this.handleMouseUp(n),this.handleKeyDown_=n=>this.handleKeyDown(n),this.handleClick_=n=>this.handleClick(n),this.handleMouseMove_=n=>this.handleMouseMove(n),this.update_=n=>this.update(n),this.bar=this.getChild(this.options_.barName),this.vertical(!!this.options_.vertical),this.enable()}enabled(){return this.enabled_}enable(){this.enabled()||(this.on("mousedown",this.handleMouseDown_),this.on("touchstart",this.handleMouseDown_),this.on("keydown",this.handleKeyDown_),this.on("click",this.handleClick_),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)}disable(){if(!this.enabled())return;const e=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown_),this.off("touchstart",this.handleMouseDown_),this.off("keydown",this.handleKeyDown_),this.off("click",this.handleClick_),this.off(this.player_,"controlsvisible",this.update_),this.off(e,"mousemove",this.handleMouseMove_),this.off(e,"mouseup",this.handleMouseUp_),this.off(e,"touchmove",this.handleMouseMove_),this.off(e,"touchend",this.handleMouseUp_),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}createEl(e,t={},n={}){return t.className=t.className+" vjs-slider",t=Object.assign({tabIndex:0},t),n=Object.assign({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100},n),super.createEl(e,t,n)}handleMouseDown(e){const t=this.bar.el_.ownerDocument;e.type==="mousedown"&&e.preventDefault(),e.type==="touchstart"&&!Wi&&e.preventDefault(),s0(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(t,"mousemove",this.handleMouseMove_),this.on(t,"mouseup",this.handleMouseUp_),this.on(t,"touchmove",this.handleMouseMove_),this.on(t,"touchend",this.handleMouseUp_),this.handleMouseMove(e,!0)}handleMouseMove(e){}handleMouseUp(e){const t=this.bar.el_.ownerDocument;a0(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(t,"mousemove",this.handleMouseMove_),this.off(t,"mouseup",this.handleMouseUp_),this.off(t,"touchmove",this.handleMouseMove_),this.off(t,"touchend",this.handleMouseUp_),this.update()}update(){if(!this.el_||!this.bar)return;const e=this.getProgress();return e===this.progress_||(this.progress_=e,this.requestNamedAnimationFrame("Slider#update",()=>{const t=this.vertical()?"height":"width";this.bar.el().style[t]=(e*100).toFixed(2)+"%"})),e}getProgress(){return Number(ds(this.getPercent(),0,1).toFixed(4))}calculateDistance(e){const t=Ra(this.el_,e);return this.vertical()?t.y:t.x}handleKeyDown(e){const t=this.options_.playerOptions.spatialNavigation,n=t&&t.enabled,s=t&&t.horizontalSeek;n?s&&e.key==="ArrowLeft"||!s&&e.key==="ArrowDown"?(e.preventDefault(),e.stopPropagation(),this.stepBack()):s&&e.key==="ArrowRight"||!s&&e.key==="ArrowUp"?(e.preventDefault(),e.stopPropagation(),this.stepForward()):(this.pendingSeekTime()&&(this.pendingSeekTime(null),this.userSeek_(this.player_.currentTime())),super.handleKeyDown(e)):e.key==="ArrowLeft"||e.key==="ArrowDown"?(e.preventDefault(),e.stopPropagation(),this.stepBack()):e.key==="ArrowUp"||e.key==="ArrowRight"?(e.preventDefault(),e.stopPropagation(),this.stepForward()):super.handleKeyDown(e)}handleClick(e){e.stopPropagation(),e.preventDefault()}vertical(e){if(e===void 0)return this.vertical_||!1;this.vertical_=!!e,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")}}ue.registerComponent("Slider",tu);const qo=(r,e)=>ds(r/e*100,0,100).toFixed(2)+"%";class Bx extends ue{constructor(e,t){super(e,t),this.partEls_=[],this.on(e,"progress",n=>this.update(n))}createEl(){const e=super.createEl("div",{className:"vjs-load-progress"}),t=Me("span",{className:"vjs-control-text"}),n=Me("span",{textContent:this.localize("Loaded")}),s=ge.createTextNode(": ");return this.percentageEl_=Me("span",{className:"vjs-control-text-loaded-percentage",textContent:"0%"}),e.appendChild(t),t.appendChild(n),t.appendChild(s),t.appendChild(this.percentageEl_),e}dispose(){this.partEls_=null,this.percentageEl_=null,super.dispose()}update(e){this.requestNamedAnimationFrame("LoadProgressBar#update",()=>{const t=this.player_.liveTracker,n=this.player_.buffered(),s=t&&t.isLive()?t.seekableEnd():this.player_.duration(),a=this.player_.bufferedEnd(),o=this.partEls_,l=qo(a,s);this.percent_!==l&&(this.el_.style.width=l,bn(this.percentageEl_,l),this.percent_=l);for(let c=0;c<n.length;c++){const d=n.start(c),g=n.end(c);let m=o[c];m||(m=this.el_.appendChild(Me()),o[c]=m),!(m.dataset.start===d&&m.dataset.end===g)&&(m.dataset.start=d,m.dataset.end=g,m.style.left=qo(d,a),m.style.width=qo(g-d,a))}for(let c=o.length;c>n.length;c--)this.el_.removeChild(o[c-1]);o.length=n.length})}}ue.registerComponent("LoadProgressBar",Bx);class Lx extends ue{constructor(e,t){super(e,t),this.update=Yi(ut(this,this.update),xi)}createEl(){return super.createEl("div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})}update(e,t,n){const s=as(this.el_),a=hr(this.player_.el()),o=e.width*t;if(!a||!s)return;let l=e.left-a.left+o,c=e.width-o+(a.right-e.right);c||(c=e.width-o,l=o);let d=s.width/2;l<d?d+=d-l:c<d&&(d=c),d<0?d=0:d>s.width&&(d=s.width),d=Math.round(d),this.el_.style.right=`-${d}px`,this.write(n)}write(e){bn(this.el_,e)}updateTime(e,t,n,s){this.requestNamedAnimationFrame("TimeTooltip#updateTime",()=>{let a;const o=this.player_.duration();if(this.player_.liveTracker&&this.player_.liveTracker.isLive()){const l=this.player_.liveTracker.liveWindow(),c=l-t*l;a=(c<1?"":"-")+Vn(c,l)}else a=Vn(n,o);this.update(e,t,a),s&&s()})}}ue.registerComponent("TimeTooltip",Lx);class iu extends ue{constructor(e,t){super(e,t),this.setIcon("circle"),this.update=Yi(ut(this,this.update),xi)}createEl(){return super.createEl("div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})}update(e,t,n){const s=this.getChild("timeTooltip");if(!s)return;const a=n&&n.target&&typeof n.target.pendingSeekTime=="function"?n.target.pendingSeekTime():this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();s.updateTime(e,t,a)}}iu.prototype.options_={children:[]};!jt&&!Li&&iu.prototype.options_.children.push("timeTooltip");ue.registerComponent("PlayProgressBar",iu);class L0 extends ue{constructor(e,t){super(e,t),this.update=Yi(ut(this,this.update),xi)}createEl(){return super.createEl("div",{className:"vjs-mouse-display"})}update(e,t){const n=t*this.player_.duration();this.getChild("timeTooltip").updateTime(e,t,n,()=>{this.el_.style.left=`${e.width*t}px`})}}L0.prototype.options_={children:["timeTooltip"]};ue.registerComponent("MouseTimeDisplay",L0);class Ha extends tu{constructor(e,t){t=ot(Ha.prototype.options_,t),t.children=[...t.children];const n=e.options_.disableSeekWhileScrubbingOnMobile&&(jt||Li)||e.options_.disableSeekWhileScrubbingOnSTV;(!jt&&!Li||n)&&t.children.splice(1,0,"mouseTimeDisplay"),super(e,t),this.shouldDisableSeekWhileScrubbing_=n,this.pendingSeekTime_=null,this.setEventHandlers_()}setEventHandlers_(){this.update_=ut(this,this.update),this.update=Yi(this.update_,xi),this.on(this.player_,["durationchange","timeupdate"],this.update),this.on(this.player_,["ended"],this.update_),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.enableIntervalHandler_=e=>this.enableInterval_(e),this.disableIntervalHandler_=e=>this.disableInterval_(e),this.on(this.player_,["playing"],this.enableIntervalHandler_),this.on(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in ge&&"visibilityState"in ge&&this.on(ge,"visibilitychange",this.toggleVisibility_)}toggleVisibility_(e){ge.visibilityState==="hidden"?(this.cancelNamedAnimationFrame("SeekBar#update"),this.cancelNamedAnimationFrame("Slider#update"),this.disableInterval_(e)):(!this.player_.ended()&&!this.player_.paused()&&this.enableInterval_(),this.update())}enableInterval_(){this.updateInterval||(this.updateInterval=this.setInterval(this.update,xi))}disableInterval_(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&e&&e.type!=="ended"||this.updateInterval&&(this.clearInterval(this.updateInterval),this.updateInterval=null)}createEl(){return super.createEl("div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})}update(e){if(ge.visibilityState==="hidden")return;const t=super.update();return this.requestNamedAnimationFrame("SeekBar#update",()=>{const n=this.player_.ended()?this.player_.duration():this.getCurrentTime_(),s=this.player_.liveTracker;let a=this.player_.duration();s&&s.isLive()&&(a=this.player_.liveTracker.liveCurrentTime()),this.percent_!==t&&(this.el_.setAttribute("aria-valuenow",(t*100).toFixed(2)),this.percent_=t),(this.currentTime_!==n||this.duration_!==a)&&(this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[Vn(n,a),Vn(a,a)],"{1} of {2}")),this.currentTime_=n,this.duration_=a),this.bar&&this.bar.update(hr(this.el()),this.getProgress(),e)}),t}userSeek_(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&this.player_.liveTracker.nextSeekedFromUser(),this.player_.currentTime(e)}getCurrentTime_(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()}pendingSeekTime(e){if(e!==void 0)if(e!==null){const t=this.player_.duration();this.pendingSeekTime_=Math.max(0,Math.min(e,t))}else this.pendingSeekTime_=null;return this.pendingSeekTime_}getPercent(){if(this.pendingSeekTime()!==null)return this.pendingSeekTime()/this.player_.duration();const e=this.getCurrentTime_();let t;const n=this.player_.liveTracker;return n&&n.isLive()?(t=(e-n.seekableStart())/n.liveWindow(),n.atLiveEdge()&&(t=1)):t=e/this.player_.duration(),t}handleMouseDown(e){os(e)&&(e.stopPropagation(),this.videoWasPlaying=!this.player_.paused(),this.shouldDisableSeekWhileScrubbing_||this.player_.pause(),super.handleMouseDown(e))}handleMouseMove(e,t=!1){if(!os(e)||isNaN(this.player_.duration()))return;!t&&!this.player_.scrubbing()&&this.player_.scrubbing(!0);let n;const s=this.calculateDistance(e),a=this.player_.liveTracker;if(!a||!a.isLive())n=s*this.player_.duration(),n===this.player_.duration()&&(n=n-.1);else{if(s>=.99){a.seekToLiveEdge();return}const o=a.seekableStart(),l=a.liveCurrentTime();if(n=o+s*a.liveWindow(),n>=l&&(n=l),n<=o&&(n=o+.1),n===1/0)return}this.shouldDisableSeekWhileScrubbing_?this.pendingSeekTime(n):this.userSeek_(n),this.player_.options_.enableSmoothSeeking&&this.update()}enable(){super.enable();const e=this.getChild("mouseTimeDisplay");e&&e.show()}disable(){super.disable();const e=this.getChild("mouseTimeDisplay");e&&e.hide()}handleMouseUp(e){super.handleMouseUp(e),e&&e.stopPropagation(),this.player_.scrubbing(!1),this.pendingSeekTime()!==null&&(this.userSeek_(this.pendingSeekTime()),this.pendingSeekTime(null)),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying?Ui(this.player_.play()):this.update_()}handlePendingSeek_(e){this.player_.paused()||this.player_.pause();const t=this.pendingSeekTime()!==null?this.pendingSeekTime():this.player_.currentTime();this.pendingSeekTime(t+e),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}stepForward(){this.shouldDisableSeekWhileScrubbing_?this.handlePendingSeek_(this.options().stepSeconds):this.userSeek_(this.player_.currentTime()+this.options().stepSeconds)}stepBack(){this.shouldDisableSeekWhileScrubbing_?this.handlePendingSeek_(-this.options().stepSeconds):this.userSeek_(this.player_.currentTime()-this.options().stepSeconds)}handleAction(e){this.pendingSeekTime()!==null&&(this.userSeek_(this.pendingSeekTime()),this.pendingSeekTime(null)),this.player_.paused()?this.player_.play():this.player_.pause()}handleKeyDown(e){const t=this.player_.liveTracker;if(e.key===" "||e.key==="Enter")e.preventDefault(),e.stopPropagation(),this.handleAction(e);else if(e.key==="Home")e.preventDefault(),e.stopPropagation(),this.userSeek_(0);else if(e.key==="End")e.preventDefault(),e.stopPropagation(),t&&t.isLive()?this.userSeek_(t.liveCurrentTime()):this.userSeek_(this.player_.duration());else if(/^[0-9]$/.test(e.key)){e.preventDefault(),e.stopPropagation();const n=parseInt(e.key,10)*.1;t&&t.isLive()?this.userSeek_(t.seekableStart()+t.liveWindow()*n):this.userSeek_(this.player_.duration()*n)}else e.key==="PageDown"?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()-this.options().stepSeconds*this.options().pageMultiplier)):e.key==="PageUp"?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()+this.options().stepSeconds*this.options().pageMultiplier)):super.handleKeyDown(e)}dispose(){this.disableInterval_(),this.off(this.player_,["durationchange","timeupdate"],this.update),this.off(this.player_,["ended"],this.update_),this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.update),this.off(this.player_,["playing"],this.enableIntervalHandler_),this.off(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in ge&&"visibilityState"in ge&&this.off(ge,"visibilitychange",this.toggleVisibility_),super.dispose()}}Ha.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar",stepSeconds:5,pageMultiplier:12};ue.registerComponent("SeekBar",Ha);class M0 extends ue{constructor(e,t){super(e,t),this.handleMouseMove=Yi(ut(this,this.handleMouseMove),xi),this.throttledHandleMouseSeek=Yi(ut(this,this.handleMouseSeek),xi),this.handleMouseUpHandler_=n=>this.handleMouseUp(n),this.handleMouseDownHandler_=n=>this.handleMouseDown(n),this.enable()}createEl(){return super.createEl("div",{className:"vjs-progress-control vjs-control"})}handleMouseMove(e){const t=this.getChild("seekBar");if(!t)return;const n=t.getChild("playProgressBar"),s=t.getChild("mouseTimeDisplay");if(!n&&!s)return;const a=t.el(),o=as(a);let l=Ra(a,e).x;l=ds(l,0,1),s&&s.update(o,l),n&&n.update(o,t.getProgress())}handleMouseSeek(e){const t=this.getChild("seekBar");t&&t.handleMouseMove(e)}enabled(){return this.enabled_}disable(){if(this.children().forEach(e=>e.disable&&e.disable()),!!this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDownHandler_),this.off(this.el_,["mousemove","touchmove"],this.handleMouseMove),this.removeListenersAddedOnMousedownAndTouchstart(),this.addClass("disabled"),this.enabled_=!1,this.player_.scrubbing())){const e=this.getChild("seekBar");this.player_.scrubbing(!1),e.videoWasPlaying&&Ui(this.player_.play())}}enable(){this.children().forEach(e=>e.enable&&e.enable()),!this.enabled()&&(this.on(["mousedown","touchstart"],this.handleMouseDownHandler_),this.on(this.el_,["mousemove","touchmove"],this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)}removeListenersAddedOnMousedownAndTouchstart(){const e=this.el_.ownerDocument;this.off(e,"mousemove",this.throttledHandleMouseSeek),this.off(e,"touchmove",this.throttledHandleMouseSeek),this.off(e,"mouseup",this.handleMouseUpHandler_),this.off(e,"touchend",this.handleMouseUpHandler_)}handleMouseDown(e){const t=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseDown(e),this.on(t,"mousemove",this.throttledHandleMouseSeek),this.on(t,"touchmove",this.throttledHandleMouseSeek),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)}handleMouseUp(e){const t=this.getChild("seekBar");t&&t.handleMouseUp(e),this.removeListenersAddedOnMousedownAndTouchstart()}}M0.prototype.options_={children:["seekBar"]};ue.registerComponent("ProgressControl",M0);class P0 extends zt{constructor(e,t){super(e,t),this.setIcon("picture-in-picture-enter"),this.on(e,["enterpictureinpicture","leavepictureinpicture"],n=>this.handlePictureInPictureChange(n)),this.on(e,["disablepictureinpicturechanged","loadedmetadata"],n=>this.handlePictureInPictureEnabledChange(n)),this.on(e,["loadedmetadata","audioonlymodechange","audiopostermodechange"],()=>this.handlePictureInPictureAudioModeChange()),this.disable()}buildCSSClass(){return`vjs-picture-in-picture-control vjs-hidden ${super.buildCSSClass()}`}handlePictureInPictureAudioModeChange(){if(!(this.player_.currentType().substring(0,5)==="audio"||this.player_.audioPosterMode()||this.player_.audioOnlyMode())){this.show();return}this.player_.isInPictureInPicture()&&this.player_.exitPictureInPicture(),this.hide()}handlePictureInPictureEnabledChange(){ge.pictureInPictureEnabled&&this.player_.disablePictureInPicture()===!1||this.player_.options_.enableDocumentPictureInPicture&&"documentPictureInPicture"in W?this.enable():this.disable()}handlePictureInPictureChange(e){this.player_.isInPictureInPicture()?(this.setIcon("picture-in-picture-exit"),this.controlText("Exit Picture-in-Picture")):(this.setIcon("picture-in-picture-enter"),this.controlText("Picture-in-Picture")),this.handlePictureInPictureEnabledChange()}handleClick(e){this.player_.isInPictureInPicture()?this.player_.exitPictureInPicture():this.player_.requestPictureInPicture()}show(){typeof ge.exitPictureInPicture=="function"&&super.show()}}P0.prototype.controlText_="Picture-in-Picture";ue.registerComponent("PictureInPictureToggle",P0);class R0 extends zt{constructor(e,t){super(e,t),this.setIcon("fullscreen-enter"),this.on(e,"fullscreenchange",n=>this.handleFullscreenChange(n)),ge[e.fsApi_.fullscreenEnabled]===!1&&this.disable()}buildCSSClass(){return`vjs-fullscreen-control ${super.buildCSSClass()}`}handleFullscreenChange(e){this.player_.isFullscreen()?(this.controlText("Exit Fullscreen"),this.setIcon("fullscreen-exit")):(this.controlText("Fullscreen"),this.setIcon("fullscreen-enter"))}handleClick(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()}}R0.prototype.controlText_="Fullscreen";ue.registerComponent("FullscreenToggle",R0);const Mx=function(r,e){e.tech_&&!e.tech_.featuresVolumeControl&&r.addClass("vjs-hidden"),r.on(e,"loadstart",function(){e.tech_.featuresVolumeControl?r.removeClass("vjs-hidden"):r.addClass("vjs-hidden")})};class Px extends ue{createEl(){const e=super.createEl("div",{className:"vjs-volume-level"});return this.setIcon("circle",e),e.appendChild(super.createEl("span",{className:"vjs-control-text"})),e}}ue.registerComponent("VolumeLevel",Px);class Rx extends ue{constructor(e,t){super(e,t),this.update=Yi(ut(this,this.update),xi)}createEl(){return super.createEl("div",{className:"vjs-volume-tooltip"},{"aria-hidden":"true"})}update(e,t,n,s){if(!n){const a=hr(this.el_),o=hr(this.player_.el()),l=e.width*t;if(!o||!a)return;const c=e.left-o.left+l,d=e.width-l+(o.right-e.right);let g=a.width/2;c<g?g+=g-c:d<g&&(g=d),g<0?g=0:g>a.width&&(g=a.width),this.el_.style.right=`-${g}px`}this.write(`${s}%`)}write(e){bn(this.el_,e)}updateVolume(e,t,n,s,a){this.requestNamedAnimationFrame("VolumeLevelTooltip#updateVolume",()=>{this.update(e,t,n,s.toFixed(0)),a&&a()})}}ue.registerComponent("VolumeLevelTooltip",Rx);class V0 extends ue{constructor(e,t){super(e,t),this.update=Yi(ut(this,this.update),xi)}createEl(){return super.createEl("div",{className:"vjs-mouse-display"})}update(e,t,n){const s=100*t;this.getChild("volumeLevelTooltip").updateVolume(e,t,n,s,()=>{n?this.el_.style.bottom=`${e.height*t}px`:this.el_.style.left=`${e.width*t}px`})}}V0.prototype.options_={children:["volumeLevelTooltip"]};ue.registerComponent("MouseVolumeLevelDisplay",V0);class za extends tu{constructor(e,t){super(e,t),this.on("slideractive",n=>this.updateLastVolume_(n)),this.on(e,"volumechange",n=>this.updateARIAAttributes(n)),e.ready(()=>this.updateARIAAttributes())}createEl(){return super.createEl("div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})}handleMouseDown(e){os(e)&&super.handleMouseDown(e)}handleMouseMove(e){const t=this.getChild("mouseVolumeLevelDisplay");if(t){const n=this.el(),s=hr(n),a=this.vertical();let o=Ra(n,e);o=a?o.y:o.x,o=ds(o,0,1),t.update(s,o,a)}os(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))}checkMuted(){this.player_.muted()&&this.player_.muted(!1)}getPercent(){return this.player_.muted()?0:this.player_.volume()}stepForward(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)}stepBack(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)}updateARIAAttributes(e){const t=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",t),this.el_.setAttribute("aria-valuetext",t+"%")}volumeAsPercentage_(){return Math.round(this.player_.volume()*100)}updateLastVolume_(){const e=this.player_.volume();this.one("sliderinactive",()=>{this.player_.volume()===0&&this.player_.lastVolume_(e)})}}za.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"};!jt&&!Li&&za.prototype.options_.children.splice(0,0,"mouseVolumeLevelDisplay");za.prototype.playerEvent="volumechange";ue.registerComponent("VolumeBar",za);class F0 extends ue{constructor(e,t={}){t.vertical=t.vertical||!1,(typeof t.volumeBar>"u"||cr(t.volumeBar))&&(t.volumeBar=t.volumeBar||{},t.volumeBar.vertical=t.vertical),super(e,t),Mx(this,e),this.throttledHandleMouseMove=Yi(ut(this,this.handleMouseMove),xi),this.handleMouseUpHandler_=n=>this.handleMouseUp(n),this.on("mousedown",n=>this.handleMouseDown(n)),this.on("touchstart",n=>this.handleMouseDown(n)),this.on("mousemove",n=>this.handleMouseMove(n)),this.on(this.volumeBar,["focus","slideractive"],()=>{this.volumeBar.addClass("vjs-slider-active"),this.addClass("vjs-slider-active"),this.trigger("slideractive")}),this.on(this.volumeBar,["blur","sliderinactive"],()=>{this.volumeBar.removeClass("vjs-slider-active"),this.removeClass("vjs-slider-active"),this.trigger("sliderinactive")})}createEl(){let e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),super.createEl("div",{className:`vjs-volume-control vjs-control ${e}`})}handleMouseDown(e){const t=this.el_.ownerDocument;this.on(t,"mousemove",this.throttledHandleMouseMove),this.on(t,"touchmove",this.throttledHandleMouseMove),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)}handleMouseUp(e){const t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseMove),this.off(t,"touchmove",this.throttledHandleMouseMove),this.off(t,"mouseup",this.handleMouseUpHandler_),this.off(t,"touchend",this.handleMouseUpHandler_)}handleMouseMove(e){this.volumeBar.handleMouseMove(e)}}F0.prototype.options_={children:["volumeBar"]};ue.registerComponent("VolumeControl",F0);const Vx=function(r,e){e.tech_&&!e.tech_.featuresMuteControl&&r.addClass("vjs-hidden"),r.on(e,"loadstart",function(){e.tech_.featuresMuteControl?r.removeClass("vjs-hidden"):r.addClass("vjs-hidden")})};class $0 extends zt{constructor(e,t){super(e,t),Vx(this,e),this.on(e,["loadstart","volumechange"],n=>this.update(n))}buildCSSClass(){return`vjs-mute-control ${super.buildCSSClass()}`}handleClick(e){const t=this.player_.volume(),n=this.player_.lastVolume_();if(t===0){const s=n<.1?.1:n;this.player_.volume(s),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())}update(e){this.updateIcon_(),this.updateControlText_()}updateIcon_(){const e=this.player_.volume();let t=3;this.setIcon("volume-high"),jt&&this.player_.tech_&&this.player_.tech_.el_&&this.player_.muted(this.player_.tech_.el_.muted),e===0||this.player_.muted()?(this.setIcon("volume-mute"),t=0):e<.33?(this.setIcon("volume-low"),t=1):e<.67&&(this.setIcon("volume-medium"),t=2),Ma(this.el_,[0,1,2,3].reduce((n,s)=>n+`${s?" ":""}vjs-vol-${s}`,"")),Ln(this.el_,`vjs-vol-${t}`)}updateControlText_(){const t=this.player_.muted()||this.player_.volume()===0?"Unmute":"Mute";this.controlText()!==t&&this.controlText(t)}}$0.prototype.controlText_="Mute";ue.registerComponent("MuteToggle",$0);class U0 extends ue{constructor(e,t={}){typeof t.inline<"u"?t.inline=t.inline:t.inline=!0,(typeof t.volumeControl>"u"||cr(t.volumeControl))&&(t.volumeControl=t.volumeControl||{},t.volumeControl.vertical=!t.inline),super(e,t),this.handleKeyPressHandler_=n=>this.handleKeyPress(n),this.on(e,["loadstart"],n=>this.volumePanelState_(n)),this.on(this.muteToggle,"keyup",n=>this.handleKeyPress(n)),this.on(this.volumeControl,"keyup",n=>this.handleVolumeControlKeyUp(n)),this.on("keydown",n=>this.handleKeyPress(n)),this.on("mouseover",n=>this.handleMouseOver(n)),this.on("mouseout",n=>this.handleMouseOut(n)),this.on(this.volumeControl,["slideractive"],this.sliderActive_),this.on(this.volumeControl,["sliderinactive"],this.sliderInactive_)}sliderActive_(){this.addClass("vjs-slider-active")}sliderInactive_(){this.removeClass("vjs-slider-active")}volumePanelState_(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")}createEl(){let e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),super.createEl("div",{className:`vjs-volume-panel vjs-control ${e}`})}dispose(){this.handleMouseOut(),super.dispose()}handleVolumeControlKeyUp(e){e.key==="Escape"&&this.muteToggle.focus()}handleMouseOver(e){this.addClass("vjs-hover"),mi(ge,"keyup",this.handleKeyPressHandler_)}handleMouseOut(e){this.removeClass("vjs-hover"),Ht(ge,"keyup",this.handleKeyPressHandler_)}handleKeyPress(e){e.key==="Escape"&&this.handleMouseOut()}}U0.prototype.options_={children:["muteToggle","volumeControl"]};ue.registerComponent("VolumePanel",U0);class q0 extends zt{constructor(e,t){super(e,t),this.validOptions=[5,10,30],this.skipTime=this.getSkipForwardTime(),this.skipTime&&this.validOptions.includes(this.skipTime)?(this.setIcon(`forward-${this.skipTime}`),this.controlText(this.localize("Skip forward {1} seconds",[this.skipTime.toLocaleString(e.language())])),this.show()):this.hide()}getSkipForwardTime(){const e=this.options_.playerOptions;return e.controlBar&&e.controlBar.skipButtons&&e.controlBar.skipButtons.forward}buildCSSClass(){return`vjs-skip-forward-${this.getSkipForwardTime()} ${super.buildCSSClass()}`}handleClick(e){if(isNaN(this.player_.duration()))return;const t=this.player_.currentTime(),n=this.player_.liveTracker,s=n&&n.isLive()?n.seekableEnd():this.player_.duration();let a;t+this.skipTime<=s?a=t+this.skipTime:a=s,this.player_.currentTime(a)}handleLanguagechange(){this.controlText(this.localize("Skip forward {1} seconds",[this.skipTime]))}}q0.prototype.controlText_="Skip Forward";ue.registerComponent("SkipForward",q0);class j0 extends zt{constructor(e,t){super(e,t),this.validOptions=[5,10,30],this.skipTime=this.getSkipBackwardTime(),this.skipTime&&this.validOptions.includes(this.skipTime)?(this.setIcon(`replay-${this.skipTime}`),this.controlText(this.localize("Skip backward {1} seconds",[this.skipTime.toLocaleString(e.language())])),this.show()):this.hide()}getSkipBackwardTime(){const e=this.options_.playerOptions;return e.controlBar&&e.controlBar.skipButtons&&e.controlBar.skipButtons.backward}buildCSSClass(){return`vjs-skip-backward-${this.getSkipBackwardTime()} ${super.buildCSSClass()}`}handleClick(e){const t=this.player_.currentTime(),n=this.player_.liveTracker,s=n&&n.isLive()&&n.seekableStart();let a;s&&t-this.skipTime<=s?a=s:t>=this.skipTime?a=t-this.skipTime:a=0,this.player_.currentTime(a)}handleLanguagechange(){this.controlText(this.localize("Skip backward {1} seconds",[this.skipTime]))}}j0.prototype.controlText_="Skip Backward";ue.registerComponent("SkipBackward",j0);class H0 extends ue{constructor(e,t){super(e,t),t&&(this.menuButton_=t.menuButton),this.focusedChild_=-1,this.on("keydown",n=>this.handleKeyDown(n)),this.boundHandleBlur_=n=>this.handleBlur(n),this.boundHandleTapClick_=n=>this.handleTapClick(n)}addEventListenerForItem(e){e instanceof ue&&(this.on(e,"blur",this.boundHandleBlur_),this.on(e,["tap","click"],this.boundHandleTapClick_))}removeEventListenerForItem(e){e instanceof ue&&(this.off(e,"blur",this.boundHandleBlur_),this.off(e,["tap","click"],this.boundHandleTapClick_))}removeChild(e){typeof e=="string"&&(e=this.getChild(e)),this.removeEventListenerForItem(e),super.removeChild(e)}addItem(e){const t=this.addChild(e);t&&this.addEventListenerForItem(t)}createEl(){const e=this.options_.contentElType||"ul";this.contentEl_=Me(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");const t=super.createEl("div",{append:this.contentEl_,className:"vjs-menu"});return t.appendChild(this.contentEl_),mi(t,"click",function(n){n.preventDefault(),n.stopImmediatePropagation()}),t}dispose(){this.contentEl_=null,this.boundHandleBlur_=null,this.boundHandleTapClick_=null,super.dispose()}handleBlur(e){const t=e.relatedTarget||ge.activeElement;if(!this.children().some(n=>n.el()===t)){const n=this.menuButton_;n&&n.buttonPressed_&&t!==n.el().firstChild&&n.unpressButton()}}handleTapClick(e){if(this.menuButton_){this.menuButton_.unpressButton();const t=this.children();if(!Array.isArray(t))return;const n=t.filter(s=>s.el()===e.target)[0];if(!n)return;n.name()!=="CaptionSettingsMenuItem"&&this.menuButton_.focus()}}handleKeyDown(e){e.key==="ArrowLeft"||e.key==="ArrowDown"?(e.preventDefault(),e.stopPropagation(),this.stepForward()):(e.key==="ArrowRight"||e.key==="ArrowUp")&&(e.preventDefault(),e.stopPropagation(),this.stepBack())}stepForward(){let e=0;this.focusedChild_!==void 0&&(e=this.focusedChild_+1),this.focus(e)}stepBack(){let e=0;this.focusedChild_!==void 0&&(e=this.focusedChild_-1),this.focus(e)}focus(e=0){const t=this.children().slice();t.length&&t[0].hasClass("vjs-menu-title")&&t.shift(),t.length>0&&(e<0?e=0:e>=t.length&&(e=t.length-1),this.focusedChild_=e,t[e].el_.focus())}}ue.registerComponent("Menu",H0);class nu extends ue{constructor(e,t={}){super(e,t),this.menuButton_=new zt(e,t),this.menuButton_.controlText(this.controlText_),this.menuButton_.el_.setAttribute("aria-haspopup","true");const n=zt.prototype.buildCSSClass();this.menuButton_.el_.className=this.buildCSSClass()+" "+n,this.menuButton_.removeClass("vjs-control"),this.addChild(this.menuButton_),this.update(),this.enabled_=!0;const s=a=>this.handleClick(a);this.handleMenuKeyUp_=a=>this.handleMenuKeyUp(a),this.on(this.menuButton_,"tap",s),this.on(this.menuButton_,"click",s),this.on(this.menuButton_,"keydown",a=>this.handleKeyDown(a)),this.on(this.menuButton_,"mouseenter",()=>{this.addClass("vjs-hover"),this.menu.show(),mi(ge,"keyup",this.handleMenuKeyUp_)}),this.on("mouseleave",a=>this.handleMouseLeave(a)),this.on("keydown",a=>this.handleSubmenuKeyDown(a))}update(){const e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?(this.hide(),this.menu.contentEl_.removeAttribute("role")):(this.show(),this.menu.contentEl_.setAttribute("role","menu"))}createMenu(){const e=new H0(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){const t=Me("li",{className:"vjs-menu-title",textContent:yt(this.options_.title),tabIndex:-1}),n=new ue(this.player_,{el:t});e.addItem(n)}if(this.items=this.createItems(),this.items)for(let t=0;t<this.items.length;t++)e.addItem(this.items[t]);return e}createItems(){}createEl(){return super.createEl("div",{className:this.buildWrapperCSSClass()},{})}setIcon(e){return super.setIcon(e,this.menuButton_.el_)}buildWrapperCSSClass(){let e="vjs-menu-button";this.options_.inline===!0?e+="-inline":e+="-popup";const t=zt.prototype.buildCSSClass();return`vjs-menu-button ${e} ${t} ${super.buildCSSClass()}`}buildCSSClass(){let e="vjs-menu-button";return this.options_.inline===!0?e+="-inline":e+="-popup",`vjs-menu-button ${e} ${super.buildCSSClass()}`}controlText(e,t=this.menuButton_.el()){return this.menuButton_.controlText(e,t)}dispose(){this.handleMouseLeave(),super.dispose()}handleClick(e){this.buttonPressed_?this.unpressButton():this.pressButton()}handleMouseLeave(e){this.removeClass("vjs-hover"),Ht(ge,"keyup",this.handleMenuKeyUp_)}focus(){this.menuButton_.focus()}blur(){this.menuButton_.blur()}handleKeyDown(e){e.key==="Escape"||e.key==="Tab"?(this.buttonPressed_&&this.unpressButton(),!e.key==="Tab"&&(e.preventDefault(),this.menuButton_.focus())):(e.key==="Up"||e.key==="Down"&&!(this.player_.options_.playerOptions.spatialNavigation&&this.player_.options_.playerOptions.spatialNavigation.enabled))&&(this.buttonPressed_||(e.preventDefault(),this.pressButton()))}handleMenuKeyUp(e){(e.key==="Escape"||e.key==="Tab")&&this.removeClass("vjs-hover")}handleSubmenuKeyPress(e){this.handleSubmenuKeyDown(e)}handleSubmenuKeyDown(e){(e.key==="Escape"||e.key==="Tab")&&(this.buttonPressed_&&this.unpressButton(),!e.key==="Tab"&&(e.preventDefault(),this.menuButton_.focus()))}pressButton(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.show(),this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),jt&&e0())return;this.menu.focus()}}unpressButton(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menu.hide(),this.menuButton_.el_.setAttribute("aria-expanded","false"))}disable(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()}enable(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()}}ue.registerComponent("MenuButton",nu);class ru extends nu{constructor(e,t){const n=t.tracks;if(super(e,t),this.items.length<=1&&this.hide(),!n)return;const s=ut(this,this.update);n.addEventListener("removetrack",s),n.addEventListener("addtrack",s),n.addEventListener("labelchange",s),this.player_.on("ready",s),this.player_.on("dispose",function(){n.removeEventListener("removetrack",s),n.removeEventListener("addtrack",s),n.removeEventListener("labelchange",s)})}}ue.registerComponent("TrackButton",ru);class hs extends ja{constructor(e,t){super(e,t),this.selectable=t.selectable,this.isSelected_=t.selected||!1,this.multiSelectable=t.multiSelectable,this.selected(this.isSelected_),this.selectable?this.multiSelectable?this.el_.setAttribute("role","menuitemcheckbox"):this.el_.setAttribute("role","menuitemradio"):this.el_.setAttribute("role","menuitem")}createEl(e,t,n){this.nonIconControl=!0;const s=super.createEl("li",Object.assign({className:"vjs-menu-item",tabIndex:-1},t),n),a=Me("span",{className:"vjs-menu-item-text",textContent:this.localize(this.options_.label)});return this.player_.options_.experimentalSvgIcons?s.appendChild(a):s.replaceChild(a,s.querySelector(".vjs-icon-placeholder")),s}handleKeyDown(e){["Tab","Escape","ArrowUp","ArrowLeft","ArrowRight","ArrowDown"].includes(e.key)||super.handleKeyDown(e)}handleClick(e){this.selected(!0)}selected(e){this.selectable&&(e?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected"),this.isSelected_=!0):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText(""),this.isSelected_=!1))}}ue.registerComponent("MenuItem",hs);class fs extends hs{constructor(e,t){const n=t.track,s=e.textTracks();t.label=n.label||n.language||"Unknown",t.selected=n.mode==="showing",super(e,t),this.track=n,this.kinds=(t.kinds||[t.kind||this.track.kind]).filter(Boolean);const a=(...l)=>{this.handleTracksChange.apply(this,l)},o=(...l)=>{this.handleSelectedLanguageChange.apply(this,l)};if(e.on(["loadstart","texttrackchange"],a),s.addEventListener("change",a),s.addEventListener("selectedlanguagechange",o),this.on("dispose",function(){e.off(["loadstart","texttrackchange"],a),s.removeEventListener("change",a),s.removeEventListener("selectedlanguagechange",o)}),s.onchange===void 0){let l;this.on(["tap","click"],function(){if(typeof W.Event!="object")try{l=new W.Event("change")}catch{}l||(l=ge.createEvent("Event"),l.initEvent("change",!0,!0)),s.dispatchEvent(l)})}this.handleTracksChange()}handleClick(e){const t=this.track,n=this.player_.textTracks();if(super.handleClick(e),!!n)for(let s=0;s<n.length;s++){const a=n[s];this.kinds.indexOf(a.kind)!==-1&&(a===t?a.mode!=="showing"&&(a.mode="showing"):a.mode!=="disabled"&&(a.mode="disabled"))}}handleTracksChange(e){const t=this.track.mode==="showing";t!==this.isSelected_&&this.selected(t)}handleSelectedLanguageChange(e){if(this.track.mode==="showing"){const t=this.player_.cache_.selectedLanguage;if(t&&t.enabled&&t.language===this.track.language&&t.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}}dispose(){this.track=null,super.dispose()}}ue.registerComponent("TextTrackMenuItem",fs);class z0 extends fs{constructor(e,t){t.track={player:e,kind:t.kind,kinds:t.kinds,default:!1,mode:"disabled"},t.kinds||(t.kinds=[t.kind]),t.label?t.track.label=t.label:t.track.label=t.kinds.join(" and ")+" off",t.selectable=!0,t.multiSelectable=!1,super(e,t)}handleTracksChange(e){const t=this.player().textTracks();let n=!0;for(let s=0,a=t.length;s<a;s++){const o=t[s];if(this.options_.kinds.indexOf(o.kind)>-1&&o.mode==="showing"){n=!1;break}}n!==this.isSelected_&&this.selected(n)}handleSelectedLanguageChange(e){const t=this.player().textTracks();let n=!0;for(let s=0,a=t.length;s<a;s++){const o=t[s];if(["captions","descriptions","subtitles"].indexOf(o.kind)>-1&&o.mode==="showing"){n=!1;break}}n&&(this.player_.cache_.selectedLanguage={enabled:!1})}handleLanguagechange(){this.$(".vjs-menu-item-text").textContent=this.player_.localize(this.options_.label),super.handleLanguagechange()}}ue.registerComponent("OffTextTrackMenuItem",z0);class br extends ru{constructor(e,t={}){t.tracks=e.textTracks(),super(e,t)}createItems(e=[],t=fs){let n;this.label_&&(n=`${this.label_} off`),e.push(new z0(this.player_,{kinds:this.kinds_,kind:this.kind_,label:n})),this.hideThreshold_+=1;const s=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(let a=0;a<s.length;a++){const o=s[a];if(this.kinds_.indexOf(o.kind)>-1){const l=new t(this.player_,{track:o,kinds:this.kinds_,kind:this.kind_,selectable:!0,multiSelectable:!1});l.addClass(`vjs-${o.kind}-menu-item`),e.push(l)}}return e}}ue.registerComponent("TextTrackButton",br);class G0 extends hs{constructor(e,t){const n=t.track,s=t.cue,a=e.currentTime();t.selectable=!0,t.multiSelectable=!1,t.label=s.text,t.selected=s.startTime<=a&&a<s.endTime,super(e,t),this.track=n,this.cue=s}handleClick(e){super.handleClick(),this.player_.currentTime(this.cue.startTime)}}ue.registerComponent("ChaptersTrackMenuItem",G0);class su extends br{constructor(e,t,n){super(e,t,n),this.setIcon("chapters"),this.selectCurrentItem_=()=>{this.items.forEach(s=>{s.selected(this.track_.activeCues[0]===s.cue)})}}buildCSSClass(){return`vjs-chapters-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-chapters-button ${super.buildWrapperCSSClass()}`}update(e){if(e&&e.track&&e.track.kind!=="chapters")return;const t=this.findChaptersTrack();t!==this.track_?(this.setTrack(t),super.update()):(!this.items||t&&t.cues&&t.cues.length!==this.items.length)&&super.update()}setTrack(e){if(this.track_!==e){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){const t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);t&&t.removeEventListener("load",this.updateHandler_),this.track_.removeEventListener("cuechange",this.selectCurrentItem_),this.track_=null}if(this.track_=e,this.track_){this.track_.mode="hidden";const t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);t&&t.addEventListener("load",this.updateHandler_),this.track_.addEventListener("cuechange",this.selectCurrentItem_)}}}findChaptersTrack(){const e=this.player_.textTracks()||[];for(let t=e.length-1;t>=0;t--){const n=e[t];if(n.kind===this.kind_)return n}}getMenuCaption(){return this.track_&&this.track_.label?this.track_.label:this.localize(yt(this.kind_))}createMenu(){return this.options_.title=this.getMenuCaption(),super.createMenu()}createItems(){const e=[];if(!this.track_)return e;const t=this.track_.cues;if(!t)return e;for(let n=0,s=t.length;n<s;n++){const a=t[n],o=new G0(this.player_,{track:this.track_,cue:a});e.push(o)}return e}}su.prototype.kind_="chapters";su.prototype.controlText_="Chapters";ue.registerComponent("ChaptersButton",su);class au extends br{constructor(e,t,n){super(e,t,n),this.setIcon("audio-description");const s=e.textTracks(),a=ut(this,this.handleTracksChange);s.addEventListener("change",a),this.on("dispose",function(){s.removeEventListener("change",a)})}handleTracksChange(e){const t=this.player().textTracks();let n=!1;for(let s=0,a=t.length;s<a;s++){const o=t[s];if(o.kind!==this.kind_&&o.mode==="showing"){n=!0;break}}n?this.disable():this.enable()}buildCSSClass(){return`vjs-descriptions-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-descriptions-button ${super.buildWrapperCSSClass()}`}}au.prototype.kind_="descriptions";au.prototype.controlText_="Descriptions";ue.registerComponent("DescriptionsButton",au);class ou extends br{constructor(e,t,n){super(e,t,n),this.setIcon("subtitles")}buildCSSClass(){return`vjs-subtitles-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-subtitles-button ${super.buildWrapperCSSClass()}`}}ou.prototype.kind_="subtitles";ou.prototype.controlText_="Subtitles";ue.registerComponent("SubtitlesButton",ou);class lu extends fs{constructor(e,t){t.track={player:e,kind:t.kind,label:t.kind+" settings",selectable:!1,default:!1,mode:"disabled"},t.selectable=!1,t.name="CaptionSettingsMenuItem",super(e,t),this.addClass("vjs-texttrack-settings"),this.controlText(", opens "+t.kind+" settings dialog")}handleClick(e){this.player().getChild("textTrackSettings").open()}handleLanguagechange(){this.$(".vjs-menu-item-text").textContent=this.player_.localize(this.options_.kind+" settings"),super.handleLanguagechange()}}ue.registerComponent("CaptionSettingsMenuItem",lu);class uu extends br{constructor(e,t,n){super(e,t,n),this.setIcon("captions")}buildCSSClass(){return`vjs-captions-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-captions-button ${super.buildWrapperCSSClass()}`}createItems(){const e=[];return!(this.player().tech_&&this.player().tech_.featuresNativeTextTracks)&&this.player().getChild("textTrackSettings")&&(e.push(new lu(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),super.createItems(e)}}uu.prototype.kind_="captions";uu.prototype.controlText_="Captions";ue.registerComponent("CaptionsButton",uu);class W0 extends fs{createEl(e,t,n){const s=super.createEl(e,t,n),a=s.querySelector(".vjs-menu-item-text");return this.options_.track.kind==="captions"&&(this.player_.options_.experimentalSvgIcons?this.setIcon("captions",s):a.appendChild(Me("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),a.appendChild(Me("span",{className:"vjs-control-text",textContent:` ${this.localize("Captions")}`}))),s}}ue.registerComponent("SubsCapsMenuItem",W0);class cu extends br{constructor(e,t={}){super(e,t),this.label_="subtitles",this.setIcon("subtitles"),["en","en-us","en-ca","fr-ca"].indexOf(this.player_.language_)>-1&&(this.label_="captions",this.setIcon("captions")),this.menuButton_.controlText(yt(this.label_))}buildCSSClass(){return`vjs-subs-caps-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-subs-caps-button ${super.buildWrapperCSSClass()}`}createItems(){let e=[];return!(this.player().tech_&&this.player().tech_.featuresNativeTextTracks)&&this.player().getChild("textTrackSettings")&&(e.push(new lu(this.player_,{kind:this.label_})),this.hideThreshold_+=1),e=super.createItems(e,W0),e}}cu.prototype.kinds_=["captions","subtitles"];cu.prototype.controlText_="Subtitles";ue.registerComponent("SubsCapsButton",cu);class Y0 extends hs{constructor(e,t){const n=t.track,s=e.audioTracks();t.label=n.label||n.language||"Unknown",t.selected=n.enabled,super(e,t),this.track=n,this.addClass(`vjs-${n.kind}-menu-item`);const a=(...o)=>{this.handleTracksChange.apply(this,o)};s.addEventListener("change",a),this.on("dispose",()=>{s.removeEventListener("change",a)})}createEl(e,t,n){const s=super.createEl(e,t,n),a=s.querySelector(".vjs-menu-item-text");return["main-desc","descriptions"].indexOf(this.options_.track.kind)>=0&&(a.appendChild(Me("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),a.appendChild(Me("span",{className:"vjs-control-text",textContent:" "+this.localize("Descriptions")}))),s}handleClick(e){if(super.handleClick(e),this.track.enabled=!0,this.player_.tech_.featuresNativeAudioTracks){const t=this.player_.audioTracks();for(let n=0;n<t.length;n++){const s=t[n];s!==this.track&&(s.enabled=s===this.track)}}}handleTracksChange(e){this.selected(this.track.enabled)}}ue.registerComponent("AudioTrackMenuItem",Y0);class X0 extends ru{constructor(e,t={}){t.tracks=e.audioTracks(),super(e,t),this.setIcon("audio")}buildCSSClass(){return`vjs-audio-button ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-audio-button ${super.buildWrapperCSSClass()}`}createItems(e=[]){this.hideThreshold_=1;const t=this.player_.audioTracks();for(let n=0;n<t.length;n++){const s=t[n];e.push(new Y0(this.player_,{track:s,selectable:!0,multiSelectable:!1}))}return e}}X0.prototype.controlText_="Audio Track";ue.registerComponent("AudioTrackButton",X0);class du extends hs{constructor(e,t){const n=t.rate,s=parseFloat(n,10);t.label=n,t.selected=s===e.playbackRate(),t.selectable=!0,t.multiSelectable=!1,super(e,t),this.label=n,this.rate=s,this.on(e,"ratechange",a=>this.update(a))}handleClick(e){super.handleClick(),this.player().playbackRate(this.rate)}update(e){this.selected(this.player().playbackRate()===this.rate)}}du.prototype.contentElType="button";ue.registerComponent("PlaybackRateMenuItem",du);class K0 extends nu{constructor(e,t){super(e,t),this.menuButton_.el_.setAttribute("aria-describedby",this.labelElId_),this.updateVisibility(),this.updateLabel(),this.on(e,"loadstart",n=>this.updateVisibility(n)),this.on(e,"ratechange",n=>this.updateLabel(n)),this.on(e,"playbackrateschange",n=>this.handlePlaybackRateschange(n))}createEl(){const e=super.createEl();return this.labelElId_="vjs-playback-rate-value-label-"+this.id_,this.labelEl_=Me("div",{className:"vjs-playback-rate-value",id:this.labelElId_,textContent:"1x"}),e.appendChild(this.labelEl_),e}dispose(){this.labelEl_=null,super.dispose()}buildCSSClass(){return`vjs-playback-rate ${super.buildCSSClass()}`}buildWrapperCSSClass(){return`vjs-playback-rate ${super.buildWrapperCSSClass()}`}createItems(){const e=this.playbackRates(),t=[];for(let n=e.length-1;n>=0;n--)t.push(new du(this.player(),{rate:e[n]+"x"}));return t}handlePlaybackRateschange(e){this.update()}playbackRates(){const e=this.player();return e.playbackRates&&e.playbackRates()||[]}playbackRateSupported(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0}updateVisibility(e){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")}updateLabel(e){this.playbackRateSupported()&&(this.labelEl_.textContent=this.player().playbackRate()+"x")}}K0.prototype.controlText_="Playback Rate";ue.registerComponent("PlaybackRateMenuButton",K0);class Q0 extends ue{buildCSSClass(){return`vjs-spacer ${super.buildCSSClass()}`}createEl(e="div",t={},n={}){return t.className||(t.className=this.buildCSSClass()),super.createEl(e,t,n)}}ue.registerComponent("Spacer",Q0);class Fx extends Q0{buildCSSClass(){return`vjs-custom-control-spacer ${super.buildCSSClass()}`}createEl(){return super.createEl("div",{className:this.buildCSSClass(),textContent:" "})}}ue.registerComponent("CustomControlSpacer",Fx);class Z0 extends ue{createEl(){return super.createEl("div",{className:"vjs-control-bar",dir:"ltr"})}}Z0.prototype.options_={children:["playToggle","skipBackward","skipForward","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","progressControl","liveDisplay","seekToLive","remainingTimeDisplay","customControlSpacer","playbackRateMenuButton","chaptersButton","descriptionsButton","subsCapsButton","audioTrackButton","pictureInPictureToggle","fullscreenToggle"]};ue.registerComponent("ControlBar",Z0);class J0 extends _r{constructor(e,t){super(e,t),this.on(e,"error",n=>{this.open(n)})}buildCSSClass(){return`vjs-error-display ${super.buildCSSClass()}`}content(){const e=this.player().error();return e?this.localize(e.message):""}}J0.prototype.options_=Object.assign({},_r.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0});ue.registerComponent("ErrorDisplay",J0);class ef extends ue{constructor(e,t={}){super(e,t),this.el_.setAttribute("aria-labelledby",this.selectLabelledbyIds)}createEl(){return this.selectLabelledbyIds=[this.options_.legendId,this.options_.labelId].join(" ").trim(),Me("select",{id:this.options_.id},{},this.options_.SelectOptions.map(t=>{const n=(this.options_.labelId?this.options_.labelId:`vjs-track-option-${bi()}`)+"-"+t[1].replace(/\W+/g,""),s=Me("option",{id:n,value:this.localize(t[0]),textContent:this.localize(t[1])});return s.setAttribute("aria-labelledby",`${this.selectLabelledbyIds} ${n}`),s}))}}ue.registerComponent("TextTrackSelect",ef);class Pn extends ue{constructor(e,t={}){super(e,t);const n=Me("legend",{textContent:this.localize(this.options_.legendText),id:this.options_.legendId});this.el().appendChild(n);const s=this.options_.selects;for(const a of s){const o=this.options_.selectConfigs[a],l=o.className,c=o.id.replace("%s",this.options_.id_);let d=null;const g=`vjs_select_${bi()}`;if(this.options_.type==="colors"){d=Me("span",{className:l});const k=Me("label",{id:c,className:"vjs-label",textContent:this.localize(o.label)});k.setAttribute("for",g),d.appendChild(k)}const m=new ef(e,{SelectOptions:o.options,legendId:this.options_.legendId,id:g,labelId:c});this.addChild(m),this.options_.type==="colors"&&(d.appendChild(m.el()),this.el().appendChild(d))}}createEl(){return Me("fieldset",{className:this.options_.className})}}ue.registerComponent("TextTrackFieldset",Pn);class tf extends ue{constructor(e,t={}){super(e,t);const n=this.options_.textTrackComponentid,s=new Pn(e,{id_:n,legendId:`captions-text-legend-${n}`,legendText:this.localize("Text"),className:"vjs-fg vjs-track-setting",selects:this.options_.fieldSets[0],selectConfigs:this.options_.selectConfigs,type:"colors"});this.addChild(s);const a=new Pn(e,{id_:n,legendId:`captions-background-${n}`,legendText:this.localize("Text Background"),className:"vjs-bg vjs-track-setting",selects:this.options_.fieldSets[1],selectConfigs:this.options_.selectConfigs,type:"colors"});this.addChild(a);const o=new Pn(e,{id_:n,legendId:`captions-window-${n}`,legendText:this.localize("Caption Area Background"),className:"vjs-window vjs-track-setting",selects:this.options_.fieldSets[2],selectConfigs:this.options_.selectConfigs,type:"colors"});this.addChild(o)}createEl(){return Me("div",{className:"vjs-track-settings-colors"})}}ue.registerComponent("TextTrackSettingsColors",tf);class nf extends ue{constructor(e,t={}){super(e,t);const n=this.options_.textTrackComponentid,s=new Pn(e,{id_:n,legendId:`captions-font-size-${n}`,legendText:"Font Size",className:"vjs-font-percent vjs-track-setting",selects:this.options_.fieldSets[0],selectConfigs:this.options_.selectConfigs,type:"font"});this.addChild(s);const a=new Pn(e,{id_:n,legendId:`captions-edge-style-${n}`,legendText:this.localize("Text Edge Style"),className:"vjs-edge-style vjs-track-setting",selects:this.options_.fieldSets[1],selectConfigs:this.options_.selectConfigs,type:"font"});this.addChild(a);const o=new Pn(e,{id_:n,legendId:`captions-font-family-${n}`,legendText:this.localize("Font Family"),className:"vjs-font-family vjs-track-setting",selects:this.options_.fieldSets[2],selectConfigs:this.options_.selectConfigs,type:"font"});this.addChild(o)}createEl(){return Me("div",{className:"vjs-track-settings-font"})}}ue.registerComponent("TextTrackSettingsFont",nf);class rf extends ue{constructor(e,t={}){super(e,t);const n=new zt(e,{controlText:this.localize("restore all settings to the default values"),className:"vjs-default-button"});n.el().classList.remove("vjs-control","vjs-button"),n.el().textContent=this.localize("Reset"),this.addChild(n);const s=this.localize("Done"),a=new zt(e,{controlText:s,className:"vjs-done-button"});a.el().classList.remove("vjs-control","vjs-button"),a.el().textContent=s,this.addChild(a)}createEl(){return Me("div",{className:"vjs-track-settings-controls"})}}ue.registerComponent("TrackSettingsControls",rf);const jo="vjs-text-track-settings",Dd=["#000","Black"],Ad=["#00F","Blue"],Nd=["#0FF","Cyan"],Id=["#0F0","Green"],Od=["#F0F","Magenta"],Bd=["#F00","Red"],Ld=["#FFF","White"],Md=["#FF0","Yellow"],Ho=["1","Opaque"],zo=["0.5","Semi-Transparent"],Pd=["0","Transparent"],pn={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[Dd,Ld,Bd,Id,Ad,Md,Od,Nd],className:"vjs-bg-color"},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Opacity",options:[Ho,zo,Pd],className:"vjs-bg-opacity vjs-opacity"},color:{selector:".vjs-text-color > select",id:"captions-foreground-color-%s",label:"Color",options:[Ld,Dd,Bd,Id,Ad,Md,Od,Nd],className:"vjs-text-color"},edgeStyle:{selector:".vjs-edge-style > select",id:"",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Drop shadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:r=>r==="1.00"?null:Number(r)},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Opacity",options:[Ho,zo],className:"vjs-text-opacity vjs-opacity"},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color",className:"vjs-window-color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Opacity",options:[Pd,zo,Ho],className:"vjs-window-opacity vjs-opacity"}};pn.windowColor.options=pn.backgroundColor.options;function sf(r,e){if(e&&(r=e(r)),r&&r!=="none")return r}function $x(r,e){const t=r.options[r.options.selectedIndex].value;return sf(t,e)}function Ux(r,e,t){if(e){for(let n=0;n<r.options.length;n++)if(sf(r.options[n].value,t)===e){r.selectedIndex=n;break}}}class qx extends _r{constructor(e,t){t.temporary=!1,super(e,t),this.updateDisplay=this.updateDisplay.bind(this),this.fill(),this.hasBeenOpened_=this.hasBeenFilled_=!0,this.renderModalComponents(e),this.endDialog=Me("p",{className:"vjs-control-text",textContent:this.localize("End of dialog window.")}),this.el().appendChild(this.endDialog),this.setDefaults(),t.persistTextTrackSettings===void 0&&(this.options_.persistTextTrackSettings=this.options_.playerOptions.persistTextTrackSettings),this.bindFunctionsToSelectsAndButtons(),this.options_.persistTextTrackSettings&&this.restoreSettings()}renderModalComponents(e){const t=new tf(e,{textTrackComponentid:this.id_,selectConfigs:pn,fieldSets:[["color","textOpacity"],["backgroundColor","backgroundOpacity"],["windowColor","windowOpacity"]]});this.addChild(t);const n=new nf(e,{textTrackComponentid:this.id_,selectConfigs:pn,fieldSets:[["fontPercent"],["edgeStyle"],["fontFamily"]]});this.addChild(n);const s=new rf(e);this.addChild(s)}bindFunctionsToSelectsAndButtons(){this.on(this.$(".vjs-done-button"),["click","tap"],()=>{this.saveSettings(),this.close()}),this.on(this.$(".vjs-default-button"),["click","tap"],()=>{this.setDefaults(),this.updateDisplay()}),Qn(pn,e=>{this.on(this.$(e.selector),"change",this.updateDisplay)})}dispose(){this.endDialog=null,super.dispose()}label(){return this.localize("Caption Settings Dialog")}description(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")}buildCSSClass(){return super.buildCSSClass()+" vjs-text-track-settings"}getValues(){return Wh(pn,(e,t,n)=>{const s=$x(this.$(t.selector),t.parser);return s!==void 0&&(e[n]=s),e},{})}setValues(e){Qn(pn,(t,n)=>{Ux(this.$(t.selector),e[n],t.parser)})}setDefaults(){Qn(pn,e=>{const t=e.hasOwnProperty("default")?e.default:0;this.$(e.selector).selectedIndex=t})}restoreSettings(){let e;try{e=JSON.parse(W.localStorage.getItem(jo))}catch(t){We.warn(t)}e&&this.setValues(e)}saveSettings(){if(!this.options_.persistTextTrackSettings)return;const e=this.getValues();try{Object.keys(e).length?W.localStorage.setItem(jo,JSON.stringify(e)):W.localStorage.removeItem(jo)}catch(t){We.warn(t)}}updateDisplay(){const e=this.player_.getChild("textTrackDisplay");e&&e.updateDisplay()}handleLanguagechange(){this.fill(),this.renderModalComponents(this.player_),this.bindFunctionsToSelectsAndButtons()}}ue.registerComponent("TextTrackSettings",qx);class jx extends ue{constructor(e,t){let n=t.ResizeObserver||W.ResizeObserver;t.ResizeObserver===null&&(n=!1);const s=ot({createEl:!n,reportTouchActivity:!1},t);super(e,s),this.ResizeObserver=t.ResizeObserver||W.ResizeObserver,this.loadListener_=null,this.resizeObserver_=null,this.debouncedHandler_=g0(()=>{this.resizeHandler()},100,!1,this),n?(this.resizeObserver_=new this.ResizeObserver(this.debouncedHandler_),this.resizeObserver_.observe(e.el())):(this.loadListener_=()=>{if(!this.el_||!this.el_.contentWindow)return;const a=this.debouncedHandler_;let o=this.unloadListener_=function(){Ht(this,"resize",a),Ht(this,"unload",o),o=null};mi(this.el_.contentWindow,"unload",o),mi(this.el_.contentWindow,"resize",a)},this.one("load",this.loadListener_))}createEl(){return super.createEl("iframe",{className:"vjs-resize-manager",tabIndex:-1,title:this.localize("No content")},{"aria-hidden":"true"})}resizeHandler(){!this.player_||!this.player_.trigger||this.player_.trigger("playerresize")}dispose(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.loadListener_&&this.off("load",this.loadListener_),this.el_&&this.el_.contentWindow&&this.unloadListener_&&this.unloadListener_.call(this.el_.contentWindow),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null,super.dispose()}}ue.registerComponent("ResizeManager",jx);const Hx={trackingThreshold:20,liveTolerance:15};class zx extends ue{constructor(e,t){const n=ot(Hx,t,{createEl:!1});super(e,n),this.trackLiveHandler_=()=>this.trackLive_(),this.handlePlay_=s=>this.handlePlay(s),this.handleFirstTimeupdate_=s=>this.handleFirstTimeupdate(s),this.handleSeeked_=s=>this.handleSeeked(s),this.seekToLiveEdge_=s=>this.seekToLiveEdge(s),this.reset_(),this.on(this.player_,"durationchange",s=>this.handleDurationchange(s)),this.on(this.player_,"canplay",()=>this.toggleTracking())}trackLive_(){const e=this.player_.seekable();if(!e||!e.length)return;const t=Number(W.performance.now().toFixed(4)),n=this.lastTime_===-1?0:(t-this.lastTime_)/1e3;this.lastTime_=t,this.pastSeekEnd_=this.pastSeekEnd()+n;const s=this.liveCurrentTime(),a=this.player_.currentTime();let o=this.player_.paused()||this.seekedBehindLive_||Math.abs(s-a)>this.options_.liveTolerance;(!this.timeupdateSeen_||s===1/0)&&(o=!1),o!==this.behindLiveEdge_&&(this.behindLiveEdge_=o,this.trigger("liveedgechange"))}handleDurationchange(){this.toggleTracking()}toggleTracking(){this.player_.duration()===1/0&&this.liveWindow()>=this.options_.trackingThreshold?(this.player_.options_.liveui&&this.player_.addClass("vjs-liveui"),this.startTracking()):(this.player_.removeClass("vjs-liveui"),this.stopTracking())}startTracking(){this.isTracking()||(this.timeupdateSeen_||(this.timeupdateSeen_=this.player_.hasStarted()),this.trackingInterval_=this.setInterval(this.trackLiveHandler_,xi),this.trackLive_(),this.on(this.player_,["play","pause"],this.trackLiveHandler_),this.timeupdateSeen_?this.on(this.player_,"seeked",this.handleSeeked_):(this.one(this.player_,"play",this.handlePlay_),this.one(this.player_,"timeupdate",this.handleFirstTimeupdate_)))}handleFirstTimeupdate(){this.timeupdateSeen_=!0,this.on(this.player_,"seeked",this.handleSeeked_)}handleSeeked(){const e=Math.abs(this.liveCurrentTime()-this.player_.currentTime());this.seekedBehindLive_=this.nextSeekedFromUser_&&e>2,this.nextSeekedFromUser_=!1,this.trackLive_()}handlePlay(){this.one(this.player_,"timeupdate",this.seekToLiveEdge_)}reset_(){this.lastTime_=-1,this.pastSeekEnd_=0,this.lastSeekEnd_=-1,this.behindLiveEdge_=!0,this.timeupdateSeen_=!1,this.seekedBehindLive_=!1,this.nextSeekedFromUser_=!1,this.clearInterval(this.trackingInterval_),this.trackingInterval_=null,this.off(this.player_,["play","pause"],this.trackLiveHandler_),this.off(this.player_,"seeked",this.handleSeeked_),this.off(this.player_,"play",this.handlePlay_),this.off(this.player_,"timeupdate",this.handleFirstTimeupdate_),this.off(this.player_,"timeupdate",this.seekToLiveEdge_)}nextSeekedFromUser(){this.nextSeekedFromUser_=!0}stopTracking(){this.isTracking()&&(this.reset_(),this.trigger("liveedgechange"))}seekableEnd(){const e=this.player_.seekable(),t=[];let n=e?e.length:0;for(;n--;)t.push(e.end(n));return t.length?t.sort()[t.length-1]:1/0}seekableStart(){const e=this.player_.seekable(),t=[];let n=e?e.length:0;for(;n--;)t.push(e.start(n));return t.length?t.sort()[0]:0}liveWindow(){const e=this.liveCurrentTime();return e===1/0?0:e-this.seekableStart()}isLive(){return this.isTracking()}atLiveEdge(){return!this.behindLiveEdge()}liveCurrentTime(){return this.pastSeekEnd()+this.seekableEnd()}pastSeekEnd(){const e=this.seekableEnd();return this.lastSeekEnd_!==-1&&e!==this.lastSeekEnd_&&(this.pastSeekEnd_=0),this.lastSeekEnd_=e,this.pastSeekEnd_}behindLiveEdge(){return this.behindLiveEdge_}isTracking(){return typeof this.trackingInterval_=="number"}seekToLiveEdge(){this.seekedBehindLive_=!1,!this.atLiveEdge()&&(this.nextSeekedFromUser_=!1,this.player_.currentTime(this.liveCurrentTime()))}dispose(){this.stopTracking(),super.dispose()}}ue.registerComponent("LiveTracker",zx);class Gx extends ue{constructor(e,t){super(e,t),this.on("statechanged",n=>this.updateDom_()),this.updateDom_()}createEl(){return this.els={title:Me("div",{className:"vjs-title-bar-title",id:`vjs-title-bar-title-${bi()}`}),description:Me("div",{className:"vjs-title-bar-description",id:`vjs-title-bar-description-${bi()}`})},Me("div",{className:"vjs-title-bar"},{},Yh(this.els))}updateDom_(){const e=this.player_.tech_,t=e&&e.el_,n={title:"aria-labelledby",description:"aria-describedby"};["title","description"].forEach(s=>{const a=this.state[s],o=this.els[s],l=n[s];Va(o),a&&bn(o,a),t&&(t.removeAttribute(l),a&&t.setAttribute(l,o.id))}),this.state.title||this.state.description?this.show():this.hide()}update(e){this.setState(e)}dispose(){const e=this.player_.tech_,t=e&&e.el_;t&&(t.removeAttribute("aria-labelledby"),t.removeAttribute("aria-describedby")),super.dispose(),this.els=null}}ue.registerComponent("TitleBar",Gx);const Wx={initialDisplay:4e3,position:[],takeFocus:!1};class Yx extends zt{constructor(e,t){t=ot(Wx,t),super(e,t),this.controlText(t.controlText),this.hide(),this.on(this.player_,["useractive","userinactive"],n=>{this.removeClass("force-display")})}buildCSSClass(){return`vjs-transient-button focus-visible ${this.options_.position.map(e=>`vjs-${e}`).join(" ")}`}createEl(){const e=Me("button",{},{type:"button",class:this.buildCSSClass()},Me("span"));return this.controlTextEl_=e.querySelector("span"),e}show(){super.show(),this.addClass("force-display"),this.options_.takeFocus&&this.el().focus({preventScroll:!0}),this.forceDisplayTimeout=this.player_.setTimeout(()=>{this.removeClass("force-display")},this.options_.initialDisplay)}hide(){this.removeClass("force-display"),super.hide()}dispose(){this.player_.clearTimeout(this.forceDisplayTimeout),super.dispose()}}ue.registerComponent("TransientButton",Yx);const pl=r=>{const e=r.el();if(e.hasAttribute("src"))return r.triggerSourceset(e.src),!0;const t=r.$$("source"),n=[];let s="";if(!t.length)return!1;for(let a=0;a<t.length;a++){const o=t[a].src;o&&n.indexOf(o)===-1&&n.push(o)}return n.length?(n.length===1&&(s=n[0]),r.triggerSourceset(s),!0):!1},Xx=Object.defineProperty({},"innerHTML",{get(){return this.cloneNode(!0).innerHTML},set(r){const e=ge.createElement(this.nodeName.toLowerCase());e.innerHTML=r;const t=ge.createDocumentFragment();for(;e.childNodes.length;)t.appendChild(e.childNodes[0]);return this.innerText="",W.Element.prototype.appendChild.call(this,t),this.innerHTML}}),af=(r,e)=>{let t={};for(let n=0;n<r.length&&(t=Object.getOwnPropertyDescriptor(r[n],e),!(t&&t.set&&t.get));n++);return t.enumerable=!0,t.configurable=!0,t},Kx=r=>af([r.el(),W.HTMLMediaElement.prototype,W.Element.prototype,Xx],"innerHTML"),Rd=function(r){const e=r.el();if(e.resetSourceWatch_)return;const t={},n=Kx(r),s=a=>(...o)=>{const l=a.apply(e,o);return pl(r),l};["append","appendChild","insertAdjacentHTML"].forEach(a=>{e[a]&&(t[a]=e[a],e[a]=s(t[a]))}),Object.defineProperty(e,"innerHTML",ot(n,{set:s(n.set)})),e.resetSourceWatch_=()=>{e.resetSourceWatch_=null,Object.keys(t).forEach(a=>{e[a]=t[a]}),Object.defineProperty(e,"innerHTML",n)},r.one("sourceset",e.resetSourceWatch_)},Qx=Object.defineProperty({},"src",{get(){return this.hasAttribute("src")?w0(W.Element.prototype.getAttribute.call(this,"src")):""},set(r){return W.Element.prototype.setAttribute.call(this,"src",r),r}}),Zx=r=>af([r.el(),W.HTMLMediaElement.prototype,Qx],"src"),Jx=function(r){if(!r.featuresSourceset)return;const e=r.el();if(e.resetSourceset_)return;const t=Zx(r),n=e.setAttribute,s=e.load;Object.defineProperty(e,"src",ot(t,{set:a=>{const o=t.set.call(e,a);return r.triggerSourceset(e.src),o}})),e.setAttribute=(a,o)=>{const l=n.call(e,a,o);return/src/i.test(a)&&r.triggerSourceset(e.src),l},e.load=()=>{const a=s.call(e);return pl(r)||(r.triggerSourceset(""),Rd(r)),a},e.currentSrc?r.triggerSourceset(e.currentSrc):pl(r)||Rd(r),e.resetSourceset_=()=>{e.resetSourceset_=null,e.load=s,e.setAttribute=n,Object.defineProperty(e,"src",t),e.resetSourceWatch_&&e.resetSourceWatch_()}};class Se extends Fe{constructor(e,t){super(e,t);const n=e.source;let s=!1;if(this.featuresVideoFrameCallback=this.featuresVideoFrameCallback&&this.el_.tagName==="VIDEO",n&&(this.el_.currentSrc!==n.src||e.tag&&e.tag.initNetworkState_===3)?this.setSource(n):this.handleLateInit_(this.el_),e.enableSourceset&&this.setupSourcesetHandling_(),this.isScrubbing_=!1,this.el_.hasChildNodes()){const a=this.el_.childNodes;let o=a.length;const l=[];for(;o--;){const c=a[o];c.nodeName.toLowerCase()==="track"&&(this.featuresNativeTextTracks?(this.remoteTextTrackEls().addTrackElement_(c),this.remoteTextTracks().addTrack(c.track),this.textTracks().addTrack(c.track),!s&&!this.el_.hasAttribute("crossorigin")&&qa(c.src)&&(s=!0)):l.push(c))}for(let c=0;c<l.length;c++)this.el_.removeChild(l[c])}this.proxyNativeTracks_(),this.featuresNativeTextTracks&&s&&We.warn(`Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.
|
|
180
|
+
This may prevent text tracks from loading.`),this.restoreMetadataTracksInIOSNativePlayer_(),(ss||Ba)&&e.nativeControlsForTouch===!0&&this.setControls(!0),this.proxyWebkitFullscreen_(),this.triggerReady()}dispose(){this.el_&&this.el_.resetSourceset_&&this.el_.resetSourceset_(),Se.disposeMediaElement(this.el_),this.options_=null,super.dispose()}setupSourcesetHandling_(){Jx(this)}restoreMetadataTracksInIOSNativePlayer_(){const e=this.textTracks();let t;const n=()=>{t=[];for(let a=0;a<e.length;a++){const o=e[a];o.kind==="metadata"&&t.push({track:o,storedMode:o.mode})}};n(),e.addEventListener("change",n),this.on("dispose",()=>e.removeEventListener("change",n));const s=()=>{for(let a=0;a<t.length;a++){const o=t[a];o.track.mode==="disabled"&&o.track.mode!==o.storedMode&&(o.track.mode=o.storedMode)}e.removeEventListener("change",s)};this.on("webkitbeginfullscreen",()=>{e.removeEventListener("change",n),e.removeEventListener("change",s),e.addEventListener("change",s)}),this.on("webkitendfullscreen",()=>{e.removeEventListener("change",n),e.addEventListener("change",n),e.removeEventListener("change",s)})}overrideNative_(e,t){if(t!==this[`featuresNative${e}Tracks`])return;const n=e.toLowerCase();this[`${n}TracksListeners_`]&&Object.keys(this[`${n}TracksListeners_`]).forEach(s=>{this.el()[`${n}Tracks`].removeEventListener(s,this[`${n}TracksListeners_`][s])}),this[`featuresNative${e}Tracks`]=!t,this[`${n}TracksListeners_`]=null,this.proxyNativeTracksForType_(n)}overrideNativeAudioTracks(e){this.overrideNative_("Audio",e)}overrideNativeVideoTracks(e){this.overrideNative_("Video",e)}proxyNativeTracksForType_(e){const t=yi[e],n=this.el()[t.getterName],s=this[t.getterName]();if(!this[`featuresNative${t.capitalName}Tracks`]||!n||!n.addEventListener)return;const a={change:l=>{const c={type:"change",target:s,currentTarget:s,srcElement:s};s.trigger(c),e==="text"&&this[pr.remoteText.getterName]().trigger(c)},addtrack(l){s.addTrack(l.track)},removetrack(l){s.removeTrack(l.track)}},o=function(){const l=[];for(let c=0;c<s.length;c++){let d=!1;for(let g=0;g<n.length;g++)if(n[g]===s[c]){d=!0;break}d||l.push(s[c])}for(;l.length;)s.removeTrack(l.shift())};this[t.getterName+"Listeners_"]=a,Object.keys(a).forEach(l=>{const c=a[l];n.addEventListener(l,c),this.on("dispose",d=>n.removeEventListener(l,c))}),this.on("loadstart",o),this.on("dispose",l=>this.off("loadstart",o))}proxyNativeTracks_(){yi.names.forEach(e=>{this.proxyNativeTracksForType_(e)})}createEl(){let e=this.options_.tag;if(!e||!(this.options_.playerElIngest||this.movingMediaElementInDOM)){if(e){const n=e.cloneNode(!0);e.parentNode&&e.parentNode.insertBefore(n,e),Se.disposeMediaElement(e),e=n}else{e=ge.createElement("video");const n=this.options_.tag&&fn(this.options_.tag),s=ot({},n);(!ss||this.options_.nativeControlsForTouch!==!0)&&delete s.controls,n0(e,Object.assign(s,{id:this.options_.techId,class:"vjs-tech"}))}e.playerId=this.options_.playerId}typeof this.options_.preload<"u"&&dr(e,"preload",this.options_.preload),this.options_.disablePictureInPicture!==void 0&&(e.disablePictureInPicture=this.options_.disablePictureInPicture);const t=["loop","muted","playsinline","autoplay"];for(let n=0;n<t.length;n++){const s=t[n],a=this.options_[s];typeof a<"u"&&(a?dr(e,s,s):Pa(e,s),e[s]=a)}return e}handleLateInit_(e){if(e.networkState===0||e.networkState===3)return;if(e.readyState===0){let n=!1;const s=function(){n=!0};this.on("loadstart",s);const a=function(){n||this.trigger("loadstart")};this.on("loadedmetadata",a),this.ready(function(){this.off("loadstart",s),this.off("loadedmetadata",a),n||this.trigger("loadstart")});return}const t=["loadstart"];t.push("loadedmetadata"),e.readyState>=2&&t.push("loadeddata"),e.readyState>=3&&t.push("canplay"),e.readyState>=4&&t.push("canplaythrough"),this.ready(function(){t.forEach(function(n){this.trigger(n)},this)})}setScrubbing(e){this.isScrubbing_=e}scrubbing(){return this.isScrubbing_}setCurrentTime(e){try{this.isScrubbing_&&this.el_.fastSeek&&La?this.el_.fastSeek(e):this.el_.currentTime=e}catch(t){We(t,"Video is not ready. (Video.js)")}}duration(){if(this.el_.duration===1/0&&Li&&Wi&&this.el_.currentTime===0){const e=()=>{this.el_.currentTime>0&&(this.el_.duration===1/0&&this.trigger("durationchange"),this.off("timeupdate",e))};return this.on("timeupdate",e),NaN}return this.el_.duration||NaN}width(){return this.el_.offsetWidth}height(){return this.el_.offsetHeight}proxyWebkitFullscreen_(){if(!("webkitDisplayingFullscreen"in this.el_))return;const e=function(){this.trigger("fullscreenchange",{isFullscreen:!1}),this.el_.controls&&!this.options_.nativeControlsForTouch&&this.controls()&&(this.el_.controls=!1)},t=function(){"webkitPresentationMode"in this.el_&&this.el_.webkitPresentationMode!=="picture-in-picture"&&(this.one("webkitendfullscreen",e),this.trigger("fullscreenchange",{isFullscreen:!0,nativeIOSFullscreen:!0}))};this.on("webkitbeginfullscreen",t),this.on("dispose",()=>{this.off("webkitbeginfullscreen",t),this.off("webkitendfullscreen",e)})}supportsFullScreen(){return typeof this.el_.webkitEnterFullScreen=="function"}enterFullScreen(){const e=this.el_;if(e.paused&&e.networkState<=e.HAVE_METADATA)Ui(this.el_.play()),this.setTimeout(function(){e.pause();try{e.webkitEnterFullScreen()}catch(t){this.trigger("fullscreenerror",t)}},0);else try{e.webkitEnterFullScreen()}catch(t){this.trigger("fullscreenerror",t)}}exitFullScreen(){if(!this.el_.webkitDisplayingFullscreen){this.trigger("fullscreenerror",new Error("The video is not fullscreen"));return}this.el_.webkitExitFullScreen()}requestPictureInPicture(){return this.el_.requestPictureInPicture()}requestVideoFrameCallback(e){return this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.requestVideoFrameCallback(e):super.requestVideoFrameCallback(e)}cancelVideoFrameCallback(e){this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.cancelVideoFrameCallback(e):super.cancelVideoFrameCallback(e)}src(e){if(e===void 0)return this.el_.src;this.setSrc(e)}addSourceElement(e,t){if(!e)return We.error("Invalid source URL."),!1;const n={src:e};t&&(n.type=t);const s=Me("source",{},n);return this.el_.appendChild(s),!0}removeSourceElement(e){if(!e)return We.error("Source URL is required to remove the source element."),!1;const t=this.el_.querySelectorAll("source");for(const n of t)if(n.src===e)return this.el_.removeChild(n),!0;return We.warn(`No matching source element found with src: ${e}`),!1}reset(){Se.resetMediaElement(this.el_)}currentSrc(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc}setControls(e){this.el_.controls=!!e}addTextTrack(e,t,n){return this.featuresNativeTextTracks?this.el_.addTextTrack(e,t,n):super.addTextTrack(e,t,n)}createRemoteTextTrack(e){if(!this.featuresNativeTextTracks)return super.createRemoteTextTrack(e);const t=ge.createElement("track");return e.kind&&(t.kind=e.kind),e.label&&(t.label=e.label),(e.language||e.srclang)&&(t.srclang=e.language||e.srclang),e.default&&(t.default=e.default),e.id&&(t.id=e.id),e.src&&(t.src=e.src),t}addRemoteTextTrack(e,t){const n=super.addRemoteTextTrack(e,t);return this.featuresNativeTextTracks&&this.el().appendChild(n),n}removeRemoteTextTrack(e){if(super.removeRemoteTextTrack(e),this.featuresNativeTextTracks){const t=this.$$("track");let n=t.length;for(;n--;)(e===t[n]||e===t[n].track)&&this.el().removeChild(t[n])}}getVideoPlaybackQuality(){if(typeof this.el().getVideoPlaybackQuality=="function")return this.el().getVideoPlaybackQuality();const e={};return typeof this.el().webkitDroppedFrameCount<"u"&&typeof this.el().webkitDecodedFrameCount<"u"&&(e.droppedVideoFrames=this.el().webkitDroppedFrameCount,e.totalVideoFrames=this.el().webkitDecodedFrameCount),W.performance&&(e.creationTime=W.performance.now()),e}}Na(Se,"TEST_VID",function(){if(!gr())return;const r=ge.createElement("video"),e=ge.createElement("track");return e.kind="captions",e.srclang="en",e.label="English",r.appendChild(e),r});Se.isSupported=function(){try{Se.TEST_VID.volume=.5}catch{return!1}return!!(Se.TEST_VID&&Se.TEST_VID.canPlayType)};Se.canPlayType=function(r){return Se.TEST_VID.canPlayType(r)};Se.canPlaySource=function(r,e){return Se.canPlayType(r.type)};Se.canControlVolume=function(){try{const r=Se.TEST_VID.volume;Se.TEST_VID.volume=r/2+.1;const e=r!==Se.TEST_VID.volume;return e&&jt?(W.setTimeout(()=>{Se&&Se.prototype&&(Se.prototype.featuresVolumeControl=r!==Se.TEST_VID.volume)}),!1):e}catch{return!1}};Se.canMuteVolume=function(){try{const r=Se.TEST_VID.muted;return Se.TEST_VID.muted=!r,Se.TEST_VID.muted?dr(Se.TEST_VID,"muted","muted"):Pa(Se.TEST_VID,"muted","muted"),r!==Se.TEST_VID.muted}catch{return!1}};Se.canControlPlaybackRate=function(){if(Li&&Wi&&Ia<58)return!1;try{const r=Se.TEST_VID.playbackRate;return Se.TEST_VID.playbackRate=r/2+.1,r!==Se.TEST_VID.playbackRate}catch{return!1}};Se.canOverrideAttributes=function(){try{const r=()=>{};Object.defineProperty(ge.createElement("video"),"src",{get:r,set:r}),Object.defineProperty(ge.createElement("audio"),"src",{get:r,set:r}),Object.defineProperty(ge.createElement("video"),"innerHTML",{get:r,set:r}),Object.defineProperty(ge.createElement("audio"),"innerHTML",{get:r,set:r})}catch{return!1}return!0};Se.supportsNativeTextTracks=function(){return La||jt&&Wi};Se.supportsNativeVideoTracks=function(){return!!(Se.TEST_VID&&Se.TEST_VID.videoTracks)};Se.supportsNativeAudioTracks=function(){return!!(Se.TEST_VID&&Se.TEST_VID.audioTracks)};Se.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"];[["featuresMuteControl","canMuteVolume"],["featuresPlaybackRate","canControlPlaybackRate"],["featuresSourceset","canOverrideAttributes"],["featuresNativeTextTracks","supportsNativeTextTracks"],["featuresNativeVideoTracks","supportsNativeVideoTracks"],["featuresNativeAudioTracks","supportsNativeAudioTracks"]].forEach(function([r,e]){Na(Se.prototype,r,()=>Se[e](),!0)});Se.prototype.featuresVolumeControl=Se.canControlVolume();Se.prototype.movingMediaElementInDOM=!jt;Se.prototype.featuresFullscreenResize=!0;Se.prototype.featuresProgressEvents=!0;Se.prototype.featuresTimeupdateEvents=!0;Se.prototype.featuresVideoFrameCallback=!!(Se.TEST_VID&&Se.TEST_VID.requestVideoFrameCallback);Se.disposeMediaElement=function(r){if(r){for(r.parentNode&&r.parentNode.removeChild(r);r.hasChildNodes();)r.removeChild(r.firstChild);r.removeAttribute("src"),typeof r.load=="function"&&(function(){try{r.load()}catch{}})()}};Se.resetMediaElement=function(r){if(!r)return;const e=r.querySelectorAll("source");let t=e.length;for(;t--;)r.removeChild(e[t]);r.removeAttribute("src"),typeof r.load=="function"&&(function(){try{r.load()}catch{}})()};["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach(function(r){Se.prototype[r]=function(){return this.el_[r]||this.el_.hasAttribute(r)}});["muted","defaultMuted","autoplay","loop","playsinline"].forEach(function(r){Se.prototype["set"+yt(r)]=function(e){this.el_[r]=e,e?this.el_.setAttribute(r,r):this.el_.removeAttribute(r)}});["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","disablePictureInPicture","played","networkState","readyState","videoWidth","videoHeight","crossOrigin"].forEach(function(r){Se.prototype[r]=function(){return this.el_[r]}});["volume","src","poster","preload","playbackRate","defaultPlaybackRate","disablePictureInPicture","crossOrigin"].forEach(function(r){Se.prototype["set"+yt(r)]=function(e){this.el_[r]=e}});["pause","load","play"].forEach(function(r){Se.prototype[r]=function(){return this.el_[r]()}});Fe.withSourceHandlers(Se);Se.nativeSourceHandler={};Se.nativeSourceHandler.canPlayType=function(r){try{return Se.TEST_VID.canPlayType(r)}catch{return""}};Se.nativeSourceHandler.canHandleSource=function(r,e){if(r.type)return Se.nativeSourceHandler.canPlayType(r.type);if(r.src){const t=Kl(r.src);return Se.nativeSourceHandler.canPlayType(`video/${t}`)}return""};Se.nativeSourceHandler.handleSource=function(r,e,t){e.setSrc(r.src)};Se.nativeSourceHandler.dispose=function(){};Se.registerSourceHandler(Se.nativeSourceHandler);Fe.registerTech("Html5",Se);const of=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],Go={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},ml=["tiny","xsmall","small","medium","large","xlarge","huge"],Js={};ml.forEach(r=>{const e=r.charAt(0)==="x"?`x-${r.substring(1)}`:r;Js[r]=`vjs-layout-${e}`});const eC={tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0};class nt extends ue{constructor(e,t,n){if(e.id=e.id||t.id||`vjs_video_${bi()}`,t=Object.assign(nt.getTagSettings(e),t),t.initChildren=!1,t.createEl=!1,t.evented=!1,t.reportTouchActivity=!1,!t.language){const o=e.closest("[lang]");o&&(t.language=o.getAttribute("lang"))}if(super(null,t,n),this.boundDocumentFullscreenChange_=o=>this.documentFullscreenChange_(o),this.boundFullWindowOnEscKey_=o=>this.fullWindowOnEscKey(o),this.boundUpdateStyleEl_=o=>this.updateStyleEl_(o),this.boundApplyInitTime_=o=>this.applyInitTime_(o),this.boundUpdateCurrentBreakpoint_=o=>this.updateCurrentBreakpoint_(o),this.boundHandleTechClick_=o=>this.handleTechClick_(o),this.boundHandleTechDoubleClick_=o=>this.handleTechDoubleClick_(o),this.boundHandleTechTouchStart_=o=>this.handleTechTouchStart_(o),this.boundHandleTechTouchMove_=o=>this.handleTechTouchMove_(o),this.boundHandleTechTouchEnd_=o=>this.handleTechTouchEnd_(o),this.boundHandleTechTap_=o=>this.handleTechTap_(o),this.boundUpdatePlayerHeightOnAudioOnlyMode_=o=>this.updatePlayerHeightOnAudioOnlyMode_(o),this.isFullscreen_=!1,this.log=zh(this.id_),this.fsApi_=sa,this.isPosterFromTech_=!1,this.queuedCallbacks_=[],this.isReady_=!1,this.hasStarted_=!1,this.userActive_=!1,this.debugEnabled_=!1,this.audioOnlyMode_=!1,this.audioPosterMode_=!1,this.audioOnlyCache_={controlBarHeight:null,playerHeight:null,hiddenChildren:[]},!this.options_||!this.options_.techOrder||!this.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(this.tag=e,this.tagAttributes=e&&fn(e),this.language(this.options_.language),t.languages){const o={};Object.getOwnPropertyNames(t.languages).forEach(function(l){o[l.toLowerCase()]=t.languages[l]}),this.languages_=o}else this.languages_=nt.prototype.options_.languages;this.resetCache_(),this.poster_=t.poster||"",this.controls_=!!t.controls,e.controls=!1,e.removeAttribute("controls"),this.changingSrc_=!1,this.playCallbacks_=[],this.playTerminatedQueue_=[],e.hasAttribute("autoplay")?this.autoplay(!0):this.autoplay(this.options_.autoplay),t.plugins&&Object.keys(t.plugins).forEach(o=>{if(typeof this[o]!="function")throw new Error(`plugin "${o}" does not exist`)}),this.scrubbing_=!1,this.el_=this.createEl(),zl(this,{eventBusKey:"el_"}),this.fsApi_.requestFullscreen&&(mi(ge,this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_),this.on(this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_)),this.fluid_&&this.on(["playerreset","resize"],this.boundUpdateStyleEl_);const s=ot(this.options_);if(t.plugins&&Object.keys(t.plugins).forEach(o=>{this[o](t.plugins[o])}),t.debug&&this.debug(!0),this.options_.playerOptions=s,this.middleware_=[],this.playbackRates(t.playbackRates),t.experimentalSvgIcons){const l=new W.DOMParser().parseFromString(Cx,"image/svg+xml");if(l.querySelector("parsererror"))We.warn("Failed to load SVG Icons. Falling back to Font Icons."),this.options_.experimentalSvgIcons=null;else{const d=l.documentElement;d.style.display="none",this.el_.appendChild(d),this.addClass("vjs-svg-icons-enabled")}}this.initChildren(),this.isAudio(e.nodeName.toLowerCase()==="audio"),this.controls()?this.addClass("vjs-controls-enabled"):this.addClass("vjs-controls-disabled"),this.el_.setAttribute("role","region"),this.isAudio()?this.el_.setAttribute("aria-label",this.localize("Audio Player")):this.el_.setAttribute("aria-label",this.localize("Video Player")),this.isAudio()&&this.addClass("vjs-audio"),t.spatialNavigation&&t.spatialNavigation.enabled&&(this.spatialNavigation=new Sx(this),this.addClass("vjs-spatial-navigation-enabled")),ss&&this.addClass("vjs-touch-enabled"),jt||this.addClass("vjs-workinghover"),nt.players[this.id_]=this;const a=rl.split(".")[0];this.addClass(`vjs-v${a}`),this.userActive(!0),this.reportUserActivity(),this.one("play",o=>this.listenForUserActivity_(o)),this.on("keydown",o=>this.handleKeyDown(o)),this.on("languagechange",o=>this.handleLanguagechange(o)),this.breakpoints(this.options_.breakpoints),this.responsive(this.options_.responsive),this.on("ready",()=>{this.audioPosterMode(this.options_.audioPosterMode),this.audioOnlyMode(this.options_.audioOnlyMode)})}dispose(){this.trigger("dispose"),this.off("dispose"),Ht(ge,this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_),Ht(ge,"keydown",this.boundFullWindowOnEscKey_),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),nt.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),_x(this),Jt.names.forEach(e=>{const t=Jt[e],n=this[t.getterName]();n&&n.off&&n.off()}),super.dispose({restoreEl:this.options_.restoreEl})}createEl(){let e=this.tag,t,n=this.playerElIngest_=e.parentNode&&e.parentNode.hasAttribute&&e.parentNode.hasAttribute("data-vjs-player");const s=this.tag.tagName.toLowerCase()==="video-js";n?t=this.el_=e.parentNode:s||(t=this.el_=super.createEl("div"));const a=fn(e);if(s){for(t=this.el_=e,e=this.tag=ge.createElement("video");t.children.length;)e.appendChild(t.firstChild);Zr(t,"video-js")||Ln(t,"video-js"),t.appendChild(e),n=this.playerElIngest_=t,Object.keys(t).forEach(c=>{try{e[c]=t[c]}catch{}})}e.setAttribute("tabindex","-1"),a.tabindex="-1",Wi&&Oa&&(e.setAttribute("role","application"),a.role="application"),e.removeAttribute("width"),e.removeAttribute("height"),"width"in a&&delete a.width,"height"in a&&delete a.height,Object.getOwnPropertyNames(a).forEach(function(c){s&&c==="class"||t.setAttribute(c,a[c]),s&&e.setAttribute(c,a[c])}),e.playerId=e.id,e.id+="_html5_api",e.className="vjs-tech",e.player=t.player=this,this.addClass("vjs-paused");const o=["IS_SMART_TV","IS_TIZEN","IS_WEBOS","IS_ANDROID","IS_IPAD","IS_IPHONE","IS_CHROMECAST_RECEIVER"].filter(c=>Jh[c]).map(c=>"vjs-device-"+c.substring(3).toLowerCase().replace(/\_/g,"-"));if(this.addClass(...o),W.VIDEOJS_NO_DYNAMIC_STYLE!==!0){this.styleEl_=p0("vjs-styles-dimensions");const c=Tn(".vjs-styles-defaults"),d=Tn("head");d.insertBefore(this.styleEl_,c?c.nextSibling:d.firstChild)}this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio),this.crossOrigin(this.options_.crossOrigin||this.options_.crossorigin);const l=e.getElementsByTagName("a");for(let c=0;c<l.length;c++){const d=l.item(c);Ln(d,"vjs-hidden"),d.setAttribute("hidden","hidden")}return e.initNetworkState_=e.networkState,e.parentNode&&!n&&e.parentNode.insertBefore(t,e),al(e,t),this.children_.unshift(e),this.el_.setAttribute("lang",this.language_),this.el_.setAttribute("translate","no"),this.el_=t,t}crossOrigin(e){if(typeof e>"u")return this.techGet_("crossOrigin");if(e!==null&&e!=="anonymous"&&e!=="use-credentials"){We.warn(`crossOrigin must be null, "anonymous" or "use-credentials", given "${e}"`);return}this.techCall_("setCrossOrigin",e),this.posterImage&&this.posterImage.crossOrigin(e)}width(e){return this.dimension("width",e)}height(e){return this.dimension("height",e)}dimension(e,t){const n=e+"_";if(t===void 0)return this[n]||0;if(t===""||t==="auto"){this[n]=void 0,this.updateStyleEl_();return}const s=parseFloat(t);if(isNaN(s)){We.error(`Improper value "${t}" supplied for for ${e}`);return}this[n]=s,this.updateStyleEl_()}fluid(e){if(e===void 0)return!!this.fluid_;this.fluid_=!!e,sn(this)&&this.off(["playerreset","resize"],this.boundUpdateStyleEl_),e?(this.addClass("vjs-fluid"),this.fill(!1),Q8(this,()=>{this.on(["playerreset","resize"],this.boundUpdateStyleEl_)})):this.removeClass("vjs-fluid"),this.updateStyleEl_()}fill(e){if(e===void 0)return!!this.fill_;this.fill_=!!e,e?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")}aspectRatio(e){if(e===void 0)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(e))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=e,this.fluid(!0),this.updateStyleEl_()}updateStyleEl_(){if(W.VIDEOJS_NO_DYNAMIC_STYLE===!0){const l=typeof this.width_=="number"?this.width_:this.options_.width,c=typeof this.height_=="number"?this.height_:this.options_.height,d=this.tech_&&this.tech_.el();d&&(l>=0&&(d.width=l),c>=0&&(d.height=c));return}let e,t,n,s;this.aspectRatio_!==void 0&&this.aspectRatio_!=="auto"?n=this.aspectRatio_:this.videoWidth()>0?n=this.videoWidth()+":"+this.videoHeight():n="16:9";const a=n.split(":"),o=a[1]/a[0];this.width_!==void 0?e=this.width_:this.height_!==void 0?e=this.height_/o:e=this.videoWidth()||300,this.height_!==void 0?t=this.height_:t=e*o,/^[^a-zA-Z]/.test(this.id())?s="dimensions-"+this.id():s=this.id()+"-dimensions",this.addClass(s),m0(this.styleEl_,`
|
|
181
|
+
.${s} {
|
|
182
|
+
width: ${e}px;
|
|
183
|
+
height: ${t}px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.${s}.vjs-fluid:not(.vjs-audio-only-mode) {
|
|
187
|
+
padding-top: ${o*100}%;
|
|
188
|
+
}
|
|
189
|
+
`)}loadTech_(e,t){this.tech_&&this.unloadTech_();const n=yt(e),s=e.charAt(0).toLowerCase()+e.slice(1);n!=="Html5"&&this.tag&&(Fe.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=n,this.isReady_=!1;let a=this.autoplay();(typeof this.autoplay()=="string"||this.autoplay()===!0&&this.options_.normalizeAutoplay)&&(a=!1);const o={source:t,autoplay:a,nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:`${this.id()}_${s}_api`,playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,disablePictureInPicture:this.options_.disablePictureInPicture,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],canOverridePoster:!!this.options_.techCanOverridePoster,enableSourceset:this.options_.enableSourceset};Jt.names.forEach(c=>{const d=Jt[c];o[d.getterName]=this[d.privateName]}),Object.assign(o,this.options_[n]),Object.assign(o,this.options_[s]),Object.assign(o,this.options_[e.toLowerCase()]),this.tag&&(o.tag=this.tag),t&&t.src===this.cache_.src&&this.cache_.currentTime>0&&(o.startTime=this.cache_.currentTime);const l=Fe.getTech(e);if(!l)throw new Error(`No Tech named '${n}' exists! '${n}' should be registered using videojs.registerTech()'`);this.tech_=new l(o),this.tech_.ready(ut(this,this.handleTechReady_),!0),hl.jsonToTextTracks(this.textTracksJson_||[],this.tech_),of.forEach(c=>{this.on(this.tech_,c,d=>this[`handleTech${yt(c)}_`](d))}),Object.keys(Go).forEach(c=>{this.on(this.tech_,c,d=>{if(this.tech_.playbackRate()===0&&this.tech_.seeking()){this.queuedCallbacks_.push({callback:this[`handleTech${Go[c]}_`].bind(this),event:d});return}this[`handleTech${Go[c]}_`](d)})}),this.on(this.tech_,"loadstart",c=>this.handleTechLoadStart_(c)),this.on(this.tech_,"sourceset",c=>this.handleTechSourceset_(c)),this.on(this.tech_,"waiting",c=>this.handleTechWaiting_(c)),this.on(this.tech_,"ended",c=>this.handleTechEnded_(c)),this.on(this.tech_,"seeking",c=>this.handleTechSeeking_(c)),this.on(this.tech_,"play",c=>this.handleTechPlay_(c)),this.on(this.tech_,"pause",c=>this.handleTechPause_(c)),this.on(this.tech_,"durationchange",c=>this.handleTechDurationChange_(c)),this.on(this.tech_,"fullscreenchange",(c,d)=>this.handleTechFullscreenChange_(c,d)),this.on(this.tech_,"fullscreenerror",(c,d)=>this.handleTechFullscreenError_(c,d)),this.on(this.tech_,"enterpictureinpicture",c=>this.handleTechEnterPictureInPicture_(c)),this.on(this.tech_,"leavepictureinpicture",c=>this.handleTechLeavePictureInPicture_(c)),this.on(this.tech_,"error",c=>this.handleTechError_(c)),this.on(this.tech_,"posterchange",c=>this.handleTechPosterChange_(c)),this.on(this.tech_,"textdata",c=>this.handleTechTextData_(c)),this.on(this.tech_,"ratechange",c=>this.handleTechRateChange_(c)),this.on(this.tech_,"loadedmetadata",this.boundUpdateStyleEl_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode!==this.el()&&(n!=="Html5"||!this.tag)&&al(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)}unloadTech_(){Jt.names.forEach(e=>{const t=Jt[e];this[t.privateName]=this[t.getterName]()}),this.textTracksJson_=hl.textTracksToJson(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1}tech(e){return e===void 0&&We.warn(`Using the tech directly can be dangerous. I hope you know what you're doing.
|
|
190
|
+
See https://github.com/videojs/video.js/issues/2617 for more info.
|
|
191
|
+
`),this.tech_}version(){return{"video.js":rl}}addTechControlsListeners_(){this.removeTechControlsListeners_(),this.on(this.tech_,"click",this.boundHandleTechClick_),this.on(this.tech_,"dblclick",this.boundHandleTechDoubleClick_),this.on(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.on(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.on(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.on(this.tech_,"tap",this.boundHandleTechTap_)}removeTechControlsListeners_(){this.off(this.tech_,"tap",this.boundHandleTechTap_),this.off(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.off(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.off(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.off(this.tech_,"click",this.boundHandleTechClick_),this.off(this.tech_,"dblclick",this.boundHandleTechDoubleClick_)}handleTechReady_(){this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_()}handleTechLoadStart_(){this.removeClass("vjs-ended","vjs-seeking"),this.error(null),this.handleTechDurationChange_(),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):this.trigger("loadstart"),this.manualAutoplay_(this.autoplay()===!0&&this.options_.normalizeAutoplay?"play":this.autoplay())}manualAutoplay_(e){if(!this.tech_||typeof e!="string")return;const t=()=>{const s=this.muted();this.muted(!0);const a=()=>{this.muted(s)};this.playTerminatedQueue_.push(a);const o=this.play();if(es(o))return o.catch(l=>{throw a(),new Error(`Rejection at manualAutoplay. Restoring muted value. ${l||""}`)})};let n;if(e==="any"&&!this.muted()?(n=this.play(),es(n)&&(n=n.catch(t))):e==="muted"&&!this.muted()?n=t():n=this.play(),!!es(n))return n.then(()=>{this.trigger({type:"autoplay-success",autoplay:e})}).catch(()=>{this.trigger({type:"autoplay-failure",autoplay:e})})}updateSourceCaches_(e=""){let t=e,n="";typeof t!="string"&&(t=e.src,n=e.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],t&&!n&&(n=xx(this,t)),this.cache_.source=ot({},e,{src:t,type:n});const s=this.cache_.sources.filter(c=>c.src&&c.src===t),a=[],o=this.$$("source"),l=[];for(let c=0;c<o.length;c++){const d=fn(o[c]);a.push(d),d.src&&d.src===t&&l.push(d.src)}l.length&&!s.length?this.cache_.sources=a:s.length||(this.cache_.sources=[this.cache_.source]),this.cache_.src=t}handleTechSourceset_(e){if(!this.changingSrc_){let t=a=>this.updateSourceCaches_(a);const n=this.currentSource().src,s=e.src;n&&!/^blob:/.test(n)&&/^blob:/.test(s)&&(!this.lastSource_||this.lastSource_.tech!==s&&this.lastSource_.player!==n)&&(t=()=>{}),t(s),e.src||this.tech_.any(["sourceset","loadstart"],a=>{if(a.type==="sourceset")return;const o=this.techGet_("currentSrc");this.lastSource_.tech=o,this.updateSourceCaches_(o)})}this.lastSource_={player:this.currentSource().src,tech:e.src},this.trigger({src:e.src,type:"sourceset"})}hasStarted(e){if(e===void 0)return this.hasStarted_;e!==this.hasStarted_&&(this.hasStarted_=e,this.hasStarted_?this.addClass("vjs-has-started"):this.removeClass("vjs-has-started"))}handleTechPlay_(){this.removeClass("vjs-ended","vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")}handleTechRateChange_(){this.tech_.playbackRate()>0&&this.cache_.lastPlaybackRate===0&&(this.queuedCallbacks_.forEach(e=>e.callback(e.event)),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")}handleTechWaiting_(){this.addClass("vjs-waiting"),this.trigger("waiting");const e=this.currentTime(),t=()=>{e!==this.currentTime()&&(this.removeClass("vjs-waiting"),this.off("timeupdate",t))};this.on("timeupdate",t)}handleTechCanPlay_(){this.removeClass("vjs-waiting"),this.trigger("canplay")}handleTechCanPlayThrough_(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")}handleTechPlaying_(){this.removeClass("vjs-waiting"),this.trigger("playing")}handleTechSeeking_(){this.addClass("vjs-seeking"),this.trigger("seeking")}handleTechSeeked_(){this.removeClass("vjs-seeking","vjs-ended"),this.trigger("seeked")}handleTechPause_(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")}handleTechEnded_(){this.addClass("vjs-ended"),this.removeClass("vjs-waiting"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")}handleTechDurationChange_(){this.duration(this.techGet_("duration"))}handleTechClick_(e){this.controls_&&(this.options_===void 0||this.options_.userActions===void 0||this.options_.userActions.click===void 0||this.options_.userActions.click!==!1)&&(this.options_!==void 0&&this.options_.userActions!==void 0&&typeof this.options_.userActions.click=="function"?this.options_.userActions.click.call(this,e):this.paused()?Ui(this.play()):this.pause())}handleTechDoubleClick_(e){if(!this.controls_)return;Array.prototype.some.call(this.$$(".vjs-control-bar, .vjs-modal-dialog"),n=>n.contains(e.target))||(this.options_===void 0||this.options_.userActions===void 0||this.options_.userActions.doubleClick===void 0||this.options_.userActions.doubleClick!==!1)&&(this.options_!==void 0&&this.options_.userActions!==void 0&&typeof this.options_.userActions.doubleClick=="function"?this.options_.userActions.doubleClick.call(this,e):this.isInPictureInPicture()&&!ge.pictureInPictureElement?this.exitPictureInPicture():this.isFullscreen()?this.exitFullscreen():this.requestFullscreen())}handleTechTap_(){this.userActive(!this.userActive())}handleTechTouchStart_(){this.userWasActive=this.userActive()}handleTechTouchMove_(){this.userWasActive&&this.reportUserActivity()}handleTechTouchEnd_(e){e.cancelable&&e.preventDefault()}toggleFullscreenClass_(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")}documentFullscreenChange_(e){const t=e.target.player;if(t&&t!==this)return;const n=this.el();let s=ge[this.fsApi_.fullscreenElement]===n;!s&&n.matches&&(s=n.matches(":"+this.fsApi_.fullscreen)),this.isFullscreen(s)}handleTechFullscreenChange_(e,t){t&&(t.nativeIOSFullscreen&&(this.addClass("vjs-ios-native-fs"),this.tech_.one("webkitendfullscreen",()=>{this.removeClass("vjs-ios-native-fs")})),this.isFullscreen(t.isFullscreen))}handleTechFullscreenError_(e,t){this.trigger("fullscreenerror",t)}togglePictureInPictureClass_(){this.isInPictureInPicture()?this.addClass("vjs-picture-in-picture"):this.removeClass("vjs-picture-in-picture")}handleTechEnterPictureInPicture_(e){this.isInPictureInPicture(!0)}handleTechLeavePictureInPicture_(e){this.isInPictureInPicture(!1)}handleTechError_(){const e=this.tech_.error();e&&this.error(e)}handleTechTextData_(){let e=null;arguments.length>1&&(e=arguments[1]),this.trigger("textdata",e)}getCache(){return this.cache_}resetCache_(){this.cache_={currentTime:0,initTime:0,inactivityTimeout:this.options_.inactivityTimeout,duration:NaN,lastVolume:1,lastPlaybackRate:this.defaultPlaybackRate(),media:null,src:"",source:{},sources:[],playbackRates:[],volume:1}}techCall_(e,t){this.ready(function(){if(e in vx)return mx(this.middleware_,this.tech_,e,t);if(e in xd)return bd(this.middleware_,this.tech_,e,t);try{this.tech_&&this.tech_[e](t)}catch(n){throw We(n),n}},!0)}techGet_(e){if(!(!this.tech_||!this.tech_.isReady_)){if(e in gx)return px(this.middleware_,this.tech_,e);if(e in xd)return bd(this.middleware_,this.tech_,e);try{return this.tech_[e]()}catch(t){throw this.tech_[e]===void 0?(We(`Video.js: ${e} method not defined for ${this.techName_} playback technology.`,t),t):t.name==="TypeError"?(We(`Video.js: ${e} unavailable on ${this.techName_} playback technology element.`,t),this.tech_.isReady_=!1,t):(We(t),t)}}}play(){return new Promise(e=>{this.play_(e)})}play_(e=Ui){this.playCallbacks_.push(e);const t=!!(!this.changingSrc_&&(this.src()||this.currentSrc())),n=!!(La||jt);if(this.waitToPlay_&&(this.off(["ready","loadstart"],this.waitToPlay_),this.waitToPlay_=null),!this.isReady_||!t){this.waitToPlay_=o=>{this.play_()},this.one(["ready","loadstart"],this.waitToPlay_),!t&&n&&this.load();return}const s=this.techGet_("play");n&&this.hasClass("vjs-ended")&&this.resetProgressBar_(),s===null?this.runPlayTerminatedQueue_():this.runPlayCallbacks_(s)}runPlayTerminatedQueue_(){const e=this.playTerminatedQueue_.slice(0);this.playTerminatedQueue_=[],e.forEach(function(t){t()})}runPlayCallbacks_(e){const t=this.playCallbacks_.slice(0);this.playCallbacks_=[],this.playTerminatedQueue_=[],t.forEach(function(n){n(e)})}pause(){this.techCall_("pause")}paused(){return this.techGet_("paused")!==!1}played(){return this.techGet_("played")||Bi(0,0)}scrubbing(e){if(typeof e>"u")return this.scrubbing_;this.scrubbing_=!!e,this.techCall_("setScrubbing",this.scrubbing_),e?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")}currentTime(e){if(e===void 0)return this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime;if(e<0&&(e=0),!this.isReady_||this.changingSrc_||!this.tech_||!this.tech_.isReady_){this.cache_.initTime=e,this.off("canplay",this.boundApplyInitTime_),this.one("canplay",this.boundApplyInitTime_);return}this.techCall_("setCurrentTime",e),this.cache_.initTime=0,isFinite(e)&&(this.cache_.currentTime=Number(e))}applyInitTime_(){this.currentTime(this.cache_.initTime)}duration(e){if(e===void 0)return this.cache_.duration!==void 0?this.cache_.duration:NaN;e=parseFloat(e),e<0&&(e=1/0),e!==this.cache_.duration&&(this.cache_.duration=e,e===1/0?this.addClass("vjs-live"):this.removeClass("vjs-live"),isNaN(e)||this.trigger("durationchange"))}remainingTime(){return this.duration()-this.currentTime()}remainingTimeDisplay(){return Math.floor(this.duration())-Math.floor(this.currentTime())}buffered(){let e=this.techGet_("buffered");return(!e||!e.length)&&(e=Bi(0,0)),e}seekable(){let e=this.techGet_("seekable");return(!e||!e.length)&&(e=Bi(0,0)),e}seeking(){return this.techGet_("seeking")}ended(){return this.techGet_("ended")}networkState(){return this.techGet_("networkState")}readyState(){return this.techGet_("readyState")}bufferedPercent(){return S0(this.buffered(),this.duration())}bufferedEnd(){const e=this.buffered(),t=this.duration();let n=e.end(e.length-1);return n>t&&(n=t),n}volume(e){let t;if(e!==void 0){t=Math.max(0,Math.min(1,e)),this.cache_.volume=t,this.techCall_("setVolume",t),t>0&&this.lastVolume_(t);return}return t=parseFloat(this.techGet_("volume")),isNaN(t)?1:t}muted(e){if(e!==void 0){this.techCall_("setMuted",e);return}return this.techGet_("muted")||!1}defaultMuted(e){return e!==void 0&&this.techCall_("setDefaultMuted",e),this.techGet_("defaultMuted")||!1}lastVolume_(e){if(e!==void 0&&e!==0){this.cache_.lastVolume=e;return}return this.cache_.lastVolume}supportsFullScreen(){return this.techGet_("supportsFullScreen")||!1}isFullscreen(e){if(e!==void 0){const t=this.isFullscreen_;this.isFullscreen_=!!e,this.isFullscreen_!==t&&this.fsApi_.prefixed&&this.trigger("fullscreenchange"),this.toggleFullscreenClass_();return}return this.isFullscreen_}requestFullscreen(e){this.isInPictureInPicture()&&this.exitPictureInPicture();const t=this;return new Promise((n,s)=>{function a(){t.off("fullscreenerror",l),t.off("fullscreenchange",o)}function o(){a(),n()}function l(d,g){a(),s(g)}t.one("fullscreenchange",o),t.one("fullscreenerror",l);const c=t.requestFullscreenHelper_(e);c&&(c.then(a,a),c.then(n,s))})}requestFullscreenHelper_(e){let t;if(this.fsApi_.prefixed||(t=this.options_.fullscreen&&this.options_.fullscreen.options||{},e!==void 0&&(t=e)),this.fsApi_.requestFullscreen){const n=this.el_[this.fsApi_.requestFullscreen](t);return n&&n.then(()=>this.isFullscreen(!0),()=>this.isFullscreen(!1)),n}else this.tech_.supportsFullScreen()&&!this.options_.preferFullWindow?this.techCall_("enterFullScreen"):this.enterFullWindow()}exitFullscreen(){const e=this;return new Promise((t,n)=>{function s(){e.off("fullscreenerror",o),e.off("fullscreenchange",a)}function a(){s(),t()}function o(c,d){s(),n(d)}e.one("fullscreenchange",a),e.one("fullscreenerror",o);const l=e.exitFullscreenHelper_();l&&(l.then(s,s),l.then(t,n))})}exitFullscreenHelper_(){if(this.fsApi_.requestFullscreen){const e=ge[this.fsApi_.exitFullscreen]();return e&&Ui(e.then(()=>this.isFullscreen(!1))),e}else this.tech_.supportsFullScreen()&&!this.options_.preferFullWindow?this.techCall_("exitFullScreen"):this.exitFullWindow()}enterFullWindow(){this.isFullscreen(!0),this.isFullWindow=!0,this.docOrigOverflow=ge.documentElement.style.overflow,mi(ge,"keydown",this.boundFullWindowOnEscKey_),ge.documentElement.style.overflow="hidden",Ln(ge.body,"vjs-full-window"),this.trigger("enterFullWindow")}fullWindowOnEscKey(e){e.key==="Escape"&&this.isFullscreen()===!0&&(this.isFullWindow?this.exitFullWindow():this.exitFullscreen())}exitFullWindow(){this.isFullscreen(!1),this.isFullWindow=!1,Ht(ge,"keydown",this.boundFullWindowOnEscKey_),ge.documentElement.style.overflow=this.docOrigOverflow,Ma(ge.body,"vjs-full-window"),this.trigger("exitFullWindow")}disablePictureInPicture(e){if(e===void 0)return this.techGet_("disablePictureInPicture");this.techCall_("setDisablePictureInPicture",e),this.options_.disablePictureInPicture=e,this.trigger("disablepictureinpicturechanged")}isInPictureInPicture(e){if(e!==void 0){this.isInPictureInPicture_=!!e,this.togglePictureInPictureClass_();return}return!!this.isInPictureInPicture_}requestPictureInPicture(){if(this.options_.enableDocumentPictureInPicture&&W.documentPictureInPicture){const e=ge.createElement(this.el().tagName);return e.classList=this.el().classList,e.classList.add("vjs-pip-container"),this.posterImage&&e.appendChild(this.posterImage.el().cloneNode(!0)),this.titleBar&&e.appendChild(this.titleBar.el().cloneNode(!0)),e.appendChild(Me("p",{className:"vjs-pip-text"},{},this.localize("Playing in picture-in-picture"))),W.documentPictureInPicture.requestWindow({width:this.videoWidth(),height:this.videoHeight()}).then(t=>(d0(t),this.el_.parentNode.insertBefore(e,this.el_),t.document.body.appendChild(this.el_),t.document.body.classList.add("vjs-pip-window"),this.player_.isInPictureInPicture(!0),this.player_.trigger({type:"enterpictureinpicture",pipWindow:t}),t.addEventListener("pagehide",n=>{const s=n.target.querySelector(".video-js");e.parentNode.replaceChild(s,e),this.player_.isInPictureInPicture(!1),this.player_.trigger("leavepictureinpicture")}),t))}return"pictureInPictureEnabled"in ge&&this.disablePictureInPicture()===!1?this.techGet_("requestPictureInPicture"):Promise.reject("No PiP mode is available")}exitPictureInPicture(){if(W.documentPictureInPicture&&W.documentPictureInPicture.window)return W.documentPictureInPicture.window.close(),Promise.resolve();if("pictureInPictureEnabled"in ge)return ge.exitPictureInPicture()}handleKeyDown(e){const{userActions:t}=this.options_;!t||!t.hotkeys||(s=>{const a=s.tagName.toLowerCase();if(s.isContentEditable)return!0;const o=["button","checkbox","hidden","radio","reset","submit"];return a==="input"?o.indexOf(s.type)===-1:["textarea"].indexOf(a)!==-1})(this.el_.ownerDocument.activeElement)||(typeof t.hotkeys=="function"?t.hotkeys.call(this,e):this.handleHotkeys(e))}handleHotkeys(e){const t=this.options_.userActions?this.options_.userActions.hotkeys:{},{fullscreenKey:n=o=>e.key.toLowerCase()==="f",muteKey:s=o=>e.key.toLowerCase()==="m",playPauseKey:a=o=>e.key.toLowerCase()==="k"||e.key.toLowerCase()===" "}=t;if(n.call(this,e)){e.preventDefault(),e.stopPropagation();const o=ue.getComponent("FullscreenToggle");ge[this.fsApi_.fullscreenEnabled]!==!1&&o.prototype.handleClick.call(this,e)}else s.call(this,e)?(e.preventDefault(),e.stopPropagation(),ue.getComponent("MuteToggle").prototype.handleClick.call(this,e)):a.call(this,e)&&(e.preventDefault(),e.stopPropagation(),ue.getComponent("PlayToggle").prototype.handleClick.call(this,e))}canPlayType(e){let t;for(let n=0,s=this.options_.techOrder;n<s.length;n++){const a=s[n];let o=Fe.getTech(a);if(o||(o=ue.getComponent(a)),!o){We.error(`The "${a}" tech is undefined. Skipped browser support check for that tech.`);continue}if(o.isSupported()&&(t=o.canPlayType(e),t))return t}return""}selectSource(e){const t=this.options_.techOrder.map(l=>[l,Fe.getTech(l)]).filter(([l,c])=>c?c.isSupported():(We.error(`The "${l}" tech is undefined. Skipped browser support check for that tech.`),!1)),n=function(l,c,d){let g;return l.some(m=>c.some(k=>{if(g=d(m,k),g)return!0})),g};let s;const a=l=>(c,d)=>l(d,c),o=([l,c],d)=>{if(c.canPlaySource(d,this.options_[l.toLowerCase()]))return{source:d,tech:l}};return this.options_.sourceOrder?s=n(e,t,a(o)):s=n(t,e,o),s||!1}handleSrc_(e,t){if(typeof e>"u")return this.cache_.src||"";this.resetRetryOnError_&&this.resetRetryOnError_();const n=N0(e);if(!n.length){this.setTimeout(function(){this.error({code:4,message:this.options_.notSupportedMessage})},0);return}if(this.changingSrc_=!0,t||(this.cache_.sources=n),this.updateSourceCaches_(n[0]),hx(this,n[0],(s,a)=>{if(this.middleware_=a,t||(this.cache_.sources=n),this.updateSourceCaches_(s),this.src_(s)){if(n.length>1)return this.handleSrc_(n.slice(1));this.changingSrc_=!1,this.setTimeout(function(){this.error({code:4,message:this.options_.notSupportedMessage})},0),this.triggerReady();return}fx(a,this.tech_)}),n.length>1){const s=()=>{this.error(null),this.handleSrc_(n.slice(1),!0)},a=()=>{this.off("error",s)};this.one("error",s),this.one("playing",a),this.resetRetryOnError_=()=>{this.off("error",s),this.off("playing",a)}}}src(e){return this.handleSrc_(e,!1)}src_(e){const t=this.selectSource([e]);return t?T0(t.tech,this.techName_)?(this.ready(function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",e):this.techCall_("src",e.src),this.changingSrc_=!1},!0),!1):(this.changingSrc_=!0,this.loadTech_(t.tech,t.source),this.tech_.ready(()=>{this.changingSrc_=!1}),!1):!0}addSourceElement(e,t){return this.tech_?this.tech_.addSourceElement(e,t):!1}removeSourceElement(e){return this.tech_?this.tech_.removeSourceElement(e):!1}load(){if(this.tech_&&this.tech_.vhs){this.src(this.currentSource());return}this.techCall_("load")}reset(){if(this.paused())this.doReset_();else{const e=this.play();Ui(e.then(()=>this.doReset_()))}}doReset_(){this.tech_&&this.tech_.clearTracks("text"),this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.resetCache_(),this.poster(""),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset"),this.resetControlBarUI_(),this.error(null),this.titleBar&&this.titleBar.update({title:void 0,description:void 0}),sn(this)&&this.trigger("playerreset")}resetControlBarUI_(){this.resetProgressBar_(),this.resetPlaybackRate_(),this.resetVolumeBar_()}resetProgressBar_(){this.currentTime(0);const{currentTimeDisplay:e,durationDisplay:t,progressControl:n,remainingTimeDisplay:s}=this.controlBar||{},{seekBar:a}=n||{};e&&e.updateContent(),t&&t.updateContent(),s&&s.updateContent(),a&&(a.update(),a.loadProgressBar&&a.loadProgressBar.update())}resetPlaybackRate_(){this.playbackRate(this.defaultPlaybackRate()),this.handleTechRateChange_()}resetVolumeBar_(){this.volume(1),this.trigger("volumechange")}currentSources(){const e=this.currentSource(),t=[];return Object.keys(e).length!==0&&t.push(e),this.cache_.sources||t}currentSource(){return this.cache_.source||{}}currentSrc(){return this.currentSource()&&this.currentSource().src||""}currentType(){return this.currentSource()&&this.currentSource().type||""}preload(e){if(e!==void 0){this.techCall_("setPreload",e),this.options_.preload=e;return}return this.techGet_("preload")}autoplay(e){if(e===void 0)return this.options_.autoplay||!1;let t;typeof e=="string"&&/(any|play|muted)/.test(e)||e===!0&&this.options_.normalizeAutoplay?(this.options_.autoplay=e,this.manualAutoplay_(typeof e=="string"?e:"play"),t=!1):e?this.options_.autoplay=!0:this.options_.autoplay=!1,t=typeof t>"u"?this.options_.autoplay:t,this.tech_&&this.techCall_("setAutoplay",t)}playsinline(e){return e!==void 0&&(this.techCall_("setPlaysinline",e),this.options_.playsinline=e),this.techGet_("playsinline")}loop(e){if(e!==void 0){this.techCall_("setLoop",e),this.options_.loop=e;return}return this.techGet_("loop")}poster(e){if(e===void 0)return this.poster_;e||(e=""),e!==this.poster_&&(this.poster_=e,this.techCall_("setPoster",e),this.isPosterFromTech_=!1,this.trigger("posterchange"))}handleTechPosterChange_(){if((!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster){const e=this.tech_.poster()||"";e!==this.poster_&&(this.poster_=e,this.isPosterFromTech_=!0,this.trigger("posterchange"))}}controls(e){if(e===void 0)return!!this.controls_;e=!!e,this.controls_!==e&&(this.controls_=e,this.usingNativeControls()&&this.techCall_("setControls",e),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))}usingNativeControls(e){if(e===void 0)return!!this.usingNativeControls_;e=!!e,this.usingNativeControls_!==e&&(this.usingNativeControls_=e,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))}error(e){if(e===void 0)return this.error_||null;if(_n("beforeerror").forEach(t=>{const n=t(this,e);if(!(Gi(n)&&!Array.isArray(n)||typeof n=="string"||typeof n=="number"||n===null)){this.log.error("please return a value that MediaError expects in beforeerror hooks");return}e=n}),this.options_.suppressNotSupportedError&&e&&e.code===4){const t=function(){this.error(e)};this.options_.suppressNotSupportedError=!1,this.any(["click","touchstart"],t),this.one("loadstart",function(){this.off(["click","touchstart"],t)});return}if(e===null){this.error_=null,this.removeClass("vjs-error"),this.errorDisplay&&this.errorDisplay.close();return}this.error_=new gt(e),this.addClass("vjs-error"),We.error(`(CODE:${this.error_.code} ${gt.errorTypes[this.error_.code]})`,this.error_.message,this.error_),this.trigger("error"),_n("error").forEach(t=>t(this,this.error_))}reportUserActivity(e){this.userActivity_=!0}userActive(e){if(e===void 0)return this.userActive_;if(e=!!e,e!==this.userActive_){if(this.userActive_=e,this.userActive_){this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),this.trigger("useractive");return}this.tech_&&this.tech_.one("mousemove",function(t){t.stopPropagation(),t.preventDefault()}),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}}listenForUserActivity_(){let e,t,n;const s=ut(this,this.reportUserActivity),a=function(m){(m.screenX!==t||m.screenY!==n)&&(t=m.screenX,n=m.screenY,s())},o=function(){s(),this.clearInterval(e),e=this.setInterval(s,250)},l=function(m){s(),this.clearInterval(e)};this.on("mousedown",o),this.on("mousemove",a),this.on("mouseup",l),this.on("mouseleave",l);const c=this.getChild("controlBar");c&&!jt&&!Li&&(c.on("mouseenter",function(m){this.player().options_.inactivityTimeout!==0&&(this.player().cache_.inactivityTimeout=this.player().options_.inactivityTimeout),this.player().options_.inactivityTimeout=0}),c.on("mouseleave",function(m){this.player().options_.inactivityTimeout=this.player().cache_.inactivityTimeout})),this.on("keydown",s),this.on("keyup",s);let d;const g=function(){if(!this.userActivity_)return;this.userActivity_=!1,this.userActive(!0),this.clearTimeout(d);const m=this.options_.inactivityTimeout;m<=0||(d=this.setTimeout(function(){this.userActivity_||this.userActive(!1)},m))};this.setInterval(g,250)}playbackRate(e){if(e!==void 0){this.techCall_("setPlaybackRate",e);return}return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1}defaultPlaybackRate(e){return e!==void 0?this.techCall_("setDefaultPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1}isAudio(e){if(e!==void 0){this.isAudio_=!!e;return}return!!this.isAudio_}updatePlayerHeightOnAudioOnlyMode_(){const e=this.getChild("ControlBar");!e||this.audioOnlyCache_.controlBarHeight===e.currentHeight()||(this.audioOnlyCache_.controlBarHeight=e.currentHeight(),this.height(this.audioOnlyCache_.controlBarHeight))}enableAudioOnlyUI_(){this.addClass("vjs-audio-only-mode");const e=this.children(),t=this.getChild("ControlBar"),n=t&&t.currentHeight();e.forEach(s=>{s!==t&&s.el_&&!s.hasClass("vjs-hidden")&&(s.hide(),this.audioOnlyCache_.hiddenChildren.push(s))}),this.audioOnlyCache_.playerHeight=this.currentHeight(),this.audioOnlyCache_.controlBarHeight=n,this.on("playerresize",this.boundUpdatePlayerHeightOnAudioOnlyMode_),this.height(n),this.trigger("audioonlymodechange")}disableAudioOnlyUI_(){this.removeClass("vjs-audio-only-mode"),this.off("playerresize",this.boundUpdatePlayerHeightOnAudioOnlyMode_),this.audioOnlyCache_.hiddenChildren.forEach(e=>e.show()),this.height(this.audioOnlyCache_.playerHeight),this.trigger("audioonlymodechange")}audioOnlyMode(e){if(typeof e!="boolean"||e===this.audioOnlyMode_)return this.audioOnlyMode_;if(this.audioOnlyMode_=e,e){const t=[];return this.isInPictureInPicture()&&t.push(this.exitPictureInPicture()),this.isFullscreen()&&t.push(this.exitFullscreen()),this.audioPosterMode()&&t.push(this.audioPosterMode(!1)),Promise.all(t).then(()=>this.enableAudioOnlyUI_())}return Promise.resolve().then(()=>this.disableAudioOnlyUI_())}enablePosterModeUI_(){(this.tech_&&this.tech_).hide(),this.addClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")}disablePosterModeUI_(){(this.tech_&&this.tech_).show(),this.removeClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")}audioPosterMode(e){return typeof e!="boolean"||e===this.audioPosterMode_?this.audioPosterMode_:(this.audioPosterMode_=e,e?this.audioOnlyMode()?this.audioOnlyMode(!1).then(()=>{this.enablePosterModeUI_()}):Promise.resolve().then(()=>{this.enablePosterModeUI_()}):Promise.resolve().then(()=>{this.disablePosterModeUI_()}))}addTextTrack(e,t,n){if(this.tech_)return this.tech_.addTextTrack(e,t,n)}addRemoteTextTrack(e,t){if(this.tech_)return this.tech_.addRemoteTextTrack(e,t)}removeRemoteTextTrack(e={}){let{track:t}=e;if(t||(t=e),this.tech_)return this.tech_.removeRemoteTextTrack(t)}getVideoPlaybackQuality(){return this.techGet_("getVideoPlaybackQuality")}videoWidth(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0}videoHeight(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0}language(e){if(e===void 0)return this.language_;this.language_!==String(e).toLowerCase()&&(this.language_=String(e).toLowerCase(),sn(this)&&this.trigger("languagechange"))}languages(){return ot(nt.prototype.options_.languages,this.languages_)}toJSON(){const e=ot(this.options_),t=e.tracks;e.tracks=[];for(let n=0;n<t.length;n++){let s=t[n];s=ot(s),s.player=void 0,e.tracks[n]=s}return e}createModal(e,t){t=t||{},t.content=e||"";const n=new _r(this,t);return this.addChild(n),n.on("dispose",()=>{this.removeChild(n)}),n.open(),n}updateCurrentBreakpoint_(){if(!this.responsive())return;const e=this.currentBreakpoint(),t=this.currentWidth();for(let n=0;n<ml.length;n++){const s=ml[n],a=this.breakpoints_[s];if(t<=a){if(e===s)return;e&&this.removeClass(Js[e]),this.addClass(Js[s]),this.breakpoint_=s;break}}}removeCurrentBreakpoint_(){const e=this.currentBreakpointClass();this.breakpoint_="",e&&this.removeClass(e)}breakpoints(e){return e===void 0?Object.assign(this.breakpoints_):(this.breakpoint_="",this.breakpoints_=Object.assign({},eC,e),this.updateCurrentBreakpoint_(),Object.assign(this.breakpoints_))}responsive(e){if(e===void 0)return this.responsive_;e=!!e;const t=this.responsive_;if(e!==t)return this.responsive_=e,e?(this.on("playerresize",this.boundUpdateCurrentBreakpoint_),this.updateCurrentBreakpoint_()):(this.off("playerresize",this.boundUpdateCurrentBreakpoint_),this.removeCurrentBreakpoint_()),e}currentBreakpoint(){return this.breakpoint_}currentBreakpointClass(){return Js[this.breakpoint_]||""}loadMedia(e,t){if(!e||typeof e!="object")return;const n=this.crossOrigin();this.reset(),this.cache_.media=ot(e);const{artist:s,artwork:a,description:o,poster:l,src:c,textTracks:d,title:g}=this.cache_.media;!a&&l&&(this.cache_.media.artwork=[{src:l,type:ma(l)}]),n&&this.crossOrigin(n),c&&this.src(c),l&&this.poster(l),Array.isArray(d)&&d.forEach(m=>this.addRemoteTextTrack(m,!1)),this.titleBar&&this.titleBar.update({title:g,description:o||s||""}),this.ready(t)}getMedia(){if(!this.cache_.media){const e=this.poster(),t=this.currentSources(),n=Array.prototype.map.call(this.remoteTextTracks(),a=>({kind:a.kind,label:a.label,language:a.language,src:a.src})),s={src:t,textTracks:n};return e&&(s.poster=e,s.artwork=[{src:s.poster,type:ma(s.poster)}]),s}return ot(this.cache_.media)}static getTagSettings(e){const t={sources:[],tracks:[]},n=fn(e),s=n["data-setup"];if(Zr(e,"vjs-fill")&&(n.fill=!0),Zr(e,"vjs-fluid")&&(n.fluid=!0),s!==null)try{Object.assign(n,JSON.parse(s||"{}"))}catch(a){We.error("data-setup",a)}if(Object.assign(t,n),e.hasChildNodes()){const a=e.childNodes;for(let o=0,l=a.length;o<l;o++){const c=a[o],d=c.nodeName.toLowerCase();d==="source"?t.sources.push(fn(c)):d==="track"&&t.tracks.push(fn(c))}}return t}debug(e){if(e===void 0)return this.debugEnabled_;e?(this.trigger("debugon"),this.previousLogLevel_=this.log.level,this.log.level("debug"),this.debugEnabled_=!0):(this.trigger("debugoff"),this.log.level(this.previousLogLevel_),this.previousLogLevel_=void 0,this.debugEnabled_=!1)}playbackRates(e){if(e===void 0)return this.cache_.playbackRates;Array.isArray(e)&&e.every(t=>typeof t=="number")&&(this.cache_.playbackRates=e,this.trigger("playbackrateschange"))}}nt.prototype.videoTracks=()=>{};nt.prototype.audioTracks=()=>{};nt.prototype.textTracks=()=>{};nt.prototype.remoteTextTracks=()=>{};nt.prototype.remoteTextTrackEls=()=>{};Jt.names.forEach(function(r){const e=Jt[r];nt.prototype[e.getterName]=function(){return this.tech_?this.tech_[e.getterName]():(this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName])}});nt.prototype.crossorigin=nt.prototype.crossOrigin;nt.players={};const zr=W.navigator;nt.prototype.options_={techOrder:Fe.defaultTechOrder_,html5:{},enableSourceset:!0,inactivityTimeout:2e3,playbackRates:[],liveui:!1,children:["mediaLoader","posterImage","titleBar","textTrackDisplay","loadingSpinner","bigPlayButton","liveTracker","controlBar","errorDisplay","textTrackSettings","resizeManager"],language:zr&&(zr.languages&&zr.languages[0]||zr.userLanguage||zr.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",normalizeAutoplay:!1,fullscreen:{options:{navigationUI:"hide"}},breakpoints:{},responsive:!1,audioOnlyMode:!1,audioPosterMode:!1,spatialNavigation:{enabled:!1,horizontalSeek:!1},enableSmoothSeeking:!1,disableSeekWhileScrubbingOnMobile:!1,disableSeekWhileScrubbingOnSTV:!1};of.forEach(function(r){nt.prototype[`handleTech${yt(r)}_`]=function(){return this.trigger(r)}});ue.registerComponent("Player",nt);const ga="plugin",er="activePlugins_",Wn={},va=r=>Wn.hasOwnProperty(r),ea=r=>va(r)?Wn[r]:void 0,lf=(r,e)=>{r[er]=r[er]||{},r[er][e]=!0},ya=(r,e,t)=>{const n=(t?"before":"")+"pluginsetup";r.trigger(n,e),r.trigger(n+":"+e.name,e)},tC=function(r,e){const t=function(){ya(this,{name:r,plugin:e,instance:null},!0);const n=e.apply(this,arguments);return lf(this,r),ya(this,{name:r,plugin:e,instance:n}),n};return Object.keys(e).forEach(function(n){t[n]=e[n]}),t},Vd=(r,e)=>(e.prototype.name=r,function(...t){ya(this,{name:r,plugin:e,instance:null},!0);const n=new e(this,...t);return this[r]=()=>n,ya(this,n.getEventHash()),n});class li{constructor(e){if(this.constructor===li)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=e,this.log||(this.log=this.player.log.createLogger(this.name)),zl(this),delete this.trigger,_0(this,this.constructor.defaultState),lf(e,this.name),this.dispose=this.dispose.bind(this),e.on("dispose",this.dispose)}version(){return this.constructor.VERSION}getEventHash(e={}){return e.name=this.name,e.plugin=this.constructor,e.instance=this,e}trigger(e,t={}){return yr(this.eventBusEl_,e,this.getEventHash(t))}handleStateChanged(e){}dispose(){const{name:e,player:t}=this;this.trigger("dispose"),this.off(),t.off("dispose",this.dispose),t[er][e]=!1,this.player=this.state=null,t[e]=Vd(e,Wn[e])}static isBasic(e){const t=typeof e=="string"?ea(e):e;return typeof t=="function"&&!li.prototype.isPrototypeOf(t.prototype)}static registerPlugin(e,t){if(typeof e!="string")throw new Error(`Illegal plugin name, "${e}", must be a string, was ${typeof e}.`);if(va(e))We.warn(`A plugin named "${e}" already exists. You may want to avoid re-registering plugins!`);else if(nt.prototype.hasOwnProperty(e))throw new Error(`Illegal plugin name, "${e}", cannot share a name with an existing player method!`);if(typeof t!="function")throw new Error(`Illegal plugin for "${e}", must be a function, was ${typeof t}.`);return Wn[e]=t,e!==ga&&(li.isBasic(t)?nt.prototype[e]=tC(e,t):nt.prototype[e]=Vd(e,t)),t}static deregisterPlugin(e){if(e===ga)throw new Error("Cannot de-register base plugin.");va(e)&&(delete Wn[e],delete nt.prototype[e])}static getPlugins(e=Object.keys(Wn)){let t;return e.forEach(n=>{const s=ea(n);s&&(t=t||{},t[n]=s)}),t}static getPluginVersion(e){const t=ea(e);return t&&t.VERSION||""}}li.getPlugin=ea;li.BASE_PLUGIN_NAME=ga;li.registerPlugin(ga,li);nt.prototype.usingPlugin=function(r){return!!this[er]&&this[er][r]===!0};nt.prototype.hasPlugin=function(r){return!!va(r)};function iC(r,e){let t=!1;return function(...n){return t||We.warn(r),t=!0,e.apply(this,n)}}function Mi(r,e,t,n){return iC(`${e} is deprecated and will be removed in ${r}.0; please use ${t} instead.`,n)}var nC={NetworkBadStatus:"networkbadstatus",NetworkRequestFailed:"networkrequestfailed",NetworkRequestAborted:"networkrequestaborted",NetworkRequestTimeout:"networkrequesttimeout",NetworkBodyParserFailed:"networkbodyparserfailed",StreamingHlsPlaylistParserError:"streaminghlsplaylistparsererror",StreamingDashManifestParserError:"streamingdashmanifestparsererror",StreamingContentSteeringParserError:"streamingcontentsteeringparsererror",StreamingVttParserError:"streamingvttparsererror",StreamingFailedToSelectNextSegment:"streamingfailedtoselectnextsegment",StreamingFailedToDecryptSegment:"streamingfailedtodecryptsegment",StreamingFailedToTransmuxSegment:"streamingfailedtotransmuxsegment",StreamingFailedToAppendSegment:"streamingfailedtoappendsegment",StreamingCodecsChangeError:"streamingcodecschangeerror"};const uf=r=>r.indexOf("#")===0?r.slice(1):r;function re(r,e,t){let n=re.getPlayer(r);if(n)return e&&We.warn(`Player "${r}" is already initialised. Options will not be applied.`),t&&n.ready(t),n;const s=typeof r=="string"?Tn("#"+uf(r)):r;if(!vr(s))throw new TypeError("The element or ID supplied is not valid. (videojs)");const o=("getRootNode"in s?s.getRootNode()instanceof W.ShadowRoot:!1)?s.getRootNode():s.ownerDocument.body;(!s.ownerDocument.defaultView||!o.contains(s))&&We.warn("The element supplied is not included in the DOM"),e=e||{},e.restoreEl===!0&&(e.restoreEl=(s.parentNode&&s.parentNode.hasAttribute&&s.parentNode.hasAttribute("data-vjs-player")?s.parentNode:s).cloneNode(!0)),_n("beforesetup").forEach(c=>{const d=c(s,ot(e));if(!Gi(d)||Array.isArray(d)){We.error("please return an object in beforesetup hooks");return}e=ot(e,d)});const l=ue.getComponent("Player");return n=new l(s,e,t),_n("setup").forEach(c=>c(n)),n}re.hooks_=tn;re.hooks=_n;re.hook=R8;re.hookOnce=V8;re.removeHook=Hh;if(W.VIDEOJS_NO_DYNAMIC_STYLE!==!0&&gr()){let r=Tn(".vjs-styles-defaults");if(!r){r=p0("vjs-styles-defaults");const e=Tn("head");e&&e.insertBefore(r,e.firstChild),m0(r,`
|
|
192
|
+
.video-js {
|
|
193
|
+
width: 300px;
|
|
194
|
+
height: 150px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.vjs-fluid:not(.vjs-audio-only-mode) {
|
|
198
|
+
padding-top: 56.25%
|
|
199
|
+
}
|
|
200
|
+
`)}}ll(1,re);re.VERSION=rl;re.options=nt.prototype.options_;re.getPlayers=()=>nt.players;re.getPlayer=r=>{const e=nt.players;let t;if(typeof r=="string"){const n=uf(r),s=e[n];if(s)return s;t=Tn("#"+n)}else t=r;if(vr(t)){const{player:n,playerId:s}=t;if(n||e[s])return n||e[s]}};re.getAllPlayers=()=>Object.keys(nt.players).map(r=>nt.players[r]).filter(Boolean);re.players=nt.players;re.getComponent=ue.getComponent;re.registerComponent=(r,e)=>(Fe.isTech(e)&&We.warn(`The ${r} tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)`),ue.registerComponent.call(ue,r,e));re.getTech=Fe.getTech;re.registerTech=Fe.registerTech;re.use=dx;Object.defineProperty(re,"middleware",{value:{},writeable:!1,enumerable:!0});Object.defineProperty(re.middleware,"TERMINATOR",{value:pa,writeable:!1,enumerable:!0});re.browser=Jh;re.obj=U8;re.mergeOptions=Mi(9,"videojs.mergeOptions","videojs.obj.merge",ot);re.defineLazyProperty=Mi(9,"videojs.defineLazyProperty","videojs.obj.defineLazyProperty",Na);re.bind=Mi(9,"videojs.bind","native Function.prototype.bind",ut);re.registerPlugin=li.registerPlugin;re.deregisterPlugin=li.deregisterPlugin;re.plugin=(r,e)=>(We.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),li.registerPlugin(r,e));re.getPlugins=li.getPlugins;re.getPlugin=li.getPlugin;re.getPluginVersion=li.getPluginVersion;re.addLanguage=function(r,e){return r=(""+r).toLowerCase(),re.options.languages=ot(re.options.languages,{[r]:e}),re.options.languages[r]};re.log=We;re.createLogger=zh;re.time=ix;re.createTimeRange=Mi(9,"videojs.createTimeRange","videojs.time.createTimeRanges",Bi);re.createTimeRanges=Mi(9,"videojs.createTimeRanges","videojs.time.createTimeRanges",Bi);re.formatTime=Mi(9,"videojs.formatTime","videojs.time.formatTime",Vn);re.setFormatTime=Mi(9,"videojs.setFormatTime","videojs.time.setFormatTime",x0);re.resetFormatTime=Mi(9,"videojs.resetFormatTime","videojs.time.resetFormatTime",C0);re.parseUrl=Mi(9,"videojs.parseUrl","videojs.url.parseUrl",Xl);re.isCrossOrigin=Mi(9,"videojs.isCrossOrigin","videojs.url.isCrossOrigin",qa);re.EventTarget=gi;re.any=Hl;re.on=mi;re.one=$a;re.off=Ht;re.trigger=yr;re.xhr=Ah;re.TrackList=Fn;re.TextTrack=cs;re.TextTrackList=Wl;re.AudioTrack=D0;re.AudioTrackList=E0;re.VideoTrack=A0;re.VideoTrackList=k0;["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach(r=>{re[r]=function(){return We.warn(`videojs.${r}() is deprecated; use videojs.dom.${r}() instead`),h0[r].apply(null,arguments)}});re.computedStyle=Mi(9,"videojs.computedStyle","videojs.dom.computedStyle",fr);re.dom=h0;re.fn=K8;re.num=Ox;re.str=ex;re.url=ux;re.Error=nC;/*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */class rC{constructor(e){let t=this;return t.id=e.id,t.label=t.id,t.width=e.width,t.height=e.height,t.bitrate=e.bandwidth,t.frameRate=e.frameRate,t.enabled_=e.enabled,Object.defineProperty(t,"enabled",{get(){return t.enabled_()},set(n){t.enabled_(n)}}),t}}class _a extends re.EventTarget{constructor(){super();let e=this;return e.levels_=[],e.selectedIndex_=-1,Object.defineProperty(e,"selectedIndex",{get(){return e.selectedIndex_}}),Object.defineProperty(e,"length",{get(){return e.levels_.length}}),e[Symbol.iterator]=()=>e.levels_.values(),e}addQualityLevel(e){let t=this.getQualityLevelById(e.id);if(t)return t;const n=this.levels_.length;return t=new rC(e),""+n in this||Object.defineProperty(this,n,{get(){return this.levels_[n]}}),this.levels_.push(t),this.trigger({qualityLevel:t,type:"addqualitylevel"}),t}removeQualityLevel(e){let t=null;for(let n=0,s=this.length;n<s;n++)if(this[n]===e){t=this.levels_.splice(n,1)[0],this.selectedIndex_===n?this.selectedIndex_=-1:this.selectedIndex_>n&&this.selectedIndex_--;break}return t&&this.trigger({qualityLevel:e,type:"removequalitylevel"}),t}getQualityLevelById(e){for(let t=0,n=this.length;t<n;t++){const s=this[t];if(s.id===e)return s}return null}dispose(){this.selectedIndex_=-1,this.levels_.length=0}}_a.prototype.allowedEvents_={change:"change",addqualitylevel:"addqualitylevel",removequalitylevel:"removequalitylevel"};for(const r in _a.prototype.allowedEvents_)_a.prototype["on"+r]=null;var cf="4.1.0";const sC=function(r,e){const t=r.qualityLevels,n=new _a,s=function(){n.dispose(),r.qualityLevels=t,r.off("dispose",s)};return r.on("dispose",s),r.qualityLevels=()=>n,r.qualityLevels.VERSION=cf,n},df=function(r){return sC(this,re.obj.merge({},r))};re.registerPlugin("qualityLevels",df);df.VERSION=cf;/*! @name @videojs/http-streaming @version 3.17.3 @license Apache-2.0 */const ai=ka,Ta=(r,e)=>e&&e.responseURL&&r!==e.responseURL?e.responseURL:r,Ci=r=>re.log.debug?re.log.debug.bind(re,"VHS:",`${r} >`):function(){};function rt(...r){const e=re.obj||re;return(e.merge||e.mergeOptions).apply(e,r)}function Bt(...r){const e=re.time||re;return(e.createTimeRanges||e.createTimeRanges).apply(e,r)}function aC(r){if(r.length===0)return"Buffered Ranges are empty";let e=`Buffered Ranges:
|
|
201
|
+
`;for(let t=0;t<r.length;t++){const n=r.start(t),s=r.end(t);e+=`${n} --> ${s}. Duration (${s-n})
|
|
202
|
+
`}return e}const qi=1/30,ji=qi*3,hf=function(r,e){const t=[];let n;if(r&&r.length)for(n=0;n<r.length;n++)e(r.start(n),r.end(n))&&t.push([r.start(n),r.end(n)]);return Bt(t)},Yn=function(r,e){return hf(r,function(t,n){return t-ji<=e&&n+ji>=e})},Hs=function(r,e){return hf(r,function(t){return t-qi>=e})},oC=function(r){if(r.length<2)return Bt();const e=[];for(let t=1;t<r.length;t++){const n=r.end(t-1),s=r.start(t);e.push([n,s])}return Bt(e)},lC=function(r,e){let t=null,n=null,s=0;const a=[],o=[];if(!r||!r.length||!e||!e.length)return Bt();let l=r.length;for(;l--;)a.push({time:r.start(l),type:"start"}),a.push({time:r.end(l),type:"end"});for(l=e.length;l--;)a.push({time:e.start(l),type:"start"}),a.push({time:e.end(l),type:"end"});for(a.sort(function(c,d){return c.time-d.time}),l=0;l<a.length;l++)a[l].type==="start"?(s++,s===2&&(t=a[l].time)):a[l].type==="end"&&(s--,s===1&&(n=a[l].time)),t!==null&&n!==null&&(o.push([t,n]),t=null,n=null);return Bt(o)},ff=r=>{const e=[];if(!r||!r.length)return"";for(let t=0;t<r.length;t++)e.push(r.start(t)+" => "+r.end(t));return e.join(", ")},uC=function(r,e,t=1){return((r.length?r.end(r.length-1):0)-e)/t},In=r=>{const e=[];for(let t=0;t<r.length;t++)e.push({start:r.start(t),end:r.end(t)});return e},cC=function(r,e){if(r===e)return!1;if(!r&&e||!e&&r||r.length!==e.length)return!0;for(let t=0;t<r.length;t++)if(r.start(t)!==e.start(t)||r.end(t)!==e.end(t))return!0;return!1},Wo=function(r){if(!(!r||!r.length||!r.end))return r.end(r.length-1)},hu=function(r,e){let t=0;if(!r||!r.length)return t;for(let n=0;n<r.length;n++){const s=r.start(n),a=r.end(n);if(!(e>a)){if(e>s&&e<=a){t+=a-e;continue}t+=a-s}}return t},fu=(r,e)=>{if(!e.preload)return e.duration;let t=0;return(e.parts||[]).forEach(function(n){t+=n.duration}),(e.preloadHints||[]).forEach(function(n){n.type==="PART"&&(t+=r.partTargetDuration)}),t},gl=r=>(r.segments||[]).reduce((e,t,n)=>(t.parts?t.parts.forEach(function(s,a){e.push({duration:s.duration,segmentIndex:n,partIndex:a,part:s,segment:t})}):e.push({duration:t.duration,segmentIndex:n,partIndex:null,segment:t,part:null}),e),[]),pf=r=>{const e=r.segments&&r.segments.length&&r.segments[r.segments.length-1];return e&&e.parts||[]},mf=({preloadSegment:r})=>{if(!r)return;const{parts:e,preloadHints:t}=r;let n=(t||[]).reduce((s,a)=>s+(a.type==="PART"?1:0),0);return n+=e&&e.length?e.length:0,n},gf=(r,e)=>{if(e.endList)return 0;if(r&&r.suggestedPresentationDelay)return r.suggestedPresentationDelay;const t=pf(e).length>0;return t&&e.serverControl&&e.serverControl.partHoldBack?e.serverControl.partHoldBack:t&&e.partTargetDuration?e.partTargetDuration*3:e.serverControl&&e.serverControl.holdBack?e.serverControl.holdBack:e.targetDuration?e.targetDuration*3:0},dC=function(r,e){let t=0,n=e-r.mediaSequence,s=r.segments[n];if(s){if(typeof s.start<"u")return{result:s.start,precise:!0};if(typeof s.end<"u")return{result:s.end-s.duration,precise:!0}}for(;n--;){if(s=r.segments[n],typeof s.end<"u")return{result:t+s.end,precise:!0};if(t+=fu(r,s),typeof s.start<"u")return{result:t+s.start,precise:!0}}return{result:t,precise:!1}},hC=function(r,e){let t=0,n,s=e-r.mediaSequence;for(;s<r.segments.length;s++){if(n=r.segments[s],typeof n.start<"u")return{result:n.start-t,precise:!0};if(t+=fu(r,n),typeof n.end<"u")return{result:n.end-t,precise:!0}}return{result:-1,precise:!1}},vf=function(r,e,t){if(typeof e>"u"&&(e=r.mediaSequence+r.segments.length),e<r.mediaSequence)return 0;const n=dC(r,e);if(n.precise)return n.result;const s=hC(r,e);return s.precise?s.result:n.result+t},yf=function(r,e,t){if(!r)return 0;if(typeof t!="number"&&(t=0),typeof e>"u"){if(r.totalDuration)return r.totalDuration;if(!r.endList)return W.Infinity}return vf(r,e,t)},ts=function({defaultDuration:r,durationList:e,startIndex:t,endIndex:n}){let s=0;if(t>n&&([t,n]=[n,t]),t<0){for(let a=t;a<Math.min(0,n);a++)s+=r;t=0}for(let a=t;a<n;a++)s+=e[a].duration;return s},_f=function(r,e,t,n){if(!r||!r.segments)return null;if(r.endList)return yf(r);if(e===null)return null;e=e||0;let s=vf(r,r.mediaSequence+r.segments.length,e);return t&&(n=typeof n=="number"?n:gf(null,r),s-=n),Math.max(0,s)},fC=function(r,e,t){const s=e||0;let a=_f(r,e,!0,t);return a===null?Bt():(a<s&&(a=s),Bt(s,a))},pC=function({playlist:r,currentTime:e,startingSegmentIndex:t,startingPartIndex:n,startTime:s,exactManifestTimings:a}){let o=e-s;const l=gl(r);let c=0;for(let d=0;d<l.length;d++){const g=l[d];if(t===g.segmentIndex&&!(typeof n=="number"&&typeof g.partIndex=="number"&&n!==g.partIndex)){c=d;break}}if(o<0){if(c>0)for(let d=c-1;d>=0;d--){const g=l[d];if(o+=g.duration,a){if(o<0)continue}else if(o+qi<=0)continue;return{partIndex:g.partIndex,segmentIndex:g.segmentIndex,startTime:s-ts({defaultDuration:r.targetDuration,durationList:l,startIndex:c,endIndex:d})}}return{partIndex:l[0]&&l[0].partIndex||null,segmentIndex:l[0]&&l[0].segmentIndex||0,startTime:e}}if(c<0){for(let d=c;d<0;d++)if(o-=r.targetDuration,o<0)return{partIndex:l[0]&&l[0].partIndex||null,segmentIndex:l[0]&&l[0].segmentIndex||0,startTime:e};c=0}for(let d=c;d<l.length;d++){const g=l[d];o-=g.duration;const m=g.duration>qi,k=o===0,T=m&&o+qi>=0;if(!((k||T)&&d!==l.length-1)){if(a){if(o>0)continue}else if(o-qi>=0)continue;return{partIndex:g.partIndex,segmentIndex:g.segmentIndex,startTime:s+ts({defaultDuration:r.targetDuration,durationList:l,startIndex:c,endIndex:d})}}}return{segmentIndex:l[l.length-1].segmentIndex,partIndex:l[l.length-1].partIndex,startTime:e}},Tf=function(r){return r.excludeUntil&&r.excludeUntil>Date.now()},pu=function(r){return r.excludeUntil&&r.excludeUntil===1/0},Ga=function(r){const e=Tf(r);return!r.disabled&&!e},mC=function(r){return r.disabled},gC=function(r){for(let e=0;e<r.segments.length;e++)if(r.segments[e].key)return!0;return!1},bf=function(r,e){return e.attributes&&e.attributes[r]},vC=function(r,e,t,n=0){return bf("BANDWIDTH",t)?(r*t.attributes.BANDWIDTH-n*8)/e:NaN},vl=(r,e)=>{if(r.playlists.length===1)return!0;const t=e.attributes.BANDWIDTH||Number.MAX_VALUE;return r.playlists.filter(n=>Ga(n)?(n.attributes.BANDWIDTH||0)<t:!1).length===0},mu=(r,e)=>!r&&!e||!r&&e||r&&!e?!1:!!(r===e||r.id&&e.id&&r.id===e.id||r.resolvedUri&&e.resolvedUri&&r.resolvedUri===e.resolvedUri||r.uri&&e.uri&&r.uri===e.uri),Fd=function(r,e){const t=r&&r.mediaGroups&&r.mediaGroups.AUDIO||{};let n=!1;for(const s in t){for(const a in t[s])if(n=e(t[s][a]),n)break;if(n)break}return!!n},ps=r=>{if(!r||!r.playlists||!r.playlists.length)return Fd(r,t=>t.playlists&&t.playlists.length||t.uri);for(let e=0;e<r.playlists.length;e++){const t=r.playlists[e],n=t.attributes&&t.attributes.CODECS;if(!(n&&n.split(",").every(a=>Oh(a))||Fd(r,a=>mu(t,a))))return!1}return!0};var oi={liveEdgeDelay:gf,duration:yf,seekable:fC,getMediaInfoForTime:pC,isEnabled:Ga,isDisabled:mC,isExcluded:Tf,isIncompatible:pu,playlistEnd:_f,isAes:gC,hasAttribute:bf,estimateSegmentRequestTime:vC,isLowestEnabledRendition:vl,isAudioOnly:ps,playlistMatch:mu,segmentDurationWithParts:fu};const{log:xf}=re,tr=(r,e)=>`${r}-${e}`,Cf=(r,e,t)=>`placeholder-uri-${r}-${e}-${t}`,yC=({onwarn:r,oninfo:e,manifestString:t,customTagParsers:n=[],customTagMappers:s=[],llhls:a})=>{const o=new s4;r&&o.on("warn",r),e&&o.on("info",e),n.forEach(d=>o.addParser(d)),s.forEach(d=>o.addTagMapper(d)),o.push(t),o.end();const l=o.manifest;if(a||(["preloadSegment","skip","serverControl","renditionReports","partInf","partTargetDuration"].forEach(function(d){l.hasOwnProperty(d)&&delete l[d]}),l.segments&&l.segments.forEach(function(d){["parts","preloadHints"].forEach(function(g){d.hasOwnProperty(g)&&delete d[g]})})),!l.targetDuration){let d=10;l.segments&&l.segments.length&&(d=l.segments.reduce((g,m)=>Math.max(g,m.duration),0)),r&&r({message:`manifest has no targetDuration defaulting to ${d}`}),l.targetDuration=d}const c=pf(l);if(c.length&&!l.partTargetDuration){const d=c.reduce((g,m)=>Math.max(g,m.duration),0);r&&(r({message:`manifest has no partTargetDuration defaulting to ${d}`}),xf.error("LL-HLS manifest has parts but lacks required #EXT-X-PART-INF:PART-TARGET value. See https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-09#section-4.4.3.7. Playback is not guaranteed.")),l.partTargetDuration=d}return l},xr=(r,e)=>{r.mediaGroups&&["AUDIO","SUBTITLES"].forEach(t=>{if(r.mediaGroups[t])for(const n in r.mediaGroups[t])for(const s in r.mediaGroups[t][n]){const a=r.mediaGroups[t][n][s];e(a,t,n,s)}})},Sf=({playlist:r,uri:e,id:t})=>{r.id=t,r.playlistErrors_=0,e&&(r.uri=e),r.attributes=r.attributes||{}},_C=r=>{let e=r.playlists.length;for(;e--;){const t=r.playlists[e];Sf({playlist:t,id:tr(e,t.uri)}),t.resolvedUri=ai(r.uri,t.uri),r.playlists[t.id]=t,r.playlists[t.uri]=t,t.attributes.BANDWIDTH||xf.warn("Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute.")}},TC=r=>{xr(r,e=>{e.uri&&(e.resolvedUri=ai(r.uri,e.uri))})},bC=(r,e)=>{const t=tr(0,e),n={mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:W.location.href,resolvedUri:W.location.href,playlists:[{uri:e,id:t,resolvedUri:e,attributes:{}}]};return n.playlists[t]=n.playlists[0],n.playlists[e]=n.playlists[0],n},Ef=(r,e,t=Cf)=>{r.uri=e;for(let s=0;s<r.playlists.length;s++)if(!r.playlists[s].uri){const a=`placeholder-uri-${s}`;r.playlists[s].uri=a}const n=ps(r);xr(r,(s,a,o,l)=>{if(!s.playlists||!s.playlists.length){if(n&&a==="AUDIO"&&!s.uri)for(let c=0;c<r.playlists.length;c++){const d=r.playlists[c];if(d.attributes&&d.attributes.AUDIO&&d.attributes.AUDIO===o)return}s.playlists=[bt({},s)]}s.playlists.forEach(function(c,d){const g=t(a,o,l,c),m=tr(d,g);c.uri?c.resolvedUri=c.resolvedUri||ai(r.uri,c.uri):(c.uri=d===0?g:m,c.resolvedUri=c.uri),c.id=c.id||m,c.attributes=c.attributes||{},r.playlists[c.id]=c,r.playlists[c.uri]=c})}),_C(r),TC(r)};class $d{constructor(){this.offset_=null,this.pendingDateRanges_=new Map,this.processedDateRanges_=new Map}setOffset(e=[]){if(this.offset_!==null||!e.length)return;const[t]=e;t.programDateTime!==void 0&&(this.offset_=t.programDateTime/1e3)}setPendingDateRanges(e=[]){if(!e.length)return;const[t]=e,n=t.startDate.getTime();this.trimProcessedDateRanges_(n),this.pendingDateRanges_=e.reduce((s,a)=>(s.set(a.id,a),s),new Map)}processDateRange(e){this.pendingDateRanges_.delete(e.id),this.processedDateRanges_.set(e.id,e)}getDateRangesToProcess(){if(this.offset_===null)return[];const e={},t=[];this.pendingDateRanges_.forEach((n,s)=>{if(!this.processedDateRanges_.has(s)&&(n.startTime=n.startDate.getTime()/1e3-this.offset_,n.processDateRange=()=>this.processDateRange(n),t.push(n),!!n.class))if(e[n.class]){const a=e[n.class].push(n);n.classListIndex=a-1}else e[n.class]=[n],n.classListIndex=0});for(const n of t){const s=e[n.class]||[];n.endDate?n.endTime=n.endDate.getTime()/1e3-this.offset_:n.endOnNext&&s[n.classListIndex+1]?n.endTime=s[n.classListIndex+1].startTime:n.duration?n.endTime=n.startTime+n.duration:n.plannedDuration?n.endTime=n.startTime+n.plannedDuration:n.endTime=n.startTime}return t}trimProcessedDateRanges_(e){new Map(this.processedDateRanges_).forEach((n,s)=>{n.startDate.getTime()<e&&this.processedDateRanges_.delete(s)})}}const kf=22,Rn=({requestType:r,request:e,error:t,parseFailure:n})=>{const s=e.status<200||e.status>299,a=e.status>=400&&e.status<=499,o={uri:e.uri,requestType:r},l=s&&!a||n;if(t&&a)o.error=bt({},t),o.errorType=re.Error.NetworkRequestFailed;else if(e.aborted)o.errorType=re.Error.NetworkRequestAborted;else if(e.timedout)o.errorType=re.Error.NetworkRequestTimeout;else if(l){const c=n?re.Error.NetworkBodyParserFailed:re.Error.NetworkBadStatus;o.errorType=c,o.status=e.status,o.headers=e.headers}return o},xC=Ci("CodecUtils"),wf=function(r){const e=r.attributes||{};if(e.CODECS)return Fi(e.CODECS)},Df=(r,e)=>{const t=e.attributes||{};return r&&r.mediaGroups&&r.mediaGroups.AUDIO&&t.AUDIO&&r.mediaGroups.AUDIO[t.AUDIO]},CC=(r,e)=>{if(!Df(r,e))return!0;const t=e.attributes||{},n=r.mediaGroups.AUDIO[t.AUDIO];for(const s in n)if(!n[s].uri&&!n[s].playlists)return!0;return!1},ls=function(r){const e={};return r.forEach(({mediaType:t,type:n,details:s})=>{e[t]=e[t]||[],e[t].push(Ih(`${n}${s}`))}),Object.keys(e).forEach(function(t){if(e[t].length>1){xC(`multiple ${t} codecs found as attributes: ${e[t].join(", ")}. Setting playlist codecs to null so that we wait for mux.js to probe segments for real codecs.`),e[t]=null;return}e[t]=e[t][0]}),e},Ud=function(r){let e=0;return r.audio&&e++,r.video&&e++,e},is=function(r,e){const t=e.attributes||{},n=ls(wf(e)||[]);if(Df(r,e)&&!n.audio&&!CC(r,e)){const s=ls(o4(r,t.AUDIO)||[]);s.audio&&(n.audio=s.audio)}return n},{EventTarget:SC}=re,EC=(r,e)=>{if(e.endList||!e.serverControl)return r;const t={};if(e.serverControl.canBlockReload){const{preloadSegment:n}=e;let s=e.mediaSequence+e.segments.length;if(n){const a=n.parts||[],o=mf(e)-1;o>-1&&o!==a.length-1&&(t._HLS_part=o),(o>-1||a.length)&&s--}t._HLS_msn=s}if(e.serverControl&&e.serverControl.canSkipUntil&&(t._HLS_skip=e.serverControl.canSkipDateranges?"v2":"YES"),Object.keys(t).length){const n=new W.URL(r);["_HLS_skip","_HLS_msn","_HLS_part"].forEach(function(s){t.hasOwnProperty(s)&&n.searchParams.set(s,t[s])}),r=n.toString()}return r},kC=(r,e)=>{if(!r)return e;const t=rt(r,e);if(r.preloadHints&&!e.preloadHints&&delete t.preloadHints,r.parts&&!e.parts)delete t.parts;else if(r.parts&&e.parts)for(let n=0;n<e.parts.length;n++)r.parts&&r.parts[n]&&(t.parts[n]=rt(r.parts[n],e.parts[n]));return!r.skipped&&e.skipped&&(t.skipped=!1),r.preload&&!e.preload&&(t.preload=!1),t},wC=(r,e,t)=>{const n=r.slice(),s=e.slice();t=t||0;const a=[];let o;for(let l=0;l<s.length;l++){const c=n[l+t],d=s[l];c?(o=c.map||o,a.push(kC(c,d))):(o&&!d.map&&(d.map=o),a.push(d))}return a},Af=(r,e)=>{!r.resolvedUri&&r.uri&&(r.resolvedUri=ai(e,r.uri)),r.key&&!r.key.resolvedUri&&(r.key.resolvedUri=ai(e,r.key.uri)),r.map&&!r.map.resolvedUri&&(r.map.resolvedUri=ai(e,r.map.uri)),r.map&&r.map.key&&!r.map.key.resolvedUri&&(r.map.key.resolvedUri=ai(e,r.map.key.uri)),r.parts&&r.parts.length&&r.parts.forEach(t=>{t.resolvedUri||(t.resolvedUri=ai(e,t.uri))}),r.preloadHints&&r.preloadHints.length&&r.preloadHints.forEach(t=>{t.resolvedUri||(t.resolvedUri=ai(e,t.uri))})},Nf=function(r){const e=r.segments||[],t=r.preloadSegment;if(t&&t.parts&&t.parts.length){if(t.preloadHints){for(let n=0;n<t.preloadHints.length;n++)if(t.preloadHints[n].type==="MAP")return e}t.duration=r.targetDuration,t.preload=!0,e.push(t)}return e},If=(r,e)=>r===e||r.segments&&e.segments&&r.segments.length===e.segments.length&&r.endList===e.endList&&r.mediaSequence===e.mediaSequence&&r.preloadSegment===e.preloadSegment,yl=(r,e,t=If)=>{const n=rt(r,{}),s=n.playlists[e.id];if(!s||t(s,e))return null;e.segments=Nf(e);const a=rt(s,e);if(a.preloadSegment&&!e.preloadSegment&&delete a.preloadSegment,s.segments){if(e.skip){e.segments=e.segments||[];for(let o=0;o<e.skip.skippedSegments;o++)e.segments.unshift({skipped:!0})}a.segments=wC(s.segments,e.segments,e.mediaSequence-s.mediaSequence)}a.segments.forEach(o=>{Af(o,a.resolvedUri)});for(let o=0;o<n.playlists.length;o++)n.playlists[o].id===e.id&&(n.playlists[o]=a);return n.playlists[e.id]=a,n.playlists[e.uri]=a,xr(r,(o,l,c,d)=>{if(o.playlists)for(let g=0;g<o.playlists.length;g++)e.id===o.playlists[g].id&&(o.playlists[g]=a)}),n},_l=(r,e)=>{const t=r.segments||[],n=t[t.length-1],s=n&&n.parts&&n.parts[n.parts.length-1],a=s&&s.duration||n&&n.duration;return e&&a?a*1e3:(r.partTargetDuration||r.targetDuration||10)*500},qd=(r,e,t)=>{if(!r)return;const n=[];return r.forEach(s=>{if(!s.attributes)return;const{BANDWIDTH:a,RESOLUTION:o,CODECS:l}=s.attributes;n.push({id:s.id,bandwidth:a,resolution:o,codecs:l})}),{type:e,isLive:t,renditions:n}};class Xn extends SC{constructor(e,t,n={}){if(super(),!e)throw new Error("A non-empty playlist URL or object is required");this.logger_=Ci("PlaylistLoader");const{withCredentials:s=!1}=n;this.src=e,this.vhs_=t,this.withCredentials=s,this.addDateRangesToTextTrack_=n.addDateRangesToTextTrack;const a=t.options_;this.customTagParsers=a&&a.customTagParsers||[],this.customTagMappers=a&&a.customTagMappers||[],this.llhls=a&&a.llhls,this.dateRangesStorage_=new $d,this.state="HAVE_NOTHING",this.handleMediaupdatetimeout_=this.handleMediaupdatetimeout_.bind(this),this.on("mediaupdatetimeout",this.handleMediaupdatetimeout_),this.on("loadedplaylist",this.handleLoadedPlaylist_.bind(this))}handleLoadedPlaylist_(){const e=this.media();if(!e)return;this.dateRangesStorage_.setOffset(e.segments),this.dateRangesStorage_.setPendingDateRanges(e.dateRanges);const t=this.dateRangesStorage_.getDateRangesToProcess();!t.length||!this.addDateRangesToTextTrack_||this.addDateRangesToTextTrack_(t)}handleMediaupdatetimeout_(){if(this.state!=="HAVE_METADATA")return;const e=this.media();let t=ai(this.main.uri,e.uri);this.llhls&&(t=EC(t,e)),this.state="HAVE_CURRENT_METADATA",this.request=this.vhs_.xhr({uri:t,withCredentials:this.withCredentials,requestType:"hls-playlist"},(n,s)=>{if(this.request){if(n)return this.playlistRequestError(this.request,this.media(),"HAVE_METADATA");this.haveMetadata({playlistString:this.request.responseText,url:this.media().uri,id:this.media().id})}})}playlistRequestError(e,t,n){const{uri:s,id:a}=t;this.request=null,n&&(this.state=n),this.error={playlist:this.main.playlists[a],status:e.status,message:`HLS playlist request error at URL: ${s}.`,responseText:e.responseText,code:e.status>=500?4:2,metadata:Rn({requestType:e.requestType,request:e,error:e.error})},this.trigger("error")}parseManifest_({url:e,manifestString:t}){try{const n=yC({onwarn:({message:s})=>this.logger_(`m3u8-parser warn for ${e}: ${s}`),oninfo:({message:s})=>this.logger_(`m3u8-parser info for ${e}: ${s}`),manifestString:t,customTagParsers:this.customTagParsers,customTagMappers:this.customTagMappers,llhls:this.llhls});return!n.playlists||!n.playlists.length||this.excludeAudioOnlyVariants(n.playlists),n}catch(n){this.error=n,this.error.metadata={errorType:re.Error.StreamingHlsPlaylistParserError,error:n}}}excludeAudioOnlyVariants(e){const t=n=>{const s=n.attributes||{},{width:a,height:o}=s.RESOLUTION||{};if(a&&o)return!0;const l=wf(n)||[];return!!ls(l).video};e.some(t)&&e.forEach(n=>{t(n)||(n.excludeUntil=1/0)})}haveMetadata({playlistString:e,playlistObject:t,url:n,id:s}){this.request=null,this.state="HAVE_METADATA";const a={playlistInfo:{type:"media",uri:n}};this.trigger({type:"playlistparsestart",metadata:a});const o=t||this.parseManifest_({url:n,manifestString:e});o.lastRequest=Date.now(),Sf({playlist:o,uri:n,id:s});const l=yl(this.main,o);this.targetDuration=o.partTargetDuration||o.targetDuration,this.pendingMedia_=null,l?(this.main=l,this.media_=this.main.playlists[s]):this.trigger("playlistunchanged"),this.updateMediaUpdateTimeout_(_l(this.media(),!!l)),a.parsedPlaylist=qd(this.main.playlists,a.playlistInfo.type,!this.media_.endList),this.trigger({type:"playlistparsecomplete",metadata:a}),this.trigger("loadedplaylist")}dispose(){this.trigger("dispose"),this.stopRequest(),W.clearTimeout(this.mediaUpdateTimeout),W.clearTimeout(this.finalRenditionTimeout),this.dateRangesStorage_=new $d,this.off()}stopRequest(){if(this.request){const e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}media(e,t){if(!e)return this.media_;if(this.state==="HAVE_NOTHING")throw new Error("Cannot switch media playlist from "+this.state);if(typeof e=="string"){if(!this.main.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.main.playlists[e]}if(W.clearTimeout(this.finalRenditionTimeout),t){const l=(e.partTargetDuration||e.targetDuration)/2*1e3||5e3;this.finalRenditionTimeout=W.setTimeout(this.media.bind(this,e,!1),l);return}const n=this.state,s=!this.media_||e.id!==this.media_.id,a=this.main.playlists[e.id];if(a&&a.endList||e.endList&&e.segments.length){this.request&&(this.request.onreadystatechange=null,this.request.abort(),this.request=null),this.state="HAVE_METADATA",this.media_=e,s&&(this.trigger("mediachanging"),n==="HAVE_MAIN_MANIFEST"?this.trigger("loadedmetadata"):this.trigger("mediachange"));return}if(this.updateMediaUpdateTimeout_(_l(e,!0)),!s)return;if(this.state="SWITCHING_MEDIA",this.request){if(e.resolvedUri===this.request.url)return;this.request.onreadystatechange=null,this.request.abort(),this.request=null}this.media_&&this.trigger("mediachanging"),this.pendingMedia_=e;const o={playlistInfo:{type:"media",uri:e.uri}};this.trigger({type:"playlistrequeststart",metadata:o}),this.request=this.vhs_.xhr({uri:e.resolvedUri,withCredentials:this.withCredentials,requestType:"hls-playlist"},(l,c)=>{if(this.request){if(e.lastRequest=Date.now(),e.resolvedUri=Ta(e.resolvedUri,c),l)return this.playlistRequestError(this.request,e,n);this.trigger({type:"playlistrequestcomplete",metadata:o}),this.haveMetadata({playlistString:c.responseText,url:e.uri,id:e.id}),n==="HAVE_MAIN_MANIFEST"?this.trigger("loadedmetadata"):this.trigger("mediachange")}})}pause(){this.mediaUpdateTimeout&&(W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null),this.stopRequest(),this.state==="HAVE_NOTHING"&&(this.started=!1),this.state==="SWITCHING_MEDIA"?this.media_?this.state="HAVE_METADATA":this.state="HAVE_MAIN_MANIFEST":this.state==="HAVE_CURRENT_METADATA"&&(this.state="HAVE_METADATA")}load(e){this.mediaUpdateTimeout&&(W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null);const t=this.media();if(e){const n=t?(t.partTargetDuration||t.targetDuration)/2*1e3:5e3;this.mediaUpdateTimeout=W.setTimeout(()=>{this.mediaUpdateTimeout=null,this.load()},n);return}if(!this.started){this.start();return}t&&!t.endList?this.trigger("mediaupdatetimeout"):this.trigger("loadedplaylist")}updateMediaUpdateTimeout_(e){this.mediaUpdateTimeout&&(W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null),!(!this.media()||this.media().endList)&&(this.mediaUpdateTimeout=W.setTimeout(()=>{this.mediaUpdateTimeout=null,this.trigger("mediaupdatetimeout"),this.updateMediaUpdateTimeout_(e)},e))}start(){if(this.started=!0,typeof this.src=="object"){this.src.uri||(this.src.uri=W.location.href),this.src.resolvedUri=this.src.uri,setTimeout(()=>{this.setupInitialPlaylist(this.src)},0);return}const e={playlistInfo:{type:"multivariant",uri:this.src}};this.trigger({type:"playlistrequeststart",metadata:e}),this.request=this.vhs_.xhr({uri:this.src,withCredentials:this.withCredentials,requestType:"hls-playlist"},(t,n)=>{if(!this.request)return;if(this.request=null,t)return this.error={status:n.status,message:`HLS playlist request error at URL: ${this.src}.`,responseText:n.responseText,code:2,metadata:Rn({requestType:n.requestType,request:n,error:t})},this.state==="HAVE_NOTHING"&&(this.started=!1),this.trigger("error");this.trigger({type:"playlistrequestcomplete",metadata:e}),this.src=Ta(this.src,n),this.trigger({type:"playlistparsestart",metadata:e});const s=this.parseManifest_({manifestString:n.responseText,url:this.src});e.parsedPlaylist=qd(s.playlists,e.playlistInfo.type,!1),this.trigger({type:"playlistparsecomplete",metadata:e}),this.setupInitialPlaylist(s)})}srcUri(){return typeof this.src=="string"?this.src:this.src.uri}setupInitialPlaylist(e){if(this.state="HAVE_MAIN_MANIFEST",e.playlists){this.main=e,Ef(this.main,this.srcUri()),e.playlists.forEach(n=>{n.segments=Nf(n),n.segments.forEach(s=>{Af(s,n.resolvedUri)})}),this.trigger("loadedplaylist"),this.request||this.media(this.main.playlists[0]);return}const t=this.srcUri()||W.location.href;this.main=bC(e,t),this.haveMetadata({playlistObject:e,url:t,id:this.main.playlists[0].id}),this.trigger("loadedmetadata")}updateOrDeleteClone(e,t){const n=this.main,s=e.ID;let a=n.playlists.length;for(;a--;){const o=n.playlists[a];if(o.attributes["PATHWAY-ID"]===s){const l=o.resolvedUri,c=o.id;if(t){const d=this.createCloneURI_(o.resolvedUri,e),g=tr(s,d),m=this.createCloneAttributes_(s,o.attributes),k=this.createClonePlaylist_(o,g,e,m);n.playlists[a]=k,n.playlists[g]=k,n.playlists[d]=k}else n.playlists.splice(a,1);delete n.playlists[c],delete n.playlists[l]}}this.updateOrDeleteCloneMedia(e,t)}updateOrDeleteCloneMedia(e,t){const n=this.main,s=e.ID;["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(a=>{if(!(!n.mediaGroups[a]||!n.mediaGroups[a][s])){for(const o in n.mediaGroups[a])if(o===s){for(const l in n.mediaGroups[a][o])n.mediaGroups[a][o][l].playlists.forEach((d,g)=>{const m=n.playlists[d.id],k=m.id,T=m.resolvedUri;delete n.playlists[k],delete n.playlists[T]});delete n.mediaGroups[a][o]}}}),t&&this.createClonedMediaGroups_(e)}addClonePathway(e,t={}){const n=this.main,s=n.playlists.length,a=this.createCloneURI_(t.resolvedUri,e),o=tr(e.ID,a),l=this.createCloneAttributes_(e.ID,t.attributes),c=this.createClonePlaylist_(t,o,e,l);n.playlists[s]=c,n.playlists[o]=c,n.playlists[a]=c,this.createClonedMediaGroups_(e)}createClonedMediaGroups_(e){const t=e.ID,n=e["BASE-ID"],s=this.main;["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(a=>{if(!(!s.mediaGroups[a]||s.mediaGroups[a][t]))for(const o in s.mediaGroups[a]){if(o===n)s.mediaGroups[a][t]={};else continue;for(const l in s.mediaGroups[a][o]){const c=s.mediaGroups[a][o][l];s.mediaGroups[a][t][l]=bt({},c);const d=s.mediaGroups[a][t][l],g=this.createCloneURI_(c.resolvedUri,e);d.resolvedUri=g,d.uri=g,d.playlists=[],c.playlists.forEach((m,k)=>{const T=s.playlists[m.id],A=Cf(a,t,l),y=tr(t,A);if(T&&!s.playlists[y]){const w=this.createClonePlaylist_(T,y,e),O=w.resolvedUri;s.playlists[y]=w,s.playlists[O]=w}d.playlists[k]=this.createClonePlaylist_(m,y,e)})}}})}createClonePlaylist_(e,t,n,s){const a=this.createCloneURI_(e.resolvedUri,n),o={resolvedUri:a,uri:a,id:t};return e.segments&&(o.segments=[]),s&&(o.attributes=s),rt(e,o)}createCloneURI_(e,t){const n=new URL(e);n.hostname=t["URI-REPLACEMENT"].HOST;const s=t["URI-REPLACEMENT"].PARAMS;for(const a of Object.keys(s))n.searchParams.set(a,s[a]);return n.href}createCloneAttributes_(e,t){const n={"PATHWAY-ID":e};return["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(s=>{t[s]&&(n[s]=e)}),n}getKeyIdSet(e){const t=new Set;if(!e||!e.contentProtection)return t;for(const n in e.contentProtection)if(e.contentProtection[n]&&e.contentProtection[n].attributes&&e.contentProtection[n].attributes.keyId){const s=e.contentProtection[n].attributes.keyId;t.add(s.toLowerCase())}return t}}const Tl=function(r,e,t,n){const s=r.responseType==="arraybuffer"?r.response:r.responseText;!e&&s&&(r.responseTime=Date.now(),r.roundTripTime=r.responseTime-r.requestTime,r.bytesReceived=s.byteLength||s.length,r.bandwidth||(r.bandwidth=Math.floor(r.bytesReceived/r.roundTripTime*8*1e3))),t.headers&&(r.responseHeaders=t.headers),e&&e.code==="ETIMEDOUT"&&(r.timedout=!0),!e&&!r.aborted&&t.statusCode!==200&&t.statusCode!==206&&t.statusCode!==0&&(e=new Error("XHR Failed with a response of: "+(r&&(s||r.responseText)))),n(e,r)},DC=(r,e)=>{if(!r||!r.size)return;let t=e;return r.forEach(n=>{t=n(t)}),t},AC=(r,e,t,n)=>{!r||!r.size||r.forEach(s=>{s(e,t,n)})},Of=function(){const r=function e(t,n){t=rt({timeout:45e3},t);const s=e.beforeRequest||re.Vhs.xhr.beforeRequest,a=e._requestCallbackSet||re.Vhs.xhr._requestCallbackSet||new Set,o=e._responseCallbackSet||re.Vhs.xhr._responseCallbackSet;s&&typeof s=="function"&&(re.log.warn("beforeRequest is deprecated, use onRequest instead."),a.add(s));const l=re.Vhs.xhr.original===!0?re.xhr:re.Vhs.xhr,c=DC(a,t);a.delete(s);const d=l(c||t,function(m,k){return AC(o,d,m,k),Tl(d,m,k,n)}),g=d.abort;return d.abort=function(){return d.aborted=!0,g.apply(d,arguments)},d.uri=t.uri,d.requestType=t.requestType,d.requestTime=Date.now(),d};return r.original=!0,r},NC=function(r){let e;const t=r.offset;return typeof r.offset=="bigint"||typeof r.length=="bigint"?e=W.BigInt(r.offset)+W.BigInt(r.length)-W.BigInt(1):e=r.offset+r.length-1,"bytes="+t+"-"+e},bl=function(r){const e={};return r.byterange&&(e.Range=NC(r.byterange)),e},IC=function(r,e){return r.start(e)+"-"+r.end(e)},OC=function(r,e){const t=r.toString(16);return"00".substring(0,2-t.length)+t+(e%2?" ":"")},BC=function(r){return r>=32&&r<126?String.fromCharCode(r):"."},Bf=function(r){const e={};return Object.keys(r).forEach(t=>{const n=r[t];Lh(n)?e[t]={bytes:n.buffer,byteOffset:n.byteOffset,byteLength:n.byteLength}:e[t]=n}),e},ba=function(r){const e=r.byterange||{length:1/0,offset:0};return[e.length,e.offset,r.resolvedUri].join(",")},Lf=function(r){return r.resolvedUri},Mf=r=>{const e=Array.prototype.slice.call(r),t=16;let n="",s,a;for(let o=0;o<e.length/t;o++)s=e.slice(o*t,o*t+t).map(OC).join(""),a=e.slice(o*t,o*t+t).map(BC).join(""),n+=s+" "+a+`
|
|
203
|
+
`;return n},LC=({bytes:r})=>Mf(r),MC=r=>{let e="",t;for(t=0;t<r.length;t++)e+=IC(r,t)+" ";return e};var PC=Object.freeze({__proto__:null,createTransferableMessage:Bf,initSegmentId:ba,segmentKeyId:Lf,hexDump:Mf,tagDump:LC,textRanges:MC});const Pf=.25,RC=(r,e)=>{if(!e.dateTimeObject)return null;const t=e.videoTimingInfo.transmuxerPrependedSeconds,s=e.videoTimingInfo.transmuxedPresentationStart+t,a=r-s;return new Date(e.dateTimeObject.getTime()+a*1e3)},VC=r=>r.transmuxedPresentationEnd-r.transmuxedPresentationStart-r.transmuxerPrependedSeconds,FC=(r,e)=>{let t;try{t=new Date(r)}catch{return null}if(!e||!e.segments||e.segments.length===0)return null;let n=e.segments[0];if(t<new Date(n.dateTimeObject))return null;for(let c=0;c<e.segments.length-1;c++){n=e.segments[c];const d=new Date(e.segments[c+1].dateTimeObject);if(t<d)break}const s=e.segments[e.segments.length-1],a=s.dateTimeObject,o=s.videoTimingInfo?VC(s.videoTimingInfo):s.duration+s.duration*Pf,l=new Date(a.getTime()+o*1e3);return t>l?null:(t>new Date(a)&&(n=s),{segment:n,estimatedStart:n.videoTimingInfo?n.videoTimingInfo.transmuxedPresentationStart:oi.duration(e,e.mediaSequence+e.segments.indexOf(n)),type:n.videoTimingInfo?"accurate":"estimate"})},$C=(r,e)=>{if(!e||!e.segments||e.segments.length===0)return null;let t=0,n;for(let a=0;a<e.segments.length&&(n=e.segments[a],t=n.videoTimingInfo?n.videoTimingInfo.transmuxedPresentationEnd:t+n.duration,!(r<=t));a++);const s=e.segments[e.segments.length-1];if(s.videoTimingInfo&&s.videoTimingInfo.transmuxedPresentationEnd<r)return null;if(r>t){if(r>t+s.duration*Pf)return null;n=s}return{segment:n,estimatedStart:n.videoTimingInfo?n.videoTimingInfo.transmuxedPresentationStart:t-n.duration,type:n.videoTimingInfo?"accurate":"estimate"}},UC=(r,e)=>{let t,n;try{t=new Date(r),n=new Date(e)}catch{}const s=t.getTime();return(n.getTime()-s)/1e3},qC=r=>{if(!r.segments||r.segments.length===0)return!1;for(let e=0;e<r.segments.length;e++)if(!r.segments[e].dateTimeObject)return!1;return!0},jC=({playlist:r,time:e=void 0,callback:t})=>{if(!t)throw new Error("getProgramTime: callback must be provided");if(!r||e===void 0)return t({message:"getProgramTime: playlist and time must be provided"});const n=$C(e,r);if(!n)return t({message:"valid programTime was not found"});if(n.type==="estimate")return t({message:"Accurate programTime could not be determined. Please seek to e.seekTime and try again",seekTime:n.estimatedStart});const s={mediaSeconds:e},a=RC(e,n.segment);return a&&(s.programDateTime=a.toISOString()),t(null,s)},Rf=({programTime:r,playlist:e,retryCount:t=2,seekTo:n,pauseAfterSeek:s=!0,tech:a,callback:o})=>{if(!o)throw new Error("seekToProgramTime: callback must be provided");if(typeof r>"u"||!e||!n)return o({message:"seekToProgramTime: programTime, seekTo and playlist must be provided"});if(!e.endList&&!a.hasStarted_)return o({message:"player must be playing a live stream to start buffering"});if(!qC(e))return o({message:"programDateTime tags must be provided in the manifest "+e.resolvedUri});const l=FC(r,e);if(!l)return o({message:`${r} was not found in the stream`});const c=l.segment,d=UC(c.dateTimeObject,r);if(l.type==="estimate"){if(t===0)return o({message:`${r} is not buffered yet. Try again`});n(l.estimatedStart+d),a.one("seeked",()=>{Rf({programTime:r,playlist:e,retryCount:t-1,seekTo:n,pauseAfterSeek:s,tech:a,callback:o})});return}const g=c.start+d,m=()=>o(null,a.currentTime());a.one("seeked",m),s&&a.pause(),n(g)},Yo=(r,e)=>{if(r.readyState===4)return e()},HC=(r,e,t,n)=>{let s=[],a,o=!1;const l=function(m,k,T,A){return k.abort(),o=!0,t(m,k,T,A)},c=function(m,k){if(o)return;if(m)return m.metadata=Rn({requestType:n,request:k,error:m}),l(m,k,"",s);const T=k.responseText.substring(s&&s.byteLength||0,k.responseText.length);if(s=v4(s,Mh(T,!0)),a=a||Yr(s),s.length<10||a&&s.length<a+2)return Yo(k,()=>l(m,k,"",s));const A=Fl(s);return A==="ts"&&s.length<188?Yo(k,()=>l(m,k,"",s)):!A&&s.length<376?Yo(k,()=>l(m,k,"",s)):l(null,k,A,s)},g=e({uri:r,beforeSend(m){m.overrideMimeType("text/plain; charset=x-user-defined"),m.addEventListener("progress",function({total:k,loaded:T}){return Tl(m,null,{statusCode:m.status},c)})}},function(m,k){return Tl(g,m,k,c)});return g},{EventTarget:zC}=re,jd=function(r,e){if(!If(r,e)||r.sidx&&e.sidx&&(r.sidx.offset!==e.sidx.offset||r.sidx.length!==e.sidx.length))return!1;if(!r.sidx&&e.sidx||r.sidx&&!e.sidx||r.segments&&!e.segments||!r.segments&&e.segments)return!1;if(!r.segments&&!e.segments)return!0;for(let t=0;t<r.segments.length;t++){const n=r.segments[t],s=e.segments[t];if(n.uri!==s.uri)return!1;if(!n.byterange&&!s.byterange)continue;const a=n.byterange,o=s.byterange;if(a&&!o||!a&&o||a.offset!==o.offset||a.length!==o.length)return!1}return!0},GC=(r,e,t,n)=>{const s=n.attributes.NAME||t;return`placeholder-uri-${r}-${e}-${s}`},WC=({mainXml:r,srcUrl:e,clientOffset:t,sidxMapping:n,previousManifest:s})=>{const a=m8(r,{manifestUri:e,clientOffset:t,sidxMapping:n,previousManifest:s});return Ef(a,e,GC),a},YC=(r,e)=>{xr(r,(t,n,s,a)=>{(!e.mediaGroups[n][s]||!(a in e.mediaGroups[n][s]))&&delete r.mediaGroups[n][s][a]})},XC=(r,e,t)=>{let n=!0,s=rt(r,{duration:e.duration,minimumUpdatePeriod:e.minimumUpdatePeriod,timelineStarts:e.timelineStarts});for(let a=0;a<e.playlists.length;a++){const o=e.playlists[a];if(o.sidx){const c=Da(o.sidx);t&&t[c]&&t[c].sidx&&Pl(o,t[c].sidx,o.sidx.resolvedUri)}const l=yl(s,o,jd);l&&(s=l,n=!1)}return xr(e,(a,o,l,c)=>{if(a.playlists&&a.playlists.length){const d=a.playlists[0].id,g=yl(s,a.playlists[0],jd);g&&(s=g,c in s.mediaGroups[o][l]||(s.mediaGroups[o][l][c]=a),s.mediaGroups[o][l][c].playlists[0]=s.playlists[d],n=!1)}}),YC(s,e),e.minimumUpdatePeriod!==r.minimumUpdatePeriod&&(n=!1),n?null:s},KC=(r,e)=>(!r.map&&!e.map||!!(r.map&&e.map&&r.map.byterange.offset===e.map.byterange.offset&&r.map.byterange.length===e.map.byterange.length))&&r.uri===e.uri&&r.byterange.offset===e.byterange.offset&&r.byterange.length===e.byterange.length,Hd=(r,e)=>{const t={};for(const n in r){const a=r[n].sidx;if(a){const o=Da(a);if(!e[o])break;const l=e[o].sidxInfo;KC(l,a)&&(t[o]=e[o])}}return t},QC=(r,e)=>{let n=Hd(r.playlists,e);return xr(r,(s,a,o,l)=>{if(s.playlists&&s.playlists.length){const c=s.playlists;n=rt(n,Hd(c,e))}}),n};class xl extends zC{constructor(e,t,n={},s){super(),this.isPaused_=!0,this.mainPlaylistLoader_=s||this,s||(this.isMain_=!0);const{withCredentials:a=!1}=n;if(this.vhs_=t,this.withCredentials=a,this.addMetadataToTextTrack=n.addMetadataToTextTrack,!e)throw new Error("A non-empty playlist URL or object is required");this.on("minimumUpdatePeriod",()=>{this.refreshXml_()}),this.on("mediaupdatetimeout",()=>{this.refreshMedia_(this.media().id)}),this.state="HAVE_NOTHING",this.loadedPlaylists_={},this.logger_=Ci("DashPlaylistLoader"),this.isMain_?(this.mainPlaylistLoader_.srcUrl=e,this.mainPlaylistLoader_.sidxMapping_={}):this.childPlaylist_=e}get isPaused(){return this.isPaused_}requestErrored_(e,t,n){if(!this.request)return!0;if(this.request=null,e)return this.error=typeof e=="object"&&!(e instanceof Error)?e:{status:t.status,message:"DASH request error at URL: "+t.uri,response:t.response,code:2,metadata:e.metadata},n&&(this.state=n),this.trigger("error"),!0}addSidxSegments_(e,t,n){const s=e.sidx&&Da(e.sidx);if(!e.sidx||!s||this.mainPlaylistLoader_.sidxMapping_[s]){W.clearTimeout(this.mediaRequest_),this.mediaRequest_=W.setTimeout(()=>n(!1),0);return}const a=Ta(e.sidx.resolvedUri),o=(c,d)=>{if(this.requestErrored_(c,d,t))return;const g=this.mainPlaylistLoader_.sidxMapping_,{requestType:m}=d;let k;try{k=T8(Oe(d.response).subarray(8))}catch(T){T.metadata=Rn({requestType:m,request:d,parseFailure:!0}),this.requestErrored_(T,d,t);return}return g[s]={sidxInfo:e.sidx,sidx:k},Pl(e,k,e.sidx.resolvedUri),n(!0)},l="dash-sidx";this.request=HC(a,this.vhs_.xhr,(c,d,g,m)=>{if(c)return o(c,d);if(!g||g!=="mp4"){const A=g||"unknown";return o({status:d.status,message:`Unsupported ${A} container type for sidx segment at URL: ${a}`,response:"",playlist:e,internal:!0,playlistExclusionDuration:1/0,code:2},d)}const{offset:k,length:T}=e.sidx.byterange;if(m.length>=T+k)return o(c,{response:m.subarray(k,k+T),status:d.status,uri:d.uri});this.request=this.vhs_.xhr({uri:a,responseType:"arraybuffer",requestType:"dash-sidx",headers:bl({byterange:e.sidx.byterange})},o)},l)}dispose(){this.isPaused_=!0,this.trigger("dispose"),this.stopRequest(),this.loadedPlaylists_={},W.clearTimeout(this.minimumUpdatePeriodTimeout_),W.clearTimeout(this.mediaRequest_),W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.mediaRequest_=null,this.minimumUpdatePeriodTimeout_=null,this.mainPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.mainPlaylistLoader_.createMupOnMedia_),this.mainPlaylistLoader_.createMupOnMedia_=null),this.off()}hasPendingRequest(){return this.request||this.mediaRequest_}stopRequest(){if(this.request){const e=this.request;this.request=null,e.onreadystatechange=null,e.abort()}}media(e){if(!e)return this.media_;if(this.state==="HAVE_NOTHING")throw new Error("Cannot switch media playlist from "+this.state);const t=this.state;if(typeof e=="string"){if(!this.mainPlaylistLoader_.main.playlists[e])throw new Error("Unknown playlist URI: "+e);e=this.mainPlaylistLoader_.main.playlists[e]}const n=!this.media_||e.id!==this.media_.id;if(n&&this.loadedPlaylists_[e.id]&&this.loadedPlaylists_[e.id].endList){this.state="HAVE_METADATA",this.media_=e,n&&(this.trigger("mediachanging"),this.trigger("mediachange"));return}n&&(this.media_&&this.trigger("mediachanging"),this.addSidxSegments_(e,t,s=>{this.haveMetadata({startingState:t,playlist:e})}))}haveMetadata({startingState:e,playlist:t}){this.state="HAVE_METADATA",this.loadedPlaylists_[t.id]=t,W.clearTimeout(this.mediaRequest_),this.mediaRequest_=null,this.refreshMedia_(t.id),e==="HAVE_MAIN_MANIFEST"?this.trigger("loadedmetadata"):this.trigger("mediachange")}pause(){this.isPaused_=!0,this.mainPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.mainPlaylistLoader_.createMupOnMedia_),this.mainPlaylistLoader_.createMupOnMedia_=null),this.stopRequest(),W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.isMain_&&(W.clearTimeout(this.mainPlaylistLoader_.minimumUpdatePeriodTimeout_),this.mainPlaylistLoader_.minimumUpdatePeriodTimeout_=null),this.state==="HAVE_NOTHING"&&(this.started=!1)}load(e){this.isPaused_=!1,W.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null;const t=this.media();if(e){const n=t?t.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=W.setTimeout(()=>this.load(),n);return}if(!this.started){this.start();return}t&&!t.endList?(this.isMain_&&!this.minimumUpdatePeriodTimeout_&&(this.trigger("minimumUpdatePeriod"),this.updateMinimumUpdatePeriodTimeout_()),this.trigger("mediaupdatetimeout")):this.trigger("loadedplaylist")}start(){if(this.started=!0,!this.isMain_){W.clearTimeout(this.mediaRequest_),this.mediaRequest_=W.setTimeout(()=>this.haveMain_(),0);return}this.requestMain_((e,t)=>{this.haveMain_(),!this.hasPendingRequest()&&!this.media_&&this.media(this.mainPlaylistLoader_.main.playlists[0])})}requestMain_(e){const t={manifestInfo:{uri:this.mainPlaylistLoader_.srcUrl}};this.trigger({type:"manifestrequeststart",metadata:t}),this.request=this.vhs_.xhr({uri:this.mainPlaylistLoader_.srcUrl,withCredentials:this.withCredentials,requestType:"dash-manifest"},(n,s)=>{if(n){const{requestType:o}=s;n.metadata=Rn({requestType:o,request:s,error:n})}if(this.requestErrored_(n,s)){this.state==="HAVE_NOTHING"&&(this.started=!1);return}this.trigger({type:"manifestrequestcomplete",metadata:t});const a=s.responseText!==this.mainPlaylistLoader_.mainXml_;if(this.mainPlaylistLoader_.mainXml_=s.responseText,s.responseHeaders&&s.responseHeaders.date?this.mainLoaded_=Date.parse(s.responseHeaders.date):this.mainLoaded_=Date.now(),this.mainPlaylistLoader_.srcUrl=Ta(this.mainPlaylistLoader_.srcUrl,s),a){this.handleMain_(),this.syncClientServerClock_(()=>e(s,a));return}return e(s,a)})}syncClientServerClock_(e){const t=g8(this.mainPlaylistLoader_.mainXml_);if(t===null)return this.mainPlaylistLoader_.clientOffset_=this.mainLoaded_-Date.now(),e();if(t.method==="DIRECT")return this.mainPlaylistLoader_.clientOffset_=t.value-Date.now(),e();this.request=this.vhs_.xhr({uri:ai(this.mainPlaylistLoader_.srcUrl,t.value),method:t.method,withCredentials:this.withCredentials,requestType:"dash-clock-sync"},(n,s)=>{if(!this.request)return;if(n){const{requestType:o}=s;return this.error.metadata=Rn({requestType:o,request:s,error:n}),this.mainPlaylistLoader_.clientOffset_=this.mainLoaded_-Date.now(),e()}let a;t.method==="HEAD"?!s.responseHeaders||!s.responseHeaders.date?a=this.mainLoaded_:a=Date.parse(s.responseHeaders.date):a=Date.parse(s.responseText),this.mainPlaylistLoader_.clientOffset_=a-Date.now(),e()})}haveMain_(){this.state="HAVE_MAIN_MANIFEST",this.isMain_?this.trigger("loadedplaylist"):this.media_||this.media(this.childPlaylist_)}handleMain_(){W.clearTimeout(this.mediaRequest_),this.mediaRequest_=null;const e=this.mainPlaylistLoader_.main,t={manifestInfo:{uri:this.mainPlaylistLoader_.srcUrl}};this.trigger({type:"manifestparsestart",metadata:t});let n;try{n=WC({mainXml:this.mainPlaylistLoader_.mainXml_,srcUrl:this.mainPlaylistLoader_.srcUrl,clientOffset:this.mainPlaylistLoader_.clientOffset_,sidxMapping:this.mainPlaylistLoader_.sidxMapping_,previousManifest:e})}catch(a){this.error=a,this.error.metadata={errorType:re.Error.StreamingDashManifestParserError,error:a},this.trigger("error")}e&&(n=XC(e,n,this.mainPlaylistLoader_.sidxMapping_)),this.mainPlaylistLoader_.main=n||e;const s=this.mainPlaylistLoader_.main.locations&&this.mainPlaylistLoader_.main.locations[0];if(s&&s!==this.mainPlaylistLoader_.srcUrl&&(this.mainPlaylistLoader_.srcUrl=s),(!e||n&&n.minimumUpdatePeriod!==e.minimumUpdatePeriod)&&this.updateMinimumUpdatePeriodTimeout_(),this.addEventStreamToMetadataTrack_(n),n){const{duration:a,endList:o}=n,l=[];n.playlists.forEach(d=>{l.push({id:d.id,bandwidth:d.attributes.BANDWIDTH,resolution:d.attributes.RESOLUTION,codecs:d.attributes.CODECS})});const c={duration:a,isLive:!o,renditions:l};t.parsedManifest=c,this.trigger({type:"manifestparsecomplete",metadata:t})}return!!n}updateMinimumUpdatePeriodTimeout_(){const e=this.mainPlaylistLoader_;e.createMupOnMedia_&&(e.off("loadedmetadata",e.createMupOnMedia_),e.createMupOnMedia_=null),e.minimumUpdatePeriodTimeout_&&(W.clearTimeout(e.minimumUpdatePeriodTimeout_),e.minimumUpdatePeriodTimeout_=null);let t=e.main&&e.main.minimumUpdatePeriod;if(t===0&&(e.media()?t=e.media().targetDuration*1e3:(e.createMupOnMedia_=e.updateMinimumUpdatePeriodTimeout_,e.one("loadedmetadata",e.createMupOnMedia_))),typeof t!="number"||t<=0){t<0&&this.logger_(`found invalid minimumUpdatePeriod of ${t}, not setting a timeout`);return}this.createMUPTimeout_(t)}createMUPTimeout_(e){const t=this.mainPlaylistLoader_;t.minimumUpdatePeriodTimeout_=W.setTimeout(()=>{t.minimumUpdatePeriodTimeout_=null,t.trigger("minimumUpdatePeriod"),t.createMUPTimeout_(e)},e)}refreshXml_(){this.requestMain_((e,t)=>{t&&(this.media_&&(this.media_=this.mainPlaylistLoader_.main.playlists[this.media_.id]),this.mainPlaylistLoader_.sidxMapping_=QC(this.mainPlaylistLoader_.main,this.mainPlaylistLoader_.sidxMapping_),this.addSidxSegments_(this.media(),this.state,n=>{this.refreshMedia_(this.media().id)}))})}refreshMedia_(e){if(!e)throw new Error("refreshMedia_ must take a media id");this.media_&&this.isMain_&&this.handleMain_();const t=this.mainPlaylistLoader_.main.playlists,n=!this.media_||this.media_!==t[e];if(n?this.media_=t[e]:this.trigger("playlistunchanged"),!this.mediaUpdateTimeout){const s=()=>{this.media().endList||(this.mediaUpdateTimeout=W.setTimeout(()=>{this.trigger("mediaupdatetimeout"),s()},_l(this.media(),!!n)))};s()}this.trigger("loadedplaylist")}addEventStreamToMetadataTrack_(e){if(e&&this.mainPlaylistLoader_.main.eventStream){const t=this.mainPlaylistLoader_.main.eventStream.map(n=>({cueTime:n.start,frames:[{data:n.messageData}]}));this.addMetadataToTextTrack("EventStream",t,this.mainPlaylistLoader_.main.duration)}}getKeyIdSet(e){if(e.contentProtection){const t=new Set;for(const n in e.contentProtection){const s=e.contentProtection[n].attributes["cenc:default_KID"];s&&t.add(s.replace(/-/g,"").toLowerCase())}return t}}}var It={GOAL_BUFFER_LENGTH:30,MAX_GOAL_BUFFER_LENGTH:60,BACK_BUFFER_LENGTH:30,GOAL_BUFFER_LENGTH_RATE:1,INITIAL_BANDWIDTH:4194304,BANDWIDTH_VARIANCE:1.2,BUFFER_LOW_WATER_LINE:0,MAX_BUFFER_LOW_WATER_LINE:30,EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE:16,BUFFER_LOW_WATER_LINE_RATE:1,BUFFER_HIGH_WATER_LINE:30};const ZC=r=>{const e=new Uint8Array(new ArrayBuffer(r.length));for(let t=0;t<r.length;t++)e[t]=r.charCodeAt(t);return e.buffer},Vf=function(r){return r.on=r.addEventListener,r.off=r.removeEventListener,r},JC=function(r){try{return URL.createObjectURL(new Blob([r],{type:"application/javascript"}))}catch{const t=new BlobBuilder;return t.append(r),URL.createObjectURL(t.getBlob())}},Ff=function(r){return function(){const e=JC(r),t=Vf(new Worker(e));t.objURL=e;const n=t.terminate;return t.on=t.addEventListener,t.off=t.removeEventListener,t.terminate=function(){return URL.revokeObjectURL(e),n.call(this)},t}},$f=function(r){return`var browserWorkerPolyFill = ${Vf.toString()};
|
|
204
|
+
browserWorkerPolyFill(self);
|
|
205
|
+
`+r},Uf=function(r){return r.toString().replace(/^function.+?{/,"").slice(0,-1)},e5=$f(Uf(function(){var r=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=function(){this.init=function(){var u={};this.on=function(h,p){u[h]||(u[h]=[]),u[h]=u[h].concat(p)},this.off=function(h,p){var f;return u[h]?(f=u[h].indexOf(p),u[h]=u[h].slice(),u[h].splice(f,1),f>-1):!1},this.trigger=function(h){var p,f,v,_;if(p=u[h],!!p)if(arguments.length===2)for(v=p.length,f=0;f<v;++f)p[f].call(this,arguments[1]);else{for(_=[],f=arguments.length,f=1;f<arguments.length;++f)_.push(arguments[f]);for(v=p.length,f=0;f<v;++f)p[f].apply(this,_)}},this.dispose=function(){u={}}}};e.prototype.pipe=function(u){return this.on("data",function(h){u.push(h)}),this.on("done",function(h){u.flush(h)}),this.on("partialdone",function(h){u.partialFlush(h)}),this.on("endedtimeline",function(h){u.endTimeline(h)}),this.on("reset",function(h){u.reset(h)}),u},e.prototype.push=function(u){this.trigger("data",u)},e.prototype.flush=function(u){this.trigger("done",u)},e.prototype.partialFlush=function(u){this.trigger("partialdone",u)},e.prototype.endTimeline=function(u){this.trigger("endedtimeline",u)},e.prototype.reset=function(u){this.trigger("reset",u)};var t=e,n=Math.pow(2,32),s=function(u){var h=new DataView(u.buffer,u.byteOffset,u.byteLength),p;return h.getBigUint64?(p=h.getBigUint64(0),p<Number.MAX_SAFE_INTEGER?Number(p):p):h.getUint32(0)*n+h.getUint32(4)},a={getUint64:s,MAX_UINT32:n},o=a.MAX_UINT32,l,c,d,g,m,k,T,A,y,w,O,L,B,q,H,j,I,$,b,x,P,F,S,E,V,X,K,U,Z,G,ee,ie,ce,ve,de,Be;(function(){var u;if(S={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],pasp:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},!(typeof Uint8Array>"u")){for(u in S)S.hasOwnProperty(u)&&(S[u]=[u.charCodeAt(0),u.charCodeAt(1),u.charCodeAt(2),u.charCodeAt(3)]);E=new Uint8Array([105,115,111,109]),X=new Uint8Array([97,118,99,49]),V=new Uint8Array([0,0,0,1]),K=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),U=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),Z={video:K,audio:U},ie=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),ee=new Uint8Array([0,0,0,0,0,0,0,0]),ce=new Uint8Array([0,0,0,0,0,0,0,0]),ve=ce,de=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Be=ce,G=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}})(),l=function(u){var h=[],p=0,f,v,_;for(f=1;f<arguments.length;f++)h.push(arguments[f]);for(f=h.length;f--;)p+=h[f].byteLength;for(v=new Uint8Array(p+8),_=new DataView(v.buffer,v.byteOffset,v.byteLength),_.setUint32(0,v.byteLength),v.set(u,4),f=0,p=8;f<h.length;f++)v.set(h[f],p),p+=h[f].byteLength;return v},c=function(){return l(S.dinf,l(S.dref,ie))},d=function(u){return l(S.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,u.audioobjecttype<<3|u.samplingfrequencyindex>>>1,u.samplingfrequencyindex<<7|u.channelcount<<3,6,1,2]))},g=function(){return l(S.ftyp,E,V,E,X)},j=function(u){return l(S.hdlr,Z[u])},m=function(u){return l(S.mdat,u)},H=function(u){var h=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,u.duration>>>24&255,u.duration>>>16&255,u.duration>>>8&255,u.duration&255,85,196,0,0]);return u.samplerate&&(h[12]=u.samplerate>>>24&255,h[13]=u.samplerate>>>16&255,h[14]=u.samplerate>>>8&255,h[15]=u.samplerate&255),l(S.mdhd,h)},q=function(u){return l(S.mdia,H(u),j(u.type),T(u))},k=function(u){return l(S.mfhd,new Uint8Array([0,0,0,0,(u&4278190080)>>24,(u&16711680)>>16,(u&65280)>>8,u&255]))},T=function(u){return l(S.minf,u.type==="video"?l(S.vmhd,G):l(S.smhd,ee),c(),$(u))},A=function(u,h){for(var p=[],f=h.length;f--;)p[f]=x(h[f]);return l.apply(null,[S.moof,k(u)].concat(p))},y=function(u){for(var h=u.length,p=[];h--;)p[h]=L(u[h]);return l.apply(null,[S.moov,O(4294967295)].concat(p).concat(w(u)))},w=function(u){for(var h=u.length,p=[];h--;)p[h]=P(u[h]);return l.apply(null,[S.mvex].concat(p))},O=function(u){var h=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(u&4278190080)>>24,(u&16711680)>>16,(u&65280)>>8,u&255,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return l(S.mvhd,h)},I=function(u){var h=u.samples||[],p=new Uint8Array(4+h.length),f,v;for(v=0;v<h.length;v++)f=h[v].flags,p[v+4]=f.dependsOn<<4|f.isDependedOn<<2|f.hasRedundancy;return l(S.sdtp,p)},$=function(u){return l(S.stbl,b(u),l(S.stts,Be),l(S.stsc,ve),l(S.stsz,de),l(S.stco,ce))},(function(){var u,h;b=function(p){return l(S.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),p.type==="video"?u(p):h(p))},u=function(p){var f=p.sps||[],v=p.pps||[],_=[],M=[],R,z;for(R=0;R<f.length;R++)_.push((f[R].byteLength&65280)>>>8),_.push(f[R].byteLength&255),_=_.concat(Array.prototype.slice.call(f[R]));for(R=0;R<v.length;R++)M.push((v[R].byteLength&65280)>>>8),M.push(v[R].byteLength&255),M=M.concat(Array.prototype.slice.call(v[R]));if(z=[S.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(p.width&65280)>>8,p.width&255,(p.height&65280)>>8,p.height&255,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),l(S.avcC,new Uint8Array([1,p.profileIdc,p.profileCompatibility,p.levelIdc,255].concat([f.length],_,[v.length],M))),l(S.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192]))],p.sarRatio){var Y=p.sarRatio[0],te=p.sarRatio[1];z.push(l(S.pasp,new Uint8Array([(Y&4278190080)>>24,(Y&16711680)>>16,(Y&65280)>>8,Y&255,(te&4278190080)>>24,(te&16711680)>>16,(te&65280)>>8,te&255])))}return l.apply(null,z)},h=function(p){return l(S.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(p.channelcount&65280)>>8,p.channelcount&255,(p.samplesize&65280)>>8,p.samplesize&255,0,0,0,0,(p.samplerate&65280)>>8,p.samplerate&255,0,0]),d(p))}})(),B=function(u){var h=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(u.id&4278190080)>>24,(u.id&16711680)>>16,(u.id&65280)>>8,u.id&255,0,0,0,0,(u.duration&4278190080)>>24,(u.duration&16711680)>>16,(u.duration&65280)>>8,u.duration&255,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(u.width&65280)>>8,u.width&255,0,0,(u.height&65280)>>8,u.height&255,0,0]);return l(S.tkhd,h)},x=function(u){var h,p,f,v,_,M,R;return h=l(S.tfhd,new Uint8Array([0,0,0,58,(u.id&4278190080)>>24,(u.id&16711680)>>16,(u.id&65280)>>8,u.id&255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),M=Math.floor(u.baseMediaDecodeTime/o),R=Math.floor(u.baseMediaDecodeTime%o),p=l(S.tfdt,new Uint8Array([1,0,0,0,M>>>24&255,M>>>16&255,M>>>8&255,M&255,R>>>24&255,R>>>16&255,R>>>8&255,R&255])),_=92,u.type==="audio"?(f=F(u,_),l(S.traf,h,p,f)):(v=I(u),f=F(u,v.length+_),l(S.traf,h,p,f,v))},L=function(u){return u.duration=u.duration||4294967295,l(S.trak,B(u),q(u))},P=function(u){var h=new Uint8Array([0,0,0,0,(u.id&4278190080)>>24,(u.id&16711680)>>16,(u.id&65280)>>8,u.id&255,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return u.type!=="video"&&(h[h.length-1]=0),l(S.trex,h)},(function(){var u,h,p;p=function(f,v){var _=0,M=0,R=0,z=0;return f.length&&(f[0].duration!==void 0&&(_=1),f[0].size!==void 0&&(M=2),f[0].flags!==void 0&&(R=4),f[0].compositionTimeOffset!==void 0&&(z=8)),[0,0,_|M|R|z,1,(f.length&4278190080)>>>24,(f.length&16711680)>>>16,(f.length&65280)>>>8,f.length&255,(v&4278190080)>>>24,(v&16711680)>>>16,(v&65280)>>>8,v&255]},h=function(f,v){var _,M,R,z,Y,te;for(z=f.samples||[],v+=20+16*z.length,R=p(z,v),M=new Uint8Array(R.length+z.length*16),M.set(R),_=R.length,te=0;te<z.length;te++)Y=z[te],M[_++]=(Y.duration&4278190080)>>>24,M[_++]=(Y.duration&16711680)>>>16,M[_++]=(Y.duration&65280)>>>8,M[_++]=Y.duration&255,M[_++]=(Y.size&4278190080)>>>24,M[_++]=(Y.size&16711680)>>>16,M[_++]=(Y.size&65280)>>>8,M[_++]=Y.size&255,M[_++]=Y.flags.isLeading<<2|Y.flags.dependsOn,M[_++]=Y.flags.isDependedOn<<6|Y.flags.hasRedundancy<<4|Y.flags.paddingValue<<1|Y.flags.isNonSyncSample,M[_++]=Y.flags.degradationPriority&61440,M[_++]=Y.flags.degradationPriority&15,M[_++]=(Y.compositionTimeOffset&4278190080)>>>24,M[_++]=(Y.compositionTimeOffset&16711680)>>>16,M[_++]=(Y.compositionTimeOffset&65280)>>>8,M[_++]=Y.compositionTimeOffset&255;return l(S.trun,M)},u=function(f,v){var _,M,R,z,Y,te;for(z=f.samples||[],v+=20+8*z.length,R=p(z,v),_=new Uint8Array(R.length+z.length*8),_.set(R),M=R.length,te=0;te<z.length;te++)Y=z[te],_[M++]=(Y.duration&4278190080)>>>24,_[M++]=(Y.duration&16711680)>>>16,_[M++]=(Y.duration&65280)>>>8,_[M++]=Y.duration&255,_[M++]=(Y.size&4278190080)>>>24,_[M++]=(Y.size&16711680)>>>16,_[M++]=(Y.size&65280)>>>8,_[M++]=Y.size&255;return l(S.trun,_)},F=function(f,v){return f.type==="audio"?u(f,v):h(f,v)}})();var ke={ftyp:g,mdat:m,moof:A,moov:y,initSegment:function(u){var h=g(),p=y(u),f;return f=new Uint8Array(h.byteLength+p.byteLength),f.set(h),f.set(p,h.byteLength),f}},we=function(u){var h,p,f=[],v=[];for(v.byteLength=0,v.nalCount=0,v.duration=0,f.byteLength=0,h=0;h<u.length;h++)p=u[h],p.nalUnitType==="access_unit_delimiter_rbsp"?(f.length&&(f.duration=p.dts-f.dts,v.byteLength+=f.byteLength,v.nalCount+=f.length,v.duration+=f.duration,v.push(f)),f=[p],f.byteLength=p.data.byteLength,f.pts=p.pts,f.dts=p.dts):(p.nalUnitType==="slice_layer_without_partitioning_rbsp_idr"&&(f.keyFrame=!0),f.duration=p.dts-f.dts,f.byteLength+=p.data.byteLength,f.push(p));return v.length&&(!f.duration||f.duration<=0)&&(f.duration=v[v.length-1].duration),v.byteLength+=f.byteLength,v.nalCount+=f.length,v.duration+=f.duration,v.push(f),v},Ye=function(u){var h,p,f=[],v=[];for(f.byteLength=0,f.nalCount=0,f.duration=0,f.pts=u[0].pts,f.dts=u[0].dts,v.byteLength=0,v.nalCount=0,v.duration=0,v.pts=u[0].pts,v.dts=u[0].dts,h=0;h<u.length;h++)p=u[h],p.keyFrame?(f.length&&(v.push(f),v.byteLength+=f.byteLength,v.nalCount+=f.nalCount,v.duration+=f.duration),f=[p],f.nalCount=p.length,f.byteLength=p.byteLength,f.pts=p.pts,f.dts=p.dts,f.duration=p.duration):(f.duration+=p.duration,f.nalCount+=p.length,f.byteLength+=p.byteLength,f.push(p));return v.length&&f.duration<=0&&(f.duration=v[v.length-1].duration),v.byteLength+=f.byteLength,v.nalCount+=f.nalCount,v.duration+=f.duration,v.push(f),v},Ve=function(u){var h;return!u[0][0].keyFrame&&u.length>1&&(h=u.shift(),u.byteLength-=h.byteLength,u.nalCount-=h.nalCount,u[0][0].dts=h.dts,u[0][0].pts=h.pts,u[0][0].duration+=h.duration),u},et=function(){return{size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}}},Qe=function(u,h){var p=et();return p.dataOffset=h,p.compositionTimeOffset=u.pts-u.dts,p.duration=u.duration,p.size=4*u.length,p.size+=u.byteLength,u.keyFrame&&(p.flags.dependsOn=2,p.flags.isNonSyncSample=0),p},Le=function(u,h){var p,f,v,_,M,R=h||0,z=[];for(p=0;p<u.length;p++)for(_=u[p],f=0;f<_.length;f++)M=_[f],v=Qe(M,R),R+=v.size,z.push(v);return z},Ue=function(u){var h,p,f,v,_,M,R=0,z=u.byteLength,Y=u.nalCount,te=z+4*Y,le=new Uint8Array(te),be=new DataView(le.buffer);for(h=0;h<u.length;h++)for(v=u[h],p=0;p<v.length;p++)for(_=v[p],f=0;f<_.length;f++)M=_[f],be.setUint32(R,M.data.byteLength),R+=4,le.set(M.data,R),R+=M.data.byteLength;return le},At=function(u,h){var p,f=h||0,v=[];return p=Qe(u,f),v.push(p),v},qe=function(u){var h,p,f=0,v=u.byteLength,_=u.length,M=v+4*_,R=new Uint8Array(M),z=new DataView(R.buffer);for(h=0;h<u.length;h++)p=u[h],z.setUint32(f,p.data.byteLength),f+=4,R.set(p.data,f),f+=p.data.byteLength;return R},St={groupNalsIntoFrames:we,groupFramesIntoGops:Ye,extendFirstKeyFrame:Ve,generateSampleTable:Le,concatenateNalData:Ue,generateSampleTableForFrame:At,concatenateNalDataForFrame:qe},Ee=[33,16,5,32,164,27],Ae=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],pe=function(u){for(var h=[];u--;)h.push(0);return h},De=function(u){return Object.keys(u).reduce(function(h,p){return h[p]=new Uint8Array(u[p].reduce(function(f,v){return f.concat(v)},[])),h},{})},Ge,st=function(){if(!Ge){var u={96e3:[Ee,[227,64],pe(154),[56]],88200:[Ee,[231],pe(170),[56]],64e3:[Ee,[248,192],pe(240),[56]],48e3:[Ee,[255,192],pe(268),[55,148,128],pe(54),[112]],44100:[Ee,[255,192],pe(268),[55,163,128],pe(84),[112]],32e3:[Ee,[255,192],pe(268),[55,234],pe(226),[112]],24e3:[Ee,[255,192],pe(268),[55,255,128],pe(268),[111,112],pe(126),[224]],16e3:[Ee,[255,192],pe(268),[55,255,128],pe(268),[111,255],pe(269),[223,108],pe(195),[1,192]],12e3:[Ae,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,253,128],pe(259),[56]],11025:[Ae,pe(268),[3,127,248],pe(268),[6,255,240],pe(268),[13,255,224],pe(268),[27,255,192],pe(268),[55,175,128],pe(108),[112]],8e3:[Ae,pe(268),[3,121,16],pe(47),[7]]};Ge=De(u)}return Ge},ne=9e4,se,oe,xe,he,Xe,Ze,Et;se=function(u){return u*ne},oe=function(u,h){return u*h},xe=function(u){return u/ne},he=function(u,h){return u/h},Xe=function(u,h){return se(he(u,h))},Ze=function(u,h){return oe(xe(u),h)},Et=function(u,h,p){return xe(p?u:u-h)};var je={ONE_SECOND_IN_TS:ne,secondsToVideoTs:se,secondsToAudioTs:oe,videoTsToSeconds:xe,audioTsToSeconds:he,audioTsToVideoTs:Xe,videoTsToAudioTs:Ze,metadataTsToSeconds:Et},ui=st,Lt=je,ci=function(u){var h,p,f=0;for(h=0;h<u.length;h++)p=u[h],f+=p.data.byteLength;return f},ft=function(u,h,p,f){var v,_=0,M=0,R=0,z=0,Y,te,le;if(h.length&&(v=Lt.audioTsToVideoTs(u.baseMediaDecodeTime,u.samplerate),_=Math.ceil(Lt.ONE_SECOND_IN_TS/(u.samplerate/1024)),p&&f&&(M=v-Math.max(p,f),R=Math.floor(M/_),z=R*_),!(R<1||z>Lt.ONE_SECOND_IN_TS/2))){for(Y=ui()[u.samplerate],Y||(Y=h[0].data),te=0;te<R;te++)le=h[0],h.splice(0,0,{data:Y,dts:le.dts-_,pts:le.pts-_});return u.baseMediaDecodeTime-=Math.floor(Lt.videoTsToAudioTs(z,u.samplerate)),z}},Ft=function(u,h,p){return h.minSegmentDts>=p?u:(h.minSegmentDts=1/0,u.filter(function(f){return f.dts>=p?(h.minSegmentDts=Math.min(h.minSegmentDts,f.dts),h.minSegmentPts=h.minSegmentDts,!0):!1}))},di=function(u){var h,p,f=[];for(h=0;h<u.length;h++)p=u[h],f.push({size:p.data.byteLength,duration:1024});return f},Gt=function(u){var h,p,f=0,v=new Uint8Array(ci(u));for(h=0;h<u.length;h++)p=u[h],v.set(p.data,f),f+=p.data.byteLength;return v},Xi={prefixWithSilence:ft,trimAdtsFramesByEarliestDts:Ft,generateSampleTable:di,concatenateFrameData:Gt},$t=je.ONE_SECOND_IN_TS,Si=function(u,h){typeof h.pts=="number"&&(u.timelineStartInfo.pts===void 0&&(u.timelineStartInfo.pts=h.pts),u.minSegmentPts===void 0?u.minSegmentPts=h.pts:u.minSegmentPts=Math.min(u.minSegmentPts,h.pts),u.maxSegmentPts===void 0?u.maxSegmentPts=h.pts:u.maxSegmentPts=Math.max(u.maxSegmentPts,h.pts)),typeof h.dts=="number"&&(u.timelineStartInfo.dts===void 0&&(u.timelineStartInfo.dts=h.dts),u.minSegmentDts===void 0?u.minSegmentDts=h.dts:u.minSegmentDts=Math.min(u.minSegmentDts,h.dts),u.maxSegmentDts===void 0?u.maxSegmentDts=h.dts:u.maxSegmentDts=Math.max(u.maxSegmentDts,h.dts))},C=function(u){delete u.minSegmentDts,delete u.maxSegmentDts,delete u.minSegmentPts,delete u.maxSegmentPts},D=function(u,h){var p,f,v=u.minSegmentDts;return h||(v-=u.timelineStartInfo.dts),p=u.timelineStartInfo.baseMediaDecodeTime,p+=v,p=Math.max(0,p),u.type==="audio"&&(f=u.samplerate/$t,p*=f,p=Math.floor(p)),p},Q={clearDtsInfo:C,calculateTrackBaseMediaDecodeTime:D,collectDtsInfo:Si},ae=4,ye=128,Ie=function(u){for(var h=0,p={payloadType:-1,payloadSize:0},f=0,v=0;h<u.byteLength&&u[h]!==ye;){for(;u[h]===255;)f+=255,h++;for(f+=u[h++];u[h]===255;)v+=255,h++;if(v+=u[h++],!p.payload&&f===ae){var _=String.fromCharCode(u[h+3],u[h+4],u[h+5],u[h+6]);if(_==="GA94"){p.payloadType=f,p.payloadSize=v,p.payload=u.subarray(h,h+v);break}else p.payload=void 0}h+=v,f=0,v=0}return p},it=function(u){return u.payload[0]!==181||(u.payload[1]<<8|u.payload[2])!==49||String.fromCharCode(u.payload[3],u.payload[4],u.payload[5],u.payload[6])!=="GA94"||u.payload[7]!==3?null:u.payload.subarray(8,u.payload.length-1)},kt=function(u,h){var p=[],f,v,_,M;if(!(h[0]&64))return p;for(v=h[0]&31,f=0;f<v;f++)_=f*3,M={type:h[_+2]&3,pts:u},h[_+2]&4&&(M.ccData=h[_+3]<<8|h[_+4],p.push(M));return p},Wt=function(u){for(var h=u.byteLength,p=[],f=1,v,_;f<h-2;)u[f]===0&&u[f+1]===0&&u[f+2]===3?(p.push(f+2),f+=2):f++;if(p.length===0)return u;v=h-p.length,_=new Uint8Array(v);var M=0;for(f=0;f<v;M++,f++)M===p[0]&&(M++,p.shift()),_[f]=u[M];return _},Ut={parseSei:Ie,parseUserData:it,parseCaptionPackets:kt,discardEmulationPreventionBytes:Wt,USER_DATA_REGISTERED_ITU_T_T35:ae},Mt=t,ii=Ut,Ke=function(u){u=u||{},Ke.prototype.init.call(this),this.parse708captions_=typeof u.parse708captions=="boolean"?u.parse708captions:!0,this.captionPackets_=[],this.ccStreams_=[new Te(0,0),new Te(0,1),new Te(1,0),new Te(1,1)],this.parse708captions_&&(this.cc708Stream_=new He({captionServices:u.captionServices})),this.reset(),this.ccStreams_.forEach(function(h){h.on("data",this.trigger.bind(this,"data")),h.on("partialdone",this.trigger.bind(this,"partialdone")),h.on("done",this.trigger.bind(this,"done"))},this),this.parse708captions_&&(this.cc708Stream_.on("data",this.trigger.bind(this,"data")),this.cc708Stream_.on("partialdone",this.trigger.bind(this,"partialdone")),this.cc708Stream_.on("done",this.trigger.bind(this,"done")))};Ke.prototype=new Mt,Ke.prototype.push=function(u){var h,p,f;if(u.nalUnitType==="sei_rbsp"&&(h=ii.parseSei(u.escapedRBSP),!!h.payload&&h.payloadType===ii.USER_DATA_REGISTERED_ITU_T_T35&&(p=ii.parseUserData(h),!!p))){if(u.dts<this.latestDts_){this.ignoreNextEqualDts_=!0;return}else if(u.dts===this.latestDts_&&this.ignoreNextEqualDts_){this.numSameDts_--,this.numSameDts_||(this.ignoreNextEqualDts_=!1);return}f=ii.parseCaptionPackets(u.pts,p),this.captionPackets_=this.captionPackets_.concat(f),this.latestDts_!==u.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=u.dts}},Ke.prototype.flushCCStreams=function(u){this.ccStreams_.forEach(function(h){return u==="flush"?h.flush():h.partialFlush()},this)},Ke.prototype.flushStream=function(u){if(!this.captionPackets_.length){this.flushCCStreams(u);return}this.captionPackets_.forEach(function(h,p){h.presortIndex=p}),this.captionPackets_.sort(function(h,p){return h.pts===p.pts?h.presortIndex-p.presortIndex:h.pts-p.pts}),this.captionPackets_.forEach(function(h){h.type<2?this.dispatchCea608Packet(h):this.dispatchCea708Packet(h)},this),this.captionPackets_.length=0,this.flushCCStreams(u)},Ke.prototype.flush=function(){return this.flushStream("flush")},Ke.prototype.partialFlush=function(){return this.flushStream("partialFlush")},Ke.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach(function(u){u.reset()})},Ke.prototype.dispatchCea608Packet=function(u){this.setsTextOrXDSActive(u)?this.activeCea608Channel_[u.type]=null:this.setsChannel1Active(u)?this.activeCea608Channel_[u.type]=0:this.setsChannel2Active(u)&&(this.activeCea608Channel_[u.type]=1),this.activeCea608Channel_[u.type]!==null&&this.ccStreams_[(u.type<<1)+this.activeCea608Channel_[u.type]].push(u)},Ke.prototype.setsChannel1Active=function(u){return(u.ccData&30720)===4096},Ke.prototype.setsChannel2Active=function(u){return(u.ccData&30720)===6144},Ke.prototype.setsTextOrXDSActive=function(u){return(u.ccData&28928)===256||(u.ccData&30974)===4138||(u.ccData&30974)===6186},Ke.prototype.dispatchCea708Packet=function(u){this.parse708captions_&&this.cc708Stream_.push(u)};var ni={127:9834,4128:32,4129:160,4133:8230,4138:352,4140:338,4144:9608,4145:8216,4146:8217,4147:8220,4148:8221,4149:8226,4153:8482,4154:353,4156:339,4157:8480,4159:376,4214:8539,4215:8540,4216:8541,4217:8542,4218:9168,4219:9124,4220:9123,4221:9135,4222:9126,4223:9121,4256:12600},Yt=function(u){var h=ni[u]||u;return u&4096&&u===h?"":String.fromCharCode(h)},Xt=function(u){return 32<=u&&u<=127||160<=u&&u<=255},wt=function(u){this.windowNum=u,this.reset()};wt.prototype.reset=function(){this.clearText(),this.pendingNewLine=!1,this.winAttr={},this.penAttr={},this.penLoc={},this.penColor={},this.visible=0,this.rowLock=0,this.columnLock=0,this.priority=0,this.relativePositioning=0,this.anchorVertical=0,this.anchorHorizontal=0,this.anchorPoint=0,this.rowCount=1,this.virtualRowCount=this.rowCount+1,this.columnCount=41,this.windowStyle=0,this.penStyle=0},wt.prototype.getText=function(){return this.rows.join(`
|
|
206
|
+
`)},wt.prototype.clearText=function(){this.rows=[""],this.rowIdx=0},wt.prototype.newLine=function(u){for(this.rows.length>=this.virtualRowCount&&typeof this.beforeRowOverflow=="function"&&this.beforeRowOverflow(u),this.rows.length>0&&(this.rows.push(""),this.rowIdx++);this.rows.length>this.virtualRowCount;)this.rows.shift(),this.rowIdx--},wt.prototype.isEmpty=function(){return this.rows.length===0?!0:this.rows.length===1?this.rows[0]==="":!1},wt.prototype.addText=function(u){this.rows[this.rowIdx]+=u},wt.prototype.backspace=function(){if(!this.isEmpty()){var u=this.rows[this.rowIdx];this.rows[this.rowIdx]=u.substr(0,u.length-1)}};var lt=function(u,h,p){this.serviceNum=u,this.text="",this.currentWindow=new wt(-1),this.windows=[],this.stream=p,typeof h=="string"&&this.createTextDecoder(h)};lt.prototype.init=function(u,h){this.startPts=u;for(var p=0;p<8;p++)this.windows[p]=new wt(p),typeof h=="function"&&(this.windows[p].beforeRowOverflow=h)},lt.prototype.setCurrentWindow=function(u){this.currentWindow=this.windows[u]},lt.prototype.createTextDecoder=function(u){if(typeof TextDecoder>"u")this.stream.trigger("log",{level:"warn",message:"The `encoding` option is unsupported without TextDecoder support"});else try{this.textDecoder_=new TextDecoder(u)}catch(h){this.stream.trigger("log",{level:"warn",message:"TextDecoder could not be created with "+u+" encoding. "+h})}};var He=function(u){u=u||{},He.prototype.init.call(this);var h=this,p=u.captionServices||{},f={},v;Object.keys(p).forEach(_=>{v=p[_],/^SERVICE/.test(_)&&(f[_]=v.encoding)}),this.serviceEncodings=f,this.current708Packet=null,this.services={},this.push=function(_){_.type===3?(h.new708Packet(),h.add708Bytes(_)):(h.current708Packet===null&&h.new708Packet(),h.add708Bytes(_))}};He.prototype=new Mt,He.prototype.new708Packet=function(){this.current708Packet!==null&&this.push708Packet(),this.current708Packet={data:[],ptsVals:[]}},He.prototype.add708Bytes=function(u){var h=u.ccData,p=h>>>8,f=h&255;this.current708Packet.ptsVals.push(u.pts),this.current708Packet.data.push(p),this.current708Packet.data.push(f)},He.prototype.push708Packet=function(){var u=this.current708Packet,h=u.data,p=null,f=null,v=0,_=h[v++];for(u.seq=_>>6,u.sizeCode=_&63;v<h.length;v++)_=h[v++],p=_>>5,f=_&31,p===7&&f>0&&(_=h[v++],p=_),this.pushServiceBlock(p,v,f),f>0&&(v+=f-1)},He.prototype.pushServiceBlock=function(u,h,p){var f,v=h,_=this.current708Packet.data,M=this.services[u];for(M||(M=this.initService(u,v));v<h+p&&v<_.length;v++)f=_[v],Xt(f)?v=this.handleText(v,M):f===24?v=this.multiByteCharacter(v,M):f===16?v=this.extendedCommands(v,M):128<=f&&f<=135?v=this.setCurrentWindow(v,M):152<=f&&f<=159?v=this.defineWindow(v,M):f===136?v=this.clearWindows(v,M):f===140?v=this.deleteWindows(v,M):f===137?v=this.displayWindows(v,M):f===138?v=this.hideWindows(v,M):f===139?v=this.toggleWindows(v,M):f===151?v=this.setWindowAttributes(v,M):f===144?v=this.setPenAttributes(v,M):f===145?v=this.setPenColor(v,M):f===146?v=this.setPenLocation(v,M):f===143?M=this.reset(v,M):f===8?M.currentWindow.backspace():f===12?M.currentWindow.clearText():f===13?M.currentWindow.pendingNewLine=!0:f===14?M.currentWindow.clearText():f===141&&v++},He.prototype.extendedCommands=function(u,h){var p=this.current708Packet.data,f=p[++u];return Xt(f)&&(u=this.handleText(u,h,{isExtended:!0})),u},He.prototype.getPts=function(u){return this.current708Packet.ptsVals[Math.floor(u/2)]},He.prototype.initService=function(u,h){var f="SERVICE"+u,p=this,f,v;return f in this.serviceEncodings&&(v=this.serviceEncodings[f]),this.services[u]=new lt(u,v,p),this.services[u].init(this.getPts(h),function(_){p.flushDisplayed(_,p.services[u])}),this.services[u]},He.prototype.handleText=function(u,h,p){var f=p&&p.isExtended,v=p&&p.isMultiByte,_=this.current708Packet.data,M=f?4096:0,R=_[u],z=_[u+1],Y=h.currentWindow,te,le;function be(fe){return fe.map(Ne=>("0"+(Ne&255).toString(16)).slice(-2)).join("")}if(v?(le=[R,z],u++):le=[R],h.textDecoder_&&!f)te=h.textDecoder_.decode(new Uint8Array(le));else if(v){const fe=be(le);te=String.fromCharCode(parseInt(fe,16))}else te=Yt(M|R);return Y.pendingNewLine&&!Y.isEmpty()&&Y.newLine(this.getPts(u)),Y.pendingNewLine=!1,Y.addText(te),u},He.prototype.multiByteCharacter=function(u,h){var p=this.current708Packet.data,f=p[u+1],v=p[u+2];return Xt(f)&&Xt(v)&&(u=this.handleText(++u,h,{isMultiByte:!0})),u},He.prototype.setCurrentWindow=function(u,h){var p=this.current708Packet.data,f=p[u],v=f&7;return h.setCurrentWindow(v),u},He.prototype.defineWindow=function(u,h){var p=this.current708Packet.data,f=p[u],v=f&7;h.setCurrentWindow(v);var _=h.currentWindow;return f=p[++u],_.visible=(f&32)>>5,_.rowLock=(f&16)>>4,_.columnLock=(f&8)>>3,_.priority=f&7,f=p[++u],_.relativePositioning=(f&128)>>7,_.anchorVertical=f&127,f=p[++u],_.anchorHorizontal=f,f=p[++u],_.anchorPoint=(f&240)>>4,_.rowCount=f&15,f=p[++u],_.columnCount=f&63,f=p[++u],_.windowStyle=(f&56)>>3,_.penStyle=f&7,_.virtualRowCount=_.rowCount+1,u},He.prototype.setWindowAttributes=function(u,h){var p=this.current708Packet.data,f=p[u],v=h.currentWindow.winAttr;return f=p[++u],v.fillOpacity=(f&192)>>6,v.fillRed=(f&48)>>4,v.fillGreen=(f&12)>>2,v.fillBlue=f&3,f=p[++u],v.borderType=(f&192)>>6,v.borderRed=(f&48)>>4,v.borderGreen=(f&12)>>2,v.borderBlue=f&3,f=p[++u],v.borderType+=(f&128)>>5,v.wordWrap=(f&64)>>6,v.printDirection=(f&48)>>4,v.scrollDirection=(f&12)>>2,v.justify=f&3,f=p[++u],v.effectSpeed=(f&240)>>4,v.effectDirection=(f&12)>>2,v.displayEffect=f&3,u},He.prototype.flushDisplayed=function(u,h){for(var p=[],f=0;f<8;f++)h.windows[f].visible&&!h.windows[f].isEmpty()&&p.push(h.windows[f].getText());h.endPts=u,h.text=p.join(`
|
|
207
|
+
|
|
208
|
+
`),this.pushCaption(h),h.startPts=u},He.prototype.pushCaption=function(u){u.text!==""&&(this.trigger("data",{startPts:u.startPts,endPts:u.endPts,text:u.text,stream:"cc708_"+u.serviceNum}),u.text="",u.startPts=u.endPts)},He.prototype.displayWindows=function(u,h){var p=this.current708Packet.data,f=p[++u],v=this.getPts(u);this.flushDisplayed(v,h);for(var _=0;_<8;_++)f&1<<_&&(h.windows[_].visible=1);return u},He.prototype.hideWindows=function(u,h){var p=this.current708Packet.data,f=p[++u],v=this.getPts(u);this.flushDisplayed(v,h);for(var _=0;_<8;_++)f&1<<_&&(h.windows[_].visible=0);return u},He.prototype.toggleWindows=function(u,h){var p=this.current708Packet.data,f=p[++u],v=this.getPts(u);this.flushDisplayed(v,h);for(var _=0;_<8;_++)f&1<<_&&(h.windows[_].visible^=1);return u},He.prototype.clearWindows=function(u,h){var p=this.current708Packet.data,f=p[++u],v=this.getPts(u);this.flushDisplayed(v,h);for(var _=0;_<8;_++)f&1<<_&&h.windows[_].clearText();return u},He.prototype.deleteWindows=function(u,h){var p=this.current708Packet.data,f=p[++u],v=this.getPts(u);this.flushDisplayed(v,h);for(var _=0;_<8;_++)f&1<<_&&h.windows[_].reset();return u},He.prototype.setPenAttributes=function(u,h){var p=this.current708Packet.data,f=p[u],v=h.currentWindow.penAttr;return f=p[++u],v.textTag=(f&240)>>4,v.offset=(f&12)>>2,v.penSize=f&3,f=p[++u],v.italics=(f&128)>>7,v.underline=(f&64)>>6,v.edgeType=(f&56)>>3,v.fontStyle=f&7,u},He.prototype.setPenColor=function(u,h){var p=this.current708Packet.data,f=p[u],v=h.currentWindow.penColor;return f=p[++u],v.fgOpacity=(f&192)>>6,v.fgRed=(f&48)>>4,v.fgGreen=(f&12)>>2,v.fgBlue=f&3,f=p[++u],v.bgOpacity=(f&192)>>6,v.bgRed=(f&48)>>4,v.bgGreen=(f&12)>>2,v.bgBlue=f&3,f=p[++u],v.edgeRed=(f&48)>>4,v.edgeGreen=(f&12)>>2,v.edgeBlue=f&3,u},He.prototype.setPenLocation=function(u,h){var p=this.current708Packet.data,f=p[u],v=h.currentWindow.penLoc;return h.currentWindow.pendingNewLine=!0,f=p[++u],v.row=f&15,f=p[++u],v.column=f&63,u},He.prototype.reset=function(u,h){var p=this.getPts(u);return this.flushDisplayed(p,h),this.initService(h.serviceNum,u)};var Ei={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},Pi=function(u){return u===null?"":(u=Ei[u]||u,String.fromCharCode(u))},xn=14,ms=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],Ki=function(){for(var u=[],h=xn+1;h--;)u.push({text:"",indent:0,offset:0});return u},Te=function(u,h){Te.prototype.init.call(this),this.field_=u||0,this.dataChannel_=h||0,this.name_="CC"+((this.field_<<1|this.dataChannel_)+1),this.setConstants(),this.reset(),this.push=function(p){var f,v,_,M,R;if(f=p.ccData&32639,f===this.lastControlCode_){this.lastControlCode_=null;return}if((f&61440)===4096?this.lastControlCode_=f:f!==this.PADDING_&&(this.lastControlCode_=null),_=f>>>8,M=f&255,f!==this.PADDING_)if(f===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(f===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(p.pts),this.flushDisplayed(p.pts),v=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=v,this.startPts_=p.pts;else if(f===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(p.pts);else if(f===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(p.pts);else if(f===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(p.pts);else if(f===this.CARRIAGE_RETURN_)this.clearFormatting(p.pts),this.flushDisplayed(p.pts),this.shiftRowsUp_(),this.startPts_=p.pts;else if(f===this.BACKSPACE_)this.mode_==="popOn"?this.nonDisplayed_[this.row_].text=this.nonDisplayed_[this.row_].text.slice(0,-1):this.displayed_[this.row_].text=this.displayed_[this.row_].text.slice(0,-1);else if(f===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(p.pts),this.displayed_=Ki();else if(f===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=Ki();else if(f===this.RESUME_DIRECT_CAPTIONING_)this.mode_!=="paintOn"&&(this.flushDisplayed(p.pts),this.displayed_=Ki()),this.mode_="paintOn",this.startPts_=p.pts;else if(this.isSpecialCharacter(_,M))_=(_&3)<<8,R=Pi(_|M),this[this.mode_](p.pts,R),this.column_++;else if(this.isExtCharacter(_,M))this.mode_==="popOn"?this.nonDisplayed_[this.row_].text=this.nonDisplayed_[this.row_].text.slice(0,-1):this.displayed_[this.row_].text=this.displayed_[this.row_].text.slice(0,-1),_=(_&3)<<8,R=Pi(_|M),this[this.mode_](p.pts,R),this.column_++;else if(this.isMidRowCode(_,M))this.clearFormatting(p.pts),this[this.mode_](p.pts," "),this.column_++,(M&14)===14&&this.addFormatting(p.pts,["i"]),(M&1)===1&&this.addFormatting(p.pts,["u"]);else if(this.isOffsetControlCode(_,M)){const Y=M&3;this.nonDisplayed_[this.row_].offset=Y,this.column_+=Y}else if(this.isPAC(_,M)){var z=ms.indexOf(f&7968);if(this.mode_==="rollUp"&&(z-this.rollUpRows_+1<0&&(z=this.rollUpRows_-1),this.setRollUp(p.pts,z)),z!==this.row_&&z>=0&&z<=14&&(this.clearFormatting(p.pts),this.row_=z),M&1&&this.formatting_.indexOf("u")===-1&&this.addFormatting(p.pts,["u"]),(f&16)===16){const Y=(f&14)>>1;this.column_=Y*4,this.nonDisplayed_[this.row_].indent+=Y}this.isColorPAC(M)&&(M&14)===14&&this.addFormatting(p.pts,["i"])}else this.isNormalChar(_)&&(M===0&&(M=null),R=Pi(_),R+=Pi(M),this[this.mode_](p.pts,R),this.column_+=R.length)}};Te.prototype=new Mt,Te.prototype.flushDisplayed=function(u){const h=f=>{this.trigger("log",{level:"warn",message:"Skipping a malformed 608 caption at index "+f+"."})},p=[];this.displayed_.forEach((f,v)=>{if(f&&f.text&&f.text.length){try{f.text=f.text.trim()}catch{h(v)}f.text.length&&p.push({text:f.text,line:v+1,position:10+Math.min(70,f.indent*10)+f.offset*2.5})}else f==null&&h(v)}),p.length&&this.trigger("data",{startPts:this.startPts_,endPts:u,content:p,stream:this.name_})},Te.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=Ki(),this.nonDisplayed_=Ki(),this.lastControlCode_=null,this.column_=0,this.row_=xn,this.rollUpRows_=2,this.formatting_=[]},Te.prototype.setConstants=function(){this.dataChannel_===0?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):this.dataChannel_===1&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=this.CONTROL_|32,this.END_OF_CAPTION_=this.CONTROL_|47,this.ROLL_UP_2_ROWS_=this.CONTROL_|37,this.ROLL_UP_3_ROWS_=this.CONTROL_|38,this.ROLL_UP_4_ROWS_=this.CONTROL_|39,this.CARRIAGE_RETURN_=this.CONTROL_|45,this.RESUME_DIRECT_CAPTIONING_=this.CONTROL_|41,this.BACKSPACE_=this.CONTROL_|33,this.ERASE_DISPLAYED_MEMORY_=this.CONTROL_|44,this.ERASE_NON_DISPLAYED_MEMORY_=this.CONTROL_|46},Te.prototype.isSpecialCharacter=function(u,h){return u===this.EXT_&&h>=48&&h<=63},Te.prototype.isExtCharacter=function(u,h){return(u===this.EXT_+1||u===this.EXT_+2)&&h>=32&&h<=63},Te.prototype.isMidRowCode=function(u,h){return u===this.EXT_&&h>=32&&h<=47},Te.prototype.isOffsetControlCode=function(u,h){return u===this.OFFSET_&&h>=33&&h<=35},Te.prototype.isPAC=function(u,h){return u>=this.BASE_&&u<this.BASE_+8&&h>=64&&h<=127},Te.prototype.isColorPAC=function(u){return u>=64&&u<=79||u>=96&&u<=127},Te.prototype.isNormalChar=function(u){return u>=32&&u<=127},Te.prototype.setRollUp=function(u,h){if(this.mode_!=="rollUp"&&(this.row_=xn,this.mode_="rollUp",this.flushDisplayed(u),this.nonDisplayed_=Ki(),this.displayed_=Ki()),h!==void 0&&h!==this.row_)for(var p=0;p<this.rollUpRows_;p++)this.displayed_[h-p]=this.displayed_[this.row_-p],this.displayed_[this.row_-p]={text:"",indent:0,offset:0};h===void 0&&(h=this.row_),this.topRow_=h-this.rollUpRows_+1},Te.prototype.addFormatting=function(u,h){this.formatting_=this.formatting_.concat(h);var p=h.reduce(function(f,v){return f+"<"+v+">"},"");this[this.mode_](u,p)},Te.prototype.clearFormatting=function(u){if(this.formatting_.length){var h=this.formatting_.reverse().reduce(function(p,f){return p+"</"+f+">"},"");this.formatting_=[],this[this.mode_](u,h)}},Te.prototype.popOn=function(u,h){var p=this.nonDisplayed_[this.row_].text;p+=h,this.nonDisplayed_[this.row_].text=p},Te.prototype.rollUp=function(u,h){var p=this.displayed_[this.row_].text;p+=h,this.displayed_[this.row_].text=p},Te.prototype.shiftRowsUp_=function(){var u;for(u=0;u<this.topRow_;u++)this.displayed_[u]={text:"",indent:0,offset:0};for(u=this.row_+1;u<xn+1;u++)this.displayed_[u]={text:"",indent:0,offset:0};for(u=this.topRow_;u<this.row_;u++)this.displayed_[u]=this.displayed_[u+1];this.displayed_[this.row_]={text:"",indent:0,offset:0}},Te.prototype.paintOn=function(u,h){var p=this.displayed_[this.row_].text;p+=h,this.displayed_[this.row_].text=p};var J={CaptionStream:Ke,Cea608Stream:Te,Cea708Stream:He},me={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21},Ce=t,Je=8589934592,qt=4294967296,Dt="shared",_t=function(u,h){var p=1;for(u>h&&(p=-1);Math.abs(h-u)>qt;)u+=p*Je;return u},ki=function(u){var h,p;ki.prototype.init.call(this),this.type_=u||Dt,this.push=function(f){if(f.type==="metadata"){this.trigger("data",f);return}this.type_!==Dt&&f.type!==this.type_||(p===void 0&&(p=f.dts),f.dts=_t(f.dts,p),f.pts=_t(f.pts,p),h=f.dts,this.trigger("data",f))},this.flush=function(){p=h,this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")},this.discontinuity=function(){p=void 0,h=void 0},this.reset=function(){this.discontinuity(),this.trigger("reset")}};ki.prototype=new Ce;var vt={TimestampRolloverStream:ki,handleRollover:_t},Cr=(u,h,p)=>{if(!u)return-1;for(var f=p;f<u.length;f++)if(u[f]===h)return f;return-1},gs={typedArrayIndexOf:Cr},Sr=gs.typedArrayIndexOf,vs={Utf8:3},yu=function(u,h,p){var f,v="";for(f=h;f<p;f++)v+="%"+("00"+u[f].toString(16)).slice(-2);return v},Er=function(u,h,p){return decodeURIComponent(yu(u,h,p))},kr=function(u,h,p){return unescape(yu(u,h,p))},wr=function(u){return u[0]<<21|u[1]<<14|u[2]<<7|u[3]},Dr={APIC:function(u){var h=1,p,f,v="-->";u.data[0]===vs.Utf8&&(p=Sr(u.data,0,h),!(p<0)&&(u.mimeType=kr(u.data,h,p),h=p+1,u.pictureType=u.data[h],h++,f=Sr(u.data,0,h),!(f<0)&&(u.description=Er(u.data,h,f),h=f+1,u.mimeType===v?u.url=kr(u.data,h,u.data.length):u.pictureData=u.data.subarray(h,u.data.length))))},"T*":function(u){u.data[0]===vs.Utf8&&(u.value=Er(u.data,1,u.data.length).replace(/\0*$/,""),u.values=u.value.split("\0"))},TXXX:function(u){var h;u.data[0]===vs.Utf8&&(h=Sr(u.data,0,1),h!==-1&&(u.description=Er(u.data,1,h),u.value=Er(u.data,h+1,u.data.length).replace(/\0*$/,""),u.data=u.value))},"W*":function(u){u.url=kr(u.data,0,u.data.length).replace(/\0.*$/,"")},WXXX:function(u){var h;u.data[0]===vs.Utf8&&(h=Sr(u.data,0,1),h!==-1&&(u.description=Er(u.data,1,h),u.url=kr(u.data,h+1,u.data.length).replace(/\0.*$/,"")))},PRIV:function(u){var h;for(h=0;h<u.data.length;h++)if(u.data[h]===0){u.owner=kr(u.data,0,h);break}u.privateData=u.data.subarray(h+1),u.data=u.privateData}},pp=function(u){var h,p,f=10,v=0,_=[];if(!(u.length<10||u[0]!==73||u[1]!==68||u[2]!==51)){v=wr(u.subarray(6,10)),v+=10;var M=u[5]&64;M&&(f+=4,f+=wr(u.subarray(10,14)),v-=wr(u.subarray(16,20)));do{if(h=wr(u.subarray(f+4,f+8)),h<1)break;p=String.fromCharCode(u[f],u[f+1],u[f+2],u[f+3]);var R={id:p,data:u.subarray(f+10,f+h+10)};R.key=R.id,Dr[R.id]?Dr[R.id](R):R.id[0]==="T"?Dr["T*"](R):R.id[0]==="W"&&Dr["W*"](R),_.push(R),f+=10,f+=h}while(f<v);return _}},_u={parseId3Frames:pp,parseSyncSafeInteger:wr,frameParsers:Dr},mp=t,gp=me,on=_u,ys;ys=function(u){var h={descriptor:u&&u.descriptor},p=0,f=[],v=0,_;if(ys.prototype.init.call(this),this.dispatchType=gp.METADATA_STREAM_TYPE.toString(16),h.descriptor)for(_=0;_<h.descriptor.length;_++)this.dispatchType+=("00"+h.descriptor[_].toString(16)).slice(-2);this.push=function(M){var R,z,Y,te,le,be;if(M.type==="timed-metadata"){if(M.dataAlignmentIndicator&&(v=0,f.length=0),f.length===0&&(M.data.length<10||M.data[0]!==73||M.data[1]!==68||M.data[2]!==51)){this.trigger("log",{level:"warn",message:"Skipping unrecognized metadata packet"});return}if(f.push(M),v+=M.data.byteLength,f.length===1&&(p=on.parseSyncSafeInteger(M.data.subarray(6,10)),p+=10),!(v<p)){for(R={data:new Uint8Array(p),frames:[],pts:f[0].pts,dts:f[0].dts},le=0;le<p;)R.data.set(f[0].data.subarray(0,p-le),le),le+=f[0].data.byteLength,v-=f[0].data.byteLength,f.shift();z=10,R.data[5]&64&&(z+=4,z+=on.parseSyncSafeInteger(R.data.subarray(10,14)),p-=on.parseSyncSafeInteger(R.data.subarray(16,20)));do{if(Y=on.parseSyncSafeInteger(R.data.subarray(z+4,z+8)),Y<1){this.trigger("log",{level:"warn",message:"Malformed ID3 frame encountered. Skipping remaining metadata parsing."});break}if(be=String.fromCharCode(R.data[z],R.data[z+1],R.data[z+2],R.data[z+3]),te={id:be,data:R.data.subarray(z+10,z+Y+10)},te.key=te.id,on.frameParsers[te.id]?on.frameParsers[te.id](te):te.id[0]==="T"?on.frameParsers["T*"](te):te.id[0]==="W"&&on.frameParsers["W*"](te),te.owner==="com.apple.streaming.transportStreamTimestamp"){var fe=te.data,Ne=(fe[3]&1)<<30|fe[4]<<22|fe[5]<<14|fe[6]<<6|fe[7]>>>2;Ne*=4,Ne+=fe[7]&3,te.timeStamp=Ne,R.pts===void 0&&R.dts===void 0&&(R.pts=te.timeStamp,R.dts=te.timeStamp),this.trigger("timestamp",te)}R.frames.push(te),z+=10,z+=Y}while(z<p);this.trigger("data",R)}}}},ys.prototype=new mp;var vp=ys,Wa=t,Ya=J,wi=me,yp=vt.TimestampRolloverStream,_s,Ar,Ts,$n=188,Xa=71;_s=function(){var u=new Uint8Array($n),h=0;_s.prototype.init.call(this),this.push=function(p){var f=0,v=$n,_;for(h?(_=new Uint8Array(p.byteLength+h),_.set(u.subarray(0,h)),_.set(p,h),h=0):_=p;v<_.byteLength;){if(_[f]===Xa&&_[v]===Xa){this.trigger("data",_.subarray(f,v)),f+=$n,v+=$n;continue}f++,v++}f<_.byteLength&&(u.set(_.subarray(f),0),h=_.byteLength-f)},this.flush=function(){h===$n&&u[0]===Xa&&(this.trigger("data",u),h=0),this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")},this.reset=function(){h=0,this.trigger("reset")}},_s.prototype=new Wa,Ar=function(){var u,h,p,f;Ar.prototype.init.call(this),f=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,u=function(v,_){var M=0;_.payloadUnitStartIndicator&&(M+=v[M]+1),_.type==="pat"?h(v.subarray(M),_):p(v.subarray(M),_)},h=function(v,_){_.section_number=v[7],_.last_section_number=v[8],f.pmtPid=(v[10]&31)<<8|v[11],_.pmtPid=f.pmtPid},p=function(v,_){var M,R,z,Y;if(v[5]&1){for(f.programMapTable={video:null,audio:null,"timed-metadata":{}},M=(v[1]&15)<<8|v[2],R=3+M-4,z=(v[10]&15)<<8|v[11],Y=12+z;Y<R;){var te=v[Y],le=(v[Y+1]&31)<<8|v[Y+2];te===wi.H264_STREAM_TYPE&&f.programMapTable.video===null?f.programMapTable.video=le:te===wi.ADTS_STREAM_TYPE&&f.programMapTable.audio===null?f.programMapTable.audio=le:te===wi.METADATA_STREAM_TYPE&&(f.programMapTable["timed-metadata"][le]=te),Y+=((v[Y+3]&15)<<8|v[Y+4])+5}_.programMapTable=f.programMapTable}},this.push=function(v){var _={},M=4;if(_.payloadUnitStartIndicator=!!(v[1]&64),_.pid=v[1]&31,_.pid<<=8,_.pid|=v[2],(v[3]&48)>>>4>1&&(M+=v[M]+1),_.pid===0)_.type="pat",u(v.subarray(M),_),this.trigger("data",_);else if(_.pid===this.pmtPid)for(_.type="pmt",u(v.subarray(M),_),this.trigger("data",_);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else this.programMapTable===void 0?this.packetsWaitingForPmt.push([v,M,_]):this.processPes_(v,M,_)},this.processPes_=function(v,_,M){M.pid===this.programMapTable.video?M.streamType=wi.H264_STREAM_TYPE:M.pid===this.programMapTable.audio?M.streamType=wi.ADTS_STREAM_TYPE:M.streamType=this.programMapTable["timed-metadata"][M.pid],M.type="pes",M.data=v.subarray(_),this.trigger("data",M)}},Ar.prototype=new Wa,Ar.STREAM_TYPES={h264:27,adts:15},Ts=function(){var u=this,h=!1,p={data:[],size:0},f={data:[],size:0},v={data:[],size:0},_,M=function(z,Y){var te;const le=z[0]<<16|z[1]<<8|z[2];Y.data=new Uint8Array,le===1&&(Y.packetLength=6+(z[4]<<8|z[5]),Y.dataAlignmentIndicator=(z[6]&4)!==0,te=z[7],te&192&&(Y.pts=(z[9]&14)<<27|(z[10]&255)<<20|(z[11]&254)<<12|(z[12]&255)<<5|(z[13]&254)>>>3,Y.pts*=4,Y.pts+=(z[13]&6)>>>1,Y.dts=Y.pts,te&64&&(Y.dts=(z[14]&14)<<27|(z[15]&255)<<20|(z[16]&254)<<12|(z[17]&255)<<5|(z[18]&254)>>>3,Y.dts*=4,Y.dts+=(z[18]&6)>>>1)),Y.data=z.subarray(9+z[8]))},R=function(z,Y,te){var le=new Uint8Array(z.size),be={type:Y},fe=0,Ne=0,$e=!1,Nt;if(!(!z.data.length||z.size<9)){for(be.trackId=z.data[0].pid,fe=0;fe<z.data.length;fe++)Nt=z.data[fe],le.set(Nt.data,Ne),Ne+=Nt.data.byteLength;M(le,be),$e=Y==="video"||be.packetLength<=z.size,(te||$e)&&(z.size=0,z.data.length=0),$e&&u.trigger("data",be)}};Ts.prototype.init.call(this),this.push=function(z){({pat:function(){},pes:function(){var Y,te;switch(z.streamType){case wi.H264_STREAM_TYPE:Y=p,te="video";break;case wi.ADTS_STREAM_TYPE:Y=f,te="audio";break;case wi.METADATA_STREAM_TYPE:Y=v,te="timed-metadata";break;default:return}z.payloadUnitStartIndicator&&R(Y,te,!0),Y.data.push(z),Y.size+=z.data.byteLength},pmt:function(){var Y={type:"metadata",tracks:[]};_=z.programMapTable,_.video!==null&&Y.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+_.video,codec:"avc",type:"video"}),_.audio!==null&&Y.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+_.audio,codec:"adts",type:"audio"}),h=!0,u.trigger("data",Y)}})[z.type]()},this.reset=function(){p.size=0,p.data.length=0,f.size=0,f.data.length=0,this.trigger("reset")},this.flushStreams_=function(){R(p,"video"),R(f,"audio"),R(v,"timed-metadata")},this.flush=function(){if(!h&&_){var z={type:"metadata",tracks:[]};_.video!==null&&z.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+_.video,codec:"avc",type:"video"}),_.audio!==null&&z.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+_.audio,codec:"adts",type:"audio"}),u.trigger("data",z)}h=!1,this.flushStreams_(),this.trigger("done")}},Ts.prototype=new Wa;var Tu={PAT_PID:0,MP2T_PACKET_LENGTH:$n,TransportPacketStream:_s,TransportParseStream:Ar,ElementaryStream:Ts,TimestampRolloverStream:yp,CaptionStream:Ya.CaptionStream,Cea608Stream:Ya.Cea608Stream,Cea708Stream:Ya.Cea708Stream,MetadataStream:vp};for(var Ka in wi)wi.hasOwnProperty(Ka)&&(Tu[Ka]=wi[Ka]);var _p=Tu,Tp=t,bp=je.ONE_SECOND_IN_TS,bs,bu=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];bs=function(u){var h,p=0;bs.prototype.init.call(this),this.skipWarn_=function(f,v){this.trigger("log",{level:"warn",message:`adts skiping bytes ${f} to ${v} in frame ${p} outside syncword`})},this.push=function(f){var v=0,_,M,R,z,Y;if(u||(p=0),f.type==="audio"){h&&h.length?(R=h,h=new Uint8Array(R.byteLength+f.data.byteLength),h.set(R),h.set(f.data,R.byteLength)):h=f.data;for(var te;v+7<h.length;){if(h[v]!==255||(h[v+1]&246)!==240){typeof te!="number"&&(te=v),v++;continue}if(typeof te=="number"&&(this.skipWarn_(te,v),te=null),M=(~h[v+1]&1)*2,_=(h[v+3]&3)<<11|h[v+4]<<3|(h[v+5]&224)>>5,z=((h[v+6]&3)+1)*1024,Y=z*bp/bu[(h[v+2]&60)>>>2],h.byteLength-v<_)break;this.trigger("data",{pts:f.pts+p*Y,dts:f.dts+p*Y,sampleCount:z,audioobjecttype:(h[v+2]>>>6&3)+1,channelcount:(h[v+2]&1)<<2|(h[v+3]&192)>>>6,samplerate:bu[(h[v+2]&60)>>>2],samplingfrequencyindex:(h[v+2]&60)>>>2,samplesize:16,data:h.subarray(v+7+M,v+_)}),p++,v+=_}typeof te=="number"&&(this.skipWarn_(te,v),te=null),h=h.subarray(v)}},this.flush=function(){p=0,this.trigger("done")},this.reset=function(){h=void 0,this.trigger("reset")},this.endTimeline=function(){h=void 0,this.trigger("endedtimeline")}},bs.prototype=new Tp;var xp=bs,xu;xu=function(u){var h=u.byteLength,p=0,f=0;this.length=function(){return 8*h},this.bitsAvailable=function(){return 8*h+f},this.loadWord=function(){var v=u.byteLength-h,_=new Uint8Array(4),M=Math.min(4,h);if(M===0)throw new Error("no bytes available");_.set(u.subarray(v,v+M)),p=new DataView(_.buffer).getUint32(0),f=M*8,h-=M},this.skipBits=function(v){var _;f>v?(p<<=v,f-=v):(v-=f,_=Math.floor(v/8),v-=_*8,h-=_,this.loadWord(),p<<=v,f-=v)},this.readBits=function(v){var _=Math.min(f,v),M=p>>>32-_;return f-=_,f>0?p<<=_:h>0&&this.loadWord(),_=v-_,_>0?M<<_|this.readBits(_):M},this.skipLeadingZeros=function(){var v;for(v=0;v<f;++v)if((p&2147483648>>>v)!==0)return p<<=v,f-=v,v;return this.loadWord(),v+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var v=this.skipLeadingZeros();return this.readBits(v+1)-1},this.readExpGolomb=function(){var v=this.readUnsignedExpGolomb();return 1&v?1+v>>>1:-1*(v>>>1)},this.readBoolean=function(){return this.readBits(1)===1},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()};var Cp=xu,Cu=t,Sp=Cp,xs,Cs,Su;Cs=function(){var u=0,h,p;Cs.prototype.init.call(this),this.push=function(f){var v;p?(v=new Uint8Array(p.byteLength+f.data.byteLength),v.set(p),v.set(f.data,p.byteLength),p=v):p=f.data;for(var _=p.byteLength;u<_-3;u++)if(p[u+2]===1){h=u+5;break}for(;h<_;)switch(p[h]){case 0:if(p[h-1]!==0){h+=2;break}else if(p[h-2]!==0){h++;break}u+3!==h-2&&this.trigger("data",p.subarray(u+3,h-2));do h++;while(p[h]!==1&&h<_);u=h-2,h+=3;break;case 1:if(p[h-1]!==0||p[h-2]!==0){h+=3;break}this.trigger("data",p.subarray(u+3,h-2)),u=h-2,h+=3;break;default:h+=3;break}p=p.subarray(u),h-=u,u=0},this.reset=function(){p=null,u=0,this.trigger("reset")},this.flush=function(){p&&p.byteLength>3&&this.trigger("data",p.subarray(u+3)),p=null,u=0,this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")}},Cs.prototype=new Cu,Su={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},xs=function(){var u=new Cs,h,p,f,v,_,M,R;xs.prototype.init.call(this),h=this,this.push=function(z){z.type==="video"&&(p=z.trackId,f=z.pts,v=z.dts,u.push(z))},u.on("data",function(z){var Y={trackId:p,pts:f,dts:v,data:z,nalUnitTypeCode:z[0]&31};switch(Y.nalUnitTypeCode){case 5:Y.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:Y.nalUnitType="sei_rbsp",Y.escapedRBSP=_(z.subarray(1));break;case 7:Y.nalUnitType="seq_parameter_set_rbsp",Y.escapedRBSP=_(z.subarray(1)),Y.config=M(Y.escapedRBSP);break;case 8:Y.nalUnitType="pic_parameter_set_rbsp";break;case 9:Y.nalUnitType="access_unit_delimiter_rbsp";break}h.trigger("data",Y)}),u.on("done",function(){h.trigger("done")}),u.on("partialdone",function(){h.trigger("partialdone")}),u.on("reset",function(){h.trigger("reset")}),u.on("endedtimeline",function(){h.trigger("endedtimeline")}),this.flush=function(){u.flush()},this.partialFlush=function(){u.partialFlush()},this.reset=function(){u.reset()},this.endTimeline=function(){u.endTimeline()},R=function(z,Y){var te=8,le=8,be,fe;for(be=0;be<z;be++)le!==0&&(fe=Y.readExpGolomb(),le=(te+fe+256)%256),te=le===0?te:le},_=function(z){for(var Y=z.byteLength,te=[],le=1,be,fe;le<Y-2;)z[le]===0&&z[le+1]===0&&z[le+2]===3?(te.push(le+2),le+=2):le++;if(te.length===0)return z;be=Y-te.length,fe=new Uint8Array(be);var Ne=0;for(le=0;le<be;Ne++,le++)Ne===te[0]&&(Ne++,te.shift()),fe[le]=z[Ne];return fe},M=function(z){var Y=0,te=0,le=0,be=0,fe,Ne,$e,Nt,hi,un,Pr,Rr,Vr,Fr,Ms,ct=[1,1],$r,Ai;if(fe=new Sp(z),Ne=fe.readUnsignedByte(),Nt=fe.readUnsignedByte(),$e=fe.readUnsignedByte(),fe.skipUnsignedExpGolomb(),Su[Ne]&&(hi=fe.readUnsignedExpGolomb(),hi===3&&fe.skipBits(1),fe.skipUnsignedExpGolomb(),fe.skipUnsignedExpGolomb(),fe.skipBits(1),fe.readBoolean()))for(Ms=hi!==3?8:12,Ai=0;Ai<Ms;Ai++)fe.readBoolean()&&(Ai<6?R(16,fe):R(64,fe));if(fe.skipUnsignedExpGolomb(),un=fe.readUnsignedExpGolomb(),un===0)fe.readUnsignedExpGolomb();else if(un===1)for(fe.skipBits(1),fe.skipExpGolomb(),fe.skipExpGolomb(),Pr=fe.readUnsignedExpGolomb(),Ai=0;Ai<Pr;Ai++)fe.skipExpGolomb();if(fe.skipUnsignedExpGolomb(),fe.skipBits(1),Rr=fe.readUnsignedExpGolomb(),Vr=fe.readUnsignedExpGolomb(),Fr=fe.readBits(1),Fr===0&&fe.skipBits(1),fe.skipBits(1),fe.readBoolean()&&(Y=fe.readUnsignedExpGolomb(),te=fe.readUnsignedExpGolomb(),le=fe.readUnsignedExpGolomb(),be=fe.readUnsignedExpGolomb()),fe.readBoolean()&&fe.readBoolean()){switch($r=fe.readUnsignedByte(),$r){case 1:ct=[1,1];break;case 2:ct=[12,11];break;case 3:ct=[10,11];break;case 4:ct=[16,11];break;case 5:ct=[40,33];break;case 6:ct=[24,11];break;case 7:ct=[20,11];break;case 8:ct=[32,11];break;case 9:ct=[80,33];break;case 10:ct=[18,11];break;case 11:ct=[15,11];break;case 12:ct=[64,33];break;case 13:ct=[160,99];break;case 14:ct=[4,3];break;case 15:ct=[3,2];break;case 16:ct=[2,1];break;case 255:{ct=[fe.readUnsignedByte()<<8|fe.readUnsignedByte(),fe.readUnsignedByte()<<8|fe.readUnsignedByte()];break}}ct&&ct[0]/ct[1]}return{profileIdc:Ne,levelIdc:$e,profileCompatibility:Nt,width:(Rr+1)*16-Y*2-te*2,height:(2-Fr)*(Vr+1)*16-le*2-be*2,sarRatio:ct}}},xs.prototype=new Cu;var Ep={H264Stream:xs},kp=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],Eu=function(u,h){var p=u[h+6]<<21|u[h+7]<<14|u[h+8]<<7|u[h+9],f=u[h+5],v=(f&16)>>4;return p=p>=0?p:0,v?p+20:p+10},ku=function(u,h){return u.length-h<10||u[h]!==73||u[h+1]!==68||u[h+2]!==51?h:(h+=Eu(u,h),ku(u,h))},wp=function(u){var h=ku(u,0);return u.length>=h+2&&(u[h]&255)===255&&(u[h+1]&240)===240&&(u[h+1]&22)===16},wu=function(u){return u[0]<<21|u[1]<<14|u[2]<<7|u[3]},Dp=function(u,h,p){var f,v="";for(f=h;f<p;f++)v+="%"+("00"+u[f].toString(16)).slice(-2);return v},Ap=function(u,h,p){return unescape(Dp(u,h,p))},Np=function(u,h){var p=(u[h+5]&224)>>5,f=u[h+4]<<3,v=u[h+3]&6144;return v|f|p},Ip=function(u,h){return u[h]===73&&u[h+1]===68&&u[h+2]===51?"timed-metadata":u[h]&!0&&(u[h+1]&240)===240?"audio":null},Op=function(u){for(var h=0;h+5<u.length;){if(u[h]!==255||(u[h+1]&246)!==240){h++;continue}return kp[(u[h+2]&60)>>>2]}return null},Bp=function(u){var h,p,f,v;h=10,u[5]&64&&(h+=4,h+=wu(u.subarray(10,14)));do{if(p=wu(u.subarray(h+4,h+8)),p<1)return null;if(v=String.fromCharCode(u[h],u[h+1],u[h+2],u[h+3]),v==="PRIV"){f=u.subarray(h+10,h+p+10);for(var _=0;_<f.byteLength;_++)if(f[_]===0){var M=Ap(f,0,_);if(M==="com.apple.streaming.transportStreamTimestamp"){var R=f.subarray(_+1),z=(R[3]&1)<<30|R[4]<<22|R[5]<<14|R[6]<<6|R[7]>>>2;return z*=4,z+=R[7]&3,z}break}}h+=10,h+=p}while(h<u.byteLength);return null},Qa={isLikelyAacData:wp,parseId3TagSize:Eu,parseAdtsSize:Np,parseType:Ip,parseSampleRate:Op,parseAacTimestamp:Bp},Lp=t,Du=Qa,Ss;Ss=function(){var u=new Uint8Array,h=0;Ss.prototype.init.call(this),this.setTimestamp=function(p){h=p},this.push=function(p){var f=0,v=0,_,M,R,z;for(u.length?(z=u.length,u=new Uint8Array(p.byteLength+z),u.set(u.subarray(0,z)),u.set(p,z)):u=p;u.length-v>=3;){if(u[v]===73&&u[v+1]===68&&u[v+2]===51){if(u.length-v<10||(f=Du.parseId3TagSize(u,v),v+f>u.length))break;M={type:"timed-metadata",data:u.subarray(v,v+f)},this.trigger("data",M),v+=f;continue}else if((u[v]&255)===255&&(u[v+1]&240)===240){if(u.length-v<7||(f=Du.parseAdtsSize(u,v),v+f>u.length))break;R={type:"audio",data:u.subarray(v,v+f),pts:h,dts:h},this.trigger("data",R),v+=f;continue}v++}_=u.length-v,_>0?u=u.subarray(v):u=new Uint8Array},this.reset=function(){u=new Uint8Array,this.trigger("reset")},this.endTimeline=function(){u=new Uint8Array,this.trigger("endedtimeline")}},Ss.prototype=new Lp;var Mp=Ss,Pp=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],Rp=Pp,Vp=["width","height","profileIdc","levelIdc","profileCompatibility","sarRatio"],Fp=Vp,Es=t,Nr=ke,Ir=St,ks=Xi,Di=Q,Qi=_p,ws=je,Au=xp,$p=Ep.H264Stream,Up=Mp,qp=Qa.isLikelyAacData,jp=je.ONE_SECOND_IN_TS,Nu=Rp,Iu=Fp,Ds,Or,As,Cn,Hp=function(u,h){h.stream=u,this.trigger("log",h)},Ou=function(u,h){for(var p=Object.keys(h),f=0;f<p.length;f++){var v=p[f];v==="headOfPipeline"||!h[v].on||h[v].on("log",Hp.bind(u,v))}},Bu=function(u,h){var p;if(u.length!==h.length)return!1;for(p=0;p<u.length;p++)if(u[p]!==h[p])return!1;return!0},Lu=function(u,h,p,f,v,_){var M=p-h,R=f-h,z=v-p;return{start:{dts:u,pts:u+M},end:{dts:u+R,pts:u+z},prependedContentDuration:_,baseMediaDecodeTime:u}};Or=function(u,h){var p=[],f,v=0,_=0,M=1/0;h=h||{},f=h.firstSequenceNumber||0,Or.prototype.init.call(this),this.push=function(R){Di.collectDtsInfo(u,R),u&&Nu.forEach(function(z){u[z]=R[z]}),p.push(R)},this.setEarliestDts=function(R){v=R},this.setVideoBaseMediaDecodeTime=function(R){M=R},this.setAudioAppendStart=function(R){_=R},this.flush=function(){var R,z,Y,te,le,be,fe;if(p.length===0){this.trigger("done","AudioSegmentStream");return}R=ks.trimAdtsFramesByEarliestDts(p,u,v),u.baseMediaDecodeTime=Di.calculateTrackBaseMediaDecodeTime(u,h.keepOriginalTimestamps),fe=ks.prefixWithSilence(u,R,_,M),u.samples=ks.generateSampleTable(R),Y=Nr.mdat(ks.concatenateFrameData(R)),p=[],z=Nr.moof(f,[u]),te=new Uint8Array(z.byteLength+Y.byteLength),f++,te.set(z),te.set(Y,z.byteLength),Di.clearDtsInfo(u),le=Math.ceil(jp*1024/u.samplerate),R.length&&(be=R.length*le,this.trigger("segmentTimingInfo",Lu(ws.audioTsToVideoTs(u.baseMediaDecodeTime,u.samplerate),R[0].dts,R[0].pts,R[0].dts+be,R[0].pts+be,fe||0)),this.trigger("timingInfo",{start:R[0].pts,end:R[0].pts+be})),this.trigger("data",{track:u,boxes:te}),this.trigger("done","AudioSegmentStream")},this.reset=function(){Di.clearDtsInfo(u),p=[],this.trigger("reset")}},Or.prototype=new Es,Ds=function(u,h){var p,f=[],v=[],_,M;h=h||{},p=h.firstSequenceNumber||0,Ds.prototype.init.call(this),delete u.minPTS,this.gopCache_=[],this.push=function(R){Di.collectDtsInfo(u,R),R.nalUnitType==="seq_parameter_set_rbsp"&&!_&&(_=R.config,u.sps=[R.data],Iu.forEach(function(z){u[z]=_[z]},this)),R.nalUnitType==="pic_parameter_set_rbsp"&&!M&&(M=R.data,u.pps=[R.data]),f.push(R)},this.flush=function(){for(var R,z,Y,te,le,be,fe=0,Ne,$e;f.length&&f[0].nalUnitType!=="access_unit_delimiter_rbsp";)f.shift();if(f.length===0){this.resetStream_(),this.trigger("done","VideoSegmentStream");return}if(R=Ir.groupNalsIntoFrames(f),Y=Ir.groupFramesIntoGops(R),Y[0][0].keyFrame||(z=this.getGopForFusion_(f[0],u),z?(fe=z.duration,Y.unshift(z),Y.byteLength+=z.byteLength,Y.nalCount+=z.nalCount,Y.pts=z.pts,Y.dts=z.dts,Y.duration+=z.duration):Y=Ir.extendFirstKeyFrame(Y)),v.length){var Nt;if(h.alignGopsAtEnd?Nt=this.alignGopsAtEnd_(Y):Nt=this.alignGopsAtStart_(Y),!Nt){this.gopCache_.unshift({gop:Y.pop(),pps:u.pps,sps:u.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),f=[],this.resetStream_(),this.trigger("done","VideoSegmentStream");return}Di.clearDtsInfo(u),Y=Nt}Di.collectDtsInfo(u,Y),u.samples=Ir.generateSampleTable(Y),le=Nr.mdat(Ir.concatenateNalData(Y)),u.baseMediaDecodeTime=Di.calculateTrackBaseMediaDecodeTime(u,h.keepOriginalTimestamps),this.trigger("processedGopsInfo",Y.map(function(hi){return{pts:hi.pts,dts:hi.dts,byteLength:hi.byteLength}})),Ne=Y[0],$e=Y[Y.length-1],this.trigger("segmentTimingInfo",Lu(u.baseMediaDecodeTime,Ne.dts,Ne.pts,$e.dts+$e.duration,$e.pts+$e.duration,fe)),this.trigger("timingInfo",{start:Y[0].pts,end:Y[Y.length-1].pts+Y[Y.length-1].duration}),this.gopCache_.unshift({gop:Y.pop(),pps:u.pps,sps:u.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),f=[],this.trigger("baseMediaDecodeTime",u.baseMediaDecodeTime),this.trigger("timelineStartInfo",u.timelineStartInfo),te=Nr.moof(p,[u]),be=new Uint8Array(te.byteLength+le.byteLength),p++,be.set(te),be.set(le,te.byteLength),this.trigger("data",{track:u,boxes:be}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.reset=function(){this.resetStream_(),f=[],this.gopCache_.length=0,v.length=0,this.trigger("reset")},this.resetStream_=function(){Di.clearDtsInfo(u),_=void 0,M=void 0},this.getGopForFusion_=function(R){var z=45e3,Y=1/0,te,le,be,fe,Ne;for(Ne=0;Ne<this.gopCache_.length;Ne++)fe=this.gopCache_[Ne],be=fe.gop,!(!(u.pps&&Bu(u.pps[0],fe.pps[0]))||!(u.sps&&Bu(u.sps[0],fe.sps[0])))&&(be.dts<u.timelineStartInfo.dts||(te=R.dts-be.dts-be.duration,te>=-1e4&&te<=z&&(!le||Y>te)&&(le=fe,Y=te)));return le?le.gop:null},this.alignGopsAtStart_=function(R){var z,Y,te,le,be,fe,Ne,$e;for(be=R.byteLength,fe=R.nalCount,Ne=R.duration,z=Y=0;z<v.length&&Y<R.length&&(te=v[z],le=R[Y],te.pts!==le.pts);){if(le.pts>te.pts){z++;continue}Y++,be-=le.byteLength,fe-=le.nalCount,Ne-=le.duration}return Y===0?R:Y===R.length?null:($e=R.slice(Y),$e.byteLength=be,$e.duration=Ne,$e.nalCount=fe,$e.pts=$e[0].pts,$e.dts=$e[0].dts,$e)},this.alignGopsAtEnd_=function(R){var z,Y,te,le,be,fe;for(z=v.length-1,Y=R.length-1,be=null,fe=!1;z>=0&&Y>=0;){if(te=v[z],le=R[Y],te.pts===le.pts){fe=!0;break}if(te.pts>le.pts){z--;continue}z===v.length-1&&(be=Y),Y--}if(!fe&&be===null)return null;var Ne;if(fe?Ne=Y:Ne=be,Ne===0)return R;var $e=R.slice(Ne),Nt=$e.reduce(function(hi,un){return hi.byteLength+=un.byteLength,hi.duration+=un.duration,hi.nalCount+=un.nalCount,hi},{byteLength:0,duration:0,nalCount:0});return $e.byteLength=Nt.byteLength,$e.duration=Nt.duration,$e.nalCount=Nt.nalCount,$e.pts=$e[0].pts,$e.dts=$e[0].dts,$e},this.alignGopsWith=function(R){v=R}},Ds.prototype=new Es,Cn=function(u,h){this.numberOfTracks=0,this.metadataStream=h,u=u||{},typeof u.remux<"u"?this.remuxTracks=!!u.remux:this.remuxTracks=!0,typeof u.keepOriginalTimestamps=="boolean"?this.keepOriginalTimestamps=u.keepOriginalTimestamps:this.keepOriginalTimestamps=!1,this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,Cn.prototype.init.call(this),this.push=function(p){if(p.content||p.text)return this.pendingCaptions.push(p);if(p.frames)return this.pendingMetadata.push(p);this.pendingTracks.push(p.track),this.pendingBytes+=p.boxes.byteLength,p.track.type==="video"&&(this.videoTrack=p.track,this.pendingBoxes.push(p.boxes)),p.track.type==="audio"&&(this.audioTrack=p.track,this.pendingBoxes.unshift(p.boxes))}},Cn.prototype=new Es,Cn.prototype.flush=function(u){var h=0,p={captions:[],captionStreams:{},metadata:[],info:{}},f,v,_,M=0,R;if(this.pendingTracks.length<this.numberOfTracks){if(u!=="VideoSegmentStream"&&u!=="AudioSegmentStream")return;if(this.remuxTracks)return;if(this.pendingTracks.length===0){this.emittedTracks++,this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0);return}}if(this.videoTrack?(M=this.videoTrack.timelineStartInfo.pts,Iu.forEach(function(z){p.info[z]=this.videoTrack[z]},this)):this.audioTrack&&(M=this.audioTrack.timelineStartInfo.pts,Nu.forEach(function(z){p.info[z]=this.audioTrack[z]},this)),this.videoTrack||this.audioTrack){for(this.pendingTracks.length===1?p.type=this.pendingTracks[0].type:p.type="combined",this.emittedTracks+=this.pendingTracks.length,_=Nr.initSegment(this.pendingTracks),p.initSegment=new Uint8Array(_.byteLength),p.initSegment.set(_),p.data=new Uint8Array(this.pendingBytes),R=0;R<this.pendingBoxes.length;R++)p.data.set(this.pendingBoxes[R],h),h+=this.pendingBoxes[R].byteLength;for(R=0;R<this.pendingCaptions.length;R++)f=this.pendingCaptions[R],f.startTime=ws.metadataTsToSeconds(f.startPts,M,this.keepOriginalTimestamps),f.endTime=ws.metadataTsToSeconds(f.endPts,M,this.keepOriginalTimestamps),p.captionStreams[f.stream]=!0,p.captions.push(f);for(R=0;R<this.pendingMetadata.length;R++)v=this.pendingMetadata[R],v.cueTime=ws.metadataTsToSeconds(v.pts,M,this.keepOriginalTimestamps),p.metadata.push(v);for(p.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",p),R=0;R<p.captions.length;R++)f=p.captions[R],this.trigger("caption",f);for(R=0;R<p.metadata.length;R++)v=p.metadata[R],this.trigger("id3Frame",v)}this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},Cn.prototype.setRemux=function(u){this.remuxTracks=u},As=function(u){var h=this,p=!0,f,v;As.prototype.init.call(this),u=u||{},this.baseMediaDecodeTime=u.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var _={};this.transmuxPipeline_=_,_.type="aac",_.metadataStream=new Qi.MetadataStream,_.aacStream=new Up,_.audioTimestampRolloverStream=new Qi.TimestampRolloverStream("audio"),_.timedMetadataTimestampRolloverStream=new Qi.TimestampRolloverStream("timed-metadata"),_.adtsStream=new Au,_.coalesceStream=new Cn(u,_.metadataStream),_.headOfPipeline=_.aacStream,_.aacStream.pipe(_.audioTimestampRolloverStream).pipe(_.adtsStream),_.aacStream.pipe(_.timedMetadataTimestampRolloverStream).pipe(_.metadataStream).pipe(_.coalesceStream),_.metadataStream.on("timestamp",function(M){_.aacStream.setTimestamp(M.timeStamp)}),_.aacStream.on("data",function(M){M.type!=="timed-metadata"&&M.type!=="audio"||_.audioSegmentStream||(v=v||{timelineStartInfo:{baseMediaDecodeTime:h.baseMediaDecodeTime},codec:"adts",type:"audio"},_.coalesceStream.numberOfTracks++,_.audioSegmentStream=new Or(v,u),_.audioSegmentStream.on("log",h.getLogTrigger_("audioSegmentStream")),_.audioSegmentStream.on("timingInfo",h.trigger.bind(h,"audioTimingInfo")),_.adtsStream.pipe(_.audioSegmentStream).pipe(_.coalesceStream),h.trigger("trackinfo",{hasAudio:!!v,hasVideo:!!f}))}),_.coalesceStream.on("data",this.trigger.bind(this,"data")),_.coalesceStream.on("done",this.trigger.bind(this,"done")),Ou(this,_)},this.setupTsPipeline=function(){var _={};this.transmuxPipeline_=_,_.type="ts",_.metadataStream=new Qi.MetadataStream,_.packetStream=new Qi.TransportPacketStream,_.parseStream=new Qi.TransportParseStream,_.elementaryStream=new Qi.ElementaryStream,_.timestampRolloverStream=new Qi.TimestampRolloverStream,_.adtsStream=new Au,_.h264Stream=new $p,_.captionStream=new Qi.CaptionStream(u),_.coalesceStream=new Cn(u,_.metadataStream),_.headOfPipeline=_.packetStream,_.packetStream.pipe(_.parseStream).pipe(_.elementaryStream).pipe(_.timestampRolloverStream),_.timestampRolloverStream.pipe(_.h264Stream),_.timestampRolloverStream.pipe(_.adtsStream),_.timestampRolloverStream.pipe(_.metadataStream).pipe(_.coalesceStream),_.h264Stream.pipe(_.captionStream).pipe(_.coalesceStream),_.elementaryStream.on("data",function(M){var R;if(M.type==="metadata"){for(R=M.tracks.length;R--;)!f&&M.tracks[R].type==="video"?(f=M.tracks[R],f.timelineStartInfo.baseMediaDecodeTime=h.baseMediaDecodeTime):!v&&M.tracks[R].type==="audio"&&(v=M.tracks[R],v.timelineStartInfo.baseMediaDecodeTime=h.baseMediaDecodeTime);f&&!_.videoSegmentStream&&(_.coalesceStream.numberOfTracks++,_.videoSegmentStream=new Ds(f,u),_.videoSegmentStream.on("log",h.getLogTrigger_("videoSegmentStream")),_.videoSegmentStream.on("timelineStartInfo",function(z){v&&!u.keepOriginalTimestamps&&(v.timelineStartInfo=z,_.audioSegmentStream.setEarliestDts(z.dts-h.baseMediaDecodeTime))}),_.videoSegmentStream.on("processedGopsInfo",h.trigger.bind(h,"gopInfo")),_.videoSegmentStream.on("segmentTimingInfo",h.trigger.bind(h,"videoSegmentTimingInfo")),_.videoSegmentStream.on("baseMediaDecodeTime",function(z){v&&_.audioSegmentStream.setVideoBaseMediaDecodeTime(z)}),_.videoSegmentStream.on("timingInfo",h.trigger.bind(h,"videoTimingInfo")),_.h264Stream.pipe(_.videoSegmentStream).pipe(_.coalesceStream)),v&&!_.audioSegmentStream&&(_.coalesceStream.numberOfTracks++,_.audioSegmentStream=new Or(v,u),_.audioSegmentStream.on("log",h.getLogTrigger_("audioSegmentStream")),_.audioSegmentStream.on("timingInfo",h.trigger.bind(h,"audioTimingInfo")),_.audioSegmentStream.on("segmentTimingInfo",h.trigger.bind(h,"audioSegmentTimingInfo")),_.adtsStream.pipe(_.audioSegmentStream).pipe(_.coalesceStream)),h.trigger("trackinfo",{hasAudio:!!v,hasVideo:!!f})}}),_.coalesceStream.on("data",this.trigger.bind(this,"data")),_.coalesceStream.on("id3Frame",function(M){M.dispatchType=_.metadataStream.dispatchType,h.trigger("id3Frame",M)}),_.coalesceStream.on("caption",this.trigger.bind(this,"caption")),_.coalesceStream.on("done",this.trigger.bind(this,"done")),Ou(this,_)},this.setBaseMediaDecodeTime=function(_){var M=this.transmuxPipeline_;u.keepOriginalTimestamps||(this.baseMediaDecodeTime=_),v&&(v.timelineStartInfo.dts=void 0,v.timelineStartInfo.pts=void 0,Di.clearDtsInfo(v),M.audioTimestampRolloverStream&&M.audioTimestampRolloverStream.discontinuity()),f&&(M.videoSegmentStream&&(M.videoSegmentStream.gopCache_=[]),f.timelineStartInfo.dts=void 0,f.timelineStartInfo.pts=void 0,Di.clearDtsInfo(f),M.captionStream.reset()),M.timestampRolloverStream&&M.timestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(_){v&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(_)},this.setRemux=function(_){var M=this.transmuxPipeline_;u.remux=_,M&&M.coalesceStream&&M.coalesceStream.setRemux(_)},this.alignGopsWith=function(_){f&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(_)},this.getLogTrigger_=function(_){var M=this;return function(R){R.stream=_,M.trigger("log",R)}},this.push=function(_){if(p){var M=qp(_);M&&this.transmuxPipeline_.type!=="aac"?this.setupAacPipeline():!M&&this.transmuxPipeline_.type!=="ts"&&this.setupTsPipeline(),p=!1}this.transmuxPipeline_.headOfPipeline.push(_)},this.flush=function(){p=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.endTimeline=function(){this.transmuxPipeline_.headOfPipeline.endTimeline()},this.reset=function(){this.transmuxPipeline_.headOfPipeline&&this.transmuxPipeline_.headOfPipeline.reset()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}},As.prototype=new Es;var zp={Transmuxer:As},Gp=function(u){return u>>>0},Wp=function(u){return("00"+u.toString(16)).slice(-2)},Ns={toUnsigned:Gp,toHexString:Wp},Yp=function(u){var h="";return h+=String.fromCharCode(u[0]),h+=String.fromCharCode(u[1]),h+=String.fromCharCode(u[2]),h+=String.fromCharCode(u[3]),h},Mu=Yp,Xp=Ns.toUnsigned,Kp=Mu,Pu=function(u,h){var p=[],f,v,_,M,R;if(!h.length)return null;for(f=0;f<u.byteLength;)v=Xp(u[f]<<24|u[f+1]<<16|u[f+2]<<8|u[f+3]),_=Kp(u.subarray(f+4,f+8)),M=v>1?f+v:u.byteLength,_===h[0]&&(h.length===1?p.push(u.subarray(f+8,M)):(R=Pu(u.subarray(f+8,M),h.slice(1)),R.length&&(p=p.concat(R)))),f=M;return p},Za=Pu,Qp=Ns.toUnsigned,Zp=a.getUint64,Jp=function(u){var h={version:u[0],flags:new Uint8Array(u.subarray(1,4))};return h.version===1?h.baseMediaDecodeTime=Zp(u.subarray(4)):h.baseMediaDecodeTime=Qp(u[4]<<24|u[5]<<16|u[6]<<8|u[7]),h},Ja=Jp,em=function(u){var h=new DataView(u.buffer,u.byteOffset,u.byteLength),p={version:u[0],flags:new Uint8Array(u.subarray(1,4)),trackId:h.getUint32(4)},f=p.flags[2]&1,v=p.flags[2]&2,_=p.flags[2]&8,M=p.flags[2]&16,R=p.flags[2]&32,z=p.flags[0]&65536,Y=p.flags[0]&131072,te;return te=8,f&&(te+=4,p.baseDataOffset=h.getUint32(12),te+=4),v&&(p.sampleDescriptionIndex=h.getUint32(te),te+=4),_&&(p.defaultSampleDuration=h.getUint32(te),te+=4),M&&(p.defaultSampleSize=h.getUint32(te),te+=4),R&&(p.defaultSampleFlags=h.getUint32(te)),z&&(p.durationIsEmpty=!0),!f&&Y&&(p.baseDataOffsetIsMoof=!0),p},Ru=em,tm=function(u){return{isLeading:(u[0]&12)>>>2,dependsOn:u[0]&3,isDependedOn:(u[1]&192)>>>6,hasRedundancy:(u[1]&48)>>>4,paddingValue:(u[1]&14)>>>1,isNonSyncSample:u[1]&1,degradationPriority:u[2]<<8|u[3]}},im=tm,Vu=im,nm=function(u){var h={version:u[0],flags:new Uint8Array(u.subarray(1,4)),samples:[]},p=new DataView(u.buffer,u.byteOffset,u.byteLength),f=h.flags[2]&1,v=h.flags[2]&4,_=h.flags[1]&1,M=h.flags[1]&2,R=h.flags[1]&4,z=h.flags[1]&8,Y=p.getUint32(4),te=8,le;for(f&&(h.dataOffset=p.getInt32(te),te+=4),v&&Y&&(le={flags:Vu(u.subarray(te,te+4))},te+=4,_&&(le.duration=p.getUint32(te),te+=4),M&&(le.size=p.getUint32(te),te+=4),z&&(h.version===1?le.compositionTimeOffset=p.getInt32(te):le.compositionTimeOffset=p.getUint32(te),te+=4),h.samples.push(le),Y--);Y--;)le={},_&&(le.duration=p.getUint32(te),te+=4),M&&(le.size=p.getUint32(te),te+=4),R&&(le.flags=Vu(u.subarray(te,te+4)),te+=4),z&&(h.version===1?le.compositionTimeOffset=p.getInt32(te):le.compositionTimeOffset=p.getUint32(te),te+=4),h.samples.push(le);return h},Fu=nm,$u={tfdt:Ja,trun:Fu},Uu={parseTfdt:$u.tfdt,parseTrun:$u.trun},rm=function(u){for(var h=0,p=String.fromCharCode(u[h]),f="";p!=="\0";)f+=p,h++,p=String.fromCharCode(u[h]);return f+=p,f},sm={uint8ToCString:rm},Is=sm.uint8ToCString,am=a.getUint64,om=function(u){var h=4,p=u[0],f,v,_,M,R,z,Y,te;if(p===0){f=Is(u.subarray(h)),h+=f.length,v=Is(u.subarray(h)),h+=v.length;var le=new DataView(u.buffer);_=le.getUint32(h),h+=4,R=le.getUint32(h),h+=4,z=le.getUint32(h),h+=4,Y=le.getUint32(h),h+=4}else if(p===1){var le=new DataView(u.buffer);_=le.getUint32(h),h+=4,M=am(u.subarray(h)),h+=8,z=le.getUint32(h),h+=4,Y=le.getUint32(h),h+=4,f=Is(u.subarray(h)),h+=f.length,v=Is(u.subarray(h)),h+=v.length}te=new Uint8Array(u.subarray(h,u.byteLength));var be={scheme_id_uri:f,value:v,timescale:_||1,presentation_time:M,presentation_time_delta:R,event_duration:z,id:Y,message_data:te};return um(p,be)?be:void 0},lm=function(u,h,p,f){return u||u===0?u/h:f+p/h},um=function(u,h){var p=h.scheme_id_uri!=="\0",f=u===0&&qu(h.presentation_time_delta)&&p,v=u===1&&qu(h.presentation_time)&&p;return!(u>1)&&f||v},qu=function(u){return u!==void 0||u!==null},cm={parseEmsgBox:om,scaleTime:lm},Br;typeof window<"u"?Br=window:typeof r<"u"?Br=r:typeof self<"u"?Br=self:Br={};var ju=Br,Os=Ns.toUnsigned,Lr=Ns.toHexString,Tt=Za,Un=Mu,eo=cm,dm=Ru,hm=Fu,fm=Ja,pm=a.getUint64,Hu,zu,Gu,Wu,Yu,to,Xu,io=ju,mm=_u.parseId3Frames;Hu=function(u){var h={},p=Tt(u,["moov","trak"]);return p.reduce(function(f,v){var _,M,R,z,Y;return _=Tt(v,["tkhd"])[0],!_||(M=_[0],R=M===0?12:20,z=Os(_[R]<<24|_[R+1]<<16|_[R+2]<<8|_[R+3]),Y=Tt(v,["mdia","mdhd"])[0],!Y)?null:(M=Y[0],R=M===0?12:20,f[z]=Os(Y[R]<<24|Y[R+1]<<16|Y[R+2]<<8|Y[R+3]),f)},h)},zu=function(u,h){var p;p=Tt(h,["moof","traf"]);var f=p.reduce(function(v,_){var M=Tt(_,["tfhd"])[0],R=Os(M[4]<<24|M[5]<<16|M[6]<<8|M[7]),z=u[R]||9e4,Y=Tt(_,["tfdt"])[0],te=new DataView(Y.buffer,Y.byteOffset,Y.byteLength),le;Y[0]===1?le=pm(Y.subarray(4,12)):le=te.getUint32(4);let be;return typeof le=="bigint"?be=le/io.BigInt(z):typeof le=="number"&&!isNaN(le)&&(be=le/z),be<Number.MAX_SAFE_INTEGER&&(be=Number(be)),be<v&&(v=be),v},1/0);return typeof f=="bigint"||isFinite(f)?f:0},Gu=function(u,h){var p=Tt(h,["moof","traf"]),f=0,v=0,_;if(p&&p.length){var M=Tt(p[0],["tfhd"])[0],R=Tt(p[0],["trun"])[0],z=Tt(p[0],["tfdt"])[0];if(M){var Y=dm(M);_=Y.trackId}if(z){var te=fm(z);f=te.baseMediaDecodeTime}if(R){var le=hm(R);le.samples&&le.samples.length&&(v=le.samples[0].compositionTimeOffset||0)}}var be=u[_]||9e4;typeof f=="bigint"&&(v=io.BigInt(v),be=io.BigInt(be));var fe=(f+v)/be;return typeof fe=="bigint"&&fe<Number.MAX_SAFE_INTEGER&&(fe=Number(fe)),fe},Wu=function(u){var h=Tt(u,["moov","trak"]),p=[];return h.forEach(function(f){var v=Tt(f,["mdia","hdlr"]),_=Tt(f,["tkhd"]);v.forEach(function(M,R){var z=Un(M.subarray(8,12)),Y=_[R],te,le,be;z==="vide"&&(te=new DataView(Y.buffer,Y.byteOffset,Y.byteLength),le=te.getUint8(0),be=le===0?te.getUint32(12):te.getUint32(20),p.push(be))})}),p},to=function(u){var h=u[0],p=h===0?12:20;return Os(u[p]<<24|u[p+1]<<16|u[p+2]<<8|u[p+3])},Yu=function(u){var h=Tt(u,["moov","trak"]),p=[];return h.forEach(function(f){var v={},_=Tt(f,["tkhd"])[0],M,R;_&&(M=new DataView(_.buffer,_.byteOffset,_.byteLength),R=M.getUint8(0),v.id=R===0?M.getUint32(12):M.getUint32(20));var z=Tt(f,["mdia","hdlr"])[0];if(z){var Y=Un(z.subarray(8,12));Y==="vide"?v.type="video":Y==="soun"?v.type="audio":v.type=Y}var te=Tt(f,["mdia","minf","stbl","stsd"])[0];if(te){var le=te.subarray(8);v.codec=Un(le.subarray(4,8));var be=Tt(le,[v.codec])[0],fe,Ne;be&&(/^[asm]vc[1-9]$/i.test(v.codec)?(fe=be.subarray(78),Ne=Un(fe.subarray(4,8)),Ne==="avcC"&&fe.length>11?(v.codec+=".",v.codec+=Lr(fe[9]),v.codec+=Lr(fe[10]),v.codec+=Lr(fe[11])):v.codec="avc1.4d400d"):/^mp4[a,v]$/i.test(v.codec)?(fe=be.subarray(28),Ne=Un(fe.subarray(4,8)),Ne==="esds"&&fe.length>20&&fe[19]!==0?(v.codec+="."+Lr(fe[19]),v.codec+="."+Lr(fe[20]>>>2&63).replace(/^0/,"")):v.codec="mp4a.40.2"):v.codec=v.codec.toLowerCase())}var $e=Tt(f,["mdia","mdhd"])[0];$e&&(v.timescale=to($e)),p.push(v)}),p},Xu=function(u,h=0){var p=Tt(u,["emsg"]);return p.map(f=>{var v=eo.parseEmsgBox(new Uint8Array(f)),_=mm(v.message_data);return{cueTime:eo.scaleTime(v.presentation_time,v.timescale,v.presentation_time_delta,h),duration:eo.scaleTime(v.event_duration,v.timescale),frames:_}})};var Mr={findBox:Tt,parseType:Un,timescale:Hu,startTime:zu,compositionStartTime:Gu,videoTrackIds:Wu,tracks:Yu,getTimescaleFromMediaHeader:to,getEmsgID3:Xu};const{parseTrun:gm}=Uu,{findBox:Ku}=Mr;var Qu=ju,vm=function(u){var h=Ku(u,["moof","traf"]),p=Ku(u,["mdat"]),f=[];return p.forEach(function(v,_){var M=h[_];f.push({mdat:v,traf:M})}),f},ym=function(u,h,p){var f=h,v=p.defaultSampleDuration||0,_=p.defaultSampleSize||0,M=p.trackId,R=[];return u.forEach(function(z){var Y=gm(z),te=Y.samples;te.forEach(function(le){le.duration===void 0&&(le.duration=v),le.size===void 0&&(le.size=_),le.trackId=M,le.dts=f,le.compositionTimeOffset===void 0&&(le.compositionTimeOffset=0),typeof f=="bigint"?(le.pts=f+Qu.BigInt(le.compositionTimeOffset),f+=Qu.BigInt(le.duration)):(le.pts=f+le.compositionTimeOffset,f+=le.duration)}),R=R.concat(te)}),R},Zu={getMdatTrafPairs:vm,parseSamples:ym},_m=Ut.discardEmulationPreventionBytes,Tm=J.CaptionStream,no=Za,bm=Ja,xm=Ru,{getMdatTrafPairs:Cm,parseSamples:Sm}=Zu,Em=function(u,h){for(var p=u,f=0;f<h.length;f++){var v=h[f];if(p<v.size)return v;p-=v.size}return null},km=function(u,h,p){var f=new DataView(u.buffer,u.byteOffset,u.byteLength),v={logs:[],seiNals:[]},_,M,R,z;for(M=0;M+4<u.length;M+=R)if(R=f.getUint32(M),M+=4,!(R<=0))switch(u[M]&31){case 6:var Y=u.subarray(M+1,M+1+R),te=Em(M,h);if(_={nalUnitType:"sei_rbsp",size:R,data:Y,escapedRBSP:_m(Y),trackId:p},te)_.pts=te.pts,_.dts=te.dts,z=te;else if(z)_.pts=z.pts,_.dts=z.dts;else{v.logs.push({level:"warn",message:"We've encountered a nal unit without data at "+M+" for trackId "+p+". See mux.js#223."});break}v.seiNals.push(_);break}return v},wm=function(u,h){var p={},f=Cm(u);return f.forEach(function(v){var _=v.mdat,M=v.traf,R=no(M,["tfhd"]),z=xm(R[0]),Y=z.trackId,te=no(M,["tfdt"]),le=te.length>0?bm(te[0]).baseMediaDecodeTime:0,be=no(M,["trun"]),fe,Ne;h===Y&&be.length>0&&(fe=Sm(be,le,z),Ne=km(_,fe,Y),p[Y]||(p[Y]={seiNals:[],logs:[]}),p[Y].seiNals=p[Y].seiNals.concat(Ne.seiNals),p[Y].logs=p[Y].logs.concat(Ne.logs))}),p},Dm=function(u,h,p){var f;if(h===null)return null;f=wm(u,h);var v=f[h]||{};return{seiNals:v.seiNals,logs:v.logs,timescale:p}},Am=function(){var u=!1,h,p,f,v,_,M;this.isInitialized=function(){return u},this.init=function(R){h=new Tm,u=!0,M=R?R.isPartial:!1,h.on("data",function(z){z.startTime=z.startPts/v,z.endTime=z.endPts/v,_.captions.push(z),_.captionStreams[z.stream]=!0}),h.on("log",function(z){_.logs.push(z)})},this.isNewInit=function(R,z){return R&&R.length===0||z&&typeof z=="object"&&Object.keys(z).length===0?!1:f!==R[0]||v!==z[f]},this.parse=function(R,z,Y){var te;if(this.isInitialized()){if(!z||!Y)return null;if(this.isNewInit(z,Y))f=z[0],v=Y[f];else if(f===null||!v)return p.push(R),null}else return null;for(;p.length>0;){var le=p.shift();this.parse(le,z,Y)}return te=Dm(R,f,v),te&&te.logs&&(_.logs=_.logs.concat(te.logs)),te===null||!te.seiNals?_.logs.length?{logs:_.logs,captions:[],captionStreams:[]}:null:(this.pushNals(te.seiNals),this.flushStream(),_)},this.pushNals=function(R){if(!this.isInitialized()||!R||R.length===0)return null;R.forEach(function(z){h.push(z)})},this.flushStream=function(){if(!this.isInitialized())return null;M?h.partialFlush():h.flush()},this.clearParsedCaptions=function(){_.captions=[],_.captionStreams={},_.logs=[]},this.resetCaptionStream=function(){if(!this.isInitialized())return null;h.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){p=[],f=null,v=null,_?this.clearParsedCaptions():_={captions:[],captionStreams:{},logs:[]},this.resetCaptionStream()},this.reset()},Nm=Am;const{parseTfdt:Im}=Uu,ln=Za,{getTimescaleFromMediaHeader:Om}=Mr,{parseSamples:Bm,getMdatTrafPairs:Lm}=Zu;var Ju=function(){let u=9e4;this.init=function(h){const p=ln(h,["moov","trak","mdia","mdhd"])[0];p&&(u=Om(p))},this.parseSegment=function(h){const p=[],f=Lm(h);let v=0;return f.forEach(function(_){const M=_.mdat,R=_.traf,z=ln(R,["tfdt"])[0],Y=ln(R,["tfhd"])[0],te=ln(R,["trun"]);if(z&&(v=Im(z).baseMediaDecodeTime),te.length&&Y){const le=Bm(te,v,Y);let be=0;le.forEach(function(fe){const Ne="utf-8",$e=new TextDecoder(Ne),Nt=M.slice(be,be+fe.size);if(ln(Nt,["vtte"])[0]){be+=fe.size;return}ln(Nt,["vttc"]).forEach(function(Pr){const Rr=ln(Pr,["payl"])[0],Vr=ln(Pr,["sttg"])[0],Fr=fe.pts/u,Ms=(fe.pts+fe.duration)/u;let ct,$r;if(Rr)try{ct=$e.decode(Rr)}catch(Ai){console.error(Ai)}if(Vr)try{$r=$e.decode(Vr)}catch(Ai){console.error(Ai)}fe.duration&&ct&&p.push({cueText:ct,start:Fr,end:Ms,settings:$r})}),be+=fe.size})}}),p}},ro=me,ec=function(u){var h=u[1]&31;return h<<=8,h|=u[2],h},Bs=function(u){return!!(u[1]&64)},Ls=function(u){var h=0;return(u[3]&48)>>>4>1&&(h+=u[4]+1),h},Mm=function(u,h){var p=ec(u);return p===0?"pat":p===h?"pmt":h?"pes":null},Pm=function(u){var h=Bs(u),p=4+Ls(u);return h&&(p+=u[p]+1),(u[p+10]&31)<<8|u[p+11]},Rm=function(u){var h={},p=Bs(u),f=4+Ls(u);if(p&&(f+=u[f]+1),!!(u[f+5]&1)){var v,_,M;v=(u[f+1]&15)<<8|u[f+2],_=3+v-4,M=(u[f+10]&15)<<8|u[f+11];for(var R=12+M;R<_;){var z=f+R;h[(u[z+1]&31)<<8|u[z+2]]=u[z],R+=((u[z+3]&15)<<8|u[z+4])+5}return h}},Vm=function(u,h){var p=ec(u),f=h[p];switch(f){case ro.H264_STREAM_TYPE:return"video";case ro.ADTS_STREAM_TYPE:return"audio";case ro.METADATA_STREAM_TYPE:return"timed-metadata";default:return null}},Fm=function(u){var h=Bs(u);if(!h)return null;var p=4+Ls(u);if(p>=u.byteLength)return null;var f=null,v;return v=u[p+7],v&192&&(f={},f.pts=(u[p+9]&14)<<27|(u[p+10]&255)<<20|(u[p+11]&254)<<12|(u[p+12]&255)<<5|(u[p+13]&254)>>>3,f.pts*=4,f.pts+=(u[p+13]&6)>>>1,f.dts=f.pts,v&64&&(f.dts=(u[p+14]&14)<<27|(u[p+15]&255)<<20|(u[p+16]&254)<<12|(u[p+17]&255)<<5|(u[p+18]&254)>>>3,f.dts*=4,f.dts+=(u[p+18]&6)>>>1)),f},so=function(u){switch(u){case 5:return"slice_layer_without_partitioning_rbsp_idr";case 6:return"sei_rbsp";case 7:return"seq_parameter_set_rbsp";case 8:return"pic_parameter_set_rbsp";case 9:return"access_unit_delimiter_rbsp";default:return null}},$m=function(u){for(var h=4+Ls(u),p=u.subarray(h),f=0,v=0,_=!1,M;v<p.byteLength-3;v++)if(p[v+2]===1){f=v+5;break}for(;f<p.byteLength;)switch(p[f]){case 0:if(p[f-1]!==0){f+=2;break}else if(p[f-2]!==0){f++;break}v+3!==f-2&&(M=so(p[v+3]&31),M==="slice_layer_without_partitioning_rbsp_idr"&&(_=!0));do f++;while(p[f]!==1&&f<p.length);v=f-2,f+=3;break;case 1:if(p[f-1]!==0||p[f-2]!==0){f+=3;break}M=so(p[v+3]&31),M==="slice_layer_without_partitioning_rbsp_idr"&&(_=!0),v=f-2,f+=3;break;default:f+=3;break}return p=p.subarray(v),f-=v,v=0,p&&p.byteLength>3&&(M=so(p[v+3]&31),M==="slice_layer_without_partitioning_rbsp_idr"&&(_=!0)),_},Um={parseType:Mm,parsePat:Pm,parsePmt:Rm,parsePayloadUnitStartIndicator:Bs,parsePesType:Vm,parsePesTime:Fm,videoPacketContainsKeyFrame:$m},tc=me,qn=vt.handleRollover,at={};at.ts=Um,at.aac=Qa;var Sn=je.ONE_SECOND_IN_TS,Kt=188,Ri=71,qm=function(u,h){for(var p=0,f=Kt,v,_;f<u.byteLength;){if(u[p]===Ri&&u[f]===Ri){switch(v=u.subarray(p,f),_=at.ts.parseType(v,h.pid),_){case"pat":h.pid=at.ts.parsePat(v);break;case"pmt":var M=at.ts.parsePmt(v);h.table=h.table||{},Object.keys(M).forEach(function(R){h.table[R]=M[R]});break}p+=Kt,f+=Kt;continue}p++,f++}},ic=function(u,h,p){for(var f=0,v=Kt,_,M,R,z,Y,te=!1;v<=u.byteLength;){if(u[f]===Ri&&(u[v]===Ri||v===u.byteLength)){switch(_=u.subarray(f,v),M=at.ts.parseType(_,h.pid),M){case"pes":R=at.ts.parsePesType(_,h.table),z=at.ts.parsePayloadUnitStartIndicator(_),R==="audio"&&z&&(Y=at.ts.parsePesTime(_),Y&&(Y.type="audio",p.audio.push(Y),te=!0));break}if(te)break;f+=Kt,v+=Kt;continue}f++,v++}for(v=u.byteLength,f=v-Kt,te=!1;f>=0;){if(u[f]===Ri&&(u[v]===Ri||v===u.byteLength)){switch(_=u.subarray(f,v),M=at.ts.parseType(_,h.pid),M){case"pes":R=at.ts.parsePesType(_,h.table),z=at.ts.parsePayloadUnitStartIndicator(_),R==="audio"&&z&&(Y=at.ts.parsePesTime(_),Y&&(Y.type="audio",p.audio.push(Y),te=!0));break}if(te)break;f-=Kt,v-=Kt;continue}f--,v--}},jm=function(u,h,p){for(var f=0,v=Kt,_,M,R,z,Y,te,le,be,fe=!1,Ne={data:[],size:0};v<u.byteLength;){if(u[f]===Ri&&u[v]===Ri){switch(_=u.subarray(f,v),M=at.ts.parseType(_,h.pid),M){case"pes":if(R=at.ts.parsePesType(_,h.table),z=at.ts.parsePayloadUnitStartIndicator(_),R==="video"&&(z&&!fe&&(Y=at.ts.parsePesTime(_),Y&&(Y.type="video",p.video.push(Y),fe=!0)),!p.firstKeyFrame)){if(z&&Ne.size!==0){for(te=new Uint8Array(Ne.size),le=0;Ne.data.length;)be=Ne.data.shift(),te.set(be,le),le+=be.byteLength;if(at.ts.videoPacketContainsKeyFrame(te)){var $e=at.ts.parsePesTime(te);$e?(p.firstKeyFrame=$e,p.firstKeyFrame.type="video"):console.warn("Failed to extract PTS/DTS from PES at first keyframe. This could be an unusual TS segment, or else mux.js did not parse your TS segment correctly. If you know your TS segments do contain PTS/DTS on keyframes please file a bug report! You can try ffprobe to double check for yourself.")}Ne.size=0}Ne.data.push(_),Ne.size+=_.byteLength}break}if(fe&&p.firstKeyFrame)break;f+=Kt,v+=Kt;continue}f++,v++}for(v=u.byteLength,f=v-Kt,fe=!1;f>=0;){if(u[f]===Ri&&u[v]===Ri){switch(_=u.subarray(f,v),M=at.ts.parseType(_,h.pid),M){case"pes":R=at.ts.parsePesType(_,h.table),z=at.ts.parsePayloadUnitStartIndicator(_),R==="video"&&z&&(Y=at.ts.parsePesTime(_),Y&&(Y.type="video",p.video.push(Y),fe=!0));break}if(fe)break;f-=Kt,v-=Kt;continue}f--,v--}},Hm=function(u,h){if(u.audio&&u.audio.length){var p=h;(typeof p>"u"||isNaN(p))&&(p=u.audio[0].dts),u.audio.forEach(function(_){_.dts=qn(_.dts,p),_.pts=qn(_.pts,p),_.dtsTime=_.dts/Sn,_.ptsTime=_.pts/Sn})}if(u.video&&u.video.length){var f=h;if((typeof f>"u"||isNaN(f))&&(f=u.video[0].dts),u.video.forEach(function(_){_.dts=qn(_.dts,f),_.pts=qn(_.pts,f),_.dtsTime=_.dts/Sn,_.ptsTime=_.pts/Sn}),u.firstKeyFrame){var v=u.firstKeyFrame;v.dts=qn(v.dts,f),v.pts=qn(v.pts,f),v.dtsTime=v.dts/Sn,v.ptsTime=v.pts/Sn}}},zm=function(u){for(var h=!1,p=0,f=null,v=null,_=0,M=0,R;u.length-M>=3;){var z=at.aac.parseType(u,M);switch(z){case"timed-metadata":if(u.length-M<10){h=!0;break}if(_=at.aac.parseId3TagSize(u,M),_>u.length){h=!0;break}v===null&&(R=u.subarray(M,M+_),v=at.aac.parseAacTimestamp(R)),M+=_;break;case"audio":if(u.length-M<7){h=!0;break}if(_=at.aac.parseAdtsSize(u,M),_>u.length){h=!0;break}f===null&&(R=u.subarray(M,M+_),f=at.aac.parseSampleRate(R)),p++,M+=_;break;default:M++;break}if(h)return null}if(f===null||v===null)return null;var Y=Sn/f,te={audio:[{type:"audio",dts:v,pts:v},{type:"audio",dts:v+p*1024*Y,pts:v+p*1024*Y}]};return te},Gm=function(u){var h={pid:null,table:null},p={};qm(u,h);for(var f in h.table)if(h.table.hasOwnProperty(f)){var v=h.table[f];switch(v){case tc.H264_STREAM_TYPE:p.video=[],jm(u,h,p),p.video.length===0&&delete p.video;break;case tc.ADTS_STREAM_TYPE:p.audio=[],ic(u,h,p),p.audio.length===0&&delete p.audio;break}}return p},Wm=function(u,h){var p=at.aac.isLikelyAacData(u),f;return p?f=zm(u):f=Gm(u),!f||!f.audio&&!f.video?null:(Hm(f,h),f)},Ym={inspect:Wm,parseAudioPes_:ic};const Xm=function(u,h){h.on("data",function(p){const f=p.initSegment;p.initSegment={data:f.buffer,byteOffset:f.byteOffset,byteLength:f.byteLength};const v=p.data;p.data=v.buffer,u.postMessage({action:"data",segment:p,byteOffset:v.byteOffset,byteLength:v.byteLength},[p.data])}),h.on("done",function(p){u.postMessage({action:"done"})}),h.on("gopInfo",function(p){u.postMessage({action:"gopInfo",gopInfo:p})}),h.on("videoSegmentTimingInfo",function(p){const f={start:{decode:je.videoTsToSeconds(p.start.dts),presentation:je.videoTsToSeconds(p.start.pts)},end:{decode:je.videoTsToSeconds(p.end.dts),presentation:je.videoTsToSeconds(p.end.pts)},baseMediaDecodeTime:je.videoTsToSeconds(p.baseMediaDecodeTime)};p.prependedContentDuration&&(f.prependedContentDuration=je.videoTsToSeconds(p.prependedContentDuration)),u.postMessage({action:"videoSegmentTimingInfo",videoSegmentTimingInfo:f})}),h.on("audioSegmentTimingInfo",function(p){const f={start:{decode:je.videoTsToSeconds(p.start.dts),presentation:je.videoTsToSeconds(p.start.pts)},end:{decode:je.videoTsToSeconds(p.end.dts),presentation:je.videoTsToSeconds(p.end.pts)},baseMediaDecodeTime:je.videoTsToSeconds(p.baseMediaDecodeTime)};p.prependedContentDuration&&(f.prependedContentDuration=je.videoTsToSeconds(p.prependedContentDuration)),u.postMessage({action:"audioSegmentTimingInfo",audioSegmentTimingInfo:f})}),h.on("id3Frame",function(p){u.postMessage({action:"id3Frame",id3Frame:p})}),h.on("caption",function(p){u.postMessage({action:"caption",caption:p})}),h.on("trackinfo",function(p){u.postMessage({action:"trackinfo",trackInfo:p})}),h.on("audioTimingInfo",function(p){u.postMessage({action:"audioTimingInfo",audioTimingInfo:{start:je.videoTsToSeconds(p.start),end:je.videoTsToSeconds(p.end)}})}),h.on("videoTimingInfo",function(p){u.postMessage({action:"videoTimingInfo",videoTimingInfo:{start:je.videoTsToSeconds(p.start),end:je.videoTsToSeconds(p.end)}})}),h.on("log",function(p){u.postMessage({action:"log",log:p})})};class nc{constructor(h,p){this.options=p||{},this.self=h,this.init()}init(){this.transmuxer&&this.transmuxer.dispose(),this.transmuxer=new zp.Transmuxer(this.options),Xm(this.self,this.transmuxer)}pushMp4Captions(h){this.captionParser||(this.captionParser=new Nm,this.captionParser.init());const p=new Uint8Array(h.data,h.byteOffset,h.byteLength),f=this.captionParser.parse(p,h.trackIds,h.timescales);this.self.postMessage({action:"mp4Captions",captions:f&&f.captions||[],logs:f&&f.logs||[],data:p.buffer},[p.buffer])}initMp4WebVttParser(h){this.webVttParser||(this.webVttParser=new Ju);const p=new Uint8Array(h.data,h.byteOffset,h.byteLength);this.webVttParser.init(p)}getMp4WebVttText(h){this.webVttParser||(this.webVttParser=new Ju);const p=new Uint8Array(h.data,h.byteOffset,h.byteLength),f=this.webVttParser.parseSegment(p);this.self.postMessage({action:"getMp4WebVttText",mp4VttCues:f||[],data:p.buffer},[p.buffer])}probeMp4StartTime({timescales:h,data:p}){const f=Mr.startTime(h,p);this.self.postMessage({action:"probeMp4StartTime",startTime:f,data:p},[p.buffer])}probeMp4Tracks({data:h}){const p=Mr.tracks(h);this.self.postMessage({action:"probeMp4Tracks",tracks:p,data:h},[h.buffer])}probeEmsgID3({data:h,offset:p}){const f=Mr.getEmsgID3(h,p);this.self.postMessage({action:"probeEmsgID3",id3Frames:f,emsgData:h},[h.buffer])}probeTs({data:h,baseStartTime:p}){const f=typeof p=="number"&&!isNaN(p)?p*je.ONE_SECOND_IN_TS:void 0,v=Ym.inspect(h,f);let _=null;v&&(_={hasVideo:v.video&&v.video.length===2||!1,hasAudio:v.audio&&v.audio.length===2||!1},_.hasVideo&&(_.videoStart=v.video[0].ptsTime),_.hasAudio&&(_.audioStart=v.audio[0].ptsTime)),this.self.postMessage({action:"probeTs",result:_,data:h},[h.buffer])}clearAllMp4Captions(){this.captionParser&&this.captionParser.clearAllCaptions()}clearParsedMp4Captions(){this.captionParser&&this.captionParser.clearParsedCaptions()}push(h){const p=new Uint8Array(h.data,h.byteOffset,h.byteLength);this.transmuxer.push(p)}reset(){this.transmuxer.reset()}setTimestampOffset(h){const p=h.timestampOffset||0;this.transmuxer.setBaseMediaDecodeTime(Math.round(je.secondsToVideoTs(p)))}setAudioAppendStart(h){this.transmuxer.setAudioAppendStart(Math.ceil(je.secondsToVideoTs(h.appendStart)))}setRemux(h){this.transmuxer.setRemux(h.remux)}flush(h){this.transmuxer.flush(),self.postMessage({action:"done",type:"transmuxed"})}endTimeline(){this.transmuxer.endTimeline(),self.postMessage({action:"endedtimeline",type:"transmuxed"})}alignGopsWith(h){this.transmuxer.alignGopsWith(h.gopsToAlignWith.slice())}}self.onmessage=function(u){if(u.data.action==="init"&&u.data.options){this.messageHandlers=new nc(self,u.data.options);return}this.messageHandlers||(this.messageHandlers=new nc(self)),u.data&&u.data.action&&u.data.action!=="init"&&this.messageHandlers[u.data.action]&&this.messageHandlers[u.data.action](u.data)}}));var t5=Ff(e5);const i5=(r,e,t)=>{const{type:n,initSegment:s,captions:a,captionStreams:o,metadata:l,videoFrameDtsTime:c,videoFramePtsTime:d}=r.data.segment;e.buffer.push({captions:a,captionStreams:o,metadata:l});const g=r.data.segment.boxes||{data:r.data.segment.data},m={type:n,data:new Uint8Array(g.data,g.data.byteOffset,g.data.byteLength),initSegment:new Uint8Array(s.data,s.byteOffset,s.byteLength)};typeof c<"u"&&(m.videoFrameDtsTime=c),typeof d<"u"&&(m.videoFramePtsTime=d),t(m)},n5=({transmuxedData:r,callback:e})=>{r.buffer=[],e(r)},r5=(r,e)=>{e.gopInfo=r.data.gopInfo},qf=r=>{const{transmuxer:e,bytes:t,audioAppendStart:n,gopsToAlignWith:s,remux:a,onData:o,onTrackInfo:l,onAudioTimingInfo:c,onVideoTimingInfo:d,onVideoSegmentTimingInfo:g,onAudioSegmentTimingInfo:m,onId3:k,onCaptions:T,onDone:A,onEndedTimeline:y,onTransmuxerLog:w,isEndOfTimeline:O,segment:L,triggerSegmentEventFn:B}=r,q={buffer:[]};let H=O;const j=$=>{e.currentTransmux===r&&($.data.action==="data"&&i5($,q,o),$.data.action==="trackinfo"&&l($.data.trackInfo),$.data.action==="gopInfo"&&r5($,q),$.data.action==="audioTimingInfo"&&c($.data.audioTimingInfo),$.data.action==="videoTimingInfo"&&d($.data.videoTimingInfo),$.data.action==="videoSegmentTimingInfo"&&g($.data.videoSegmentTimingInfo),$.data.action==="audioSegmentTimingInfo"&&m($.data.audioSegmentTimingInfo),$.data.action==="id3Frame"&&k([$.data.id3Frame],$.data.id3Frame.dispatchType),$.data.action==="caption"&&T($.data.caption),$.data.action==="endedtimeline"&&(H=!1,y()),$.data.action==="log"&&w($.data.log),$.data.type==="transmuxed"&&(H||(e.onmessage=null,n5({transmuxedData:q,callback:A}),jf(e))))},I=()=>{const $={message:"Received an error message from the transmuxer worker",metadata:{errorType:re.Error.StreamingFailedToTransmuxSegment,segmentInfo:An({segment:L})}};A(null,$)};if(e.onmessage=j,e.onerror=I,n&&e.postMessage({action:"setAudioAppendStart",appendStart:n}),Array.isArray(s)&&e.postMessage({action:"alignGopsWith",gopsToAlignWith:s}),typeof a<"u"&&e.postMessage({action:"setRemux",remux:a}),t.byteLength){const $=t instanceof ArrayBuffer?t:t.buffer,b=t instanceof ArrayBuffer?0:t.byteOffset;B({type:"segmenttransmuxingstart",segment:L}),e.postMessage({action:"push",data:$,byteOffset:b,byteLength:t.byteLength},[$])}O&&e.postMessage({action:"endTimeline"}),e.postMessage({action:"flush"})},jf=r=>{r.currentTransmux=null,r.transmuxQueue.length&&(r.currentTransmux=r.transmuxQueue.shift(),typeof r.currentTransmux=="function"?r.currentTransmux():qf(r.currentTransmux))},zd=(r,e)=>{r.postMessage({action:e}),jf(r)},Hf=(r,e)=>{if(!e.currentTransmux){e.currentTransmux=r,zd(e,r);return}e.transmuxQueue.push(zd.bind(null,e,r))},s5=r=>{Hf("reset",r)},a5=r=>{Hf("endTimeline",r)},zf=r=>{if(!r.transmuxer.currentTransmux){r.transmuxer.currentTransmux=r,qf(r);return}r.transmuxer.transmuxQueue.push(r)},o5=r=>{const e=new t5;e.currentTransmux=null,e.transmuxQueue=[];const t=e.terminate;return e.terminate=()=>(e.currentTransmux=null,e.transmuxQueue.length=0,t.call(e)),e.postMessage({action:"init",options:r}),e};var Xo={reset:s5,endTimeline:a5,transmux:zf,createTransmuxer:o5};const ir=function(r){const e=r.transmuxer,t=r.endAction||r.action,n=r.callback,s=bt({},r,{endAction:null,transmuxer:null,callback:null}),a=o=>{o.data.action===t&&(e.removeEventListener("message",a),o.data.data&&(o.data.data=new Uint8Array(o.data.data,r.byteOffset||0,r.byteLength||o.data.data.byteLength),r.data&&(r.data=o.data.data)),n(o.data))};if(e.addEventListener("message",a),r.data){const o=r.data instanceof ArrayBuffer;s.byteOffset=o?0:r.data.byteOffset,s.byteLength=r.data.byteLength;const l=[o?r.data:r.data.buffer];e.postMessage(s,l)}else e.postMessage(s)},Hi={FAILURE:2,TIMEOUT:-101,ABORTED:-102},Gf="wvtt",Cl=r=>{r.forEach(e=>{e.abort()})},l5=r=>({bandwidth:r.bandwidth,bytesReceived:r.bytesReceived||0,roundTripTime:r.roundTripTime||0}),u5=r=>{const e=r.target,n={bandwidth:1/0,bytesReceived:0,roundTripTime:Date.now()-e.requestTime||0};return n.bytesReceived=r.loaded,n.bandwidth=Math.floor(n.bytesReceived/n.roundTripTime*8*1e3),n},gu=(r,e)=>{const{requestType:t}=e,n=Rn({requestType:t,request:e,error:r});return e.timedout?{status:e.status,message:"HLS request timed-out at URL: "+e.uri,code:Hi.TIMEOUT,xhr:e,metadata:n}:e.aborted?{status:e.status,message:"HLS request aborted at URL: "+e.uri,code:Hi.ABORTED,xhr:e,metadata:n}:r?{status:e.status,message:"HLS request errored at URL: "+e.uri,code:Hi.FAILURE,xhr:e,metadata:n}:e.responseType==="arraybuffer"&&e.response.byteLength===0?{status:e.status,message:"Empty HLS response at URL: "+e.uri,code:Hi.FAILURE,xhr:e,metadata:n}:null},Gd=(r,e,t,n)=>(s,a)=>{const o=a.response,l=gu(s,a);if(l)return t(l,r);if(o.byteLength!==16)return t({status:a.status,message:"Invalid HLS key at URL: "+a.uri,code:Hi.FAILURE,xhr:a},r);const c=new DataView(o),d=new Uint32Array([c.getUint32(0),c.getUint32(4),c.getUint32(8),c.getUint32(12)]);for(let m=0;m<e.length;m++)e[m].bytes=d;const g={uri:a.uri};return n({type:"segmentkeyloadcomplete",segment:r,keyInfo:g}),t(null,r)},c5=(r,e)=>{e===Gf&&r.transmuxer.postMessage({action:"initMp4WebVttParser",data:r.map.bytes})},d5=(r,e,t)=>{e===Gf&&ir({action:"getMp4WebVttText",data:r.bytes,transmuxer:r.transmuxer,callback:({data:n,mp4VttCues:s})=>{r.bytes=n,t(null,r,{mp4VttCues:s})}})},Wf=(r,e)=>{const t=Fl(r.map.bytes);if(t!=="mp4"){const n=r.map.resolvedUri||r.map.uri,s=t||"unknown";return e({internal:!0,message:`Found unsupported ${s} container for initialization segment at URL: ${n}`,code:Hi.FAILURE,metadata:{mediaType:s}})}ir({action:"probeMp4Tracks",data:r.map.bytes,transmuxer:r.transmuxer,callback:({tracks:n,data:s})=>(r.map.bytes=s,n.forEach(function(a){r.map.tracks=r.map.tracks||{},!r.map.tracks[a.type]&&(r.map.tracks[a.type]=a,typeof a.id=="number"&&a.timescale&&(r.map.timescales=r.map.timescales||{},r.map.timescales[a.id]=a.timescale),a.type==="text"&&c5(r,a.codec))}),e(null))})},h5=({segment:r,finishProcessingFn:e,triggerSegmentEventFn:t})=>(n,s)=>{const a=gu(n,s);if(a)return e(a,r);const o=new Uint8Array(s.response);if(t({type:"segmentloaded",segment:r}),r.map.key)return r.map.encryptedBytes=o,e(null,r);r.map.bytes=o,Wf(r,function(l){if(l)return l.xhr=s,l.status=s.status,e(l,r);e(null,r)})},f5=({segment:r,finishProcessingFn:e,responseType:t,triggerSegmentEventFn:n})=>(s,a)=>{const o=gu(s,a);if(o)return e(o,r);n({type:"segmentloaded",segment:r});const l=t==="arraybuffer"||!a.responseText?a.response:ZC(a.responseText.substring(r.lastReachedChar||0));return r.stats=l5(a),r.key?r.encryptedBytes=new Uint8Array(l):r.bytes=new Uint8Array(l),e(null,r)},p5=({segment:r,bytes:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})=>{const A=r.map&&r.map.tracks||{},y=!!(A.audio&&A.video);let w=n.bind(null,r,"audio","start");const O=n.bind(null,r,"audio","end");let L=n.bind(null,r,"video","start");const B=n.bind(null,r,"video","end"),q=()=>zf({bytes:e,transmuxer:r.transmuxer,audioAppendStart:r.audioAppendStart,gopsToAlignWith:r.gopsToAlignWith,remux:y,onData:H=>{H.type=H.type==="combined"?"video":H.type,g(r,H)},onTrackInfo:H=>{t&&(y&&(H.isMuxed=!0),t(r,H))},onAudioTimingInfo:H=>{w&&typeof H.start<"u"&&(w(H.start),w=null),O&&typeof H.end<"u"&&O(H.end)},onVideoTimingInfo:H=>{L&&typeof H.start<"u"&&(L(H.start),L=null),B&&typeof H.end<"u"&&B(H.end)},onVideoSegmentTimingInfo:H=>{const j={pts:{start:H.start.presentation,end:H.end.presentation},dts:{start:H.start.decode,end:H.end.decode}};T({type:"segmenttransmuxingtiminginfoavailable",segment:r,timingInfo:j}),s(H)},onAudioSegmentTimingInfo:H=>{const j={pts:{start:H.start.pts,end:H.end.pts},dts:{start:H.start.dts,end:H.end.dts}};T({type:"segmenttransmuxingtiminginfoavailable",segment:r,timingInfo:j}),a(H)},onId3:(H,j)=>{o(r,H,j)},onCaptions:H=>{l(r,[H])},isEndOfTimeline:c,onEndedTimeline:()=>{d()},onTransmuxerLog:k,onDone:(H,j)=>{m&&(H.type=H.type==="combined"?"video":H.type,T({type:"segmenttransmuxingcomplete",segment:r}),m(j,r,H))},segment:r,triggerSegmentEventFn:T});ir({action:"probeTs",transmuxer:r.transmuxer,data:e,baseStartTime:r.baseStartTime,callback:H=>{r.bytes=e=H.data;const j=H.result;j&&(t(r,{hasAudio:j.hasAudio,hasVideo:j.hasVideo,isMuxed:y}),t=null),q()}})},Yf=({segment:r,bytes:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})=>{let A=new Uint8Array(e);if(M8(A)){r.isFmp4=!0;const{tracks:y}=r.map;if(y.text&&(!y.audio||!y.video)){g(r,{data:A,type:"text"}),d5(r,y.text.codec,m);return}const O={isFmp4:!0,hasVideo:!!y.video,hasAudio:!!y.audio};y.audio&&y.audio.codec&&y.audio.codec!=="enca"&&(O.audioCodec=y.audio.codec),y.video&&y.video.codec&&y.video.codec!=="encv"&&(O.videoCodec=y.video.codec),y.video&&y.audio&&(O.isMuxed=!0),t(r,O);const L=(B,q)=>{g(r,{data:A,type:O.hasAudio&&!O.isMuxed?"audio":"video"}),q&&q.length&&o(r,q),B&&B.length&&l(r,B),m(null,r,{})};ir({action:"probeMp4StartTime",timescales:r.map.timescales,data:A,transmuxer:r.transmuxer,callback:({data:B,startTime:q})=>{e=B.buffer,r.bytes=A=B,O.hasAudio&&!O.isMuxed&&n(r,"audio","start",q),O.hasVideo&&n(r,"video","start",q),ir({action:"probeEmsgID3",data:A,transmuxer:r.transmuxer,offset:q,callback:({emsgData:H,id3Frames:j})=>{if(e=H.buffer,r.bytes=A=H,!y.video||!H.byteLength||!r.transmuxer){L(void 0,j);return}ir({action:"pushMp4Captions",endAction:"mp4Captions",transmuxer:r.transmuxer,data:A,timescales:r.map.timescales,trackIds:[y.video.id],callback:I=>{e=I.data.buffer,r.bytes=A=I.data,I.logs.forEach(function($){k(rt($,{stream:"mp4CaptionParser"}))}),L(I.captions,j)}})}})}});return}if(!r.transmuxer){m(null,r,{});return}if(typeof r.container>"u"&&(r.container=Fl(A)),r.container!=="ts"&&r.container!=="aac"){t(r,{hasAudio:!1,hasVideo:!1}),m(null,r,{});return}p5({segment:r,bytes:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})},Xf=function({id:r,key:e,encryptedBytes:t,decryptionWorker:n,segment:s,doneFn:a},o){const l=d=>{if(d.data.source===r){n.removeEventListener("message",l);const g=d.data.decrypted;o(new Uint8Array(g.bytes,g.byteOffset,g.byteLength))}};n.onerror=()=>{const d="An error occurred in the decryption worker",g=An({segment:s}),m={message:d,metadata:{error:new Error(d),errorType:re.Error.StreamingFailedToDecryptSegment,segmentInfo:g,keyInfo:{uri:s.key.resolvedUri||s.map.key.resolvedUri}}};a(m,s)},n.addEventListener("message",l);let c;e.bytes.slice?c=e.bytes.slice():c=new Uint32Array(Array.prototype.slice.call(e.bytes)),n.postMessage(Bf({source:r,encrypted:t,key:c,iv:e.iv}),[t.buffer,c.buffer])},m5=({decryptionWorker:r,segment:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})=>{T({type:"segmentdecryptionstart"}),Xf({id:e.requestId,key:e.key,encryptedBytes:e.encryptedBytes,decryptionWorker:r,segment:e,doneFn:m},A=>{e.bytes=A,T({type:"segmentdecryptioncomplete",segment:e}),Yf({segment:e,bytes:e.bytes,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})})},g5=({activeXhrs:r,decryptionWorker:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})=>{let A=0,y=!1;return(w,O)=>{if(!y){if(w)return y=!0,Cl(r),m(w,O);if(A+=1,A===r.length){const L=function(){if(O.encryptedBytes)return m5({decryptionWorker:e,segment:O,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T});Yf({segment:O,bytes:O.bytes,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g,doneFn:m,onTransmuxerLog:k,triggerSegmentEventFn:T})};if(O.endOfAllRequests=Date.now(),O.map&&O.map.encryptedBytes&&!O.map.bytes)return T({type:"segmentdecryptionstart",segment:O}),Xf({decryptionWorker:e,id:O.requestId+"-init",encryptedBytes:O.map.encryptedBytes,key:O.map.key,segment:O,doneFn:m},B=>{O.map.bytes=B,T({type:"segmentdecryptioncomplete",segment:O}),Wf(O,q=>{if(q)return Cl(r),m(q,O);L()})});L()}}}},v5=({loadendState:r,abortFn:e})=>t=>{t.target.aborted&&e&&!r.calledAbortFn&&(e(),r.calledAbortFn=!0)},y5=({segment:r,progressFn:e,trackInfoFn:t,timingInfoFn:n,videoSegmentTimingInfoFn:s,audioSegmentTimingInfoFn:a,id3Fn:o,captionsFn:l,isEndOfTimeline:c,endedTimelineFn:d,dataFn:g})=>m=>{if(!m.target.aborted)return r.stats=rt(r.stats,u5(m)),!r.stats.firstBytesReceivedAt&&r.stats.bytesReceived&&(r.stats.firstBytesReceivedAt=Date.now()),e(m,r)},_5=({xhr:r,xhrOptions:e,decryptionWorker:t,segment:n,abortFn:s,progressFn:a,trackInfoFn:o,timingInfoFn:l,videoSegmentTimingInfoFn:c,audioSegmentTimingInfoFn:d,id3Fn:g,captionsFn:m,isEndOfTimeline:k,endedTimelineFn:T,dataFn:A,doneFn:y,onTransmuxerLog:w,triggerSegmentEventFn:O})=>{const L=[],B=g5({activeXhrs:L,decryptionWorker:t,trackInfoFn:o,timingInfoFn:l,videoSegmentTimingInfoFn:c,audioSegmentTimingInfoFn:d,id3Fn:g,captionsFn:m,isEndOfTimeline:k,endedTimelineFn:T,dataFn:A,doneFn:y,onTransmuxerLog:w,triggerSegmentEventFn:O});if(n.key&&!n.key.bytes){const $=[n.key];n.map&&!n.map.bytes&&n.map.key&&n.map.key.resolvedUri===n.key.resolvedUri&&$.push(n.map.key);const b=rt(e,{uri:n.key.resolvedUri,responseType:"arraybuffer",requestType:"segment-key"}),x=Gd(n,$,B,O),P={uri:n.key.resolvedUri};O({type:"segmentkeyloadstart",segment:n,keyInfo:P});const F=r(b,x);L.push(F)}if(n.map&&!n.map.bytes){if(n.map.key&&(!n.key||n.key.resolvedUri!==n.map.key.resolvedUri)){const F=rt(e,{uri:n.map.key.resolvedUri,responseType:"arraybuffer",requestType:"segment-key"}),S=Gd(n,[n.map.key],B,O),E={uri:n.map.key.resolvedUri};O({type:"segmentkeyloadstart",segment:n,keyInfo:E});const V=r(F,S);L.push(V)}const b=rt(e,{uri:n.map.resolvedUri,responseType:"arraybuffer",headers:bl(n.map),requestType:"segment-media-initialization"}),x=h5({segment:n,finishProcessingFn:B,triggerSegmentEventFn:O});O({type:"segmentloadstart",segment:n});const P=r(b,x);L.push(P)}const q=rt(e,{uri:n.part&&n.part.resolvedUri||n.resolvedUri,responseType:"arraybuffer",headers:bl(n),requestType:"segment"}),H=f5({segment:n,finishProcessingFn:B,responseType:q.responseType,triggerSegmentEventFn:O});O({type:"segmentloadstart",segment:n});const j=r(q,H);j.addEventListener("progress",y5({segment:n,progressFn:a,trackInfoFn:o,timingInfoFn:l,videoSegmentTimingInfoFn:c,audioSegmentTimingInfoFn:d,id3Fn:g,captionsFn:m,isEndOfTimeline:k,endedTimelineFn:T,dataFn:A})),L.push(j);const I={};return L.forEach($=>{$.addEventListener("loadend",v5({loadendState:I,abortFn:s}))}),()=>Cl(L)},zs=Ci("PlaylistSelector"),Wd=function(r){if(!r||!r.playlist)return;const e=r.playlist;return JSON.stringify({id:e.id,bandwidth:r.bandwidth,width:r.width,height:r.height,codecs:e.attributes&&e.attributes.CODECS||""})},nr=function(r,e){if(!r)return"";const t=W.getComputedStyle(r);return t?t[e]:""},rr=function(r,e){const t=r.slice();r.sort(function(n,s){const a=e(n,s);return a===0?t.indexOf(n)-t.indexOf(s):a})},vu=function(r,e){let t,n;return r.attributes.BANDWIDTH&&(t=r.attributes.BANDWIDTH),t=t||W.Number.MAX_VALUE,e.attributes.BANDWIDTH&&(n=e.attributes.BANDWIDTH),n=n||W.Number.MAX_VALUE,t-n},T5=function(r,e){let t,n;return r.attributes.RESOLUTION&&r.attributes.RESOLUTION.width&&(t=r.attributes.RESOLUTION.width),t=t||W.Number.MAX_VALUE,e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width&&(n=e.attributes.RESOLUTION.width),n=n||W.Number.MAX_VALUE,t===n&&r.attributes.BANDWIDTH&&e.attributes.BANDWIDTH?r.attributes.BANDWIDTH-e.attributes.BANDWIDTH:t-n};let Kf=function(r){const{main:e,bandwidth:t,playerWidth:n,playerHeight:s,playerObjectFit:a,limitRenditionByPlayerDimensions:o,playlistController:l}=r;if(!e)return;const c={bandwidth:t,width:n,height:s,limitRenditionByPlayerDimensions:o};let d=e.playlists;oi.isAudioOnly(e)&&(d=l.getAudioTrackPlaylists_(),c.audioOnly=!0);let g=d.map(I=>{let $;const b=I.attributes&&I.attributes.RESOLUTION&&I.attributes.RESOLUTION.width,x=I.attributes&&I.attributes.RESOLUTION&&I.attributes.RESOLUTION.height;return $=I.attributes&&I.attributes.BANDWIDTH,$=$||W.Number.MAX_VALUE,{bandwidth:$,width:b,height:x,playlist:I}});rr(g,(I,$)=>I.bandwidth-$.bandwidth),g=g.filter(I=>!oi.isIncompatible(I.playlist));let m=g.filter(I=>oi.isEnabled(I.playlist));m.length||(m=g.filter(I=>!oi.isDisabled(I.playlist)));const k=m.filter(I=>I.bandwidth*It.BANDWIDTH_VARIANCE<t);let T=k[k.length-1];const A=k.filter(I=>I.bandwidth===T.bandwidth)[0];if(o===!1){const I=A||m[0]||g[0];if(I&&I.playlist){let $="sortedPlaylistReps";return A&&($="bandwidthBestRep"),m[0]&&($="enabledPlaylistReps"),zs(`choosing ${Wd(I)} using ${$} with options`,c),I.playlist}return zs("could not choose a playlist with options",c),null}const y=k.filter(I=>I.width&&I.height);rr(y,(I,$)=>I.width-$.width);const w=y.filter(I=>I.width===n&&I.height===s);T=w[w.length-1];const O=w.filter(I=>I.bandwidth===T.bandwidth)[0];let L,B,q;O||(L=y.filter(I=>a==="cover"?I.width>n&&I.height>s:I.width>n||I.height>s),B=L.filter(I=>I.width===L[0].width&&I.height===L[0].height),T=B[B.length-1],q=B.filter(I=>I.bandwidth===T.bandwidth)[0]);let H;if(l.leastPixelDiffSelector){const I=y.map($=>($.pixelDiff=Math.abs($.width-n)+Math.abs($.height-s),$));rr(I,($,b)=>$.pixelDiff===b.pixelDiff?b.bandwidth-$.bandwidth:$.pixelDiff-b.pixelDiff),H=I[0]}const j=H||q||O||A||m[0]||g[0];if(j&&j.playlist){let I="sortedPlaylistReps";return H?I="leastPixelDiffRep":q?I="resolutionPlusOneRep":O?I="resolutionBestRep":A?I="bandwidthBestRep":m[0]&&(I="enabledPlaylistReps"),zs(`choosing ${Wd(j)} using ${I} with options`,c),j.playlist}return zs("could not choose a playlist with options",c),null};const Yd=function(){let r=this.useDevicePixelRatio&&W.devicePixelRatio||1;return isNaN(this.customPixelRatio)||(r=this.customPixelRatio),Kf({main:this.playlists.main,bandwidth:this.systemBandwidth,playerWidth:parseInt(nr(this.tech_.el(),"width"),10)*r,playerHeight:parseInt(nr(this.tech_.el(),"height"),10)*r,playerObjectFit:this.usePlayerObjectFit?nr(this.tech_.el(),"objectFit"):"",limitRenditionByPlayerDimensions:this.limitRenditionByPlayerDimensions,playlistController:this.playlistController_})},b5=function(r){let e=-1,t=-1;if(r<0||r>1)throw new Error("Moving average bandwidth decay must be between 0 and 1.");return function(){let n=this.useDevicePixelRatio&&W.devicePixelRatio||1;return isNaN(this.customPixelRatio)||(n=this.customPixelRatio),e<0&&(e=this.systemBandwidth,t=this.systemBandwidth),this.systemBandwidth>0&&this.systemBandwidth!==t&&(e=r*this.systemBandwidth+(1-r)*e,t=this.systemBandwidth),Kf({main:this.playlists.main,bandwidth:e,playerWidth:parseInt(nr(this.tech_.el(),"width"),10)*n,playerHeight:parseInt(nr(this.tech_.el(),"height"),10)*n,playerObjectFit:this.usePlayerObjectFit?nr(this.tech_.el(),"objectFit"):"",limitRenditionByPlayerDimensions:this.limitRenditionByPlayerDimensions,playlistController:this.playlistController_})}},x5=function(r){const{main:e,currentTime:t,bandwidth:n,duration:s,segmentDuration:a,timeUntilRebuffer:o,currentTimeline:l,syncController:c}=r,d=e.playlists.filter(A=>!oi.isIncompatible(A));let g=d.filter(oi.isEnabled);g.length||(g=d.filter(A=>!oi.isDisabled(A)));const k=g.filter(oi.hasAttribute.bind(null,"BANDWIDTH")).map(A=>{const w=c.getSyncPoint(A,s,l,t)?1:2,L=oi.estimateSegmentRequestTime(a,n,A)*w-o;return{playlist:A,rebufferingImpact:L}}),T=k.filter(A=>A.rebufferingImpact<=0);return rr(T,(A,y)=>vu(y.playlist,A.playlist)),T.length?T[0]:(rr(k,(A,y)=>A.rebufferingImpact-y.rebufferingImpact),k[0]||null)},C5=function(){const r=this.playlists.main.playlists.filter(oi.isEnabled);return rr(r,(t,n)=>vu(t,n)),r.filter(t=>!!is(this.playlists.main,t).video)[0]||null},S5=r=>{let e=0,t;return r.bytes&&(t=new Uint8Array(r.bytes),r.segments.forEach(n=>{t.set(n,e),e+=n.byteLength})),t};function Qf(r){try{return new URL(r).pathname.split("/").slice(-2).join("/")}catch{return""}}const E5=function(r,e,t){if(!r[t]){e.trigger({type:"usage",name:"vhs-608"});let n=t;/^cc708_/.test(t)&&(n="SERVICE"+t.split("_")[1]);const s=e.textTracks().getTrackById(n);if(s)r[t]=s;else{const a=e.options_.vhs&&e.options_.vhs.captionServices||{};let o=t,l=t,c=!1;const d=a[n];d&&(o=d.label,l=d.language,c=d.default),r[t]=e.addRemoteTextTrack({kind:"captions",id:n,default:c,label:o,language:l},!1).track}}},k5=function({inbandTextTracks:r,captionArray:e,timestampOffset:t}){if(!e)return;const n=W.WebKitDataCue||W.VTTCue;e.forEach(s=>{const a=s.stream;s.content?s.content.forEach(o=>{const l=new n(s.startTime+t,s.endTime+t,o.text);l.line=o.line,l.align="left",l.position=o.position,l.positionAlign="line-left",r[a].addCue(l)}):r[a].addCue(new n(s.startTime+t,s.endTime+t,s.text))})},w5=function(r){Object.defineProperties(r.frame,{id:{get(){return re.log.warn("cue.frame.id is deprecated. Use cue.value.key instead."),r.value.key}},value:{get(){return re.log.warn("cue.frame.value is deprecated. Use cue.value.data instead."),r.value.data}},privateData:{get(){return re.log.warn("cue.frame.privateData is deprecated. Use cue.value.data instead."),r.value.data}}})},D5=({inbandTextTracks:r,metadataArray:e,timestampOffset:t,videoDuration:n})=>{if(!e)return;const s=W.WebKitDataCue||W.VTTCue,a=r.metadataTrack_;if(!a||(e.forEach(g=>{const m=g.cueTime+t;typeof m!="number"||W.isNaN(m)||m<0||!(m<1/0)||!g.frames||!g.frames.length||g.frames.forEach(k=>{const T=new s(m,m,k.value||k.url||k.data||"");T.frame=k,T.value=k,w5(T),a.addCue(T)})}),!a.cues||!a.cues.length))return;const o=a.cues,l=[];for(let g=0;g<o.length;g++)o[g]&&l.push(o[g]);const c=l.reduce((g,m)=>{const k=g[m.startTime]||[];return k.push(m),g[m.startTime]=k,g},{}),d=Object.keys(c).sort((g,m)=>Number(g)-Number(m));d.forEach((g,m)=>{const k=c[g],T=isFinite(n)?n:g,A=Number(d[m+1])||T;k.forEach(y=>{y.endTime=A})})},A5={id:"ID",class:"CLASS",startDate:"START-DATE",duration:"DURATION",endDate:"END-DATE",endOnNext:"END-ON-NEXT",plannedDuration:"PLANNED-DURATION",scte35Out:"SCTE35-OUT",scte35In:"SCTE35-IN"},N5=new Set(["id","class","startDate","duration","endDate","endOnNext","startTime","endTime","processDateRange"]),I5=({inbandTextTracks:r,dateRanges:e})=>{const t=r.metadataTrack_;if(!t)return;const n=W.WebKitDataCue||W.VTTCue;e.forEach(s=>{for(const a of Object.keys(s)){if(N5.has(a))continue;const o=new n(s.startTime,s.endTime,"");o.id=s.id,o.type="com.apple.quicktime.HLS",o.value={key:A5[a],data:s[a]},(a==="scte35Out"||a==="scte35In")&&(o.value.data=new Uint8Array(o.value.data.match(/[\da-f]{2}/gi)).buffer),t.addCue(o)}s.processDateRange()})},Xd=(r,e,t)=>{r.metadataTrack_||(r.metadataTrack_=t.addRemoteTextTrack({kind:"metadata",label:"Timed Metadata"},!1).track,re.browser.IS_ANY_SAFARI||(r.metadataTrack_.inBandMetadataTrackDispatchType=e))},Kr=function(r,e,t){let n,s;if(t&&t.cues)for(n=t.cues.length;n--;)s=t.cues[n],s.startTime>=r&&s.endTime<=e&&t.removeCue(s)},O5=function(r){const e=r.cues;if(!e)return;const t={};for(let n=e.length-1;n>=0;n--){const s=e[n],a=`${s.startTime}-${s.endTime}-${s.text}`;t[a]?r.removeCue(s):t[a]=s}},B5=(r,e,t)=>{if(typeof e>"u"||e===null||!r.length)return[];const n=Math.ceil((e-t+3)*Nn.ONE_SECOND_IN_TS);let s;for(s=0;s<r.length&&!(r[s].pts>n);s++);return r.slice(s)},L5=(r,e,t)=>{if(!e.length)return r;if(t)return e.slice();const n=e[0].pts;let s=0;for(s;s<r.length&&!(r[s].pts>=n);s++);return r.slice(0,s).concat(e)},M5=(r,e,t,n)=>{const s=Math.ceil((e-n)*Nn.ONE_SECOND_IN_TS),a=Math.ceil((t-n)*Nn.ONE_SECOND_IN_TS),o=r.slice();let l=r.length;for(;l--&&!(r[l].pts<=a););if(l===-1)return o;let c=l+1;for(;c--&&!(r[c].pts<=s););return c=Math.max(c,0),o.splice(c,l-c+1),o},P5=function(r,e){if(!r&&!e||!r&&e||r&&!e)return!1;if(r===e)return!0;const t=Object.keys(r).sort(),n=Object.keys(e).sort();if(t.length!==n.length)return!1;for(let s=0;s<t.length;s++){const a=t[s];if(a!==n[s]||r[a]!==e[a])return!1}return!0},R5=function(r,e,t){e=e||[];const n=[];let s=0;for(let a=0;a<e.length;a++){const o=e[a];if(r===o.timeline&&(n.push(a),s+=o.duration,s>t))return a}return n.length===0?0:n[n.length-1]},Gr=1,V5=500,Kd=r=>typeof r=="number"&&isFinite(r),Gs=1/60,F5=(r,e,t)=>r!=="main"||!e||!t?null:!t.hasAudio&&!t.hasVideo?"Neither audio nor video found in segment.":e.hasVideo&&!t.hasVideo?"Only audio found in segment when we expected video. We can't switch to audio only from a stream that had video. To get rid of this message, please add codec information to the manifest.":!e.hasVideo&&t.hasVideo?"Video found in segment when we expected only audio. We can't switch to a stream with video from an audio only stream. To get rid of this message, please add codec information to the manifest.":null,$5=(r,e,t)=>{let n=e-It.BACK_BUFFER_LENGTH;r.length&&(n=Math.max(n,r.start(0)));const s=e-t;return Math.min(s,n)},Gn=r=>{const{startOfSegment:e,duration:t,segment:n,part:s,playlist:{mediaSequence:a,id:o,segments:l=[]},mediaIndex:c,partIndex:d,timeline:g}=r,m=l.length-1;let k="mediaIndex/partIndex increment";r.getMediaInfoForTime?k=`getMediaInfoForTime (${r.getMediaInfoForTime})`:r.isSyncRequest&&(k="getSyncSegmentCandidate (isSyncRequest)"),r.independent&&(k+=` with independent ${r.independent}`);const T=typeof d=="number",A=r.segment.uri?"segment":"pre-segment",y=T?mf({preloadSegment:n})-1:0;return`${A} [${a+c}/${a+m}]`+(T?` part [${d}/${y}]`:"")+` segment start/end [${n.start} => ${n.end}]`+(T?` part start/end [${s.start} => ${s.end}]`:"")+` startOfSegment [${e}] duration [${t}] timeline [${g}] selected by [${k}] playlist [${o}]`},Qd=r=>`${r}TimingInfo`,U5=({segmentTimeline:r,currentTimeline:e,startOfSegment:t,buffered:n,overrideCheck:s})=>!s&&r===e?null:r<e?t:n.length?n.end(n.length-1):t,Sl=({timelineChangeController:r,currentTimeline:e,segmentTimeline:t,loaderType:n,audioDisabled:s})=>{if(e===t)return!1;if(n==="audio"){const a=r.lastTimelineChange({type:"main"});return!a||a.to!==t}if(n==="main"&&s){const a=r.pendingTimelineChange({type:"audio"});return!(a&&a.to===t)}return!1},q5=r=>{if(!r)return!1;const e=r.pendingTimelineChange({type:"audio"}),t=r.pendingTimelineChange({type:"main"}),n=e&&t,s=n&&e.to!==t.to;return!!(n&&e.from!==-1&&t.from!==-1&&s)},j5=r=>{const e=r.timelineChangeController_.pendingTimelineChange({type:"audio"}),t=r.timelineChangeController_.pendingTimelineChange({type:"main"});return e&&t&&e.to<t.to},hn=r=>{const e=r.pendingSegment_;if(!e)return;if(Sl({timelineChangeController:r.timelineChangeController_,currentTimeline:r.currentTimeline_,segmentTimeline:e.timeline,loaderType:r.loaderType_,audioDisabled:r.audioDisabled_})&&q5(r.timelineChangeController_)){if(j5(r)){r.timelineChangeController_.trigger("audioTimelineBehind");return}r.timelineChangeController_.trigger("fixBadTimelineChange")}},H5=r=>{let e=0;return["video","audio"].forEach(function(t){const n=r[`${t}TimingInfo`];if(!n)return;const{start:s,end:a}=n;let o;typeof s=="bigint"||typeof a=="bigint"?o=W.BigInt(a)-W.BigInt(s):typeof s=="number"&&typeof a=="number"&&(o=a-s),typeof o<"u"&&o>e&&(e=o)}),typeof e=="bigint"&&e<Number.MAX_SAFE_INTEGER&&(e=Number(e)),e},Zd=({segmentDuration:r,maxDuration:e})=>r?Math.round(r)>e+qi:!1,z5=(r,e)=>{if(e!=="hls")return null;const t=H5({audioTimingInfo:r.audioTimingInfo,videoTimingInfo:r.videoTimingInfo});if(!t)return null;const n=r.playlist.targetDuration,s=Zd({segmentDuration:t,maxDuration:n*2}),a=Zd({segmentDuration:t,maxDuration:n}),o=`Segment with index ${r.mediaIndex} from playlist ${r.playlist.id} has a duration of ${t} when the reported duration is ${r.duration} and the target duration is ${n}. For HLS content, a duration in excess of the target duration may result in playback issues. See the HLS specification section on EXT-X-TARGETDURATION for more details: https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.3.1`;return s||a?{severity:s?"warn":"info",message:o}:null},An=({type:r,segment:e})=>{if(!e)return;const t=!!(e.key||e.map&&e.map.ke),n=!!(e.map&&!e.map.bytes),s=e.startOfSegment===void 0?e.start:e.startOfSegment;return{type:r||e.type,uri:e.resolvedUri||e.uri,start:s,duration:e.duration,isEncrypted:t,isMediaInitialization:n}};class El extends re.EventTarget{constructor(e,t={}){if(super(),!e)throw new TypeError("Initialization settings are required");if(typeof e.currentTime!="function")throw new TypeError("No currentTime getter specified");if(!e.mediaSource)throw new TypeError("No MediaSource specified");this.bandwidth=e.bandwidth,this.throughput={rate:0,count:0},this.roundTrip=NaN,this.resetStats_(),this.mediaIndex=null,this.partIndex=null,this.hasPlayed_=e.hasPlayed,this.currentTime_=e.currentTime,this.seekable_=e.seekable,this.seeking_=e.seeking,this.duration_=e.duration,this.mediaSource_=e.mediaSource,this.vhs_=e.vhs,this.loaderType_=e.loaderType,this.currentMediaInfo_=void 0,this.startingMediaInfo_=void 0,this.segmentMetadataTrack_=e.segmentMetadataTrack,this.goalBufferLength_=e.goalBufferLength,this.sourceType_=e.sourceType,this.sourceUpdater_=e.sourceUpdater,this.inbandTextTracks_=e.inbandTextTracks,this.state_="INIT",this.timelineChangeController_=e.timelineChangeController,this.shouldSaveSegmentTimingInfo_=!0,this.parse708captions_=e.parse708captions,this.useDtsForTimestampOffset_=e.useDtsForTimestampOffset,this.captionServices_=e.captionServices,this.exactManifestTimings=e.exactManifestTimings,this.addMetadataToTextTrack=e.addMetadataToTextTrack,this.checkBufferTimeout_=null,this.error_=void 0,this.currentTimeline_=-1,this.shouldForceTimestampOffsetAfterResync_=!1,this.pendingSegment_=null,this.xhrOptions_=null,this.pendingSegments_=[],this.audioDisabled_=!1,this.isPendingTimestampOffset_=!1,this.gopBuffer_=[],this.timeMapping_=0,this.safeAppend_=!1,this.appendInitSegment_={audio:!0,video:!0},this.playlistOfLastInitSegment_={audio:null,video:null},this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_={id3:[],caption:[]},this.waitingOnRemove_=!1,this.quotaExceededErrorRetryTimeout_=null,this.activeInitSegmentId_=null,this.initSegments_={},this.cacheEncryptionKeys_=e.cacheEncryptionKeys,this.keyCache_={},this.decrypter_=e.decrypter,this.syncController_=e.syncController,this.syncPoint_={segmentIndex:0,time:0},this.transmuxer_=this.createTransmuxer_(),this.triggerSyncInfoUpdate_=()=>this.trigger("syncinfoupdate"),this.syncController_.on("syncinfoupdate",this.triggerSyncInfoUpdate_),this.mediaSource_.addEventListener("sourceopen",()=>{this.isEndOfStream_()||(this.ended_=!1)}),this.fetchAtBuffer_=!1,this.logger_=Ci(`SegmentLoader[${this.loaderType_}]`),Object.defineProperty(this,"state",{get(){return this.state_},set(n){n!==this.state_&&(this.logger_(`${this.state_} -> ${n}`),this.state_=n,this.trigger("statechange"))}}),this.sourceUpdater_.on("ready",()=>{this.hasEnoughInfoToAppend_()?this.processCallQueue_():hn(this)}),this.sourceUpdater_.on("codecschange",n=>{this.trigger(bt({type:"codecschange"},n))}),this.loaderType_==="main"&&this.timelineChangeController_.on("pendingtimelinechange",()=>{this.hasEnoughInfoToAppend_()?this.processCallQueue_():hn(this)}),this.loaderType_==="audio"&&this.timelineChangeController_.on("timelinechange",n=>{this.trigger(bt({type:"timelinechange"},n)),this.hasEnoughInfoToLoad_()?this.processLoadQueue_():hn(this),this.hasEnoughInfoToAppend_()?this.processCallQueue_():hn(this)})}get mediaSequenceSync_(){return this.syncController_.getMediaSequenceSync(this.loaderType_)}createTransmuxer_(){return Xo.createTransmuxer({remux:!1,alignGopsAtEnd:this.safeAppend_,keepOriginalTimestamps:!0,parse708captions:this.parse708captions_,captionServices:this.captionServices_})}resetStats_(){this.mediaBytesTransferred=0,this.mediaRequests=0,this.mediaRequestsAborted=0,this.mediaRequestsTimedout=0,this.mediaRequestsErrored=0,this.mediaTransferDuration=0,this.mediaSecondsLoaded=0,this.mediaAppends=0}dispose(){this.trigger("dispose"),this.state="DISPOSED",this.pause(),this.abort_(),this.transmuxer_&&this.transmuxer_.terminate(),this.resetStats_(),this.checkBufferTimeout_&&W.clearTimeout(this.checkBufferTimeout_),this.syncController_&&this.triggerSyncInfoUpdate_&&this.syncController_.off("syncinfoupdate",this.triggerSyncInfoUpdate_),this.off()}setAudio(e){this.audioDisabled_=!e,e?this.appendInitSegment_.audio=!0:this.sourceUpdater_.removeAudio(0,this.duration_())}abort(){if(this.state!=="WAITING"){this.pendingSegment_&&(this.pendingSegment_=null),this.timelineChangeController_.clearPendingTimelineChange(this.loaderType_);return}this.abort_(),this.state="READY",this.paused()||this.monitorBuffer_()}abort_(){this.pendingSegment_&&this.pendingSegment_.abortRequests&&this.pendingSegment_.abortRequests(),this.pendingSegment_=null,this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.timelineChangeController_.clearPendingTimelineChange(this.loaderType_),this.waitingOnRemove_=!1,W.clearTimeout(this.quotaExceededErrorRetryTimeout_),this.quotaExceededErrorRetryTimeout_=null}checkForAbort_(e){return this.state==="APPENDING"&&!this.pendingSegment_?(this.state="READY",!0):!this.pendingSegment_||this.pendingSegment_.requestId!==e}error(e){return typeof e<"u"&&(this.logger_("error occurred:",e),this.error_=e),this.pendingSegment_=null,this.error_}endOfStream(){this.ended_=!0,this.transmuxer_&&Xo.reset(this.transmuxer_),this.gopBuffer_.length=0,this.pause(),this.trigger("ended")}buffered_(){const e=this.getMediaInfo_();if(!this.sourceUpdater_||!e)return Bt();if(this.loaderType_==="main"){const{hasAudio:t,hasVideo:n,isMuxed:s}=e;if(n&&t&&!this.audioDisabled_&&!s)return this.sourceUpdater_.buffered();if(n)return this.sourceUpdater_.videoBuffered()}return this.sourceUpdater_.audioBuffered()}initSegmentForMap(e,t=!1){if(!e)return null;const n=ba(e);let s=this.initSegments_[n];return t&&!s&&e.bytes&&(this.initSegments_[n]=s={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:e.bytes,tracks:e.tracks,timescales:e.timescales}),s||e}segmentKey(e,t=!1){if(!e)return null;const n=Lf(e);let s=this.keyCache_[n];this.cacheEncryptionKeys_&&t&&!s&&e.bytes&&(this.keyCache_[n]=s={resolvedUri:e.resolvedUri,bytes:e.bytes});const a={resolvedUri:(s||e).resolvedUri};return s&&(a.bytes=s.bytes),a}couldBeginLoading_(){return this.playlist_&&!this.paused()}load(){if(this.monitorBuffer_(),!!this.playlist_){if(this.state==="INIT"&&this.couldBeginLoading_())return this.init_();!this.couldBeginLoading_()||this.state!=="READY"&&this.state!=="INIT"||(this.state="READY")}}init_(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()}playlist(e,t={}){if(!e||this.playlist_&&this.playlist_.endList&&e.endList&&this.playlist_.uri===e.uri)return;const n=this.playlist_,s=this.pendingSegment_;this.playlist_=e,this.xhrOptions_=t,this.state==="INIT"&&(e.syncInfo={mediaSequence:e.mediaSequence,time:0},this.loaderType_==="main"&&this.syncController_.setDateTimeMappingForStart(e));let a=null;if(n&&(n.id?a=n.id:n.uri&&(a=n.uri)),this.logger_(`playlist update [${a} => ${e.id||e.uri}]`),this.mediaSequenceSync_&&(this.mediaSequenceSync_.update(e,this.currentTime_()),this.logger_(`Playlist update:
|
|
209
|
+
currentTime: ${this.currentTime_()}
|
|
210
|
+
bufferedEnd: ${Wo(this.buffered_())}
|
|
211
|
+
`,this.mediaSequenceSync_.diagnostics)),this.trigger("syncinfoupdate"),this.state==="INIT"&&this.couldBeginLoading_())return this.init_();if(!n||n.uri!==e.uri){this.mediaIndex!==null&&(!e.endList&&typeof e.partTargetDuration=="number"?this.resetLoader():this.resyncLoader()),this.currentMediaInfo_=void 0,this.trigger("playlistupdate");return}const o=e.mediaSequence-n.mediaSequence;if(this.logger_(`live window shift [${o}]`),this.mediaIndex!==null)if(this.mediaIndex-=o,this.mediaIndex<0)this.mediaIndex=null,this.partIndex=null;else{const l=this.playlist_.segments[this.mediaIndex];if(this.partIndex&&(!l.parts||!l.parts.length||!l.parts[this.partIndex])){const c=this.mediaIndex;this.logger_(`currently processing part (index ${this.partIndex}) no longer exists.`),this.resetLoader(),this.mediaIndex=c}}s&&(s.mediaIndex-=o,s.mediaIndex<0?(s.mediaIndex=null,s.partIndex=null):(s.mediaIndex>=0&&(s.segment=e.segments[s.mediaIndex]),s.partIndex>=0&&s.segment.parts&&(s.part=s.segment.parts[s.partIndex]))),this.syncController_.saveExpiredSegmentInfo(n,e)}pause(){this.checkBufferTimeout_&&(W.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=null)}paused(){return this.checkBufferTimeout_===null}resetEverything(e){this.ended_=!1,this.activeInitSegmentId_=null,this.appendInitSegment_={audio:!0,video:!0},this.resetLoader(),this.remove(0,1/0,e),this.transmuxer_&&(this.transmuxer_.postMessage({action:"clearAllMp4Captions"}),this.transmuxer_.postMessage({action:"reset"}))}resetLoader(){this.fetchAtBuffer_=!1,this.mediaSequenceSync_&&this.mediaSequenceSync_.resetAppendedStatus(),this.resyncLoader()}resyncLoader(){this.transmuxer_&&Xo.reset(this.transmuxer_),this.mediaIndex=null,this.partIndex=null,this.syncPoint_=null,this.isPendingTimestampOffset_=!1;const e=this.currentMediaInfo_&&this.currentMediaInfo_.isFmp4;this.sourceType_==="hls"&&!e&&(this.shouldForceTimestampOffsetAfterResync_=!0),this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.abort(),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})}remove(e,t,n=()=>{},s=!1){if(t===1/0&&(t=this.duration_()),t<=e){this.logger_("skipping remove because end ${end} is <= start ${start}");return}if(!this.sourceUpdater_||!this.getMediaInfo_()){this.logger_("skipping remove because no source updater or starting media info");return}let a=1;const o=()=>{a--,a===0&&n()};(s||!this.audioDisabled_)&&(a++,this.sourceUpdater_.removeAudio(e,t,o)),(s||this.loaderType_==="main")&&(this.gopBuffer_=M5(this.gopBuffer_,e,t,this.timeMapping_),a++,this.sourceUpdater_.removeVideo(e,t,o));for(const l in this.inbandTextTracks_)Kr(e,t,this.inbandTextTracks_[l]);Kr(e,t,this.segmentMetadataTrack_),o()}monitorBuffer_(){this.checkBufferTimeout_&&W.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=W.setTimeout(this.monitorBufferTick_.bind(this),1)}monitorBufferTick_(){this.state==="READY"&&this.fillBuffer_(),this.checkBufferTimeout_&&W.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=W.setTimeout(this.monitorBufferTick_.bind(this),V5)}fillBuffer_(){if(this.sourceUpdater_.updating())return;const e=this.chooseNextRequest_();if(!e)return;const t={segmentInfo:An({type:this.loaderType_,segment:e})};this.trigger({type:"segmentselected",metadata:t}),typeof e.timestampOffset=="number"&&(this.isPendingTimestampOffset_=!1,this.timelineChangeController_.pendingTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:e.timeline})),this.loadSegment_(e)}isEndOfStream_(e=this.mediaIndex,t=this.playlist_,n=this.partIndex){if(!t||!this.mediaSource_)return!1;const s=typeof e=="number"&&t.segments[e],a=e+1===t.segments.length,o=!s||!s.parts||n+1===s.parts.length;return t.endList&&this.mediaSource_.readyState==="open"&&a&&o}chooseNextRequest_(){const e=this.buffered_(),t=Wo(e)||0,n=hu(e,this.currentTime_()),s=!this.hasPlayed_()&&n>=1,a=n>=this.goalBufferLength_(),o=this.playlist_.segments;if(!o.length||s||a)return null;this.syncPoint_=this.syncPoint_||this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_(),this.loaderType_);const l={partIndex:null,mediaIndex:null,startOfSegment:null,playlist:this.playlist_,isSyncRequest:!this.syncPoint_};if(l.isSyncRequest)l.mediaIndex=R5(this.currentTimeline_,o,t),this.logger_(`choose next request. Can not find sync point. Fallback to media Index: ${l.mediaIndex}`);else if(this.mediaIndex!==null){const k=o[this.mediaIndex],T=typeof this.partIndex=="number"?this.partIndex:-1;l.startOfSegment=k.end?k.end:t,k.parts&&k.parts[T+1]?(l.mediaIndex=this.mediaIndex,l.partIndex=T+1):l.mediaIndex=this.mediaIndex+1}else{let k,T,A;const y=this.fetchAtBuffer_?t:this.currentTime_();if(this.mediaSequenceSync_&&this.logger_(`chooseNextRequest_ request after Quality Switch:
|
|
212
|
+
For TargetTime: ${y}.
|
|
213
|
+
CurrentTime: ${this.currentTime_()}
|
|
214
|
+
BufferedEnd: ${t}
|
|
215
|
+
Fetch At Buffer: ${this.fetchAtBuffer_}
|
|
216
|
+
`,this.mediaSequenceSync_.diagnostics),this.mediaSequenceSync_&&this.mediaSequenceSync_.isReliable){const w=this.getSyncInfoFromMediaSequenceSync_(y);if(!w){const O="No sync info found while using media sequence sync";return this.error({message:O,metadata:{errorType:re.Error.StreamingFailedToSelectNextSegment,error:new Error(O)}}),this.logger_("chooseNextRequest_ - no sync info found using media sequence sync"),null}this.logger_(`chooseNextRequest_ mediaSequence syncInfo (${w.start} --> ${w.end})`),k=w.segmentIndex,T=w.partIndex,A=w.start}else{this.logger_("chooseNextRequest_ - fallback to a regular segment selection algorithm, based on a syncPoint.");const w=oi.getMediaInfoForTime({exactManifestTimings:this.exactManifestTimings,playlist:this.playlist_,currentTime:y,startingPartIndex:this.syncPoint_.partIndex,startingSegmentIndex:this.syncPoint_.segmentIndex,startTime:this.syncPoint_.time});k=w.segmentIndex,T=w.partIndex,A=w.startTime}l.getMediaInfoForTime=this.fetchAtBuffer_?`bufferedEnd ${y}`:`currentTime ${y}`,l.mediaIndex=k,l.startOfSegment=A,l.partIndex=T,this.logger_(`choose next request. Playlist switched and we have a sync point. Media Index: ${l.mediaIndex} `)}const c=o[l.mediaIndex];let d=c&&typeof l.partIndex=="number"&&c.parts&&c.parts[l.partIndex];if(!c||typeof l.partIndex=="number"&&!d)return null;typeof l.partIndex!="number"&&c.parts&&(l.partIndex=0,d=c.parts[0]);const g=this.vhs_.playlists&&this.vhs_.playlists.main&&this.vhs_.playlists.main.independentSegments||this.playlist_.independentSegments;if(!n&&d&&!g&&!d.independent)if(l.partIndex===0){const k=o[l.mediaIndex-1],T=k.parts&&k.parts.length&&k.parts[k.parts.length-1];T&&T.independent&&(l.mediaIndex-=1,l.partIndex=k.parts.length-1,l.independent="previous segment")}else c.parts[l.partIndex-1].independent&&(l.partIndex-=1,l.independent="previous part");const m=this.mediaSource_&&this.mediaSource_.readyState==="ended";return l.mediaIndex>=o.length-1&&m&&!this.seeking_()?null:(this.shouldForceTimestampOffsetAfterResync_&&(this.shouldForceTimestampOffsetAfterResync_=!1,l.forceTimestampOffset=!0,this.logger_("choose next request. Force timestamp offset after loader resync")),this.generateSegmentInfo_(l))}getSyncInfoFromMediaSequenceSync_(e){if(!this.mediaSequenceSync_)return null;const t=Math.max(e,this.mediaSequenceSync_.start);e!==t&&this.logger_(`getSyncInfoFromMediaSequenceSync_. Pulled target time from ${e} to ${t}`);const n=this.mediaSequenceSync_.getSyncInfoForTime(t);if(!n)return null;if(!n.isAppended)return n;const s=this.mediaSequenceSync_.getSyncInfoForTime(n.end);return s?(s.isAppended&&this.logger_("getSyncInfoFromMediaSequenceSync_: We encounter unexpected scenario where next media sequence sync info is also appended!"),s):null}generateSegmentInfo_(e){const{independent:t,playlist:n,mediaIndex:s,startOfSegment:a,isSyncRequest:o,partIndex:l,forceTimestampOffset:c,getMediaInfoForTime:d}=e,g=n.segments[s],m=typeof l=="number"&&g.parts[l],k={requestId:"segment-loader-"+Math.random(),uri:m&&m.resolvedUri||g.resolvedUri,mediaIndex:s,partIndex:m?l:null,isSyncRequest:o,startOfSegment:a,playlist:n,bytes:null,encryptedBytes:null,timestampOffset:null,timeline:g.timeline,duration:m&&m.duration||g.duration,segment:g,part:m,byteLength:0,transmuxer:this.transmuxer_,getMediaInfoForTime:d,independent:t},T=typeof c<"u"?c:this.isPendingTimestampOffset_;k.timestampOffset=this.timestampOffsetForSegment_({segmentTimeline:g.timeline,currentTimeline:this.currentTimeline_,startOfSegment:a,buffered:this.buffered_(),overrideCheck:T});const A=Wo(this.sourceUpdater_.audioBuffered());return typeof A=="number"&&(k.audioAppendStart=A-this.sourceUpdater_.audioTimestampOffset()),this.sourceUpdater_.videoBuffered().length&&(k.gopsToAlignWith=B5(this.gopBuffer_,this.currentTime_()-this.sourceUpdater_.videoTimestampOffset(),this.timeMapping_)),k}timestampOffsetForSegment_(e){return U5(e)}earlyAbortWhenNeeded_(e){if(this.vhs_.tech_.paused()||!this.xhrOptions_.timeout||!this.playlist_.attributes.BANDWIDTH||Date.now()-(e.firstBytesReceivedAt||Date.now())<1e3)return;const t=this.currentTime_(),n=e.bandwidth,s=this.pendingSegment_.duration,a=oi.estimateSegmentRequestTime(s,n,this.playlist_,e.bytesReceived),o=uC(this.buffered_(),t,this.vhs_.tech_.playbackRate())-1;if(a<=o)return;const l=x5({main:this.vhs_.playlists.main,currentTime:t,bandwidth:n,duration:this.duration_(),segmentDuration:s,timeUntilRebuffer:o,currentTimeline:this.currentTimeline_,syncController:this.syncController_});if(!l)return;const d=a-o-l.rebufferingImpact;let g=.5;o<=qi&&(g=1),!(!l.playlist||l.playlist.uri===this.playlist_.uri||d<g)&&(this.bandwidth=l.playlist.attributes.BANDWIDTH*It.BANDWIDTH_VARIANCE+1,this.trigger("earlyabort"))}handleAbort_(e){this.logger_(`Aborting ${Gn(e)}`),this.mediaRequestsAborted+=1}handleProgress_(e,t){this.earlyAbortWhenNeeded_(t.stats),!this.checkForAbort_(t.requestId)&&this.trigger("progress")}handleTrackInfo_(e,t){const{hasAudio:n,hasVideo:s}=t,a={segmentInfo:An({type:this.loaderType_,segment:e}),trackInfo:{hasAudio:n,hasVideo:s}};this.trigger({type:"segmenttransmuxingtrackinfoavailable",metadata:a}),this.earlyAbortWhenNeeded_(e.stats),!this.checkForAbort_(e.requestId)&&(this.checkForIllegalMediaSwitch(t)||(t=t||{},P5(this.currentMediaInfo_,t)||(this.appendInitSegment_={audio:!0,video:!0},this.startingMediaInfo_=t,this.currentMediaInfo_=t,this.logger_("trackinfo update",t),this.trigger("trackinfo")),!this.checkForAbort_(e.requestId)&&(this.pendingSegment_.trackInfo=t,this.hasEnoughInfoToAppend_()?this.processCallQueue_():hn(this))))}handleTimingInfo_(e,t,n,s){if(this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId))return;const a=this.pendingSegment_,o=Qd(t);a[o]=a[o]||{},a[o][n]=s,this.logger_(`timinginfo: ${t} - ${n} - ${s}`),this.hasEnoughInfoToAppend_()?this.processCallQueue_():hn(this)}handleCaptions_(e,t){if(this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId))return;if(t.length===0){this.logger_("SegmentLoader received no captions from a caption event");return}if(!this.pendingSegment_.hasAppendedData_){this.metadataQueue_.caption.push(this.handleCaptions_.bind(this,e,t));return}const s=this.sourceUpdater_.videoTimestampOffset()===null?this.sourceUpdater_.audioTimestampOffset():this.sourceUpdater_.videoTimestampOffset(),a={};t.forEach(o=>{a[o.stream]=a[o.stream]||{startTime:1/0,captions:[],endTime:0};const l=a[o.stream];l.startTime=Math.min(l.startTime,o.startTime+s),l.endTime=Math.max(l.endTime,o.endTime+s),l.captions.push(o)}),Object.keys(a).forEach(o=>{const{startTime:l,endTime:c,captions:d}=a[o],g=this.inbandTextTracks_;this.logger_(`adding cues from ${l} -> ${c} for ${o}`),E5(g,this.vhs_.tech_,o),Kr(l,c,g[o]),k5({captionArray:d,inbandTextTracks:g,timestampOffset:s})}),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})}handleId3_(e,t,n){if(this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId))return;if(!this.pendingSegment_.hasAppendedData_){this.metadataQueue_.id3.push(this.handleId3_.bind(this,e,t,n));return}this.addMetadataToTextTrack(n,t,this.duration_())}processMetadataQueue_(){this.metadataQueue_.id3.forEach(e=>e()),this.metadataQueue_.caption.forEach(e=>e()),this.metadataQueue_.id3=[],this.metadataQueue_.caption=[]}processCallQueue_(){const e=this.callQueue_;this.callQueue_=[],e.forEach(t=>t())}processLoadQueue_(){const e=this.loadQueue_;this.loadQueue_=[],e.forEach(t=>t())}hasEnoughInfoToLoad_(){if(this.loaderType_!=="audio")return!0;const e=this.pendingSegment_;return e?this.getCurrentMediaInfo_()?!Sl({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:e.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}):!0:!1}getCurrentMediaInfo_(e=this.pendingSegment_){return e&&e.trackInfo||this.currentMediaInfo_}getMediaInfo_(e=this.pendingSegment_){return this.getCurrentMediaInfo_(e)||this.startingMediaInfo_}getPendingSegmentPlaylist(){return this.pendingSegment_?this.pendingSegment_.playlist:null}hasEnoughInfoToAppend_(){if(!this.sourceUpdater_.ready()||this.waitingOnRemove_||this.quotaExceededErrorRetryTimeout_)return!1;const e=this.pendingSegment_,t=this.getCurrentMediaInfo_();if(!e||!t)return!1;const{hasAudio:n,hasVideo:s,isMuxed:a}=t;return!(s&&!e.videoTimingInfo||n&&!this.audioDisabled_&&!a&&!e.audioTimingInfo||Sl({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:e.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}))}handleData_(e,t){if(this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId))return;if(this.callQueue_.length||!this.hasEnoughInfoToAppend_()){hn(this),this.callQueue_.push(this.handleData_.bind(this,e,t));return}const n=this.pendingSegment_;if(this.setTimeMapping_(n.timeline),this.updateMediaSecondsLoaded_(n.part||n.segment),this.mediaSource_.readyState!=="closed"){if(e.map&&(e.map=this.initSegmentForMap(e.map,!0),n.segment.map=e.map),e.key&&this.segmentKey(e.key,!0),n.isFmp4=e.isFmp4,n.timingInfo=n.timingInfo||{},n.isFmp4)this.trigger("fmp4"),n.timingInfo.start=n[Qd(t.type)].start;else{const s=this.getCurrentMediaInfo_(),a=this.loaderType_==="main"&&s&&s.hasVideo;let o;a&&(o=n.videoTimingInfo.start),n.timingInfo.start=this.trueSegmentStart_({currentStart:n.timingInfo.start,playlist:n.playlist,mediaIndex:n.mediaIndex,currentVideoTimestampOffset:this.sourceUpdater_.videoTimestampOffset(),useVideoTimingInfo:a,firstVideoFrameTimeForData:o,videoTimingInfo:n.videoTimingInfo,audioTimingInfo:n.audioTimingInfo})}if(this.updateAppendInitSegmentStatus(n,t.type),this.updateSourceBufferTimestampOffset_(n),n.isSyncRequest){this.updateTimingInfoEnd_(n),this.syncController_.saveSegmentTimingInfo({segmentInfo:n,shouldSaveTimelineMapping:this.loaderType_==="main"});const s=this.chooseNextRequest_();if(s.mediaIndex!==n.mediaIndex||s.partIndex!==n.partIndex){this.logger_("sync segment was incorrect, not appending");return}this.logger_("sync segment was correct, appending")}n.hasAppendedData_=!0,this.processMetadataQueue_(),this.appendData_(n,t)}}updateAppendInitSegmentStatus(e,t){this.loaderType_==="main"&&typeof e.timestampOffset=="number"&&!e.changedTimestampOffset&&(this.appendInitSegment_={audio:!0,video:!0}),this.playlistOfLastInitSegment_[t]!==e.playlist&&(this.appendInitSegment_[t]=!0)}getInitSegmentAndUpdateState_({type:e,initSegment:t,map:n,playlist:s}){if(n){const a=ba(n);if(this.activeInitSegmentId_===a)return null;t=this.initSegmentForMap(n,!0).bytes,this.activeInitSegmentId_=a}return t&&this.appendInitSegment_[e]?(this.playlistOfLastInitSegment_[e]=s,this.appendInitSegment_[e]=!1,this.activeInitSegmentId_=null,t):null}handleQuotaExceededError_({segmentInfo:e,type:t,bytes:n},s){const a=this.sourceUpdater_.audioBuffered(),o=this.sourceUpdater_.videoBuffered();a.length>1&&this.logger_("On QUOTA_EXCEEDED_ERR, found gaps in the audio buffer: "+In(a).join(", ")),o.length>1&&this.logger_("On QUOTA_EXCEEDED_ERR, found gaps in the video buffer: "+In(o).join(", "));const l=a.length?a.start(0):0,c=a.length?a.end(a.length-1):0,d=o.length?o.start(0):0,g=o.length?o.end(o.length-1):0;if(c-l<=Gr&&g-d<=Gr){this.logger_(`On QUOTA_EXCEEDED_ERR, single segment too large to append to buffer, triggering an error. Appended byte length: ${n.byteLength}, audio buffer: ${In(a).join(", ")}, video buffer: ${In(o).join(", ")}, `),this.error({message:"Quota exceeded error with append of a single segment of content",excludeUntil:1/0}),this.trigger("error");return}this.waitingOnRemove_=!0,this.callQueue_.push(this.appendToSourceBuffer_.bind(this,{segmentInfo:e,type:t,bytes:n}));const k=this.currentTime_()-Gr;this.logger_(`On QUOTA_EXCEEDED_ERR, removing audio/video from 0 to ${k}`),this.remove(0,k,()=>{this.logger_(`On QUOTA_EXCEEDED_ERR, retrying append in ${Gr}s`),this.waitingOnRemove_=!1,this.quotaExceededErrorRetryTimeout_=W.setTimeout(()=>{this.logger_("On QUOTA_EXCEEDED_ERR, re-processing call queue"),this.quotaExceededErrorRetryTimeout_=null,this.processCallQueue_()},Gr*1e3)},!0)}handleAppendError_({segmentInfo:e,type:t,bytes:n},s){if(s){if(s.code===kf){this.handleQuotaExceededError_({segmentInfo:e,type:t,bytes:n});return}this.logger_("Received non QUOTA_EXCEEDED_ERR on append",s),this.error({message:`${t} append of ${n.length}b failed for segment #${e.mediaIndex} in playlist ${e.playlist.id}`,metadata:{errorType:re.Error.StreamingFailedToAppendSegment}}),this.trigger("appenderror")}}appendToSourceBuffer_({segmentInfo:e,type:t,initSegment:n,data:s,bytes:a}){if(!a){const l=[s];let c=s.byteLength;n&&(l.unshift(n),c+=n.byteLength),a=S5({bytes:c,segments:l})}const o={segmentInfo:An({type:this.loaderType_,segment:e})};this.trigger({type:"segmentappendstart",metadata:o}),this.sourceUpdater_.appendBuffer({segmentInfo:e,type:t,bytes:a},this.handleAppendError_.bind(this,{segmentInfo:e,type:t,bytes:a}))}handleSegmentTimingInfo_(e,t,n){if(!this.pendingSegment_||t!==this.pendingSegment_.requestId)return;const s=this.pendingSegment_.segment,a=`${e}TimingInfo`;s[a]||(s[a]={}),s[a].transmuxerPrependedSeconds=n.prependedContentDuration||0,s[a].transmuxedPresentationStart=n.start.presentation,s[a].transmuxedDecodeStart=n.start.decode,s[a].transmuxedPresentationEnd=n.end.presentation,s[a].transmuxedDecodeEnd=n.end.decode,s[a].baseMediaDecodeTime=n.baseMediaDecodeTime}appendData_(e,t){const{type:n,data:s}=t;if(!s||!s.byteLength||n==="audio"&&this.audioDisabled_)return;const a=this.getInitSegmentAndUpdateState_({type:n,initSegment:t.initSegment,playlist:e.playlist,map:e.isFmp4?e.segment.map:null});this.appendToSourceBuffer_({segmentInfo:e,type:n,initSegment:a,data:s})}loadSegment_(e){if(this.state="WAITING",this.pendingSegment_=e,this.trimBackBuffer_(e),typeof e.timestampOffset=="number"&&this.transmuxer_&&this.transmuxer_.postMessage({action:"clearAllMp4Captions"}),!this.hasEnoughInfoToLoad_()){hn(this),this.loadQueue_.push(()=>{const t=bt({},e,{forceTimestampOffset:!0});bt(e,this.generateSegmentInfo_(t)),this.isPendingTimestampOffset_=!1,this.updateTransmuxerAndRequestSegment_(e)});return}this.updateTransmuxerAndRequestSegment_(e)}updateTransmuxerAndRequestSegment_(e){this.shouldUpdateTransmuxerTimestampOffset_(e.timestampOffset)&&(this.gopBuffer_.length=0,e.gopsToAlignWith=[],this.timeMapping_=0,this.transmuxer_.postMessage({action:"reset"}),this.transmuxer_.postMessage({action:"setTimestampOffset",timestampOffset:e.timestampOffset}));const t=this.createSimplifiedSegmentObj_(e),n=this.isEndOfStream_(e.mediaIndex,e.playlist,e.partIndex),s=this.mediaIndex!==null,a=e.timeline!==this.currentTimeline_&&e.timeline>0,o=n||s&&a;this.logger_(`Requesting
|
|
217
|
+
${Qf(e.uri)}
|
|
218
|
+
${Gn(e)}`),t.map&&!t.map.bytes&&(this.logger_("going to request init segment."),this.appendInitSegment_={video:!0,audio:!0}),e.abortRequests=_5({xhr:this.vhs_.xhr,xhrOptions:this.xhrOptions_,decryptionWorker:this.decrypter_,segment:t,abortFn:this.handleAbort_.bind(this,e),progressFn:this.handleProgress_.bind(this),trackInfoFn:this.handleTrackInfo_.bind(this),timingInfoFn:this.handleTimingInfo_.bind(this),videoSegmentTimingInfoFn:this.handleSegmentTimingInfo_.bind(this,"video",e.requestId),audioSegmentTimingInfoFn:this.handleSegmentTimingInfo_.bind(this,"audio",e.requestId),captionsFn:this.handleCaptions_.bind(this),isEndOfTimeline:o,endedTimelineFn:()=>{this.logger_("received endedtimeline callback")},id3Fn:this.handleId3_.bind(this),dataFn:this.handleData_.bind(this),doneFn:this.segmentRequestFinished_.bind(this),onTransmuxerLog:({message:l,level:c,stream:d})=>{this.logger_(`${Gn(e)} logged from transmuxer stream ${d} as a ${c}: ${l}`)},triggerSegmentEventFn:({type:l,segment:c,keyInfo:d,trackInfo:g,timingInfo:m})=>{const T={segmentInfo:An({segment:c})};d&&(T.keyInfo=d),g&&(T.trackInfo=g),m&&(T.timingInfo=m),this.trigger({type:l,metadata:T})}})}trimBackBuffer_(e){const t=$5(this.seekable_(),this.currentTime_(),this.playlist_.targetDuration||10);t>0&&this.remove(0,t)}createSimplifiedSegmentObj_(e){const t=e.segment,n=e.part,s=e.segment.key||e.segment.map&&e.segment.map.key,a=e.segment.map&&!e.segment.map.bytes,o={resolvedUri:n?n.resolvedUri:t.resolvedUri,byterange:n?n.byterange:t.byterange,requestId:e.requestId,transmuxer:e.transmuxer,audioAppendStart:e.audioAppendStart,gopsToAlignWith:e.gopsToAlignWith,part:e.part,type:this.loaderType_,start:e.startOfSegment,duration:e.duration,isEncrypted:s,isMediaInitialization:a},l=e.playlist.segments[e.mediaIndex-1];if(l&&l.timeline===t.timeline&&(l.videoTimingInfo?o.baseStartTime=l.videoTimingInfo.transmuxedDecodeEnd:l.audioTimingInfo&&(o.baseStartTime=l.audioTimingInfo.transmuxedDecodeEnd)),t.key){const c=t.key.iv||new Uint32Array([0,0,0,e.mediaIndex+e.playlist.mediaSequence]);o.key=this.segmentKey(t.key),o.key.iv=c}return t.map&&(o.map=this.initSegmentForMap(t.map)),o}saveTransferStats_(e){this.mediaRequests+=1,e&&(this.mediaBytesTransferred+=e.bytesReceived,this.mediaTransferDuration+=e.roundTripTime)}saveBandwidthRelatedStats_(e,t){if(this.pendingSegment_.byteLength=t.bytesReceived,e<Gs){this.logger_(`Ignoring segment's bandwidth because its duration of ${e} is less than the min to record ${Gs}`);return}const n={bandwidthInfo:{from:this.bandwidth,to:t.bandwidth}};this.trigger({type:"bandwidthupdated",metadata:n}),this.bandwidth=t.bandwidth,this.roundTrip=t.roundTripTime}handleTimeout_(){this.mediaRequestsTimedout+=1,this.bandwidth=1,this.roundTrip=NaN,this.trigger("bandwidthupdate"),this.trigger("timeout")}segmentRequestFinished_(e,t,n){if(this.callQueue_.length){this.callQueue_.push(this.segmentRequestFinished_.bind(this,e,t,n));return}if(this.saveTransferStats_(t.stats),!this.pendingSegment_||t.requestId!==this.pendingSegment_.requestId)return;if(e){if(this.pendingSegment_=null,this.state="READY",e.code===Hi.ABORTED)return;if(this.pause(),e.code===Hi.TIMEOUT){this.handleTimeout_();return}this.mediaRequestsErrored+=1,this.error(e),this.trigger("error");return}const s=this.pendingSegment_;this.saveBandwidthRelatedStats_(s.duration,t.stats),s.endOfAllRequests=t.endOfAllRequests,n.gopInfo&&(this.gopBuffer_=L5(this.gopBuffer_,n.gopInfo,this.safeAppend_)),this.state="APPENDING",this.trigger("appending"),this.waitForAppendsToComplete_(s)}setTimeMapping_(e){const t=this.syncController_.mappingForTimeline(e);t!==null&&(this.timeMapping_=t)}updateMediaSecondsLoaded_(e){typeof e.start=="number"&&typeof e.end=="number"?this.mediaSecondsLoaded+=e.end-e.start:this.mediaSecondsLoaded+=e.duration}shouldUpdateTransmuxerTimestampOffset_(e){return e===null?!1:this.loaderType_==="main"&&e!==this.sourceUpdater_.videoTimestampOffset()||!this.audioDisabled_&&e!==this.sourceUpdater_.audioTimestampOffset()}trueSegmentStart_({currentStart:e,playlist:t,mediaIndex:n,firstVideoFrameTimeForData:s,currentVideoTimestampOffset:a,useVideoTimingInfo:o,videoTimingInfo:l,audioTimingInfo:c}){if(typeof e<"u")return e;if(!o)return c.start;const d=t.segments[n-1];return n===0||!d||typeof d.start>"u"||d.end!==s+a?s:l.start}waitForAppendsToComplete_(e){const t=this.getCurrentMediaInfo_(e);if(!t){this.error({message:"No starting media returned, likely due to an unsupported media format.",playlistExclusionDuration:1/0}),this.trigger("error");return}const{hasAudio:n,hasVideo:s,isMuxed:a}=t,o=this.loaderType_==="main"&&s,l=!this.audioDisabled_&&n&&!a;if(e.waitingOnAppends=0,!e.hasAppendedData_){!e.timingInfo&&typeof e.timestampOffset=="number"&&(this.isPendingTimestampOffset_=!0),e.timingInfo={start:0},e.waitingOnAppends++,this.isPendingTimestampOffset_||(this.updateSourceBufferTimestampOffset_(e),this.processMetadataQueue_()),this.checkAppendsDone_(e);return}o&&e.waitingOnAppends++,l&&e.waitingOnAppends++,o&&this.sourceUpdater_.videoQueueCallback(this.checkAppendsDone_.bind(this,e)),l&&this.sourceUpdater_.audioQueueCallback(this.checkAppendsDone_.bind(this,e))}checkAppendsDone_(e){this.checkForAbort_(e.requestId)||(e.waitingOnAppends--,e.waitingOnAppends===0&&this.handleAppendsDone_())}checkForIllegalMediaSwitch(e){const t=F5(this.loaderType_,this.getCurrentMediaInfo_(),e);return t?(this.error({message:t,playlistExclusionDuration:1/0}),this.trigger("error"),!0):!1}updateSourceBufferTimestampOffset_(e){if(e.timestampOffset===null||typeof e.timingInfo.start!="number"||e.changedTimestampOffset||this.loaderType_!=="main")return;let t=!1;e.timestampOffset-=this.getSegmentStartTimeForTimestampOffsetCalculation_({videoTimingInfo:e.segment.videoTimingInfo,audioTimingInfo:e.segment.audioTimingInfo,timingInfo:e.timingInfo}),e.changedTimestampOffset=!0,e.timestampOffset!==this.sourceUpdater_.videoTimestampOffset()&&(this.sourceUpdater_.videoTimestampOffset(e.timestampOffset),t=!0),e.timestampOffset!==this.sourceUpdater_.audioTimestampOffset()&&(this.sourceUpdater_.audioTimestampOffset(e.timestampOffset),t=!0),t&&this.trigger("timestampoffset")}getSegmentStartTimeForTimestampOffsetCalculation_({videoTimingInfo:e,audioTimingInfo:t,timingInfo:n}){return this.useDtsForTimestampOffset_?e&&typeof e.transmuxedDecodeStart=="number"?e.transmuxedDecodeStart:t&&typeof t.transmuxedDecodeStart=="number"?t.transmuxedDecodeStart:n.start:n.start}updateTimingInfoEnd_(e){e.timingInfo=e.timingInfo||{};const t=this.getMediaInfo_(),s=this.loaderType_==="main"&&t&&t.hasVideo&&e.videoTimingInfo?e.videoTimingInfo:e.audioTimingInfo;s&&(e.timingInfo.end=typeof s.end=="number"?s.end:s.start+e.duration)}handleAppendsDone_(){if(this.pendingSegment_){const c={segmentInfo:An({type:this.loaderType_,segment:this.pendingSegment_})};this.trigger({type:"appendsdone",metadata:c})}if(!this.pendingSegment_){this.state="READY",this.paused()||this.monitorBuffer_();return}const e=this.pendingSegment_;e.part&&e.part.syncInfo?e.part.syncInfo.markAppended():e.segment.syncInfo&&e.segment.syncInfo.markAppended(),this.updateTimingInfoEnd_(e),this.shouldSaveSegmentTimingInfo_&&this.syncController_.saveSegmentTimingInfo({segmentInfo:e,shouldSaveTimelineMapping:this.loaderType_==="main"});const t=z5(e,this.sourceType_);if(t&&(t.severity==="warn"?re.log.warn(t.message):this.logger_(t.message)),this.recordThroughput_(e),this.pendingSegment_=null,this.state="READY",e.isSyncRequest&&(this.trigger("syncinfoupdate"),!e.hasAppendedData_)){this.logger_(`Throwing away un-appended sync request ${Gn(e)}`);return}this.logger_(`Appended ${Gn(e)}`),this.addSegmentMetadataCue_(e),this.fetchAtBuffer_=!0,this.currentTimeline_!==e.timeline&&(this.timelineChangeController_.lastTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:e.timeline}),this.loaderType_==="main"&&!this.audioDisabled_&&this.timelineChangeController_.lastTimelineChange({type:"audio",from:this.currentTimeline_,to:e.timeline})),this.currentTimeline_=e.timeline,this.trigger("syncinfoupdate");const n=e.segment,s=e.part,a=n.end&&this.currentTime_()-n.end>e.playlist.targetDuration*3,o=s&&s.end&&this.currentTime_()-s.end>e.playlist.partTargetDuration*3;if(a||o){this.logger_(`bad ${a?"segment":"part"} ${Gn(e)}`),this.resetEverything();return}this.mediaIndex!==null&&this.trigger("bandwidthupdate"),this.trigger("progress"),this.mediaIndex=e.mediaIndex,this.partIndex=e.partIndex,this.isEndOfStream_(e.mediaIndex,e.playlist,e.partIndex)&&this.endOfStream(),this.trigger("appended"),e.hasAppendedData_&&this.mediaAppends++,this.paused()||this.monitorBuffer_()}recordThroughput_(e){if(e.duration<Gs){this.logger_(`Ignoring segment's throughput because its duration of ${e.duration} is less than the min to record ${Gs}`);return}const t=this.throughput.rate,n=Date.now()-e.endOfAllRequests+1,s=Math.floor(e.byteLength/n*8*1e3);this.throughput.rate+=(s-t)/++this.throughput.count}addSegmentMetadataCue_(e){if(!this.segmentMetadataTrack_)return;const t=e.segment,n=t.start,s=t.end;if(!Kd(n)||!Kd(s))return;Kr(n,s,this.segmentMetadataTrack_);const a=W.WebKitDataCue||W.VTTCue,o={custom:t.custom,dateTimeObject:t.dateTimeObject,dateTimeString:t.dateTimeString,programDateTime:t.programDateTime,bandwidth:e.playlist.attributes.BANDWIDTH,resolution:e.playlist.attributes.RESOLUTION,codecs:e.playlist.attributes.CODECS,byteLength:e.byteLength,uri:e.uri,timeline:e.timeline,playlist:e.playlist.id,start:n,end:s},l=JSON.stringify(o),c=new a(n,s,l);c.value=o,this.segmentMetadataTrack_.addCue(c)}}function nn(){}const Zf=function(r){return typeof r!="string"?r:r.replace(/./,e=>e.toUpperCase())},G5=["video","audio"],kl=(r,e)=>{const t=e[`${r}Buffer`];return t&&t.updating||e.queuePending[r]},W5=(r,e)=>{for(let t=0;t<e.length;t++){const n=e[t];if(n.type==="mediaSource")return null;if(n.type===r)return t}return null},sr=(r,e)=>{if(e.queue.length===0)return;let t=0,n=e.queue[t];if(n.type==="mediaSource"){!e.updating()&&e.mediaSource.readyState!=="closed"&&(e.queue.shift(),n.action(e),n.doneFn&&n.doneFn(),sr("audio",e),sr("video",e));return}if(r!=="mediaSource"&&!(!e.ready()||e.mediaSource.readyState==="closed"||kl(r,e))){if(n.type!==r){if(t=W5(r,e.queue),t===null)return;n=e.queue[t]}if(e.queue.splice(t,1),e.queuePending[r]=n,n.action(r,e),!n.doneFn){e.queuePending[r]=null,sr(r,e);return}}},Jf=(r,e)=>{const t=e[`${r}Buffer`],n=Zf(r);t&&(t.removeEventListener("updateend",e[`on${n}UpdateEnd_`]),t.removeEventListener("error",e[`on${n}Error_`]),e.codecs[r]=null,e[`${r}Buffer`]=null)},$i=(r,e)=>r&&e&&Array.prototype.indexOf.call(r.sourceBuffers,e)!==-1,fi={appendBuffer:(r,e,t)=>(n,s)=>{const a=s[`${n}Buffer`];if($i(s.mediaSource,a)){s.logger_(`Appending segment ${e.mediaIndex}'s ${r.length} bytes to ${n}Buffer`);try{a.appendBuffer(r)}catch(o){s.logger_(`Error with code ${o.code} `+(o.code===kf?"(QUOTA_EXCEEDED_ERR) ":"")+`when appending segment ${e.mediaIndex} to ${n}Buffer`),s.queuePending[n]=null,t(o)}}},remove:(r,e)=>(t,n)=>{const s=n[`${t}Buffer`];if($i(n.mediaSource,s)){n.logger_(`Removing ${r} to ${e} from ${t}Buffer`);try{s.remove(r,e)}catch{n.logger_(`Remove ${r} to ${e} from ${t}Buffer failed`)}}},timestampOffset:r=>(e,t)=>{const n=t[`${e}Buffer`];$i(t.mediaSource,n)&&(t.logger_(`Setting ${e}timestampOffset to ${r}`),n.timestampOffset=r)},callback:r=>(e,t)=>{r()},endOfStream:r=>e=>{if(e.mediaSource.readyState==="open"){e.logger_(`Calling mediaSource endOfStream(${r||""})`);try{e.mediaSource.endOfStream(r)}catch(t){re.log.warn("Failed to call media source endOfStream",t)}}},duration:r=>e=>{e.logger_(`Setting mediaSource duration to ${r}`);try{e.mediaSource.duration=r}catch(t){re.log.warn("Failed to set media source duration",t)}},abort:()=>(r,e)=>{if(e.mediaSource.readyState!=="open")return;const t=e[`${r}Buffer`];if($i(e.mediaSource,t)){e.logger_(`calling abort on ${r}Buffer`);try{t.abort()}catch(n){re.log.warn(`Failed to abort on ${r}Buffer`,n)}}},addSourceBuffer:(r,e)=>t=>{const n=Zf(r),s=ar(e);t.logger_(`Adding ${r}Buffer with codec ${e} to mediaSource`);const a=t.mediaSource.addSourceBuffer(s);a.addEventListener("updateend",t[`on${n}UpdateEnd_`]),a.addEventListener("error",t[`on${n}Error_`]),t.codecs[r]=e,t[`${r}Buffer`]=a},removeSourceBuffer:r=>e=>{const t=e[`${r}Buffer`];if(Jf(r,e),!!$i(e.mediaSource,t)){e.logger_(`Removing ${r}Buffer with codec ${e.codecs[r]} from mediaSource`);try{e.mediaSource.removeSourceBuffer(t)}catch(n){re.log.warn(`Failed to removeSourceBuffer ${r}Buffer`,n)}}},changeType:r=>(e,t)=>{const n=t[`${e}Buffer`],s=ar(r);if(!$i(t.mediaSource,n))return;const a=r.substring(0,r.indexOf(".")),o=t.codecs[e];if(o.substring(0,o.indexOf("."))===a)return;const c={codecsChangeInfo:{from:o,to:r}};t.trigger({type:"codecschange",metadata:c}),t.logger_(`changing ${e}Buffer codec from ${o} to ${r}`);try{n.changeType(s),t.codecs[e]=r}catch(d){c.errorType=re.Error.StreamingCodecsChangeError,c.error=d,d.metadata=c,t.error_=d,t.trigger("error"),re.log.warn(`Failed to changeType on ${e}Buffer`,d)}}},pi=({type:r,sourceUpdater:e,action:t,doneFn:n,name:s})=>{e.queue.push({type:r,action:t,doneFn:n,name:s}),sr(r,e)},Jd=(r,e)=>t=>{const n=e[`${r}Buffered`](),s=aC(n);if(e.logger_(`received "updateend" event for ${r} Source Buffer: `,s),e.queuePending[r]){const a=e.queuePending[r].doneFn;e.queuePending[r]=null,a&&a(e[`${r}Error_`])}sr(r,e)};class ep extends re.EventTarget{constructor(e){super(),this.mediaSource=e,this.sourceopenListener_=()=>sr("mediaSource",this),this.mediaSource.addEventListener("sourceopen",this.sourceopenListener_),this.logger_=Ci("SourceUpdater"),this.audioTimestampOffset_=0,this.videoTimestampOffset_=0,this.queue=[],this.queuePending={audio:null,video:null},this.delayedAudioAppendQueue_=[],this.videoAppendQueued_=!1,this.codecs={},this.onVideoUpdateEnd_=Jd("video",this),this.onAudioUpdateEnd_=Jd("audio",this),this.onVideoError_=t=>{this.videoError_=t},this.onAudioError_=t=>{this.audioError_=t},this.createdSourceBuffers_=!1,this.initializedEme_=!1,this.triggeredReady_=!1}initializedEme(){this.initializedEme_=!0,this.triggerReady()}hasCreatedSourceBuffers(){return this.createdSourceBuffers_}hasInitializedAnyEme(){return this.initializedEme_}ready(){return this.hasCreatedSourceBuffers()&&this.hasInitializedAnyEme()}createSourceBuffers(e){this.hasCreatedSourceBuffers()||(this.addOrChangeSourceBuffers(e),this.createdSourceBuffers_=!0,this.trigger("createdsourcebuffers"),this.triggerReady())}triggerReady(){this.ready()&&!this.triggeredReady_&&(this.triggeredReady_=!0,this.trigger("ready"))}addSourceBuffer(e,t){pi({type:"mediaSource",sourceUpdater:this,action:fi.addSourceBuffer(e,t),name:"addSourceBuffer"})}abort(e){pi({type:e,sourceUpdater:this,action:fi.abort(e),name:"abort"})}removeSourceBuffer(e){if(!this.canRemoveSourceBuffer()){re.log.error("removeSourceBuffer is not supported!");return}pi({type:"mediaSource",sourceUpdater:this,action:fi.removeSourceBuffer(e),name:"removeSourceBuffer"})}canRemoveSourceBuffer(){return!re.browser.IS_FIREFOX&&W.MediaSource&&W.MediaSource.prototype&&typeof W.MediaSource.prototype.removeSourceBuffer=="function"}static canChangeType(){return W.SourceBuffer&&W.SourceBuffer.prototype&&typeof W.SourceBuffer.prototype.changeType=="function"}canChangeType(){return this.constructor.canChangeType()}changeType(e,t){if(!this.canChangeType()){re.log.error("changeType is not supported!");return}pi({type:e,sourceUpdater:this,action:fi.changeType(t),name:"changeType"})}addOrChangeSourceBuffers(e){if(!e||typeof e!="object"||Object.keys(e).length===0)throw new Error("Cannot addOrChangeSourceBuffers to undefined codecs");Object.keys(e).forEach(t=>{const n=e[t];if(!this.hasCreatedSourceBuffers())return this.addSourceBuffer(t,n);this.canChangeType()&&this.changeType(t,n)})}appendBuffer(e,t){const{segmentInfo:n,type:s,bytes:a}=e;if(this.processedAppend_=!0,s==="audio"&&this.videoBuffer&&!this.videoAppendQueued_){this.delayedAudioAppendQueue_.push([e,t]),this.logger_(`delayed audio append of ${a.length} until video append`);return}const o=t;if(pi({type:s,sourceUpdater:this,action:fi.appendBuffer(a,n||{mediaIndex:-1},o),doneFn:t,name:"appendBuffer"}),s==="video"){if(this.videoAppendQueued_=!0,!this.delayedAudioAppendQueue_.length)return;const l=this.delayedAudioAppendQueue_.slice();this.logger_(`queuing delayed audio ${l.length} appendBuffers`),this.delayedAudioAppendQueue_.length=0,l.forEach(c=>{this.appendBuffer.apply(this,c)})}}audioBuffered(){return $i(this.mediaSource,this.audioBuffer)&&this.audioBuffer.buffered?this.audioBuffer.buffered:Bt()}videoBuffered(){return $i(this.mediaSource,this.videoBuffer)&&this.videoBuffer.buffered?this.videoBuffer.buffered:Bt()}buffered(){const e=$i(this.mediaSource,this.videoBuffer)?this.videoBuffer:null,t=$i(this.mediaSource,this.audioBuffer)?this.audioBuffer:null;return t&&!e?this.audioBuffered():e&&!t?this.videoBuffered():lC(this.audioBuffered(),this.videoBuffered())}setDuration(e,t=nn){pi({type:"mediaSource",sourceUpdater:this,action:fi.duration(e),name:"duration",doneFn:t})}endOfStream(e=null,t=nn){typeof e!="string"&&(e=void 0),pi({type:"mediaSource",sourceUpdater:this,action:fi.endOfStream(e),name:"endOfStream",doneFn:t})}removeAudio(e,t,n=nn){if(!this.audioBuffered().length||this.audioBuffered().end(0)===0){n();return}pi({type:"audio",sourceUpdater:this,action:fi.remove(e,t),doneFn:n,name:"remove"})}removeVideo(e,t,n=nn){if(!this.videoBuffered().length||this.videoBuffered().end(0)===0){n();return}pi({type:"video",sourceUpdater:this,action:fi.remove(e,t),doneFn:n,name:"remove"})}updating(){return!!(kl("audio",this)||kl("video",this))}audioTimestampOffset(e){return typeof e<"u"&&this.audioBuffer&&this.audioTimestampOffset_!==e&&(pi({type:"audio",sourceUpdater:this,action:fi.timestampOffset(e),name:"timestampOffset"}),this.audioTimestampOffset_=e),this.audioTimestampOffset_}videoTimestampOffset(e){return typeof e<"u"&&this.videoBuffer&&this.videoTimestampOffset_!==e&&(pi({type:"video",sourceUpdater:this,action:fi.timestampOffset(e),name:"timestampOffset"}),this.videoTimestampOffset_=e),this.videoTimestampOffset_}audioQueueCallback(e){this.audioBuffer&&pi({type:"audio",sourceUpdater:this,action:fi.callback(e),name:"callback"})}videoQueueCallback(e){this.videoBuffer&&pi({type:"video",sourceUpdater:this,action:fi.callback(e),name:"callback"})}dispose(){this.trigger("dispose"),G5.forEach(e=>{this.abort(e),this.canRemoveSourceBuffer()?this.removeSourceBuffer(e):this[`${e}QueueCallback`](()=>Jf(e,this))}),this.videoAppendQueued_=!1,this.delayedAudioAppendQueue_.length=0,this.sourceopenListener_&&this.mediaSource.removeEventListener("sourceopen",this.sourceopenListener_),this.off()}}const eh=r=>decodeURIComponent(escape(String.fromCharCode.apply(null,r))),Y5=r=>{const e=new Uint8Array(r);return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")},th=new Uint8Array(`
|
|
219
|
+
|
|
220
|
+
`.split("").map(r=>r.charCodeAt(0)));class X5 extends Error{constructor(){super("Trying to parse received VTT cues, but there is no WebVTT. Make sure vtt.js is loaded.")}}class K5 extends El{constructor(e,t={}){super(e,t),this.mediaSource_=null,this.subtitlesTrack_=null,this.featuresNativeTextTracks_=e.featuresNativeTextTracks,this.loadVttJs=e.loadVttJs,this.shouldSaveSegmentTimingInfo_=!1}buffered_(){if(!this.subtitlesTrack_||!this.subtitlesTrack_.cues||!this.subtitlesTrack_.cues.length)return Bt();const e=this.subtitlesTrack_.cues,t=e[0].startTime,n=e[e.length-1].startTime;return Bt([[t,n]])}initSegmentForMap(e,t=!1){if(!e)return null;const n=ba(e);let s=this.initSegments_[n];if(t&&!s&&e.bytes){const a=th.byteLength+e.bytes.byteLength,o=new Uint8Array(a);o.set(e.bytes),o.set(th,e.bytes.byteLength),this.initSegments_[n]=s={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:o}}return s||e}couldBeginLoading_(){return this.playlist_&&this.subtitlesTrack_&&!this.paused()}init_(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()}track(e){return typeof e>"u"?this.subtitlesTrack_:(this.subtitlesTrack_=e,this.state==="INIT"&&this.couldBeginLoading_()&&this.init_(),this.subtitlesTrack_)}remove(e,t){Kr(e,t,this.subtitlesTrack_)}fillBuffer_(){const e=this.chooseNextRequest_();if(e){if(this.syncController_.timestampOffsetForTimeline(e.timeline)===null){const t=()=>{this.state="READY",this.paused()||this.monitorBuffer_()};this.syncController_.one("timestampoffset",t),this.state="WAITING_ON_TIMELINE";return}this.loadSegment_(e)}}timestampOffsetForSegment_(){return null}chooseNextRequest_(){return this.skipEmptySegments_(super.chooseNextRequest_())}skipEmptySegments_(e){for(;e&&e.segment.empty;){if(e.mediaIndex+1>=e.playlist.segments.length){e=null;break}e=this.generateSegmentInfo_({playlist:e.playlist,mediaIndex:e.mediaIndex+1,startOfSegment:e.startOfSegment+e.duration,isSyncRequest:e.isSyncRequest})}return e}stopForError(e){this.error(e),this.state="READY",this.pause(),this.trigger("error")}segmentRequestFinished_(e,t,n){if(!this.subtitlesTrack_){this.state="READY";return}if(this.saveTransferStats_(t.stats),!this.pendingSegment_){this.state="READY",this.mediaRequestsAborted+=1;return}if(e){e.code===Hi.TIMEOUT&&this.handleTimeout_(),e.code===Hi.ABORTED?this.mediaRequestsAborted+=1:this.mediaRequestsErrored+=1,this.stopForError(e);return}const s=this.pendingSegment_,a=n.mp4VttCues&&n.mp4VttCues.length;a&&(s.mp4VttCues=n.mp4VttCues),this.saveBandwidthRelatedStats_(s.duration,t.stats),t.key&&this.segmentKey(t.key,!0),this.state="APPENDING",this.trigger("appending");const o=s.segment;if(o.map&&(o.map.bytes=t.map.bytes),s.bytes=t.bytes,typeof W.WebVTT!="function"&&typeof this.loadVttJs=="function"){this.state="WAITING_ON_VTTJS",this.loadVttJs().then(()=>this.segmentRequestFinished_(e,t,n),()=>this.stopForError({message:"Error loading vtt.js"}));return}o.requested=!0;try{this.parseVTTCues_(s)}catch(l){this.stopForError({message:l.message,metadata:{errorType:re.Error.StreamingVttParserError,error:l}});return}if(a||this.updateTimeMapping_(s,this.syncController_.timelines[s.timeline],this.playlist_),s.cues.length?s.timingInfo={start:s.cues[0].startTime,end:s.cues[s.cues.length-1].endTime}:s.timingInfo={start:s.startOfSegment,end:s.startOfSegment+s.duration},s.isSyncRequest){this.trigger("syncinfoupdate"),this.pendingSegment_=null,this.state="READY";return}s.byteLength=s.bytes.byteLength,this.mediaSecondsLoaded+=o.duration,s.cues.forEach(l=>{this.subtitlesTrack_.addCue(this.featuresNativeTextTracks_?new W.VTTCue(l.startTime,l.endTime,l.text):l)}),O5(this.subtitlesTrack_),this.handleAppendsDone_()}handleData_(e,t){const n=e&&e.type==="vtt",s=t&&t.type==="text";n&&s&&super.handleData_(e,t)}updateTimingInfoEnd_(){}parseMp4VttCues_(e){const t=this.sourceUpdater_.videoTimestampOffset()===null?this.sourceUpdater_.audioTimestampOffset():this.sourceUpdater_.videoTimestampOffset();e.mp4VttCues.forEach(n=>{const s=n.start+t,a=n.end+t,o=new W.VTTCue(s,a,n.cueText);n.settings&&n.settings.split(" ").forEach(l=>{const c=l.split(":"),d=c[0],g=c[1];o[d]=isNaN(g)?g:Number(g)}),e.cues.push(o)})}parseVTTCues_(e){let t,n=!1;if(typeof W.WebVTT!="function")throw new X5;if(e.cues=[],e.timestampmap={MPEGTS:0,LOCAL:0},e.mp4VttCues){this.parseMp4VttCues_(e);return}typeof W.TextDecoder=="function"?t=new W.TextDecoder("utf8"):(t=W.WebVTT.StringDecoder(),n=!0);const s=new W.WebVTT.Parser(W,W.vttjs,t);if(s.oncue=e.cues.push.bind(e.cues),s.ontimestampmap=o=>{e.timestampmap=o},s.onparsingerror=o=>{re.log.warn("Error encountered when parsing cues: "+o.message)},e.segment.map){let o=e.segment.map.bytes;n&&(o=eh(o)),s.parse(o)}let a=e.bytes;n&&(a=eh(a)),s.parse(a),s.flush()}updateTimeMapping_(e,t,n){const s=e.segment;if(!t)return;if(!e.cues.length){s.empty=!0;return}const{MPEGTS:a,LOCAL:o}=e.timestampmap,c=a/Nn.ONE_SECOND_IN_TS-o+t.mapping;if(e.cues.forEach(d=>{const g=d.endTime-d.startTime,m=this.handleRollover_(d.startTime+c,t.time);d.startTime=Math.max(m,0),d.endTime=Math.max(m+g,0)}),!n.syncInfo){const d=e.cues[0].startTime,g=e.cues[e.cues.length-1].startTime;n.syncInfo={mediaSequence:n.mediaSequence+e.mediaIndex,time:Math.min(d,g-s.duration)}}}handleRollover_(e,t){if(t===null)return e;let n=e*Nn.ONE_SECOND_IN_TS;const s=t*Nn.ONE_SECOND_IN_TS;let a;for(s<n?a=-8589934592:a=8589934592;Math.abs(n-s)>4294967296;)n+=a;return n/Nn.ONE_SECOND_IN_TS}}const Q5=function(r,e){const t=r.cues;for(let n=0;n<t.length;n++){const s=t[n];if(e>=s.adStartTime&&e<=s.adEndTime)return s}return null},Z5=function(r,e,t=0){if(!r.segments)return;let n=t,s;for(let a=0;a<r.segments.length;a++){const o=r.segments[a];if(s||(s=Q5(e,n+o.duration/2)),s){if("cueIn"in o){s.endTime=n,s.adEndTime=n,n+=o.duration,s=null;continue}if(n<s.endTime){n+=o.duration;continue}s.endTime+=o.duration}else if("cueOut"in o&&(s=new W.VTTCue(n,n+o.duration,o.cueOut),s.adStartTime=n,s.adEndTime=n+parseFloat(o.cueOut),e.addCue(s)),"cueOutCont"in o){const[l,c]=o.cueOutCont.split("/").map(parseFloat);s=new W.VTTCue(n,n+o.duration,""),s.adStartTime=n-l,s.adEndTime=s.adStartTime+c,e.addCue(s)}n+=o.duration}};class ih{constructor({start:e,end:t,segmentIndex:n,partIndex:s=null,appended:a=!1}){this.start_=e,this.end_=t,this.segmentIndex_=n,this.partIndex_=s,this.appended_=a}isInRange(e){return e>=this.start&&e<this.end}markAppended(){this.appended_=!0}resetAppendedStatus(){this.appended_=!1}get isAppended(){return this.appended_}get start(){return this.start_}get end(){return this.end_}get segmentIndex(){return this.segmentIndex_}get partIndex(){return this.partIndex_}}class J5{constructor(e,t=[]){this.segmentSyncInfo_=e,this.partsSyncInfo_=t}get segmentSyncInfo(){return this.segmentSyncInfo_}get partsSyncInfo(){return this.partsSyncInfo_}get hasPartsSyncInfo(){return this.partsSyncInfo_.length>0}resetAppendStatus(){this.segmentSyncInfo_.resetAppendedStatus(),this.partsSyncInfo_.forEach(e=>e.resetAppendedStatus())}}class tp{constructor(){this.storage_=new Map,this.diagnostics_="",this.isReliable_=!1,this.start_=-1/0,this.end_=1/0}get start(){return this.start_}get end(){return this.end_}get diagnostics(){return this.diagnostics_}get isReliable(){return this.isReliable_}resetAppendedStatus(){this.storage_.forEach(e=>e.resetAppendStatus())}update(e,t){const{mediaSequence:n,segments:s}=e;if(this.isReliable_=this.isReliablePlaylist_(n,s),!!this.isReliable_)return this.updateStorage_(s,n,this.calculateBaseTime_(n,s,t))}getSyncInfoForTime(e){for(const{segmentSyncInfo:t,partsSyncInfo:n}of this.storage_.values())if(n.length){for(const s of n)if(s.isInRange(e))return s}else if(t.isInRange(e))return t;return null}getSyncInfoForMediaSequence(e){return this.storage_.get(e)}updateStorage_(e,t,n){const s=new Map;let a=`
|
|
221
|
+
`,o=n,l=t;this.start_=o,e.forEach((c,d)=>{const g=this.storage_.get(l),m=o,k=m+c.duration,T=!!(g&&g.segmentSyncInfo&&g.segmentSyncInfo.isAppended),A=new ih({start:m,end:k,appended:T,segmentIndex:d});c.syncInfo=A;let y=o;const w=(c.parts||[]).map((O,L)=>{const B=y,q=y+O.duration,H=!!(g&&g.partsSyncInfo&&g.partsSyncInfo[L]&&g.partsSyncInfo[L].isAppended),j=new ih({start:B,end:q,appended:H,segmentIndex:d,partIndex:L});return y=q,a+=`Media Sequence: ${l}.${L} | Range: ${B} --> ${q} | Appended: ${H}
|
|
222
|
+
`,O.syncInfo=j,j});s.set(l,new J5(A,w)),a+=`${Qf(c.resolvedUri)} | Media Sequence: ${l} | Range: ${m} --> ${k} | Appended: ${T}
|
|
223
|
+
`,l++,o=k}),this.end_=o,this.storage_=s,this.diagnostics_=a}calculateBaseTime_(e,t,n){if(!this.storage_.size)return 0;if(this.storage_.has(e))return this.storage_.get(e).segmentSyncInfo.start;const s=Math.min(...this.storage_.keys());if(e<s){const a=s-e;let o=this.storage_.get(s).segmentSyncInfo.start;for(let l=0;l<a;l++){const c=t[l];o-=c.duration}return o}return n}isReliablePlaylist_(e,t){return e!=null&&Array.isArray(t)&&t.length}}class nh extends tp{constructor(e){super(),this.parent_=e}calculateBaseTime_(e,t,n){if(!this.storage_.size){const s=this.parent_.getSyncInfoForMediaSequence(e);return s?s.segmentSyncInfo.start:0}return super.calculateBaseTime_(e,t,n)}}const eS=86400,Ko=[{name:"VOD",run:(r,e,t,n,s)=>t!==1/0?{time:0,segmentIndex:0,partIndex:null}:null},{name:"MediaSequence",run:(r,e,t,n,s,a)=>{const o=r.getMediaSequenceSync(a);if(!o||!o.isReliable)return null;const l=o.getSyncInfoForTime(s);return l?{time:l.start,partIndex:l.partIndex,segmentIndex:l.segmentIndex}:null}},{name:"ProgramDateTime",run:(r,e,t,n,s)=>{if(!Object.keys(r.timelineToDatetimeMappings).length)return null;let a=null,o=null;const l=gl(e);s=s||0;for(let c=0;c<l.length;c++){const d=e.endList||s===0?c:l.length-(c+1),g=l[d],m=g.segment,k=r.timelineToDatetimeMappings[m.timeline];if(!k||!m.dateTimeObject)continue;let A=m.dateTimeObject.getTime()/1e3+k;if(m.parts&&typeof g.partIndex=="number")for(let w=0;w<g.partIndex;w++)A+=m.parts[w].duration;const y=Math.abs(s-A);if(o!==null&&(y===0||o<y))break;o=y,a={time:A,segmentIndex:g.segmentIndex,partIndex:g.partIndex}}return a}},{name:"Segment",run:(r,e,t,n,s)=>{let a=null,o=null;s=s||0;const l=gl(e);for(let c=0;c<l.length;c++){const d=e.endList||s===0?c:l.length-(c+1),g=l[d],m=g.segment,k=g.part&&g.part.start||m&&m.start;if(m.timeline===n&&typeof k<"u"){const T=Math.abs(s-k);if(o!==null&&o<T)break;(!a||o===null||o>=T)&&(o=T,a={time:k,segmentIndex:g.segmentIndex,partIndex:g.partIndex})}}return a}},{name:"Discontinuity",run:(r,e,t,n,s)=>{let a=null;if(s=s||0,e.discontinuityStarts&&e.discontinuityStarts.length){let o=null;for(let l=0;l<e.discontinuityStarts.length;l++){const c=e.discontinuityStarts[l],d=e.discontinuitySequence+l+1,g=r.discontinuities[d];if(g){const m=Math.abs(s-g.time);if(o!==null&&o<m)break;(!a||o===null||o>=m)&&(o=m,a={time:g.time,segmentIndex:c,partIndex:null})}}}return a}},{name:"Playlist",run:(r,e,t,n,s)=>e.syncInfo?{time:e.syncInfo.time,segmentIndex:e.syncInfo.mediaSequence-e.mediaSequence,partIndex:null}:null}];class tS extends re.EventTarget{constructor(e={}){super(),this.timelines=[],this.discontinuities=[],this.timelineToDatetimeMappings={};const t=new tp,n=new nh(t),s=new nh(t);this.mediaSequenceStorage_={main:t,audio:n,vtt:s},this.logger_=Ci("SyncController")}getMediaSequenceSync(e){return this.mediaSequenceStorage_[e]||null}getSyncPoint(e,t,n,s,a){if(t!==1/0)return Ko.find(({name:c})=>c==="VOD").run(this,e,t);const o=this.runStrategies_(e,t,n,s,a);if(!o.length)return null;for(const l of o){const{syncPoint:c,strategy:d}=l,{segmentIndex:g,time:m}=c;if(g<0)continue;const k=e.segments[g],T=m,A=T+k.duration;if(this.logger_(`Strategy: ${d}. Current time: ${s}. selected segment: ${g}. Time: [${T} -> ${A}]}`),s>=T&&s<A)return this.logger_("Found sync point with exact match: ",c),c}return this.selectSyncPoint_(o,{key:"time",value:s})}getExpiredTime(e,t){if(!e||!e.segments)return null;const n=this.runStrategies_(e,t,e.discontinuitySequence,0);if(!n.length)return null;const s=this.selectSyncPoint_(n,{key:"segmentIndex",value:0});return s.segmentIndex>0&&(s.time*=-1),Math.abs(s.time+ts({defaultDuration:e.targetDuration,durationList:e.segments,startIndex:s.segmentIndex,endIndex:0}))}runStrategies_(e,t,n,s,a){const o=[];for(let l=0;l<Ko.length;l++){const c=Ko[l],d=c.run(this,e,t,n,s,a);d&&(d.strategy=c.name,o.push({strategy:c.name,syncPoint:d}))}return o}selectSyncPoint_(e,t){let n=e[0].syncPoint,s=Math.abs(e[0].syncPoint[t.key]-t.value),a=e[0].strategy;for(let o=1;o<e.length;o++){const l=Math.abs(e[o].syncPoint[t.key]-t.value);l<s&&(s=l,n=e[o].syncPoint,a=e[o].strategy)}return this.logger_(`syncPoint for [${t.key}: ${t.value}] chosen with strategy [${a}]: [time:${n.time}, segmentIndex:${n.segmentIndex}`+(typeof n.partIndex=="number"?`,partIndex:${n.partIndex}`:"")+"]"),n}saveExpiredSegmentInfo(e,t){const n=t.mediaSequence-e.mediaSequence;if(n>eS){re.log.warn(`Not saving expired segment info. Media sequence gap ${n} is too large.`);return}for(let s=n-1;s>=0;s--){const a=e.segments[s];if(a&&typeof a.start<"u"){t.syncInfo={mediaSequence:e.mediaSequence+s,time:a.start},this.logger_(`playlist refresh sync: [time:${t.syncInfo.time}, mediaSequence: ${t.syncInfo.mediaSequence}]`),this.trigger("syncinfoupdate");break}}}setDateTimeMappingForStart(e){if(this.timelineToDatetimeMappings={},e.segments&&e.segments.length&&e.segments[0].dateTimeObject){const t=e.segments[0],n=t.dateTimeObject.getTime()/1e3;this.timelineToDatetimeMappings[t.timeline]=-n}}saveSegmentTimingInfo({segmentInfo:e,shouldSaveTimelineMapping:t}){const n=this.calculateSegmentTimeMapping_(e,e.timingInfo,t),s=e.segment;n&&(this.saveDiscontinuitySyncInfo_(e),e.playlist.syncInfo||(e.playlist.syncInfo={mediaSequence:e.playlist.mediaSequence+e.mediaIndex,time:s.start}));const a=s.dateTimeObject;s.discontinuity&&t&&a&&(this.timelineToDatetimeMappings[s.timeline]=-(a.getTime()/1e3))}timestampOffsetForTimeline(e){return typeof this.timelines[e]>"u"?null:this.timelines[e].time}mappingForTimeline(e){return typeof this.timelines[e]>"u"?null:this.timelines[e].mapping}calculateSegmentTimeMapping_(e,t,n){const s=e.segment,a=e.part;let o=this.timelines[e.timeline],l,c;if(typeof e.timestampOffset=="number")o={time:e.startOfSegment,mapping:e.startOfSegment-t.start},n&&(this.timelines[e.timeline]=o,this.trigger("timestampoffset"),this.logger_(`time mapping for timeline ${e.timeline}: [time: ${o.time}] [mapping: ${o.mapping}]`)),l=e.startOfSegment,c=t.end+o.mapping;else if(o)l=t.start+o.mapping,c=t.end+o.mapping;else return!1;return a&&(a.start=l,a.end=c),(!s.start||l<s.start)&&(s.start=l),s.end=c,!0}saveDiscontinuitySyncInfo_(e){const t=e.playlist,n=e.segment;if(n.discontinuity)this.discontinuities[n.timeline]={time:n.start,accuracy:0};else if(t.discontinuityStarts&&t.discontinuityStarts.length)for(let s=0;s<t.discontinuityStarts.length;s++){const a=t.discontinuityStarts[s],o=t.discontinuitySequence+s+1,l=a-e.mediaIndex,c=Math.abs(l);if(!this.discontinuities[o]||this.discontinuities[o].accuracy>c){let d;l<0?d=n.start-ts({defaultDuration:t.targetDuration,durationList:t.segments,startIndex:e.mediaIndex,endIndex:a}):d=n.end+ts({defaultDuration:t.targetDuration,durationList:t.segments,startIndex:e.mediaIndex+1,endIndex:a}),this.discontinuities[o]={time:d,accuracy:c}}}}dispose(){this.trigger("dispose"),this.off()}}class iS extends re.EventTarget{constructor(){super(),this.pendingTimelineChanges_={},this.lastTimelineChanges_={}}clearPendingTimelineChange(e){this.pendingTimelineChanges_[e]=null,this.trigger("pendingtimelinechange")}pendingTimelineChange({type:e,from:t,to:n}){return typeof t=="number"&&typeof n=="number"&&(this.pendingTimelineChanges_[e]={type:e,from:t,to:n},this.trigger("pendingtimelinechange")),this.pendingTimelineChanges_[e]}lastTimelineChange({type:e,from:t,to:n}){if(typeof t=="number"&&typeof n=="number"){this.lastTimelineChanges_[e]={type:e,from:t,to:n},delete this.pendingTimelineChanges_[e];const s={timelineChangeInfo:{from:t,to:n}};this.trigger({type:"timelinechange",metadata:s})}return this.lastTimelineChanges_[e]}dispose(){this.trigger("dispose"),this.pendingTimelineChanges_={},this.lastTimelineChanges_={},this.off()}}const nS=$f(Uf(function(){var r=(function(){function y(){this.listeners={}}var w=y.prototype;return w.on=function(L,B){this.listeners[L]||(this.listeners[L]=[]),this.listeners[L].push(B)},w.off=function(L,B){if(!this.listeners[L])return!1;var q=this.listeners[L].indexOf(B);return this.listeners[L]=this.listeners[L].slice(0),this.listeners[L].splice(q,1),q>-1},w.trigger=function(L){var B=this.listeners[L];if(B)if(arguments.length===2)for(var q=B.length,H=0;H<q;++H)B[H].call(this,arguments[1]);else for(var j=Array.prototype.slice.call(arguments,1),I=B.length,$=0;$<I;++$)B[$].apply(this,j)},w.dispose=function(){this.listeners={}},w.pipe=function(L){this.on("data",function(B){L.push(B)})},y})();/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */function e(y){return y.subarray(0,y.byteLength-y[y.byteLength-1])}/*! @name aes-decrypter @version 4.0.2 @license Apache-2.0 */const t=function(){const y=[[[],[],[],[],[]],[[],[],[],[],[]]],w=y[0],O=y[1],L=w[4],B=O[4];let q,H,j;const I=[],$=[];let b,x,P,F,S,E;for(q=0;q<256;q++)$[(I[q]=q<<1^(q>>7)*283)^q]=q;for(H=j=0;!L[H];H^=b||1,j=$[j]||1)for(F=j^j<<1^j<<2^j<<3^j<<4,F=F>>8^F&255^99,L[H]=F,B[F]=H,P=I[x=I[b=I[H]]],E=P*16843009^x*65537^b*257^H*16843008,S=I[F]*257^F*16843008,q=0;q<4;q++)w[q][H]=S=S<<24^S>>>8,O[q][F]=E=E<<24^E>>>8;for(q=0;q<5;q++)w[q]=w[q].slice(0),O[q]=O[q].slice(0);return y};let n=null;class s{constructor(w){n||(n=t()),this._tables=[[n[0][0].slice(),n[0][1].slice(),n[0][2].slice(),n[0][3].slice(),n[0][4].slice()],[n[1][0].slice(),n[1][1].slice(),n[1][2].slice(),n[1][3].slice(),n[1][4].slice()]];let O,L,B;const q=this._tables[0][4],H=this._tables[1],j=w.length;let I=1;if(j!==4&&j!==6&&j!==8)throw new Error("Invalid aes key size");const $=w.slice(0),b=[];for(this._key=[$,b],O=j;O<4*j+28;O++)B=$[O-1],(O%j===0||j===8&&O%j===4)&&(B=q[B>>>24]<<24^q[B>>16&255]<<16^q[B>>8&255]<<8^q[B&255],O%j===0&&(B=B<<8^B>>>24^I<<24,I=I<<1^(I>>7)*283)),$[O]=$[O-j]^B;for(L=0;O;L++,O--)B=$[L&3?O:O-4],O<=4||L<4?b[L]=B:b[L]=H[0][q[B>>>24]]^H[1][q[B>>16&255]]^H[2][q[B>>8&255]]^H[3][q[B&255]]}decrypt(w,O,L,B,q,H){const j=this._key[1];let I=w^j[0],$=B^j[1],b=L^j[2],x=O^j[3],P,F,S;const E=j.length/4-2;let V,X=4;const K=this._tables[1],U=K[0],Z=K[1],G=K[2],ee=K[3],ie=K[4];for(V=0;V<E;V++)P=U[I>>>24]^Z[$>>16&255]^G[b>>8&255]^ee[x&255]^j[X],F=U[$>>>24]^Z[b>>16&255]^G[x>>8&255]^ee[I&255]^j[X+1],S=U[b>>>24]^Z[x>>16&255]^G[I>>8&255]^ee[$&255]^j[X+2],x=U[x>>>24]^Z[I>>16&255]^G[$>>8&255]^ee[b&255]^j[X+3],X+=4,I=P,$=F,b=S;for(V=0;V<4;V++)q[(3&-V)+H]=ie[I>>>24]<<24^ie[$>>16&255]<<16^ie[b>>8&255]<<8^ie[x&255]^j[X++],P=I,I=$,$=b,b=x,x=P}}class a extends r{constructor(){super(r),this.jobs=[],this.delay=1,this.timeout_=null}processJob_(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null}push(w){this.jobs.push(w),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))}}const o=function(y){return y<<24|(y&65280)<<8|(y&16711680)>>8|y>>>24},l=function(y,w,O){const L=new Int32Array(y.buffer,y.byteOffset,y.byteLength>>2),B=new s(Array.prototype.slice.call(w)),q=new Uint8Array(y.byteLength),H=new Int32Array(q.buffer);let j,I,$,b,x,P,F,S,E;for(j=O[0],I=O[1],$=O[2],b=O[3],E=0;E<L.length;E+=4)x=o(L[E]),P=o(L[E+1]),F=o(L[E+2]),S=o(L[E+3]),B.decrypt(x,P,F,S,H,E),H[E]=o(H[E]^j),H[E+1]=o(H[E+1]^I),H[E+2]=o(H[E+2]^$),H[E+3]=o(H[E+3]^b),j=x,I=P,$=F,b=S;return q};class c{constructor(w,O,L,B){const q=c.STEP,H=new Int32Array(w.buffer),j=new Uint8Array(w.byteLength);let I=0;for(this.asyncStream_=new a,this.asyncStream_.push(this.decryptChunk_(H.subarray(I,I+q),O,L,j)),I=q;I<H.length;I+=q)L=new Uint32Array([o(H[I-4]),o(H[I-3]),o(H[I-2]),o(H[I-1])]),this.asyncStream_.push(this.decryptChunk_(H.subarray(I,I+q),O,L,j));this.asyncStream_.push(function(){B(null,e(j))})}static get STEP(){return 32e3}decryptChunk_(w,O,L,B){return function(){const q=l(w,O,L);B.set(q,w.byteOffset)}}}var d=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},g;typeof window<"u"?g=window:typeof d<"u"?g=d:typeof self<"u"?g=self:g={};var m=g,k=function(w){return ArrayBuffer.isView==="function"?ArrayBuffer.isView(w):w&&w.buffer instanceof ArrayBuffer},T=m.BigInt||Number;T("0x1"),T("0x100"),T("0x10000"),T("0x1000000"),T("0x100000000"),T("0x10000000000"),T("0x1000000000000"),T("0x100000000000000"),T("0x10000000000000000"),(function(){var y=new Uint16Array([65484]),w=new Uint8Array(y.buffer,y.byteOffset,y.byteLength);return w[0]===255?"big":w[0]===204?"little":"unknown"})();const A=function(y){const w={};return Object.keys(y).forEach(O=>{const L=y[O];k(L)?w[O]={bytes:L.buffer,byteOffset:L.byteOffset,byteLength:L.byteLength}:w[O]=L}),w};self.onmessage=function(y){const w=y.data,O=new Uint8Array(w.encrypted.bytes,w.encrypted.byteOffset,w.encrypted.byteLength),L=new Uint32Array(w.key.bytes,w.key.byteOffset,w.key.byteLength/4),B=new Uint32Array(w.iv.bytes,w.iv.byteOffset,w.iv.byteLength/4);new c(O,L,B,function(q,H){self.postMessage(A({source:w.source,decrypted:H}),[H.buffer])})}}));var rS=Ff(nS);const sS=r=>{let e=r.default?"main":"alternative";return r.characteristics&&r.characteristics.indexOf("public.accessibility.describes-video")>=0&&(e="main-desc"),e},ip=(r,e)=>{r.abort(),r.pause(),e&&e.activePlaylistLoader&&(e.activePlaylistLoader.pause(),e.activePlaylistLoader=null)},wl=(r,e)=>{e.activePlaylistLoader=r,r.load()},aS=(r,e)=>()=>{const{segmentLoaders:{[r]:t,main:n},mediaTypes:{[r]:s}}=e,a=s.activeTrack(),o=s.getActiveGroup(),l=s.activePlaylistLoader,c=s.lastGroup_;if(!(o&&c&&o.id===c.id)&&(s.lastGroup_=o,s.lastTrack_=a,ip(t,s),!(!o||o.isMainPlaylist))){if(!o.playlistLoader){l&&n.resetEverything();return}t.resyncLoader(),wl(o.playlistLoader,s)}},oS=(r,e)=>()=>{const{segmentLoaders:{[r]:t},mediaTypes:{[r]:n}}=e;n.lastGroup_=null,t.abort(),t.pause()},lS=(r,e)=>()=>{const{mainPlaylistLoader:t,segmentLoaders:{[r]:n,main:s},mediaTypes:{[r]:a}}=e,o=a.activeTrack(),l=a.getActiveGroup(),c=a.activePlaylistLoader,d=a.lastTrack_;if(!(d&&o&&d.id===o.id)&&(a.lastGroup_=l,a.lastTrack_=o,ip(n,a),!!l)){if(l.isMainPlaylist){if(!o||!d||o.id===d.id)return;const g=e.vhs.playlistController_,m=g.selectPlaylist();if(g.media()===m)return;a.logger_(`track change. Switching main audio from ${d.id} to ${o.id}`),t.pause(),s.resetEverything(),g.fastQualityChange_(m);return}if(r==="AUDIO"){if(!l.playlistLoader){s.setAudio(!0),s.resetEverything();return}n.setAudio(!0),s.setAudio(!1)}if(c===l.playlistLoader){wl(l.playlistLoader,a);return}n.track&&n.track(o),n.resetEverything(),wl(l.playlistLoader,a)}},xa={AUDIO:(r,e)=>()=>{const{mediaTypes:{[r]:t},excludePlaylist:n}=e,s=t.activeTrack(),a=t.activeGroup(),o=(a.filter(c=>c.default)[0]||a[0]).id,l=t.tracks[o];if(s===l){n({error:{message:"Problem encountered loading the default audio track."}});return}re.log.warn("Problem encountered loading the alternate audio track.Switching back to default.");for(const c in t.tracks)t.tracks[c].enabled=t.tracks[c]===l;t.onTrackChanged()},SUBTITLES:(r,e)=>()=>{const{mediaTypes:{[r]:t}}=e;re.log.warn("Problem encountered loading the subtitle track.Disabling subtitle track.");const n=t.activeTrack();n&&(n.mode="disabled"),t.onTrackChanged()}},rh={AUDIO:(r,e,t)=>{if(!e)return;const{tech:n,requestOptions:s,segmentLoaders:{[r]:a}}=t;e.on("loadedmetadata",()=>{const o=e.media();a.playlist(o,s),(!n.paused()||o.endList&&n.preload()!=="none")&&a.load()}),e.on("loadedplaylist",()=>{a.playlist(e.media(),s),n.paused()||a.load()}),e.on("error",xa[r](r,t))},SUBTITLES:(r,e,t)=>{const{tech:n,requestOptions:s,segmentLoaders:{[r]:a},mediaTypes:{[r]:o}}=t;e.on("loadedmetadata",()=>{const l=e.media();a.playlist(l,s),a.track(o.activeTrack()),(!n.paused()||l.endList&&n.preload()!=="none")&&a.load()}),e.on("loadedplaylist",()=>{a.playlist(e.media(),s),n.paused()||a.load()}),e.on("error",xa[r](r,t))}},uS={AUDIO:(r,e)=>{const{vhs:t,sourceType:n,segmentLoaders:{[r]:s},requestOptions:a,main:{mediaGroups:o},mediaTypes:{[r]:{groups:l,tracks:c,logger_:d}},mainPlaylistLoader:g}=e,m=ps(g.main);(!o[r]||Object.keys(o[r]).length===0)&&(o[r]={main:{default:{default:!0}}},m&&(o[r].main.default.playlists=g.main.playlists));for(const k in o[r]){l[k]||(l[k]=[]);for(const T in o[r][k]){let A=o[r][k][T],y;if(m?(d(`AUDIO group '${k}' label '${T}' is a main playlist`),A.isMainPlaylist=!0,y=null):n==="vhs-json"&&A.playlists?y=new Xn(A.playlists[0],t,a):A.resolvedUri?y=new Xn(A.resolvedUri,t,a):A.playlists&&n==="dash"?y=new xl(A.playlists[0],t,a,g):y=null,A=rt({id:T,playlistLoader:y},A),rh[r](r,A.playlistLoader,e),l[k].push(A),typeof c[T]>"u"){const w=new re.AudioTrack({id:T,kind:sS(A),enabled:!1,language:A.language,default:A.default,label:T});c[T]=w}}}s.on("error",xa[r](r,e))},SUBTITLES:(r,e)=>{const{tech:t,vhs:n,sourceType:s,segmentLoaders:{[r]:a},requestOptions:o,main:{mediaGroups:l},mediaTypes:{[r]:{groups:c,tracks:d}},mainPlaylistLoader:g}=e;for(const m in l[r]){c[m]||(c[m]=[]);for(const k in l[r][m]){if(!n.options_.useForcedSubtitles&&l[r][m][k].forced)continue;let T=l[r][m][k],A;if(s==="hls")A=new Xn(T.resolvedUri,n,o);else if(s==="dash"){if(!T.playlists.filter(w=>w.excludeUntil!==1/0).length)return;A=new xl(T.playlists[0],n,o,g)}else s==="vhs-json"&&(A=new Xn(T.playlists?T.playlists[0]:T.resolvedUri,n,o));if(T=rt({id:k,playlistLoader:A},T),rh[r](r,T.playlistLoader,e),c[m].push(T),typeof d[k]>"u"){const y=t.addRemoteTextTrack({id:k,kind:"subtitles",default:T.default&&T.autoselect,language:T.language,label:k},!1).track;d[k]=y}}}a.on("error",xa[r](r,e))},"CLOSED-CAPTIONS":(r,e)=>{const{tech:t,main:{mediaGroups:n},mediaTypes:{[r]:{groups:s,tracks:a}}}=e;for(const o in n[r]){s[o]||(s[o]=[]);for(const l in n[r][o]){const c=n[r][o][l];if(!/^(?:CC|SERVICE)/.test(c.instreamId))continue;const d=t.options_.vhs&&t.options_.vhs.captionServices||{};let g={label:l,language:c.language,instreamId:c.instreamId,default:c.default&&c.autoselect};if(d[g.instreamId]&&(g=rt(g,d[g.instreamId])),g.default===void 0&&delete g.default,s[o].push(rt({id:l},c)),typeof a[l]>"u"){const m=t.addRemoteTextTrack({id:g.instreamId,kind:"captions",default:g.default,language:g.language,label:g.label},!1).track;a[l]=m}}}}},np=(r,e)=>{for(let t=0;t<r.length;t++)if(mu(e,r[t])||r[t].playlists&&np(r[t].playlists,e))return!0;return!1},cS=(r,e)=>t=>{const{mainPlaylistLoader:n,mediaTypes:{[r]:{groups:s}}}=e,a=n.media();if(!a)return null;let o=null;a.attributes[r]&&(o=s[a.attributes[r]]);const l=Object.keys(s);if(!o)if(r==="AUDIO"&&l.length>1&&ps(e.main))for(let c=0;c<l.length;c++){const d=s[l[c]];if(np(d,a)){o=d;break}}else s.main?o=s.main:l.length===1&&(o=s[l[0]]);return typeof t>"u"?o:t===null||!o?null:o.filter(c=>c.id===t.id)[0]||null},dS={AUDIO:(r,e)=>()=>{const{mediaTypes:{[r]:{tracks:t}}}=e;for(const n in t)if(t[n].enabled)return t[n];return null},SUBTITLES:(r,e)=>()=>{const{mediaTypes:{[r]:{tracks:t}}}=e;for(const n in t)if(t[n].mode==="showing"||t[n].mode==="hidden")return t[n];return null}},hS=(r,{mediaTypes:e})=>()=>{const t=e[r].activeTrack();return t?e[r].activeGroup(t):null},fS=r=>{["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(d=>{uS[d](d,r)});const{mediaTypes:e,mainPlaylistLoader:t,tech:n,vhs:s,segmentLoaders:{["AUDIO"]:a,main:o}}=r;["AUDIO","SUBTITLES"].forEach(d=>{e[d].activeGroup=cS(d,r),e[d].activeTrack=dS[d](d,r),e[d].onGroupChanged=aS(d,r),e[d].onGroupChanging=oS(d,r),e[d].onTrackChanged=lS(d,r),e[d].getActiveGroup=hS(d,r)});const l=e.AUDIO.activeGroup();if(l){const d=(l.filter(m=>m.default)[0]||l[0]).id;e.AUDIO.tracks[d].enabled=!0,e.AUDIO.onGroupChanged(),e.AUDIO.onTrackChanged(),e.AUDIO.getActiveGroup().playlistLoader?(o.setAudio(!1),a.setAudio(!0)):o.setAudio(!0)}t.on("mediachange",()=>{["AUDIO","SUBTITLES"].forEach(d=>e[d].onGroupChanged())}),t.on("mediachanging",()=>{["AUDIO","SUBTITLES"].forEach(d=>e[d].onGroupChanging())});const c=()=>{e.AUDIO.onTrackChanged(),n.trigger({type:"usage",name:"vhs-audio-change"})};n.audioTracks().addEventListener("change",c),n.remoteTextTracks().addEventListener("change",e.SUBTITLES.onTrackChanged),s.on("dispose",()=>{n.audioTracks().removeEventListener("change",c),n.remoteTextTracks().removeEventListener("change",e.SUBTITLES.onTrackChanged)}),n.clearTracks("audio");for(const d in e.AUDIO.tracks)n.audioTracks().addTrack(e.AUDIO.tracks[d])},pS=()=>{const r={};return["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(e=>{r[e]={groups:{},tracks:{},activePlaylistLoader:null,activeGroup:nn,activeTrack:nn,getActiveGroup:nn,onGroupChanged:nn,onTrackChanged:nn,lastTrack_:null,logger_:Ci(`MediaGroups[${e}]`)}}),r};class sh{constructor(){this.priority_=[],this.pathwayClones_=new Map}set version(e){e===1&&(this.version_=e)}set ttl(e){this.ttl_=e||300}set reloadUri(e){e&&(this.reloadUri_=ai(this.reloadUri_,e))}set priority(e){e&&e.length&&(this.priority_=e)}set pathwayClones(e){e&&e.length&&(this.pathwayClones_=new Map(e.map(t=>[t.ID,t])))}get version(){return this.version_}get ttl(){return this.ttl_}get reloadUri(){return this.reloadUri_}get priority(){return this.priority_}get pathwayClones(){return this.pathwayClones_}}class mS extends re.EventTarget{constructor(e,t){super(),this.currentPathway=null,this.defaultPathway=null,this.queryBeforeStart=!1,this.availablePathways_=new Set,this.steeringManifest=new sh,this.proxyServerUrl_=null,this.manifestType_=null,this.ttlTimeout_=null,this.request_=null,this.currentPathwayClones=new Map,this.nextPathwayClones=new Map,this.excludedSteeringManifestURLs=new Set,this.logger_=Ci("Content Steering"),this.xhr_=e,this.getBandwidth_=t}assignTagProperties(e,t){this.manifestType_=t.serverUri?"HLS":"DASH";const n=t.serverUri||t.serverURL;if(!n){this.logger_(`steering manifest URL is ${n}, cannot request steering manifest.`),this.trigger("error");return}if(n.startsWith("data:")){this.decodeDataUriManifest_(n.substring(n.indexOf(",")+1));return}this.steeringManifest.reloadUri=ai(e,n),this.defaultPathway=t.pathwayId||t.defaultServiceLocation,this.queryBeforeStart=t.queryBeforeStart,this.proxyServerUrl_=t.proxyServerURL,this.defaultPathway&&!this.queryBeforeStart&&this.trigger("content-steering")}requestSteeringManifest(e){const t=this.steeringManifest.reloadUri;if(!t)return;const n=e?t:this.getRequestURI(t);if(!n){this.logger_("No valid content steering manifest URIs. Stopping content steering."),this.trigger("error"),this.dispose();return}const s={contentSteeringInfo:{uri:n}};this.trigger({type:"contentsteeringloadstart",metadata:s}),this.request_=this.xhr_({uri:n,requestType:"content-steering-manifest"},(a,o)=>{if(a){if(o.status===410){this.logger_(`manifest request 410 ${a}.`),this.logger_(`There will be no more content steering requests to ${n} this session.`),this.excludedSteeringManifestURLs.add(n);return}if(o.status===429){const d=o.responseHeaders["retry-after"];this.logger_(`manifest request 429 ${a}.`),this.logger_(`content steering will retry in ${d} seconds.`),this.startTTLTimeout_(parseInt(d,10));return}this.logger_(`manifest failed to load ${a}.`),this.startTTLTimeout_();return}this.trigger({type:"contentsteeringloadcomplete",metadata:s});let l;try{l=JSON.parse(this.request_.responseText)}catch(d){const g={errorType:re.Error.StreamingContentSteeringParserError,error:d};this.trigger({type:"error",metadata:g})}this.assignSteeringProperties_(l);const c={contentSteeringInfo:s.contentSteeringInfo,contentSteeringManifest:{version:this.steeringManifest.version,reloadUri:this.steeringManifest.reloadUri,priority:this.steeringManifest.priority}};this.trigger({type:"contentsteeringparsed",metadata:c}),this.startTTLTimeout_()})}setProxyServerUrl_(e){const t=new W.URL(e),n=new W.URL(this.proxyServerUrl_);return n.searchParams.set("url",encodeURI(t.toString())),this.setSteeringParams_(n.toString())}decodeDataUriManifest_(e){const t=JSON.parse(W.atob(e));this.assignSteeringProperties_(t)}setSteeringParams_(e){const t=new W.URL(e),n=this.getPathway(),s=this.getBandwidth_();if(n){const a=`_${this.manifestType_}_pathway`;t.searchParams.set(a,n)}if(s){const a=`_${this.manifestType_}_throughput`;t.searchParams.set(a,s)}return t.toString()}assignSteeringProperties_(e){if(this.steeringManifest.version=e.VERSION,!this.steeringManifest.version){this.logger_(`manifest version is ${e.VERSION}, which is not supported.`),this.trigger("error");return}this.steeringManifest.ttl=e.TTL,this.steeringManifest.reloadUri=e["RELOAD-URI"],this.steeringManifest.priority=e["PATHWAY-PRIORITY"]||e["SERVICE-LOCATION-PRIORITY"],this.steeringManifest.pathwayClones=e["PATHWAY-CLONES"],this.nextPathwayClones=this.steeringManifest.pathwayClones,this.availablePathways_.size||(this.logger_("There are no available pathways for content steering. Ending content steering."),this.trigger("error"),this.dispose());const n=(s=>{for(const a of s)if(this.availablePathways_.has(a))return a;return[...this.availablePathways_][0]})(this.steeringManifest.priority);this.currentPathway!==n&&(this.currentPathway=n,this.trigger("content-steering"))}getPathway(){return this.currentPathway||this.defaultPathway}getRequestURI(e){if(!e)return null;const t=s=>this.excludedSteeringManifestURLs.has(s);if(this.proxyServerUrl_){const s=this.setProxyServerUrl_(e);if(!t(s))return s}const n=this.setSteeringParams_(e);return t(n)?null:n}startTTLTimeout_(e=this.steeringManifest.ttl){const t=e*1e3;this.ttlTimeout_=W.setTimeout(()=>{this.requestSteeringManifest()},t)}clearTTLTimeout_(){W.clearTimeout(this.ttlTimeout_),this.ttlTimeout_=null}abort(){this.request_&&this.request_.abort(),this.request_=null}dispose(){this.off("content-steering"),this.off("error"),this.abort(),this.clearTTLTimeout_(),this.currentPathway=null,this.defaultPathway=null,this.queryBeforeStart=null,this.proxyServerUrl_=null,this.manifestType_=null,this.ttlTimeout_=null,this.request_=null,this.excludedSteeringManifestURLs=new Set,this.availablePathways_=new Set,this.steeringManifest=new sh}addAvailablePathway(e){e&&this.availablePathways_.add(e)}clearAvailablePathways(){this.availablePathways_.clear()}excludePathway(e){return this.availablePathways_.delete(e)}didDASHTagChange(e,t){return!t&&this.steeringManifest.reloadUri||t&&(ai(e,t.serverURL)!==this.steeringManifest.reloadUri||t.defaultServiceLocation!==this.defaultPathway||t.queryBeforeStart!==this.queryBeforeStart||t.proxyServerURL!==this.proxyServerUrl_)}getAvailablePathways(){return this.availablePathways_}}const gS=(r,e)=>{let t=null;return(...n)=>{clearTimeout(t),t=setTimeout(()=>{r.apply(null,n)},e)}},vS=10;let Ji;const yS=["mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaBytesTransferred","mediaAppends"],_S=function(r){return this.audioSegmentLoader_[r]+this.mainSegmentLoader_[r]},TS=function({currentPlaylist:r,buffered:e,currentTime:t,nextPlaylist:n,bufferLowWaterLine:s,bufferHighWaterLine:a,duration:o,bufferBasedABR:l,log:c}){if(!n)return re.log.warn("We received no playlist to switch to. Please check your stream."),!1;const d=`allowing switch ${r&&r.id||"null"} -> ${n.id}`;if(!r)return c(`${d} as current playlist is not set`),!0;if(n.id===r.id)return!1;const g=!!Yn(e,t).length;if(!r.endList)return!g&&typeof r.partTargetDuration=="number"?(c(`not ${d} as current playlist is live llhls, but currentTime isn't in buffered.`),!1):(c(`${d} as current playlist is live`),!0);const m=hu(e,t),k=l?It.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE:It.MAX_BUFFER_LOW_WATER_LINE;if(o<k)return c(`${d} as duration < max low water line (${o} < ${k})`),!0;const T=n.attributes.BANDWIDTH,A=r.attributes.BANDWIDTH;if(T<A&&(!l||m<a)){let y=`${d} as next bandwidth < current bandwidth (${T} < ${A})`;return l&&(y+=` and forwardBuffer < bufferHighWaterLine (${m} < ${a})`),c(y),!0}if((!l||T>A)&&m>=s){let y=`${d} as forwardBuffer >= bufferLowWaterLine (${m} >= ${s})`;return l&&(y+=` and next bandwidth > current bandwidth (${T} > ${A})`),c(y),!0}return c(`not ${d} as no switching criteria met`),!1};class bS extends re.EventTarget{constructor(e){super(),this.fastQualityChange_=gS(this.fastQualityChange_.bind(this),100);const{src:t,withCredentials:n,tech:s,bandwidth:a,externVhs:o,useCueTags:l,playlistExclusionDuration:c,enableLowInitialPlaylist:d,sourceType:g,cacheEncryptionKeys:m,bufferBasedABR:k,leastPixelDiffSelector:T,captionServices:A,experimentalUseMMS:y}=e;if(!t)throw new Error("A non-empty playlist URL or JSON manifest string is required");let{maxPlaylistRetries:w}=e;(w===null||typeof w>"u")&&(w=1/0),Ji=o,this.bufferBasedABR=!!k,this.leastPixelDiffSelector=!!T,this.withCredentials=n,this.tech_=s,this.vhs_=s.vhs,this.player_=e.player_,this.sourceType_=g,this.useCueTags_=l,this.playlistExclusionDuration=c,this.maxPlaylistRetries=w,this.enableLowInitialPlaylist=d,this.usingManagedMediaSource_=!1,this.useCueTags_&&(this.cueTagsTrack_=this.tech_.addTextTrack("metadata","ad-cues"),this.cueTagsTrack_.inBandMetadataTrackDispatchType=""),this.requestOptions_={withCredentials:n,maxPlaylistRetries:w,timeout:null},this.on("error",this.pauseLoading),this.mediaTypes_=pS(),y&&W.ManagedMediaSource?(this.tech_.el_.disableRemotePlayback=!0,this.mediaSource=new W.ManagedMediaSource,this.usingManagedMediaSource_=!0,re.log("Using ManagedMediaSource")):W.MediaSource&&(this.mediaSource=new W.MediaSource),this.handleDurationChange_=this.handleDurationChange_.bind(this),this.handleSourceOpen_=this.handleSourceOpen_.bind(this),this.handleSourceEnded_=this.handleSourceEnded_.bind(this),this.load=this.load.bind(this),this.pause=this.pause.bind(this),this.mediaSource.addEventListener("durationchange",this.handleDurationChange_),this.mediaSource.addEventListener("sourceopen",this.handleSourceOpen_),this.mediaSource.addEventListener("sourceended",this.handleSourceEnded_),this.mediaSource.addEventListener("startstreaming",this.load),this.mediaSource.addEventListener("endstreaming",this.pause),this.seekable_=Bt(),this.hasPlayed_=!1,this.syncController_=new tS(e),this.segmentMetadataTrack_=s.addRemoteTextTrack({kind:"metadata",label:"segment-metadata"},!1).track,this.segmentMetadataTrack_.mode="hidden",this.decrypter_=new rS,this.sourceUpdater_=new ep(this.mediaSource),this.inbandTextTracks_={},this.timelineChangeController_=new iS,this.keyStatusMap_=new Map;const O={vhs:this.vhs_,parse708captions:e.parse708captions,useDtsForTimestampOffset:e.useDtsForTimestampOffset,captionServices:A,mediaSource:this.mediaSource,currentTime:this.tech_.currentTime.bind(this.tech_),seekable:()=>this.seekable(),seeking:()=>this.tech_.seeking(),duration:()=>this.duration(),hasPlayed:()=>this.hasPlayed_,goalBufferLength:()=>this.goalBufferLength(),bandwidth:a,syncController:this.syncController_,decrypter:this.decrypter_,sourceType:this.sourceType_,inbandTextTracks:this.inbandTextTracks_,cacheEncryptionKeys:m,sourceUpdater:this.sourceUpdater_,timelineChangeController:this.timelineChangeController_,exactManifestTimings:e.exactManifestTimings,addMetadataToTextTrack:this.addMetadataToTextTrack.bind(this)};this.mainPlaylistLoader_=this.sourceType_==="dash"?new xl(t,this.vhs_,rt(this.requestOptions_,{addMetadataToTextTrack:this.addMetadataToTextTrack.bind(this)})):new Xn(t,this.vhs_,rt(this.requestOptions_,{addDateRangesToTextTrack:this.addDateRangesToTextTrack_.bind(this)})),this.setupMainPlaylistLoaderListeners_(),this.mainSegmentLoader_=new El(rt(O,{segmentMetadataTrack:this.segmentMetadataTrack_,loaderType:"main"}),e),this.audioSegmentLoader_=new El(rt(O,{loaderType:"audio"}),e),this.subtitleSegmentLoader_=new K5(rt(O,{loaderType:"vtt",featuresNativeTextTracks:this.tech_.featuresNativeTextTracks,loadVttJs:()=>new Promise((q,H)=>{function j(){s.off("vttjserror",I),q()}function I(){s.off("vttjsloaded",j),H()}s.one("vttjsloaded",j),s.one("vttjserror",I),s.addWebVttScript_()})}),e);const L=()=>this.mainSegmentLoader_.bandwidth;this.contentSteeringController_=new mS(this.vhs_.xhr,L),this.setupSegmentLoaderListeners_(),this.bufferBasedABR&&(this.mainPlaylistLoader_.one("loadedplaylist",()=>this.startABRTimer_()),this.tech_.on("pause",()=>this.stopABRTimer_()),this.tech_.on("play",()=>this.startABRTimer_())),yS.forEach(q=>{this[q+"_"]=_S.bind(this,q)}),this.logger_=Ci("pc"),this.triggeredFmp4Usage=!1,this.tech_.preload()==="none"?(this.loadOnPlay_=()=>{this.loadOnPlay_=null,this.mainPlaylistLoader_.load()},this.tech_.one("play",this.loadOnPlay_)):this.mainPlaylistLoader_.load(),this.timeToLoadedData__=-1,this.mainAppendsToLoadedData__=-1,this.audioAppendsToLoadedData__=-1;const B=this.tech_.preload()==="none"?"play":"loadstart";this.tech_.one(B,()=>{const q=Date.now();this.tech_.one("loadeddata",()=>{this.timeToLoadedData__=Date.now()-q,this.mainAppendsToLoadedData__=this.mainSegmentLoader_.mediaAppends,this.audioAppendsToLoadedData__=this.audioSegmentLoader_.mediaAppends})})}mainAppendsToLoadedData_(){return this.mainAppendsToLoadedData__}audioAppendsToLoadedData_(){return this.audioAppendsToLoadedData__}appendsToLoadedData_(){const e=this.mainAppendsToLoadedData_(),t=this.audioAppendsToLoadedData_();return e===-1||t===-1?-1:e+t}timeToLoadedData_(){return this.timeToLoadedData__}checkABR_(e="abr"){const t=this.selectPlaylist();t&&this.shouldSwitchToMedia_(t)&&this.switchMedia_(t,e)}switchMedia_(e,t,n){const s=this.media(),a=s&&(s.id||s.uri),o=e&&(e.id||e.uri);if(a&&a!==o){this.logger_(`switch media ${a} -> ${o} from ${t}`);const l={renditionInfo:{id:o,bandwidth:e.attributes.BANDWIDTH,resolution:e.attributes.RESOLUTION,codecs:e.attributes.CODECS},cause:t};this.trigger({type:"renditionselected",metadata:l}),this.tech_.trigger({type:"usage",name:`vhs-rendition-change-${t}`})}this.mainPlaylistLoader_.media(e,n)}switchMediaForDASHContentSteering_(){["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach(e=>{const t=this.mediaTypes_[e],n=t?t.activeGroup():null,s=this.contentSteeringController_.getPathway();if(n&&s){const o=(n.length?n[0].playlists:n.playlists).filter(l=>l.attributes.serviceLocation===s);o.length&&this.mediaTypes_[e].activePlaylistLoader.media(o[0])}})}startABRTimer_(){this.stopABRTimer_(),this.abrTimer_=W.setInterval(()=>this.checkABR_(),250)}stopABRTimer_(){this.tech_.scrubbing&&this.tech_.scrubbing()||(W.clearInterval(this.abrTimer_),this.abrTimer_=null)}getAudioTrackPlaylists_(){const e=this.main(),t=e&&e.playlists||[];if(!e||!e.mediaGroups||!e.mediaGroups.AUDIO)return t;const n=e.mediaGroups.AUDIO,s=Object.keys(n);let a;if(Object.keys(this.mediaTypes_.AUDIO.groups).length)a=this.mediaTypes_.AUDIO.activeTrack();else{const l=n.main||s.length&&n[s[0]];for(const c in l)if(l[c].default){a={label:c};break}}if(!a)return t;const o=[];for(const l in n)if(n[l][a.label]){const c=n[l][a.label];if(c.playlists&&c.playlists.length)o.push.apply(o,c.playlists);else if(c.uri)o.push(c);else if(e.playlists.length)for(let d=0;d<e.playlists.length;d++){const g=e.playlists[d];g.attributes&&g.attributes.AUDIO&&g.attributes.AUDIO===l&&o.push(g)}}return o.length?o:t}setupMainPlaylistLoaderListeners_(){this.mainPlaylistLoader_.on("loadedmetadata",()=>{const t=this.mainPlaylistLoader_.media(),n=t.targetDuration*1.5*1e3;vl(this.mainPlaylistLoader_.main,this.mainPlaylistLoader_.media())?this.requestOptions_.timeout=0:this.requestOptions_.timeout=n,t.endList&&this.tech_.preload()!=="none"&&(this.mainSegmentLoader_.playlist(t,this.requestOptions_),this.mainSegmentLoader_.load()),fS({sourceType:this.sourceType_,segmentLoaders:{AUDIO:this.audioSegmentLoader_,SUBTITLES:this.subtitleSegmentLoader_,main:this.mainSegmentLoader_},tech:this.tech_,requestOptions:this.requestOptions_,mainPlaylistLoader:this.mainPlaylistLoader_,vhs:this.vhs_,main:this.main(),mediaTypes:this.mediaTypes_,excludePlaylist:this.excludePlaylist.bind(this)}),this.triggerPresenceUsage_(this.main(),t),this.setupFirstPlay(),!this.mediaTypes_.AUDIO.activePlaylistLoader||this.mediaTypes_.AUDIO.activePlaylistLoader.media()?this.trigger("selectedinitialmedia"):this.mediaTypes_.AUDIO.activePlaylistLoader.one("loadedmetadata",()=>{this.trigger("selectedinitialmedia")})}),this.mainPlaylistLoader_.on("loadedplaylist",()=>{this.loadOnPlay_&&this.tech_.off("play",this.loadOnPlay_);let t=this.mainPlaylistLoader_.media();if(!t){this.attachContentSteeringListeners_(),this.initContentSteeringController_(),this.excludeUnsupportedVariants_();let n;if(this.enableLowInitialPlaylist&&(n=this.selectInitialPlaylist()),n||(n=this.selectPlaylist()),!n||!this.shouldSwitchToMedia_(n)||(this.initialMedia_=n,this.switchMedia_(this.initialMedia_,"initial"),!(this.sourceType_==="vhs-json"&&this.initialMedia_.segments)))return;t=this.initialMedia_}this.handleUpdatedMediaPlaylist(t)}),this.mainPlaylistLoader_.on("error",()=>{const t=this.mainPlaylistLoader_.error;this.excludePlaylist({playlistToExclude:t.playlist,error:t})}),this.mainPlaylistLoader_.on("mediachanging",()=>{this.mainSegmentLoader_.abort(),this.mainSegmentLoader_.pause()}),this.mainPlaylistLoader_.on("mediachange",()=>{const t=this.mainPlaylistLoader_.media(),n=t.targetDuration*1.5*1e3;vl(this.mainPlaylistLoader_.main,this.mainPlaylistLoader_.media())?this.requestOptions_.timeout=0:this.requestOptions_.timeout=n,this.sourceType_==="dash"&&this.mainPlaylistLoader_.isPaused&&this.mainPlaylistLoader_.load(),this.mainSegmentLoader_.pause(),this.mainSegmentLoader_.playlist(t,this.requestOptions_),this.waitingForFastQualityPlaylistReceived_?this.runFastQualitySwitch_():this.mainSegmentLoader_.load(),this.tech_.trigger({type:"mediachange",bubbles:!0})}),this.mainPlaylistLoader_.on("playlistunchanged",()=>{const t=this.mainPlaylistLoader_.media();if(t.lastExcludeReason_==="playlist-unchanged")return;this.stuckAtPlaylistEnd_(t)&&(this.excludePlaylist({error:{message:"Playlist no longer updating.",reason:"playlist-unchanged"}}),this.tech_.trigger("playliststuck"))}),this.mainPlaylistLoader_.on("renditiondisabled",()=>{this.tech_.trigger({type:"usage",name:"vhs-rendition-disabled"})}),this.mainPlaylistLoader_.on("renditionenabled",()=>{this.tech_.trigger({type:"usage",name:"vhs-rendition-enabled"})}),["manifestrequeststart","manifestrequestcomplete","manifestparsestart","manifestparsecomplete","playlistrequeststart","playlistrequestcomplete","playlistparsestart","playlistparsecomplete","renditiondisabled","renditionenabled"].forEach(t=>{this.mainPlaylistLoader_.on(t,n=>{this.player_.trigger(bt({},n))})})}handleUpdatedMediaPlaylist(e){this.useCueTags_&&this.updateAdCues_(e),this.mainSegmentLoader_.pause(),this.mainSegmentLoader_.playlist(e,this.requestOptions_),this.waitingForFastQualityPlaylistReceived_&&this.runFastQualitySwitch_(),this.updateDuration(!e.endList),this.tech_.paused()||(this.mainSegmentLoader_.load(),this.audioSegmentLoader_&&this.audioSegmentLoader_.load())}triggerPresenceUsage_(e,t){const n=e.mediaGroups||{};let s=!0;const a=Object.keys(n.AUDIO);for(const o in n.AUDIO)for(const l in n.AUDIO[o])n.AUDIO[o][l].uri||(s=!1);s&&this.tech_.trigger({type:"usage",name:"vhs-demuxed"}),Object.keys(n.SUBTITLES).length&&this.tech_.trigger({type:"usage",name:"vhs-webvtt"}),Ji.Playlist.isAes(t)&&this.tech_.trigger({type:"usage",name:"vhs-aes"}),a.length&&Object.keys(n.AUDIO[a[0]]).length>1&&this.tech_.trigger({type:"usage",name:"vhs-alternate-audio"}),this.useCueTags_&&this.tech_.trigger({type:"usage",name:"vhs-playlist-cue-tags"})}shouldSwitchToMedia_(e){const t=this.mainPlaylistLoader_.media()||this.mainPlaylistLoader_.pendingMedia_,n=this.tech_.currentTime(),s=this.bufferLowWaterLine(),a=this.bufferHighWaterLine(),o=this.tech_.buffered();return TS({buffered:o,currentTime:n,currentPlaylist:t,nextPlaylist:e,bufferLowWaterLine:s,bufferHighWaterLine:a,duration:this.duration(),bufferBasedABR:this.bufferBasedABR,log:this.logger_})}setupSegmentLoaderListeners_(){this.mainSegmentLoader_.on("bandwidthupdate",()=>{this.checkABR_("bandwidthupdate"),this.tech_.trigger("bandwidthupdate")}),this.mainSegmentLoader_.on("timeout",()=>{this.bufferBasedABR&&this.mainSegmentLoader_.load()}),this.bufferBasedABR||this.mainSegmentLoader_.on("progress",()=>{this.trigger("progress")}),this.mainSegmentLoader_.on("error",()=>{const n=this.mainSegmentLoader_.error();this.excludePlaylist({playlistToExclude:n.playlist,error:n})}),this.mainSegmentLoader_.on("appenderror",()=>{this.error=this.mainSegmentLoader_.error_,this.trigger("error")}),this.mainSegmentLoader_.on("syncinfoupdate",()=>{this.onSyncInfoUpdate_()}),this.mainSegmentLoader_.on("timestampoffset",()=>{this.tech_.trigger({type:"usage",name:"vhs-timestamp-offset"})}),this.audioSegmentLoader_.on("syncinfoupdate",()=>{this.onSyncInfoUpdate_()}),this.audioSegmentLoader_.on("appenderror",()=>{this.error=this.audioSegmentLoader_.error_,this.trigger("error")}),this.mainSegmentLoader_.on("ended",()=>{this.logger_("main segment loader ended"),this.onEndOfStream()}),this.timelineChangeController_.on("audioTimelineBehind",()=>{const n=this.audioSegmentLoader_.pendingSegment_;if(!n||!n.segment||!n.segment.syncInfo)return;const s=n.segment.syncInfo.end+.01;this.tech_.setCurrentTime(s)}),this.timelineChangeController_.on("fixBadTimelineChange",()=>{this.logger_("Fix bad timeline change. Restarting al segment loaders..."),this.mainSegmentLoader_.pause(),this.mainSegmentLoader_.resetEverything(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.pause(),this.audioSegmentLoader_.resetEverything()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.pause(),this.subtitleSegmentLoader_.resetEverything()),this.load()}),this.mainSegmentLoader_.on("earlyabort",n=>{this.bufferBasedABR||(this.delegateLoaders_("all",["abort"]),this.excludePlaylist({error:{message:"Aborted early because there isn't enough bandwidth to complete the request without rebuffering."},playlistExclusionDuration:vS}))});const e=()=>{if(!this.sourceUpdater_.hasCreatedSourceBuffers())return this.tryToCreateSourceBuffers_();const n=this.getCodecsOrExclude_();n&&this.sourceUpdater_.addOrChangeSourceBuffers(n)};this.mainSegmentLoader_.on("trackinfo",e),this.audioSegmentLoader_.on("trackinfo",e),this.mainSegmentLoader_.on("fmp4",()=>{this.triggeredFmp4Usage||(this.tech_.trigger({type:"usage",name:"vhs-fmp4"}),this.triggeredFmp4Usage=!0)}),this.audioSegmentLoader_.on("fmp4",()=>{this.triggeredFmp4Usage||(this.tech_.trigger({type:"usage",name:"vhs-fmp4"}),this.triggeredFmp4Usage=!0)}),this.audioSegmentLoader_.on("ended",()=>{this.logger_("audioSegmentLoader ended"),this.onEndOfStream()}),["segmentselected","segmentloadstart","segmentloaded","segmentkeyloadstart","segmentkeyloadcomplete","segmentdecryptionstart","segmentdecryptioncomplete","segmenttransmuxingstart","segmenttransmuxingcomplete","segmenttransmuxingtrackinfoavailable","segmenttransmuxingtiminginfoavailable","segmentappendstart","appendsdone","bandwidthupdated","timelinechange","codecschange"].forEach(n=>{this.mainSegmentLoader_.on(n,s=>{this.player_.trigger(bt({},s))}),this.audioSegmentLoader_.on(n,s=>{this.player_.trigger(bt({},s))}),this.subtitleSegmentLoader_.on(n,s=>{this.player_.trigger(bt({},s))})})}mediaSecondsLoaded_(){return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded+this.mainSegmentLoader_.mediaSecondsLoaded)}load(){this.mainSegmentLoader_.load(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.load(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.load()}pause(){this.mainSegmentLoader_.pause(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.pause(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.pause()}fastQualityChange_(e=this.selectPlaylist()){if(e&&e===this.mainPlaylistLoader_.media()){this.logger_("skipping fastQualityChange because new media is same as old");return}this.switchMedia_(e,"fast-quality"),this.waitingForFastQualityPlaylistReceived_=!0}runFastQualitySwitch_(){this.waitingForFastQualityPlaylistReceived_=!1,this.mainSegmentLoader_.pause(),this.mainSegmentLoader_.resetEverything(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.pause(),this.audioSegmentLoader_.resetEverything()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.pause(),this.subtitleSegmentLoader_.resetEverything()),this.load()}play(){if(this.setupFirstPlay())return;this.tech_.ended()&&this.tech_.setCurrentTime(0),this.hasPlayed_&&this.load();const e=this.tech_.seekable();if(this.tech_.duration()===1/0&&this.tech_.currentTime()<e.start(0))return this.tech_.setCurrentTime(e.end(e.length-1))}setupFirstPlay(){const e=this.mainPlaylistLoader_.media();if(!e||this.tech_.paused()||this.hasPlayed_)return!1;if(!e.endList||e.start){const t=this.seekable();if(!t.length)return!1;const n=t.end(0);let s=n;if(e.start){const a=e.start.timeOffset;if(a<0){const o=this.mainPlaylistLoader_.main,l=Ji.Playlist.liveEdgeDelay(o,e),c=n+l;s=Math.max(Math.min(c+a,n),t.start(0))}else s=Math.min(n,a)}this.trigger("firstplay"),this.tech_.setCurrentTime(s)}return this.hasPlayed_=!0,this.load(),!0}handleSourceOpen_(){if(this.tryToCreateSourceBuffers_(),this.tech_.autoplay()){const e=this.tech_.play();typeof e<"u"&&typeof e.then=="function"&&e.then(null,t=>{})}this.trigger("sourceopen")}handleSourceEnded_(){if(!this.inbandTextTracks_.metadataTrack_)return;const e=this.inbandTextTracks_.metadataTrack_.cues;if(!e||!e.length)return;const t=this.duration();e[e.length-1].endTime=isNaN(t)||Math.abs(t)===1/0?Number.MAX_VALUE:t}handleDurationChange_(){this.tech_.trigger("durationchange")}onEndOfStream(){let e=this.mainSegmentLoader_.ended_;if(this.mediaTypes_.AUDIO.activePlaylistLoader){const t=this.mainSegmentLoader_.getCurrentMediaInfo_();!t||t.hasVideo?e=e&&this.audioSegmentLoader_.ended_:e=this.audioSegmentLoader_.ended_}e&&(this.stopABRTimer_(),this.sourceUpdater_.endOfStream())}stuckAtPlaylistEnd_(e){if(!this.seekable().length)return!1;const n=this.syncController_.getExpiredTime(e,this.duration());if(n===null)return!1;const s=Ji.Playlist.playlistEnd(e,n),a=this.tech_.currentTime(),o=this.tech_.buffered();if(!o.length)return s-a<=ji;const l=o.end(o.length-1);return l-a<=ji&&s-l<=ji}excludePlaylist({playlistToExclude:e=this.mainPlaylistLoader_.media(),error:t={},playlistExclusionDuration:n}){if(e=e||this.mainPlaylistLoader_.media(),n=n||t.playlistExclusionDuration||this.playlistExclusionDuration,!e){this.error=t,this.mediaSource.readyState!=="open"?this.trigger("error"):this.sourceUpdater_.endOfStream("network");return}e.playlistErrors_++;const s=this.mainPlaylistLoader_.main.playlists,a=s.filter(Ga),o=a.length===1&&a[0]===e;if(s.length===1&&n!==1/0)return re.log.warn(`Problem encountered with playlist ${e.id}. Trying again since it is the only playlist.`),this.tech_.trigger("retryplaylist"),this.mainPlaylistLoader_.load(o);if(o){if(this.main().contentSteering){const A=this.pathwayAttribute_(e),y=this.contentSteeringController_.steeringManifest.ttl*1e3;this.contentSteeringController_.excludePathway(A),this.excludeThenChangePathway_(),setTimeout(()=>{this.contentSteeringController_.addAvailablePathway(A)},y);return}let T=!1;s.forEach(A=>{if(A===e)return;const y=A.excludeUntil;typeof y<"u"&&y!==1/0&&(T=!0,delete A.excludeUntil)}),T&&(re.log.warn("Removing other playlists from the exclusion list because the last rendition is about to be excluded."),this.tech_.trigger("retryplaylist"))}let l;e.playlistErrors_>this.maxPlaylistRetries?l=1/0:l=Date.now()+n*1e3,e.excludeUntil=l,t.reason&&(e.lastExcludeReason_=t.reason),this.tech_.trigger("excludeplaylist"),this.tech_.trigger({type:"usage",name:"vhs-rendition-excluded"});const c=this.selectPlaylist();if(!c){this.error="Playback cannot continue. No available working or supported playlists.",this.trigger("error");return}const d=t.internal?this.logger_:re.log.warn,g=t.message?" "+t.message:"";d(`${t.internal?"Internal problem":"Problem"} encountered with playlist ${e.id}.${g} Switching to playlist ${c.id}.`),c.attributes.AUDIO!==e.attributes.AUDIO&&this.delegateLoaders_("audio",["abort","pause"]),c.attributes.SUBTITLES!==e.attributes.SUBTITLES&&this.delegateLoaders_("subtitle",["abort","pause"]),this.delegateLoaders_("main",["abort","pause"]);const m=c.targetDuration/2*1e3||5*1e3,k=typeof c.lastRequest=="number"&&Date.now()-c.lastRequest<=m;return this.switchMedia_(c,"exclude",o||k)}pauseLoading(){this.delegateLoaders_("all",["abort","pause"]),this.stopABRTimer_()}delegateLoaders_(e,t){const n=[],s=e==="all";(s||e==="main")&&n.push(this.mainPlaylistLoader_);const a=[];(s||e==="audio")&&a.push("AUDIO"),(s||e==="subtitle")&&(a.push("CLOSED-CAPTIONS"),a.push("SUBTITLES")),a.forEach(o=>{const l=this.mediaTypes_[o]&&this.mediaTypes_[o].activePlaylistLoader;l&&n.push(l)}),["main","audio","subtitle"].forEach(o=>{const l=this[`${o}SegmentLoader_`];l&&(e===o||e==="all")&&n.push(l)}),n.forEach(o=>t.forEach(l=>{typeof o[l]=="function"&&o[l]()}))}setCurrentTime(e){const t=Yn(this.tech_.buffered(),e);if(!(this.mainPlaylistLoader_&&this.mainPlaylistLoader_.media())||!this.mainPlaylistLoader_.media().segments)return 0;if(t&&t.length)return e;this.mainSegmentLoader_.pause(),this.mainSegmentLoader_.resetEverything(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.pause(),this.audioSegmentLoader_.resetEverything()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.pause(),this.subtitleSegmentLoader_.resetEverything()),this.load()}duration(){if(!this.mainPlaylistLoader_)return 0;const e=this.mainPlaylistLoader_.media();return e?e.endList?this.mediaSource?this.mediaSource.duration:Ji.Playlist.duration(e):1/0:0}seekable(){return this.seekable_}getSeekableRange_(e,t){const n=e.media();if(!n)return null;const s=this.syncController_.getMediaSequenceSync(t);if(s&&s.isReliable){const l=s.start,c=s.end;if(!isFinite(l)||!isFinite(c))return null;const d=Ji.Playlist.liveEdgeDelay(this.mainPlaylistLoader_.main,n),g=Math.max(l,c-d);return Bt([[l,g]])}const a=this.syncController_.getExpiredTime(n,this.duration());if(a===null)return null;const o=Ji.Playlist.seekable(n,a,Ji.Playlist.liveEdgeDelay(this.mainPlaylistLoader_.main,n));return o.length?o:null}computeFinalSeekable_(e,t){if(!t)return e;const n=e.start(0),s=e.end(0),a=t.start(0),o=t.end(0);return a>s||n>o?e:Bt([[Math.max(n,a),Math.min(s,o)]])}onSyncInfoUpdate_(){if(!this.mainPlaylistLoader_)return;const e=this.getSeekableRange_(this.mainPlaylistLoader_,"main");if(!e)return;let t;if(this.mediaTypes_.AUDIO.activePlaylistLoader&&(t=this.getSeekableRange_(this.mediaTypes_.AUDIO.activePlaylistLoader,"audio"),!t))return;const n=this.seekable_;if(this.seekable_=this.computeFinalSeekable_(e,t),!this.seekable_||n&&n.length&&this.seekable_.length&&n.start(0)===this.seekable_.start(0)&&n.end(0)===this.seekable_.end(0))return;this.logger_(`seekable updated [${ff(this.seekable_)}]`);const s={seekableRanges:this.seekable_};this.trigger({type:"seekablerangeschanged",metadata:s}),this.tech_.trigger("seekablechanged")}updateDuration(e){if(this.updateDuration_&&(this.mediaSource.removeEventListener("sourceopen",this.updateDuration_),this.updateDuration_=null),this.mediaSource.readyState!=="open"){this.updateDuration_=this.updateDuration.bind(this,e),this.mediaSource.addEventListener("sourceopen",this.updateDuration_);return}if(e){const s=this.seekable();if(!s.length)return;(isNaN(this.mediaSource.duration)||this.mediaSource.duration<s.end(s.length-1))&&this.sourceUpdater_.setDuration(s.end(s.length-1));return}const t=this.tech_.buffered();let n=Ji.Playlist.duration(this.mainPlaylistLoader_.media());t.length>0&&(n=Math.max(n,t.end(t.length-1))),this.mediaSource.duration!==n&&this.sourceUpdater_.setDuration(n)}dispose(){this.trigger("dispose"),this.decrypter_.terminate(),this.mainPlaylistLoader_.dispose(),this.mainSegmentLoader_.dispose(),this.contentSteeringController_.dispose(),this.keyStatusMap_.clear(),this.loadOnPlay_&&this.tech_.off("play",this.loadOnPlay_),["AUDIO","SUBTITLES"].forEach(e=>{const t=this.mediaTypes_[e].groups;for(const n in t)t[n].forEach(s=>{s.playlistLoader&&s.playlistLoader.dispose()})}),this.audioSegmentLoader_.dispose(),this.subtitleSegmentLoader_.dispose(),this.sourceUpdater_.dispose(),this.timelineChangeController_.dispose(),this.stopABRTimer_(),this.updateDuration_&&this.mediaSource.removeEventListener("sourceopen",this.updateDuration_),this.mediaSource.removeEventListener("durationchange",this.handleDurationChange_),this.mediaSource.removeEventListener("sourceopen",this.handleSourceOpen_),this.mediaSource.removeEventListener("sourceended",this.handleSourceEnded_),this.off()}main(){return this.mainPlaylistLoader_.main}media(){return this.mainPlaylistLoader_.media()||this.initialMedia_}areMediaTypesKnown_(){const e=!!this.mediaTypes_.AUDIO.activePlaylistLoader,t=!!this.mainSegmentLoader_.getCurrentMediaInfo_(),n=e?!!this.audioSegmentLoader_.getCurrentMediaInfo_():!0;return!(!t||!n)}getCodecsOrExclude_(){const e={main:this.mainSegmentLoader_.getCurrentMediaInfo_()||{},audio:this.audioSegmentLoader_.getCurrentMediaInfo_()||{}},t=this.mainSegmentLoader_.getPendingSegmentPlaylist()||this.media();e.video=e.main;const n=is(this.main(),t),s={},a=!!this.mediaTypes_.AUDIO.activePlaylistLoader;if(e.main.hasVideo&&(s.video=n.video||e.main.videoCodec||u4),e.main.isMuxed&&(s.video+=`,${n.audio||e.main.audioCodec||Yc}`),(e.main.hasAudio&&!e.main.isMuxed||e.audio.hasAudio||a)&&(s.audio=n.audio||e.main.audioCodec||e.audio.audioCodec||Yc,e.audio.isFmp4=e.main.hasAudio&&!e.main.isMuxed?e.main.isFmp4:e.audio.isFmp4),!s.audio&&!s.video){this.excludePlaylist({playlistToExclude:t,error:{message:"Could not determine codecs for playlist."},playlistExclusionDuration:1/0});return}const o=(d,g)=>d?Qr(g,this.usingManagedMediaSource_):No(g),l={};let c;if(["video","audio"].forEach(function(d){if(s.hasOwnProperty(d)&&!o(e[d].isFmp4,s[d])){const g=e[d].isFmp4?"browser":"muxer";l[g]=l[g]||[],l[g].push(s[d]),d==="audio"&&(c=g)}}),a&&c&&t.attributes.AUDIO){const d=t.attributes.AUDIO;this.main().playlists.forEach(g=>{(g.attributes&&g.attributes.AUDIO)===d&&g!==t&&(g.excludeUntil=1/0)}),this.logger_(`excluding audio group ${d} as ${c} does not support codec(s): "${s.audio}"`)}if(Object.keys(l).length){const d=Object.keys(l).reduce((g,m)=>(g&&(g+=", "),g+=`${m} does not support codec(s): "${l[m].join(",")}"`,g),"")+".";this.excludePlaylist({playlistToExclude:t,error:{internal:!0,message:d},playlistExclusionDuration:1/0});return}if(this.sourceUpdater_.hasCreatedSourceBuffers()&&!this.sourceUpdater_.canChangeType()){const d=[];if(["video","audio"].forEach(g=>{const m=(Fi(this.sourceUpdater_.codecs[g]||"")[0]||{}).type,k=(Fi(s[g]||"")[0]||{}).type;m&&k&&m.toLowerCase()!==k.toLowerCase()&&d.push(`"${this.sourceUpdater_.codecs[g]}" -> "${s[g]}"`)}),d.length){this.excludePlaylist({playlistToExclude:t,error:{message:`Codec switching not supported: ${d.join(", ")}.`,internal:!0},playlistExclusionDuration:1/0});return}}return s}tryToCreateSourceBuffers_(){if(this.mediaSource.readyState!=="open"||this.sourceUpdater_.hasCreatedSourceBuffers()||!this.areMediaTypesKnown_())return;const e=this.getCodecsOrExclude_();if(!e)return;this.sourceUpdater_.createSourceBuffers(e);const t=[e.video,e.audio].filter(Boolean).join(",");this.excludeIncompatibleVariants_(t)}excludeUnsupportedVariants_(){const e=this.main().playlists,t=[];Object.keys(e).forEach(n=>{const s=e[n];if(t.indexOf(s.id)!==-1)return;t.push(s.id);const a=is(this.main,s),o=[];a.audio&&!No(a.audio)&&!Qr(a.audio,this.usingManagedMediaSource_)&&o.push(`audio codec ${a.audio}`),a.video&&!No(a.video)&&!Qr(a.video,this.usingManagedMediaSource_)&&o.push(`video codec ${a.video}`),a.text&&a.text==="stpp.ttml.im1t"&&o.push(`text codec ${a.text}`),o.length&&(s.excludeUntil=1/0,this.logger_(`excluding ${s.id} for unsupported: ${o.join(", ")}`))})}excludeIncompatibleVariants_(e){const t=[],n=this.main().playlists,s=ls(Fi(e)),a=Ud(s),o=s.video&&Fi(s.video)[0]||null,l=s.audio&&Fi(s.audio)[0]||null;Object.keys(n).forEach(c=>{const d=n[c];if(t.indexOf(d.id)!==-1||d.excludeUntil===1/0)return;t.push(d.id);const g=[],m=is(this.mainPlaylistLoader_.main,d),k=Ud(m);if(!(!m.audio&&!m.video)){if(k!==a&&g.push(`codec count "${k}" !== "${a}"`),!this.sourceUpdater_.canChangeType()){const T=m.video&&Fi(m.video)[0]||null,A=m.audio&&Fi(m.audio)[0]||null;T&&o&&T.type.toLowerCase()!==o.type.toLowerCase()&&g.push(`video codec "${T.type}" !== "${o.type}"`),A&&l&&A.type.toLowerCase()!==l.type.toLowerCase()&&g.push(`audio codec "${A.type}" !== "${l.type}"`)}g.length&&(d.excludeUntil=1/0,this.logger_(`excluding ${d.id}: ${g.join(" && ")}`))}})}updateAdCues_(e){let t=0;const n=this.seekable();n.length&&(t=n.start(0)),Z5(e,this.cueTagsTrack_,t)}goalBufferLength(){const e=this.tech_.currentTime(),t=It.GOAL_BUFFER_LENGTH,n=It.GOAL_BUFFER_LENGTH_RATE,s=Math.max(t,It.MAX_GOAL_BUFFER_LENGTH);return Math.min(t+e*n,s)}bufferLowWaterLine(){const e=this.tech_.currentTime(),t=It.BUFFER_LOW_WATER_LINE,n=It.BUFFER_LOW_WATER_LINE_RATE,s=Math.max(t,It.MAX_BUFFER_LOW_WATER_LINE),a=Math.max(t,It.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE);return Math.min(t+e*n,this.bufferBasedABR?a:s)}bufferHighWaterLine(){return It.BUFFER_HIGH_WATER_LINE}addDateRangesToTextTrack_(e){Xd(this.inbandTextTracks_,"com.apple.streaming",this.tech_),I5({inbandTextTracks:this.inbandTextTracks_,dateRanges:e})}addMetadataToTextTrack(e,t,n){const s=this.sourceUpdater_.videoBuffer?this.sourceUpdater_.videoTimestampOffset():this.sourceUpdater_.audioTimestampOffset();Xd(this.inbandTextTracks_,e,this.tech_),D5({inbandTextTracks:this.inbandTextTracks_,metadataArray:t,timestampOffset:s,videoDuration:n})}pathwayAttribute_(e){return e.attributes["PATHWAY-ID"]||e.attributes.serviceLocation}initContentSteeringController_(){const e=this.main();if(e.contentSteering){for(const t of e.playlists)this.contentSteeringController_.addAvailablePathway(this.pathwayAttribute_(t));if(this.contentSteeringController_.assignTagProperties(e.uri,e.contentSteering),this.contentSteeringController_.queryBeforeStart){this.contentSteeringController_.requestSteeringManifest(!0);return}this.tech_.one("canplay",()=>{this.contentSteeringController_.requestSteeringManifest()})}}resetContentSteeringController_(){this.contentSteeringController_.clearAvailablePathways(),this.contentSteeringController_.dispose(),this.initContentSteeringController_()}attachContentSteeringListeners_(){this.contentSteeringController_.on("content-steering",this.excludeThenChangePathway_.bind(this)),["contentsteeringloadstart","contentsteeringloadcomplete","contentsteeringparsed"].forEach(t=>{this.contentSteeringController_.on(t,n=>{this.trigger(bt({},n))})}),this.sourceType_==="dash"&&this.mainPlaylistLoader_.on("loadedplaylist",()=>{const t=this.main();(this.contentSteeringController_.didDASHTagChange(t.uri,t.contentSteering)||(()=>{const a=this.contentSteeringController_.getAvailablePathways(),o=[];for(const l of t.playlists){const c=l.attributes.serviceLocation;if(c&&(o.push(c),!a.has(c)))return!0}return!!(!o.length&&a.size)})())&&this.resetContentSteeringController_()})}excludeThenChangePathway_(){const e=this.contentSteeringController_.getPathway();if(!e)return;this.handlePathwayClones_();const n=this.main().playlists,s=new Set;let a=!1;Object.keys(n).forEach(o=>{const l=n[o],c=this.pathwayAttribute_(l),d=c&&e!==c;l.excludeUntil===1/0&&l.lastExcludeReason_==="content-steering"&&!d&&(delete l.excludeUntil,delete l.lastExcludeReason_,a=!0);const m=!l.excludeUntil&&l.excludeUntil!==1/0;!s.has(l.id)&&d&&m&&(s.add(l.id),l.excludeUntil=1/0,l.lastExcludeReason_="content-steering",this.logger_(`excluding ${l.id} for ${l.lastExcludeReason_}`))}),this.contentSteeringController_.manifestType_==="DASH"&&Object.keys(this.mediaTypes_).forEach(o=>{const l=this.mediaTypes_[o];if(l.activePlaylistLoader){const c=l.activePlaylistLoader.media_;c&&c.attributes.serviceLocation!==e&&(a=!0)}}),a&&this.changeSegmentPathway_()}handlePathwayClones_(){const t=this.main().playlists,n=this.contentSteeringController_.currentPathwayClones,s=this.contentSteeringController_.nextPathwayClones;if(n&&n.size||s&&s.size){for(const[o,l]of n.entries())s.get(o)||(this.mainPlaylistLoader_.updateOrDeleteClone(l),this.contentSteeringController_.excludePathway(o));for(const[o,l]of s.entries()){const c=n.get(o);if(!c){t.filter(g=>g.attributes["PATHWAY-ID"]===l["BASE-ID"]).forEach(g=>{this.mainPlaylistLoader_.addClonePathway(l,g)}),this.contentSteeringController_.addAvailablePathway(o);continue}this.equalPathwayClones_(c,l)||(this.mainPlaylistLoader_.updateOrDeleteClone(l,!0),this.contentSteeringController_.addAvailablePathway(o))}this.contentSteeringController_.currentPathwayClones=new Map(JSON.parse(JSON.stringify([...s])))}}equalPathwayClones_(e,t){if(e["BASE-ID"]!==t["BASE-ID"]||e.ID!==t.ID||e["URI-REPLACEMENT"].HOST!==t["URI-REPLACEMENT"].HOST)return!1;const n=e["URI-REPLACEMENT"].PARAMS,s=t["URI-REPLACEMENT"].PARAMS;for(const a in n)if(n[a]!==s[a])return!1;for(const a in s)if(n[a]!==s[a])return!1;return!0}changeSegmentPathway_(){const e=this.selectPlaylist();this.pauseLoading(),this.contentSteeringController_.manifestType_==="DASH"&&this.switchMediaForDASHContentSteering_(),this.switchMedia_(e,"content-steering")}excludeNonUsablePlaylistsByKeyId_(){if(!this.mainPlaylistLoader_||!this.mainPlaylistLoader_.main)return;let e=0;const t="non-usable";this.mainPlaylistLoader_.main.playlists.forEach(n=>{const s=this.mainPlaylistLoader_.getKeyIdSet(n);!s||!s.size||s.forEach(a=>{const o="usable",l=this.keyStatusMap_.has(a)&&this.keyStatusMap_.get(a)===o,c=n.lastExcludeReason_===t&&n.excludeUntil===1/0;l?l&&c&&(delete n.excludeUntil,delete n.lastExcludeReason_,this.logger_(`enabling playlist ${n.id} because key ID ${a} is ${o}`)):(n.excludeUntil!==1/0&&n.lastExcludeReason_!==t&&(n.excludeUntil=1/0,n.lastExcludeReason_=t,this.logger_(`excluding playlist ${n.id} because the key ID ${a} doesn't exist in the keyStatusMap or is not ${o}`)),e++)})}),e>=this.mainPlaylistLoader_.main.playlists.length&&this.mainPlaylistLoader_.main.playlists.forEach(n=>{const s=n&&n.attributes&&n.attributes.RESOLUTION&&n.attributes.RESOLUTION.height<720,a=n.excludeUntil===1/0&&n.lastExcludeReason_===t;s&&a&&(delete n.excludeUntil,re.log.warn(`enabling non-HD playlist ${n.id} because all playlists were excluded due to ${t} key IDs`))})}addKeyStatus_(e,t){const a=(typeof e=="string"?e:Y5(e)).slice(0,32).toLowerCase();this.logger_(`KeyStatus '${t}' with key ID ${a} added to the keyStatusMap`),this.keyStatusMap_.set(a,t)}updatePlaylistByKeyStatus(e,t){this.addKeyStatus_(e,t),this.waitingForFastQualityPlaylistReceived_||this.excludeNonUsableThenChangePlaylist_(),this.mainPlaylistLoader_.off("loadedplaylist",this.excludeNonUsableThenChangePlaylist_.bind(this)),this.mainPlaylistLoader_.on("loadedplaylist",this.excludeNonUsableThenChangePlaylist_.bind(this))}excludeNonUsableThenChangePlaylist_(){this.excludeNonUsablePlaylistsByKeyId_(),this.fastQualityChange_()}}const xS=(r,e,t)=>n=>{const s=r.main.playlists[e],a=pu(s),o=Ga(s);if(typeof n>"u")return o;n?delete s.disabled:s.disabled=!0;const l={renditionInfo:{id:e,bandwidth:s.attributes.BANDWIDTH,resolution:s.attributes.RESOLUTION,codecs:s.attributes.CODECS},cause:"fast-quality"};return n!==o&&!a&&(n?(t(s),r.trigger({type:"renditionenabled",metadata:l})):r.trigger({type:"renditiondisabled",metadata:l})),n};class CS{constructor(e,t,n){const{playlistController_:s}=e,a=s.fastQualityChange_.bind(s);if(t.attributes){const o=t.attributes.RESOLUTION;this.width=o&&o.width,this.height=o&&o.height,this.bandwidth=t.attributes.BANDWIDTH,this.frameRate=t.attributes["FRAME-RATE"]}this.codecs=is(s.main(),t),this.playlist=t,this.id=n,this.enabled=xS(e.playlists,t.id,a)}}const SS=function(r){r.representations=()=>{const e=r.playlistController_.main(),t=ps(e)?r.playlistController_.getAudioTrackPlaylists_():e.playlists;return t?t.filter(n=>!pu(n)).map((n,s)=>new CS(r,n,n.id)):[]}},ah=["seeking","seeked","pause","playing","error"];class ES extends re.EventTarget{constructor(e){super(),this.playlistController_=e.playlistController,this.tech_=e.tech,this.seekable=e.seekable,this.allowSeeksWithinUnsafeLiveWindow=e.allowSeeksWithinUnsafeLiveWindow,this.liveRangeSafeTimeDelta=e.liveRangeSafeTimeDelta,this.media=e.media,this.playedRanges_=[],this.consecutiveUpdates=0,this.lastRecordedTime=null,this.checkCurrentTimeTimeout_=null,this.logger_=Ci("PlaybackWatcher"),this.logger_("initialize");const t=()=>this.monitorCurrentTime_(),n=()=>this.monitorCurrentTime_(),s=()=>this.techWaiting_(),a=()=>this.resetTimeUpdate_(),o=this.playlistController_,l=["main","subtitle","audio"],c={};l.forEach(g=>{c[g]={reset:()=>this.resetSegmentDownloads_(g),updateend:()=>this.checkSegmentDownloads_(g)},o[`${g}SegmentLoader_`].on("appendsdone",c[g].updateend),o[`${g}SegmentLoader_`].on("playlistupdate",c[g].reset),this.tech_.on(["seeked","seeking"],c[g].reset)});const d=g=>{["main","audio"].forEach(m=>{o[`${m}SegmentLoader_`][g]("appended",this.seekingAppendCheck_)})};this.seekingAppendCheck_=()=>{this.fixesBadSeeks_()&&(this.consecutiveUpdates=0,this.lastRecordedTime=this.tech_.currentTime(),d("off"))},this.clearSeekingAppendCheck_=()=>d("off"),this.watchForBadSeeking_=()=>{this.clearSeekingAppendCheck_(),d("on")},this.tech_.on("seeked",this.clearSeekingAppendCheck_),this.tech_.on("seeking",this.watchForBadSeeking_),this.tech_.on("waiting",s),this.tech_.on(ah,a),this.tech_.on("canplay",n),this.tech_.one("play",t),this.dispose=()=>{this.clearSeekingAppendCheck_(),this.logger_("dispose"),this.tech_.off("waiting",s),this.tech_.off(ah,a),this.tech_.off("canplay",n),this.tech_.off("play",t),this.tech_.off("seeking",this.watchForBadSeeking_),this.tech_.off("seeked",this.clearSeekingAppendCheck_),l.forEach(g=>{o[`${g}SegmentLoader_`].off("appendsdone",c[g].updateend),o[`${g}SegmentLoader_`].off("playlistupdate",c[g].reset),this.tech_.off(["seeked","seeking"],c[g].reset)}),this.checkCurrentTimeTimeout_&&W.clearTimeout(this.checkCurrentTimeTimeout_),this.resetTimeUpdate_()}}monitorCurrentTime_(){this.checkCurrentTime_(),this.checkCurrentTimeTimeout_&&W.clearTimeout(this.checkCurrentTimeTimeout_),this.checkCurrentTimeTimeout_=W.setTimeout(this.monitorCurrentTime_.bind(this),250)}resetSegmentDownloads_(e){const t=this.playlistController_[`${e}SegmentLoader_`];this[`${e}StalledDownloads_`]>0&&this.logger_(`resetting possible stalled download count for ${e} loader`),this[`${e}StalledDownloads_`]=0,this[`${e}Buffered_`]=t.buffered_()}checkSegmentDownloads_(e){const t=this.playlistController_,n=t[`${e}SegmentLoader_`],s=n.buffered_(),a=cC(this[`${e}Buffered_`],s);if(this[`${e}Buffered_`]=s,a){const o={bufferedRanges:s};t.trigger({type:"bufferedrangeschanged",metadata:o}),this.resetSegmentDownloads_(e);return}this[`${e}StalledDownloads_`]++,this.logger_(`found #${this[`${e}StalledDownloads_`]} ${e} appends that did not increase buffer (possible stalled download)`,{playlistId:n.playlist_&&n.playlist_.id,buffered:In(s)}),!(this[`${e}StalledDownloads_`]<10)&&(this.logger_(`${e} loader stalled download exclusion`),this.resetSegmentDownloads_(e),this.tech_.trigger({type:"usage",name:`vhs-${e}-download-exclusion`}),e!=="subtitle"&&t.excludePlaylist({error:{message:`Excessive ${e} segment downloading detected.`},playlistExclusionDuration:1/0}))}checkCurrentTime_(){if(this.tech_.paused()||this.tech_.seeking())return;const e=this.tech_.currentTime(),t=this.tech_.buffered();if(this.lastRecordedTime===e&&(!t.length||e+ji>=t.end(t.length-1)))return this.techWaiting_();if(this.consecutiveUpdates>=5&&e===this.lastRecordedTime)this.consecutiveUpdates++,this.waiting_();else if(e===this.lastRecordedTime)this.consecutiveUpdates++;else{this.playedRanges_.push(Bt([this.lastRecordedTime,e]));const n={playedRanges:this.playedRanges_};this.playlistController_.trigger({type:"playedrangeschanged",metadata:n}),this.consecutiveUpdates=0,this.lastRecordedTime=e}}resetTimeUpdate_(){this.consecutiveUpdates=0}fixesBadSeeks_(){if(!this.tech_.seeking())return!1;const t=this.seekable(),n=this.tech_.currentTime(),s=this.afterSeekableWindow_(t,n,this.media(),this.allowSeeksWithinUnsafeLiveWindow);let a;if(s&&(a=t.end(t.length-1)),this.beforeSeekableWindow_(t,n)){const A=t.start(0);a=A+(A===t.end(0)?0:ji)}if(typeof a<"u")return this.logger_(`Trying to seek outside of seekable at time ${n} with seekable range ${ff(t)}. Seeking to ${a}.`),this.tech_.setCurrentTime(a),!0;const o=this.playlistController_.sourceUpdater_,l=this.tech_.buffered(),c=o.audioBuffer?o.audioBuffered():null,d=o.videoBuffer?o.videoBuffered():null,g=this.media(),m=g.partTargetDuration?g.partTargetDuration:(g.targetDuration-qi)*2,k=[c,d];for(let A=0;A<k.length;A++){if(!k[A])continue;if(hu(k[A],n)<m)return!1}const T=Hs(l,n);return T.length===0?!1:(a=T.start(0)+ji,this.logger_(`Buffered region starts (${T.start(0)}) just beyond seek point (${n}). Seeking to ${a}.`),this.tech_.setCurrentTime(a),!0)}waiting_(){if(this.techWaiting_())return;const e=this.tech_.currentTime(),t=this.tech_.buffered(),n=Yn(t,e);if(n.length&&e+3<=n.end(0)){this.resetTimeUpdate_(),this.tech_.setCurrentTime(e),this.logger_(`Stopped at ${e} while inside a buffered region [${n.start(0)} -> ${n.end(0)}]. Attempting to resume playback by seeking to the current time.`),this.tech_.trigger({type:"usage",name:"vhs-unknown-waiting"});return}}techWaiting_(){const e=this.seekable(),t=this.tech_.currentTime();if(this.tech_.seeking())return!0;if(this.beforeSeekableWindow_(e,t)){const l=e.end(e.length-1);return this.logger_(`Fell out of live window at time ${t}. Seeking to live point (seekable end) ${l}`),this.resetTimeUpdate_(),this.tech_.setCurrentTime(l),this.tech_.trigger({type:"usage",name:"vhs-live-resync"}),!0}const n=this.tech_.vhs.playlistController_.sourceUpdater_,s=this.tech_.buffered();if(this.videoUnderflow_({audioBuffered:n.audioBuffered(),videoBuffered:n.videoBuffered(),currentTime:t}))return this.resetTimeUpdate_(),this.tech_.setCurrentTime(t),this.tech_.trigger({type:"usage",name:"vhs-video-underflow"}),!0;const o=Hs(s,t);return o.length>0?(this.logger_(`Stopped at ${t} and seeking to ${o.start(0)}`),this.resetTimeUpdate_(),this.skipTheGap_(t),!0):!1}afterSeekableWindow_(e,t,n,s=!1){if(!e.length)return!1;let a=e.end(e.length-1)+ji;const o=!n.endList,l=typeof n.partTargetDuration=="number";return o&&(l||s)&&(a=e.end(e.length-1)+n.targetDuration*3),t>a}beforeSeekableWindow_(e,t){return!!(e.length&&e.start(0)>0&&t<e.start(0)-this.liveRangeSafeTimeDelta)}videoUnderflow_({videoBuffered:e,audioBuffered:t,currentTime:n}){if(!e)return;let s;if(e.length&&t.length){const a=Yn(e,n-3),o=Yn(e,n),l=Yn(t,n);l.length&&!o.length&&a.length&&(s={start:a.end(0),end:l.end(0)})}else Hs(e,n).length||(s=this.gapFromVideoUnderflow_(e,n));return s?(this.logger_(`Encountered a gap in video from ${s.start} to ${s.end}. Seeking to current time ${n}`),!0):!1}skipTheGap_(e){const t=this.tech_.buffered(),n=this.tech_.currentTime(),s=Hs(t,n);if(this.resetTimeUpdate_(),s.length===0||n!==e)return;this.logger_("skipTheGap_:","currentTime:",n,"scheduled currentTime:",e,"nextRange start:",s.start(0)),this.tech_.setCurrentTime(s.start(0)+qi);const a={gapInfo:{from:n,to:s.start(0)}};this.playlistController_.trigger({type:"gapjumped",metadata:a}),this.tech_.trigger({type:"usage",name:"vhs-gap-skip"})}gapFromVideoUnderflow_(e,t){const n=oC(e);for(let s=0;s<n.length;s++){const a=n.start(s),o=n.end(s);if(t-a<4&&t-a>2)return{start:a,end:o}}return null}}const kS={errorInterval:30,getSource(r){const t=this.tech({IWillNotUseThisInPlugins:!0}).currentSource_||this.currentSource();return r(t)}},rp=function(r,e){let t=0,n=0;const s=rt(kS,e);r.ready(()=>{r.trigger({type:"usage",name:"vhs-error-reload-initialized"})});const a=function(){n&&r.currentTime(n)},o=function(g){g!=null&&(n=r.duration()!==1/0&&r.currentTime()||0,r.one("loadedmetadata",a),r.src(g),r.trigger({type:"usage",name:"vhs-error-reload"}),r.play())},l=function(){if(Date.now()-t<s.errorInterval*1e3){r.trigger({type:"usage",name:"vhs-error-reload-canceled"});return}if(!s.getSource||typeof s.getSource!="function"){re.log.error("ERROR: reloadSourceOnError - The option getSource must be a function!");return}return t=Date.now(),s.getSource.call(r,o)},c=function(){r.off("loadedmetadata",a),r.off("error",l),r.off("dispose",c)},d=function(g){c(),rp(r,g)};r.on("error",l),r.on("dispose",c),r.reloadSourceOnError=d},wS=function(r){rp(this,r)};var sp="3.17.3",DS="7.1.0",AS="1.3.1",NS="7.2.0",IS="4.0.2";const mt={PlaylistLoader:Xn,Playlist:oi,utils:PC,STANDARD_PLAYLIST_SELECTOR:Yd,INITIAL_PLAYLIST_SELECTOR:C5,lastBandwidthSelector:Yd,movingAverageBandwidthSelector:b5,comparePlaylistBandwidth:vu,comparePlaylistResolution:T5,xhr:Of()};Object.keys(It).forEach(r=>{Object.defineProperty(mt,r,{get(){return re.log.warn(`using Vhs.${r} is UNSAFE be sure you know what you are doing`),It[r]},set(e){if(re.log.warn(`using Vhs.${r} is UNSAFE be sure you know what you are doing`),typeof e!="number"||e<0){re.log.warn(`value of Vhs.${r} must be greater than or equal to 0`);return}It[r]=e}})});const ap="videojs-vhs",op=function(r,e){const t=e.media();let n=-1;for(let s=0;s<r.length;s++)if(r[s].id===t.id){n=s;break}r.selectedIndex_=n,r.trigger({selectedIndex:n,type:"change"})},OS=function(r,e){e.representations().forEach(t=>{r.addQualityLevel(t)}),op(r,e.playlists)};mt.canPlaySource=function(){return re.log.warn("VHS is no longer a tech. Please remove it from your player's techOrder.")};const BS=(r,e,t)=>{if(!r)return r;let n={};e&&e.attributes&&e.attributes.CODECS&&(n=ls(Fi(e.attributes.CODECS))),t&&t.attributes&&t.attributes.CODECS&&(n.audio=t.attributes.CODECS);const s=ar(n.video),a=ar(n.audio),o={};for(const l in r)o[l]={},a&&(o[l].audioContentType=a),s&&(o[l].videoContentType=s),e.contentProtection&&e.contentProtection[l]&&e.contentProtection[l].pssh&&(o[l].pssh=e.contentProtection[l].pssh),typeof r[l]=="string"&&(o[l].url=r[l]);return rt(r,o)},LS=(r,e)=>r.reduce((t,n)=>{if(!n.contentProtection)return t;const s=e.reduce((a,o)=>{const l=n.contentProtection[o];return l&&l.pssh&&(a[o]={pssh:l.pssh}),a},{});return Object.keys(s).length&&t.push(s),t},[]),MS=({player:r,sourceKeySystems:e,audioMedia:t,mainPlaylists:n})=>{if(!r.eme.initializeMediaKeys)return Promise.resolve();const s=t?n.concat([t]):n,a=LS(s,Object.keys(e)),o=[],l=[];return a.forEach(c=>{l.push(new Promise((d,g)=>{r.tech_.one("keysessioncreated",d)})),o.push(new Promise((d,g)=>{r.eme.initializeMediaKeys({keySystems:c},m=>{if(m){g(m);return}d()})}))}),Promise.race([Promise.all(o),Promise.race(l)])},PS=({player:r,sourceKeySystems:e,media:t,audioMedia:n})=>{const s=BS(e,t,n);return s?(r.currentSource().keySystems=s,s&&!r.eme?(re.log.warn("DRM encrypted source cannot be decrypted without a DRM plugin"),!1):!0):!1},lp=()=>{if(!W.localStorage)return null;const r=W.localStorage.getItem(ap);if(!r)return null;try{return JSON.parse(r)}catch{return null}},RS=r=>{if(!W.localStorage)return!1;let e=lp();e=e?rt(e,r):r;try{W.localStorage.setItem(ap,JSON.stringify(e))}catch{return!1}return e},VS=r=>r.toLowerCase().indexOf("data:application/vnd.videojs.vhs+json,")===0?JSON.parse(r.substring(r.indexOf(",")+1)):r,up=(r,e)=>{r._requestCallbackSet||(r._requestCallbackSet=new Set),r._requestCallbackSet.add(e)},cp=(r,e)=>{r._responseCallbackSet||(r._responseCallbackSet=new Set),r._responseCallbackSet.add(e)},dp=(r,e)=>{r._requestCallbackSet&&(r._requestCallbackSet.delete(e),r._requestCallbackSet.size||delete r._requestCallbackSet)},hp=(r,e)=>{r._responseCallbackSet&&(r._responseCallbackSet.delete(e),r._responseCallbackSet.size||delete r._responseCallbackSet)};mt.supportsNativeHls=(function(){if(!ge||!ge.createElement)return!1;const r=ge.createElement("video");return re.getTech("Html5").isSupported()?["application/vnd.apple.mpegurl","audio/mpegurl","audio/x-mpegurl","application/x-mpegurl","video/x-mpegurl","video/mpegurl","application/mpegurl"].some(function(t){return/maybe|probably/i.test(r.canPlayType(t))}):!1})();mt.supportsNativeDash=(function(){return!ge||!ge.createElement||!re.getTech("Html5").isSupported()?!1:/maybe|probably/i.test(ge.createElement("video").canPlayType("application/dash+xml"))})();mt.supportsTypeNatively=r=>r==="hls"?mt.supportsNativeHls:r==="dash"?mt.supportsNativeDash:!1;mt.isSupported=function(){return re.log.warn("VHS is no longer a tech. Please remove it from your player's techOrder.")};mt.xhr.onRequest=function(r){up(mt.xhr,r)};mt.xhr.onResponse=function(r){cp(mt.xhr,r)};mt.xhr.offRequest=function(r){dp(mt.xhr,r)};mt.xhr.offResponse=function(r){hp(mt.xhr,r)};const FS=re.getComponent("Component");class fp extends FS{constructor(e,t,n){if(super(t,n.vhs),typeof n.initialBandwidth=="number"&&(this.options_.bandwidth=n.initialBandwidth),this.logger_=Ci("VhsHandler"),t.options_&&t.options_.playerId){const s=re.getPlayer(t.options_.playerId);this.player_=s}if(this.tech_=t,this.source_=e,this.stats={},this.ignoreNextSeekingEvent_=!1,this.setOptions_(),this.options_.overrideNative&&t.overrideNativeAudioTracks&&t.overrideNativeVideoTracks)t.overrideNativeAudioTracks(!0),t.overrideNativeVideoTracks(!0);else if(this.options_.overrideNative&&(t.featuresNativeVideoTracks||t.featuresNativeAudioTracks))throw new Error("Overriding native VHS requires emulated tracks. See https://git.io/vMpjB");this.on(ge,["fullscreenchange","webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange"],s=>{const a=ge.fullscreenElement||ge.webkitFullscreenElement||ge.mozFullScreenElement||ge.msFullscreenElement;a&&a.contains(this.tech_.el())?this.playlistController_.fastQualityChange_():this.playlistController_.checkABR_()}),this.on(this.tech_,"seeking",function(){if(this.ignoreNextSeekingEvent_){this.ignoreNextSeekingEvent_=!1;return}this.setCurrentTime(this.tech_.currentTime())}),this.on(this.tech_,"error",function(){this.tech_.error()&&this.playlistController_&&this.playlistController_.pauseLoading()}),this.on(this.tech_,"play",this.play)}setOptions_(e={}){if(this.options_=rt(this.options_,e),this.options_.withCredentials=this.options_.withCredentials||!1,this.options_.limitRenditionByPlayerDimensions=this.options_.limitRenditionByPlayerDimensions!==!1,this.options_.useDevicePixelRatio=this.options_.useDevicePixelRatio||!1,this.options_.usePlayerObjectFit=this.options_.usePlayerObjectFit||!1,this.options_.useBandwidthFromLocalStorage=typeof this.source_.useBandwidthFromLocalStorage<"u"?this.source_.useBandwidthFromLocalStorage:this.options_.useBandwidthFromLocalStorage||!1,this.options_.useForcedSubtitles=this.options_.useForcedSubtitles||!1,this.options_.useNetworkInformationApi=typeof this.options_.useNetworkInformationApi<"u"?this.options_.useNetworkInformationApi:!0,this.options_.useDtsForTimestampOffset=this.options_.useDtsForTimestampOffset||!1,this.options_.customTagParsers=this.options_.customTagParsers||[],this.options_.customTagMappers=this.options_.customTagMappers||[],this.options_.cacheEncryptionKeys=this.options_.cacheEncryptionKeys||!1,this.options_.llhls=this.options_.llhls!==!1,this.options_.bufferBasedABR=this.options_.bufferBasedABR||!1,typeof this.options_.playlistExclusionDuration!="number"&&(this.options_.playlistExclusionDuration=60),typeof this.options_.bandwidth!="number"&&this.options_.useBandwidthFromLocalStorage){const n=lp();n&&n.bandwidth&&(this.options_.bandwidth=n.bandwidth,this.tech_.trigger({type:"usage",name:"vhs-bandwidth-from-local-storage"})),n&&n.throughput&&(this.options_.throughput=n.throughput,this.tech_.trigger({type:"usage",name:"vhs-throughput-from-local-storage"}))}typeof this.options_.bandwidth!="number"&&(this.options_.bandwidth=It.INITIAL_BANDWIDTH),this.options_.enableLowInitialPlaylist=this.options_.enableLowInitialPlaylist&&this.options_.bandwidth===It.INITIAL_BANDWIDTH,["withCredentials","useDevicePixelRatio","usePlayerObjectFit","customPixelRatio","limitRenditionByPlayerDimensions","bandwidth","customTagParsers","customTagMappers","cacheEncryptionKeys","playlistSelector","initialPlaylistSelector","bufferBasedABR","liveRangeSafeTimeDelta","llhls","useForcedSubtitles","useNetworkInformationApi","useDtsForTimestampOffset","exactManifestTimings","leastPixelDiffSelector"].forEach(n=>{typeof this.source_[n]<"u"&&(this.options_[n]=this.source_[n])}),this.limitRenditionByPlayerDimensions=this.options_.limitRenditionByPlayerDimensions,this.useDevicePixelRatio=this.options_.useDevicePixelRatio,this.usePlayerObjectFit=this.options_.usePlayerObjectFit;const t=this.options_.customPixelRatio;typeof t=="number"&&t>=0&&(this.customPixelRatio=t)}setOptions(e={}){this.setOptions_(e)}src(e,t){if(!e)return;this.setOptions_(),this.options_.src=VS(this.source_.src),this.options_.tech=this.tech_,this.options_.externVhs=mt,this.options_.sourceType=Bh(t),this.options_.seekTo=a=>{this.tech_.setCurrentTime(a)},this.options_.player_=this.player_,this.playlistController_=new bS(this.options_);const n=rt({liveRangeSafeTimeDelta:ji},this.options_,{seekable:()=>this.seekable(),media:()=>this.playlistController_.media(),playlistController:this.playlistController_});this.playbackWatcher_=new ES(n),this.attachStreamingEventListeners_(),this.playlistController_.on("error",()=>{const a=re.players[this.tech_.options_.playerId];let o=this.playlistController_.error;typeof o=="object"&&!o.code?o.code=3:typeof o=="string"&&(o={message:o,code:3}),a.error(o)});const s=this.options_.bufferBasedABR?mt.movingAverageBandwidthSelector(.55):mt.STANDARD_PLAYLIST_SELECTOR;this.playlistController_.selectPlaylist=this.selectPlaylist?this.selectPlaylist.bind(this):s.bind(this),this.playlistController_.selectInitialPlaylist=mt.INITIAL_PLAYLIST_SELECTOR.bind(this),this.playlists=this.playlistController_.mainPlaylistLoader_,this.mediaSource=this.playlistController_.mediaSource,Object.defineProperties(this,{selectPlaylist:{get(){return this.playlistController_.selectPlaylist},set(a){this.playlistController_.selectPlaylist=a.bind(this)}},throughput:{get(){return this.playlistController_.mainSegmentLoader_.throughput.rate},set(a){this.playlistController_.mainSegmentLoader_.throughput.rate=a,this.playlistController_.mainSegmentLoader_.throughput.count=1}},bandwidth:{get(){let a=this.playlistController_.mainSegmentLoader_.bandwidth;const o=W.navigator.connection||W.navigator.mozConnection||W.navigator.webkitConnection,l=1e7;if(this.options_.useNetworkInformationApi&&o){const c=o.downlink*1e3*1e3;c>=l&&a>=l?a=Math.max(a,c):a=c}return a},set(a){this.playlistController_.mainSegmentLoader_.bandwidth=a,this.playlistController_.mainSegmentLoader_.throughput={rate:0,count:0}}},systemBandwidth:{get(){const a=1/(this.bandwidth||1);let o;return this.throughput>0?o=1/this.throughput:o=0,Math.floor(1/(a+o))},set(){re.log.error('The "systemBandwidth" property is read-only')}}}),this.options_.bandwidth&&(this.bandwidth=this.options_.bandwidth),this.options_.throughput&&(this.throughput=this.options_.throughput),Object.defineProperties(this.stats,{bandwidth:{get:()=>this.bandwidth||0,enumerable:!0},mediaRequests:{get:()=>this.playlistController_.mediaRequests_()||0,enumerable:!0},mediaRequestsAborted:{get:()=>this.playlistController_.mediaRequestsAborted_()||0,enumerable:!0},mediaRequestsTimedout:{get:()=>this.playlistController_.mediaRequestsTimedout_()||0,enumerable:!0},mediaRequestsErrored:{get:()=>this.playlistController_.mediaRequestsErrored_()||0,enumerable:!0},mediaTransferDuration:{get:()=>this.playlistController_.mediaTransferDuration_()||0,enumerable:!0},mediaBytesTransferred:{get:()=>this.playlistController_.mediaBytesTransferred_()||0,enumerable:!0},mediaSecondsLoaded:{get:()=>this.playlistController_.mediaSecondsLoaded_()||0,enumerable:!0},mediaAppends:{get:()=>this.playlistController_.mediaAppends_()||0,enumerable:!0},mainAppendsToLoadedData:{get:()=>this.playlistController_.mainAppendsToLoadedData_()||0,enumerable:!0},audioAppendsToLoadedData:{get:()=>this.playlistController_.audioAppendsToLoadedData_()||0,enumerable:!0},appendsToLoadedData:{get:()=>this.playlistController_.appendsToLoadedData_()||0,enumerable:!0},timeToLoadedData:{get:()=>this.playlistController_.timeToLoadedData_()||0,enumerable:!0},buffered:{get:()=>In(this.tech_.buffered()),enumerable:!0},currentTime:{get:()=>this.tech_.currentTime(),enumerable:!0},currentSource:{get:()=>this.tech_.currentSource_,enumerable:!0},currentTech:{get:()=>this.tech_.name_,enumerable:!0},duration:{get:()=>this.tech_.duration(),enumerable:!0},main:{get:()=>this.playlists.main,enumerable:!0},playerDimensions:{get:()=>this.tech_.currentDimensions(),enumerable:!0},seekable:{get:()=>In(this.tech_.seekable()),enumerable:!0},timestamp:{get:()=>Date.now(),enumerable:!0},videoPlaybackQuality:{get:()=>this.tech_.getVideoPlaybackQuality(),enumerable:!0}}),this.tech_.one("canplay",this.playlistController_.setupFirstPlay.bind(this.playlistController_)),this.tech_.on("bandwidthupdate",()=>{this.options_.useBandwidthFromLocalStorage&&RS({bandwidth:this.bandwidth,throughput:Math.round(this.throughput)})}),this.playlistController_.on("selectedinitialmedia",()=>{SS(this)}),this.playlistController_.sourceUpdater_.on("createdsourcebuffers",()=>{this.setupEme_()}),this.on(this.playlistController_,"progress",function(){this.tech_.trigger("progress")}),this.on(this.playlistController_,"firstplay",function(){this.ignoreNextSeekingEvent_=!0}),this.setupQualityLevels_(),this.tech_.el()&&(this.mediaSourceUrl_=W.URL.createObjectURL(this.playlistController_.mediaSource),(re.browser.IS_ANY_SAFARI||re.browser.IS_IOS)&&this.options_.overrideNative&&this.options_.sourceType==="hls"&&typeof this.tech_.addSourceElement=="function"?(this.tech_.addSourceElement(this.mediaSourceUrl_),this.tech_.addSourceElement(this.source_.src)):this.tech_.src(this.mediaSourceUrl_))}createKeySessions_(){const e=this.playlistController_.mediaTypes_.AUDIO.activePlaylistLoader;this.logger_("waiting for EME key session creation"),MS({player:this.player_,sourceKeySystems:this.source_.keySystems,audioMedia:e&&e.media(),mainPlaylists:this.playlists.main.playlists}).then(()=>{this.logger_("created EME key session"),this.playlistController_.sourceUpdater_.initializedEme()}).catch(t=>{this.logger_("error while creating EME key session",t),this.player_.error({message:"Failed to initialize media keys for EME",code:3})})}handleWaitingForKey_(){this.logger_("waitingforkey fired, attempting to create any new key sessions"),this.createKeySessions_()}setupEme_(){const e=this.playlistController_.mediaTypes_.AUDIO.activePlaylistLoader,t=PS({player:this.player_,sourceKeySystems:this.source_.keySystems,media:this.playlists.media(),audioMedia:e&&e.media()});if(this.player_.tech_.on("keystatuschange",n=>{this.playlistController_.updatePlaylistByKeyStatus(n.keyId,n.status)}),this.handleWaitingForKey_=this.handleWaitingForKey_.bind(this),this.player_.tech_.on("waitingforkey",this.handleWaitingForKey_),!t){this.playlistController_.sourceUpdater_.initializedEme();return}this.createKeySessions_()}setupQualityLevels_(){const e=re.players[this.tech_.options_.playerId];!e||!e.qualityLevels||this.qualityLevels_||(this.qualityLevels_=e.qualityLevels(),this.playlistController_.on("selectedinitialmedia",()=>{OS(this.qualityLevels_,this)}),this.playlists.on("mediachange",()=>{op(this.qualityLevels_,this.playlists)}))}static version(){return{"@videojs/http-streaming":sp,"mux.js":DS,"mpd-parser":AS,"m3u8-parser":NS,"aes-decrypter":IS}}version(){return this.constructor.version()}canChangeType(){return ep.canChangeType()}play(){this.playlistController_.play()}setCurrentTime(e){this.playlistController_.setCurrentTime(e)}duration(){return this.playlistController_.duration()}seekable(){return this.playlistController_.seekable()}dispose(){this.playbackWatcher_&&this.playbackWatcher_.dispose(),this.playlistController_&&this.playlistController_.dispose(),this.qualityLevels_&&this.qualityLevels_.dispose(),this.tech_&&this.tech_.vhs&&delete this.tech_.vhs,this.mediaSourceUrl_&&W.URL.revokeObjectURL&&(W.URL.revokeObjectURL(this.mediaSourceUrl_),this.mediaSourceUrl_=null),this.tech_&&this.tech_.off("waitingforkey",this.handleWaitingForKey_),super.dispose()}convertToProgramTime(e,t){return jC({playlist:this.playlistController_.media(),time:e,callback:t})}seekToProgramTime(e,t,n=!0,s=2){return Rf({programTime:e,playlist:this.playlistController_.media(),retryCount:s,pauseAfterSeek:n,seekTo:this.options_.seekTo,tech:this.options_.tech,callback:t})}setupXhrHooks_(){this.xhr.onRequest=e=>{up(this.xhr,e)},this.xhr.onResponse=e=>{cp(this.xhr,e)},this.xhr.offRequest=e=>{dp(this.xhr,e)},this.xhr.offResponse=e=>{hp(this.xhr,e)},this.player_.trigger("xhr-hooks-ready")}attachStreamingEventListeners_(){const e=["seekablerangeschanged","bufferedrangeschanged","contentsteeringloadstart","contentsteeringloadcomplete","contentsteeringparsed"],t=["gapjumped","playedrangeschanged"];e.forEach(n=>{this.playlistController_.on(n,s=>{this.player_.trigger(bt({},s))})}),t.forEach(n=>{this.playbackWatcher_.on(n,s=>{this.player_.trigger(bt({},s))})})}}const Ca={name:"videojs-http-streaming",VERSION:sp,canHandleSource(r,e={}){const t=rt(re.options,e);return!t.vhs.experimentalUseMMS&&!Qr("avc1.4d400d,mp4a.40.2",!1)?!1:Ca.canPlayType(r.type,t)},handleSource(r,e,t={}){const n=rt(re.options,t);return e.vhs=new fp(r,e,n),e.vhs.xhr=Of(),e.vhs.setupXhrHooks_(),e.vhs.src(r.src,r.type),e.vhs},canPlayType(r,e){const t=Bh(r);if(!t)return"";const n=Ca.getOverrideNative(e);return!mt.supportsTypeNatively(t)||n?"maybe":""},getOverrideNative(r={}){const{vhs:e={}}=r,t=!(re.browser.IS_ANY_SAFARI||re.browser.IS_IOS),{overrideNative:n=t}=e;return n}},$S=()=>Qr("avc1.4d400d,mp4a.40.2",!0);$S()&&re.getTech("Html5").registerSourceHandler(Ca,0);re.VhsHandler=fp;re.VhsSourceHandler=Ca;re.Vhs=mt;re.use||re.registerComponent("Vhs",mt);re.options.vhs=re.options.vhs||{};(!re.getPlugin||!re.getPlugin("reloadSourceOnError"))&&re.registerPlugin("reloadSourceOnError",wS);const US="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4AQMAAADSHVMAAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAANQTFRFAAAAp3o92gAAAAF0Uk5TAEDm2GYAAASYSURBVHic7c8BDQAgDMAw7t80Lk5SVgXbnM/M64BtDesa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNaxrWNewrmFdw7qGdQ3rGtY1rGtY17CuYV3DuoZ1Desa1jWsa1jXsK5hXcO6hnUN6xrWNay7Fz0EOVPDeGwAAAAASUVORK5CYII=",qS={class:"o-meeting-playback-video"},jS={key:0,class:"poster-title"},HS=i.defineComponent({__name:"OMeetingPlaybackVideo",props:{src:{default:""},vtt:{default:""},captions:{default:()=>[]},poster:{},posterTitle:{},instance:{},trackIdx:{}},emits:["getDuration","getInstance","setTrackIdx"],setup(r,{expose:e,emit:t}){const n=r,s=i.ref(),a=i.ref(),o=i.ref(),l=t,c=i.ref(!1),d=()=>{c.value=!1},g=(y,w=!1)=>{var B,q;const O=n.instance;if(!O)return;const L=(B=y.activeCues)==null?void 0:B[0];if(s.value&&clearInterval(s.value),L){L.text=((q=L==null?void 0:L.text)==null?void 0:q.replace(/\[(SPEAKER_)\d+]: /g,""))||"";const H=L.text.split(`
|
|
224
|
+
`),j=H.length,I=L.endTime-L.startTime,$=parseFloat((I/j).toFixed(3));let b=0;if(w){const F=(O.currentTime()-L.startTime)/(L.endTime-L.startTime);for(;(b+1)/j<F;)b++}b<j?L.text=H.length?H[b]:L==null?void 0:L.text:L.text=H.length?H[0]:L==null?void 0:L.text;let x=$*1e3;const P=()=>{s.value=setInterval(()=>{y.mode="hidden",b++,b>H.length-1?clearInterval(s.value):b===H.length-1?(L.text=H[b],clearInterval(s.value),x=$*(j-b)*1e3,P()):L.text=H[b],y.mode="showing"},x)};P()}},m=i.ref([]);i.watch(()=>m.value,y=>{const w=n.instance;if(w){const O=w.textTracks();for(let L=0;L<O.length;L++)O[L].kind==="subtitles"&&(g(O[L],!0),O[L].mode=y.length?"showing":"hidden")}},{deep:!0});const k=i.ref(!1),T=i.ref("init"),A=async()=>{if(!n.src)return;const y=re("playerId",{controls:!0,autoplay:!1,preload:"auto",fluid:!0,poster:n.poster||US,playbackRates:[.5,.75,1,1.25,1.5,2],controlBar:{skipButtons:{backward:5,forward:5},children:{playToggle:!0,SkipBackward:{backward:5},skipForward:{forward:5},currentTimeDisplay:!0,timeDivider:!0,durationDisplay:!0,progressControl:!0,PlaybackRateMenuButton:!0,volumePanel:{inline:!1},FullscreenToggle:!0}}});l("getInstance",y),y.src(n.src),y.addRemoteTextTrack({kind:"subtitles",src:n.vtt,srclang:"zh",label:"中文",default:!1}),k.value=!0;class w extends re.getComponent("Button"){constructor(B,q){super(B,q),this.addClass("vjs-subtitle-toggle-button","vjs-subtitle-hidden"),this.controlText("Toggle Subtitles")}buildCSSClass(){return`vjs-subtitle-toggle-button ${super.buildCSSClass()}`}handleClick(){const B=this.player().textTracks();for(let q=0;q<B.length;q++)B[q].kind==="subtitles"&&(g(B[q],!0),B[q].mode=B[q].mode==="showing"?"hidden":"showing",B[q].mode==="showing"?(this.removeClass("vjs-subtitle-hidden"),this.addClass("vjs-subtitle-showing")):(this.removeClass("vjs-subtitle-showing"),this.addClass("vjs-subtitle-hidden")))}}n.vtt&&(re.registerComponent("SubtitleToggleButton",w),y.controlBar.children_.some(L=>L.name_==="SubtitleToggleButton")||y.controlBar.addChild("SubtitleToggleButton",{},8)),(y==null?void 0:y.textTracks().tracks_).forEach(L=>{L==null||L.addEventListener("cuechange",()=>{g(L)})}),y.on("play",()=>{T.value="playing"}),y.on("timeupdate",()=>{const L=y.currentTime()||0,B=n.captions.findIndex(q=>el(q.start_time)>L);l("setTrackIdx",B)}),y.one("loadedmetadata",()=>{l("getDuration",y.duration())}),i.nextTick(()=>{const L=document.getElementsByClassName("o-meeting-playback-video")[0];a.value=L.offsetHeight}),o.value=y};return i.onMounted(()=>{A(),document.addEventListener("click",d)}),i.watch(()=>n.src,()=>{A()}),i.onUnmounted(()=>{var y;(y=n==null?void 0:n.instance)==null||y.dispose(),document.removeEventListener("click",d)}),e({changeTime:y=>{var w;(w=o.value)==null||w.currentTime(y)}}),(y,w)=>(i.openBlock(),i.createElementBlock("div",qS,[i.createElementVNode("div",{class:i.normalizeClass(["video-placeholder",{loaded:k.value,"no-poster":!r.poster,[T.value]:!0}])},[w[0]||(w[0]=i.createElementVNode("video",{class:"video-js",id:"playerId"},null,-1)),r.posterTitle?(i.openBlock(),i.createElementBlock("div",jS,i.toDisplayString(r.posterTitle),1)):i.createCommentVNode("",!0)],2)]))}}),zS={class:"o-meeting-playback"},GS={class:"video-header"},WS={class:"video-title"},YS={class:"video-content"},XS={class:"info-wrapper"},KS={class:"tab-content"},QS={key:0,class:"base-info"},ZS={class:"info-item"},JS={class:"info-item"},eE={class:"info-item"},tE={class:"info-item"},iE={key:1,class:"subject-list"},nE={class:"subject-title"},rE={key:0,class:"subject-progress"},sE=["data-start","data-end"],oh=i.defineComponent({__name:"OMeetingPlayback",props:{dates:{default:()=>[]},detail:{default:()=>({})},data:{default:()=>({})}},emits:["change-date"],setup(r,{emit:e}){const t=r,n=e,{t:s}=Pe.useI18n(),a=i.ref(null),o=U=>{a.value=U},l=i.ref(0),c=U=>{l.value=U},d=i.ref([]),g=async U=>{const G=await(await fetch(U)).json();d.value=(G.segments||[]).map(ee=>{const ie=Uv(ee.speaker);return{...ee,contentHtml:ee.content,speakerIdx:ie,speakerLabel:`${s("meeting.speaker")}${ie}`}})},m=i.ref([]),k=U=>G2[U%3],T=i.ref(0),A=U=>{T.value=U},y=i.ref(),w=i.ref(""),O=i.ref([0,0]);function L(U,Z){const G=Z.getBoundingClientRect(),ie=(U.clientX-G.left)/G.width;return O.value[1]=`${Z.offsetTop+Z.parentElement.offsetTop}px`,O.value[0]=`${ie*100}%`,ie*T.value}const B=U=>{let Z=U;for(;Z&&Z.className!=="subject-progress";)Z=Z.parentElement;return Z},q=U=>{let Z=B(U.target);Z&&(w.value=qv(L(U,Z)))},H=()=>{w.value=""},j=U=>{var G;let Z=B(U.target);Z&&((G=y.value)==null||G.changeTime(L(U,Z)))},I=async U=>{const G=await(await fetch(U)).json();m.value=(G||[]).map(ee=>({...ee,startTime:el(ee.startTime),endTime:el(ee.endTime)}))},$=i.ref("info"),b=i.computed(()=>{const U=[{label:s("meeting.baseInfo"),value:"info"}];return m.value.length&&U.push({label:s("meeting.subject"),value:"subject"}),U}),x=()=>{t.data&&(t.data.textJson&&g(t.data.textJson),t.data.topicJson&&I(t.data.topicJson))};i.watchEffect(()=>{x()});const P=U=>{n("change-date",U)},F=i.ref(null),S=i.ref("auto");let E=null,V=null;const X=()=>{F.value&&(S.value=`${F.value.offsetHeight}px`)},K=()=>{cancelAnimationFrame(V),V=requestAnimationFrame(X)};return i.onMounted(()=>{F.value&&(E=new ResizeObserver(K),E.observe(F.value),X())}),i.onUnmounted(()=>{cancelAnimationFrame(V),E==null||E.disconnect()}),(U,Z)=>{var G,ee,ie,ce,ve;return i.openBlock(),i.createElementBlock("div",zS,[i.createElementVNode("div",{class:"left-card card-wrapper",ref_key:"leftRef",ref:F},[i.createElementVNode("div",GS,[i.createElementVNode("div",WS,i.toDisplayString((G=r.detail)==null?void 0:G.topic)+"("+i.toDisplayString((ee=r.detail)==null?void 0:ee.date)+")",1),(ie=r.dates)!=null&&ie.length?(i.openBlock(),i.createBlock(i.unref(N.OSelect),{key:0,size:"large",clearable:!1,"model-value":(ce=r.detail)==null?void 0:ce.date,placeholder:i.unref(s)("meeting.selectDate"),onChange:P},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.dates,de=>(i.openBlock(),i.createBlock(i.unref(N.OOption),{key:de,value:de,label:de},null,8,["value","label"]))),128))]),_:1},8,["model-value","placeholder"])):i.createCommentVNode("",!0)]),i.createElementVNode("div",YS,[r.data?(i.openBlock(),i.createBlock(HS,{key:0,ref_key:"playerRef",ref:y,src:r.data.video,vtt:r.data.textVtt,poster:r.data.poster,captions:d.value,onGetDuration:A,instance:a.value,onGetInstance:o,trackIdx:l.value,onSetTrackIdx:c},null,8,["src","vtt","poster","captions","instance","trackIdx"])):i.createCommentVNode("",!0)]),i.createElementVNode("div",XS,[i.createVNode(i.unref(N.OTab),{modelValue:$.value,"onUpdate:modelValue":Z[0]||(Z[0]=de=>$.value=de)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(b.value,de=>(i.openBlock(),i.createBlock(i.unref(N.OTabPane),{key:de.value,value:de.value,label:de.label},null,8,["value","label"]))),128))]),_:1},8,["modelValue"]),i.createElementVNode("div",KS,[$.value===b.value[0].value?(i.openBlock(),i.createElementBlock("div",QS,[i.createElementVNode("div",ZS,[i.createElementVNode("span",null,i.toDisplayString(i.unref(s)("meeting.item1")),1),i.createElementVNode("span",null,i.toDisplayString(r.detail.sponsor),1)]),i.createElementVNode("div",JS,[i.createElementVNode("span",null,i.toDisplayString(i.unref(s)("meeting.item2")),1),i.createElementVNode("span",null,i.toDisplayString(r.detail.groupName),1)]),i.createElementVNode("div",eE,[i.createElementVNode("span",null,i.toDisplayString(i.unref(s)("meeting.item3")),1),i.createElementVNode("span",null,i.toDisplayString(r.detail.date)+" "+i.toDisplayString(r.detail.start)+"~"+i.toDisplayString(r.detail.end),1)]),i.createElementVNode("div",tE,[i.createElementVNode("span",null,i.toDisplayString(i.unref(s)("meeting.item4")),1),i.createElementVNode("span",null,i.toDisplayString(r.detail.agenda||"-"),1)])])):i.createCommentVNode("",!0),$.value===((ve=b.value[1])==null?void 0:ve.value)?(i.openBlock(),i.createElementBlock("div",iE,[w.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"mouse-current-time",style:i.normalizeStyle({top:O.value[1],left:O.value[0]})},i.toDisplayString(w.value),5)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(m.value,(de,Be)=>(i.openBlock(),i.createElementBlock("div",{class:"subject-item",key:de.title},[i.createElementVNode("div",nE,i.toDisplayString(de.title),1),T.value?(i.openBlock(),i.createElementBlock("div",rE,[i.createElementVNode("div",{class:"subject-progress-item",onClick:j,onMousemove:q,onMouseleave:H,"data-start":de.startTime,"data-end":de.endTime,style:i.normalizeStyle({"--start":(de.startTime<0?0:de.startTime)/T.value,"--end":(de.endTime>T.value?T.value:de.endTime)/T.value,background:k(Be)})},null,44,sE)])):i.createCommentVNode("",!0)]))),128))])):i.createCommentVNode("",!0)])])],512),i.createElementVNode("div",{class:"right-card card-wrapper",style:i.normalizeStyle({height:S.value})},[i.createVNode(Mb,{captions:d.value,trackIdx:l.value,instance:a.value},null,8,["captions","trackIdx","instance"])],4)])}}}),aE={version:"1.1",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"};function oE(r,e){return i.openBlock(),i.createElementBlock("svg",aE,[...e[0]||(e[0]=[i.createElementVNode("path",{d:"M12.032 2.355c1.632 0 3.205 0.404 4.611 1.166 0.34 0.182 0.466 0.609 0.281 0.949s-0.609 0.463-0.949 0.281c-1.201-0.65-2.546-0.996-3.943-0.996-4.585 0-8.3 3.715-8.3 8.297 0 4.588 3.715 8.303 8.3 8.303s8.3-3.715 8.3-8.303c0-2.063-0.753-4.002-2.098-5.514-0.258-0.287-0.231-0.732 0.059-0.984 0.287-0.258 0.729-0.234 0.987 0.053 1.57 1.764 2.452 4.037 2.452 6.445 0 5.361-4.342 9.703-9.7 9.703s-9.7-4.342-9.7-9.703c0-5.355 4.342-9.697 9.7-9.697zM10.866 7.658c0-0.627 0.507-1.131 1.134-1.131s1.134 0.504 1.134 1.131c0 0.627-0.507 1.131-1.134 1.131s-1.134-0.504-1.134-1.131zM12.706 10.002c-0.044-0.346-0.337-0.609-0.691-0.609-0.387 0-0.7 0.311-0.703 0.697l-0.023 6.762 0.006 0.1c0.044 0.34 0.337 0.603 0.691 0.603 0.387 0.006 0.7-0.311 0.703-0.697l0.023-6.762-0.006-0.094z"},null,-1)])])}const lE={name:"components-icon-tips",render:oE},uE={class:"o-sig-meeting-aside"},cE={class:"month"},dE={class:"days"},hE=["onClick"],fE={class:"day-d"},pE={class:"day-c"},mE={class:"arrow-wrapper"},Ws=1,gE=i.defineComponent({__name:"OSigMeetingAside",props:{data:{},current:{},total:{},active:{},meetingDates:{},eventsDates:{}},emits:["click-date","change-month"],setup(r,{emit:e}){const t=r,n=e,s=o=>{n("click-date",o)},a=o=>{t.current+o>=t.total||t.current+o<0||n("change-month",o)};return(o,l)=>(i.openBlock(),i.createElementBlock("div",uE,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(r.data,(c,d)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:d},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c,g=>(i.openBlock(),i.createElementBlock("div",{key:g.month,class:"month-item"},[i.createElementVNode("div",cE,i.toDisplayString(g.month.replace(/-/g,"/")),1),i.createElementVNode("div",dE,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(g.days,m=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["day-item",r.active===`${g.month}-${m}`&&"active"]),key:m,onClick:k=>s(`${g.month}-${m}`)},[i.createElementVNode("div",fE,i.toDisplayString(m),1),i.createElementVNode("div",pE,[r.meetingDates.includes(`${g.month}-${m}`)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:0,style:i.normalizeStyle({zIndex:i.unref(si)(i.unref(Re).MEETING,"zIndex"),backgroundColor:i.unref(si)(i.unref(Re).MEETING,"color")})},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(i.unref(si)(i.unref(Re).MEETING,"icon"))))]),_:1},8,["style"])):i.createCommentVNode("",!0),r.eventsDates.includes(`${g.month}-${m}`)?(i.openBlock(),i.createBlock(i.unref(N.OIcon),{key:1,style:i.normalizeStyle({zIndex:i.unref(si)(i.unref(Re).EVENTS,"zIndex"),backgroundColor:i.unref(si)(i.unref(Re).EVENTS,"color")})},{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(i.unref(si)(i.unref(Re).EVENTS,"icon"))))]),_:1},8,["style"])):i.createCommentVNode("",!0)])],10,hE))),128))])]))),128))],64))),128)),i.createElementVNode("div",mE,[i.createVNode(i.unref(N.OIcon),{onClick:l[0]||(l[0]=c=>a(0-Ws)),class:i.normalizeClass(r.current-Ws<0&&"disabled")},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowLeft))]),_:1},8,["class"]),i.createVNode(i.unref(N.OIcon),{onClick:l[1]||(l[1]=c=>a(Ws)),class:i.normalizeClass(r.current+Ws>=r.total&&"disabled")},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowRight))]),_:1},8,["class"])])]))}}),vE={class:"o-sig-meeting-calendar"},yE={key:0,class:"meeting-card-header"},_E={key:0,class:"header-left"},TE={key:1,class:"date-select"},bE={class:"meeting-card-content"},xE={class:"list-content"},lh=i.defineComponent({__name:"OSigMeetingCalendar",props:{sigName:{},getMeetingListRequest:{},getDateListRequest:{},getEventsListRequest:{},dates:{}},setup(r){const e=r,{t}=Pe.useI18n(),{lePadV:n}=xt.useScreen(),s=i.ref(""),a=i.ref(!1),o=i.ref([]),l=i.computed(()=>n.value?100:5),c=i.ref(""),d=i.ref([]),g=i.ref([]),m=i.ref([]),k=i.ref(-1),T=x=>{y(x)},A=x=>{y(x)},y=async x=>{if(e.getMeetingListRequest)try{a.value=!0,s.value=_e(x).format("YYYY-MM-DD");const P=await e.getMeetingListRequest(s.value,e.sigName);o.value=P.map(F=>({...F,time:`${F.start}-${F.end}`,date:F.date||s.value,type:Re.MEETING}))}finally{a.value=!1,m.value.forEach(P=>{P.dates.includes(s.value)&&o.value.push(P)})}},w=async()=>{e.getDateListRequest&&(d.value=await e.getDateListRequest()),e.getEventsListRequest&&(m.value=await e.getEventsListRequest(),g.value=(m.value||[]).map(x=>x.dates).flat())},O=i.ref(Re.ALL),L=()=>{w()};i.watch(()=>n.value,()=>{n.value&&L(Re.ALL)});const B=x=>{const P=_e(x).format("YYYY-MM-DD");return[P.slice(0,7),P.slice(8,10)]},q=i.computed(()=>{let x=[];return O.value===Re.ALL?x=[...d.value||[],...g.value]:O.value===Re.MEETING?x=d.value||[]:x=g.value,[...new Set(x)].sort((P,F)=>_e(P).isAfter(_e(F))?1:-1).map(P=>_e(P).format("YYYY-MM-DD"))}),H=()=>{let x=q.value.find(P=>P===_e().format("YYYY-MM-DD"));x||(x=q.value.find(P=>_e(P).isAfter(_e()))||[...q.value].reverse().find(P=>_e().isAfter(_e(P)))),c.value=x};i.watch(()=>q.value,x=>{x.length&&(H(),i.nextTick(()=>{y(c.value)}))});const j=i.computed(()=>{const x=q.value.reduce((E,V)=>{var U,Z;const[X,K]=B(V);return E[X]={count:(((U=E[X])==null?void 0:U.count)||0)+1,days:[...((Z=E[X])==null?void 0:Z.days)||[],K]},E},{}),P=Object.keys(x).map(E=>({...x[E],month:E})),F=[];let S=[];return P.forEach(E=>{for(;E.days.length;)if(!S.length)E.days.splice(0,6).forEach(V=>{S.push({month:E.month,day:V})}),S.length>=5&&(F.push(S),S=[]);else{let V=S.length;V%2===1&&(V+=1),E.days.length+S.length<=6?(E.days.splice(0,6).forEach(X=>{S.push({month:E.month,day:X})}),S.length>=5&&(F.push(S),S=[])):(E.days.splice(0,6-V).forEach(X=>{S.push({month:E.month,day:X})}),S.length>=5&&(F.push(S),S=[]))}}),S.length&&(F.push(S),S=[]),F}),I=i.computed(()=>j.value.map(x=>{const P=x.reduce((F,S)=>(F[S.month]=F[S.month]||[],F[S.month].push(S.day),F),{});return Object.keys(P).map(F=>({month:F,days:P[F]||[]}))})),$=()=>{j.value.length?(k.value=j.value.findIndex(x=>x.some(P=>c.value===`${P.month}-${P.day}`)),k.value===-1&&(k.value=j.value.findIndex(x=>x.some(P=>c.value.includes(P.month))))):k.value=-1};i.watch([()=>j.value,()=>c.value],()=>{$()},{deep:!0});const b=x=>{k.value+=x};return i.onMounted(()=>{w()}),(x,P)=>{const F=i.resolveComponent("ElOption"),S=i.resolveComponent("ElSelect");return i.openBlock(),i.createElementBlock("div",vE,[i.unref(n)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",yE,[c.value?(i.openBlock(),i.createElementBlock("div",_E,[i.createElementVNode("span",null,i.toDisplayString(i.unref(t)("meeting.latestMeeting")),1),i.createElementVNode("span",null,i.toDisplayString(i.unref(_e)(c.value).format("YYYY/MM/DD")),1),i.createVNode(i.unref(N.OPopover),null,{target:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),{class:"tips"},{default:i.withCtx(()=>[i.createVNode(i.unref(lE))]),_:1})]),default:i.withCtx(()=>[i.createElementVNode("div",null,[i.createElementVNode("p",null,i.toDisplayString(i.unref(t)("meeting.detailHalfYearMeetings")),1)])]),_:1})])):i.createCommentVNode("",!0),i.createVNode(i.unref(N.OTab),{modelValue:O.value,"onUpdate:modelValue":P[0]||(P[0]=E=>O.value=E),onChange:L,line:!1},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(ta).slice(0,-1),E=>(i.openBlock(),i.createBlock(i.unref(N.OTabPane),{key:E.value,value:E.value},{nav:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(E.icon)))]),_:2},1024),i.createTextVNode(" "+i.toDisplayString(E.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])])),i.unref(n)&&q.value.length?(i.openBlock(),i.createElementBlock("div",TE,[i.createVNode(S,{modelValue:s.value,"onUpdate:modelValue":P[1]||(P[1]=E=>s.value=E),onChange:A},{label:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(t)("meeting.latestMeeting"))+" "+i.toDisplayString(s.value),1)]),default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(q.value,E=>(i.openBlock(),i.createBlock(F,{key:E,value:E,label:i.unref(_e)(E).format("YYYY/MM/DD")},null,8,["value","label"]))),128))]),_:1},8,["modelValue"])])):i.createCommentVNode("",!0),!i.unref(n)||i.unref(n)&&q.value.length?(i.openBlock(),i.createBlock(i.unref(N.ODivider),{key:2,class:"meeting-divider"})):i.createCommentVNode("",!0),i.createElementVNode("div",bE,[!i.unref(n)&&k.value!==-1?(i.openBlock(),i.createBlock(gE,{key:0,data:I.value.slice(k.value,k.value+1),meetingDates:O.value!==i.unref(Re).EVENTS?d.value:[],eventsDates:O.value!==i.unref(Re).MEETING?g.value:[],onClickDate:T,onChangeMonth:b,current:k.value,total:I.value.length,active:s.value},null,8,["data","meetingDates","eventsDates","current","total","active"])):i.createCommentVNode("",!0),i.createElementVNode("div",xE,[i.createVNode(wh,{list:o.value,rows:l.value},{empty:i.withCtx(()=>[i.renderSlot(x.$slots,"empty")]),_:3},8,["list","rows"])])])])}}}),CE={class:"o-my-meeting-calendar"},SE={class:"meeting-list"},EE={class:"list-calendar-mb"},kE={class:"list-calendar"},wE=["onClick"],DE={class:"date-cell-text"},AE={class:"list-body"},NE=["id"],IE={class:"item-header-left"},OE={class:"meeting-icon"},BE={class:"header-info"},LE={key:0},ME={class:"title-wrapper"},PE={class:"title-text"},RE={key:1,class:"tag-wrapper"},VE={class:"meeting-info"},FE={key:0,class:"item-header-right"},$E={class:"meeting-detail"},UE={key:0,class:"meeting-btn"},qE={key:0,class:"load-text"},jE={class:"dialog-content"},uh=i.defineComponent({__name:"OMyMeetingCalendar",props:{cancelSubMeetingRequest:{},deleteMeetingRequest:{},getMeetingListRequest:{},groupType:{default:Oi.SIG}},emits:["edit"],setup(r,{emit:e}){const t=N.useMessage(null),n=i.ref(!1),s=i.ref(1),a=i.ref(50),o=i.ref(null),l=i.ref([]),c=i.ref([]),d=i.computed(()=>o.value===null||c.value.length<o.value),g=i.ref(!1),{t:m,locale:k}=Pe.useI18n(),T=i.computed(()=>k.value===Pe.Locales.EN),A=r,y=i.ref(!1),{isPhone:w}=xt.useScreen(),O=i.ref([]),L=e,B=i.ref(!1),q=i.ref(!1),H=i.ref(),j=i.ref(0),I=()=>{var ne;j.value=((ne=H.value)==null?void 0:ne.clientHeight)||0},$=async()=>{if(A.getMeetingListRequest&&!B.value)try{if(o.value>0&&(s.value-1)*a.value>o.value)return;if(!d.value&&w.value){qe("next-month");return}n.value=!0,B.value=!0;const ne=await A.getMeetingListRequest({page:s.value,size:a.value,order_by:"date",order_type:"asc",month:_e(Le.value).format("YYYY-MM")}),se=(ne.data||[]).map(oe=>{var Gt,Xi,$t;const{is_cycle:xe,date:he,start:Xe,end:Ze,cycle_sub:Et,cycle_start_date:je,cycle_end_date:ui,cycle_start:Lt,cycle_end:ci,cycle_type:ft,cycle_interval:Ft,cycle_point:di}=oe;if(xe){let Si="",C="";ft===gn&&(C=m("meeting.cycleDay")),ft===yn&&(Ft>1?C=m("meeting.cycleWeek.other",[Kn(ft,di),Ft]):C=m("meeting.cycleWeek.one",[Kn(ft,di)])),ft===rn&&(C=m("meeting.cycleMonth",[Kn(ft,di)])),Si=m("meeting.cycleMeetingText2",{startDate:je,endDate:ui,startTime:Lt,endTime:ci,cycleType:C});const D=(Gt=oe.obs_data)==null?void 0:Gt.filter(Q=>Q.text_video_url);return Et.filter(Q=>_e(Q.date).isBefore(_e(Le.value).add(1,"month").format("YYYY-MM-01"))&&!_e(Q.date).isBefore(_e(Le.value).format("YYYY-MM-01"))).map(({id:Q,...ae})=>({...oe,...ae,timeRange:Si,dateRange:`${ae.start}-${ae.end}`,hasObsData:D.find(ye=>ye.sub_id===ae.sub_id),time:`${ae.start}-${ae.end}`,isExpired:_e(`${ae.date} ${ae.start}`).isBefore(_e())}))}return[{...oe,dateRange:`${Xe} - ${Ze}`,timeRange:`${Xe} - ${Ze}`,hasObsData:(($t=(Xi=oe.obs_data)==null?void 0:Xi.filter(Si=>Si.text_video_url))==null?void 0:$t.length)>0,time:`${Xe}-${Ze}`,isExpired:_e(`${he} ${Xe}`).isBefore(_e())}]}).flat().filter(oe=>oe.date.slice(0,7)===pt(Le.value,"YYYY-MM-DD").slice(0,7));g.value?(c.value=ne.data||[],l.value=se):s.value===1&&!w.value?(c.value=ne.data||[],l.value=se):(c.value=[...c.value,...ne.data||[]],l.value=[...l.value,...se]),l.value.sort((oe,xe)=>oe.date===xe.date?On(oe.start)>On(xe.start)?1:-1:_e(oe.date).isAfter(_e(xe.date))?1:-1),o.value=(ne==null?void 0:ne.total)||0,i.nextTick(()=>{Ue(),Ae.value&&!w.value&&S()})}finally{n.value=!1,B.value=!1,q.value=!1,g.value=!1}},b=zi.useDebounceFn(()=>{d.value&&(w.value||(q.value=!0,s.value++,$()))},200),x=zi.useDebounceFn(()=>{if(!d.value||!w.value)return;const ne=window.scrollY||window.pageYOffset,se=window.innerHeight;document.documentElement.scrollHeight-(ne+se)<=300&&!B.value&&(q.value=!0,s.value++,$())},200),P=ne=>{const se=l.value.filter(oe=>oe.date===ne);return se.length&&se.every(oe=>oe.is_delete)},F=ne=>{const se=ne.target;if(!se)return;const oe=se.scrollTop,xe=se.scrollHeight,he=se.clientHeight;oe+he>=xe&&b()},S=()=>{Ae.value.getContainerEl().addEventListener("scroll",F)},E=i.ref({}),V=(ne,se)=>{ne&&se&&(E.value[se]=ne)},X=async ne=>{await E.value[ne].copyInfo(),t.success({content:m("common.copySuccess")})},K=i.ref(!1),U=i.ref(null),Z=ne=>{L("edit",ne,"whole")},G=ne=>{U.value=ne,K.value=!0},ee=async()=>{if(A.deleteMeetingRequest)try{y.value=!0,await A.deleteMeetingRequest(U.value.id),K.value=!1,t.success({content:`${m("meeting.meetingCancel",[U.value.topic])}`}),g.value=!0,$()}finally{y.value=!1}},ie=i.ref(!1),ce=i.ref(""),ve=i.ref(null),de=[{label:m("meeting.meetingSingle"),value:"single"},{label:m("meeting.meetingCycle"),value:"whole"}],Be=i.ref("single"),ke=(ne,se)=>{ne.is_cycle?(ve.value=ne,ce.value=se,ie.value=!0):se==="cancel"?G(ne):Z(ne)},we=()=>{ie.value=!1,ve.value=null,ce.value="",Be.value="single"},Ye=async()=>{const ne=ve.value;if(ce.value==="cancel")try{if(y.value=!0,Be.value==="single"&&ne.is_cycle){if(!A.cancelSubMeetingRequest)return;await A.cancelSubMeetingRequest(ne.sub_id),t.success({content:`${m("meeting.meetingCancel",[ne.topic])}`})}else{if(!A.deleteMeetingRequest)return;await A.deleteMeetingRequest(ne.id),t.success({content:`${m("meeting.meetingCancel",[ne.topic])}`})}we(),g.value=!0,$()}finally{y.value=!1}else L("edit",ne,Be.value),we()},Ve=i.ref(),et=i.computed(()=>[...new Set(l.value.map(ne=>ne.date))].sort((ne,se)=>_e(ne).isBefore(_e(se))?-1:1)),Qe=i.computed(()=>[...new Set(l.value.filter(ne=>!ne.isExpired&&!ne.is_delete).map(ne=>ne.date))].sort((ne,se)=>_e(ne).isBefore(_e(se))?-1:1)),Le=i.ref(),Ue=()=>{var oe;const ne=Qe.value.find(xe=>!_e(xe).isBefore(_e(new Date).format("YYYY-MM-DD")));ne?Le.value=ne:Le.value||(Le.value=_e().format("YYYY-MM-DD")),(oe=Ve.value)==null||oe.pickDay(_e(Le.value)),Le.value=_e(Le.value).format("YYYY-MM-DD");const se=l.value.find(xe=>xe.date===Le.value&&!xe.isExpired&&!xe.is_delete);se&&(O.value=[se.sub_id||se.id])},At=(ne,se)=>{var oe;(!se||!((oe=ne.target)!=null&&oe.className.includes("date-cell-text")))&&(ne.stopPropagation(),ne.preventDefault())},qe=ne=>{Ve.value&&(s.value=1,o.value=null,window.scrollTo({top:0,behavior:"smooth"}),Ve.value.selectDate(ne),g.value=!0,i.nextTick(()=>{Le.value=_e(Ve.value.selectedDay).format("YYYY-MM-DD"),$()}))},St=i.computed(()=>l.value.reduce((ne,se)=>{if(ne.length){const oe=ne.at(-1);return oe.date===se.date?oe.list.push(se):ne.push({date:se.date,list:[se]}),ne}else return[{date:se.date,list:[se]}]},[])),Ee=ne=>bh[_e(ne).day()],Ae=i.ref();i.watch(()=>Le.value,()=>{pe(Le.value)});const pe=ne=>{var xe,he,Xe;const se=_e(ne).format("YYYY-MM-DD"),oe=document.querySelector(`#group-title-${se}`);oe&&(w.value?window.scrollTo({top:(((xe=oe.parentElement)==null?void 0:xe.offsetTop)||0)-52,behavior:"smooth"}):(Xe=Ae.value)==null||Xe.scrollTo({top:((he=oe.parentElement)==null?void 0:he.offsetTop)||0,behavior:"smooth"}))};i.onMounted(()=>{$(),window.addEventListener("scroll",x),window.addEventListener("resize",x),I(),window.addEventListener("resize",I)}),i.onUnmounted(()=>{var se;window.removeEventListener("scroll",x),window.removeEventListener("resize",x),window.removeEventListener("resize",I);const ne=(se=Ae.value)==null?void 0:se.getContainerEl();ne==null||ne.removeEventListener("scroll",F)});const De=ne=>(ne=_e(ne||void 0),T.value?ne.format("MMMM YYYY"):ne.format("YYYY MM月")),Ge=i.computed(()=>[{id:"confirm",color:"primary",label:m("common.confirm"),variant:"solid",size:"large",round:"pill",loading:y.value,onClick:()=>{Ye()}},{id:"cancel",color:"primary",label:m("common.cancel"),variant:"outline",size:"large",round:"pill",onClick:()=>{we()}}]),st=i.computed(()=>[{id:"confirm",color:"primary",label:m("common.confirm"),variant:"solid",size:"large",round:"pill",loading:y.value,onClick:()=>{ee()}},{id:"cancel",color:"primary",label:m("common.cancel"),variant:"outline",size:"large",round:"pill",onClick:()=>{K.value=!1}}]);return(ne,se)=>(i.openBlock(),i.createElementBlock("div",CE,[i.createElementVNode("div",SE,[i.createElementVNode("div",EE,[i.createElementVNode("span",null,i.toDisplayString(De(Le.value)),1),i.createElementVNode("span",null,[i.createVNode(i.unref(N.OIcon),{onClick:se[0]||(se[0]=oe=>qe("prev-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronLeft))]),_:1}),i.createVNode(i.unref(N.OIcon),{onClick:se[1]||(se[1]=oe=>qe("next-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})])]),i.createElementVNode("div",kE,[i.createVNode(i.unref(tt.ElCalendar),{ref_key:"calendarRef",ref:Ve,modelValue:Le.value,"onUpdate:modelValue":se[4]||(se[4]=oe=>Le.value=oe)},{header:i.withCtx(()=>[i.createElementVNode("span",null,i.toDisplayString(De(Le.value)),1),i.createElementVNode("div",null,[i.createVNode(i.unref(N.OIcon),{onClick:se[2]||(se[2]=oe=>qe("prev-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronLeft))]),_:1}),i.createVNode(i.unref(N.OIcon),{onClick:se[3]||(se[3]=oe=>qe("next-month"))},{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})])]),"date-cell":i.withCtx(({data:oe})=>[i.createElementVNode("div",{onClick:xe=>At(xe,et.value.includes(oe.day)),class:i.normalizeClass({"date-cell":!0,"is-selected":oe.isSelected,"is-today":i.unref(pt)(oe.day)===i.unref(pt)(),clickable:et.value.includes(oe.day),expired:i.unref(_e)(i.unref(pt)()).isAfter(i.unref(_e)(oe.day)),"all-deleted":P(oe.day)})},[i.createElementVNode("div",DE,i.toDisplayString(Number(oe.day.split("-")[2])),1)],10,wE)]),_:1},8,["modelValue"])]),i.createElementVNode("div",{class:i.normalizeClass(["list-wrapper",l.value.length?"":"is-empty"])},[l.value.length?(i.openBlock(),i.createBlock(i.unref(N.OScroller),{key:0,ref_key:"scrollerRef",ref:Ae,onScrollend:i.unref(b),style:i.normalizeStyle({"--header-height":j.value}),class:"scroller-container","show-type":"hover"},{default:i.withCtx(()=>[i.createElementVNode("div",AE,[i.createVNode(i.unref(N.OCollapse),{modelValue:O.value,"onUpdate:modelValue":se[7]||(se[7]=oe=>O.value=oe),accordion:i.unref(w)},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(St.value,(oe,xe)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:oe.date},[xe===0?(i.openBlock(),i.createElementBlock("div",{key:0,class:"list-month-change prev-month",onClick:se[5]||(se[5]=he=>qe("prev-month"))},[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowLeft))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(m)("meeting.preMonth")),1)])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["group-item",xe===St.value.length-1&&"last-item"])},[i.createElementVNode("div",{class:i.normalizeClass({"group-bar":!0,"is-active":i.unref(_e)(Le.value).format("YYYY-MM-DD")===oe.date,"is-end":oe.list.every(he=>he.isExpired)})},[...se[11]||(se[11]=[i.createElementVNode("div",{class:"group-bar-line"},null,-1),i.createElementVNode("div",{class:"group-bar-dot"},null,-1)])],2),i.createElementVNode("div",{class:i.normalizeClass({"group-title":!0,"is-end":oe.list.every(he=>he.isExpired)}),id:`group-title-${i.unref(_e)(new Date(oe.date)).format("YYYY-MM-DD")}`},i.toDisplayString(i.unref(_e)(oe.date).format("MM/DD"))+" "+i.toDisplayString(Ee(oe.date)),11,NE),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(oe.list,(he,Xe)=>(i.openBlock(),i.createBlock(i.unref(N.OCollapseItem),{key:he.sub_id||he.id,value:he.sub_id||he.id,class:i.normalizeClass({"last-item":xe===St.value.length-1&&Xe===oe.list.length-1})},{title:i.withCtx(()=>[i.createElementVNode("div",IE,[i.createElementVNode("div",OE,[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(Ol))]),_:1})]),i.createElementVNode("div",BE,[i.createElementVNode("div",{class:i.normalizeClass({"meeting-title":!0,"is-delete":he.is_delete,"is-end":he.isExpired})},[he.is_delete?(i.openBlock(),i.createElementBlock("div",LE,i.toDisplayString(i.unref(m)("meeting.meetingCancelled")),1)):i.createCommentVNode("",!0),i.createElementVNode("div",ME,[i.createElementVNode("div",PE,i.toDisplayString(he.topic),1)]),he.is_cycle?(i.openBlock(),i.createElementBlock("div",RE,[i.createVNode(i.unref(N.OTag),{color:"primary",variant:"outline"},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.cycle")),1)]),_:1})])):i.createCommentVNode("",!0)],2),i.createElementVNode("div",VE,[i.createElementVNode("span",null,i.toDisplayString(he.dateRange),1),i.createVNode(i.unref(N.ODivider),{direction:"v"}),i.createElementVNode("span",null,i.toDisplayString(r.groupType===i.unref(Oi).GROUP?i.unref(m)("meeting.groups"):i.unref(m)("meeting.sigs"))+": "+i.toDisplayString(he.group_name),1)])])]),he.is_delete?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",FE,[he.isExpired?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[he.etherpad?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,target:"_blank",href:he.etherpad},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.meetingSummary"))+" ",1)]),_:1},8,["href"])):i.createCommentVNode("",!0),he.hasObsData?(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:1,target:"_blank",href:`/${i.unref(k)}/video/${he.group_name}/${he.mid}/${he.date}`},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.viewRecord"))+" ",1)]),_:1},8,["href"])):i.createCommentVNode("",!0)],64)):(i.openBlock(),i.createBlock(i.unref(N.OLink),{key:0,target:"_blank",href:he.join_url,rel:"noopener noreferrer"},{suffix:i.withCtx(()=>[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconChevronRight))]),_:1})]),default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.joinMeeting"))+" ",1)]),_:1},8,["href"]))])),i.createVNode(i.unref(N.OIcon),{onClick:i.withModifiers(()=>X(Xe),["stop"]),class:"copy-icon"},{default:i.withCtx(()=>[i.createVNode(i.unref(Bl))]),_:1},8,["onClick"])]),default:i.withCtx(()=>[i.createElementVNode("div",$E,[i.createVNode(ns,{show:O.value.includes(he.sub_id||he.id),data:he,ref_for:!0,ref:Ze=>V(Ze,he.id),from:"my"},null,8,["show","data"]),!he.isExpired&&!he.is_delete?(i.openBlock(),i.createElementBlock("div",UE,[i.createVNode(i.unref(N.OLink),{onClick:Ze=>ke(he,"edit")},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.editMeeting")),1)]),_:1},8,["onClick"]),i.createVNode(i.unref(N.OLink),{onClick:Ze=>ke(he,"cancel")},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.cancelMeeting")),1)]),_:1},8,["onClick"])])):i.createCommentVNode("",!0)])]),_:2},1032,["value","class"]))),128)),se[12]||(se[12]=i.createElementVNode("div",{class:"height-placeholder"},null,-1))],2),xe===St.value.length-1?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[q.value?(i.openBlock(),i.createElementBlock("div",qE,i.toDisplayString(i.unref(m)("common.loading")),1)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"list-month-change next-month",onClick:se[6]||(se[6]=he=>qe("next-month"))},[i.createVNode(i.unref(N.OIcon),null,{default:i.withCtx(()=>[i.createVNode(i.unref(N.OIconArrowRight))]),_:1}),i.createElementVNode("span",null,i.toDisplayString(i.unref(m)("meeting.nextMonth")),1)])],64)):i.createCommentVNode("",!0)],64))),128))]),_:1},8,["modelValue","accordion"])])]),_:1},8,["onScrollend","style"])):n.value?i.createCommentVNode("",!0):i.renderSlot(ne.$slots,"empty",{key:1})],2),i.createVNode(i.unref(N.ODialog),{visible:ie.value,"onUpdate:visible":se[9]||(se[9]=oe=>ie.value=oe),"main-class":"handle-dialog",onClose:we,actions:Ge.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.meetingHandleText",[ce.value==="edit"?i.unref(m)("meeting.edit"):i.unref(m)("meeting.cancel2")])),1)]),default:i.withCtx(()=>[i.createVNode(i.unref(N.ORadioGroup),{modelValue:Be.value,"onUpdate:modelValue":se[8]||(se[8]=oe=>Be.value=oe)},{default:i.withCtx(()=>[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(de,oe=>i.createVNode(i.unref(N.ORadio),{value:oe.value,key:oe.value},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(oe.label),1)]),_:2},1032,["value"])),64))]),_:1},8,["modelValue"])]),_:1},8,["visible","actions"]),i.createVNode(i.unref(N.ODialog),{visible:K.value,"onUpdate:visible":se[10]||(se[10]=oe=>K.value=oe),"main-class":"cancel-dialog",actions:st.value},{header:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(i.unref(m)("meeting.confirmCancel")),1)]),default:i.withCtx(()=>{var oe;return[i.createElementVNode("div",jE,i.toDisplayString(i.unref(m)("meeting.confirmCancelDesc",[(oe=U.value)==null?void 0:oe.topic])),1)]}),_:1},8,["visible","actions"])])]))}}),HE=Object.assign(Dc,{install(r){r.component("OMeetingCalendar",Dc)}}),zE=Object.assign(Ic,{install(r){r.component("OMeetingCalendar",Ic)}}),GE=Object.assign(oh,{install(r){r.component("OMeetingPlayback",oh)}}),WE=Object.assign(lh,{install(r){r.component("OSigMeetingCalendar",lh)}}),YE=Object.assign(uh,{install(r){r.component("OMyMeetingCalendar",uh)}}),XE={OBanner:ch,OCookieNotice:dh,OFooter:hh,OHeaderSearch:fh,OHeaderUser:ph,OPlusConfigProvider:mh,OSection:gh,OSourceCode:vh,OThemeSwitcher:yh},KE={install:r=>{Object.entries(XE).forEach(([e,t])=>{r.component(e,t)})}};exports.OElCookieNotice=Pe.OElCookieNotice;exports.CalendarDataType=Re;exports.EventsStatusT=en;exports.MeetingGroupType=Oi;exports.OActivityApproval=Py;exports.OActivityForm=My;exports.OBanner=ch;exports.OCookieNotice=dh;exports.OEventsApply=H_;exports.OEventsCalendar=q_;exports.OEventsList=j_;exports.OFooter=hh;exports.OHeader=CT;exports.OHeaderMoblie=ST;exports.OHeaderSearch=fh;exports.OHeaderUser=ph;exports.OMeetingCalendar=HE;exports.OMeetingForm=zE;exports.OMeetingPlayback=GE;exports.OMyActivityCalendar=Ry;exports.OMyMeetingCalendar=YE;exports.OPlusConfigProvider=mh;exports.OSection=gh;exports.OSigMeetingCalendar=WE;exports.OSourceCode=vh;exports.OThemeSwitcher=yh;exports.default=KE;
|