aq-fe-framework 0.1.152 → 0.1.154

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.
@@ -28,4 +28,4 @@ interface IAQModule extends IBaseEntity {
28
28
  };
29
29
  }
30
30
 
31
- export type { IAQModule as I, IBaseEntity as a };
31
+ export type { IBaseEntity as I, IAQModule as a };
@@ -1,143 +1,62 @@
1
- import {
2
- AQButtonCreateByImportFile,
3
- AQButtonExportData,
4
- AQCard,
5
- AQSelectTableByOpenModal,
6
- AQStatCard1,
7
- BasicAppShell,
8
- BasicAppShell_transformMenuToEnum,
9
- Boxes,
10
- FaviconSetter,
11
- HeaderMegaMenu,
12
- MyActionIcon,
13
- MyActionIconCheck,
14
- MyActionIconDelete,
15
- MyActionIconDownloadPDF,
16
- MyActionIconModal,
17
- MyActionIconUpdate,
18
- MyActionIconUpload,
19
- MyActionIconViewPDF,
20
- MyAnchorViewPDF,
21
- MyAppSpotlight,
22
- MyBoxesBackground,
23
- MyBoxesCore,
24
- MyButton,
25
- MyButtonCreate,
26
- MyButtonImport,
27
- MyButtonModal,
28
- MyButtonPrintPDF,
29
- MyButtonPrintTablePDF,
30
- MyButtonRouterBack,
31
- MyButtonViewPDF,
32
- MyCalendar,
33
- MyCardInformation,
34
- MyCardioLoader,
35
- MyCenterFull,
36
- MyCheckbox,
37
- MyContainer,
38
- MyDataTable,
39
- MyDataTableSelect,
40
- MyDateInput,
41
- MyFieldset,
42
- MyFileInput,
43
- MyFlexColumn,
44
- MyFlexEnd,
45
- MyFlexRow,
46
- MyHtmlWrapper,
47
- MyIconText,
48
- MyKeyLabel,
49
- MyNumberFormatter,
50
- MyNumberInput,
51
- MyPageContent,
52
- MyScheduleX,
53
- MySelect,
54
- MySelectAPIGet,
55
- MySkeletonTable,
56
- MySwitchTheme,
57
- MyTab,
58
- MyTextArea,
59
- MyTextEditor,
60
- MyTextInput,
61
- SelectFieldModal,
62
- SelectFileModal,
63
- SpotlightTrigger,
64
- groupToTwoLevels,
65
- useHeaderMegaMenuStore,
66
- useS_BasicAppShell,
67
- useS_ButtonImport,
68
- utils_layout_getItemsWithoutLinks
69
- } from "../chunk-PAHZ57DT.mjs";
70
- import "../chunk-Z6OQG54Q.mjs";
71
- import "../chunk-Y3YGC5IH.mjs";
72
- import "../chunk-5U2JSHSJ.mjs";
73
- import "../chunk-7ZCOFATU.mjs";
74
- import "../chunk-FWCSY2DS.mjs";
75
- export {
76
- AQButtonCreateByImportFile,
77
- AQButtonExportData,
78
- AQCard,
79
- AQSelectTableByOpenModal,
80
- AQStatCard1,
81
- BasicAppShell,
82
- BasicAppShell_transformMenuToEnum,
83
- Boxes,
84
- FaviconSetter,
85
- HeaderMegaMenu,
86
- MyActionIcon,
87
- MyActionIconCheck,
88
- MyActionIconDelete,
89
- MyActionIconDownloadPDF,
90
- MyActionIconModal,
91
- MyActionIconUpdate,
92
- MyActionIconUpload,
93
- MyActionIconViewPDF,
94
- MyAnchorViewPDF,
95
- MyAppSpotlight,
96
- MyBoxesBackground,
97
- MyBoxesCore,
98
- MyButton,
99
- MyButtonCreate,
100
- MyButtonImport,
101
- MyButtonModal,
102
- MyButtonPrintPDF,
103
- MyButtonPrintTablePDF,
104
- MyButtonRouterBack,
105
- MyButtonViewPDF,
106
- MyCalendar,
107
- MyCardInformation,
108
- MyCardioLoader,
109
- MyCenterFull,
110
- MyCheckbox,
111
- MyContainer,
112
- MyDataTable,
113
- MyDataTableSelect,
114
- MyDateInput,
115
- MyFieldset,
116
- MyFileInput,
117
- MyFlexColumn,
118
- MyFlexEnd,
119
- MyFlexRow,
120
- MyHtmlWrapper,
121
- MyIconText,
122
- MyKeyLabel,
123
- MyNumberFormatter,
124
- MyNumberInput,
125
- MyPageContent,
126
- MyScheduleX,
127
- MySelect,
128
- MySelectAPIGet,
129
- MySkeletonTable,
130
- MySwitchTheme,
131
- MyTab,
132
- MyTextArea,
133
- MyTextEditor,
134
- MyTextInput,
135
- SelectFieldModal,
136
- SelectFileModal,
137
- SpotlightTrigger,
138
- groupToTwoLevels,
139
- useHeaderMegaMenuStore,
140
- useS_BasicAppShell,
141
- useS_ButtonImport,
142
- utils_layout_getItemsWithoutLinks
143
- };
1
+ export * from "./Aceternity/BoxesBackground/MyBoxes";
2
+ export * from "./Aceternity/BoxesBackground/MyBoxesBackground";
3
+ export * from "./ActionIcons/ActionIcon/MyActionIcon";
4
+ export * from "./ActionIcons/ActionIconCheck/MyActionIconCheck";
5
+ export * from "./ActionIcons/ActionIconCRUD/MyActionIconDelete";
6
+ export * from "./ActionIcons/ActionIconCRUD/MyActionIconUpdate";
7
+ export * from "./ActionIcons/ActionIconDownloadPDF/MyActionIconDownloadPDF";
8
+ export * from "./ActionIcons/ActionIconModal/MyActionIconModal";
9
+ export * from "./ActionIcons/ActionIconUpload/MyActionIconUpload";
10
+ export * from "./ActionIcons/ActionIconViewPdf/MyActionIconViewPDF";
11
+ export * from "./ActionIcons/SwitchTheme/MySwitchTheme";
12
+ export * from "./AppSpotlight/MyAppSpotlight";
13
+ export * from "./Buttons/Anchor/MyAnchorViewPDF";
14
+ export * from "./Buttons/Button/MyButton";
15
+ export * from "./Buttons/ButtonCRUD/AQButtonCreateByImportFile";
16
+ export * from "./Buttons/ButtonCRUD/AQButtonExportData";
17
+ export * from "./Buttons/ButtonCRUD/MyButtonCreate";
18
+ export * from "./Buttons/ButtonImport/MyButtonImport";
19
+ export * from "./Buttons/ButtonImport/SelectFieldModal";
20
+ export * from "./Buttons/ButtonImport/SelectFileModal";
21
+ export * from "./Buttons/ButtonImport/useS_ButtonImport";
22
+ export * from "./Buttons/ButtonModal/AQSelectTableByOpenModal";
23
+ export * from "./Buttons/ButtonModal/MyButtonModal";
24
+ export * from "./Buttons/ButtonPrintPDF/MyButtonPrintPDF";
25
+ export * from "./Buttons/ButtonPrintPDFTable/MyButtonPrintTablePDF";
26
+ export * from "./Buttons/ButtonRouterBack/MyButtonRouterBack";
27
+ export * from "./Buttons/ButtonViewPDF/MyButtonViewPDF";
28
+ export * from "./Calendar/MyCalendar";
29
+ export * from "./CenterFull/MyCenterFull";
30
+ export * from "./Checkbox/MyCheckbox";
31
+ export * from "./Combobox/Select/MySelect";
32
+ export * from "./DataDisplay/Card/AQCard";
33
+ export * from "./DataDisplay/CardInformation/MyCardInformation";
34
+ export * from "./DataDisplay/DataTable/MyDataTable";
35
+ export * from "./DataDisplay/IconText/MyIconText";
36
+ export * from "./DataDisplay/KeyLabel/MyKeyLabel";
37
+ export * from "./DataDisplay/NumberFormatter/MyNumberFormatter";
38
+ export * from "./DataDisplay/StatCard/AQStatCard1";
39
+ export * from "./FaviconSetter/FaviconSetter";
40
+ export * from "./Inputs/DateInput/MyDateInput";
41
+ export * from "./Inputs/Fieldset/MyFieldset";
42
+ export * from "./Inputs/FileInput/MyFileInput";
43
+ export * from "./Inputs/NumberInput/MyNumberInput";
44
+ export * from "./Inputs/TextArea/MyTextArea";
45
+ export * from "./Inputs/TextEditor/MyTextEditor";
46
+ export * from "./Inputs/TextInput/MyTextInput";
47
+ export * from "./Layouts/BasicAppShell/BasicAppShell";
48
+ export * from "./Layouts/BasicAppShell/useS_BasicAppShell";
49
+ export * from "./Layouts/Container/MyContainer";
50
+ export * from "./Layouts/FlexColumn/MyFlexColumn";
51
+ export * from "./Layouts/FlexEnd/MyFlexEnd";
52
+ export * from "./Layouts/FlexRow/MyFlexRow";
53
+ export * from "./Layouts/HeaderMegaMenu/HeaderMegaMenu";
54
+ export * from "./Layouts/HeaderMegaMenu/HeaderMegaMenuStore";
55
+ export * from "./Layouts/HtmlWrapper/MyHtmlWrapper";
56
+ export * from "./Layouts/PageContent/MyPageContent";
57
+ export * from "./Layouts/Tab/MyTab";
58
+ export * from "./Loaders/MyCardioLoader";
59
+ export * from "./RESTAPIComponents/DataTableSelect/MyDataTableSelect";
60
+ export * from "./RESTAPIComponents/SelectAPIGet/MySelectAPIGet";
61
+ export * from "./ScheduleX/MyScheduleX";
62
+ export * from "./Skeletons/SkeletonTable/MySkeletonTable";
@@ -1,5 +1,5 @@
1
1
  import * as _tanstack_react_query from '@tanstack/react-query';
2
- import { I as IAQModule } from '../IAQModule-XZYlbivW.mjs';
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,11 +1,2 @@
1
- import {
2
- useQ_AQ_GetAQModule
3
- } from "../chunk-Z6OQG54Q.mjs";
4
- import "../chunk-7ZCOFATU.mjs";
5
- import "../chunk-FWCSY2DS.mjs";
6
-
7
- // src/hooks/custom-hooks/useC_MutationAction.tsx
8
- import { useQueryClient } from "@tanstack/react-query";
9
- export {
10
- useQ_AQ_GetAQModule
11
- };
1
+ export * from "./custom-hooks/useC_MutationAction";
2
+ export * from "./query/AQ/useQ_AQ_GetAQModule";
@@ -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-DRQbwDjA.mjs';
4
- import { a as IBaseEntity, I as IAQModule } from '../IAQModule-XZYlbivW.mjs';
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 }: {