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 +2 -1
- package/dist/src/store/useGlobal.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
}, "
|
|
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>;
|