@arbocollab/arbo-web-scene 0.26.5-alpha.43 → 0.26.5-alpha.44
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/es/index.es.js +3 -2
- package/package.json +1 -1
- package/style.css +1 -1
- package/umd/index.umd.js +2 -2
package/es/index.es.js
CHANGED
|
@@ -51370,7 +51370,7 @@ const bgn = {
|
|
|
51370
51370
|
(s = (a = e == null ? void 0 : e.config) == null ? void 0 : a.globalProperties) == null || s.setStoreValue("scene", "setCurrentSceneTabId", o);
|
|
51371
51371
|
}
|
|
51372
51372
|
return e.config.globalProperties.setStoreValue = r, e.config.globalProperties.handleSetTab = i, { handleSetTab: i };
|
|
51373
|
-
}, Egn = "0.26.5-alpha.
|
|
51373
|
+
}, Egn = "0.26.5-alpha.44", xgn = {
|
|
51374
51374
|
"@arbocollab/arbo-chart-component": "1.0.1",
|
|
51375
51375
|
"@arbocollab/arbo-comment-utils": "1.0.1",
|
|
51376
51376
|
"@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@0.0.12-alpha.0",
|
|
@@ -326865,12 +326865,13 @@ const rxi = /* @__PURE__ */ pi(exi, [["render", nxi], ["__scopeId", "data-v-6fa8
|
|
|
326865
326865
|
let we = [];
|
|
326866
326866
|
return we = Q == null ? void 0 : Q.map((tt) => {
|
|
326867
326867
|
var qe, Ne;
|
|
326868
|
+
console.log("file", tt);
|
|
326868
326869
|
const St = {
|
|
326869
326870
|
type: (tt == null ? void 0 : tt.accept_type) || "",
|
|
326870
326871
|
src: tt == null ? void 0 : tt.path,
|
|
326871
326872
|
id: tt == null ? void 0 : tt.id,
|
|
326872
326873
|
framePerSecond: 24,
|
|
326873
|
-
poster: void 0,
|
|
326874
|
+
poster: tt == null ? void 0 : tt.thumbnail,
|
|
326874
326875
|
fileType: tt.mimetype || ""
|
|
326875
326876
|
};
|
|
326876
326877
|
if ((tt == null ? void 0 : tt.accept_type) == "video" && (St.fileType == "video/quicktime" && (St.fileType = ""), St.poster = tt.thumbnail, tt != null && tt.metadata)) {
|