@codingfactory/mediables-vue 2.7.0 → 2.7.1
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/{PixiFrameExporter-Cf5jtmG5.js → PixiFrameExporter-BcywK0MP.js} +2 -2
- package/dist/{PixiFrameExporter-Cf5jtmG5.js.map → PixiFrameExporter-BcywK0MP.js.map} +1 -1
- package/dist/{PixiFrameExporter-aitdNkqV.cjs → PixiFrameExporter-CqKXaoCX.cjs} +2 -2
- package/dist/{PixiFrameExporter-aitdNkqV.cjs.map → PixiFrameExporter-CqKXaoCX.cjs.map} +1 -1
- package/dist/components/video/VideoEditorDialog.vue.d.ts +3 -2
- package/dist/{index-CvzKjaYw.cjs → index-DNo3Kr1t.cjs} +2 -2
- package/dist/{index-CvzKjaYw.cjs.map → index-DNo3Kr1t.cjs.map} +1 -1
- package/dist/{index-x6MmiEXL.js → index-DpkdpuMs.js} +6 -6
- package/dist/{index-x6MmiEXL.js.map → index-DpkdpuMs.js.map} +1 -1
- package/dist/mediables-vue.cjs +1 -1
- package/dist/mediables-vue.mjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -17945,7 +17945,7 @@ const K_ = {
|
|
|
17945
17945
|
throw new Error("PIXI preview not available for export. Ensure the preview is mounted.");
|
|
17946
17946
|
if (!Bt)
|
|
17947
17947
|
throw new Error("PIXI preview not ready for frame capture after retries. The video may still be loading.");
|
|
17948
|
-
const { exportWithPixiFrames: qa, isWebCodecsSupported: Lo } = await import("./PixiFrameExporter-
|
|
17948
|
+
const { exportWithPixiFrames: qa, isWebCodecsSupported: Lo } = await import("./PixiFrameExporter-BcywK0MP.js");
|
|
17949
17949
|
if (!Lo())
|
|
17950
17950
|
throw new Error("WebCodecs is not supported in this browser. Export requires Chrome 94+ or equivalent.");
|
|
17951
17951
|
fi = new AbortController();
|
|
@@ -20147,14 +20147,14 @@ const K_ = {
|
|
|
20147
20147
|
}), x = P(() => {
|
|
20148
20148
|
if (i.editorVersion === "v1" || i.editorVersion === "v2")
|
|
20149
20149
|
return i.editorVersion;
|
|
20150
|
-
if (typeof window > "u") return "
|
|
20150
|
+
if (typeof window > "u") return "v2";
|
|
20151
20151
|
try {
|
|
20152
20152
|
const O = new URLSearchParams(window.location.search), S = O.get("editor") ?? O.get("video-editor");
|
|
20153
|
-
if (S === "v2") return "v2";
|
|
20154
20153
|
if (S === "v1") return "v1";
|
|
20154
|
+
if (S === "v2") return "v2";
|
|
20155
20155
|
} catch {
|
|
20156
20156
|
}
|
|
20157
|
-
return "
|
|
20157
|
+
return "v2";
|
|
20158
20158
|
}), L = P(() => x.value === "v2" ? c4 : xx), $ = P(() => typeof i.mediaUuid == "string" && i.mediaUuid.trim() !== "" ? i.mediaUuid.trim() : i.media && i.media.uuid.trim() !== "" ? i.media.uuid.trim() : y), k = P(() => {
|
|
20159
20159
|
const O = {
|
|
20160
20160
|
showThumbnailPicker: i.showThumbnailPicker,
|
|
@@ -20378,7 +20378,7 @@ const K_ = {
|
|
|
20378
20378
|
])) : K("", !0)
|
|
20379
20379
|
]));
|
|
20380
20380
|
}
|
|
20381
|
-
}), uE = /* @__PURE__ */ Ze($4, [["__scopeId", "data-v-
|
|
20381
|
+
}), uE = /* @__PURE__ */ Ze($4, [["__scopeId", "data-v-7fb767d8"]]), R4 = { class: "video-editor-modal" }, A4 = { class: "video-preview-container" }, L4 = ["src"], V4 = { class: "video-overlay-controls" }, O4 = ["aria-label"], U4 = { class: "time-display" }, P4 = { class: "timeline-container" }, D4 = { class: "clip-name" }, B4 = { class: "timeline-time-labels" }, z4 = { class: "tool-tabs" }, N4 = ["onClick"], j4 = { class: "tool-panel" }, W4 = {
|
|
20382
20382
|
key: 0,
|
|
20383
20383
|
class: "trim-panel"
|
|
20384
20384
|
}, Z4 = { class: "trim-controls" }, H4 = {
|
|
@@ -29324,4 +29324,4 @@ export {
|
|
|
29324
29324
|
gE as y,
|
|
29325
29325
|
xT as z
|
|
29326
29326
|
};
|
|
29327
|
-
//# sourceMappingURL=index-
|
|
29327
|
+
//# sourceMappingURL=index-DpkdpuMs.js.map
|