ire-preview 3.2.44 → 3.2.45

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/dist/lib.es.js CHANGED
@@ -5938,7 +5938,8 @@ const Logo = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$a]
5938
5938
  Xe && Je && setQuery(Xe, Je);
5939
5939
  });
5940
5940
  }, Fe = () => {
5941
- Ae.value && $e("redirect_to_callback_url") === "true" ? window.open(Re.value, "_blank") : Le.value = !0;
5941
+ var He;
5942
+ Ae.value && $e("redirect_to_callback_url") === "true" ? window.open(`${Re.value}${(He = _e.flat) == null ? void 0 : He.id}`, "_blank") : Le.value = !0;
5942
5943
  };
5943
5944
  return onMounted(() => {
5944
5945
  je();
@@ -22,7 +22,7 @@ export declare const useGlobalStore: import('pinia').StoreDefinition<"global", P
22
22
  }>;
23
23
  setData: (data: any) => void;
24
24
  setIrePlaginWp: (val: IrePlagin) => void;
25
- }, "tooltip" | "hoverdSvg" | "shortcodeData" | "irePlaginWp">, Pick<{
25
+ }, "hoverdSvg" | "tooltip" | "shortcodeData" | "irePlaginWp">, Pick<{
26
26
  hoverdSvg: import('vue').Ref<any, any>;
27
27
  tooltip: import('vue').Ref<string, string>;
28
28
  shortcodeData: import('vue').Ref<ShortcodeData | undefined, ShortcodeData | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.2.44",
3
+ "version": "3.2.45",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,