Socket
Socket
Sign inDemoInstall

@vime/core

Package Overview
Dependencies
5
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.35 to 5.3.0

CHANGELOG.md

8

dist/cjs/index.cjs.js

@@ -5,10 +5,10 @@ 'use strict';

const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const PlayerDispatcher = require('./PlayerDispatcher-0aca31e1.js');
const PlayerDispatcher = require('./PlayerDispatcher-00dbedc9.js');
const PlayerProps = require('./PlayerProps-4bbfc16a.js');
const ViewType = require('./ViewType-ea1402c0.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const Provider = require('./Provider-b6123cae.js');
require('./index-01896268.js');
require('./index-86498cbd.js');
require('./PlayerEvents-79156eee.js');

@@ -15,0 +15,0 @@

@@ -5,3 +5,3 @@ 'use strict';

const index = require('./index-01896268.js');
const index = require('./index-86498cbd.js');

@@ -8,0 +8,0 @@ /*

'use strict';
const index = require('./index-01896268.js');
const index = require('./index-86498cbd.js');

@@ -5,0 +5,0 @@ /*

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const ViewType = require('./ViewType-ea1402c0.js');
const utils = require('./utils-b8b7354f.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
require('./Provider-b6123cae.js');

@@ -12,0 +12,0 @@ require('./PlayerProps-4bbfc16a.js');

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const PlayerDispatcher = require('./PlayerDispatcher-0aca31e1.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-25baf6d7.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const PlayerDispatcher = require('./PlayerDispatcher-00dbedc9.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-7c7e2319.js');
const formatters = require('./formatters-571a926a.js');

@@ -12,0 +12,0 @@ require('./PlayerEvents-79156eee.js');

@@ -5,10 +5,10 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const PlayerDispatcher = require('./PlayerDispatcher-0aca31e1.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-25baf6d7.js');
const LazyLoader = require('./LazyLoader-f80d88e7.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const PlayerDispatcher = require('./PlayerDispatcher-00dbedc9.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-7c7e2319.js');
const LazyLoader = require('./LazyLoader-2d8fc894.js');
const Provider = require('./Provider-b6123cae.js');
const support = require('./support-a853259d.js');
const support = require('./support-e1714cb5.js');
require('./PlayerEvents-79156eee.js');

@@ -15,0 +15,0 @@

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const IconRegistry = require('./IconRegistry-d900cc70.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const IconRegistry = require('./IconRegistry-24a44c42.js');
require('./PlayerEvents-79156eee.js');

@@ -11,0 +11,0 @@

@@ -5,13 +5,13 @@ 'use strict';

const index = require('./index-01896268.js');
const network = require('./network-ad5a66d3.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const network = require('./network-7dc3feca.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const ViewType = require('./ViewType-ea1402c0.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const withProviderContext = require('./withProviderContext-c62c1d4a.js');
require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
const withProviderContext = require('./withProviderContext-16bcb095.js');
require('./support-e1714cb5.js');
require('./Provider-b6123cae.js');
require('./PlayerProps-4bbfc16a.js');
require('./withPlayerContext-339af9c9.js');
require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -115,6 +115,8 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.internalState.muted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
getOrigin() {

@@ -136,2 +138,3 @@ return 'https://www.dailymotion.com';

mute: this.initialMuted,
controls: this.controls,
'queue-autoplay-next': this.shouldAutoplayQueue,

@@ -276,4 +279,6 @@ 'queue-enable': this.showUpNextQueue,

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
}
}),

@@ -280,0 +285,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -5,10 +5,10 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const network = require('./network-ad5a66d3.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const network = require('./network-7dc3feca.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const utils = require('./utils-b8b7354f.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
require('./support-e1714cb5.js');
require('./PlayerEvents-79156eee.js');

@@ -15,0 +15,0 @@ require('./Provider-b6123cae.js');

@@ -5,4 +5,4 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');

@@ -9,0 +9,0 @@ const defaultUiCss = ":host{display:contents;pointer-events:none}";

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-01896268.js');
const network = require('./network-ad5a66d3.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const LazyLoader = require('./LazyLoader-f80d88e7.js');
require('./support-a853259d.js');
const index = require('./index-86498cbd.js');
const network = require('./network-7dc3feca.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const LazyLoader = require('./LazyLoader-2d8fc894.js');
require('./support-e1714cb5.js');

@@ -12,0 +12,0 @@ const embedCss = ":host{z-index:var(--vm-media-z-index)}iframe{position:absolute;top:0;left:0;border:0;width:100%;height:100%;user-select:none}";

@@ -5,15 +5,15 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const support = require('./support-a853259d.js');
const LazyLoader = require('./LazyLoader-f80d88e7.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const support = require('./support-e1714cb5.js');
const LazyLoader = require('./LazyLoader-2d8fc894.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const ViewType = require('./ViewType-ea1402c0.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const withProviderContext = require('./withProviderContext-c62c1d4a.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
const withProviderContext = require('./withProviderContext-16bcb095.js');
const utils = require('./utils-b8b7354f.js');
const FullscreenController = require('./FullscreenController-7f251363.js');
const FullscreenController = require('./FullscreenController-0d7ca406.js');
require('./Provider-b6123cae.js');
require('./PlayerProps-4bbfc16a.js');
require('./withPlayerContext-339af9c9.js');
require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -20,0 +20,0 @@

@@ -5,10 +5,10 @@ 'use strict';

const index = require('./index-01896268.js');
const network = require('./network-ad5a66d3.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const network = require('./network-7dc3feca.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const utils = require('./utils-b8b7354f.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
require('./support-e1714cb5.js');
require('./PlayerEvents-79156eee.js');

@@ -15,0 +15,0 @@ require('./Provider-b6123cae.js');

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const IconRegistry = require('./IconRegistry-d900cc70.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const IconRegistry = require('./IconRegistry-24a44c42.js');
require('./PlayerEvents-79156eee.js');

@@ -11,0 +11,0 @@

@@ -5,5 +5,5 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -10,0 +10,0 @@

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const PlayerDispatcher = require('./PlayerDispatcher-0aca31e1.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-25baf6d7.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const PlayerDispatcher = require('./PlayerDispatcher-00dbedc9.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
const withControlsCollisionDetection = require('./withControlsCollisionDetection-7c7e2319.js');
require('./PlayerEvents-79156eee.js');

@@ -12,0 +12,0 @@

@@ -5,7 +5,7 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const support = require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const FullscreenController = require('./FullscreenController-7f251363.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const support = require('./support-e1714cb5.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
const FullscreenController = require('./FullscreenController-0d7ca406.js');
const PlayerProps = require('./PlayerProps-4bbfc16a.js');

@@ -15,3 +15,3 @@ const MediaType = require('./MediaType-8f0adf5d.js');

const PlayerEvents = require('./PlayerEvents-79156eee.js');
const PlayerDispatcher = require('./PlayerDispatcher-0aca31e1.js');
const PlayerDispatcher = require('./PlayerDispatcher-00dbedc9.js');
require('./Provider-b6123cae.js');

@@ -18,0 +18,0 @@

@@ -5,5 +5,5 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withPlayerContext = require('./withPlayerContext-339af9c9.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const withPlayerContext = require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -10,0 +10,0 @@

@@ -5,4 +5,4 @@ 'use strict';

const index = require('./index-01896268.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');

@@ -9,0 +9,0 @@ const sliderCss = ":host{width:100%}.slider{width:100%}input{width:100%;-webkit-appearance:none;background:transparent;border:0;outline:0;cursor:pointer;box-sizing:border-box;border-radius:calc(var(--vm-slider-thumb-height) * 2);user-select:none;-webkit-user-select:none;touch-action:manipulation;color:var(--vm-slider-value-color);display:block;height:var(--vm-slider-track-height);margin:0;padding:0;transition:box-shadow 0.3s ease}input::-webkit-slider-runnable-track{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background-image:linear-gradient(\n to right,\n currentColor var(--vm-value, 0%),\n transparent var(--vm-value, 0%)\n );background-color:var(--vm-slider-track-color)}input::-webkit-slider-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow);-webkit-appearance:none;margin-top:calc(\n 0px -\n calc(\n calc(var(--vm-slider-thumb-height) - var(--vm-slider-track-height)) / 2\n )\n )}input::-moz-range-track{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background-color:var(--vm-slider-track-color)}input::-moz-range-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow)}input::-moz-range-progress{background:currentColor;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height)}input::-ms-track{border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;color:transparent;background-color:var(--vm-slider-track-color)}input::-ms-fill-upper{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none}input::-ms-fill-lower{border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background:currentColor}input::-ms-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow);margin-top:0}input::-ms-tooltip{display:none}input:hover::-webkit-slider-runnable-track{height:var(--vm-slider-track-focused-height)}input:hover::-moz-range-track{height:var(--vm-slider-track-focused-height)}input:hover::-ms-track{height:var(--vm-slider-track-focused-height)}input:hover::-ms-fill-upper{height:var(--vm-slider-track-focused-height)}input:hover::-ms-fill-lower{height:var(--vm-slider-track-focused-height)}input:hover::-webkit-slider-thumb{opacity:1}input:hover::-moz-range-thumb{opacity:1}input:hover::-ms-thumb{opacity:1}input:focus{outline:0}input:focus::-webkit-slider-runnable-track{outline:0;height:var(--vm-slider-track-focused-height)}input:focus::-moz-range-track{outline:0;height:var(--vm-slider-track-focused-height)}input:focus::-ms-track{outline:0;height:var(--vm-slider-track-focused-height)}input::-moz-focus-outer{border:0}";

@@ -5,5 +5,5 @@ 'use strict';

const index = require('./index-01896268.js');
const index = require('./index-86498cbd.js');
const formatters = require('./formatters-571a926a.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');

@@ -10,0 +10,0 @@ const timeCss = ".time{display:flex;align-items:center;color:var(--vm-time-color);font-size:var(--vm-time-font-size);font-weight:var(--vm-time-font-weight)}";

@@ -5,6 +5,6 @@ 'use strict';

const index = require('./index-01896268.js');
const index = require('./index-86498cbd.js');
const ViewType = require('./ViewType-ea1402c0.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
require('./Provider-b6123cae.js');

@@ -11,0 +11,0 @@ require('./PlayerProps-4bbfc16a.js');

@@ -5,13 +5,13 @@ 'use strict';

const index = require('./index-01896268.js');
const network = require('./network-ad5a66d3.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const network = require('./network-7dc3feca.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const ViewType = require('./ViewType-ea1402c0.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const withProviderContext = require('./withProviderContext-c62c1d4a.js');
require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
const withProviderContext = require('./withProviderContext-16bcb095.js');
require('./support-e1714cb5.js');
require('./Provider-b6123cae.js');
require('./PlayerProps-4bbfc16a.js');
require('./withPlayerContext-339af9c9.js');
require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -137,5 +137,7 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
disconnectedCallback() {

@@ -184,3 +186,3 @@ this.cancelTimeUpdates();

var _a;
const thumnailRegex = /vimeocdn\.com\/video\/([0-9]+)/;
const thumnailRegex = /vimeocdn.com\/video\/(.*)?_/;
const thumbnailId = (_a = data === null || data === void 0 ? void 0 : data.thumbnail_url) === null || _a === void 0 ? void 0 : _a.match(thumnailRegex)[1];

@@ -381,2 +383,5 @@ const poster = `https://i.vimeocdn.com/video/${thumbnailId}_1920x1080.jpg`;

adjustPosition() {
if (this.controls) {
return {};
}
const [aw, ah] = this.aspectRatio.split(':').map(r => parseInt(r, 10));

@@ -406,3 +411,5 @@ const height = 240;

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
}
}),

@@ -409,0 +416,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -5,13 +5,13 @@ 'use strict';

const index = require('./index-01896268.js');
const network = require('./network-ad5a66d3.js');
const withComponentRegistry = require('./withComponentRegistry-abb2e970.js');
const index = require('./index-86498cbd.js');
const network = require('./network-7dc3feca.js');
const withComponentRegistry = require('./withComponentRegistry-90ec334c.js');
const MediaType = require('./MediaType-8f0adf5d.js');
const ViewType = require('./ViewType-ea1402c0.js');
const ProviderConnect = require('./ProviderConnect-17916c1a.js');
const withProviderContext = require('./withProviderContext-c62c1d4a.js');
require('./support-a853259d.js');
const ProviderConnect = require('./ProviderConnect-100da60f.js');
const withProviderContext = require('./withProviderContext-16bcb095.js');
require('./support-e1714cb5.js');
require('./Provider-b6123cae.js');
require('./PlayerProps-4bbfc16a.js');
require('./withPlayerContext-339af9c9.js');
require('./withPlayerContext-77ea833f.js');
require('./PlayerEvents-79156eee.js');

@@ -123,5 +123,7 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
/** @internal */

@@ -141,3 +143,5 @@ getAdapter() {

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("seekTo" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("seekTo" /* Seek */, time);
}
}),

