@arbocollab/arbo-web-search 0.0.8-alpha.3 → 0.0.8-alpha.4

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.
@@ -50410,7 +50410,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50410
50410
  thumbnail: props.data?.thumbnail || "",
50411
50411
  icon: {
50412
50412
  iconName: "CustomSceneHub",
50413
- url: linkConfig.value.hub,
50413
+ url: "",
50414
50414
  backgroundColor: "#3c9bfa"
50415
50415
  },
50416
50416
  footerLabel: void 0,
@@ -50428,6 +50428,12 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50428
50428
  }
50429
50429
  };
50430
50430
  const switchInstance = inject("switchInstance");
50431
+ const handleOpenhub = (_2, event) => {
50432
+ openHub(event);
50433
+ };
50434
+ const handleOpenHubNewTab = () => {
50435
+ window.open(linkConfig.value.hub, "_blank");
50436
+ };
50431
50437
  const openHub = (e2) => {
50432
50438
  e2.stopPropagation();
50433
50439
  e2.preventDefault();
@@ -50638,7 +50644,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50638
50644
  });
50639
50645
  const currentStatusColor = computed(() => props.data?.template_flow_status?.color);
50640
50646
  const statusTooltipContent = computed(() => props.data?.template_flow_status?.name);
50641
- const __returned__ = { vArboTooltip, takeId, linkConfig, thumbnailProps, openReview, switchInstance, openHub, openTakeIn, copyLinkReview, copyLinkHub, openProjectDirectory, userPermissionConfig, props, sceneMoreActions, isArchivedScene, breadcrumbTemp, userStore, userInformation, userId, convertAssigneeUser, assignedUsers, currentStatusColor, statusTooltipContent, SceneSkeleton, SearchCardLayout };
50647
+ const __returned__ = { vArboTooltip, takeId, linkConfig, thumbnailProps, openReview, switchInstance, handleOpenhub, handleOpenHubNewTab, openHub, openTakeIn, copyLinkReview, copyLinkHub, openProjectDirectory, userPermissionConfig, props, sceneMoreActions, isArchivedScene, breadcrumbTemp, userStore, userInformation, userId, convertAssigneeUser, assignedUsers, currentStatusColor, statusTooltipContent, SceneSkeleton, SearchCardLayout };
50642
50648
  Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
50643
50649
  return __returned__;
50644
50650
  }
@@ -50668,7 +50674,10 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
50668
50674
  thumbnail: $setup.props.data?.thumbnail || "",
50669
50675
  size: "32px",
50670
50676
  disabled: false,
50671
- onClick: withModifiers($setup.openHub, ["stop", "prevent"])
50677
+ enableMetaKeyOpen: true,
50678
+ onClick: withModifiers($setup.openHub, ["stop", "prevent"]),
50679
+ onOnNormalClick: $setup.handleOpenhub,
50680
+ onOnCommandClick: $setup.handleOpenHubNewTab
50672
50681
  }), null, 16, ["thumbnail"]), [
50673
50682
  [$setup["vArboTooltip"], { content: "Open Scene Hub", hideOnClick: false, delay: [500, 0] }]
50674
50683
  ])
@@ -51519,7 +51528,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
51519
51528
  });
51520
51529
  }
51521
51530
  const AppEl = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/mor-ubuntu/arbo/arbo-web-search/src/App.vue"]]);
51522
- const version = "0.0.8-alpha.3";
51531
+ const version = "0.0.8-alpha.4";
51523
51532
  const components = {
51524
51533
  ArboTabs: j$2,
51525
51534
  ArboToggle: G$1,