@abi-software/scaffoldvuer 1.9.0-beta.0 → 1.9.0-beta.1

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.
@@ -39332,7 +39332,7 @@ const Gw = hU("main", {
39332
39332
  data: function() {
39333
39333
  return {
39334
39334
  display: !1,
39335
- annotationEntry: {},
39335
+ annotationEntry: [],
39336
39336
  ElIconDelete: Cn(Xc)
39337
39337
  };
39338
39338
  },
@@ -39348,16 +39348,16 @@ const Gw = hU("main", {
39348
39348
  if (this.visible && this.label && this.label !== "") {
39349
39349
  if (this.display = !0, this.annotationDisplay) {
39350
39350
  const n = this.region ? this.region + "/" : "";
39351
- this.annotationEntry = {
39351
+ this.annotationEntry.push({
39352
39352
  featureId: n + this.label,
39353
39353
  resourceId: this.scaffoldUrl,
39354
39354
  resource: this.scaffoldUrl,
39355
39355
  feature: this.annotationFeature,
39356
39356
  offline: this.offlineAnnotationEnabled
39357
- };
39357
+ });
39358
39358
  }
39359
39359
  } else
39360
- this.display = !1, this.annotationEntry = {};
39360
+ this.display = !1, this.annotationEntry = [];
39361
39361
  },
39362
39362
  hideTriggered: function() {
39363
39363
  this.$emit("tooltip-hide");
@@ -39473,7 +39473,7 @@ function gU(n, e, t, i, r, s) {
39473
39473
  }, 8, ["visible", "onHide"])
39474
39474
  ], 4);
39475
39475
  }
39476
- const Hw = /* @__PURE__ */ xr(dU, [["render", gU], ["__scopeId", "data-v-4d16262d"]]);
39476
+ const Hw = /* @__PURE__ */ xr(dU, [["render", gU], ["__scopeId", "data-v-10b34096"]]);
39477
39477
  /*! js-cookie v3.0.5 | MIT */
39478
39478
  function Ic(n) {
39479
39479
  for (var e = 1; e < arguments.length; e++) {
@@ -42873,13 +42873,13 @@ const GU = {
42873
42873
  const i = jv(this.$module.scene, n);
42874
42874
  if (i && i.objects.length > 0)
42875
42875
  if (this.annotationSidebar) {
42876
- const s = {
42876
+ const s = [{
42877
42877
  featureId: (this.tData.region ? this.tData.region + "/" : "") + this.tData.label,
42878
42878
  resourceId: this.url,
42879
42879
  resource: this.url,
42880
42880
  feature: this.annotationFeature,
42881
42881
  offline: this.offlineAnnotationEnabled
42882
- };
42882
+ }];
42883
42883
  this.$emit("annotation-open", {
42884
42884
  annotationEntry: s,
42885
42885
  createData: this.createData,
@@ -43726,7 +43726,7 @@ function t4(n, e, t, i, r, s) {
43726
43726
  [w, n.loading]
43727
43727
  ]);
43728
43728
  }
43729
- const s4 = /* @__PURE__ */ xr(GU, [["render", t4], ["__scopeId", "data-v-62fb1890"]]);
43729
+ const s4 = /* @__PURE__ */ xr(GU, [["render", t4], ["__scopeId", "data-v-878f81c4"]]);
43730
43730
  export {
43731
43731
  s4 as ScaffoldVuer
43732
43732
  };