@@ -144,0 +148,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -98,6 +98,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.onVideoIdChange();
this.initialMuted = this.muted;
this.internalState.muted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
getOrigin() {

@@ -119,2 +121,3 @@ return 'https://www.dailymotion.com';

mute: this.initialMuted,
controls: this.controls,
'queue-autoplay-next': this.shouldAutoplayQueue,

@@ -259,4 +262,6 @@ 'queue-enable': this.showUpNextQueue,

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
}
}),

@@ -263,0 +268,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -96,5 +96,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
disconnectedCallback() {

@@ -143,3 +145,3 @@ this.cancelTimeUpdates();

var _a;
const thumnailRegex = /vimeocdn\.com\/video\/([0-9]+)/;
const thumnailRegex = /vimeocdn.com\/video\/(.*)?_/;
const thumbnailId = (_a = data === null || data === void 0 ? void 0 : data.thumbnail_url) === null || _a === void 0 ? void 0 : _a.match(thumnailRegex)[1];

@@ -340,2 +342,5 @@ const poster = `https://i.vimeocdn.com/video/${thumbnailId}_1920x1080.jpg`;

adjustPosition() {
if (this.controls) {
return {};
}
const [aw, ah] = this.aspectRatio.split(':').map(r => parseInt(r, 10));

@@ -365,3 +370,5 @@ const height = 240;

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
}
}),

@@ -368,0 +375,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -82,5 +82,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
/** @internal */

@@ -100,3 +102,5 @@ getAdapter() {

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("seekTo" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("seekTo" /* Seek */, time);
}
}),

@@ -103,0 +107,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -1,9 +0,9 @@

export { C as COMPONENT_NAME_KEY, P as PLAYER_KEY, R as REGISTRATION_KEY, b as REGISTRY_KEY, f as findPlayer, g as getComponentFromRegistry, a as getPlayerFromRegistry, i as isComponentRegistered, w as watchComponentRegistry, c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
export { C as COMPONENT_NAME_KEY, P as PLAYER_KEY, R as REGISTRATION_KEY, b as REGISTRY_KEY, f as findPlayer, g as getComponentFromRegistry, a as getPlayerFromRegistry, i as isComponentRegistered, w as watchComponentRegistry, c as withComponentRegistry } from './withComponentRegistry-28311671.js';
export { M as MediaType } from './MediaType-aec4c150.js';
export { c as createDispatcher } from './PlayerDispatcher-fb74083b.js';
export { c as createDispatcher } from './PlayerDispatcher-de9282f5.js';
export { i as initialState, a as isWritableProp } from './PlayerProps-2c57fcea.js';
export { V as ViewType } from './ViewType-6da43616.js';
export { u as usePlayerContext, w as withPlayerContext } from './withPlayerContext-c887cb17.js';
export { u as usePlayerContext, w as withPlayerContext } from './withPlayerContext-4c52f564.js';
export { P as Provider } from './Provider-2e7e8366.js';
import './index-6653be23.js';
import './index-f5fd0f81.js';
import './PlayerEvents-5c5704d6.js';

@@ -1,2 +0,2 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-6653be23.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-f5fd0f81.js';

@@ -3,0 +3,0 @@ /*

@@ -1,2 +0,2 @@

import { p as promiseResolve, b as bootstrapLazy } from './index-6653be23.js';
import { p as promiseResolve, b as bootstrapLazy } from './index-f5fd0f81.js';

@@ -3,0 +3,0 @@ /*

@@ -1,6 +0,6 @@

import { r as registerInstance, h } from './index-6653be23.js';
import { c as withComponentRegistry, h as isString } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, h } from './index-f5fd0f81.js';
import { c as withComponentRegistry, h as isString } from './withComponentRegistry-28311671.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { a as audioRegex } from './utils-7dc44688.js';
import { w as withProviderConnect } from './ProviderConnect-66a33e06.js';
import { w as withProviderConnect } from './ProviderConnect-42dc4f0d.js';
import './Provider-2e7e8366.js';

@@ -7,0 +7,0 @@ import './PlayerProps-2c57fcea.js';

@@ -1,6 +0,6 @@

import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-6653be23.js';
import { c as withComponentRegistry, a as getPlayerFromRegistry, e as isUndefined, D as Disposal, f as findPlayer, l as listen, w as watchComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { c as createDispatcher } from './PlayerDispatcher-fb74083b.js';
import { r as registerControlsForCollisionDetection } from './withControlsCollisionDetection-332d8fa5.js';
import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-f5fd0f81.js';
import { c as withComponentRegistry, a as getPlayerFromRegistry, e as isUndefined, D as Disposal, f as findPlayer, l as listen, w as watchComponentRegistry } from './withComponentRegistry-28311671.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { c as createDispatcher } from './PlayerDispatcher-de9282f5.js';
import { r as registerControlsForCollisionDetection } from './withControlsCollisionDetection-ebad8447.js';
import { f as formatTime } from './formatters-1343ea73.js';

@@ -7,0 +7,0 @@ import './PlayerEvents-5c5704d6.js';

@@ -1,9 +0,9 @@

import { r as registerInstance, h, F as Fragment, c as createEvent, g as getElement } from './index-6653be23.js';
import { D as Disposal, c as withComponentRegistry, n as isNil, l as listen, f as findPlayer, e as isUndefined, g as getComponentFromRegistry, a as getPlayerFromRegistry, x as isNull } from './withComponentRegistry-0ee63161.js';
import { c as createDispatcher } from './PlayerDispatcher-fb74083b.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { w as withControlsCollisionDetection } from './withControlsCollisionDetection-332d8fa5.js';
import { L as LazyLoader } from './LazyLoader-de9b7d76.js';
import { r as registerInstance, h, F as Fragment, c as createEvent, g as getElement } from './index-f5fd0f81.js';
import { D as Disposal, c as withComponentRegistry, n as isNil, l as listen, f as findPlayer, e as isUndefined, g as getComponentFromRegistry, a as getPlayerFromRegistry, x as isNull } from './withComponentRegistry-28311671.js';
import { c as createDispatcher } from './PlayerDispatcher-de9282f5.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { w as withControlsCollisionDetection } from './withControlsCollisionDetection-ebad8447.js';
import { L as LazyLoader } from './LazyLoader-295ab4d4.js';
import { P as Provider } from './Provider-2e7e8366.js';
import { d as IS_IOS } from './support-4c29de32.js';
import { d as IS_IOS } from './support-b6811262.js';
import './PlayerEvents-5c5704d6.js';

@@ -10,0 +10,0 @@

@@ -1,5 +0,5 @@

import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6653be23.js';
import { D as Disposal, c as withComponentRegistry, e as isUndefined, f as findPlayer, l as listen, x as isNull, h as isString } from './withComponentRegistry-0ee63161.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { w as withIconRegistry, g as getIconLibraryResolver } from './IconRegistry-6c16bf60.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-f5fd0f81.js';
import { D as Disposal, c as withComponentRegistry, e as isUndefined, f as findPlayer, l as listen, x as isNull, h as isString } from './withComponentRegistry-28311671.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { w as withIconRegistry, g as getIconLibraryResolver } from './IconRegistry-75cb81e3.js';
import './PlayerEvents-5c5704d6.js';

@@ -6,0 +6,0 @@

@@ -1,12 +0,12 @@

import { r as registerInstance, c as createEvent, h } from './index-6653be23.js';
import { d as decodeQueryString } from './network-acd9b3a6.js';
import { c as withComponentRegistry, k as deferredPromise, h as isString } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, c as createEvent, h } from './index-f5fd0f81.js';
import { d as decodeQueryString } from './network-1fe1550f.js';
import { c as withComponentRegistry, k as deferredPromise, h as isString } from './withComponentRegistry-28311671.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import { w as withProviderContext } from './withProviderContext-b5111a00.js';
import './support-4c29de32.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import { w as withProviderContext } from './withProviderContext-a9e7f1bc.js';
import './support-b6811262.js';
import './Provider-2e7e8366.js';
import './PlayerProps-2c57fcea.js';
import './withPlayerContext-c887cb17.js';
import './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -110,6 +110,8 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.internalState.muted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
getOrigin() {

@@ -131,2 +133,3 @@ return 'https://www.dailymotion.com';

mute: this.initialMuted,
controls: this.controls,
'queue-autoplay-next': this.shouldAutoplayQueue,

@@ -271,4 +274,6 @@ 'queue-enable': this.showUpNextQueue,

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.internalState.currentTime = time;
this.remoteControl("seek" /* Seek */, time);
}
}),

