aq-fe-framework 0.1.123 → 0.1.125
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/{IAQModule-XZYlbivW.d.mts → IAQModule-Cn6xUy-6.d.mts} +1 -1
- package/dist/{chunk-4PPCXJWE.mjs → chunk-UQQCLJRF.mjs} +2 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/modules-features/index.d.mts +1 -1
- package/dist/modules-features/index.mjs +1 -1
- package/package.json +1 -1
@@ -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
|
},
|
@@ -86,7 +87,7 @@ function MyButtonViewPDF({
|
|
86
87
|
disc[1].open();
|
87
88
|
},
|
88
89
|
leftSection: /* @__PURE__ */ jsx2(IconLivePhoto, {}),
|
89
|
-
children: label
|
90
|
+
children: label + "huhu"
|
90
91
|
}
|
91
92
|
) }),
|
92
93
|
/* @__PURE__ */ jsx2(
|
@@ -65,7 +65,7 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-UQQCLJRF.mjs";
|
69
69
|
import "../chunk-7EHNYA4A.mjs";
|
70
70
|
import "../chunk-Y3YGC5IH.mjs";
|
71
71
|
import "../chunk-CJDXLINF.mjs";
|
package/dist/hooks/index.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
2
|
-
import {
|
2
|
+
import { a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
|
3
3
|
|
4
4
|
declare function useQ_AQ_GetAQModule(): _tanstack_react_query.UseQueryResult<IAQModule, Error>;
|
5
5
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import { SelectProps } from '@mantine/core';
|
3
3
|
import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CGIz9MsN.mjs';
|
4
|
-
import {
|
4
|
+
import { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
|
5
5
|
import { ReactNode } from 'react';
|
6
6
|
|
7
7
|
declare function F_core12196({ FormTypeId }: {
|