@vkontakte/videoplayer-shared 1.0.59-dev.cf7ccf83.0 → 1.0.59-dev.e3f2a8af.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 +3 -3
- package/es2015.esm.js +3 -3
- package/es2018.cjs.js +3 -3
- package/es2018.esm.js +3 -3
- package/es2024.cjs.js +3 -3
- package/es2024.esm.js +3 -3
- package/esnext.cjs.js +3 -3
- package/esnext.esm.js +3 -3
- package/evergreen.esm.js +3 -3
- package/package.json +1 -1
package/evergreen.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-shared v1.0.59-dev.
|
|
3
|
-
*
|
|
2
|
+
* @vkontakte/videoplayer-shared v1.0.59-dev.e3f2a8af.0
|
|
3
|
+
* Wed, 14 May 2025 15:28:43 GMT
|
|
4
4
|
* https://st.mycdn.me/static/vkontakte-videoplayer/1-0-59/doc/
|
|
5
5
|
*/
|
|
6
|
-
var Re=Object.defineProperty;var oe=(t,e)=>{for(var r in e)Re(t,r,{get:e[r],enumerable:!0})};var Le="1.0.59-dev.cf7ccf83.0";var d=class{constructor(){this.subscriptions=[]}unsubscribe(){let e=this.subscriptions;this.subscriptions=[],e.forEach(r=>{typeof r=="function"?r():r.unsubscribe()})}add(e){return this.subscriptions.push(e),this}};var T=t=>{throw new Error(`${t} is value of unexpected type`)},Pe=t=>{};var I=()=>{};var l=class{constructor(e){e&&(this._subscribe=e)}subscribe(e,r){let n;r?typeof r=="function"?n={next:r,error:I}:n={next:o=>r.next(o),error:o=>r.error?.(o)}:n={next:I,error:I};let i=typeof e=="function"?{next:o=>{try{let a=e(o);a instanceof Promise&&a.catch(u=>n.next(u))}catch(a){n.next(a)}},error:o=>n.next(o)}:{next:o=>e.next(o),error:o=>e.error?e.error(o):n.next(o)},s;try{s=this._subscribe(i)}catch(o){i.error?.(o)}return new d().add(()=>{switch(i.next=I,i.error=I,typeof s){case"function":s();return;case"object":s.unsubscribe();return;case"undefined":return;default:return T(s)}})}pipe(...e){return e.reduce((r,n)=>n(r),this)}_subscribe(e){}};var y=class extends l{constructor(){super();this.keyCounter=0;this.subscribers=new Map}next(r){this.subscribers.forEach(n=>n.next(r))}error(r){this.subscribers.forEach(n=>n.error?.(r))}_subscribe(r){let n=this.keyCounter++;return this.subscribers.set(n,r),new d().add(()=>this.subscribers.delete(n))}};var M=class{constructor(){this.log$=new y;this.logs=[];this.log=e=>{let r={...e,timestamp:Date.now()};this.logs.push(r),this.log$.next(r)};this.getAllLogs=()=>this.logs}createCustomLog(e){return(...r)=>{let n;try{n=e(...r)}catch{n={message:"error in `createCustomLog`",component:"Logger"}}this.log(n)}}createComponentLog(e){return this.createCustomLog(r=>({component:e,...r}))}};var Q=class t{constructor({name:e}){}log(e,r){}error(e,r){}critical(e,r){}createComponentTracer(e){return new t({name:e})}end(){}getFinishedSpans(){}getTraceId(){return this.fakeTraceId}},U=class t{constructor({name:e,parentContext:r,tracer:n}){this.dynamicImportTimeout=5e3;this.childTracers=[];if(t.dynamicImportStatus==="failed")return this;t.dynamicImportStatus==="not_started"&&(t.dynamicImportPromise=this.loadOpentelemetry()),t.dynamicImportPromise.then(()=>this.init({name:e,parentContext:r,tracer:n}))}static{this.dynamicImportStatus="not_started"}init({name:e,parentContext:r,tracer:n}){let i=!n;if(i){let o=t.dynamicImports.tracer.initTracerOpenTelemetry({serviceName:"videoplayer-sdk-web",appToken:"L9SBoka6ZWk4xPjaK7tmfSfYvMhcge7nvGDjpdMmscb",spanLimits:{attributeCountLimit:1/0,eventCountLimit:1/0,attributePerEventCountLimit:1/0}}).getProvider(),a=new t.dynamicImports.tracer.TracerMemorySpanExporter,u=new t.dynamicImports.tracer.TracerMemorySpanExporter;this.spanExporter=a,o.addSpanProcessor(new t.dynamicImports.tracer.TracerAllSpansProcessor({startedSpansExporter:a,endedSpansExporter:u})),this.tracer=o.getTracer("sdk-videoplayer-tracer")}else this.tracer=n;this.span=this.tracer.startSpan(e,{root:i},r),this.context=t.dynamicImports.opentelemetryApi.trace.setSpan(t.dynamicImports.opentelemetryApi.context.active(),this.span),t.dynamicImportStatus="initialized"}async loadOpentelemetry(){if(t.dynamicImportStatus==="not_started"){t.dynamicImportStatus="in_progress";try{let e=new Promise((o,a)=>setTimeout(a,this.dynamicImportTimeout)),r=Promise.all([import("@opentelemetry/api"),import("@opentelemetry/sdk-trace-web"),import("@tracer/opentelemetry")]),[n,i,s]=await Promise.race([r,e]);t.dynamicImports={opentelemetryApi:n,opentelemetrySdk:i,tracer:s},t.dynamicImportStatus="completed"}catch{t.dynamicImportStatus="failed"}}}log(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"log"})}error(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"error"})}critical(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"critical"})}static createRootTracer(e=!1){return e?new t({name:"Root"}):new Q({name:"Root"})}createComponentTracer(e){let r=new t({name:e,parentContext:this.context,tracer:this.tracer});return this.childTracers.push(r),r}end(){t.dynamicImportStatus==="initialized"&&(this.childTracers.forEach(e=>e.end()),this.span.end())}getFinishedSpans(){if(t.dynamicImportStatus==="initialized")return this.spanExporter?.getJsonData()}getTraceId(){return t.dynamicImportStatus!=="initialized"?"":this.span.spanContext().traceId}};function Ne(t,e='Assertion "value is not nullable" failed'){if(t==null)throw new Error(e)}function Ce(t,e='Assertion "value is nullable" failed'){if(t!=null)throw new Error(e)}function x(t){return typeof t<"u"&&t!==null}function _(t){return t==null}function Ve(t,e){if(!t?.length)throw new Error(e)}function Me(t,e){if(t?.length)throw new Error(e)}var Qe=(t,e,r)=>new Promise((n,i)=>{e.addEventListener("abort",()=>{a(),m.remove()});let s=()=>{a(),i("error")},o=()=>{a(),n()},a=()=>{u&&clearTimeout(u),m.removeEventListener("load",o),m.removeEventListener("error",s)},u;r&&(u=window.setTimeout(()=>{a(),i("timeout")},r));let m=document.createElement("script");m.addEventListener("load",o),m.addEventListener("error",s),m.src=t,document.head.appendChild(m)});var Ue=typeof window.performance?.now=="function"?()=>window.performance.now():()=>Date.now();var _e=(t,e)=>async(...r)=>{let n=e(...r),i=t.aborted,s;for(;!i&&!t.aborted;)try{let o=await n.next(s);i=o.done??!1,s=o.value}catch(o){await n.throw(o)}return s};var De=(t,{start:e=0,factor:r=2,max:n=1/0,min:i=e,random:s=0}={})=>{let o=e;return o*=r**t,o*=1+(Math.random()*s*2-s),o=Math.round(o),o=Math.min(o,n),o=Math.max(o,i),o};var se={};oe(se,{clear:()=>Ke,get:()=>ze,has:()=>Fe,isPersistent:()=>je,remove:()=>Ge,set:()=>We});var h,g,D=`vk-videoplayer-dummy-key-${Math.random()}`,O=()=>{if(g!==void 0)return g;try{localStorage.setItem(D,"test"),localStorage.removeItem(D),g=0}catch(t){if(t instanceof DOMException||t instanceof TypeError)try{sessionStorage.getItem(D),g=1}catch(e){if(e instanceof DOMException||e instanceof TypeError)g=2;else throw e}else throw t}return g===2&&(h=new Map),g},je=()=>O()===0,ze=t=>{let e=O();switch(e){case 0:return localStorage.getItem(t)??void 0;case 1:return sessionStorage.getItem(t)??void 0;case 2:return h?.get(t);default:T(e)}},We=(t,e)=>{let r=O();switch(r){case 0:try{localStorage.setItem(t,e)}catch(n){if(n instanceof DOMException)console.error(n);else throw n}break;case 1:try{sessionStorage.setItem(t,e)}catch(n){if(n instanceof DOMException)console.error(n);else throw n}break;case 2:h?.set(t,e);return;default:T(r)}},Fe=t=>{let e=O();switch(e){case 0:return t in localStorage;case 1:return t in sessionStorage;case 2:return h?.has(t)??!1;default:return T(e),!1}},Ge=t=>{let e=O();switch(e){case 0:return localStorage.removeItem(t);case 1:return sessionStorage.removeItem(t);case 2:h?.delete(t);return;default:T(e)}},Ke=()=>{let t=O();switch(t){case 0:return localStorage.clear();case 1:return sessionStorage.clear();case 2:return h?.clear();default:T(t)}};var qe=()=>{let t,e=[];try{t=window.self!==window.top}catch(r){r instanceof DOMException&&r.name==="SecurityError"?t=!0:(t=!1,console.error(r))}try{window.location.ancestorOrigins&&(e=[...window.location.ancestorOrigins])}catch(r){console.error(r)}try{!e.length&&document.referrer&&(e=[new URL(document.referrer).origin])}catch(r){console.error(r)}return{isEmbed:t,origins:e,topOrigin:e.at(-1),immediateOrigin:e.at(0)}};var j=(c=>(c.INVARIANT="Invariant quality",c.Q_144P="144p",c.Q_240P="240p",c.Q_360P="360p",c.Q_480P="480p",c.Q_576P="576p",c.Q_720P="720p",c.Q_1080P="1080p",c.Q_1440P="1440p",c.Q_2160P="2160p",c.Q_4320P="4320p",c))(j||{});var b={"144p":{width:256,height:144},"240p":{width:428,height:240},"360p":{width:640,height:360},"480p":{width:856,height:480},"576p":{width:1024,height:576},"720p":{width:1280,height:720},"1080p":{width:1920,height:1080},"1440p":{width:2560,height:1440},"2160p":{width:3840,height:2160},"4320p":{width:7680,height:4320}},Be=(t,e)=>b[t].height>b[e].height,He=(t,e)=>b[t].height>=b[e].height,z=(t,e)=>b[t].height<b[e].height,$e=(t,e)=>b[t].height<=b[e].height,Ye=t=>t.sort((e,r)=>e===r?0:e==="Invariant quality"?1:r==="Invariant quality"?-1:z(e,r)?1:-1)[0],ae=Object.keys(b).sort((t,e)=>z(t,e)?-1:1),Xe=(t,e=.02)=>[...ae].find(n=>b[n].height*(1+e)>=t),Je=({width:t,height:e})=>{let r=Math.min(t,e),n=Math.max(t,e);return ae.find(i=>{let s=b[i];return s.width>=n&&s.height>=r})},Ze=t=>b[t].height,W=t=>t==="Invariant quality",et=t=>t.every(e=>!W(e));function tt(t){if(W(t))throw new Error("Expected exact quality")}var rt=(t,e)=>{let r={};for(let n of Object.keys(e)){let i=e[n],s=t[n];Array.isArray(i)&&Array.isArray(s)?r[n]=s:typeof i=="object"&&typeof s=="object"?r[n]=rt(s,i):r[n]=n in t?s:i}return r};var dr=t=>{let e="";return t>=3600&&(e+=Math.floor(t/3600)+"h",t=t%3600),t>=60&&(e+=Math.floor(t/60)+"m",t=t%60),t>0&&(e+=Math.floor(t)+"s"),e};function F(t,e=0,r){let n,i,s,o,a,u,m=0,ee=!1,c=!1,C=!0,te=!e&&e!==0&&typeof window.requestAnimationFrame=="function";r&&(ee=!!r.leading,c="maxWait"in r,s=r?.maxWait?Math.max(+r?.maxWait||0,e):s,C="trailing"in r?!!r.trailing:C);function V(p){let f=n,v=i;return n=i=void 0,m=p,o=t.apply(v,f),o}function w(p,f){return te?(a&&window.cancelAnimationFrame(a),window.requestAnimationFrame(p)):setTimeout(p,f)}function Oe(p){if(te){window.cancelAnimationFrame(p);return}clearTimeout(p)}function Ee(p){return m=p,a=w(S,e),ee?V(p):o}function we(p){let f=p-u,v=p-m,ie=e-f;return c?Math.min(ie,s-v):ie}function re(p){let f=p-u,v=p-m;return u===void 0||f>=e||f<0||c&&v>=s}function S(){let p=Date.now();if(re(p))return ne(p);a=w(S,we(p))}function ne(p){return a=void 0,C&&n?V(p):(n=i=void 0,o)}function Se(){a!==void 0&&Oe(a),m=0,n=u=i=a=void 0}function ke(){return a===void 0?o:ne(Date.now())}function Ae(){return a!==void 0}function k(...p){let f=Date.now(),v=re(f);if(n=p,i=this,u=f,v){if(a===void 0)return Ee(u);if(c)return a=w(S,e),V(u)}return a===void 0&&(a=w(S,e)),o}return k.cancel=Se,k.flush=ke,k.pending=Ae,k}var G=(t,e=0,r)=>F(t,e,{...{leading:!0,trailing:!0},...r,maxWait:e});var A=(t,e)=>{if(t===null||typeof t!="object")return t;let r=Array.isArray(t)?[]:{};for(let n in t){if(typeof e=="function"){let i=e(t[n],n,t,r);if(i!==void 0){r[n]=i;continue}}typeof t[n]=="object"?r[n]=A(t[n],e):r[n]=t[n]}return r};var nt=t=>A(t);var it=300,ot=(t,e=it)=>new l(r=>{let{width:n,height:i}=t.getBoundingClientRect();if(r.next({width:n,height:i}),!window.ResizeObserver)return;let s=new ResizeObserver(G(o=>{let a=o[0];if(!a)return;let u,m;a.contentBoxSize&&a.contentBoxSize[0]?(m=a.contentBoxSize[0].blockSize,u=a.contentBoxSize[0].inlineSize):a.contentRect&&(u=a.contentRect.width,m=a.contentRect.height),x(u)&&x(m)&&r.next({width:u,height:m})},e));return s.observe(t),()=>s.disconnect()});var R=(t,e=6,r=".")=>{let n={};for(let i in t)if(!(!t.hasOwnProperty(i)||t[i]instanceof HTMLElement||!e))if(typeof t[i]=="object"&&t[i]!==null){let s=R(t[i],e-1);for(let o in s)s.hasOwnProperty(o)&&(n[i+r+o]=s[o])}else n[i]=t[i];return n};var st=t=>{t.removeAttribute("src"),t.load()};var Sr=t=>{let e;try{e=new URL(t)}catch{return!1}return e.protocol==="https:"};var Ar=t=>{try{return new URL(t)}catch{return null}};var at=t=>e=>r=>{let n=typeof r=="object";r==null||n&&!Object.keys(r).length||t(e,n?R(r):{value:r})};var L=class extends y{constructor(e){super(),this.value=e}next(e){super.next(this.value=e)}error(e){super.error(this.value=e)}getValue(){return this.value}_subscribe(e){let r=super._subscribe(e);return e.next(this.value),r}};function le(t){return new l(e=>{let r={},n=Object.keys(t).length,i=s=>o=>{s in r||n--,r[s]=o,n===0&&e.next(r)};return Object.entries(t).reduce((s,[o,a])=>s.add(a.subscribe(i(o))),new d)})}function ce(...t){return new l(e=>t.reduce((r,n)=>r.add(n.subscribe(e)),new d))}var lt=t=>new l(e=>{let r=window.setTimeout(()=>{try{e.next()}catch(n){if(e.error)e.error(n);else throw n}},t);return()=>window.clearTimeout(r)});var ct=t=>new l(e=>{let r=window.setInterval(()=>e.next(),t);return()=>{r&&(window.clearInterval(r),r=void 0)}});var pt=t=>new l(e=>{t.forEach(r=>e.next(r))});var ut=(t,e)=>new l(r=>{let n=i=>r.next(i);return t.addEventListener(e,n),()=>t.removeEventListener(e,n)});var P=class extends d{remove(e){this.subscriptions=this.subscriptions.filter(r=>r!==e)}};function pe(t){return e=>new l(r=>e.subscribe(new K(r,t)))}var K=class{constructor(e,r){this.destination=e;this.size=r;this.lastValues=[]}next(e){this.lastValues.length===this.size&&this.lastValues.shift(),this.lastValues.push(e),this.destination.next(this.lastValues)}error(e){this.destination.error?.(e)}};var mt={leading:!1,trailing:!0};function ue(t,e=mt){return r=>new l(n=>r.subscribe(new q(n,t,e)))}var q=class{constructor(e,r,n){this.destination=e;this.time=r;this.config=n}next(e){this.lastValue=e,x(this.timeout)?window.clearTimeout(this.timeout):this.config.leading&&this.destination.next(e),this.timeout=window.setTimeout(()=>{if(this.config.trailing)try{this.destination.next(this.lastValue)}catch(r){if(this.destination.error)this.destination.error(r);else throw r}this.timeout=void 0},this.time)}error(e){this.destination.error?.(e)}};var dt={leading:!0,trailing:!1};function me(t,e=dt){return r=>new l(n=>r.subscribe(new B(n,t,e)))}var B=class{constructor(e,r,n){this.destination=e;this.time=r;this.config=n}next(e){this.lastValue=e,_(this.timeout)&&(this.config.leading&&this.destination.next(e),this.timeout=window.setTimeout(()=>{this.config.trailing&&this.destination.next(this.lastValue),this.timeout=void 0},this.time))}error(e){this.destination.error?.(e)}};function de(t){return e=>new l(r=>e.subscribe(new H(r,t)))}var H=class{constructor(e,r){this.destination=e;this.predicate=r}next(e){let r;try{r=this.predicate(e)}catch(n){throw this.error(n),n}r&&this.destination.next(e)}error(e){this.destination.error?.(e)}};var bt=(t,e)=>{let r=(n,i)=>{let s=Object.keys(n);for(let o in i)if(!s.includes(o)||i[o]!==n[o])return!1;return!0};return r(t,e)&&r(e,t)},ft=(t,e)=>t instanceof Object&&e instanceof Object?bt(t,e):t===e;function fe(t=ft){return e=>new l(r=>e.subscribe(new $(r,t)))}var be={},$=class{constructor(e,r){this.destination=e;this.predicate=r;this.lastValue=be}next(e){let r;try{r=this.lastValue===be||!this.predicate(this.lastValue,e),this.lastValue=e instanceof Object?{...e}:e}catch(n){throw this.error(n),n}r&&this.destination.next(e)}error(e){this.destination.error?.(e)}};function N(t){return e=>new l(r=>e.subscribe(new Y(r,t)))}var Y=class{constructor(e,r){this.destination=e;this.mapper=r}next(e){let r;try{r=this.mapper(e)}catch(n){throw this.error(n),n}this.destination.next(r)}error(e){this.destination.error?.(e)}};function Te(t){return N(()=>t)}function ye(){return t=>new l(e=>{let r=!1,n=!1,i=t.subscribe(s=>{r||(r=!0,e.next(s)),n&&i.unsubscribe()},s=>{r=!0,e.error?.(s),n&&i.unsubscribe()});return n=!0,r&&i.unsubscribe(),i})}function ve(){return t=>new l(e=>t.subscribe(new X(e)))}var X=class{constructor(e){this.destination=e;this.hasLast=!1}next(e){let r=this.last;if(this.last=e,!this.hasLast){this.hasLast=!0;return}this.destination.next([r,e])}error(e){this.destination.error?.(e)}};function Ie(t){return e=>new l(r=>e.subscribe(new J(r,t)))}var J=class{constructor(e,r){this.destination=e;this.effect=r}next(e){try{this.effect(e)}catch(r){throw this.error(r),r}this.destination.next(e)}error(e){this.destination.error?.(e)}};function ge(t){return e=>new l(r=>e.subscribe(new Z(r,t)))}var Z=class{constructor(e,r){this.destination=e;this.count=r;r<0&&this.destination.error?.(new Error("Count can not be less than zero"))}next(e){this.count===0?this.destination.next(e):this.count--}error(e){this.destination.error?.(e)}};var Tt=(a=>(a.NETWORK="network",a.VIDEO_PIPELINE="video_pipeline",a.EXTERNAL_API="external_api",a.PARSER="parser",a.DOM="dom",a.WTF="wtf",a.FATAL="fatal",a))(Tt||{});var yt=(c=>(c.Armenian="58",c.Azerbaijani="57",c.Belarusian="114",c.English="3",c.Kazakh="97",c.Portuguese="73",c.Russian="0",c.Spanish="4",c.Ukrainian="1",c.Uzbek="65",c.Vietnamese="75",c))(yt||{}),vt="vk.com",wi=async(t,e,r)=>{let n=new URL(`https://${vt}/js/lang-pack.js`);n.searchParams.set("format","json"),n.searchParams.set("name",e),t!==void 0&&n.searchParams.set("lang",t);let s=await(await fetch(n.toString())).json();return It(s,r)},It=(t,e)=>Object.fromEntries(Object.entries(t.keys).map(([r,n])=>[r.substring(`${e}_`.length),gt(n)])),gt=t=>Array.isArray(t)?t[0]:t;var xt=(r=>(r.RU="ru",r.EN="en",r))(xt||{});var ht={UI:"__vkVideoPlayer",CORE:"__vkVideoCore"},Ot=(()=>{let t=0;return()=>{let e=t;return t=(t+1)%Number.MAX_SAFE_INTEGER,e}})(),xe=class{constructor(e){this.id=Ot();this.type=e,this.initWindowObjects()}getWindowObject(){let e=this.key();return window[e]?.[this.id]??{}}initWindowObjects(){let e=this.key();window[e]||(window[e]={}),window[e][this.id]={}}expose(e){Object.assign(this.getWindowObject(),e)}destroy(){let e=this.key();window&&window[e]&&window[e][this.id]&&(delete window[e][this.id],Object.keys(window[e]).length||delete window[e])}key(){let{type:e}=this;return ht[e]}};var he={};oe(he,{create:()=>Et,destroy:()=>wt,push:()=>St,subscribe:()=>kt});var E=new Map,Et=(t,e)=>E.set(t,e??[]),wt=t=>E.delete(t),St=(t,e)=>{let r=E.get(t);r&&(typeof r=="function"?r(e):r.push(e))},kt=(t,e)=>{let r=E.get(t);if(r){if(r&&Array.isArray(r))for(let n of r)e(n);E.set(t,e)}};export{Tt as ErrorCategory,xt as InterfaceLanguage,xe as InternalsExposure,M as Logger,l as Observable,y as Subject,d as Subscription,P as SubscriptionRemovable,U as Tracer,Le as VERSION,yt as VKNumericLanguage,L as ValueSubject,j as VideoQuality,_e as abortable,Qe as addScript,et as areQualitiesExact,Me as assertEmptyArray,T as assertNever,Ne as assertNonNullable,Ve as assertNotEmptyArray,Ce as assertNullable,tt as assertQualityIsExact,pe as buffer,Pe as checkNever,st as clearVideoElement,nt as cloneDeep,A as cloneDeepWith,le as combine,Ar as createURL,ue as debounce,F as debounceFn,qe as detectEmbed,he as devNull,rt as fillWithDefault,de as filter,fe as filterChanged,R as flattenObject,ut as fromEvent,De as getExponentialDelay,Ye as getHighestQuality,at as getTraceSubscriptionMethod,ct as interval,Be as isHigher,He as isHigherOrEqual,W as isInvariantQuality,z as isLower,$e as isLowerOrEqual,x as isNonNullable,_ as isNullable,Sr as isValidURL,wi as loadVKLangPack,N as map,Te as mapTo,ce as merge,I as noop,Ue as now,pt as observableFrom,ot as observeElementSize,ye as once,ve as pairwise,se as safeStorage,ge as skip,Ie as tap,me as throttle,G as throttleFn,dr as timeCodeToString,lt as timeout,Xe as videoHeightToQuality,Ze as videoQualityToHeight,Je as videoSizeToQuality};
|
|
6
|
+
var Le=Object.defineProperty;var oe=(t,e)=>{for(var r in e)Le(t,r,{get:e[r],enumerable:!0})};var Pe="1.0.59-dev.e3f2a8af.0";var d=class{constructor(){this.subscriptions=[]}unsubscribe(){let e=this.subscriptions;this.subscriptions=[],e.forEach(r=>{typeof r=="function"?r():r.unsubscribe()})}add(e){return this.subscriptions.push(e),this}};var T=t=>{throw new Error(`${t} is value of unexpected type`)},Ne=t=>{};var I=()=>{};var l=class{constructor(e){e&&(this._subscribe=e)}subscribe(e,r){let n;r?typeof r=="function"?n={next:r,error:I}:n={next:o=>r.next(o),error:o=>r.error?.(o)}:n={next:I,error:I};let i=typeof e=="function"?{next:o=>{try{let a=e(o);a instanceof Promise&&a.catch(u=>n.next(u))}catch(a){n.next(a)}},error:o=>n.next(o)}:{next:o=>e.next(o),error:o=>e.error?e.error(o):n.next(o)},s;try{s=this._subscribe(i)}catch(o){i.error?.(o)}return new d().add(()=>{switch(i.next=I,i.error=I,typeof s){case"function":s();return;case"object":s.unsubscribe();return;case"undefined":return;default:return T(s)}})}pipe(...e){return e.reduce((r,n)=>n(r),this)}_subscribe(e){}};var y=class extends l{constructor(){super();this.keyCounter=0;this.subscribers=new Map}next(r){this.subscribers.forEach(n=>n.next(r))}error(r){this.subscribers.forEach(n=>n.error?.(r))}_subscribe(r){let n=this.keyCounter++;return this.subscribers.set(n,r),new d().add(()=>this.subscribers.delete(n))}};var M=class{constructor(){this.log$=new y;this.logs=[];this.log=e=>{let r={...e,timestamp:Date.now()};this.logs.push(r),this.log$.next(r)};this.getAllLogs=()=>this.logs}createCustomLog(e){return(...r)=>{let n;try{n=e(...r)}catch{n={message:"error in `createCustomLog`",component:"Logger"}}this.log(n)}}createComponentLog(e){return this.createCustomLog(r=>({component:e,...r}))}};var Q=class t{constructor({name:e}){}log(e,r){}error(e,r){}critical(e,r){}createComponentTracer(e){return new t({name:e})}end(){}getFinishedSpans(){}getTraceId(){return this.fakeTraceId}},U=class t{constructor({name:e,parentContext:r,tracer:n}){this.dynamicImportTimeout=5e3;this.childTracers=[];if(t.dynamicImportStatus==="failed")return this;t.dynamicImportStatus==="not_started"&&(t.dynamicImportPromise=this.loadOpentelemetry()),t.dynamicImportPromise.then(()=>this.init({name:e,parentContext:r,tracer:n}))}static{this.dynamicImportStatus="not_started"}init({name:e,parentContext:r,tracer:n}){let i=!n;if(i){let o=t.dynamicImports.tracer.initTracerOpenTelemetry({serviceName:"videoplayer-sdk-web",appToken:"L9SBoka6ZWk4xPjaK7tmfSfYvMhcge7nvGDjpdMmscb",spanLimits:{attributeCountLimit:1/0,eventCountLimit:1/0,attributePerEventCountLimit:1/0}}).getProvider(),a=new t.dynamicImports.tracer.TracerMemorySpanExporter,u=new t.dynamicImports.tracer.TracerMemorySpanExporter;this.spanExporter=a,o.addSpanProcessor(new t.dynamicImports.tracer.TracerAllSpansProcessor({startedSpansExporter:a,endedSpansExporter:u})),this.tracer=o.getTracer("sdk-videoplayer-tracer")}else this.tracer=n;this.span=this.tracer.startSpan(e,{root:i},r),this.context=t.dynamicImports.opentelemetryApi.trace.setSpan(t.dynamicImports.opentelemetryApi.context.active(),this.span),t.dynamicImportStatus="initialized"}async loadOpentelemetry(){if(t.dynamicImportStatus==="not_started"){t.dynamicImportStatus="in_progress";try{let e=new Promise((o,a)=>setTimeout(a,this.dynamicImportTimeout)),r=Promise.all([import("@opentelemetry/api"),import("@opentelemetry/sdk-trace-web"),import("@tracer/opentelemetry")]),[n,i,s]=await Promise.race([r,e]);t.dynamicImports={opentelemetryApi:n,opentelemetrySdk:i,tracer:s},t.dynamicImportStatus="completed"}catch{t.dynamicImportStatus="failed"}}}log(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"log"})}error(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"error"})}critical(e,r){t.dynamicImportStatus==="initialized"&&this.span.addEvent(e,{...r,type:"critical"})}static createRootTracer(e=!1){return e?new t({name:"Root"}):new Q({name:"Root"})}createComponentTracer(e){let r=new t({name:e,parentContext:this.context,tracer:this.tracer});return this.childTracers.push(r),r}end(){t.dynamicImportStatus==="initialized"&&(this.childTracers.forEach(e=>e.end()),this.span.end())}getFinishedSpans(){if(t.dynamicImportStatus==="initialized")return this.spanExporter?.getJsonData()}getTraceId(){return t.dynamicImportStatus!=="initialized"?"":this.span.spanContext().traceId}};function Ce(t,e='Assertion "value is not nullable" failed'){if(t==null)throw new Error(e)}function Ve(t,e='Assertion "value is nullable" failed'){if(t!=null)throw new Error(e)}function x(t){return typeof t<"u"&&t!==null}function _(t){return t==null}function Me(t,e){if(!t?.length)throw new Error(e)}function Qe(t,e){if(t?.length)throw new Error(e)}var Ue=(t,e,r)=>new Promise((n,i)=>{e.addEventListener("abort",()=>{a(),m.remove()});let s=()=>{a(),i("error")},o=()=>{a(),n()},a=()=>{u&&clearTimeout(u),m.removeEventListener("load",o),m.removeEventListener("error",s)},u;r&&(u=window.setTimeout(()=>{a(),i("timeout")},r));let m=document.createElement("script");m.addEventListener("load",o),m.addEventListener("error",s),m.src=t,document.head.appendChild(m)});var _e=typeof window.performance?.now=="function"?()=>window.performance.now():()=>Date.now();var je=(t,e)=>async(...r)=>{let n=e(...r),i=t.aborted,s;for(;!i&&!t.aborted;)try{let o=await n.next(s);i=o.done??!1,s=o.value}catch(o){await n.throw(o)}return s};var De=(t,{start:e=0,factor:r=2,max:n=1/0,min:i=e,random:s=0}={})=>{let o=e;return o*=r**t,o*=1+(Math.random()*s*2-s),o=Math.round(o),o=Math.min(o,n),o=Math.max(o,i),o};var se={};oe(se,{clear:()=>qe,get:()=>We,has:()=>Ge,isPersistent:()=>ze,remove:()=>Ke,set:()=>Fe});var h,g,j=`vk-videoplayer-dummy-key-${Math.random()}`,O=()=>{if(g!==void 0)return g;try{localStorage.setItem(j,"test"),localStorage.removeItem(j),g=0}catch(t){if(t instanceof DOMException||t instanceof TypeError)try{sessionStorage.getItem(j),g=1}catch(e){if(e instanceof DOMException||e instanceof TypeError)g=2;else throw e}else throw t}return g===2&&(h=new Map),g},ze=()=>O()===0,We=t=>{let e=O();switch(e){case 0:return localStorage.getItem(t)??void 0;case 1:return sessionStorage.getItem(t)??void 0;case 2:return h?.get(t);default:T(e)}},Fe=(t,e)=>{let r=O();switch(r){case 0:try{localStorage.setItem(t,e)}catch(n){if(n instanceof DOMException)console.error(n);else throw n}break;case 1:try{sessionStorage.setItem(t,e)}catch(n){if(n instanceof DOMException)console.error(n);else throw n}break;case 2:h?.set(t,e);return;default:T(r)}},Ge=t=>{let e=O();switch(e){case 0:return t in localStorage;case 1:return t in sessionStorage;case 2:return h?.has(t)??!1;default:return T(e),!1}},Ke=t=>{let e=O();switch(e){case 0:return localStorage.removeItem(t);case 1:return sessionStorage.removeItem(t);case 2:h?.delete(t);return;default:T(e)}},qe=()=>{let t=O();switch(t){case 0:return localStorage.clear();case 1:return sessionStorage.clear();case 2:return h?.clear();default:T(t)}};var Be=()=>{let t,e=[];try{t=window.self!==window.top}catch(r){r instanceof DOMException&&r.name==="SecurityError"?t=!0:(t=!1,console.error(r))}try{window.location.ancestorOrigins&&(e=[...window.location.ancestorOrigins])}catch(r){console.error(r)}try{!e.length&&document.referrer&&(e=[new URL(document.referrer).origin])}catch(r){console.error(r)}return{isEmbed:t,origins:e,topOrigin:e.at(-1),immediateOrigin:e.at(0)}};var D=(c=>(c.INVARIANT="Invariant quality",c.Q_144P="144p",c.Q_240P="240p",c.Q_360P="360p",c.Q_480P="480p",c.Q_576P="576p",c.Q_720P="720p",c.Q_1080P="1080p",c.Q_1440P="1440p",c.Q_2160P="2160p",c.Q_4320P="4320p",c))(D||{});var b={"144p":{width:256,height:144},"240p":{width:428,height:240},"360p":{width:640,height:360},"480p":{width:856,height:480},"576p":{width:1024,height:576},"720p":{width:1280,height:720},"1080p":{width:1920,height:1080},"1440p":{width:2560,height:1440},"2160p":{width:3840,height:2160},"4320p":{width:7680,height:4320}},He=(t,e)=>b[t].height>b[e].height,$e=(t,e)=>b[t].height>=b[e].height,z=(t,e)=>b[t].height<b[e].height,Ye=(t,e)=>b[t].height<=b[e].height,Xe=t=>t.sort((e,r)=>e===r?0:e==="Invariant quality"?1:r==="Invariant quality"?-1:z(e,r)?1:-1)[0],ae=Object.keys(b).sort((t,e)=>z(t,e)?-1:1),Je=(t,e=.02)=>[...ae].find(n=>b[n].height*(1+e)>=t),Ze=({width:t,height:e})=>{let r=Math.min(t,e),n=Math.max(t,e);return ae.find(i=>{let s=b[i];return s.width>=n&&s.height>=r})},et=t=>b[t].height,W=t=>t==="Invariant quality",tt=t=>t.every(e=>!W(e));function rt(t){if(W(t))throw new Error("Expected exact quality")}var nt=(t,e)=>{let r={};for(let n of Object.keys(e)){let i=e[n],s=t[n];Array.isArray(i)&&Array.isArray(s)?r[n]=s:le(i)&&le(s)?r[n]=nt(s,i):r[n]=n in t?s:i}return r};function le(t){return typeof t=="object"&&t!==null}var br=t=>{let e="";return t>=3600&&(e+=Math.floor(t/3600)+"h",t=t%3600),t>=60&&(e+=Math.floor(t/60)+"m",t=t%60),t>0&&(e+=Math.floor(t)+"s"),e};function F(t,e=0,r){let n,i,s,o,a,u,m=0,ee=!1,c=!1,C=!0,te=!e&&e!==0&&typeof window.requestAnimationFrame=="function";r&&(ee=!!r.leading,c="maxWait"in r,s=r?.maxWait?Math.max(+r?.maxWait||0,e):s,C="trailing"in r?!!r.trailing:C);function V(p){let f=n,v=i;return n=i=void 0,m=p,o=t.apply(v,f),o}function w(p,f){return te?(a&&window.cancelAnimationFrame(a),window.requestAnimationFrame(p)):setTimeout(p,f)}function Ee(p){if(te){window.cancelAnimationFrame(p);return}clearTimeout(p)}function we(p){return m=p,a=w(S,e),ee?V(p):o}function Se(p){let f=p-u,v=p-m,ie=e-f;return c?Math.min(ie,s-v):ie}function re(p){let f=p-u,v=p-m;return u===void 0||f>=e||f<0||c&&v>=s}function S(){let p=Date.now();if(re(p))return ne(p);a=w(S,Se(p))}function ne(p){return a=void 0,C&&n?V(p):(n=i=void 0,o)}function ke(){a!==void 0&&Ee(a),m=0,n=u=i=a=void 0}function Ae(){return a===void 0?o:ne(Date.now())}function Re(){return a!==void 0}function k(...p){let f=Date.now(),v=re(f);if(n=p,i=this,u=f,v){if(a===void 0)return we(u);if(c)return a=w(S,e),V(u)}return a===void 0&&(a=w(S,e)),o}return k.cancel=ke,k.flush=Ae,k.pending=Re,k}var G=(t,e=0,r)=>F(t,e,{...{leading:!0,trailing:!0},...r,maxWait:e});var A=(t,e)=>{if(t===null||typeof t!="object")return t;let r=Array.isArray(t)?[]:{};for(let n in t){if(typeof e=="function"){let i=e(t[n],n,t,r);if(i!==void 0){r[n]=i;continue}}typeof t[n]=="object"?r[n]=A(t[n],e):r[n]=t[n]}return r};var it=t=>A(t);var ot=300,st=(t,e=ot)=>new l(r=>{let{width:n,height:i}=t.getBoundingClientRect();if(r.next({width:n,height:i}),!window.ResizeObserver)return;let s=new ResizeObserver(G(o=>{let a=o[0];if(!a)return;let u,m;a.contentBoxSize&&a.contentBoxSize[0]?(m=a.contentBoxSize[0].blockSize,u=a.contentBoxSize[0].inlineSize):a.contentRect&&(u=a.contentRect.width,m=a.contentRect.height),x(u)&&x(m)&&r.next({width:u,height:m})},e));return s.observe(t),()=>s.disconnect()});var R=(t,e=6,r=".")=>{let n={};for(let i in t)if(!(!t.hasOwnProperty(i)||t[i]instanceof HTMLElement||!e))if(typeof t[i]=="object"&&t[i]!==null){let s=R(t[i],e-1);for(let o in s)s.hasOwnProperty(o)&&(n[i+r+o]=s[o])}else n[i]=t[i];return n};var at=t=>{t.removeAttribute("src"),t.load()};var kr=t=>{let e;try{e=new URL(t)}catch{return!1}return e.protocol==="https:"};var Rr=t=>{try{return new URL(t)}catch{return null}};var lt=t=>e=>r=>{let n=typeof r=="object";r==null||n&&!Object.keys(r).length||t(e,n?R(r):{value:r})};var L=class extends y{constructor(e){super(),this.value=e}next(e){super.next(this.value=e)}error(e){super.error(this.value=e)}getValue(){return this.value}_subscribe(e){let r=super._subscribe(e);return e.next(this.value),r}};function ce(t){return new l(e=>{let r={},n=Object.keys(t).length,i=s=>o=>{s in r||n--,r[s]=o,n===0&&e.next(r)};return Object.entries(t).reduce((s,[o,a])=>s.add(a.subscribe(i(o))),new d)})}function pe(...t){return new l(e=>t.reduce((r,n)=>r.add(n.subscribe(e)),new d))}var ct=t=>new l(e=>{let r=window.setTimeout(()=>{try{e.next()}catch(n){if(e.error)e.error(n);else throw n}},t);return()=>window.clearTimeout(r)});var pt=t=>new l(e=>{let r=window.setInterval(()=>e.next(),t);return()=>{r&&(window.clearInterval(r),r=void 0)}});var ut=t=>new l(e=>{t.forEach(r=>e.next(r))});var mt=(t,e)=>new l(r=>{let n=i=>r.next(i);return t.addEventListener(e,n),()=>t.removeEventListener(e,n)});var P=class extends d{remove(e){this.subscriptions=this.subscriptions.filter(r=>r!==e)}};function ue(t){return e=>new l(r=>e.subscribe(new K(r,t)))}var K=class{constructor(e,r){this.destination=e;this.size=r;this.lastValues=[]}next(e){this.lastValues.length===this.size&&this.lastValues.shift(),this.lastValues.push(e),this.destination.next(this.lastValues)}error(e){this.destination.error?.(e)}};var dt={leading:!1,trailing:!0};function me(t,e=dt){return r=>new l(n=>r.subscribe(new q(n,t,e)))}var q=class{constructor(e,r,n){this.destination=e;this.time=r;this.config=n}next(e){this.lastValue=e,x(this.timeout)?window.clearTimeout(this.timeout):this.config.leading&&this.destination.next(e),this.timeout=window.setTimeout(()=>{if(this.config.trailing)try{this.destination.next(this.lastValue)}catch(r){if(this.destination.error)this.destination.error(r);else throw r}this.timeout=void 0},this.time)}error(e){this.destination.error?.(e)}};var bt={leading:!0,trailing:!1};function de(t,e=bt){return r=>new l(n=>r.subscribe(new B(n,t,e)))}var B=class{constructor(e,r,n){this.destination=e;this.time=r;this.config=n}next(e){this.lastValue=e,_(this.timeout)&&(this.config.leading&&this.destination.next(e),this.timeout=window.setTimeout(()=>{this.config.trailing&&this.destination.next(this.lastValue),this.timeout=void 0},this.time))}error(e){this.destination.error?.(e)}};function be(t){return e=>new l(r=>e.subscribe(new H(r,t)))}var H=class{constructor(e,r){this.destination=e;this.predicate=r}next(e){let r;try{r=this.predicate(e)}catch(n){throw this.error(n),n}r&&this.destination.next(e)}error(e){this.destination.error?.(e)}};var ft=(t,e)=>{let r=(n,i)=>{let s=Object.keys(n);for(let o in i)if(!s.includes(o)||i[o]!==n[o])return!1;return!0};return r(t,e)&&r(e,t)},Tt=(t,e)=>t instanceof Object&&e instanceof Object?ft(t,e):t===e;function Te(t=Tt){return e=>new l(r=>e.subscribe(new $(r,t)))}var fe={},$=class{constructor(e,r){this.destination=e;this.predicate=r;this.lastValue=fe}next(e){let r;try{r=this.lastValue===fe||!this.predicate(this.lastValue,e),this.lastValue=e instanceof Object?{...e}:e}catch(n){throw this.error(n),n}r&&this.destination.next(e)}error(e){this.destination.error?.(e)}};function N(t){return e=>new l(r=>e.subscribe(new Y(r,t)))}var Y=class{constructor(e,r){this.destination=e;this.mapper=r}next(e){let r;try{r=this.mapper(e)}catch(n){throw this.error(n),n}this.destination.next(r)}error(e){this.destination.error?.(e)}};function ye(t){return N(()=>t)}function ve(){return t=>new l(e=>{let r=!1,n=!1,i=t.subscribe(s=>{r||(r=!0,e.next(s)),n&&i.unsubscribe()},s=>{r=!0,e.error?.(s),n&&i.unsubscribe()});return n=!0,r&&i.unsubscribe(),i})}function Ie(){return t=>new l(e=>t.subscribe(new X(e)))}var X=class{constructor(e){this.destination=e;this.hasLast=!1}next(e){let r=this.last;if(this.last=e,!this.hasLast){this.hasLast=!0;return}this.destination.next([r,e])}error(e){this.destination.error?.(e)}};function ge(t){return e=>new l(r=>e.subscribe(new J(r,t)))}var J=class{constructor(e,r){this.destination=e;this.effect=r}next(e){try{this.effect(e)}catch(r){throw this.error(r),r}this.destination.next(e)}error(e){this.destination.error?.(e)}};function xe(t){return e=>new l(r=>e.subscribe(new Z(r,t)))}var Z=class{constructor(e,r){this.destination=e;this.count=r;r<0&&this.destination.error?.(new Error("Count can not be less than zero"))}next(e){this.count===0?this.destination.next(e):this.count--}error(e){this.destination.error?.(e)}};var yt=(a=>(a.NETWORK="network",a.VIDEO_PIPELINE="video_pipeline",a.EXTERNAL_API="external_api",a.PARSER="parser",a.DOM="dom",a.WTF="wtf",a.FATAL="fatal",a))(yt||{});var vt=(c=>(c.Armenian="58",c.Azerbaijani="57",c.Belarusian="114",c.English="3",c.Kazakh="97",c.Portuguese="73",c.Russian="0",c.Spanish="4",c.Ukrainian="1",c.Uzbek="65",c.Vietnamese="75",c))(vt||{}),It="vk.com",Si=async(t,e,r)=>{let n=new URL(`https://${It}/js/lang-pack.js`);n.searchParams.set("format","json"),n.searchParams.set("name",e),t!==void 0&&n.searchParams.set("lang",t);let s=await(await fetch(n.toString())).json();return gt(s,r)},gt=(t,e)=>Object.fromEntries(Object.entries(t.keys).map(([r,n])=>[r.substring(`${e}_`.length),xt(n)])),xt=t=>Array.isArray(t)?t[0]:t;var ht=(r=>(r.RU="ru",r.EN="en",r))(ht||{});var Ot={UI:"__vkVideoPlayer",CORE:"__vkVideoCore"},Et=(()=>{let t=0;return()=>{let e=t;return t=(t+1)%Number.MAX_SAFE_INTEGER,e}})(),he=class{constructor(e){this.id=Et();this.type=e,this.initWindowObjects()}getWindowObject(){let e=this.key();return window[e]?.[this.id]??{}}initWindowObjects(){let e=this.key();window[e]||(window[e]={}),window[e][this.id]={}}expose(e){Object.assign(this.getWindowObject(),e)}destroy(){let e=this.key();window&&window[e]&&window[e][this.id]&&(delete window[e][this.id],Object.keys(window[e]).length||delete window[e])}key(){let{type:e}=this;return Ot[e]}};var Oe={};oe(Oe,{create:()=>wt,destroy:()=>St,push:()=>kt,subscribe:()=>At});var E=new Map,wt=(t,e)=>E.set(t,e??[]),St=t=>E.delete(t),kt=(t,e)=>{let r=E.get(t);r&&(typeof r=="function"?r(e):r.push(e))},At=(t,e)=>{let r=E.get(t);if(r){if(r&&Array.isArray(r))for(let n of r)e(n);E.set(t,e)}};export{yt as ErrorCategory,ht as InterfaceLanguage,he as InternalsExposure,M as Logger,l as Observable,y as Subject,d as Subscription,P as SubscriptionRemovable,U as Tracer,Pe as VERSION,vt as VKNumericLanguage,L as ValueSubject,D as VideoQuality,je as abortable,Ue as addScript,tt as areQualitiesExact,Qe as assertEmptyArray,T as assertNever,Ce as assertNonNullable,Me as assertNotEmptyArray,Ve as assertNullable,rt as assertQualityIsExact,ue as buffer,Ne as checkNever,at as clearVideoElement,it as cloneDeep,A as cloneDeepWith,ce as combine,Rr as createURL,me as debounce,F as debounceFn,Be as detectEmbed,Oe as devNull,nt as fillWithDefault,be as filter,Te as filterChanged,R as flattenObject,mt as fromEvent,De as getExponentialDelay,Xe as getHighestQuality,lt as getTraceSubscriptionMethod,pt as interval,He as isHigher,$e as isHigherOrEqual,W as isInvariantQuality,z as isLower,Ye as isLowerOrEqual,x as isNonNullable,_ as isNullable,kr as isValidURL,Si as loadVKLangPack,N as map,ye as mapTo,pe as merge,I as noop,_e as now,ut as observableFrom,st as observeElementSize,ve as once,Ie as pairwise,se as safeStorage,xe as skip,ge as tap,de as throttle,G as throttleFn,br as timeCodeToString,ct as timeout,Je as videoHeightToQuality,et as videoQualityToHeight,Ze as videoSizeToQuality};
|