aq-fe-framework 0.2.8 → 0.2.9
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-LZVUOVHO.mjs → chunk-AXODT34B.mjs} +2 -1
- package/dist/{chunk-MIGWYDZV.mjs → chunk-CFCDJ4BL.mjs} +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +2 -2
- package/dist/modules-features/index.mjs +2 -2
- package/dist/shared/index.mjs +2 -2
- package/dist/utils/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -268,8 +268,9 @@ function utils_field_extractAQBaseField(values) {
|
|
|
268
268
|
|
|
269
269
|
// src/utils/utils_file.ts
|
|
270
270
|
import Docxtemplater from "docxtemplater";
|
|
271
|
-
import
|
|
271
|
+
import pkg from "file-saver";
|
|
272
272
|
import PizZip from "pizzip";
|
|
273
|
+
var { saveAs: saveAs2 } = pkg;
|
|
273
274
|
function utils_file_fileToAQDocumentType(file) {
|
|
274
275
|
return new Promise((resolve, reject) => {
|
|
275
276
|
const fileReader = new FileReader();
|
|
@@ -65,8 +65,8 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
69
|
-
import "../chunk-
|
|
68
|
+
} from "../chunk-CFCDJ4BL.mjs";
|
|
69
|
+
import "../chunk-AXODT34B.mjs";
|
|
70
70
|
import "../chunk-AGFN4MRO.mjs";
|
|
71
71
|
import "../chunk-YMMUWZA3.mjs";
|
|
72
72
|
import "../chunk-CBZXSBNX.mjs";
|
package/dist/core/index.mjs
CHANGED
|
@@ -37,8 +37,8 @@ import {
|
|
|
37
37
|
MyStatsCard,
|
|
38
38
|
MyTextInput2 as MyTextInput,
|
|
39
39
|
MyWeeklySessionSchedulerPicker
|
|
40
|
-
} from "../chunk-
|
|
41
|
-
import "../chunk-
|
|
40
|
+
} from "../chunk-CFCDJ4BL.mjs";
|
|
41
|
+
import "../chunk-AXODT34B.mjs";
|
|
42
42
|
import "../chunk-AGFN4MRO.mjs";
|
|
43
43
|
import "../chunk-YMMUWZA3.mjs";
|
|
44
44
|
import "../chunk-CBZXSBNX.mjs";
|
|
@@ -64,8 +64,8 @@ import {
|
|
|
64
64
|
UserAvatarMenu,
|
|
65
65
|
useS_moduleConfig,
|
|
66
66
|
useStore_Authenticate
|
|
67
|
-
} from "../chunk-
|
|
68
|
-
import "../chunk-
|
|
67
|
+
} from "../chunk-CFCDJ4BL.mjs";
|
|
68
|
+
import "../chunk-AXODT34B.mjs";
|
|
69
69
|
import "../chunk-AGFN4MRO.mjs";
|
|
70
70
|
import "../chunk-YMMUWZA3.mjs";
|
|
71
71
|
import "../chunk-CBZXSBNX.mjs";
|
package/dist/shared/index.mjs
CHANGED
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
documentTypesObject,
|
|
9
9
|
genderEnum,
|
|
10
10
|
genderLabel
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-CFCDJ4BL.mjs";
|
|
12
|
+
import "../chunk-AXODT34B.mjs";
|
|
13
13
|
import {
|
|
14
14
|
utils_converter
|
|
15
15
|
} from "../chunk-AGFN4MRO.mjs";
|
package/dist/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"types": "./dist/types/index.d.mts"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"version": "0.2.
|
|
45
|
+
"version": "0.2.9",
|
|
46
46
|
"private": false,
|
|
47
47
|
"files": [
|
|
48
48
|
"dist"
|
|
@@ -192,4 +192,4 @@
|
|
|
192
192
|
"url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
|
|
193
193
|
},
|
|
194
194
|
"homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
|
|
195
|
-
}
|
|
195
|
+
}
|