@arbocollab/arbo-web-scene 0.26.5-alpha.29 → 0.26.5-alpha.30
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 +4 -3
- package/package.json +1 -1
- package/umd/index.umd.js +3 -3
package/es/index.es.js
CHANGED
|
@@ -11911,10 +11911,10 @@ const FSt = (e, t) => {
|
|
|
11911
11911
|
(s = (a = e == null ? void 0 : e.config) == null ? void 0 : a.globalProperties) == null || s.setStoreValue("scene", "setCurrentSceneTabId", o);
|
|
11912
11912
|
}
|
|
11913
11913
|
return e.config.globalProperties.setStoreValue = r, e.config.globalProperties.handleSetTab = i, { handleSetTab: i };
|
|
11914
|
-
}, LSt = "0.26.5-alpha.
|
|
11914
|
+
}, LSt = "0.26.5-alpha.30", NSt = {
|
|
11915
11915
|
"@arbocollab/arbo-chart-component": "1.0.1",
|
|
11916
11916
|
"@arbocollab/arbo-comment-utils": "1.0.1",
|
|
11917
|
-
"@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@
|
|
11917
|
+
"@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@0.0.12-alpha.0",
|
|
11918
11918
|
"@arbocollab/arbo-media-player-component": "1.0.6",
|
|
11919
11919
|
"@arbocollab/arbo-table-component": "1.0.1",
|
|
11920
11920
|
"@arbocollab/arbo-ui-components": "npm:@arbocollab/arbo-ui-components-beta@0.0.376-alpha.36",
|
|
@@ -30036,6 +30036,7 @@ const lOt = /* @__PURE__ */ U5(sOt), uOt = {}, Li = /* @__PURE__ */ W_("toast",
|
|
|
30036
30036
|
message: "You are currently offline. Please check your network connection."
|
|
30037
30037
|
});
|
|
30038
30038
|
else {
|
|
30039
|
+
console.log("Error response:", l);
|
|
30039
30040
|
const u = Jkt(l);
|
|
30040
30041
|
i({ id: l == null ? void 0 : l.code, type: "error", message: u });
|
|
30041
30042
|
}
|
|
@@ -216368,7 +216369,7 @@ const dur = {
|
|
|
216368
216369
|
if (console.error("AAAAAAAAAAAAAAAAAAcallbackUpdateError", x), x.apiCode == "offline") {
|
|
216369
216370
|
Li().showMessage("You are currently offline. Please check your internet connection.", "error");
|
|
216370
216371
|
return;
|
|
216371
|
-
} else x.res && x.res.data && Li().
|
|
216372
|
+
} else x.res && x.res.data && Li().showErrorNetMessage(x.res.data);
|
|
216372
216373
|
}, _ = n, S = () => {
|
|
216373
216374
|
var x;
|
|
216374
216375
|
if (u.value) {
|