@arbocollab/arbo-web-scene 0.26.5-alpha.4 → 0.26.5-alpha.6

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 CHANGED
@@ -11911,7 +11911,7 @@ const Qst = (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
- }, Xst = "0.26.5-alpha.4", Zst = {
11914
+ }, Xst = "0.26.5-alpha.6", Zst = {
11915
11915
  "@arbocollab/arbo-chart-component": "1.0.1",
11916
11916
  "@arbocollab/arbo-comment-utils": "1.0.1",
11917
11917
  "@arbocollab/arbo-common-utils": "npm:@arbocollab/arbo-common-utils@1.0.11",
@@ -103826,8 +103826,7 @@ function eYt(e, t, n, r, i, o) {
103826
103826
  style: { color: "white", height: "20px", width: "20px" }
103827
103827
  })
103828
103828
  ])), [
103829
- [zr, r.isHovering],
103830
- [a, { content: "Change thumbnail" }]
103829
+ [a, { content: "Change thumbnail", delay: [300, 0] }]
103831
103830
  ]),
103832
103831
  nn(we(
103833
103832
  "div",
@@ -104799,32 +104798,32 @@ function kYt(e, t, n, r, i, o) {
104799
104798
  metric: ut(() => [
104800
104799
  we("div", SYt, [
104801
104800
  r.targetPoint ? nn((U(), ne("div", xYt, [
104802
- Nn(
104803
- Tt(r.targetPoint) + " ",
104804
- 1
104805
- /* TEXT */
104806
- ),
104807
104801
  $e(l, {
104808
104802
  class: "icon",
104809
104803
  name: "Bullseye",
104810
104804
  "icon-style": "width: 9px; height: 9px; max-width: 100%; max-height: 100%;",
104811
104805
  "aria-label": "Point metric indicator"
104812
- })
104806
+ }),
104807
+ Nn(
104808
+ " " + Tt(r.targetPoint),
104809
+ 1
104810
+ /* TEXT */
104811
+ )
104813
104812
  ])), [
104814
104813
  [c, { content: "Point metric" }]
104815
104814
  ]) : Ne("v-if", !0),
104816
104815
  r.woohooPoint ? nn((U(), ne("div", EYt, [
104817
- Nn(
104818
- Tt(r.woohooPoint) + " ",
104819
- 1
104820
- /* TEXT */
104821
- ),
104822
104816
  $e(l, {
104823
104817
  class: "icon",
104824
104818
  name: "ChartPie",
104825
104819
  "icon-style": "width: 9px; height: 9px; max-width: 100%; max-height: 100%;",
104826
104820
  "aria-label": "Woohoo metric indicator"
104827
- })
104821
+ }),
104822
+ Nn(
104823
+ " " + Tt(r.woohooPoint),
104824
+ 1
104825
+ /* TEXT */
104826
+ )
104828
104827
  ])), [
104829
104828
  [c, { content: "Woohoo metric" }]
104830
104829
  ]) : Ne("v-if", !0)
@@ -104897,7 +104896,7 @@ function kYt(e, t, n, r, i, o) {
104897
104896
  ])) : Ne("v-if", !0)
104898
104897
  ]),
104899
104898
  status: ut(() => [
104900
- $e(r.SceneFooter)
104899
+ r.dataIsAvailable.general ? (U(), ft(r.SceneFooter, { key: 0 })) : Ne("v-if", !0)
104901
104900
  ]),
104902
104901
  _: 1
104903
104902
  /* STABLE */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arbocollab/arbo-web-scene",
3
3
  "description": "Arbo Web Scene",
4
- "version": "0.26.5-alpha.4",
4
+ "version": "0.26.5-alpha.6",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "scripts": {