aq-fe-framework 0.1.171 → 0.1.173
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/{components → src/components}/index.mjs +6 -6
- package/dist/{hooks → src/hooks}/index.mjs +3 -3
- package/dist/{modules-features → src/modules-features}/index.mjs +7 -7
- package/dist/src/stores/index.mjs +7 -0
- package/dist/{utils → src/utils}/index.mjs +4 -4
- package/package.json +2 -1
- package/dist/stores/index.mjs +0 -7
- /package/dist/{components → src/components}/index.css +0 -0
- /package/dist/{modules-features → src/modules-features}/index.css +0 -0
@@ -66,12 +66,12 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "
|
70
|
-
import "
|
71
|
-
import "
|
72
|
-
import "
|
73
|
-
import "
|
74
|
-
import "
|
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
75
|
export {
|
76
76
|
AQButtonCreateByImportFile,
|
77
77
|
AQButtonExportData,
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import {
|
2
2
|
useQ_AQ_GetAQModule
|
3
|
-
} from "
|
4
|
-
import "
|
5
|
-
import "
|
3
|
+
} from "../../chunk-Z6OQG54Q.mjs";
|
4
|
+
import "../../chunk-7ZCOFATU.mjs";
|
5
|
+
import "../../chunk-FWCSY2DS.mjs";
|
6
6
|
|
7
7
|
// src/hooks/custom-hooks/useC_MutationAction.tsx
|
8
8
|
import { useQueryClient } from "@tanstack/react-query";
|
@@ -24,29 +24,29 @@ import {
|
|
24
24
|
groupToTwoLevels,
|
25
25
|
useS_authenticate,
|
26
26
|
utils_layout_getItemsWithoutLinks
|
27
|
-
} from "
|
27
|
+
} from "../../chunk-PAHZ57DT.mjs";
|
28
28
|
import {
|
29
29
|
baseAxios_default,
|
30
30
|
useQ_AQ_GetAQModule
|
31
|
-
} from "
|
31
|
+
} from "../../chunk-Z6OQG54Q.mjs";
|
32
32
|
import {
|
33
33
|
createGenericStore
|
34
|
-
} from "
|
34
|
+
} from "../../chunk-Y3YGC5IH.mjs";
|
35
35
|
import {
|
36
36
|
U0DateToDDMMYYYString,
|
37
37
|
U0MyValidateEmail,
|
38
38
|
utils_converter_enumToSelectOptions,
|
39
39
|
utils_file_fileToAQDocumentType
|
40
|
-
} from "
|
41
|
-
import "
|
40
|
+
} from "../../chunk-KWCUUD5Z.mjs";
|
41
|
+
import "../../chunk-5U2JSHSJ.mjs";
|
42
42
|
import {
|
43
43
|
utils_notification_show
|
44
|
-
} from "
|
44
|
+
} from "../../chunk-7ZCOFATU.mjs";
|
45
45
|
import {
|
46
46
|
__objRest,
|
47
47
|
__spreadProps,
|
48
48
|
__spreadValues
|
49
|
-
} from "
|
49
|
+
} from "../../chunk-FWCSY2DS.mjs";
|
50
50
|
|
51
51
|
// src/modules-features/admin/core/core12196/F_core12196_Read.tsx
|
52
52
|
import { Accordion, Blockquote } from "@mantine/core";
|
@@ -15,14 +15,14 @@ import {
|
|
15
15
|
utils_file_fileToAQDocumentType,
|
16
16
|
utils_time_convertTimeStringToSeconds,
|
17
17
|
utils_time_getCurrentTimeString
|
18
|
-
} from "
|
18
|
+
} from "../../chunk-KWCUUD5Z.mjs";
|
19
19
|
import {
|
20
20
|
utils_pdf_download
|
21
|
-
} from "
|
21
|
+
} from "../../chunk-5U2JSHSJ.mjs";
|
22
22
|
import {
|
23
23
|
utils_notification_show
|
24
|
-
} from "
|
25
|
-
import "
|
24
|
+
} from "../../chunk-7ZCOFATU.mjs";
|
25
|
+
import "../../chunk-FWCSY2DS.mjs";
|
26
26
|
export {
|
27
27
|
U0DateToDDMMYYYString,
|
28
28
|
U0MyValidateEmail,
|
package/package.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
"types": "./dist/hooks/index.d.mts"
|
23
23
|
}
|
24
24
|
},
|
25
|
-
"version": "0.1.
|
25
|
+
"version": "0.1.173",
|
26
26
|
"private": false,
|
27
27
|
"files": [
|
28
28
|
"dist",
|
@@ -81,6 +81,7 @@
|
|
81
81
|
"dayjs": "^1.11.13",
|
82
82
|
"docxtemplater": "^3.54.1",
|
83
83
|
"embla-carousel-react": "^7.1.0",
|
84
|
+
"esbuild-css-modules-plugin": "^3.1.4",
|
84
85
|
"exceljs": "^4.4.0",
|
85
86
|
"export-to-csv": "^1.4.0",
|
86
87
|
"file-saver": "^2.0.5",
|
package/dist/stores/index.mjs
DELETED
File without changes
|
File without changes
|