@evercam/ui 0.0.53-beta.2 → 0.0.53-beta.4

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/index.mjs CHANGED
@@ -21439,7 +21439,7 @@ var xh = function() {
21439
21439
  var e = this, t = e._self._c;
21440
21440
  return t("div", { ref: "videoContainer", staticClass: "video-container paused", attrs: { "data-volume-level": "high" } }, [t("video", e._g(e._b({ ref: "player", attrs: { controls: !1, preload: "auto" }, on: { ended: e.handleEnded, click: e.togglePlay, loadedmetadata: e.getDuration, timeupdate: e.handleTimeUpdate, loadeddata: e.handleLoading } }, "video", e.videoOptions, !1), e.videoListeners), e._l(e.sourceItems, function(i) {
21441
21441
  return t("source", e._g({ key: i.src, attrs: { src: i.src, type: i.type }, on: { error: e.handle404Error } }, e.videoListeners));
21442
- }), 0), e.isLoading ? t("div", { staticClass: "spinner-container" }, [t("ESpinner", { attrs: { size: "9xl", opacity: "0.6", dark: !0 } })], 1) : e._e(), e.isError ? t("div", { staticClass: "spinner-container e-gap-3" }, [t("i", { staticClass: "fa-solid fa-video-slash fa-2xl e-align-middle" }), t("span", [e._v("This video file cannot be played.")])]) : e._e(), t("div", { class: ["video-controls-container", e.withControls] }, [t("div", { staticClass: "controls" }, [t("button", { ref: "playPauseBtn", staticClass: "play-pause-btn fa-lg fa-solid", class: {
21442
+ }), 0), e.isLoading ? t("div", { staticClass: "spinner-container" }, [t("ESpinner", { attrs: { color: !e.isHls, size: e.isHls ? "7xl" : "9xl", opacity: "0.6", dark: !0 } })], 1) : e._e(), e.isError ? t("div", { staticClass: "spinner-container e-gap-3" }, [t("i", { staticClass: "fa-solid fa-video-slash fa-2xl e-align-middle" }), t("span", [e._v("This video file cannot be played.")])]) : e._e(), t("div", { class: ["video-controls-container", e.withControls] }, [t("div", { staticClass: "controls" }, [t("button", { ref: "playPauseBtn", staticClass: "play-pause-btn fa-lg fa-solid", class: {
21443
21443
  "fa-play": !e.playing,
21444
21444
  "fa-pause": e.playing
21445
21445
  }, attrs: { title: e.playing ? "pause" : "play" }, on: { click: e.togglePlay } }), t("div", { staticClass: "duration-container" }, [t("div", { ref: "currentTimeElem", staticClass: "current-time" }, [e._v(" " + e._s(e.currentTime) + " ")]), e._v(" / "), t("div", { ref: "totalTimeElem", staticClass: "total-time" }, [e._v(e._s(e.videoLength))])]), t("div", { ref: "timelineContainer", staticClass: "timeline-container", on: { mousemove: e.handleTimelineUpdate, mousedown: e.toggleScrubbing } }, [e._m(0)]), t("button", { ref: "fullScreenBtn", staticClass: "full-screen-btn fa-solid", class: {
@@ -21455,7 +21455,7 @@ var xh = function() {
21455
21455
  Th,
21456
21456
  !1,
21457
21457
  null,
21458
- "cffc31d4",
21458
+ "160e835f",
21459
21459
  null,
21460
21460
  null
21461
21461
  );