aq-fe-framework 0.1.185 → 0.1.186

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,6 +38,7 @@ function U0DateToDDMMYYYString(date) {
38
38
  return `${day}/${month}/${year}`;
39
39
  }
40
40
  function utils_date_dateToDDMMYYYString(date) {
41
+ if (!(date instanceof Date) || isNaN(date.getTime())) return "";
41
42
  const day = String(date.getDate()).padStart(2, "0");
42
43
  const month = String(date.getMonth() + 1).padStart(2, "0");
43
44
  const year = date.getFullYear();
@@ -38,7 +38,7 @@ import {
38
38
  U0MyValidateEmail,
39
39
  utils_converter_enumToSelectOptions,
40
40
  utils_file_fileToAQDocumentType
41
- } from "../chunk-KWCUUD5Z.mjs";
41
+ } from "../chunk-R64376EI.mjs";
42
42
  import "../chunk-5U2JSHSJ.mjs";
43
43
  import {
44
44
  utils_notification_show
@@ -15,7 +15,7 @@ import {
15
15
  utils_file_fileToAQDocumentType,
16
16
  utils_time_convertTimeStringToSeconds,
17
17
  utils_time_getCurrentTimeString
18
- } from "../chunk-KWCUUD5Z.mjs";
18
+ } from "../chunk-R64376EI.mjs";
19
19
  import {
20
20
  utils_pdf_download
21
21
  } 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.185",
25
+ "version": "0.1.186",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"