@vkontakte/videoplayer-interactive 1.0.8 → 1.0.9-beta.1

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/es2015.cjs.js CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @vkontakte/videoplayer-interactive v1.0.8
3
- * Mon, 08 Apr 2024 01:41:21 GMT
4
- * https://st.mycdn.me/static/vkontakte-videoplayer/1-0-8/doc/
2
+ * @vkontakte/videoplayer-interactive v1.0.9-beta.1
3
+ * Wed, 24 Apr 2024 12:17:30 GMT
4
+ * https://st.mycdn.me/static/vkontakte-videoplayer/1-0-9/doc/
5
5
  */
6
- "use strict";var Dn=Object.create;var De=Object.defineProperty;var Wn=Object.getOwnPropertyDescriptor;var Un=Object.getOwnPropertyNames;var Hn=Object.getPrototypeOf,Gn=Object.prototype.hasOwnProperty;var zn=(i,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Un(t))!Gn.call(i,r)&&r!==e&&De(i,r,{get:()=>t[r],enumerable:!(n=Wn(t,r))||n.enumerable});return i};var qn=(i,t,e)=>(e=i!=null?Dn(Hn(i)):{},zn(t||!i||!i.__esModule?De(e,"default",{value:i,enumerable:!0}):e,i));var P=require("@vkontakte/videoplayer-shared/es2015.cjs.js"),Kn=require("uuid"),Qn=require("@vkontakte/videoplayer-core/es2015.cjs.js");const Yn="1.0.8";function xi(i,t=1){let e="0",n="0",r="0";return i.length===4?(e="0x"+i[1]+i[1],n="0x"+i[2]+i[2],r="0x"+i[3]+i[3]):i.length===7&&(e="0x"+i[1]+i[2],n="0x"+i[3]+i[4],r="0x"+i[5]+i[6]),`rgba(${+e},${+n},${+r},${t})`}const K="SDK_NAME",Xn="SDK_NAME-controls-container",Pi=()=>document.querySelector(`.${Xn}`),Zn=.4,Y={textColor:"#000",textSize:.4,textContent:"",roundCorners:0,borderWidth:0,borderColor:"#000",borderAlpha:1,backgroundColor:"#fff",backgroundAlpha:1,innerSizesDependOn:"self",angle:0},We={top:"flex-start",bottom:"flex-end",center:"center"},Ue={start:"flex-start",end:"flex-end",center:"center"},He={start:"left",end:"right",center:"center"},Li=({target:i,props:t})=>{var e,n,r,s,l,o;i.style.alignItems=(n=We[(e=t==null?void 0:t.text)===null||e===void 0?void 0:e.gravityVertical])!==null&&n!==void 0?n:We.center,i.style.justifyContent=(s=Ue[(r=t==null?void 0:t.text)===null||r===void 0?void 0:r.gravityHorizontal])!==null&&s!==void 0?s:Ue.center,i.style.textAlign=(o=He[(l=t==null?void 0:t.text)===null||l===void 0?void 0:l.alignment])!==null&&o!==void 0?o:He.start},Vi=({target:i,props:t,fallback:e,dependsOn:n})=>{var r,s,l,o,c,d;i.style.color=(s=(r=t==null?void 0:t.text)===null||r===void 0?void 0:r.color)!==null&&s!==void 0?s:e.textColor,i.style.fontSize=`calc(${n.height} * ${(o=(l=t==null?void 0:t.text)===null||l===void 0?void 0:l.size)!==null&&o!==void 0?o:e.textSize})`,i.textContent=(d=(c=t==null?void 0:t.text)===null||c===void 0?void 0:c.value)!==null&&d!==void 0?d:e.textContent},Ni=({target:i,props:t,fallback:e})=>{var n,r,s,l;i.style.backgroundColor=xi((r=(n=t==null?void 0:t.background)===null||n===void 0?void 0:n.color)!==null&&r!==void 0?r:e.backgroundColor,(l=(s=t==null?void 0:t.background)===null||s===void 0?void 0:s.alpha)!==null&&l!==void 0?l:e.backgroundAlpha)},Mi=({target:i,props:t,fallback:e,dependsOn:n})=>{var r,s,l,o,c,d,h,u,v,m,g;i.style.border=`calc(${n.height} * ${(l=(s=(r=t==null?void 0:t.shape)===null||r===void 0?void 0:r.border)===null||s===void 0?void 0:s.width)!==null&&l!==void 0?l:e.borderWidth}) solid ${xi((d=(c=(o=t==null?void 0:t.shape)===null||o===void 0?void 0:o.border)===null||c===void 0?void 0:c.color)!==null&&d!==void 0?d:e.borderColor,(v=(u=(h=t==null?void 0:t.shape)===null||h===void 0?void 0:h.border)===null||u===void 0?void 0:u.alpha)!==null&&v!==void 0?v:e.borderAlpha)}`,i.style.borderRadius=`calc(${n.height} * ${(g=(m=t==null?void 0:t.shape)===null||m===void 0?void 0:m.roundCorners)!==null&&g!==void 0?g:e.roundCorners})`},je=({target:i,layoutParams:t,fallback:e})=>{var n;i.style.transform=`rotate(${(n=-t.angle)!==null&&n!==void 0?n:e.angle}rad)`},Jt="int",$e={AREA:`${Jt}_area`,TEXT:`${Jt}_text`,BUTTON:`${Jt}_bttn`};class Re{constructor(t){this.control=t}createView(t){var e;const n=document.createElement("div");n.classList.add(`${K}-control-container-${this.control.id}`),t(n,this.control.layoutParams);const r=((e=this.control.layoutParams.innerSizesDependOn)!==null&&e!==void 0?e:Y.innerSizesDependOn)==="self"?{height:n.style.height,width:n.style.width}:{height:"var(--interactive-content-height)",width:"var(--interactive-content-width)"};return{controlContainerEl:n,dependsOn:r}}setEvents(t,e){t&&this.control.events.forEach(n=>{switch(n.type.trim().toLowerCase()){case"onclick":t.addEventListener("click",s=>{s.stopPropagation(),e&&e({action:n.action,controlId:this.control.id,controlType:this.control.type})});break}})}getElement(){return document.querySelector(`.${K}-control-container-${this.control.id}`)}}const ki=i=>{if(i.type.trim().toLowerCase()==="area")return new Jn(i)};class Jn extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:e}){const{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("button");return s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.AREA),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.type="button",Ni({target:s,props:this.control.props,fallback:Object.assign(Object.assign({},Y),{backgroundColor:"transparent"})}),Mi({target:s,props:this.control.props,fallback:Object.assign(Object.assign({},Y),{borderAlpha:0}),dependsOn:n}),je({target:s,layoutParams:this.control.layoutParams,fallback:Y}),r.append(s),t.append(r),this.controlEl=s,r}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}const Fi=i=>{if(i.type.trim().toLowerCase()==="button")return new tr(i)};class tr extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:e}){const{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("button");s.type="button",s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.BUTTON),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.style.fontFamily="inherit";const l=document.createElement("span");return l.style.display="inline-block",l.style.whiteSpace="pre",l.style.overflow="hidden",l.style.textOverflow="ellipsis",je({target:s,layoutParams:this.control.layoutParams,fallback:Y}),Ni({target:s,props:this.control.props,fallback:Y}),Mi({target:s,props:this.control.props,fallback:Y,dependsOn:n}),Li({target:s,props:this.control.props}),Vi({target:l,props:this.control.props,fallback:Y,dependsOn:n}),s.append(l),r.append(s),t.append(r),this.controlEl=s,r}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}const er=i=>{if(i.type.trim().toLowerCase()==="text")return new ir(i)};class ir extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:e}){const{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("div");s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.TEXT),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.fontFamily="inherit";const l=document.createElement("span");return l.style.whiteSpace="pre",je({target:s,layoutParams:this.control.layoutParams,fallback:Y}),Li({target:s,props:this.control.props}),Vi({target:l,props:this.control.props,fallback:Y,dependsOn:n}),s.append(l),r.append(s),t.append(r),this.controlEl=s,r}disable(){}enable(){}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}class nr{constructor(t){this.layout=t}}const rr=i=>{if(i.type.trim().toLowerCase()==="relative")return new Bi(i)};class Bi extends nr{constructor(t){super(t)}setContainerLayout(t){t.style.position="relative"}setControlLayout(t,e){t.style.position="absolute",t.style.width=`calc(var(--interactive-content-width) * ${e.width})`,t.style.height=`calc(var(--interactive-content-height) * ${e.height})`,t.style.left=`calc(var(--interactive-content-width) * ${e.x} + ((var(--interactive-width) - var(--interactive-content-width)) / 2))`,t.style.top=`calc(var(--interactive-content-height) * ${e.y} + ((var(--interactive-height) - var(--interactive-content-height)) / 2))`}}function st(i,t){var e={};for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&t.indexOf(n)<0&&(e[n]=i[n]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,n=Object.getOwnPropertySymbols(i);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(i,n[r])&&(e[n[r]]=i[n[r]]);return e}function A(i,t,e,n){function r(s){return s instanceof e?s:new e(function(l){l(s)})}return new(e||(e=Promise))(function(s,l){function o(h){try{d(n.next(h))}catch(u){l(u)}}function c(h){try{d(n.throw(h))}catch(u){l(u)}}function d(h){h.done?s(h.value):r(h.value).then(o,c)}d((n=n.apply(i,t||[])).next())})}function a(i,t,e,n){if(e==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?i!==t||!n:!t.has(i))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e==="m"?n:e==="a"?n.call(i):n?n.value:t.get(i)}function I(i,t,e,n,r){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?i!==t||!r:!t.has(i))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?r.call(i,e):r?r.value=e:t.set(i,e),e}var Ct,Gt,Ge;class Di{constructor(t){Ct.add(this),this.container=t,this.factories=new Map,a(this,Ct,"m",Gt).call(this)}addControlFactory(t,e){this.factories.set(t.trim().toLowerCase(),e),a(this,Ct,"m",Gt).call(this)}removeControlFactory(t){this.factories.delete(t.trim().toLowerCase()),a(this,Ct,"m",Gt).call(this)}}Ct=new WeakSet,Gt=function(){this.controls=a(this,Ct,"m",Ge).call(this)},Ge=function(){var t;return(t=this.container.controls)===null||t===void 0?void 0:t.reduce((e,n)=>{const r=n.type.trim().toLowerCase(),s=this.factories.get(r);return s?[...e,s(n)]:[...e]},[])};const Wi=(i,t)=>{if(i.type.trim().toLowerCase()==="choice")return new sr(i,t)};class sr extends Di{constructor(t,e){super(t),this.rootElement=e!=null?e:Pi(),this.layout=new Bi(this.container.layout),this.isRemoved=!1,this.isDisabled=!1,this.addControlFactory("button",Fi),this.addControlFactory("text",er),this.addControlFactory("area",ki)}createView(t){const e=document.createElement("div");return e.classList.add(`${K}-${this.container.id}`),this.layout.setContainerLayout(e),this.controls.forEach(n=>{const r=n.createView({parent:e,layoutFn:this.layout.setControlLayout});n.setEvents(r,t)}),this.rootElement.append(e),this.isRemoved=!1,e}hide(){const t=this.getElement();t&&(t.style.visibility="hidden")}show(){const t=this.getElement();t&&(t.style.visibility="visible")}enable(){const t=this.getElement();t&&(this.controls.forEach(e=>e.enable()),t.style.opacity=1,this.isDisabled=!1)}disable(){const t=this.getElement();t&&(this.controls.forEach(e=>e.disable()),t.style.opacity=Zn,this.isDisabled=!0)}removeView(){var t;this.isRemoved||((t=this.getElement())===null||t===void 0||t.remove(),this.isRemoved=!0)}getElement(){return this.rootElement.querySelector(`.${K}-${this.container.id}`)}}var te=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function ar(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var kt=function(i){return i&&i.Math==Math&&i},at=kt(typeof globalThis=="object"&&globalThis)||kt(typeof window=="object"&&window)||kt(typeof self=="object"&&self)||kt(typeof te=="object"&&te)||function(){return this}()||te||Function("return this")(),ht=function(i){try{return!!i()}catch(t){return!0}},or=ht,Xt=!or(function(){var i=function(){}.bind();return typeof i!="function"||i.hasOwnProperty("prototype")}),lr=Xt,Ui=Function.prototype,ze=Ui.apply,qe=Ui.call,cr=typeof Reflect=="object"&&Reflect.apply||(lr?qe.bind(ze):function(){return qe.apply(ze,arguments)}),Hi=Xt,Gi=Function.prototype,pe=Gi.call,dr=Hi&&Gi.bind.bind(pe,pe),wt=Hi?dr:function(i){return function(){return pe.apply(i,arguments)}},zi=wt,hr=zi({}.toString),ur=zi("".slice),qi=function(i){return ur(hr(i),8,-1)},fr=qi,vr=wt,Ki=function(i){if(fr(i)==="Function")return vr(i)},ye=typeof document=="object"&&document.all,pr=typeof ye=="undefined"&&ye!==void 0,Qi={all:ye,IS_HTMLDDA:pr},Yi=Qi,yr=Yi.all,ut=Yi.IS_HTMLDDA?function(i){return typeof i=="function"||i===yr}:function(i){return typeof i=="function"},Xi={},mr=ht,xt=!mr(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7}),br=Xt,Ft=Function.prototype.call,Ae=br?Ft.bind(Ft):function(){return Ft.apply(Ft,arguments)},Zi={},Ji={}.propertyIsEnumerable,tn=Object.getOwnPropertyDescriptor,gr=tn&&!Ji.call({1:2},1);Zi.f=gr?function(t){var e=tn(this,t);return!!e&&e.enumerable}:Ji;var en=function(i,t){return{enumerable:!(i&1),configurable:!(i&2),writable:!(i&4),value:t}},Cr=wt,Er=ht,Ir=qi,ee=Object,_r=Cr("".split),wr=Er(function(){return!ee("z").propertyIsEnumerable(0)})?function(i){return Ir(i)=="String"?_r(i,""):ee(i)}:ee,nn=function(i){return i==null},Sr=nn,Or=TypeError,rn=function(i){if(Sr(i))throw Or("Can't call method on "+i);return i},Tr=wr,jr=rn,$r=function(i){return Tr(jr(i))},Ke=ut,sn=Qi,Rr=sn.all,Zt=sn.IS_HTMLDDA?function(i){return typeof i=="object"?i!==null:Ke(i)||i===Rr}:function(i){return typeof i=="object"?i!==null:Ke(i)},an={},ie=an,ne=at,Ar=ut,Qe=function(i){return Ar(i)?i:void 0},on=function(i,t){return arguments.length<2?Qe(ie[i])||Qe(ne[i]):ie[i]&&ie[i][t]||ne[i]&&ne[i][t]},xr=wt,Pr=xr({}.isPrototypeOf),Lr=typeof navigator!="undefined"&&String(navigator.userAgent)||"",ln=at,re=Lr,Ye=ln.process,Xe=ln.Deno,Ze=Ye&&Ye.versions||Xe&&Xe.version,Je=Ze&&Ze.v8,z,Kt;Je&&(z=Je.split("."),Kt=z[0]>0&&z[0]<4?1:+(z[0]+z[1]));!Kt&&re&&(z=re.match(/Edge\/(\d+)/),(!z||z[1]>=74)&&(z=re.match(/Chrome\/(\d+)/),z&&(Kt=+z[1])));var Vr=Kt,ti=Vr,Nr=ht,Mr=at,kr=Mr.String,cn=!!Object.getOwnPropertySymbols&&!Nr(function(){var i=Symbol();return!kr(i)||!(Object(i)instanceof Symbol)||!Symbol.sham&&ti&&ti<41}),Fr=cn,dn=Fr&&!Symbol.sham&&typeof Symbol.iterator=="symbol",Br=on,Dr=ut,Wr=Pr,Ur=dn,Hr=Object,hn=Ur?function(i){return typeof i=="symbol"}:function(i){var t=Br("Symbol");return Dr(t)&&Wr(t.prototype,Hr(i))},Gr=String,zr=function(i){try{return Gr(i)}catch(t){return"Object"}},qr=ut,Kr=zr,Qr=TypeError,un=function(i){if(qr(i))return i;throw Qr(Kr(i)+" is not a function")},Yr=un,Xr=nn,Zr=function(i,t){var e=i[t];return Xr(e)?void 0:Yr(e)},se=Ae,ae=ut,oe=Zt,Jr=TypeError,ts=function(i,t){var e,n;if(t==="string"&&ae(e=i.toString)&&!oe(n=se(e,i))||ae(e=i.valueOf)&&!oe(n=se(e,i))||t!=="string"&&ae(e=i.toString)&&!oe(n=se(e,i)))return n;throw Jr("Can't convert object to primitive value")},fn={exports:{}},ei=at,es=Object.defineProperty,is=function(i,t){try{es(ei,i,{value:t,configurable:!0,writable:!0})}catch(e){ei[i]=t}return t},ns=at,rs=is,ii="__core-js_shared__",ss=ns[ii]||rs(ii,{}),as=ss,ni=as;(fn.exports=function(i,t){return ni[i]||(ni[i]=t!==void 0?t:{})})("versions",[]).push({version:"3.31.0",mode:"pure",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.31.0/LICENSE",source:"https://github.com/zloirock/core-js"});var os=fn.exports,ls=rn,cs=Object,vn=function(i){return cs(ls(i))},ds=wt,hs=vn,us=ds({}.hasOwnProperty),xe=Object.hasOwn||function(t,e){return us(hs(t),e)},fs=wt,vs=0,ps=Math.random(),ys=fs(1 .toString),ms=function(i){return"Symbol("+(i===void 0?"":i)+")_"+ys(++vs+ps,36)},bs=at,gs=os,ri=xe,Cs=ms,Es=cn,Is=dn,Et=bs.Symbol,le=gs("wks"),_s=Is?Et.for||Et:Et&&Et.withoutSetter||Cs,ws=function(i){return ri(le,i)||(le[i]=Es&&ri(Et,i)?Et[i]:_s("Symbol."+i)),le[i]},Ss=Ae,si=Zt,ai=hn,Os=Zr,Ts=ts,js=ws,$s=TypeError,Rs=js("toPrimitive"),As=function(i,t){if(!si(i)||ai(i))return i;var e=Os(i,Rs),n;if(e){if(t===void 0&&(t="default"),n=Ss(e,i,t),!si(n)||ai(n))return n;throw $s("Can't convert object to primitive value")}return t===void 0&&(t="number"),Ts(i,t)},xs=As,Ps=hn,pn=function(i){var t=xs(i,"string");return Ps(t)?t:t+""},Ls=at,oi=Zt,me=Ls.document,Vs=oi(me)&&oi(me.createElement),Ns=function(i){return Vs?me.createElement(i):{}},Ms=xt,ks=ht,Fs=Ns,yn=!Ms&&!ks(function(){return Object.defineProperty(Fs("div"),"a",{get:function(){return 7}}).a!=7}),Bs=xt,Ds=Ae,Ws=Zi,Us=en,Hs=$r,Gs=pn,zs=xe,qs=yn,li=Object.getOwnPropertyDescriptor;Xi.f=Bs?li:function(t,e){if(t=Hs(t),e=Gs(e),qs)try{return li(t,e)}catch(n){}if(zs(t,e))return Us(!Ds(Ws.f,t,e),t[e])};var Ks=ht,Qs=ut,Ys=/#|\.prototype\./,Pt=function(i,t){var e=Zs[Xs(i)];return e==ta?!0:e==Js?!1:Qs(t)?Ks(t):!!t},Xs=Pt.normalize=function(i){return String(i).replace(Ys,".").toLowerCase()},Zs=Pt.data={},Js=Pt.NATIVE="N",ta=Pt.POLYFILL="P",ea=Pt,ci=Ki,ia=un,na=Xt,ra=ci(ci.bind),sa=function(i,t){return ia(i),t===void 0?i:na?ra(i,t):function(){return i.apply(t,arguments)}},mn={},aa=xt,oa=ht,la=aa&&oa(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42}),ca=Zt,da=String,ha=TypeError,ua=function(i){if(ca(i))return i;throw ha(da(i)+" is not an object")},fa=xt,va=yn,pa=la,Bt=ua,di=pn,ya=TypeError,ce=Object.defineProperty,ma=Object.getOwnPropertyDescriptor,de="enumerable",he="configurable",ue="writable";mn.f=fa?pa?function(t,e,n){if(Bt(t),e=di(e),Bt(n),typeof t=="function"&&e==="prototype"&&"value"in n&&ue in n&&!n[ue]){var r=ma(t,e);r&&r[ue]&&(t[e]=n.value,n={configurable:he in n?n[he]:r[he],enumerable:de in n?n[de]:r[de],writable:!1})}return ce(t,e,n)}:ce:function(t,e,n){if(Bt(t),e=di(e),Bt(n),va)try{return ce(t,e,n)}catch(r){}if("get"in n||"set"in n)throw ya("Accessors not supported");return"value"in n&&(t[e]=n.value),t};var ba=xt,ga=mn,Ca=en,Ea=ba?function(i,t,e){return ga.f(i,t,Ca(1,e))}:function(i,t,e){return i[t]=e,i},Dt=at,Ia=cr,_a=Ki,wa=ut,Sa=Xi.f,Oa=ea,pt=an,Ta=sa,yt=Ea,hi=xe,ja=function(i){var t=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new i;case 1:return new i(e);case 2:return new i(e,n)}return new i(e,n,r)}return Ia(i,this,arguments)};return t.prototype=i.prototype,t},$a=function(i,t){var e=i.target,n=i.global,r=i.stat,s=i.proto,l=n?Dt:r?Dt[e]:(Dt[e]||{}).prototype,o=n?pt:pt[e]||yt(pt,e,{})[e],c=o.prototype,d,h,u,v,m,g,w,f,p;for(v in t)d=Oa(n?v:e+(r?".":"#")+v,i.forced),h=!d&&l&&hi(l,v),g=o[v],h&&(i.dontCallGetSet?(p=Sa(l,v),w=p&&p.value):w=l[v]),m=h&&w?w:t[v],!(h&&typeof g==typeof m)&&(i.bind&&h?f=Ta(m,Dt):i.wrap&&h?f=ja(m):s&&wa(m)?f=_a(m):f=m,(i.sham||m&&m.sham||g&&g.sham)&&yt(f,"sham",!0),yt(o,v,f),s&&(u=e+"Prototype",hi(pt,u)||yt(pt,u,{}),yt(pt[u],v,m),i.real&&c&&(d||!c[v])&&yt(c,v,m)))},Ra=Math.ceil,Aa=Math.floor,xa=Math.trunc||function(t){var e=+t;return(e>0?Aa:Ra)(e)},Pa=xa,bn=function(i){var t=+i;return t!==t||t===0?0:Pa(t)},La=bn,Va=Math.min,Na=function(i){return i>0?Va(La(i),9007199254740991):0},Ma=Na,ka=function(i){return Ma(i.length)},Fa=$a,Ba=vn,Da=ka,Wa=bn;Fa({target:"Array",proto:!0},{at:function(t){var e=Ba(this),n=Da(e),r=Wa(t),s=r>=0?r:n+r;return s<0||s>=n?void 0:e[s]}});var Ua=on,Ha=Ua,Ga=Ha,za=Ga("Array","at"),qa=za,Ka=qa,Qa=Ka,Ya=Qa,be=ar(Ya);function gn(i,t){let e;return(...n)=>{clearTimeout(e),e=setTimeout(()=>i(...n),t)}}const Lt={Object:"Object",String:"String",Array:"Array",Number:"Number",Function:"Function",Boolean:"Boolean"},St=(i,t)=>Object.prototype.toString.call(i)===`[object ${t}]`,Pe=i=>St(i,Lt.Object),ge=i=>St(i,Lt.String),Le=i=>St(i,Lt.Array),Cn=i=>St(i,Lt.Number),Xa=i=>St(i,Lt.Function),ui=i=>Cn(i)&&!isNaN(i),$t=i=>Pe(i)&&Object.keys(i).length===0,En=i=>Le(i)&&!i.length,Wt=(i,t)=>ge(i)&&(t?i.trim():i).length,In=window.navigator.userAgent.toLowerCase(),Za=/mobi/i.test(In);In.indexOf("android")>-1;const Ja="video_interactive",to="videoint",eo=250;class io{constructor(t){this.onResize=e=>{this.isReady&&(!e[0].contentRect.width||!e[0].contentRect.height||(this.lastZoomInfo&&this.ngEditor.zoomTo(this.getNextPoint()),this.ngEditorSize={width:e[0].contentRect.width,height:e[0].contentRect.height}))},this.handleChapterChange=e=>{var n;if(this.isReady){if(this.isHidden||this.hide(),!(e!=null&&e.id)){(n=this.onError)===null||n===void 0||n.call(this,"Id is not found"),console.error("Id is not found");return}this.visitedChapterIds.add(e.id),this.ngEditor.selectChapter(e.id),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.currentChapterId=e.id,this.lastZoomInfo=void 0}},this.handleManifestChange=(e,n=[])=>A(this,void 0,void 0,function*(){var r;if(!Cn(e.graph.edit.chapters[0].x)){this.isReady=!1,(r=this.onError)===null||r===void 0||r.call(this,"Can't show graph"),console.error("Can't show graph");return}if(this.lastZoomInfo=void 0,!this.ngEditor){let s;try{s=yield P.loadVKLangPack(this.lang,Ja,to)}catch(o){console.log("Unable to load graph language pack")}const{GraphEditor:l}=yield import("@interactiveplatform/movika-graph-editor");this.ngEditor=new l(this.graphWrapperElement,{mode:"read",lang:this.lang,translation:s}),this.ngEditor.on("control",({name:o,chapterId:c})=>{o==="openPreview"&&this.onOpenPreviewClick(c)}),this.ngEditor.on("zoomEnd",o=>{this.lastZoomInfo=Object.assign({},o)})}this.visitedChapterIds=new Set(n),e.metadata.id!==this.currentManifestId?(this.ngEditor.update(e),this.currentManifestId=e.metadata.id):this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.isReady=!0}),this.init(t)}init({root:t,onOpenPreviewClick:e,onError:n,lang:r,visitedChapters:s=[]}){this.isHidden=!0,this.currentManifestId=void 0,this.currentChapterId=void 0,this.visitedChapterIds=new Set(s),this.onOpenPreviewClick=e,this.onError=n,this.lang=r!=null?r:"ru",this.zoom=.7,this.isReady=!1,this.lastZoomInfo=void 0,this.ngEditorSize=void 0,this.ngEditor=void 0,this.graphWrapperElement=no(t),this.resizeObserver=new ResizeObserver(gn(this.onResize,eo)),this.resizeObserver.observe(this.graphWrapperElement)}getNextPoint(t=this.ngEditorSize){return[(this.lastZoomInfo.x-t.width/2)/this.lastZoomInfo.value*-1,(this.lastZoomInfo.y-t.height/2)/this.lastZoomInfo.value*-1]}setVisitedChapters(t){this.visitedChapterIds=new Set([...this.visitedChapterIds,...t]),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds))}updateVideosInfo(t){this.ngEditor.updateVideosInfo(t)}show(){!this.ngEditor||!this.isReady||(this.graphWrapperElement.style.display="block",this.lastZoomInfo||this.ngEditor.focusChapter(this.currentChapterId),this.isHidden=!1)}hide(){this.graphWrapperElement.style.display="none",this.isHidden=!0}destroy(){var t,e;this.hide(),this.resizeObserver.disconnect(),(t=this.ngEditor)===null||t===void 0||t.setVisitedChapters([]),this.onOpenPreviewClick=void 0,(e=this.ngEditor)===null||e===void 0||e.dispose(),this.graphWrapperElement.remove(),this.isReady=!1}}function no(i){const t=document.createElement("div");return t.style.position="absolute",t.style.top="0",t.style.left="0",t.style.height="100%",t.style.width="100%",t.style.display="none",i.append(t),t}const At=(i="",t="")=>{i=i.split("."),t=t.split(".");let e=0;for(let n=0;n<Math.max(i.length,t.length)&&!e;n++)i[n]>t[n]?e=1:i[n]<t[n]?e=-1:e=0;return e},ro="3.1",fi={default:"setNextBranch",random:"setRandomBranch",weightlessRandom:"setWeightlessRandomBranch",max:"setMaxWeightBranch",min:"setMinWeightBranch"},so={type:"onSuspense",action:{type:"continuePlayback",args:{shouldOpenNow:!0,isDetachContainer:!0}}},ao=i=>{const t=[];for(const e of i.chapters){let n;const r=[];for(let o of e.branches){const{isDefault:c}=o,d=st(o,["isDefault"]);c&&(n=d.id),r.push(d)}let s=[];const l=[];for(let o of e.containers){const{fallbackStrategy:c}=o,d=st(o,["fallbackStrategy"]),h=!!d.endTime;let u=[so];switch(c){case"await":h?u=[]:s=[];break;case"default":{const v={type:"onSuspense",action:{type:fi.default,args:{branchId:n,shouldOpenNow:!h,isDetachContainer:!0}}};h?u=[v]:s=[v];break}case"random":case"weightlessRandom":case"max":case"min":{const v={type:"onSuspense",action:{type:fi[c],args:{}}};h?u=[v]:s=[v];break}}for(const v of d.controls)l.push(Object.assign(Object.assign({},d),{controls:[Object.assign({},v)],id:Kn.v4(),events:u}))}t.push(Object.assign(Object.assign({},e),{containers:l,events:s,branches:r}))}return i.metadata.version=ro,i.metadata.updated=new Date().toISOString(),Object.assign(Object.assign({},i),{chapters:t})},oo="3.2",lo=i=>{if(!i.media){const t=i.metadata,{media:e}=t,n=st(t,["media"]);return Object.assign(Object.assign({},i),{metadata:Object.assign(Object.assign({},n),{version:oo}),media:e})}return i},co="3.3",ho=(i=[])=>({edit:{chapters:i},view:{}}),vi={type:"onSuspense",action:{type:"expect",args:{shouldOpenNow:!0,isDetachContainer:!0}}},uo=i=>{var t;const e=[],n=[];for(const r of i.chapters){const{id:s,x:l,y:o}=r,c=st(r,["id","x","y"]),d=c.containers.map(h=>{var u;return Object.assign(Object.assign({},h),{controls:h.controls.map(v=>{var{subtype:m,type:g}=v,w=st(v,["subtype","type"]);return Object.assign(Object.assign({},w),{type:m!=null?m:g})}),events:!((u=h.events)===null||u===void 0)&&u.length?h.events:[vi]})});e.push(Object.assign(Object.assign({id:s},c),{containers:d,events:!((t=c.events)===null||t===void 0)&&t.length?c.events:[vi]})),n.push({id:s,x:l,y:o})}return Object.assign(Object.assign({},i),{chapters:e,graph:ho(n),metadata:Object.assign(Object.assign({},i.metadata),{version:co})})},fo=[{version:"3.0",migrate:ao},{version:"3.1",migrate:lo},{version:"3.2",migrate:uo}],vo=i=>fo.reduce((t,e)=>At(t.metadata.version,e.version)?t:e.migrate(t),i),po=Object.freeze({Button:"Button",Area:"Area",Text:"Text"}),j=Object.freeze({openURI:"openURI",setNextBranch:"setNextBranch",setWeightlessRandomBranch:"setWeightlessRandomBranch",setRandomBranch:"setRandomBranch",setMaxWeightBranch:"setMaxWeightBranch",setMinWeightBranch:"setMinWeightBranch",setDefaultBranch:"setDefaultBranch",continuePlayback:"continuePlayback",expect:"expect"});exports.INTERACTIVE_CLICK_ACTIONS=void 0;(function(i){i.GO_NEXT_BUTTON="GO_NEXT_BUTTON",i.GO_NEXT_AREA="GO_NEXT_AREA",i.WATCH_AGAIN="WATCH_AGAIN",i.OPEN_GRAPH="OPEN_GRAPH",i.CLOSE_GRAPH="CLOSE_GRAPH"})(exports.INTERACTIVE_CLICK_ACTIONS||(exports.INTERACTIVE_CLICK_ACTIONS={}));const pi={metadata:"Object",chapters:"Array"},yo="3.0.0",mo="3.3.0",Ve=i=>{const t=At(i,yo);return t===-1?!1:t===0?!0:At(i,mo)!==1},bo=i=>{if(!Pe(i))return!1;for(const t in pi)if(!i[t]||!St(i[t],pi[t]))return!1;return Ve(i.metadata.version)},_n=i=>i.type===po.Text;class S{constructor(t,e,...n){this.severity=t,this.category=e,this.data=n}toString(){return`SDK_NAME ERROR ${JSON.stringify(this,null," ")}`}}S.Severity={RECOVERABLE:1,CRITICAL:2};S.Category={VIDEO:0,INTERACTIVES:1,GRAPH:2,MANIFEST:3,LOADERS:4,HISTORY:5,SEAMLESS:6};class wn{constructor(){this.listeners={}}addListener(t,e){return this.listeners[t]=this.listeners[t]||[],this.listeners[t].push(e),this}on(t,e){return this.addListener(t,e)}once(t,e){this.listeners[t]=this.listeners[t]||[];const n=()=>{e(),this.off(t,n)};return this.listeners[t].push(n),this}off(t,e){return this.removeListener(t,e)}reset(){this.listeners={}}removeListener(t,e){const n=this.listeners[t];if(!n)return this;for(let r=n.length;r>0;r--)if(n[r]===e){n.splice(r,1);break}return this}emit(t,...e){const n=this.listeners[t];return n?(n.forEach(r=>{r(...e)}),!0):!1}listenerCount(t){return(this.listeners[t]||[]).length}rawListeners(t){return this.listeners[t]}}class go{constructor(t){this.addFn=(e,n=!1)=>{Xa(e)&&(this.fns.push(e),n&&this.updateFn())},this.removeFn=(e,n=!1)=>{this.fns=this.fns.filter(r=>r!==e),n&&this.updateFn()},this.updateFn=()=>{this.fn=()=>{this.fns.forEach(e=>e()),this.raf&&this.forceRequestAnimation()}},this.forceRequestAnimation=()=>{this.fn&&(this.raf=requestAnimationFrame(this.fn))},this.requestAnimation=()=>{this.raf||this.forceRequestAnimation()},this.cancelAnimation=()=>{cancelAnimationFrame(this.raf),this.raf=void 0},this.raf,this.fn,this.fns=[],this.addFn(t)}release(){this.cancelAnimation(),this.fn=void 0,this.fns=[]}}class Co{constructor(t){var e,n;this.loaders={chapterLoaders:(e=t==null?void 0:t.chapterLoaders)!==null&&e!==void 0?e:[],manifestLoaders:(n=t==null?void 0:t.manifestLoaders)!==null&&n!==void 0?n:[]}}exec(t,e){return A(this,void 0,void 0,function*(){return Eo(...this.loaders[t])(e)})}}function Eo(...i){return function(e){return A(this,void 0,void 0,function*(){const n=[...i];for(;n.length>0;)e=yield n.shift()(e);return e})}}function Qt(i,t,e){return i?Object.assign(Object.assign({},i),{[t]:i[t]?[e,...i[t]]:[e]}):{[t]:[e]}}function Ce(i){var{actions:t,errors:e,chapterId:n}=i,r=st(i,["actions","errors","chapterId"]);if(n){const s=t.getManifest(),l=t.getChapter(s.chapters,n);if(l){const o=t.getMedia(s.media,l.videoId),c=t.getGraph(s.graph,l.id);return o?Object.assign(Object.assign({},r),{actions:t,errors:e,result:{chapter:l,media:o,graph:c}}):Object.assign(Object.assign({},r),{errors:Qt(e,Ce.name,"Could not find media"),actions:t})}}return Object.assign(Object.assign({},r),{errors:Qt(e,Ce.name,"Could not find chapter"),actions:t})}class yi{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(t,e,n){t in this.listeners||(this.listeners[t]=[]),this.listeners[t].push({callback:e,options:n})}removeEventListener(t,e){if(!(t in this.listeners))return;const n=this.listeners[t];for(let r=0,s=n.length;r<s;r++)if(n[r].callback===e){n.splice(r,1);return}}dispatchEvent(t){if(!(t.type in this.listeners))return;const n=this.listeners[t.type].slice();for(let r=0,s=n.length;r<s;r++){const l=n[r];try{l.callback.call(this,t)}catch(o){Promise.resolve().then(()=>{throw o})}l.options&&l.options.once&&this.removeEventListener(t.type,l.callback)}return!t.defaultPrevented}}class Sn extends yi{constructor(){super(),this.listeners||yi.call(this),Object.defineProperty(this,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,"reason",{value:void 0,writable:!0,configurable:!0})}toString(){return"[object AbortSignal]"}dispatchEvent(t){t.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,t)),super.dispatchEvent(t)}}class Io{constructor(){Object.defineProperty(this,"signal",{value:new Sn,writable:!0,configurable:!0})}abort(t){let e;try{e=new Event("abort")}catch(r){typeof document!="undefined"?document.createEvent?(e=document.createEvent("Event"),e.initEvent("abort",!1,!1)):(e=document.createEventObject(),e.type="abort"):e={type:"abort",bubbles:!1,cancelable:!1}}let n=t;if(n===void 0)if(typeof document=="undefined")n=new Error("This operation was aborted"),n.name="AbortError";else try{n=new DOMException("signal is aborted without reason")}catch(r){n=new Error("This operation was aborted"),n.name="AbortError"}this.signal.reason=n,this.signal.dispatchEvent(e)}toString(){return"[object AbortController]"}}typeof Symbol!="undefined"&&Symbol.toStringTag&&(Io.prototype[Symbol.toStringTag]="AbortController",Sn.prototype[Symbol.toStringTag]="AbortSignal");function On(i){return i.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof i.Request=="function"&&!i.Request.prototype.hasOwnProperty("signal")||!i.AbortController}function _o(i){typeof i=="function"&&(i={fetch:i});const{fetch:t,Request:e=t.Request,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r=!1}=i;if(!On({fetch:t,Request:e,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r}))return{fetch:t,Request:s};let s=e;(s&&!s.prototype.hasOwnProperty("signal")||r)&&(s=function(d,h){let u;h&&h.signal&&(u=h.signal,delete h.signal);const v=new e(d,h);return u&&Object.defineProperty(v,"signal",{writable:!1,enumerable:!1,configurable:!0,value:u}),v},s.prototype=e.prototype);const l=t;return{fetch:(c,d)=>{const h=s&&s.prototype.isPrototypeOf(c)?c.signal:d?d.signal:void 0;if(h){let u;try{u=new DOMException("Aborted","AbortError")}catch(m){u=new Error("Aborted"),u.name="AbortError"}if(h.aborted)return Promise.reject(u);const v=new Promise((m,g)=>{h.addEventListener("abort",()=>g(u),{once:!0})});return d&&d.signal&&delete d.signal,Promise.race([v,l(c,d)])}return l(c,d)},Request:s}}const Ne=On({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),Tn=Ne?_o({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,mi=Ne?Tn.fetch:window.fetch;Ne?Tn.Request:window.Request;const wo=i=>A(void 0,void 0,void 0,function*(){try{let t,e;if(Pe(i))t=i;else if(ge(i)){e=new URL(i).href;const r=yield mi(e);if(!r.ok)return{};t=yield r.json()}else return{};if(!bo(t))return{};const n=t.metadata.media;if(ge(n)&&!t.media)try{let r;e?r=new URL(n,e).href:(r=new URL(n).href,e=r);const s=yield mi(r);if(!s.ok)throw new Error;t.metadata.media=yield s.json()}catch(r){return jo(t.metadata.version)?{manifest:t}:{}}return{manifest:t,manifestURL:e}}catch(t){return{}}});function So(i){return A(this,void 0,void 0,function*(){const{manifest:t,manifestURL:e}=yield wo(i),n=vo(t);return n.media=Oo(n.media,e),delete n.metadata.media,n})}function fe(i,t){return i.find(e=>e.id===t)}function bi(i,t){var e,n;return!((e=i.edit)===null||e===void 0)&&e.chapters?i.edit.chapters.find(r=>r.id===t):!((n=i.view)===null||n===void 0)&&n.chapters?i.view.chapters.find(r=>r.id===t):void 0}function gi(i,t){return i.videos.find(e=>e.id===t)}function Oo(i,t){return Object.assign(Object.assign({},i),{videos:i.videos.map(e=>Object.assign(Object.assign({},e),{variants:e.variants.map(n=>{const r=To(n.url,t);return Object.assign(Object.assign({},n),{url:r||n.url})})}))})}function To(i,t){try{return new URL(i,t).href}catch(e){return""}}function jo(i){return At(i,"3.2.0")>=0}const x=Object.freeze({nothing:0,beforeInteractive:1,interactive:2,afterInteractive:3,end:4,removed:5,destroyed:6}),Me=i=>Le(i)&&!En(i),Vt=i=>i.order==="end",jn=i=>Le(i.containers)&&!En(i.containers)&&Vt(i),$o=(i,t)=>{var e;const n=i*1e3;return Me(t.controls)&&n<((e=t.startTime)!==null&&e!==void 0?e:0)},Ci=(i,t)=>{var e,n;const r=i*1e3;return Me(t.controls)&&r>=((e=t.startTime)!==null&&e!==void 0?e:0)&&r<=((n=t.endTime)!==null&&n!==void 0?n:1/0)},Yt=i=>i.some(t=>t.action.type==="expect"),Ei=i=>i.find(t=>t.action.type==="expect"),Ro=i=>(i==null?void 0:i.length)===1,$n=i=>Ro(i)&&_n(i[0]),Ao=({fn:i,type:t=1},...e)=>(...n)=>t?i(...n,...e):i(Object.assign(Object.assign({},n[t]),e[t])),xo=(i=[])=>i.reduce((t,e,n)=>{var r,s,l;const o=((r=e==null?void 0:e.controls)!==null&&r!==void 0?r:[]).filter(c=>!_n(c));if(Me(o)){const c=[(s=e.startTime)!==null&&s!==void 0?s:0,(l=e.endTime)!==null&&l!==void 0?l:1/0],d=e.id;if(!n)t.push({subjects:[d],range:c});else{const h=[];let u=-1/0,v=1/0,m=[];const g=[];for(let w=0;w<t.length;w++){const f=t[w];if(g.push(...f.subjects),f.range[0]<v&&(v=f.range[0]),f.range[1]>u&&(u=f.range[1]),f.range[0]<=c[0]&&f.range[1]>=c[1])return t[w].subjects.push(d),t;c[0]>=f.range[0]&&c[0]<=f.range[1]&&(h.push(w),m=m.concat(f.subjects),c[0]=f.range[0]),c[1]>=f.range[0]&&c[1]<=f.range[1]&&(h.push(w),m=m.concat(f.subjects),c[1]=f.range[1])}if(g.push(d),c[0]<=v&&c[1]>=u)return[{subjects:g,range:c}];h.length&&h.reverse().forEach(w=>{t.splice(w,1)}),t.push({subjects:m.concat([d]),range:c})}}return t},[]).sort((t,e)=>t.range[0]-e.range[0]),Po=(i,t)=>Yt(i.events)?!1:t.some(({container:e})=>e.container.id!==i.id&&Yt(e.container.events)&&e.container.endTime===i.endTime&&!e.isRemoved);class Rn extends Co{constructor(t,e){super(t),this.onError=e,this.prevChapter$=new P.ValueSubject(null),this.release()}release(){return this.manifest=null,this.chapter=null,this.media=null,this.graph=null,this.prevChapter$.next(null),this}setManifest(t){var e;return A(this,void 0,void 0,function*(){this.release();const n=yield this.exec("manifestLoaders",{actions:{addErrorMessage:Qt},result:null,errors:null,source:t});n.errors&&this.errorHandler(n.errors);const r=yield So((e=n.result)!==null&&e!==void 0?e:t);return this.manifest=r,this})}setInitial(){return A(this,void 0,void 0,function*(){return this.setNext()})}setNext(t=this.manifest.metadata.initChapterId){return A(this,void 0,void 0,function*(){this.prevChapter$.next(this.chapter);const e=yield this.exec("chapterLoaders",Ce({actions:{getManifest:()=>this.manifest,getCurrent:this.getCurrent,getGraph:bi,getChapter:fe,getMedia:gi,getByBranches:this.getByBranches.bind(this),addErrorMessage:Qt},result:null,errors:null,chapterId:t}));return e.errors&&this.errorHandler(e.errors),this.chapter=e.result.chapter,this.media=e.result.media,this.graph=e.result.graph,this})}errorHandler(t){this.onError(t),console.error("Something went wrong with loaders",{errors:t})}getInitial(){return this.getByChapterId(this.manifest.metadata.initChapterId)||null}getByChapterId(t=this.manifest.metadata.initChapterId){const e=fe(this.manifest.chapters,t);if(e){const n=gi(this.manifest.media,e.videoId),r=bi(this.manifest.graph,e.id);if(n)return{chapter:e,media:n,graph:r}}return null}getBranches(t=this.chapter.id){if(t===this.chapter.id)return this.getByBranches(this.chapter.branches);{const e=fe(this.manifest.chapters,t);return this.getByBranches(e==null?void 0:e.branches)}}getByBranches(t=[]){return t.reduce((e,n)=>{const r=this.getByChapterId(n.chapterId);return r&&e.push(r),e},[])}getCurrent(){return{chapter:this.chapter,media:this.media,graph:this.graph}}isInitialChapter(){return this.chapter.id===this.manifest.metadata.initChapterId}isEndChapter(){return Vt(this.chapter)}}const Lo=i=>{const t=i.variants.find(e=>{var n;return((n=e.payload)===null||n===void 0?void 0:n.type)==="vk"});if(t&&"payload"in t){const[e,n]=t.payload.id.split("_");return[e,n]}return[]},E={graph:"graph",interactives:"interactives",chapterChanged:"chapter-changed",playerChanged:"player-changed",manifestChanged:"manifest-changed",errors:"errors",eachTick:"eachTick",historyInited:"history-inited",historyDestroyed:"history-destroyed"},Ee={visibility:"visibility",watchAgainClicked:"watchAgainClicked"},L={actionChoiceCanceled:"action-choice-canceled",actionChoice:"action-choice",actionExecution:"action-execution",visibility:"visibility",containerRemoved:"container-removed",rangeEnded:"range-ended"};function Vo(){const i=new Map;function t(r){var{listId:s=Math.random().toString(),itemId:l=Math.random().toString()}=r,o=st(r,["listId","itemId"]);const c=i.get(s),d=Object.assign({},o);return c?c[l]=d:i.set(s,{[l]:d}),Object.assign({listId:s,itemId:l},o)}function e(r,s){var l,o,c;const d=i.get(r);if(d){if(s)return(l=d[s])===null||l===void 0||l.player.destroy(),(o=d[s])===null||o===void 0||o.container.remove(),(c=d[s])===null||c===void 0||c.subscription.unsubscribe(),delete d[s],Object.keys(d).length||i.delete(r),!0;for(const h of Object.values(d))h.player.destroy(),h.container.remove();return i.delete(r),!0}else throw Error("Can't remove. Not find.")}function n(){for(const r of i)e(r[0])}return{createPlayer:t,removePlayer:e,map:i,removeAll:n}}function Ii(i,t=[]){var e,n,r;let s={},l;const o=!t.length;for(const c of i.variants)if(!l&&"cover"in c&&(l=c.cover),"url"in c)switch(c.type.toLowerCase()){case"mp4":(o||t.includes("mp4"))&&(s.MPEG=Object.assign(Object.assign({},s.MPEG),{[(e=c.standard)!==null&&e!==void 0?e:"Invariant quality"]:c.url}));break;case"mpeg":(o||t.includes("mpeg"))&&(s.MPEG=Object.assign(Object.assign({},s.MPEG),{[(n=c.standard)!==null&&n!==void 0?n:"Invariant quality"]:c.url}));break;case"hls":(o||t.includes("hls"))&&(s=Object.assign(Object.assign({},s),{HLS:{type:"url",url:c.url}}));break;case"dash":(o||t.includes("dash"))&&(s=Object.assign(Object.assign({},s),{DASH_SEP:{compatibilityMode:!0,type:"url",url:c.url}}));break}return{sources:s,thumbUrl:l,title:(r=i.title)!==null&&r!==void 0?r:""}}const Ut=(i,t)=>{const e=i.info.currentQuality$.getValue(),n=i.info.availableQualities$.getValue();e!==t&&n.includes(t)&&(i.setQuality(t),i.setAutoQuality(!1))},zt={activePlayerChanged:"sc-active-player-changed",initiated:"sc-initiated",playerCreated:"sc-player-created"},No=2;function Mo(i){const t=Vo();let e,n;const r=new wn;let s={},l=!1,o=null,c=!1,d;i&&h(i);function h(y){o=y}function u(y,C,b){var T;if(!o)throw Error("need to set interactive controller");const V=((T=t.map.get(y))!==null&&T!==void 0?T:{})[C];if(V){s=Object.assign({chapterId:b,listId:y,itemId:C},V);const _=s.player;n=_.info.currentQuality$.subscribe(F=>{if(!(!F||!_.info.position$.getValue())){e=F;for(const U of t.map)Object.values(U[1]).forEach(({player:M})=>{_.info.isAutoQualityEnabled$.getValue()||Ut(M,F)})}}),V.container.remove(),l=!1,o.setPlayer(V.player),c||(o.init(),c=!0),r.emit(zt.activePlayerChanged,{player:s.player,config:s.config});return}throw Error("Can't set. Not find.")}function v(y,C,b){return A(this,void 0,void 0,function*(){if(!o)throw Error("need to set interactive controller");if($t(s)||y!==s.itemId)return;if(b>=0&&!l){const R=o.getChapterBranches();l=!0;const V=new Set;for(const _ of R)V.has(_.media.id)||(yield g({media:_.media,chapterId:_.chapter.id,setAsActive:!1,title:_.chapter.label}),V.add(_.media.id))}})}function m({chapter:{id:y},media:C}){return A(this,void 0,void 0,function*(){if($t(s))return;n==null||n.unsubscribe();const b=s.player.info.muted$.getValue(),T=s.player.info.currentQuality$.getValue(),R=s.player.info.isAutoQualityEnabled$.getValue(),V=s.player.info.volume$.getValue(),_=s.player.info.currentPlaybackRate$.getValue(),F=!R;let U=!1;for(const M of t.map)if(M[0]===C.id){const Q=Object.keys(M[1]);for(const X of Q)X===s.itemId?(Q.length<No||(U=!0),t.removePlayer(M[0],X)):(U=!0,u(M[0],X,y),F?Ut(s.player,T):s.player.setAutoQuality(!0),s.player.setVolume(V),s.player.setMuted(b),s.player.setPlaybackRate(_))}else t.removePlayer(M[0]);U||(yield g({media:C,chapterId:y,setAsActive:!0,playbackRate:_}),F?Ut(s.player,T):s.player.setAutoQuality(!0),s.player.setVolume(V),s.player.setMuted(b))})}function g({media:y,chapterId:C,prefetch:b=!0,setAsActive:T=!0,autoplay:R=!1,preferredExt:V,title:_,playbackRate:F}){var U,M,Q;return A(this,void 0,void 0,function*(){const X=Math.random().toString(),ft=document.createElement("div");d.append(ft);const Fn=(U=s==null?void 0:s.player)===null||U===void 0?void 0:U.info.isAutoQualityEnabled$.getValue();let Nt;if(!((M=o==null?void 0:o.options)===null||M===void 0)&&M.vkVideoLoader){const Mt=Lo(y);Mt.length&&(Nt=yield o.options.vkVideoLoader(...Mt))}const Fe=Object.assign(Object.assign({container:ft},((Q=Nt==null?void 0:Nt.videos)===null||Q===void 0?void 0:Q[0])||{sources:Ii(y,V).sources}),{title:_}),ot=new Qn.Player;ot.initVideo(Fe);const Bn=ft.lastChild,Be=new P.Subscription;Be.add(ot.info.position$.subscribe(function(Mt){v(X,ot.info.duration$.getValue(),Mt)})).add(ot.events.canplay$.subscribe(function(){Fn||Ut(ot,e),F&&ot.setPlaybackRate(F)})),Bn&&(ft.style.display="none",ft.classList.add(C));const vt=t.createPlayer({listId:y.id,itemId:X,player:ot,container:ft,sources:Ii(y,V).sources,config:Fe,subscription:Be});return T&&u(y.id,vt.itemId,C),R&&vt.player.play(),b&&!R&&vt.player.prepare(),r.emit(zt.playerCreated,vt.player),{player:vt.player,config:vt.config}})}function w(){f(),o=null}function f(){o==null||o.off(E.chapterChanged,m),t.removeAll(),s={},c=!1,l=!1}function p({container:y}){return A(this,void 0,void 0,function*(){if(!o)throw Error("need to set interactive controller");f(),d=y;const{media:C,chapter:b}=o.getCurrentChapter();if(C){o.on(E.chapterChanged,m);const{player:T,config:R}=yield g({media:C,chapterId:b.id,title:b.label});return r.emit(zt.initiated,{container:y,media:C,chapterId:b.id}),{player:T,config:R}}else console.error("not found")})}return Object.assign(Object.assign({},t),{on:r.on.bind(r),off:r.off.bind(r),init:p,setInteractiveController:h,createPlayer:g,removeAll:w,getActivePlayer:function(){return s}})}const ko=3e3,Fo=()=>{let i=[],t=null;return{setPlayer:l=>{t=l},setContainers:l=>{i=l},deleteContainer:l=>{i=i.filter(o=>o.id!==l)},getNextInteractiveTime:(l=ko)=>{if(!i.length||t===null)return null;let o=-1,c=!1;const d=Math.round(t.info.position$.getValue()*1e3);for(const h of i){const u=h.startTime-l;if(u<=d&&(d<=h.endTime||h.endTime===null)){c=!0;break}d<u&&(o=o===-1?u:Math.min(o,u))}return!c&&o!==-1?o:null}}},_t=Fo();class Bo{constructor({player:t,container:e,branches:n,selectBranches:r,interactiveEvents:s,globalEventEmitter:l,ignoreContainerEvent:o,permanentTextControls:c,disabledControls$:d}){this.hide=()=>{setTimeout(()=>{var h,u,v,m;this.gameState!==x.end&&(Yt(this.container.container.events)&&this.gameState===x.afterInteractive||this.selectBranches.state.isExpect||(this.gameState===x.interactive?this.disabledControls$||(u=(h=this.container).disable)===null||u===void 0||u.call(h):(m=(v=this.container).hide)===null||m===void 0||m.call(v),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!1})))})},this.show=()=>{var h,u,v,m,g;if(this.gameState===x.interactive&&!this.isSelectedControlEvent)if(this.container.getElement())(v=(u=this.container).show)===null||v===void 0||v.call(u),this.disabledControls$||(g=(m=this.container).enable)===null||g===void 0||g.call(m),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!0,isFirst:!1});else{const f=Ao({fn:this.selectBranches.onControlEvent,type:0},{isDisabled:()=>this.container.isDisabled,branches:this.branches,containerId:this.container.container.id,onDetachContainer:()=>{this.removeView(),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!1})},onEvent:(p,y)=>{this.isSelectedControlEvent=!0,p!==!1&&(this.removeView(),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!1})),(this.gameState===x.end||this.gameState===x.afterInteractive||this.selectBranches.state.isExpect)&&(this.selectBranches.stopExpect(),y(),this.removeView(),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!1})),_t.deleteContainer(this.container.container.id)},isEOV:()=>this.gameState===x.end});this.container.createView(f),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!0,isFirst:!0}),!((h=this.disabledControls$)===null||h===void 0)&&h.getValue()&&this.container.disable()}},this.onEndOfVideo=()=>{this.gameState=x.end,this.selectContainerEvent(!0)},this.whilePlaying=()=>{var h,u,v,m;if(((h=this.player.experimental.element$.getValue())===null||h===void 0?void 0:h.readyState)<1||[x.destroyed,x.removed].includes(this.gameState)&&!this.isPermanentText)return;const w=this.player.getExactTime();if($o(w,this.container.container))this.gameState!==x.beforeInteractive&&(this.gameState=x.beforeInteractive,this.onBeforeStartTime());else if(Ci(w,this.container.container))this.gameState!==x.interactive&&(this.gameState=x.interactive,this.onStartTime());else if(this.gameState!==x.afterInteractive){const y=this.gameState;this.gameState=x.afterInteractive,y===x.interactive&&this.onEndTime()}else this.gameState!==x.destroyed&&this.removeView();const f=Ci(w,this.container.container),p=this.container.container.startTime?[this.container.container.startTime,(u=this.container.container.endTime)!==null&&u!==void 0?u:1/0]:[];(m=(v=this.container).onProgress)===null||m===void 0||m.call(v,w,f),this.globalEventEmitter.emit(E.eachTick,{subjectId:this.container.container.id,subjectName:"container",range:p,currentTime:w,isInteractiveTime:f})},this.container=e,this.branches=n,this.selectBranches=r,this.subscription=new P.Subscription,this.player=t,this.interactiveEvents=s,this.ignoreContainerEvent=o,this.isPermanentText=c&&$n(e.container.controls),this.disabledControls$=d,this.globalEventEmitter=l,this.gameState=x.nothing,this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.registerEvents()}registerEvents(){this.subscription.add(this.player.events.playing$.subscribe(this.show)).add(this.player.events.paused$.subscribe(this.hide)).add(this.player.events.ended$.subscribe(this.onEndOfVideo)),this.disabledControls$&&this.subscription.add(this.disabledControls$.subscribe(t=>{var e,n,r,s;t?(n=(e=this.container).disable)===null||n===void 0||n.call(e):(s=(r=this.container).enable)===null||s===void 0||s.call(r)}))}selectContainerEvent(t=!1){this.interactiveEvents.containersEventsCallState.setCalled({timestamp:t?1/0:this.container.container.endTime,id:this.container.container.id}),!(this.isSelectedControlEvent||this.isSelectedContainerEvent)&&(this.isSelectedContainerEvent=!0,this.ignoreContainerEvent()||this.selectBranches.setManifestContainerEvents({container:this.container.container,branches:this.branches,isEOV:t}),!t&&this.interactiveEvents.exec(this.container.container.endTime))}onStartTime(){this.show()}onEndTime(){this.selectContainerEvent(!1);const t=Yt(this.container.container.events)||this.ignoreContainerEvent();(this.isSelectedControlEvent||!t)&&this.removeView()}onBeforeStartTime(){var t,e;(e=(t=this.container).hide)===null||e===void 0||e.call(t),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.visibility,visibility:!1})}reset(){this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.gameState=x.beforeInteractive}removeView(){this.container.removeView(),this.globalEventEmitter.emit(E.interactives,{subjectId:this.container.container.id,subjectName:"container",type:L.containerRemoved,visibility:!1}),this.gameState=x.removed}destroy(){var t;this.reset(),this.removeView(),this.gameState=x.destroyed,this.subscription.unsubscribe(),this.branches=[],this.interactiveEvents.containersEventsCallState.setCalled({timestamp:(t=this.container.container.endTime)!==null&&t!==void 0?t:1/0,id:this.container.container.id}),_t.deleteContainer(this.container.container.id)}}function Do(){const i={};function t(){for(const o in i)Object.prototype.hasOwnProperty.call(i,o)&&delete i[o];return!0}function e(o){const c={};for(const d in i)+d<=o&&(c[d]=i[d]);return c}function n(o){const c={};for(const d in i)+d>=o&&(c[d]=i[d]);return c}function r({timestamp:o,priority:c,initiator:d}){var h;if(ui(o)){const u=(h=i[o])!==null&&h!==void 0?h:null;if(u&&Wt(c,!0)){let v={};const m=u[c];if(m&&(v=Object.assign(Object.assign({},v),m)),v=$t(v)?null:v,v&&Wt(d,!0)){const g=v[d];return g!=null?g:null}return v}return u}return null}function s({timestamp:o,priority:c,initiator:d}){if(ui(o))if(i[o]){if(Wt(c,!0))if(i[o][c]){if(Wt(d,!0))if(i[o][c][d]){if(delete i[o][c][d],!$t(i[o][c]))return!0}else return!1;if(delete i[o][c],!$t(i[o]))return!0}else return!1;return delete i[o]}else return!1}function l(o){var c,d,h,{timestamp:u,priority:v,initiator:m}=o,g=st(o,["timestamp","priority","initiator"]);!((d=(c=i[u])===null||c===void 0?void 0:c[v])===null||d===void 0)&&d[m]?i[u][v][m].push(Object.assign({},g)):!((h=i[u])===null||h===void 0)&&h[v]?i[u][v]=Object.assign(Object.assign({},i[u][v]),{[m]:[Object.assign({},g)]}):i[u]?i[u]=Object.assign(Object.assign({},i[u]),{[v]:{[m]:[Object.assign({},g)]}}):i[u]={[v]:{[m]:[Object.assign({},g)]}}}return{map:i,remove:s,add:l,removeAll:t,get:r,getLte:e,getGte:n}}const Wo=[j.expect,j.setNextBranch],Uo=1/0;function _i(i){let t=i,e;const n=Ho(),r=new Do;let s;const l=()=>{v(),f()},o=p=>{r.add.call(void 0,p),m()},c=(p=[])=>{for(const y of p)if(y.action(),Wo.includes(y.actionType))break},d=(p=1/0)=>{var y,C,b;const T=Ht((y=r.get({timestamp:p,priority:"control"}))!==null&&y!==void 0?y:{}),R=Ht((C=r.get({timestamp:p,priority:"container"}))!==null&&C!==void 0?C:{}),V=Ht((b=r.get({timestamp:p,priority:"chapter"}))!==null&&b!==void 0?b:{});return[...T,...R,...V]},h=p=>{n.isReady(p)&&c(d(p))},u=()=>{var p;c([...Ht((p=r.get({timestamp:1/0,priority:"chapter"}))!==null&&p!==void 0?p:{})])},v=()=>{e&&(s==null||s.unsubscribe(),e=void 0)},m=()=>{e||(e=()=>setTimeout(()=>{h(1/0)}),s=t.events.ended$.subscribe(e))},g=p=>{v(),t=p},w=p=>{p.priority==="container"&&n.resetCalled(p.timestamp),r.remove(p)},f=()=>{n.release(),r.removeAll()};return{setPlayer:g,add:o,remove:w,exec:h,execEndOfVideo:u,listen:m,unlisten:v,release:l,containersEventsCallState:n,getPreparedToExecActions:d}}function Ho(){const i=new Map;return{setCalled:({timestamp:l,id:o})=>{const c=i.get(l);c&&c[o]!==void 0&&(c[o]=!0)},setData:(l=[])=>{var o,c;for(const d of l){const h=(o=d.endTime)!==null&&o!==void 0?o:Uo,u=(c=i.get(h))!==null&&c!==void 0?c:{};i.set(h,Object.assign(Object.assign({},u),{[d.id]:!1}))}},resetCalled:l=>{const o=i.get(l);if(o)for(const c in o)o[c]=!1},isReady:l=>{const o=i.get(l);return o?!Object.values(o).some(c=>!c):!0},release:()=>i.clear()}}function Ht(i){return Object.values(i).flat().sort(t=>t.actionType===j.expect?-1:1)}const Go=(i,t)=>{const{height:e,width:n}=t.info.intrinsicVideoSize$.getValue()||{};if(!(e&&n))return{videoContentHeight:0,videoContentWidth:0};const{clientHeight:r,clientWidth:s}=t.experimental.element$.value||{};if(!(r&&s))return{videoContentHeight:0,videoContentWidth:0};const l=e/n,o=r/s;let c,d;return o>l?(d=s,c=s*l):o<l?(d=r/l,c=r):(d=s,c=r),{videoContentWidth:d,videoContentHeight:c}},zo=250;function qo(i){let t=()=>{};const e=new ResizeObserver(o=>{s(o),t=s.bind(null,o)});function n(o){const{parentElement:c,player:d}=i();if(c&&d){const{videoContentWidth:h,videoContentHeight:u}=Go(c,d);c.style.setProperty("--interactive-content-width",`${h}px`),c.style.setProperty("--interactive-content-height",`${u}px`),c.style.setProperty("--interactive-width",`${o[0].contentRect.width}px`),c.style.setProperty("--interactive-height",`${o[0].contentRect.height}px`)}}function r(){const{parentElement:o}=i();o.removeAttribute("style")}const s=gn(o=>{const{fns:c=[]}=i();n(o);for(const d of c)d()},zo);function l(){t=void 0,e.disconnect(),r()}return{resizeObserver:e,calc:()=>{t()},release:l}}class Ko{constructor(){this.map={}}push(t,e){t in this.map?this.map[t].push(e):this.map[t]=[e]}get(t){const e=this.map[t];return e?e.slice():null}getAll(){const t=[];for(const e in this.map)t.push(...this.map[e]);return t}remove(t,e){t in this.map&&(this.map[t]=this.map[t].filter(n=>n!==e),this.map[t].length===0&&delete this.map[t])}clear(){this.map={}}size(){return Object.keys(this.map).length}keys(){return Object.keys(this.map)}}const Qo=i=>Math.floor(Math.random()*i),Yo=i=>{let t=i.length,e=1/0,n=null;for(;t--;)i[t].weight<e&&(e=i[t].weight,n=i[t]);return n},Xo=i=>{let t=i.length,e=-1/0,n=null;for(;t--;)i[t].weight>e&&(e=i[t].weight,n=i[t]);return n},Zo=i=>{const t=i.length,e=Qo(t);return i[e]},wi=1,Jo=i=>{var t,e;let n=0;for(let s=0;s<i.length;++s)n+=(t=i[s].weight)!==null&&t!==void 0?t:wi;const r=Math.random()*n;n=0;for(let s=0;s<i.length-1;++s)if(n+=(e=i[s].weight)!==null&&e!==void 0?e:wi,n>=r)return i[s];return i[i.length-1]},Si=Object.freeze({shouldOpenNow:!0,isDetachContainer:!0}),ve=(i,t=!1)=>Object.assign(Object.assign({},i),{args:t?Object.assign(Object.assign({},i.args),Si):Object.assign(Object.assign({},Si),i.args)}),Oi=({globalEventEmitter:i,player:t,interactiveEvents:e,removeControllers:n})=>{const r={isExpect:!1},s=()=>{r.isExpect&&(r.isExpect=!1)},l=({action:f,controlType:p,controlId:y,containerId:C,branches:b=[],onEvent:T,isEOV:R=()=>!1,isDisabled:V=()=>!1})=>{const _=ve(f,R()),F={timestamp:1/0,priority:"control",initiator:y,actionType:_.type},U=V(),M=i.emit.bind(i,E.interactives,{subjectId:y,subjectType:p,subjectName:"control",type:U?L.actionChoiceCanceled:L.actionChoice,actionType:f.type,payload:Object.assign({containerId:C},_.args)});if(U){M();return}switch(_.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const Q=b.find(X=>X.id===_.args.branchId);if(!Q)return;T(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),M(),_.args.shouldOpenNow?g({subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{chapterId:Q.chapterId,autoSelect:!1}}):(e.add(Object.assign(Object.assign({},F),{action:g.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{chapterId:Q.chapterId,autoSelect:!1}})})),n==null||n());return}case j.continuePlayback.trim().toLowerCase():{T(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),M(),_.args.shouldOpenNow?m({subjectId:y,subjectName:"control",subjectType:p,action:f}):e.add(Object.assign(Object.assign({},F),{action:m.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:f})}));return}case j.openURI.trim().toLowerCase():{T(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),M(),_.args.shouldOpenNow?w({subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{URI:f.args.uri}}):(e.add(Object.assign(Object.assign({},F),{action:w.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{URI:f.args.uri}})})),n==null||n());return}default:console.error("Unexpected control event"),i.emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected control event"}));return}},o=({action:f,container:{id:p,endTime:y},branches:C=[],isEOV:b=!1,autoSelected:T=!1})=>{const R=ve(f,b),V={timestamp:!R.args.shouldOpenNow||b?1/0:y,priority:"container",initiator:p,actionType:R.type},_=i.emit.bind(i,E.interactives,{subjectId:p,subjectName:"container",type:L.actionChoice,actionType:R.type,payload:R.args});switch(R.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const F=C.find(U=>U.id===R.args.branchId);if(!F)return;_(),e.add(Object.assign(Object.assign({},V),{action:g.bind(null,{subjectId:p,subjectName:"container",action:R,payload:{chapterId:F.chapterId,autoSelect:T}})})),n==null||n();return}case j.setMaxWeightBranch.trim().toLowerCase():return;case j.setMinWeightBranch.trim().toLowerCase():return;case j.setRandomBranch.trim().toLowerCase():return;case j.setWeightlessRandomBranch.trim().toLowerCase():return;case j.continuePlayback.trim().toLowerCase():{_(),e.add(Object.assign(Object.assign({},V),{action:m.bind(null,{subjectId:p,subjectName:"container",action:R})}));return}case j.openURI.trim().toLowerCase():{_(),e.add(Object.assign(Object.assign({},V),{action:w.bind(null,{subjectId:p,subjectName:"container",action:R,payload:{URI:f.args.uri}})})),n==null||n();return}default:console.error("Unexpected container event"),i.emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected container event"}));return}};function c({container:f,branches:p,isEOV:y=!1}){const C=Ei(f.events);if(C){const b=ve(C.action,y);i.emit(E.interactives,{subjectId:f.id,subjectName:"container",type:L.actionChoice,actionType:b.type,payload:b.args}),e.add({timestamp:y?1/0:f.endTime,priority:"container",initiator:f.id,actionType:j.expect,action:u.bind(null,{subjectId:f.id,subjectName:"container"})}),r.isExpect=!0}else for(const b of f.events)o({action:b.action,container:f,branches:p,isEOV:y})}const d=({chapterId:f,action:p,branches:y=[]})=>{const C=i.emit.bind(i,E.interactives,{subjectId:f,subjectName:"chapter",type:L.actionChoice,actionType:p.type,payload:p.args});switch(p.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const b=y.find(T=>T.id===p.args.branchId);return b!=null&&b.chapterId?(C(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setWeightlessRandomBranch.trim().toLowerCase():{const b=Zo(y);return b!=null&&b.chapterId?(C(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setRandomBranch.trim().toLowerCase():{const b=Jo(y);return b!=null&&b.chapterId?(C(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setMaxWeightBranch.trim().toLowerCase():{const b=Xo(y);return b!=null&&b.chapterId?(C(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setMinWeightBranch.trim().toLowerCase():{const b=Yo(y);return b!=null&&b.chapterId?(C(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.continuePlayback.trim().toLowerCase():return C(),m.bind(null,{subjectId:f,subjectName:"chapter",action:p});case j.openURI.trim().toLowerCase():return C(),w.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{URI:p.args.uri}});default:console.error("Unexpected chapter event"),i.emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected chapter event"}));return}};function h(f){const p=Ei(f.events);if(p){if(Vt(f))return;i.emit(E.interactives,{subjectId:f.id,subjectName:"chapter",type:L.actionChoice,actionType:p.action.type,payload:p.action.args}),e.add({timestamp:1/0,priority:"chapter",initiator:f.id,actionType:j.expect,action:u.bind(null,{subjectId:f.id,subjectName:"chapter"})})}else f.events.forEach(y=>{const C=d({chapterId:f.id,action:y.action,branches:f.branches});C&&e.add({timestamp:1/0,priority:"chapter",initiator:f.id,actionType:y.action.type,action:C})})}const u=({subjectId:f,subjectName:p,action:y})=>{var C;t.pause(),i.emit(E.interactives,{subjectId:f,subjectName:p,type:L.actionExecution,actionType:(C=y==null?void 0:y.type)!==null&&C!==void 0?C:j.expect})},v=({subjectId:f,subjectName:p})=>{t.info.isEnded$.getValue()?e.execEndOfVideo():t.play(),i.emit(E.interactives,{subjectId:f,subjectName:p,type:L.actionExecution,actionType:"after-expect"})},m=({subjectId:f,subjectName:p,subjectType:y,action:C})=>{i.emit(E.interactives,{subjectId:f,subjectName:p,subjectType:y,type:L.actionExecution,actionType:C.type})},g=({subjectId:f,subjectName:p,subjectType:y,action:C,payload:b})=>{b.behaviour="change-chapter",i.emit(E.interactives,{subjectId:f,subjectName:p,subjectType:y,type:L.actionExecution,actionType:C.type,payload:b})},w=({subjectId:f,subjectName:p,subjectType:y,action:C,payload:b})=>{if(!b.URI)return;const T=window.open(b.URI,"_blank","noopener,noreferrer");T&&(T.opener=null),i.emit(E.interactives,{subjectId:f,subjectName:p,subjectType:y,type:L.actionExecution,actionType:C.type})};return{onControlEvent:l,onContainerEvent:o,onChapterEvent:d,onExpectEvent:u,expectEventHandler:v,setManifestChapterEvents:h,setManifestContainerEvents:c,stopExpect:s,state:r}},Ie=(i,t)=>{const e={};return i.map(n=>{if(!e[n]){const r=t.chapters.find(l=>l.id===n);if(!r)return null;const s=t.media.videos.find(l=>r.videoId===l.id);if(!s)return null;e[n]=ke(s)}return e[n]}).filter(Boolean)},An=i=>{for(const t of i.variants)if(xn(t)&&"payload"in t)return t.payload.id},xn=i=>i.type==="custom"&&"payload"in i&&i.payload.type==="vk",ke=i=>{const t=An(i);if(!t)return null;const e=t.split("_").pop();return e?parseInt(e,10):null},Pn=(i,t)=>{for(const e of i.media.videos)if(t===ke(e)){for(const n of i.chapters)if(n.videoId===e.id)return n.id;return}},Ln=(i,t)=>i.reduce((e,n)=>{const r=Pn(t,n);return r?[...e,r]:e},[]);var et,mt,G,_e,it,bt,Z,gt;class tl{constructor({globalEventEmitter:t,videoId:e,interactiveController:n,historyApi:r}){var s,l,o;this.state={history$:new P.ValueSubject([]),hasPrevChapter$:new P.ValueSubject(!1),prevChapter$:new P.ValueSubject(null),isInitialChapter$:new P.ValueSubject(!1)},et.set(this,null),mt.set(this,!1),G.set(this,null),_e.set(this,null),it.set(this,null),bt.set(this,null),Z.set(this,null),gt.set(this,new P.Subscription),I(this,it,e,"f"),I(this,Z,t,"f"),I(this,bt,n,"f"),I(this,et,r,"f"),!((s=this.state)===null||s===void 0)&&s.history$&&a(this,gt,"f")&&((l=a(this,gt,"f"))===null||l===void 0||l.add((o=this.state)===null||o===void 0?void 0:o.history$.subscribe(c=>{var d,h,u,v,m;(d=this.state)===null||d===void 0||d.prevChapter$.next(be(c,-2)||null),(h=this.state)===null||h===void 0||h.hasPrevChapter$.next(c.length>1),(u=this.state)===null||u===void 0||u.isInitialChapter$.next(this.getInitialChapterId()===((m=(v=a(this,G,"f"))===null||v===void 0?void 0:v.metadata)===null||m===void 0?void 0:m.initChapterId))})))}setManifest(t){return A(this,void 0,void 0,function*(){!a(this,bt,"f")||!a(this,Z,"f")||(I(this,G,t,"f"),yield this.getProjectHistory(),yield a(this,bt,"f").setChapter({chapterId:this.getInitialChapterId(),pushToHistory:!1}),a(this,mt,"f")||(I(this,mt,!0,"f"),a(this,Z,"f").emit(E.historyInited,{initChapterId:this.getInitialChapterId()})))})}get inited(){return a(this,mt,"f")}updateHistory(t,e=!0){var n,r;return A(this,void 0,void 0,function*(){if(!a(this,G,"f")||!a(this,it,"f"))return;const s=a(this,G,"f"),l=Ie(t,s);if(I(this,_e,l,"f"),(n=this===null||this===void 0?void 0:this.state)===null||n===void 0||n.history$.next(t),!(!e||!a(this,et,"f")))try{yield a(this,et,"f").save(a(this,it,"f"),l)}catch(o){(r=a(this,Z,"f"))===null||r===void 0||r.emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.HISTORY,"Unable to save interactive history"))}})}getProjectHistory(){var t,e;return A(this,void 0,void 0,function*(){if(!a(this,G,"f")||!a(this,it,"f"))return;const n=a(this,G,"f");let r=[this.getInitialVideoId()];if(a(this,et,"f"))try{const l=yield a(this,et,"f").get(a(this,it,"f"));l.length&&(r=l)}catch(l){(t=a(this,Z,"f"))===null||t===void 0||t.emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.HISTORY,"Error while trying to fetch data"))}const s=Ln(r,n);(e=this===null||this===void 0?void 0:this.state)===null||e===void 0||e.history$.next(s)})}getInitialChapterId(){var t,e;const n=(t=this.state)===null||t===void 0?void 0:t.history$.getValue();return be(n,-1)||((e=a(this,G,"f"))===null||e===void 0?void 0:e.metadata.initChapterId)}getInitialVideoId(){if(a(this,G,"f")){const t=this.getInitialChapterId();return Ie([t],a(this,G,"f")).pop()}return null}destroy(){var t,e;this.state=null,I(this,it,null,"f"),I(this,et,null,"f"),I(this,bt,null,"f"),(t=a(this,gt,"f"))===null||t===void 0||t.unsubscribe(),I(this,gt,null,"f"),I(this,mt,!1,"f"),(e=a(this,Z,"f"))===null||e===void 0||e.emit(E.historyDestroyed),I(this,Z,null,"f")}}et=new WeakMap,mt=new WeakMap,G=new WeakMap,_e=new WeakMap,it=new WeakMap,bt=new WeakMap,Z=new WeakMap,gt=new WeakMap;var Ot,Vn,we,Ti;class J{constructor(t,e,n,r){this.target=t,this.type=e,this.listener=n,this.options=a(J,Ot,"m",Vn).call(J,t,r),this.target.addEventListener(e,n,this.options)}unlisten(){this.target.removeEventListener(this.type,this.listener,this.options),this.target=null,this.listener=null,this.options=!1}}Ot=J,Vn=function(t,e){if(e===void 0)return!1;if(typeof e=="boolean")return e;{const n=new Set(["passive","capture"]),r=Object.keys(e).filter(l=>!n.has(l));return r.length===0&&console.warn("Unsupported flag(s) to addEventListener: "+r.join(",")),a(J,Ot,"m",Ti).call(J,t)?e:e.capture||!1}},Ti=function(t){let e=a(J,Ot,"f",we);if(e===void 0){e=!1;try{const n={},r={get:()=>(e=!0,!1)};Object.defineProperty(n,"passive",r),Object.defineProperty(n,"capture",r);const s=()=>{};t.addEventListener("test",s,n),t.removeEventListener("test",s,n)}catch(n){e=!1}I(J,Ot,e,"f",we)}return e||!1};we={value:void 0};class el{constructor(){this.bindingMap=new Ko}release(){this.removeAll(),this.bindingMap=null}listen(t,e,n,r){if(!this.bindingMap)return;const s=new J(t,e,n,r);this.bindingMap.push(e,s)}listenOnce(t,e,n,r){const s=l=>{this.unlisten(t,e,s),n(l)};this.listen(t,e,s,r)}unlisten(t,e,n){if(!this.bindingMap)return;const r=this.bindingMap.get(e)||[];for(const s of r)s.target===t&&(n===s.listener||!n)&&(s.unlisten(),this.bindingMap.remove(e,s))}removeAll(){if(!this.bindingMap)return;const t=this.bindingMap.getAll();for(const e of t)e.unlisten();this.bindingMap.clear()}}class il{constructor(){this._prevSizeId=0,this.rootElement=document.createElement("canvas")}clear(){var t;(t=this.rootElement.getContext("2d"))===null||t===void 0||t.clearRect(0,0,this.rootElement.width,this.rootElement.height)}isImageDrawn(){var t;const e=(t=this.rootElement.getContext("2d"))===null||t===void 0?void 0:t.getImageData(0,0,this.rootElement.width,this.rootElement.height);if(!e)return!1;const n=e.data,r=n.length;for(let s=3;s<r;s+=40)if(n[s]!==0)return!0;return!1}destroy(){this.rootElement.remove()}show(){this.rootElement.style.visibility="visible"}hide(){this.rootElement.style.visibility="hidden"}setCanvasImageSource(t){this.canvasImgSrc=t}draw(){var t;this.canvasImgSrc&&((t=this.rootElement.getContext("2d"))===null||t===void 0||t.drawImage(this.canvasImgSrc,0,0,this.rootElement.width,this.rootElement.height))}updateCanvasDimensions(t,e=!1){return A(this,void 0,void 0,function*(){const n=t.width+t.height;if(this._prevSizeId===n)return;let r;e&&(r=yield this.save()),this.rootElement.width=t.width,this.rootElement.height=t.height,e&&r&&this.restore(r),this._prevSizeId=n})}save(){return A(this,void 0,void 0,function*(){const t=this.rootElement.toDataURL("image/jpeg",1),e=new Image;return e.crossOrigin="anonymous",e.src=t,yield e.decode(),e})}restore(t){var e;this.rootElement&&((e=this.rootElement.getContext("2d"))===null||e===void 0||e.drawImage(t,0,0,this.rootElement.width,this.rootElement.height))}}class nl{constructor({parentElement:t,endOffsetMs:e=250,onError:n}){this.currentVideoDurationMs=1/0,this._containerTimeFrameShouldReceived=!1,this._endTimeFrameReceived=!1,this._shouldCallSkip=!1,this.onEachTick=r=>{const s=r!=null?r:this.lastFrameCanvas.canvasImgSrc.currentTime*1e3,l=this.isChapterEndTime(s);if(this.isContainerTime(s))this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!0,this._shouldCallSkip=!0;else if(l)this._containerTimeFrameShouldReceived=!1,this._shouldCallSkip=!1,this._endTimeFrameReceived||(this.draw(),this._endTimeFrameReceived=!0,this.show());else{if(this._shouldCallSkip){this._shouldCallSkip=!1;return}this.reset()}},this.onSeek=()=>{this.onEachTick(),!this._containerTimeFrameShouldReceived&&!this._endTimeFrameReceived&&(this.hide(),this.lastFrameCanvas.clear())},this.rootElement=document.createElement("div"),this.rootElement.style.cssText=`
6
+ "use strict";var Wn=Object.create;var De=Object.defineProperty;var Hn=Object.getOwnPropertyDescriptor;var Un=Object.getOwnPropertyNames;var Gn=Object.getPrototypeOf,zn=Object.prototype.hasOwnProperty;var qn=(e,t,i,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Un(t))!zn.call(e,r)&&r!==i&&De(e,r,{get:()=>t[r],enumerable:!(n=Hn(t,r))||n.enumerable});return e};var Kn=(e,t,i)=>(i=e!=null?Wn(Gn(e)):{},qn(t||!e||!e.__esModule?De(i,"default",{value:e,enumerable:!0}):i,e));var x=require("@vkontakte/videoplayer-shared/es2015.cjs.js"),Qn=require("uuid"),Yn=require("@vkontakte/videoplayer-core/es2015.cjs.js");const Xn="1.0.9-beta.1";function Li(e,t=1){let i="0",n="0",r="0";return e.length===4?(i="0x"+e[1]+e[1],n="0x"+e[2]+e[2],r="0x"+e[3]+e[3]):e.length===7&&(i="0x"+e[1]+e[2],n="0x"+e[3]+e[4],r="0x"+e[5]+e[6]),`rgba(${+i},${+n},${+r},${t})`}const K="SDK_NAME",Zn="SDK_NAME-controls-container",Pi=()=>document.querySelector(`.${Zn}`),Jn=.4,X={textColor:"#000",textSize:.4,textContent:"",roundCorners:0,borderWidth:0,borderColor:"#000",borderAlpha:1,backgroundColor:"#fff",backgroundAlpha:1,innerSizesDependOn:"self",angle:0},We={top:"flex-start",bottom:"flex-end",center:"center"},He={start:"flex-start",end:"flex-end",center:"center"},Ue={start:"left",end:"right",center:"center"},Vi=({target:e,props:t})=>{var i,n,r,s,l,o;e.style.alignItems=(n=We[(i=t==null?void 0:t.text)===null||i===void 0?void 0:i.gravityVertical])!==null&&n!==void 0?n:We.center,e.style.justifyContent=(s=He[(r=t==null?void 0:t.text)===null||r===void 0?void 0:r.gravityHorizontal])!==null&&s!==void 0?s:He.center,e.style.textAlign=(o=Ue[(l=t==null?void 0:t.text)===null||l===void 0?void 0:l.alignment])!==null&&o!==void 0?o:Ue.start},Mi=({target:e,props:t,fallback:i,dependsOn:n})=>{var r,s,l,o,c,d;e.style.color=(s=(r=t==null?void 0:t.text)===null||r===void 0?void 0:r.color)!==null&&s!==void 0?s:i.textColor,e.style.fontSize=`calc(${n.height} * ${(o=(l=t==null?void 0:t.text)===null||l===void 0?void 0:l.size)!==null&&o!==void 0?o:i.textSize})`,e.textContent=(d=(c=t==null?void 0:t.text)===null||c===void 0?void 0:c.value)!==null&&d!==void 0?d:i.textContent},Ni=({target:e,props:t,fallback:i})=>{var n,r,s,l;e.style.backgroundColor=Li((r=(n=t==null?void 0:t.background)===null||n===void 0?void 0:n.color)!==null&&r!==void 0?r:i.backgroundColor,(l=(s=t==null?void 0:t.background)===null||s===void 0?void 0:s.alpha)!==null&&l!==void 0?l:i.backgroundAlpha)},ki=({target:e,props:t,fallback:i,dependsOn:n})=>{var r,s,l,o,c,d,h,u,v,m,g;e.style.border=`calc(${n.height} * ${(l=(s=(r=t==null?void 0:t.shape)===null||r===void 0?void 0:r.border)===null||s===void 0?void 0:s.width)!==null&&l!==void 0?l:i.borderWidth}) solid ${Li((d=(c=(o=t==null?void 0:t.shape)===null||o===void 0?void 0:o.border)===null||c===void 0?void 0:c.color)!==null&&d!==void 0?d:i.borderColor,(v=(u=(h=t==null?void 0:t.shape)===null||h===void 0?void 0:h.border)===null||u===void 0?void 0:u.alpha)!==null&&v!==void 0?v:i.borderAlpha)}`,e.style.borderRadius=`calc(${n.height} * ${(g=(m=t==null?void 0:t.shape)===null||m===void 0?void 0:m.roundCorners)!==null&&g!==void 0?g:i.roundCorners})`},je=({target:e,layoutParams:t,fallback:i})=>{var n;e.style.transform=`rotate(${(n=-t.angle)!==null&&n!==void 0?n:i.angle}rad)`},te="int",$e={AREA:`${te}_area`,TEXT:`${te}_text`,BUTTON:`${te}_bttn`};class Re{constructor(t){this.control=t}createView(t){var i;const n=document.createElement("div");n.classList.add(`${K}-control-container-${this.control.id}`),t(n,this.control.layoutParams);const r=((i=this.control.layoutParams.innerSizesDependOn)!==null&&i!==void 0?i:X.innerSizesDependOn)==="self"?{height:n.style.height,width:n.style.width}:{height:"var(--interactive-content-height)",width:"var(--interactive-content-width)"};return{controlContainerEl:n,dependsOn:r}}setEvents(t,i){t&&this.control.events.forEach(n=>{switch(n.type.trim().toLowerCase()){case"onclick":t.addEventListener("click",s=>{s.stopPropagation(),i&&i({action:n.action,controlId:this.control.id,controlType:this.control.type})});break}})}getElement(){return document.querySelector(`.${K}-control-container-${this.control.id}`)}}const Fi=e=>{if(e.type.trim().toLowerCase()==="area")return new tr(e)};class tr extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:i}){const{dependsOn:n,controlContainerEl:r}=super.createView(i),s=document.createElement("button");return s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.AREA),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.type="button",Ni({target:s,props:this.control.props,fallback:Object.assign(Object.assign({},X),{backgroundColor:"transparent"})}),ki({target:s,props:this.control.props,fallback:Object.assign(Object.assign({},X),{borderAlpha:0}),dependsOn:n}),je({target:s,layoutParams:this.control.layoutParams,fallback:X}),r.append(s),t.append(r),this.controlEl=s,r}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}const Bi=e=>{if(e.type.trim().toLowerCase()==="button")return new er(e)};class er extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:i}){const{dependsOn:n,controlContainerEl:r}=super.createView(i),s=document.createElement("button");s.type="button",s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.BUTTON),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.style.fontFamily="inherit";const l=document.createElement("span");return l.style.display="inline-block",l.style.whiteSpace="pre",l.style.overflow="hidden",l.style.textOverflow="ellipsis",je({target:s,layoutParams:this.control.layoutParams,fallback:X}),Ni({target:s,props:this.control.props,fallback:X}),ki({target:s,props:this.control.props,fallback:X,dependsOn:n}),Vi({target:s,props:this.control.props}),Mi({target:l,props:this.control.props,fallback:X,dependsOn:n}),s.append(l),r.append(s),t.append(r),this.controlEl=s,r}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}const ir=e=>{if(e.type.trim().toLowerCase()==="text")return new nr(e)};class nr extends Re{constructor(t){super(t)}createView({parent:t,layoutFn:i}){const{dependsOn:n,controlContainerEl:r}=super.createView(i),s=document.createElement("div");s.classList.add(`${K}-${this.control.id}`),s.setAttribute("data-testid",$e.TEXT),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.fontFamily="inherit";const l=document.createElement("span");return l.style.whiteSpace="pre",je({target:s,layoutParams:this.control.layoutParams,fallback:X}),Vi({target:s,props:this.control.props}),Mi({target:l,props:this.control.props,fallback:X,dependsOn:n}),s.append(l),r.append(s),t.append(r),this.controlEl=s,r}disable(){}enable(){}getElement(){return document.querySelector(`.${K}-${this.control.id}`)}}class rr{constructor(t){this.layout=t}}const sr=e=>{if(e.type.trim().toLowerCase()==="relative")return new Di(e)};class Di extends rr{constructor(t){super(t)}setContainerLayout(t){t.style.position="relative"}setControlLayout(t,i){t.style.position="absolute",t.style.width=`calc(var(--interactive-content-width) * ${i.width})`,t.style.height=`calc(var(--interactive-content-height) * ${i.height})`,t.style.left=`calc(var(--interactive-content-width) * ${i.x} + ((var(--interactive-width) - var(--interactive-content-width)) / 2))`,t.style.top=`calc(var(--interactive-content-height) * ${i.y} + ((var(--interactive-height) - var(--interactive-content-height)) / 2))`}}function ot(e,t){var i={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(i[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(i[n[r]]=e[n[r]]);return i}function R(e,t,i,n){function r(s){return s instanceof i?s:new i(function(l){l(s)})}return new(i||(i=Promise))(function(s,l){function o(h){try{d(n.next(h))}catch(u){l(u)}}function c(h){try{d(n.throw(h))}catch(u){l(u)}}function d(h){h.done?s(h.value):r(h.value).then(o,c)}d((n=n.apply(e,t||[])).next())})}function a(e,t,i,n){if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return i==="m"?n:i==="a"?n.call(e):n?n.value:t.get(e)}function C(e,t,i,n,r){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!r)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?r.call(e,i):r?r.value=i:t.set(e,i),i}var Et,Gt,Ge;class Wi{constructor(t){Et.add(this),this.container=t,this.factories=new Map,a(this,Et,"m",Gt).call(this)}addControlFactory(t,i){this.factories.set(t.trim().toLowerCase(),i),a(this,Et,"m",Gt).call(this)}removeControlFactory(t){this.factories.delete(t.trim().toLowerCase()),a(this,Et,"m",Gt).call(this)}}Et=new WeakSet,Gt=function(){this.controls=a(this,Et,"m",Ge).call(this)},Ge=function(){var t;return(t=this.container.controls)===null||t===void 0?void 0:t.reduce((i,n)=>{const r=n.type.trim().toLowerCase(),s=this.factories.get(r);return s?[...i,s(n)]:[...i]},[])};const Hi=(e,t)=>{if(e.type.trim().toLowerCase()==="choice")return new ar(e,t)};class ar extends Wi{constructor(t,i){super(t),this.rootElement=i!=null?i:Pi(),this.layout=new Di(this.container.layout),this.isRemoved=!1,this.isDisabled=!1,this.addControlFactory("button",Bi),this.addControlFactory("text",ir),this.addControlFactory("area",Fi)}createView(t){const i=document.createElement("div");return i.classList.add(`${K}-${this.container.id}`),this.layout.setContainerLayout(i),this.controls.forEach(n=>{const r=n.createView({parent:i,layoutFn:this.layout.setControlLayout});n.setEvents(r,t)}),this.rootElement.append(i),this.isRemoved=!1,i}hide(){const t=this.getElement();t&&(t.style.visibility="hidden")}show(){const t=this.getElement();t&&(t.style.visibility="visible")}enable(){const t=this.getElement();t&&(this.controls.forEach(i=>i.enable()),t.style.opacity=1,this.isDisabled=!1)}disable(){const t=this.getElement();t&&(this.controls.forEach(i=>i.disable()),t.style.opacity=Jn,this.isDisabled=!0)}removeView(){var t;this.isRemoved||((t=this.getElement())===null||t===void 0||t.remove(),this.isRemoved=!0)}getElement(){return this.rootElement.querySelector(`.${K}-${this.container.id}`)}}function Ui(e,t){let i;return(...n)=>{clearTimeout(i),i=setTimeout(()=>e(...n),t)}}const xt={Object:"Object",String:"String",Array:"Array",Number:"Number",Function:"Function",Boolean:"Boolean"},wt=(e,t)=>Object.prototype.toString.call(e)===`[object ${t}]`,Ae=e=>wt(e,xt.Object),ye=e=>wt(e,xt.String),xe=e=>wt(e,xt.Array),Gi=e=>wt(e,xt.Number),or=e=>wt(e,xt.Function),ze=e=>Gi(e)&&!isNaN(e),$t=e=>Ae(e)&&Object.keys(e).length===0,zi=e=>xe(e)&&!e.length,kt=(e,t)=>ye(e)&&(t?e.trim():e).length,qi=window.navigator.userAgent.toLowerCase(),lr=/mobi/i.test(qi);qi.indexOf("android")>-1;const cr="video_interactive",dr="videoint",hr=250;class ur{constructor(t){this.onResize=i=>{this.isReady&&(!i[0].contentRect.width||!i[0].contentRect.height||(this.lastZoomInfo&&this.ngEditor.zoomTo(this.getNextPoint()),this.ngEditorSize={width:i[0].contentRect.width,height:i[0].contentRect.height}))},this.handleChapterChange=i=>{var n;if(this.isReady){if(this.isHidden||this.hide(),!(i!=null&&i.id)){(n=this.onError)===null||n===void 0||n.call(this,"Id is not found"),console.error("Id is not found");return}this.visitedChapterIds.add(i.id),this.ngEditor.selectChapter(i.id),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.currentChapterId=i.id,this.lastZoomInfo=void 0}},this.handleManifestChange=(i,n=[])=>R(this,void 0,void 0,function*(){var r;if(!Gi(i.graph.edit.chapters[0].x)){this.isReady=!1,(r=this.onError)===null||r===void 0||r.call(this,"Can't show graph"),console.error("Can't show graph");return}if(this.lastZoomInfo=void 0,!this.ngEditor){let s;try{s=yield x.loadVKLangPack(this.lang,cr,dr)}catch(o){console.log("Unable to load graph language pack")}const{GraphEditor:l}=yield import("@interactiveplatform/movika-graph-editor");this.ngEditor=new l(this.graphWrapperElement,{mode:"read",lang:this.lang,translation:s}),this.ngEditor.on("control",({name:o,chapterId:c})=>{o==="openPreview"&&this.onOpenPreviewClick(c)}),this.ngEditor.on("zoomEnd",o=>{this.lastZoomInfo=Object.assign({},o)})}this.visitedChapterIds=new Set(n),i.metadata.id!==this.currentManifestId?(this.ngEditor.update(i),this.currentManifestId=i.metadata.id):this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.isReady=!0}),this.init(t)}init({root:t,onOpenPreviewClick:i,onError:n,lang:r,visitedChapters:s=[]}){this.isHidden=!0,this.currentManifestId=void 0,this.currentChapterId=void 0,this.visitedChapterIds=new Set(s),this.onOpenPreviewClick=i,this.onError=n,this.lang=r!=null?r:"ru",this.zoom=.7,this.isReady=!1,this.lastZoomInfo=void 0,this.ngEditorSize=void 0,this.ngEditor=void 0,this.graphWrapperElement=fr(t),this.resizeObserver=new ResizeObserver(Ui(this.onResize,hr)),this.resizeObserver.observe(this.graphWrapperElement)}getNextPoint(t=this.ngEditorSize){return[(this.lastZoomInfo.x-t.width/2)/this.lastZoomInfo.value*-1,(this.lastZoomInfo.y-t.height/2)/this.lastZoomInfo.value*-1]}setVisitedChapters(t){this.visitedChapterIds=new Set([...this.visitedChapterIds,...t]),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds))}updateVideosInfo(t){this.ngEditor.updateVideosInfo(t)}show(){!this.ngEditor||!this.isReady||(this.graphWrapperElement.style.display="block",this.lastZoomInfo||this.ngEditor.focusChapter(this.currentChapterId),this.isHidden=!1)}hide(){this.graphWrapperElement.style.display="none",this.isHidden=!0}destroy(){var t,i;this.hide(),this.resizeObserver.disconnect(),(t=this.ngEditor)===null||t===void 0||t.setVisitedChapters([]),this.onOpenPreviewClick=void 0,(i=this.ngEditor)===null||i===void 0||i.dispose(),this.graphWrapperElement.remove(),this.isReady=!1}}function fr(e){const t=document.createElement("div");return t.style.position="absolute",t.style.top="0",t.style.left="0",t.style.height="100%",t.style.width="100%",t.style.display="none",e.append(t),t}const At=(e="",t="")=>{e=e.split("."),t=t.split(".");let i=0;for(let n=0;n<Math.max(e.length,t.length)&&!i;n++)e[n]>t[n]?i=1:e[n]<t[n]?i=-1:i=0;return i},vr="3.1",qe={default:"setNextBranch",random:"setRandomBranch",weightlessRandom:"setWeightlessRandomBranch",max:"setMaxWeightBranch",min:"setMinWeightBranch"},pr={type:"onSuspense",action:{type:"continuePlayback",args:{shouldOpenNow:!0,isDetachContainer:!0}}},yr=e=>{const t=[];for(const i of e.chapters){let n;const r=[];for(let o of i.branches){const{isDefault:c}=o,d=ot(o,["isDefault"]);c&&(n=d.id),r.push(d)}let s=[];const l=[];for(let o of i.containers){const{fallbackStrategy:c}=o,d=ot(o,["fallbackStrategy"]),h=!!d.endTime;let u=[pr];switch(c){case"await":h?u=[]:s=[];break;case"default":{const v={type:"onSuspense",action:{type:qe.default,args:{branchId:n,shouldOpenNow:!h,isDetachContainer:!0}}};h?u=[v]:s=[v];break}case"random":case"weightlessRandom":case"max":case"min":{const v={type:"onSuspense",action:{type:qe[c],args:{}}};h?u=[v]:s=[v];break}}for(const v of d.controls)l.push(Object.assign(Object.assign({},d),{controls:[Object.assign({},v)],id:Qn.v4(),events:u}))}t.push(Object.assign(Object.assign({},i),{containers:l,events:s,branches:r}))}return e.metadata.version=vr,e.metadata.updated=new Date().toISOString(),Object.assign(Object.assign({},e),{chapters:t})},mr="3.2",br=e=>{if(!e.media){const t=e.metadata,{media:i}=t,n=ot(t,["media"]);return Object.assign(Object.assign({},e),{metadata:Object.assign(Object.assign({},n),{version:mr}),media:i})}return e},gr="3.3",Er=(e=[])=>({edit:{chapters:e},view:{}}),Ke={type:"onSuspense",action:{type:"expect",args:{shouldOpenNow:!0,isDetachContainer:!0}}},Cr=e=>{var t;const i=[],n=[];for(const r of e.chapters){const{id:s,x:l,y:o}=r,c=ot(r,["id","x","y"]),d=c.containers.map(h=>{var u;return Object.assign(Object.assign({},h),{controls:h.controls.map(v=>{var{subtype:m,type:g}=v,w=ot(v,["subtype","type"]);return Object.assign(Object.assign({},w),{type:m!=null?m:g})}),events:!((u=h.events)===null||u===void 0)&&u.length?h.events:[Ke]})});i.push(Object.assign(Object.assign({id:s},c),{containers:d,events:!((t=c.events)===null||t===void 0)&&t.length?c.events:[Ke]})),n.push({id:s,x:l,y:o})}return Object.assign(Object.assign({},e),{chapters:i,graph:Er(n),metadata:Object.assign(Object.assign({},e.metadata),{version:gr})})},Ir=[{version:"3.0",migrate:yr},{version:"3.1",migrate:br},{version:"3.2",migrate:Cr}],_r=e=>Ir.reduce((t,i)=>At(t.metadata.version,i.version)?t:i.migrate(t),e),wr=Object.freeze({Button:"Button",Area:"Area",Text:"Text"}),j=Object.freeze({openURI:"openURI",setNextBranch:"setNextBranch",setWeightlessRandomBranch:"setWeightlessRandomBranch",setRandomBranch:"setRandomBranch",setMaxWeightBranch:"setMaxWeightBranch",setMinWeightBranch:"setMinWeightBranch",setDefaultBranch:"setDefaultBranch",continuePlayback:"continuePlayback",expect:"expect"});exports.INTERACTIVE_CLICK_ACTIONS=void 0;(function(e){e.GO_NEXT_BUTTON="GO_NEXT_BUTTON",e.GO_NEXT_AREA="GO_NEXT_AREA",e.WATCH_AGAIN="WATCH_AGAIN",e.OPEN_GRAPH="OPEN_GRAPH",e.CLOSE_GRAPH="CLOSE_GRAPH"})(exports.INTERACTIVE_CLICK_ACTIONS||(exports.INTERACTIVE_CLICK_ACTIONS={}));const Qe={metadata:"Object",chapters:"Array"},Sr="3.0.0",Tr="3.3.0",Le=e=>{const t=At(e,Sr);return t===-1?!1:t===0?!0:At(e,Tr)!==1},Or=e=>{if(!Ae(e))return!1;for(const t in Qe)if(!e[t]||!wt(e[t],Qe[t]))return!1;return Le(e.metadata.version)},Ki=e=>e.type===wr.Text;class S{constructor(t,i,...n){this.severity=t,this.category=i,this.data=n}toString(){return`SDK_NAME ERROR ${JSON.stringify(this,null," ")}`}}S.Severity={RECOVERABLE:1,CRITICAL:2};S.Category={VIDEO:0,INTERACTIVES:1,GRAPH:2,MANIFEST:3,LOADERS:4,HISTORY:5,SEAMLESS:6};class Qi{constructor(){this.listeners={}}addListener(t,i){return this.listeners[t]=this.listeners[t]||[],this.listeners[t].push(i),this}on(t,i){return this.addListener(t,i)}once(t,i){this.listeners[t]=this.listeners[t]||[];const n=()=>{i(),this.off(t,n)};return this.listeners[t].push(n),this}off(t,i){return this.removeListener(t,i)}reset(){this.listeners={}}removeListener(t,i){const n=this.listeners[t];if(!n)return this;for(let r=n.length;r>0;r--)if(n[r]===i){n.splice(r,1);break}return this}emit(t,...i){const n=this.listeners[t];return n?(n.forEach(r=>{r(...i)}),!0):!1}listenerCount(t){return(this.listeners[t]||[]).length}rawListeners(t){return this.listeners[t]}}class jr{constructor(t){this.addFn=(i,n=!1)=>{or(i)&&(this.fns.push(i),n&&this.updateFn())},this.removeFn=(i,n=!1)=>{this.fns=this.fns.filter(r=>r!==i),n&&this.updateFn()},this.updateFn=()=>{this.fn=()=>{this.fns.forEach(i=>i()),this.raf&&this.forceRequestAnimation()}},this.forceRequestAnimation=()=>{this.fn&&(this.raf=requestAnimationFrame(this.fn))},this.requestAnimation=()=>{this.raf||this.forceRequestAnimation()},this.cancelAnimation=()=>{cancelAnimationFrame(this.raf),this.raf=void 0},this.raf,this.fn,this.fns=[],this.addFn(t)}release(){this.cancelAnimation(),this.fn=void 0,this.fns=[]}}class $r{constructor(t){var i,n;this.loaders={chapterLoaders:(i=t==null?void 0:t.chapterLoaders)!==null&&i!==void 0?i:[],manifestLoaders:(n=t==null?void 0:t.manifestLoaders)!==null&&n!==void 0?n:[]}}exec(t,i){return R(this,void 0,void 0,function*(){return Rr(...this.loaders[t])(i)})}}function Rr(...e){return function(i){return R(this,void 0,void 0,function*(){const n=[...e];for(;n.length>0;)i=yield n.shift()(i);return i})}}function Qt(e,t,i){return e?Object.assign(Object.assign({},e),{[t]:e[t]?[i,...e[t]]:[i]}):{[t]:[i]}}function me(e){var{actions:t,errors:i,chapterId:n}=e,r=ot(e,["actions","errors","chapterId"]);if(n){const s=t.getManifest(),l=t.getChapter(s.chapters,n);if(l){const o=t.getMedia(s.media,l.videoId),c=t.getGraph(s.graph,l.id);return o?Object.assign(Object.assign({},r),{actions:t,errors:i,result:{chapter:l,media:o,graph:c}}):Object.assign(Object.assign({},r),{errors:Qt(i,me.name,"Could not find media"),actions:t})}}return Object.assign(Object.assign({},r),{errors:Qt(i,me.name,"Could not find chapter"),actions:t})}class Ye{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(t,i,n){t in this.listeners||(this.listeners[t]=[]),this.listeners[t].push({callback:i,options:n})}removeEventListener(t,i){if(!(t in this.listeners))return;const n=this.listeners[t];for(let r=0,s=n.length;r<s;r++)if(n[r].callback===i){n.splice(r,1);return}}dispatchEvent(t){if(!(t.type in this.listeners))return;const n=this.listeners[t.type].slice();for(let r=0,s=n.length;r<s;r++){const l=n[r];try{l.callback.call(this,t)}catch(o){Promise.resolve().then(()=>{throw o})}l.options&&l.options.once&&this.removeEventListener(t.type,l.callback)}return!t.defaultPrevented}}class Yi extends Ye{constructor(){super(),this.listeners||Ye.call(this),Object.defineProperty(this,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,"reason",{value:void 0,writable:!0,configurable:!0})}toString(){return"[object AbortSignal]"}dispatchEvent(t){t.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,t)),super.dispatchEvent(t)}}class Ar{constructor(){Object.defineProperty(this,"signal",{value:new Yi,writable:!0,configurable:!0})}abort(t){let i;try{i=new Event("abort")}catch(r){typeof document!="undefined"?document.createEvent?(i=document.createEvent("Event"),i.initEvent("abort",!1,!1)):(i=document.createEventObject(),i.type="abort"):i={type:"abort",bubbles:!1,cancelable:!1}}let n=t;if(n===void 0)if(typeof document=="undefined")n=new Error("This operation was aborted"),n.name="AbortError";else try{n=new DOMException("signal is aborted without reason")}catch(r){n=new Error("This operation was aborted"),n.name="AbortError"}this.signal.reason=n,this.signal.dispatchEvent(i)}toString(){return"[object AbortController]"}}typeof Symbol!="undefined"&&Symbol.toStringTag&&(Ar.prototype[Symbol.toStringTag]="AbortController",Yi.prototype[Symbol.toStringTag]="AbortSignal");function Xi(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof e.Request=="function"&&!e.Request.prototype.hasOwnProperty("signal")||!e.AbortController}function xr(e){typeof e=="function"&&(e={fetch:e});const{fetch:t,Request:i=t.Request,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r=!1}=e;if(!Xi({fetch:t,Request:i,AbortController:n,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r}))return{fetch:t,Request:s};let s=i;(s&&!s.prototype.hasOwnProperty("signal")||r)&&(s=function(d,h){let u;h&&h.signal&&(u=h.signal,delete h.signal);const v=new i(d,h);return u&&Object.defineProperty(v,"signal",{writable:!1,enumerable:!1,configurable:!0,value:u}),v},s.prototype=i.prototype);const l=t;return{fetch:(c,d)=>{const h=s&&s.prototype.isPrototypeOf(c)?c.signal:d?d.signal:void 0;if(h){let u;try{u=new DOMException("Aborted","AbortError")}catch(m){u=new Error("Aborted"),u.name="AbortError"}if(h.aborted)return Promise.reject(u);const v=new Promise((m,g)=>{h.addEventListener("abort",()=>g(u),{once:!0})});return d&&d.signal&&delete d.signal,Promise.race([v,l(c,d)])}return l(c,d)},Request:s}}const Pe=Xi({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),Zi=Pe?xr({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,Xe=Pe?Zi.fetch:window.fetch;Pe?Zi.Request:window.Request;const Lr=e=>R(void 0,void 0,void 0,function*(){try{let t,i;if(Ae(e))t=e;else if(ye(e)){i=new URL(e).href;const r=yield Xe(i);if(!r.ok)return{};t=yield r.json()}else return{};if(!Or(t))return{};const n=t.metadata.media;if(ye(n)&&!t.media)try{let r;i?r=new URL(n,i).href:(r=new URL(n).href,i=r);const s=yield Xe(r);if(!s.ok)throw new Error;t.metadata.media=yield s.json()}catch(r){return Nr(t.metadata.version)?{manifest:t}:{}}return{manifest:t,manifestURL:i}}catch(t){return{}}});function Pr(e){return R(this,void 0,void 0,function*(){const{manifest:t,manifestURL:i}=yield Lr(e),n=_r(t);return n.media=Vr(n.media,i),delete n.metadata.media,n})}function ee(e,t){return e.find(i=>i.id===t)}function Ze(e,t){var i,n;return!((i=e.edit)===null||i===void 0)&&i.chapters?e.edit.chapters.find(r=>r.id===t):!((n=e.view)===null||n===void 0)&&n.chapters?e.view.chapters.find(r=>r.id===t):void 0}function Je(e,t){return e.videos.find(i=>i.id===t)}function Vr(e,t){return Object.assign(Object.assign({},e),{videos:e.videos.map(i=>Object.assign(Object.assign({},i),{variants:i.variants.map(n=>{const r=Mr(n.url,t);return Object.assign(Object.assign({},n),{url:r||n.url})})}))})}function Mr(e,t){try{return new URL(e,t).href}catch(i){return""}}function Nr(e){return At(e,"3.2.0")>=0}const L=Object.freeze({nothing:0,beforeInteractive:1,interactive:2,afterInteractive:3,end:4,removed:5,destroyed:6}),Ve=e=>xe(e)&&!zi(e),Lt=e=>e.order==="end",Ji=e=>xe(e.containers)&&!zi(e.containers)&&Lt(e),kr=(e,t)=>{var i;const n=e*1e3;return Ve(t.controls)&&n<((i=t.startTime)!==null&&i!==void 0?i:0)},ti=(e,t)=>{var i,n;const r=e*1e3;return Ve(t.controls)&&r>=((i=t.startTime)!==null&&i!==void 0?i:0)&&r<=((n=t.endTime)!==null&&n!==void 0?n:1/0)},Yt=e=>e.some(t=>t.action.type==="expect"),ei=e=>e.find(t=>t.action.type==="expect"),Fr=e=>(e==null?void 0:e.length)===1,tn=e=>Fr(e)&&Ki(e[0]),Br=({fn:e,type:t=1},...i)=>(...n)=>t?e(...n,...i):e(Object.assign(Object.assign({},n[t]),i[t])),Dr=(e=[])=>e.reduce((t,i,n)=>{var r,s,l;const o=((r=i==null?void 0:i.controls)!==null&&r!==void 0?r:[]).filter(c=>!Ki(c));if(Ve(o)){const c=[(s=i.startTime)!==null&&s!==void 0?s:0,(l=i.endTime)!==null&&l!==void 0?l:1/0],d=i.id;if(!n)t.push({subjects:[d],range:c});else{const h=[];let u=-1/0,v=1/0,m=[];const g=[];for(let w=0;w<t.length;w++){const f=t[w];if(g.push(...f.subjects),f.range[0]<v&&(v=f.range[0]),f.range[1]>u&&(u=f.range[1]),f.range[0]<=c[0]&&f.range[1]>=c[1])return t[w].subjects.push(d),t;c[0]>=f.range[0]&&c[0]<=f.range[1]&&(h.push(w),m=m.concat(f.subjects),c[0]=f.range[0]),c[1]>=f.range[0]&&c[1]<=f.range[1]&&(h.push(w),m=m.concat(f.subjects),c[1]=f.range[1])}if(g.push(d),c[0]<=v&&c[1]>=u)return[{subjects:g,range:c}];h.length&&h.reverse().forEach(w=>{t.splice(w,1)}),t.push({subjects:m.concat([d]),range:c})}}return t},[]).sort((t,i)=>t.range[0]-i.range[0]),Wr=(e,t)=>Yt(e.events)?!1:t.some(({container:i})=>i.container.id!==e.id&&Yt(i.container.events)&&i.container.endTime===e.endTime&&!i.isRemoved);class en extends $r{constructor(t,i){super(t),this.onError=i,this.prevChapter$=new x.ValueSubject(null),this.release()}release(){return this.manifest=null,this.chapter=null,this.media=null,this.graph=null,this.prevChapter$.next(null),this}setManifest(t){var i;return R(this,void 0,void 0,function*(){this.release();const n=yield this.exec("manifestLoaders",{actions:{addErrorMessage:Qt},result:null,errors:null,source:t});n.errors&&this.errorHandler(n.errors);const r=yield Pr((i=n.result)!==null&&i!==void 0?i:t);return this.manifest=r,this})}setInitial(){return R(this,void 0,void 0,function*(){return this.setNext()})}setNext(t=this.manifest.metadata.initChapterId){return R(this,void 0,void 0,function*(){this.prevChapter$.next(this.chapter);const i=yield this.exec("chapterLoaders",me({actions:{getManifest:()=>this.manifest,getCurrent:this.getCurrent,getGraph:Ze,getChapter:ee,getMedia:Je,getByBranches:this.getByBranches.bind(this),addErrorMessage:Qt},result:null,errors:null,chapterId:t}));return i.errors&&this.errorHandler(i.errors),this.chapter=i.result.chapter,this.media=i.result.media,this.graph=i.result.graph,this})}errorHandler(t){this.onError(t),console.error("Something went wrong with loaders",{errors:t})}getInitial(){return this.getByChapterId(this.manifest.metadata.initChapterId)||null}getByChapterId(t=this.manifest.metadata.initChapterId){const i=ee(this.manifest.chapters,t);if(i){const n=Je(this.manifest.media,i.videoId),r=Ze(this.manifest.graph,i.id);if(n)return{chapter:i,media:n,graph:r}}return null}getBranches(t=this.chapter.id){if(t===this.chapter.id)return this.getByBranches(this.chapter.branches);{const i=ee(this.manifest.chapters,t);return this.getByBranches(i==null?void 0:i.branches)}}getByBranches(t=[]){return t.reduce((i,n)=>{const r=this.getByChapterId(n.chapterId);return r&&i.push(r),i},[])}getCurrent(){return{chapter:this.chapter,media:this.media,graph:this.graph}}isInitialChapter(){return this.chapter.id===this.manifest.metadata.initChapterId}isEndChapter(){return Lt(this.chapter)}}const Hr=e=>{const t=e.variants.find(i=>{var n;return((n=i.payload)===null||n===void 0?void 0:n.type)==="vk"});if(t&&"payload"in t){const[i,n]=t.payload.id.split("_");return[i,n]}return[]},I={graph:"graph",interactives:"interactives",chapterChanged:"chapter-changed",playerChanged:"player-changed",manifestChanged:"manifest-changed",errors:"errors",eachTick:"eachTick",historyInited:"history-inited",historyDestroyed:"history-destroyed"},be={visibility:"visibility",watchAgainClicked:"watchAgainClicked"},P={actionChoiceCanceled:"action-choice-canceled",actionChoice:"action-choice",actionExecution:"action-execution",visibility:"visibility",containerRemoved:"container-removed",rangeEnded:"range-ended"};function Ur(){const e=new Map;function t(r){var{listId:s=Math.random().toString(),itemId:l=Math.random().toString()}=r,o=ot(r,["listId","itemId"]);const c=e.get(s),d=Object.assign({},o);return c?c[l]=d:e.set(s,{[l]:d}),Object.assign({listId:s,itemId:l},o)}function i(r,s){var l,o,c;const d=e.get(r);if(d){if(s)return(l=d[s])===null||l===void 0||l.player.destroy(),(o=d[s])===null||o===void 0||o.container.remove(),(c=d[s])===null||c===void 0||c.subscription.unsubscribe(),delete d[s],Object.keys(d).length||e.delete(r),!0;for(const h of Object.values(d))h.player.destroy(),h.container.remove();return e.delete(r),!0}else throw Error("Can't remove. Not find.")}function n(){for(const r of e)i(r[0])}return{createPlayer:t,removePlayer:i,map:e,removeAll:n}}function ii(e,t=[]){var i,n,r;let s={},l;const o=!t.length;for(const c of e.variants)if(!l&&"cover"in c&&(l=c.cover),"url"in c)switch(c.type.toLowerCase()){case"mp4":(o||t.includes("mp4"))&&(s.MPEG=Object.assign(Object.assign({},s.MPEG),{[(i=c.standard)!==null&&i!==void 0?i:"Invariant quality"]:c.url}));break;case"mpeg":(o||t.includes("mpeg"))&&(s.MPEG=Object.assign(Object.assign({},s.MPEG),{[(n=c.standard)!==null&&n!==void 0?n:"Invariant quality"]:c.url}));break;case"hls":(o||t.includes("hls"))&&(s=Object.assign(Object.assign({},s),{HLS:{type:"url",url:c.url}}));break;case"dash":(o||t.includes("dash"))&&(s=Object.assign(Object.assign({},s),{DASH_SEP:{compatibilityMode:!0,type:"url",url:c.url}}));break}return{sources:s,thumbUrl:l,title:(r=e.title)!==null&&r!==void 0?r:""}}const Ft=(e,t)=>{const i=e.info.currentQuality$.getValue(),n=e.info.availableQualities$.getValue();i!==t&&n.includes(t)&&(e.setQuality(t),e.setAutoQuality(!1))},zt={activePlayerChanged:"sc-active-player-changed",initiated:"sc-initiated",playerCreated:"sc-player-created"},Gr=2;function zr(e){const t=Ur();let i,n;const r=new Qi;let s={},l=!1,o=null,c=!1,d;e&&h(e);function h(y){o=y}function u(y,E,b){var O;if(!o)throw Error("need to set interactive controller");const V=((O=t.map.get(y))!==null&&O!==void 0?O:{})[E];if(V){s=Object.assign({chapterId:b,listId:y,itemId:E},V);const _=s.player;n=_.info.currentQuality$.subscribe(F=>{if(!(!F||!_.info.position$.getValue())){i=F;for(const H of t.map)Object.values(H[1]).forEach(({player:N})=>{_.info.isAutoQualityEnabled$.getValue()||Ft(N,F)})}}),V.container.remove(),l=!1,o.setPlayer(V.player),c||(o.init(),c=!0),r.emit(zt.activePlayerChanged,{player:s.player,config:s.config});return}throw Error("Can't set. Not find.")}function v(y,E,b){return R(this,void 0,void 0,function*(){if(!o)throw Error("need to set interactive controller");if($t(s)||y!==s.itemId)return;if(b>=0&&!l){const A=o.getChapterBranches();l=!0;const V=new Set;for(const _ of A)V.has(_.media.id)||(yield g({media:_.media,chapterId:_.chapter.id,setAsActive:!1,title:_.chapter.label}),V.add(_.media.id))}})}function m({chapter:{id:y},media:E}){return R(this,void 0,void 0,function*(){if($t(s))return;n==null||n.unsubscribe();const b=s.player.info.muted$.getValue(),O=s.player.info.currentQuality$.getValue(),A=s.player.info.isAutoQualityEnabled$.getValue(),V=s.player.info.volume$.getValue(),_=s.player.info.currentPlaybackRate$.getValue(),F=!A;let H=!1;for(const N of t.map)if(N[0]===E.id){const Q=Object.keys(N[1]);for(const Z of Q)Z===s.itemId?(Q.length<Gr||(H=!0),t.removePlayer(N[0],Z)):(H=!0,u(N[0],Z,y),F?Ft(s.player,O):s.player.setAutoQuality(!0),s.player.setVolume(V),s.player.setMuted(b),s.player.setPlaybackRate(_))}else t.removePlayer(N[0]);H||(yield g({media:E,chapterId:y,setAsActive:!0,playbackRate:_}),F?Ft(s.player,O):s.player.setAutoQuality(!0),s.player.setVolume(V),s.player.setMuted(b))})}function g({media:y,chapterId:E,prefetch:b=!0,setAsActive:O=!0,autoplay:A=!1,preferredExt:V,title:_,playbackRate:F}){var H,N,Q;return R(this,void 0,void 0,function*(){const Z=Math.random().toString(),vt=document.createElement("div");d.append(vt);const Bn=(H=s==null?void 0:s.player)===null||H===void 0?void 0:H.info.isAutoQualityEnabled$.getValue();let Mt;if(!((N=o==null?void 0:o.options)===null||N===void 0)&&N.vkVideoLoader){const Nt=Hr(y);Nt.length&&(Mt=yield o.options.vkVideoLoader(...Nt))}const Fe=Object.assign(Object.assign({container:vt},((Q=Mt==null?void 0:Mt.videos)===null||Q===void 0?void 0:Q[0])||{sources:ii(y,V).sources}),{title:_}),ct=new Yn.Player;ct.initVideo(Fe);const Dn=vt.lastChild,Be=new x.Subscription;Be.add(ct.info.position$.subscribe(function(Nt){v(Z,ct.info.duration$.getValue(),Nt)})).add(ct.events.canplay$.subscribe(function(){Bn||Ft(ct,i),F&&ct.setPlaybackRate(F)})),Dn&&(vt.style.display="none",vt.classList.add(E));const pt=t.createPlayer({listId:y.id,itemId:Z,player:ct,container:vt,sources:ii(y,V).sources,config:Fe,subscription:Be});return O&&u(y.id,pt.itemId,E),A&&pt.player.play(),b&&!A&&pt.player.prepare(),r.emit(zt.playerCreated,pt.player),{player:pt.player,config:pt.config}})}function w(){f(),o=null}function f(){o==null||o.off(I.chapterChanged,m),t.removeAll(),s={},c=!1,l=!1}function p({container:y}){return R(this,void 0,void 0,function*(){if(!o)throw Error("need to set interactive controller");f(),d=y;const{media:E,chapter:b}=o.getCurrentChapter();if(E){o.on(I.chapterChanged,m);const{player:O,config:A}=yield g({media:E,chapterId:b.id,title:b.label});return r.emit(zt.initiated,{container:y,media:E,chapterId:b.id}),{player:O,config:A}}else console.error("not found")})}return Object.assign(Object.assign({},t),{on:r.on.bind(r),off:r.off.bind(r),init:p,setInteractiveController:h,createPlayer:g,removeAll:w,getActivePlayer:function(){return s}})}const qr=3e3,Kr=()=>{let e=[],t=null;return{setPlayer:l=>{t=l},setContainers:l=>{e=l},deleteContainer:l=>{e=e.filter(o=>o.id!==l)},getNextInteractiveTime:(l=qr)=>{if(!e.length||t===null)return null;let o=-1,c=!1;const d=Math.round(t.info.position$.getValue()*1e3);for(const h of e){const u=h.startTime-l;if(u<=d&&(d<=h.endTime||h.endTime===null)){c=!0;break}d<u&&(o=o===-1?u:Math.min(o,u))}return!c&&o!==-1?o:null}}},_t=Kr();class Qr{constructor({player:t,container:i,branches:n,selectBranches:r,interactiveEvents:s,globalEventEmitter:l,ignoreContainerEvent:o,permanentTextControls:c,disabledControls$:d}){this.hide=()=>{setTimeout(()=>{var h,u;this.gameState!==L.end&&(Yt(this.container.container.events)&&this.gameState===L.afterInteractive||this.selectBranches.state.isExpect||(this.gameState!==L.interactive&&((u=(h=this.container).hide)===null||u===void 0||u.call(h)),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!1})))})},this.show=()=>{var h,u,v,m;if(this.gameState===L.interactive&&!this.isSelectedControlEvent)if(this.container.getElement())(m=(v=this.container).show)===null||m===void 0||m.call(v),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!0,isFirst:!1});else{const w=Br({fn:this.selectBranches.onControlEvent,type:0},{isDisabled:()=>this.container.isDisabled,branches:this.branches,containerId:this.container.container.id,onDetachContainer:()=>{this.removeView(),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!1})},onEvent:(f,p)=>{this.isSelectedControlEvent=!0,f!==!1&&(this.removeView(),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!1})),(this.gameState===L.end||this.gameState===L.afterInteractive||this.selectBranches.state.isExpect)&&(this.selectBranches.stopExpect(),p(),this.removeView(),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!1})),_t.deleteContainer(this.container.container.id)},isEOV:()=>this.gameState===L.end});this.container.createView(w),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!0,isFirst:!0}),this.disabledControls$.getValue()&&((u=(h=this.container).disable)===null||u===void 0||u.call(h))}},this.onEndOfVideo=()=>{this.gameState=L.end,this.selectContainerEvent(!0)},this.whilePlaying=()=>{var h,u,v,m;if(((h=this.player.experimental.element$.getValue())===null||h===void 0?void 0:h.readyState)<1||[L.destroyed,L.removed].includes(this.gameState)&&!this.isPermanentText)return;const w=this.player.getExactTime();if(kr(w,this.container.container))this.gameState!==L.beforeInteractive&&(this.gameState=L.beforeInteractive,this.onBeforeStartTime());else if(ti(w,this.container.container))this.gameState!==L.interactive&&(this.gameState=L.interactive,this.onStartTime());else if(this.gameState!==L.afterInteractive){const y=this.gameState;this.gameState=L.afterInteractive,y===L.interactive&&this.onEndTime()}else this.gameState!==L.destroyed&&this.removeView();const f=ti(w,this.container.container),p=this.container.container.startTime?[this.container.container.startTime,(u=this.container.container.endTime)!==null&&u!==void 0?u:1/0]:[];(m=(v=this.container).onProgress)===null||m===void 0||m.call(v,w,f),this.globalEventEmitter.emit(I.eachTick,{subjectId:this.container.container.id,subjectName:"container",range:p,currentTime:w,isInteractiveTime:f})},this.container=i,this.branches=n,this.selectBranches=r,this.subscription=new x.Subscription,this.player=t,this.interactiveEvents=s,this.ignoreContainerEvent=o,this.isPermanentText=c&&tn(i.container.controls),this.disabledControls$=d,this.globalEventEmitter=l,this.gameState=L.nothing,this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.registerEvents()}registerEvents(){this.subscription.add(this.player.events.playing$.subscribe(this.show)).add(this.player.events.paused$.subscribe(this.hide)).add(this.player.events.ended$.subscribe(this.onEndOfVideo)),this.subscription.add(this.disabledControls$.subscribe(t=>{var i,n,r,s;t?(n=(i=this.container).disable)===null||n===void 0||n.call(i):(s=(r=this.container).enable)===null||s===void 0||s.call(r)}))}selectContainerEvent(t=!1){this.interactiveEvents.containersEventsCallState.setCalled({timestamp:t?1/0:this.container.container.endTime,id:this.container.container.id}),!(this.isSelectedControlEvent||this.isSelectedContainerEvent)&&(this.isSelectedContainerEvent=!0,this.ignoreContainerEvent()||this.selectBranches.setManifestContainerEvents({container:this.container.container,branches:this.branches,isEOV:t}),!t&&this.interactiveEvents.exec(this.container.container.endTime))}onStartTime(){this.show()}onEndTime(){this.selectContainerEvent(!1);const t=Yt(this.container.container.events)||this.ignoreContainerEvent();(this.isSelectedControlEvent||!t)&&this.removeView()}onBeforeStartTime(){var t,i;(i=(t=this.container).hide)===null||i===void 0||i.call(t),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.visibility,visibility:!1})}reset(){this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.gameState=L.beforeInteractive}removeView(){this.container.removeView(),this.globalEventEmitter.emit(I.interactives,{subjectId:this.container.container.id,subjectName:"container",type:P.containerRemoved,visibility:!1}),this.gameState=L.removed}destroy(){var t;this.reset(),this.removeView(),this.gameState=L.destroyed,this.subscription.unsubscribe(),this.branches=[],this.interactiveEvents.containersEventsCallState.setCalled({timestamp:(t=this.container.container.endTime)!==null&&t!==void 0?t:1/0,id:this.container.container.id}),_t.deleteContainer(this.container.container.id)}}function Yr(){const e={};function t(){for(const o in e)Object.prototype.hasOwnProperty.call(e,o)&&delete e[o];return!0}function i(o){const c={};for(const d in e)+d<=o&&(c[d]=e[d]);return c}function n(o){const c={};for(const d in e)+d>=o&&(c[d]=e[d]);return c}function r({timestamp:o,priority:c,initiator:d}){var h;if(ze(o)){const u=(h=e[o])!==null&&h!==void 0?h:null;if(u&&kt(c,!0)){let v={};const m=u[c];if(m&&(v=Object.assign(Object.assign({},v),m)),v=$t(v)?null:v,v&&kt(d,!0)){const g=v[d];return g!=null?g:null}return v}return u}return null}function s({timestamp:o,priority:c,initiator:d}){if(ze(o))if(e[o]){if(kt(c,!0))if(e[o][c]){if(kt(d,!0))if(e[o][c][d]){if(delete e[o][c][d],!$t(e[o][c]))return!0}else return!1;if(delete e[o][c],!$t(e[o]))return!0}else return!1;return delete e[o]}else return!1}function l(o){var c,d,h,{timestamp:u,priority:v,initiator:m}=o,g=ot(o,["timestamp","priority","initiator"]);!((d=(c=e[u])===null||c===void 0?void 0:c[v])===null||d===void 0)&&d[m]?e[u][v][m].push(Object.assign({},g)):!((h=e[u])===null||h===void 0)&&h[v]?e[u][v]=Object.assign(Object.assign({},e[u][v]),{[m]:[Object.assign({},g)]}):e[u]?e[u]=Object.assign(Object.assign({},e[u]),{[v]:{[m]:[Object.assign({},g)]}}):e[u]={[v]:{[m]:[Object.assign({},g)]}}}return{map:e,remove:s,add:l,removeAll:t,get:r,getLte:i,getGte:n}}const Xr=[j.expect,j.setNextBranch],Zr=1/0;function ni(e){let t=e,i;const n=Jr(),r=new Yr;let s;const l=()=>{v(),f()},o=p=>{r.add.call(void 0,p),m()},c=(p=[])=>{for(const y of p)if(y.action(),Xr.includes(y.actionType))break},d=(p=1/0)=>{var y,E,b;const O=Bt((y=r.get({timestamp:p,priority:"control"}))!==null&&y!==void 0?y:{}),A=Bt((E=r.get({timestamp:p,priority:"container"}))!==null&&E!==void 0?E:{}),V=Bt((b=r.get({timestamp:p,priority:"chapter"}))!==null&&b!==void 0?b:{});return[...O,...A,...V]},h=p=>{n.isReady(p)&&c(d(p))},u=()=>{var p;c([...Bt((p=r.get({timestamp:1/0,priority:"chapter"}))!==null&&p!==void 0?p:{})])},v=()=>{i&&(s==null||s.unsubscribe(),i=void 0)},m=()=>{i||(i=()=>setTimeout(()=>{h(1/0)}),s=t.events.ended$.subscribe(i))},g=p=>{v(),t=p},w=p=>{p.priority==="container"&&n.resetCalled(p.timestamp),r.remove(p)},f=()=>{n.release(),r.removeAll()};return{setPlayer:g,add:o,remove:w,exec:h,execEndOfVideo:u,listen:m,unlisten:v,release:l,containersEventsCallState:n,getPreparedToExecActions:d}}function Jr(){const e=new Map;return{setCalled:({timestamp:l,id:o})=>{const c=e.get(l);c&&c[o]!==void 0&&(c[o]=!0)},setData:(l=[])=>{var o,c;for(const d of l){const h=(o=d.endTime)!==null&&o!==void 0?o:Zr,u=(c=e.get(h))!==null&&c!==void 0?c:{};e.set(h,Object.assign(Object.assign({},u),{[d.id]:!1}))}},resetCalled:l=>{const o=e.get(l);if(o)for(const c in o)o[c]=!1},isReady:l=>{const o=e.get(l);return o?!Object.values(o).some(c=>!c):!0},release:()=>e.clear()}}function Bt(e){return Object.values(e).flat().sort(t=>t.actionType===j.expect?-1:1)}const ts=(e,t)=>{const{height:i,width:n}=t.info.intrinsicVideoSize$.getValue()||{};if(!(i&&n))return{videoContentHeight:0,videoContentWidth:0};const{clientHeight:r,clientWidth:s}=t.experimental.element$.value||{};if(!(r&&s))return{videoContentHeight:0,videoContentWidth:0};const l=i/n,o=r/s;let c,d;return o>l?(d=s,c=s*l):o<l?(d=r/l,c=r):(d=s,c=r),{videoContentWidth:d,videoContentHeight:c}},es=250;function is(e){let t=()=>{};const i=new ResizeObserver(o=>{s(o),t=s.bind(null,o)});function n(o){const{parentElement:c,player:d}=e();if(c&&d){const{videoContentWidth:h,videoContentHeight:u}=ts(c,d);c.style.setProperty("--interactive-content-width",`${h}px`),c.style.setProperty("--interactive-content-height",`${u}px`),c.style.setProperty("--interactive-width",`${o[0].contentRect.width}px`),c.style.setProperty("--interactive-height",`${o[0].contentRect.height}px`)}}function r(){const{parentElement:o}=e();o.removeAttribute("style")}const s=Ui(o=>{const{fns:c=[]}=e();n(o);for(const d of c)d()},es);function l(){t=void 0,i.disconnect(),r()}return{resizeObserver:i,calc:()=>{t()},release:l}}class ns{constructor(){this.map={}}push(t,i){t in this.map?this.map[t].push(i):this.map[t]=[i]}get(t){const i=this.map[t];return i?i.slice():null}getAll(){const t=[];for(const i in this.map)t.push(...this.map[i]);return t}remove(t,i){t in this.map&&(this.map[t]=this.map[t].filter(n=>n!==i),this.map[t].length===0&&delete this.map[t])}clear(){this.map={}}size(){return Object.keys(this.map).length}keys(){return Object.keys(this.map)}}const rs=e=>Math.floor(Math.random()*e),ss=e=>{let t=e.length,i=1/0,n=null;for(;t--;)e[t].weight<i&&(i=e[t].weight,n=e[t]);return n},as=e=>{let t=e.length,i=-1/0,n=null;for(;t--;)e[t].weight>i&&(i=e[t].weight,n=e[t]);return n},os=e=>{const t=e.length,i=rs(t);return e[i]},ri=1,ls=e=>{var t,i;let n=0;for(let s=0;s<e.length;++s)n+=(t=e[s].weight)!==null&&t!==void 0?t:ri;const r=Math.random()*n;n=0;for(let s=0;s<e.length-1;++s)if(n+=(i=e[s].weight)!==null&&i!==void 0?i:ri,n>=r)return e[s];return e[e.length-1]},si=Object.freeze({shouldOpenNow:!0,isDetachContainer:!0}),ie=(e,t=!1)=>Object.assign(Object.assign({},e),{args:t?Object.assign(Object.assign({},e.args),si):Object.assign(Object.assign({},si),e.args)}),ai=({globalEventEmitter:e,player:t,interactiveEvents:i,removeControllers:n})=>{const r={isExpect:!1},s=()=>{r.isExpect&&(r.isExpect=!1)},l=({action:f,controlType:p,controlId:y,containerId:E,branches:b=[],onEvent:O,isEOV:A=()=>!1,isDisabled:V=()=>!1})=>{const _=ie(f,A()),F={timestamp:1/0,priority:"control",initiator:y,actionType:_.type},H=V(),N=e.emit.bind(e,I.interactives,{subjectId:y,subjectType:p,subjectName:"control",type:H?P.actionChoiceCanceled:P.actionChoice,actionType:f.type,payload:Object.assign({containerId:E},_.args)});if(H){N();return}switch(_.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const Q=b.find(Z=>Z.id===_.args.branchId);if(!Q)return;O(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),N(),_.args.shouldOpenNow?g({subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{chapterId:Q.chapterId,autoSelect:!1}}):(i.add(Object.assign(Object.assign({},F),{action:g.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{chapterId:Q.chapterId,autoSelect:!1}})})),n==null||n());return}case j.continuePlayback.trim().toLowerCase():{O(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),N(),_.args.shouldOpenNow?m({subjectId:y,subjectName:"control",subjectType:p,action:f}):i.add(Object.assign(Object.assign({},F),{action:m.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:f})}));return}case j.openURI.trim().toLowerCase():{O(_.args.isDetachContainer,v.bind(null,{subjectId:y,subjectName:"control"})),N(),_.args.shouldOpenNow?w({subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{URI:f.args.uri}}):(i.add(Object.assign(Object.assign({},F),{action:w.bind(null,{subjectId:y,subjectName:"control",subjectType:p,action:_,payload:{URI:f.args.uri}})})),n==null||n());return}default:console.error("Unexpected control event"),e.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected control event"}));return}},o=({action:f,container:{id:p,endTime:y},branches:E=[],isEOV:b=!1,autoSelected:O=!1})=>{const A=ie(f,b),V={timestamp:!A.args.shouldOpenNow||b?1/0:y,priority:"container",initiator:p,actionType:A.type},_=e.emit.bind(e,I.interactives,{subjectId:p,subjectName:"container",type:P.actionChoice,actionType:A.type,payload:A.args});switch(A.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const F=E.find(H=>H.id===A.args.branchId);if(!F)return;_(),i.add(Object.assign(Object.assign({},V),{action:g.bind(null,{subjectId:p,subjectName:"container",action:A,payload:{chapterId:F.chapterId,autoSelect:O}})})),n==null||n();return}case j.setMaxWeightBranch.trim().toLowerCase():return;case j.setMinWeightBranch.trim().toLowerCase():return;case j.setRandomBranch.trim().toLowerCase():return;case j.setWeightlessRandomBranch.trim().toLowerCase():return;case j.continuePlayback.trim().toLowerCase():{_(),i.add(Object.assign(Object.assign({},V),{action:m.bind(null,{subjectId:p,subjectName:"container",action:A})}));return}case j.openURI.trim().toLowerCase():{_(),i.add(Object.assign(Object.assign({},V),{action:w.bind(null,{subjectId:p,subjectName:"container",action:A,payload:{URI:f.args.uri}})})),n==null||n();return}default:console.error("Unexpected container event"),e.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected container event"}));return}};function c({container:f,branches:p,isEOV:y=!1}){const E=ei(f.events);if(E){const b=ie(E.action,y);e.emit(I.interactives,{subjectId:f.id,subjectName:"container",type:P.actionChoice,actionType:b.type,payload:b.args}),i.add({timestamp:y?1/0:f.endTime,priority:"container",initiator:f.id,actionType:j.expect,action:u.bind(null,{subjectId:f.id,subjectName:"container"})}),r.isExpect=!0}else for(const b of f.events)o({action:b.action,container:f,branches:p,isEOV:y})}const d=({chapterId:f,action:p,branches:y=[]})=>{const E=e.emit.bind(e,I.interactives,{subjectId:f,subjectName:"chapter",type:P.actionChoice,actionType:p.type,payload:p.args});switch(p.type.trim().toLowerCase()){case j.setNextBranch.trim().toLowerCase():{const b=y.find(O=>O.id===p.args.branchId);return b!=null&&b.chapterId?(E(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setWeightlessRandomBranch.trim().toLowerCase():{const b=os(y);return b!=null&&b.chapterId?(E(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setRandomBranch.trim().toLowerCase():{const b=ls(y);return b!=null&&b.chapterId?(E(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setMaxWeightBranch.trim().toLowerCase():{const b=as(y);return b!=null&&b.chapterId?(E(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.setMinWeightBranch.trim().toLowerCase():{const b=ss(y);return b!=null&&b.chapterId?(E(),g.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{chapterId:b.chapterId,autoSelect:!0}})):void 0}case j.continuePlayback.trim().toLowerCase():return E(),m.bind(null,{subjectId:f,subjectName:"chapter",action:p});case j.openURI.trim().toLowerCase():return E(),w.bind(null,{subjectId:f,subjectName:"chapter",action:p,payload:{URI:p.args.uri}});default:console.error("Unexpected chapter event"),e.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,{message:"Unexpected chapter event"}));return}};function h(f){const p=ei(f.events);if(p){if(Lt(f))return;e.emit(I.interactives,{subjectId:f.id,subjectName:"chapter",type:P.actionChoice,actionType:p.action.type,payload:p.action.args}),i.add({timestamp:1/0,priority:"chapter",initiator:f.id,actionType:j.expect,action:u.bind(null,{subjectId:f.id,subjectName:"chapter"})})}else f.events.forEach(y=>{const E=d({chapterId:f.id,action:y.action,branches:f.branches});E&&i.add({timestamp:1/0,priority:"chapter",initiator:f.id,actionType:y.action.type,action:E})})}const u=({subjectId:f,subjectName:p,action:y})=>{var E;t.pause(),e.emit(I.interactives,{subjectId:f,subjectName:p,type:P.actionExecution,actionType:(E=y==null?void 0:y.type)!==null&&E!==void 0?E:j.expect})},v=({subjectId:f,subjectName:p})=>{t.info.isEnded$.getValue()?i.execEndOfVideo():t.play(),e.emit(I.interactives,{subjectId:f,subjectName:p,type:P.actionExecution,actionType:"after-expect"})},m=({subjectId:f,subjectName:p,subjectType:y,action:E})=>{e.emit(I.interactives,{subjectId:f,subjectName:p,subjectType:y,type:P.actionExecution,actionType:E.type})},g=({subjectId:f,subjectName:p,subjectType:y,action:E,payload:b})=>{b.behaviour="change-chapter",e.emit(I.interactives,{subjectId:f,subjectName:p,subjectType:y,type:P.actionExecution,actionType:E.type,payload:b})},w=({subjectId:f,subjectName:p,subjectType:y,action:E,payload:b})=>{if(!b.URI)return;const O=window.open(b.URI,"_blank","noopener,noreferrer");O&&(O.opener=null),e.emit(I.interactives,{subjectId:f,subjectName:p,subjectType:y,type:P.actionExecution,actionType:E.type})};return{onControlEvent:l,onContainerEvent:o,onChapterEvent:d,onExpectEvent:u,expectEventHandler:v,setManifestChapterEvents:h,setManifestContainerEvents:c,stopExpect:s,state:r}};var ne=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function cs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Dt=function(e){return e&&e.Math==Math&&e},lt=Dt(typeof globalThis=="object"&&globalThis)||Dt(typeof window=="object"&&window)||Dt(typeof self=="object"&&self)||Dt(typeof ne=="object"&&ne)||function(){return this}()||ne||Function("return this")(),ut=function(e){try{return!!e()}catch(t){return!0}},ds=ut,Zt=!ds(function(){var e=function(){}.bind();return typeof e!="function"||e.hasOwnProperty("prototype")}),hs=Zt,nn=Function.prototype,oi=nn.apply,li=nn.call,us=typeof Reflect=="object"&&Reflect.apply||(hs?li.bind(oi):function(){return li.apply(oi,arguments)}),rn=Zt,sn=Function.prototype,ge=sn.call,fs=rn&&sn.bind.bind(ge,ge),St=rn?fs:function(e){return function(){return ge.apply(e,arguments)}},an=St,vs=an({}.toString),ps=an("".slice),on=function(e){return ps(vs(e),8,-1)},ys=on,ms=St,ln=function(e){if(ys(e)==="Function")return ms(e)},Ee=typeof document=="object"&&document.all,bs=typeof Ee=="undefined"&&Ee!==void 0,cn={all:Ee,IS_HTMLDDA:bs},dn=cn,gs=dn.all,ft=dn.IS_HTMLDDA?function(e){return typeof e=="function"||e===gs}:function(e){return typeof e=="function"},hn={},Es=ut,Pt=!Es(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7}),Cs=Zt,Wt=Function.prototype.call,Me=Cs?Wt.bind(Wt):function(){return Wt.apply(Wt,arguments)},un={},fn={}.propertyIsEnumerable,vn=Object.getOwnPropertyDescriptor,Is=vn&&!fn.call({1:2},1);un.f=Is?function(t){var i=vn(this,t);return!!i&&i.enumerable}:fn;var pn=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}},_s=St,ws=ut,Ss=on,re=Object,Ts=_s("".split),Os=ws(function(){return!re("z").propertyIsEnumerable(0)})?function(e){return Ss(e)=="String"?Ts(e,""):re(e)}:re,yn=function(e){return e==null},js=yn,$s=TypeError,mn=function(e){if(js(e))throw $s("Can't call method on "+e);return e},Rs=Os,As=mn,xs=function(e){return Rs(As(e))},ci=ft,bn=cn,Ls=bn.all,Jt=bn.IS_HTMLDDA?function(e){return typeof e=="object"?e!==null:ci(e)||e===Ls}:function(e){return typeof e=="object"?e!==null:ci(e)},gn={},se=gn,ae=lt,Ps=ft,di=function(e){return Ps(e)?e:void 0},En=function(e,t){return arguments.length<2?di(se[e])||di(ae[e]):se[e]&&se[e][t]||ae[e]&&ae[e][t]},Vs=St,Ms=Vs({}.isPrototypeOf),Ns=typeof navigator!="undefined"&&String(navigator.userAgent)||"",Cn=lt,oe=Ns,hi=Cn.process,ui=Cn.Deno,fi=hi&&hi.versions||ui&&ui.version,vi=fi&&fi.v8,z,Xt;vi&&(z=vi.split("."),Xt=z[0]>0&&z[0]<4?1:+(z[0]+z[1]));!Xt&&oe&&(z=oe.match(/Edge\/(\d+)/),(!z||z[1]>=74)&&(z=oe.match(/Chrome\/(\d+)/),z&&(Xt=+z[1])));var ks=Xt,pi=ks,Fs=ut,Bs=lt,Ds=Bs.String,In=!!Object.getOwnPropertySymbols&&!Fs(function(){var e=Symbol();return!Ds(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&pi&&pi<41}),Ws=In,_n=Ws&&!Symbol.sham&&typeof Symbol.iterator=="symbol",Hs=En,Us=ft,Gs=Ms,zs=_n,qs=Object,wn=zs?function(e){return typeof e=="symbol"}:function(e){var t=Hs("Symbol");return Us(t)&&Gs(t.prototype,qs(e))},Ks=String,Qs=function(e){try{return Ks(e)}catch(t){return"Object"}},Ys=ft,Xs=Qs,Zs=TypeError,Sn=function(e){if(Ys(e))return e;throw Zs(Xs(e)+" is not a function")},Js=Sn,ta=yn,ea=function(e,t){var i=e[t];return ta(i)?void 0:Js(i)},le=Me,ce=ft,de=Jt,ia=TypeError,na=function(e,t){var i,n;if(t==="string"&&ce(i=e.toString)&&!de(n=le(i,e))||ce(i=e.valueOf)&&!de(n=le(i,e))||t!=="string"&&ce(i=e.toString)&&!de(n=le(i,e)))return n;throw ia("Can't convert object to primitive value")},Tn={exports:{}},yi=lt,ra=Object.defineProperty,sa=function(e,t){try{ra(yi,e,{value:t,configurable:!0,writable:!0})}catch(i){yi[e]=t}return t},aa=lt,oa=sa,mi="__core-js_shared__",la=aa[mi]||oa(mi,{}),ca=la,bi=ca;(Tn.exports=function(e,t){return bi[e]||(bi[e]=t!==void 0?t:{})})("versions",[]).push({version:"3.31.0",mode:"pure",copyright:"\xA9 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.31.0/LICENSE",source:"https://github.com/zloirock/core-js"});var da=Tn.exports,ha=mn,ua=Object,On=function(e){return ua(ha(e))},fa=St,va=On,pa=fa({}.hasOwnProperty),Ne=Object.hasOwn||function(t,i){return pa(va(t),i)},ya=St,ma=0,ba=Math.random(),ga=ya(1 .toString),Ea=function(e){return"Symbol("+(e===void 0?"":e)+")_"+ga(++ma+ba,36)},Ca=lt,Ia=da,gi=Ne,_a=Ea,wa=In,Sa=_n,Ct=Ca.Symbol,he=Ia("wks"),Ta=Sa?Ct.for||Ct:Ct&&Ct.withoutSetter||_a,Oa=function(e){return gi(he,e)||(he[e]=wa&&gi(Ct,e)?Ct[e]:Ta("Symbol."+e)),he[e]},ja=Me,Ei=Jt,Ci=wn,$a=ea,Ra=na,Aa=Oa,xa=TypeError,La=Aa("toPrimitive"),Pa=function(e,t){if(!Ei(e)||Ci(e))return e;var i=$a(e,La),n;if(i){if(t===void 0&&(t="default"),n=ja(i,e,t),!Ei(n)||Ci(n))return n;throw xa("Can't convert object to primitive value")}return t===void 0&&(t="number"),Ra(e,t)},Va=Pa,Ma=wn,jn=function(e){var t=Va(e,"string");return Ma(t)?t:t+""},Na=lt,Ii=Jt,Ce=Na.document,ka=Ii(Ce)&&Ii(Ce.createElement),Fa=function(e){return ka?Ce.createElement(e):{}},Ba=Pt,Da=ut,Wa=Fa,$n=!Ba&&!Da(function(){return Object.defineProperty(Wa("div"),"a",{get:function(){return 7}}).a!=7}),Ha=Pt,Ua=Me,Ga=un,za=pn,qa=xs,Ka=jn,Qa=Ne,Ya=$n,_i=Object.getOwnPropertyDescriptor;hn.f=Ha?_i:function(t,i){if(t=qa(t),i=Ka(i),Ya)try{return _i(t,i)}catch(n){}if(Qa(t,i))return za(!Ua(Ga.f,t,i),t[i])};var Xa=ut,Za=ft,Ja=/#|\.prototype\./,Vt=function(e,t){var i=eo[to(e)];return i==no?!0:i==io?!1:Za(t)?Xa(t):!!t},to=Vt.normalize=function(e){return String(e).replace(Ja,".").toLowerCase()},eo=Vt.data={},io=Vt.NATIVE="N",no=Vt.POLYFILL="P",ro=Vt,wi=ln,so=Sn,ao=Zt,oo=wi(wi.bind),lo=function(e,t){return so(e),t===void 0?e:ao?oo(e,t):function(){return e.apply(t,arguments)}},Rn={},co=Pt,ho=ut,uo=co&&ho(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42}),fo=Jt,vo=String,po=TypeError,yo=function(e){if(fo(e))return e;throw po(vo(e)+" is not an object")},mo=Pt,bo=$n,go=uo,Ht=yo,Si=jn,Eo=TypeError,ue=Object.defineProperty,Co=Object.getOwnPropertyDescriptor,fe="enumerable",ve="configurable",pe="writable";Rn.f=mo?go?function(t,i,n){if(Ht(t),i=Si(i),Ht(n),typeof t=="function"&&i==="prototype"&&"value"in n&&pe in n&&!n[pe]){var r=Co(t,i);r&&r[pe]&&(t[i]=n.value,n={configurable:ve in n?n[ve]:r[ve],enumerable:fe in n?n[fe]:r[fe],writable:!1})}return ue(t,i,n)}:ue:function(t,i,n){if(Ht(t),i=Si(i),Ht(n),bo)try{return ue(t,i,n)}catch(r){}if("get"in n||"set"in n)throw Eo("Accessors not supported");return"value"in n&&(t[i]=n.value),t};var Io=Pt,_o=Rn,wo=pn,So=Io?function(e,t,i){return _o.f(e,t,wo(1,i))}:function(e,t,i){return e[t]=i,e},Ut=lt,To=us,Oo=ln,jo=ft,$o=hn.f,Ro=ro,yt=gn,Ao=lo,mt=So,Ti=Ne,xo=function(e){var t=function(i,n,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(i);case 2:return new e(i,n)}return new e(i,n,r)}return To(e,this,arguments)};return t.prototype=e.prototype,t},Lo=function(e,t){var i=e.target,n=e.global,r=e.stat,s=e.proto,l=n?Ut:r?Ut[i]:(Ut[i]||{}).prototype,o=n?yt:yt[i]||mt(yt,i,{})[i],c=o.prototype,d,h,u,v,m,g,w,f,p;for(v in t)d=Ro(n?v:i+(r?".":"#")+v,e.forced),h=!d&&l&&Ti(l,v),g=o[v],h&&(e.dontCallGetSet?(p=$o(l,v),w=p&&p.value):w=l[v]),m=h&&w?w:t[v],!(h&&typeof g==typeof m)&&(e.bind&&h?f=Ao(m,Ut):e.wrap&&h?f=xo(m):s&&jo(m)?f=Oo(m):f=m,(e.sham||m&&m.sham||g&&g.sham)&&mt(f,"sham",!0),mt(o,v,f),s&&(u=i+"Prototype",Ti(yt,u)||mt(yt,u,{}),mt(yt[u],v,m),e.real&&c&&(d||!c[v])&&mt(c,v,m)))},Po=Math.ceil,Vo=Math.floor,Mo=Math.trunc||function(t){var i=+t;return(i>0?Vo:Po)(i)},No=Mo,An=function(e){var t=+e;return t!==t||t===0?0:No(t)},ko=An,Fo=Math.min,Bo=function(e){return e>0?Fo(ko(e),9007199254740991):0},Do=Bo,Wo=function(e){return Do(e.length)},Ho=Lo,Uo=On,Go=Wo,zo=An;Ho({target:"Array",proto:!0},{at:function(t){var i=Uo(this),n=Go(i),r=zo(t),s=r>=0?r:n+r;return s<0||s>=n?void 0:i[s]}});var qo=En,Ko=qo,Qo=Ko,Yo=Qo("Array","at"),Xo=Yo,Zo=Xo,Jo=Zo,tl=Jo,Oi=cs(tl);const Ie=(e,t)=>{const i={};return e.map(n=>{if(!i[n]){const r=t.chapters.find(l=>l.id===n);if(!r)return null;const s=t.media.videos.find(l=>r.videoId===l.id);if(!s)return null;i[n]=ke(s)}return i[n]}).filter(Boolean)},xn=e=>{for(const t of e.variants)if(Ln(t)&&"payload"in t)return t.payload.id},Ln=e=>e.type==="custom"&&"payload"in e&&e.payload.type==="vk",ke=e=>{const t=xn(e);if(!t)return null;const i=t.split("_").pop();return i?parseInt(i,10):null},Pn=(e,t)=>{for(const i of e.media.videos)if(t===ke(i)){for(const n of e.chapters)if(n.videoId===i.id)return n.id;return}},Vn=(e,t)=>e.reduce((i,n)=>{const r=Pn(t,n);return r?[...i,r]:i},[]);var et,qt,bt,G,_e,it,nt,Y,gt;const el=100;class il{constructor({globalEventEmitter:t,videoId:i,interactiveController:n,historyApi:r,historyParams:s}){var l,o,c;this.state={history$:new x.ValueSubject([]),hasPrevChapter$:new x.ValueSubject(!1),prevChapter$:new x.ValueSubject(null),isInitialChapter$:new x.ValueSubject(!1)},et.set(this,null),qt.set(this,void 0),bt.set(this,!1),G.set(this,null),_e.set(this,null),it.set(this,null),nt.set(this,null),Y.set(this,null),gt.set(this,new x.Subscription),C(this,it,i,"f"),C(this,Y,t,"f"),C(this,nt,n,"f"),C(this,et,r,"f"),C(this,qt,{maxLength:(s==null?void 0:s.maxLength)||el},"f"),!((l=this.state)===null||l===void 0)&&l.history$&&a(this,gt,"f")&&((o=a(this,gt,"f"))===null||o===void 0||o.add((c=this.state)===null||c===void 0?void 0:c.history$.subscribe(d=>{var h,u,v,m,g;(h=this.state)===null||h===void 0||h.prevChapter$.next(Oi(d,-2)||null),(u=this.state)===null||u===void 0||u.hasPrevChapter$.next(d.length>1),(v=this.state)===null||v===void 0||v.isInitialChapter$.next(this.getInitialChapterId()===((g=(m=a(this,G,"f"))===null||m===void 0?void 0:m.metadata)===null||g===void 0?void 0:g.initChapterId))})))}setManifest(t){return R(this,void 0,void 0,function*(){!a(this,nt,"f")||!a(this,Y,"f")||(C(this,G,t,"f"),yield this.getProjectHistory(),yield a(this,nt,"f").setChapter({chapterId:this.getInitialChapterId(),pushToHistory:!1}),a(this,bt,"f")||(C(this,bt,!0,"f"),a(this,Y,"f").emit(I.historyInited,{initChapterId:this.getInitialChapterId()})))})}get inited(){return a(this,bt,"f")}updateHistory(t,i=!0){var n,r;return R(this,void 0,void 0,function*(){if(!a(this,G,"f"))return;const s=a(this,G,"f"),l=t.length-a(this,qt,"f").maxLength,o=l>0?t.slice(l):t,c=Ie(o,s);if(C(this,_e,c,"f"),(n=this===null||this===void 0?void 0:this.state)===null||n===void 0||n.history$.next(o),!(!i||!a(this,et,"f")||!a(this,it,"f")))try{yield a(this,et,"f").save(a(this,it,"f"),c)}catch(d){(r=a(this,Y,"f"))===null||r===void 0||r.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.HISTORY,"Unable to save interactive history"))}})}goBack(){var t;return R(this,void 0,void 0,function*(){if(!this.state||!a(this,nt,"f"))return(t=a(this,Y,"f"))===null||t===void 0?void 0:t.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.HISTORY,"Cannot go back because HistoryController has not been initialized"));const i=this.state.history$.getValue().slice(0,-1),n=i.pop();this.state.history$.next(i),yield a(this,nt,"f").setChapter({chapterId:n})})}getProjectHistory(){var t,i;return R(this,void 0,void 0,function*(){if(!a(this,G,"f")||!a(this,it,"f"))return;const n=a(this,G,"f");let r=[this.getInitialVideoId()];if(a(this,et,"f"))try{const l=yield a(this,et,"f").get(a(this,it,"f"));l.length&&(r=l)}catch(l){(t=a(this,Y,"f"))===null||t===void 0||t.emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.HISTORY,"Error while trying to fetch data"))}const s=Vn(r,n);(i=this===null||this===void 0?void 0:this.state)===null||i===void 0||i.history$.next(s)})}getInitialChapterId(){var t,i;const n=(t=this.state)===null||t===void 0?void 0:t.history$.getValue();return Oi(n,-1)||((i=a(this,G,"f"))===null||i===void 0?void 0:i.metadata.initChapterId)}getInitialVideoId(){if(a(this,G,"f")){const t=this.getInitialChapterId();return Ie([t],a(this,G,"f")).pop()}return null}destroy(){var t,i;this.state=null,C(this,it,null,"f"),C(this,et,null,"f"),C(this,nt,null,"f"),(t=a(this,gt,"f"))===null||t===void 0||t.unsubscribe(),C(this,gt,null,"f"),C(this,bt,!1,"f"),(i=a(this,Y,"f"))===null||i===void 0||i.emit(I.historyDestroyed),C(this,Y,null,"f")}}et=new WeakMap,qt=new WeakMap,bt=new WeakMap,G=new WeakMap,_e=new WeakMap,it=new WeakMap,nt=new WeakMap,Y=new WeakMap,gt=new WeakMap;var Tt,Mn,we,ji;class J{constructor(t,i,n,r){this.target=t,this.type=i,this.listener=n,this.options=a(J,Tt,"m",Mn).call(J,t,r),this.target.addEventListener(i,n,this.options)}unlisten(){this.target.removeEventListener(this.type,this.listener,this.options),this.target=null,this.listener=null,this.options=!1}}Tt=J,Mn=function(t,i){if(i===void 0)return!1;if(typeof i=="boolean")return i;{const n=new Set(["passive","capture"]),r=Object.keys(i).filter(l=>!n.has(l));return r.length===0&&console.warn("Unsupported flag(s) to addEventListener: "+r.join(",")),a(J,Tt,"m",ji).call(J,t)?i:i.capture||!1}},ji=function(t){let i=a(J,Tt,"f",we);if(i===void 0){i=!1;try{const n={},r={get:()=>(i=!0,!1)};Object.defineProperty(n,"passive",r),Object.defineProperty(n,"capture",r);const s=()=>{};t.addEventListener("test",s,n),t.removeEventListener("test",s,n)}catch(n){i=!1}C(J,Tt,i,"f",we)}return i||!1};we={value:void 0};class nl{constructor(){this.bindingMap=new ns}release(){this.removeAll(),this.bindingMap=null}listen(t,i,n,r){if(!this.bindingMap)return;const s=new J(t,i,n,r);this.bindingMap.push(i,s)}listenOnce(t,i,n,r){const s=l=>{this.unlisten(t,i,s),n(l)};this.listen(t,i,s,r)}unlisten(t,i,n){if(!this.bindingMap)return;const r=this.bindingMap.get(i)||[];for(const s of r)s.target===t&&(n===s.listener||!n)&&(s.unlisten(),this.bindingMap.remove(i,s))}removeAll(){if(!this.bindingMap)return;const t=this.bindingMap.getAll();for(const i of t)i.unlisten();this.bindingMap.clear()}}class rl{constructor(){this._prevSizeId=0,this.rootElement=document.createElement("canvas")}clear(){var t;(t=this.rootElement.getContext("2d"))===null||t===void 0||t.clearRect(0,0,this.rootElement.width,this.rootElement.height)}isImageDrawn(){var t;const i=(t=this.rootElement.getContext("2d"))===null||t===void 0?void 0:t.getImageData(0,0,this.rootElement.width,this.rootElement.height);if(!i)return!1;const n=i.data,r=n.length;for(let s=3;s<r;s+=40)if(n[s]!==0)return!0;return!1}destroy(){this.rootElement.remove()}show(){this.rootElement.style.visibility="visible"}hide(){this.rootElement.style.visibility="hidden"}setCanvasImageSource(t){this.canvasImgSrc=t}draw(){var t;this.canvasImgSrc&&((t=this.rootElement.getContext("2d"))===null||t===void 0||t.drawImage(this.canvasImgSrc,0,0,this.rootElement.width,this.rootElement.height))}updateCanvasDimensions(t,i=!1){return R(this,void 0,void 0,function*(){const n=t.width+t.height;if(this._prevSizeId===n)return;let r;i&&(r=yield this.save()),this.rootElement.width=t.width,this.rootElement.height=t.height,i&&r&&this.restore(r),this._prevSizeId=n})}save(){return R(this,void 0,void 0,function*(){const t=this.rootElement.toDataURL("image/jpeg",1),i=new Image;return i.crossOrigin="anonymous",i.src=t,yield i.decode(),i})}restore(t){var i;this.rootElement&&((i=this.rootElement.getContext("2d"))===null||i===void 0||i.drawImage(t,0,0,this.rootElement.width,this.rootElement.height))}}class sl{constructor({parentElement:t,endOffsetMs:i=250,onError:n}){this.currentVideoDurationMs=1/0,this._containerTimeFrameShouldReceived=!1,this._endTimeFrameReceived=!1,this._shouldCallSkip=!1,this.onEachTick=r=>{const s=r!=null?r:this.lastFrameCanvas.canvasImgSrc.currentTime*1e3,l=this.isChapterEndTime(s);if(this.isContainerTime(s))this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!0,this._shouldCallSkip=!0;else if(l)this._containerTimeFrameShouldReceived=!1,this._shouldCallSkip=!1,this._endTimeFrameReceived||(this.draw(),this._endTimeFrameReceived=!0,this.show());else{if(this._shouldCallSkip){this._shouldCallSkip=!1;return}this.reset()}},this.onSeek=()=>{this.onEachTick(),!this._containerTimeFrameShouldReceived&&!this._endTimeFrameReceived&&(this.hide(),this.lastFrameCanvas.clear())},this.rootElement=document.createElement("div"),this.rootElement.style.cssText=`
7
7
  position: absolute;
8
8
  top: 0;
9
9
  left: 0;
@@ -11,13 +11,13 @@
11
11
  height: var(--interactive-height);
12
12
  background-color: var(--black);
13
13
  visibility: hidden;
14
- `,this.lastFrameCanvas=new il,this.endOffsetMs=e,this._callbacks={onError:n},this.lastFrameCanvas.rootElement.style.cssText=`
14
+ `,this.lastFrameCanvas=new rl,this.endOffsetMs=i,this._callbacks={onError:n},this.lastFrameCanvas.rootElement.style.cssText=`
15
15
  position: absolute;
16
16
  top: 50%;
17
17
  left: 50%;
18
18
  transform: translate(-50%, -50%);
19
- `,this.rootElement.prepend(this.lastFrameCanvas.rootElement),t.prepend(this.rootElement)}destroy(){this.hide(),this.reset(),this._callbacks=void 0,this.lastFrameCanvas.destroy(),this.rootElement.remove()}setVideoDuration(t){this.currentVideoDurationMs=t}setVideoElement(t){this.lastFrameCanvas.setCanvasImageSource(t)}setCurrentChapter(t){this.currentChapter=t}show(){this.rootElement.style.visibility="visible"}hide(){this.rootElement.style.visibility="hidden"}updateCanvasDimensions(t=!1){return A(this,void 0,void 0,function*(){this._containerTimeFrameShouldReceived||this._endTimeFrameReceived||(t=!1);const e=getComputedStyle(this.rootElement),n={width:parseInt(e.getPropertyValue("--interactive-content-width"),10),height:parseInt(e.getPropertyValue("--interactive-content-height"),10)};try{this.lastFrameCanvas.updateCanvasDimensions(n,t)}catch(r){this._onError(r)}})}draw(){(this._containerTimeFrameShouldReceived||!this._containerTimeFrameShouldReceived&&!this._endTimeFrameReceived)&&this.lastFrameCanvas.draw()}isChapterEndTime(t){return this.currentVideoDurationMs&&t>=this.currentVideoDurationMs-this.endOffsetMs}isContainerTime(t){if(this.currentChapter)return this.currentChapter.containers.some(e=>{var n,r,s;return((n=e.controls)===null||n===void 0?void 0:n.length)&&t>=((r=e.startTime)!==null&&r!==void 0?r:0)&&t<=Math.min((s=e.endTime)!==null&&s!==void 0?s:1/0,this.currentVideoDurationMs-this.endOffsetMs)})}reset(){this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!1,this._shouldCallSkip=!1}_onError(t){var e,n;(n=(e=this._callbacks)===null||e===void 0?void 0:e.onError)===null||n===void 0||n.call(e,t)}}function rl(i=0){return new Promise(t=>{setTimeout(()=>{t(0)},i)})}var N,lt,q,ct,W,rt,D,H,nt,$,dt,Rt,B,Tt,k,O,Nn,ji,qt,Mn,Se,$i,Oe,It,jt,Ri,Te,Ai,kn;const sl=Object.freeze({parentElement:null,fullscreenTargetElement:null,lang:"ru",loaders:{},graph:!1,historyApi:null,projectInfo:{},initSeamless:!1,lastFrame:!1,permanentTextControls:!0,disableControlsOnPause:!0}),tt=Object.freeze({created:0,initiated:1,ready:2,destroyed:3});function al(){const i=document.createElement("div");return i.style.cssText=`
19
+ `,this.rootElement.prepend(this.lastFrameCanvas.rootElement),t.prepend(this.rootElement)}destroy(){this.hide(),this.reset(),this._callbacks=void 0,this.lastFrameCanvas.destroy(),this.rootElement.remove()}setVideoDuration(t){this.currentVideoDurationMs=t}setVideoElement(t){this.lastFrameCanvas.setCanvasImageSource(t)}setCurrentChapter(t){this.currentChapter=t}show(){this.rootElement.style.visibility="visible"}hide(){this.rootElement.style.visibility="hidden"}updateCanvasDimensions(t=!1){return R(this,void 0,void 0,function*(){this._containerTimeFrameShouldReceived||this._endTimeFrameReceived||(t=!1);const i=getComputedStyle(this.rootElement),n={width:parseInt(i.getPropertyValue("--interactive-content-width"),10),height:parseInt(i.getPropertyValue("--interactive-content-height"),10)};try{this.lastFrameCanvas.updateCanvasDimensions(n,t)}catch(r){this._onError(r)}})}draw(){(this._containerTimeFrameShouldReceived||!this._containerTimeFrameShouldReceived&&!this._endTimeFrameReceived)&&this.lastFrameCanvas.draw()}isChapterEndTime(t){return this.currentVideoDurationMs&&t>=this.currentVideoDurationMs-this.endOffsetMs}isContainerTime(t){if(this.currentChapter)return this.currentChapter.containers.some(i=>{var n,r,s;return((n=i.controls)===null||n===void 0?void 0:n.length)&&t>=((r=i.startTime)!==null&&r!==void 0?r:0)&&t<=Math.min((s=i.endTime)!==null&&s!==void 0?s:1/0,this.currentVideoDurationMs-this.endOffsetMs)})}reset(){this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!1,this._shouldCallSkip=!1}_onError(t){var i,n;(n=(i=this._callbacks)===null||i===void 0?void 0:i.onError)===null||n===void 0||n.call(i,t)}}function al(e=0){return new Promise(t=>{setTimeout(()=>{t(0)},e)})}var M,dt,q,ht,W,at,D,U,rt,$,st,Rt,B,Ot,k,T,Nn,$i,Kt,kn,Se,Ri,Te,It,jt,Ai,Oe,xi,Fn;const ol=Object.freeze({parentElement:null,fullscreenTargetElement:null,lang:"ru",loaders:{},graph:!1,historyApi:null,historyParams:null,projectInfo:{},initSeamless:!1,lastFrame:!1,permanentTextControls:!0}),tt=Object.freeze({created:0,initiated:1,ready:2,destroyed:3});function ll(){const e=document.createElement("div");return e.style.cssText=`
20
20
  position: absolute;
21
21
  top: 0;
22
22
  left: 0;
23
- `,i}class ol{constructor(t){N.add(this),lt.set(this,null),q.set(this,null),ct.set(this,null),W.set(this,null),rt.set(this,null),D.set(this,null),H.set(this,null),nt.set(this,null),$.set(this,null),dt.set(this,new P.ValueSubject(!1)),Rt.set(this,new Set),B.set(this,null),Tt.set(this,null),k.set(this,null),O.set(this,null),this.state={prevChapter$:new P.ValueSubject(null),isInitialChapter$:new P.ValueSubject(!1),isEndChapter$:new P.ValueSubject(!1),calledByInteractive$:new P.ValueSubject(!1),lastChapterChangeWasInitiatedByInteractive$:new P.ValueSubject(!1),disabledControls$:new P.ValueSubject(!1)},this.emitPlayerChanged=e=>{a(this,O,"f").emit(E.playerChanged,e)},Mn.set(this,()=>{a(this,H,"f").fns.forEach(r=>r());const e=this.options.player.info.position$.getValue()*1e3,n=(a(this,$,"f").chapter.containers||[]).filter(r=>r.startTime>=Math.floor(e));for(const r of n){a(this,D,"f").remove({timestamp:1/0,priority:"container",initiator:r.id});for(const s of r.controls)a(this,D,"f").remove({timestamp:1/0,priority:"control",initiator:s.id});a(this,q,"f").find(s=>s.container.container.id===r.id).reset()}}),Se.set(this,()=>{a(this,lt,"f").calc(),a(this,H,"f").requestAnimation()}),It.set(this,(e=!0)=>{a(this,q,"f").forEach(n=>{!e&&n.isPermanentText||(a(this,H,"f").removeFn(n.whilePlaying),n.destroy())})}),this.options=Object.assign(Object.assign({},sl),t),I(this,q,[],"f"),this.factories=new Map([["choice",Wi]]),this.rootElement=al(),this.options.parentElement.append(this.rootElement),I(this,O,new wn,"f"),I(this,rt,new P.Subscription,"f"),I(this,ct,new el,"f"),I(this,W,new tl({interactiveController:this,globalEventEmitter:a(this,O,"f"),videoId:this.options.projectInfo.videoId,historyApi:this.options.historyApi}),"f"),this.options.lastFrame&&I(this,k,new nl({parentElement:this.options.parentElement,interactivesRootElement:this.rootElement,onError:e=>a(this,O,"f").emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.SEAMLESS,e))}),"f"),a(this,ct,"f").listen(this.rootElement,"mousedown",e=>e.stopPropagation()),a(this,ct,"f").listen(this.rootElement,"mouseup",e=>e.stopPropagation()),I(this,$,new Rn(this.options.loaders,e=>a(this,O,"f").emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.MANIFEST,e))),"f"),I(this,D,_i(this.options.player),"f"),I(this,H,new go,"f"),I(this,nt,Oi({player:this.options.player,interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,O,"f"),removeControllers:a(this,It,"f")}),"f"),I(this,lt,qo(()=>{var e;return{player:(e=this.options)===null||e===void 0?void 0:e.player,parentElement:this.options.parentElement,fns:this.options.lastFrame?[()=>{a(this,k,"f").updateCanvasDimensions(!0)}]:[]}}),"f"),this.options.graph&&I(this,B,new io({root:this.options.parentElement,lang:this.options.lang,onOpenPreviewClick:e=>{this.setChapter({chapterId:e}),a(this,O,"f").emit(E.graph,{type:Ee.watchAgainClicked,chapterId:e})},onError:e=>a(this,O,"f").emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.LOADERS,{message:e}))}),"f"),a(this,N,"m",Nn).call(this,this.options.initSeamless),this.isFirstChapterFetched=!1,this.appState=tt.created}getStatEvents(){return{click$:new P.Observable(t=>{a(this,O,"f").on(E.graph,({type:e,visibility:n})=>{e==="visibility"&&t.next(n?exports.INTERACTIVE_CLICK_ACTIONS.OPEN_GRAPH:exports.INTERACTIVE_CLICK_ACTIONS.CLOSE_GRAPH),e==="watchAgainClicked"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.WATCH_AGAIN)}),a(this,O,"f").on(E.interactives,({type:e,subjectName:n,subjectType:r})=>{e!=="action-choice"||n!=="control"||(r==="Button"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.GO_NEXT_BUTTON),r==="Area"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.GO_NEXT_AREA))})}),nextMovie$:new P.Observable(t=>{a(this,O,"f").on(E.playerChanged,({config:e})=>{e!=null&&e.unitedVideoId&&t.next(e.unitedVideoId)})})}}setPlayer(t){a(this,N,"m",qt).call(this),this.options.player=t,_t.setPlayer(this.options.player),a(this,D,"f")?a(this,D,"f").setPlayer(this.options.player):I(this,D,_i(this.options.player),"f"),I(this,nt,Oi({player:this.options.player,interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,O,"f"),removeControllers:()=>a(this,It,"f").call(this,!1)}),"f"),this.appState===tt.initiated&&(a(this,N,"m",Oe).call(this),a(this,N,"m",jt).call(this,a(this,$,"f").chapter))}setManifest(t){return A(this,void 0,void 0,function*(){a(this,N,"m",qt).call(this),this.isFirstChapterFetched=!1;const e=yield a(this,$,"f").setManifest(t);return a(this,B,"f")&&(yield a(this,B,"f").handleManifestChange(e.manifest)),yield a(this,W,"f").setManifest(e.manifest),a(this,O,"f").emit(E.manifestChanged,{manifest:e.manifest}),a(this,N,"m",jt).call(this,a(this,$,"f").chapter),e.manifest})}setVisitedChapters(t){var e;Array.isArray(t)&&((e=a(this,B,"f"))===null||e===void 0||e.setVisitedChapters(t))}updateGraphVideosInfo(t){var e;Array.isArray(t)&&((e=a(this,B,"f"))===null||e===void 0||e.updateVideosInfo(t))}setChapter({chapterId:t,pushToHistory:e=!0}={}){var n;return A(this,void 0,void 0,function*(){a(this,N,"m",qt).call(this),a(this,k,"f")&&this.isFirstChapterFetched&&(a(this,k,"f").draw(),a(this,k,"f").show()),P.getCurrentBrowser().browser===P.CurrentClientBrowser.Safari&&(yield rl(35));const s=yield t?a(this,$,"f").setNext(t):a(this,$,"f").setInitial(),{chapter:l,media:o,graph:c}=s;return e&&a(this,N,"m",kn).call(this,l.id),this.state.isInitialChapter$.next(a(this,$,"f").isInitialChapter()),this.state.isEndChapter$.next(a(this,$,"f").isEndChapter()),a(this,B,"f")&&a(this,B,"f").handleChapterChange(c),(n=a(this,k,"f"))===null||n===void 0||n.setCurrentChapter(this.getCurrentChapter().chapter),a(this,O,"f").emit(E.chapterChanged,{chapter:l,media:o,graph:c}),a(this,N,"m",jt).call(this,a(this,$,"f").chapter),I(this,Rt,new Set,"f"),this.isFirstChapterFetched=!0,{chapter:l,media:o,graph:c}})}toggleGraphView(t=!0){a(this,B,"f")&&(t?(a(this,B,"f").show(),a(this,dt,"f").next(!1)):(a(this,B,"f").hide(),a(this,N,"m",Te).call(this)),a(this,O,"f").emit(E.graph,{type:Ee.visibility,visibility:t}))}init(){a(this,$,"f").chapter&&this.options.parentElement&&this.options.player&&this.options.fullscreenTargetElement&&this.appState===tt.created&&(a(this,lt,"f").resizeObserver.observe(this.options.fullscreenTargetElement),a(this,N,"m",Oe).call(this),this.appState=tt.initiated,a(this,N,"m",jt).call(this,a(this,$,"f").chapter))}deadEndCheck(){var t,e;return!((e=(t=a(this,D,"f"))===null||t===void 0?void 0:t.getPreparedToExecActions())!==null&&e!==void 0?e:[]).some(s=>s.actionType===j.setNextBranch)}allControlsAreRemoved(){return!a(this,q,"f").some(e=>!e.container.isRemoved)}playPrevChapter(){const t=[...a(this,W,"f").state.history$.getValue()];if(t.length>1){t.pop();const e=be(t,-1);a(this,W,"f").updateHistory(t),this.setChapter({chapterId:e})}}setDisabledControls(t){this.options.disableControlsOnPause?a(this,O,"f").emit(E.errors,new S(S.Severity.RECOVERABLE,S.Category.INTERACTIVES,"To disable controls set disableControlsOnPause option to false")):this.state.disabledControls$.next(t)}isSupport(t=a(this,$,"f").manifest){return Ve(t.metadata.version)}getInitialVideoInfo(){return{videoId:a(this,W,"f").getInitialVideoId(),chapterId:a(this,W,"f").getInitialChapterId()}}getHistoryState(){return a(this,W,"f").state}getIsSeekable(){return a(this,dt,"f")}getInteractiveRanges(){var t;return xo((t=a(this,$,"f").chapter)===null||t===void 0?void 0:t.containers)}getNextInteractiveStartTime(t){return _t.getNextInteractiveTime(t)}getChapterBranches(t){return a(this,$,"f").getBranches(t)}getCurrentChapter(){return a(this,$,"f").getCurrent()}getCurrentManifest(){return a(this,$,"f").manifest}addFactory(t,e){this.factories.set(t.trim().toLowerCase(),e)}removeFactory(t){this.factories.delete(t.trim().toLowerCase())}on(...t){return a(this,O,"f").on(...t),this}off(...t){return a(this,O,"f").off(...t),this}once(...t){return a(this,O,"f").once(...t),this}destroy(){var t,e;a(this,It,"f").call(this),I(this,q,void 0,"f"),this.state=void 0,(t=a(this,B,"f"))===null||t===void 0||t.destroy(),I(this,B,void 0,"f"),a(this,lt,"f").release(),I(this,lt,void 0,"f"),I(this,nt,void 0,"f"),a(this,H,"f").release(),I(this,H,void 0,"f"),a(this,D,"f").release(),I(this,D,void 0,"f"),a(this,$,"f").release(),I(this,nt,void 0,"f"),a(this,ct,"f").release(),I(this,ct,void 0,"f"),a(this,rt,"f").unsubscribe(),I(this,rt,void 0,"f"),a(this,O,"f").reset(),I(this,O,void 0,"f"),(e=a(this,k,"f"))===null||e===void 0||e.destroy(),I(this,k,void 0,"f"),this.rootElement.remove(),this.rootElement=void 0,a(this,W,"f").destroy(),I(this,W,void 0,"f"),this.factories=void 0,this.options=void 0,this.isFirstChapterFetched=!1,this.appState=tt.destroyed}}lt=new WeakMap,q=new WeakMap,ct=new WeakMap,W=new WeakMap,rt=new WeakMap,D=new WeakMap,H=new WeakMap,nt=new WeakMap,$=new WeakMap,dt=new WeakMap,Rt=new WeakMap,B=new WeakMap,Tt=new WeakMap,k=new WeakMap,O=new WeakMap,Mn=new WeakMap,Se=new WeakMap,It=new WeakMap,N=new WeakSet,Nn=function(t=!1){a(this,O,"f").on(E.historyInited,({initChapterId:e,videosInfo:n=[]})=>A(this,void 0,void 0,function*(){t&&(yield a(this,N,"m",ji).call(this,{initialChapter:e,videosInfo:n}))})),a(this,O,"f").on(E.interactives,e=>A(this,void 0,void 0,function*(){var n,r;if(e.type===L.actionExecution){if(this.state.calledByInteractive$.next(!0),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!0),((n=e.payload)===null||n===void 0?void 0:n.behaviour)==="change-chapter"){const{chapterId:s}=e.payload;this.setChapter({chapterId:s})}if(((r=e.payload)===null||r===void 0?void 0:r.behaviour)==="change-manifest"){const{manifestURL:s}=e.payload;this.setManifest(s)}}})),a(this,O,"f").on(E.manifestChanged,()=>{this.state.calledByInteractive$.next(!1),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)})},ji=function({source:t,videosInfo:e=[]}){return A(this,void 0,void 0,function*(){I(this,Tt,Mo(this),"f");const n=document.createElement("div");a(this,Tt,"f").on(zt.activePlayerChanged,this.emitPlayerChanged);const{player:r,config:s}=yield a(this,Tt,"f").init({source:t,initialChapter:a(this,W,"f").getInitialChapterId(),container:n});return this.updateGraphVideosInfo(e),{player:r,config:s}})},qt=function(){var t;this.appState===tt.ready&&(a(this,It,"f").call(this),I(this,q,[],"f"),a(this,H,"f").release(),(t=a(this,D,"f"))===null||t===void 0||t.release(),this.appState=tt.initiated,a(this,dt,"f").next(!1))},$i=function(t){(!a(this,B,"f")||a(this,B,"f").isHidden)&&a(this,N,"m",Te).call(this);const e=t*1e3,r=this.getInteractiveRanges().findLast(({range:s})=>e>=s[1]);if(r){const s=r.range.join("-");a(this,Rt,"f").has(s)||(a(this,Rt,"f").add(s),a(this,O,"f").emit(E.interactives,{type:L.rangeEnded,payload:r,visibility:!0}))}},Oe=function(){a(this,rt,"f").unsubscribe(),a(this,rt,"f").add(this.options.player.events.started$.pipe(P.once()).subscribe(a(this,Se,"f"))).add(this.options.player.events.playing$.subscribe(a(this,H,"f").requestAnimation)).add(this.options.player.events.willPause$.subscribe(a(this,H,"f").cancelAnimation)).add(this.options.player.info.position$.subscribe(a(this,N,"m",$i).bind(this))).add(a(this,$,"f").prevChapter$.subscribe(t=>this.state.prevChapter$.next(t))),this.options.lastFrame&&a(this,rt,"f").add(this.options.player.info.duration$.subscribe(t=>{a(this,k,"f").setVideoDuration(t*1e3)})).add(this.options.player.experimental.element$.subscribe(t=>{t&&a(this,k,"f").setVideoElement(t)})).add(this.options.player.events.firstFrame$.subscribe(()=>{a(this,k,"f").reset(),setTimeout(()=>{a(this,k,"f").hide(),a(this,k,"f").lastFrameCanvas.clear()},50)})).add(this.options.player.events.seeked$.subscribe(a(this,k,"f").onSeek))},jt=function(t){a(this,$,"f").chapter&&this.appState===tt.initiated&&(a(this,nt,"f").setManifestChapterEvents(t),I(this,q,a(this,N,"m",Ri).call(this,t),"f"),a(this,D,"f").containersEventsCallState.setData(t.containers),_t.setContainers(a(this,q,"f").map(e=>e.container.container).filter(e=>!$n(e.controls))),this.options.lastFrame&&a(this,H,"f").addFn(()=>{a(this,k,"f").onEachTick(this.options.player.info.position$.getValue()*1e3)},!0),this.appState=tt.ready)},Ri=function(t){var e,n;return(n=(e=t==null?void 0:t.containers)===null||e===void 0?void 0:e.reduce((r,s)=>{const l=s.type.trim().toLowerCase(),o=this.factories.get(l);if(o){const c=new Bo({player:this.options.player,container:o(s,this.rootElement),branches:a(this,$,"f").chapter.branches,selectBranches:a(this,nt,"f"),interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,O,"f"),ignoreContainerEvent:()=>Po(s,a(this,q,"f")),permanentTextControls:this.options.permanentTextControls,disabledControls$:this.options.disableControlsOnPause?void 0:this.state.disabledControls$});return a(this,H,"f").addFn(c.whilePlaying,!0),[...r,c]}return[...r]},[]))!==null&&n!==void 0?n:[]},Te=function(){const t=a(this,dt,"f").getValue(),e=!!_t.getNextInteractiveTime();(e&&!t||!e&&t)&&a(this,dt,"f").next(!t)},Ai=function(){this.state.calledByInteractive$.getValue()?this.state.calledByInteractive$.next(!1):this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)},kn=function(t){var e;if(a(this,N,"m",Ai).call(this),!a(this,W,"f").inited)return;const n=this.state.lastChapterChangeWasInitiatedByInteractive$.getValue(),r=this.state.prevChapter$.getValue(),s=(e=r&&Vt(r)&&jn(r))!==null&&e!==void 0?e:!1,l=a(this,$,"f").manifest.metadata.initChapterId===t,o=a(this,W,"f").state.history$.getValue();if(l||s&&n){a(this,W,"f").updateHistory([t]);return}o.at(-1)!==t&&a(this,W,"f").updateHistory([...o,t])};const ll={Container:Di,createChoiceContainer:Wi,createAreaControl:ki,createButtonControl:Fi,createRelativeLayout:rr,getRootEl:Pi,classnamesPrefix:K},cl={version:Yn};exports.CustomError=S;exports.EVENT_NAMES=E;exports.Interactives=ol;exports.ManifestController=Rn;exports.SDKInfo=cl;exports.chapterIdsToVKVideoIds=Ie;exports.compareVersions=At;exports.getChapterIdByVkVideoId=Pn;exports.getVKVideoIdByMedia=ke;exports.getVideoRawIdByMedia=An;exports.graphEventTypes=Ee;exports.hasEndTemplate=jn;exports.interactivesEventTypes=L;exports.isLastChapter=Vt;exports.isSupportedManifest=Ve;exports.isVKVariantItem=xn;exports.utils=ll;exports.vkVideoIdsToChapterIds=Ln;
23
+ `,e}class cl{constructor(t){var i;M.add(this),dt.set(this,null),q.set(this,null),ht.set(this,null),W.set(this,null),at.set(this,null),D.set(this,null),U.set(this,null),rt.set(this,null),$.set(this,null),st.set(this,new x.ValueSubject(!1)),Rt.set(this,new Set),B.set(this,null),Ot.set(this,null),k.set(this,null),T.set(this,null),this.state={prevChapter$:new x.ValueSubject(null),isInitialChapter$:new x.ValueSubject(!1),isEndChapter$:new x.ValueSubject(!1),isInteractiveExpectation$:new x.ValueSubject(!1),calledByInteractive$:new x.ValueSubject(!1),lastChapterChangeWasInitiatedByInteractive$:new x.ValueSubject(!1),disabledControls$:new x.ValueSubject(!1)},this.emitPlayerChanged=n=>{setTimeout(()=>{a(this,T,"f").emit(I.playerChanged,n)})},kn.set(this,()=>{a(this,U,"f").fns.forEach(s=>s());const n=this.options.player.info.position$.getValue()*1e3,r=(a(this,$,"f").chapter.containers||[]).filter(s=>s.startTime>=Math.floor(n));for(const s of r){a(this,D,"f").remove({timestamp:1/0,priority:"container",initiator:s.id});for(const l of s.controls)a(this,D,"f").remove({timestamp:1/0,priority:"control",initiator:l.id});a(this,q,"f").find(l=>l.container.container.id===s.id).reset()}}),Se.set(this,()=>{a(this,dt,"f").calc(),a(this,U,"f").requestAnimation()}),It.set(this,(n=!0)=>{a(this,q,"f").forEach(r=>{!n&&r.isPermanentText||(a(this,U,"f").removeFn(r.whilePlaying),r.destroy())})}),this.options=Object.assign(Object.assign({},ol),t),C(this,q,[],"f"),this.factories=new Map([["choice",Hi]]),this.rootElement=ll(),this.options.parentElement.append(this.rootElement),C(this,T,new Qi,"f"),C(this,at,new x.Subscription,"f"),C(this,ht,new nl,"f"),C(this,W,new il({interactiveController:this,globalEventEmitter:a(this,T,"f"),videoId:(i=this.options.projectInfo)===null||i===void 0?void 0:i.videoId,historyApi:this.options.historyApi,params:this.options.historyParams}),"f"),this.options.lastFrame&&C(this,k,new sl({parentElement:this.options.parentElement,interactivesRootElement:this.rootElement,onError:n=>a(this,T,"f").emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.SEAMLESS,n))}),"f"),a(this,ht,"f").listen(this.rootElement,"mousedown",n=>n.stopPropagation()),a(this,ht,"f").listen(this.rootElement,"mouseup",n=>n.stopPropagation()),C(this,$,new en(this.options.loaders,n=>a(this,T,"f").emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.MANIFEST,n))),"f"),C(this,D,ni(this.options.player),"f"),C(this,U,new jr,"f"),C(this,rt,ai({player:this.options.player,interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,T,"f"),removeControllers:a(this,It,"f")}),"f"),C(this,dt,is(()=>{var n;return{player:(n=this.options)===null||n===void 0?void 0:n.player,parentElement:this.options.parentElement,fns:this.options.lastFrame?[()=>{a(this,k,"f").updateCanvasDimensions(!0)}]:[]}}),"f"),this.options.graph&&C(this,B,new ur({root:this.options.parentElement,lang:this.options.lang,onOpenPreviewClick:n=>{this.setChapter({chapterId:n}),a(this,T,"f").emit(I.graph,{type:be.watchAgainClicked,chapterId:n})},onError:n=>a(this,T,"f").emit(I.errors,new S(S.Severity.RECOVERABLE,S.Category.LOADERS,{message:n}))}),"f"),a(this,M,"m",Nn).call(this,this.options.initSeamless),this.isFirstChapterFetched=!1,this.appState=tt.created}getStatEvents(){return{click$:new x.Observable(t=>{a(this,T,"f").on(I.graph,({type:i,visibility:n})=>{i==="visibility"&&t.next(n?exports.INTERACTIVE_CLICK_ACTIONS.OPEN_GRAPH:exports.INTERACTIVE_CLICK_ACTIONS.CLOSE_GRAPH),i==="watchAgainClicked"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.WATCH_AGAIN)}),a(this,T,"f").on(I.interactives,({type:i,subjectName:n,subjectType:r})=>{i!=="action-choice"||n!=="control"||(r==="Button"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.GO_NEXT_BUTTON),r==="Area"&&t.next(exports.INTERACTIVE_CLICK_ACTIONS.GO_NEXT_AREA))})}),nextMovie$:new x.Observable(t=>{a(this,T,"f").on(I.playerChanged,({config:i})=>{i!=null&&i.unitedVideoId&&t.next(i.unitedVideoId)})})}}setPlayer(t){a(this,M,"m",Kt).call(this),this.options.player=t,_t.setPlayer(this.options.player),a(this,D,"f")?a(this,D,"f").setPlayer(this.options.player):C(this,D,ni(this.options.player),"f"),C(this,rt,ai({player:this.options.player,interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,T,"f"),removeControllers:()=>a(this,It,"f").call(this,!1)}),"f"),this.appState===tt.initiated&&(a(this,M,"m",Te).call(this),a(this,M,"m",jt).call(this,a(this,$,"f").chapter))}setManifest(t){return R(this,void 0,void 0,function*(){a(this,M,"m",Kt).call(this),this.isFirstChapterFetched=!1;const i=yield a(this,$,"f").setManifest(t);return a(this,B,"f")&&(yield a(this,B,"f").handleManifestChange(i.manifest)),yield a(this,W,"f").setManifest(i.manifest),a(this,T,"f").emit(I.manifestChanged,{manifest:i.manifest}),a(this,M,"m",jt).call(this,a(this,$,"f").chapter),i.manifest})}setVisitedChapters(t){var i;Array.isArray(t)&&((i=a(this,B,"f"))===null||i===void 0||i.setVisitedChapters(t))}updateGraphVideosInfo(t){var i;Array.isArray(t)&&((i=a(this,B,"f"))===null||i===void 0||i.updateVideosInfo(t))}setChapter({chapterId:t,pushToHistory:i=!0}={}){var n;return R(this,void 0,void 0,function*(){a(this,M,"m",Kt).call(this),a(this,k,"f")&&this.isFirstChapterFetched&&(a(this,k,"f").draw(),a(this,k,"f").show()),x.getCurrentBrowser().browser===x.CurrentClientBrowser.Safari&&(yield al(35));const s=yield t?a(this,$,"f").setNext(t):a(this,$,"f").setInitial(),{chapter:l,media:o,graph:c}=s;return i&&a(this,M,"m",Fn).call(this,l.id),this.state.isInitialChapter$.next(a(this,$,"f").isInitialChapter()),this.state.isEndChapter$.next(a(this,$,"f").isEndChapter()),a(this,B,"f")&&a(this,B,"f").handleChapterChange(c),(n=a(this,k,"f"))===null||n===void 0||n.setCurrentChapter(this.getCurrentChapter().chapter),a(this,T,"f").emit(I.chapterChanged,{chapter:l,media:o,graph:c}),a(this,M,"m",jt).call(this,a(this,$,"f").chapter),C(this,Rt,new Set,"f"),this.isFirstChapterFetched=!0,{chapter:l,media:o,graph:c}})}toggleGraphView(t=!0){a(this,B,"f")&&(t?(a(this,B,"f").show(),a(this,st,"f").next(!1)):(a(this,B,"f").hide(),a(this,M,"m",Oe).call(this)),a(this,T,"f").emit(I.graph,{type:be.visibility,visibility:t}))}init(){a(this,$,"f").chapter&&this.options.parentElement&&this.options.player&&this.options.fullscreenTargetElement&&this.appState===tt.created&&(a(this,dt,"f").resizeObserver.observe(this.options.fullscreenTargetElement),a(this,M,"m",Te).call(this),this.appState=tt.initiated,a(this,M,"m",jt).call(this,a(this,$,"f").chapter))}deadEndCheck(){var t,i;return!((i=(t=a(this,D,"f"))===null||t===void 0?void 0:t.getPreparedToExecActions())!==null&&i!==void 0?i:[]).some(s=>s.actionType===j.setNextBranch)}allControlsAreRemoved(){return!a(this,q,"f").some(i=>!i.container.isRemoved)}playPrevChapter(){var t;(t=a(this,W,"f"))===null||t===void 0||t.goBack()}setDisabledControls(t){this.state.disabledControls$.next(t)}isSupport(t=a(this,$,"f").manifest){return Le(t.metadata.version)}getInitialVideoInfo(){return{videoId:a(this,W,"f").getInitialVideoId(),chapterId:a(this,W,"f").getInitialChapterId()}}getHistoryState(){return a(this,W,"f").state}getIsSeekable(){return a(this,st,"f")}getInteractiveRanges(){var t;return Dr((t=a(this,$,"f").chapter)===null||t===void 0?void 0:t.containers)}getNextInteractiveStartTime(t){return _t.getNextInteractiveTime(t)}getChapterBranches(t){return a(this,$,"f").getBranches(t)}getCurrentChapter(){return a(this,$,"f").getCurrent()}getCurrentManifest(){return a(this,$,"f").manifest}addFactory(t,i){this.factories.set(t.trim().toLowerCase(),i)}removeFactory(t){this.factories.delete(t.trim().toLowerCase())}on(...t){return a(this,T,"f").on(...t),this}off(...t){return a(this,T,"f").off(...t),this}once(...t){return a(this,T,"f").once(...t),this}destroy(){var t,i;a(this,It,"f").call(this),C(this,q,void 0,"f"),this.state=void 0,(t=a(this,B,"f"))===null||t===void 0||t.destroy(),C(this,B,void 0,"f"),a(this,dt,"f").release(),C(this,dt,void 0,"f"),C(this,rt,void 0,"f"),a(this,U,"f").release(),C(this,U,void 0,"f"),a(this,D,"f").release(),C(this,D,void 0,"f"),a(this,$,"f").release(),C(this,rt,void 0,"f"),a(this,ht,"f").release(),C(this,ht,void 0,"f"),a(this,at,"f").unsubscribe(),C(this,at,void 0,"f"),a(this,T,"f").reset(),C(this,T,void 0,"f"),(i=a(this,k,"f"))===null||i===void 0||i.destroy(),C(this,k,void 0,"f"),this.rootElement.remove(),this.rootElement=void 0,a(this,W,"f").destroy(),C(this,W,void 0,"f"),this.factories=void 0,this.options=void 0,this.isFirstChapterFetched=!1,this.appState=tt.destroyed}}dt=new WeakMap,q=new WeakMap,ht=new WeakMap,W=new WeakMap,at=new WeakMap,D=new WeakMap,U=new WeakMap,rt=new WeakMap,$=new WeakMap,st=new WeakMap,Rt=new WeakMap,B=new WeakMap,Ot=new WeakMap,k=new WeakMap,T=new WeakMap,kn=new WeakMap,Se=new WeakMap,It=new WeakMap,M=new WeakSet,Nn=function(t=!1){a(this,T,"f").on(I.historyInited,({initChapterId:i,videosInfo:n=[]})=>R(this,void 0,void 0,function*(){t&&(yield a(this,M,"m",$i).call(this,{initialChapter:i,videosInfo:n}))})),a(this,T,"f").on(I.interactives,i=>R(this,void 0,void 0,function*(){var n,r;if(i.type===P.actionExecution){if(this.state.calledByInteractive$.next(!0),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!0),((n=i.payload)===null||n===void 0?void 0:n.behaviour)==="change-chapter"){const{chapterId:l}=i.payload;this.setChapter({chapterId:l})}if(((r=i.payload)===null||r===void 0?void 0:r.behaviour)==="change-manifest"){const{manifestURL:l}=i.payload;this.setManifest(l)}const s=i.type==="action-execution";s&&i.actionType==="expect"?this.state.isInteractiveExpectation$.next(!0):s&&i.actionType==="after-expect"&&this.state.isInteractiveExpectation$.next(!1)}})),a(this,T,"f").on(I.manifestChanged,()=>{this.state.calledByInteractive$.next(!1),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)})},$i=function({source:t,videosInfo:i=[]}){return R(this,void 0,void 0,function*(){C(this,Ot,zr(this),"f");const n=document.createElement("div");a(this,Ot,"f").on(zt.activePlayerChanged,this.emitPlayerChanged);const{player:r,config:s}=yield a(this,Ot,"f").init({source:t,initialChapter:a(this,W,"f").getInitialChapterId(),container:n});return this.updateGraphVideosInfo(i),{player:r,config:s}})},Kt=function(){var t;this.appState===tt.ready&&(a(this,It,"f").call(this),C(this,q,[],"f"),a(this,U,"f").release(),(t=a(this,D,"f"))===null||t===void 0||t.release(),this.appState=tt.initiated,a(this,st,"f").next(!1))},Ri=function(t){(!a(this,B,"f")||a(this,B,"f").isHidden)&&a(this,M,"m",Oe).call(this);const i=t*1e3,r=this.getInteractiveRanges().findLast(({range:s})=>i>=s[1]);if(r){const s=r.range.join("-");a(this,Rt,"f").has(s)||(a(this,Rt,"f").add(s),a(this,T,"f").emit(I.interactives,{type:P.rangeEnded,payload:r,visibility:!0}))}},Te=function(){a(this,at,"f").unsubscribe(),a(this,at,"f").add(this.options.player.events.started$.pipe(x.once()).subscribe(a(this,Se,"f"))).add(this.options.player.events.playing$.subscribe(a(this,U,"f").requestAnimation)).add(this.options.player.events.willPause$.subscribe(a(this,U,"f").cancelAnimation)).add(this.options.player.info.position$.subscribe(a(this,M,"m",Ri).bind(this))).add(a(this,$,"f").prevChapter$.subscribe(t=>this.state.prevChapter$.next(t))),this.options.lastFrame&&a(this,at,"f").add(this.options.player.info.duration$.subscribe(t=>{a(this,k,"f").setVideoDuration(t*1e3)})).add(this.options.player.experimental.element$.subscribe(t=>{t&&a(this,k,"f").setVideoElement(t)})).add(this.options.player.events.firstFrame$.subscribe(()=>{a(this,k,"f").reset(),setTimeout(()=>{a(this,k,"f").hide(),a(this,k,"f").lastFrameCanvas.clear()},50)})).add(this.options.player.events.seeked$.subscribe(a(this,k,"f").onSeek))},jt=function(t){a(this,$,"f").chapter&&this.appState===tt.initiated&&(a(this,rt,"f").setManifestChapterEvents(t),C(this,q,a(this,M,"m",Ai).call(this,t),"f"),a(this,D,"f").containersEventsCallState.setData(t.containers),_t.setContainers(a(this,q,"f").map(i=>i.container.container).filter(i=>!tn(i.controls))),this.options.lastFrame&&a(this,U,"f").addFn(()=>{a(this,k,"f").onEachTick(this.options.player.info.position$.getValue()*1e3)},!0),this.appState=tt.ready)},Ai=function(t){var i,n;return(n=(i=t==null?void 0:t.containers)===null||i===void 0?void 0:i.reduce((r,s)=>{const l=s.type.trim().toLowerCase(),o=this.factories.get(l);if(o){const c=new Qr({player:this.options.player,container:o(s,this.rootElement),branches:a(this,$,"f").chapter.branches,selectBranches:a(this,rt,"f"),interactiveEvents:a(this,D,"f"),globalEventEmitter:a(this,T,"f"),ignoreContainerEvent:()=>Wr(s,a(this,q,"f")),permanentTextControls:this.options.permanentTextControls,disabledControls$:this.state.disabledControls$});return a(this,U,"f").addFn(c.whilePlaying,!0),[...r,c]}return[...r]},[]))!==null&&n!==void 0?n:[]},Oe=function(){if(this.state.isInteractiveExpectation$.getValue()){a(this,st,"f").next(!1);return}const i=a(this,st,"f").getValue(),n=!!_t.getNextInteractiveTime();(n&&!i||!n&&i)&&a(this,st,"f").next(!i)},xi=function(){this.state.calledByInteractive$.getValue()?this.state.calledByInteractive$.next(!1):this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)},Fn=function(t){var i;if(a(this,M,"m",xi).call(this),!a(this,W,"f").inited)return;const n=this.state.lastChapterChangeWasInitiatedByInteractive$.getValue(),r=this.state.prevChapter$.getValue(),s=(i=r&&Lt(r)&&Ji(r))!==null&&i!==void 0?i:!1,l=a(this,$,"f").manifest.metadata.initChapterId===t,o=a(this,W,"f").state.history$.getValue();if(l||s&&n){a(this,W,"f").updateHistory([t]);return}o.at(-1)!==t&&a(this,W,"f").updateHistory([...o,t])};const dl={Container:Wi,createChoiceContainer:Hi,createAreaControl:Fi,createButtonControl:Bi,createRelativeLayout:sr,getRootEl:Pi,classnamesPrefix:K},hl={version:Xn};exports.CustomError=S;exports.EVENT_NAMES=I;exports.Interactives=cl;exports.ManifestController=en;exports.SDKInfo=hl;exports.chapterIdsToVKVideoIds=Ie;exports.compareVersions=At;exports.getChapterIdByVkVideoId=Pn;exports.getVKVideoIdByMedia=ke;exports.getVideoRawIdByMedia=xn;exports.graphEventTypes=be;exports.hasEndTemplate=Ji;exports.interactivesEventTypes=P;exports.isLastChapter=Lt;exports.isSupportedManifest=Le;exports.isVKVariantItem=Ln;exports.utils=dl;exports.vkVideoIdsToChapterIds=Vn;