@vkontakte/videoplayer-interactive 1.0.12-dev.3f0b6cc2.0 → 1.0.13-dev.437468aa.0
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 +7 -7
- package/es2015.esm.js +7 -7
- package/es2018.cjs.js +7 -7
- package/es2018.esm.js +7 -7
- package/esnext.cjs.js +7 -7
- package/esnext.esm.js +7 -7
- package/evergreen.esm.js +7 -7
- package/package.json +2 -2
- package/types/modules/Interactives/utils/createControlText.d.ts +1 -0
package/evergreen.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-interactive v1.0.
|
|
3
|
-
*
|
|
4
|
-
* https://st.mycdn.me/static/vkontakte-videoplayer/1-0-
|
|
2
|
+
* @vkontakte/videoplayer-interactive v1.0.13-dev.437468aa.0
|
|
3
|
+
* Fri, 28 Jun 2024 08:11:41 GMT
|
|
4
|
+
* https://st.mycdn.me/static/vkontakte-videoplayer/1-0-13/doc/
|
|
5
5
|
*/
|
|
6
|
-
var pe="1.0.12-dev.3f0b6cc2.0";function $t(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})`}var R="SDK_NAME",Ze="SDK_NAME-controls-container",pt=()=>document.querySelector(`.${Ze}`),ye=.4,L={textColor:"#000",textSize:.4,textContent:"",roundCorners:0,borderWidth:0,borderColor:"#000",borderAlpha:1,backgroundColor:"#fff",backgroundAlpha:1,innerSizesDependOn:"self",angle:0},ue={top:"flex-start",bottom:"flex-end",center:"center"},fe={start:"flex-start",end:"flex-end",center:"center"},me={start:"left",end:"right",center:"center"},ut=({target:i,props:t})=>{i.style.alignItems=ue[t?.text?.gravityVertical]??ue.center,i.style.justifyContent=fe[t?.text?.gravityHorizontal]??fe.center,i.style.textAlign=me[t?.text?.alignment]??me.start},ft=({target:i,props:t,fallback:e,dependsOn:n})=>{i.style.color=t?.text?.color??e.textColor,i.style.fontSize=`calc(${n.height} * ${t?.text?.size??e.textSize})`,i.textContent=t?.text?.value??e.textContent},mt=({target:i,props:t,fallback:e})=>{i.style.backgroundColor=$t(t?.background?.color??e.backgroundColor,t?.background?.alpha??e.backgroundAlpha)},yt=({target:i,props:t,fallback:e,dependsOn:n})=>{i.style.border=`calc(${n.height} * ${t?.shape?.border?.width??e.borderWidth}) solid ${$t(t?.shape?.border?.color??e.borderColor,t?.shape?.border?.alpha??e.borderAlpha)}`,i.style.borderRadius=`calc(${n.height} * ${t?.shape?.roundCorners??e.roundCorners})`},W=({target:i,layoutParams:t,fallback:e})=>{i.style.transform=`rotate(${-t.angle}rad)`};var Bt="int",Q={AREA:`${Bt}_area`,TEXT:`${Bt}_text`,BUTTON:`${Bt}_bttn`};var B=class{constructor(t){this.control=t}createView(t){let e=document.createElement("div");e.classList.add(`${R}-control-container-${this.control.id}`),t(e,this.control.layoutParams);let n=(this.control.layoutParams.innerSizesDependOn??L.innerSizesDependOn)==="self"?{height:e.style.height,width:e.style.width}:{height:"var(--interactive-content-height)",width:"var(--interactive-content-width)"};return{controlContainerEl:e,dependsOn:n}}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;default:break}})}getElement(){return document.querySelector(`.${R}-control-container-${this.control.id}`)}};var gt=i=>{if(i.type.trim().toLowerCase()==="area")return new Ft(i)},Ft=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("button");return s.classList.add(`${R}-${this.control.id}`),s.setAttribute("data-testid",Q.AREA),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.type="button",mt({target:s,props:this.control.props,fallback:{...L,backgroundColor:"transparent"}}),yt({target:s,props:this.control.props,fallback:{...L,borderAlpha:0},dependsOn:n}),W({target:s,layoutParams:this.control.layoutParams,fallback: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(`.${R}-${this.control.id}`)}};var vt=i=>{if(i.type.trim().toLowerCase()==="button")return new Dt(i)},Dt=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("button");s.type="button",s.classList.add(`${R}-${this.control.id}`),s.setAttribute("data-testid",Q.BUTTON),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.cursor="pointer",s.style.fontFamily="inherit";let o=document.createElement("span");return o.style.display="inline-block",o.style.whiteSpace="pre",o.style.overflow="hidden",o.style.textOverflow="ellipsis",W({target:s,layoutParams:this.control.layoutParams,fallback:L}),mt({target:s,props:this.control.props,fallback:L}),yt({target:s,props:this.control.props,fallback:L,dependsOn:n}),ut({target:s,props:this.control.props}),ft({target:o,props:this.control.props,fallback:L,dependsOn:n}),s.append(o),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(`.${R}-${this.control.id}`)}};var ge=i=>{if(i.type.trim().toLowerCase()==="text")return new Ht(i)},Ht=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:r}=super.createView(e),s=document.createElement("div");s.classList.add(`${R}-${this.control.id}`),s.setAttribute("data-testid",Q.TEXT),s.style.display="flex",s.style.width="100%",s.style.height="100%",s.style.fontFamily="inherit";let o=document.createElement("span");return o.style.whiteSpace="pre",W({target:s,layoutParams:this.control.layoutParams,fallback:L}),ut({target:s,props:this.control.props}),ft({target:o,props:this.control.props,fallback:L,dependsOn:n}),s.append(o),r.append(s),t.append(r),this.controlEl=s,r}disable(){}enable(){}getElement(){return document.querySelector(`.${R}-${this.control.id}`)}};var Gt=class{constructor(t){this.layout=t}},ve=i=>{if(i.type.trim().toLowerCase()==="relative")return new Z(i)},Z=class extends Gt{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))`}};var K=class{constructor(t){this.container=t,this.factories=new Map,this.#r()}addControlFactory(t,e){this.factories.set(t.trim().toLowerCase(),e),this.#r()}removeControlFactory(t){this.factories.delete(t.trim().toLowerCase()),this.#r()}#r(){this.controls=this.#n()}#n(){return this.container.controls?.reduce((t,e)=>{let n=e.type.trim().toLowerCase(),r=this.factories.get(n);return r?[...t,r(e)]:[...t]},[])}};var bt=(i,t)=>{if(i.type.trim().toLowerCase()==="choice")return new Ut(i,t)},Ut=class extends K{constructor(t,e){super(t),this.rootElement=e??pt(),this.layout=new Z(this.container.layout),this.isRemoved=!1,this.isDisabled=!1,this.addControlFactory("button",vt),this.addControlFactory("text",ge),this.addControlFactory("area",gt)}createView(t){let e=document.createElement("div");return e.classList.add(`${R}-${this.container.id}`),this.layout.setContainerLayout(e),this.controls.forEach(n=>{let r=n.createView({parent:e,layoutFn:this.layout.setControlLayout});n.setEvents(r,t)}),this.rootElement.append(e),this.isRemoved=!1,e}hide(){let t=this.getElement();t&&(t.style.visibility="hidden")}show(){let t=this.getElement();t&&(t.style.visibility="visible")}enable(){let t=this.getElement();t&&(this.controls.forEach(e=>e.enable()),t.style.opacity=1,this.isDisabled=!1)}disable(){let t=this.getElement();t&&(this.controls.forEach(e=>e.disable()),t.style.opacity=ye,this.isDisabled=!0)}removeView(){this.isRemoved||(this.getElement()?.remove(),this.isRemoved=!0)}getElement(){return this.rootElement.querySelector(`.${R}-${this.container.id}`)}};import{Subject as Li,ValueSubject as k,Observable as Ke,once as Ni,Subscription as ki,getCurrentBrowser as ji,CurrentClientBrowser as Pi,combine as Oi}from"@vkontakte/videoplayer-shared";import{loadVKLangPack as Je}from"@vkontakte/videoplayer-shared";function Ct(i,t){let e;return(...n)=>{clearTimeout(e),e=setTimeout(()=>i(...n),t)}}var Y={Object:"Object",String:"String",Array:"Array",Number:"Number",Function:"Function",Boolean:"Boolean"},H=(i,t)=>Object.prototype.toString.call(i)===`[object ${t}]`,J=i=>H(i,Y.Object),Et=i=>H(i,Y.String),It=i=>H(i,Y.Array),xt=i=>H(i,Y.Number),be=i=>H(i,Y.Function);var zt=i=>xt(i)&&!isNaN(i);var G=i=>J(i)&&Object.keys(i).length===0,Wt=i=>It(i)&&!i.length;var tt=(i,t)=>Et(i)&&(t?i.trim():i).length;var Qt=window.navigator.userAgent.toLowerCase(),xn=/ipad|iphone|ipod/.test(Qt),Ce=/mobi/i.test(Qt),Sn=Qt.indexOf("android")>-1&&Ce,Ye=!Ce,Tn=window.safari!==void 0&&Ye;var Ee="video_interactive",Ie="videoint";var ti=250,et=class{constructor(t){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??"ru",this.zoom=.7,this.isReady=!1,this.lastZoomInfo=void 0,this.ngEditorSize=void 0,this.ngEditor=void 0,this.graphWrapperElement=ei(t),this.resizeObserver=new ResizeObserver(Ct(this.onResize,ti)),this.resizeObserver.observe(this.graphWrapperElement)}onResize=t=>{this.isReady&&(!t[0].contentRect.width||!t[0].contentRect.height||(this.lastZoomInfo&&this.ngEditor.zoomTo(this.getNextPoint()),this.ngEditorSize={width:t[0].contentRect.width,height:t[0].contentRect.height}))};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]}handleChapterChange=t=>{if(this.isReady){if(this.isHidden||this.hide(),!t?.id){this.onError?.("Id is not found"),console.error("Id is not found");return}this.visitedChapterIds.add(t.id),this.ngEditor.selectChapter(t.id),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.currentChapterId=t.id,this.lastZoomInfo=void 0}};handleManifestChange=async(t,e=[])=>{if(!xt(t.graph.edit.chapters[0].x)){this.isReady=!1,this.onError?.("Can't show graph"),console.error("Can't show graph");return}if(this.lastZoomInfo=void 0,!this.ngEditor){let n;try{n=await Je(this.lang,Ee,Ie)}catch{console.log("Unable to load graph language pack")}let{GraphEditor:r}=await import("@interactiveplatform/movika-graph-editor");this.ngEditor=new r(this.graphWrapperElement,{mode:"read",lang:this.lang,translation:n}),this.ngEditor.on("control",({name:s,chapterId:o})=>{s==="openPreview"&&this.onOpenPreviewClick(o)}),this.ngEditor.on("zoomEnd",s=>{this.lastZoomInfo={...s}})}this.visitedChapterIds=new Set(e),t.metadata.id!==this.currentManifestId?(this.ngEditor.update(t),this.currentManifestId=t.metadata.id):this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.isReady=!0};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(){this.hide(),this.resizeObserver.disconnect(),this.ngEditor?.setVisitedChapters([]),this.onOpenPreviewClick=void 0,this.ngEditor?.dispose(),this.graphWrapperElement.remove(),this.isReady=!1}};function ei(i){let 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}var Kt=()=>{let i=[],t=null;return{setPlayer:o=>{t=o},setContainers:o=>{i=o},deleteContainer:o=>{i=i.filter(a=>a.id!==o)},getNextInteractiveTime:(o=3e3)=>{if(!i.length||t===null)return null;let a=-1,l=!1,h=Math.round(t.info.position$.getValue()*1e3);for(let g of i){let y=g.startTime-o;if(y<=h&&(h<=g.endTime||g.endTime===null)){l=!0;break}h<y&&(a=a===-1?y:Math.min(a,y))}return!l&&a!==-1?a:null}}};var F=(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};import{v4 as ii}from"uuid";var ni="3.1",xe={default:"setNextBranch",random:"setRandomBranch",weightlessRandom:"setWeightlessRandomBranch",max:"setMaxWeightBranch",min:"setMinWeightBranch"},si={type:"onSuspense",action:{type:"continuePlayback",args:{shouldOpenNow:!0,isDetachContainer:!0}}},Se=i=>{let t=[];for(let e of i.chapters){let n,r=[];for(let{isDefault:a,...l}of e.branches)a&&(n=l.id),r.push(l);let s=[],o=[];for(let{fallbackStrategy:a,...l}of e.containers){let h=!!l.endTime,g=[si];switch(a){case"await":h?g=[]:s=[];break;case"default":{let y={type:"onSuspense",action:{type:xe.default,args:{branchId:n,shouldOpenNow:!h,isDetachContainer:!0}}};h?g=[y]:s=[y];break}case"random":case"weightlessRandom":case"max":case"min":{let y={type:"onSuspense",action:{type:xe[a],args:{}}};h?g=[y]:s=[y];break}}for(let y of l.controls)o.push({...l,controls:[{...y}],id:ii(),events:g})}t.push({...e,containers:o,events:s,branches:r})}return i.metadata.version=ni,i.metadata.updated=new Date().toISOString(),{...i,chapters:t}};var ri="3.2",Te=i=>{if(!i.media){let{media:t,...e}=i.metadata;return{...i,metadata:{...e,version:ri},media:t}}return i};var ai="3.3",oi=(i=[])=>({edit:{chapters:i},view:{}}),we={type:"onSuspense",action:{type:"expect",args:{shouldOpenNow:!0,isDetachContainer:!0}}},Ve=i=>{let t=[],e=[];for(let n of i.chapters){let{id:r,x:s,y:o,...a}=n,l=a.containers.map(h=>({...h,controls:h.controls.map(({subtype:g,type:y,...x})=>({...x,type:g??y})),events:h.events?.length?h.events:[we]}));t.push({id:r,...a,containers:l,events:a.events?.length?a.events:[we]}),e.push({id:r,x:s,y:o})}return{...i,chapters:t,graph:oi(e),metadata:{...i.metadata,version:ai}}};var ci=[{version:"3.0",migrate:Se},{version:"3.1",migrate:Te},{version:"3.2",migrate:Ve}],Xt=i=>ci.reduce((t,e)=>F(t.metadata.version,e.version)?t:e.migrate(t),i);var qn=Object.freeze({Choice:"Choice",TextInput:"TextInput"}),Re=Object.freeze({Button:"Button",Area:"Area",Text:"Text"}),Zn=Object.freeze({onClick:"onClick",onSuspense:"onSuspense"}),C=Object.freeze({openURI:"openURI",setNextBranch:"setNextBranch",setWeightlessRandomBranch:"setWeightlessRandomBranch",setRandomBranch:"setRandomBranch",setMaxWeightBranch:"setMaxWeightBranch",setMinWeightBranch:"setMinWeightBranch",setDefaultBranch:"setDefaultBranch",continuePlayback:"continuePlayback",expect:"expect"}),qt=(s=>(s.GO_NEXT_BUTTON="GO_NEXT_BUTTON",s.GO_NEXT_AREA="GO_NEXT_AREA",s.WATCH_AGAIN="WATCH_AGAIN",s.OPEN_GRAPH="OPEN_GRAPH",s.CLOSE_GRAPH="CLOSE_GRAPH",s))(qt||{});var _e={metadata:"Object",chapters:"Array"},li="3.0.0",hi="3.3.0",St=i=>{let t=F(i,li);return t===-1?!1:t===0?!0:F(i,hi)!==1},Me=i=>{if(!J(i))return!1;for(let t in _e)if(!i[t]||!H(i[t],_e[t]))return!1;return St(i.metadata.version)},Zt=i=>i.type===Re.Text;var v=class{constructor(t,e,...n){this.severity=t,this.category=e,this.data=n}toString(){return`SDK_NAME ERROR ${JSON.stringify(this,null," ")}`}static Severity={RECOVERABLE:1,CRITICAL:2};static Category={VIDEO:0,INTERACTIVES:1,GRAPH:2,MANIFEST:3,LOADERS:4,HISTORY:5,SEAMLESS:6}};var X=class{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]||[];let 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){let 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){let 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]}};var Tt=class{constructor(t){this.raf,this.fn,this.fns=[],this.addFn(t)}addFn=(t,e=!1)=>{be(t)&&(this.fns.push(t),e&&this.updateFn())};removeFn=(t,e=!1)=>{this.fns=this.fns.filter(n=>n!==t),e&&this.updateFn()};updateFn=()=>{this.fn=()=>{this.fns.forEach(t=>t()),this.raf&&this.forceRequestAnimation()}};forceRequestAnimation=()=>{this.fn&&(this.raf=requestAnimationFrame(this.fn))};requestAnimation=()=>{this.raf||this.forceRequestAnimation()};cancelAnimation=()=>{cancelAnimationFrame(this.raf),this.raf=void 0};release(){this.cancelAnimation(),this.fn=void 0,this.fns=[]}};import{ValueSubject as gi}from"@vkontakte/videoplayer-shared";var wt=class{constructor(t){this.loaders={chapterLoaders:t?.chapterLoaders??[],manifestLoaders:t?.manifestLoaders??[]}}async exec(t,e){return di(...this.loaders[t])(e)}};function di(...i){return async function(e){let n=[...i];for(;n.length>0;)e=await n.shift()(e);return e}}function it(i,t,e){return i?{...i,[t]:i[t]?[e,...i[t]]:[e]}:{[t]:[e]}}function Vt({actions:i,errors:t,chapterId:e,...n}){if(e){let r=i.getManifest(),s=i.getChapter(r.chapters,e);if(s){let o=i.getMedia(r.media,s.videoId),a=i.getGraph(r.graph,s.id);return o?{...n,actions:i,errors:t,result:{chapter:s,media:o,graph:a}}:{...n,errors:it(t,Vt.name,"Could not find media"),actions:i}}}return{...n,errors:it(t,Vt.name,"Could not find chapter"),actions:i}}var pi=async i=>{try{let t,e;if(J(i))t=i;else if(Et(i)){e=new URL(i).href;let r=await fetch(e);if(!r.ok)return{};t=await r.json()}else return{};if(!Me(t))return{};let n=t.metadata.media;if(Et(n)&&!t.media)try{let r;e?r=new URL(n,e).href:(r=new URL(n).href,e=r);let s=await fetch(r);if(!s.ok)throw new Error;t.metadata.media=await s.json()}catch{return mi(t.metadata.version)?{manifest:t}:{}}return{manifest:t,manifestURL:e}}catch{return{}}};async function Ae(i){let{manifest:t,manifestURL:e}=await pi(i),n=Xt(t);return n.media=ui(n.media,e),delete n.metadata.media,n}function Rt(i,t){return i.find(e=>e.id===t)}function Yt(i,t){return i.edit?.chapters?i.edit.chapters.find(e=>e.id===t):i.view?.chapters?i.view.chapters.find(e=>e.id===t):void 0}function Jt(i,t){return i.videos.find(e=>e.id===t)}function ui(i,t){return{...i,videos:i.videos.map(e=>({...e,variants:e.variants.map(n=>{let r=fi(n.url,t);return{...n,url:r||n.url}})}))}}function fi(i,t){try{return new URL(i,t).href}catch{return""}}function mi(i){return F(i,"3.2.0")>=0}var w=Object.freeze({nothing:0,beforeInteractive:1,interactive:2,afterInteractive:3,end:4,removed:5,destroyed:6}),te=i=>It(i)&&!Wt(i),O=i=>i.order==="end",_t=i=>It(i.containers)&&!Wt(i.containers)&&O(i),Le=(i,t)=>{let e=i*1e3;return te(t.controls)&&e<(t.startTime??0)},ee=(i,t)=>{let e=i*1e3;return te(t.controls)&&e>=(t.startTime??0)&&e<=(t.endTime??1/0)};var U=i=>i.some(t=>t.action.type==="expect"),ie=i=>i.find(t=>t.action.type==="expect"),yi=i=>i?.length===1,Mt=i=>yi(i)&&Zt(i[0]);var Ne=({fn:i,type:t=1},...e)=>(...n)=>t?i(...n,...e):i({...n[t],...e[t]}),ke=(i=[])=>i.reduce((t,e,n)=>{let r=(e?.controls??[]).filter(s=>!Zt(s));if(te(r)){let s=[e.startTime??0,e.endTime??1/0],o=e.id;if(!n)t.push({subjects:[o],range:s});else{let a=[],l=-1/0,h=1/0,g=[],y=[];for(let x=0;x<t.length;x++){let I=t[x];if(y.push(...I.subjects),I.range[0]<h&&(h=I.range[0]),I.range[1]>l&&(l=I.range[1]),I.range[0]<=s[0]&&I.range[1]>=s[1])return t[x].subjects.push(o),t;s[0]>=I.range[0]&&s[0]<=I.range[1]&&(a.push(x),g=g.concat(I.subjects),s[0]=I.range[0]),s[1]>=I.range[0]&&s[1]<=I.range[1]&&(a.push(x),g=g.concat(I.subjects),s[1]=I.range[1])}if(y.push(o),s[0]<=h&&s[1]>=l)return[{subjects:y,range:s}];a.length&&a.reverse().forEach(x=>{t.splice(x,1)}),t.push({subjects:g.concat([o]),range:s})}}return t},[]).sort((t,e)=>t.range[0]-e.range[0]),je=(i,t)=>U(i.events)?!1:t.some(({container:e})=>e.container.id!==i.id&&U(e.container.events)&&e.container.endTime===i.endTime&&!e.isRemoved);var q=class extends wt{constructor(t,e){super(t),this.onError=e,this.prevChapter$=new gi(null),this.release()}release(){return this.manifest=null,this.chapter=null,this.media=null,this.graph=null,this.prevChapter$.next(null),this}async setManifest(t){this.release();let e=await this.exec("manifestLoaders",{actions:{addErrorMessage:it},result:null,errors:null,source:t});e.errors&&this.errorHandler(e.errors);let n=await Ae(e.result??t);return this.manifest=n,this}async setInitial(){return this.setNext()}async setNext(t=this.manifest.metadata.initChapterId){this.prevChapter$.next(this.chapter);let e=await this.exec("chapterLoaders",Vt({actions:{getManifest:()=>this.manifest,getCurrent:this.getCurrent,getGraph:Yt,getChapter:Rt,getMedia:Jt,getByBranches:this.getByBranches.bind(this),addErrorMessage:it},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){let e=Rt(this.manifest.chapters,t);if(e){let n=Jt(this.manifest.media,e.videoId),r=Yt(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);{let e=Rt(this.manifest.chapters,t);return this.getByBranches(e?.branches)}}getByBranches(t=[]){return t.reduce((e,n)=>{let 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 O(this.chapter)}};import{Player as vi}from"@vkontakte/videoplayer-core";import{Subscription as bi}from"@vkontakte/videoplayer-shared";var Pe=i=>{let t=i.variants.find(e=>e.payload?.type==="vk");if(t&&"payload"in t){let[e,n]=t.payload.id.split("_");return[e,n]}return[]};var u={graph:"graph",interactives:"interactives",chapterChanged:"chapter-changed",playerChanged:"player-changed",manifestChanged:"manifest-changed",errors:"errors",eachTick:"eachTick",historyInited:"history-inited",historyDestroyed:"history-destroyed"},nt={visibility:"visibility",watchAgainClicked:"watchAgainClicked"},b={actionChoiceCanceled:"action-choice-canceled",actionChoice:"action-choice",actionExecution:"action-execution",visibility:"visibility",containerRemoved:"container-removed",rangeEnded:"range-ended"};function ne(){let i=new Map;function t({listId:r=Math.random().toString(),itemId:s=Math.random().toString(),...o}){let a=i.get(r),l={...o};return a?a[s]=l:i.set(r,{[s]:l}),{listId:r,itemId:s,...o}}function e(r,s){let o=i.get(r);if(o){if(s)return o[s]?.player.destroy(),o[s]?.container.remove(),o[s]?.subscription.unsubscribe(),delete o[s],Object.keys(o).length||i.delete(r),!0;for(let a of Object.values(o))a.player.destroy(),a.container.remove();return i.delete(r),!0}else throw Error("Can't remove. Not find.")}function n(){for(let r of i)e(r[0])}return{createPlayer:t,removePlayer:e,map:i,removeAll:n}}function se(i,t=[]){let e={},n,r=!t.length;for(let s of i.variants)if(!n&&"cover"in s&&(n=s.cover),"url"in s)switch(s.type.toLowerCase()){case"mp4":(r||t.includes("mp4"))&&(e.MPEG={...e.MPEG,[s.standard??"Invariant quality"]:s.url});break;case"mpeg":(r||t.includes("mpeg"))&&(e.MPEG={...e.MPEG,[s.standard??"Invariant quality"]:s.url});break;case"hls":(r||t.includes("hls"))&&(e={...e,HLS:{type:"url",url:s.url}});break;case"dash":(r||t.includes("dash"))&&(e={...e,DASH_SEP:{compatibilityMode:!0,type:"url",url:s.url}});break;default:break}return{sources:e,thumbUrl:n,title:i.title??""}}var st=(i,t)=>{let e=i.info.currentQuality$.getValue(),n=i.info.availableQualities$.getValue();e!==t&&n.includes(t)&&(i.setQuality(t),i.setAutoQuality(!1))};var rt={activePlayerChanged:"sc-active-player-changed",initiated:"sc-initiated",playerCreated:"sc-player-created"},Ci=2;function re(i){let t=ne(),e,n,r=new X,s={},o=!1,a=null,l=!1,h;i&&g(i);function g(c){a=c}function y(c,d,m){if(!a)throw Error("need to set interactive controller");if(!a.options)return;let S=(t.map.get(c)??{})[d];if(S){s={chapterId:m,listId:c,itemId:d,...S};let T=s.player;n=T.info.currentQuality$.subscribe(V=>{if(!(!V||!T.info.position$.getValue())){e=V;for(let E of t.map)Object.values(E[1]).forEach(({player:M})=>{T.info.isAutoQualityEnabled$.getValue()||st(M,V)})}}),S.container.remove(),o=!1,a.setPlayer(S.player),l||(a.init(),l=!0),r.emit(rt.activePlayerChanged,{player:s.player,config:s.config});return}throw Error("Can't set. Not find.")}async function x(c,d,m){if(!a)throw Error("need to set interactive controller");if(G(s)||c!==s.itemId)return;if(m>=0&&!o){let S=a.getChapterBranches();o=!0;let T=new Set;for(let V of S)T.has(V.media.id)||(await _({media:V.media,chapterId:V.chapter.id,setAsActive:!1,title:V.chapter.label}),T.add(V.media.id))}}async function I({chapter:{id:c},media:d}){if(G(s))return;n?.unsubscribe();let m=s.player.info.muted$.getValue(),f=s.player.info.currentQuality$.getValue(),S=s.player.info.isAutoQualityEnabled$.getValue(),T=s.player.info.volume$.getValue(),V=s.player.info.currentPlaybackRate$.getValue(),E=!S,M=!1;for(let A of t.map)if(A[0]===d.id){let P=Object.keys(A[1]);for(let N of P)N===s.itemId?(P.length<Ci||(M=!0),t.removePlayer(A[0],N)):(M=!0,y(A[0],N,c),E?st(s.player,f):s.player.setAutoQuality(!0),s.player.setVolume(T),s.player.setMuted(m),s.player.setPlaybackRate(V))}else t.removePlayer(A[0]);M||(await _({media:d,chapterId:c,setAsActive:!0,playbackRate:V}),E?st(s.player,f):s.player.setAutoQuality(!0),s.player.setVolume(T),s.player.setMuted(m))}async function _({media:c,chapterId:d,prefetch:m=!0,setAsActive:f=!0,autoplay:S=!1,preferredExt:T,title:V,playbackRate:E}){let M=Math.random().toString(),A=document.createElement("div");h.append(A);let P=s?.player?.info.isAutoQualityEnabled$.getValue(),N;if(a?.options?.vkVideoLoader){let dt=Pe(c);dt.length&&(N=await a.options.vkVideoLoader(...dt))}let ht=a?.options?.coreConfig||{},qe={...ht,configName:[...ht.configName??[],"interactive"]},he={container:A,...N?.videos?.[0]||{sources:se(c,T).sources},title:V,failoverHosts:N?.failoverHosts||[]},D=new vi(qe);D.initVideo(he);let de=new bi;de.add(D.info.position$.subscribe(function(dt){x(M,D.info.duration$.getValue(),dt)})).add(D.events.canplay$.subscribe(function(){P||st(D,e),E&&D.setPlaybackRate(E)}));let z=t.createPlayer({listId:c.id,itemId:M,player:D,container:A,sources:se(c,T).sources,config:he,subscription:de});return f&&y(c.id,z.itemId,d),S&&z.player.play(),m&&!S&&z.player.prepare(),r.emit(rt.playerCreated,z.player),{player:z.player,config:z.config}}function lt(){j(),a=null}function j(){a?.off(u.chapterChanged,I),t.removeAll(),s={},l=!1,o=!1}async function p({container:c}){if(!a)throw Error("need to set interactive controller");j(),h=c;let{media:d,chapter:m}=a.getCurrentChapter();if(d){a.on(u.chapterChanged,I);let{player:f,config:S}=await _({media:d,chapterId:m.id,title:m.label});return r.emit(rt.initiated,{container:c,media:d,chapterId:m.id}),{player:f,config:S}}else console.error("not found")}return{...t,on:r.on.bind(r),off:r.off.bind(r),init:p,setInteractiveController:g,createPlayer:_,removeAll:lt,getActivePlayer:function(){return s}}}import{Subscription as Ei}from"@vkontakte/videoplayer-shared";var At=class{constructor({player:t,container:e,branches:n,selectBranches:r,interactiveEvents:s,globalEventEmitter:o,ignoreContainerEvent:a,permanentTextControls:l,disabledControls$:h,onRemove:g}){this.container=e,this.branches=n,this.selectBranches=r,this.subscription=new Ei,this.player=t,this.interactiveEvents=s,this.ignoreContainerEvent=a,this.isPermanentText=l&&Mt(e.container.controls),this.disabledControls$=h,this.onRemove=g,this.globalEventEmitter=o,this.gameState=w.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)).add(this.disabledControls$.subscribe(t=>{t?this.container.disable?.():this.container.enable?.()}))}hide=()=>{setTimeout(()=>{this.gameState!==w.end&&(U(this.container.container.events)&&this.gameState===w.afterInteractive||this.selectBranches.state.isExpect||(this.gameState!==w.interactive&&this.container.hide?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})))})};show=()=>{if(this.gameState===w.interactive&&!this.isSelectedControlEvent)if(this.container.getElement())this.container.show?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!0,isFirst:!1});else{let e=Ne({fn:this.selectBranches.onControlEvent,type:0},{isDisabled:()=>this.container.isDisabled,branches:this.branches,containerId:this.container.container.id,onDetachContainer:()=>{this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})},onEvent:(n,r)=>{this.isSelectedControlEvent=!0,n!==!1&&(this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})),(this.gameState===w.end||this.gameState===w.afterInteractive||this.selectBranches.state.isExpect)&&(this.selectBranches.stopExpect(),r(),this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1}))},isEOV:()=>this.gameState===w.end});this.container.createView(e),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!0,isFirst:!0}),this.disabledControls$.getValue()&&this.container.disable?.()}};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);let t=U(this.container.container.events)||this.ignoreContainerEvent();(this.isSelectedControlEvent||!t)&&this.removeView()}onBeforeStartTime(){this.container.hide?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})}onEndOfVideo=()=>{this.gameState=w.end,this.selectContainerEvent(!0)};whilePlaying=()=>{if(this.player.experimental.element$.getValue()?.readyState<1||[w.destroyed,w.removed].includes(this.gameState)&&!this.isPermanentText)return;let e=this.player.getExactTime();if(Le(e,this.container.container))this.gameState!==w.beforeInteractive&&(this.gameState=w.beforeInteractive,this.onBeforeStartTime());else if(ee(e,this.container.container))this.gameState!==w.interactive&&(this.gameState=w.interactive,this.onStartTime());else if(this.gameState!==w.afterInteractive){let s=this.gameState;this.gameState=w.afterInteractive,s===w.interactive&&this.onEndTime()}else this.gameState!==w.destroyed&&!this.isPermanentText&&this.removeView();let n=ee(e,this.container.container),r=this.container.container.startTime?[this.container.container.startTime,this.container.container.endTime??1/0]:[];this.globalEventEmitter.emit(u.eachTick,{subjectId:this.container.container.id,subjectName:"container",range:r,currentTime:e,isInteractiveTime:n})};reset(){this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.gameState=w.beforeInteractive}removeView(){this.container.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.containerRemoved,visibility:!1}),this.gameState=w.removed,this.onRemove?.()}destroy(){this.reset(),this.removeView(),this.gameState=w.destroyed,this.subscription.unsubscribe(),this.branches=[],this.interactiveEvents.containersEventsCallState.setCalled({timestamp:this.container.container.endTime??1/0,id:this.container.container.id})}};function Oe(){let i={};function t(){for(let a in i)Object.prototype.hasOwnProperty.call(i,a)&&delete i[a];return!0}function e(a){let l={};for(let h in i)+h<=a&&(l[h]=i[h]);return l}function n(a){let l={};for(let h in i)+h>=a&&(l[h]=i[h]);return l}function r({timestamp:a,priority:l,initiator:h}){if(zt(a)){let g=i[a]??null;if(g&&tt(l,!0)){let y={},x=g[l];return x&&(y={...y,...x}),y=G(y)?null:y,y&&tt(h,!0)?y[h]??null:y}return g}return null}function s({timestamp:a,priority:l,initiator:h}){if(zt(a))if(i[a]){if(tt(l,!0))if(i[a][l]){if(tt(h,!0))if(i[a][l][h]){if(delete i[a][l][h],!G(i[a][l]))return!0}else return!1;if(delete i[a][l],!G(i[a]))return!0}else return!1;return delete i[a]}else return!1}function o({timestamp:a,priority:l,initiator:h,...g}){i[a]?.[l]?.[h]?i[a][l][h].push({...g}):i[a]?.[l]?i[a][l]={...i[a][l],[h]:[{...g}]}:i[a]?i[a]={...i[a],[l]:{[h]:[{...g}]}}:i[a]={[l]:{[h]:[{...g}]}}}return{map:i,remove:s,add:o,removeAll:t,get:r,getLte:e,getGte:n}}var Ii=[C.expect,C.setNextBranch],xi=1/0;function ae(i){let t=i,e,n=Si(),r=new Oe,s,o=()=>{x(),p()},a=c=>{r.add.call(void 0,c),_()},l=(c=[])=>{for(let d of c)if(d.action(),Ii.includes(d.actionType))break},h=(c=1/0)=>{let d=Lt(r.get({timestamp:c,priority:"control"})??{}),m=Lt(r.get({timestamp:c,priority:"container"})??{}),f=Lt(r.get({timestamp:c,priority:"chapter"})??{});return[...d,...m,...f]},g=c=>{n.isReady(c)&&l(h(c))},y=()=>{l([...Lt(r.get({timestamp:1/0,priority:"chapter"})??{})])},x=()=>{e&&(s?.unsubscribe(),e=void 0)},I=c=>{},_=()=>{e||(e=()=>setTimeout(()=>{g(1/0)}),s=t.events.ended$.subscribe(e))},lt=c=>{x(),t=c},j=c=>{c.priority==="container"&&n.resetCalled(c.timestamp),r.remove(c)},p=()=>{n.release(),r.removeAll()};return{setPlayer:lt,add:a,remove:j,exec:g,execEndOfVideo:y,listen:_,unlisten:x,release:o,containersEventsCallState:n,getPreparedToExecActions:h}}function Si(){let i=new Map;return{setCalled:({timestamp:o,id:a})=>{let l=i.get(o);l&&l[a]!==void 0&&(l[a]=!0)},setData:(o=[])=>{for(let a of o){let l=a.endTime??xi,h=i.get(l)??{};i.set(l,{...h,[a.id]:!1})}},resetCalled:o=>{let a=i.get(o);if(a)for(let l in a)a[l]=!1},isReady:o=>{let a=i.get(o);return a?!Object.values(a).some(l=>!l):!0},release:()=>i.clear()}}function Lt(i){return Object.values(i).flat().sort(t=>t.actionType===C.expect?-1:1)}var $e=(i,t)=>{let{height:e,width:n}=t.info.intrinsicVideoSize$.getValue()||{};if(!(e&&n))return{videoContentHeight:0,videoContentWidth:0};let{clientHeight:r,clientWidth:s}=t.experimental.element$.value||{};if(!(r&&s))return{videoContentHeight:0,videoContentWidth:0};let o=e/n,a=r/s,l,h;return a>o?(h=s,l=s*o):a<o?(h=r/o,l=r):(h=s,l=r),{videoContentWidth:h,videoContentHeight:l}};var Ti=250;function Be(i){let t=()=>{},e=new ResizeObserver(a=>{s(a),t=s.bind(null,a)});function n(a){let{parentElement:l,player:h}=i();if(l&&h){let{videoContentWidth:g,videoContentHeight:y}=$e(l,h);l.style.setProperty("--interactive-content-width",`${g}px`),l.style.setProperty("--interactive-content-height",`${y}px`),l.style.setProperty("--interactive-width",`${a[0].contentRect.width}px`),l.style.setProperty("--interactive-height",`${a[0].contentRect.height}px`)}}function r(){let{parentElement:a}=i();a.removeAttribute("style")}let s=Ct(a=>{let{fns:l=[]}=i();n(a);for(let h of l)h()},Ti);function o(){t=void 0,e.disconnect(),r()}return{resizeObserver:e,calc:()=>{t()},release:o}}var at=class{constructor(){this.map={}}push(t,e){t in this.map?this.map[t].push(e):this.map[t]=[e]}get(t){let e=this.map[t];return e?e.slice():null}getAll(){let t=[];for(let 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)}};var wi=i=>Math.floor(Math.random()*i),Fe=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},De=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};var He=i=>{let t=i.length,e=wi(t);return i[e]};var Ge=i=>{let t=0;for(let n=0;n<i.length;++n)t+=i[n].weight??1;let e=Math.random()*t;t=0;for(let n=0;n<i.length-1;++n)if(t+=i[n].weight??1,t>=e)return i[n];return i[i.length-1]};var Ue=Object.freeze({shouldOpenNow:!0,isDetachContainer:!0});var oe=(i,t=!1)=>({...i,args:t?{...i.args,...Ue}:{...Ue,...i.args}}),ce=({globalEventEmitter:i,player:t,interactiveEvents:e,removeControllers:n})=>{let r={isExpect:!1},s=()=>{r.isExpect&&(r.isExpect=!1)},o=({action:p,controlType:c,controlId:d,containerId:m,branches:f=[],onEvent:S,isEOV:T=()=>!1,isDisabled:V=()=>!1})=>{let E=oe(p,T()),M={timestamp:1/0,priority:"control",initiator:d,actionType:E.type},A=V(),P=i.emit.bind(i,u.interactives,{subjectId:d,subjectType:c,subjectName:"control",type:A?b.actionChoiceCanceled:b.actionChoice,actionType:p.type,payload:{containerId:m,...E.args}});if(A){P();return}switch(E.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let N=f.find(ht=>ht.id===E.args.branchId);if(!N)return;S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?_({subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{chapterId:N.chapterId,autoSelect:!1}}):(e.add({...M,action:_.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{chapterId:N.chapterId,autoSelect:!1}})}),n?.());return}case C.continuePlayback.trim().toLowerCase():{S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?I({subjectId:d,subjectName:"control",subjectType:c,action:p}):e.add({...M,action:I.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:p})});return}case C.openURI.trim().toLowerCase():{S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?j({subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{URI:p.args.uri}}):(e.add({...M,action:j.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{URI:p.args.uri}})}),n?.());return}default:console.error("Unexpected control event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected control event"}));return}},a=({action:p,container:{id:c,endTime:d},branches:m=[],isEOV:f=!1,autoSelected:S=!1})=>{let T=oe(p,f),V={timestamp:!T.args.shouldOpenNow||f?1/0:d,priority:"container",initiator:c,actionType:T.type},E=i.emit.bind(i,u.interactives,{subjectId:c,subjectName:"container",type:b.actionChoice,actionType:T.type,payload:T.args});switch(T.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let M=m.find(A=>A.id===T.args.branchId);if(!M)return;E(),e.add({...V,action:_.bind(null,{subjectId:c,subjectName:"container",action:T,payload:{chapterId:M.chapterId,autoSelect:S}})}),n?.();return}case C.setMaxWeightBranch.trim().toLowerCase():return;case C.setMinWeightBranch.trim().toLowerCase():return;case C.setRandomBranch.trim().toLowerCase():return;case C.setWeightlessRandomBranch.trim().toLowerCase():return;case C.continuePlayback.trim().toLowerCase():{E(),e.add({...V,action:I.bind(null,{subjectId:c,subjectName:"container",action:T})});return}case C.openURI.trim().toLowerCase():{E(),e.add({...V,action:j.bind(null,{subjectId:c,subjectName:"container",action:T,payload:{URI:p.args.uri}})}),n?.();return}default:console.error("Unexpected container event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected container event"}));return}};function l({container:p,branches:c,isEOV:d=!1}){let m=ie(p.events);if(m){let f=oe(m.action,d);i.emit(u.interactives,{subjectId:p.id,subjectName:"container",type:b.actionChoice,actionType:f.type,payload:f.args}),e.add({timestamp:d?1/0:p.endTime,priority:"container",initiator:p.id,actionType:C.expect,action:y.bind(null,{subjectId:p.id,subjectName:"container"})}),r.isExpect=!0}else for(let f of p.events)a({action:f.action,container:p,branches:c,isEOV:d})}let h=({chapterId:p,action:c,branches:d=[]})=>{let m=i.emit.bind(i,u.interactives,{subjectId:p,subjectName:"chapter",type:b.actionChoice,actionType:c.type,payload:c.args});switch(c.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let f=d.find(S=>S.id===c.args.branchId);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setWeightlessRandomBranch.trim().toLowerCase():{let f=He(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setRandomBranch.trim().toLowerCase():{let f=Ge(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setMaxWeightBranch.trim().toLowerCase():{let f=De(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setMinWeightBranch.trim().toLowerCase():{let f=Fe(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.continuePlayback.trim().toLowerCase():return m(),I.bind(null,{subjectId:p,subjectName:"chapter",action:c});case C.openURI.trim().toLowerCase():return m(),j.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{URI:c.args.uri}});default:console.error("Unexpected chapter event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected chapter event"}));return}};function g(p){let c=ie(p.events);if(c){if(O(p))return;i.emit(u.interactives,{subjectId:p.id,subjectName:"chapter",type:b.actionChoice,actionType:c.action.type,payload:c.action.args}),e.add({timestamp:1/0,priority:"chapter",initiator:p.id,actionType:C.expect,action:y.bind(null,{subjectId:p.id,subjectName:"chapter"})})}else p.events.forEach(d=>{let m=h({chapterId:p.id,action:d.action,branches:p.branches});m&&e.add({timestamp:1/0,priority:"chapter",initiator:p.id,actionType:d.action.type,action:m})})}let y=({subjectId:p,subjectName:c,action:d})=>{t.pause(),i.emit(u.interactives,{subjectId:p,subjectName:c,type:b.actionExecution,actionType:d?.type??C.expect})},x=({subjectId:p,subjectName:c})=>{t.info.isEnded$.getValue()?e.execEndOfVideo():t.play(),i.emit(u.interactives,{subjectId:p,subjectName:c,type:b.actionExecution,actionType:"after-expect"})},I=({subjectId:p,subjectName:c,subjectType:d,action:m})=>{i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type})},_=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{f.behaviour="change-chapter",i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type,payload:f})},lt=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{f.behaviour="change-manifest",i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type,payload:f})},j=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{if(!f.URI)return;let S=window.open(f.URI,"_blank","noopener,noreferrer");S&&(S.opener=null),i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type})};return{onControlEvent:o,onContainerEvent:a,onChapterEvent:h,onExpectEvent:y,expectEventHandler:x,setManifestChapterEvents:g,setManifestContainerEvents:l,stopExpect:s,state:r}};import{Subscription as Ai,ValueSubject as ot}from"@vkontakte/videoplayer-shared";var le=(i,t)=>{let e={};return i.map(n=>{if(!e[n]){let r=t.chapters.find(o=>o.id===n);if(!r)return null;let s=t.media.videos.find(o=>r.videoId===o.id);if(!s)return null;e[n]=ze(s)}return e[n]}).filter(Boolean)},Ri=i=>{for(let t of i.variants)if(_i(t)&&"payload"in t)return t.payload.id},_i=i=>i.type==="custom"&&"payload"in i&&i.payload.type==="vk",ze=i=>{let t=Ri(i);if(!t)return null;let e=t.split("_").pop();return e?parseInt(e,10):null},Mi=(i,t)=>{for(let e of i.media.videos)if(t===ze(e)){for(let n of i.chapters)if(n.videoId===e.id)return n.id;return}},We=(i,t)=>i.reduce((e,n)=>{let r=Mi(t,n);return r?[...e,r]:e},[]);var ct=class{constructor({globalEventEmitter:t,videoId:e,interactiveController:n,historyApi:r,settings:s}){this.state={history$:new ot([]),hasPrevChapter$:new ot(!1),prevChapter$:new ot(null),isInitialChapter$:new ot(!1),isGoBackLimited$:new ot(!1)};this.#r=null;this.#h=!1;this.#i=null;this.#p=null;this.#s=null;this.#a=null;this.#o=null;this.#t=new Ai;this.#d=!1;this.#u=0;this.#s=e,this.#o=t,this.#a=n,this.#r=r,this.#n=s,this.state?.history$&&this.#t&&this.#t?.add(this.state?.history$.subscribe(o=>{this.state?.prevChapter$.next(o.at(-2)||null),this.state?.hasPrevChapter$.next(o.length>1),this.state?.isInitialChapter$.next(this.getInitialChapterId()===this.#i?.metadata?.initChapterId),this.state?.isGoBackLimited$.next(this.#u===this.#n.maxLength-1)}))}#r;#n;#h;#i;#p;#s;#a;#o;#t;#d;#u;async setManifest(t){!this.#a||!this.#o||(this.#i=t,await this.getProjectHistory(),await this.#a.setChapter({chapterId:this.getInitialChapterId(),pushToHistory:!1}),this.#h||(this.#h=!0,this.#o.emit(u.historyInited,{initChapterId:this.getInitialChapterId()})))}get inited(){return this.#h}async updateHistory(t,e=!0){if(!this.#i)return;this.#d?(this.#d=!1,this.#u++):this.#u=0;let n=this.#i,r=t.length-this.#n.maxLength,s=r>0?t.slice(r):t,o=le(s,n);if(this.#p=o,this?.state?.history$.next(s),!(!e||!this.#r||!this.#s))try{await this.#r.save(this.#s,o)}catch{this.#o?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Unable to save interactive history"))}}async goBack(){if(!this.state||!this.#a)return this.#o?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Cannot go back because HistoryController has not been initialized"));this.#d=!0;let t=this.state.history$.getValue().slice(0,-1),e=t.pop();this.state.history$.next(t),await this.#a.setChapter({chapterId:e})}async getProjectHistory(){if(!this.#i||!this.#s)return;let t=this.#i,e=[this.getInitialVideoId()];if(this.#r)try{let r=await this.#r.get(this.#s);r.length&&(e=r)}catch{this.#o?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Error while trying to fetch data"))}let n=We(e,t);this?.state?.history$.next(n)}getInitialChapterId(){return this.state?.history$.getValue()?.at(-1)||this.#n.initChapterId||this.#i?.metadata.initChapterId}getInitialVideoId(){if(this.#i){let t=this.getInitialChapterId();return le([t],this.#i).pop()}return null}destroy(){this.state=null,this.#s=null,this.#r=null,this.#a=null,this.#t?.unsubscribe(),this.#t=null,this.#h=!1,this.#o?.emit(u.historyDestroyed),this.#o=null}};var Nt=class i{constructor(t,e,n,r){this.target=t,this.type=e,this.listener=n,this.options=i.#r(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}static#r(t,e){if(e===void 0)return!1;if(typeof e=="boolean")return e;{let n=new Set(["passive","capture"]),r=Object.keys(e).filter(o=>!n.has(o));return r.length===0&&console.warn("Unsupported flag(s) to addEventListener: "+r.join(",")),i.#h(t)?e:e.capture||!1}}static#n=void 0;static#h(t){let e=i.#n;if(e===void 0){e=!1;try{let n={},r={get:()=>(e=!0,!1)};Object.defineProperty(n,"passive",r),Object.defineProperty(n,"capture",r);let s=()=>{};t.addEventListener("test",s,n),t.removeEventListener("test",s,n)}catch{e=!1}i.#n=e}return e||!1}};var kt=class{constructor(){this.bindingMap=new at}release(){this.removeAll(),this.bindingMap=null}listen(t,e,n,r){if(!this.bindingMap)return;let s=new Nt(t,e,n,r);this.bindingMap.push(e,s)}listenOnce(t,e,n,r){let s=o=>{this.unlisten(t,e,s),n(o)};this.listen(t,e,s,r)}unlisten(t,e,n){if(!this.bindingMap)return;let r=this.bindingMap.get(e)||[];for(let s of r)s.target===t&&(n===s.listener||!n)&&(s.unlisten(),this.bindingMap.remove(e,s))}removeAll(){if(!this.bindingMap)return;let t=this.bindingMap.getAll();for(let e of t)e.unlisten();this.bindingMap.clear()}};var jt=class{constructor(){this._prevSizeId=0;this.rootElement=document.createElement("canvas")}clear(){this.rootElement.getContext("2d")?.clearRect(0,0,this.rootElement.width,this.rootElement.height)}isImageDrawn(){let t=this.rootElement.getContext("2d")?.getImageData(0,0,this.rootElement.width,this.rootElement.height);if(!t)return!1;let e=t.data,n=e.length;for(let r=3;r<n;r+=40)if(e[r]!==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(){this.canvasImgSrc&&this.rootElement.getContext("2d")?.drawImage(this.canvasImgSrc,0,0,this.rootElement.width,this.rootElement.height)}async updateCanvasDimensions(t,e=!1){let n=t.width+t.height;if(this._prevSizeId===n)return;let r;e&&(r=await this.save()),this.rootElement.width=t.width,this.rootElement.height=t.height,e&&r&&this.restore(r),this._prevSizeId=n}async save(){let t=this.rootElement.toDataURL("image/jpeg",1),e=new Image;return e.crossOrigin="anonymous",e.src=t,await e.decode(),e}restore(t){this.rootElement&&this.rootElement.getContext("2d")?.drawImage(t,0,0,this.rootElement.width,this.rootElement.height)}};var Pt=class{constructor({parentElement:t,endOffsetMs:e=250,onError:n}){this.currentVideoDurationMs=1/0;this._containerTimeFrameShouldReceived=!1;this._endTimeFrameReceived=!1;this._shouldCallSkip=!1;this.onEachTick=t=>{let e=t??this.lastFrameCanvas.canvasImgSrc.currentTime*1e3,n=this.isChapterEndTime(e);if(this.isContainerTime(e))this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!0,this._shouldCallSkip=!0;else if(n)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
|
+
var ue="1.0.13-dev.437468aa.0";function Bt(i,t=1){let e="0",n="0",s="0";return i.length===4?(e="0x"+i[1]+i[1],n="0x"+i[2]+i[2],s="0x"+i[3]+i[3]):i.length===7&&(e="0x"+i[1]+i[2],n="0x"+i[3]+i[4],s="0x"+i[5]+i[6]),`rgba(${+e},${+n},${+s},${t})`}var R="SDK_NAME",Ye="SDK_NAME-controls-container",pt=()=>document.querySelector(`.${Ye}`),ge=.4,L={textColor:"#000",textSize:.4,textContent:"",roundCorners:0,borderWidth:0,borderColor:"#000",borderAlpha:1,backgroundColor:"#fff",backgroundAlpha:1,innerSizesDependOn:"self",angle:0},fe={top:"flex-start",bottom:"flex-end",center:"center"},me={start:"flex-start",end:"flex-end",center:"center"},ye={start:"left",end:"right",center:"center"},ut=({target:i,props:t})=>{i.style.alignItems=fe[t?.text?.gravityVertical]??fe.center,i.style.justifyContent=me[t?.text?.gravityHorizontal]??me.center,i.style.textAlign=ye[t?.text?.alignment]??ye.start},ft=({target:i,props:t,fallback:e,dependsOn:n})=>{i.style.color=t?.text?.color??e.textColor,i.style.fontSize=`calc(${n.height} * ${t?.text?.size??e.textSize})`,i.textContent=t?.text?.value??e.textContent},mt=({target:i,props:t,fallback:e})=>{i.style.backgroundColor=Bt(t?.background?.color??e.backgroundColor,t?.background?.alpha??e.backgroundAlpha)},yt=({target:i,props:t,fallback:e,dependsOn:n})=>{i.style.border=`calc(${n.height} * ${t?.shape?.border?.width??e.borderWidth}) solid ${Bt(t?.shape?.border?.color??e.borderColor,t?.shape?.border?.alpha??e.borderAlpha)}`,i.style.borderRadius=`calc(${n.height} * ${t?.shape?.roundCorners??e.roundCorners})`},W=({target:i,layoutParams:t,fallback:e})=>{i.style.transform=`rotate(${-t.angle}rad)`};var Ft="int",Q={AREA:`${Ft}_area`,TEXT:`${Ft}_text`,BUTTON:`${Ft}_bttn`};var B=class{constructor(t){this.control=t}createView(t){let e=document.createElement("div");e.classList.add(`${R}-control-container-${this.control.id}`),t(e,this.control.layoutParams);let n=(this.control.layoutParams.innerSizesDependOn??L.innerSizesDependOn)==="self"?{height:e.style.height,width:e.style.width}:{height:"var(--interactive-content-height)",width:"var(--interactive-content-width)"};return{controlContainerEl:e,dependsOn:n}}setEvents(t,e){t&&this.control.events.forEach(n=>{switch(n.type.trim().toLowerCase()){case"onclick":t.addEventListener("click",r=>{r.stopPropagation(),e&&e({action:n.action,controlId:this.control.id,controlType:this.control.type})});break;default:break}})}getElement(){return document.querySelector(`.${R}-control-container-${this.control.id}`)}};var gt=i=>{if(i.type.trim().toLowerCase()==="area")return new Dt(i)},Dt=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:s}=super.createView(e),r=document.createElement("button");return r.classList.add(`${R}-${this.control.id}`),r.setAttribute("data-testid",Q.AREA),r.style.display="flex",r.style.width="100%",r.style.height="100%",r.style.cursor="pointer",r.type="button",mt({target:r,props:this.control.props,fallback:{...L,backgroundColor:"transparent"}}),yt({target:r,props:this.control.props,fallback:{...L,borderAlpha:0},dependsOn:n}),W({target:r,layoutParams:this.control.layoutParams,fallback:L}),s.append(r),t.append(s),this.controlEl=r,s}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${R}-${this.control.id}`)}};var vt=()=>{let i=document.createElement("span");return i.style.display="inline-block",i.style.whiteSpace="pre",i.style.overflow="hidden",i.style.textOverflow="ellipsis",i.style.maxWidth="100%",i.style.maxHeight="100%",i};var bt=i=>{if(i.type.trim().toLowerCase()==="button")return new Ht(i)},Ht=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:s}=super.createView(e),r=document.createElement("button");r.type="button",r.classList.add(`${R}-${this.control.id}`),r.setAttribute("data-testid",Q.BUTTON),r.style.display="flex",r.style.width="100%",r.style.height="100%",r.style.cursor="pointer",r.style.fontFamily="inherit";let a=vt();return W({target:r,layoutParams:this.control.layoutParams,fallback:L}),mt({target:r,props:this.control.props,fallback:L}),yt({target:r,props:this.control.props,fallback:L,dependsOn:n}),ut({target:r,props:this.control.props}),ft({target:a,props:this.control.props,fallback:L,dependsOn:n}),r.append(a),s.append(r),t.append(s),this.controlEl=r,s}disable(){this.controlEl&&(this.controlEl.style.cursor="default")}enable(){this.controlEl&&(this.controlEl.style.cursor="pointer")}getElement(){return document.querySelector(`.${R}-${this.control.id}`)}};var ve=i=>{if(i.type.trim().toLowerCase()==="text")return new Gt(i)},Gt=class extends B{constructor(t){super(t)}createView({parent:t,layoutFn:e}){let{dependsOn:n,controlContainerEl:s}=super.createView(e),r=document.createElement("div");r.classList.add(`${R}-${this.control.id}`),r.setAttribute("data-testid",Q.TEXT),r.style.display="flex",r.style.width="100%",r.style.height="100%",r.style.fontFamily="inherit";let a=vt();return W({target:r,layoutParams:this.control.layoutParams,fallback:L}),ut({target:r,props:this.control.props}),ft({target:a,props:this.control.props,fallback:L,dependsOn:n}),r.append(a),s.append(r),t.append(s),this.controlEl=r,s}disable(){}enable(){}getElement(){return document.querySelector(`.${R}-${this.control.id}`)}};var Ut=class{constructor(t){this.layout=t}},be=i=>{if(i.type.trim().toLowerCase()==="relative")return new Z(i)},Z=class extends Ut{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))`}};var K=class{constructor(t){this.container=t,this.factories=new Map,this.#s()}addControlFactory(t,e){this.factories.set(t.trim().toLowerCase(),e),this.#s()}removeControlFactory(t){this.factories.delete(t.trim().toLowerCase()),this.#s()}#s(){this.controls=this.#n()}#n(){return this.container.controls?.reduce((t,e)=>{let n=e.type.trim().toLowerCase(),s=this.factories.get(n);return s?[...t,s(e)]:[...t]},[])}};var Ct=(i,t)=>{if(i.type.trim().toLowerCase()==="choice")return new zt(i,t)},zt=class extends K{constructor(t,e){super(t),this.rootElement=e??pt(),this.layout=new Z(this.container.layout),this.isRemoved=!1,this.isDisabled=!1,this.addControlFactory("button",bt),this.addControlFactory("text",ve),this.addControlFactory("area",gt)}createView(t){let e=document.createElement("div");return e.classList.add(`${R}-${this.container.id}`),this.layout.setContainerLayout(e),this.controls.forEach(n=>{let s=n.createView({parent:e,layoutFn:this.layout.setControlLayout});n.setEvents(s,t)}),this.rootElement.append(e),this.isRemoved=!1,e}hide(){let t=this.getElement();t&&(t.style.visibility="hidden")}show(){let t=this.getElement();t&&(t.style.visibility="visible")}enable(){let t=this.getElement();t&&(this.controls.forEach(e=>e.enable()),t.style.opacity=1,this.isDisabled=!1)}disable(){let t=this.getElement();t&&(this.controls.forEach(e=>e.disable()),t.style.opacity=ge,this.isDisabled=!0)}removeView(){this.isRemoved||(this.getElement()?.remove(),this.isRemoved=!0)}getElement(){return this.rootElement.querySelector(`.${R}-${this.container.id}`)}};import{Subject as Ni,ValueSubject as k,Observable as Xe,once as ki,Subscription as ji,getCurrentBrowser as Pi,CurrentClientBrowser as Oi,combine as $i}from"@vkontakte/videoplayer-shared";import{loadVKLangPack as ti}from"@vkontakte/videoplayer-shared";function Et(i,t){let e;return(...n)=>{clearTimeout(e),e=setTimeout(()=>i(...n),t)}}var Y={Object:"Object",String:"String",Array:"Array",Number:"Number",Function:"Function",Boolean:"Boolean"},H=(i,t)=>Object.prototype.toString.call(i)===`[object ${t}]`,J=i=>H(i,Y.Object),It=i=>H(i,Y.String),xt=i=>H(i,Y.Array),St=i=>H(i,Y.Number),Ce=i=>H(i,Y.Function);var Wt=i=>St(i)&&!isNaN(i);var G=i=>J(i)&&Object.keys(i).length===0,Qt=i=>xt(i)&&!i.length;var tt=(i,t)=>It(i)&&(t?i.trim():i).length;var Kt=window.navigator.userAgent.toLowerCase(),Vn=/ipad|iphone|ipod/.test(Kt),Ee=/mobi/i.test(Kt),Rn=Kt.indexOf("android")>-1&&Ee,Je=!Ee,_n=window.safari!==void 0&&Je;var Ie="video_interactive",xe="videoint";var ei=250,et=class{constructor(t){this.init(t)}init({root:t,onOpenPreviewClick:e,onError:n,lang:s,visitedChapters:r=[]}){this.isHidden=!0,this.currentManifestId=void 0,this.currentChapterId=void 0,this.visitedChapterIds=new Set(r),this.onOpenPreviewClick=e,this.onError=n,this.lang=s??"ru",this.zoom=.7,this.isReady=!1,this.lastZoomInfo=void 0,this.ngEditorSize=void 0,this.ngEditor=void 0,this.graphWrapperElement=ii(t),this.resizeObserver=new ResizeObserver(Et(this.onResize,ei)),this.resizeObserver.observe(this.graphWrapperElement)}onResize=t=>{this.isReady&&(!t[0].contentRect.width||!t[0].contentRect.height||(this.lastZoomInfo&&this.ngEditor.zoomTo(this.getNextPoint()),this.ngEditorSize={width:t[0].contentRect.width,height:t[0].contentRect.height}))};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]}handleChapterChange=t=>{if(this.isReady){if(this.isHidden||this.hide(),!t?.id){this.onError?.("Id is not found"),console.error("Id is not found");return}this.visitedChapterIds.add(t.id),this.ngEditor.selectChapter(t.id),this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.currentChapterId=t.id,this.lastZoomInfo=void 0}};handleManifestChange=async(t,e=[])=>{if(!St(t.graph.edit.chapters[0].x)){this.isReady=!1,this.onError?.("Can't show graph"),console.error("Can't show graph");return}if(this.lastZoomInfo=void 0,!this.ngEditor){let n;try{n=await ti(this.lang,Ie,xe)}catch{console.log("Unable to load graph language pack")}let{GraphEditor:s}=await import("@interactiveplatform/movika-graph-editor");this.ngEditor=new s(this.graphWrapperElement,{mode:"read",lang:this.lang,translation:n}),this.ngEditor.on("control",({name:r,chapterId:a})=>{r==="openPreview"&&this.onOpenPreviewClick(a)}),this.ngEditor.on("zoomEnd",r=>{this.lastZoomInfo={...r}})}this.visitedChapterIds=new Set(e),t.metadata.id!==this.currentManifestId?(this.ngEditor.update(t),this.currentManifestId=t.metadata.id):this.ngEditor.setVisitedChapters(Array.from(this.visitedChapterIds)),this.isReady=!0};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(){this.hide(),this.resizeObserver.disconnect(),this.ngEditor?.setVisitedChapters([]),this.onOpenPreviewClick=void 0,this.ngEditor?.dispose(),this.graphWrapperElement.remove(),this.isReady=!1}};function ii(i){let 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}var Xt=()=>{let i=[],t=null;return{setPlayer:a=>{t=a},setContainers:a=>{i=a},deleteContainer:a=>{i=i.filter(o=>o.id!==a)},getNextInteractiveTime:(a=3e3)=>{if(!i.length||t===null)return null;let o=-1,l=!1,h=Math.round(t.info.position$.getValue()*1e3);for(let g of i){let y=g.startTime-a;if(y<=h&&(h<=g.endTime||g.endTime===null)){l=!0;break}h<y&&(o=o===-1?y:Math.min(o,y))}return!l&&o!==-1?o:null}}};var F=(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};import{v4 as ni}from"uuid";var ri="3.1",Se={default:"setNextBranch",random:"setRandomBranch",weightlessRandom:"setWeightlessRandomBranch",max:"setMaxWeightBranch",min:"setMinWeightBranch"},si={type:"onSuspense",action:{type:"continuePlayback",args:{shouldOpenNow:!0,isDetachContainer:!0}}},Te=i=>{let t=[];for(let e of i.chapters){let n,s=[];for(let{isDefault:o,...l}of e.branches)o&&(n=l.id),s.push(l);let r=[],a=[];for(let{fallbackStrategy:o,...l}of e.containers){let h=!!l.endTime,g=[si];switch(o){case"await":h?g=[]:r=[];break;case"default":{let y={type:"onSuspense",action:{type:Se.default,args:{branchId:n,shouldOpenNow:!h,isDetachContainer:!0}}};h?g=[y]:r=[y];break}case"random":case"weightlessRandom":case"max":case"min":{let y={type:"onSuspense",action:{type:Se[o],args:{}}};h?g=[y]:r=[y];break}}for(let y of l.controls)a.push({...l,controls:[{...y}],id:ni(),events:g})}t.push({...e,containers:a,events:r,branches:s})}return i.metadata.version=ri,i.metadata.updated=new Date().toISOString(),{...i,chapters:t}};var oi="3.2",we=i=>{if(!i.media){let{media:t,...e}=i.metadata;return{...i,metadata:{...e,version:oi},media:t}}return i};var ai="3.3",ci=(i=[])=>({edit:{chapters:i},view:{}}),Ve={type:"onSuspense",action:{type:"expect",args:{shouldOpenNow:!0,isDetachContainer:!0}}},Re=i=>{let t=[],e=[];for(let n of i.chapters){let{id:s,x:r,y:a,...o}=n,l=o.containers.map(h=>({...h,controls:h.controls.map(({subtype:g,type:y,...x})=>({...x,type:g??y})),events:h.events?.length?h.events:[Ve]}));t.push({id:s,...o,containers:l,events:o.events?.length?o.events:[Ve]}),e.push({id:s,x:r,y:a})}return{...i,chapters:t,graph:ci(e),metadata:{...i.metadata,version:ai}}};var li=[{version:"3.0",migrate:Te},{version:"3.1",migrate:we},{version:"3.2",migrate:Re}],qt=i=>li.reduce((t,e)=>F(t.metadata.version,e.version)?t:e.migrate(t),i);var tr=Object.freeze({Choice:"Choice",TextInput:"TextInput"}),_e=Object.freeze({Button:"Button",Area:"Area",Text:"Text"}),er=Object.freeze({onClick:"onClick",onSuspense:"onSuspense"}),C=Object.freeze({openURI:"openURI",setNextBranch:"setNextBranch",setWeightlessRandomBranch:"setWeightlessRandomBranch",setRandomBranch:"setRandomBranch",setMaxWeightBranch:"setMaxWeightBranch",setMinWeightBranch:"setMinWeightBranch",setDefaultBranch:"setDefaultBranch",continuePlayback:"continuePlayback",expect:"expect"}),Zt=(r=>(r.GO_NEXT_BUTTON="GO_NEXT_BUTTON",r.GO_NEXT_AREA="GO_NEXT_AREA",r.WATCH_AGAIN="WATCH_AGAIN",r.OPEN_GRAPH="OPEN_GRAPH",r.CLOSE_GRAPH="CLOSE_GRAPH",r))(Zt||{});var Me={metadata:"Object",chapters:"Array"},hi="3.0.0",di="3.3.0",Tt=i=>{let t=F(i,hi);return t===-1?!1:t===0?!0:F(i,di)!==1},Ae=i=>{if(!J(i))return!1;for(let t in Me)if(!i[t]||!H(i[t],Me[t]))return!1;return Tt(i.metadata.version)},Yt=i=>i.type===_e.Text;var v=class{constructor(t,e,...n){this.severity=t,this.category=e,this.data=n}toString(){return`SDK_NAME ERROR ${JSON.stringify(this,null," ")}`}static Severity={RECOVERABLE:1,CRITICAL:2};static Category={VIDEO:0,INTERACTIVES:1,GRAPH:2,MANIFEST:3,LOADERS:4,HISTORY:5,SEAMLESS:6}};var X=class{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]||[];let 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){let n=this.listeners[t];if(!n)return this;for(let s=n.length;s>0;s--)if(n[s]===e){n.splice(s,1);break}return this}emit(t,...e){let n=this.listeners[t];return n?(n.forEach(s=>{s(...e)}),!0):!1}listenerCount(t){return(this.listeners[t]||[]).length}rawListeners(t){return this.listeners[t]}};var wt=class{constructor(t){this.raf,this.fn,this.fns=[],this.addFn(t)}addFn=(t,e=!1)=>{Ce(t)&&(this.fns.push(t),e&&this.updateFn())};removeFn=(t,e=!1)=>{this.fns=this.fns.filter(n=>n!==t),e&&this.updateFn()};updateFn=()=>{this.fn=()=>{this.fns.forEach(t=>t()),this.raf&&this.forceRequestAnimation()}};forceRequestAnimation=()=>{this.fn&&(this.raf=requestAnimationFrame(this.fn))};requestAnimation=()=>{this.raf||this.forceRequestAnimation()};cancelAnimation=()=>{cancelAnimationFrame(this.raf),this.raf=void 0};release(){this.cancelAnimation(),this.fn=void 0,this.fns=[]}};import{ValueSubject as vi}from"@vkontakte/videoplayer-shared";var Vt=class{constructor(t){this.loaders={chapterLoaders:t?.chapterLoaders??[],manifestLoaders:t?.manifestLoaders??[]}}async exec(t,e){return pi(...this.loaders[t])(e)}};function pi(...i){return async function(e){let n=[...i];for(;n.length>0;)e=await n.shift()(e);return e}}function it(i,t,e){return i?{...i,[t]:i[t]?[e,...i[t]]:[e]}:{[t]:[e]}}function Rt({actions:i,errors:t,chapterId:e,...n}){if(e){let s=i.getManifest(),r=i.getChapter(s.chapters,e);if(r){let a=i.getMedia(s.media,r.videoId),o=i.getGraph(s.graph,r.id);return a?{...n,actions:i,errors:t,result:{chapter:r,media:a,graph:o}}:{...n,errors:it(t,Rt.name,"Could not find media"),actions:i}}}return{...n,errors:it(t,Rt.name,"Could not find chapter"),actions:i}}var ui=async i=>{try{let t,e;if(J(i))t=i;else if(It(i)){e=new URL(i).href;let s=await fetch(e);if(!s.ok)return{};t=await s.json()}else return{};if(!Ae(t))return{};let n=t.metadata.media;if(It(n)&&!t.media)try{let s;e?s=new URL(n,e).href:(s=new URL(n).href,e=s);let r=await fetch(s);if(!r.ok)throw new Error;t.metadata.media=await r.json()}catch{return yi(t.metadata.version)?{manifest:t}:{}}return{manifest:t,manifestURL:e}}catch{return{}}};async function Le(i){let{manifest:t,manifestURL:e}=await ui(i),n=qt(t);return n.media=fi(n.media,e),delete n.metadata.media,n}function _t(i,t){return i.find(e=>e.id===t)}function Jt(i,t){return i.edit?.chapters?i.edit.chapters.find(e=>e.id===t):i.view?.chapters?i.view.chapters.find(e=>e.id===t):void 0}function te(i,t){return i.videos.find(e=>e.id===t)}function fi(i,t){return{...i,videos:i.videos.map(e=>({...e,variants:e.variants.map(n=>{let s=mi(n.url,t);return{...n,url:s||n.url}})}))}}function mi(i,t){try{return new URL(i,t).href}catch{return""}}function yi(i){return F(i,"3.2.0")>=0}var w=Object.freeze({nothing:0,beforeInteractive:1,interactive:2,afterInteractive:3,end:4,removed:5,destroyed:6}),ee=i=>xt(i)&&!Qt(i),O=i=>i.order==="end",Mt=i=>xt(i.containers)&&!Qt(i.containers)&&O(i),Ne=(i,t)=>{let e=i*1e3;return ee(t.controls)&&e<(t.startTime??0)},ie=(i,t)=>{let e=i*1e3;return ee(t.controls)&&e>=(t.startTime??0)&&e<=(t.endTime??1/0)};var U=i=>i.some(t=>t.action.type==="expect"),ne=i=>i.find(t=>t.action.type==="expect"),gi=i=>i?.length===1,At=i=>gi(i)&&Yt(i[0]);var ke=({fn:i,type:t=1},...e)=>(...n)=>t?i(...n,...e):i({...n[t],...e[t]}),je=(i=[])=>i.reduce((t,e,n)=>{let s=(e?.controls??[]).filter(r=>!Yt(r));if(ee(s)){let r=[e.startTime??0,e.endTime??1/0],a=e.id;if(!n)t.push({subjects:[a],range:r});else{let o=[],l=-1/0,h=1/0,g=[],y=[];for(let x=0;x<t.length;x++){let I=t[x];if(y.push(...I.subjects),I.range[0]<h&&(h=I.range[0]),I.range[1]>l&&(l=I.range[1]),I.range[0]<=r[0]&&I.range[1]>=r[1])return t[x].subjects.push(a),t;r[0]>=I.range[0]&&r[0]<=I.range[1]&&(o.push(x),g=g.concat(I.subjects),r[0]=I.range[0]),r[1]>=I.range[0]&&r[1]<=I.range[1]&&(o.push(x),g=g.concat(I.subjects),r[1]=I.range[1])}if(y.push(a),r[0]<=h&&r[1]>=l)return[{subjects:y,range:r}];o.length&&o.reverse().forEach(x=>{t.splice(x,1)}),t.push({subjects:g.concat([a]),range:r})}}return t},[]).sort((t,e)=>t.range[0]-e.range[0]),Pe=(i,t)=>U(i.events)?!1:t.some(({container:e})=>e.container.id!==i.id&&U(e.container.events)&&e.container.endTime===i.endTime&&!e.isRemoved);var q=class extends Vt{constructor(t,e){super(t),this.onError=e,this.prevChapter$=new vi(null),this.release()}release(){return this.manifest=null,this.chapter=null,this.media=null,this.graph=null,this.prevChapter$.next(null),this}async setManifest(t){this.release();let e=await this.exec("manifestLoaders",{actions:{addErrorMessage:it},result:null,errors:null,source:t});e.errors&&this.errorHandler(e.errors);let n=await Le(e.result??t);return this.manifest=n,this}async setInitial(){return this.setNext()}async setNext(t=this.manifest.metadata.initChapterId){this.prevChapter$.next(this.chapter);let e=await this.exec("chapterLoaders",Rt({actions:{getManifest:()=>this.manifest,getCurrent:this.getCurrent,getGraph:Jt,getChapter:_t,getMedia:te,getByBranches:this.getByBranches.bind(this),addErrorMessage:it},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){let e=_t(this.manifest.chapters,t);if(e){let n=te(this.manifest.media,e.videoId),s=Jt(this.manifest.graph,e.id);if(n)return{chapter:e,media:n,graph:s}}return null}getBranches(t=this.chapter.id){if(t===this.chapter.id)return this.getByBranches(this.chapter.branches);{let e=_t(this.manifest.chapters,t);return this.getByBranches(e?.branches)}}getByBranches(t=[]){return t.reduce((e,n)=>{let s=this.getByChapterId(n.chapterId);return s&&e.push(s),e},[])}getCurrent(){return{chapter:this.chapter,media:this.media,graph:this.graph}}isInitialChapter(){return this.chapter.id===this.manifest.metadata.initChapterId}isEndChapter(){return O(this.chapter)}};import{Player as bi}from"@vkontakte/videoplayer-core";import{Subscription as Ci}from"@vkontakte/videoplayer-shared";var Oe=i=>{let t=i.variants.find(e=>e.payload?.type==="vk");if(t&&"payload"in t){let[e,n]=t.payload.id.split("_");return[e,n]}return[]};var u={graph:"graph",interactives:"interactives",chapterChanged:"chapter-changed",playerChanged:"player-changed",manifestChanged:"manifest-changed",errors:"errors",eachTick:"eachTick",historyInited:"history-inited",historyDestroyed:"history-destroyed"},nt={visibility:"visibility",watchAgainClicked:"watchAgainClicked"},b={actionChoiceCanceled:"action-choice-canceled",actionChoice:"action-choice",actionExecution:"action-execution",visibility:"visibility",containerRemoved:"container-removed",rangeEnded:"range-ended"};function re(){let i=new Map;function t({listId:s=Math.random().toString(),itemId:r=Math.random().toString(),...a}){let o=i.get(s),l={...a};return o?o[r]=l:i.set(s,{[r]:l}),{listId:s,itemId:r,...a}}function e(s,r){let a=i.get(s);if(a){if(r)return a[r]?.player.destroy(),a[r]?.container.remove(),a[r]?.subscription.unsubscribe(),delete a[r],Object.keys(a).length||i.delete(s),!0;for(let o of Object.values(a))o.player.destroy(),o.container.remove();return i.delete(s),!0}else throw Error("Can't remove. Not find.")}function n(){for(let s of i)e(s[0])}return{createPlayer:t,removePlayer:e,map:i,removeAll:n}}function se(i,t=[]){let e={},n,s=!t.length;for(let r of i.variants)if(!n&&"cover"in r&&(n=r.cover),"url"in r)switch(r.type.toLowerCase()){case"mp4":(s||t.includes("mp4"))&&(e.MPEG={...e.MPEG,[r.standard??"Invariant quality"]:r.url});break;case"mpeg":(s||t.includes("mpeg"))&&(e.MPEG={...e.MPEG,[r.standard??"Invariant quality"]:r.url});break;case"hls":(s||t.includes("hls"))&&(e={...e,HLS:{type:"url",url:r.url}});break;case"dash":(s||t.includes("dash"))&&(e={...e,DASH_SEP:{compatibilityMode:!0,type:"url",url:r.url}});break;default:break}return{sources:e,thumbUrl:n,title:i.title??""}}var rt=(i,t)=>{let e=i.info.currentQuality$.getValue(),n=i.info.availableQualities$.getValue();e!==t&&n.includes(t)&&(i.setQuality(t),i.setAutoQuality(!1))};var st={activePlayerChanged:"sc-active-player-changed",initiated:"sc-initiated",playerCreated:"sc-player-created"},Ei=2;function oe(i){let t=re(),e,n,s=new X,r={},a=!1,o=null,l=!1,h;i&&g(i);function g(c){o=c}function y(c,d,m){if(!o)throw Error("need to set interactive controller");if(!o.options)return;let S=(t.map.get(c)??{})[d];if(S){r={chapterId:m,listId:c,itemId:d,...S};let T=r.player;n=T.info.currentQuality$.subscribe(V=>{if(!(!V||!T.info.position$.getValue())){e=V;for(let E of t.map)Object.values(E[1]).forEach(({player:M})=>{T.info.isAutoQualityEnabled$.getValue()||rt(M,V)})}}),S.container.remove(),a=!1,o.setPlayer(S.player),l||(o.init(),l=!0),s.emit(st.activePlayerChanged,{player:r.player,config:r.config});return}throw Error("Can't set. Not find.")}async function x(c,d,m){if(!o)throw Error("need to set interactive controller");if(G(r)||c!==r.itemId)return;if(m>=0&&!a){let S=o.getChapterBranches();a=!0;let T=new Set;for(let V of S)T.has(V.media.id)||(await _({media:V.media,chapterId:V.chapter.id,setAsActive:!1,title:V.chapter.label}),T.add(V.media.id))}}async function I({chapter:{id:c},media:d}){if(G(r))return;n?.unsubscribe();let m=r.player.info.muted$.getValue(),f=r.player.info.currentQuality$.getValue(),S=r.player.info.isAutoQualityEnabled$.getValue(),T=r.player.info.volume$.getValue(),V=r.player.info.currentPlaybackRate$.getValue(),E=!S,M=!1;for(let A of t.map)if(A[0]===d.id){let P=Object.keys(A[1]);for(let N of P)N===r.itemId?(P.length<Ei||(M=!0),t.removePlayer(A[0],N)):(M=!0,y(A[0],N,c),E?rt(r.player,f):r.player.setAutoQuality(!0),r.player.setVolume(T),r.player.setMuted(m),r.player.setPlaybackRate(V))}else t.removePlayer(A[0]);M||(await _({media:d,chapterId:c,setAsActive:!0,playbackRate:V}),E?rt(r.player,f):r.player.setAutoQuality(!0),r.player.setVolume(T),r.player.setMuted(m))}async function _({media:c,chapterId:d,prefetch:m=!0,setAsActive:f=!0,autoplay:S=!1,preferredExt:T,title:V,playbackRate:E}){let M=Math.random().toString(),A=document.createElement("div");h.append(A);let P=r?.player?.info.isAutoQualityEnabled$.getValue(),N;if(o?.options?.vkVideoLoader){let dt=Oe(c);dt.length&&(N=await o.options.vkVideoLoader(...dt))}let ht=o?.options?.coreConfig||{},Ze={...ht,configName:[...ht.configName??[],"interactive"]},de={container:A,...N?.videos?.[0]||{sources:se(c,T).sources},title:V,failoverHosts:N?.failoverHosts||[]},D=new bi(Ze);D.initVideo(de);let pe=new Ci;pe.add(D.info.position$.subscribe(function(dt){x(M,D.info.duration$.getValue(),dt)})).add(D.events.canplay$.subscribe(function(){P||rt(D,e),E&&D.setPlaybackRate(E)}));let z=t.createPlayer({listId:c.id,itemId:M,player:D,container:A,sources:se(c,T).sources,config:de,subscription:pe});return f&&y(c.id,z.itemId,d),S&&z.player.play(),m&&!S&&z.player.prepare(),s.emit(st.playerCreated,z.player),{player:z.player,config:z.config}}function lt(){j(),o=null}function j(){o?.off(u.chapterChanged,I),t.removeAll(),r={},l=!1,a=!1}async function p({container:c}){if(!o)throw Error("need to set interactive controller");j(),h=c;let{media:d,chapter:m}=o.getCurrentChapter();if(d){o.on(u.chapterChanged,I);let{player:f,config:S}=await _({media:d,chapterId:m.id,title:m.label});return s.emit(st.initiated,{container:c,media:d,chapterId:m.id}),{player:f,config:S}}else console.error("not found")}return{...t,on:s.on.bind(s),off:s.off.bind(s),init:p,setInteractiveController:g,createPlayer:_,removeAll:lt,getActivePlayer:function(){return r}}}import{Subscription as Ii}from"@vkontakte/videoplayer-shared";var Lt=class{constructor({player:t,container:e,branches:n,selectBranches:s,interactiveEvents:r,globalEventEmitter:a,ignoreContainerEvent:o,permanentTextControls:l,disabledControls$:h,onRemove:g}){this.container=e,this.branches=n,this.selectBranches=s,this.subscription=new Ii,this.player=t,this.interactiveEvents=r,this.ignoreContainerEvent=o,this.isPermanentText=l&&At(e.container.controls),this.disabledControls$=h,this.onRemove=g,this.globalEventEmitter=a,this.gameState=w.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)).add(this.disabledControls$.subscribe(t=>{t?this.container.disable?.():this.container.enable?.()}))}hide=()=>{setTimeout(()=>{this.gameState!==w.end&&(U(this.container.container.events)&&this.gameState===w.afterInteractive||this.selectBranches.state.isExpect||(this.gameState!==w.interactive&&this.container.hide?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})))})};show=()=>{if(this.gameState===w.interactive&&!this.isSelectedControlEvent)if(this.container.getElement())this.container.show?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!0,isFirst:!1});else{let e=ke({fn:this.selectBranches.onControlEvent,type:0},{isDisabled:()=>this.container.isDisabled,branches:this.branches,containerId:this.container.container.id,onDetachContainer:()=>{this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})},onEvent:(n,s)=>{this.isSelectedControlEvent=!0,n!==!1&&(this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})),(this.gameState===w.end||this.gameState===w.afterInteractive||this.selectBranches.state.isExpect)&&(this.selectBranches.stopExpect(),s(),this.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1}))},isEOV:()=>this.gameState===w.end});this.container.createView(e),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!0,isFirst:!0}),this.disabledControls$.getValue()&&this.container.disable?.()}};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);let t=U(this.container.container.events)||this.ignoreContainerEvent();(this.isSelectedControlEvent||!t)&&this.removeView()}onBeforeStartTime(){this.container.hide?.(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.visibility,visibility:!1})}onEndOfVideo=()=>{this.gameState=w.end,this.selectContainerEvent(!0)};whilePlaying=()=>{if(this.player.experimental.element$.getValue()?.readyState<1||[w.destroyed,w.removed].includes(this.gameState)&&!this.isPermanentText)return;let e=this.player.getExactTime();if(Ne(e,this.container.container))this.gameState!==w.beforeInteractive&&(this.gameState=w.beforeInteractive,this.onBeforeStartTime());else if(ie(e,this.container.container))this.gameState!==w.interactive&&(this.gameState=w.interactive,this.onStartTime());else if(this.gameState!==w.afterInteractive){let r=this.gameState;this.gameState=w.afterInteractive,r===w.interactive&&this.onEndTime()}else this.gameState!==w.destroyed&&!this.isPermanentText&&this.removeView();let n=ie(e,this.container.container),s=this.container.container.startTime?[this.container.container.startTime,this.container.container.endTime??1/0]:[];this.globalEventEmitter.emit(u.eachTick,{subjectId:this.container.container.id,subjectName:"container",range:s,currentTime:e,isInteractiveTime:n})};reset(){this.isSelectedControlEvent=!1,this.isSelectedContainerEvent=!1,this.gameState=w.beforeInteractive}removeView(){this.container.removeView(),this.globalEventEmitter.emit(u.interactives,{subjectId:this.container.container.id,subjectName:"container",type:b.containerRemoved,visibility:!1}),this.gameState=w.removed,this.onRemove?.()}destroy(){this.reset(),this.removeView(),this.gameState=w.destroyed,this.subscription.unsubscribe(),this.branches=[],this.interactiveEvents.containersEventsCallState.setCalled({timestamp:this.container.container.endTime??1/0,id:this.container.container.id})}};function $e(){let i={};function t(){for(let o in i)Object.prototype.hasOwnProperty.call(i,o)&&delete i[o];return!0}function e(o){let l={};for(let h in i)+h<=o&&(l[h]=i[h]);return l}function n(o){let l={};for(let h in i)+h>=o&&(l[h]=i[h]);return l}function s({timestamp:o,priority:l,initiator:h}){if(Wt(o)){let g=i[o]??null;if(g&&tt(l,!0)){let y={},x=g[l];return x&&(y={...y,...x}),y=G(y)?null:y,y&&tt(h,!0)?y[h]??null:y}return g}return null}function r({timestamp:o,priority:l,initiator:h}){if(Wt(o))if(i[o]){if(tt(l,!0))if(i[o][l]){if(tt(h,!0))if(i[o][l][h]){if(delete i[o][l][h],!G(i[o][l]))return!0}else return!1;if(delete i[o][l],!G(i[o]))return!0}else return!1;return delete i[o]}else return!1}function a({timestamp:o,priority:l,initiator:h,...g}){i[o]?.[l]?.[h]?i[o][l][h].push({...g}):i[o]?.[l]?i[o][l]={...i[o][l],[h]:[{...g}]}:i[o]?i[o]={...i[o],[l]:{[h]:[{...g}]}}:i[o]={[l]:{[h]:[{...g}]}}}return{map:i,remove:r,add:a,removeAll:t,get:s,getLte:e,getGte:n}}var xi=[C.expect,C.setNextBranch],Si=1/0;function ae(i){let t=i,e,n=Ti(),s=new $e,r,a=()=>{x(),p()},o=c=>{s.add.call(void 0,c),_()},l=(c=[])=>{for(let d of c)if(d.action(),xi.includes(d.actionType))break},h=(c=1/0)=>{let d=Nt(s.get({timestamp:c,priority:"control"})??{}),m=Nt(s.get({timestamp:c,priority:"container"})??{}),f=Nt(s.get({timestamp:c,priority:"chapter"})??{});return[...d,...m,...f]},g=c=>{n.isReady(c)&&l(h(c))},y=()=>{l([...Nt(s.get({timestamp:1/0,priority:"chapter"})??{})])},x=()=>{e&&(r?.unsubscribe(),e=void 0)},I=c=>{},_=()=>{e||(e=()=>setTimeout(()=>{g(1/0)}),r=t.events.ended$.subscribe(e))},lt=c=>{x(),t=c},j=c=>{c.priority==="container"&&n.resetCalled(c.timestamp),s.remove(c)},p=()=>{n.release(),s.removeAll()};return{setPlayer:lt,add:o,remove:j,exec:g,execEndOfVideo:y,listen:_,unlisten:x,release:a,containersEventsCallState:n,getPreparedToExecActions:h}}function Ti(){let i=new Map;return{setCalled:({timestamp:a,id:o})=>{let l=i.get(a);l&&l[o]!==void 0&&(l[o]=!0)},setData:(a=[])=>{for(let o of a){let l=o.endTime??Si,h=i.get(l)??{};i.set(l,{...h,[o.id]:!1})}},resetCalled:a=>{let o=i.get(a);if(o)for(let l in o)o[l]=!1},isReady:a=>{let o=i.get(a);return o?!Object.values(o).some(l=>!l):!0},release:()=>i.clear()}}function Nt(i){return Object.values(i).flat().sort(t=>t.actionType===C.expect?-1:1)}var Be=(i,t)=>{let{height:e,width:n}=t.info.intrinsicVideoSize$.getValue()||{};if(!(e&&n))return{videoContentHeight:0,videoContentWidth:0};let{clientHeight:s,clientWidth:r}=t.experimental.element$.value||{};if(!(s&&r))return{videoContentHeight:0,videoContentWidth:0};let a=e/n,o=s/r,l,h;return o>a?(h=r,l=r*a):o<a?(h=s/a,l=s):(h=r,l=s),{videoContentWidth:h,videoContentHeight:l}};var wi=250;function Fe(i){let t=()=>{},e=new ResizeObserver(o=>{r(o),t=r.bind(null,o)});function n(o){let{parentElement:l,player:h}=i();if(l&&h){let{videoContentWidth:g,videoContentHeight:y}=Be(l,h);l.style.setProperty("--interactive-content-width",`${g}px`),l.style.setProperty("--interactive-content-height",`${y}px`),l.style.setProperty("--interactive-width",`${o[0].contentRect.width}px`),l.style.setProperty("--interactive-height",`${o[0].contentRect.height}px`)}}function s(){let{parentElement:o}=i();o.removeAttribute("style")}let r=Et(o=>{let{fns:l=[]}=i();n(o);for(let h of l)h()},wi);function a(){t=void 0,e.disconnect(),s()}return{resizeObserver:e,calc:()=>{t()},release:a}}var ot=class{constructor(){this.map={}}push(t,e){t in this.map?this.map[t].push(e):this.map[t]=[e]}get(t){let e=this.map[t];return e?e.slice():null}getAll(){let t=[];for(let 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)}};var Vi=i=>Math.floor(Math.random()*i),De=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},He=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};var Ge=i=>{let t=i.length,e=Vi(t);return i[e]};var Ue=i=>{let t=0;for(let n=0;n<i.length;++n)t+=i[n].weight??1;let e=Math.random()*t;t=0;for(let n=0;n<i.length-1;++n)if(t+=i[n].weight??1,t>=e)return i[n];return i[i.length-1]};var ze=Object.freeze({shouldOpenNow:!0,isDetachContainer:!0});var ce=(i,t=!1)=>({...i,args:t?{...i.args,...ze}:{...ze,...i.args}}),le=({globalEventEmitter:i,player:t,interactiveEvents:e,removeControllers:n})=>{let s={isExpect:!1},r=()=>{s.isExpect&&(s.isExpect=!1)},a=({action:p,controlType:c,controlId:d,containerId:m,branches:f=[],onEvent:S,isEOV:T=()=>!1,isDisabled:V=()=>!1})=>{let E=ce(p,T()),M={timestamp:1/0,priority:"control",initiator:d,actionType:E.type},A=V(),P=i.emit.bind(i,u.interactives,{subjectId:d,subjectType:c,subjectName:"control",type:A?b.actionChoiceCanceled:b.actionChoice,actionType:p.type,payload:{containerId:m,...E.args}});if(A){P();return}switch(E.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let N=f.find(ht=>ht.id===E.args.branchId);if(!N)return;S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?_({subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{chapterId:N.chapterId,autoSelect:!1}}):(e.add({...M,action:_.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{chapterId:N.chapterId,autoSelect:!1}})}),n?.());return}case C.continuePlayback.trim().toLowerCase():{S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?I({subjectId:d,subjectName:"control",subjectType:c,action:p}):e.add({...M,action:I.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:p})});return}case C.openURI.trim().toLowerCase():{S(E.args.isDetachContainer,x.bind(null,{subjectId:d,subjectName:"control"})),P(),E.args.shouldOpenNow?j({subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{URI:p.args.uri}}):(e.add({...M,action:j.bind(null,{subjectId:d,subjectName:"control",subjectType:c,action:E,payload:{URI:p.args.uri}})}),n?.());return}default:console.error("Unexpected control event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected control event"}));return}},o=({action:p,container:{id:c,endTime:d},branches:m=[],isEOV:f=!1,autoSelected:S=!1})=>{let T=ce(p,f),V={timestamp:!T.args.shouldOpenNow||f?1/0:d,priority:"container",initiator:c,actionType:T.type},E=i.emit.bind(i,u.interactives,{subjectId:c,subjectName:"container",type:b.actionChoice,actionType:T.type,payload:T.args});switch(T.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let M=m.find(A=>A.id===T.args.branchId);if(!M)return;E(),e.add({...V,action:_.bind(null,{subjectId:c,subjectName:"container",action:T,payload:{chapterId:M.chapterId,autoSelect:S}})}),n?.();return}case C.setMaxWeightBranch.trim().toLowerCase():return;case C.setMinWeightBranch.trim().toLowerCase():return;case C.setRandomBranch.trim().toLowerCase():return;case C.setWeightlessRandomBranch.trim().toLowerCase():return;case C.continuePlayback.trim().toLowerCase():{E(),e.add({...V,action:I.bind(null,{subjectId:c,subjectName:"container",action:T})});return}case C.openURI.trim().toLowerCase():{E(),e.add({...V,action:j.bind(null,{subjectId:c,subjectName:"container",action:T,payload:{URI:p.args.uri}})}),n?.();return}default:console.error("Unexpected container event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected container event"}));return}};function l({container:p,branches:c,isEOV:d=!1}){let m=ne(p.events);if(m){let f=ce(m.action,d);i.emit(u.interactives,{subjectId:p.id,subjectName:"container",type:b.actionChoice,actionType:f.type,payload:f.args}),e.add({timestamp:d?1/0:p.endTime,priority:"container",initiator:p.id,actionType:C.expect,action:y.bind(null,{subjectId:p.id,subjectName:"container"})}),s.isExpect=!0}else for(let f of p.events)o({action:f.action,container:p,branches:c,isEOV:d})}let h=({chapterId:p,action:c,branches:d=[]})=>{let m=i.emit.bind(i,u.interactives,{subjectId:p,subjectName:"chapter",type:b.actionChoice,actionType:c.type,payload:c.args});switch(c.type.trim().toLowerCase()){case C.setNextBranch.trim().toLowerCase():{let f=d.find(S=>S.id===c.args.branchId);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setWeightlessRandomBranch.trim().toLowerCase():{let f=Ge(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setRandomBranch.trim().toLowerCase():{let f=Ue(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setMaxWeightBranch.trim().toLowerCase():{let f=He(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.setMinWeightBranch.trim().toLowerCase():{let f=De(d);return f?.chapterId?(m(),_.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{chapterId:f.chapterId,autoSelect:!0}})):void 0}case C.continuePlayback.trim().toLowerCase():return m(),I.bind(null,{subjectId:p,subjectName:"chapter",action:c});case C.openURI.trim().toLowerCase():return m(),j.bind(null,{subjectId:p,subjectName:"chapter",action:c,payload:{URI:c.args.uri}});default:console.error("Unexpected chapter event"),i.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.INTERACTIVES,{message:"Unexpected chapter event"}));return}};function g(p){let c=ne(p.events);if(c){if(O(p))return;i.emit(u.interactives,{subjectId:p.id,subjectName:"chapter",type:b.actionChoice,actionType:c.action.type,payload:c.action.args}),e.add({timestamp:1/0,priority:"chapter",initiator:p.id,actionType:C.expect,action:y.bind(null,{subjectId:p.id,subjectName:"chapter"})})}else p.events.forEach(d=>{let m=h({chapterId:p.id,action:d.action,branches:p.branches});m&&e.add({timestamp:1/0,priority:"chapter",initiator:p.id,actionType:d.action.type,action:m})})}let y=({subjectId:p,subjectName:c,action:d})=>{t.pause(),i.emit(u.interactives,{subjectId:p,subjectName:c,type:b.actionExecution,actionType:d?.type??C.expect})},x=({subjectId:p,subjectName:c})=>{t.info.isEnded$.getValue()?e.execEndOfVideo():t.play(),i.emit(u.interactives,{subjectId:p,subjectName:c,type:b.actionExecution,actionType:"after-expect"})},I=({subjectId:p,subjectName:c,subjectType:d,action:m})=>{i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type})},_=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{f.behaviour="change-chapter",i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type,payload:f})},lt=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{f.behaviour="change-manifest",i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type,payload:f})},j=({subjectId:p,subjectName:c,subjectType:d,action:m,payload:f})=>{if(!f.URI)return;let S=window.open(f.URI,"_blank","noopener,noreferrer");S&&(S.opener=null),i.emit(u.interactives,{subjectId:p,subjectName:c,subjectType:d,type:b.actionExecution,actionType:m.type})};return{onControlEvent:a,onContainerEvent:o,onChapterEvent:h,onExpectEvent:y,expectEventHandler:x,setManifestChapterEvents:g,setManifestContainerEvents:l,stopExpect:r,state:s}};import{Subscription as Li,ValueSubject as at}from"@vkontakte/videoplayer-shared";var he=(i,t)=>{let e={};return i.map(n=>{if(!e[n]){let s=t.chapters.find(a=>a.id===n);if(!s)return null;let r=t.media.videos.find(a=>s.videoId===a.id);if(!r)return null;e[n]=We(r)}return e[n]}).filter(Boolean)},_i=i=>{for(let t of i.variants)if(Mi(t)&&"payload"in t)return t.payload.id},Mi=i=>i.type==="custom"&&"payload"in i&&i.payload.type==="vk",We=i=>{let t=_i(i);if(!t)return null;let e=t.split("_").pop();return e?parseInt(e,10):null},Ai=(i,t)=>{for(let e of i.media.videos)if(t===We(e)){for(let n of i.chapters)if(n.videoId===e.id)return n.id;return}},Qe=(i,t)=>i.reduce((e,n)=>{let s=Ai(t,n);return s?[...e,s]:e},[]);var ct=class{constructor({globalEventEmitter:t,videoId:e,interactiveController:n,historyApi:s,settings:r}){this.state={history$:new at([]),hasPrevChapter$:new at(!1),prevChapter$:new at(null),isInitialChapter$:new at(!1),isGoBackLimited$:new at(!1)};this.#s=null;this.#h=!1;this.#i=null;this.#p=null;this.#r=null;this.#o=null;this.#a=null;this.#t=new Li;this.#d=!1;this.#u=0;this.#r=e,this.#a=t,this.#o=n,this.#s=s,this.#n=r,this.state?.history$&&this.#t&&this.#t?.add(this.state?.history$.subscribe(a=>{this.state?.prevChapter$.next(a.at(-2)||null),this.state?.hasPrevChapter$.next(a.length>1),this.state?.isInitialChapter$.next(this.getInitialChapterId()===this.#i?.metadata?.initChapterId),this.state?.isGoBackLimited$.next(this.#u===this.#n.maxLength-1)}))}#s;#n;#h;#i;#p;#r;#o;#a;#t;#d;#u;async setManifest(t){!this.#o||!this.#a||(this.#i=t,await this.getProjectHistory(),await this.#o.setChapter({chapterId:this.getInitialChapterId(),pushToHistory:!1}),this.#h||(this.#h=!0,this.#a.emit(u.historyInited,{initChapterId:this.getInitialChapterId()})))}get inited(){return this.#h}async updateHistory(t,e=!0){if(!this.#i)return;this.#d?(this.#d=!1,this.#u++):this.#u=0;let n=this.#i,s=t.length-this.#n.maxLength,r=s>0?t.slice(s):t,a=he(r,n);if(this.#p=a,this?.state?.history$.next(r),!(!e||!this.#s||!this.#r))try{await this.#s.save(this.#r,a)}catch{this.#a?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Unable to save interactive history"))}}async goBack(){if(!this.state||!this.#o)return this.#a?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Cannot go back because HistoryController has not been initialized"));this.#d=!0;let t=this.state.history$.getValue().slice(0,-1),e=t.pop();this.state.history$.next(t),await this.#o.setChapter({chapterId:e})}async getProjectHistory(){if(!this.#i||!this.#r)return;let t=this.#i,e=[this.getInitialVideoId()];if(this.#s)try{let s=await this.#s.get(this.#r);s.length&&(e=s)}catch{this.#a?.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.HISTORY,"Error while trying to fetch data"))}let n=Qe(e,t);this?.state?.history$.next(n)}getInitialChapterId(){return this.state?.history$.getValue()?.at(-1)||this.#n.initChapterId||this.#i?.metadata.initChapterId}getInitialVideoId(){if(this.#i){let t=this.getInitialChapterId();return he([t],this.#i).pop()}return null}destroy(){this.state=null,this.#r=null,this.#s=null,this.#o=null,this.#t?.unsubscribe(),this.#t=null,this.#h=!1,this.#a?.emit(u.historyDestroyed),this.#a=null}};var kt=class i{constructor(t,e,n,s){this.target=t,this.type=e,this.listener=n,this.options=i.#s(t,s),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}static#s(t,e){if(e===void 0)return!1;if(typeof e=="boolean")return e;{let n=new Set(["passive","capture"]),s=Object.keys(e).filter(a=>!n.has(a));return s.length===0&&console.warn("Unsupported flag(s) to addEventListener: "+s.join(",")),i.#h(t)?e:e.capture||!1}}static#n=void 0;static#h(t){let e=i.#n;if(e===void 0){e=!1;try{let n={},s={get:()=>(e=!0,!1)};Object.defineProperty(n,"passive",s),Object.defineProperty(n,"capture",s);let r=()=>{};t.addEventListener("test",r,n),t.removeEventListener("test",r,n)}catch{e=!1}i.#n=e}return e||!1}};var jt=class{constructor(){this.bindingMap=new ot}release(){this.removeAll(),this.bindingMap=null}listen(t,e,n,s){if(!this.bindingMap)return;let r=new kt(t,e,n,s);this.bindingMap.push(e,r)}listenOnce(t,e,n,s){let r=a=>{this.unlisten(t,e,r),n(a)};this.listen(t,e,r,s)}unlisten(t,e,n){if(!this.bindingMap)return;let s=this.bindingMap.get(e)||[];for(let r of s)r.target===t&&(n===r.listener||!n)&&(r.unlisten(),this.bindingMap.remove(e,r))}removeAll(){if(!this.bindingMap)return;let t=this.bindingMap.getAll();for(let e of t)e.unlisten();this.bindingMap.clear()}};var Pt=class{constructor(){this._prevSizeId=0;this.rootElement=document.createElement("canvas")}clear(){this.rootElement.getContext("2d")?.clearRect(0,0,this.rootElement.width,this.rootElement.height)}isImageDrawn(){let t=this.rootElement.getContext("2d")?.getImageData(0,0,this.rootElement.width,this.rootElement.height);if(!t)return!1;let e=t.data,n=e.length;for(let s=3;s<n;s+=40)if(e[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(){this.canvasImgSrc&&this.rootElement.getContext("2d")?.drawImage(this.canvasImgSrc,0,0,this.rootElement.width,this.rootElement.height)}async updateCanvasDimensions(t,e=!1){let n=t.width+t.height;if(this._prevSizeId===n)return;let s;e&&(s=await this.save()),this.rootElement.width=t.width,this.rootElement.height=t.height,e&&s&&this.restore(s),this._prevSizeId=n}async save(){let t=this.rootElement.toDataURL("image/jpeg",1),e=new Image;return e.crossOrigin="anonymous",e.src=t,await e.decode(),e}restore(t){this.rootElement&&this.rootElement.getContext("2d")?.drawImage(t,0,0,this.rootElement.width,this.rootElement.height)}};var Ot=class{constructor({parentElement:t,endOffsetMs:e=250,onError:n}){this.currentVideoDurationMs=1/0;this._containerTimeFrameShouldReceived=!1;this._endTimeFrameReceived=!1;this._shouldCallSkip=!1;this.onEachTick=t=>{let e=t??this.lastFrameCanvas.canvasImgSrc.currentTime*1e3,n=this.isChapterEndTime(e);if(this.isContainerTime(e))this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!0,this._shouldCallSkip=!0;else if(n)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 @@ var pe="1.0.12-dev.3f0b6cc2.0";function $t(i,t=1){let e="0",n="0",r="0";return i
|
|
|
11
11
|
height: var(--interactive-height);
|
|
12
12
|
background-color: var(--black);
|
|
13
13
|
visibility: hidden;
|
|
14
|
-
`,this.lastFrameCanvas=new
|
|
14
|
+
`,this.lastFrameCanvas=new Pt,this.endOffsetMs=e,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"}async updateCanvasDimensions(t=!1){this._containerTimeFrameShouldReceived||this._endTimeFrameReceived||(t=!1);let 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(
|
|
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"}async updateCanvasDimensions(t=!1){this._containerTimeFrameShouldReceived||this._endTimeFrameReceived||(t=!1);let 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(s){this._onError(s)}}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=>e.controls?.length&&t>=(e.startTime??0)&&t<=Math.min(e.endTime??1/0,this.currentVideoDurationMs-this.endOffsetMs))}reset(){this._endTimeFrameReceived=!1,this._containerTimeFrameShouldReceived=!1,this._shouldCallSkip=!1}_onError(t){this._callbacks?.onError?.(t)}};function Ke(i=0){return new Promise(t=>{setTimeout(()=>{t(0)},i)})}var qe=Object.freeze({parentElement:null,fullscreenTargetElement:null,lang:"ru",loaders:{},graph:!1,historyApi:null,historyParams:null,projectInfo:{},initSeamless:!1,lastFrame:!1,permanentTextControls:!0,config:{historyMaxLength:100,noInteractionEventTimeout:3e4}}),$=Object.freeze({created:0,initiated:1,ready:2,destroyed:3});function Bi(){let i=document.createElement("div");return i.style.cssText=`
|
|
20
20
|
position: absolute;
|
|
21
21
|
top: 0;
|
|
22
22
|
left: 0;
|
|
23
|
-
`,i}var Ot=class{#r=null;#n=null;#h=null;#i=null;#p=null;#s=null;#a=null;#o=null;#t=null;#d=new k(!1);#u=new Set;#l=null;#v=null;#c=null;#e=null;#f=Kt();#m=null;state={prevChapter$:new k(null),isInitialChapter$:new k(!1),isEndChapter$:new k(!1),isInteractiveExpectation$:new k(!1),calledByInteractive$:new k(!1),lastChapterChangeWasInitiatedByInteractive$:new k(!1),disabledControls$:new k(!1),interactiveRanges$:new k([]),isInteractiveTime$:new k(!1)};events={noInteraction$:new Li};constructor(t){this.options={...Xe,...t,config:{...Xe.config,...t.config}},this.#n=[],this.factories=new Map([["choice",bt]]),this.rootElement=$i(),this.options.parentElement.append(this.rootElement),this.#e=new X,this.#p=new ki,this.#h=new kt,this.#i=new ct({interactiveController:this,globalEventEmitter:this.#e,videoId:this.options.projectInfo?.videoId,historyApi:this.options.historyApi,settings:{maxLength:this.options.config.historyMaxLength,initChapterId:this.options.initChapterId}}),this.options.lastFrame&&(this.#c=new Pt({parentElement:this.options.parentElement,interactivesRootElement:this.rootElement,onError:e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.SEAMLESS,e))})),this.#h.listen(this.rootElement,"mousedown",e=>e.stopPropagation()),this.#h.listen(this.rootElement,"mouseup",e=>e.stopPropagation()),this.#t=new q(this.options.loaders,e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.MANIFEST,e))),this.#s=ae(this.options.player),this.#a=new Tt,this.#o=ce({player:this.options.player,interactiveEvents:this.#s,globalEventEmitter:this.#e,removeControllers:this.#y}),this.#r=Be(()=>({player:this.options?.player,parentElement:this.options?.parentElement,fns:this.options?.lastFrame?[()=>{this.#c.updateCanvasDimensions(!0)}]:[]})),this.options.graph&&(this.#l=new et({root:this.options.parentElement,lang:this.options.lang,onOpenPreviewClick:e=>{this.setChapter({chapterId:e}),this.#e.emit(u.graph,{type:nt.watchAgainClicked,chapterId:e})},onError:e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.LOADERS,{message:e}))})),this.#x(this.options.initSeamless),this.isFirstChapterFetched=!1,this.appState=$.created}emitPlayerChanged=t=>{setTimeout(()=>{this.#e.emit(u.playerChanged,t)})};#x(t=!1){this.#e.on(u.historyInited,async({initChapterId:e,videosInfo:n=[]})=>{t&&await this.#S({initialChapter:e,videosInfo:n})}),this.#e.on(u.interactives,async e=>{if(e.type===b.actionExecution){if(this.state.calledByInteractive$.next(!0),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!0),e.payload?.behaviour==="change-chapter"){let{chapterId:r}=e.payload;this.setChapter({chapterId:r})}if(e.payload?.behaviour==="change-manifest"){let{manifestURL:r}=e.payload;this.setManifest(r)}let n=e.type==="action-execution";n&&e.actionType==="expect"?this.state.isInteractiveExpectation$.next(!0):n&&e.actionType==="after-expect"&&this.state.isInteractiveExpectation$.next(!1)}e.type===b.containerRemoved&&this.#M(e.subjectId)}),this.#e.on(u.manifestChanged,()=>{this.state.calledByInteractive$.next(!1),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)})}async#S({source:t,videosInfo:e=[]}){this.#v=re(this);let n=document.createElement("div");this.#v.on(rt.activePlayerChanged,this.emitPlayerChanged);let{player:r,config:s}=await this.#v.init({source:t,initialChapter:this.#i.getInitialChapterId(),container:n});return this.updateGraphVideosInfo(e),{player:r,config:s}}getStatEvents(){return{click$:new Ke(t=>{this.#e.on(u.graph,({type:e,visibility:n})=>{e==="visibility"&&t.next(n?"OPEN_GRAPH":"CLOSE_GRAPH"),e==="watchAgainClicked"&&t.next("WATCH_AGAIN")}),this.#e.on(u.interactives,({type:e,subjectName:n,subjectType:r})=>{e!=="action-choice"||n!=="control"||(r==="Button"&&t.next("GO_NEXT_BUTTON"),r==="Area"&&t.next("GO_NEXT_AREA"))})}),nextMovie$:new Ke(t=>{this.#e.on(u.playerChanged,({config:e})=>{e?.unitedVideoId&&t.next(e.unitedVideoId)})})}}setPlayer(t){this.#b(),this.options.player=t,this.#f.setPlayer(this.options.player),this.#s?this.#s.setPlayer(this.options.player):this.#s=ae(this.options.player),this.#o=ce({player:this.options.player,interactiveEvents:this.#s,globalEventEmitter:this.#e,removeControllers:()=>this.#y(!1)}),this.appState===$.initiated&&(this.#C(),this.#g(this.#t.chapter))}async setManifest(t){this.#b(),this.isFirstChapterFetched=!1;let e=await this.#t.setManifest(t);return this.#l&&await this.#l.handleManifestChange(e.manifest),await this.#i.setManifest(e.manifest),this.#e.emit(u.manifestChanged,{manifest:e.manifest}),this.#g(this.#t.chapter),e.manifest}setVisitedChapters(t){Array.isArray(t)&&this.#l?.setVisitedChapters(t)}updateGraphVideosInfo(t){Array.isArray(t)&&this.#l?.updateVideosInfo(t)}async setChapter({chapterId:t,pushToHistory:e=!0}={}){this.#b(),this.#c&&this.isFirstChapterFetched&&(this.#c.draw(),this.#c.show()),ji().browser===Pi.Safari&&await Qe(35);let{chapter:r,media:s,graph:o}=await(t?this.#t.setNext(t):this.#t.setInitial());return e&&this.#_(r.id),this.state.isInitialChapter$.next(this.#t.isInitialChapter()),this.state.isEndChapter$.next(this.#t.isEndChapter()),this.#l&&this.#l.handleChapterChange(o),this.#c?.setCurrentChapter(this.getCurrentChapter().chapter),this.#e.emit(u.chapterChanged,{chapter:r,media:s,graph:o}),this.#g(this.#t.chapter),this.#u=new Set,this.isFirstChapterFetched=!0,{chapter:r,media:s,graph:o}}toggleGraphView(t=!0){this.#l&&(t?(this.#l.show(),this.#d.next(!1)):(this.#l.hide(),this.#E()),this.#e.emit(u.graph,{type:nt.visibility,visibility:t}))}init(){this.#t.chapter&&this.options.parentElement&&this.options.player&&this.options.fullscreenTargetElement&&this.appState===$.created&&(this.#r.resizeObserver.observe(this.options.fullscreenTargetElement),this.#C(),this.appState=$.initiated,this.#g(this.#t.chapter))}#b(){this.appState===$.ready&&(this.#y(),this.#n=[],this.#a.release(),this.#s?.release(),this.appState=$.initiated,this.#d.next(!1),this.#I())}#A=()=>{this.#a.fns.forEach(n=>n());let t=this.options.player.info.position$.getValue()*1e3,e=(this.#t.chapter.containers||[]).filter(n=>n.startTime>=Math.floor(t));for(let n of e){this.#s.remove({timestamp:1/0,priority:"container",initiator:n.id});for(let r of n.controls)this.#s.remove({timestamp:1/0,priority:"control",initiator:r.id});this.#n.find(r=>r.container.container.id===n.id).reset()}};#T=()=>{this.#r.calc(),this.#a.requestAnimation()};#w(t){(!this.#l||this.#l.isHidden)&&this.#E();let e=t*1e3,r=this.getInteractiveRanges().findLast(({range:s})=>e>=s[1]);if(r){let s=r.range.join("-");this.#u.has(s)||(this.#u.add(s),this.#e.emit(u.interactives,{type:b.rangeEnded,payload:r,visibility:!0}))}}deadEndCheck(){return!(this.#s?.getPreparedToExecActions()??[]).some(n=>n.actionType===C.setNextBranch)}allControlsAreRemoved(){return!this.#n.some(e=>!e.container.isRemoved)}isEndedExpectation(){if(!this.options?.player||!this.#n)return!1;let t=this.options.player.info.position$.getValue(),e=this.options.player.info.duration$.getValue();return t===e&&this.#n.some(n=>{let r=n.container.container;return!r.isRemoved&&r.endTime===null&&U(r.events)})}#C(){this.#p.unsubscribe(),this.#p.add(this.options.player.events.started$.pipe(Ni()).subscribe(this.#T)).add(this.options.player.events.playing$.subscribe(this.#a.requestAnimation)).add(this.options.player.events.willPause$.subscribe(this.#a.cancelAnimation)).add(this.options.player.info.position$.subscribe(this.#w.bind(this))).add(this.#t.prevChapter$.subscribe(t=>this.state.prevChapter$.next(t))).add(Oi({position:this.options.player.info.position$,interactiveRanges:this.state.interactiveRanges$,isInteractiveExpectation:this.state.isInteractiveExpectation$}).subscribe(({position:t,interactiveRanges:e,isInteractiveExpectation:n})=>{let r;if(n)r=!0;else{let s=t*1e3;r=!!e?.find(({range:[a,l],subjects:h})=>a<s&&s<l&&h.length)}r!==this.state.isInteractiveTime$.getValue()&&(this.state.isInteractiveTime$.next(r),r?this.#m=setTimeout(()=>{this.events.noInteraction$.next()},this.options.config.noInteractionEventTimeout):this.#I())})),this.options.lastFrame&&this.#p.add(this.options.player.info.duration$.subscribe(t=>{this.#c.setVideoDuration(t*1e3)})).add(this.options.player.experimental.element$.subscribe(t=>{t&&this.#c.setVideoElement(t)})).add(this.options.player.events.firstFrame$.subscribe(()=>{this.#c.reset(),setTimeout(()=>{this.#c.hide(),this.#c.lastFrameCanvas.clear()},50)})).add(this.options.player.events.seeked$.subscribe(this.#c.onSeek))}#y=(t=!0)=>{this.#n.forEach(e=>{!t&&e.isPermanentText||(this.#a.removeFn(e.whilePlaying),e.destroy())})};#g(t){this.#t.chapter&&this.appState===$.initiated&&(this.#o.setManifestChapterEvents(t),this.#n=this.#V(t),this.#s.containersEventsCallState.setData(t.containers),this.#f.setContainers(this.#n.map(e=>e.container.container).filter(e=>!Mt(e.controls))),this.options.lastFrame&&this.#a.addFn(()=>{this.#c.onEachTick(this.options.player.info.position$.getValue()*1e3)},!0),this.state.interactiveRanges$.next(this.getInteractiveRanges()),this.appState=$.ready)}#V(t){return t?.containers?.reduce((e,n)=>{let r=n.type.trim().toLowerCase(),s=this.factories.get(r);if(s){let o=new At({player:this.options.player,container:s(n,this.rootElement),branches:this.#t.chapter.branches,selectBranches:this.#o,interactiveEvents:this.#s,globalEventEmitter:this.#e,ignoreContainerEvent:()=>je(n,this.#n),permanentTextControls:this.options.permanentTextControls,disabledControls$:this.state.disabledControls$,onRemove:()=>{this.#f.deleteContainer(n.id)}});return this.#a.addFn(o.whilePlaying,!0),[...e,o]}return[...e]},[])??[]}#E(){if(this.state.isInteractiveExpectation$.getValue()){this.#d.next(!1);return}let e=this.#d.getValue(),n=!!this.#f.getNextInteractiveTime();(n&&!e||!n&&e)&&this.#d.next(!e)}#R(){this.state.calledByInteractive$.getValue()?this.state.calledByInteractive$.next(!1):this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)}#_(t){if(this.#R(),!this.#i.inited)return;let e=this.state.lastChapterChangeWasInitiatedByInteractive$.getValue(),n=this.state.prevChapter$.getValue(),r=(n&&O(n)&&_t(n))??!1,s=this.#t.manifest.metadata.initChapterId===t,o=this.#i.state.history$.getValue();if(s||r&&e){this.#i.updateHistory([t]);return}o.at(-1)!==t&&this.#i.updateHistory([...o,t])}#M=t=>{let{interactiveRanges$:e}=this.state,r=e.getValue().map(s=>({...s,subjects:s.subjects.filter(o=>o!==t)}));e.next(r)};#I=()=>{this.#m&&(clearTimeout(this.#m),this.#m=null)};playPrevChapter(){this.#i?.goBack()}setDisabledControls(t){this.state.disabledControls$.next(t)}isSupport(t=this.#t.manifest){return St(t.metadata.version)}getInitialVideoInfo(){return{videoId:this.#i.getInitialVideoId(),chapterId:this.#i.getInitialChapterId()}}getHistoryState(){return this.#i.state}getIsSeekable(){return this.#d}getInteractiveRanges(){return ke(this.#t.chapter?.containers)}getNextInteractiveStartTime(t){return this.#f.getNextInteractiveTime(t)}getChapterBranches(t){return this.#t.getBranches(t)}getCurrentChapter(){return this.#t.getCurrent()}getCurrentManifest(){return this.#t.manifest}addFactory(t,e){this.factories.set(t.trim().toLowerCase(),e)}removeFactory(t){this.factories.delete(t.trim().toLowerCase())}on(...t){return this.#e.on(...t),this}off(...t){return this.#e.off(...t),this}once(...t){return this.#e.once(...t),this}destroy(){this.#y(),this.#n=void 0,this.state=void 0,this.#l?.destroy(),this.#l=void 0,this.#r.release(),this.#r=void 0,this.#o=void 0,this.#a.release(),this.#a=void 0,this.#s.release(),this.#s=void 0,this.#t.release(),this.#o=void 0,this.#h.release(),this.#h=void 0,this.#p.unsubscribe(),this.#p=void 0,this.#e.reset(),this.#e=void 0,this.#c?.destroy(),this.#c=void 0,this.rootElement.remove(),this.rootElement=void 0,this.#i.destroy(),this.#i=void 0,this.factories=void 0,this.options=void 0,this.isFirstChapterFetched=!1,this.appState=$.destroyed}};var Bi={Container:K,createChoiceContainer:bt,createAreaControl:gt,createButtonControl:vt,createRelativeLayout:ve,getRootEl:pt,classnamesPrefix:R};var qr={version:pe};export{v as CustomError,u as EVENT_NAMES,qt as INTERACTIVE_CLICK_ACTIONS,Ot as Interactives,q as ManifestController,qr as SDKInfo,le as chapterIdsToVKVideoIds,F as compareVersions,Mi as getChapterIdByVkVideoId,ze as getVKVideoIdByMedia,Ri as getVideoRawIdByMedia,nt as graphEventTypes,_t as hasEndTemplate,b as interactivesEventTypes,O as isLastChapter,St as isSupportedManifest,_i as isVKVariantItem,Bi as utils,We as vkVideoIdsToChapterIds};
|
|
23
|
+
`,i}var $t=class{#s=null;#n=null;#h=null;#i=null;#p=null;#r=null;#o=null;#a=null;#t=null;#d=new k(!1);#u=new Set;#l=null;#v=null;#c=null;#e=null;#f=Xt();#m=null;state={prevChapter$:new k(null),isInitialChapter$:new k(!1),isEndChapter$:new k(!1),isInteractiveExpectation$:new k(!1),calledByInteractive$:new k(!1),lastChapterChangeWasInitiatedByInteractive$:new k(!1),disabledControls$:new k(!1),interactiveRanges$:new k([]),isInteractiveTime$:new k(!1)};events={noInteraction$:new Ni};constructor(t){this.options={...qe,...t,config:{...qe.config,...t.config}},this.#n=[],this.factories=new Map([["choice",Ct]]),this.rootElement=Bi(),this.options.parentElement.append(this.rootElement),this.#e=new X,this.#p=new ji,this.#h=new jt,this.#i=new ct({interactiveController:this,globalEventEmitter:this.#e,videoId:this.options.projectInfo?.videoId,historyApi:this.options.historyApi,settings:{maxLength:this.options.config.historyMaxLength,initChapterId:this.options.initChapterId}}),this.options.lastFrame&&(this.#c=new Ot({parentElement:this.options.parentElement,interactivesRootElement:this.rootElement,onError:e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.SEAMLESS,e))})),this.#h.listen(this.rootElement,"mousedown",e=>e.stopPropagation()),this.#h.listen(this.rootElement,"mouseup",e=>e.stopPropagation()),this.#t=new q(this.options.loaders,e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.MANIFEST,e))),this.#r=ae(this.options.player),this.#o=new wt,this.#a=le({player:this.options.player,interactiveEvents:this.#r,globalEventEmitter:this.#e,removeControllers:this.#y}),this.#s=Fe(()=>({player:this.options?.player,parentElement:this.options?.parentElement,fns:this.options?.lastFrame?[()=>{this.#c.updateCanvasDimensions(!0)}]:[]})),this.options.graph&&(this.#l=new et({root:this.options.parentElement,lang:this.options.lang,onOpenPreviewClick:e=>{this.setChapter({chapterId:e}),this.#e.emit(u.graph,{type:nt.watchAgainClicked,chapterId:e})},onError:e=>this.#e.emit(u.errors,new v(v.Severity.RECOVERABLE,v.Category.LOADERS,{message:e}))})),this.#x(this.options.initSeamless),this.isFirstChapterFetched=!1,this.appState=$.created}emitPlayerChanged=t=>{this.#e.emit(u.playerChanged,t)};#x(t=!1){this.#e.on(u.historyInited,async({initChapterId:e,videosInfo:n=[]})=>{t&&await this.#S({initialChapter:e,videosInfo:n})}),this.#e.on(u.interactives,async e=>{if(e.type===b.actionExecution){if(this.state.calledByInteractive$.next(!0),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!0),e.payload?.behaviour==="change-chapter"){let{chapterId:s}=e.payload;this.setChapter({chapterId:s})}if(e.payload?.behaviour==="change-manifest"){let{manifestURL:s}=e.payload;this.setManifest(s)}let n=e.type==="action-execution";n&&e.actionType==="expect"?this.state.isInteractiveExpectation$.next(!0):n&&e.actionType==="after-expect"&&this.state.isInteractiveExpectation$.next(!1)}e.type===b.containerRemoved&&this.#M(e.subjectId)}),this.#e.on(u.manifestChanged,()=>{this.state.calledByInteractive$.next(!1),this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)})}async#S({source:t,videosInfo:e=[]}){this.#v=oe(this);let n=document.createElement("div");this.#v.on(st.activePlayerChanged,this.emitPlayerChanged);let{player:s,config:r}=await this.#v.init({source:t,initialChapter:this.#i.getInitialChapterId(),container:n});return this.updateGraphVideosInfo(e),{player:s,config:r}}getStatEvents(){return{click$:new Xe(t=>{this.#e.on(u.graph,({type:e,visibility:n})=>{e==="visibility"&&t.next(n?"OPEN_GRAPH":"CLOSE_GRAPH"),e==="watchAgainClicked"&&t.next("WATCH_AGAIN")}),this.#e.on(u.interactives,({type:e,subjectName:n,subjectType:s})=>{e!=="action-choice"||n!=="control"||(s==="Button"&&t.next("GO_NEXT_BUTTON"),s==="Area"&&t.next("GO_NEXT_AREA"))})}),nextMovie$:new Xe(t=>{this.#e.on(u.playerChanged,({config:e})=>{e?.unitedVideoId&&t.next(e.unitedVideoId)})})}}setPlayer(t){this.#b(),this.options.player=t,this.#f.setPlayer(this.options.player),this.#r?this.#r.setPlayer(this.options.player):this.#r=ae(this.options.player),this.#a=le({player:this.options.player,interactiveEvents:this.#r,globalEventEmitter:this.#e,removeControllers:()=>this.#y(!1)}),this.appState===$.initiated&&(this.#C(),this.#g(this.#t.chapter))}async setManifest(t){this.#b(),this.isFirstChapterFetched=!1;let e=await this.#t.setManifest(t);return this.#l&&await this.#l.handleManifestChange(e.manifest),await this.#i.setManifest(e.manifest),this.#e.emit(u.manifestChanged,{manifest:e.manifest}),this.#g(this.#t.chapter),e.manifest}setVisitedChapters(t){Array.isArray(t)&&this.#l?.setVisitedChapters(t)}updateGraphVideosInfo(t){Array.isArray(t)&&this.#l?.updateVideosInfo(t)}async setChapter({chapterId:t,pushToHistory:e=!0}={}){this.#b(),this.#c&&this.isFirstChapterFetched&&(this.#c.draw(),this.#c.show()),Pi().browser===Oi.Safari&&await Ke(35);let{chapter:s,media:r,graph:a}=await(t?this.#t.setNext(t):this.#t.setInitial());return e&&this.#_(s.id),this.state.isInitialChapter$.next(this.#t.isInitialChapter()),this.state.isEndChapter$.next(this.#t.isEndChapter()),this.#l&&this.#l.handleChapterChange(a),this.#c?.setCurrentChapter(this.getCurrentChapter().chapter),this.#e.emit(u.chapterChanged,{chapter:s,media:r,graph:a}),this.#g(this.#t.chapter),this.#u=new Set,this.isFirstChapterFetched=!0,{chapter:s,media:r,graph:a}}toggleGraphView(t=!0){this.#l&&(t?(this.#l.show(),this.#d.next(!1)):(this.#l.hide(),this.#E()),this.#e.emit(u.graph,{type:nt.visibility,visibility:t}))}init(){this.#t.chapter&&this.options.parentElement&&this.options.player&&this.options.fullscreenTargetElement&&this.appState===$.created&&(this.#s.resizeObserver.observe(this.options.fullscreenTargetElement),this.#C(),this.appState=$.initiated,this.#g(this.#t.chapter))}#b(){this.appState===$.ready&&(this.#y(),this.#n=[],this.#o.release(),this.#r?.release(),this.appState=$.initiated,this.#d.next(!1),this.#I())}#A=()=>{this.#o.fns.forEach(n=>n());let t=this.options.player.info.position$.getValue()*1e3,e=(this.#t.chapter.containers||[]).filter(n=>n.startTime>=Math.floor(t));for(let n of e){this.#r.remove({timestamp:1/0,priority:"container",initiator:n.id});for(let s of n.controls)this.#r.remove({timestamp:1/0,priority:"control",initiator:s.id});this.#n.find(s=>s.container.container.id===n.id).reset()}};#T=()=>{this.#s.calc(),this.#o.requestAnimation()};#w(t){(!this.#l||this.#l.isHidden)&&this.#E();let e=t*1e3,s=this.getInteractiveRanges().findLast(({range:r})=>e>=r[1]);if(s){let r=s.range.join("-");this.#u.has(r)||(this.#u.add(r),this.#e.emit(u.interactives,{type:b.rangeEnded,payload:s,visibility:!0}))}}deadEndCheck(){return!(this.#r?.getPreparedToExecActions()??[]).some(n=>n.actionType===C.setNextBranch)}allControlsAreRemoved(){return!this.#n.some(e=>!e.container.isRemoved)}isEndedExpectation(){if(!this.options?.player||!this.#n)return!1;let t=this.options.player.info.position$.getValue(),e=this.options.player.info.duration$.getValue();return t===e&&this.#n.some(n=>{let s=n.container.container;return!s.isRemoved&&s.endTime===null&&U(s.events)})}#C(){this.#p.unsubscribe(),this.#p.add(this.options.player.events.started$.pipe(ki()).subscribe(this.#T)).add(this.options.player.events.playing$.subscribe(this.#o.requestAnimation)).add(this.options.player.events.willPause$.subscribe(this.#o.cancelAnimation)).add(this.options.player.info.position$.subscribe(this.#w.bind(this))).add(this.#t.prevChapter$.subscribe(t=>this.state.prevChapter$.next(t))).add($i({position:this.options.player.info.position$,interactiveRanges:this.state.interactiveRanges$,isInteractiveExpectation:this.state.isInteractiveExpectation$}).subscribe(({position:t,interactiveRanges:e,isInteractiveExpectation:n})=>{let s;if(n)s=!0;else{let r=t*1e3;s=!!e?.find(({range:[o,l],subjects:h})=>o<r&&r<l&&h.length)}s!==this.state.isInteractiveTime$.getValue()&&(this.state.isInteractiveTime$.next(s),s?this.#m=setTimeout(()=>{this.events.noInteraction$.next()},this.options.config.noInteractionEventTimeout):this.#I())})),this.options.lastFrame&&this.#p.add(this.options.player.info.duration$.subscribe(t=>{this.#c.setVideoDuration(t*1e3)})).add(this.options.player.experimental.element$.subscribe(t=>{t&&this.#c.setVideoElement(t)})).add(this.options.player.events.firstFrame$.subscribe(()=>{this.#c.reset(),setTimeout(()=>{this.#c.hide(),this.#c.lastFrameCanvas.clear()},50)})).add(this.options.player.events.seeked$.subscribe(this.#c.onSeek))}#y=(t=!0)=>{this.#n.forEach(e=>{!t&&e.isPermanentText||(this.#o.removeFn(e.whilePlaying),e.destroy())})};#g(t){this.#t.chapter&&this.appState===$.initiated&&(this.#a.setManifestChapterEvents(t),this.#n=this.#V(t),this.#r.containersEventsCallState.setData(t.containers),this.#f.setContainers(this.#n.map(e=>e.container.container).filter(e=>!At(e.controls))),this.options.lastFrame&&this.#o.addFn(()=>{this.#c.onEachTick(this.options.player.info.position$.getValue()*1e3)},!0),this.state.interactiveRanges$.next(this.getInteractiveRanges()),this.appState=$.ready)}#V(t){return t?.containers?.reduce((e,n)=>{let s=n.type.trim().toLowerCase(),r=this.factories.get(s);if(r){let a=new Lt({player:this.options.player,container:r(n,this.rootElement),branches:this.#t.chapter.branches,selectBranches:this.#a,interactiveEvents:this.#r,globalEventEmitter:this.#e,ignoreContainerEvent:()=>Pe(n,this.#n),permanentTextControls:this.options.permanentTextControls,disabledControls$:this.state.disabledControls$,onRemove:()=>{this.#f.deleteContainer(n.id)}});return this.#o.addFn(a.whilePlaying,!0),[...e,a]}return[...e]},[])??[]}#E(){if(this.state.isInteractiveExpectation$.getValue()){this.#d.next(!1);return}let e=this.#d.getValue(),n=!!this.#f.getNextInteractiveTime();(n&&!e||!n&&e)&&this.#d.next(!e)}#R(){this.state.calledByInteractive$.getValue()?this.state.calledByInteractive$.next(!1):this.state.lastChapterChangeWasInitiatedByInteractive$.next(!1)}#_(t){if(this.#R(),!this.#i.inited)return;let e=this.state.lastChapterChangeWasInitiatedByInteractive$.getValue(),n=this.state.prevChapter$.getValue(),s=(n&&O(n)&&Mt(n))??!1,r=this.#t.manifest.metadata.initChapterId===t,a=this.#i.state.history$.getValue();if(r||s&&e){this.#i.updateHistory([t]);return}a.at(-1)!==t&&this.#i.updateHistory([...a,t])}#M=t=>{let{interactiveRanges$:e}=this.state,s=e.getValue().map(r=>({...r,subjects:r.subjects.filter(a=>a!==t)}));e.next(s)};#I=()=>{this.#m&&(clearTimeout(this.#m),this.#m=null)};playPrevChapter(){this.#i?.goBack()}setDisabledControls(t){this.state.disabledControls$.next(t)}isSupport(t=this.#t.manifest){return Tt(t.metadata.version)}getInitialVideoInfo(){return{videoId:this.#i.getInitialVideoId(),chapterId:this.#i.getInitialChapterId()}}getHistoryState(){return this.#i.state}getIsSeekable(){return this.#d}getInteractiveRanges(){return je(this.#t.chapter?.containers)}getNextInteractiveStartTime(t){return this.#f.getNextInteractiveTime(t)}getChapterBranches(t){return this.#t.getBranches(t)}getCurrentChapter(){return this.#t.getCurrent()}getCurrentManifest(){return this.#t.manifest}addFactory(t,e){this.factories.set(t.trim().toLowerCase(),e)}removeFactory(t){this.factories.delete(t.trim().toLowerCase())}on(...t){return this.#e.on(...t),this}off(...t){return this.#e.off(...t),this}once(...t){return this.#e.once(...t),this}destroy(){this.#y(),this.#n=void 0,this.state=void 0,this.#l?.destroy(),this.#l=void 0,this.#s.release(),this.#s=void 0,this.#a=void 0,this.#o.release(),this.#o=void 0,this.#r.release(),this.#r=void 0,this.#t.release(),this.#a=void 0,this.#h.release(),this.#h=void 0,this.#p.unsubscribe(),this.#p=void 0,this.#e.reset(),this.#e=void 0,this.#c?.destroy(),this.#c=void 0,this.rootElement.remove(),this.rootElement=void 0,this.#i.destroy(),this.#i=void 0,this.factories=void 0,this.options=void 0,this.isFirstChapterFetched=!1,this.appState=$.destroyed}};var Fi={Container:K,createChoiceContainer:Ct,createAreaControl:gt,createButtonControl:bt,createRelativeLayout:be,getRootEl:pt,classnamesPrefix:R};var to={version:ue};export{v as CustomError,u as EVENT_NAMES,Zt as INTERACTIVE_CLICK_ACTIONS,$t as Interactives,q as ManifestController,to as SDKInfo,he as chapterIdsToVKVideoIds,F as compareVersions,Ai as getChapterIdByVkVideoId,We as getVKVideoIdByMedia,_i as getVideoRawIdByMedia,nt as graphEventTypes,Mt as hasEndTemplate,b as interactivesEventTypes,O as isLastChapter,Tt as isSupportedManifest,Mi as isVKVariantItem,Fi as utils,Qe as vkVideoIdsToChapterIds};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/videoplayer-interactive",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13-dev.437468aa.0",
|
|
4
4
|
"author": "vk.com",
|
|
5
5
|
"description": "Movika interactive SDK",
|
|
6
6
|
"homepage": "https://vk.com",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@interactiveplatform/movika-graph-editor": "^1.11.0",
|
|
53
|
-
"@vkontakte/videoplayer-core": "2.0.
|
|
53
|
+
"@vkontakte/videoplayer-core": "2.0.105-dev.3573a175.0",
|
|
54
54
|
"@vkontakte/videoplayer-shared": "^1.0.36",
|
|
55
55
|
"uuid": "^9.0.0"
|
|
56
56
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const createControlText: () => HTMLSpanElement;
|