aq-fe-framework 0.1.664 → 0.1.665

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.
@@ -1,3 +1,7 @@
1
+ import {
2
+ createGenericStore,
3
+ useStore_Permission
4
+ } from "./chunk-SUH3FFFV.mjs";
1
5
  import {
2
6
  U0MyValidateEmail,
3
7
  updateEnableList,
@@ -10,10 +14,6 @@ import {
10
14
  utils_mantineReactTable_sortColumnsByKeyOrder,
11
15
  utils_pdf_download
12
16
  } from "./chunk-GMM6RIVS.mjs";
13
- import {
14
- createGenericStore,
15
- useStore_Permission
16
- } from "./chunk-SUH3FFFV.mjs";
17
17
  import {
18
18
  baseColumns
19
19
  } from "./chunk-7PUDC2WF.mjs";
@@ -16319,6 +16319,7 @@ export {
16319
16319
  MyButtonModal2 as MyButtonModal,
16320
16320
  MyButtonModalForm,
16321
16321
  MyButtonPrintPDF,
16322
+ MyButtonViewFile,
16322
16323
  MyBoxesCore,
16323
16324
  Boxes,
16324
16325
  MyCardioLoader,
@@ -70,9 +70,9 @@ import {
70
70
  useHeaderMegaMenuStore,
71
71
  useS_ButtonImport,
72
72
  useStore_BasicAppShell
73
- } from "../chunk-7GZGQ6GX.mjs";
74
- import "../chunk-GMM6RIVS.mjs";
73
+ } from "../chunk-RTACAF42.mjs";
75
74
  import "../chunk-SUH3FFFV.mjs";
75
+ import "../chunk-GMM6RIVS.mjs";
76
76
  import "../chunk-7PUDC2WF.mjs";
77
77
  import "../chunk-EWDS5IOF.mjs";
78
78
  import "../chunk-REMYBOSK.mjs";
@@ -8,6 +8,7 @@ import { M as MyApiResponse } from '../createBaseApi-CyDUrrHC.mjs';
8
8
  import { useDisclosure } from '@mantine/hooks';
9
9
  import { M as MyReactMutationProps } from '../useMyReactMutation-E74JAAZE.mjs';
10
10
  import { UseReactToPrintOptions } from 'react-to-print';
11
+ import { I as IAQFileDetail } from '../utils_file-JlhzjLGS.mjs';
11
12
  import { UseQueryResult, QueryKey, UseQueryOptions } from '@tanstack/react-query';
12
13
  import { MRT_RowData, MRT_ColumnDef } from 'mantine-react-table';
13
14
  import { RichTextEditorProps, RichTextEditorToolbarProps, RichTextEditorContentProps } from '@mantine/tiptap';
@@ -90,6 +91,11 @@ interface MyButtonPrintPDFProps {
90
91
  }
91
92
  declare function MyButtonPrintPDF({ children, autoPadding, buttonProps, useReactToPrintProps, pageSize, }: MyButtonPrintPDFProps): react_jsx_runtime.JSX.Element;
92
93
 
94
+ interface MyButtonViewFile extends Omit<MyButtonModalProps, "disclosure"> {
95
+ file: IAQFileDetail;
96
+ }
97
+ declare function MyButtonViewFile({ file, ...rest }: MyButtonViewFile): react_jsx_runtime.JSX.Element;
98
+
93
99
  declare function MyDataTableSelectOne<TData extends MRT_RowData>({ columns, queryResult, idSelection, setIdSelection }: {
94
100
  columns: MRT_ColumnDef<TData>[];
95
101
  queryResult: UseQueryResult<TData[], Error>;
@@ -268,4 +274,4 @@ interface ValidationResult {
268
274
  rows?: RowDetail[];
269
275
  }
270
276
 
271
- export { DroppablePlaceholder, type FieldDefinition, type IWeeklySession, type ModalImportId, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFileInputPreview, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalImport, MyPrintContent, type MyPrintContentProps, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectFromAPIProps, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type RowDetail, type ValidationResult, type WeeklySessionSchedulerProps };
277
+ export { DroppablePlaceholder, type FieldDefinition, type IWeeklySession, type ModalImportId, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps$1 as MyButtonProps, MyButtonViewFile, MyDataTableSelectOne, MyDayOfWeekPicker, MyFileInputPreview, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalImport, MyPrintContent, type MyPrintContentProps, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectFromAPIProps, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type RowDetail, type ValidationResult, type WeeklySessionSchedulerProps };
@@ -6,6 +6,7 @@ import {
6
6
  MyButtonModal,
7
7
  MyButtonModalForm,
8
8
  MyButtonPrintPDF,
9
+ MyButtonViewFile,
9
10
  MyDataTableSelectOne,
10
11
  MyDayOfWeekPicker,
11
12
  MyFileInputPreview,
@@ -23,9 +24,9 @@ import {
23
24
  MyStatsCard,
24
25
  MyTextInput2 as MyTextInput,
25
26
  MyWeeklySessionSchedulerPicker
26
- } from "../chunk-7GZGQ6GX.mjs";
27
- import "../chunk-GMM6RIVS.mjs";
27
+ } from "../chunk-RTACAF42.mjs";
28
28
  import "../chunk-SUH3FFFV.mjs";
29
+ import "../chunk-GMM6RIVS.mjs";
29
30
  import "../chunk-7PUDC2WF.mjs";
30
31
  import "../chunk-EWDS5IOF.mjs";
31
32
  import "../chunk-REMYBOSK.mjs";
@@ -42,6 +43,7 @@ export {
42
43
  MyButtonModal,
43
44
  MyButtonModalForm,
44
45
  MyButtonPrintPDF,
46
+ MyButtonViewFile,
45
47
  MyDataTableSelectOne,
46
48
  MyDayOfWeekPicker,
47
49
  MyFileInputPreview,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  MyModalDelete
3
- } from "../chunk-7GZGQ6GX.mjs";
4
- import "../chunk-GMM6RIVS.mjs";
3
+ } from "../chunk-RTACAF42.mjs";
5
4
  import "../chunk-SUH3FFFV.mjs";
5
+ import "../chunk-GMM6RIVS.mjs";
6
6
  import "../chunk-7PUDC2WF.mjs";
7
7
  import "../chunk-EWDS5IOF.mjs";
8
8
  import "../chunk-REMYBOSK.mjs";
@@ -106,9 +106,9 @@ import {
106
106
  Feat_accessControlLevel,
107
107
  useS_authenticate,
108
108
  useS_moduleConfig
109
- } from "../chunk-7GZGQ6GX.mjs";
110
- import "../chunk-GMM6RIVS.mjs";
109
+ } from "../chunk-RTACAF42.mjs";
111
110
  import "../chunk-SUH3FFFV.mjs";
111
+ import "../chunk-GMM6RIVS.mjs";
112
112
  import "../chunk-7PUDC2WF.mjs";
113
113
  import "../chunk-EWDS5IOF.mjs";
114
114
  import "../chunk-REMYBOSK.mjs";
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "types": "./dist/types/index.d.mts"
51
51
  }
52
52
  },
53
- "version": "0.1.664",
53
+ "version": "0.1.665",
54
54
  "private": false,
55
55
  "files": [
56
56
  "dist"