aq-fe-framework 0.1.123 → 0.1.124

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.
@@ -64,6 +64,7 @@ function MyButtonViewPDF({
64
64
  const query = useQuery({
65
65
  queryKey: ["MyButtonViewPDF", id, filePath],
66
66
  queryFn: async () => {
67
+ console.log("huhu");
67
68
  if (filePath) (await baseAxios_default.get("/AQ/GetFile?filePath=" + filePath)).data.data;
68
69
  return (await baseAxios_default.get("/Document/Get?id=" + id)).data.data;
69
70
  },
@@ -65,7 +65,7 @@ import {
65
65
  useS_BasicAppShell,
66
66
  useS_ButtonImport,
67
67
  utils_layout_getItemsWithoutLinks
68
- } from "../chunk-4PPCXJWE.mjs";
68
+ } from "../chunk-KDZX5D3Y.mjs";
69
69
  import "../chunk-7EHNYA4A.mjs";
70
70
  import "../chunk-Y3YGC5IH.mjs";
71
71
  import "../chunk-CJDXLINF.mjs";
@@ -65,7 +65,7 @@ import {
65
65
  useS_core60524,
66
66
  useS_core83092,
67
67
  utils_core83092_mergePage
68
- } from "../chunk-4PPCXJWE.mjs";
68
+ } from "../chunk-KDZX5D3Y.mjs";
69
69
  import "../chunk-7EHNYA4A.mjs";
70
70
  import "../chunk-Y3YGC5IH.mjs";
71
71
  import "../chunk-CJDXLINF.mjs";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.123",
25
+ "version": "0.1.124",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"