aq-fe-framework 0.1.179 → 0.1.181

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.
@@ -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",
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.179",
25
+ "version": "0.1.181",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"