@@ -275,0 +280,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -1,9 +0,9 @@

import { r as registerInstance, c as createEvent, h } from './index-6653be23.js';
import { D as Disposal, c as withComponentRegistry, e as isUndefined, l as listen, h as isString } from './withComponentRegistry-0ee63161.js';
import { l as loadSDK } from './network-acd9b3a6.js';
import { r as registerInstance, c as createEvent, h } from './index-f5fd0f81.js';
import { D as Disposal, c as withComponentRegistry, e as isUndefined, l as listen, h as isString } from './withComponentRegistry-28311671.js';
import { l as loadSDK } from './network-1fe1550f.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { d as dashRegex } from './utils-7dc44688.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import './support-4c29de32.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import './support-b6811262.js';
import './PlayerEvents-5c5704d6.js';

@@ -10,0 +10,0 @@ import './Provider-2e7e8366.js';

@@ -1,3 +0,3 @@

import { r as registerInstance, h } from './index-6653be23.js';
import { c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, h } from './index-f5fd0f81.js';
import { c as withComponentRegistry } from './withComponentRegistry-28311671.js';

@@ -4,0 +4,0 @@ const defaultUiCss = ":host{display:contents;pointer-events:none}";

@@ -1,6 +0,6 @@

import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6653be23.js';
import { c as appendParamsToURL, p as preconnect } from './network-acd9b3a6.js';
import { c as withComponentRegistry, h as isString, e as isUndefined, x as isNull } from './withComponentRegistry-0ee63161.js';
import { L as LazyLoader } from './LazyLoader-de9b7d76.js';
import './support-4c29de32.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-f5fd0f81.js';
import { c as appendParamsToURL, p as preconnect } from './network-1fe1550f.js';
import { c as withComponentRegistry, h as isString, e as isUndefined, x as isNull } from './withComponentRegistry-28311671.js';
import { L as LazyLoader } from './LazyLoader-295ab4d4.js';
import './support-b6811262.js';

@@ -7,0 +7,0 @@ const embedCss = ":host{z-index:var(--vm-media-z-index)}iframe{position:absolute;top:0;left:0;border:0;width:100%;height:100%;user-select:none}";

@@ -1,14 +0,14 @@

import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6653be23.js';
import { p as noop, D as Disposal, q as isFunction, n as isNil, l as listen, c as withComponentRegistry, w as watchComponentRegistry, x as isNull, e as isUndefined, u as isNumber, h as isString } from './withComponentRegistry-0ee63161.js';
import { d as IS_IOS, e as canUsePiPInChrome, f as canUsePiPInSafari, g as canUsePiP } from './support-4c29de32.js';
import { L as LazyLoader } from './LazyLoader-de9b7d76.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-f5fd0f81.js';
import { p as noop, D as Disposal, q as isFunction, n as isNil, l as listen, c as withComponentRegistry, w as watchComponentRegistry, x as isNull, e as isUndefined, u as isNumber, h as isString } from './withComponentRegistry-28311671.js';
import { d as IS_IOS, e as canUsePiPInChrome, f as canUsePiPInSafari, g as canUsePiP } from './support-b6811262.js';
import { L as LazyLoader } from './LazyLoader-295ab4d4.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import { w as withProviderContext } from './withProviderContext-b5111a00.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import { w as withProviderContext } from './withProviderContext-a9e7f1bc.js';
import { a as audioRegex, v as videoRegex, h as hlsRegex } from './utils-7dc44688.js';
import { F as FullscreenController, m as mitt } from './FullscreenController-b1286e9b.js';
import { F as FullscreenController, m as mitt } from './FullscreenController-b811bf0c.js';
import './Provider-2e7e8366.js';
import './PlayerProps-2c57fcea.js';
import './withPlayerContext-c887cb17.js';
import './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -15,0 +15,0 @@

@@ -1,9 +0,9 @@

import { r as registerInstance, c as createEvent, h } from './index-6653be23.js';
import { l as loadSDK } from './network-acd9b3a6.js';
import { c as withComponentRegistry, n as isNil, e as isUndefined, h as isString } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, c as createEvent, h } from './index-f5fd0f81.js';
import { l as loadSDK } from './network-1fe1550f.js';
import { c as withComponentRegistry, n as isNil, e as isUndefined, h as isString } from './withComponentRegistry-28311671.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { h as hlsRegex, b as hlsTypeRegex } from './utils-7dc44688.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import './support-4c29de32.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import './support-b6811262.js';
import './PlayerEvents-5c5704d6.js';

@@ -10,0 +10,0 @@ import './Provider-2e7e8366.js';

@@ -1,5 +0,5 @@

import { r as registerInstance, g as getElement } from './index-6653be23.js';
import { c as withComponentRegistry, e as isUndefined } from './withComponentRegistry-0ee63161.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { d as deregisterIconLibrary, r as registerIconLibrary } from './IconRegistry-6c16bf60.js';
import { r as registerInstance, g as getElement } from './index-f5fd0f81.js';
import { c as withComponentRegistry, e as isUndefined } from './withComponentRegistry-28311671.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { d as deregisterIconLibrary, r as registerIconLibrary } from './IconRegistry-75cb81e3.js';
import './PlayerEvents-5c5704d6.js';

@@ -6,0 +6,0 @@

@@ -1,4 +0,4 @@

import { r as registerInstance, c as createEvent, w as writeTask, h, g as getElement } from './index-6653be23.js';
import { e as isUndefined, c as withComponentRegistry, n as isNil } from './withComponentRegistry-0ee63161.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { r as registerInstance, c as createEvent, w as writeTask, h, g as getElement } from './index-f5fd0f81.js';
import { e as isUndefined, c as withComponentRegistry, n as isNil } from './withComponentRegistry-28311671.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -5,0 +5,0 @@

@@ -1,6 +0,6 @@

import { r as registerInstance, c as createEvent, h, g as getElement, w as writeTask } from './index-6653be23.js';
import { c as withComponentRegistry, D as Disposal, e as isUndefined, l as listen } from './withComponentRegistry-0ee63161.js';
import { c as createDispatcher } from './PlayerDispatcher-fb74083b.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { w as withControlsCollisionDetection } from './withControlsCollisionDetection-332d8fa5.js';
import { r as registerInstance, c as createEvent, h, g as getElement, w as writeTask } from './index-f5fd0f81.js';
import { c as withComponentRegistry, D as Disposal, e as isUndefined, l as listen } from './withComponentRegistry-28311671.js';
import { c as createDispatcher } from './PlayerDispatcher-de9282f5.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import { w as withControlsCollisionDetection } from './withControlsCollisionDetection-ebad8447.js';
import './PlayerEvents-5c5704d6.js';

