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

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.5", 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",
@@ -104799,32 +104799,32 @@ function kYt(e, t, n, r, i, o) {
104799
104799
  metric: ut(() => [
104800
104800
  we("div", SYt, [
104801
104801
  r.targetPoint ? nn((U(), ne("div", xYt, [
104802
- Nn(
104803
- Tt(r.targetPoint) + " ",
104804
- 1
104805
- /* TEXT */
104806
- ),
104807
104802
  $e(l, {
104808
104803
  class: "icon",
104809
104804
  name: "Bullseye",
104810
104805
  "icon-style": "width: 9px; height: 9px; max-width: 100%; max-height: 100%;",
104811
104806
  "aria-label": "Point metric indicator"
104812
- })
104807
+ }),
104808
+ Nn(
104809
+ " " + Tt(r.targetPoint),
104810
+ 1
104811
+ /* TEXT */
104812
+ )
104813
104813
  ])), [
104814
104814
  [c, { content: "Point metric" }]
104815
104815
  ]) : Ne("v-if", !0),
104816
104816
  r.woohooPoint ? nn((U(), ne("div", EYt, [
104817
- Nn(
104818
- Tt(r.woohooPoint) + " ",
104819
- 1
104820
- /* TEXT */
104821
- ),
104822
104817
  $e(l, {
104823
104818
  class: "icon",
104824
104819
  name: "ChartPie",
104825
104820
  "icon-style": "width: 9px; height: 9px; max-width: 100%; max-height: 100%;",
104826
104821
  "aria-label": "Woohoo metric indicator"
104827
- })
104822
+ }),
104823
+ Nn(
104824
+ " " + Tt(r.woohooPoint),
104825
+ 1
104826
+ /* TEXT */
104827
+ )
104828
104828
  ])), [
104829
104829
  [c, { content: "Woohoo metric" }]
104830
104830
  ]) : Ne("v-if", !0)
@@ -104897,7 +104897,7 @@ function kYt(e, t, n, r, i, o) {
104897
104897
  ])) : Ne("v-if", !0)
104898
104898
  ]),
104899
104899
  status: ut(() => [
104900
- $e(r.SceneFooter)
104900
+ r.dataIsAvailable.general ? (U(), ft(r.SceneFooter, { key: 0 })) : Ne("v-if", !0)
104901
104901
  ]),
104902
104902
  _: 1
104903
104903
  /* 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.5",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "scripts": {