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
|
}
|
package/dist/core/index.mjs
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
MyStatsCard,
|
|
31
31
|
MyTextInput2 as MyTextInput,
|
|
32
32
|
MyWeeklySessionSchedulerPicker
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-24DF5HPV.mjs";
|
|
34
34
|
import "../chunk-M4HZYODI.mjs";
|
|
35
35
|
import "../chunk-RJH5TVHS.mjs";
|
|
36
36
|
import "../chunk-SQ5IPU7G.mjs";
|
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
MailTemplateDeleteButton,
|
|
114
114
|
useS_moduleConfig,
|
|
115
115
|
useStore_Authenticate
|
|
116
|
-
} from "../chunk-
|
|
116
|
+
} from "../chunk-24DF5HPV.mjs";
|
|
117
117
|
import "../chunk-M4HZYODI.mjs";
|
|
118
118
|
import "../chunk-RJH5TVHS.mjs";
|
|
119
119
|
import "../chunk-SQ5IPU7G.mjs";
|
package/dist/shared/index.mjs
CHANGED