aq-fe-framework 0.1.151 → 0.1.152

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.
@@ -26,8 +26,7 @@ function utils_converter_enumToSelectOptions(enumObject) {
26
26
  function utils_currency_formatWithSuffix(amount, suffix = "") {
27
27
  const formatter = new Intl.NumberFormat("vi-VN");
28
28
  const formattedAmount = formatter.format(amount);
29
- if (suffix) return `${formattedAmount} ${suffix}`;
30
- return formattedAmount;
29
+ return `${formattedAmount}${suffix}`;
31
30
  }
32
31
 
33
32
  // src/utils/utils_date.ts
@@ -37,7 +37,7 @@ import {
37
37
  U0MyValidateEmail,
38
38
  utils_converter_enumToSelectOptions,
39
39
  utils_file_fileToAQDocumentType
40
- } from "../chunk-K4A5DIR2.mjs";
40
+ } from "../chunk-P67AOBLX.mjs";
41
41
  import "../chunk-5U2JSHSJ.mjs";
42
42
  import {
43
43
  utils_notification_show
@@ -14,7 +14,7 @@ import {
14
14
  utils_file_fileToAQDocumentType,
15
15
  utils_time_convertTimeStringToSeconds,
16
16
  utils_time_getCurrentTimeString
17
- } from "../chunk-K4A5DIR2.mjs";
17
+ } from "../chunk-P67AOBLX.mjs";
18
18
  import {
19
19
  utils_pdf_download
20
20
  } from "../chunk-5U2JSHSJ.mjs";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.151",
25
+ "version": "0.1.152",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"