@arbocollab/arbo-web-people 0.1.85-alpha.11 → 0.1.85-alpha.13
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/cjs/index.cjs.js +2 -2
- package/es/index.es.js +3 -3
- package/npmjs.npmrc +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +2 -2
package/es/index.es.js
CHANGED
|
@@ -76176,7 +76176,7 @@ const Dd = {
|
|
|
76176
76176
|
return;
|
|
76177
76177
|
} else {
|
|
76178
76178
|
if (i) {
|
|
76179
|
-
i("scene_hub", { tab: "", id: N.item.id
|
|
76179
|
+
i("scene_hub", { tab: "rendition", id: N.item.id, renditionId: N.id }, { showLoading: !1 });
|
|
76180
76180
|
return;
|
|
76181
76181
|
}
|
|
76182
76182
|
window.location.href = le;
|
|
@@ -82933,7 +82933,7 @@ const tm = /* @__PURE__ */ T_(
|
|
|
82933
82933
|
S("loaded");
|
|
82934
82934
|
});
|
|
82935
82935
|
const f = hc("switchInstance"), h = () => {
|
|
82936
|
-
f("scene_hub", { id: r.sceneId, tab: "" }, { showLoading: !1 });
|
|
82936
|
+
f("scene_hub", { id: r.sceneId, tab: "home" }, { showLoading: !1 });
|
|
82937
82937
|
}, p = Dd.getCookie("account.last_prefered_timezone"), g = re(null);
|
|
82938
82938
|
Ge(
|
|
82939
82939
|
() => r.sceneId,
|
|
@@ -83721,7 +83721,7 @@ const Lq = /* @__PURE__ */ Nn(Wqe, [["render", jqe], ["__scopeId", "data-v-630ee
|
|
|
83721
83721
|
}
|
|
83722
83722
|
});
|
|
83723
83723
|
H.ctrlKey || H.metaKey ? window.open(ee.url, "_blank") : V ? V("scene_hub", {
|
|
83724
|
-
|
|
83724
|
+
id: j,
|
|
83725
83725
|
commentId: U
|
|
83726
83726
|
}, { showLoading: !1 }) : window.location.href = ee.url;
|
|
83727
83727
|
}
|
package/npmjs.npmrc
CHANGED