@@ -7,0 +7,0 @@

@@ -1,6 +0,6 @@

import { g as getElement, a as getRenderingRef, w as writeTask, r as registerInstance, c as createEvent, h, H as Host } from './index-6653be23.js';
import { e as isUndefined, j as createStencilHook, l as listen, r as wrapStencilHook, D as Disposal, s as withFindPlayer, t as withComponentRegistrar, i as isComponentRegistered, h as isString } from './withComponentRegistry-0ee63161.js';
import { c as canAutoplay, o as onMobileChange, a as onTouchInputChange, b as canRotateScreen, d as IS_IOS } from './support-4c29de32.js';
import { P as PROVIDER_CACHE_KEY, a as withProviderHost } from './ProviderConnect-66a33e06.js';
import { F as FullscreenController } from './FullscreenController-b1286e9b.js';
import { g as getElement, a as getRenderingRef, w as writeTask, r as registerInstance, c as createEvent, h, H as Host } from './index-f5fd0f81.js';
import { e as isUndefined, j as createStencilHook, l as listen, r as wrapStencilHook, D as Disposal, s as withFindPlayer, t as withComponentRegistrar, i as isComponentRegistered, h as isString } from './withComponentRegistry-28311671.js';
import { c as canAutoplay, o as onMobileChange, a as onTouchInputChange, b as canRotateScreen, d as IS_IOS } from './support-b6811262.js';
import { P as PROVIDER_CACHE_KEY, a as withProviderHost } from './ProviderConnect-42dc4f0d.js';
import { F as FullscreenController } from './FullscreenController-b811bf0c.js';
import { i as initialState, s as shouldPropResetOnMediaChange, a as isWritableProp, e as en } from './PlayerProps-2c57fcea.js';

@@ -10,3 +10,3 @@ import { M as MediaType } from './MediaType-aec4c150.js';

import { f as firePlayerEvent, L as LOAD_START_EVENT } from './PlayerEvents-5c5704d6.js';
import { S as STATE_CHANGE_EVENT } from './PlayerDispatcher-fb74083b.js';
import { S as STATE_CHANGE_EVENT } from './PlayerDispatcher-de9282f5.js';
import './Provider-2e7e8366.js';

@@ -13,0 +13,0 @@

@@ -1,4 +0,4 @@

import { r as registerInstance, h } from './index-6653be23.js';
import { c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { w as withPlayerContext } from './withPlayerContext-c887cb17.js';
import { r as registerInstance, h } from './index-f5fd0f81.js';
import { c as withComponentRegistry } from './withComponentRegistry-28311671.js';
import { w as withPlayerContext } from './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -5,0 +5,0 @@

@@ -1,3 +0,3 @@

import { r as registerInstance, c as createEvent, h, g as getElement } from './index-6653be23.js';
import { c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, c as createEvent, h, g as getElement } from './index-f5fd0f81.js';
import { c as withComponentRegistry } from './withComponentRegistry-28311671.js';

@@ -4,0 +4,0 @@ const sliderCss = ":host{width:100%}.slider{width:100%}input{width:100%;-webkit-appearance:none;background:transparent;border:0;outline:0;cursor:pointer;box-sizing:border-box;border-radius:calc(var(--vm-slider-thumb-height) * 2);user-select:none;-webkit-user-select:none;touch-action:manipulation;color:var(--vm-slider-value-color);display:block;height:var(--vm-slider-track-height);margin:0;padding:0;transition:box-shadow 0.3s ease}input::-webkit-slider-runnable-track{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background-image:linear-gradient(\n to right,\n currentColor var(--vm-value, 0%),\n transparent var(--vm-value, 0%)\n );background-color:var(--vm-slider-track-color)}input::-webkit-slider-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow);-webkit-appearance:none;margin-top:calc(\n 0px -\n calc(\n calc(var(--vm-slider-thumb-height) - var(--vm-slider-track-height)) / 2\n )\n )}input::-moz-range-track{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background-color:var(--vm-slider-track-color)}input::-moz-range-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow)}input::-moz-range-progress{background:currentColor;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height)}input::-ms-track{border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;color:transparent;background-color:var(--vm-slider-track-color)}input::-ms-fill-upper{background:transparent;border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none}input::-ms-fill-lower{border:0;border-radius:calc(var(--vm-slider-track-height) / 2);height:var(--vm-slider-track-height);transition:box-shadow 0.3s ease;user-select:none;background:currentColor}input::-ms-thumb{opacity:0;background:var(--vm-slider-thumb-bg);border:0;border-radius:100%;position:relative;transition:all 0.2s ease;width:var(--vm-slider-thumb-width);height:var(--vm-slider-thumb-height);box-shadow:var(--vm-slider-thumb-shadow);margin-top:0}input::-ms-tooltip{display:none}input:hover::-webkit-slider-runnable-track{height:var(--vm-slider-track-focused-height)}input:hover::-moz-range-track{height:var(--vm-slider-track-focused-height)}input:hover::-ms-track{height:var(--vm-slider-track-focused-height)}input:hover::-ms-fill-upper{height:var(--vm-slider-track-focused-height)}input:hover::-ms-fill-lower{height:var(--vm-slider-track-focused-height)}input:hover::-webkit-slider-thumb{opacity:1}input:hover::-moz-range-thumb{opacity:1}input:hover::-ms-thumb{opacity:1}input:focus{outline:0}input:focus::-webkit-slider-runnable-track{outline:0;height:var(--vm-slider-track-focused-height)}input:focus::-moz-range-track{outline:0;height:var(--vm-slider-track-focused-height)}input:focus::-ms-track{outline:0;height:var(--vm-slider-track-focused-height)}input::-moz-focus-outer{border:0}";

@@ -1,4 +0,4 @@

import { r as registerInstance, h } from './index-6653be23.js';
import { r as registerInstance, h } from './index-f5fd0f81.js';
import { f as formatTime } from './formatters-1343ea73.js';
import { c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { c as withComponentRegistry } from './withComponentRegistry-28311671.js';

@@ -5,0 +5,0 @@ const timeCss = ".time{display:flex;align-items:center;color:var(--vm-time-color);font-size:var(--vm-time-font-size);font-weight:var(--vm-time-font-weight)}";

@@ -1,5 +0,5 @@

import { r as registerInstance, h } from './index-6653be23.js';
import { r as registerInstance, h } from './index-f5fd0f81.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { c as withComponentRegistry } from './withComponentRegistry-0ee63161.js';
import { w as withProviderConnect } from './ProviderConnect-66a33e06.js';
import { c as withComponentRegistry } from './withComponentRegistry-28311671.js';
import { w as withProviderConnect } from './ProviderConnect-42dc4f0d.js';
import './Provider-2e7e8366.js';

@@ -6,0 +6,0 @@ import './PlayerProps-2c57fcea.js';

@@ -1,12 +0,12 @@

import { r as registerInstance, c as createEvent, h } from './index-6653be23.js';
import { a as decodeJSON } from './network-acd9b3a6.js';
import { c as withComponentRegistry, k as deferredPromise, u as isNumber, e as isUndefined, h as isString } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, c as createEvent, h } from './index-f5fd0f81.js';
import { a as decodeJSON } from './network-1fe1550f.js';
import { c as withComponentRegistry, k as deferredPromise, u as isNumber, e as isUndefined, h as isString } from './withComponentRegistry-28311671.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import { w as withProviderContext } from './withProviderContext-b5111a00.js';
import './support-4c29de32.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import { w as withProviderContext } from './withProviderContext-a9e7f1bc.js';
import './support-b6811262.js';
import './Provider-2e7e8366.js';
import './PlayerProps-2c57fcea.js';
import './withPlayerContext-c887cb17.js';
import './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -132,5 +132,7 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
disconnectedCallback() {

@@ -179,3 +181,3 @@ this.cancelTimeUpdates();

var _a;
const thumnailRegex = /vimeocdn\.com\/video\/([0-9]+)/;
const thumnailRegex = /vimeocdn.com\/video\/(.*)?_/;
const thumbnailId = (_a = data === null || data === void 0 ? void 0 : data.thumbnail_url) === null || _a === void 0 ? void 0 : _a.match(thumnailRegex)[1];

@@ -376,2 +378,5 @@ const poster = `https://i.vimeocdn.com/video/${thumbnailId}_1920x1080.jpg`;

adjustPosition() {
if (this.controls) {
return {};
}
const [aw, ah] = this.aspectRatio.split(':').map(r => parseInt(r, 10));

@@ -401,3 +406,5 @@ const height = 240;

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("setCurrentTime" /* SetCurrentTime */, time);
}
}),

@@ -404,0 +411,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -1,12 +0,12 @@

