aq-fe-framework 0.1.150 → 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.
@@ -23,10 +23,10 @@ function utils_converter_enumToSelectOptions(enumObject) {
23
23
  }
24
24
 
25
25
  // src/utils/utils_currency.ts
26
- function utils_currency_formatWithSuffix(amount, includeCurrency = true, suffix = "") {
26
+ function utils_currency_formatWithSuffix(amount, suffix = "") {
27
27
  const formatter = new Intl.NumberFormat("vi-VN");
28
28
  const formattedAmount = formatter.format(amount);
29
- return includeCurrency ? `${formattedAmount} ${suffix}` : `${formattedAmount}${suffix}`;
29
+ return `${formattedAmount}${suffix}`;
30
30
  }
31
31
 
32
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-RHR4AQ6N.mjs";
40
+ } from "../chunk-P67AOBLX.mjs";
41
41
  import "../chunk-5U2JSHSJ.mjs";
42
42
  import {
43
43
  utils_notification_show
@@ -14,7 +14,7 @@ declare function utils_converter_enumToSelectOptions<T extends Record<string, st
14
14
  label: string;
15
15
  }>;
16
16
 
17
- declare function utils_currency_formatWithSuffix(amount: number, includeCurrency?: boolean, suffix?: string): string;
17
+ declare function utils_currency_formatWithSuffix(amount: number, suffix?: string): string;
18
18
 
19
19
  declare function U0DateToDDMMYYYString(date: Date): string;
20
20
  declare function utils_date_dateToDDMMYYYString(date: Date): string;
@@ -14,7 +14,7 @@ import {
14
14
  utils_file_fileToAQDocumentType,
15
15
  utils_time_convertTimeStringToSeconds,
16
16
  utils_time_getCurrentTimeString
17
- } from "../chunk-RHR4AQ6N.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.150",
25
+ "version": "0.1.152",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"