aq-fe-framework 0.1.180 → 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-KWCUUD5Z.mjs";
41
+ } from "../chunk-LUIWE4DC.mjs";
42
42
  import "../chunk-5U2JSHSJ.mjs";
43
43
  import {
44
44
  utils_notification_show
@@ -2178,6 +2178,7 @@ function F_core60524_Form() {
2178
2178
  MyDateInput,
2179
2179
  {
2180
2180
  value: form.getValues().registrationDate,
2181
+ disabled: true,
2181
2182
  onChange: (date) => form.setFieldValue("registrationDate", new Date(date)),
2182
2183
  label: "Ng\xE0y \u0111\u0103ng k\xFD"
2183
2184
  }
@@ -2186,6 +2187,7 @@ function F_core60524_Form() {
2186
2187
  MyDateInput,
2187
2188
  {
2188
2189
  value: form.getValues().limiteDate,
2190
+ disabled: true,
2189
2191
  onChange: (date) => form.setFieldValue("limiteDate", new Date(date)),
2190
2192
  label: "Ng\xE0y h\u1EBFt h\u1EA1n"
2191
2193
  }
@@ -2234,7 +2236,7 @@ function F_core60524_Form() {
2234
2236
  {
2235
2237
  fit: "contain",
2236
2238
  src: `data:image/${(_c = basicAppShell_store.state.logoFileDetail) == null ? void 0 : _c.fileExtension};base64,
2237
- ${(_d = basicAppShell_store.state.logoFileDetail) == null ? void 0 : _d.fileBase64String}`,
2239
+ ${(_d = basicAppShell_store.state.logoFileDetail) == null ? void 0 : _d.fileBase64String}`,
2238
2240
  h: "115px",
2239
2241
  fallbackSrc: "https://placehold.co/600x400?text=Placeholder",
2240
2242
  alt: "Main logo",
@@ -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-LUIWE4DC.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.180",
25
+ "version": "0.1.182",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"
@@ -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,