aq-fe-framework 0.2.5 → 0.2.8
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/{chunk-6VCC6SNB.mjs → chunk-AGFN4MRO.mjs} +2 -3
- package/dist/{chunk-EK56CXXU.mjs → chunk-LZVUOVHO.mjs} +2 -4
- package/dist/{chunk-YV2SXIKG.mjs → chunk-MIGWYDZV.mjs} +11 -11
- package/dist/components/index.mjs +3 -3
- package/dist/core/index.mjs +3 -3
- package/dist/modules-features/index.mjs +3 -3
- package/dist/shared/index.mjs +3 -3
- package/dist/utils/index.mjs +1 -1
- package/dist/utils-v2/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -36,9 +36,8 @@ var utils_converter = {
|
|
|
36
36
|
|
|
37
37
|
// src/utils-v2/utils_excel.ts
|
|
38
38
|
import dayjs from "dayjs";
|
|
39
|
-
import customParseFormat from "dayjs/plugin/customParseFormat";
|
|
40
|
-
import
|
|
41
|
-
var { saveAs } = pkg;
|
|
39
|
+
import customParseFormat from "dayjs/plugin/customParseFormat.js";
|
|
40
|
+
import saveAs from "file-saver";
|
|
42
41
|
dayjs.extend(customParseFormat);
|
|
43
42
|
function addSheet(props) {
|
|
44
43
|
const sheet = props.workbook.addWorksheet(props.sheetName);
|
|
@@ -124,9 +124,8 @@ function utils_date_formatToDateTimeString(date, WithSeconds) {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
// src/utils/utils_excel.ts
|
|
127
|
-
import
|
|
127
|
+
import saveAs from "file-saver";
|
|
128
128
|
import { read, utils, writeFile } from "xlsx";
|
|
129
|
-
var { saveAs } = pkg;
|
|
130
129
|
function isObjectPath(path) {
|
|
131
130
|
return /^[a-zA-Z_$][a-zA-Z0-9_$]*(\.[a-zA-Z_$][a-zA-Z0-9_$]*)+$/.test(path);
|
|
132
131
|
}
|
|
@@ -269,9 +268,8 @@ function utils_field_extractAQBaseField(values) {
|
|
|
269
268
|
|
|
270
269
|
// src/utils/utils_file.ts
|
|
271
270
|
import Docxtemplater from "docxtemplater";
|
|
272
|
-
import
|
|
271
|
+
import { saveAs as saveAs2 } from "file-saver";
|
|
273
272
|
import PizZip from "pizzip";
|
|
274
|
-
var { saveAs: saveAs2 } = pkg2;
|
|
275
273
|
function utils_file_fileToAQDocumentType(file) {
|
|
276
274
|
return new Promise((resolve, reject) => {
|
|
277
275
|
const fileReader = new FileReader();
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
utils_converter_enumToSelectOptions,
|
|
3
|
+
utils_date_dateToDDMMYYYString,
|
|
4
|
+
utils_excel_download,
|
|
5
|
+
utils_excel_exportExcel,
|
|
6
|
+
utils_excel_handleExport,
|
|
7
|
+
utils_file_fileToAQDocumentType,
|
|
8
|
+
utils_notification_show,
|
|
9
|
+
utils_pdf_download
|
|
10
|
+
} from "./chunk-LZVUOVHO.mjs";
|
|
1
11
|
import {
|
|
2
12
|
utils_currency,
|
|
3
13
|
utils_date,
|
|
@@ -5,7 +15,7 @@ import {
|
|
|
5
15
|
utils_file,
|
|
6
16
|
utils_mantineReactTable,
|
|
7
17
|
utils_text
|
|
8
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-AGFN4MRO.mjs";
|
|
9
19
|
import {
|
|
10
20
|
baseAxios_default,
|
|
11
21
|
useConfig,
|
|
@@ -21,16 +31,6 @@ import {
|
|
|
21
31
|
useStore_Permission,
|
|
22
32
|
useStore_ProjectInfo
|
|
23
33
|
} from "./chunk-CBZXSBNX.mjs";
|
|
24
|
-
import {
|
|
25
|
-
utils_converter_enumToSelectOptions,
|
|
26
|
-
utils_date_dateToDDMMYYYString,
|
|
27
|
-
utils_excel_download,
|
|
28
|
-
utils_excel_exportExcel,
|
|
29
|
-
utils_excel_handleExport,
|
|
30
|
-
utils_file_fileToAQDocumentType,
|
|
31
|
-
utils_notification_show,
|
|
32
|
-
utils_pdf_download
|
|
33
|
-
} from "./chunk-EK56CXXU.mjs";
|
|
34
34
|
import {
|
|
35
35
|
__objRest,
|
|
36
36
|
__restKey,
|
|
@@ -65,12 +65,12 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
69
|
-
import "../chunk-
|
|
68
|
+
} from "../chunk-MIGWYDZV.mjs";
|
|
69
|
+
import "../chunk-LZVUOVHO.mjs";
|
|
70
|
+
import "../chunk-AGFN4MRO.mjs";
|
|
70
71
|
import "../chunk-YMMUWZA3.mjs";
|
|
71
72
|
import "../chunk-CBZXSBNX.mjs";
|
|
72
73
|
import "../chunk-WZ6PXGGC.mjs";
|
|
73
|
-
import "../chunk-EK56CXXU.mjs";
|
|
74
74
|
import "../chunk-JD6AELXS.mjs";
|
|
75
75
|
export {
|
|
76
76
|
AQButtonCreateByImportFile,
|
package/dist/core/index.mjs
CHANGED
|
@@ -37,12 +37,12 @@ import {
|
|
|
37
37
|
MyStatsCard,
|
|
38
38
|
MyTextInput2 as MyTextInput,
|
|
39
39
|
MyWeeklySessionSchedulerPicker
|
|
40
|
-
} from "../chunk-
|
|
41
|
-
import "../chunk-
|
|
40
|
+
} from "../chunk-MIGWYDZV.mjs";
|
|
41
|
+
import "../chunk-LZVUOVHO.mjs";
|
|
42
|
+
import "../chunk-AGFN4MRO.mjs";
|
|
42
43
|
import "../chunk-YMMUWZA3.mjs";
|
|
43
44
|
import "../chunk-CBZXSBNX.mjs";
|
|
44
45
|
import "../chunk-WZ6PXGGC.mjs";
|
|
45
|
-
import "../chunk-EK56CXXU.mjs";
|
|
46
46
|
import "../chunk-JD6AELXS.mjs";
|
|
47
47
|
export {
|
|
48
48
|
CustomAutocomplete,
|
|
@@ -64,12 +64,12 @@ import {
|
|
|
64
64
|
UserAvatarMenu,
|
|
65
65
|
useS_moduleConfig,
|
|
66
66
|
useStore_Authenticate
|
|
67
|
-
} from "../chunk-
|
|
68
|
-
import "../chunk-
|
|
67
|
+
} from "../chunk-MIGWYDZV.mjs";
|
|
68
|
+
import "../chunk-LZVUOVHO.mjs";
|
|
69
|
+
import "../chunk-AGFN4MRO.mjs";
|
|
69
70
|
import "../chunk-YMMUWZA3.mjs";
|
|
70
71
|
import "../chunk-CBZXSBNX.mjs";
|
|
71
72
|
import "../chunk-WZ6PXGGC.mjs";
|
|
72
|
-
import "../chunk-EK56CXXU.mjs";
|
|
73
73
|
import "../chunk-JD6AELXS.mjs";
|
|
74
74
|
export {
|
|
75
75
|
AcademicYearsCreate,
|
package/dist/shared/index.mjs
CHANGED
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
documentTypesObject,
|
|
9
9
|
genderEnum,
|
|
10
10
|
genderLabel
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-MIGWYDZV.mjs";
|
|
12
|
+
import "../chunk-LZVUOVHO.mjs";
|
|
12
13
|
import {
|
|
13
14
|
utils_converter
|
|
14
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-AGFN4MRO.mjs";
|
|
15
16
|
import "../chunk-YMMUWZA3.mjs";
|
|
16
17
|
import {
|
|
17
18
|
createGenericStore
|
|
18
19
|
} from "../chunk-CBZXSBNX.mjs";
|
|
19
20
|
import "../chunk-WZ6PXGGC.mjs";
|
|
20
|
-
import "../chunk-EK56CXXU.mjs";
|
|
21
21
|
import {
|
|
22
22
|
__objRest,
|
|
23
23
|
__spreadValues
|
package/dist/utils/index.mjs
CHANGED
package/dist/utils-v2/index.mjs
CHANGED