import { r as registerInstance, c as createEvent, h } from './index-6653be23.js';
import { b as loadImage, a as decodeJSON } from './network-acd9b3a6.js';
import { c as withComponentRegistry, h as isString, m as isObject, u as isNumber, o as isArray, v as isBoolean } from './withComponentRegistry-0ee63161.js';
import { r as registerInstance, c as createEvent, h } from './index-f5fd0f81.js';
import { b as loadImage, a as decodeJSON } from './network-1fe1550f.js';
import { c as withComponentRegistry, h as isString, m as isObject, u as isNumber, o as isArray, v as isBoolean } from './withComponentRegistry-28311671.js';
import { M as MediaType } from './MediaType-aec4c150.js';
import { V as ViewType } from './ViewType-6da43616.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-66a33e06.js';
import { w as withProviderContext } from './withProviderContext-b5111a00.js';
import './support-4c29de32.js';
import { w as withProviderConnect, c as createProviderDispatcher } from './ProviderConnect-42dc4f0d.js';
import { w as withProviderContext } from './withProviderContext-a9e7f1bc.js';
import './support-b6811262.js';
import './Provider-2e7e8366.js';
import './PlayerProps-2c57fcea.js';
import './withPlayerContext-c887cb17.js';
import './withPlayerContext-4c52f564.js';
import './PlayerEvents-5c5704d6.js';

@@ -118,5 +118,7 @@

this.onVideoIdChange();
this.initialMuted = this.muted;
this.defaultInternalState = Object.assign({}, this.internalState);
}
componentDidLoad() {
this.initialMuted = this.muted;
}
/** @internal */

