aq-fe-framework 0.1.850 → 0.1.851

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.
@@ -14622,7 +14622,7 @@ function F_mailConfig_CreateUpdate({ values, emailModule }) {
14622
14622
  {
14623
14623
  form,
14624
14624
  onSubmit: handleSubmit,
14625
- children: /* @__PURE__ */ jsx182(FormInput2, { form, emailModule })
14625
+ children: /* @__PURE__ */ jsx182(FormInput2, { isUpdate: true, form, emailModule })
14626
14626
  }
14627
14627
  );
14628
14628
  return /* @__PURE__ */ jsx182(
@@ -14634,7 +14634,7 @@ function F_mailConfig_CreateUpdate({ values, emailModule }) {
14634
14634
  }
14635
14635
  );
14636
14636
  }
14637
- function FormInput2({ form, emailModule }) {
14637
+ function FormInput2({ form, emailModule, isUpdate }) {
14638
14638
  var _a, _b;
14639
14639
  return /* @__PURE__ */ jsxs101(Stack9, { children: [
14640
14640
  /* @__PURE__ */ jsx182(
@@ -14687,10 +14687,12 @@ function FormInput2({ form, emailModule }) {
14687
14687
  ),
14688
14688
  /* @__PURE__ */ jsx182(
14689
14689
  PasswordInput3,
14690
- __spreadValues({
14690
+ __spreadProps(__spreadValues({
14691
14691
  label: "Password",
14692
14692
  placeholder: "Nh\u1EADp password"
14693
- }, form.getInputProps("password"))
14693
+ }, form.getInputProps("password")), {
14694
+ disabled: isUpdate
14695
+ })
14694
14696
  )
14695
14697
  ] });
14696
14698
  }
@@ -70,7 +70,7 @@ import {
70
70
  useHeaderMegaMenuStore,
71
71
  useS_ButtonImport,
72
72
  useStore_BasicAppShell
73
- } from "../chunk-MFQ2AABH.mjs";
73
+ } from "../chunk-24DF5HPV.mjs";
74
74
  import "../chunk-M4HZYODI.mjs";
75
75
  import "../chunk-RJH5TVHS.mjs";
76
76
  import "../chunk-SQ5IPU7G.mjs";
@@ -30,7 +30,7 @@ import {
30
30
  MyStatsCard,
31
31
  MyTextInput2 as MyTextInput,
32
32
  MyWeeklySessionSchedulerPicker
33
- } from "../chunk-MFQ2AABH.mjs";
33
+ } from "../chunk-24DF5HPV.mjs";
34
34
  import "../chunk-M4HZYODI.mjs";
35
35
  import "../chunk-RJH5TVHS.mjs";
36
36
  import "../chunk-SQ5IPU7G.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MyModalDelete
3
- } from "../chunk-MFQ2AABH.mjs";
3
+ } from "../chunk-24DF5HPV.mjs";
4
4
  import "../chunk-M4HZYODI.mjs";
5
5
  import "../chunk-RJH5TVHS.mjs";
6
6
  import "../chunk-SQ5IPU7G.mjs";
@@ -113,7 +113,7 @@ import {
113
113
  MailTemplateDeleteButton,
114
114
  useS_moduleConfig,
115
115
  useStore_Authenticate
116
- } from "../chunk-MFQ2AABH.mjs";
116
+ } from "../chunk-24DF5HPV.mjs";
117
117
  import "../chunk-M4HZYODI.mjs";
118
118
  import "../chunk-RJH5TVHS.mjs";
119
119
  import "../chunk-SQ5IPU7G.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MySelect
3
- } from "../chunk-MFQ2AABH.mjs";
3
+ } from "../chunk-24DF5HPV.mjs";
4
4
  import "../chunk-M4HZYODI.mjs";
5
5
  import "../chunk-RJH5TVHS.mjs";
6
6
  import {
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "types": "./dist/types/index.d.mts"
59
59
  }
60
60
  },
61
- "version": "0.1.850",
61
+ "version": "0.1.851",
62
62
  "private": false,
63
63
  "files": [
64
64
  "dist"