@arbocollab/arbo-web-search 0.0.8-alpha.3 → 0.0.8-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.
@@ -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,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50428
50428
  }
50429
50429
  };
50430
50430
  const switchInstance = inject("switchInstance");
50431
+ const handleOpenhub = (_2, event) => {
50432
+ event.preventDefault();
50433
+ event.stopPropagation();
50434
+ openHub(event);
50435
+ };
50436
+ const handleOpenHubNewTab = () => {
50437
+ window.open(linkConfig.value.hub, "_blank");
50438
+ };
50431
50439
  const openHub = (e2) => {
50432
50440
  e2.stopPropagation();
50433
50441
  e2.preventDefault();
@@ -50638,7 +50646,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
50638
50646
  });
50639
50647
  const currentStatusColor = computed(() => props.data?.template_flow_status?.color);
50640
50648
  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 };
50649
+ 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
50650
  Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
50643
50651
  return __returned__;
50644
50652
  }
@@ -50668,7 +50676,10 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
50668
50676
  thumbnail: $setup.props.data?.thumbnail || "",
50669
50677
  size: "32px",
50670
50678
  disabled: false,
50671
- onClick: withModifiers($setup.openHub, ["stop", "prevent"])
50679
+ enableMetaKeyOpen: true,
50680
+ onClick: withModifiers($setup.openHub, ["stop", "prevent"]),
50681
+ onOnNormalClick: $setup.handleOpenhub,
50682
+ onOnCommandClick: $setup.handleOpenHubNewTab
50672
50683
  }), null, 16, ["thumbnail"]), [
50673
50684
  [$setup["vArboTooltip"], { content: "Open Scene Hub", hideOnClick: false, delay: [500, 0] }]
50674
50685
  ])
@@ -51519,7 +51530,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
51519
51530
  });
51520
51531
  }
51521
51532
  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";
51533
+ const version = "0.0.8-alpha.5";
51523
51534
  const components = {
51524
51535
  ArboTabs: j$2,
51525
51536
  ArboToggle: G$1,