@@ -136,3 +138,5 @@ getAdapter() {

setCurrentTime: (time) => __awaiter(this, void 0, void 0, function* () {
this.remoteControl("seekTo" /* Seek */, time);
if (time !== this.internalState.currentTime) {
this.remoteControl("seekTo" /* Seek */, time);
}
}),

@@ -139,0 +143,0 @@ setMuted: (muted) => __awaiter(this, void 0, void 0, function* () {

@@ -82,2 +82,3 @@ import { EventEmitter } from '../../../stencil-public-runtime';

connectedCallback(): void;
componentDidLoad(): void;
private getOrigin;

@@ -84,0 +85,0 @@ private getPreconnections;

@@ -79,2 +79,3 @@ import { EventEmitter } from '../../../stencil-public-runtime';

connectedCallback(): void;
componentDidLoad(): void;
disconnectedCallback(): void;

@@ -81,0 +82,0 @@ private getOrigin;

@@ -55,2 +55,3 @@ import { EventEmitter } from '../../../stencil-public-runtime';

connectedCallback(): void;
componentDidLoad(): void;
/** @internal */

@@ -57,0 +58,0 @@ getAdapter(): Promise<{

@@ -1,1 +0,1 @@

export{C as COMPONENT_NAME_KEY,P as PLAYER_KEY,R as REGISTRATION_KEY,b as REGISTRY_KEY,f as findPlayer,g as getComponentFromRegistry,a as getPlayerFromRegistry,i as isComponentRegistered,w as watchComponentRegistry,c as withComponentRegistry}from"./p-c79db6f4.js";export{M as MediaType}from"./p-8b74fa0e.js";export{c as createDispatcher}from"./p-0acefa9c.js";export{i as initialState,a as isWritableProp}from"./p-8acb8eb5.js";export{V as ViewType}from"./p-415151d7.js";export{u as usePlayerContext,w as withPlayerContext}from"./p-885757c6.js";export{P as Provider}from"./p-121aab6e.js";import"./p-14922b2a.js";import"./p-152748b8.js";
export{C as COMPONENT_NAME_KEY,P as PLAYER_KEY,R as REGISTRATION_KEY,b as REGISTRY_KEY,f as findPlayer,g as getComponentFromRegistry,a as getPlayerFromRegistry,i as isComponentRegistered,w as watchComponentRegistry,c as withComponentRegistry}from"./p-b018976f.js";export{M as MediaType}from"./p-8b74fa0e.js";export{c as createDispatcher}from"./p-5ad78595.js";export{i as initialState,a as isWritableProp}from"./p-8acb8eb5.js";export{V as ViewType}from"./p-415151d7.js";export{u as usePlayerContext,w as withPlayerContext}from"./p-cbbce638.js";export{P as Provider}from"./p-121aab6e.js";import"./p-aa8acb66.js";import"./p-152748b8.js";

@@ -1,1 +0,1 @@

import{p as e,b as i}from"./p-14922b2a.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i(JSON.parse('[["p-f328572c",[[1,"vm-default-ui",{"noClickToPlay":[4,"no-click-to-play"],"noDblClickFullscreen":[4,"no-dbl-click-fullscreen"],"noCaptions":[4,"no-captions"],"noPoster":[4,"no-poster"],"noSpinner":[4,"no-spinner"],"noControls":[4,"no-controls"],"noSettings":[4,"no-settings"],"noLoadingScreen":[4,"no-loading-screen"]}]]],["p-79ef80aa",[[1,"vm-dash",{"src":[1],"version":[1],"libSrc":[1,"lib-src"],"config":[16],"autoplay":[4],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"enableTextTracksByDefault":[4,"enable-text-tracks-by-default"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"isTextTrackVisible":[4,"is-text-track-visible"],"currentTextTrack":[2,"current-text-track"],"hasAttached":[32],"getAdapter":[64]},[[0,"vmMediaElChange","onMediaElChange"]]]]],["p-c14974b0",[[4,"vm-hls",{"version":[1],"libSrc":[1,"lib-src"],"config":[8],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"playbackReady":[4,"playback-ready"],"mediaTitle":[1,"media-title"],"hasAttached":[32],"getAdapter":[64]},[[0,"vmMediaElChange","onMediaElChange"],[0,"vmSrcSetChange","onSrcChange"]]]]],["p-584fd1bb",[[4,"vm-audio",{"willAttach":[4,"will-attach"],"crossOrigin":[1,"cross-origin"],"preload":[1],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"getAdapter":[64]}]]],["p-67be9cde",[[1,"vm-dailymotion",{"videoId":[1,"video-id"],"shouldAutoplayQueue":[4,"should-autoplay-queue"],"showUpNextQueue":[4,"show-up-next-queue"],"showShareButtons":[4,"show-share-buttons"],"color":[1],"syndication":[1],"showDailymotionLogo":[4,"show-dailymotion-logo"],"showVideoInfo":[4,"show-video-info"],"language":[1],"autoplay":[4],"controls":[4],"poster":[1],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-7345ff61",[[1,"vm-vimeo",{"videoId":[1,"video-id"],"byline":[4],"color":[1],"portrait":[4],"noAutoAspectRatio":[4,"no-auto-aspect-ratio"],"poster":[1],"cookies":[4],"language":[1],"aspectRatio":[1,"aspect-ratio"],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-61748dc3",[[1,"vm-youtube",{"cookies":[4],"videoId":[1,"video-id"],"showFullscreenControl":[4,"show-fullscreen-control"],"poster":[1],"language":[1],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-099cc1fe",[[1,"vm-icon-library",{"name":[1],"resolver":[16],"icons":[1]}]]],["p-04d0ce7c",[[1,"vm-player",{"logger":[16],"theme":[513],"icons":[513],"paused":[1028],"playing":[1028],"duration":[1026],"mediaTitle":[1025,"media-title"],"currentProvider":[1025,"current-provider"],"currentSrc":[1025,"current-src"],"currentPoster":[1025,"current-poster"],"currentTime":[1026,"current-time"],"autoplay":[4],"ready":[1540],"playbackReady":[1028,"playback-ready"],"loop":[4],"muted":[1028],"buffered":[1026],"playbackRate":[1026,"playback-rate"],"playbackRates":[1040],"playbackQuality":[1025,"playback-quality"],"playbackQualities":[1040],"seeking":[1028],"debug":[4],"playbackStarted":[1028,"playback-started"],"playbackEnded":[1028,"playback-ended"],"buffering":[1028],"controls":[4],"isControlsActive":[4,"is-controls-active"],"isSettingsActive":[1028,"is-settings-active"],"volume":[1026],"isFullscreenActive":[1028,"is-fullscreen-active"],"aspectRatio":[1025,"aspect-ratio"],"viewType":[1025,"view-type"],"isAudioView":[1028,"is-audio-view"],"isVideoView":[1028,"is-video-view"],"mediaType":[1025,"media-type"],"isAudio":[1028,"is-audio"],"isVideo":[1028,"is-video"],"isLive":[1028,"is-live"],"isMobile":[1028,"is-mobile"],"isTouch":[1028,"is-touch"],"isPiPActive":[1028,"is-pi-p-active"],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"audioTracks":[16],"currentAudioTrack":[2,"current-audio-track"],"autopause":[4],"playsinline":[4],"language":[1025],"translations":[1040],"languages":[1040],"i18n":[1040],"container":[32],"getProvider":[64],"getAdapter":[64],"play":[64],"pause":[64],"canPlay":[64],"canAutoplay":[64],"canMutedAutoplay":[64],"canSetPlaybackRate":[64],"canSetPlaybackQuality":[64],"canSetFullscreen":[64],"enterFullscreen":[64],"exitFullscreen":[64],"canSetPiP":[64],"enterPiP":[64],"exitPiP":[64],"canSetAudioTrack":[64],"setCurrentAudioTrack":[64],"canSetTextTrack":[64],"setCurrentTextTrack":[64],"canSetTextTrackVisibility":[64],"setTextTrackVisibility":[64],"extendLanguage":[64],"getContainer":[64],"callAdapter":[64]},[[0,"vmError","onError"]]]]],["p-0bda0354",[[1,"vm-skeleton",{"effect":[1],"ready":[4],"hidden":[32]}]]],["p-ba0b660a",[[4,"vm-video",{"willAttach":[4,"will-attach"],"hasCustomTextManager":[4,"has-custom-text-manager"],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"getAdapter":[64]},[[0,"vmMediaProviderConnect","onProviderConnect"],[0,"vmMediaProviderDisconnect","onProviderDisconnect"]]]]],["p-079ee805",[[1,"vm-embed",{"embedSrc":[1,"embed-src"],"mediaTitle":[1,"media-title"],"params":[1],"origin":[1],"preconnections":[16],"decoder":[16],"srcWithParams":[32],"hasEnteredViewport":[32],"postMessage":[64]},[[8,"message","onWindowMessage"]]]]],["p-d135171a",[[6,"vm-file",{"willAttach":[4,"will-attach"],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"mediaTitle":[1,"media-title"],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"viewType":[1,"view-type"],"playbackRates":[16],"language":[1],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"noConnect":[4,"no-connect"],"paused":[4],"currentTime":[2,"current-time"],"volume":[2],"playbackReady":[4,"playback-ready"],"playbackStarted":[4,"playback-started"],"currentTextTrack":[2,"current-text-track"],"hasCustomTextManager":[4,"has-custom-text-manager"],"isTextTrackVisible":[4,"is-text-track-visible"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"vmPoster":[32],"getAdapter":[64]},[[0,"vmMediaProviderConnect","onProviderConnect"],[0,"vmMediaProviderDisconnect","onProviderDisconnect"]]]]],["p-b0ce2453",[[1,"vm-slider",{"step":[2],"min":[2],"max":[2],"value":[2],"valueText":[1,"value-text"],"label":[1]}]]],["p-c90da03c",[[1,"vm-time",{"label":[1],"seconds":[2],"alwaysShowHours":[4,"always-show-hours"]}]]],["p-249860d1",[[1,"vm-control",{"keys":[1],"identifier":[1],"hidden":[4],"label":[1],"menu":[1],"expanded":[4],"pressed":[4],"isTouch":[4,"is-touch"],"describedBy":[32],"showTapHighlight":[32],"focusControl":[64],"blurControl":[64]}],[1,"vm-tooltip",{"hidden":[4],"active":[4],"position":[1],"direction":[1],"isTouch":[4,"is-touch"],"isMobile":[4,"is-mobile"]}],[1,"vm-icon",{"name":[1],"src":[1],"label":[1],"library":[1],"icons":[1],"svg":[32],"redraw":[64]}]]],["p-0adfd089",[[1,"vm-menu-item",{"identifier":[1],"hidden":[4],"label":[1],"menu":[16],"expanded":[4],"checked":[4],"hint":[1],"badge":[1],"checkIcon":[1,"check-icon"],"icons":[1],"isTouch":[4,"is-touch"],"showTapHighlight":[32],"focusItem":[64],"blurItem":[64],"getHeight":[64]}],[1,"vm-menu",{"active":[1540],"identifier":[1],"controller":[16],"slideInDirection":[1,"slide-in-direction"],"activeMenuItem":[32],"activeSubmenu":[32],"focusMenu":[64],"blurMenu":[64],"getActiveMenuItem":[64],"setActiveMenuItem":[64],"calculateHeight":[64]},[[0,"vmOpenSubmenu","onOpenSubmenu"],[0,"vmCloseSubmenu","onCloseSubmenu"],[8,"click","onWindowClick"],[8,"keydown","onWindowKeyDown"]]]]],["p-a9bc4091",[[1,"vm-submenu",{"label":[1],"hint":[1],"slideInDirection":[1,"slide-in-direction"],"active":[1540],"menu":[32],"controller":[32],"getController":[64],"getMenu":[64],"getControllerHeight":[64]}],[1,"vm-menu-radio",{"label":[1],"value":[1],"checked":[1028],"badge":[1],"checkIcon":[1,"check-icon"],"icons":[1]}],[1,"vm-settings",{"pin":[513],"active":[1540],"isMobile":[4,"is-mobile"],"isAudioView":[4,"is-audio-view"],"menuHeight":[32],"setController":[64]}],[1,"vm-menu-radio-group",{"value":[1025]},[[0,"vmCheck","onSelectionChange"]]]]],["p-b880e7ed",[[1,"vm-volume-control",{"lowVolumeIcon":[1,"low-volume-icon"],"highVolumeIcon":[1,"high-volume-icon"],"mutedIcon":[1,"muted-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"muteKeys":[1,"mute-keys"],"noKeyboard":[4,"no-keyboard"],"muted":[4],"volume":[2],"isMobile":[4,"is-mobile"],"i18n":[16],"currentVolume":[32],"isSliderActive":[32]}],[1,"vm-caption-control",{"showIcon":[1,"show-icon"],"hideIcon":[1,"hide-icon"],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"icons":[1],"keys":[1],"i18n":[16],"playbackReady":[4,"playback-ready"],"textTracks":[16],"isTextTrackVisible":[4,"is-text-track-visible"],"canToggleCaptionVisibility":[32]}],[1,"vm-fullscreen-control",{"enterIcon":[1,"enter-icon"],"exitIcon":[1,"exit-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"isFullscreenActive":[4,"is-fullscreen-active"],"i18n":[16],"playbackReady":[4,"playback-ready"],"canSetFullscreen":[32]}],[1,"vm-pip-control",{"enterIcon":[1,"enter-icon"],"exitIcon":[1,"exit-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"isPiPActive":[4,"is-pi-p-active"],"i18n":[16],"playbackReady":[4,"playback-ready"],"canSetPiP":[32]}],[1,"vm-playback-control",{"playIcon":[1,"play-icon"],"pauseIcon":[1,"pause-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"paused":[4],"i18n":[16]}],[1,"vm-settings-control",{"icon":[1],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"menu":[1],"expanded":[4],"i18n":[16],"vmSettings":[32],"focusControl":[64],"blurControl":[64]}],[1,"vm-time-progress",{"separator":[1],"alwaysShowHours":[4,"always-show-hours"]}],[1,"vm-scrubber-control",{"alwaysShowHours":[4,"always-show-hours"],"hideTooltip":[4,"hide-tooltip"],"currentTime":[2,"current-time"],"duration":[2],"noKeyboard":[4,"no-keyboard"],"buffering":[4],"buffered":[2],"i18n":[16],"timestamp":[32],"endTime":[32]}],[1,"vm-control-group",{"space":[1]}],[1,"vm-control-spacer"],[1,"vm-controls",{"hidden":[4],"fullWidth":[4,"full-width"],"fullHeight":[4,"full-height"],"direction":[1],"align":[1],"justify":[1],"pin":[513],"activeDuration":[2,"active-duration"],"waitForPlaybackStart":[4,"wait-for-playback-start"],"hideWhenPaused":[4,"hide-when-paused"],"hideOnMouseLeave":[4,"hide-on-mouse-leave"],"isAudioView":[4,"is-audio-view"],"isSettingsActive":[4,"is-settings-active"],"playbackReady":[4,"playback-ready"],"isControlsActive":[4,"is-controls-active"],"paused":[4],"playbackStarted":[4,"playback-started"],"isInteracting":[32]}],[1,"vm-live-indicator",{"isLive":[4,"is-live"],"i18n":[16]}],[1,"vm-scrim",{"gradient":[1],"isVideoView":[4,"is-video-view"],"isControlsActive":[4,"is-controls-active"]}],[1,"vm-mute-control",{"lowVolumeIcon":[1,"low-volume-icon"],"highVolumeIcon":[1,"high-volume-icon"],"mutedIcon":[1,"muted-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"volume":[2],"muted":[4],"i18n":[16]}],[1,"vm-current-time",{"currentTime":[2,"current-time"],"i18n":[16],"alwaysShowHours":[4,"always-show-hours"]}],[1,"vm-end-time",{"duration":[2],"i18n":[16],"alwaysShowHours":[4,"always-show-hours"]}]]],["p-d59e1ad8",[[1,"vm-default-controls",{"activeDuration":[2,"active-duration"],"waitForPlaybackStart":[4,"wait-for-playback-start"],"hideWhenPaused":[4,"hide-when-paused"],"hideOnMouseLeave":[4,"hide-on-mouse-leave"],"theme":[1],"isMobile":[4,"is-mobile"],"isLive":[4,"is-live"],"isAudioView":[4,"is-audio-view"],"isVideoView":[4,"is-video-view"]}],[1,"vm-default-settings",{"pin":[513],"i18n":[16],"playbackReady":[4,"playback-ready"],"playbackRate":[2,"playback-rate"],"playbackRates":[16],"isVideoView":[4,"is-video-view"],"playbackQuality":[1,"playback-quality"],"playbackQualities":[16],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"audioTracks":[16],"currentAudioTrack":[2,"current-audio-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"canSetPlaybackRate":[32],"canSetPlaybackQuality":[32],"canSetTextTrack":[32],"canSetAudioTrack":[32]}],[1,"vm-captions",{"hidden":[4],"isControlsActive":[4,"is-controls-active"],"isVideoView":[4,"is-video-view"],"playbackStarted":[4,"playback-started"],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"isEnabled":[32],"cue":[32],"fontSize":[32]}],[1,"vm-click-to-play",{"useOnMobile":[4,"use-on-mobile"],"paused":[4],"isVideoView":[4,"is-video-view"],"isMobile":[4,"is-mobile"],"forceClick":[64]}],[1,"vm-dbl-click-fullscreen",{"useOnMobile":[4,"use-on-mobile"],"isFullscreenActive":[4,"is-fullscreen-active"],"isVideoView":[4,"is-video-view"],"playbackReady":[4,"playback-ready"],"isMobile":[4,"is-mobile"],"canSetFullscreen":[32]}],[1,"vm-loading-screen",{"playbackReady":[4,"playback-ready"],"hideDots":[4,"hide-dots"]}],[1,"vm-poster",{"fit":[1],"isVideoView":[4,"is-video-view"],"currentPoster":[1,"current-poster"],"mediaTitle":[1,"media-title"],"playbackStarted":[4,"playback-started"],"currentTime":[2,"current-time"],"isHidden":[32],"isActive":[32],"hasLoaded":[32]}],[1,"vm-spinner",{"isVideoView":[4,"is-video-view"],"currentProvider":[1,"current-provider"],"showWhenMediaLoading":[4,"show-when-media-loading"],"playbackReady":[4,"playback-ready"],"buffering":[4],"isHidden":[32],"isActive":[32]}],[1,"vm-ui",{"isVideoView":[4,"is-video-view"],"playsinline":[4],"isFullscreenActive":[4,"is-fullscreen-active"]}]]]]'),e)));
import{p as e,b as i}from"./p-aa8acb66.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i(JSON.parse('[["p-afa7a4e9",[[1,"vm-default-ui",{"noClickToPlay":[4,"no-click-to-play"],"noDblClickFullscreen":[4,"no-dbl-click-fullscreen"],"noCaptions":[4,"no-captions"],"noPoster":[4,"no-poster"],"noSpinner":[4,"no-spinner"],"noControls":[4,"no-controls"],"noSettings":[4,"no-settings"],"noLoadingScreen":[4,"no-loading-screen"]}]]],["p-04bdbefe",[[1,"vm-dash",{"src":[1],"version":[1],"libSrc":[1,"lib-src"],"config":[16],"autoplay":[4],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"enableTextTracksByDefault":[4,"enable-text-tracks-by-default"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"isTextTrackVisible":[4,"is-text-track-visible"],"currentTextTrack":[2,"current-text-track"],"hasAttached":[32],"getAdapter":[64]},[[0,"vmMediaElChange","onMediaElChange"]]]]],["p-72062fca",[[4,"vm-hls",{"version":[1],"libSrc":[1,"lib-src"],"config":[8],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"playbackReady":[4,"playback-ready"],"mediaTitle":[1,"media-title"],"hasAttached":[32],"getAdapter":[64]},[[0,"vmMediaElChange","onMediaElChange"],[0,"vmSrcSetChange","onSrcChange"]]]]],["p-72d86b11",[[4,"vm-audio",{"willAttach":[4,"will-attach"],"crossOrigin":[1,"cross-origin"],"preload":[1],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"getAdapter":[64]}]]],["p-3ef11d1e",[[1,"vm-dailymotion",{"videoId":[1,"video-id"],"shouldAutoplayQueue":[4,"should-autoplay-queue"],"showUpNextQueue":[4,"show-up-next-queue"],"showShareButtons":[4,"show-share-buttons"],"color":[1],"syndication":[1],"showDailymotionLogo":[4,"show-dailymotion-logo"],"showVideoInfo":[4,"show-video-info"],"language":[1],"autoplay":[4],"controls":[4],"poster":[1],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-8d34cd66",[[1,"vm-vimeo",{"videoId":[1,"video-id"],"byline":[4],"color":[1],"portrait":[4],"noAutoAspectRatio":[4,"no-auto-aspect-ratio"],"poster":[1],"cookies":[4],"language":[1],"aspectRatio":[1,"aspect-ratio"],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-225acf1a",[[1,"vm-youtube",{"cookies":[4],"videoId":[1,"video-id"],"showFullscreenControl":[4,"show-fullscreen-control"],"poster":[1],"language":[1],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"embedSrc":[32],"mediaTitle":[32],"getAdapter":[64]}]]],["p-c356c41a",[[1,"vm-icon-library",{"name":[1],"resolver":[16],"icons":[1]}]]],["p-c9bd4401",[[1,"vm-player",{"logger":[16],"theme":[513],"icons":[513],"paused":[1028],"playing":[1028],"duration":[1026],"mediaTitle":[1025,"media-title"],"currentProvider":[1025,"current-provider"],"currentSrc":[1025,"current-src"],"currentPoster":[1025,"current-poster"],"currentTime":[1026,"current-time"],"autoplay":[4],"ready":[1540],"playbackReady":[1028,"playback-ready"],"loop":[4],"muted":[1028],"buffered":[1026],"playbackRate":[1026,"playback-rate"],"playbackRates":[1040],"playbackQuality":[1025,"playback-quality"],"playbackQualities":[1040],"seeking":[1028],"debug":[4],"playbackStarted":[1028,"playback-started"],"playbackEnded":[1028,"playback-ended"],"buffering":[1028],"controls":[4],"isControlsActive":[4,"is-controls-active"],"isSettingsActive":[1028,"is-settings-active"],"volume":[1026],"isFullscreenActive":[1028,"is-fullscreen-active"],"aspectRatio":[1025,"aspect-ratio"],"viewType":[1025,"view-type"],"isAudioView":[1028,"is-audio-view"],"isVideoView":[1028,"is-video-view"],"mediaType":[1025,"media-type"],"isAudio":[1028,"is-audio"],"isVideo":[1028,"is-video"],"isLive":[1028,"is-live"],"isMobile":[1028,"is-mobile"],"isTouch":[1028,"is-touch"],"isPiPActive":[1028,"is-pi-p-active"],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"audioTracks":[16],"currentAudioTrack":[2,"current-audio-track"],"autopause":[4],"playsinline":[4],"language":[1025],"translations":[1040],"languages":[1040],"i18n":[1040],"container":[32],"getProvider":[64],"getAdapter":[64],"play":[64],"pause":[64],"canPlay":[64],"canAutoplay":[64],"canMutedAutoplay":[64],"canSetPlaybackRate":[64],"canSetPlaybackQuality":[64],"canSetFullscreen":[64],"enterFullscreen":[64],"exitFullscreen":[64],"canSetPiP":[64],"enterPiP":[64],"exitPiP":[64],"canSetAudioTrack":[64],"setCurrentAudioTrack":[64],"canSetTextTrack":[64],"setCurrentTextTrack":[64],"canSetTextTrackVisibility":[64],"setTextTrackVisibility":[64],"extendLanguage":[64],"getContainer":[64],"callAdapter":[64]},[[0,"vmError","onError"]]]]],["p-e306b764",[[1,"vm-skeleton",{"effect":[1],"ready":[4],"hidden":[32]}]]],["p-e37f4b03",[[4,"vm-video",{"willAttach":[4,"will-attach"],"hasCustomTextManager":[4,"has-custom-text-manager"],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"mediaTitle":[1,"media-title"],"getAdapter":[64]},[[0,"vmMediaProviderConnect","onProviderConnect"],[0,"vmMediaProviderDisconnect","onProviderDisconnect"]]]]],["p-34d81ce6",[[1,"vm-embed",{"embedSrc":[1,"embed-src"],"mediaTitle":[1,"media-title"],"params":[1],"origin":[1],"preconnections":[16],"decoder":[16],"srcWithParams":[32],"hasEnteredViewport":[32],"postMessage":[64]},[[8,"message","onWindowMessage"]]]]],["p-2a3ae564",[[6,"vm-file",{"willAttach":[4,"will-attach"],"crossOrigin":[1,"cross-origin"],"preload":[1],"poster":[1],"mediaTitle":[1,"media-title"],"controlsList":[1,"controls-list"],"autoPiP":[4,"auto-pip"],"disablePiP":[4,"disable-pip"],"disableRemotePlayback":[4,"disable-remote-playback"],"viewType":[1,"view-type"],"playbackRates":[16],"language":[1],"autoplay":[4],"controls":[4],"logger":[16],"loop":[4],"muted":[4],"playsinline":[4],"noConnect":[4,"no-connect"],"paused":[4],"currentTime":[2,"current-time"],"volume":[2],"playbackReady":[4,"playback-ready"],"playbackStarted":[4,"playback-started"],"currentTextTrack":[2,"current-text-track"],"hasCustomTextManager":[4,"has-custom-text-manager"],"isTextTrackVisible":[4,"is-text-track-visible"],"shouldRenderNativeTextTracks":[4,"should-render-native-text-tracks"],"vmPoster":[32],"getAdapter":[64]},[[0,"vmMediaProviderConnect","onProviderConnect"],[0,"vmMediaProviderDisconnect","onProviderDisconnect"]]]]],["p-ec5fd307",[[1,"vm-slider",{"step":[2],"min":[2],"max":[2],"value":[2],"valueText":[1,"value-text"],"label":[1]}]]],["p-60c99691",[[1,"vm-time",{"label":[1],"seconds":[2],"alwaysShowHours":[4,"always-show-hours"]}]]],["p-ff6686ca",[[1,"vm-control",{"keys":[1],"identifier":[1],"hidden":[4],"label":[1],"menu":[1],"expanded":[4],"pressed":[4],"isTouch":[4,"is-touch"],"describedBy":[32],"showTapHighlight":[32],"focusControl":[64],"blurControl":[64]}],[1,"vm-tooltip",{"hidden":[4],"active":[4],"position":[1],"direction":[1],"isTouch":[4,"is-touch"],"isMobile":[4,"is-mobile"]}],[1,"vm-icon",{"name":[1],"src":[1],"label":[1],"library":[1],"icons":[1],"svg":[32],"redraw":[64]}]]],["p-97c7a1d3",[[1,"vm-menu-item",{"identifier":[1],"hidden":[4],"label":[1],"menu":[16],"expanded":[4],"checked":[4],"hint":[1],"badge":[1],"checkIcon":[1,"check-icon"],"icons":[1],"isTouch":[4,"is-touch"],"showTapHighlight":[32],"focusItem":[64],"blurItem":[64],"getHeight":[64]}],[1,"vm-menu",{"active":[1540],"identifier":[1],"controller":[16],"slideInDirection":[1,"slide-in-direction"],"activeMenuItem":[32],"activeSubmenu":[32],"focusMenu":[64],"blurMenu":[64],"getActiveMenuItem":[64],"setActiveMenuItem":[64],"calculateHeight":[64]},[[0,"vmOpenSubmenu","onOpenSubmenu"],[0,"vmCloseSubmenu","onCloseSubmenu"],[8,"click","onWindowClick"],[8,"keydown","onWindowKeyDown"]]]]],["p-aef494c5",[[1,"vm-submenu",{"label":[1],"hint":[1],"slideInDirection":[1,"slide-in-direction"],"active":[1540],"menu":[32],"controller":[32],"getController":[64],"getMenu":[64],"getControllerHeight":[64]}],[1,"vm-menu-radio",{"label":[1],"value":[1],"checked":[1028],"badge":[1],"checkIcon":[1,"check-icon"],"icons":[1]}],[1,"vm-settings",{"pin":[513],"active":[1540],"isMobile":[4,"is-mobile"],"isAudioView":[4,"is-audio-view"],"menuHeight":[32],"setController":[64]}],[1,"vm-menu-radio-group",{"value":[1025]},[[0,"vmCheck","onSelectionChange"]]]]],["p-3e2c3a29",[[1,"vm-volume-control",{"lowVolumeIcon":[1,"low-volume-icon"],"highVolumeIcon":[1,"high-volume-icon"],"mutedIcon":[1,"muted-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"muteKeys":[1,"mute-keys"],"noKeyboard":[4,"no-keyboard"],"muted":[4],"volume":[2],"isMobile":[4,"is-mobile"],"i18n":[16],"currentVolume":[32],"isSliderActive":[32]}],[1,"vm-caption-control",{"showIcon":[1,"show-icon"],"hideIcon":[1,"hide-icon"],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"icons":[1],"keys":[1],"i18n":[16],"playbackReady":[4,"playback-ready"],"textTracks":[16],"isTextTrackVisible":[4,"is-text-track-visible"],"canToggleCaptionVisibility":[32]}],[1,"vm-fullscreen-control",{"enterIcon":[1,"enter-icon"],"exitIcon":[1,"exit-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"isFullscreenActive":[4,"is-fullscreen-active"],"i18n":[16],"playbackReady":[4,"playback-ready"],"canSetFullscreen":[32]}],[1,"vm-pip-control",{"enterIcon":[1,"enter-icon"],"exitIcon":[1,"exit-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"isPiPActive":[4,"is-pi-p-active"],"i18n":[16],"playbackReady":[4,"playback-ready"],"canSetPiP":[32]}],[1,"vm-playback-control",{"playIcon":[1,"play-icon"],"pauseIcon":[1,"pause-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"paused":[4],"i18n":[16]}],[1,"vm-settings-control",{"icon":[1],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"menu":[1],"expanded":[4],"i18n":[16],"vmSettings":[32],"focusControl":[64],"blurControl":[64]}],[1,"vm-time-progress",{"separator":[1],"alwaysShowHours":[4,"always-show-hours"]}],[1,"vm-scrubber-control",{"alwaysShowHours":[4,"always-show-hours"],"hideTooltip":[4,"hide-tooltip"],"currentTime":[2,"current-time"],"duration":[2],"noKeyboard":[4,"no-keyboard"],"buffering":[4],"buffered":[2],"i18n":[16],"timestamp":[32],"endTime":[32]}],[1,"vm-control-group",{"space":[1]}],[1,"vm-control-spacer"],[1,"vm-controls",{"hidden":[4],"fullWidth":[4,"full-width"],"fullHeight":[4,"full-height"],"direction":[1],"align":[1],"justify":[1],"pin":[513],"activeDuration":[2,"active-duration"],"waitForPlaybackStart":[4,"wait-for-playback-start"],"hideWhenPaused":[4,"hide-when-paused"],"hideOnMouseLeave":[4,"hide-on-mouse-leave"],"isAudioView":[4,"is-audio-view"],"isSettingsActive":[4,"is-settings-active"],"playbackReady":[4,"playback-ready"],"isControlsActive":[4,"is-controls-active"],"paused":[4],"playbackStarted":[4,"playback-started"],"isInteracting":[32]}],[1,"vm-live-indicator",{"isLive":[4,"is-live"],"i18n":[16]}],[1,"vm-scrim",{"gradient":[1],"isVideoView":[4,"is-video-view"],"isControlsActive":[4,"is-controls-active"]}],[1,"vm-mute-control",{"lowVolumeIcon":[1,"low-volume-icon"],"highVolumeIcon":[1,"high-volume-icon"],"mutedIcon":[1,"muted-icon"],"icons":[1],"tooltipPosition":[1,"tooltip-position"],"tooltipDirection":[1,"tooltip-direction"],"hideTooltip":[4,"hide-tooltip"],"keys":[1],"volume":[2],"muted":[4],"i18n":[16]}],[1,"vm-current-time",{"currentTime":[2,"current-time"],"i18n":[16],"alwaysShowHours":[4,"always-show-hours"]}],[1,"vm-end-time",{"duration":[2],"i18n":[16],"alwaysShowHours":[4,"always-show-hours"]}]]],["p-59e8ad4b",[[1,"vm-default-controls",{"activeDuration":[2,"active-duration"],"waitForPlaybackStart":[4,"wait-for-playback-start"],"hideWhenPaused":[4,"hide-when-paused"],"hideOnMouseLeave":[4,"hide-on-mouse-leave"],"theme":[1],"isMobile":[4,"is-mobile"],"isLive":[4,"is-live"],"isAudioView":[4,"is-audio-view"],"isVideoView":[4,"is-video-view"]}],[1,"vm-default-settings",{"pin":[513],"i18n":[16],"playbackReady":[4,"playback-ready"],"playbackRate":[2,"playback-rate"],"playbackRates":[16],"isVideoView":[4,"is-video-view"],"playbackQuality":[1,"playback-quality"],"playbackQualities":[16],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"audioTracks":[16],"currentAudioTrack":[2,"current-audio-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"canSetPlaybackRate":[32],"canSetPlaybackQuality":[32],"canSetTextTrack":[32],"canSetAudioTrack":[32]}],[1,"vm-captions",{"hidden":[4],"isControlsActive":[4,"is-controls-active"],"isVideoView":[4,"is-video-view"],"playbackStarted":[4,"playback-started"],"textTracks":[16],"currentTextTrack":[2,"current-text-track"],"isTextTrackVisible":[4,"is-text-track-visible"],"isEnabled":[32],"cue":[32],"fontSize":[32]}],[1,"vm-click-to-play",{"useOnMobile":[4,"use-on-mobile"],"paused":[4],"isVideoView":[4,"is-video-view"],"isMobile":[4,"is-mobile"],"forceClick":[64]}],[1,"vm-dbl-click-fullscreen",{"useOnMobile":[4,"use-on-mobile"],"isFullscreenActive":[4,"is-fullscreen-active"],"isVideoView":[4,"is-video-view"],"playbackReady":[4,"playback-ready"],"isMobile":[4,"is-mobile"],"canSetFullscreen":[32]}],[1,"vm-loading-screen",{"playbackReady":[4,"playback-ready"],"hideDots":[4,"hide-dots"]}],[1,"vm-poster",{"fit":[1],"isVideoView":[4,"is-video-view"],"currentPoster":[1,"current-poster"],"mediaTitle":[1,"media-title"],"playbackStarted":[4,"playback-started"],"currentTime":[2,"current-time"],"isHidden":[32],"isActive":[32],"hasLoaded":[32]}],[1,"vm-spinner",{"isVideoView":[4,"is-video-view"],"currentProvider":[1,"current-provider"],"showWhenMediaLoading":[4,"show-when-media-loading"],"playbackReady":[4,"playback-ready"],"buffering":[4],"isHidden":[32],"isActive":[32]}],[1,"vm-ui",{"isVideoView":[4,"is-video-view"],"playsinline":[4],"isFullscreenActive":[4,"is-fullscreen-active"]}]]]]'),e)));
{
"name": "@vime/core",
"version": "5.0.35",
"version": "5.3.0",
"description": "Customizable, extensible, accessible and framework agnostic media player.",

@@ -75,4 +75,3 @@ "license": "MIT",

"web components"
],
"gitHead": "309bdaa83edceaac371f83fea7163114e90c1c76"
]
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc