aq-fe-framework 0.1.810 → 0.1.811

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.
@@ -13,6 +13,10 @@ declare function utils_aq_mapDomainToEntity(domain: IBaseDomain): IBaseEntity;
13
13
 
14
14
  declare function utils_currency_formatWithSuffix(amount: number, suffix?: string): string;
15
15
 
16
+ /**
17
+ * @deprecated Hàm này không xài nữa nha mấy ní
18
+ * Vui lòng dùng `utils_date` từ `utils-v2` thay thế.
19
+ */
16
20
  declare function utils_date_dateToDDMMYYYString(date?: Date | string): string;
17
21
  declare function utils_date_formatToDateTimeStartEnd(startDate: Date, endDate: Date): string;
18
22
  declare function utils_date_getHHmm(date: Date): string;
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "types": "./dist/types/index.d.mts"
59
59
  }
60
60
  },
61
- "version": "0.1.810",
61
+ "version": "0.1.811",
62
62
  "private": false,
63
63
  "files": [
64
64
  "dist"