aq-fe-framework 0.1.181 → 0.1.182
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.
@@ -38,7 +38,7 @@ import {
|
|
38
38
|
U0MyValidateEmail,
|
39
39
|
utils_converter_enumToSelectOptions,
|
40
40
|
utils_file_fileToAQDocumentType
|
41
|
-
} from "../chunk-
|
41
|
+
} from "../chunk-LUIWE4DC.mjs";
|
42
42
|
import "../chunk-5U2JSHSJ.mjs";
|
43
43
|
import {
|
44
44
|
utils_notification_show
|
@@ -2236,7 +2236,7 @@ function F_core60524_Form() {
|
|
2236
2236
|
{
|
2237
2237
|
fit: "contain",
|
2238
2238
|
src: `data:image/${(_c = basicAppShell_store.state.logoFileDetail) == null ? void 0 : _c.fileExtension};base64,
|
2239
|
-
|
2239
|
+
${(_d = basicAppShell_store.state.logoFileDetail) == null ? void 0 : _d.fileBase64String}`,
|
2240
2240
|
h: "115px",
|
2241
2241
|
fallbackSrc: "https://placehold.co/600x400?text=Placeholder",
|
2242
2242
|
alt: "Main logo",
|
package/dist/utils/index.mjs
CHANGED
@@ -15,7 +15,7 @@ import {
|
|
15
15
|
utils_file_fileToAQDocumentType,
|
16
16
|
utils_time_convertTimeStringToSeconds,
|
17
17
|
utils_time_getCurrentTimeString
|
18
|
-
} from "../chunk-
|
18
|
+
} from "../chunk-LUIWE4DC.mjs";
|
19
19
|
import {
|
20
20
|
utils_pdf_download
|
21
21
|
} from "../chunk-5U2JSHSJ.mjs";
|
package/package.json
CHANGED
@@ -216,18 +216,18 @@ function U0MyValidateEmail(value) {
|
|
216
216
|
}
|
217
217
|
|
218
218
|
export {
|
219
|
-
U0DateToDDMMYYYString,
|
220
|
-
utils_date_dateToDDMMYYYString,
|
221
|
-
utils_date_formatToDateTimeStartEnd,
|
222
|
-
utils_date_getHHmm,
|
223
|
-
utils_file_fileToAQDocumentType,
|
224
|
-
utils_file_docxtemplaterDownload,
|
225
219
|
utils_converter_getLabelByValue,
|
226
220
|
utils_converter_getKeyByValue,
|
227
221
|
utils_converter_enumToSelectOptions,
|
228
222
|
utils_currency_formatWithSuffix,
|
223
|
+
U0DateToDDMMYYYString,
|
224
|
+
utils_date_dateToDDMMYYYString,
|
225
|
+
utils_date_formatToDateTimeStartEnd,
|
226
|
+
utils_date_getHHmm,
|
229
227
|
utils_excel_exportExcel,
|
230
228
|
utils_excel_download,
|
229
|
+
utils_file_fileToAQDocumentType,
|
230
|
+
utils_file_docxtemplaterDownload,
|
231
231
|
utils_time_convertTimeStringToSeconds,
|
232
232
|
utils_time_getCurrentTimeString,
|
233
233
|
U0MyValidateEmpty,
|