cloudinary-video-player 3.0.6-edge.3 → 3.1.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/dist/adaptive-streaming.js +2 -2
- package/dist/adaptive-streaming.min.js +2 -2
- package/dist/chapters.js +2 -2
- package/dist/chapters.min.js +2 -2
- package/dist/cld-video-player.css +2 -2
- package/dist/cld-video-player.js +6 -6
- package/dist/cld-video-player.light.js +6 -6
- package/dist/cld-video-player.light.min.js +4 -4
- package/dist/cld-video-player.min.css +2 -2
- package/dist/cld-video-player.min.js +4 -4
- package/dist/colors.js +2 -2
- package/dist/colors.min.js +2 -2
- package/dist/dash.js +2 -2
- package/dist/dash.min.js +2 -2
- package/dist/debug.js +2 -2
- package/dist/debug.min.js +2 -2
- package/dist/ima.js +2 -2
- package/dist/ima.min.js +2 -2
- package/dist/interaction-areas.js +2 -2
- package/dist/interaction-areas.min.js +2 -2
- package/dist/node_modules_lodash_throttle_js.js +2 -2
- package/dist/playlist.js +2 -2
- package/dist/playlist.min.js +2 -2
- package/dist/recommendations-overlay.js +2 -2
- package/dist/recommendations-overlay.min.js +2 -2
- package/dist/shoppable.js +2 -2
- package/dist/shoppable.min.js +2 -2
- package/dist/srt-text-tracks.js +2 -2
- package/dist/srt-text-tracks.min.js +2 -2
- package/dist/visual-search.js +2 -2
- package/dist/visual-search.min.js +2 -2
- package/lib/all.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/player.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/package.json +1 -1
package/dist/chapters.js
CHANGED
package/dist/chapters.min.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.0
|
|
3
|
-
* Built on 2025-07-14T06:
|
|
2
|
+
* Cloudinary Video Player v3.1.0
|
|
3
|
+
* Built on 2025-07-14T06:31:06.313Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
"use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[625],{9234:(t,e,r)=>{r.d(e,{default:()=>n});var s=r(6673),a=r.n(s),i=r(8033);const o=function(){function t(t,e){return this.player=t,this.options=e,this.player.one("loadedmetadata",this.initializeChapters.bind(this)),this}return t.prototype.src=function(t){this.resetPlugin(),this.options=t,this.player.one("loadedmetadata",this.initializeChapters.bind(this))},t.prototype.detach=function(){this.resetPlugin()},t.prototype.resetPlugin=function(){this.chaptersTrack&&(this.player.$(".vjs-control-bar-chapter-display").remove(),this.player.$(".vjs-chapter-display").remove(),this.player.$$(".vjs-chapter-marker").forEach((t=>t.remove())),this.player.removeRemoteTextTrack(this.chaptersTrack),delete this.chaptersTrack)},t.prototype.getChaptersFileUrlByName=function(){const t=this.player.cloudinary.currentPublicId();if(!t)return null;return`${(0,i.KA)(`${t}-chapters.vtt`,(0,i.lP)(this.player.cloudinary.cloudinaryConfig(),{resource_type:"raw",version:"1"}))}?t=${Date.now()}`},t.prototype.initializeChapters=async function(){const t=!0===this.options?this.getChaptersFileUrlByName():this.options.url;if(t){const e={kind:"chapters",src:t,default:!0},r=this.player.addRemoteTextTrack(e);r.addEventListener("load",(()=>{this.chaptersTrack=r.track,this.setupChaptersDisplays()}))}else if(Object.entries(this.options).length){const t=this.player.addRemoteTextTrack({kind:"chapters",default:!0}),e=this.player.duration();Object.entries(this.options).forEach(((r,s,a)=>{const i=new VTTCue(parseFloat(r[0]),parseFloat(a[s+1]?a[s+1][0]:e),r[1]);t.track.addCue(i)})),this.chaptersTrack=t.track,this.setupChaptersDisplays(),this.player.controlBar.chaptersButton&&this.player.controlBar.chaptersButton.update()}},t.prototype.setupChaptersDisplays=function(){this.setupProgressBarMarkers(),this.setupProgressBarChapter(),this.setupControlBarChapter()},t.prototype.setupControlBarChapter=function(){const t=this.player.$(".vjs-control-bar-chapter-display")||document.createElement("div");t.setAttribute("class","vjs-control-bar-chapter-display");const e=this.player.$(".vjs-control-bar .vjs-spacer");e.innerHTML="",e.classList.add("vjs-control-bar-chapter-wrapper"),e.appendChild(t),this.chaptersTrack.addEventListener("cuechange",(()=>{const e=Array.from(this.chaptersTrack.activeCues);t.innerText=e.length>0?e[0].text:""}))},t.prototype.setupProgressBarMarkers=function(){const t=this.player.duration(),{seekBar:e}=this.player.controlBar.progressControl;Array.from(this.chaptersTrack.cues).forEach((r=>{if(0!==r.startTime){const s=r.startTime/t*100+"%",i=a().dom.createEl("div",void 0,{class:"vjs-chapter-marker",style:`left: ${s}`});e.el().append(i)}}))},t.prototype.setupProgressBarChapter=function(){const t=a().dom.createEl("div",void 0,{class:"vjs-chapter-display",style:`max-width: ${this.player.$(".vjs-vtt-thumbnail-display")?this.player.$(".vjs-vtt-thumbnail-display").style.width:"160px"}`}),e=this.player.getDescendant(["controlBar","progressControl","seekBar","mouseTimeDisplay"]),r=e.getDescendant(["timeTooltip"]);r.el().parentElement.prepend(t);const s=t=>{const e=t*this.player.duration(),r=Array.from(this.chaptersTrack?.cues||[]).find((t=>e>=t.startTime&&e<=t.endTime));return r?r.text:""};r.update=function(e,r,a){Object.getPrototypeOf(this).update.call(this,e,r,a),t.innerText=s(r)},"object"!=typeof this.player.vttThumbnails&&(e.update=function(e,s){const i=s*this.player_.duration(),o=e.width,n=t.clientWidth/2;r.updateTime(e,s,i,(()=>{e.width*s<n?this.el_.style.left=`${n}px`:e.width*s+n>o?this.el_.style.left=e.width-n+"px":this.el_.style.left=e.width*s+"px"})),r.write(a().time.formatTime(i))})},t}(),n=function(t,e){e.addClass("vjs-chapters"),e.chapters=new o(e,t)}}}]);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.0
|
|
3
|
-
* Built on 2025-07-14T06:
|
|
2
|
+
* Cloudinary Video Player v3.1.0
|
|
3
|
+
* Built on 2025-07-14T06:31:25.240Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
/*!*************************************************************************************************!*\
|
package/dist/cld-video-player.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.0
|
|
3
|
-
* Built on 2025-07-14T06:
|
|
2
|
+
* Cloudinary Video Player v3.1.0
|
|
3
|
+
* Built on 2025-07-14T06:31:25.240Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -1486,7 +1486,7 @@ class CloudinaryAnalytics {
|
|
|
1486
1486
|
}, {
|
|
1487
1487
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
1488
1488
|
videoPlayerType: 'cloudinary video player',
|
|
1489
|
-
videoPlayerVersion: "3.0
|
|
1489
|
+
videoPlayerVersion: "3.1.0"
|
|
1490
1490
|
});
|
|
1491
1491
|
} else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {
|
|
1492
1492
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1887,7 +1887,7 @@ class CloudinaryContext {
|
|
|
1887
1887
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1888
1888
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1889
1889
|
options.queryParams = Object.assign(options.queryParams || {}, options.allowUsageReport ? {
|
|
1890
|
-
_s: `vp-${"3.0
|
|
1890
|
+
_s: `vp-${"3.1.0"}`
|
|
1891
1891
|
} : {});
|
|
1892
1892
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1893
1893
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -2883,7 +2883,7 @@ const contextMenuContent = player => {
|
|
|
2883
2883
|
const isFullscreen = player.isFullscreen();
|
|
2884
2884
|
const aboutMenuItem = {
|
|
2885
2885
|
class: 'player-version',
|
|
2886
|
-
label: 'Cloudinary Player v' + "3.0
|
|
2886
|
+
label: 'Cloudinary Player v' + "3.1.0"
|
|
2887
2887
|
};
|
|
2888
2888
|
if (!player.controls()) {
|
|
2889
2889
|
return [aboutMenuItem];
|
|
@@ -5322,7 +5322,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5322
5322
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5323
5323
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5324
5324
|
const baseParams = new URLSearchParams({
|
|
5325
|
-
vpVersion: "3.0
|
|
5325
|
+
vpVersion: "3.1.0",
|
|
5326
5326
|
vpInstanceId: this.getVPInstanceId(),
|
|
5327
5327
|
cloudName: options.cloudinary.cloudinaryConfig.cloud_name,
|
|
5328
5328
|
...internalAnalyticsMetadata
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
console.warn('[Cloudinary] The "light" video-player is deprecated and will be removed in a future release. The main player is now light by default. Please use that instead.');
|
|
2
2
|
/*!
|
|
3
|
-
* Cloudinary Video Player v3.0
|
|
4
|
-
* Built on 2025-07-14T06:
|
|
3
|
+
* Cloudinary Video Player v3.1.0
|
|
4
|
+
* Built on 2025-07-14T06:31:25.240Z
|
|
5
5
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
6
6
|
*/
|
|
7
7
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -1487,7 +1487,7 @@ class CloudinaryAnalytics {
|
|
|
1487
1487
|
}, {
|
|
1488
1488
|
...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_0___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
|
|
1489
1489
|
videoPlayerType: 'cloudinary video player',
|
|
1490
|
-
videoPlayerVersion: "3.0
|
|
1490
|
+
videoPlayerVersion: "3.1.0"
|
|
1491
1491
|
});
|
|
1492
1492
|
} else if (this.currentVideoMetadata.cloudName !== metadata.cloudName || this.currentVideoMetadata.publicId !== metadata.publicId) {
|
|
1493
1493
|
this.cloudinaryAnalytics.stopManualTracking();
|
|
@@ -1888,7 +1888,7 @@ class CloudinaryContext {
|
|
|
1888
1888
|
options.sourceTypes = options.sourceTypes || _this.sourceTypes();
|
|
1889
1889
|
options.poster = options.poster || posterOptionsForCurrent();
|
|
1890
1890
|
options.queryParams = Object.assign(options.queryParams || {}, options.allowUsageReport ? {
|
|
1891
|
-
_s: `vp-${"3.0
|
|
1891
|
+
_s: `vp-${"3.1.0"}`
|
|
1892
1892
|
} : {});
|
|
1893
1893
|
if (options.sourceTypes.indexOf('audio') > -1) {
|
|
1894
1894
|
builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
|
|
@@ -2884,7 +2884,7 @@ const contextMenuContent = player => {
|
|
|
2884
2884
|
const isFullscreen = player.isFullscreen();
|
|
2885
2885
|
const aboutMenuItem = {
|
|
2886
2886
|
class: 'player-version',
|
|
2887
|
-
label: 'Cloudinary Player v' + "3.0
|
|
2887
|
+
label: 'Cloudinary Player v' + "3.1.0"
|
|
2888
2888
|
};
|
|
2889
2889
|
if (!player.controls()) {
|
|
2890
2890
|
return [aboutMenuItem];
|
|
@@ -5323,7 +5323,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
|
|
|
5323
5323
|
const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
|
|
5324
5324
|
const analyticsParams = new URLSearchParams(analyticsData).toString();
|
|
5325
5325
|
const baseParams = new URLSearchParams({
|
|
5326
|
-
vpVersion: "3.0
|
|
5326
|
+
vpVersion: "3.1.0",
|
|
5327
5327
|
vpInstanceId: this.getVPInstanceId(),
|
|
5328
5328
|
cloudName: options.cloudinary.cloudinaryConfig.cloud_name,
|
|
5329
5329
|
...internalAnalyticsMetadata
|